
/* banner视频 begin*/
.warp_banner {
    background: url(../img/bg_banner.jpg) no-repeat;
    background-size: cover;
    background-position: top;
}
.banner{
    position: relative;
    height: 370px;
    overflow: hidden;
    width: 44%;
    float: left;
}
.banner img{
    width:100%;
    height:100%;
    object-fit:cover
}
.banner .video_play span{
    font-size: 60px;
    color: #fff;
}
.banner-text{
    float: left;
    width: 54%;
    padding: 50px 20px 20px 50px;
    font-size: 16px;
    line-height: 30px;
    text-align: justify;
    height:356px;
    overflow-y:auto;
    color: #555;
}

@media screen and (max-width: 1370px){
    .banner-text {
        padding: 30px 20px 20px 30px;
        font-size: 14px;
    }
}


@media screen and (max-width: 768px){
    .banner {
        width:100%;
        height: 200px;
        padding-bottom: 0;
    }
    /*.banner img{*/
    /*    height: 200px;*/
    /*    object-fit: cover;*/
    /*}*/
    .banner-text{
        width:100%;
        padding:12px 12px 0;
        height:auto;
    }
}
/* banner视频 end*/

/* 产品展示 begin */
.row-xq1 .box-cpzs{

}
.row-xq1 .box-cpzs li{

}
.row-xq1 .box-cpzs .con{
    background: #FAFAFA;
    border: 1px solid #F1F1F1;
}
.row-xq1 .box-cpzs .con:hover{
    box-shadow: 1px 2px 10px 0px rgba(0, 0, 0, 0.2);
}
.row-xq1 .box-cpzs .pic{
    height: 0;
    padding-bottom: 99%;
    overflow: hidden;
    position: relative;
}
.row-xq1 .box-cpzs .pic img{
    width: 100%;
    height: 100%;
    position: absolute;
    object-fit: cover;
}
.row-xq1 .box-cpzs .cont{
    padding: 24px 15px;
}
.row-xq1 .box-cpzs .txt{
    line-height: 22px;
}
.row-xq1 .box-cpzs .price{
    font-size: 16px;
    font-weight: bold;
    color: #B11E1E;
    margin-top: 12px;
}
/* 产品展示 end */

/* 工厂设备图片 begin */
.swiper-gcsb {
    position: relative;
    width: 90%;
    margin: 0 auto;
}
.swiper-gcsb .swiper-container {
    padding-bottom: 40px;
}
.swiper-gcsb .swiper-slide {
    width: 580px !important;
    background: #fff;
}
.swiper-gcsb .swiper-slide .pic{
    display: block;
    height: 0;
    padding-bottom: 56%;
    overflow: hidden;
    position: relative;
}
.swiper-gcsb .swiper-slide-active .pic::after{
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(222, 222, 222, 0.35);
}
.swiper-gcsb .swiper-slide img{
    display:block;
    width: 100%;
}
.swiper-gcsb .swiper-pagination {
    width: 100%;
    bottom: 0;
}
.swiper-gcsb .swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 6px;
    background-color: #CBC3C3;
    width: 10px;
    height: 10px;
    opacity: 1;
}
.swiper-gcsb .swiper-pagination-bullets .swiper-pagination-bullet-active {
    background-color: #1736C1;
}
.swiper-gcsb .swiper-button-prev,
.swiper-gcsb .swiper-button-next{
    background-image: none;
    font-size: 30px;
    text-align: center;
    width: 50px;
    height: 160px;
    line-height: 160px;
    background: #F1F1F1;
    border: 1px solid #ddd;
    margin-top: -100px;
}
.swiper-gcsb .swiper-button-prev {
    left: -70px;
    transform: rotate(180deg);
}
.swiper-gcsb .swiper-button-next {
    right: -70px;
}

@media screen and (max-width: 1199px){
    .swiper-gcsb .swiper-button-prev, 
    .swiper-gcsb .swiper-button-next{
        display: none
    }
}
@media screen and (max-width: 768px){
    .swiper-gcsb {
        width: 100%;
    }
    .swiper-gcsb .swiper-slide {
        width: 100% !important;
    }
}

/* 工厂设备图片 end */

/* 证书报告下载 begin */
.row-xq3{
    background: #F1F1F1;
}
.box-zsbgxz ul{
    margin: -20px -40px 0;
}
.box-zsbgxz .con{
    margin: 20px 40px 0;
}
.box-zsbgxz .pic{
    height: 0;
    overflow: hidden;
    padding-bottom: 135%;
    position: relative;
}
.box-zsbgxz .pic img{
    width: 100%;
    height: 100%;
    position: absolute;
    object-fit: cover;
}
.box-zsbgxz .pic .bg{
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0,0,0,0.2);
}
.box-zsbgxz .con:hover .pic .bg{
    background: url(../img/icon1.png) no-repeat center rgba(0,0,0,0.6);
    background-size: auto;
}
.box-zsbgxz .tit{
    font-size: 16px;
    margin-top: 12px;
}

