@charset "UTF-8";
.container .part1 {
	padding: 20px;
	height: 470px;
	background: #FFFFFF;
}

.container .part1 .img_swiper {
	width: 710px;
	height: 430px;
	/* background-color: #E7F0EA; */
	margin-right: 20px;
}

.container .part1 .img_swiper .news-img {
	width: 710px;
	height: 430px;
}

.container .part1 .img_swiper .news-img a {
	display: inline-block;
}

.container .part1 .img_swiper .news-img img {
	width: 100%;
}

.container .part1 .news {
	width: 430px;
}

.container .part1 .news .news-tab {
	/* width: 430px; */
	padding-bottom: 10px;
	border-bottom: 2px solid #D3D3D3;
	margin-bottom: 15px;
}

.container .part1 .news .news-tab a.tab_a,
.container .part4 .news1 a.tab_a,
.container .part4 .news2 a.tab_a {
	position: relative;
	display: inline-block;
}

.container .part1 .news .news-tab a.tab_a h3,
.container .part4 .news1 a.tab_a h3,
.container .part4 .news2 a.tab_a h3 {
	cursor: pointer;
	font-size: 20px;
	font-weight: bold;
	color: #888888;
}

.container .part1 .news .news-tab a.tab_a:nth-child(2),
.container .part4 .news1 a.tab_a:nth-child(2),
.container .part4 .news2 a.tab_a:nth-child(2) {
	margin: 0 19px;
}

.container .part1 .news a.on.tab_a h3,
.container .part1 .news a:hover.tab_a h3,
.container .part5  a.on h3,
.container .part5  a:hover h3,
.container .part4 .news1 a.on.tab_a h3,
.container .part4 .news1 a:hover.tab_a h3,
.container .part4 .news2 a.on.tab_a h3,
.container .part4 .news2 a:hover.tab_a h3 {
	color: #186738;
}

.container .part1 .news a.on.tab_a:after,
.container .part1 .news a:hover.tab_a::after,
.container .part4 .news1 a.on.tab_a:after,
.container .part4 .news1 a:hover.tab_a::after,
.container .part4 .news2 a.on.tab_a:after,
.container .part4 .news2 a:hover.tab_a::after {
	content: '';
	position: absolute;
	display: block;
	width: 80px;
	height: 2px;
	background: #186738;
	bottom: -12px;
	background-image: initial;
	background-position-x: initial;
	background-position-y: initial;
	background-size: initial;
	background-repeat-x: initial;
	background-repeat-y: initial;
	background-attachment: initial;
	background-origin: initial;
	background-clip: initial;
	background-color: #186738;
}

.container .part1 .news .more {
	font-size: 12px;
	color: #636363;
	cursor: pointer;
	line-height: 30px;
}

.container .part1 .news .swiper-news h2 {
	padding: 0 6px 0 6px;
	width: 414px;
	font-size: 22px;
	font-weight: bold;
	color: #186738;
}

.container .part1 .news .swiper-news h4 {
	margin: 10px 0;
	text-indent: 0.5rem;
	width: 424px;
	font-size: 14px;
	font-weight: 400;
	color: #888888;
	line-height: 20px;
}

.container .part1 .news .news_list a {
	font-weight: 400;
	color: #666666;
	line-height: 35px;
	font-size: 16px;
}

.container .banner1 {
	height: 106px;
	background-color: #FFFFFF;
	margin: 20px auto;
	padding: 0 20px;
}

.container .banner1 a {
	width: 278px;
	height: 69px;
	font-size: 20px;
	font-weight: bold;
	color: #FFFFFF;
}

/* .container .banner1 a:nth-child(1) {
	background-color: #8BB39B;
	margin-left: 20px;
}

.container .banner1 a:nth-child(2) {
	background-color: #BFB97F;
}

.container .banner1 a:nth-child(3) {
	background-color: #D5857F;
}

.container .banner1 a:nth-child(4) {
	background-color: #9099C3;
	margin-right: 20px;
} */

.container .part2 .news1,
.container .part2 .news2,
.container .part3 .news1,
.container .part3 .news2 {
	width: 590px;
	height: 362px;
	background-color: #FFFFFF;
	padding: 20px;
}

