@charset "utf-8";
.prodetail-wz{
    margin-top: 10rem;
    border-top: 1px solid #fdf7f2;
    line-height: 4rem;
    height: 4rem;
}
.prodetail-wz a{
    margin: 0 5px;
    color: #686868;
}

.proxq-tit{
    text-align: center;
    margin-bottom: 4rem;
}
.proxq-tit .zw{
    font-size: 3.4rem;
    font-weight: bold;
    line-height: 4rem;
}
.proxq-tit .yw{
    color: #808080;
    font-size: 2rem;
}

/*多图展示*/
.prodetaila{
    background: url(../images/nproxq-bj.jpg) center center no-repeat;
    background-size: cover;
    padding: 5rem 0;
}
.prodetaila .list{
    display: flex;
    justify-content: space-around;
}
.juzhong{
    width: 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
}
.prodetaila-fl{
    width: 100%;
    color: #fff;
}
.prodetaila-fl .wza{
    font-size: 6rem;
}
.prodetaila-fl .wzb{
    font-size: 4.8rem;
}
.prodetaila-fl .wzc{
    font-size: 2rem;
    display: table;
    margin: 4rem 0;
    width: 100%;
}
.prodetaila-fl .wzc p{
    margin-right: 3%;
    width: 30.33%;
    position: relative;
    padding-left: 15px;
    display: inline-block;
    vertical-align: top;
    margin-bottom: 1rem;
}
.prodetaila-fl .wzc p::after{
    content:"";
    background: #0088ff;
    width: 7px;
    height: 7px;
    position: absolute;
    border-radius: 50%;
    left: 0;
    top: 14px;
}
.prodetaila-fl .wzc p:nth-child(3n){
    margin-right: 0;
}
.prodetaila-fl .wzd a{
    font-size: 2rem;
    color: #fff;
    width: 16rem;
    height: 5rem;
    display: block;
    float: left;
    background: #f00;
    text-align: center;
    line-height: 5rem;
    margin-right: 3rem;
    border-radius: 30px;
}
.prodetaila-fl .wzd a:hover{
    opacity:.8;
}
.prodetaila-fl .wzd a.a1{
    background: #f3394b;
}
.prodetaila-fl .wzd a.a2{
    background: #0088ff;
}
.prodetaila-fl .wzd a.a3{
    background: #20aa33;
    margin-right: 0;
}
.prodetaila-fr{
    width: 45%;
    position: relative;
    padding: 0 5rem 5rem;
}
.prodetaila-fr img{
    width: 100%;
}
.prodetaila-fr .swiper-pagination-bullet{
    width: 20px;
    height: 20px;
    margin: 0 5px;
    border-radius: 50%;
    border: 1px solid #0088ff;
    opacity: 1;
    background: no-repeat;
}
.prodetaila-fr .swiper-pagination-bullet.swiper-pagination-bullet-active{
    background: #0088ff;
    opacity: 1;
}
.prodetaila-fr .swiper-pagination-bullets{
    bottom: 0rem!important;
    width: 100%;
}
.prodetaila-fr .swiper-pro-next,.prodetaila-fr .swiper-pro-prev,.prodetaile-list .swiper-prodetaile-next,.prodetaile-list .swiper-prodetaile-prev{
    color: #fff;
    font-size: 6rem;
    position: absolute;
    height: 4rem;
    line-height: 4rem;
    top: 50%;
    margin-top: -2rem;
    z-index: 9999;
    cursor: pointer;
}
.prodetaila-fr .swiper-pro-next:hover,.prodetaila-fr .swiper-pro-prev:hover,.prodetaile-list .swiper-prodetaile-next:hover,.prodetaile-list .swiper-prodetaile-prev:hover{
    color: #0088ff;
}
.prodetaila-fr .swiper-pro-next,.prodetaile-list .swiper-prodetaile-next{
    right: 0;
}
.prodetaila-fr .swiper-pro-prev,.prodetaile-list .swiper-prodetaile-prev{
    left: 0;
}


/*亮点概述*/
.prodetailb{
    margin-top: 7rem;
}
.prodetailb .brief{
    font-size: 2rem;
    line-height: 3.5rem;
}
.prodetailb-list{
    margin-top: 5rem;
}
.prodetailb-list ul li .tb{
    width: 15rem;
    height: 15rem;
    border-radius: 50%;
    background: #fafafa;
    text-align: center;
    line-height: 15rem;
    margin: auto;
}
.prodetailb-list ul li .tb img{
    width: 95px;
    height: 95px;
}
.prodetailb-list ul li p{
    text-align: center;
    font-size: 2.6rem;
    margin-top: 1rem;
}


/*产品详情*/
.prodetailc{
    margin-top: 10rem;
}
.prodetailc-list ul{
    margin-left: -1.5rem;
    margin-right: -1.5rem;
}
.prodetailc-list ul li{
    padding: 0 1.5rem;
}
.prodetailc-list ul li .bj .bigimg img{
    width: 100%;
    border-radius: 10px;
    overflow: hidden;
}
.prodetailc-list ul li .bj:hover img,.prodetaile-list .swiper-slide:hover img{
    transform: scale(1.05,1.05);
    -ms-transform: scale(1.05,1.05);
    -webkit-transform: scale(1.05,1.05);
    -o-transform: scale(1.05,1.05);
    -moz-transform: scale(1.05,1.05);
}
.prodetailc-list ul li .bj p{
    text-align: center;
    font-size: 3rem;
    margin-top: 1rem;
}


