@charset "utf-8";



.prol{
    padding: 30px 0px;
}

.prol .box{
    float: left;
    width: 100%;
    background: #e4e4e4;
    margin-bottom: 15px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    display: block;
}
.prol .box img{
    float: left;
    height: 50px;
}
.prol .box a{
    color: #333;
    display: block;
    font-size: 22px;
    line-height: 50px;
    float: left;
    margin-left: 10px;
}

.prol .active{
    background: #d10511;
}
.prol .active a{
    color: #fff;
}

.usepro .box{
    background: #fff;
    position: relative;
    overflow: hidden;
}
.usepro .pro-tit{
    text-align: center;
    margin: 20px 0;
    font-size: 20px;
    transition: all 0.3s ease 0s;
    opacity: 1;
    line-height: 30px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}
.usepro .pro-ms{
    position: absolute;
    bottom: -10%;
    left: 0;
    opacity: 0;
    width: 100%;
    height: 50%;
    text-align: center;
    color: #fff;
    background: rgba(209,5,17,.9);
    padding: 30px 10px 0;
    transition: all 0.3s ease 0s;
}
.usepro .box:hover .pro-tit{
    opacity: 0;
}
.usepro .box:hover .pro-ms{
    bottom: 0;
    opacity: 1;
}
.usepro .pro-ms p{
    margin-bottom: 0px;
}
.usepro .pro-ms a{
    color: white;
}




/* 产品详情页 */

.probt{
    padding: 10px 30px;
}
.probt .swiper-slide{
    margin-left: 10px;
}

.probt .swiper-button-next{
    right:0px;
}
.probt .swiper-button-prev{
    left: 0px;
}

.probt .swiper-slide-thumb-active{
    border: 1px solid #d10511;
}




.details .view{
    display: inline-block;
    width: 190px;
    line-height: 50px;
    text-align: center;
    background: #d10511;
    font-size: 26px;
    color: #fff;
}
.details .title{
    font-size: 40px;
    color: #333;
}






.usesow{
    padding: 20px 0px;
}




.useswitch{
    overflow: hidden;
}
.useswitch ul{
    padding: 0;
    overflow: hidden;
    border-bottom: 1px solid #b5b5b5;
}
.usesbox{
    display: none;
    font-size: 16px;
}
.usesbox.active{
    display: block;
    padding-bottom: 30px;
}


.useswitch ul li{
    float: left;
    font-size: 32px;
    margin-right: 20px;
    cursor: pointer;
}
.useswitch ul .on{
    border-bottom: 2px solid #d10511;
}




.usesbox td{
    border: 1px solid #ddd;
    padding-left: 10px;
    font-size: 16px;
}



.usesbox .xijie,.usesbox .anli{
    margin-bottom: 19px;
    border: 1px solid #5e5e5e;
}

.usenw .box{
    margin-bottom: 20px;
    background: #f4f4f4;
    padding: 15px;
}
.usenw .box h5{
    font-size: 20px;
    font-weight: bold;
    color: #333;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    display: block;
}
.usenw .box:hover h5{
    color: #d30713;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    display: block;
}
.usenw .box span{
    display: block;
    font-size: 14px;
    margin: 10px 0;
    color: #333;
}
.usenw .box p{
    line-height: 30px;
    font-size: 16px;
    margin: 0px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    display: block;
}

.usenw .tit,.usedw .tit{
    text-align: center;
}
.usenw .tit h1,.usedw .tit h1{
    font-size: 28px;
    padding-bottom: 10px;
}
.usenw .tit i,.usedw .tit i{
    border-bottom: 1px solid #b2b2b2;
    display: block;
}
.usenw .tit p,.usedw .tit p{
    text-align: center;
    font-size: 14px;
    margin-top: 10px;
}




.usedw .box{
    border: 1px solid #bfbfbf;
    padding: 10px;
    display: block;
    margin-bottom: 20px;
    text-align: center;
}
.usedw .box .tit{
    line-height: 45px;
    font-size: 20px;
    color: #333;
    margin: 0;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    display: block;
}



