@charset "utf-8";
/* CSS Document */
.img_tab {
	margin: 20px auto 0px auto;
}
/*焦点图*/
.mod18 {
	width: 100%;
	height: 770px;
	margin: 0px auto;
	position: relative;
}
.mod18 .btn {
	position: absolute;
	cursor: pointer;
	z-index: 99;
	font-weight: bold;
background: none;
}
.mod18 .large-prev {
	background: url(../images/prevBtnTop.png) 0 0 no-repeat;
	left:2%;
	top: 290px;
	width: 46px;
	height: 48px;
	z-index: 99;
}
.mod18 .large-next {
	background: url(../images/nextBtnTop.png) 0 0 no-repeat;
	right: 2%;
	top: 290px;
	width: 46px;
	height: 48px;
	z-index: 99;
}
.mod18 .small-prev {
	left: 2%;
	bottom: 24px;
	height: auto;
	font-size: 40px;
	color: #fff;
}
.mod18 .small-next {
	right: 2%;
	bottom: 24px;
	height: auto;
	font-size: 40px;
	color: #fff;
}
.mod18 li {
	float: left;
}
.mod18 .cf li {
	position: relative;
	color: #fff;
}
.mod18 .cf li img.large {
	width: 100%;
	height: 720px;
	object-fit: contain;
}
.mod18 .cf a {
	display: block;
	width: 100%;
	position: absolute;
	color: #fff;
}
.mod18 .cf li span {
	display: block;
	width: 96%;
	position: absolute;
	left: 0;
	bottom: 0;
	padding: 10px 2%;
	line-height: 22px;
	text-align: left;
	background: rgba(0, 0, 0, 0.6);
 filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0, startColorstr="#60000000", endColorstr="#60000000");
}
.mod18 .picBox {
	overflow: hidden;
	height: 700px;
	position: relative;
}
.mod18 .picBox ul {
	height: 700px;
	position: absolute;
	overflow: hidden;
}
.mod18 .picBox li {
	width: 1200px;
	height: 100%;
}
.mod18 .listBox {
	width: 100%;
	height: 70px;
	margin: 0 auto;
	position: relative;
	overflow: hidden;
	background-color: #065a32;
}
.mod18 .listBox ul {
	height: 110px;
	position: absolute;
}
.mod18 .listBox li {
	width: 135px;
	height: 100%;
	cursor: pointer;
	position: relative;
}
.mod18 .listBox li:before {
	content: "";
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: rgba(0,0,0,.5);
}
.mod18 .listBox li i {
	display: none;
}
.mod18 .listBox li a {
	display: block;
	width: 124px;
	height: 70px;
}
.mod18 .listBox li img.small {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.mod18 .listBox li.on:before {
	background-color: transparent;
}
.mod18 .listBox .on i {
	display: block;
}
.picShow {
	width: 100%;
	height: 746px;
	margin: 0 auto;
	background: #FFF;
	margin-bottom: 0px;
}