@charset "utf-8";
body{
	min-width: 1000px;
}
.wrap1000{
	width: 1000px;
	margin: 0 auto;
}
.header{
	height: 44px;
	background: #fff;
	border-bottom: solid 2px #393939;
}
.logo{
	float: left;
	margin-left: 40px;
	margin-top: 4px;
}
.go-manling{
	float: right;
	margin-right: 40px;
	font-size: 16px;
	color: #999999;
	line-height: 44px;
	display: inline-block;
	text-decoration: none;
}
.nav{
	height: 86px;
	border-bottom: solid 2px #e0e0e0;
	background: #fff;
}
.nav-cont{
	width: 920px;
	padding: 0 40px;
	margin: 0 auto;
    position:relative;
}
.nav-cont .nav-line {
    width:176px;
    height:6px;
    background:#393939;
    content:"";
    display:block;
    position:absolute;
    top:0;
    left:40px;
    transition: all .5s ease-out; 
	-webkit-transition: all .5s ease-out;
}
.nav-cont ul li{
	padding: 24px 0;
	float: left;
}

.nav-cont ul li a{
	line-height: 32px;
	font-size: 16px;
	color: #666666;
	display: block;
	padding: 0 55px;
	text-decoration: none;
	border-right: solid 2px #e0e0e0;
}
.nav-cont ul li.on a,.nav-cont ul li:hover a{
	color: #3d3d3d;
}
.nav-cont ul li:last-child a{
	border-right: none;
}
.footer{
	background: #393939;
	padding: 10px 0;
}
.footer-l{
	float: left;
}
.footer-txt1{
	font-size: 16px;
	color: #adadad;
	padding: 10px 0;
}
.footer-r{
	float: right;
	text-align: right;
}
.footer-nav{
}
.footer-nav a{
	color: #fff;
	line-height: 40px;
	font-size: 16px;
	text-decoration: none;
	padding: 0 10px;
}
/*container*/
.container{
	padding-top: 24px;
}
.content-img{
	margin-top: 20px;
}
.container-tab{
	height: 32px;
	line-height: 32px;
	background: #ebedf0;
	font-size: 14px;
	color: #292929;
}
.container-tab span{
	border-left: solid 12px #0099ff;
	padding-left: 10px;
	display: inline-block;
}
.container-tab a{	
	font-size: 14px;
	color: #292929;
	text-decoration: none;
	padding: 0 5px;
}
.content{
	padding: 0 40px 100px;
	margin-top: 20px;
}
.content h3.title{
	font-size: 24px;
	color: #3d3d3d;
	text-align: center;
	margin-bottom: 40px;
	margin-top: 70px;
	font-weight: bold;
}
.content p.txt{
	font-size: 14px;
	color: #434852;
	line-height: 26px;
	text-align: center;
	margin-bottom: 30px;
	text-indent: 2em;
}
.content p.align-left{
	text-align: left;
}

