.heades {
    width: 100%;
    position: fixed;
    top: 0;
    z-index: 999;
}

.headetop {
    width: 100%;
    height: 7vh;
    position: absolute;
    top: 0;
    z-index: 9;
    /* background: linear-gradient(rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0)); */
    background-color: rgba(255, 255, 255, 0.1);
}

.headestp{
    width: 100%; 
    height:100px;
}

.justspace {
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
    padding: 10px 40px;
    z-index: 99;
}

.justspace ul {
    display: flex;
    align-items: center;
}

.justspace ul li {
    margin:0 40px;
    position: relative;
}
.justspace ul li > a {
    color: #ffffff;
    font-size: 18px;
    padding: 25px 0;
}

.justspace ul li > a:hover{
    color: #00a0e9 !important;
}

.headshow{
    color: #00a0e9 !important;
}






.headchild{
    min-width: 180px;
    background-color: #ffffff;
    padding: 5px 0;
    position: absolute;
    top: 47px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 999;
    border-radius: 5px;
    display: none;
    box-shadow: 0 4px 10px 1px #eeeeee;
}
.headchild > a{
    width: 100%;
    padding: 10px 0;
    color: #333333;
    font-size: 14px;
    text-align: center;
    display: inline-block;
}
.headchild > a:hover{
    color: #00a0e9 !important;
    background-color: #e5f5fd;
}
.headclds{
    color: #00a0e9 !important;
    background-color: #e5f5fd;
}
.head-cnt{
    width: 100%;
}
.head-cnt h2{
    font-size: 14px;
    color: #333333;
    padding: 0 10px;
}
.head-cnt a{
    display: flex;
    align-items: center;
    color: #00a0e9;
    font-size: 14px;
    margin: 10px;
    border-bottom: 1px solid #ffffff;
    padding: 2px 0;
}
.head-cnt a:hover{
    border-bottom: 1px solid #00a0e9 !important;
}
.head-cnt a img{
    width: 15px;
    height: 15px;
    margin-right: 10px;
}





.naviga-ri{
    display: flex;
    align-items: center;
}
.naviga-btn{
    margin-left: 30px;
    position: relative;
}
.naviga-btn > a{
    width: 100%;
    color: #ffffff;
    font-size: 18px;
    display: flex;
    align-items: center;
    padding: 20px 0;
}
.naviga-btn > a img{
    width: 20px;
    height: 20px;
    margin-right: 10px;
}




.headtp{
    width: 100%;
    height:80px;
}

.banner-img > img{
    width: 100%;
}






.footebtm {
    width: 100%;
    /* background-image: url('../images/footerbj1.png'); */
    /* background-size: 100% 100%; */
    background-color: #242933;
}

.centent{
    width: 1500px;
    margin: 0 auto;
}

.foote-btmtp {
    padding: 10px 0 30px;
    display: flex;
    justify-content: space-between;

}


.foot-cnt{
    margin: 30px 0 30px 0px;
}
.foot-cnt h2{
    font-size: 18px;
    color: #ffffff;
}
.foot-cnt a{
    display: flex;
    align-items: center;
    color: #00a0e9;
    font-size: 24px;
    margin: 10px 0 20px;
}
.foot-cnt a img{
    width: 20px;
    height: 20px;
    margin-right: 10px;
}


.foote-btmtp ul.footleul {
    /* width: 30%; */
    display: flex;
}

.foote-btmtp .footleul li {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin: 30px 0 30px 50px;
}

.foote-btmtp .footleul li h3 {
    font-size: 14px;
    color: #b6b6b6;
    margin-top: 10px;
}

.foote-btmtp .footleul li img{
    width: 120px;
    height: 120px;
    
}



.footriul{
    width: 50%;
    display: flex;
    justify-content: space-between;

}

.footri-ulitm{
    width: 110px;
    display: flex;
    flex-direction: column;
    padding: 30px 0 0;
}

.footri-ulitm h3 {
    font-size: 18px;
    color: #ffffff;
    /* font-weight: 600; */

}
.footri-ulitm a {
    color: #b6b6b6;
    margin-top: 20px;
    font-size: 14px;
}
.footri-ulitm a img{
    width: 20px;
    height: 20px;
    margin-right: 10px;
}
.footri-ulbx{
    width: 100%;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.itemwid{
    width: 195px;
}


.foot-btm{
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 25px 0;
    border-top: 1px solid #393939;
}
.foot-btm div{
    color: #b6b6b6;
    font-size: 14px;
}
.foot-btm div a{
    color: #b6b6b6;
    font-size: 14px;
    padding: 0 0px;
    border-left: 1px solid #505868;
    
}
.foot-btm div a:nth-child(1){
    border-left: 0px solid #505868;
}

/* app端 */
.footeapp{
    /* position: relative; */
}
.foote-appbtm {
    width: 100%;
    padding: .2rem 0;
    border-top: 1px solid #3f3f3f;
    background-color: #333333;
    position: fixed;
    bottom: 0;
    z-index: 99;
}

.foote-appbtm p {
    color: #ffffff;
    font-size: .16rem;
    text-align: center;
}

.foote-appbtm p img {
    margin: 0 .1rem;
}