.index_rotate {
	height: 500px;
	width: 100vw;
	min-width: 1100px;
	overflow: hidden;
}

.index_rotate>.item {
	height: 500px;
	width: 100vw;
	min-width: 1100px;
	background-size: 100% auto;
	background-position: center bottom;
	position: relative;
}

.index_rotate>.item>.mask {
	background: rgba(37, 49, 57, .8);
	width: 100%;
	height: 100%;
}

.index_rotate>.item>.content {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	text-align: center;
}

.index_rotate>.item>.content .title {
	font-size: 40px;
	padding-top: 20px;
	color: #fff;
}

.index_rotate>.item>.content .title_min {
	font-size: 18px;
	color: #fff;
	opacity: .8;
	padding-top: 50px;
}

.index_rotate>.item>.content .description {
	font-size: 16px;
	color: #fff;
	opacity: .7;
	line-height: 2em;
	padding-top: 30px;
}

.index_rotate>.item>.content .play {
	position: relative;
	width: 120px;
	height: 120px;
	margin: 0 auto;
	display: inline-block;
	margin-top: 30px;
	cursor: pointer;
}

.index_rotate>.item>.content .play>.mask1 {
	width: 120px;
	height: 120px;
	margin: 0 auto;
	border: 1px solid rgba(255, 255, 255, .3);
	display: inline-block;
	text-align: center;
	line-height: 70px;
	color: #f47425;
	cursor: pointer;
	border-radius: 50%;
	transition: all .1s;
	padding: 10px;
	position: absolute;
	left: 0;
	top: 0;
	transition: all .2s ease-in-out;
}

.index_rotate>.item>.content .play>.mask2 {
	width: 100px;
	height: 100px;
	background: rgba(255, 255, 255, .1);
	position: absolute;
	left: 10px;
	top: 10px;
	border-radius: 50%;
	transition: all .2s ease-in-out;
}

.index_rotate>.item>.content .play:hover>.mask1 {
	width: 110px;
	height: 110px;
	left: 5px;
	top: 5px;
}

.index_rotate>.item>.content .play:hover>.mask2 {
	width: 90px;
	height: 90px;
	left: 15px;
	top: 15px;
}

.index_rotate>.item>.content .play>.btn {
	width: 70px;
	height: 70px;
	line-height: 70px;
	border-radius: 50%;
	background: #fff;
	position: absolute;
	left: 25px;
	top: 25px;
	color: #f47425;
}

.index_rotate>.item>.content .play:hover>.btn {
	background: #f47425;
	color: #fff;
}

.index_rotate>.item>.content .play>.btn:after {
	font-family: 'iconfont';
	content: '\e618';
	color: inherit;
	font-size: 24px;
}

.index_partner {
	padding: 60px 0;
}

.partnerList {
	background: #fff;
	border-top: 1px solid #f1f1f1;
	border-left: 1px solid #f1f1f1;
	margin: 0;
}

.partnerList>div {
	padding: 0;
}

.partnerItem {
	overflow: hidden;
	padding: 30px;
	border-right: 1px solid #f1f1f1;
	border-bottom: 1px solid #f1f1f1;
}

.partnerItem>div {
	height: 5vw;
	width: 100%;
	position: relative;
	overflow: hidden;
	transition: all .2s;
}

.partnerList>li:hover>div {
	transform: scale(1.2);
}

.newsList {
	height: 140px;
	position: relative;
	background: #fff;
	border: 1px solid #E5E8ED;
	box-shadow: 0 2px 4px 0 rgba(0, 0, 0, .05);
	border-radius: 3px;
	position: relative;
	top: -60px;
}

.newsList>li {
	background: #fff;
	width: 33.3%;
	height: 100%;
	float: left;
	border-radius: 5px;
	padding: 20px;
	position: relative;
}

.newsList>li:after {
	width: 1px;
	height: 100px;
	background: #e5e5e5;
	position: absolute;
	right: 0;
	top: 20px;
	content: '';
}

.newsList>li:last-child:after {
	display: none;
}

.teamList {
	padding: 60px 0;
}

.newsList>li>a {
	display: block;
	width: 100%;
	height: 100%;
	padding-left: 160px;
}

.newsList>li>a:after {
	display: none;
}

.newsList>li>a>.pic {
	position: absolute;
	left: 0;
	top: 0;
	height: 100px;
	width: 140px;
	overflow: hidden;
	opacity: .7;
}

