@charset "utf-8";
/* CSS Document */
/* html {
    filter: progid:DXImageTransform.Microsoft.BasicImage(grayscale=1);
    -webkit-filter: grayscale(100%);
} */
* {
	padding:0;
	margin:0;
	font-family:"文泉驿正黑体";
}
ul, li {
	list-style:none;
}
img {
	border:none;
}
body {
	min-width:1020px;
	width:100%;
	background:#ffffff;
}



h1{font-weight: 300;}
h1 a{font-family: "全字库正楷体";font-size: 28px;}
h1 a b{font-family: "全字库正楷体";font-weight: 300;}

a:link,a:active {
	color:#005A84;
	text-decoration:none;
}
a:hover {
	color:#ED7125;
	text-decoration:none;
}
a:visited:hover {
	color:#ED7125;
	text-decoration:none;
}

a:visited {
	color:#871717;
	text-decoration:none;
}


a.blue, .blue {
	color:blue;
	text-decoration:none;
}
a.blue:hover {
	color:red;
	text-decoration:underline;
}
a.blue:visited {
	color:blue;
}
.mt5, .mt {
	margin-top:5px;
}
.mt10 {
	margin-top:10px;
}
.ml5, .ml {
	margin-left:5px;
}
.mr {margin-right:5px;}
.fl {
	float:left;
}
.fr {
	float:right;
}
.B {
	font-weight:bold
}
.clear {
	clear:both;
}
.red {color:red;}
.clearfloat{clear:both;}

.topBar{
    width:100%;
	height:34px;
	background:url(../image/top_bg.jpg) repeat-x;    
    line-height: 34px;
    font-size: 12px;
    color: #848181;
    letter-spacing: 2px;
}
.top_nr{ width:1000px; margin:auto;}
.top_right{ float:right;}
.top_left{float: left;}
.top_right_login{
    width: 32px;
    height: 32px;
	margin:0 5px;
    background: url(../image/dl.png) 0px 0px;
    float: left;
}
.top_left_login{
    width: 32px;
    height: 32px;
	margin:0 5px;
    background: url(../image/dl.png) -34px 0px;
    float: left;
}
.top_right_txt{width: 30px;height: 34px;line-height: 34px;float: left;}




.banner_top_bg{
	background:url(../image/banner_logo.jpg) center top no-repeat;
}
.banner_top{
	height:100px;
	width:1000px;
	margin:auto;
	background:url(../image/banner_logo.jpg) center top no-repeat;
}
.banner_top .organization{
	line-height:36px;
	font-size:16px;

	color:#000000;
	padding:14px 0px;
	text-align:right;
}
.banner_top .organization .left{
	width:260px; 
	height:72px;
	float:left;
	border:0;
}

.banner_top .organization .right{ 
	line-height:36px;
	text-align:right;
	float:right;
	border:0;
    width: 450px;

}



.headnav_bg{
	height:60px;
	background:#D70022;
}
.headnav{
	height:60px;
	width:1000px;
	margin:auto;
	position:relative;
	z-index:100;
	background:#D70022;
}
.headnav ul.out_ul{
	position:relative;
	margin:auto;
	height:60px;
	list-style:none;
}
.headnav ul.out_ul li.out_li{
	float:left;
	height:100%;
	line-height:60px;
	width:100px;
}
.headnav ul.out_ul li.headnav_phone{
	width:200px;
/*	margin-right:60px;
	*margin-right:60px;*/
	background:url(../image/headnav_icon.png) no-repeat center;
}
.headnav ul.out_ul li.headnav_about{
	margin-right:0px;
}
.headnav ul.out_ul li.out_li a{
	display:block;
	width:100px;
	height:60px;
	text-align:center; 
	color:#ffffff;
	font-size:18px;

	overflow:hidden;
}
.headnav ul.out_ul li.headnav_phone a{
	width:200px;
}
.headnav ul.out_ul li.out_li a:hover{
	text-decoration:none;
	background:#b7001d;
}
.headnav ul.out_ul li.out_li a:active{
	background:#b7001d;
}
.headnav ul.out_ul li.out_li a.select{
	background:#A10019;
}
.headnav ul.out_ul li.headnav_phone a:hover, .headnav ul li.headnav_phone a:active, .headnav ul li.headnav_phone a:visited, .headnav ul li.headnav_phone a.select{
	background:url(../image/headnav_icon.png) no-repeat #776766 center;
}
.headnav ul.out_ul li.headnav_phone_sel {
	background:url(../image/headnav_icon.png) no-repeat #776766 center;
}
.headnav ul.out_ul ul.sub_nav{
	position:absolute;
	top:60px;
	left:0px;
	width:198px;
	height:343px;
	z-index:9999;
	display:none;
}
.headnav ul.out_ul ul.select{
	display:block;
}
.headnav ul.out_ul ul.sub_nav li{
	z-index:9999;
	position:relative;
	width:198px;
	height:120px;
	line-height:36px;
	margin:0 0;
	color:#000000;
	background:#ffffff;
	text-align:center; 
	border-left: 1px solid #e5e5e5;
	border-right: 1px solid #e5e5e5;
	border-bottom: 1px solid #e5e5e5;
	vertical-align:top;
}
.headnav ul.out_ul ul.sub_nav li.sub_nav_saleserver{
	/*height:90px;*/
}
.headnav ul.out_ul ul.sub_nav li.sub_nav_bank{
	height:50px;	
}
.headnav ul.out_ul ul.sub_nav li.sub_nav{
	height:105px;	
}
.headnav ul.out_ul ul.sub_nav li.sub_nav_complaint{
	height:70px;	
}
.headnav ul.out_ul ul.sub_nav li img{
	position:absolute;
	display:block;
	width:36px;
	height:36px;
	top:5px;
	left:35px;
	border: 0;
}
.headnav ul.out_ul ul.sub_nav li h3{
	position:absolute;
	display:inline-block;
	width:100px;
	height:24px;
	line-height:24px;
	top:12px;
	right:20px;
	text-align:left;
	font-size:18px;
}
.headnav ul.out_ul ul.sub_nav li .tel{
	position:absolute;
	width:130px;
	line-height:28px;
	text-align:left;
	font-size:18px;
	top:40px;
	left:40px;
}

