page,body,html{
    background: #f3f6ff;
}
.proclss{
    padding: 20px 0;
}
.prodone{
    background: white;
    padding: 10px;
    margin-bottom: 20px;
}
.prodone>.left{
    width: 35%;
}
.width5{
    width: 5%;
}
.prodone_right{
    width: 60%;
    float: right;
}
.prodoneimg{
    border: 1px solid #ededed;
    margin-bottom: 10px;
}
.prodoneimg>img{
    width: 100%;
}
.prodname{
    font-size: 25px;
    font-weight: bold;
    margin-bottom: 10px;
}
.prodclass{
    background: #f1f9ea;
    color: #2d6301;
    border-radius: 20px;
    padding:5px 10px 5px 40px;
    display: inline-block;
    margin-bottom: 10px;
    position: relative;
}
.prodclass>img{
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 30px;
    height: 30px;
}
.prodphone{
    line-height: 30px;
    margin-bottom: 10px;
}
.prodphone>img{
    width: 30px;
    height: 30px;
    float: left;
}
.prodsum{
    background: #f3f6ff;
    color: #666;
    padding: 10px;
    margin-bottom: 10px;
    line-height: 30px;
}
.prodcall{
    background: #0e3cab;
    color: white;
    padding: 10px 20px;
    border-radius: 20px;
    float: left;
}
.prodcall>img{
    width: 20px;
    height: 20px;
    float: left;
}
.prodcallleft{
    margin-left: 25px;
}
.prodtwo{
    background: white;
    padding: 10px;
}
.prodtwotitle{
    font-size: 20px;
    font-weight: bold;
    position: relative;
    padding-left: 15px;
}
.prodtwotitle::after{
    position: absolute;
    content: '';
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 5px;
    height: 20px;
    background: #0e3cab;
    border-radius: 5px;
}
.article{
    line-height: 30px;
    margin-top: 20px;
}
.prodbanner{
    position: relative;
}
.jiantou{
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}
.jiantou1{
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
}
.jiantou>img{
    width: 12px;
}
.jiantou1>img{
    width: 12px;
}
.bannerbox{
    overflow: hidden;
    white-space: nowrap;
    scroll-behavior: smooth;
    margin-left: 20px;
    margin-right: 20px;
}
.banitem{
    width:25%;
    padding: 0 5px;
    box-sizing: border-box;
    float: left;
}
.banitem>img{
    width: 100%;
}

.sliderBar .rightBtn .imgDiv{
    background: url('/img/prod7.png') no-repeat 0 0 ;
}
.sliderBar .leftBtn .imgDiv{
    background: url('/img/prod6.png') no-repeat -0px 0;
}
.backDiv-hover{
    background-color: transparent;
    opacity: 1;
}
@media screen and (max-width:900px) {
    .prodone > .left {
        width: 100%;
        float:none;
    }

    .width5 {
        width: 0%;
    }

    .prodone_right {
        margin-top:20px;
        width: 100%;
        float: none;
    }
}