.section.js-floor2.fixed{
	min-height: 6.25em;
}
.sec0 .inner{
	display: flex;
	align-items: stretch;
	justify-content: center;
	flex-direction: row;
}
.sec0 a{
	text-align: center;
	display: block;
	font-size: 1.25em;
	color: #3d3d3d;
	font-weight: bold;
	width: 10.6em;
	height: 5em;
	line-height: 5;
}
.sec0 a.on{
	background-color: #eee;
}

.sec1{
	position: relative;
	overflow: hidden;
	background-color: #fafafa;
	padding: 8.333% 0;
}
.sec1 .inner{
	display: flex;
	align-items: center;
	justify-content: flex-end;
	flex-direction: row;
}
.sec1 .text-box h5{
	font-size: 1.125em;
	color: #333;
	font-weight: bold;
}
.sec1 .text-box h3{
	font-size: 1.75em;
	color: #00a4ff;
	font-weight: bold;
	margin-top: 0.57em;
	margin-bottom: 0.786em;
}
.sec1 .text-box p{
	font-size: 1em;
	color: #333;
	line-height: 1.875;
}
.sec1 .text-box .flex-box{
	display: flex;
	align-items: center;
	justify-content: flex-start;
	flex-direction: row;
	margin-bottom: 3.375em;
}
.sec1 .text-box .btn-consult{
	margin-left: 2.25em;
}
.sec1 .img-box{
	width: 50%;
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	background-repeat: no-repeat;
	background-size: cover;
}



.sec2{
	position: relative;
	overflow: hidden;
	background-color: #fafafa;
	padding: 7.29% 0;
}
.sec2 .text-box h3{
	font-size: 3em;
	color: #333;
	font-weight: bold;
	margin-bottom: 1em;
}
.sec2 .text-box li{
	margin-bottom: 2em;
	display: flex;
	align-items: center;
	justify-content: flex-start;
	flex-direction: row;
}
.sec2 .text-box li:last-child{
	margin-bottom: 0;
}
.sec2 .text-box li .icon{
	width: 1.25em;
	margin-right: 1.25em;
}
.sec2 .text-box p{
	font-size: 1em;
	color: #333;
}
.sec2 .text-box p b{
	margin-right: 1em;
}
.sec2 .img-box{
	width: 50%;
	position: absolute;
	right: 0;
	top: 0;
	height: 100%;
	background-repeat: no-repeat;
	background-size: cover;
}


.sec3{
	padding: 5.2% 0 9.375%;
	text-align: center;
}
.sec3 .flex-box{
	display: flex;
	align-items: stretch;
	justify-content: flex-start;
	flex-direction: row;
	flex-wrap: wrap;
	width: 62em;
	text-align: justify;
	margin: 0 auto 1.75em;
}
.sec3 .form-block{
	margin: 0 0.625em 1.5em;
	width: 19.375em;
	position: relative;
}
.sec3 .form-block.all{
	width: 100%;
}
.sec3 .form-block.big{
	width: 40.125em;
}
.sec3 .form-block .icon{
	width: 1.125em;
	height: 1.125em;
	position: absolute;
	top: 1.1875em;
	left: 1.25em;
	z-index: 1;
	display: block;
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center;
}
.sec3 .form-block .icon.icon-date{
	background-image: url(../images/inquiry_sec1_icon1.png);
}
.sec3 .form-block .icon.icon-name{
	background-image: url(../images/inquiry_sec1_icon2.png);
}
.sec3 .form-block .icon.icon-tel{
	background-image: url(../images/inquiry_sec1_icon3.png);
}
.sec3 .form-block .icon.icon-company{
	background-image: url(../images/inquiry_sec1_icon4.png);
}
.sec3 .form-block .icon.icon-city{
	background-image: url(../images/inquiry_sec1_icon5.png);
}
.sec3 .form-block .icon.icon-need{
	background-image: url(../images/inquiry_sec1_icon6.png);
}
.sec3 .form-block .icon.icon-email{
	background-image: url(../images/inquiry_sec1_icon7.png);
}
.sec3 .form-block .icon.icon-appeal{
	background-image: url(../images/inquiry_sec1_icon8.png);
}
.sec3 .form-block .icon.icon-remark{
	background-image: url(../images/inquiry_sec1_icon9.png);
}
.sec3 .form-block .icon.icon-describe{
	background-image: url(../images/inquiry_sec1_icon10.png);
}
.sec3 .form-block .icon.icon-code{
	background-image: url(../images/antifake_sec_icon3.png);
}
.sec3 .layui-input,.sec3  .layui-select,.sec3 .layui-textarea{
	font-size: 1em;
	color: #333;
	border-radius: 0.3125em;
	border: 1px solid rgba(204,204,204,0.5);
	padding-left: 3.75em;
	line-height: 2;
}
.sec3 .form-block.captcha img{
	width: auto;
	height: 70.4%;
	max-width: none;
	position: absolute;
	right: 0.75em;
	top: 50%;
	transform: translateY(-50%);
	cursor: pointer;
}
.sec3 .form-block.captcha .layui-input{
	padding-right: 7.5em;
}
.sec3 .layui-input,.sec3 .layui-select{
	height: 3.5em;
}
.sec3 .form-block.short .layui-input{
	padding-right: 9em;
}
.sec3 .form-block.short .layui-input.hide{
	border: 0 none;
	padding-left: 0;
	position: absolute;
	left: 10.75em;
	top: 0;
	width: 8.625em;
	background-color: transparent;
	padding-right: 0;
}
.sec3 .form-block.short .layui-input.hide:hover,.sec3 .form-block.short .layui-input.hide:focus{
	border-color: transparent !important;
	box-shadow: none !important;
}
.sec3 .layui-textarea{
	height: 7.25em;
	padding-top: 0.75em;
	resize: none;
}
.sec3 .layui-form-select dl{
	top: 100%;
	margin-top: 0.5em;
}
.sec3 .layui-form-select .layui-input{
	padding-right: 3.75em;
}
.sec3 .layui-btn{
	font-size: 1em;
	width: 10.3125em;
	height: 2.8125em;
	line-height: 2.8125;
	padding: 0;
	border-radius: 0.5em;
	border: 1px solid #00a4ff;
	background-color: transparent;
	color: #00a4ff;
}
.sec3 .layui-textarea:focus{
	border-color: #00a4ff !important;
}
.sec3 .layui-form-select .layui-edge{
	border-top-color: #979797;
	right: 1.5em;
	border-width: 0.5em 0.375em 0 0.375em;
	margin-top: -0.25em;
}

