.swiper-container {
	width: 100%;
	height: 100%;
	margin-left: auto;
	margin-right: auto;
}

.swiper-slide {
	/* 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 {
	min-width: 1200px;
	height: 618px;
}

.swiper-button-prev,
.swiper-button-next {
	width: 48px;
	height: 48px;
	background-size: cover;
}

.swiper-button-prev {
	background-image: url("../image/banner-arrow.png");
}

.swiper-button-prev01 {
	left: 10%;
}

.swiper-button-next {
	background-image: url("../image/banner-arrow.png");
	transform: rotate(180deg);
}

.swiper-button-next01 {
	right: 10%;
}

.swiper-pagination-bullet {
	width: 16px;
	height: 16px;
	opacity: .1;
}

.swiper-pagination-bullet-active {
	background: #ffd016;
	opacity: 1;
}

.swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet {
	margin: 0 9px;
}

.category {
	margin: 35px 0;
	overflow: hidden;
	height: 268px;
}

.category a {
	display: inline-block;
	float: left;
	width: 400px;
}

.category a img {
	display: block;
	width: 100%;
}

.certificate {
	overflow: hidden;
	min-width: 1200px;
	height: 386px;
}

.certificate img {
	width: 100%;
	height: 100%;
}

.product {
	background-color: #f7f7f7;
	padding: 60px 0;
	overflow: hidden;
}

.product-panel {
	background-color: #fff;
	height: 338px;
}

.product-special,
.product-video {
	display: inline-block;
	float: left;
	width: 50%;
}

.product-special {}

.product-special img,
.product-special ul {
	display: inline-block;
	float: left;
}

.product-special img {
	width: 280px;
}

.product-special ul {
	width: calc(100% - 280px);
	box-sizing: border-box;
	padding: 80px 30px 0 18px;
}

.product-special ul li {
	font-size: 18px;
	color: #000;
	line-height: 30px;
}

.product-special ul li:first-child {
	font-size: 16px;
	color: #74737a;
	margin-bottom: 30px;
}

.product-video {}

.video-panel {
	height: 338px;
	width: 600px;
	position: relative;
}

.video-panel a img {
	width: 100%;
	height: 100%;
}

/****video-btn-css[[****/
.playContainer {
	position: absolute;
	width: 60px;
	height: 60px;
	top: 50%;
	left: 50%;
	margin-top: -30px;
	margin-left: -30px;
	background: rgba(0, 0, 0, 0.8);
	-webkit-border-radius: 100%;
	-moz-border-radius: 100%;
	-o-border-radius: 100%;
	border-radius: 100%;
	cursor: pointer;
}

.playContainer dt {
	display: inline-block;
	position: relative;
	float: left;
	border: 30px solid #404040;
	color: #404040;
	height: 0;
	width: 0;
	-webkit-border-radius: 100%;
	-moz-border-radius: 100%;
	-o-border-radius: 100%;
	border-radius: 100%;
}

.playContainer span {
	border-style: solid;
	text-indent: -9999px;
	position: absolute;
	top: -12px;
	left: -5px;
}

.playBtn span {
	border-color: transparent transparent transparent #fff;
	border-width: 12px 0 12px 16px;
	width: 0;
	height: 0;
}

/*********]]*********/
.product-main {}

.product-main a {
	display: inline-block;
	float: left;
	width: 288px;
	height: 406px;
	background-color: #fff;
	margin-right: 16px;
	margin-top: 16px;
}

.product-main a:nth-child(4n+0) {
	margin-right: 0;
}

.product-main a ul li {
	text-align: center;
}

.product-pic {
	height: 295px;
}

.product-model {
	font-size: 14px;
	color: #74737a;
	margin-bottom: 10px;
}

.product-title {
	font-size: 16px;
	color: #000;
	line-height: 24px;
	box-sizing: border-box;
	padding: 0 22px;
	word-wrap: break-word;
	text-overflow: -o-ellipsis-lastline;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
}

.purpose {
	min-width: 1200px;
	height: 300px;
	background: url("../image/home-purpose.jpg") center top no-repeat;
}

.purpose ul {
	margin-top: 40px;
	width: 776px;
	height: 520px;
	background: rgba(255, 255, 255, .8);
	box-sizing: border-box;
	padding: 40px 50px 0 30px;
}

.purpose-title {
	font-size: 40px;
	margin-bottom: 80px;
	color: #333;
	position: relative;
}

.purpose-title::after {
	content: "";
	position: absolute;
	bottom: -26px;
	left: 0;
	width: 48px;
	height: 6px;
	background-color: #ffd016;
}

.purpose-text {
	font-size: 16px;
	margin-bottom: 16px;
	line-height: 26px;
	color: #333;
}

.news {
	background-color: #f7f7f7;
	box-sizing: border-box;
	padding: 60px 0;
}

.news-title {
	font-size: 40px;
	text-align: center;
	color: #333;
	margin: 0;
	margin-bottom: 20px;
	position: relative;
}

/**.news-title::after{content: "";position: absolute;width: 48px;height: 6px;background-color: #ffd016;bottom: -30px;left: 49%;}*/
.news-panel {
	height: 512px;
}

.news-panel a {
	background-color: #fff;
	height: 395px;
}

.news-panel a:hover {
	box-shadow: 0 2px 8px #d7d7d7;
	transition-duration: .3s;
}

.news-panel a ul li {
	text-align: center;
	color: #74737a;
	box-sizing: border-box;
}

.news-pic {}

.news-pic img {
	height: 268px;
	overflow: hidden;
}

.news-panel a ul li.news-sub {
	font-size: 20px;
	color: #121214;
	padding: 0 30px;
	margin: 10px 0;
	word-wrap: break-word;
	text-overflow: -o-ellipsis-lastline;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}

.news-text {
	font-size: 14px;
	padding: 0 36px;
	word-wrap: break-word;
	text-overflow: -o-ellipsis-lastline;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 4;
	-webkit-box-orient: vertical;
}

.news-author {
	font-size: 12px;
	margin-top: 26px;
}

.swiper-button-prev02 {
	left: 0;
}

.swiper-button-next02 {
	right: 0;
}

.home-footer {
	height: 326px;
	background-color: #ffd016;
}

.home-footer ul {
	float: left;
	width: 50%;
	text-align: center;
}

.home-footer ul li {
	text-align: center;
	box-sizing: border-box;
	padding: 0 30px 0;
	font-size: 16px;
	color: #46321d;
	line-height: 28px;
}

.home-footer ul li:first-child {
	font-size: 30px;
	margin: 90px 0 40px;
}