.newsList>li:hover .pic {
	opacity: 1;
}

.newsList>li:hover .title {
	color: #f47425;
}

.newsList>li>a>.title {
	height: 40px;
	font-size: 14px;
	color: #1e282f;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	margin-bottom: 8px;
}

.newsList>li>a>.summary {
	color: #a5a5a5;
	font-size: 12px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
	line-height: 1.5em;
}

.newsList>li>a>.pic>div {
	width: 100%;
	height: 100%;
}

.bigTitle {
	text-align: center;
	font-size: 30px;
	color: #333;
	font-weight: 400;
	line-height: 1.4;
}

.miniTitle {
	padding-top: 20px;
	text-align: center;
	position: relative;
	height: 70px;
	padding-bottom: 20px;
}

.miniTitle>span {
	display: inline-block;
	background-color: #eff3f5;
	position: relative;
	z-index: 5;
	padding: 0 40px;
	font-size: 14px;
	color: #999;
}

.miniTitle:after {
	content: '';
	position: absolute;
	width: 100%;
	height: 1px;
	overflow: hidden;
	background-color: #e5e5e5;
	background-image: linear-gradient(to right, #fff, #e4e4e4, #fff, #e4e4e4, #fff);
	top: 32px;
	left: 0;
}

.index_partner .miniTitle>span {
	/* background: #eff3f5; */
}

.teamContent {
	height: 300px;
}

.swiper-container {
	height: 100%;
}

.teamItem {
	opacity: .5;
	transform: scale(.7);
	transition: all .3s;
	height: 100%;
	border-radius: 3px;
	padding: 20px;
	padding-bottom: 0px;
}

.swiper-slide-active>.teamItem {
	opacity: 1;
	transform: scale(1);
	box-shadow: 0 2px 4px 0 rgba(0, 0, 0, .05);
	border: 1px solid #E5E8ED;
}

.teamItem>.pic {
	width: 130px;
	height: 160px;
	overflow: hidden;
	float: left;
}

.teamItem>.pic>a {
	width: 100%;
	height: 100%;
	display: block;
}

.teamItem>.summary {
	width: 70%;
	float: left;
	padding-left: 20px;
	padding-bottom: 20px;
}

.teamItem>.summary>.name {
	font-size: 20px;
	display: inline-block;
}

.teamItem>.summary>.text {
	padding-top: 10px;
	font-size: 14px;
	color: #999;
	line-height: 2em;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 4;
	-webkit-box-orient: vertical;
}

.teamItem>.pic>a>img {
	width: 100%;
}

.teamItem>.title {
	border-top: 1px solid #eee;
	clear: both;
	display: inline-block;
}

.titleList {
	width: 60%;
	height: 90px;
	overflow: hidden;
	position: relative;
	padding-right: 20px;
	float: left;
	padding-top: 10px;
	margin-bottom: 0;
}

.titleList>li {
	font-size: 12px;
	color: #999;
	line-height: 2em;
	width: 100%;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
}

.teamItemLink {
	float: right;
	color: #999;
}

.customList {
	width: 40%;
	height: 90px;
	float: left;
	overflow: hidden;
	padding: 10px;
	margin-bottom: 0;
}

.customList>li {
	width: 50%;
	float: left;
	height: 50%;
	overflow: hidden;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 5px;
	border-right: 1px solid #f5f5f5;
	border-bottom: 1px solid #f5f5f5;
}

.customList>li:nth-child(2),
.customList>li:nth-child(4) {
	border-right: none;
}

.customList>li:nth-child(3),
.customList>li:nth-child(4) {
	border-bottom: none;
}

.customList>li>img {
	max-width: 100%;
	max-height: 100%;
}

.prodList {
	width: 540px;
	height: 200px;
	background: #fff;
	float: left;
	position: relative;
	top: -50px;
	border: 1px solid #E5E8ED;
	box-shadow: 0 2px 16px 0 rgba(0, 0, 0, .05);
	border-radius: 3px;
	padding: 20px;
	padding-top: 50px;
	margin-bottom: 40px;
}

.prodList>.title {
	position: absolute;
	left: 10px;
	top: -20px;
	width: 100%;
}

.prodList>.title>img {
	position: absolute;
	width: 40px;
	top: 0;
}

.prodList>.title>span {
	position: absolute;
	top: 30px;
	left: 60px;
	width: 100px;
	color: #333;
}

.prodList>.title>a {
	position: absolute;
	top: 30px;
	right: 20px;
	color: #555;
}

.prodArea {
	height: 660px;
}

.prodListLeft {
	margin-right: 20px;
}

.prodItem {
	width: 30.3%;
	height: 190px;
	overflow: hidden;
	float: left;
	margin-right: 4.5%;
}

.prodItem:last-child {
	margin-right: 0;
}

.prodItem>a {
	width: 100%;
	height: 135px;
	display: block;
}

.prodItem>a>.title {
	height: 35px;
	line-height: 35px;
	text-align: center;
	color: #777;
	font-size: 13px;
}

.prodItem>a>.pic {
	width: 100%;
	height: 100px;
}

.prodEmpty {
	width: 100%;
	height: 200px;
	padding: 0 150px;
	text-align: center;
	font-size: 14px;
	color: #aaa;
}

.prodEmpty>img {
	width: 100%;
}

.prodEmpty>div {
	color: #aaa;
	padding-top: 20px;
}

.newsArea {
	clear: both;
}

.newsArea>.container-xl {
	position: relative;
	top: -80px;
}

.productBottom {
	margin-bottom: 0;
}

.mainRotate {
	height: 400px;
	background-color: #f5f5f5;
	display: none;
	--swiper-navigation-size: 20px;
}

#mainRotate .swiper-slide {
	height: 30vw;
	background-position: center;
	background-size: auto 100%;
	position: relative;
	text-align: center;
	display: flex;
	align-items: center;
	justify-content: center;
}

