/* 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;
}
/* 电子商务 */
.ecommerce-wrap{
    width: 100%;
    height: auto;
    margin-top: 100px;
}
.ecommerce-box{
    margin: 0 auto;
    width: 1200px;
    height: 486px;
    position: relative;
    background: url(../image/coreBusinessPlant/page5/1.png) no-repeat;
    background-size: 100% 100%;
}
.ecommerce-content{
    margin-left: 68px;
    padding: 30px 0;
}
.ecommerce-title{
    color: white;
    font-size: 36px;
    margin-top: 15px;
}
.ecommerce-text{
    color: white;
    font-size: 16px;
    margin-top: 20px;
    line-height: 30px;
}
.qrcodeWrap{
    margin-top: 35px;
}
.qrcodeImg{
    width: 125px;
    height: 125px;
    border: 8px solid #fff;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
}
.qrcodeText{
    color: white;
    font-size: 16px;
    line-height: 26px;
}
/* 电子商务icon */
.ecommerceIcon-wrap{
    width: 100%;
    height: auto;
    margin: 100px 0;
}
.ecommerceIcon-box{
    max-width: 1200px;
    margin: 0 auto;
}
.ecommerceIcon-box{
    width: 1200px;
    height: 360px;
    background: #F2F2F2;
}
.ecommerceIcon-list{
    width: 100%;
    height: 360px;
    display: flex;
    align-content: center;
    justify-content: space-around;
}
.ecommerceIcon-item{
    display: flex;
    flex-wrap: wrap;
    align-content: center;
    justify-content: center;
}
.icon-wrap{
    width: 150px;
    height: 150px;
    display: flex;
    border-radius: 50%;
    align-items: center;
    justify-content: center;
    background-color: white;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
}
.iconText{
    width: 100%;
    text-align: center;
    font-size: 16px;
    color: #333333;
    margin-top: 20px;
    line-height: 48px;
}
.icon1{
    display: inline-block;
    width: 83px;
    height: 83px;
    background: url(../image/coreBusinessPlant/page5/icon1.png) no-repeat;
    background-size: 100% 100%;
}
.icon2{
    display: inline-block;
    width: 75px;
    height: 74px;
    background: url(../image/coreBusinessPlant/page5/icon2.png) no-repeat;
    background-size: 100% 100%;
}
.icon3{
    display: inline-block;
    width: 88px;
    height: 82px;
    background: url(../image/coreBusinessPlant/page5/icon3.png) no-repeat;
    background-size: 100% 100%;
}
.icon4{
    display: inline-block;
    width: 88px;
    height: 82px;
    background: url(../image/coreBusinessPlant/page5/icon4.png) no-repeat;
    background-size: 100% 100%;
}
/* 手机端 */
@media screen and (max-width:768px){
    /* 电子商务 */
    .ecommerce-wrap{
        margin-top: 30px;
    }
    .ecommerce-box{
        width: 100%;
        height: auto;
        background-size: cover;
    }
    .ecommerceIcon-wrap{
        margin: 30px 0;
    }
    .ecommerceIcon-box{
        width: 100%;
        height: auto;
        padding: 20px 0;
    }
    .ecommerce-content{
        margin-left: 30px;
    }
    .ecommerceIcon-list{
        height: auto;
        flex-wrap: wrap;
    }
    .ecommerceIcon-item{
        width: 50%;
    }
}