

.sec1{
	background-color: #f9f9f9;
	text-align: center;
	padding: 6.25% 0 4.6875%;
}
.sec1 h3{
	font-size: 24px;
	color: #333333;
	font-weight: bold;
}
.sec1 .line{
	width: 48px;
	height: 2px;
	background-color: #ffd200;
	margin: 2.2% auto 3.33%;
}
.sec1 ul{
	width: 65.75%;
	margin: 0 auto 5%;
	-webkit-display: flex;
	-webkit-align-items: flex-start;
	-webkit-justify-content: space-between;
	-webkit-flex-direction: row;
	-webkit-flex-wrap: wrap;
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	flex-direction: row;
	flex-wrap: wrap;
}
.sec1 li{
	width: 100%;
	-webkit-display: flex;
	-webkit-align-items: flex-start;
	-webkit-justify-content: flex-start;
	-webkit-flex-direction: row;
	display: flex;
	align-items: flex-start;
	justify-content: flex-start;
	flex-direction: row;
	margin-bottom: 2.54%;
	text-align: left;
}
.sec1 li.half{
	width: 46.5%;
}
.sec1 li:last-child{
	margin-bottom: 0;
}
.sec1 .label{
	font-size: 16px;
	color: #333;
	width: 4.25em;
	-webkit-flex-shrink: 0;
	flex-shrink: 0;
	margin-top: 1em;
}
.sec1 .label span{
	color: #ffd200;
}
.sec1 .box{
	background-color: #fff;
	border-radius: 5px;
	border: 1px solid #eee;
	overflow: hidden;
	-webkit-flex-grow: 2;
	flex-grow: 2;
}
.sec1 .box.request{
	padding: 0.8% 0;
}
.sec1 .box input[type=text]{
	width: 100%;
	font-size: 14px;
	color: #333;
	height: 3.4286em;
	line-height: 3.4286;
	padding: 0 1.786em;
	font-family: inherit;
}
.sec1 .check-box{
	display: inline-block;
	vertical-align: top;
	width: 20%;
	font-size: 14px;
	color: #666;
	padding: 1em 0 1em 1.786em;
}
.sec1 .box input[type=checkbox]{
	margin-right: 0.714em;
	border: 1px solid #999;
	border-radius: 2px;
	width: 1em;
	height: 1em;
}
.sec1 .box textarea{
	width: 100%;
	resize: none;
	height: 6.8572em;
	line-height: 3.4286;
	font-size: 14px;
	color: #333;
	padding: 0 1.786em;
	font-family: inherit;
}
.sec1 .submit{
	display: block;
	font-size: 14px;
	color: #000;
	background-color: #ffd200;
	width: 7.86em;
	height: 2.57em;
	line-height: 2.57;
	margin: 0 auto;
	-webkit-transition: all 0.5s;
	transition: all 0.5s;
}
.sec1 .submit:hover{
	background-color: #000;
	color: #fff;
}



.sec2{
	padding: 4.6875% 0;
}
.sec2 .inner{
	position: relative;
}
.sec2 .map-box{
	position: relative;
}
#map{
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
}
#map .add{
    width: auto;
    height: 100%;
    position: absolute;
    left: 50%;
    top: 0;
    transform: translateX(-50%);
    display: none;
}
#map .add.active{
    display: block;
}
#map .icon{
    width: 26px;
    height: auto;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
}
.anchorBL{
 	display: none !important;
}
.sec2 .text-box{
	box-shadow: 0 0 18px rgba(19,19,19,0.19);
	background-color: rgba(255,255,255,0.9);
	position: absolute;
	left: 5.42%;
	top: 8%;
	bottom: 8%;
	z-index: 1;
	width: 360px;
	padding-right: 4%;
	padding-left: 4%;
	overflow-y: auto;
	-webkit-display: flex;
	-webkit-align-items: flex-start;
	-webkit-justify-content: center;
	-webkit-flex-direction: column;
	display: flex;
	align-items: flex-start;
	justify-content: center;
	flex-direction: column;
}
.sec2 .text-box .box{
	margin-bottom: 10%;
	width: 100%;
	cursor: pointer;
}
.sec2 .text-box .box:last-child{
	margin-bottom: 0;
}
.sec2 h3{
	font-size: 18px;
	color: #333;
	font-weight: bold;
	border-bottom: 1px solid rgba(0,0,0,0.1);
	padding-bottom: 1em;
	line-height: 1.2;
}
.sec2 ul{
	margin-top: 5%;
}
.sec2 li{
	position: relative;
	margin-bottom: 5%;
	padding-left: 14.6%;
}
.sec2 li:last-child{
	margin-bottom: 0;
}
.sec2 .icon{
	position: absolute;
	left: 0;
	top: 0.16em;
	height: 1.25em;
}
.sec2 p{
	font-size: 15px;
	color: #555;
	line-height: 1.57;
}


#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: 1000;
}
#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.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: #ffd200;
	line-height: 1.5;
	margin: 4.8% 0;
}
#pop-cover .pop-box.tip .back{
	display: inline-block;
	vertical-align: top;
	width: 11em;
	height: 3.5em;
	line-height: 3.5em;
	background-color: #ffd200;
	font-size: 16px;
	color: #fff;
	border-radius: 0.625em;
}




@media only screen and (max-width:1200px) {
	.sec2 .text-box .box{
		margin-bottom: 5%;
	}
	.sec2 li{
		margin-bottom: 2.5%;
	}
}

@media only screen and (max-width:1100px) {
	.sec2 h3{
		padding-bottom: 0.5em;
	}
}


@media only screen and (max-width:1024px) {

	.sec1{
		padding: 2.5rem 0;
	}
	.sec1 h3{
		font-size: 1rem;
	}
	.sec1 .line{
		margin: 1rem auto 1.5rem;
	}
	.sec1 ul{
		width: 100%;
	}
	.sec1 li.half{
		width: 100%;
	}
	.sec1 .label{
		font-size: 0.75rem;
	}
	.sec1 .box{
		border-radius: 2px;
	}
	.sec1 .box input[type=text]{
		font-size: 0.625rem;
	}
	.sec1 .check-box{
		width: 33.333%;
		font-size: 0.625rem;
	}
	.sec1 .box textarea{
		font-size: 0.625rem;
	}
	.sec1 .submit{
		font-size: 0.625rem;
	}



	.sec2{
		padding: 2.5rem 0;
	}
	.sec2 .map-box{
		margin-left: -4vw;
		margin-right: -4vw;
	}
	.sec2 .text-box{
		position: relative;
		left: 0;
		top: 0;
		bottom: 0;
		width: 100%;
		padding-right: 2rem;
		padding-left: 2rem;
		padding-top: 2rem;
		padding-bottom: 2rem;
		margin-bottom: -2rem;
	}
	.sec2 h3{
		font-size: 0.8rem;
		padding-bottom: 1em;
	}
	.sec2 .text-box .box{
		margin-bottom: 1.5rem;
	}
	.sec2 ul{
		margin-top: 1rem;
	}
	.sec2 li{
		margin-bottom: 1rem;
		padding-left: 2rem;
	}
	.sec2 h5{
		font-size: 0.75rem;
		margin-bottom: 0.5rem;
	}
	.sec2 p{
		font-size: 0.75rem;
	}


	#pop-cover .pop-box.tip p{
		font-size: 1rem;
	}
	#pop-cover .pop-box.tip .back{
		font-size: 0.8rem;
	}

}