#mainRotate .swiper-slide>.content {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: rgba(37, 49, 57, .9);
	display: flex;
	align-items: center;
	justify-content: center;
}

#mainRotate .swiper-slide>.content h2 {
	color: #fff;
	text-align: center;
	margin-bottom: 2vw;
	font-size: 38px;
}

#mainRotate .swiper-slide>.content h3 {
	color: #afbac4;
	text-align: center;
	margin-bottom: 2vw;
	font-size: 24px;
	font-weight: normal;
	display: inline-block;
	position: relative;
}

#mainRotate .swiper-slide>.content h3:before {
	width: 100px;
	height: 1px;
	background: #afbac4;
	content: '';
	position: absolute;
	right: 100%;
	top: 50%;
	margin-right: 10px;
	opacity: .3;
}

#mainRotate .swiper-slide>.content h3:after {
	width: 100px;
	height: 1px;
	background: #afbac4;
	content: '';
	position: absolute;
	left: 100%;
	top: 50%;
	margin-left: 10px;
	opacity: .3;
}

#mainRotate .swiper-slide>.content h4 {
	color: #ddd;
	font-weight: normal;
	font-size: 18px;
	line-height: 2em;
	text-align: center;
	padding-bottom: 4vw;
	padding-left: 5vw;
	padding-right: 5vw;
}

/* 
#mainRotate a {
	height: 40px;
	background: var(--primary);
	color: #fff !important;
	border-radius: 5px;
	line-height: 40px;
	display: inline-block;
	padding: 0 30px;
}

#mainRotate a:hover {
	background: #f16d1b;
}

#mainRotate a:active {
	background: #e95e08;
} */

.indexArea {
	padding: 40px 0;
}

.indexArea.white {
	background: #fff;
}

.indexArea .container-xl {
	position: relative;
}

.indexArea h2 {
	font: 14px/1.5 Helvetica Neue, Helvetica, Arial, Microsoft Yahei, Hiragino Sans GB, Heiti SC, WenQuanYi Micro Hei, sans-serif;
	margin: 0;
	font-size: 22px;
	font-weight: 200;
	line-height: 58px;
	color: #333;
}

.indexArea a.moreLink {
	position: absolute;
	right: 0;
	top: 20px;
	font: 14px/1.5 Helvetica Neue, Helvetica, Arial, Microsoft Yahei, Hiragino Sans GB, Heiti SC, WenQuanYi Micro Hei, sans-serif;
	color: #555;
	text-decoration: none;
	right: 15px;
}

.indexArea a.moreLink>i {
	font-size: 12px;
	position: relative;
	top: -1px;
	padding-left: 5px;
	color: #777;
}

.indexArea a.moreLink:hover>i {
	color: var(--primary);
}

.col-md-five {
	width: 20%;
	max-width: 20%;
}

.productList {
	padding-left: 210px;
	position: relative;
}

