.banner {
	width: 100%;
	height: 600px;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}

.main {
	background-color: #f1f1f1;
}

.main .nav {
	padding-top: 5px;
}

.main .type_nav {
	margin-top: 25px;
}

.main .type_nav ul {
	display: flex;
	flex-flow: row nowrap;
	justify-content: center;
}

.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: 60px;
	margin-bottom: 120px;
}

.main .item1 .product_read {
	width: 100%;
	background-color: #ffffff;
	box-sizing: border-box;
	padding: 25px 45px 65px 60px;
	box-shadow: 0px 7px 10px #888888;
}

.main .item1 .product_read #exzoom {
	width: 345px;
	margin-right: 50px;
}

.main .item1 .product_read .exzoom .exzoom_img_ul_outer {
	border: 1px solid #989898;
}

.main .item1 .product_read .top .txt {
	width: calc(100% - 395px);
}

.main .item1 .product_read .top .txt p {
	font-size: 18px;
	color: #333333;
	margin-top: 20px;
	margin-bottom: 5px;
}

.main .item1 .product_read .top .txt p span {
	color: #e51000;
	font-size: 18px;
	font-weight: 600;
}

.main .item1 .product_read .bottom {
	margin-top: 40px;
}

.main .item1 .product_read .bottom .content p {
	font-size: 14px;
	line-height: 25px;
}

.main .item1 .product_read .bottom .article_next {
	margin-top: 50px;
}

.main .item1 .product_read .bottom .article_next a {
	display: block;
	font-size: 16px;
	color: #333333;
	line-height: 24px;
}

.main .item5 {
	height: 460px;
}