/* 首页样式
----------------------------------------------- */
/* -- slideShow -- */
#index .slide-show {
	position: relative;
}

#index .slide-show .swiper {
	position: static;
}

#index .slide-show .swiper-button-next.swiper-button-disabled,
#index .slide-show .swiper-button-prev.swiper-button-disabled {
	pointer-events: all;
}

#index .slide-show .swiper-slide a {
	display: block;
	background-color: #DDDDDD;
	height: 700px;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: auto 100%;
}

#index .slide-show .swiper-pagination-bullet {
	width: 12px;
	height: 12px;
}

#index .slide-show .swiper-pagination-bullet-active {
	background-color: #19B4EA;
}

#index .slide-show .swiper-button-prev {
	left: 50px;
}

#index .slide-show .swiper-button-next {
	right: 50px;
}

#index .slide-show .swiper-button-prev,
#index .slide-show .swiper-button-next {
	display: none;
	color: #FFF;
}

#index .slide-show:hover .swiper-button-prev,
#index .slide-show:hover .swiper-button-next {
	display: block;
}

@media (max-width:992px) {
	#index .slide-show .swiper-slide a {
		height: 200px;
		z-index: 1;
	}
}

/* -- index-box -- */
#index .index-box {
	padding: 40px 0;
	zoom: 1;
	overflow: hidden;
}

@media (max-width:992px) {
	#index .index-box {
		padding: 30px 0;
	}
}

#index .index-box.bg {
	 background-image: url(/data/slide/s1.jpg); /* 注意补充url()语法 */
	    background-size: cover; /* 保证图片覆盖整个容器，可能会裁剪部分区域 */
	    background-position: center; /* 图片居中显示，避免关键内容被裁剪 */
	    background-repeat: no-repeat; /* 禁止图片重复平铺 */
	    width: 100%; /* 容器宽度占满父元素 */
	    height: 100%; /* 容器高度占满父元素（需确保父元素有明确高度） */
}
.bg1 {
	 background-image: url(/data/slide/s2.jpg); /* 注意补充url()语法 */
	    background-size: cover; /* 保证图片覆盖整个容器，可能会裁剪部分区域 */
	    background-position: center; /* 图片居中显示，避免关键内容被裁剪 */
	    background-repeat: no-repeat; /* 禁止图片重复平铺 */
	    width: 100%; /* 容器宽度占满父元素 */
	    height: 100%; /* 容器高度占满父元素（需确保父元素有明确高度） */
}
.bg2 {
	 background-image: url(/data/slide/s3.jpg); /* 注意补充url()语法 */
	    background-size: cover; /* 保证图片覆盖整个容器，可能会裁剪部分区域 */
	    background-position: center; /* 图片居中显示，避免关键内容被裁剪 */
	    background-repeat: no-repeat; /* 禁止图片重复平铺 */
	    width: 100%; /* 容器宽度占满父元素 */
	    height: 100%; /* 容器高度占满父元素（需确保父元素有明确高度） */
}

#index .index-box h3 {
	text-align: center;
	margin-bottom: 30px;
}

.h3b {
	color: #fff;
	font-size: 30px;
}

#index .index-box h3 b {
	font-size: 30px;
}

#index .index-box h3 em {
	display: block;
	margin-top: 8px;
	text-transform: uppercase;
	color: #999;
}

#index .index-box .more {
	text-align: center;
}

#index .index-box .more a {
	display: inline-block;
	padding: 5px 30px;
	border: 1px solid #DDD;
	color: #19B4EA;
}

#index .index-box .more a:hover {
	border: 1px solid #19B4EA;
	background-color: #19B4EA;
	color: #FFF;
}

/* -- about -- */
#index .about .img img {
	width: 100%;
}

#index .about h2 {
	color: #fff;
	font-size: 30px;
}

#index .about .desc {
	color: #fff;
	margin: 20px 0 20px 0;
	line-height: 260%;
}

#index .about .more {
	text-align: left;
}

@media (max-width:992px) {
	#index .about .img {
		margin-bottom: 20px;
	}

	#index .about .more {
		text-align: center;
	}
}

/* -- recProduct -- */
#index .product-list {
	margin-bottom: 25px;
}

#index .product-list .row {
	margin-left: -9px;
	margin-right: -9px;
}

#index .product-list .col-md-3,
#index .product-list .col-6 {
	padding-left: 9px;
	padding-right: 9px;
}

#index .product-list .item {
	margin-bottom: 15px;
}

#index .product-list .item .img {
	border: 1px solid #EEE;
}

#index .product-list .item .img img {
	width: 100%;
}

#index .product-list .item .name {
	margin-top: 12px;
	font-size: 16px;
	text-align: center;
}

#index .product-list .item .price-box {
	margin-top: 5px;
}

#index .product-list .item .price-box .price {
	font-size: 18px;
}

/* -- article-list -- */
#index .article-list {
	margin-bottom: 20px;
}

#index .article-list .img {
	text-align: center;
	margin-bottom: 20px;
	overflow: hidden;
}

#index .article-list .img img {
	width: 100%;
}

@media (min-width: 1100px) {
	#index .article-list .img img {
		width: 445px;
		height: 278px;
	}
}

#index .article-list .img em {
	display: block;
	background-color: #EEE;
	line-height: 278px;
	color: #999;
}

#index .article-list .item {
	zoom: 1;
	overflow: hidden;
	margin-bottom: 20px;
}

#index .article-list .item dt {
	float: left;
	width: 120px;
	height: 100px;
	font-family: Arial, Lucida, Verdana, Helvetica, sans-serif;
	text-align: center;
	border-radius: 10px;
}

#index .article-list .item dt em {
	display: block;
	background-color: #EEE;
	font-size: 36px;
	padding-bottom: 3px;
	color: #999;
}

#index .article-list .item dt b {
	display: block;
	background-color: #DDD;
	font-size: 15px;
	color: #555;
}

#index .article-list .item dd {
	margin-left: 10px;
	font-size: 14px;
}

#index .article-list .item dd a {
	color: #000;
	font-size: 16px;
}

#index .article-list .item dd p {
	color: #9A9A9A;
	line-height: 180%;
}

/* -- link -- */
#index .link {
	padding: 10px 0;
}

#index .link strong {
	color: #7A7F81;
	font-weight: bold;
}

#index .link a {
	color: #555;
}