<style>html,
body {
	position: relative;
	height: 100%;
}

body {
	/* background: #eee; */
	font-family: Helvetica Neue, Helvetica, Arial, sans-serif;
	font-size: 14px;
	color: #000;
	margin: 0;
	padding: 0;
}

.swiper-container {
	width: 100%;
	height: 100%;
	margin-left: auto;
	margin-right: auto;
}

.banner .swiper-slide {
	text-align: center;
	font-size: 18px;
	background: #fff;

	/* Center slide text vertically */
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
}

.banner .swiper-slide img {
	width: 100%;
}

.swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
	left: 10%;
	background-image: url(../images/swiperPrev.png);
	background-size: 100% 100%;
	width: 50px;
	height: 50px;
}

.swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
	right: 10%;
	background-image: url(../images/swiperNext.png);
	background-size: 100% 100%;
	width: 50px;
	height: 50px;
}

.swiper-pagination-bullet {
	width: 16px;
	height: 16px;
	background-color: #fff;
}

.swiper-pagination-bullet-active {
	width: 10px;
	height: 10px;
	background-color: #fff;
	border: 4px solid #018E39;
}

.swiper-container-horizontal>.swiper-pagination-bullets,
.swiper-pagination-custom,
.swiper-pagination-fraction {
	bottom: 5%;
}

.about {
	width: 100%;
	padding: 60px 0;
}

.about .about_logo {
	width: 100%;
	text-align: center;
}

.about .about_logo img {
	width: 68.57px;
	height: 60px;
}

.about .about_logo h2 {
	font-size: 20px;
	font-weight: 500;
	margin-top: 10px;
}

.about .about_con {
	width: 1300px;
	margin: 0 auto;
}

.about .about_con .about_txt {
	width: 1200px;
	margin: 40px auto 0;
}

.about .about_con .about_txt p {
	font-size: 14px;
	font-weight: 500;
	/*letter-spacing: 0.3em;*/
	color: #898989;
	text-align: center;
	line-height: 30px;

}

.about .about_con .about_mask {
	width: 100%;
	background-image: url(../images/aboutMask.png);
	margin-top: 80px;
}

.about .about_con .about_mask ul {
	background-color: rgba(0, 0, 0, 0.5);
	width: 100%;
	height: 100%;
	display: flex;
}

.about .about_con .about_mask ul li {
	width: 25%;
	height: 450px;
	display: flex;
	align-items: center;
	flex-direction: column;
	justify-content: center;
	color: #fff;
	transition: transform 1s ease;
}

.about .about_con .about_mask ul li h1 {
	font-size: 46px;
	font-weight: 600;
}

.about .about_con .about_mask ul li h1 span {
	font-size: 14px;
	font-weight: 600;
}

.about .about_con .about_mask ul li p {
	font-size: 16px;
	font-weight: 500;
	margin-top: 10px;
	text-align: center;
}

.about .about_con .about_mask ul li:hover{
	transform: scale(1.2);
	background-size: 100% 100%;
}
.about .about_con .about_mask ul li:nth-child(1):hover {
	background-image: url(../images/aboutMask1.jpg);
}
.about .about_con .about_mask ul li:nth-child(2):hover {
	background-image: url(../images/aboutMask2.jpg);
}
.about .about_con .about_mask ul li:nth-child(3):hover {
	background-image: url(../images/aboutMask3.jpg);
}
.about .about_con .about_mask ul li:nth-child(4):hover {
	background-image: url(../images/aboutMask4.jpg);
}
.about .about_con .about_mask ul li:nth-child(5):hover {
	background-image: url(../images/aboutMask5.jpg);
}
.in_title {
	text-align: center;
}

.in_title .underline {
	position: relative;
	display: inline-block;
	color: black;
}

.underline::before,
.underline::after {
	content: '';
	position: absolute;
	top: 50%;
	width: 200px;
	height: 4px;

	border-radius: 50px;
}

