#mainRotate {
	overflow: hidden;
	position: relative;
}
#mainRotate .swiper-slide {
	color: #fff;
	background-size: cover;
	background-position: center;
}
#mainRotate .mask {
	background: rgba(37, 49, 57, 0.5);
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
}
#mainRotate .container {
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	align-items: center;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
	display: -webkit-box;
	display: -webkit-flex;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	flex-direction: column;
	text-align: center;
	height: 100%;
}
#mainRotate .swiper-button-next,
#mainRotate .swiper-button-prev {
	color: #aaa;
	background: rgba(0, 0, 0, 0.3);
	width: 35px;
	height: 70px;
	font-size: 20px;
	border-radius: 3px;
	display: none;
	margin: 0 20px;
	margin-top: -20px;
}
#mainRotate .swiper-button-next:hover,
#mainRotate .swiper-button-prev:hover {
	background: rgba(0, 0, 0, 0.5);
	color: #fff;
}
#mainRotate .swiper-button-next:after,
#mainRotate .swiper-button-prev:after {
	font-size: 22px;
}
#mainRotate:hover .swiper-button-next,
#mainRotate:hover .swiper-button-prev {
	display: flex;
}
#mainRotate .container > h1 {
	font-weight: bold;
	font-size: 36px;
}
#mainRotate .container > h3 {
	font-size: 22px;
	height: 22px;
	line-height: 24px;
	font-weight: normal;
	color: rgba(255, 255, 255, 0.9);
}
#mainRotate .container > h3:before,
#mainRotate .container > h3:after {
	height: 24px;
	display: inline-block;
	content: "";
	width: 100px;
	background: #afbac4;
	height: 1px;
	margin: 0 20px;
	position: relative;
	top: -8px;
}
#mainRotate .container > h4 {
	color: #eee;
	font-weight: normal;
	font-size: 18px;
}
#mainRotate .container > a {
	background: #1aa0e5;
	color: #fff;
	display: block;
	padding: 10px 15px;
	border-radius: 3px;
	text-decoration: none;
	opacity: 0.9;
}
#mainRotate .container > a:hover {
	opacity: 1;
}
#mainRotate .swiper-slide > a {
	width: 100%;
	height: 100%;
	background-repeat: no-repeat;
	background-size: auto 100%;
	background-position: center;
	display: block;
}
#mainRotate .swiper-slide .container {
	position: relative;
}
#mainRotate .swiper-pagination {
	position: absolute;
	display: inline-block;
	width: 100%;
	left: 0;
	bottom: 30px;
	z-index: 9;
}
#mainRotate .swiper-pagination-bullet {
	border-radius: 0;
	background: none;
	width: 40px;
	height: 30px;
	padding-top: 13px;
}

#mainRotate .swiper-pagination-bullet:after {
	height: 4px;
	width: 40px;
	background-color: #fff;
	content: "";
	display: block;
}
.indexArea {
	padding: 40px 0;
}
.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: 30px;
	/*font-weight: 200;*/
	line-height: 58px;
	color: #333;
	text-align: center;
	padding-top: 10px;
	padding-bottom: 20px;
	font-weight: bold;
}
.indexArea .container {
	position: relative;
}

