.m-banner{
    display: none;
}
.anli .banner{
    width: 100%;
    margin-top: 80px;
    height: 400px;
    background: #FF7900;
}
.anli .banner>div{
    width: 1200px;
    margin: 0 auto;
}
.anli .banner>div .left{
    width: 60%;
    float: left;
}
.anli .banner>div .left h1{
    padding-top: 88px;
    font-size: 40px;
    color: white;
    font-weight: 400;
}
.anli .banner>div .left p{
    padding-top: 32px;
    font-size: 20px;
    color: white;
    line-height: 38px;
    padding-right: 30%;
}
.anli .banner>div .left a{
    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;
}
.anli .banner>div .left a:hover{
    border-color: #FFE698;
    color: #FFE698;
}
.anli .banner>div .right{
    width: 40%;
    float: right;
}
.anli .banner>div .right img{
    float: right;
    margin-top: 35px;
}
/* 案例展示 */
.anli .zhanshi{
    width: 100%;
}
.anli .zhanshi h1{
    width: 210px;
    padding-top: 76px;
    padding-bottom: 116px;
    font-size: 48px;
    font-weight: 400;
    margin: 0 auto;
    position: relative;
}
.anli .zhanshi h1::after{
    width: 100px;
    height: 1px;
    content: '';
    background: #FFD101;
    position: absolute;
    top: 160px;
    left: 50px;
}
 .anli .zhanshi>div{
    width: 1200px;
    margin: 0 auto;
}
.anli .zhanshi>div .xcx{
    opacity: 0;
    width: 33.33%;
    height: 818px;
    padding-bottom: 72px;
    text-align: center;
    float: left;
}
.anli .zhanshi>div .xcx .photo{
    width: 320px;
    height: 641px;
    margin: 0 auto;
    background: url(../img2/anli_shouji.png) no-repeat center center;
    text-align: center;
    overflow: hidden;
    border-radius: 44px;
    position: relative;
}
.anli .zhanshi>div .xcx .photo>img{
    margin-top: 12px;
    width: 280px;
    height: 610px;
    position: absolute;
    z-index:-2;
    left: 20px;
}
.anli .zhanshi>div .xcx .photo .hover{
    display: none;
    margin-top: 12px;
    width: 280px;
    height: 610px;
    position: absolute;
    background: rgba(255, 209, 1, 0.7);
    z-index:-1;
    left: 20px;
    text-align: center;
}
.anli .zhanshi>div .xcx .photo .hover a{
    float: left;
    margin-left: 70px;
    margin-top: 230px;
    border-radius: 50%;
    cursor: pointer;
    z-index: 2;
}
.anli .zhanshi>div .xcx .photo:hover .hover{
    display: block;
} 
.anli .zhanshi>div .jieshao{
    margin-top: 18px;
     
}
.anli .zhanshi>div .jieshao h5{
    font-size: 20px;
    font-weight: 400;
    padding-bottom: 30px;
    color: #333;
}
.anli .zhanshi>div .jieshao p{
    text-align: left;
    padding: 0 15%;
    color: #333;
    line-height: 28px;
}
/* 同行信任 */
.anli .believe{
    width: 100%;
    height: 523px;
}
.anli .believe h1{
    padding-top: 54px;
    font-size: 50px;
    text-align: center;
    font-weight: 400;
}
.anli .believe ul{
    width: 720px;
    padding-top: 65px;
    margin: 0 auto;
    position: relative;
}
.anli .believe ul li{
    float: left;
    width: 130px;
    height: 42px;
    text-align: center;
    line-height: 42px;
    background: #F3F3F3;
    border-radius: 20px;
    margin: 0 6px;
}
.anli .believe ul .on{
    background: #FFD100;
}
.anli .believe ul .baihuo{
    width: 720px;
    position: absolute;
    top: 190px;
    left: 0;
}
.anli .believe ul>div>div{
    width: 33.33%;
    padding-bottom: 65px;

    text-align: center;
    float: left;
}
.anli .believe ul>div>div>div{
    width: 130px;
    height: 130px;
    border: 1px solid #eee;
    border-radius: 50%;
    margin: 0 auto;
}
.anli .believe ul>div>div p{
    padding-top: 25px;
    font-size: 16px;
    color: #333;
}
.anli .believe ul .canyin{
    display: none;
    width: 720px;
    position: absolute;
    top: 190px;
    left: 0;
}
.anli .believe ul .milk{
    display: none;
    width: 720px;
    position: absolute;
    top: 190px;
    left: 0;
}
.anli .believe ul .lingshi{
    display: none;
    width: 720px;
    position: absolute;
    top: 190px;
    left: 0;
}
.anli .believe ul .xianhua{
    display: none;
    width: 720px;
    position: absolute;
    top: 190px;
    left: 0;
}
/* 合作伙伴 */
.friend{
    width: 100%;
    height: 500px;
    background: url(../img2/friend.jpg) no-repeat center;
    background-size: 100% 100%;
}
.friend h1{
    color: white;
    padding-top: 152px;
    text-align: center;
    font-size: 40px;
}
.friend div{
    width: 100%;
    margin-top: 80px;
    text-align: center;
}
.friend p{
    display: inline-block;
    width: 340px;
    height: 80px;
    line-height: 80px;
    text-align: center;
    border: 4px solid #FFD101;
    border-radius: 6px;
    font-size: 30px;
    color: white;
    cursor: pointer;
    margin: 0 45px;
    transition: all 0.3s;
}
.friend p a{
    color: white;
}
.friend .on{
    background: #FDD101;
}
.friend p:hover{
    background: #FDD101;
    box-shadow:0 0 5px #FDD101;
    transition: all 0.3s;
}