
/*引入字体*/

body{
    font-family: 'Arial';
}
.img-auto{
    width:100%;
    height:auto;
}
.bg-color{
    background:#f8f8f8;
    padding: 3% 0;
}

@media screen and (min-width: 1400px){
    .container{
        width:1400px;
        padding:0;
    }
}

/*编辑器li样式*/
.bjq-content ul,
.bjq-content ol,
.Specificationbox ul,
.Specificationbox ol,
.Originalbox ul,
.Originalbox ol{
    padding-left:40px;
}
.bjq-content ol li,
.Specificationbox ol li,
.Originalbox ol li{
    list-style: decimal;
}
.bjq-content ul li,
.Specificationbox ul li,
.Originalbox ul li{
    list-style: disc;
}
/*编辑器li样式*/

/*分页样式*/
.inside-pagination ul li a{
    display: block;
    background: #d0d0d0;
    margin: 0 5px;
    border-radius: 50%;
    color: #fff;
    width: 45px;
    height: 45px;
    line-height: 44px;
    text-align: center;
}
.inside-pagination ul li.active a,
.inside-pagination ul li a.active,
.inside-pagination ul li a:hover{
    background: #333333;
}
.inside-pagination ul li:first-child a,
.inside-pagination ul li:last-child a {
    color:#333;
}
.inside-pagination ul li:first-child a,
.inside-pagination ul li:last-child a{
    font-family: '宋体';
    font-weight:700;
}
.inside-pagination ul li:first-child a:hover,
.inside-pagination ul li:last-child a:hover{
    color: #ffffff;
}
/* list-case */
.zx-case{
    background:#fff;
}
.zx-case .left-img a{
    display:block;
    width:100%;
    height:100%;
    overflow: hidden;
}
.zx-case .left-img a img{
    width:100%;
    height:auto;
    transition: all 0.8s;
}
.zx-case .left-img a:hover img{
    transform: scale(1.1);
}
.zx-case .right-text{
    padding: 12% 5%;
    position: relative;
}
.zx-case .right-text>span{
    position: absolute;
    top:0;
    left:-15px;
    background: #ca0f19;
    color:#fff;
    padding:20px 40px;
    border-radius: 0 0 50px 0;
    font-weight:bolder;
    font-size:16px;
}
.zx-case .right-text h3 a{
    display:block;
    font-size:20px;
    color:#333;
    margin-bottom: 20px;
    font-weight:bold;
}
.zx-case .right-text:hover h3 a{
    color:#ca0f19;
}
.zx-case .right-text p{
    font-size:14px;
    color:#666;
    margin-bottom: 20px;
    line-height:22px;
}
.list-case-box ul{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.list-case-box ul li{
    width:32%;
    margin-top:30px;
    background: #fff;
    border-radius: 0 0 20% 0;
}
.list-case-box ul li>a{
    display: block;
    width:100%;
    height:100%;
}
.list-case-box ul li>a .imgbox{
    overflow: hidden;
}
.list-case-box ul li>a .imgbox img{
    width:100%;
    transition: all 0.8s;
}
.list-case-box ul li>a:hover .imgbox img{
    transform: scale(1.1);
}
.list-case-box ul li>a .textbox{
    position: relative;
    padding:8%;
}
.list-case-box ul li>a .textbox span{
    position: absolute;
    top:-37px;
    left:30px;
}
.list-case-box ul li>a .textbox h3{
    font-size:20px;
    color:#333;
    margin:10px 0;
}
.list-case-box ul li>a .textbox p{
    font-size:14px;
    color:#666;
    margin-bottom: 20px;
    line-height:22px;
}
.list-case-box ul li>a:hover .textbox h3{
    color:#ca0f19;
}

/* show-case  show-news*/
.wz-content-box{
    padding:5% 0 3%;
}
.wz-content-box .head-box{
    text-align: center;
}
.wz-content-box .head-box h1{
    font-size:30px;
    color:#333;
    font-weight:bolder;
}
.wz-content-box .head-box span{
    display: block;
    margin:10px auto 30px;
    font-size:16px;
    color:#ca0f19;
}
.wz-content-box .bjq-content{
    border-top:1px solid #eee;
    border-bottom:1px solid #eee;
    padding:30px 0;
    color:#666;
    font-size:16px;
}
.wz-content-box .bjq-content img{
    max-width: 100% !important;
    height:auto !important;
}
.about-list-box{
    padding:4% 0 6%;
}
.about-list-box h3{
    font-size:20px;
    color:#333;
    font-weight:bolder;
    padding-bottom: 10px;
    border-bottom: 1px solid #eee;
}

/* about-list-swiper */
.about-list-box .about-list-swiper .swiper-slide{
    background: #fff;
    border-radius: 0 0 20% 0;
    margin-top:30px;
}
.about-list-box .about-list-swiper .swiper-slide>a{
    display: block;
    width:100%;
    height:100%;
}
.about-list-box .about-list-swiper .swiper-slide>a .imgbox{
    overflow: hidden;
}
.about-list-box .about-list-swiper .swiper-slide>a .imgbox img{
    width:100%;
    transition: all 0.8s;
}
.about-list-box .about-list-swiper .swiper-slide>a:hover .imgbox img{
    transform: scale(1.1);
}
.about-list-box .about-list-swiper .swiper-slide>a .textbox{
    position: relative;
    padding:8%;
}
.about-list-box .about-list-swiper .swiper-slide>a .textbox span{
    position: absolute;
    top:-37px;
    left:30px;
}
.about-list-box .about-list-swiper .swiper-slide>a .textbox h3{
    font-size:20px;
    color:#333;
    margin:10px 0;
}
.about-list-box .about-list-swiper .swiper-slide>a .textbox p{
    font-size:14px;
    color:#666;
    margin-bottom: 20px;
    line-height:22px;
}
.about-list-box .about-list-swiper .swiper-slide>a:hover .textbox h3{
    color:#ca0f19;
}
.about-list-box>.container{
    position: relative;
}
.about-list-box>.container>.swiper-pagination{
    position: absolute;
    right:0;
    top:0;
}
.about-list-box>.container>.swiper-pagination .swiper-pagination-bullet{
    margin-top:10px;
    margin-left:10px;
}
.about-list-box>.container>.swiper-pagination .swiper-pagination-bullet-active{
    opacity: 1;
    background: #ca0f19;
}
/* about-list-swiper */

/* list-product */
.list-product-box{
    padding:3% 0;
}
.list-product-box ul.list-box{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.list-product-box ul.list-box li{
    width:30%;
    margin:2% 0;
    padding-bottom: 5%;
    transition: all 0.6s;
}
.list-product-box ul.list-box li:hover{
    box-shadow: 0px 0px 20px 2px #ccc;
    margin:1% 0 3%;
}
.list-product-box ul.list-box li a{
    display: block;
    width:100%;
    height:auto;
    text-align: center;
    color:#333;
}
.list-product-box ul.list-box li a div{
    overflow: hidden;
}
.list-product-box ul.list-box li a div img{
    width:100%;
    height:auto;
}
.list-product-box ul.list-box li a h3{
font-size: 24px;
    font-weight: bolder;
    margin: 20px 0 10px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    min-height: 53px;
    padding: 0 10px;
}
.list-product-box ul.list-box li:hover a h3{
    color:#ca0f19;
}
.list-product-box ul.list-box li a p{
    font-size:16px;
}


/* show-product */
.show-product-box .pro-topbox{
    padding:4% 0;
}
/* 产品放大镜 */
.zoom{display:inline-block;cursor:pointer;}
.zoom:after{content:'';display:block;width:33px;height:33px;position:absolute;top:0;right:0;}
.zoom img{display:block;}
.zoom img::selection{background-color:transparent;}
/* 产品放大镜 */
.show-product-box .pro-topbox .group-img-box{
    display: flex;
    flex-direction: column;
    overflow: hidden;
}
.show-product-box .pro-topbox .group-img-box li{
    margin:8px 0;
    display: none;
}
.show-product-box .pro-topbox .group-img-box li:nth-child(1),
.show-product-box .pro-topbox .group-img-box li:nth-child(2),
.show-product-box .pro-topbox .group-img-box li:nth-child(3),
.show-product-box .pro-topbox .group-img-box li:nth-child(4),
.show-product-box .pro-topbox .group-img-box li:nth-child(5){
    display: block;
}
.show-product-box .pro-topbox .col-lg-1 span{
    display: block;
    width:100%;
    height:29px;
    background: #e8e8e8;
    text-align: center;
    cursor: pointer;
    line-height: 29px;
}
.show-product-box .pro-topbox .group-img-box img{
    width:100%;
    height:auto;
    border:1px solid #ddd;
    cursor: pointer;
}
.show-product-box .pro-topbox .group-img-box img.active{
    border: 1px solid #ca0f19;
}
.show-product-box .pro-topbox .pro-sxbox h1{
    margin:20px 0 10px;
    font-size:30px;
    font-weight:bolder;
    color:#333;
}
.show-product-box .pro-topbox .pro-sxbox p{
    font-size:16px;
    color:#999;
    margin:10px 0;
    padding-bottom: 30px;
    border-bottom: 1px solid #eee;
}
.show-product-box .pro-topbox .pro-sxbox h4{
    font-size:18px;
    color:#333;
    margin:30px 0 10px;
}
.show-product-box .pro-topbox .pro-sxbox .pro_fields{
    font-size:16px;
    color:#999;
    margin-bottom: 6px;
    white-space: pre-line;
}
.show-product-box .contentbox img{
    max-width: 100% !important;
    height:auto !important;
}


/* factory */
.factory-box{
    padding-bottom: 3%;
    background: #f8f8f8;
}
.factory-box .iframe-box iframe{
    width:100%;
    height:700px;
    border:none;
}
.factory-box .img-list-box{
    position: relative;
    margin-top:4%;
}
.factory-box .img-list-box h3{
    padding-bottom: 10px;
    border-bottom: 1px solid #eee;
    margin-bottom: 30px;
    font-weight: 700;
    color: #333;
}
.factory-box .img-list-box .swiper-pagination{
    position: absolute;
    top:0;
    right:0;
}
.factory-box .img-list-box .swiper-pagination .swiper-pagination-bullet{
    margin-left:10px;
}
.factory-box .img-list-box .swiper-pagination .swiper-pagination-bullet-active{
    background: #ca0f19;
}
.factory-box .img-list-box .swiper-slide{
    text-align: center;
}
.factory-box .img-list-box .swiper-slide>div{
    position: relative;
    cursor:pointer;
}
.factory-box .img-list-box .swiper-slide>div img:first-child{
    width:100%;
    height:auto;
}
.factory-box .img-list-box .swiper-slide>div img:last-child{
    position: absolute;
    left:0;
    right:0;
    top:0;
    bottom:0;
    margin:auto;
    display: none;
    cursor:pointer;
}
.factory-box .img-list-box .swiper-slide>div:hover img:last-child{
    display:block;
}
.factory-box .img-list-box .swiper-slide p{
    margin:10px 0 50px;
}


/* gsjj */
.gsjj-box .jj-topbox h1{
    font-size:36px;
    color:#333;
    font-weight:bold;
}
.gsjj-box .jj-topbox h6{
    font-size:16px;
    color:#333;
    font-weight:bold;
    margin:3% 0 8%;
}
.gsjj-box .content-box .con-topbox{
    padding:4% 0;
}
.gsjj-box .content-box .con-bottombox{
    background: #f8f8f8;
    padding:4% 0;
}
.gsjj-box .content-box .text-box{
    padding:6%;
}
.gsjj-box .content-box .text-box h1{
    font-size:36px;
    color:#333;
    font-weight:bold;
    margin-bottom: 5%;
}


/* contact */
.contact-box .lx-box h3{
    font-size:24px;
    color:#222;
    padding-bottom: 20px;
    border-bottom: 1px solid #eee;
    margin-bottom: 30px;
    font-weight:100;
}
.contact-box .lx-box dl dt{
    font-size:18px;
    color:#333;
    line-height: 50px;
    font-weight:100;
}
.contact-box .lx-box dl dt img{
    width:22px;
    height:auto;
    margin-top:-3px;
    margin-right: 15px;
}
.contact-box .lx-box dl dd{
    padding-left:38px;
    margin-bottom: 20px;
    font-size: 18px;
}
.contact-box .form-box h3{
    font-size:24px;
    color:#222;
    margin-bottom: 30px;
    font-weight: 100;
}
.contact-box .form-box input{
    width:100%;
    height:40px;
    background:#f8f8f8;
    border:none;
    outline: none;
    padding-left:5px;
}
.contact-box .form-box textarea{
    height:100px;
    width:100%;
    border:none;
    outline: none;
    background:#f8f8f8;
    padding-left:5px;
}
.contact-box .form-box p{
    margin:20px 0 10px;
    font-size: 14px;
    color: #999;
}
.contact-box .form-box span{
    color:red;
}
.contact-box .form-box button{
    background: #333333;
    color:#fff;
    padding:10px 30px;
    border-radius: 6px;
    margin-top:10px;
    border:none;
    outline:none;
}


/* list-video */
.list-video-box .list-box{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.list-video-box .list-box li{
    width:24%;
    margin-bottom: 4%;
}
.list-video-box .list-box li>div{
    position: relative;
}
.list-video-box .list-box li>div img:first-child{
    width:100%;
    height:auto;
}
.list-video-box .list-box li>div>div{
    width:100%;
    height:100%;
    position: absolute;
    top:0;
    left:0;
    background: rgba(0,0,0,0.6);
    display: none;
}
.list-video-box .list-box li>div img:last-child{
    position: absolute;
    top:0;
    bottom:0;
    left:0;
    right:0;
    margin:auto;
    display: none;
}
.list-video-box .list-box li>div:hover>div{
    display: block;
}
.list-video-box .list-box li>div:hover img:last-child{
    display: block;
    cursor: pointer;
}
.list-video-box .list-box li p{
    font-size:17px;
    margin:20px 0;
    color:#333;
}


/* list-news */
.list-news-box .list-box{
    display:flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.list-news-box .list-box li{
    width:32%;
    margin-bottom: 30px;
}
.list-news-box .list-box li a{
    display:block;
}
.list-news-box .list-box li a .imgbox{
    overflow: hidden;
}
.list-news-box .list-box li a .imgbox img{
    width: 100%;
    height: 300px;
    transition: all 0.8s;
    min-height: 300px;
    object-fit: cover;
}
.list-news-box .list-box li a:hover .imgbox img{
    transform: scale(1.1);
}
.list-news-box .list-box li a .textbox{
    background: #fff;
    padding:30px;
}
.list-news-box .list-box li a .textbox h4{
    font-weight:700;
    font-size:16px;
    color:#333;
        overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    min-height: 36px;
}
.list-news-box .list-box li a:hover .textbox h4{
    color:#ca0f19;
}
.list-news-box .list-box li a .textbox span{
    color:#ca0f19;
    font-size:14px;
    margin:10px 0;
    display: block;
}
.list-news-box .list-box li a .textbox p{
    font-size:14px;
    color:#666;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    min-height: 40px;
}


/* list-honor */
.list-honor-box{
    padding:3% 0 16%;
    background:#fff url('../images/honor-bg.png')bottom no-repeat;
}
.list-honor-box .list-box{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.list-honor-box .list-box li{
    width:19%;
    margin:20px 0 20px;
    transition: all 0.6s;
}
.list-honor-box .list-box li:nth-child(2),
.list-honor-box .list-box li:nth-child(4),
.list-honor-box .list-box li:nth-child(7),
.list-honor-box .list-box li:nth-child(9){
    margin:25px 0 15px;
}
.list-honor-box .list-box li a{
    display: block;
    border-radius: 20px;
    border:4px solid #b2b7bc;
    overflow: hidden;
}
.list-honor-box .list-box li a img{
    width:100%;
    height:auto;
}
.list-honor-box .list-box li a p{
    background:#b2b7bc;
    color:#fff;
    text-align: center;
    padding:20px 0;
    width:100%;
}
.list-honor-box .list-box li:hover{
    margin:5px 0 35px;
}


@media screen and (max-width: 768px){
    .row{
        margin-left:0;
        margin-right:0;
    }
    .about-list-box>.container>.swiper-pagination{
        right:15px;
    }
    .list-product-box ul.list-box li{
        width:48%;
    }
    .zx-case .right-text>span{
        left:15px;
    }
    .zx-case .right-text{
        padding: 100px 0 30px 15px;
    }
    .list-case-box ul li{
        width:100%;
    }
    .factory-box .iframe-box iframe{
        height:400px;
    }
    .factory-box .img-list-box .swiper-pagination{
        right:15px;
    }
    .list-news-box .list-box li{
        width:100%;
    }
    .list-honor-box .list-box li{
        width:49%;
        margin:20px 0 !important;
    }
    .list-video-box .list-box li{
        width:49%;
    }
    .contact-box .lx-box dl dd{
        margin-bottom: 8px;
    }
    .contact-box .lx-box dl dt{
        line-height: 32px;
    }
    .contact-box .lx-box h3{
        margin-bottom: 15px;
    }
    .form-box{
        padding:0;
        padding-top: 30px;
        margin-top: 10px;
        border-top: 1px solid #eee;
    }
    .list-product-box ul.list-box li{
        width:49%;
    }
    .list-product-box ul.list-box li a p{
        display: none;
    }
    .pro-sxbox .lx-box img{
        width:130px;
        height:auto;
    }

}