.banner{
	background-image: url(../images/consult_banner_bg_web.jpg);
}


.sec1{
	padding: 4.48% 0 6.77%;
	text-align: center;
}
.sec1 .inner{
	width: 870px;
}
.sec1 .title:nth-child(1){
	margin-bottom: 10.8%;
}
.sec1 .title h3{
	font-size: 44px;
	color: #333;
	font-weight: bold;
	margin-bottom: 3%;
}
.sec1 .title h5{
	font-size: 24px;
	color: #333;
	font-weight: bold;
    font-family: 'BrandonTextbold';
    position: relative;
    z-index: 1;
    display: inline-block;
    margin-bottom: 4.7%;
}
.sec1 .title h5::after{
	content: "";
	position: absolute;
	left: 0;
	bottom: 0;
	z-index: -1;
	width: 100%;
	height: 0.333em;
	background-image: -webkit-linear-gradient(to right, #00479b 38%, #f0eb37 100%);
	background-image: linear-gradient(to right, #00479b 38%, #f0eb37 100%);
}
.sec1 .title p{
	font-size: 18px;
	color: #0a1943;
	line-height: 1.5;
}



.sec1 ul{
	margin: 6.666% 0 7.6%;
	text-align: justify;
	width: 100%;
}
.sec1 li{
	width: 100%;
	-webkit-display: inline-flex;
	-webkit-align-items: center;
	-webkit-justify-content: flex-start;
	-webkit-flex-direction: row;
	display: inline-flex;
	align-items: center;
	justify-content: flex-start;
	flex-direction: row;
	font-size: 16px;
	color: #333;
	margin-bottom: 1.75em;
}
.sec1 li:last-child{
	margin-bottom: 0;
}
.sec1 li.length1{
	width: 43.1%;
	margin-right: 7.6%;
}
.sec1 li.length2{
	width: 49.3%;
}
.sec1 li p{
	font-size: 1.125em;
	color: inherit;
	width: 8em;
	margin-right: 1.5em;
	-webkit-flex-shrink: 0;
	flex-shrink: 0;
	-webkit-display: flex;
	-webkit-align-items: center;
	-webkit-justify-content: space-between;
	-webkit-flex-direction: row;
	display: flex;
	align-items: center;
	justify-content: space-between;
	flex-direction: row;
}
.sec1 li p.aligntop{
	-webkit-align-self: flex-start;
	align-self: flex-start;
	margin-top: 0.5em;
}
.sec1 li input,.sec1 li textarea{
	-webkit-flex-grow: 1;
	flex-grow: 1;
	border: 1px solid #ddd;
	border-radius: 2px;
	font-size: 1.125em;
	color: #666;
	padding: 0 0.7em;
	line-height: 2.11em;
}
.sec1 li input{
	height: 2.22em;
	-webkit-appearance: none;
	appearance: none;
}
.sec1 li textarea{
	resize: none;
	font-family: inherit;
	height: 5.55em;
	-webkit-appearance: none;
	appearance: none;
}
.sec1 li .radio-box{
	display: inline-block;
	vertical-align: middle;
	margin-right: 1em;
	cursor: default;
	font-size: 1.125em;
}
.sec1 li .radio-box:last-child{
	margin-right: 0;
}
.sec1 li .radio-box .radio{
	display: inline-block;
	margin-right: 0.56em;
	width: 1em;
	height: 1em;
	background-repeat: no-repeat;
	background-size: 100% auto;
	background-position: center top;
	background-image: url(../images/consult_sec1_tri.png);
	border-radius: 50%;
}
.sec1 li .radio-box.checked .radio{
	background-position: center bottom;
}
.sec1 li .radio-box span{
	vertical-align: middle;
}
.sec1 .tip-box{
	font-size: 18px;
	color: #0a1943;
	margin-bottom: 3.68%;
	cursor: default;
}
.sec1 .tip-box .check{
	margin-right: 0.78em;
	border: 1px solid #999999;
	border-radius: 2px;
	width: 1em;
	height: 1em;
	display: inline-block;
}
.sec1 .tip-box.checked .check{
	background-repeat: no-repeat;
	background-size: 100% auto;
	background-position: center bottom;
	background-image: url(../images/consult_sec1_tri.png);
	overflow: hidden;
	border-color: #00479b;
}
.sec1 .tip-box span{
	vertical-align: middle;
}
.sec1 .tip-box a{
	font-size: inherit;
	color: inherit;
}
.sec1 .tip-box a:hover{
	text-decoration: underline;
}
.sec1 .submit{
	display: block;
	font-size: 22px;
	color: #031130;
	font-weight: bold;
	width: 8.2em;
	height: 2.27em;
	line-height: 2.27em;
	background-color: #f1eb38;
	border-radius: 1.135em;
	margin: 0 auto;
	-webkit-transition: background-color 0.5s,color 0.5s;
	transition: background-color 0.5s,color 0.5s;
}
.sec1 .submit:hover{
	color: #fff;
	background-color: #00479b;
}



@media only screen and (max-width:1023px) {

	.sec1{
		padding: 3rem 0;
	}
	.sec1 .title:nth-child(1){
		margin-bottom: 2rem;
	}
	.sec1 .title h3{
		font-size: 1.5rem;
		margin-bottom: 0.75rem;
	}
	.sec1 .title h5{
		font-size: 0.9375rem;
		margin-bottom: 1rem;
	}
	.sec1 .title p{
		font-size: 0.7rem;
	}



	.sec1 ul{
		margin: 2rem 0;
	}
	.sec1 li{
		font-size: 0.625rem;
		margin-bottom: 1.75em;
	}
	.sec1 li p.aligntopmobile{
		-webkit-align-self: flex-start;
		align-self: flex-start;
	}
	.sec1 li.length1{
		width: 100%;
		margin-right: 0;
	}
	.sec1 li.length2{
		width: 100%;
	}
	.sec1 li .radio-box{
		display: block;
		margin-bottom: 1rem;
	}
	.sec1 li .radio-box:last-child{
		margin-bottom: 0;
	}
	.sec1 .tip-box{
		font-size: 0.7rem;
		margin-bottom: 3.68%;
	}
	.sec1 .submit{
		font-size: 0.875rem;
	}
}



#pop-cover{
	background-color: rgba(0,0,0,0.4);
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	-webkit-display: none;
	-moz-display: none;
	-ms-display: none;
	-o-display: none;
	display: none;
	z-index: 99;
}
#pop-cover.active{
	-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;
	display: flex;
	align-items: center;
	justify-content: center;
}
#pop-cover .pop-box{
	background-color: #fff;
	width: 834px;
	position: relative;
	display: none;
}
#pop-cover .pop-box.active{
	display: block;
}
#pop-cover .pop-box .close img{
	position: absolute;
	right: 10px;
	top: 10px;
}
#pop-cover .pop-box .close.white img{
	position: absolute;
	left: 100%;
	top: 0;
	margin-left: 10px;
}
#pop-cover .pop-box.tip{
	text-align: center;
	padding: 6.666% 0;
}
#pop-cover .pop-box.tip .img{
	width: 7.674%;
}
#pop-cover .pop-box.tip p{
	font-size: 24px;
	color: #00479b;
	line-height: 1.5;
	margin: 4.8% 0;
}
#pop-cover .pop-box.tip .back{
	display: inline-block;
	vertical-align: top;
	background-color: #00479b;
	font-size: 22px;
	font-weight: bold;
	width: 8.2em;
	height: 2.27em;
	line-height: 2.27em;
	border-radius: 1.135em;
	color: #fff;
}


@media only screen and (max-width:1440px){
	#pop-cover .pop-box.tip p{
		font-size: 21px;
	}
	#pop-cover .pop-box.tip .back{
		font-size: 14px;
	}
}
@media only screen and (max-width:1024px){
	#pop-cover .pop-box .close img{
		right: 0.625rem;
		top: 0.625rem;
		width: 1rem;
	}
	#pop-cover .pop-box .close.white img{
		left: 50%;
		top: 100%;
		margin-left: -0.5rem;
		margin-top: 1rem;
	}
	#pop-cover .pop-box.tip p{
		font-size: 0.75rem;
	}
	#pop-cover .pop-box.tip .back{
		font-size: 0.625rem;
	}
}