.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:hover {
	color: var(--primary);
}
.indexArea a.moreLink > i {
	font-size: 12px;
	position: relative;
	top: -1px;
	padding-left: 5px;
}
#prodRotate {
	height: 200px;
	padding-bottom: 40px;
}
a.prodItem {
	background: #fff;
	height: 160px;
	display: block;
	text-decoration: none;
	position: relative;
	border-top-right-radius: 5px;
	border-top-left-radius: 5px;
}
a.prodItem:hover {
	box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
}
a.prodItem > .pic {
	height: 120px;
	width: 100%;
	background-size: cover;
	background-position: center;
	border-top-right-radius: 5px;
	border-top-left-radius: 5px;
}
a.prodItem > .title {
	color: #555;
	padding-top: 10px;
	text-align: center;
	font-weight: bold;
}
.productList {
	margin-left: -5px;
	margin-right: -5px;
}
.productList > div {
	padding: 0 5px;
}
.partnerList {
	margin-left: -5px;
	margin-right: -5px;
}
.partnerList > div {
	padding: 5px;
}
.partnerItem {
	background: #fff;
	border-radius: 3px;
	padding: 20px;
	padding-bottom: 10px;
	color: #555;
}
.partnerItem > .pic {
	height: 50px;
	width: 100%;
	background-size: contain;
	background-position: center;
	background-repeat: no-repeat;
	transition: all 0.3s ease-in-out;
}
.partnerItem > .title {
	padding-top: 10px;
	text-align: center;
}
.indexArea.white {
	background: #fff;
}
a.newsItem {
	display: block;
	border-radius: 3px;
	padding: 10px;
	text-decoration: none;
	padding-left: 150px;
	position: relative;
}
.newsItem:hover {
	background: #f5f5f5;
}
a.newsItem > .title {
	height: 20px;
	line-height: 20px;
	font-weight: bold;
	font-size: 16px;
	margin-bottom: 10px;
}
a.newsItem > .summary {
	height: 50px;
	overflow: hidden;
	color: #999;
	font-size: 12px;
}
a.newsItem > .pic {
	position: absolute;
	left: 10px;
	top: 10px;
	width: 130px;
	height: 80px;
	border-radius: 3px;
	background-size: cover;
	background-position: center;
}
.newsList {
	margin-left: -5px;
	margin-right: -5px;
}
.newsList > div {
	padding: 5px;
}
.dataArea {
	background-image: url(https://cdn.cn8.vip/file/EgfmbcaTAbORGDejupjG2Z6js2Q9fkWP.jpg/w_1200);
	background-size: cover;
	background-position: center;
	padding: 0;
}
.infoArea h3 {
	font-size: 16px;
	font-weight: normal;
	line-height: 2em;
	color: #777;
}
.info_tel {
	color: #555;
}
.info_tel > i {
	color: var(--primary);
	font-style: normal;
	font-size: 26px;
	margin-left: 10px;
}
.dataArea > .mask {
	padding: 30px 0;
	background: rgba(0, 0, 0, 0.8);
	width: 100%;
	height: 100%;
}
.dataItem {
	color: #ddd;
	text-align: center;
}
.dataItem > .number {
	font-size: 50px;
	position: relative;
	right: -15px;
}
.dataItem > .type {
	color: #aaa;
}

@media (max-width: 768px) {
	.telArea {
		margin-left: 20px;
	}
	#mainRotate {
		height: 160px;
	}
	#mainRotate .swiper-slide img {
		position: absolute;
		right: 0;
		top: 0;
		height: 160px;
	}
	#mainRotate .swiper-slide h2 {
		padding-top: 20px;
		font-size: 20px;
	}
	#mainRotate .swiper-slide h3 {
		padding-top: 0;
		font-size: 14px;
		height: 40px;
		max-width: 150px;
		line-height: 1.5em;
	}
	#mainRotate .swiper-slide a {
		width: 80px;
		height: 30px;
		line-height: 28px;
		margin-top: 15px;
	}
	.indexArea {
		padding: 10px 0;
	}
	.dataArea {
		padding: 0;
	}
	.indexArea h2 {
		font-weight: bold;
		color: #555;
	}
	a.prodItem {
		height: auto;
		margin-top: 10px;
	}
	a.prodItem > .pic {
		height: 20vw;
	}
	#prodRotate {
		height: auto;
	}
	a.prodItem > .title {
		padding-bottom: 10px;
	}
	.dataItem > .number {
		font-size: 30px;
		right: 0;
	}
	.dataArea .row {
		margin-left: -5px;
		margin-right: -5px;
	}
	.dataArea .row > div {
		padding: 0 5px;
	}
	.dataArea > .mask {
		padding: 50px 0;
	}
}
.hotItem {
	padding-left: 270px;
	position: relative;
	height: 415px;
	margin-bottom: 20px;
}
.hotItem > .cover {
	position: relative;
	background: #eee;
	position: absolute;
	left: 0;
	top: 0;
	width: 250px;
	height: 415px;
	border-radius: 3px;
	background-size: cover;
	background-position: bottom;
	opacity: 0.9;
}
.hotItem > .cover:hover {
	opacity: 1;
}
.hotProdItem {
	height: 200px;
	margin-bottom: 15px;
	border-radius: 3px;
	box-shadow: 0 2px 4px rgb(3 27 78 / 6%);
	border: 1px solid #e5e8ed;
	overflow: hidden;
	opacity: 0.9;
	transition: all 0.3s;
	position: relative;
	background: #fff;
}
.hotProdItem:hover {
	opacity: 1;
	transform: scale(1.03);
}
.hotProdItem > .pic {
	height: 140px;
	background: #aaa;
	background-size: cover;
	background-position: center;
}
.hotProdItem > .title {
	font-weight: bold;
	font-size: 14px;
	padding: 0 10px;
	height: 30px;
	line-height: 30px;
	color: #333;
	margin-top: 5px;
}
.hotProdItem > .category {
	color: #aaa;
	padding: 0 10px;
	font-size: 12px;
}
.hotItem > .cover h1 {
	font-size: 30px;
}
.hotItem > .cover h4 {
	font-weight: normal;
	font-size: 18px;
	padding-top: 10px;
	line-height: 1.5em;
}
.hotItem > .cover > .text {
	position: absolute;
	left: 0;
	top: 0;
	color: #fff;
	padding: 20px;
	z-index: 2;
}
.hotItem > .cover > .mask {
	background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.4), transparent);
	height: 30%;
	width: 100%;
	position: absolute;
	left: 0;
	top: 0;
}