.container .part2 .news1,
.container .part3 .news1 {
	margin-right: 20px;
}

.container .part2 .news1 .news-tab,
.container .part2 .news2 .news-tab,
.container .part3 .news1 .news-tab,
.container .part3 .news2 .news-tab {
	padding-bottom: 10px;
	border-bottom: 2px solid #D3D3D3;
	margin-bottom: 10px;
}

.container .part2 .news1 .news-tab h3,
.container .part2 .news2 .news-tab h3,
.container .part3 .news1 .news-tab h3,
.container .part3 .news2 .news-tab h3 {
	display: inline-block;
	font-size: 20px;
	font-weight: bold;
	color: #186738;
	position: relative;
}

.container .part2 .news1 h3::after,
.container .part2 .news2 h3::after,
.container .part3 .news1 h3::after,
.container .part3 .news2 h3::after {
	content: '';
	position: absolute;
	display: block;
	width: 80px;
	height: 2px;
	background: #186738;
	bottom: -12px;
	background-image: initial;
	background-position-x: initial;
	background-position-y: initial;
	background-size: initial;
	background-repeat-x: initial;
	background-repeat-y: initial;
	background-attachment: initial;
	background-origin: initial;
	background-clip: initial;
	background-color: #186738;
}

.container .part2 .news1 .more,
.container .part2 .news2 .more,
.container .part3 .news1 .more,
.container .part3 .news2 .more {
	font-size: 12px;
	color: #636363;
	cursor: pointer;
	line-height: 30px;
}

.container .part2 .news1 .news_list a,
.container .part2 .news2 .news_list a,
.container .part3 .news1 .news_list a,
.container .part3 .news2 .news_list a {
	font-weight: 400;
	color: #666666;
	line-height: 35px;
	font-size: 16px;
}

.banner2 {
	height: 125px;
	margin: 20px auto;
	cursor: pointer;
}

.container .part3 {
	margin-bottom: 20px;
}

.container .part3 .news1 .swiper-news,
.container .part3 .news2 .swiper-news {
	height: 127px;
	margin-bottom: 10px;
}

.container .part3 .news1 .swiper-news img,
.container .part3 .news2 .swiper-news img {
	width: 170px;
	height: 127px;
	/* background-color: #186738; */
	margin-right: 18px;
}

.container .part3 .news1 .swiper-news a,
.container .part3 .news2 .swiper-news a {
	width: 360px;
}

.container .part3 .news1 .swiper-news h2,
.container .part3 .news2 .swiper-news h2 {
	font-size: 16px;
	font-weight: 400;
	color: #186738;
	line-height: 24px;
}

.container .part3 .news1 .swiper-news h4,
.container .part3 .news2 .swiper-news h4 {
	margin: 10px 0;
	font-size: 14px;
	color: #888888;
	line-height: 24px;
}

.container .part4 {
	padding: 20px;
	background-color: #FFFFFF;
	height: 340px;
	margin-bottom: 20px;
}

.container .part4 .sub-nav {
	margin-right: 20px;
	width: 192px;
}

.container .part4 .sub-nav a {
	width: 192px;
	height: 65px;
	font-size: 20px;
	color: #FFFFFF;

}

.container .part4 .sub-nav a:nth-child(1),
.container .part4 .sub-nav a:nth-child(2),
.container .part4 .sub-nav a:nth-child(3) {
	margin-bottom: 13px;
}

.container .part4 .news1 {
	margin-right: 20px;
}

.container .part4 .news1,
.container .part4 .news2 {
	width: 461px;
}

.container .part4 .news1 .news-tab,
.container .part4 .news2 .news-tab {
	width: 461px;
	padding-bottom: 10px;
	border-bottom: 2px solid #D3D3D3;
	margin-bottom: 15px;
}

