.banner img {
	display: block;
	width: 100%;
}

.main {
	background-color: #f6f6f6;
}

.main .type_nav {
	border-bottom: 1px solid #4b4b4b;
}

.main .type_nav ul li {
	float: left;
}

.main .type_nav ul li a {
	display: block;
	font-family: pingfangm;
	font-size: 18px;
	color: #424242;
	line-height: 60px;
	margin: 0 40px;
}

.main .type_nav ul li a.active {
	color: #00368d;
}

.main .content {
	padding-top: 65px;
}

.main .content .map_box {
	box-sizing: border-box;
	padding: 25px 30px;
	border: 1px solid #dcdcdc;
	background-color: #eeeeee;
}

.main .content .map_box #map {
	width: 100%;
	height: 515px;
}

.main .content .contact_box {
	display: flex;
	flex-flow: row nowrap;
	justify-content: space-between;
	padding-bottom: 113px;
}

.main .content .contact_box .contact {
	max-width: 33%;
}

.main .content .contact_box .contact h4 {
	font-family: pingfangb;
	font-size: 24px;
	color: #00368d;
	line-height: 94px;
	background-image: url(../images/contact_titlebg.png);
	background-repeat: no-repeat;
}

.main .content .contact_box .contact:nth-of-type(1) h4 {
	background-position: right center;
}

.main .content .contact_box .contact:nth-of-type(2) h4 {
	background-position: left 3.5em center;
}

.main .content .contact_box .contact:nth-of-type(3) h4  {
	padding-right: 30px;
	background-position: right center;
}

.main .content .contact_box .contact p {
	font-family: pingfangw;
	font-size: 16px;
	color: #333333;
	line-height: 30px;
}