/*技术参数*/
.prodetaild{
    background: #f3f3f3;
    margin-top: 7rem;
    padding: 5rem 0;
}
.prodetaild-list{
    background: #fff;
    padding: 3rem;
    border-radius: 10px;
    width: 1150px;
    margin: auto;
}
.prodetaild-list p{
    font-size: 2.2rem;
    margin-top: 1.5rem;
    border-top: 1px dashed #ccc;
    padding-top: 1.5rem;
    position: relative;
    padding-left: 3rem;
    line-height: 4rem;
}
.prodetaild-list p::after{
    content:"";
    background: #0088ff;
    width: 7px;
    height: 7px;
    position: absolute;
    left: 1rem;
    border-radius: 50%;
    top: 31px;
}
.prodetaild-list p:first-child{
    margin-top:0;
    border: 0;
}


/*代表案例*/
.prodetaile{
    margin-top: 7rem;
}
.prodetaile-list{
    position: relative;
    padding: 0 5rem;
}
.prodetaile-list .swiper-slide .bj{
    box-shadow: 0px 0px 10px 0px rgb(0 0 0 / 20%);
    margin: 5px;
    border-radius: 10px;
    overflow: hidden;
}
.prodetaile-list .swiper-slide img{
    width: 100%;
    height: 200px;
}
.prodetaile-list .swiper-slide p{
    font-size: 2rem;
    padding: 2rem;
    line-height: 3rem;
}


/*立即咨询*/
.prodetailf{
    background: #e3f2ff;
    padding: 2rem 0;
    margin-top: 5rem;
}
.prodetailf a{
    background: #0088ff;
    display: block;
    color: #fff;
    width: 150px;
    text-align: center;
    margin: auto;
    height: 5rem;
    line-height: 5rem;
    font-size: 2rem;
    border-radius: 30px;
}
.prodetailf a:hover{
    background:#f3394b;
}



@media (max-width:1024px){
    .prodetail-wz{
        margin-top: 0;
        border-top: 1px solid #fdf7f2;
        line-height: 4rem;
        height: 4rem;
    }
    .prodetail-wz a{
        margin: 0 5px;
        color: #686868;
    }
    
    .proxq-tit{
        margin-bottom: 3rem;
    }
    .proxq-tit .zw{
        font-size: 2.8rem;
    }
    .proxq-tit .yw{
        color: #808080;
        font-size: 1.6rem;
    }
    
    /*多图展示*/
    .prodetaila{
        background: url(../images/nproxq-bj.jpg) center center no-repeat;
        background-size: cover;
        padding: 5rem 0;
    }
    .prodetaila .list{
        display: block;
    }
    .juzhong{
        width: 100%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
    }
    .prodetaila-fl{
        width: 100%;
    }
    .prodetaila-fl .wza{
        font-size: 2rem;
        text-align: center;
    }
    .prodetaila-fl .wzb{
        font-size: 1.8rem;
        text-align: center;
    }
    .prodetaila-fl .wzc{
        margin: 2rem 0;
    }
    .prodetaila-fl .wzc p{
        margin-right: 4%;
        width: 48%;
        padding-left: 15px;
        margin-bottom: 1rem;
        font-size: 1.6rem;
    }
    .prodetaila-fl .wzc p:nth-child(2n){
        margin-right: 0;
    }
    .prodetaila-fl .wzc p:nth-child(3){
        margin-right: 2%;
    }
    .prodetaila-fl .wzd a{
        font-size: 1.6rem;
        width: 32%;
        margin-right: 2%;
    }
    .prodetaila-fr{
        width: 100%;
        position: relative;
        padding: 0 5rem 5rem;
    }
    
    
    /*亮点概述*/
    .prodetailb{
        margin-top: 5rem;
    }
    .prodetailb .brief{
        font-size: 1.6rem;
        line-height: 3rem;
    }
    .prodetailb-list{
        margin-top: 3rem;
    }
    .prodetailb-list ul li .tb{
        width: 10rem;
        height: 10rem;
        border-radius: 50%;
        background: #fafafa;
        text-align: center;
        line-height: 10rem;
        margin: auto;
    }
    .prodetailb-list ul li .tb img{
        width: 50%;
        height: auto;
    }
    .prodetailb-list ul li p{
        font-size: 1.6rem;
        margin-bottom: 3rem;
    }
    
    
    /*产品详情*/
    .prodetailc{
        margin-top: 5rem;
    }
    .prodetailc-list ul li .bj p{
        text-align: center;
        font-size: 1.6rem;
        margin-top: 1rem;
        margin-bottom: 3rem;
    }
    
    
    /*技术参数*/
    .prodetaild{
        margin-top: 3rem;
        padding: 5rem 0;
    }
    .prodetaild-list{
        padding: 1rem;
        width: 100%;
    }
    .prodetaild-list p{
        font-size: 1.6rem;
        padding-left: 2.5rem;
        line-height: 2.8rem;
    }
    .prodetaild-list p::after{
        width: 5px;
        height: 5px;
        top: 25px;
    }
    
    
    /*代表案例*/
    .prodetaile{
        margin-top: 5rem;
    }
    .prodetaile-list{
        position: relative;
        padding: 0 5rem;
    }
    .prodetaile-list .swiper-slide img{
        height: auto;
        height: 20rem;
    }
    .prodetaile-list .swiper-slide p{
        font-size: 1.6rem;
        padding: 1rem;
        line-height: 3rem;
    }
    
    
    /*立即咨询*/
    .prodetailf{
        background: #e3f2ff;
        padding: 2rem 0;
        margin-top: 5rem;
    }
    .prodetailf a{
        width: 50%;
    }
}