/*swiper*/
.swiper-container {
	width: 100%;
	height: 100%;
}

.swiper-slide {
	text-align: center;
	font-size: 18px;
	background: #fff;

	/* 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;
}

.swiper-container-horizontal>.swiper-pagination1 {
	position: relative;
	bottom: 30px;
}

.swiper-pagination-bullet {
	width: 10px;
	height: 10px;
	text-align: center;
	line-height: 10px;
	font-size: 12px;
	color: #000;
	opacity: 1;
	background: #FFFFFF;
}

.swiper-pagination-bullet-active {
	width: 12px;
	height: 12px;
	color: #fff;
	border-radius: 10px;
	border: 3px solid #049a47;
	background: rgba(255, 255, 255, 0);
}

@media (min-width:992px) {
	.swiper-pagination-bullet {
		width: 16px;
		height: 16px;

	}

	.swiper-pagination-bullet-active {
		width: 18px;
		height: 18px;

	}
}

.img-width img {
	width: 100%;
}

/* index */
.layui-progress {
	position: relative;
	border-radius: 0px;
	background-color: #cccc30;
}

.layui-progress-bar {
	position: absolute;
	border-radius: 0px;
	background-color: #00a0e9;

}

.indexBox1 {
	padding: 20px 0;
}

.indexBox1 .commonTitle img {
	width: 200px;
	margin: 0 auto;
	display: block;
}

.indexBox1 .row ul li {
	margin-top: 30px;
}

.indexBox1 .row ul li .title .p1 {
	font-size: 20px;
	text-align: center;
}

.indexBox1 .row ul li .title .p2 {
	font-size: 30px;
	text-align: center;
	color: #049A47;
	font-weight: bolder;
}

.indexBox1 .row ul li .dataBox {
	margin-top: 10px;
}

.indexBox1 .row ul li .dataBox .areaTxt {
	font-size: 16px;
	color: #282828;
	margin: 0;
}

.indexBox1 .row ul li .dataBox .areaTxt .areaNum {
	float: right;
}

.indexBox2 {
	padding: 30px 0;
	margin-top: 20px;
}

.indexBox2 .commonTitle img {
	width: 250px;
	margin: 0 auto;
	display: block;
	margin-bottom: 20px;
}

.indexBox2 .slideBox {
	position: relative;
	width: 200px;
}

.indexBox2 .slideBox .shopDetail {
	position: absolute;
	z-index: 99;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.6);
	color: #FFFFFF;
	border-radius: 10px;
	padding: 10px;
	font-size: 14px;
	line-height: 28px;
	box-shadow: 0 0 10px #483b3b;
	display: none;
}

.indexBox2 .slideBox .shopDetail .shopDetailTxt {
	text-overflow: -o-ellipsis-lastline;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 5;
	-webkit-box-orient: vertical;
}

.indexBox2 .shopName {
	font-size: 14px;
}

.indexBox2 .slideBox .shopDetail .linka {
	position: absolute;
	bottom: 10px;
	width: 80%;
	text-align: right;
	cursor: pointer;
}

.indexBox2 .slideBox .shopDetail .linka a {
	font-size: 14px;
	color: #FFFFFF;
	font-weight: bold;
}
.swiper-button-next, .swiper-container-rtl .swiper-button-prev {
    background-image:url(../images/index/right1.png);
    right: 0px;
    left: auto;
}
.swiper-button-next:hover{
	background-image:url(../images/index/right1-1.png);
}
.swiper-button-next, .swiper-button-prev {
    position: absolute;
    top: 50%;
    width: 50px;
    height: 50px;
    margin-top: -22px;
    z-index: 10;
    cursor: pointer;
    -moz-background-size: 50px 50px;
    -webkit-background-size: 50px 50px;
    background-size: 50px 50px;
    background-position: center;
    background-repeat: no-repeat;
}
.swiper-button-prev, .swiper-container-rtl .swiper-button-next {
   background-image:url(../images/index/left1.png);
    left: 0px;
    right: auto;
}
.swiper-button-prev:hover{
	background-image:url(../images/index/left1-1.png);
}
.indexBox2 .slideBox:hover .shopDetail {
	display: block;
}

.indexBox3 {
	padding: 30px 0;
	margin-top: 0px;
}

.indexBox3 .box3Title img {
	height: 30px;
}

.indexBox3 .newsList {
	margin-top: 20px;
	padding-bottom: 30px;
}

.indexBox3 .newsList .newsBox {
	margin-top: 20px;
	cursor: pointer;
}

.indexBox3 .newsList .newsBox .newsImg {
	border-radius: 10px;
	height: 200px;
	object-fit: cover;
}

.indexBox3 .newsList .newsBox .newsTitle {
	font-size: 16px;
	margin: 0;
	margin-top: 10px;
	color: #009944;
	line-height: 30px;
	height: 30px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.indexBox3 .newsList .newsBox .newsContent {
	font-size: 14px;
	text-overflow: -o-ellipsis-lastline;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}

.activeList {
	margin-top: 40px;
	background: #f8f8f8;
	padding: 20px 0;
}

.activeList ul li {
	margin-top: 20px;
	cursor: pointer;
}

.activeList ul li img {
	width: 80%;
	display: block;
	margin: 0 auto;
}

.activeList ul li .activeTitle {
	text-align: center;
	width: 80%;
	display: block;
	margin: 0 auto;
	font-size: 16px;
	line-height: 30px;
	height: 30px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

@media(min-width: 768px) {
	.indexBox3 .box3Title img {
		height: 45px;
	}

	.indexBox1 {
		padding: 30px 0;
	}

	.indexBox1 .commonTitle img {
		width: 300px;
	}

	.indexBox1 .row ul li {
		margin-top: 50px;
	}

	.indexBox1 .row ul li .title .p1 {
		font-size: 25px;

	}

	.indexBox1 .row ul li .title .p2 {
		font-size: 35px;
	}

	.indexBox1 .row ul li .dataBox {
		margin-top: 20px;
	}

	.indexBox1 .row ul li .dataBox .areaTxt {
		font-size: 16px;

	}

	.indexBox2 .commonTitle img {
		width: 300px;
		margin-bottom: 20px;
	}

	.indexBox3 {
		padding: 30px 0;
		margin-top: 50px;
	}

	.indexBox3 .newsList .newsBox .newsTitle {
		font-size: 18px;

	}

	.indexBox3 .newsList .newsBox .newsContent {
		font-size: 16px;
		line-height: 25px;
	}

	.activeList ul li .activeTitle {
		font-size: 18px;


	}
}

@media(min-width: 992px) {
	.indexBox1 {
		padding: 30px 0;
	}

	.indexBox1 .commonTitle img {
		width: 300px;
		margin: 0 auto;
		display: block;
	}

	.indexBox1 .row ul li {
		margin-top: 50px;
	}

	.indexBox1 .row ul li .title .p1 {
		font-size: 25px;
		text-align: center;
	}

	.indexBox1 .row ul li .title .p2 {
		font-size: 35px;
		text-align: center;
		color: #049A47;
		font-weight: bolder;
	}

	.indexBox1 .row ul li .dataBox {
		margin-top: 20px;
	}

	.indexBox1 .row ul li .dataBox .areaTxt {
		font-size: 16px;
		color: #282828;
		margin: 0;
	}

	.indexBox2 .commonTitle img {
		width: 400px;

		margin-bottom: 20px;
	}
}