/* .container .part4 .news1 .news-tab h3,
.container .part4 .news2 .news-tab h3 {
	display: inline-block;
	cursor: pointer;
	font-size: 20px;
	font-weight: bold;
	color: #888888;
	position: relative;
} */
/* .container .part5 .news-tab h3:nth-child(2) */
/* .container .part4 .news1 .news-tab h3:nth-child(2),
.container .part4 .news2 .news-tab h3:nth-child(2), */
.container .part5 .news-tab a:nth-child(2) {
	margin: 0 19px;
}

/* .container .part4 .news1 h3.on,
.container .part4 .news1 h3:hover,
.container .part4 .news2 h3.on,
.container .part4 .news2 h3:hover {
	color: #186738;
} */

/* .container .part4 .news1 h3.on:after,
.container .part4 .news1 h3:hover::after,
.container .part4 .news2 h3.on:after,
.container .part4 .news2 h3:hover::after {
	content: '';
	position: absolute;
	display: block;
	width: 80px;
	height: 2px;
	background: #186738;
	bottom: -12px;
	background-image: initial;
	background-position-x: initial;
	background-position-y: initial;
	background-size: initial;
	background-repeat-x: initial;
	background-repeat-y: initial;
	background-attachment: initial;
	background-origin: initial;
	background-clip: initial;
	background-color: #186738;
} */

.container .part4 .news1 .more,
.container .part4 .news2 .more {
	font-size: 12px;
	color: #636363;
	cursor: pointer;
	line-height: 30px;
}

.container .part4 .news1 .swiper-news,
.container .part4 .news2 .swiper-news {
	height: 100px;
	margin-bottom: 10px;
}

.container .part4 .news1 .swiper-news img,
.container .part4 .news2 .swiper-news img {
	width: 134px;
	height: 100px;
	/* background-color: #186738; */
	margin-right: 18px;
}

.container .part4 .news1 .swiper-news a,
.container .part4 .news2 .swiper-news a {
	width: 304px;
}

.container .part4 .news1 .swiper-news h2,
.container .part4 .news2 .swiper-news h2 {
	font-size: 16px;
	font-weight: 400;
	color: #186738;
	line-height: 24px;
}

.container .part4 .news1 .swiper-news h4,
.container .part4 .news2 .swiper-news h4 {
	margin: 10px 0;
	font-size: 14px;
	color: #888888;
	line-height: 24px;
}

.container .part4 .news1 .news_list a,
.container .part4 .news2 .news_list a {
	font-weight: 400;
	color: #666666;
	line-height: 35px;
	font-size: 16px;
}

.container .part5 {
	padding: 20px;
	background-color: #FFFFFF;
	height: 245px;
	margin-bottom: 20px;
}

.container .part5 .news-tab {
	width: 1161px;
	padding-bottom: 10px;
	border-bottom: 2px solid #D3D3D3;
	margin-bottom: 15px;
}

.container .part5 .news-tab h3 {
	display: inline-block;
	cursor: pointer;
	font-size: 20px;
	font-weight: bold;
	color: #888888;
	position: relative;
}

.container .part5 a.on h3,
.container .part5 a:hover h3 {
	color: #186738;
}

.container .part5 a.on h3:after,
.container .part5 a:hover h3:after {
	content: '';
	position: absolute;
	display: block;
	width: 80px;
	height: 2px;
	background: #186738;
	bottom: -12px;
	background-image: initial;
	background-position-x: initial;
	background-position-y: initial;
	background-size: initial;
	background-repeat-x: initial;
	background-repeat-y: initial;
	background-attachment: initial;
	background-origin: initial;
	background-clip: initial;
	background-color: #186738;
}


.container .part5 .more {
	font-size: 12px;
	color: #636363;
	cursor: pointer;
	line-height: 30px;
}

.container .part5 .img-list {
	width: 1163px;
	height: 155px;
}

.container .part5 .img-list .swiper-wrapper .swiper-slide {
	padding: 0 10px;
	/* width: 200px;
	height: 155px; */
}

.container .part5 .img-list .swiper-wrapper .swiper-slide img {
	width: 100%;
	cursor: pointer;
}


.part6 {
	height: 67px;
	background-color: #FFFFFF;
	padding: 20px;
}

.part6 img {
	width: 185px;
	height: 40px;
}
