*{
    margin: 0;
    padding: 0;
}
a {
    text-decoration: none !important;
}
.header{
    width: 100%;
    height: 1.3rem;
    background-color: #2d97d4;
    position: relative;
}
.navigator{
    width: 12.2rem;
    height: 0.56rem;
    position: absolute;
    top:0.41rem;
    left: 3.5rem;
    z-index: 999;
    /*overflow: hidden;*/
}
.logoImg{
    width: 2.32rem;
    height:0.5rem;
    float: left;
    display: block;
    margin-right: 1rem;
}
.language{
    width: 1.53rem;
    height: 0.5rem;
    display: block;
    float: left;
}

.nav{
    width: 6.15rem;
    height: 100%;
    display: flex;
    justify-content: space-between;
    float: left;
    margin-right: 1.14rem;
}
.navList{
    width: auto;
    height: 0.56rem;
    line-height: 0.56rem;
    font-size: 0.22rem;
    color:#fefefe;
    box-sizing: border-box;
}
.navList:hover{
    border-bottom: 0.01rem solid #fefefe;
}
.serviceDrop{
    width:12.2rem;
    background-color: white;
    box-sizing: border-box;
    overflow: hidden;
    position: absolute;
    top: 0.56rem;
    left: -4.39rem;
    height: 0;
    transition: all 0.5s ease;
}
.helpDrop{
    width:12.2rem;
    background-color: white;
    box-sizing: border-box;
    overflow: hidden;
    position: absolute;
    top: 0.56rem;
    left: -5.78rem;
    height: 0;
    transition: all 0.5s ease;
}
.serviceLeft{
    width:3.19rem ;
    height: 1.33rem;
    border-right:0.01rem solid #9fa0a0;
    float: left;
    margin:0.24rem 0.9rem 0.24rem 0.32rem;
}
.serviceTitle{
    height: 0.68rem;
    line-height: 0.68rem;
    color:#595757;
    font-size: 0.24rem;
    font-weight: bold;
}
.serviceContent{
    line-height: 0.25rem;
    color:#595757;
    width: 2.8rem;
    font-size: 0.14rem;
}
.serviceRight{
    width: 5.32rem;
    box-sizing: border-box;
    float: left;
    padding: 0.24rem 0;
    display: flex;
    justify-content: space-between;
    margin-top: 0.24rem;
}
.serviceImg img{
    display: block;
    width: 0.57rem;
    height: 0.57rem;
    margin: auto;
}
.serviceImg div{
    font-size: 0.14rem;
    margin-top: 0.1rem;
    color: #898989;
    width: 1.07rem;
    text-align: center;
}
.serviceImg:hover div{
    color: #3697d5;
}
.serviceContainer{
    position: relative;
}
.helpContainer{
    position: relative;
}
.serviceContainer:hover .serviceDrop{
    height: 1.81rem;
    transition: all 0.5s ease;
}
.helpContainer:hover .helpDrop{
    height: 1.81rem;
    transition: all 0.5s ease;
}
.footer{
    background-color: #f5fcff;
    width: 100%;
    padding-top: 0.85rem;
}
.footerContainer{
    width: 11.9rem;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;

}
.footerBlock div{
    line-height: 0.44rem;
    height: 0.44rem;
    color: #717171;
    font-size: 0.2rem;
}
.footerTitle{
    color: #3e3a39;
    font-weight: bold;
}
.titleAll{
    height: 1.4rem;
    line-height: 1.4rem;
    color: #2d97d4;
    font-size: 0.3rem;
    text-align: center;
}