@media only screen and (min-width:1024px){
	.sec0 a:hover{
		background-color: #eee;
	}
	.sec3 .layui-btn:hover{
		background-color: #00a4ff;
		color: #fff;
	}
}

@media only screen and (max-width:1024px) {


	.section.js-floor2.fixed{
		min-height: 5.625em;
	}
	.sec0 a{
		font-size: 1.125em;
		width: 25%;
	}

	.sec1{
		padding: 0;
	}
	.sec1 .inner{
		display: block;
	}
	.sec1 .text-box{
		padding: 15% 0;
	}
	.sec1 .text-box h5{
		font-size: 1.125em;
	}
	.sec1 .text-box h3{
		font-size: 1.75em;
		margin-top: 0.57em;
		margin-bottom: 0.786em;
	}
	.sec1 .text-box p span{
		display: inline-block;
		vertical-align: top;
	}
	.sec1 .text-box .flex-box{
		display: block;
		margin-top: 2.5em;
	}
	.sec1 .text-box .btn-consult{
		margin-left: 0;
		margin-top: 1.5em;
	}
	.sec1 .img-box{
		width: auto;
		position: static;
		height: auto;
		margin-left: -5vw;
		margin-right: -5vw;
	}



	.sec2{
		padding: 0;
	}
	.sec2 .text-box{
		padding: 15% 0;
	}
	.sec2 .text-box h3{
		font-size: 2em;
	}
	.sec2 .img-box{
		width: auto;
		position: static;
		height: auto;
		margin-left: -5vw;
		margin-right: -5vw;
	}


	.sec3{
		padding: 10% 0 15%;
	}
	.sec3 .flex-box{
		width: 100%;
		margin: 0 auto 1.5em;
	}
	.sec3 .form-block{
		margin: 0 0 5%;
		width: 100%;
	}

	.sec3 .form-block.short .layui-input{
		padding-right: calc((100% - 3.75em) / 2 + 1em);
	}
	.sec3 .form-block.short .layui-input.hide{
		left: calc((100% - 3.75em) / 2 + 3.75em);
		width: calc((100% - 3.75em) / 2);
		padding-right: 1em;
	}
}



.pop-cover{
	display: none;
	align-items: center;
	justify-content: center;
	background-color: rgba(0,0,0,0.5);
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	text-align: center;
	z-index: 99;
	color: #3d3d3d;
}
.pop-cover.on{
	display: flex;
}
.pop-cover .pop-box{
	width: 834px;
	border-radius: 0.5em;
	background-color: #fff;
	position: relative;
	padding: 0 0 6.125em;
	display: none;
	overflow: hidden;
}
.pop-cover .pop-box.on{
	display: block;
}
.pop-cover .pop-box::before{
	content: "";
	width: 100%;
	height: 0.3125em;
	background: linear-gradient( 55deg, #2850a1 90%, #0c8be4 100%);
	display: block;
}
.pop-cover .pop-box .close{
	width: 1.5em;
	height: 1.5em;
	position: absolute;
	right: 1em;
	top: 1em;
	cursor: pointer;
}
.pop-cover .pop-box .icon{
	width: 3.5em;
	margin: 5.625em auto 2.5em;
}
.pop-cover .pop-box h5{
	font-size: 1.75em;
	font-weight: bold;
	margin-bottom: 1em;
}
.pop-cover .pop-box p{
	font-size: 1em;
	line-height: 1.75em;
	padding: 0 5em;
}

@media only screen and (max-width:1024px){
	.pop-cover .pop-box{
		padding: 0 0 3em;
	}
	.pop-cover .pop-box .icon{
		margin: 2.5em auto;
	}
	.pop-cover .pop-box p{
		padding: 0 2em;
	}
}