.productList>.listCover {
	width: 200px;
	position: absolute;
	left: 0;
	top: 12px;
	height: 346px;
}

.productList>.row {
	margin: 0 -5px;
}

.productList .card-body {
	padding: 10px;
}

.productList>.row>div {
	padding: 0 5px;
}

.productPicLink {
	height: 10vw;
	width: 100%;
	overflow: hidden;
	background-size: cover;
}

.productList .card {
	border: 2px solid #fff;
	border-radius: 0;
	transform: all .3s;
	position: relative;
	top: 0;
	transition: all .2s;
}

.productList .card-text {
	font-size: 14px;
}

.productList .card:hover {
	box-shadow: 0 .5rem 1rem rgba(0, 0, 0, .15) !important;
	top: -5px;
}

.listCover>.mask {
	position: absolute;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, .5);
	left: 0;
	top: 0;
	z-index: 4;
}

.listCover>.summary {
	position: absolute;
	left: 0;
	bottom: 20px;
	color: #eee;
	z-index: 4;
	padding: 0 20px;
	font-size: 20px;
	text-align: right;
}

.productTitleLink:hover>h6 {
	color: var(--primary);
}

.productList .card a {
	font-size: 13px;
}

.productList .card:hover a {
	background: var(--primary);
	border-color: var(--primary);
	color: #fff !important;
}

.productDiy {
	background: #BCB5B3;
	margin-top: 40px;
	height: 120px;
	display: block;
	position: relative;
	overflow: hidden;
}

.productDiy h3 {
	color: #202020;
	font-size: 24px;
	position: absolute;
	left: 60px;
	top: 35px;
}

.productDiy h4 {
	color: #666;
	font-size: 14px;
	font-weight: normal;
	position: absolute;
	top: 75px;
	left: 60px;
}

.productDiy img {
	height: 180px;
	position: absolute;
	right: 20px;
	bottom: -50px;
	opacity: .4;
}

.productDiy a {
	margin-top: 30px;
	background: var(--primary);
	color: #fff;
	border-color: var(--primary);
	font-size: 13px;
	padding-right: 10px;
	height: 32px;
	line-height: 20px;
	margin-left: 165px;
}

.productDiy a>i {
	margin-right: 10px;
	color: inherit;
}

.productDiy a:hover {
	background: #1E2B36;
	color: #fff;
	border-color: #1E2B36;
}

.listNav {
	width: 200px;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
}

.listNav>li {
	height: 20%;
	border-bottom: 5px solid #fff;
	position: relative;
	padding-left: 80px;
	background: #f5f5f5;
	overflow: hidden;
	cursor: pointer;
}

.listNav>li.active {
	background: rgba(244, 116, 37, .1);
}

.listNav>li.active:after {
	height: 100%;
	width: 2px;
	background: var(--primary);
	position: absolute;
	top: 0;
	right: 0;
	content: '';
}

.listNav>li>h3 {
	font-size: 14px;
	padding-top: 5PX;
	color: #555;
	margin-bottom: 5px;
}

.listNav>li>h4 {
	font-size: 12px;
	font-weight: normal;
	color: #999;
	padding-right: 10px;
}

.listNav>li>div.pic {
	height: 100%;
	width: 70px;
	position: absolute;
	left: 0;
	top: 0;
	border: 5px solid #f5f5f5;
}

.listNav>li.active>div.pic {
	border-color: none;
}

.newsPic {
	width: 150px;
	height: 130px;
	margin-right: 10px;
	overflow: hidden;
}

.newsTitle {
	font-size: 16px;
}

.newsSummary {
	font-size: 12px;
	color: #777;
	margin-bottom: 100px;
}

.newsArea .row>div:last-child {
	border-right: none !important;
}

#teamRotate {
	padding-bottom: 30px;
}

#teamRotate .swiper-pagination {
	bottom: 0px !important;
}

#teamRotate .swiper-pagination-bullet-active {
	background-color: var(--primary);
}

#teamRotate .swiper-slide {
	width: 30vw;
}

.indexTeamItem {
	transform: scale(.8);
	opacity: .7;
	position: relative;
	padding-left: 210px !important;
	transition: all .3s;
}

#teamRotate .swiper-slide-active .indexTeamItem {
	opacity: 1;
	transform: scale(1);
}

.indexTeamItem>.pic {
	width: 200px;
	height: 100%;
	position: absolute;
	left: 0px;
	top: 0px;
	padding: 16px;
}

