.banner{
	background-image: url(?asset/jfrontend/cn/images/contact_banner_bg.jpg);
}



.wrap{
	background-color: #f9f9f9;
}


.sec1{
	padding-top: 7.6923%;
	-webkit-display: flex;
	-webkit-align-items: stretch;
	-webkit-justify-content: flex-start;
	-webkit-flex-direction: row;
	-webkit-flex-wrap: wrap;
	display: flex;
	align-items: stretch;
	justify-content: flex-start;
	flex-direction: row;
	flex-wrap: wrap;
}
.sec1 li{
	width: 33.3333%;
	background-color: #ffffff;
	border-right: 1px solid #f9f9f9;
	padding: 2.735% 5.1282% 2.393%;
	-webkit-transition: background-color 0.3s,border-color 0.3s;
	transition: background-color 0.3s,border-color 0.3s;
	background-repeat: no-repeat;
	background-position: right bottom;
}
.sec1 li.sh{
	background-image: url(?asset/jfrontend/cn/images/contact_sec1_bg_sh.png);
	background-size: 23.59% auto;
}
.sec1 li.sz{
	background-image: url(?asset/jfrontend/cn/images/contact_sec1_bg_sz.png);
	background-size: 30% auto;
}
.sec1 li.bj{
	background-image: url(?asset/jfrontend/cn/images/contact_sec1_bg_bj.png);
	background-size: 30.2564% auto;
}
.sec1 li:last-child{
	border-right: 0 none;
}
.sec1 li.active{
	border-color: #b22f42;
	background-color: #b22f42;
}
.sec1 h5{
	font-size: 16px;
	color: #555;
	font-weight: bold;
	margin-bottom: 0.6875em;
	-webkit-transition: color 0.3s;
	transition: color 0.3s;
}
.sec1 li.active h5{
	color: #fff;
}
.sec1 p{
	font-size: 14px;
	color: #555;
	line-height: 1.7;
	margin-bottom: 0.36em;
	padding-left: 3em;
	-webkit-transition: color 0.3s;
	transition: color 0.3s;
}
.sec1 p:last-child{
	margin-bottom: 0;
}
.sec1 li.active p{
	color: #fff;
}
.sec1 p span{
	margin-left: -3em;
}


.sec2{
	margin: 7.18% 0 6.5%;
	text-align: center;
}


.sec3{
	-webkit-display: flex;
	-webkit-align-items: stretch;
	-webkit-justify-content: flex-start;
	-webkit-flex-direction: row;
	-webkit-flex-wrap: wrap;
	display: flex;
	align-items: stretch;
	justify-content: flex-start;
	flex-direction: row;
	flex-wrap: wrap;
	padding-bottom: 2.735%;
}
.sec3 li{
	width: 25%;
	position: relative;
	padding-left: 3.59%;
	padding-right: 2.9%;
	margin-bottom: 5.3%;
}
.sec3 img{
	position: absolute;
	left: 0;
	top: 0;
	width: 8.2%;
}
.sec3 h5{
	font-size: 16px;
	color: #555;
	font-weight: bold;
	margin-bottom: 0.6875em;
}
.sec3 p{
	font-size: 14px;
	color: #555;
	line-height: 1.4286;
	margin-bottom: 0.714em;
	word-break: break-all;
}
.sec3 p:last-child{
	margin-bottom: 0;
}


@media only screen and (max-width:1024px) {
	.sec1{
		padding-top: 2rem;
	}
	.sec1 li{
		width: 100%;
		padding: 1rem;
	}
	.sec1 h5{
		font-size: 0.6875rem;
	}
	.sec1 p{
		font-size: 0.625rem;
	}


	.sec2{
		margin: 2rem 0;
	}
	.sec2 .img-box{
		overflow: auto;
        -webkit-overflow-scrolling: touch;
	}
	.sec2 img{
		width: 200%;
	}
	.sec2 p{
		font-size: 0.625rem;
		color: #999;
		margin-top: 1rem;
	}


	.sec3{
		padding-bottom: 2.735%;
	}
	.sec3 li{
		width: 50%;
		padding-left: 1.5rem;
		padding-right: 1rem;
		margin-bottom: 1rem;
	}
	.sec3 img{
		width: 1rem;
	}
	.sec3 h5{
		font-size: 0.6875rem;
	}
	.sec3 p{
		font-size: 0.625rem;
	}

}