/* 首页样式
----------------------------------------------- */
/* -- 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;
	height: 780px;
	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: #669933;
}

#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: 280px;
	}
}

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

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

#index .index-box.bg {}

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

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

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

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

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

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

#index .index-box .more1 {
	text-align: center;
	margin: 2px;
	flex-grow: 2;
	flex-shrink: 2;
	flex-basis: auto;
	padding: 10px 0px;
	border: none;
	border: 1px solid #669933;
	color: white;
	font-size: 16px;
	cursor: pointer;
	white-space: nowrap;
	text-align: center;
}

#index .index-box .more1 a {
	color: #fff;
}

#index .index-box .more1:hover {
	background-color: #669933; /* hover效果，可选 */
	color: #FFF;
}

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

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

#index .about .desc {
	width: 100%;
	color: #fff;
	margin: 20px 0 20px 0;
	line-height: 200%;
	font-size: 20px;
}

#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: 10px;
}

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

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

#index .product-list .item .img img {
	width: 100%;
}
#index .product-list .item1 .img img {
	width: 50%;
	display: block;
  margin: 0 auto;
}

#index .product-list .item .name {
	margin-top: 12px;
	color: #669933;
	text-align: center;
}

#index .product-list .item .name1 {
	margin-top: 12px;
	font-size: 16px;
	color: #fff;
}

#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: 80px;
	font-family: Arial, Lucida, Verdana, Helvetica, sans-serif;
	text-align: center;
}

#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: 100px;
	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-list -- */
#index .link-list {
	padding: 10px 0;
}

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

#index .link-list a {
	color: #555;
	display: inline-block;
	margin-right: 10px;
}

#index .link-list a img {
	height: 50px;
}