@charset "utf-8";
/* CSS Document */
.help-container{ width:1200px; margin:0 auto;}
/* 帮助中心左侧菜单 */




/* 帮助中心右侧主体部分 */
.help-main{ float:left; width:970px; padding-bottom:0px;}
/* 帮助中心右侧主体——头部标题 */
.main-top{ height:40px; line-height:40px; border-bottom:2px solid #005CAF; }
.main-top h3{ float:left; font-size:14px; color:#666; padding-left:35px; height:42px; line-height:42px;font-weight:normal;}
.main-top h3 a,.main-top h3 a:link,.main-top h3 a:visited{ color:#666; font-weight:normal; height:42px; line-height:42px;}
.main-top h3 a:hover{ color:#005CAF;}
.maintitle{ margin-left:30px; margin-top:50px; background:url(../images/zcion.jpg) no-repeat;}
.maintitle span{ display:inline-block;height:48px; line-height:48px; margin-left:40px; border-bottom:2px solid #F1F1F1; width:900px; color:#333; font-size:36px; font-weight:normal;}
/* 帮助中心右侧主体——内容区 */
.main-con{ padding-left:70px; margin-top:30px; color:#666; font-size:16px; line-height:40px;}
.main-con p{ margin-bottom:30px;}
.main-con h4{ color:#0383cd; font-size:18px; }
.main-con p a,.main-con p a:link,.main-con p a:visited{color:#005cae;}
.main-con p a:hover{ color:#eb6100;}

.main-con p a.zcbtn,.main-con p a.zcbtn:link,.main-con p a.zcbtn:visited{ display:inline-block; padding:0 10px; height:22px; line-height:22px; text-align:center; color:#FFF; background:#00a0e9; margin:0 5px;}
.main-con p a.zcbtn:hover{ background:#eb6100; }
p.strong{ color:#333; font-size:18px; margin-bottom:0px;}
p.strong b{ font-weight:normal; color:#eb6100;}

/*帮助中心首页*/
.help-con{ padding-left:40px;height:290px; padding-top:60px;}
.help-con h1{ color:#208fda; font-size:30px; font-weight:normal; margin-bottom:40px; height:32px; line-height:32px;}
.imga a{ display:block; float:left; margin-right:100px; margin-bottom:25px;}
.imga a p,.imga a:link p,.imga a:visited p{ padding-right:23px; text-align:center; color:#333; font-size:18px; height:40px; line-height:40px;}
.imga a:hover p{ color:#FF4800;}
hr{ height:2px; border:none;margin-left:40px;}
hr.lan{ background:#3598DB;}
hr.org{ background:#f76b00;}
.zizhucon{ height:420px; overflow:hidden;}
.zizhucon a{margin-right:115px;height:143px;}
.help-con .kefu{ float:left; margin-right:230px;}
.help-con .kefu p{padding-right:23px; text-align:center; color:#333; font-size:18px; height:20px; line-height:20px;}
.help-con .mar0{ margin:0;}
.kefu img,.kefu p{ margin-left:20px;}
.kefu a.zixun,.kefu a.zixun:link,.kefu a.zixun:visited{ width:118px; height:30px; text-align:center; line-height:30px; border:2px dashed; border-radius:3px; display:block; font-size:14px; font-weight:bold; margin-top:10px;}
.kefu a.bluea{ color:#65b9f1; border-color:#65b9f1;}
.kefu a.reda{ color:#fe6d6d; border-color:#fe6d6d;}
.kefu a.greena{ color:#37ca72; border-color:#37ca72;}
.kefu a.zixun:hover{ color:#FF4800;border-color:#FF4800; }
.yin{ display:none;}
.xian{ display:block;}

/*注册图片轮播特效样式开始*/
.bannerzc { position: relative; overflow: auto; text-align: center;}
.bannerzc li { list-style: none; }
.bannerzc ul li { float: left; }
#b04 { width: 900px;}
#b04 .dots { position: absolute; left: 0; right: 0; bottom: -10px;}
#b04 .dots li 
{ 
	display: inline-block; 
	width: 14px; 
	height: 14px; 
	margin: 0 4px; 
	text-indent: -999em; 
	border: 2px solid #999; 
	border-radius: 10px; 
	cursor: pointer; 
	opacity: .4;  
	-webkit-transition: background .5s, opacity .5s; 
	-moz-transition: background .5s, opacity .5s; 
	transition: background .5s, opacity .5s;
}
#b04 .dots li.active 
{
	background:#888;
	opacity: 1;
}
#b04 .arrow { position: absolute; top: 220px;}
#b04 #al { left: 0px;}
#b04 #ar { right: 0px;}
/*注册图片轮播特效样式结束*/



.main-con p,.main-con img{margin:10px 0;}