.btn a{
	display: block;
	border-radius: 8px;
	text-align: center;
	color: #fff;
	text-decoration: none;
}
.btn a.red{
	background: #f04d52;
}
.btn a.red:hover{
	background: #cc0007;
}
.btn a.green{
	background: #15ad5c;
}
.btn a.green:hover{
	background: #0f7a41;
}
.btn a.blue{
	background: #3776ad;
}
.btn a.blue:hover{
	background: #27547a;
}
.btn-big{
	width: 348px;
	height: 88px;
	margin: 10px auto;
}
.btn-big a{
	font-size: 32px;
	line-height: 88px;
}
.btn-small{
	width: 170px;
	height: 38px;
}
.btn-small a{
	font-size: 16px;
	line-height: 38px;
}
.btns{
	width: 348px;
	margin: 0 auto 20px;
}
.btns div:nth-child(1){
	float: left;
}
.btns div:nth-child(2){
	float: right;
}
.desc-tips{
	width: 348px;
	margin: 0 auto;
}
.desc-tips p{
	font-size: 16px;
	color: #434852;
	line-height: 28px;
}
.desc-tips p a,.desc-tips p span{
	color: #3d6e99;
	padding-left: 10px;
	text-decoration: none;
	cursor: default;
}
.qa-box{
	border: solid 2px #e0e0e0;
	border-radius: 8px;
	background: #fbfbfb;
}
.qa-title{
	height: 58px;
	border-bottom: solid 2px #e0e0e0;
	font-size: 14px;
	color: #a4a4a5;
}
.qa-title span{
	display: inline-block;
	padding-left: 20px;
	line-height: 58px;
	font-size: 24px;
	border-bottom: solid 2px #393939;
	color: #3d3d3d;
	margin-right: 10px;
    font-weight:bold;
}
.qa-title a{
	font-size: 16px;
	color: #999999;
	float: right;
	text-decoration: none;
	line-height: 58px;
	margin-right: 20px;
}
.qa-cont{
	padding: 20px;
}
.question{
	height: 28px;
	line-height: 28px;
	padding-left: 40px;
	font-size: 16px;
	color: #636363;
	background: url(images/answer.png) no-repeat;
	margin-bottom: 10px;
}
.question.ques{
	background: url(images/question.png) no-repeat;
}
.answer{
	margin: 20px 0 20px 40px;
	border: solid 1px #d4d4d4;
	padding: 30px;
	border-radius: 8px;
}
.answer p{
	text-indent: 2em;
	font-size: 14px;
	color: #434852;
	line-height: 26px;
}
.answer p a{
	color: #0099ff;
	font-size: 16px;
}
.qa-cont ul li{
	position: relative;
}
.qa-cont ul li:after{
	width: 18px;
	height: 10px;
	display: block;
	content: "";
	position: absolute;
	top: 39px;
	left: 60px;
	background: url(images/box_icon.png) no-repeat;
}

/*popup*/
.popup-ewm{
	width: 100%;
	height: 100%;
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	z-index: 99;
	display: none;
}
.popup-bg{
	width: 100%;
	height: 100%;
	background: #000;
	opacity: 0.8;
	top: 0;
	left: 0;
}
.popup-cont{
	width: 508px;
	border: solid 2px #999999;
	background: #fff;
	border-radius: 8px;
	position: absolute;
	top: 30%;
	left: 50%;
	margin-left: -255px;
	padding: 35px 0;
}
.popup-title{
	font-size: 20px;
	color: #ad7b15;
	text-align: center;
	line-height: 40px;
}
.popup-cont-img{
	padding: 10px 0 40px;
	border-bottom: solid 2px #e0e0e0;
	text-align: center;
	position: relative;
}
.popup-txt{
	padding-top: 30px;
	text-align: center;
	font-size: 20px;
	color: #666666;
}
.close-popup{
	width: 60px;
	height: 60px;
	display: inline-block;
	background: url(images/close.png) no-repeat;
	position: absolute;
	right: 0px;
	top: -80px;
	transition: all .5s ease-out; 
	-webkit-transition: all .5s ease-out;
}
.close-popup:hover{
	transform: rotate(180deg);
	-webkit-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	-moz-transform: rotate(180deg);
}
.light{
	width: 252px;
	height: 24px;
	position: absolute;
	top: 20px;
	left: 0;
	right: 0;
	margin: 0 auto;	
	-webkit-animation: light 6s linear infinite;
	-moz-animation: light 6s linear infinite;
	-ms-animation: light 6s linear infinite;
    animation: light 6s linear infinite;
}
@keyframes light{
	0%{
		top: 20px;
	}
	50%{
		top: 230px;
	}
	100%{
		top: 20px;
	}
}
@-webkit-keyframes light{
	0%{
		top: 20px;
	}
	50%{
		top: 230px;
	}
	100%{
		top: 20px;
	}
}
@-moz-keyframes light{
	0%{
		top: 20px;
	}
	50%{
		top: 230px;
	}
	100%{
		top: 20px;
	}
}
@-ms-keyframes light{
	0%{
		top: 20px;
	}
	50%{
		top: 230px;
	}
	100%{
		top: 20px;
	}
}