.headnav ul.out_ul ul.sub_nav li.sub_nav_complaint img,
.headnav ul.out_ul ul.sub_nav li.sub_nav_crank img{
	top:5px;
}
.headnav ul.out_ul ul.sub_nav li.sub_nav_complaint h3,
.headnav ul.out_ul ul.sub_nav li.sub_nav_crank h3{
	top:12px;
}
.headnav ul.out_ul ul.sub_nav li.sub_nav_complaint .tel,
.headnav ul.out_ul ul.sub_nav li.sub_nav_crank .tel{
	top:40px;
}
.headnav ul.out_ul ul.sub_nav li.sub_nav_bank a{
	display:block;
	width:100%;
	height:100%;
	line-height:36px;
	font-size:18px;
	color:#000000;	
}
.headnav ul.out_ul ul.sub_nav li.sub_nav_bank a span{
	display:inline-block;
	width:100%;
	height:100%;
	line-height:30px;	
}
.headnav ul.out_ul ul.sub_nav li.sub_nav_bank a span:hover{
	text-decoration:underline!important;
}
/*footer*/
.footer{
	width:100%;
	height:336px;
	overflow:hidden;
	background:url(../image/footer_bg.png) #f0f2f5 center no-repeat;
}
.footer_box{
	position:relative;
	width:1000px;
	height:336px;
	margin:0 auto;
	background:url(../image/footer_bg.png) #f0f2f5 center no-repeat;
}
.footer_box .flinks{	
	position:relative;
	font-size:18px;
	width:800px;
	height:20px;
	line-height:20px;
	padding:60px 0 36px 100px;
	text-align:center;
}
.footer_box .flinks a{
	color:#333333;
	display:inline-block;
	width:74px;
	padding:0 28px;
	float:left;
	border-right:1px solid #999999;
}
.footer_box .flinks a.endlink{
	border-right:none;
}
.footer_box .footer_copyright{
	text-align:center;
	color:#333333;
	font-size:14px;
}
.footer_box .footer_copyright p{
	height:18px;
	line-height:18px;
	padding-bottom:32px;
}
.footer_box .footer_copyright p a{
	color:#333333;
	display:inline-block;
	width:auto;
	height:100%;
}
.footer_box .rely{
	width:130px;
	height:50px;
	position:absolute;
	bottom:110px;
	right:150px;
	background:url(../image/rely.png) no-repeat center;	
}
.Right {
    float: right;
    line-height: 65px;
    height: 60px;
    width: 90px;
}
.Right .top_login {
    width: 89px;
    height: 30px;
    line-height: 30px;
    position: absolute;
    display: block;
    top: 17px;
/*    right: 70px;*/
    z-index: 2;
    color: #fff;
    font-size: 13px;
    font-weight: 600;
    text-align: center;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
 .Right .top_reg {
    width: 70px;
    height: 30px;
    line-height: 30px;
    position: absolute;
    display: block;
    top: 17px;
    right: 0px;
    z-index: 2;
    color: #fff;
    font-size: 13px;
    font-weight: 600;
    text-align: center;
}
.Right .top_login .txt {
    width: 55px;
    height: 30px;
    line-height: 30px;
    float: right;
}
.top_login_img {
    width: 30px;
    height: 30px;
    background: url(../image/biao.png) -18px 0px;
    float: left;
}
.top_reg_img {
    width: 30px;
    height: 30px;
    background: url(../image/biao.png) -51px 0px;
    float: left;
}	

.emeng{z-index: 11;height: 104px;position:absolute;bottom:0px;right:0px;width: 424px;float:left;background:url(../image/index/tips1.png) no-repeat center;	}
.emeng td{/*background-color:#c9d3f3!important;*/}
.emeng table{/*border:#6B73A5 1px solid;*/}
.emeng #head{font-size:12px;color:#0f2c8c;text-align:left; text-indent:6px;/*background-color:#6B73A5;*/}
.emeng #operate{font-size:12px;cursor:pointer;color:red;margin-right:4px;margin:0;padding:0;}
.emeng #msgPanel{text-indent:24px;padding:6px 10px 10px 10px;/*border-top:#a6b4cf 1px solid;*/height:50px;font-size:12px;color:#626262;text-align:left;}
.emeng a,.emeng a:link,.emeng a:visited {color:#005A84;}


.emeng2{z-index: 11;height: 194px;position:absolute;bottom:0px;right:0px;width: 424px;float:left;background:url(../image/index/tips2.png) no-repeat center;	}
.emeng2 td{/*background-color:#c9d3f3!important;*/}
.emeng2 table{/*border:#6B73A5 1px solid;*/}
.emeng2 #head{font-size:12px;color:#0f2c8c;text-align:left; text-indent:6px;/*background-color:#6B73A5;*/}
.emeng2 #operate{font-size:12px;cursor:pointer;color:red;margin-right:4px;margin:0;padding:0;}
.emeng2 #msgPanel{text-indent:24px;padding:6px 10px 10px 10px;/*border-top:#a6b4cf 1px solid;*/height:50px;font-size:12px;color:#626262;text-align:left;}
.emeng2 a,.emeng2 a:link,.emeng2 a:visited {color:#005A84;}