.message .row span{color: red;}
.message #submitBtn{background: #d10511;color: #fff;border: 2px solid #d10511;width: 100%;text-align: center;font-size: 18px;padding: 5px;transition: all .36s ease;}
.message #submitBtn:hover{background: #d10511;}




.contbox h5{
    display: block;
    font-size: 36px;
}
.contbox i{
    display: block;
    width: 50px;
    height: 2px;
    background: #d10511;
    margin-top: 20px;
    margin-left: 0;
    margin-bottom: 10px;
}



.stroke{
    position: relative;
    margin-bottom: 10px;
}

.stroke .xian::before,.stroke .xian::after{
    position: absolute;
    top: 20px;
    right: 20px;
    bottom: 20px;
    left: 20px;
    content: '';
    opacity: 1;
    -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
    transition: opacity 0.35s, transform 0.35s;
}
.stroke .xian::before{
    border-top: 1px solid #fff;
    border-bottom: 1px solid #fff;
    -webkit-transform: scale(0,1);
    transform: scale(0,1);
}
.stroke .xian::after{
    border-right: 1px solid #fff;
    border-left: 1px solid #fff;
    -webkit-transform: scale(1,0);
    transform: scale(1,0);
}

.stroke:hover .xian::before,.stroke:hover .xian::after{
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
}

.firmbt .youshi{
    margin-top: 40px;
}
.firmbt .youshi h3{
    font-size: 20px;
    font-weight: bold;
    color: #d10511;
}
.firmbt .youshi p{
    font-size: 16px;
    color: #333;
}


.firmbt .box h6{
    text-align: center;
    display: block;
    margin-top: 20px;
    font-size: 18px;
    font-weight: bold;
    color: #000;
    transform: translateX(0px);
    -moz-transform: translateX(0px);
    -ms-transform: translateX(0px);
    -o-transform: translateX(0px);
    -webkit-transform: translateX(0px);
    transition: .6s;
    -moz-transition: .6s;
    -webkit-transition: .6s;
    -o-transition: .6s;
}
.firmbt .box .img{
    text-align: center;
}
.firmbt .box:hover h6{
    transform: translateX(5px);
    -moz-transform: translateX(5px);
    -ms-transform: translateX(5px);
    -o-transform: translateX(5px);
    -webkit-transform: translateX(5px);
}
.firmbt .box .img img{
    border: 1px solid #CED1D3;
    border-radius: 50%;
    padding: 15px;
    transition: .6s;
    transform: rotateY(0deg);
    -ms-transform: rotateY(0deg);
    -moz-transform: rotateY(0deg);
    -webkit-transform: rotateY(0deg);
    -o-transform: rotateY(0deg);
}
.firmbt .box:hover .img img{
    transform: rotateY(360deg);
    -ms-transform: rotateY(360deg);
    -moz-transform: rotateY(360deg);
    -webkit-transform: rotateY(360deg);
    -o-transform: rotateY(360deg);
}
.firmbt .box p{
    font-size: 14px;
    line-height: 22px;
    text-align: center;
}






@media (max-width: 767px) {


    .prol{
        padding: 10px 0px;
    }
    .prol .box a{
        font-size: 16px;
        line-height: 35px;
    }

    .useswitch ul li{
        font-size: 14px;
    }

    .usepro .pro-ms{
        padding: 10px 10px 0;
        height: 60%;
    }
    .usepro .pro-ms h5{
        font-size: 14px;
        margin: 0;
    }
    .usepro .pro-ms p,.usepro .pro-ms a{
        font-size: 14px;
        line-height: 18px;
    }

    .details .title{
        font-size: 30px;
    }
    .usedw .box{
        padding: 5px;
        margin-bottom: 15px;
    }
    .usedw .box .tit{
        line-height: 30px;
        font-size: 16px;
    }
    .message{
        margin-bottom: 15px;
    }

}

@media (min-width: 768px) and (max-width: 991px) {

}

@media (min-width: 992px) and (max-width: 1199px) {

}

@media (min-width: 1200px) {

}

@media (min-width: 1400px) {


}