.banner img{
	width: 100%;
}
.sec1{
	padding: 8.333% 0 11.45%;
}
.sec1 .text-box{
	float: right;
}
.sec1 .text-box h5{
	font-size: 28px;
	color: #333;
	font-weight: normal;
	margin-bottom: 28px;
}
.sec1 .text-box li{
	font-size: 18px;
	color: #333;
	margin-bottom: 20px;
}
.sec1 .text-box li:last-child{
	margin-bottom: 0;
}
.sec1 .text-box li img{
	vertical-align: middle;
	margin-right: 15px;
}
.sec1 .text-box li a{
	color: #106dcc;
}
.sec1 .map-box{
	width: 66%;
	position: relative;
}
.sec1 .map-box .bg{
	width: 100%;
}
.sec1 .map-box .icon{
	height: 21.81%;
	position: absolute;
	left: 0;
	right: 0;
	top: 27%;
	margin: 0 auto;
	animation: updown 1s infinite;
	-webkit-animation: updown 1s infinite;
}
@keyframes updown{
	0% {
		transform: translateY(-20%);
	}
	100% {
		transform: translateY(0);
	}
}
@-webkit-keyframes updown{
	0% {
		-webkit-transform: translateY(-20%);
	}
	100% {
		-webkit-transform: translateY(0);
	}
}
.sec2{
	margin-bottom: 5.2%;
	font-size: 0;
}
.sec2 ul.ul1{
	background-color: #f6f6f6;
	padding: 5% 0;
}
.sec2 ul.ul1 li{
	display: inline-block;
	vertical-align: top;
	width: 20%;
	padding: 0 4.2%;
	border-right: 1px dotted #333;
}
.sec2 ul.ul1 li:last-child{
	border-right: 0 none;
}
.sec2 ul.ul1 h5{
	font-size: 22px;
	color: #333;
	font-weight: normal;
	margin-bottom: 30px;
}
.sec2 ul.ul1 p{
	font-size: 12px;
	color: #666;
	margin-bottom: 15px;
}
.sec2 ul.ul1 p:last-child{
	margin-bottom: 0;
}
.sec2 ul.ul1 p img{
	vertical-align: middle;
	margin-right: 15px;
}
.sec2 ul.ul2{
	margin-top: 10px;
}
.sec2 ul.ul2 li{
	background-color: #f6f6f6;
	display: inline-block;
	vertical-align: top;
	width: 49.3%;
	margin-right: 1.4%;
	height: 273px;
	padding-top: 95px;
	text-align: center;
	background-repeat: no-repeat;
}
.sec2 ul.ul2 li:last-child{
	margin-right: 0;
}
.sec2 ul.ul2 li:nth-child(1){
	background-size: auto 49.1%;
	background-position: -20px 144px;
	background-image: url(../images/contact_sec2_icon1.png);
}
.sec2 ul.ul2 li:nth-child(2){
	background-size: auto 58.6%;
	background-position: -3px 147px;
	background-image: url(../images/contact_sec2_icon2.png);
}
.sec2 ul.ul2 .text-box{
	display: inline-block;
	vertical-align: top;
	text-align: left;
}
.sec2 ul.ul2 h5{
	font-size: 22px;
	color: #333;
	font-weight: normal;
	display: inline-block;
	vertical-align: top;
	margin-right: 7.25%;
}
.sec2 ul.ul2 p{
	font-size: 16px;
	color: #666;
	margin-bottom: 15px;
}
.sec2 ul.ul2 p:last-child{
	margin-bottom: 0;
}
.sec2 ul.ul2 p img{
	vertical-align: middle;
	margin-right: 15px;
}
@media only screen and (max-width:1450px){
	.sec2 ul.ul1 li{
		padding: 0 3%;
	}
}
@media only screen and (max-width:1366px){
	.sec1 .text-box h5{
		font-size: 24px;
		margin-bottom: 24px;
	}
	.sec1 .text-box li{
		font-size: 16px;
		margin-bottom: 18px;
	}
}
@media only screen and (max-width:1322px){
	.sec2 ul.ul1 h5{
		font-size: 20px;
		margin-bottom: 28px;
	}
	.sec2 ul.ul1 p{
		font-size: 12px;
		margin-bottom: 12px;
	}
}
@media only screen and (max-width:1200px){
	.sec2 ul.ul1 li{
		padding: 0 2%;
	}
	.sec2 ul.ul1 p img{
		margin-right: 10px;
	}
}
@media only screen and (max-width:1100px){
	.sec1 .text-box h5{
		font-size: 22px;
		margin-bottom: 22px;
	}
	.sec1 .text-box li{
		font-size: 14px;
		margin-bottom: 16px;
	}
	.sec2 ul.ul1 h5{
		font-size: 18px;
		margin-bottom: 24px;
	}
	.sec2 ul.ul1 p{
		font-size: 12px;
		margin-bottom: 10px;
	}
}
@media only screen and (max-width:1024px){
	.sec1{
		padding: 2.375rem 0 1.875rem;
	}
	.sec1 .text-box{
		float: none;
		text-align: center;
	}
	.sec1 .text-box h5{
		font-size: 1.125rem;
		margin-bottom: 1.8125rem;
	}
	.sec1 .text-box ul{
		display: inline-block;
		vertical-align: top;
		text-align: left;
	}
	.sec1 .text-box li{
		font-size: 0.8125rem;
		margin-bottom: 0.875rem;
	}
	.sec1 .text-box li img{
		margin-right: 1rem;
		width: 0.625rem;
	}
	.sec1 .map-box{
		width: 100%;
		margin-top: 1.5625rem;
	}
	.sec1 .map-box .icon{
		top: 32%;
	}
	.sec2{
		margin-bottom: 3.125rem;
	}
	.sec2 ul.ul1{
		background-color: transparent;
		padding: 0;
	}
	.sec2 ul.ul1 li{
		background-color: #f6f6f6;
		display: block;
		width: 100%;
		margin-bottom: 0.9375rem;
		padding: 7.25% 11% 11%;
		border-right: 0 none;
	}
	.sec2 ul.ul1 li:last-child{
		margin-bottom: 0;
	}
	.sec2 ul.ul1 h5{
		font-size: 1.125rem;
		margin-bottom: 1.6875rem;
	}
	.sec2 ul.ul1 p{
		font-size: 0.8125rem;
		margin-bottom: 1rem;
	}
	.sec2 ul.ul1 p img{
		width: 0.625rem;
		margin-right: 0.5625rem;
	}
	.sec2 ul.ul2{
		margin-top: 0.9375rem;
	}
	.sec2 ul.ul2 li{
		width: 100%;
		margin-right: 0;
		margin-bottom: 0.9375rem;
		height: auto;
		padding: 7.25% 11% 11%;
		text-align: left;
		background-repeat: no-repeat;
	}
	.sec2 ul.ul2 li:last-child{
		margin-bottom: 0;
	}
	.sec2 ul.ul2 li:nth-child(1){
		background-size: auto 54.6%;
		background-position: 14.5625rem 5.1875rem;
	}
	.sec2 ul.ul2 li:nth-child(2){
		background-size: auto 64.3%;
		background-position: 15.625rem 4.4375rem;
	}
	.sec2 ul.ul2 .text-box{
		display: block;
	}
	.sec2 ul.ul2 h5{
		font-size: 1.125rem;
		margin-bottom: 1.6875rem;
		margin-right: 0;
	}
	.sec2 ul.ul2 p{
		font-size: 0.8125rem;
		margin-bottom: 1rem;
	}
	.sec2 ul.ul2 p img{
		width: 0.625rem;
		margin-right: 0.5625rem;
	}
}