@charset "utf-8";
/* CSS Document */
ol, ul{ list-style: none outside none;}
/* Clear Fix */ 
.clearfix:after{content:".";display:block;height:0;clear:both;visibility:hidden;} 
.clearfix{display:inline-block;} 
/* Hide from IE Mac */ 
.clearfix{display:block;} 
/*图片放大镜样式*/
.jqzoom{float:left;border:none;position:relative;padding:0px;cursor:pointer;margin:0px;display:block;}
.jqzoom img{max-height: 400px}
.zoomdiv{z-index:100;position:absolute;top:0px;left:0px;width:330px;height:335px;background:#ffffff;border:1px solid #CCCCCC;display:none;text-align:center;overflow:hidden;}
.jqZoomPup{z-index:10;visibility:hidden;position:absolute;top:0px;left:0px;width:20px;height:20px;border:1px solid #aaa;background:#ffffff /*url(../images/zoom.png) 50% center no-repeat*/;opacity: 0.5;-moz-opacity: 0.5;-khtml-opacity: 0.5;filter: alpha(Opacity=50);}
/*图片小图预览列表*/
.spec-preview{width:400px;height:400px;border:1px solid #DFDFDF;}
.spec-scroll{clear:both;width: 400px;margin-top:10px;}
.spec-scroll .picprev{float:left;margin-right:8px;}
.spec-scroll .picnext{float:right;}
.spec-scroll .picprev,.spec-scroll .picnext{display:block;font-family:"宋体";text-align:center;width:10px;height: 64px;line-height: 64px;border:1px solid #CCC;background:#EBEBEB;cursor:pointer;text-decoration:none;}

.spec-scroll .items{float:left;position:relative;width: 360px;height: 86px;overflow:hidden;}
.spec-scroll .items ul{position:absolute;width:999999px;height: 84px;}
.spec-scroll .items ul li{float:left;width: 64px;text-align:center;border: none;margin-right: 9px;}
.spec-scroll .items ul li img{border:1px solid #CCC;width: 100%;}

/* 右侧固定*/
.slideflex {position: fixed; right: 0%; top: 0; z-index: 99; padding-bottom: 175px;}
.relate li { margin-bottom: 1px; position: relative;}
.relate li > a {flex-direction: column; transition: .5s; display: flex;  align-items: center;  justify-content: center; width: 90px;height: 76px;background: #1c2e6b; border-radius: 0%;box-shadow: 0px 0px 49px 0px rgba(8,8,8,0.05);  text-align: center;  position: relative; z-index: 3;}
.relate li > a img {display: block; max-width: 63%; margin-bottom: 3px;}
.relate li > a em{display: block; font-size: 15px; color: #fff; line-height: 15px;}
.relate li.backTop a img { position: relative;}
.relate li:hover > a {background: #1c2e6b;}
.telbox{ padding-right: 22px; position: absolute; right: 150%; top:8px; opacity: 0; visibility: hidden; }
.telbox span { display: block; padding: 20px 0 20px 27px; background: #fff; color: #02a351; font-size: 16px; font-weight: bold; line-height: 16px; white-space: nowrap; padding-right: 12px; position: relative; border-radius: 12px; box-shadow: 0rem 0rem 16px 5px rgba(24,25,25,0.22);}
.telbox span:before { content: ""; width: 5px; height: 16px; background: #02a351; position: absolute; left: 13px; top: 50%; margin-top: -8px;}
.telbox span:after { content:""; width:0; height:0; border-top:8px solid transparent;  border-bottom: 8px solid transparent; border-left: 9px solid #fff; position:absolute; right: -9px; top:50%; margin-top: -8px;}
.wechat{ padding-right: 22px; position: absolute; right: 150%; top: -4px; opacity: 0; visibility: hidden;  }
.wechat .info{ display: block; padding: 20px; background: #fff;  position: relative; border-radius: 12px; box-shadow: 0rem 0rem 16px 5px rgba(24,25,25,0.22);}
.wechat .info span{display: block; font-size: 16px;color: #333; text-align: center; margin-top: 10px}

.eqbox {padding-right: 22px; position: absolute; right: 150%; top: 82%; margin-top: -80px; opacity: 0; visibility: hidden;}
.eqbox:before {content:""; width:0; height:0; border-top:8px solid transparent;  border-bottom: 8px solid transparent; border-left: 9px solid #fff; position:absolute; right: 15px; top:50%; margin-top: -8px;}
.eqbox img {display: block; width: 120px; padding: 10px;  background: #fff; border-radius: 12px;  box-shadow: 0rem 0rem 16px 5px rgba(24,25,25,0.22);}
.relate li:hover .telbox,.relate li.active .telbox,.relate li:hover .eqbox,.relate li:hover .wechat { opacity: 1; visibility: visible; right: 100%;-webkit-transition: 0.45s; -o-transition: 0.45s; -moz-transition: 0.45s; transition: 0.45s;}