﻿/* CSS Document */
*{ margin:0; padding:0;}
ul,li { list-style:none;}
table{border-collapse:collapse;}
img{border:none;}
.clear{clear:both;}
.red{color:#d80e1a;}
a { text-decoration:none; color:#666; cursor:pointer}
a:hover { text-decoration:none; color:#d80e1a;}
a:active {test:expression(target="_blank");}
body {
	font-family:'微软雅黑';
	font-size:12px;}

.header {
	height:80px;
	background:#fff;
	}
.middle {
	width:1000px;
	margin:0 auto;
	}
.header .logo {
	display:block;
	float:left;
	width:100px;
	height:50px;
	background:url(https://www.huadanet.com/chanquan/logo.png) no-repeat;
	margin-top:15px;
	padding-left:150px;
	}
.header .logo h1 {
	font-size:20px;
	line-height:25px;
	letter-spacing:2px;
	color:#a7000a;
	}
.header .nav {
	float:right;
	}
.header .nav li {
	float:left;
	width:100px;
	text-align:right;
	line-height:80px;
	position:relative;
	}
.header .nav li a {
	color:#000;
	font-size:14px;
	}
.header .nav li .active,.header .nav li a:Hover {
	color:#d80e1a;
	}
.header .nav li .nav_menu {
	display:none;
	width:auto;
	background:#fff;
	border:solid 1px #ddd;
	border-top:solid 2px #d80e1a;
	border-radius:4px;
	padding:14px 20px;
	position:absolute;
	top:70px;
	left:24px;
	-webkit-box-shadow:0 3px 10px rgba(0, 0, 0, .5);
    -moz-box-shadow:0 3px 10px rgba(0, 0, 0, .5);
	box-shadow:0 3px 10px rgba(0, 0, 0, .5);
	z-index:2;
	}
.header .nav li .nav_menu li {
	float:none;
	text-align:left;
	line-height:24px;
	width:110px;
	}
.header .nav li .nav_menu li a {
	font-size:12px;
	}
.banner {
	height:400px;
	background:#d80e1a url(../image/hbanner.jpg) no-repeat center top;
	}
.sub_banner{height:200px; background:#d80e1a url(../image/banner_02.jpg) no-repeat center top;}
.sub_banner1{height:200px; background:#d80e1a url(../image/banner_03.jpg) no-repeat center top;}
.sub_banner2{height:200px; background:#d80e1a url(../image/banner_04.jpg) no-repeat center top;}
.banner .middle {
	position:relative;
	}
.banner .about_kx {
	 position:absolute;
	 top:36px;
	 right:10px;
	width:290px;
	height:330px;
	}
.banner .about_kx .fbg {
	width:100%;
	height:100%;
	background:#FFF;
	-webkit-box-shadow:0 3px 26px rgba(0, 0, 0, .9);
    -moz-box-shadow:0 3px 26px rgba(0, 0, 0, .9);
	box-shadow:0 3px 26px rgba(0, 0, 0, .9);
	filter:alpha(opacity=50); 
	-moz-opacity:0.5; 
	opacity:0.5;
	border-radius:4px;
	}
.banner .about_kx .banner_n {
	background:#FFF;
	margin:8px;
	padding:29px;
	position:absolute;
	top:0;
	left:0;
	}
.banner .about_kx .banner_n p {
	font-size:12px;
	font-family:'宋体';
	line-height:20px;
	text-indent:2em;
	color:#666;
	}
.btn {
	display:block;
	width:234px;
	height:40px;
	margin-top:10px;
	text-align:center;
	line-height:40px;
	color:#fff;
	font-size:16px;
	background:#d80e1a;
	border-bottom:solid 4px #a7000a;
	border-radius:4px;
	}

.btn1 {
	float:right;
	position:relative;
	right:33px;
	display:block;
	width:80px;
	height:25px;
/*	margin-top:10px;*/
	text-align:center;
	line-height:25px;
	color:#fff;
	font-size:12px;
	background:#d80e1a;
	border-bottom:solid 4px #a7000a;
	border-radius:4px;
	}	
	
.btn2 {
	position:relative;
	display:block;
	width:80px;
	height:25px;
/*	margin-top:10px;*/
	text-align:center;
	margin:0px auto;
	line-height:25px;
	color:#fff;
	font-size:12px;
	background:#d80e1a;
	border-bottom:solid 4px #a7000a;
	border-radius:4px;
	}
	
	
.btn:hover {
	color:#ffd5d7;
	background:#e81521;
	border-bottom:solid 4px #e81521;
	}
	
.btn1:hover {
	color:#ffd5d7;
	background:#e81521;
	border-bottom:solid 4px #e81521;
	}
	
.btn2:hover {
	color:#ffd5d7;
	background:#e81521;
	border-bottom:solid 4px #e81521;
	}

.tdiv {
	display:-none;
	}
	
.apply_bg {
	display:none;
	width:500px;
	height:500px;
	position:fixed;
	top:50%;
	left:50%;
	margin:-250px 0 0 -250px;
	background:#000;
	-webkit-box-shadow:0 3px 26px rgba(0, 0, 0, .9);
    -moz-box-shadow:0 3px 26px rgba(0, 0, 0, .9);
	box-shadow:0 3px 26px rgba(0, 0, 0, .9);
	filter:alpha(opacity=60); 
	-moz-opacity:0.6; 
	opacity:0.6;
	border-radius:4px;
	}
	
.Apply_div {
	display:none;
	width:480px;
	height:480px;
	position:fixed;
	top:50%;
	left:50%;
	margin:-240px 0 0 -240px;
	background:#fff;
	}
	
.help_bg {
	display:none;
	width:500px;
	height:500px;
	position:fixed;
	top:50%;
	left:50%;
	margin:-250px 0 0 -250px;
	background:#000;
	-webkit-box-shadow:0 3px 26px rgba(0, 0, 0, .9);
    -moz-box-shadow:0 3px 26px rgba(0, 0, 0, .9);
	box-shadow:0 3px 26px rgba(0, 0, 0, .9);
	filter:alpha(opacity=60); 
	-moz-opacity:0.6; 
	opacity:0.6;
	border-radius:4px;
	}	
.Help_div {
	display:none;
	width:480px;
	height:480px;
	position:fixed;
	top:50%;
	left:50%;
	margin:-240px 0 0 -240px;
	background:#fff;
	}
.Help_div h2{
	font-size:20px;
	font-weight:normal;
	text-align:center;
	margin-top:30px;
	border-bottom:1px dashed #ccc;
	}

.Help_div p{
	line-height:30px;
	text-indent:2em;
	margin: 10px 0px auto;
	padding:0px 8px;
	}
.Help_div p img{
	width:400px;
	height:200px;
    text-align:center;
	}	
.Help_div li{
	line-height:20px;
	padding:0px 8px;
	}
	
.download_bg {
	display:none;
	width:500px;
	height:500px;
	position:fixed;
	top:50%;
	left:50%;
	margin:-250px 0 0 -250px;
	background:#000;
	-webkit-box-shadow:0 3px 26px rgba(0, 0, 0, .9);
    -moz-box-shadow:0 3px 26px rgba(0, 0, 0, .9);
	box-shadow:0 3px 26px rgba(0, 0, 0, .9);
	filter:alpha(opacity=60); 
	-moz-opacity:0.6; 
	opacity:0.6;
	border-radius:4px;
	}	
.Download_div {
	display:none;
	width:480px;
	height:480px;
	position:fixed;
	top:50%;
	left:50%;
	margin:-240px 0 0 -240px;
	background:#fff;
	}
.Download_div h2{
	font-size:20px;
	font-weight:normal;
	text-align:center;
	margin-top:30px;
	border-bottom:1px dashed #ccc;
	}
.Download_div ul{
	padding-top:20px;
	}	
.Download_div li{
	line-height:35px;
	padding-left:30px;
	}

	
/*在线申请*/
.sq_talbe {
	width:460px;
	margin:50px auto 0;
	font-size:14px;
	color:#333;
	}
.sq_talbe li {
	height:46px;
	}
.sq_left {
	display:inline-block;
	width:100px;
	text-align:right;
	}
#imgcode {
	vertical-align:top;
	margin-left:10px;
	}
.sq_right {
	font-family:'微软雅黑';
	font-size:12px;
	color:#F60;
	}
.sq_talbe li input {
	width:300px;
	height:26px;
	border:#999 solid 1px;
	border-radius:4px;
	}
.sq_talbe .btn {
	border:0;
	background:none;
	display:block;
	width:234px;
	height:40px;
	margin:10px auto;
	text-align:center;
	line-height:40px;
	color:#fff;
	font-size:16px;
	font-family:'微软雅黑';
	background:#d80e1a;
	border-bottom:solid 4px #a7000a;
	border-radius:4px;
	cursor:pointer;
	}
.close {
	display:block;
	width:10px;
	height:10px;
	position:absolute;
	top:10px;
	right:20px;
	cursor:pointer;
	font-size:16px;
	color:#a7000a;
	}
.close:Hover {
	color:#f60;
	}
	
.wrapper {width: 100%;margin: 0 auto;}
.background-red {background: #3e96cc url(../image/ic_header_background.png) repeat-x;}
.top-wrap {width:1000px;height:80px;margin:0 auto;color: #FFF;}
.top-wrap h1 {height:80px;line-height:80px;color: #fff;font-size:26px;font-weight:normal;width:105px;display:inline-block;
background: url(https://www.huadanet.com/chanquan/ic_current.png) no-repeat bottom center; font-family:"微软雅黑"}	

.kxclass{margin-top:30px;}
.kxclass li{float:left;}
.kxclass h2{padding-top:10px; font-size:20px;font-weight:normal;}
.kxclass h3{padding-top:10px; font-size:14px;font-weight:normal;}
.kxclass .cost{position:relative;left:35px;}
.kxclass .cost span{color:#3e96cc; font-weight:bold; font-size:18px;}
.kxclass p{line-height:20px; font-size:14px;padding-top:10px; color:#666;}

/*核心价值*/
#value{ clear:both;padding-top:30px;}
#value h1{color:#3e96cc;font-size:20px; height:20px;font-weight:normal; text-align:center; background:url(../image/title_line.png) no-repeat 0px 5px;}
#value h3{font-size:16px; font-weight:normal; margin-bottom:10px;}
#value p{color:#666; font-size:14px;}
#value ul li{padding-left:120px; line-height:25px;}
.true{ background:url(../image/value1.png) no-repeat 0px 25px; height:132px;} 
.trust{ background:url(../image/value2.png) no-repeat 0px 25px; height:132px;} 
.common{ background:url(../image/value3.png) no-repeat 0px 35px; height:132px; } 
.safety{ background:url(../image/value4.png) no-repeat 0px 35px; height:132x; }
.value_left{float:left; padding-top:20px;}
.value_left li{padding-top:30px;}
.value_right{float:right; padding-top:20px;}
.value_right li{padding-top:30px;}

/*联盟成员*/
.member{text-align:center; padding-top:30px;}
.approve a{padding:0px 3px 0px 3px;}


/*知识*/
.know{width:240px;float:left; padding-top:30px; padding-left:15px;}
.know h1 {color:#3e96cc;font-size:20px; height:20px;font-weight:normal; background:url(../image/knowledge.png) no-repeat 0px 0px;padding-left:20px; padding-bottom:20px;}
.more{font-size:12px; position:relative; float:right; *position:relative; *top:-28px;right:10px;}
.knowledge{}
.knowledge li{line-height:19px; padding-left:10px; padding-top:6px;}
.knowledge li a{font-size:14px;color:#666;}
.knowledge li a:hover{color:#3e96cc;}

/*客户案例*/
.case{padding-bottom:40px;padding-top:10px; height:130px;}
#classify{ width:260px; float:right; padding-top:30px;}
#classify h1{color:#3e96cc;font-size:20px; height:20px;font-weight:normal; background:url(../image/example.png) no-repeat 0px 0px;padding-left:20px; padding-bottom:20px;}

#newsdemo{ height:180px;  position:relative; overflow:hidden;}
#newsdemo ul{ position:absolute; top:0; top:0; list-style:none; margin:0; padding:0;}
#newsdemo ul li{ line-height:40px; height:40px;}
#newsdemo ul li a { display:block; width:130px; white-space:nowrap; text-overflow:ellipsis; overflow: hidden; float:left;}
#newsdemo ul li a img{width:111px;height:35px;}
#newsdemo ul li a:hover { text-decoration:underline;}

/*权威关注*/
.mail_bottom{padding-top:30px;}
.mail_bottom h1{color:#3e96cc;font-size:20px; height:20px;font-weight:normal; text-align:center; background:url(../image/title_line.png) no-repeat 0px 5px;padding-bottom:20px;}
.rabout_jz p {font-family:'微软雅黑'; line-height:22px; font-size:14px; color:#666;}
.rabout_jz { padding-left:120px; background:url(../image/qwgz01.jpg) no-repeat; margin-top:20px; width:365px; float:left;  height:140px;}
.rabout_jz2 { background:url(https://www.huadanet.com/chanquan/qwgz02.jpg) no-repeat; float:right;}
.rabout_jz3 { background:url(https://www.huadanet.com/chanquan/qwgz03.jpg) no-repeat;}
.rabout_jz4 { background:url(https://www.huadanet.com/chanquan/qwgz04.jpg) no-repeat; float:right;}
.rabout_jz5 { background:url(https://www.huadanet.com/chanquan/qwgz05.jpg) no-repeat;}
.rabout_jz6 { background:url(https://www.huadanet.com/chanquan/qwgz06.jpg) no-repeat; float:right;}
.rabout_jz h2 { font-size:16px; line-height:20px; color:#000; font-family:'微软雅黑';margin-bottom:10px; font-weight:normal;}

/*搜索引擎验证*/
.verify{padding-top:50px;}
.verify_left{width:580px; float:left;}
.verify_right{width:400px;float:right;}
.verify_right h1{font-size:20px;font-weight:normal;}
.verify_right p{font-size:14px;color:#666;line-height:24px; padding:30px 0px 17px 0px;}

/*浏览器验证*/
.browser{padding-top:50px;}
.browser_left{width:480px; float:left;}
.browser_right{width:500px;float:right;}
.browser_left h1{font-size:20px;font-weight:normal;}
.browser_left p{font-size:14px;color:#666;line-height:24px; padding:30px 0px 17px 0px;}

/*安全检测*/
.safe{padding-top:50px;}
.safe_left{width:580px; float:left;}
.safe_right{width:400px;float:right; padding-top:60px;}
.safe_right h1{font-size:20px;font-weight:normal;}
.safe_right p{font-size:14px;color:#666;line-height:24px; padding:30px 0px 17px 0px;}

/*及时通讯*/
.resent{padding-top:50px;}
.resent_left{width:480px; float:left; padding-top:60px;}
.resent_right{width:500px;float:right;}
.resent_left h1{font-size:20px;font-weight:normal;}
.resent_left p{font-size:14px;color:#666;line-height:24px; padding:30px 0px 17px 0px;}

/*批准单位*/
.ratify{padding-top:50px;}
.ratify h1{color:#3e96cc;font-size:20px; height:20px;font-weight:normal; text-align:center;background:url(../image/title_line.png) no-repeat 0px 5px;padding-bottom:20px;}
.ratify1{text-align:center;padding-top:20px;}
.ratify1 li{width:200px;float:left; text-align:center;}

/*评级机构*/
.grade{width:480px;float:left; padding-top:50px;}
.grade h1{color:#3e96cc;font-size:20px; height:20px;font-weight:normal; text-align:center;background:url(https://www.huadanet.com/chanquan/grade.png) no-repeat 0px 5px;padding-bottom:20px;}
.grade1{text-align:center; padding-top:20px;}

/*实施单位*/
.implement{width:480px;float:right;padding-top:50px;}
.implement h1{color:#3e96cc;font-size:20px; height:20px;font-weight:normal; text-align:center;background:url(https://www.huadanet.com/chanquan/grade.png) no-repeat 0px 5px;padding-bottom:20px;}
.implement1{text-align:center; padding-top:20px;}




/*video*/
#video{padding-top:20px;}
#video h1{color:#3e96cc;font-size:20px; height:20px;font-weight:normal; text-align:center;background:url(https://www.huadanet.com/chanquan/apple.png) no-repeat 0px 5px;padding-bottom:30px;}

.kx_videos { position:relative; height:2000px;}
.kx_videos ul { margin-top:20px; position:absolute;top:380px; }
.kx_videos li { width:166px; float:left; height:150px; }
.video_titles {padding-top:80px; cursor:pointer; width:130px; color:#333;}
.videoss { position:absolute; top:-380px; left:200px; display:none;}
.kx_videos .video_fl { width:1000px; height:20px; font-size:20px; color:#3e96cc;text-align:center;background:url(https://www.huadanet.com/chanquan/apple.png) no-repeat 0px 5px; padding-bottom:30px;}

.video_titles1 { background:url(https://www.huadanet.com/chanquan/video/video02.jpg) no-repeat;}
.video_titles2 { background:url(https://www.huadanet.com/chanquan/video/video01.jpg) no-repeat;}
.video_titles3 { background:url(https://www.huadanet.com/chanquan/video/video03.jpg) no-repeat;}
.video_titles4 { background:url(https://www.huadanet.com/chanquan/video/video04.jpg) no-repeat;}
.video_titles5 { background:url(https://www.huadanet.com/chanquan/video/video05.jpg) no-repeat;}
.video_titles6 { background:url(https://www.huadanet.com/chanquan/video/video06.jpg) no-repeat;}
.video_titles7 { background:url(https://www.huadanet.com/chanquan/video/video07.jpg) no-repeat;}
.video_titles8 { background:url(https://www.huadanet.com/chanquan/video/video08.jpg) no-repeat;}
.video_titles9 { background:url(https://www.huadanet.com/chanquan/video/video09.jpg) no-repeat;}
.video_titles10 { background:url(https://www.huadanet.com/chanquan/video/video10.jpg) no-repeat;}
.video_titles11 { background:url(https://www.huadanet.com/chanquan/video/video11.jpg) no-repeat;}
.video_titles12 { background:url(https://www.huadanet.com/chanquan/video/video12.jpg) no-repeat;}
.video_titles13 { background:url(https://www.huadanet.com/chanquan/video/video13.jpg) no-repeat;}
.video_titles14 { background:url(https://www.huadanet.com/chanquan/video/video14.jpg) no-repeat;}
.video_titles15 { background:url(https://www.huadanet.com/chanquan/video/video15.jpg) no-repeat;}
.video_titles16 { background:url(https://www.huadanet.com/chanquan/video/video16.jpg) no-repeat;}
.video_titles17 { background:url(https://www.huadanet.com/chanquan/video/video17.jpg) no-repeat;}
.video_titles18 { background:url(https://www.huadanet.com/chanquan/video/video18.jpg) no-repeat;}
.video_titles19 { background:url(https://www.huadanet.com/chanquan/video/video19.jpg) no-repeat;}
.video_titles20 { background:url(https://www.huadanet.com/chanquan/video/video20.jpg) no-repeat;}
.video_titles21 { background:url(https://www.huadanet.com/chanquan/video/video21.jpg) no-repeat;}
.video_titles22 { background:url(https://www.huadanet.com/chanquan/video/video22.jpg) no-repeat;}
.video_titles23 { background:url(https://www.huadanet.com/chanquan/video/video23.jpg) no-repeat;}
.video_titles24 { background:url(https://www.huadanet.com/chanquan/video/video24.jpg) no-repeat;}
.video_titles25 { background:url(https://www.huadanet.com/chanquan/video/video25.jpg) no-repeat;}
.video_titles26 { background:url(https://www.huadanet.com/chanquan/video/video26.jpg) no-repeat;}
.video_titles27 { background:url(https://www.huadanet.com/chanquan/video/video27.jpg) no-repeat;}
.video_titles28 { background:url(https://www.huadanet.com/chanquan/video/video28.jpg) no-repeat;}
.video_titles29 { background:url(https://www.huadanet.com/chanquan/video/video29.jpg) no-repeat;}
.video_titles30 { background:url(https://www.huadanet.com/chanquan/video/video30.jpg) no-repeat;}
.video_titles31 { background:url(https://www.huadanet.com/chanquan/video/video31.jpg) no-repeat;}
.video_titles32 { background:url(https://www.huadanet.com/chanquan/video/video32.jpg) no-repeat;}
.video_titles33 { background:url(https://www.huadanet.com/chanquan/video/video33.jpg) no-repeat;}
.video_titles34 { background:url(https://www.huadanet.com/chanquan/video/video34.jpg) no-repeat;}
.video_titles35 { background:url(https://www.huadanet.com/chanquan/video/video35.jpg) no-repeat;}
.video_titles36 { background:url(https://www.huadanet.com/chanquan/video/video36.jpg) no-repeat;}
.video_titles37 { background:url(https://www.huadanet.com/chanquan/video/video37.jpg) no-repeat;}
.video_titles38 { background:url(https://www.huadanet.com/chanquan/video/video38.jpg) no-repeat;}
.video_titles39 { background:url(https://www.huadanet.com/chanquan/video/video39.jpg) no-repeat;}
.video_titles40 { background:url(https://www.huadanet.com/chanquan/video/video40.jpg) no-repeat;}
.video_titles41 { background:url(https://www.huadanet.com/chanquan/video/video41.jpg) no-repeat;}
.video_titles42 { background:url(https://www.huadanet.com/chanquan/video/video42.jpg) no-repeat;}
.video_titles43 { background:url(https://www.huadanet.com/chanquan/video/video43.jpg) no-repeat;}
.video_titles44 { background:url(https://www.huadanet.com/chanquan/video/video44.jpg) no-repeat;}
.video_titles45 { background:url(https://www.huadanet.com/chanquan/video/video45.jpg) no-repeat;}
.video_titles46 { background:url(https://www.huadanet.com/chanquan/video/video46.jpg) no-repeat;}
.video_titles47 { background:url(https://www.huadanet.com/chanquan/video/video47.jpg) no-repeat;}
.video_titles48 { background:url(https://www.huadanet.com/chanquan/video/video48.jpg) no-repeat;}
.video_titles49 { background:url(https://www.huadanet.com/chanquan/video/video49.jpg) no-repeat;}
.video_titles50 { background:url(https://www.huadanet.com/chanquan/video/video50.jpg) no-repeat;}
.video_titles51 { background:url(https://www.huadanet.com/chanquan/video/video51.jpg) no-repeat;}
.video_titles52 { background:url(https://www.huadanet.com/chanquan/video/video52.jpg) no-repeat;}

/*客户案例*/
.kx_video { position:relative; height:255px; margin-top:30px;}
.kx_video .video_title { cursor:pointer; margin-top:8px; line-height:22px; text-align:center; padding:10px; border:#FFF solid 1px; padding-left:150px; height:70px; vertical-align:middle;}
.kx_video .video_title span { display:block; padding-top:10px;}
.kx_video li { padding-left:370px; }
.kx_video li .videos { position:absolute; left:0; top:0; display:none;}
.kx_video .video_show {border:#d4d4d4 solid 1px;  }
.more_video { text-align:right; margin-top:10px; }
.more_video a { font-family:'微软雅黑'; color:#666;}
.more_video a:hover { text-decoration:none; color:#d80e1a;}
.video_title { background:url(https://www.huadanet.com/chanquan/video/video01.jpg) no-repeat 10px center;}
.video_title2 { background:url(https://www.huadanet.com/chanquan/video/video02.jpg) no-repeat 10px center;}
.video_title3 { background:url(https://www.huadanet.com/chanquan/video/video47.jpg) no-repeat 10px center;}
.video_title4 { background:url(https://www.huadanet.com/chanquan/video/video48.jpg) no-repeat 10px center;}
.video_title5 { background:url(https://www.huadanet.com/chanquan/video/video49.jpg) no-repeat 10px center;}

.newsdemos li { float:left; width:150px; margin:8px; height:60px;}
.newsdemos li a { border:solid 1px #ccc; display:block;}
.newsdemos li a img { width:146px; height:56px; margin:2px;}
#example{ clear:both;padding-top:30px;}
#example h1{color:#3e96cc;font-size:20px; height:20px;font-weight:normal; text-align:center; background:url(../image/title_line.png) no-repeat 0px 5px;padding-bottom:20px;}

/*新闻公告*/
.new_left{width:660px;float:left;}
.new_left h1{color:#3e96cc;font-size:20px; height:20px;font-weight:normal; padding-left:40px;background:url(https://www.huadanet.com/chanquan/news.png) no-repeat 0px 5px;padding-bottom:30px; margin-top:30px;font-family:'微软雅黑';}
.bottom_line{border-bottom:1px solid #ccc;}
.dynamic{padding-top:25px;}
.dynamic li{line-height:40px; border-bottom:1px dotted #ccc;}
.news_list li a{display:block;}
.news_list li span{color:#666;float:right; position:relative;top:-40px;}

.notice_list li a{display:block;}
.notice_list li span{color:#666;float:right; position:relative;top:-40px;}

.knowledge_list li a{display:block;}
.knowledge_list li span{color:#666;float:right; position:relative;top:-40px;}

.pager{height:28px;margin-bottom:24px;text-align:right; margin-top:40px;font-size:0;letter-spacing:-3px;color:#6b6b6b;line-height:28px;}
.pager .pageNumber{display:inline-block;width:29px;height:28px;margin:0 5px;text-align:center;background:url(https://www.huadanet.com/chanquan/pagerBg.png) 0 0 no-repeat;color:#6b6b6b;line-height:28px;font-size:12px;letter-spacing:normal;cursor:pointer;vertical-align:middle;}
.pager .pageNumber.selected{background-position:0 -50px;color:#fff;}
.pager .prev, .pager .next{display:inline-block;width:29px;height:28px;margin:0 5px;text-align:center;background:url(https://www.huadanet.com/chanquan/pagerBg.png) 0 -100px no-repeat;cursor:pointer;vertical-align:middle;}
.pager .next{background-position:0 -150px;}
.paper a:hover{color:#d4001f;}

.new_right{float:right; width:300px;}
.new_right h1{color:#3e96cc;font-size:20px; height:20px;font-weight:normal;background:url(https://www.huadanet.com/chanquan/news.png) no-repeat 0px 5px;padding-bottom:30px; margin-top:30px;font-family:'微软雅黑'; padding-left:40px;}
.new_right h1 span a{font-size:12px; float:right;}
.r_video .kxyy { width:300px; height:700px; overflow:hidden;position:relative;}
.r_video .kxyy a{font-size:12px;}
.r_video .kxyy li { position:relative; height:78px;}
.r_video_t { display:block; position:absolute; left:145px; top:10px; text-align:left; line-height:18px; width:150px;}
.r_video .kxyy img { width:127px; height:70px;}

.xnews h2 { font-size:24px; color:#666; text-align:center;font-family:'微软雅黑','黑体','宋体'; margin:20px 0; border-bottom:#CCC dotted 1px; padding-bottom:10px;}
.xnews h3 { font-size:12px; font-weight:normal; color:#999; text-align:center; font-family:"Arial","宋体"; margin-bottom:20px;}
.xnews p { line-height:24px; color:#333; text-indent:2em; font-family:'宋体';}


/*帮助中心*/
.pj01,.pj02,.pj03,.pj04,.pj05 { display:inline-block; width:80px; height:30px; line-height:30px; font-size:14px; text-align:center; /*background:#eee;*/ margin:10px 10px 20px 0; cursor:pointer;}
.news01,.news02,.news03{ display:inline-block; width:60px; height:30px; line-height:30px; font-size:14px; text-align:center; /*background:#eee;*/ margin:10px 10px 20px 0; cursor:pointer;}
.onred {border-bottom:3px solid #c00;  color:#c00;scolor:#fff;}
.onred:hover { color:#c00;}
.pj_qw1,.pj_qw2,.pj_qw3,.pj_qw4,.pj_qw5 { display:none;}
.pj_qw1 { display:block;}
.qws,.qws2 { width:330px; float:left; margin-top:20px;}
.qws2 { float:right;}
.qws h1,.qws2 h1 { border:none; font-size:14px; font-weight:bold; color:#333;}
.qws p,.qws2 p { font-family:'微软雅黑'; line-height:22px; display:inline;}
.qws a,.qws2 a { margin-left:10px; color:#900; font-family:'微软雅黑';}

.hrline {width: 100%;color: #C00;background: #C00;border: 0;height: 1px;margin: 0px 0 10px;}

/*帮助中心*/
.pj_qw li { line-height:24px; }
.pj_qw li a { color:#333;}
.pj_qw li a:hover { color:#c00; text-decoration:underline;}

/*help*/
/*.help_center{padding-bottom:30px;}*/
.help_left{width:550px;float:left;}
.help_right{width:400px;float:right;}
.help_center{padding-top:20px;}
.help_center h1{color:#3e96cc;font-size:20px; height:20px;font-weight:normal; text-align:center;background:url(https://www.huadanet.com/chanquan/help.png) no-repeat 0px 5px;padding-bottom:30px; margin-top:30px;font-family:'微软雅黑';}
.help_apply h2{color:#333;font-size:16px; height:20px;font-weight:normal;padding-bottom:10px;font-family:'微软雅黑';}
.help_way h1{color:#3e96cc;font-size:20px; height:20px;font-weight:normal; text-align:center;background:url(https://www.huadanet.com/chanquan/cost_line.jpg) no-repeat 0px 5px;padding-bottom:30px;margin-top:30px;}
.help_apply h1{color:#3e96cc;font-size:20px; height:20px;font-weight:normal; text-align:center;background:url(https://www.huadanet.com/chanquan/download.png) no-repeat 0px 5px;margin-top:30px;}
.help_q li a { font-weight:bold; cursor:pointer;}
.help_q li div { display:none;}
.help_q li div p { font-family:'微软雅黑'; text-indent:2em; color:#666;}
.help_q li div table { background:#333; text-align:center;}
.help_q li div table tr { background:#fff;}
.help_q li div table tr td { padding:4px 10px;}

.wysq li { margin-top:20px;}
.wysq h1 { border:none; font-size:18px; font-family:'微软雅黑'; }
.wysq a { color:#036; margin:0 6px;}
.wysq a:hover {color:#036; text-decoration:underline;}

.k2012_fw { border-top:solid 2px #e60012; text-align:center; margin-top:10px; background:#CCC; width:100%;}
.k2012_fw td{ border:1px solid #ccc;}
.k2012_fw tr td{ padding:10px; background:#fff;}

/*如何申请*/
.apply_how{margin-top:30px;}
.apply_how h1{width:1000px; height:20px; font-size:20px; font-weight:normal;color:#3e96cc;text-align:center;background:url(https://www.huadanet.com/chanquan/apple.png) no-repeat 0px 5px; padding-bottom:30px;}
.apply_process h2{color:#666;font-size:24px;border-bottom:1px dotted #ccc; padding-bottom:10px;text-align:center; width:1000px; font-weight:normal}
.apply_process li{line-height:40px}
.process{padding-top:30px;}
.process h4{line-height:20px;}
.process p{line-height:30px;text-indent:2em;}
.process p span a{font-size:20px;color:#3e96cc;}
/*.process table{width:100%;border:1px solid #666; text-align:center; margin-top:20px;}*/
.process table p{text-align:left; padding:0px 8px;}
.process tr,.process td{border:1px solid #ccc; line-height:30px; text-align:center;}
.process ul,.process li{text-indent:2em;}
.sub_list{text-indent:4em;}

/*客服*/
.f1_body{ background:#fff; border:1px solid #ccc; border-bottom:0;  border-top:#d80e1a solid 3px; width:100px; height:auto; color:#333;}
.f1_body h1{ font-size:14px; height:30px; line-height:30px; border-bottom:1px solid #EEEEEE; text-align:center;}
.f1_body p{text-align:center; border-bottom:1px solid #EEEEEE;}
.f1_body ul li{ font-size:14px; border-bottom:1px solid #EEEEEE; margin:10px 0;text-align:center;}
.f1_body ul li span{  }
.f1_body ul li ul li{ border-bottom:0px; line-height:24px; margin:4px 0; padding:0;}
.f1_body ul .tijiao01 { border-bottom:solid 1px #ccc;}
.f1_body ul li ul li{ border-bottom:0px; line-height:24px; margin:4px 0; padding:0; font-size:12px; text-align:center;}
.f1_body ul li ul li *{ vertical-align:middle; }
.f1_body ul li ul li img { margin:0; margin-right:4px;}
.f1_body ul li ul .tel { padding-left:0px; font-size:12px; text-align:center;}

#chat_f1,#chat_f2{font-size:12px}
#chat_f1{position:fixed;left: 10px;top:120px;width: 100px;_position:absolute;_top:expression(eval(document.documentElement.scrollTop+220))}
#chat_f1_main{height:20px;background:url(https://www.huadanet.com/chanquan/c2.gif) no-repeat left 0;}
#close{display:block;width:17px;height:17px;cursor:pointer; float:left;}

#chat_f2{display:none;position:fixed;left:1px;top:120px;border:1px solid #d80e1a;background:#fff;padding:4px; text-align:center; font-size:14px; width:18px; _position:absolute;_top:expression(eval(document.documentElement.scrollTop+120));color:#d80e1a;cursor:pointer;}

.input_text { width:200px; height:23px; line-height:22px; border:#CCC solid 1px;}

#chat_f3{font-size:12px}
#chat_f3{position:fixed;right:10px;top:120px;width:30px; height:340px; _position:absolute;_top:expression(eval(document.documentElement.scrollTop+120))}
#chat_f3_main{height:20px;background:url(https://www.huadanet.com/chanquan/c2.gif) no-repeat right 0; position:relative;}
#close3{display:block;width:17px;height:17px;cursor:pointer; position:absolute; right:0;}
#chat_f4{display:none;position:fixed;right:1px;top:120px;border:1px solid #d80e1a;background:#fff;padding:4px; text-align:center; font-size:14px; width:18px; _position:absolute;_top:expression(eval(document.documentElement.scrollTop+120));color:#d80e1a;cursor:pointer;}
.f3_body { background:#fff;  height:auto; border:#CCC solid 1px;  text-align:center;border-top:#d80e1a solid 2px; font-size:18px; line-height:20px; font-family:'微软雅黑','黑体'; font-weight:bold; color:#ff0000; padding:6px 0; }
.f3_body a { color:#d80e1a;}
.f3_body a:hover { color:#d80e1a;}

/*关于中万*/
.about{padding-top:20px;}
.about h1 { font-size:16px; font-family:'微软雅黑'; color:#666;padding-bottom:8px; font-weight:normal; margin:20px 0;}
.about p { line-height:24px; font-family:'宋体'; color:#494949;}
.about h2 { font-size:12px; line-height:24px;}
.about table { background:#333;}
.about table tr { background:#fff;}
.about table tr td { padding:6px 10px;}

/*法律声明*/
.law{padding-top:20px;}
.law h3{font-size:12px;color:#333;}
.law p{color:#494949; line-height:30px; text-indent:2em;}

/*荣誉资质*/
.honor{padding-top:20px;}
.honor h1{font-size:16px; color:#242424; font-weight:normal; text-align:center;}
.honor li{float:left;width:250px; text-align:center;line-height:150px;padding-top:40px;}
.honor li a img{border:1px solid #ccc;padding:5px;}

/*诚聘精英*/
.sale{float:left;width:600px}
.technology{float:right; width:400px;}
.recruit{padding-top:10px;}
.recruit p{line-height:20px;}
.recruit h1{color:#494949;font-size:15px; padding-bottom:10px; color:#d80e1a;padding-top:20px;}
.recruit h2{font-size:14px;color:#494949; padding:8px 0px;}

/*支付方式*/
.pay ul { float:none;position:inherit;}
.pay table td { text-align:left;}
.payv table img { margin:0 10px 0 0;}
.pay h1 { margin:0;}

.pay { color:#666;}
.pay table img { margin-right:20px;}
.pay h1 { font-size:16px; clear:both; color:#494949; padding:30px 0px 10px 0px; }
.pay ul { margin:10px 0 30px;}
.pay ul li { float:left; width:330px; line-height:24px;}

/*联系我们*/
.mks{padding-top:30px;}
.mail_left{ width:680px; height:auto; float:left;}
.mail_right{float:right; width:290px;}
.mail_right2  p{ font-size:14px; margin-bottom:30px; line-height:26px;}



/*foot*/
.foot { margin:40px 0 15px; border-top:solid 1px #d4d4d4; padding-top:20px;}
.foot p { line-height:24px; text-align:center; color:#999;}
.foot p a{color:#999;padding:0px 8px 0px 8px;}
.foot p a:hover{text-decoration:underline;}
.foot .kewords,.foot .kewords a { color:#fff; line-height:12px;}

.page { text-align:center;clear:both; margin-right:20px;}
.page * { vertical-align:middle;}
.page a{
	padding:2px 7px;
	background:#f7f7f7;
	border:1px solid #ddd;
	margin:2px;
	color:#666666;
	text-decoration:none
}
.jiage_div .page span { color:#333;}
.page .chaxun { padding:0; width:30px; height:23px;background:#ffa405;
	border:1px solid #fe8101;
	color:white !important;}
.page .current{
	background:#ffa405;
	border:1px solid #fe8101;
	color:white !important;
}
.page #jumptxt { height:21px; width:22px; margin: 0 4px 0 2px; border:solid 1px #ccc;}
.page .text3 { width:30px; height:18px; line-height:18px; margin: 0 4px 0 2px;}
.kxzuo{width:150px;text-align:center;margin-top:20px;}
.kxzhong{width:600px;font-size:16px;color:#000;padding:25px;}
.question_list{text-align:left;}
h8{color:#3e96cc;font-size:16px;line-height:50px;}
.kxyou{width:120px;background:none repeat scroll 0 0 #ff5b01;font-size:18px;height:40px;line-height:40px;margin-top:55px;text-align:center;color:#fff;}