.com-title{
    padding-top: 50px;
    padding-bottom: 40PX;
}



/* .banner */

.banner-img {
    width: 100%;
    height: 869px;
    background-size: 100% 100%;
}

@media (max-width:1600px){
    .banner-img{
        height: 500px;
        background-size: 100% 100%;
    }
}
@media (max-width:1440px){
    .banner-img{
        height: 450px;
        background-size: 100% 100%;
    }
}

.owl-theme .owl-nav.disabled+.owl-dots {
    position: absolute;
    bottom: 100px;
    left: 0;
    width: 100%;
}

.owl-theme .owl-dots .owl-dot span {
    width: 7px;
    height: 7px;
    background-color: #fff;
    border: 2px solid #fff;
    margin: 0 7px;

    transition: all .3s ease-in;
}

.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
    background-color: #fff;
    width: 36px;
}



/* banner-end */



/* 产品 */
.product-section{
    background: url("../images/pro-bg.jpg") no-repeat ;
    padding-bottom: 100px;
    background-size: cover;
}
.product-section .com-title{
    padding-top: 30px;
    padding-bottom: 40px;
}
.product-section .pro-con {
    position: relative;
    transition: all .4s ease;;
}

.product-section .pro-con:hover{
    margin-top: -15px;

}

.product-section .pro-con img{
    max-width: 100%;
}
.product-section .pro-con dl{
    position: absolute;
    top: 0;
    width: 100%;
    color: #fff;
    font-size: 14px;
    padding: 40px;
    line-height: 30px;
}

.product-section .pro-con dl dt img{
    max-height: 42px;
}
.product-section .pro-con dl h2{
    font-size: 30px;
    margin-top: 25px;
    position: relative;
    margin-bottom: 45px;
}
.product-section .pro-con dl h2:after{
    content: "";
    width: 40px;
    height: 1px;
    background: #fff;
    position: absolute;
    left: 0;
    bottom: -25px;
}
.product-section .pro-con dl a{
    font-size: 16px;
    width: 76px;
    height: 30px;
    line-height: 30px;

    border: 1px solid #fff;
    color: #fff;
    display: inline-block;
    text-align: center;
    margin-top: 15px;
}


.product-section .pro-con dl a:hover{
    background: #fff;
    color: #0578fb;
}


/* 服务与支持 */
.service-section{
    padding-bottom: 50px;
}



.service-section .layui-row a:hover h2 b,
.service-section .layui-row a:hover h2{
    color: #1972cb;
}



.service-section .layui-row a h2{
    font-size: 14px;
    margin: 20px 0 15px;
    color: #b5b5b5;
}
.service-section .layui-row a h2 b{
    font-size: 18px;
    color: #333;
}




/* 合作伙伴 */
.Partner-section {
    padding-bottom: 75px;
    background: url("../images/partner-bg.jpg") no-repeat;
    background-size: cover;
    padding-top: 0;
}
.Partner-section .com-title{
    padding-top: 40px;
}

/* 热门产品 */
.hotPro-section .com-title{
    padding-bottom: 13px;
    padding-top: 40px;
}
.hotPro-section{
    background: url("../images/hotpro-bg.jpg") no-repeat center;
    background-size: cover;
    padding-bottom: 10px;
}
.hotPro-section .container{
    position: relative;
    
}
.hotPro-section .layui-tab-title{
    height: 90px;
    position: absolute;
    bottom: 43px;
    left: 0;

}
.layui-tab-title li{
    padding: 0;
    margin-right: 15px;
    border: 1px solid transparent;
}
.hotPro-section .layui-tab-title img{
    max-width: 100%;

}
.hotPro-section .layui-tab-title li:hover,
.hotPro-section .layui-tab-title .layui-this{
    border-color: #1972cb;
    box-shadow: 0 0 15px #ccc;
}
.hotPro-section .layui-tab-title .layui-this:after{
    display: none;
}
.hotPro-section .layui-tab-content{
    line-height: 30px;
}


.hotPro-section .layui-tab-content .img-wrap{
    text-align: right;
    max-width: 493px;
    margin-right: auto;
    float: right;
    position: relative;
}

.layui-col-xs5{
    padding-right: 50px;
}
.hotPro-section .layui-tab-content .img-wrap:after{
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 50px;
    top: 35px;
    background-color: #fda100;
    z-index: 1;
}

.hotPro-section .layui-tab-content .img-wrap img{
max-width: 100%;
position: relative;
z-index: 99;
}

.hotPro-section .layui-tab-content .img-wrap img,
.hotPro-section .layui-tab-content .img-wrap:after,

.hotPro-section .layui-tab-content .img-wrap{
    border-radius: 4px;

}



@media (max-width: 1680px){
    .product-section .pro-con dl{
        padding: 30px;
    }

    .product-section .pro-con dl h2{
        font-size: 22px;
        margin-top: 20px;
        margin-bottom: 30px;
    }
    .product-section .pro-con dl dt img {
        max-height: 30px;
    }
    .product-section .pro-con dl h2:after{
        bottom: -16px;
    }

    .hotPro-section .layui-tab-content .img-wrap{
        max-width: 380px;
    }

    .layui-col-xs5{
        padding-right: 30px;
    }
    .hotPro-section .layui-tab-content .img-wrap:after{
        left: 30px;
    }

    .layui-tab-title li{
        width: 170px;
    }
 }
 