.underline::before {
	left: -220px;
	background-image: linear-gradient(to right, transparent, #018E3980);
}

.underline::after {
	right: -220px;
	background-image: linear-gradient(to left, transparent, #018E3980);
}

.in_title .dots {
	color: #018E3980;
	font-size: 24px;
	line-height: 1em;
}

.in_title h1 {
	margin: 10px 0;
	font-size: 35px;
	font-weight: 600;
	letter-spacing: 0.3em;
	display: flex;
	align-items: center;
}

.in_title h1 span {
	color: #018E39;
	font-size: 24px;

}

.in_title h1 span:nth-child(1) {
	margin: 0 30px 0 0;
}

.in_title h1 span:nth-child(2) {
	margin: 0 0 0 30px;
}

.in_title p {
	font-size: 12px;
	font-weight: 400;
	letter-spacing: 0.5em;
	text-align: center;
	color: #999999;

}

.news {
	padding-bottom: 42px;
}

.news_con {
	width: 1300px;
	margin: 55px auto;
	display: flex;
	justify-content: space-between;
}

.news_con .news_text {
	width: 45%;
}

.news_con .news_text h1 {
	font-size: 25px;
	font-weight: 500;
	line-height: 35px;
}

.news_con .news_text p {
	font-size: 14px;
	font-weight: 400;
	line-height: 30px;
	color: #999999;
	margin-bottom: 20px;
}

.news_con .news_text .time {
	margin-top: 40px;
	font-size: 18px;
}

.news_con .news_text .more {
	font-size: 14px;
	font-weight: 400;
	line-height: 30px;
	color: #999999;
	display: flex;
	align-items: center;
}

.news_con .news_text .more img {
	width: 40px;
	height: 40px;
	margin-left: 20px;
}

.news_con .news_img {
	width: 500px;
	height: 360px;
	display: flex;
    align-content: center;
    justify-content: center;
    align-items: center;    

}

.news_con .news_img img {
	max-width: 100%;
	max-height: 100%;

}

.news-pagination .swiper-pagination-bullet {
	background-color: #99999980;
}

.news-pagination .swiper-pagination-bullet-active {
	background-color: #fff;
}

.newsList_more {
	width: 100%;
	display: flex;
	justify-content: center;
	padding: 30px 0 85px;

}

.newsList_more .moreButton {
	border: 2px solid #333333;
	font-size: 20px;
	font-weight: 500;
	line-height: 28px;
	padding: 6px 40px;
	border-radius: 44px;
}

.newsList_more .moreButton:hover {
	border: 2px solid #018E39;
	background-color: #018E39;
	color: #fff;
}

.product_sort {
	width: 100%;
	height: 100vh;
	position: relative;
	margin-top: 50px;
	margin-bottom: 80px;
}

.gallery-top {
	height: 100%;
	width: 100%;
}
.gallery-top .swiper-slide{
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
}
.gallery-thumbs {
	height: 140px;
	box-sizing: border-box;
	padding: 10px 0;
	position: absolute;
	bottom: 0px;
	background-color: rgba(51, 51, 51, 0.7);
}

.gallery-thumbs .swiper-slide {
	width: 12%;
	height: 100%;
	opacity:1;
	display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
	color: #fff;
	font-size: 12px;
}

.gallery-thumbs .swiper-slide-active {
	opacity: 1;
}
.gallery-thumbs .swiper-slide img{
	width: 100px;
	height: 70px;
	margin-bottom: 10px;
}
.gallery-thumbs .swiper-slide-active img{
	border: 5px solid #FFFFFF33;
}
.gallery-thumbs .swiper-wrapper{
	align-items: center;
}
.cultuer{
	width: 100%;
}
.cultuer_con{
	width: 1300px;
	margin: 0 auto;
}
.cultuer .cultuer_text{
	font-size: 14px;
	font-weight: 500;
	line-height: 30px;
	/*letter-spacing: 0.3em;*/
	text-align: center;
	color: #898989;
	margin-top: 40px;
}
.cultuer .cultuer_list{
	width: 100%;
	display: flex;
	box-shadow: 10px 10px 20px 0px rgba(153, 153, 153, 0.1);
	margin-top: 50px;
	margin-bottom: 80px;
}
.cultuer .cultuer_list .img{
	width: 920px;
	height: 500px;
}
.cultuer .cultuer_list .img img{
	width: 100%;
	height: 100%;
}
.cultuer .cultuer_list .title{
	width: 380px;
	height: 500px;
	display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    padding: 0 20px;
    box-sizing: border-box;
    text-align: center;
}
.cultuer .cultuer_list .title h1{
	font-size: 26px;
	font-weight: 600;
	line-height: 36.4px;
	color: rgba(51, 51, 51, 1);
}
.cultuer .cultuer_list .title p{
	font-size: 18px;
	font-weight: 400;
	line-height: 25.2px;
	color: rgba(153, 153, 153, 1);
	margin-top: 25px;
}
.cultuer .cultuer_list .title .cultuer_butt{
	width: 208px;
	height: 50px;
	background-color: rgba(1, 142, 57, 1);
	font-size: 22px;
	font-weight: 600;
	line-height: 30.8px;
	color: #fff;
	display: flex;
	align-items: center;
    justify-content: center;
	margin-top: 84px;
}

@media (max-width: 1300px) {
	.header{
		padding: 0 20px;
	}
	.about .about_con{
		width: 100%;
	}
	.about .about_con .about_txt{
		width: 100%;
		padding: 0 20px;
		box-sizing: border-box;
	}
	.cultuer_con{
		width: 100%;
		padding: 0 20px;
		box-sizing: border-box;
	}
	.news_con{
		width: 96%;
	}
}
@media (max-width: 720px) {
	.about .about_logo img{
		width: 140px;
		height: 100%;
	}
	.about .about_logo h2{
		font-size: 30px;
	}
	.about .about_con .about_txt p{
		font-size: 14px;
	}
	.about .about_con .about_mask ul li h1{
		font-size:30px;
	}
	.product_sort{
		height:520px;
	}
	.gallery-thumbs .swiper-slide{
		width:20%;
	}
	.cultuer_con{
		width: 100%;
		box-sizing: border-box;
	}
	.cultuer .cultuer_list .img{
		width: 400px;
		height: 265px;
		display: flex;
		overflow: hidden;
		align-items: center;
	}
	.cultuer .cultuer_list .img img{
		max-width: 100%;
		max-height: 100%;
	}
	.cultuer .cultuer_list .title{
		height: auto;
	}
	.news_con{
		flex-direction: column-reverse;
	}
	.news_con .news_text{
		width: 100%;
		margin-top: 20px;
	}
	.news_con .news_img{
		width: 100%;
	}
}