@charset "utf-8";
.banner {
	width: 100%;
	height: 1.88rem;
}

.section-title {
	text-align: center;
}

.section-title .name {
	font-size: .3rem;
}

.section-title .en-name {
	font-size: .16rem;
	color: #0557A6;
}

.contact {
	padding: .6rem 0 0;
}

.contact .ways {
	display: flex;
	flex-wrap: wrap;
	padding: .5rem 1.25rem 0;
}

.contact .ways li {
	width: 50%;
	margin-bottom: .4rem;
	text-align: center;
}

.contact .ways li:nth-child(odd) {
	border-right: 1px solid #DFDFDF;
}

.contact img {
	width: .68rem;
	height: .68rem;
	text-align: center;
	line-height: .68rem;
}

.way-name {
	margin: .1rem 0;
	font-size: .16rem;
	color: #333;
}

.way-content {
	width: 2.15rem;
	margin: 0 auto;
	font-size: .14rem;
}

.map {
	display: flex;
	margin-bottom: .5rem;
}

.map-img {
	flex: 1;
	height: 2.5rem;
}

.map .map-banner {
	width: 2.26rem;
	height: 2.5rem;
}


/**/

.area {
	padding-bottom: .48rem;
}

.contact-table {
	margin-top: 0.5rem;
	background-color: #fff;
	border-top: 1px solid #DFDFDF;
	border-bottom: 1px solid #DFDFDF;
}

.contact-table .title {
	text-align: center;
	font-size: 0.24rem;
	line-height: 0.85rem;
	color: #333333;
}

.list li {
	display: inline-block;
	width: 25%;
	height: 0.85rem;
	text-align: center;
	line-height: 0.85rem;
	border-right: 0.01rem solid #DFDFDF;
	border-bottom: 0.01rem solid #DFDFDF;
	vertical-align: top;
}

.list li:nth-child(-n+4) {
	border-top: 0.01rem solid #DFDFDF;
}

.list li:nth-child(4n) {
	border-right: none;
}

.list li a {
	display: inline-block;
	width: 100%;
	font-size: 0.24rem;
	color: #333;
}

li.active a {
	color: #fff;
	background-color: #0093DD;
}

.contact-table .content {
	padding: 0.4rem;
}

.contact-table .content p {
	font-size: 0.18rem;
	line-height: 0.3rem;
	color: #333333;
}