.banner {
	width: 100%;
	height: 600px;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}

.main .nav {
	padding-top: 5px;
}

.main .type_nav {
	margin-top: 25px;
}

.main .type_nav ul {
	display: flex;
	flex-flow: row nowrap;
	justify-content: space-between;
}

.main .type_nav ul li {
	width: 100%;
	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 {
	padding-bottom: 30px;
}

.main .item1 .content ul li h4.title {
	font-size: 20px;
	color: #000000;
	padding-left: 40px;
	padding-top: 50px;
	padding-bottom: 30px;
	font-weight: 600;
}

.main .item1 .content ul li .box .txt {
	float: left;
	width: 50%;
	height: 313px;
	box-sizing: border-box;
	padding: 48px 70px 0px 40px;
	background-color: #e6e6e6;
}

.main .item1 .content ul li .box .txt h4 {
	font-size: 20px;
	color: #000000;
	font-weight: 500;
	padding-bottom: 50px;
}

.main .item1 .content ul li .box .txt .p1 {
	font-size: 20px;
	color: #000000;
	padding-bottom: 20px;
}

.main .item1 .content ul li .box .txt .p2 {
	font-size: 16px;
	color: #333333;
	line-height: 20px;
}

.main .item1 .content ul li .box .pic {
	float: left;
	width: 50%;
	height: 313px;
}

.main .item5 {
	height: 460px;
}
