/*footer*/
*{
    padding: 0;
    margin: 0;
}
.footer{
    width: 100%;
    height: auto;
    background: url(../img/footer_bg.png) center no-repeat;
    background-size: auto 100%;
}
.footer .main{
    min-height: 5.05rem;
    display: flex;
    flex-wrap: wrap;
    align-content: space-between;
}
.foot_top{
    width: 100%;
    padding-top: 0.6rem;
}
.foot_list{
    display: flex;
    justify-content: space-between;
}
.foot_body{
    width: 3.5rem;
    margin-right: 1.3rem;
}
.foot_body .foot_logo{
    width: auto;
    height: 0.6rem;
    overflow: hidden;
    margin-bottom: 0.25rem;
}
.foot_body .foot_logo img{
    width: auto;
    height: 100%;
    object-fit: contain;
}
.foot_body .foot_name .name_cn{
    font-family: AlibabaPuHuiTi-Regular;
    font-weight: normal;
    font-size: 0.18rem;
    color: #FFFFFF;
    line-height: 0.25rem;
    letter-spacing: 0.05rem;
}
.foot_body .foot_name .name_en{
    font-family: AlibabaPuHuiTi-Light;
    font-weight: normal;
    font-size: 0.14rem;
    color: #FFFFFF;
    line-height: 0.2rem;
}
.foot_body .foot_txt div{
    margin-top: 0.12rem;
    display: flex;
    font-weight: normal;
    font-size: 0.13rem;
    line-height: 0.26rem;
}
.foot_body .foot_txt p{
    font-weight: normal;
    font-size: 0.13rem;
    color: rgba(255, 255, 255, 0.7);
    font-family: AlibabaPuHuiTi-Regular;
}
.foot_body .foot_txt span{
    font-family: AlibabaPuHuiTi-Regular;
    color: #FFFFFF;
}

.foot_nav{
    width: calc(100% - 4.8rem);
    display: flex;
    justify-content: space-between;
}
.foot_nav .nav_lan1{
    font-family: AlibabaPuHuiTi-Medium;
    height: auto;
    font-weight: normal;
    font-size: 0.16rem;
    color: #FFFFFF;
    margin-bottom: 0.26rem;
}
.foot_nav .nav_list2 .nav_lan2{
    font-family: AlibabaPuHuiTi-Regular;
    font-weight: normal;
    font-size: 0.13rem;
    color: rgba(255, 255, 255, 0.8);
    margin-bottom: 0.2rem;
}
.foot_nav .nav_list2 .nav_lan2:hover{
    color: #D19918;
}





.foot_phone{
    display: flex;
    align-items: center;
    margin-top: 0.43rem;
    margin-bottom: 0.3rem;
}
.foot_phone .phone_icon{
    width: 0.34rem;
    height: 0.34rem;
    margin-right: 0.1rem;
}
.foot_phone .phone_icon img{
    width: 100%;
    height: 100%;
    object-fit: contain;
}
.foot_phone .phone_txt .phone_title{
    font-family: AlibabaPuHuiTi-Regular;
    font-weight: normal;
    font-size: 0.14rem;
    color: #D19918;
    line-height: 0.2rem;
}
.foot_phone .phone_txt .phone_body{
    font-family: AlibabaPuHuiTi-ExtraBold;
    font-weight: normal;
    font-size: 0.24rem;
    color: #D19918;
    line-height: 0.33rem;
}






.foot_code{
    width: auto;
    height: auto;
    display: flex;
    align-items: flex-end;
    padding-bottom: 0.3rem;
}
.foot_code .code_list{
    margin-left: 0.1rem;
    cursor: pointer;
    position: relative;
}
.foot_code .code_list .code_icon{
    width: 0.3rem;
    height: 0.3rem;
    overflow: hidden;
}
.foot_code .code_list .code_icon img{
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
    opacity: 0.5;
}
.foot_code .code_list .code_img{
    display: none;
    position: absolute;
    width: 1.2rem;
    height: 1.2rem;
    top: -1.3rem;
    left: 50%;
    transform: translateX(-50%);
}
.foot_code .code_list .code_img img{
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
}
.foot_code .code_list:hover .code_icon img{
    opacity: 1 !important;
}
.foot_code .code_list:hover .code_img{
    display: block;
}












.foot_bottom{
    width: 100%;
    height: 0.66rem;
    border-top: 0.01rem solid rgba(255, 255, 255, 0.18);
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.foot_bottom .foot_banquan{
    font-family: AlibabaPuHuiTi-Regular;
    font-weight: normal;
    font-size: 0.13rem;
    color: rgba(255, 255, 255, 0.6);
    display: flex;
    white-space: nowrap;
}
.foot_bottom .foot_banquan a{
    font-family: AlibabaPuHuiTi-Regular;
    margin-left: 0.05rem;
}
.foot_bottom .foot_url{
    display: flex;
    font-weight: normal;
    font-size: 0.13rem;
    color: rgba(255, 255, 255, 0.6);
}
.foot_bottom .foot_url a{
    font-family: AlibabaPuHuiTi-Regular;
    margin-left: 0.5rem;
    position: relative;
}
.foot_bottom .foot_url a::before{
    content: "";
    position: absolute;
    width: 0.01rem;
    height: 0.12rem;
    background: rgba(255, 255, 255, 0.6);
    left: -0.25rem;
    top: 0.03rem;
}
.foot_bottom .foot_url a:first-child::before{
    display: none;
}