@media screen and (max-width: 1370px){
    .box-zsbgxz ul{
        margin: -20px -20px 0;
    }
    .box-zsbgxz .con{
        margin: 20px 20px 0;
    }
}
@media screen and (max-width: 1199px){
    .box-zsbgxz ul {
        margin: -20px -15px 0;
    }
    .box-zsbgxz .con {
        margin: 20px 15px 0;
    }
}
@media screen and (max-width: 768px){
    .box-zsbgxz .con {
        margin: 20px 8px 0;
    }
    .box-zsbgxz ul {
        margin: -20px -8px 0;
    }
    .box-zsbgxz ul li {
        width: 50%;
        float: left;
    }
    .box-zsbgxz .tit {
        font-size: 14px;
    }
}
/* 证书报告下载 end */

/* 工厂档案 begin */
.box-gcda{
    padding: 24px 0;
    margin-top:20px;
}
.box-gcda:first-child{
    margin-top:0;
}
.box-gcda li{
    width: 33.3%;
    float: left;
    padding: 0 50px;
    border-right: 1px solid #C4C4C4;
    margin:16px 0
}
.box-gcda li:last-child,
.box-gcda li:nth-child(3n){
    border-right: none
}
.box-gcda li h3{
    font-size: 22px;
    line-height: 1;
    display:inline-block;
    margin-right:15px;
}
.box-gcda li .txt{
    font-size: 18px;
    line-height: 1;
    display:inline-block;
}
.box-gcda li .bor{
    position: relative;
    /*border-top: 2px solid #EFF2FF;*/
    margin: 0 0 20px 0;
    display:none;
}
.box-gcda li .bor::after{
    content: '';
    display: block;
    width: 53px;
    height: 4px;
    background: #D0D6EE;
    margin-top: -3px;
}
.box-gcda li .txt .iconfont{
    margin-right: 6px;
}

@media screen and (max-width: 1199px){
    .box-gcda li {
        padding: 0 20px;
    }
    .box-gcda li h3 {
        font-size: 18px;
    }
    .box-gcda li .bor {
        margin: 16px 0;
    }
    .box-gcda li .txt {
        font-size: 16px;
    }
}
@media screen and (max-width: 768px){
    .box-gcda li {
        width: 100%;
        float: none;
        margin-bottom: 20px;
        border-right: none
    }
    .box-gcda li:last-child{
        margin-bottom: 0
    }
}
/* 工厂档案 end */

/* 设备清单 begin */
.row-xq5{
    background: url(../img/bg1.jpg) no-repeat center #DBDBDB;
    background-size: cover;
}
.box-sbqd ul{
    margin: -26px -20px 0;
}
.box-sbqd ul li{
    width: 14.28%;
    float: left;
}
.box-sbqd a{
    background: #F5F5F5;
    display: block;
    margin: 26px 20px 0;
    padding: 15px 6px;
    text-align: center;
    font-size: 20px;
    border: 1px solid #E7E7E7;
}

@media screen and (max-width: 1199px){
    .box-sbqd ul li {
        width: 20%;
    }
    .box-sbqd a {
        margin: 20px 10px 0;
        padding: 12px 6px;
        font-size: 18px;
    }
}
@media screen and (max-width: 768px){
    .box-sbqd ul li {
        width: 50%;
    }
}

/* 设备清单 end */




/*筛选*/
/* pc端 */
.box-type .list{
    display: none;
}
.box-type-pc .item-tit{
    float: left;
    font-size: 16px;
    line-height: 28px;
    width: 8%;
    white-space: nowrap;
}
.box-type-pc .item-cont{
    font-size: 12px;
    position: relative;
    float: left;
    width: 92%;
}
.box-type-pc .item-cont ul{
    margin: 0 -9px;
}
.box-type-pc .item-cont .ul-dq{
    border-top: 1px solid #DBDBDB;
    padding-top: 18px;
    display:none;
}
.box-type-pc .item-cont .ul-dq1{
    padding-right: 90px;
}
.box-type-pc .item-cont ul li{
    float: left;
    position: relative;
}
.box-type-pc .item-cont .con,
.box-type-pc .item-cont .ul-dq1 li{
    margin: 0 9px 18px;
    display: block;
    min-width: 82px;
    text-align: center;
    height: 28px;
    line-height: 26px;
    background: #F5F5F5;
    border: 1px solid #E7E7E7;
    cursor:pointer;
}
.box-type-pc .item-cont li.on .con,
.box-type-pc .item-cont .ul-dq1 li.on{
    background: #1736C1;
    border: 1px solid #1736C1;
    color: #fff;
}
.box-type-pc .item-cont .on-text{
    background: #1736C1;
    border: 1px solid #1736C1;
    min-width: 84px;
    height: 28px;
    line-height: 26px;
    text-align: center;
    color: #fff;
    position: absolute;
    top: 0;
    right: 0;
}

