﻿@charset "utf-8";
/* 全局 */
body {background:url(../images/bg2.jpg) no-repeat center top #EEEEEE; /*background:#e1e1e1;*/ font-family:"Arial","宋体"; color: #333; font-size: 12px;}
body,h1,h2,h3,h4,h5,h6,hr,p,blockquote,dl,dt,dd,ul,ol,li,pre,form,fieldset,legend,button,th,td {margin:0; padding:0;/* cellspacing:0; cellpadding:0;*/}
h1,h2,h3,h4,h5,h6{font-size:100%;}
input,textarea,select {margin:0; font-size:100%; font-family:Arial, Helvetica, sans-serif;}
ul,li,ol {list-style-type: none;}
img {border:0;}
/*table {border-collapse:collapse; border-spacing:0;}*/

/* 清除浮动 */
.clearfix:after {content:"."; display:block; height:0; clear:both; visibility:hidden;}
*html .clearfix {height:1%;}
*+html .clearfix {height:1%;}
.clrfix:before, .clrfix:after {content:""; display:table;}  
.clrfix:after {clear:both;}  
.clrfix {zoom:1;}
/* 清除浮动 适用100% */
.overflowfix {overflow:auto; zoom:1;}
.displayfix {display:inline-block; *display:inline; zoom:1; width:100%; _width: auto;}

/* 去掉A标签和按钮的虚线框 谷歌默认无虚线 */
a {blr:expression(this.onFocus=this.blur());} /* A标签：IE7 IE6  */
a:focus {outline:none;} /* A标签：FF IE8  */
input::-moz-focus-inner{border:0;} /* 按钮：FF */

/* 去掉谷歌两种文本框和下拉的阴影 */
input,textarea,select  {outline: none;}

/* IE6 提示升级 */
.ie6_bg { background: url(/images/ie6/ie6_bg.gif) repeat-x; height: 110px; }
.ie6 { background: url(/images/ie6/ie6.gif) no-repeat; width:924px; height: 110px; margin:0 auto; }
.ie6 ul { padding-left:310px; }
.ie6 li { float:left; padding-left:40px; }
.ie6 li a { width:61px; height: 110px; display:block; }

/* 版权 */
.bqxx { background:url(http://218.30.67.146:9999/0bqxx/bqxx.gif) no-repeat center 0; width:100%; height:252px; position: fixed; top:100px; left:0; z-index:9999; display:none; }

/* 特有 */
.clr{clear:both; font-size:0; height:0; line-height:0;}
.clr10{clear:both; font-size:0; height:10px; line-height:normal;}
.clr15{clear:both; font-size:0; height:15px; line-height:normal;}
.clr20{clear:both; font-size:0; height:20px; line-height:normal;}
.clr30{clear:both; font-size:0; height:30px; line-height:normal;}
.clr40{clear:both; font-size:0; height:40px; line-height:normal;}
.clr50{clear:both; font-size:0; height:50px; line-height:normal;}
.fl {float: left;}
.fr {float: right;}
.va_t{vertical-align:text-top;}
.va_c{vertical-align: middle;}
.va_b{vertical-align:text-bottom;}
.w_auto {width:auto;}
.h_auto {height:auto;}
.wh_auto {width:auto; height:auto;}
.sxbl_table_over td {background:#FFFFCC !important;}/*table表格，经过td变色*/

/* 链接 */ /*a.a_baise:link, a.a_baise:visited, a.a_baise:active*/
a {text-decoration: none; color: #333;}
a:hover {text-decoration: none; color: #FF6600;}

/* 登录页 */
.block_login {
	width:1000px;
	margin: 6% auto 0;
    /*margin-top:0px;*/
	background:url(../images/bg.png) no-repeat;
	height:600px;
}
.block_login .login_t {
	/*background:#EA812D;*/
}
.block_login .login_t .title {
	text-align:center;
	height:42px;
	line-height:42px;
	font-size:18px;
	color:#FFFFFF;
	font-family:"微软雅黑","黑体";
}
.block_login .login_t a {
	background:url(../images/ico_01.png) no-repeat center 20px;
	display:block;
	height:45px;
	width:45px;
	float: right;
}
.block_login .login_t a:hover {
	background-color:#FF9900;
}
.block_login .login_t .a2 a {
	background-position:center -186px;
}
.block_login .login_bg {
	height:460px;
}
.block_login .login_bg ul {
	width:300px;
	float:left;
	padding:104px 0 0 584px;
}
.block_login .login_bg .text {
	padding: 0 0 0 40px; height: 40px; overflow:hidden; margin-bottom:20px;
}
.block_login .login_bg .text input {
	background:none; border: none; padding: 0; width: 250px; color: #929292; font-size: 12px; font-family:Arial, Helvetica, sans-serif; font-size:14px; height: 39px; line-height: 39px;
}
.block_login .login_bg .a2 input {
	color: #333;
}
.block_login .login_bg .text input.text {
	color: #333; font-family:Verdana, Arial, Helvetica, sans-serif; font-weight:bold;
}
.block_login .login_bg .a3 input {
	width: 100px;
}
.block_login .login_bg .a4 {
	padding:5px 0 25px;
}
.block_login .login_bg .a4 * {
	vertical-align: middle;
}
.block_login .login_bg .button input {
    background: #EA812D; border: none; margin:0; padding:0; cursor:pointer; overflow: visible; width:100%; height:45px;
	font-family:"微软雅黑","黑体"; color:#FFFFFF; font-size:16px;
}
.block_login .login_bg .code {
	float:right;
	padding:10px 10px 0 0;
}
.block_login .login_b {
	height:42px;
	text-align:center;
	font-family:"微软雅黑","黑体";
	color:#999999;
	line-height:22px;
	height:85px;
}
.block_login .login_b a {
	color:#999999;
}

