body{
	background-color: #f8f8f8;
	min-height: 100%;
}
#main{
	min-height: 100%;
	padding-top: 80px;
}
#main .inner{
	padding: 3.33% 0 5.2%;
}
#main .title{
	margin-bottom: 4.5%;
}
#main .title h5{
	font-size: 45px;
	color: #333;
	font-weight: bold;
	font-family: "myriadbold";
	margin-bottom: 22px;
}
#main .title .line{
	width: 60px;
	height: 8px;
	background-color: #4087bd;
}
#main .box{
	background-color: #fff;
	border-radius: 5px;
  	box-shadow: 1.259px 1.554px 20px 0px rgba(0, 0, 0, 0.08);
  	margin-bottom: 20px;
  	padding: 3.8% 5.7% 1.5%;
  	cursor: pointer;
}
#main .web .box .part1 .left{
	float: left;
}
#main .web .box .part1 .right{
	float: right;
	text-align: right;
}
#main .web .box .name{
	font-size: 30px;
	color: #333;
	font-family: "myriadbold";
	font-weight: bold;
	margin-bottom: 20px;
}
#main .web .box.active .name{
	color: #1f73af;
}
#main .web .box .pos{
	font-size: 16px;
	color: #999;
}
#main .web .box .apply{
	display: inline-block;
	vertical-align: top;
	margin-bottom: 14px;
	width: 160px;
	height: 40px;
	line-height: 38px;
	text-align: center;
	border-radius: 20px;
	font-size: 18px;
	color: #1f74af;
	border: 1px solid #1f74af;
}
#main .web .box .apply:hover{
	background-color: #1f74af;
	color: #fff;
}
#main .web .box .tip{
	font-size: 14px;
	color: #999;
}
#main .web .box .describe{
	font-size: 18px;
	color: #666;
	line-height: 1.66;
	margin: 2.2% 0 3%;
}
#main .web .box .detail-box{
	display: none;
	padding-bottom: 1.8%;
}
#main .web .box .detail-box .text-box{
	margin-bottom: 2.9%;
}
#main .web .box .detail-box .text-box:nth-child(2){
	margin-bottom: 3.4%;
}
#main .web .box .detail-box .text-box h5{
	font-size: 22px;
	color: #333333;
	font-weight: normal;
	margin-bottom: 1.2%;
}
#main .web .box .detail-box .text-box p{
	font-size: 18px;
	line-height: 1.666;
	color: #333333;
	position: relative;
	padding-left: 34px;
}
#main .web .box .detail-box .text-box p span{
	display: block;
	width: 6px;
	height: 6px;
	background-color: #333;
	border-radius: 50%;
	position: absolute;
	left: 14px;
	top: 12px;
}
#main .web .box .tri{
	background-repeat: no-repeat;
	background-size: 100% auto;
	background-image: url(../images/fqa_tri1.png);
	background-position: center top;
	margin: 0 auto;
	display: block;
}
#main .web .box.active .tri{
	background-position: center bottom;
}

