.banner {
	width: 100%;
	height: 600px;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}

.main {
	background-color: #f4f4f4;
}

.main .nav {
	padding-top: 5px;
}

.main .type_nav {
	margin-top: 25px;
}

.main .type_nav ul {
	display: flex;
	flex-flow: row nowrap;
	justify-content: flex-start;
}

.main .type_nav ul li {
	width: 195px;
	transform: skewX(-30deg);
	background-color: #e6e6e6;
}

.main .type_nav ul li:hover {
	background-color: #1273d9;
}

.main .type_nav ul li:hover a {
	color: #FFFFFF;
}

.main .type_nav ul li.active {
	background-color: #1273d9;
}

.main .type_nav ul li.active a {
	color: #FFFFFF;
}

.main .type_nav ul li a {
	font-size: 18px;
	color: #333333;
	display: block;
	line-height: 50px;
	text-align: center;
	transform: skewX(30deg);
}

.main .item1 {
	margin-top: 70px;
	margin-bottom: 55px;
}

.main .item1 .line {
	height: 2px;
	width: 100%;
	background-color: #dbdbdb;
}

.main .item1 .line span {
	display: block;
	width: 200px;
	height: 2px;
	background-color: #000000;
}

.main .item1 h4 {
	font-size: 24px;
	font-weight: 500;
	color: #000000;
	margin-top: 40px;
	margin-bottom: 45px;
}

.main .item1 p {
	font-size: 18px;
	color: #1e1e1e;
	margin-bottom: 30px;
}

.main .item1 .line:last-child {
	margin-top: 80px;
}

.main .item2 {
	margin-bottom: 70px;
}

.main .item2 #map {
	width: 100%;
	height: 560px;
}

.main .item5 {
	height: 460px;
}
