/* 新零售 */
.retail{
    width: 100%;
}
.retail .banner{
    width: 100%;
    margin-top: 80px;
    height: 400px;
    background: url(../img2/retail_banner1.jpg) no-repeat center center;
    background-size: 100% 100%;
}
.m-banner{
    display: none;
}
.retail .banner h1{
    margin-left: 350px;
    padding-top: 88px;
    font-size: 40px;
    color: white;
    font-weight: 400;
}
.retail .banner h3{
    margin-left: 350px;
    padding-top: 32px;
    font-size: 24px;
    font-weight: 400;
    color: white;
    line-height: 38px;
    padding-right: 30%;
}
.retail .banner a{
    margin-left: 350px;
    float: left;
    width: 178px;
    height: 48px;
    border: 1px solid white;
    line-height: 48px;
    text-align: center;
    font-size: 20px;
    color: white;
    border-radius: 5px;
    margin-top: 42px;
}
.retail .banner a:hover{
    background: rgba(253, 209, 0, 0.5)
}
/* 小图标  */
.retail  .tubiao{
    width: 100%;
    padding-bottom: 90px;
}
.retail .tubiao>div{
    width: 1000px;
    margin: 0 auto;
}
.retail .tubiao>div a{
    float: left;
    width: 25%;
    height: 110px;
    text-align: center;
    margin-top: 70px;
}
.retail .tubiao>div a div{
    display: inline-block;
    width: 60px;
    height: 60px;
}
/* .retail .tubiao>div a:hover div{
    transform: rotate(360deg);
    transition: all 0.5s;
} */
.retail .tubiao>div a p{
    margin-top: 20px;
    font-size: 14px;
    color: #333;
}
.retail .tubiao>div a .tubiao1{
    background: url(../img2/retail_gouwu.png) no-repeat center;
    background-size: 100%;
}
.retail .tubiao>div a .tubiao2{
    background: url(../img2/retail_baihuo.png) no-repeat center;
    background-size: 100%;
}
.retail .tubiao>div a .tubiao3{
    background: url(../img2/retail_bianli.png) no-repeat center;
    background-size: 100%;
}
.retail .tubiao>div a .tubiao4{
    background: url(../img2/retail_dangao.png) no-repeat center;
    background-size: 100%;
}
.retail .tubiao>div a .tubiao5{
    background: url(../img2/retail_jiaju.png) no-repeat center;
    background-size: 100%;
}
.retail .tubiao>div a .tubiao6{
    background: url(../img2/retail_guosh.png) no-repeat center;
    background-size: 100%;
}
.retail .tubiao>div a .tubiao7{
    background: url(../img2/retail_muyin.png) no-repeat center;
    background-size: 100%;
}
.retail .tubiao>div a .tubiao8{
    background: url(../img2/retail_more.png) no-repeat center;
    background-size: 100%;
}
/* 营销 */
.retail .yingxiao{
    width: 100%;
    height: 500px;
    background: url(../img2/retail_banner2.jpg) no-repeat center center;
    background-size: 100% 100%;
}
.retail .yingxiao h3{
    padding: 53px 0;
    text-align: center;
    font-size: 30px;
    color: white;
    font-weight: 400;
}
.retail .yingxiao ul{
    width: 900px;
    margin: 0 auto;
    margin-top: 10px;
}
.retail .yingxiao ul li{
    opacity: 0;
    width: 33.33%;
    float: left;
    text-align: center;
}
.retail .yingxiao ul li div{
    width: 156px;
    height: 156px;
    border-radius: 16px;
    background: #4EBCF7;
    margin: 0 auto;
}
.retail .yingxiao ul li div:hover img{
    transform: scale(1.2);
    transition: all 0.1s;
}
.retail .yingxiao ul li div img{
    margin-top: 50px;
    transition: all 0.1s;
}
.retail .yingxiao ul li p{
    padding: 40px 0 18px 0;
    font-size: 20px;
    color: #F4CE09;
}
.retail .yingxiao ul li span{
    display: block;
    padding: 0 20%;
    font-size: 12px;
    color: white;
    line-height: 20px;
}
/* 会员画像全析 */
.retail .huaxiang{
    width: 100%;
    height: 600px;
    background: #F4F4F4;
}
.retail .huaxiang h3{
    padding: 60px 0 100px 0;
    text-align: center;
    font-size: 30px;
    color: black;
    font-weight: 400;
}
.retail .huaxiang>div{
    width: 1000px;
    margin: 0 auto;
}
.retail .huaxiang>div>div{
    width: 33.33%;
    float: left;
}
.retail .huaxiang>div .left{
    text-align: right;
}
.retail .huaxiang>div .left div p{
    font-size: 16px;
    color: black;
    font-weight: bold;
    line-height: 30px;
}
.retail .huaxiang>div .left div span{
    font-size: 14px;
    color: #666;
}
.retail .huaxiang>div .left .left_top{
    opacity: 0;

    margin-top: 28px;
}
.retail .huaxiang>div .left .left_bot{
    opacity: 0;

    margin-top: 140px;
}
.retail .huaxiang>div .main{
    opacity: 0;
    text-align: center;
}
.retail .huaxiang>div .right{
    text-align: left;
}
.retail .huaxiang>div .right div p{
    font-size: 16px;
    color: black;
    font-weight: bold;
    line-height: 30px;
}
.retail .huaxiang>div .right div span{
    font-size: 14px;
    color: #666;
}
.retail .huaxiang>div .right .right_top{
    opacity: 0;
    margin-top: 28px;
}
.retail .huaxiang>div .right .right_bot{
    opacity: 0;
    margin-top: 140px;
}
/* 多方位数据分析 */
.retail .fenxi{
    width: 100%;
    padding-top: 100px;
}
.retail .fenxi h2{
    text-align: center;
    padding-bottom: 22px;
    font-size: 30px;
    color: black;
    font-weight: 400;
}
.retail .fenxi h4{
    font-size: 20px;
    color: #666;
    text-align: center;
    font-weight: 400;
    padding-bottom: 100px;
}
.retail .fenxi>div{
    width: 950px;
    margin: 0 auto;
}
.retail .fenxi>div>div{
    padding-bottom: 90px;
}
.retail .fenxi>div>div>div{
    opacity: 0;
    float: left;
}
.retail .fenxi>div .fenxi1 .left{
    width: 60%;
}
.retail .fenxi>div .fenxi1 .right{
    width: 30%;
    padding-left: 10%;
}
.retail .fenxi>div .fenxi2 .left{
    width: 30%;
    padding-left: 10%;
}
.retail .fenxi>div .fenxi2 .right{
    width: 60%;
}
.retail .fenxi>div .fenxi3 .left{
    width: 60%;
}
.retail .fenxi>div .fenxi3 .right{
    width: 30%;
    padding-left: 10%;
}
.retail .fenxi>div .fenxi4 div{
    width: 50%;
}
.retail .fenxi>div .fenxi1 .left img{
    float: left;
}
.retail .fenxi>div .fenxi1 .right p{
    margin-top: 170px;
    font-size: 18px;
    line-height: 34px;
    font-weight: bold;
}
.retail .fenxi>div .fenxi1 .right a{
    display: block;
    font-size: 14px;
    line-height: 26px;
}
.retail .fenxi>div .fenxi2 .left p{
    margin-top: 170px;
    font-size: 18px;
    line-height: 34px;
    font-weight: bold;
}
.retail .fenxi>div .fenxi2 .left a{
    display: block;
    font-size: 14px;
    line-height: 26px;
}
.retail .fenxi>div .fenxi3 .left img{
    float: left;
}
.retail .fenxi>div .fenxi3 .right p{
    margin-top: 170px;
    font-size: 18px;
    line-height: 34px;
    font-weight: bold;
}
.retail .fenxi>div .fenxi3 .right a{
    display: block;
    font-size: 14px;
    line-height: 26px;
}
.retail .fenxi>div .fenxi2 .right img{
    float: right;
}
.retail .fenxi>div .fenxi4 .left{
    width: 40%;
    padding-left:10%; 
}
.retail .fenxi>div .fenxi4 .left p{
    margin-top: 170px;
    font-size: 18px;
    line-height: 34px;
    font-weight: bold;
}
.retail .fenxi>div .fenxi4 .left a{
    display: block;
    font-size: 14px;
    line-height: 26px;
}
.retail .fenxi>div .fenxi4 .right img{
    float: right;
}
/* 多门店统一管理 */
.retail .manage{
    width: 100%;
    background: #F6F6F6;
}
.retail .manage h2{
    padding: 65px 0;
    font-size: 30px;
    font-weight: 400;
    text-align: center;
}
.retail .manage ul{
    width: 1000px;
    margin: 0 auto;
    padding-bottom: 96px;
}
.retail .manage ul li{
    opacity: 0;
    float: left;
    width: 20%;
    text-align: center;
}
.retail .manage ul li p{
    padding-top: 66px;
    font-size: 16px;
    color: #666;
}
.retail .manage ul li div{
    width: 120px;
    height: 120px;
    border-radius: 50%;
    margin: 0 auto;
    overflow: hidden;
}
.retail .manage ul li div img{
    transition: all 0.2s;    
}
.retail .manage ul li div:hover img{
    transform: scale(1.1);
    transition: all 0.2s;    
}
/* 线上线下无缝对接 */
.retail .duijie{
    width: 100%;
}
.retail .duijie h2{
    padding: 90px 0 60px 0;
    font-size: 30px;
    font-weight: 400;
    text-align: center;
}
.retail .duijie>div{
    width: 1100px;
    margin: 0 auto;
}
.retail .duijie>div>div{
    opacity: 0;
    float: left;
}
.retail .duijie>div .left{
    width: 40%;
    padding-top: 130px;
}
.retail .duijie>div .left p{
    float: left;
    font-size: 18px;
    line-height: 30px;
    padding-left: 8%;
    padding-right: 32%;
    padding-bottom: 40px;
    background: url(../img2/retail_gou.png) no-repeat left 5px;
}
.retail .duijie>div .right{
    width: 60%;
}
.retail .duijie>div .right img{
    float: right;
}
/* 智能硬件 */
.retail .brain{
    width: 100%;
    height: 600px;
    background: url(../img2/retail_banner3.jpg) no-repeat center center;
    background-size: 100% 100%;
    text-align: center;
}
.retail .brain h2{
    padding-top: 54px;
    font-size: 30px;
    font-weight: 400;
    color: white;
}
.retail .brain h4{
    padding-top: 18px;
    font-size: 24px;
    font-weight: 400;
    color: white;
}
.retail .brain img{
    opacity: 0;
    margin-top: 100px;
}
.retail .brain .animated{
    opacity: 1;
}
.retail .brain img:hover{
    opacity: 1;
}
/* 使用的客户 */
.retail .them{
    width: 100%;
    padding-bottom: 75px;
    background: #F6F6F6;
}
.retail .them h2{
    padding-top: 40px;
    padding-bottom: 100px;
    text-align: center;
    font-size: 30px;
    font-weight: 400;
}
.retail .them ul{
    width: 1100px;
    margin: 0 auto;
}
.retail .them ul li{
    opacity: 0;
    width: 16%;
    padding: 0 2%;
    float: left;
    text-align: center;
}
.retail .them ul li p{
    font-size: 16px;
    padding-top: 25px;
}
/* 订购产品 */
.m-order{
    display: none;
}
.retail .order{
    width: 100%;
    height: 172px;
    background: #FFD101;
}
.retail .order>div{
    width: 1200px;
    height: 62px;
    margin: 0 auto;
}
.retail .order>div .left{
    float: left;
    margin-top: 55px;
}
.retail .order>div .left p{
    line-height: 62px;
    font-size: 22px;
    color: white;
}
.retail .order>div .left p a{
    display: inline-block;
    width: 206px;
    height: 60px;
    background: white;
    color: #F6466D;
    text-align: center;
    border-radius: 30px;
    margin: 0 10px ;
    transition: all 0.3s;
}
.retail .order>div .left p a:hover{
    background: #F6466D;
    color: white;
    transition: all 0.3s;
}
.retail .order>div .left p .on{
    background: #F6466D;
    color: white;
}
.retail .order>div .right{
    float: right;
    margin-top: 55px;
}
.retail .order>div .right p{
    font-size: 20px;
    color: white;
    line-height: 30px;
}
.retail .order>div .right .p2{
    color: #F6466D;
    font-size: 20px;
}
.retail .order>div .right p a{
    display: inline-block;
    width: 86px;
    height: 30px;
    border-radius: 6px;
    text-align: center;
    line-height: 30px;
    background: #F6466D;
    font-size: 14px;
    color: white;
    margin-left: 12px;
}