.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-top: 50px;
	padding-bottom: 30px;
}

.main .item1 .pic img {
	width: 100%;
	margin-bottom: 70px;
}

.main .item1 .event_list {
	box-sizing: border-box;
	/*padding-left: 100px;*/
	position: relative;
}

.main .item1 .event_list h4 {
	font-size: 16px;
	color: #1273d9;
	font-weight: 500;
	padding-bottom: 20px;
	padding-left: 15px;
}

.main .item1 .event_list .left {
	font-size: 18px;
	color: #333333;
	width: 20px;
	line-height: 21px;
	text-align: center;
	position: absolute;
	left: 40px;
	top: 50%;
	transform: translateY(-50%);
}

.main .item1 .event_list .left span {
	visibility: hidden;
}

.main .item1 .event_list li {
	height: 70px;
	padding-left: 15px;
	position: relative;
}

.main .item1 .event_list li:after {
	display: table;
	content: "";
	clear: both;
	position: absolute;
	width: 1px;
	height: 65px;
	background-color: #000000;
	top: 15px;
	left: 20px;
}

.main .item1 .event_list li:last-child:after {
	width: 0px;
}

.main .item1 .event_list li i {
	float: left;
	width: 11px;
	height: 11px;
	background-image: url(../images/list_style.jpg);
	background-repeat: no-repeat;
	background-position: center;
	margin-top: 6px;
	margin-right: 15px;
}

.main .item1 .event_list li span,
.main .item1 .event_list li p {
	font-size: 14px;
	color: #333333;
	line-height: 26px;
	display: inline-block;
	float: left;
}

.main .item1 .event_list li span {
	width: 80px;
}

.main .item1 .event_list li p {
	width: calc(100% - 106px);
}

.main .item5 {
	height: 460px;
}