.box-type-pc .item-cont .dq-two-list{
    position: absolute;
    left: 50%;
    top: 100%;
    min-height: 122px;
    background: #F5F5F5;
    border: 1px solid #eee;
    padding: 15px 28px;
    z-index: 2;
    width: 354px;
    margin-left: -177px;
    display: none;
}
.box-type-pc .item-cont .dq-two-list::after{
    content: '';
    display: block;
    position: absolute;
    top: -9px;
    left: 50%;
    margin-left: -9px;
    width: 14px;
    height: 14px;
    background: #F5F5F5;
    border-left: 1px solid #eee;
    border-top: 1px solid #eee;
    transform: rotate(45deg);
}
.box-type-pc .item-cont .dq-two-list ol{
    margin: 0 -9px;
}
.box-type-pc .item-cont .dq-two-list ol li.on a{
    color: #1736C1;
    font-weight: bold;
}
.box-type-pc .item-cont .dq-two-list a{
    font-size: 14px;
    margin: 0 9px 18px;
    line-height: 30px;
}

.box-type-pc .item-cont ul>li:hover .dq-two-list{
    display: block;
}

@media only screen and (max-width:1199px){
    .box-type-pc .item-tit {
        width: 14%;
    }
    .box-type-pc .item-cont {
        width: 86%;
    }
}
@media only screen and (max-width:768px){
    .box-type-pc .item-tit {
        width: 100%;
    }
    .box-type-pc .item-cont {
        width: 100%;
        margin-top: 20px;
    }
    .box-type-pc .item-cont .con, .box-type-pc .item-cont .ul-dq1 li {
      
        min-width: 96px;
       
    }
}



/*营业执照*/
.row-xq-yyzz .box-zsbgxz{
    max-width:1000px;
    margin: 0 auto;
}
.row-xq-yyzz .box-zsbgxz .pic {
    padding-bottom: 68%;
    border: 8px solid #556270;
}

/*PPT简介*/
.row-xq-ppjj{
    background: url(../img/bg_ppjj.jpg) no-repeat;
    background-size: cover;
}
.row-xq-ppjj .ul5 li{
    width:50%;
}
.row-xq-ppjj .box-zsbgxz .pic{float:left;width:50%;margin-right:30px;padding-bottom: 68%;}
.row-xq-ppjj .box-zsbgxz .tit{overflow:hidden;line-height: 32px;}


/*组织架构*/
.row-xq-zzjg{
    background: url(../img/bg_zzjg.jpg) no-repeat;
    background-size: cover;
}
.row-xq-zzjg .box-zsbgxz{
    max-width:1000px;
    margin: 0 auto;
}
.row-xq-zzjg .box-zsbgxz .pic {
    padding-bottom: 64%;
}

@media screen and (max-width:768px){
    /*.row-xq-ppjj .ul5 li{width:100%}*/
    .row-xq-ppjj .box-zsbgxz .pic {
        float: none;
        width: 100%;
        padding-bottom: 135%;
        margin-right: 0;
    }
}



/*icp 新增样式 开始*/
.detail_main{border:1px solid #e7e7e7;padding:20px;margin:20px 0;}
.detail_title{font-size:22px;font-weight:bold;padding-bottom:20px;border-bottom:1px solid #e7e7e7;}

.goods_main:after{content:"";display:block;clear:both;}
.detail_left{float:left;width:30%;border:1px solid #e7e7e7;margin-right: 50px;}
.goods_img_info_box{padding:20px;}
.goods_img{position:relative;height:0;overflow:hidden;padding-bottom:100%;margin-bottom:20px;}
.goods_img img{position:absolute;top:0;left:0;width:100%;height:100%;}
.goods_img_info_box ul:after{content:"";display:block;clear:both;}
.goods_img_info_box ul li{float:left;width:70px;border:2px solid #FFF;}
.goods_img_info_box li .pohoto_img{position:relative;height:0;overflow:hidden;padding-bottom:100%;}
.goods_img_info_box li .pohoto_img img{position:absolute;top:0;left:0;width:100%;height:100%;}
.goods_img_info_box li.active .pohoto_img{border:1px solid red;}

.detail_right{overflow:hidden;}
.detail_phone{margin-top:20px;font-size:18px;}
.goods_detail_box{margin-top:30px;}
.goods_detail_content{width:900px;padding:20px 0;color:#555;}
.goods_detail_content img{display: block;width: 100%;margin:20px 0;}
/*icp 新增样式 结束*/
