.banner{
	position: relative;
}
.banner .text{
	position: absolute;
	left: 0;
	top: 40%;
	width: 100%;
	text-align: center;
}
.banner h5{
	font-size: 66px;
	font-weight: bold;
	color: #fff;
}


.sec1{
	padding: 4.6875% 0 7.1875%;
}
.sec1 .inner{
	position: relative;
}
.sec1 .map-box{
	position: absolute;
	right: 0;
	top: 0;
	width: 100%;
	height: 100%;
	overflow: hidden;
}
.sec1 .map-box .map{
	display: none;
	width: 100%;
	height: 100%;
}
.sec1 .map-box .map.active{
	display: block;
}
.sec1 .map-box .map .bg{
	width: auto;
	height: 100%;
	position: absolute;
	top: 0;
	left: 50%;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
}
.sec1 .map-box .map .icon{
	top: -3%;
	-webkit-animation: iconani 1s infinite;
	animation: iconani 1s infinite;
}
@-webkit-keyframes iconani{
	100%{
		top: 0%;
	}
}
@keyframes iconani{
	100%{
		top: 0%;
	}
}
.sec1 ul{
	padding: 56px 0;
	margin-right: 2.95%;
	float: right;
	position: relative;
	z-index: 1;
}
.sec1 li{
	background-color: #ededed;
	border-radius: 6px;
	width: 390px;
	padding: 26px 30px 20px;
	margin-bottom: 34px;
	cursor: pointer;
	color: #333;
}
.sec1 li.active{
	background-color: #00437c;
	color: #fff;
}
.sec1 li:last-child{
	margin-bottom: 0;
}
.sec1 li .flexbox{
	-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 h5{
	font-size: 14px;
	color: inherit;
	font-weight: normal;
	line-height: 1.6;
}
.sec1 li.active h5,.sec1 li h5 b{
	font-weight: bold;
}
.sec1 li h5 span{
	font-size: 1.286em;
}
.sec1 li .line{
	border-top: 1px dashed #ccc;
	margin: 17px 0;
}
.sec1 li .icon{
	width: 40px;
	border-radius: 50%;
	border: 1px solid #666;
	background-repeat: no-repeat;
	background-size: 100% auto;
	background-position: center top;
	background-image: url(../images/contact_addicon_bg.png);
}
.sec1 li.active .icon{
	border-color: #fff;
	background-color: #fff;
	background-position: center bottom;
}



@media only screen and (max-width:1024px){
	.banner h5{
		font-size: 2rem;
	}



	.sec1{
		padding: 2rem 0 3rem;
	}
	.sec1 .inner{
		position: relative;
	}
	.sec1 .map-box{
		position: static;
		height: auto;
		margin-bottom: 0.5rem;
	}
	.sec1 .map-box .map .bg{
		width: 100%;
		height: auto;
		position: static;
		-webkit-transform: translateX(0%);
		transform: translateX(0%);
	}

	.sec1 .map-box .map .icon{
		position: absolute;
		left: 0;
		top: -3%;
	}
	.sec1 ul{
		padding: 0;
		margin-right: 0;
		float: none;
	}
	.sec1 li{
		border-radius: 0.1875rem;
		width: 49%;
		margin-right: 2%;
		padding: 0.75rem 0.625rem;
		margin-bottom: 0;
		display: inline-block;
		vertical-align: top;
		position: relative;
	}
	.sec1 li:last-child{
		margin-right: 0;
	}
	.sec1 li h5{
		font-size: 0.625rem;
	}
	.sec1 li h5 span{
		font-size: 1.56em;
	}
	.sec1 li .line{
		margin: 0.75rem 0;
	}
	.sec1 li .icon{
		width: 1.25rem;
		position: absolute;
		right: 0.625rem;
		top: 0.4375rem;
	}

}