/* banner图 */
.banner-wrap{
    width: 100%;
    height: auto;
    font-size: 0;
}
.banner-wrap img{
    width: 100%;
    height: 100%;
}
/* 路由跳转 */
.router-wrap{
    width: 100%;
    height: 80px;
    box-shadow:0 2px 5px rgba(100, 100, 100, 0.5);
}
.router-list{
    width: 100%;
    height: 80px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.router-item a{
    display: inline-block;
    width: 130px;
    height: 80px;
    text-align: center;
    font-size: 16px;
    line-height: 80px;
}
.router-itemOn a{
    color: white;
    background-color: #54B33E;
}
/* 冷链实力 */
.strength-wrap{
    width: 100%;
    height: auto;
    margin-top: 100px;
}
.strength-box{
    max-width: 1200px;
    margin: 0 auto;
}
.strength-title{
    color: #000000;
    font-size: 36px;
    text-align: center;
}
.strength-list{
    margin-top: 38px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.strength-item{
    width: 350px;
    height: 313px;
    text-align: center;
    border: 1px solid #54B33E;
}
.strength-icon1{
    display: inline-block;
    width: 77px;
    height: 67px;
    background: url(../image/strengthShow/page2/icon1.png) no-repeat;
    background-size: 100% 100%;
}
.strength-icon2{
    display: inline-block;
    width: 80px;
    height: 65px;
    background: url(../image/strengthShow/page2/icon2.png) no-repeat;
    background-size: 100% 100%;
}
.strength-icon3{
    display: inline-block;
    width: 78px;
    height: 64px;
    background: url(../image/strengthShow/page2/icon3.png) no-repeat;
    background-size: 100% 100%;
}
.strength-icon{
    margin-top: 90px;
}
.strengthText-title{
    font-size: 24px;
    color: #333333;
    margin-top: 60px;
}
.strengthText-text{
    color: #333333;
    font-size: 16px;
    margin-top: 21px;
}
/* 冷链服务 */
.service-wrap{
    width: 100%;
    height: auto;
    margin-top: 100px;
    margin-bottom: 100px;
}
.service-box{
    max-width: 1200px;
    margin: 0 auto;
}
.service-title{
    color: #000000;
    font-size: 36px;
    text-align: center;
}
.service-text{
    color: #666666;
    font-size: 16px;
    margin-top: 25px;
    text-align: center;
    line-height: 30px;
}
.service-list{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
}
.service-item{
    margin-top: 52px;
}
.service-Img{
    width: 386px;
    height: 277px;
}
.service-Img img{
    width: 386px;
    height: 277px;
}
.serviceText{
    width: 387px;
    height: 150px;
    color: white;
    padding-top: 20px;
    background-color: #54B33E;
}
.serviceText-title{
    width: 100%;
    font-size: 24px;
    text-align: center;
}
.serviceText-text{
    font-size: 16px;
    margin-top: 15px;
    line-height: 24px;
    text-align: center;
}
/* 手机端 */
@media screen and (max-width:768px){
    .strength-wrap{
        margin-top: 30px;
    }
    .strength-list{
        margin-top: 20px;
        flex-wrap: wrap;
        justify-content: center;
    }
    .strength-icon {
        margin-top: 50px;
    }
    .strength-item{
        margin-top: 10px;
    }
    .service-item{
        width: 100%;
        height: auto;
    }
    .serviceText{
        width: 100%;
        height: auto;
        padding: 20px 0;
    }
    .service-Img,.service-Img img {
        width: 100%;
        height: auto;
        font-size: 0;
    }
}