

/* banner */
.swiper-pagination-bullet{
    width: 30px;
    height: 10px;
    border-radius: 3%;
    background-color: rgba(255,255,255,.3);
}


/*产品*/
.goods .box .tit{
    background: #f1f1f1;
    padding: 0 20px;
    transition: all ease-in-out 0.3s;
    margin-bottom: 40px;
}
.goods .box:hover .tit{
    background: #02998A;
    color: #fff;
}
.goods .box .pull-left{
    line-height: 70px;
    font-size: 16px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    display: block;
    width: 80%;
}
.goods .box .pull-right{
    line-height: 70px;
}
.goods .box .pull-right i::before{
    font-size: 20px;
}




/*案例*/
.kapian{
    padding: 0px 35px;
}

.kapian .box .xian{
    width: 100%;
    height: 7px;
    background-color: #202634;
    position: relative;
    overflow: hidden;
}
.kapian .box .xian .xian1{
    width: 100%;
    height: 7px;
    background-color: #02998A;
    position: absolute;
    top: 0px;
    left: -100%;
    transition: all 0.2s ease-out;
    opacity: 0;
}
.kapian .box:hover .xian .xian1{
    top: 0px;
    left: 0px;
    opacity: 1;
}
.kapian .box p{
    margin: 15px 0px;
    font-size: 15px;
    color: #202634;
    text-align: center;
    line-height: 110%;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.kapian .xq{
    text-align: center;
}
.kapian .xq span{
    display: block;
    margin: 0 auto;
    width: 97px;
    height: 31px;
    font-size: 15px;
    color: #ffffff;
    text-align: center;
    line-height: 31px;
    background-color: #282d32;
    border-radius: 8px;
    -webkit-border-radius: 8px;
}
.kapian .box:hover .xq span{
    background-color: #02998A;
}
.kapian .swiper-button-prev{
    background: #272727;
    color: white;
    height: 60px;
    width: 30px;
    left: 0;
    top: 35%;
}
.kapian .swiper-button-next{
    background: #272727;
    color: white;
    height: 60px;
    width: 30px;
    right: 0;
    top: 35%;
}
.kapian .swiper-button-prev::after,.kapian .swiper-button-next::after{
    font-size: 16px;
}

.kapian .box,.kapian .imgl{
    position: relative;
}
.kapian .box .jia{
    position: absolute;
    top: -75px;
    left: -75px;
    z-index: 20;
    opacity: 0;
    transition: all 0.5s ease-out;
}
.kapian .box:hover .jia{
    top: 65px;
    left: 110px;
    opacity: 1;
}
.kapian .imgl::before{
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background: rgb(0,0,0,.2);
    opacity: 0;
    transition: all 0.5s ease-out;
}
.kapian .box:hover .imgl::before{
    opacity: 1;
}

/*公司实力*/
.shili{
    padding: 30px 0 40px 0;
    background: url(/uploads/carousel/anli-bg.jpg) center top no-repeat;
}
.shili .usetit h5,.shili .usetit span,.shili .usetit p{
    color: white;
}
.shili .box p{
    line-height: 50px;
    text-align: center;
    color: #fff;
    font-size: 14px;
    background: #272727;
    transition: all ease-in-out 0.3s;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    display: block;
    margin-bottom: 15px;
}

/*优势*/
.ys_tit{
    background-color: #02998A;
    position: relative;
}
.ys_tit .box{
    background: url(/uploads/carousel/cstbg2.png) center bottom repeat-x;
    display: flex;
    justify-content: center;
    align-items: center;
    padding-left: 60px;
    padding-right: 60px;
    color: #fff;
    padding-top: 50px;
    padding-bottom: 140px;
    position: relative;
    z-index: 5;
}
.ys_tit .left{
    width: 50%;
}
.ys_tit .left h5{
    font-weight: 600;
    color: #006056;
    font-size: 40px;
    word-break: keep-all;
    line-height: 1;
}
.ys_tit .xian{
    background: white;
    width: 2px;
    display: block;
    height: 50px;
}
.ys_tit .right{
    width: 40%;
    padding-left: 20px;
}
.ys_tit .right p{
    font-size: 16px;
    line-height: 1.5;
}
.ys_xq .imgl{
    text-align: center;
}
.ys_xq .box h3{
    position: relative;
    font-size: 24px;
    font-weight: 600;
    margin-bottom: 30px;
    line-height: 70px;
    margin-top: 15px;
}
.ys_xq .box h3:before{
    content: "";
    width: 100%;
    height: 70px;
    background: #f4f4f4;
    -webkit-transform: skewX(-18deg);
    transform: skewX(-18deg);
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
}
.ys_xq .box h3 div{
    position: absolute;
    top: -15px;
    left: 0;
    width: 80px;
    text-align: center;
    background: #02998A;
    -webkit-transform: skewX(-18deg);
    transform: skewX(-18deg);
    color: #fff;
    font-size: 40px;
    font-family: Impact;
}
.ys_xq .box h3 div em{
    font-size: 50px;
    font-family: Impact;
    line-height: 1;
}
.ys_xq .box h3 span{
    margin-left: 8rem;
    font-size: 24px;
    color: #CCC;
}
.ys_xq .box p{
    font-size: 17px;
    line-height: 1.8;
    color: #999;
}
.ys_xq{
    background: url(/uploads/carousel/cstbg3.png) repeat-x center top;
    padding: 0;
    margin: 0 auto;
}


.firmin{
    padding: 55px 0 70px 0;
    background: url(/uploads/carousel/jieshao-bg.jpg) center center no-repeat fixed;
}
.firmin .usetit h5,.firmin .usetit span,.firmin .usetit p{
    color: white;
}
.firmin .usetit h5::before,.firmin .usetit h5::after{
    background: white;
}
.firmin .box{
    text-align: center;
    margin-top: 30px;
}
.firmin .box p{
    color: white;
    margin-bottom: 0;
    font-size: 16px;
}
.firmin .contin p{
    color: white;
    font-size: 16px;
}
.firmin .box .imgl img{
    display: block;
    margin-bottom: 15px;
    transition: all ease-in-out 0.7s;
}
.firmin .box .imgl:hover img{
    transform:rotateY(180deg);transition:all ease-in-out 0.7s
}




/*news*/
.newsin{
    padding: 30px 0 25px 0;
    background: url(/uploads/carousel/news-bg.jpg) center top no-repeat;
}
.newsin .box{
    background: rgba(255,255,255,0.7);
    box-sizing: border-box;
    position: relative;
    overflow: hidden;
    padding: 15px 20px;
    cursor: pointer;
}
.newsin time{
    font-size: 18px;
    color: #646464;
    font-family: "HelveticaNeueLTStd-Th";
    font-weight: lighter;
    margin-bottom: 10px;
}
.newsin time i{
    float: right;
    font-size: 18px;
    margin-right: 15px;
    transition: all ease-in-out 0.3s;
}
.newsin .box:hover time i{
    margin-right:0px;
    color: #02998A;
}
.newsin .box:hover h3{
    color: #02998A;
}


.newsin h3{
    font-size: 20px;
    color: #323232;
    margin-bottom: 10px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}
.newsin  p{
    font-size: 14px;
    color: #646464;
    line-height: 30px;
}


@media (max-width: 767px) {

    .goods .box .tit{
        padding: 0 10px;
        margin-bottom: 15px;
    }
    .goods .box .pull-right{
        display: none;
    }
    .goods .box .pull-left{
        line-height: 40px;
        font-size: 12px;
        width: 100%;
    }


    .ys_xq .box h3:before{
        height: 60px;
        top: 5px;
    }
    .ys_xq .box h3 div{
        width: 60px;
        font-size: 30px;
    }
    .ys_xq .box h3 div em{
        font-size: 30px;
    }
    .ys_xq .box h3 span{
        font-size: 18px;
        margin-left: 5rem;
    }
    .ys_xq .box p{
        font-size: 14px;
    }
    .ys_xq .box h3{
        margin-bottom: 15px;
    }






  
}