/*footer*/
.footer{
    width: 100%;
    height: 6.08rem;
    background: #fff url(../img/footer_bg.png) center no-repeat;
    position: relative;
    padding-top: 0.84rem;
    box-sizing: border-box;
}
.footer .main{
    display: flex;
    justify-content: space-between;
    position: relative;
    height: calc(100% - 0.7rem);
}
.footer .foot_logo{
    width: 2.74rem;
    height: 1.25rem;
    object-fit: contain;
    margin-bottom: 0.6rem;
}
.footer .foot_txt{
    font-weight: 400;
    font-size: 0.16rem;
    color: #000000;
    line-height: 1.5;
    margin-bottom: 0.13rem;
    display: flex;
}
.footer .foot_txt b{
    font-size: 0.16rem;
}
.footer .foot_name{
    font-weight: 600;
    font-size: 0.18rem;
    color: #000000;
    margin-bottom: 0.37rem;
    position: relative;
}
.footer .foot_name::before{
    content: "";
    position: absolute;
    bottom: -0.15rem;
    left: 0;
    width: 0.2rem;
    height: 0.02rem;
    background: #DC0017;
}
.footer .foot_list a{
    width: auto;
    height: auto;
    font-weight: 400;
    font-size: 0.16rem;
    color: #000000;
    margin-bottom: 0.24rem;
    opacity: 0.55;
}




.footer .foot_code{
    width: auto;
    display: flex;
    align-items: center;
    position: absolute;
    right: 0;
    bottom: 0.22rem;
}
.footer .foot_code .code_list{
    margin-left: 0.12rem;
    cursor: pointer;
    position: relative;
}
.footer .foot_code .code_list .code_icon{
    width: 0.3rem;
    height: 0.3rem;
    background: #AFAFAF;
    border-radius: 50%;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
}
.footer .foot_code .code_list .code_icon img{
    max-width: 0.18rem;
    max-height: 0.18rem;
    object-fit: contain;
}
.footer .foot_code .code_list .code_img{
    display: none;
    position: absolute;
    width: 1.34rem;
    height: 1.34rem;
    background: #FFFFFF;
    box-shadow: 0rem 0rem 0.06rem 0.01rem rgba(0,0,0,0.05);
    border-radius: 0.05rem;
    padding: 0.08rem;
    box-sizing: border-box;
    border: 0.01rem solid #F0F0F0;
    top: -1.48rem;
    left: 50%;
    transform: translateX(-50%);
    background: #fff;
    z-index: 9;
}
.footer .foot_code .code_list .code_img::before{
    content: "";
    position: absolute;
    width: 0px;
    height: 0px;
    bottom: -0.14rem;
    left: 50%;
    margin-left: -0.1rem;
    display: inline-block;
    border: 0.08rem solid transparent;
    border-top-color: #fff;
}
.footer .foot_code .code_list .code_img img{
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
}
.footer .foot_code .code_list:hover .code_icon img{
    opacity: 1 !important;
}
.footer .foot_code .code_list:hover .code_img{
    display: block;
}
.footer .foot_code .code_list:hover .code_icon{
    background: #DC0017;
}
.footer .foot_code .code_list:hover .code_icon img{
    filter: brightness(0) invert(1);
}









.footer .footer_bottom{
    width: 100%;
    height: 0.7rem;
    position: absolute;
    bottom: 0;
    background: #346EC1;
    display: flex;
    justify-content: center;
    align-items: center;
}
.footer .footer_bottom span,
.footer .footer_bottom a{
    font-weight: 400;
    font-size: 0.14rem;
    color: #FFFFFF;
    width: auto;
    height: auto;
    display: block;
}
.footer .footer_bottom a{
    margin: 0 0.55rem 0 0.1rem;
}













/* 品重如山 不止于峰 */
.about_phone {
    width: 100%;
    height: 4.48rem;
    background: url(../img/about_phone_bg.jpg) center no-repeat;
    display: flex;
    align-items: center;
}

.about_phone .about_phone_title {
    width: 100%;
    text-align: center;
    font-weight: bold;
    font-size: 0.36rem;
    color: #FFFFFF;
    margin-bottom: 0.28rem;
}

.about_phone .about_phone_cont {
    width: 100%;
    margin-bottom: 0.44rem;
    font-weight: 400;
    font-size: 0.16rem;
    color: #FFFFFF;
    line-height: 0.3rem;
    text-align: center;
}

.about_phone .about_phone_more {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 3rem;
    height: 0.6rem;
    margin: 0 auto;
    background: #DC0017;
    border-radius: 0.3rem;
    font-weight: 400;
    font-size: 0.16rem;
    color: #FFFFFF;
}

.about_phone .about_phone_more i {
    width: 0.26rem;
    height: 0.26rem;
    background: #FFFFFF;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    margin-right: 0.08rem;
}

.about_phone .about_phone_more i::before {
    content: "";
    position: absolute;
    width: 0.32rem;
    height: 0.32rem;
    background: #FFFFFF;
    border-radius: 50%;
    opacity: 0.32;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.about_phone .about_phone_more i img {
    width: 0.17rem;
    height: 0.17rem;
    object-fit: contain;
}

.about_phone .about_phone_more b {
    font-weight: bold;
    font-size: 0.16rem;
    color: #FFFFFF;
}