.indexTeamItem>.pic>img {
	display: none;
}

.indexTeamItem>.summary {
	font-size: 14px;
	color: #777;
	border-bottom: 1px solid #eee;
	line-height: 2em;
	height: 90px;
}

.indexTeamItem>.title {
	height: 70px;
}

.indexTeamItem>.title>p {
	font-size: 13px;
	color: #999;
	margin: 0;
	line-height: 2em;
}

/*Iphone*/
@media (max-width: 768px) {
	#mainRotate .swiper-slide {
		height: 300px;
	}

	#mainRotate .swiper-slide>.content h2 {
		font-size: 22px;
	}

	#mainRotate .swiper-slide>.content h3 {
		font-size: 18px;
	}

	#mainRotate .swiper-slide>.content h4 {
		font-size: 14px;
		padding-left: 0;
		padding-right: 0;
	}

	.productPicLink {
		height: 28vw;
	}

	.indexArea h2 {
		font-weight: bold;
		font-size: 20px;
		color: #555;
	}

	#teamRotate .swiper-slide {
		width: 100vw;
	}

	.productList {
		padding-left: 0;
	}

	.productList .card {
		margin-bottom: 10px;
	}

	.productDiy {
		margin-top: 10px;
	}

	.productDiy h3 {
		left: 20px;
	}

	.productDiy h4 {
		left: 20px;
	}

	.productDiy img {
		right: 0;
		height: 140px;
		top: auto;
		bottom: -30px;
	}

	.newsArea {
		height: 460px;
		margin-top: 20px;
	}

	.teamItem>.pic {
		width: 100%;
		float: none;
	}

	.teamItem>.summary {
		float: none;
		padding: 0;
		width: 100%;
		text-align: center;
		padding-bottom: 20px;
	}

	.teamItem>.title {
		display: none;
	}

	.teamItem>.summary>.text {
		display: none;
	}

	.teamItem>.summary>.name {
		padding-top: 10px;
	}

	.newsArea .row>div {
		border-right: none !important;
		margin-bottom: 10px;
	}

	.newsPic {
		height: 120px;
	}

	.indexArea a.moreLink {
		right: 15px;
	}

	.indexArea {
		padding: 20px 0;
	}
}

.nItem {
	position: relative;
}

.nItem h5 {
	color: #555;
}

.nItem:hover {
	background: #f1f2f3;
}

.kechengListArea {
	display: none;
}

.kechengListArea.active {
	display: flex;
}

.moreLink {
	display: none;
}

.moreLink.active {
	display: block;
}

#mainRotate .swiper-button-prev,
#mainRotate .swiper-button-next {
	--swiper-navigation-size:20px;
	color: #aaa;
	background: rgba(0, 0, 0, .2);
	width: 35px;
	height: 70px;
	font-size: 14px;
	border-radius: 3px;
	display: none;
	margin: 0 20px;
	margin-top: -20px;
	display: flex;
	align-items: center;
	justify-content: center;
}

#mainRotate .icon {
	font-size: 22px;
	color: #fff;
}

#mainRotate:hover .swiper-button-next,
#mainRotate:hover .swiper-button-prev {
	display: flex;
}

#mainRotate .swiper-button-next:hover,
#mainRotate .swiper-button-prev:hover {
	background: rgba(0, 0, 0, .5);
	color: #fff;
}

#mainRotate .swiper-pagination-bullet {
	border-radius: 0;
	background: none;
	width: 40px;
	height: 30px;
	padding-top: 13px;
	cursor: pointer;
}

#mainRotate .swiper-pagination-bullets {
	z-index: 999;
}

#mainRotate .swiper-pagination-bullet:after {
	height: 4px;
	width: 40px;
	background-color: #fff;
	content: '';
	display: block;
}

.pSwiper {
	padding-top: 10px !important;
	padding-bottom: 40px !important;
}

.pSwiper .swiper-container {
	padding-bottom: 20px;
}

.pSwiper .swiper-pagination {
	bottom: -7px !important;
}

.pSwiper .swiper-pagination-bullet {
	width: 35px;
	height: 30px;
	background: none;
}

.pSwiper .swiper-pagination-bullet::after {
	width: 100%;
	height: 6px;
	background: var(--primary);
	content: '';
	display: block;
	margin-top: 8px;
}

.pCover {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.newsSummary2{
	line-height: 30px;
}
.newsCover{
	height: 100px;
}