.pop-cover{
	position: fixed;
	left: 0;
	top: 0;
	z-index: 52;
	width: 100%;
	height: 100%;
	background-color: rgba(27,27,27,0.6);
	display: none;
	-webkit-display: none;
	-moz-display: none;
	-ms-display: none;
	-o-display: none;
}
.pop-cover.active{
	display: flex;
	align-items: center;
	justify-content: center;
	-webkit-display: flex;
	-webkit-align-items: center;
	-webkit-justify-content: center;
	-moz-display: flex;
	-moz-align-items: center;
	-moz-justify-content: center;
	-ms-display: flex;
	-ms-align-items: center;
	-ms-justify-content: center;
	-o-display: flex;
	-o-align-items: center;
	-o-justify-content: center;
}
.pop-cover .pop-box{
	background-color: #eee;
	padding: 3.7% 6% 3%;
	text-align: center;
	position: relative;
}
.pop-cover .pop-box .close{
	position: absolute;
	right: 8px;
	top: 8px;
	cursor: pointer;
}
.pop-cover .pop-box h3{
	font-size: 45px;
	color: #333;
	font-weight: bold;
	font-family: "myriadbold";
}
.pop-cover .pop-box ul{
	margin: 5% 0;
	text-align: left;
	display: flex;
	align-items: stretch;
	justify-content: space-between;
	flex-wrap: wrap;
	-webkit-display: flex;
	-webkit-align-items: stretch;
	-webkit-justify-content: space-between;
	-webkit-flex-wrap: wrap;
	-moz-display: flex;
	-moz-align-items: stretch;
	-moz-justify-content: space-between;
	-moz-flex-wrap: wrap;
	-ms-display: flex;
	-ms-align-items: stretch;
	-ms-justify-content: space-between;
	-ms-flex-wrap: wrap;
	-o-display: flex;
	-o-align-items: stretch;
	-o-justify-content: space-between;
	-o-flex-wrap: wrap;
}
.pop-cover .pop-box ul li{
	width: 42.38%;
	border-bottom: 1px solid #bfbfbf;
	margin-bottom: 5.5%;
	padding-bottom: 8px;
	display: inline-flex;
	align-items: stretch;
	justify-content: flex-start;
	-webkit-display: inline-flex;
	-webkit-align-items: stretch;
	-webkit-justify-content: flex-start;
	-moz-display: inline-flex;
	-moz-align-items: stretch;
	-moz-justify-content: flex-start;
	-ms-display: inline-flex;
	-ms-align-items: stretch;
	-ms-justify-content: flex-start;
	-o-display: inline-flex;
	-o-align-items: stretch;
	-o-justify-content: flex-start;
}
.pop-cover .pop-box ul li:last-child{
	width: 100%;
	margin-bottom: 0;
}
.pop-cover .pop-box ul li.noline{
	border-bottom: 0 none;
}
.pop-cover .pop-box ul li.active{
	border-color: #1b1b1b;
}
.pop-cover .pop-box ul li p{
	font-size: 20px;
	color: #999;
	white-space: nowrap;
}
.pop-cover .pop-box ul li.active p,.pop-cover .pop-box ul li.noline p{
	color: #333;
}
.pop-cover .pop-box ul li p span{
	font-size: 14px;
	color: #ff0000;
	font-family: "myriadbold";
	vertical-align: super;
}
.pop-cover .pop-box ul li input{
	background-color: transparent;
	font-size: 20px;
	color: #999;
	width: 100%;
}
.pop-cover .pop-box ul li.active input{
	color: #333;
}
.pop-cover .pop-box ul li .link-box{
	width: 100%;
	display: inline-flex;
	align-items: center;
	justify-content: space-between;
	-webkit-display: inline-flex;
	-webkit-align-items: center;
	-webkit-justify-content: space-between;
	-moz-display: inline-flex;
	-moz-align-items: center;
	-moz-justify-content: space-between;
	-ms-display: inline-flex;
	-ms-align-items: center;
	-ms-justify-content: space-between;
	-o-display: inline-flex;
	-o-align-items: center;
	-o-justify-content: space-between;
}
.pop-cover .pop-box ul li .link-box a{
	font-size: 20px;
	color: #1f74af;
	text-decoration: underline;
}
.pop-cover .pop-box .submit{
	display: inline-block;
	vertical-align: top;
	font-size: 22px;
	color: #fff;
	width: 360px;
	height: 60px;
	line-height: 60px;
	border-radius: 30px;
	background-color: #1f74af;
}
@media only screen and (max-width:1366px){
	.pop-cover .pop-box ul{
		margin: 3% 0;
	}
	.pop-cover .pop-box ul li{
		margin-bottom: 3%;
	}
}
@media only screen and (max-width:1280px){
	.pop-cover .pop-box ul li p{
		font-size: 14px;
	}
	.pop-cover .pop-box ul li p span{
		font-size: 12px;
	}
	.pop-cover .pop-box ul li input{
		font-size: 14px;
	}
	.pop-cover .pop-box ul li .link-box a{
		font-size: 14px;
	}
}
@media only screen and (max-width:1024px){
	.pop-cover .pop-box ul li{
		width: 48%;
	}
}
@media only screen and (max-width:768px){
	body{
		background-color: #fff;
	}
	#main{
		padding-top: 3.75rem;
	}
	#main .inner{
		padding: 1.375rem 0 3.125rem;
	}
	#main .title{
		margin-bottom: 1.875rem;
	}
	#main .title h5{
		font-size: 1.40625rem;
		margin-bottom: 0.625rem;
	}
	#main .title .line{
		width: 1.875rem;
		height: 0.25rem;
	}
	#main .box{
		border-radius: 0.15625rem;
	  	box-shadow: 1px 1px 0.625rem 0px rgba(0, 0, 0, 0.08);
	  	margin-bottom: 0.625rem;
	  	padding: 1rem;
	}
	#main .mobile .box .name{
		font-size: 0.9375rem;
		color: #333;
		font-family: "myriadbold";
		font-weight: bold;
		margin-bottom: 0.625rem;
	}
	#main .mobile .box.active .name{
		color: #1f73af;
	}
	#main .mobile .box .pos{
		font-size: 0.625rem;
		color: #999;
	}
	#main .mobile .box .describe{
		font-size: 0.6875rem;
		color: #666;
		line-height: 1.73;
		height: 3.46em;
		margin: 0.75rem 0 1.125rem;
		overflow: hidden;
	}
	#main .mobile .box.active .describe{
		height: auto;
	}
	#main .mobile .box .detail-box{
		display: none;
	}
	#main .mobile .box .detail-box .text-box{
		margin-bottom: 0.8125rem;
	}
	#main .mobile .box .detail-box .text-box:nth-child(2){
		margin-bottom: 1.5625rem;
	}
	#main .mobile .box .detail-box .text-box h5{
		font-size: 0.75rem;
		color: #333333;
		font-weight: normal;
		margin-bottom: 0.6875rem;
	}
	#main .mobile .box .detail-box .text-box p{
		font-size: 0.625rem;
		line-height: 1.1875rem;
		color: #333333;
		position: relative;
		padding-left: 0.625rem;
	}
	#main .mobile .box .detail-box .text-box p span{
		display: block;
		width: 0.1875rem;
		height: 0.1875rem;
		background-color: #333;
		border-radius: 50%;
		position: absolute;
		left: 0;
		top: 0.5rem;
	}
	#main .mobile .box .apply{
		display: block;
		margin: 0 auto 0.875rem;
		width: 12.5rem;
		height: 2.25rem;
		line-height: 2.1875rem;
		text-align: center;
		border-radius: 1.125rem;
		font-size: 0.8125rem;
		color: #1f74af;
		border: 1px solid #1f74af;
	}
	#main .mobile .box.active .apply{
		background-color: #1f74af;
		color: #fff;
	}
	#main .mobile .box .tip{
		font-size: 0.625rem;
		color: #999;
		text-align: center;
	}
	#main .mobile .box .tri{
		background-repeat: no-repeat;
		background-size: 100% auto;
		background-image: url(../images/fqa_tri1.png);
		background-position: center top;
		margin: 1rem auto 0;
		display: block;
		width: 1rem;
	}
	#main .mobile .box.active .tri{
		background-position: center bottom;
	}



	.pop-cover .pop-box{
		padding: 1.875rem 1.875rem;
		background-color: #fff;
	}
	.pop-cover .pop-box .close{
		right: 0.375rem;
		top: 0.375rem;
		width: 0.9375rem;
	}
	.pop-cover .pop-box h3{
		font-size: 1.40625rem;
	}
	.pop-cover .pop-box ul{
		margin: 1.5rem 0;
		display: block;
		-webkit-display: block;
		-moz-display: block;
		-ms-display: block;
		-o-display: block;
	}
	.pop-cover .pop-box ul li{
		width: 100%;
		margin-bottom: 1.75rem;
		padding-bottom: 0.3125rem;
	}
	.pop-cover .pop-box ul li p{
		font-size: 0.8125rem;
	}
	.pop-cover .pop-box ul li p span{
		font-size: 0.4375rem;
	}
	.pop-cover .pop-box ul li input{
		font-size: 0.8125rem;
	}
	.pop-cover .pop-box ul li .link-box{
		width: 100%;
		display: block;
		-webkit-display: block;
		-moz-display: block;
		-ms-display: block;
		-o-display: block;
		font-size: 0;
	}
	.pop-cover .pop-box ul li .link-box a{
		font-size: 0.8125rem;
		width: 25%;
		display: inline-block;
		vertical-align: top;
		margin-bottom: 0.875rem;
	}
	.pop-cover .pop-box ul li .link-box a:last-child{
		margin-bottom: 0;
	}
	.pop-cover .pop-box .submit{
		font-size: 0.8125rem;
		width: 12.5rem;
		height: 2.25rem;
		line-height: 2.25rem;
		border-radius: 1.125rem;
	}
}
@media only screen and (max-width:375px){
	.pop-cover .pop-box ul li{
		margin-bottom: 1.5rem;
	}
}