﻿
.honorDemo .slick-arrow{ width: 40px; height: 40px; border-radius: 50%; display: block; position: absolute; top: 50%; margin-top: -20px; z-index: 100;  background-position: center center; background-repeat: no-repeat; }

html.openImg { overflow: hidden; }
.overlayClose { width: 80px; height: 80px; display: block; transition: 300ms; -webkit-transition: 300ms; }
.overlayClose i { background: url(../images/close_ico2.png) no-repeat scroll center center; width: 100%; height: 100%; display: block; transition: 400ms; -webkit-transition: 400ms; }
.overlayClose:hover { background-color: #EF8200; }
.imgstools{ position: absolute; right: 0px;top: 0px; z-index: 1000; width: 330px; color: #fff; background-color: #000000;}
.imgstools .imgPrev{ background: url(../images/img_l3.png) no-repeat scroll center center; width: 100%; height: 100%; cursor: pointer;}
.imgstools .imgNext{ background: url(../images/img_r3.png) no-repeat scroll center center; width: 100%; height: 100%; cursor: pointer;}
.imgstools .imgPrev:hover{ background-color: #333;}
.imgstools .imgNext:hover{ background-color: #333;}
.imgstools li{ float: left; display: block; border-left: 1px solid #333; width: 80px; height: 80px; text-align: center;}
.imgstools li.lastitem{ padding-left: 8px; border-left-color: #333;}
.imgstools li .snumBox{ color: #fff; height: 80px; line-height: 80px; font-size: 18px; font-family: "黑体",arial, helvetica, sans-serif;}
.overlayClose:hover i { transform: rotate(90deg); -webkit-transform: rotate(90deg); -o-transform: rotate(90deg); -moz-transform: rotate(90deg); }
.imgShowBox { background-color:#333333; bottom: 0; left: 0; position: fixed; right: 0; top: 0; transform: translateY(100%); -webkit-transform: translateY(100%); transition: all 800ms ease 0s; -webkit-transition: all 800ms ease 0s; z-index: 101000000; width: 100%; -webkit-overflow-scrolling: touch; overflow-x: hidden; overflow-y: auto;}
.no-csstransitions .imgShowBox { display: none; }
.imgShowDemo { width: 100%; height: 100%; position: relative; overflow: hidden; }
.imgShowDemo .item { width: 100%; height: 100%; background-repeat: no-repeat; background-position: center; position: relative; }
.imgShowDemo .img { vertical-align: middle; height: auto; width: auto; max-height: 100%; max-width: 100%; margin:auto; position: absolute; left: 0px; top: 80px; right: 0px; bottom: 0px; }
.imgShowDemo .con { position: absolute; left: 0px; right: 0px; bottom: 0px; background-color: #fff; width: 90%; padding: 10px 5%; }
.imgShowDemo .con .t { font-size: 16px; color: #333; }
.imgShowDemo .txt { background: #000000; font-size: 14px; color: #fff; position: absolute; left: 0; right: 0; top: 0; padding: 0 0px 0 0; height: 80px; line-height: 50px; overflow: hidden; text-align: center; z-index: 10;}
.hi-num { width: 85px; height: 65px; background: #272727; color: #fff; border-left: 1px solid #3a3a3a; position: absolute; bottom: 0; right: 0; text-align: center; line-height: 65px; font-size: 16px; }
.img-show { transform: translateY(0) !important; -webkit-transform: translateY(0) !important; }
.no-csstransitions .img-show { display: block; }
.imgShowDemo .owl-controls .owl-buttons div { position: absolute; padding: 0px; margin: 0px; width: 50px; height: 50px; border-radius: 50%; background-color: transparent; overflow: hidden; top: 50%; margin-top: -25px; background-position: center center; background-repeat: no-repeat; text-indent: -10em; }
.imgShowDemo .owl-controls .owl-buttons div.owl-prev { left: 3%; background-image: url(../images/img_l4.png); }
.imgShowDemo .owl-controls .owl-buttons div.owl-next { right: 3%; background-image: url(../images/img_r4.png); }
.imgShowDemo .owl-controls .owl-buttons div.owl-prev:hover, .imgShowDemo .owl-controls .owl-buttons div.owl-next:hover { background-color: #EF8200; }
.imgShowDemo .owl-controls .owl-buttons div.owl-prev.disabled, .imgShowDemo .owl-controls .owl-buttons div.owl-next.disabled { background-color: #EF8200; }
.imgShowDemo .txt >div{
	line-height: 80px;
}
.imgShowBox .owl-item{
	float: left;
}