.section-product-category{background-color:#03304D;padding:70px 0;}
.section-product-category .title{font-size:34px;font-weight:700;color:white;width:100%;padding-bottom:20px;border-bottom: 1px solid #D8D8D8;}
.section-product-category .category-list{margin-top:30px;display:flex;flex-wrap:wrap;}
.section-product-category .category-list li{background-color:#73B333;margin-right:20px;margin-bottom:20px;}
.section-product-category .category-list li a{color:white;padding:15px 50px;display:block;font-size:18px;font-weight:700;white-space:nowrap;}

.section-kefu{background:url('/static/home/default/image/bg.png') no-repeat center/cover;width:100%;padding-top:50px;padding-bottom:90px;}
.section-kefu .title{font-size:34px;font-weight:700;color:#333;text-align:center;}
.section-kefu .kefu-content{display:flex;justify-content:end;}
.section-kefu .kefu-list{margin-top:40px;background-color:#73B333;width:90%;}
.section-kefu .kefu-list .kefu-list-item{padding:40px 30px;display:flex;flex-direction: column;justify-content:center;align-items:center;}

.section-kefu .kefu-list .kefu-list-item .headpic{width:160px;height:160px;border-radius:50%;background-color:#fff;overflow:hidden;padding-top:10px;}
.section-kefu .kefu-list .kefu-list-item .headpic img{width:100%;text-align:center;}
.section-kefu .kefu-list .kefu-list-item .name{display:flex;margin-top:10px;color:white;justify-content:center;align-items:center;font-size:18px;font-weight:400;}
.section-kefu .kefu-list .kefu-list-item .name .icon{margin-right:5px;}
.section-kefu .service-pagination{display:flex;justify-content:center;padding-bottom:30px;}

.hot-product{padding-top:50px;padding-bottom:35px;}
.hot-product .title{font-size:34px;font-weight:700;color:#333;text-align:center;}
.hot-product .product-list{margin-top:40px;margin-left:-50px;display:flex;flex-wrap:wrap;}
.hot-product .product-list .product-list-item{width:calc( (100% / 3) - 50px);margin-left:50px;margin-bottom:35px;}
.hot-product .product-list .product-list-item .img{border: 1.44px solid #E5E5E5;}
.hot-product .product-list .product-list-item .img img{width:100%;}
.hot-product .product-list .product-list-item .btn{display:block;padding:20px 0 20px 30px;background-color:#03304D;color:white;font-size:20px;font-weight:500;position:relative;}
.hot-product .product-list .product-list-item .btn .buy{position:absolute;background:url('/static/home/default/image/juxing.png') no-repeat center/cover;width:110px;height:100%;right:0;top:0;display:flex;align-items:center;justify-content:center;}


@media all and (max-width:1100px){
    /* 1024 横屏 */
   .section-product-category .title{font-size:24px;}
   .section-product-category .category-list li a{padding:10px 10px;font-size:16px;}
   .section-kefu .kefu-list{width:100%;}
   .hot-product .product-list .product-list-item{width:100%;}
    
}