﻿@charset "UTF-8";
footer{width:100%;background-color:#131325}
.f-a{width:100%;padding-top:.8rem;padding-bottom:.6rem;border-bottom:0.02rem solid rgba(110,116,131,0.1)}
.f-a .container{width:14rem;margin:0 auto;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}
.f-a .f-ul{width:auto;display:-webkit-box;display:-ms-flexbox;display:flex}
.f-a .f-li{width:9.1vw}
.f-a .f-li-title{width:100%;display:block;cursor:pointer;font-family:SourceHanSansCN-Normal;line-height:1.875;color:#ffffff;margin-bottom:.35rem}
.f-a .f-li-title:hover{color:#f47920}
.f-a .f-li-text{width:100%;display:block;cursor:pointer;font-family:SourceHanSansCN-Light;line-height:1.35;color:rgba(255,255,255,0.5);margin-bottom:.25rem}
.f-a .f-li-text:hover{color:#f47920}
.f-a .f-right{width:auto;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start}
.f-a .f-right-content{width:2.35rem}
.f-a .f-service-hotline{width:100%;font-family:SourceHanSansSC-Light;line-height:1.57;color:rgba(255,255,255,0.5);text-align:right}
.f-a .f-sh-num{width:100%;text-align:right;font-family:GemunuLibre-SemiBold;font-weight:bold;color:#f47920;padding-bottom:.16rem}
.f-a .f-address{width:100%;margin-top:.2rem;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start}
.f-a .f-address-icon{width:.16rem;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}
.f-a .f-address-icon img{width:100%}
.f-a .f-address-text{width:calc(100% - .26rem);margin-left:.1rem;font-family:SourceHanSansCN-Normal;line-height:1.375;color:rgba(255,255,255,0.5);text-align:justify}
.f-ss{width: 100%;font-size: 0;border-bottom:0.02rem solid rgba(246,246,247,0.1);}
.f-s{display: inline-block;vertical-align: top;width: 100%;}
@media (max-width:1920px){
    .f-a .f-address-icon{width:16px}
    .f-a .f-address-text{width:calc(100% - 26px);margin-left:10px}
}
@media(max-width: 900px){
    .f-s{width: 50%;}
}
.f-a .f-code{width:1.2rem;margin-left:.3rem;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}
.f-a .f-code img{width:100%}
.f-b{width:100%;padding:.5rem 0}
.f-b .container{width:14rem;margin:0 auto}
.f-b .f-text{width:100%;text-align:center;font-family:SourceHanSansSC-Normal;line-height:1.5;color:rgba(255,255,255,0.5)}
@media (max-width:1280px){
    .f-a .container{width:100%;padding:0 10px;-ms-flex-wrap:wrap;flex-wrap:wrap}
    .f-a .f-ul{width:68%}
    .f-a .f-li{width:20%;padding-right:2.5%}
    .f-a .f-right{width:30%}
    .f-a .f-right-content{width:65%}
    .f-a .f-code{width:30%;margin-left:5%}
}
@media (max-width:900px){
    .f-a .f-ul{width:100%;margin-bottom:25px;-ms-flex-wrap:wrap;flex-wrap:wrap}
    .f-a .f-li{width:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;margin-bottom:15px}
    .f-a .f-li-title{width:100%}
    .f-a .f-li-text{width:auto;margin-right:15px}
    .f-a .f-right{width:100%;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}
    .f-a .f-right-content{width:100%;margin-bottom:15px}
    .f-a .f-service-hotline{text-align:left;margin-bottom:5px}
    .f-a .f-sh-num{text-align:left;padding-bottom:10px}
    .f-a .f-code{width:120px;margin-left:0}
    .f-b .container{width:100%;padding:0 10px}
}