
/****************************************栅格******************************************/
.zbl-grid{font-size: 0;box-sizing: border-box;}
.zbl-grid li{box-sizing: border-box;float:left;font-size: 14px;transition: margin 0s !important;vertical-align: top;}
.zbl-grid li img{display: block;width: 100%;}


.zbl-tab-2 .nav-box li{cursor: pointer;}


.zbl-list{cursor: pointer;}
.zbl-list{overflow: hidden;}
.zbl-list .btn{width:50%;height:40px;background: red;margin: auto;}
.zbl-list ul{display: none;}
.zbl-list li{width:50%;border:1px solid red;margin: auto;}
.zbl-list .b{display: block;height:40px;width:100%;text-align: center;line-height: 40px;}



/****************************************更多的hover效果******************************************/



/*------------------更多一--------------*/
.zbl-more-1{position: relative;}
.zbl-more-1 span{position: relative;z-index: 1;}
.zbl-more-1:after{content: "";position:absolute;bottom:0;left:0;width: 0;height: 100%;transition:0.3s;background:#ccc;}
.zbl-more-1:hover:after{width: 100%;}
.zbl-more-1:hover span{color: #fff;}
.zbl-more-1.cur:after{width: 100%;}
.zbl-more-1.cur span{color: #fff;}


.tanchuang{display: inline;}
.tanchuang .open{display: inline;}
.tanchuang-1 .open{cursor: pointer;}
.tanchuang-1 .k{position:fixed;top: 0;left:0;width: 100%;height: 100%;background:rgba(0,0,0,0.4);z-index: 9998;display: none;}
.tanchuang-1 .boxs{padding: 40px 10px 10px;position:fixed;z-index: 9999;transition: 0.5s;top:100%;left:0;margin: 0;width: 0;height: 0;overflow:hidden;border: 1px solid #ccc;border-radius:5px;background:rgba(255,255,255,0.9);}
.tanchuang-1 .boxs.cur{width:600px;height: 400px;top:50%;left:50%;margin-top: -200px;margin-left:-300px;}
.tanchuang-1 .boxs .off{position: absolute;width: 30px;height: 30px;top:10px;right:10px;background:url('../../images/home/off-1.png') no-repeat center;background-size:25px 25px;cursor: pointer;}
.tanchuang-1 .boxs .box{overflow: hidden;width: 100%;height: 100%;}
.tanchuang-1 .boxs .box form{width:100%;padding:0 40px 40px;box-sizing: border-box;color: #666 !important;}
.tanchuang-1 .boxs .box form>div{position: relative;padding-left:70px;width: 100%;line-height: 40px;margin:20px 0;box-sizing: border-box;}
.tanchuang-1 .boxs .box form>div .bt{position: absolute;left: 0;top:0;letter-spacing: 2px;font-size: 16px;color: #333;}
.tanchuang-1 .boxs .box form>div input[type="text"]{display: block;width: 100%;    height: 40px;border: 1px solid #ccc;box-sizing: border-box;padding: 0 10px;box-sizing: border-box;line-height: 40px;}
.tanchuang-1 .boxs .box form>div textarea{display: block;width: 100%;height: 100%;border: 1px solid #ccc;box-sizing: border-box;padding:10px;box-sizing: border-box;height: 70px;}
.tanchuang-1 .boxs .box form>div input[type="submit"]{width: 80px;height: 100%;background: #009EE0;font-size: 18px;
color: #fff;border-radius:5px;display: block;border: 1px solid #ccc;line-height: 30px;}



/* .show img{cursor: pointer;} */
.show .dk{position:fixed;top: 0;left:0;width: 100%;height: 100%;background:rgba(0,0,0,0.4);z-index: 9998;display: none;}
.show .bigimg{padding: 40px 10px 10px;position:fixed;z-index: 9999;transition: 0.5s;top:100%;left:0;margin: 0;width: 0;height: 0;overflow:hidden;border: 1px solid #ccc;border-radius:5px;background:rgba(255,255,255,0.9);}
.show .bigimg.cur{width:700px;height: 500px;top:50%;left:50%;margin-top: -250px;margin-left:-350px;}
.show .bigimg .off{position: absolute;width: 30px;height: 30px;top:6px;right:10px;background:url(off-1.png) no-repeat center;background-size:25px 25px;cursor: pointer;}
.show .bigimg .box{overflow: hidden;width: 100%;height: 100%;border-radius:5px;}
.show .bigimg .img{width: 100%;height: 100%;}


.page{text-align: center;margin:2% 0;padding: 0 20px;box-sizing: border-box;}
.page li{border: 1px solid #ccc;line-height: 30px;margin:5px;}
.page li a{display: block;width: 100%;height: 100%;}
.page li:hover a{background:#039AE3;color: #fff;}
.page li.cur a{background:#039AE3;color: #fff;}

.bread{background: #f5f5f5;padding:12px 0;    margin-bottom: 50px;}
.bread a{margin: 0 5px;line-height: 26px;display: inline-block;color: #535353;}
