.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 {
	margin-top: 50px;
	margin-bottom: 100px;
	width: 100%;
	height: 700px;
	background-color: #1273d9;
}

.main .item1 .title {
	font-size: 24px;
	color: #ffffff;
	text-align: center;
	padding-top: 55px;
	padding-bottom: 115px;
}

.main .item1 ul {
	display: flex;
	flex-flow: row nowrap;
	justify-content: space-between;
	margin-bottom: 120px;
}

.main .item1 ul li {
	/*width: 145px;*/
	text-align: center;
}

.main .item1 ul li .top h4 {
	float: left;
	font-size: 60px;
	line-height: 90px;
	font-weight: bold;
	color: #FFFFFF;
}

.main .item1 ul li .top span {
	float: left;
	font-size: 30px;
	font-weight: 500;
	line-height: 90px;
	color: #FFFFFF;
	display: inline-block;
	padding-left: 10px;
}

.main .item1 ul li p {
	font-size: 30px;
	padding-top: 50px;
	color: #FFFFFF;
}

.main .item1 .txt {
	font-size: 16px;
	color: #ffffff;
	line-height: 24px;
	text-indent: 2em;
}

.main .item5 {
	height: 460px;
}
