.clearfloat {
	height: 0;
	font-size: 1px;
	clear: both;
	line-height: 0;
}

#imglist-box {
	/* width: 1200px; */
	max-width: 100%;
	margin: 0 auto;
	position: relative;
}


/* 左侧 start */
.imglist-left {
	padding: 10px;
	margin-right: 240px;
	background-color: #f3f3f3;
}

.left-image-bg {
	width: 100%;
	position: relative;
}

.left-image, .left-video {
	width: 100%;
	/* height: 542px; */
	height: 705px;
	display: block;
	/* background-color: #000; */
	background-position: center;
	background-repeat: no-repeat;
	/* background-size: cover; */
	background-size: contain;
	background-color: #fff;
	object-fit: contain;
}

.image-description {
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	font-size: 16px;
	line-height: 36px;
	color: #fff;
	background-color: rgba(0, 0, 0, 0.3);
	text-align: center;
}

/* 左侧 end */


/* 右侧 start */
.imglist-right {
	width: 230px;
	position: absolute;
	top: 0;
	right: 0;
	background: #f3f3f3;
}

.slide-pic {
	padding: 10px;
	/* height: 542px; */
	height: 705px;
}

.slide-pic a#prev,
.slide-pic a#next {
	display: block;
	margin: 0 17px;
	overflow: hidden;
	text-INDENT: -9999em;
	height: 14px;
	outline: none
}

.slide-pic a#prev {
	background: url("../images/slide.png") no-repeat;
	background-position: center 0px
}

.slide-pic a#next {
	background: url("../images/slide.png") no-repeat;
	background-position: center -20px
}

.slide-pic a#prev:hover {
	background-position: center -40px
}

.slide-pic a#next:hover {
	background-position: center -60px
}

.slide-pic a.gray#prev {
	background-position: center -80px
}

.slide-pic a.gray#next {
	background-position: center -100px
}

.slide-pic-bg {
	margin: 5px 0px;
	overflow: hidden;
	/* height: 505px; */
	height: 665px;
}


.slide-ul {
	/* height: 500px; */
	height: 100%;
}

.slide-li {
	padding-right: 0px;
	padding-left: 0px;
	padding-bottom: 5px;
	cursor: pointer;
	padding-top: 5px
}

.slide-image-box {
	border: #fff 5px solid;
	overflow: hidden;
	/* width: 140px; */
}

.slide-li.hover p {
	bordercolor: #bbbbbb;
}

.slide-image-box {
}


.slide-li.cur .slide-image-box {
	border-left-color: #149996 ! important;
	border-bottom-color: #149996 ! important;
	border-top-color: #149996 ! important;
	border-right-color: #149996 ! important
}


.slide-image {
	width: 100%;
	/* height: 80px; */
	/* height: 105px; */
	height: 145px;
	background-position: center;
	background-repeat: no-repeat;
	/* background-size: cover; */
	background-color: #fff;
	background-size: contain;
	object-fit: contain;
}

.slide-video-li-play {
	width: 100%;
	height: 100%;
	background-image: url(../images/slidePlay.png);
	background-position: center;
	background-repeat: no-repeat;
	background-size: 35px;
}

/* 右侧 end */


@media (max-width: 992px) {
	.imglist-left {margin: 0 0 5px;}
	.imglist-right {position: static; width: auto; }
	.slide-pic {padding: 10px 30px;}
	.slide-pic a#prev, .slide-pic a#next { width: 30px; position: absolute; margin: -7px 0 0; top: 50%; transform: rotate(-90deg);}
	.slide-pic a#prev {left: 0;}
	.slide-pic a#next {right: 0;}
	.slide-pic {height: auto; position: relative;}
	.slide-pic-bg {height: auto; margin: 0;}
	.slide-ul {height: auto;}
	.slide-li {float: left; padding: 0; }
	.slide-image-box {margin: 0; width: auto;}
}
@media (max-width: 768px) {
	.left-image, .left-video {height: 360px;}
	.slide-image-box {border-width: 2px;}
}
@media (max-width: 560px) {
	.left-image, .left-video { height: 300px;}
}
@media (max-width: 480px){
	.left-image, .left-video { height: 260px;}
	.slide-image {height: 72px;}
}
@media (max-width: 414px){
	.left-image, .left-video { height: 230px;}
	.slide-image {height: 65px;}
}