.exampleItem {
	position: relative;
	transition: all 0.3s;
}
.exampleItem > .category {
	background-color: rgba(26, 160, 229, 0.8);
	color: #fff;
	border-radius: 20px;
	padding: 0 20px;
	height: 36px;
	line-height: 36px;
	position: absolute;
	top: 20px;
	right: 20px;
	z-index: 99;
}
.exampleItem:hover {
	transform: scale(1.03);
}
.exampleItem > .pic {
	width: 100%;
	padding-bottom: 62%;
	overflow: hidden;
	border-radius: 3px;
	position: relative;
}
.exampleItem > .pic > div {
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
}
.exampleItem > .pic > div > img {
	width: 100%;
	height: 100%;
}
.exampleItem > .title {
	padding-top: 10px;
	text-align: left;
	transition: all 0.3s;
}
.exampleItem:hover > .title {
	color: var(--red);
}
.exampleItem > .logo {
	height: 60px;
	width: 100px;
	position: absolute;
	bottom: 35px;
	left: 15px;
	background: #fff;
	box-shadow: 0 2px 20px 0 rgb(0 0 0 / 10%);
	border-radius: 3px;
}
.exampleItem > .logo > img.img-contain {
	width: 90%;
	height: 90%;
	position: absolute;
	left: 5%;
	top: 5%;
}
#exampleRotate {
	padding-top: 20px;
}
#exampleRotate .swiper-button-next,
#exampleRotate .swiper-button-prev {
	color: rgb(255, 255, 255, 0.7);
	background: rgba(26, 160, 229, 0.7);
	width: 35px;
	height: 70px;
	font-size: 20px;
	border-radius: 3px;
	display: none;
	margin: 0 20px;
	margin-top: -100px;
}
#exampleRotate .swiper-button-next:hover,
#exampleRotate .swiper-button-prev:hover {
	background: rgba(26, 160, 229, 1);
	color: #fff;
}
#exampleRotate .swiper-button-next:after,
#exampleRotate .swiper-button-prev:after {
	font-size: 22px;
}
#exampleRotate:hover .swiper-button-next,
#exampleRotate:hover .swiper-button-prev {
	display: flex;
}
#exampleRotate .swiper-pagination-bullet {
	background: rgba(26, 160, 229, 0.7);
}
.youshiItem {
	position: relative;
	padding-left: 80px;
	margin-bottom: 40px;
}
.youshiItem > .icon {
	position: absolute;
	font-size: 50px;
	color: #999;
	left: 0;
	top: -10px;
	height: 60px;
	line-height: 60px;
	font-weight: normal;
	color: var(--primary);
}
.youshiItem > .title {
	color: #444;
}
.youshiItem > .content {
	color: #999;
	font-size: 15px;
	font-weight: normal;
	height: 90px;
	line-height: 30px;
}
.exampleItem .mask {
	position: absolute;
	top: 50%;
	margin-top: -50px;
	left: 0;
	background-image: linear-gradient(to right, rgba(0, 0, 0, 0.6), transparent);
	padding: 10px 0;
	width: 100%;
	z-index: 99;
}
.dTitle {
	border-bottom: 1px solid #ccc;
	padding-bottom: 10px;
}
.exampleItem .stretched-link:after {
	z-index: 1000;
}
