
/* 网页主体 */
body{
    background: #f5f5f5;
}
/* banner */
.banner img{
    width: 100%;
}

/* 产品方案 */
.product-slution{
    background-color: #f5f5f5;
    padding: 0 .266667rem .266667rem .266667rem;
}
.product-slution .title{
    padding: .666667rem 0 .4rem 0;
    font-size: .4rem;
    text-align: center;
    font-weight: bold;
}
.production-wrap{
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    background-color: #fff;
}
.production-wrap .production{
    width: 50%;
    border: 1px solid #e6e6e6;
}
.production:hover {
    background-color: #f5f5f5;
}
.production-wrap .production:nth-child(2n-1){
    border-right:none;
}
.production:nth-child(1),.production:nth-child(2),.production:nth-child(3),.production:nth-child(4),{
    border-bottom: none;
}
.production .icon{
    width: 100%;
    height: 1.4rem;
    background-position: center;
    background-repeat: no-repeat;
    background-size: 20%;
}

.production .ycyth{
    background-image: url('../imgs/mobile/ycyth_active.png');
}
.production .YT{
    background-image: url('../imgs/mobile/YT_active.png');
}
.production .xzsydwnk{
    background-image: url('../imgs/mobile/neikong_active.png');
}
.production .nkpj{
    background-image: url('../imgs/mobile/neikongpingjia_active.png');
}
.production .xtbg{
    background-image: url('../imgs/mobile/xietongbangong_active.png');
}
.production .sjyy{
    background-image: url('../imgs/mobile/shujuyingyong_active.png');
}
.production .info{
    text-align: center;
    height: 1.066667rem;
    font-size: .32rem;
}
/* 产品方案########## */

/* 入围 */
.beselected{
    height: 1.0rem;
    background-color: #00a0ea;
}
.beselected p{
    color: #fff;
    font-size: .26rem;
    padding:0 .4rem;
    text-align: center;
    font-weight: bold;
    line-height: .5rem;
}
.beselected1{
    height: 0.7rem;
    background-color: #00a0ea;
    margin-top: .266667rem;
}
.beselected1 p{
    color: #fff;
    font-size: .26rem;
    padding:0 .4rem;
    text-align: center;
    font-weight: bold;
    line-height: .666667rem;
}
/* 入围############ */

/* 服务 */
.service-wrap{
    background-color: #e6e6e6;
    padding: 0 .4rem .4rem .4rem;
    background-image: url('../imgs/mobile/q1.png');
    background-repeat: no-repeat;
    background-size: contain;
}
.service-wrap .title{
    padding: .666667rem 0 .4rem 0;
    font-size: .4rem;
    text-align: center;
    font-weight: bold;
}
.sevices-wrap{
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
}
.sevices-wrap .sevices{
    width: 49%;
    background-color: #fff;
}
.sevices-wrap .sevices:nth-child(2n-1){
    margin-right: 2%;
}
.sevices-wrap .sevices:nth-child(1),.sevices-wrap .sevices:nth-child(2){
    margin-bottom: .266667rem;
}
.sevices .icon{
    width:1.28rem;
    height: 1.28rem;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-color: #f5f5f5;
    border-radius: 50%;
    margin: .266667rem auto 0 auto;
}
.sevices .ywzx{
    background-image: url('../imgs/mobile/fw_zxfw.png');
}
.sevices .ssfw{
    background-image: url('../imgs/mobile/fw_ssfw.png');
}
.sevices .pxjz{
    background-image: url('../imgs/mobile/fw_pxjz.png');
}
.sevices .dzfw{
    background-image: url('../imgs/mobile/fw_dzfw.png');
}
.sevices .title{
    padding: .266667rem 0;
    font-size: .32rem;
    text-align: center;
    font-weight: bold;
}
.sevices .info{
    padding: .266667rem .666667rem .266667rem .666667rem;
    text-align: center;
    font-size: .32rem;
    height: 2.24rem;
}
/* 服务########## */

/* 合作联盟 */
.cooperation{
    background-color: #f5f5f5;
    padding: 0 .4rem .4rem .4rem;
    background-image: url('../imgs/mobile/q1.png');
    background-repeat: no-repeat;
    background-size: contain;
}
.cooperation .title{
    padding: .666667rem 0 .4rem 0;
    font-size: .4rem;
    text-align: center;
    font-weight: bold;
}
.cooperation-wrap{
    display: -webkit-flex;
    display: flex;
    justify-content: space-around;
}
.cooperation-wrap .cooperator{
    width: 32%;
    background-color: #fff;
}
.cooperator-name{
    padding: .266667rem 0 .133333rem 0;
    text-align: center;
    color: #00a0ea;
    font-size: .32rem;
    font-weight: bold;
    border-bottom: 1px solid #f5f5f5;
}
.cooperator .info{
    height: 2.026667rem;
    line-height: .533333rem;
    padding: .266667rem;
    font-size: .22rem;
    border-bottom: .053333rem solid #00a0ea;
}
/* 合作联盟############# */

/* 网页主体 #########*/


