*{
    margin: 0;
    padding: 0;
    list-style: none;
    font-size: 0.3rem;
}
.box{
    overflow: hidden;
}

/* .classify{
    position: relative;
} */
.headerHide{
    width: 100%;
    height: 6rem;
    background: #2589FF;
    position: absolute;
    display: none;
    top: 0.7rem;
    z-index: 999;
    padding: 0 .8rem;
}
.headerHide ul{
    width: 100%;
}
.headerHide ul::after{
    clear: both;
    content: '';
    display: block;
}
.headerHide ul li{
    float: left;
    width: 35%;
    text-align: center
}

.headerHide ul li p a{
    font-size: 0.28rem;
    color: #ffffff;
    text-decoration: none;
}
.classify>ul{

    display:flex;
    height: 0.7rem;
} 
.classify>ul li{
    width: 25%;
    line-height: 0.7rem;
    text-align: center;
}

.swiper-slide img{
    width: 100%;
    height: 100%;
}
.firm{
    height: 2.5rem;
}
.firm ul{
    display:flex;
}
.firm ul li{
    width: 25%;
    text-align: center;
}
.firm ul li img{
    display: block;
    width: 0.9rem;
    height: 0.9rem;
    margin: 0.55rem auto 0 auto;
}
.firm ul li p{
    margin: 0.1rem 0 0 0;
}
.case{
    width: 100%;
    height: 1rem;
    background: url('/static/Mobile/img/img_1/title2.jpg') no-repeat;
    background-size: 100% 100%;
    overflow: hidden;
}
.case p{
    font-size: 0.2rem;
    text-align: center;
    color: #ffffff;
    margin: 0.1rem 0 0 0;
}
.contentOne{
    padding: 0 0 1rem 0;
    overflow: hidden;

}
.contentOne>.contentOne_img{
    width: 93.6%;
    display: block;
    margin: 0 auto;
}
.contentOne>.contentOne_img2{
    width: 4.03rem;
    height: 1.97rem;
    display: block;
    margin: 0 0 0 38%;
}
.contentOne_top{
    display: flex;
    margin: 0.7rem 0;
    align-items: flex-start;
}
.contentOne_top h2{
    width: 40%;
    font-size: .26rem;
    line-height: 2rem;
    text-align: center;
}
.contentOne_top>div{
    width: 3.5rem;
    background: #E0E1E6;
    font-size: .2rem;
    border-radius: 0.3rem;
    padding: 0.2rem;
    color: #666;
    margin: auto;
    line-height: 0.3rem;
}   
.contentThree{
    display: flex;
    overflow: hidden;
    padding: 0 0 0.5rem 0;
    justify-content: space-around;
}
.contentThree_left{
     width: 45%;
    overflow: hidden;
}
.contentThree_left img{
    width: 2.6rem;
    height: 3.5rem;
    display: block;
    margin: 1rem auto 0 auto;
}
.contentThree_right{
    padding: 0 0.3rem 0 0.3rem;
}
.contentThree_right h2{
    line-height: 1rem;
}
.contentThree_right>div{
    width: 3.1rem;
    background: #E0E1E6;
    font-size: 0.2rem;
    padding: 0.2rem 0.2rem;
    border-radius: 0.15rem;
    text-align: left;
    color: #666;
    line-height: 0.4rem;
    letter-spacing:1px;
}



.more button{
    width: 2.5rem;
    height: 0.6rem;
    border:0.02rem solid rgba(153,153,153,1);
    background: none;
    border-radius: 0.3rem;
    color: #333333;
    font-family: 500;
    display: block;
    margin: 0.2rem auto 0 auto;
}
.more p{
    text-align: center;
    font-size:0.18rem;
    margin: 0.1rem 0 0.5rem 0;
}
.contentTwo{
    width: 100%;
    height: 5rem;
    background:rgba(238,238,238,1);
    position: relative;
}
.contentTwo img{
    width: 3.7rem;
    height: 3.17rem;
    position: absolute;
    top:1rem;
    right: 0.5rem;
}
.contentTwo ul{
    width: 35%;
    height: 100%;
    margin: 0 0 0 8%;
    overflow: hidden;
}
.contentTwo ul li{
   
    height: 33.3%
}
.contentTwo .p{
    font-size: 0.4rem;
    color: #2589FF;
}
.end{
    width: 100%;
    height: .82rem;
    background: url('/static/Mobile/img/img_1/title1.jpg') no-repeat;
    background-size:100% 100%; 
}
.end>p{
    line-height: 0.82rem;
    font-size: 0.26rem;
    text-align: center;
}
.foot{
    background: #272731;
    overflow: hidden;
    height: 10.5rem;
    font-weight: 200;
}
.foot>p{
    color:#ffffff;
    text-align: center;
}
.footulOne{
    display: flex;
    margin: 0.8rem 0 0 0;
}
.footulOne li{
    width: 20%;
    margin: 0 0 0 10.2%;
}
.footulOne li p{
    font-size: 0.26rem;
    color: #ffffff;
    text-align: center;
}
.footulTwo{
    margin: 0.8rem 0 0 0;
}
.footulTwo li{
    width: 92%;
    height: 1rem;
    position: relative;
    background: #3E3E47;
    margin: 0.3rem auto 0 auto;
    overflow: hidden;
    padding: 0.15rem 0 .2rem 0;
}
.footulTwo li p{
    color: #ffffff;
    padding: 0rem 0 0rem 0.3rem;
  
}
.footulTwo li img{
    position: absolute;
    top: 0.5rem;
    right: 0.3rem;
}