*{
    padding:0;
    margin:0;
    list-style: none;
}
.zjy_contentwrap {
    /* padding: 15px 20px; */
    box-sizing: border-box;
    background: transparent;
    width:1280px;
    margin:18px auto;
  }
  /* .zjy_contentwrap img {
    border: 1px solid #999;
  } */
  .zjy_contentwrap .w24 {
    width: 24px;
    height: 24px;
    display: inline-block;
    margin-left:20px;
  }
  .zjy_contentwrap .w14 {
    width: 14px;
    height: 16px;
    display: inline-block;
  }
  .zjy_contentwrap .w720 {
    width: 720px;
    height: 405px;
    display: inline-block;
  }
  .zjy_tit {
    display: flex;
    align-items: center;
  }
  .zjy_tit h3{
    margin:10px 0;
  }
  .zjy_tit span{
    display: inline-block;
    background:#fff5e5;
    height:24px;
    /* color:#f90; */
    line-height: 24px;
    font-size:14px;
    padding-right: 3px;
    border-radius: 2px;
  }
  .zjy_tit .type{
    margin-left: 24px;
  }
  .zjy_tit .type .icon_factory{
    display: inline-block;
    width: 24px;
    height: 24px;
    background-image: url(/uploads/image/cipcbrevision/icon_factory.png);
    background-size: 20px 20px;
    background-repeat: no-repeat;
    background-position: center center;
    vertical-align: middle;
    margin-right: 3px;
    
    vertical-align: top;
  }
  .zjy_tit .type1{
    background-color: #fff5e5;
    color: #f90;
  }
  .zjy_tit .type2{
    background-color: rgba(226,237,254);
    color: rgba(8,104,209);
  }

  .zjy_tit .type1 .icon_factory{
    background-color: #f90;
  }
  .zjy_tit .type2 .icon_factory{
    background-color: rgba(8,104,209);
  }
  .zjy_tip,.zjy_tip span{
    display: flex;
    align-items: center;
    font-size:14px;
  }
  .zjy_tip .icon_point{
    margin-right: 8px;
  }
  .zjy_tip span:last-child{
    border-right: none;
  }
  .zjy_tip span{
    padding:0 10px;
    border-right:1px solid #efece6;
  }
  .zjy_tip span:first-child{
    padding-left:0;
  }
