@charset "utf-8";
.main {
	padding-bottom: 87px;
}

.banner {
	height: 480px;
	background: url(../images/aboutus_banner.jpg)center / cover no-repeat;
}

.section-title {
	text-align: center;
}

.section-title .name {
	margin-bottom: 13px;
	font-size: 30px;
	color: #333333;
}

.section-title .en-name {
	font-size: 16px;
	color: #0557A6;
}

.contact {
	padding: 40px 0 0;
}

.way {
	padding-bottom: 45px;
	margin-top: 75px;
}

.way .item {
	position: relative;
	display: inline-block;
	width: 25%;
	min-height: 125px;
	text-align: center;
	vertical-align: top;
}

.way .item:not(:last-child):after {
	position: absolute;
	top: 0;
	right: 0;
	content: "";
	width: 1px;
	height: 125px;
	background-color: #DFDFDF;
}

.way .item img {
	width: 60px;
	height: 60px;
}

.way .name {
	margin: 14px 0 16px;
	font-size: 16px;
	color: #333333;
}

.way .detail {
	width: 215px;
	margin: 0 auto;
	font-size: 17px;
	color: #333333;
}

.map {
	padding-bottom: 60px;
}

.map-img {
	width: 800px;
	height: 385px;
}

.map-banner {
	width: 370px;
	height: 385px;
}

.contact-table {
	margin-top: 50px;
	background-color: #fff;
	border: 1px solid #DFDFDF;
}

.contact-table .title {
	text-align: center;
	font-size: 24px;
	line-height: 85px;
	color: #333333;
}

.list {}

.list li {
	display: inline-block;
	width: 16.66%;
	height: 85px;
	text-align: center;
	line-height: 85px;
	border-right: 1px solid #DFDFDF;
	border-bottom: 1px solid #DFDFDF;
	vertical-align: top;
}

.list li:nth-child(-n+6) {
	border-top: 1px solid #DFDFDF;
}

.list li:nth-child(6n) {
	border-right: none;
}
.list li a:hover {
	color: white;
	background-color: #0093DD;

}
.list li a {
	display: inline-block;
	width: 100%;
	font-size: 24px;
	color: #333;
}

li.active a {
	color: #fff;
	background-color: #0093DD;
}

.contact-table .content {
	padding: 40px;
}

.contact-table .content p {
	font-size: 18px;
	line-height: 30px;
	color: #333333;
}