.zjy_imgwrap{
    margin-top:15px;
    display: flex;
    line-height: 24px;
}
.img_left_wrap{
    display: flex;
}
.img_left_wrap_left{
    position: relative;
}
.showmorecls{
    position: absolute;
    bottom:10px;
    right:10px;
    padding:16px 20px;
    box-sizing: border-box;
    background:rgba(0,0,0,.5);
    color:#fff;
    cursor: pointer;
}
.zjy_contentwrap .w174 {
    width: 174px;
    height: 128px;
    display: inline-block;
  }
  .img_left_wrap_right{
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    margin-left:8px;
}
.img_right{
    margin-left:20px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.img_video{
    position: relative;
}
.img_video .biaoshicls.w70{
    width:70px;
    height:70px;
    position: absolute;
    top:-7px;
    left:-7px;
    z-index:2;
}
.img_video .bofangcls.w42{
    width:42px;
    height:32px;
    position: absolute;
    top:50%;
    left:50%;
    transform: translate(-50%,-50%);
    z-index:2;
    cursor: pointer;
}
.zjy_contentwrap .w320{
    width:320px;
    height:180px;
    display: inline-block;
}
.img_tit{
    margin-top: 10px;
}
.img_tit span{
    font-size:14px;
    color:#999;
}
.img_tit span:first-child{
    font-weight: bold;
    font-size:16px;
    color:#000;
}
/* 工厂档案 */
.zjy_detail{
    line-height: 30px;
    font-size:14px;
    cursor: pointer;
    position: relative;
    margin-bottom:10px;
}
.zjy_detail p{
    overflow: hidden;
}
.zjy_detail>span{
    position: absolute;
    right:0;
    bottom:0;
    padding:0 30px;
    background-image: linear-gradient(to right,rgba(255,255,255,.8), #fff);
    z-index:2;
}
.zjy_detail>span>i{
    padding:0 10px;
}
.zjy_tip2{
    display: flex;
    flex-wrap: wrap;
    font-size:14px;
    margin-bottom:20px;
}
.zjy_tip2 span{
    padding:2px 10px;
    background:#efece6;
    margin-right:10px;
}
.zjy_tip2 span.active{
    color:#f90;
    background:#fff5e7;
}
.zjy_tab2 .el-descriptions-item__label.is-bordered-label{
    background:#f8f6f3;
    color:#676766;
}
/* 产品展示 */
.zjy_tab3 .product_wrap{
    display: flex;
    justify-content:left;
    align-items: center;
    flex-wrap: wrap;
}
.zjy_tab3 .product_wrap .product_item{
    margin-bottom: 20px;
    margin-right: 13px;
}
.zjy_tab3 .product_wrap .product_item img{
    width: 100%;
}
.zjy_tab3 .product_wrap .product_item .imgbox{
    width: 300px;
    height: 168px;
    display: flex;
    justify-content: center;
    align-items: center;
    /* background: #fbf9f8; */
    text-align: center;
    margin-bottom: 15px;
}

.zjy_tab3 .product_wrap .product_item:nth-child(4n){
    margin-right: 0;
}
.zjy_contentwrap .w300{
    width:300px;
    height:160px;
    display: inline-block;
}
.zjy_tab3  .product_tips{
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}
.zjy_tab3  .product_tips span{
    padding:2px 10px;
    background:#fff8ee;
    margin-right:10px;
    margin-top:10px;
    font-size:14px;
}
.zjy_tab4 .el-descriptions .is-bordered .el-descriptions-item__cell{
    border-color:#fafafa;
    color:#676766;
}
.tab4_table .table_row{
    display: flex;
    align-items: center;
    font-size:14px;
    padding:10px 20px;
}
.tab4_table .table_row.bg{
    background:#f8f6f3;
}
.table_one{
    width:13%;
    flex-shrink: 0;
}
.table_two{
    width:35%;
    margin:0 1%;
    flex-shrink: 0;
}
.table_three{
    width:35%;
    flex-shrink: 0;
}
.table_three>p{
    line-height: 16px!important;
}
.tab4_table{
    position: relative;
    overflow: hidden;
}
.table_more{
    position: absolute;
    left:50%;
    transform: translatex(-50%);
    bottom:0;
    width:100%;
    padding:50px 0;
    text-align: center;
    cursor: pointer;
    background-image: linear-gradient(to bottom,rgba(255,255,255,.8), #fff);
    z-index:2;
}
.zjy_tab5 #wrapper {
    width:100%;
     height:260px;
     overflow: hidden;
     position: relative;
 }
 
 .zjy_tab5 #wrapper ul {
    width: 10000px;
 }
 
 .zjy_tab5 #wrapper li {
     float: left;
     list-style: none;
     box-sizing:border-box;
     border:1px solid #fff;
     position:relative;
     padding: 0 10px;
     margin-bottom: 20px;
 }
 .zjy_tab5 #wrapper li p{
    width: 140px;
    text-align: center;
    margin-top: 10px;
 }
 .zjy_tab5 #wrapper li:hover {
     /* border:1px solid rgba(0,0,0,.2); */
 }
 
 .zjy_tab5 #wrapper li img {
     width: 140px;
     object-fit:contain;
 }
 .zjy_tab5 #wrapper li span {
     text-align: center;
     display:inline-block;
     width: 100%;
     position: absolute;
     left: 50%;
     transform: translatex(-50%);
     bottom: -30px;
     font-size: 16px;
     color: #333;
 }
 .zjy_zzwrap img{
    width:140px;
    height:200px;
    display: inline-block;
 }

 .seefactorydetail{
    cursor: pointer;
 }


 .el-tabs--top{
    position: sticky;top: 0;
    z-index: 9;
    background-color: #fff;
    height: 60px;
    padding: 0 20px;
    box-sizing: border-box;
 }
 .topdiv{
    width: 100%;
    height: 56px;
    background-color: #fff;
    position: fixed;
    left: 170px;
    top: 0;
 }

 
 #contentwrapid>div{
    display: block;
    margin-top: 15px;
    background-color: #fff;
    padding: 15px 20px;
    box-sizing: border-box;
 }
 #contentwrapid>div:nth-child(2){
    margin-top: 0;
 }
 /* 图片放大弹窗 */
 .imgbigalert{
    display: none;
    position: fixed;
    width: 100%;
    height: 100%;
    z-index: 999;
    background-color: rgba(0,0,0,.5);
    z-index: 999;
    top: 0;
    left: 0;
    justify-content: center;
    align-items: center;
    
 }
 .imgbigalert .alert{
    position: relative;
    width: 1280px;
    overflow: auto;
    background-color: #fff;
    padding: 50px;
    box-sizing: border-box;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
 }

 .imgbigalert .alert .body{
    display: flex;
    justify-content: space-between;
 }
 .imgbigalert .alert .body .b_left{
    width: 800px;
    background: #f6f6f6;
    text-align: center;
    padding: 50px 0;
    box-sizing: border-box;
    position: relative;
 }
 .imgbigalert .alert .body .b_left .bigimg{
    height: 400px;
    width: auto;
    margin: 0 atuo;
    /* width: 714px; */
    /* width: 600px; */
    /* height: 252px; */
 }
 .imgbigalert .alert .body .b_right{
    width: 350px;
    margin-left: 50px;
    position: relative;
 }

 .close{
    display: block;
    position: absolute;
    right: 20px;
    top: 15px;
    width: 16px;
    height: 16px;
    background: url(/uploads/image/cimg/icon_loginregisterdropboxclose.png) no-repeat -1px -1px;
    text-indent: 999;
    overflow: hidden;
    /* background-position-y: -31px; */
 }
 