*{
    box-sizing: border-box;
}

body{
    color: #111111;
    font-size: 14px;
    font-family: "微软雅黑";
}



.inner{
    width: 1720px;
    margin: 0 auto;
}


.page-banner{
    position: relative;
    overflow: hidden;
}
.page-banner img{
    display: block;
    width: 100%;
}
.page-banner .fake-img{
    position: absolute;
    top: 0;
    left: 50%;
    transform: translate(-50%, 0);
}
.page-banner .banner-text{
    position: absolute;
    top: 10.98vw;
    left: 13.54vw;
    /* max-width: 700px; */
    color: #fff;
    /* text-align: center;
    transform: translate(-50%, -50%); */
}
.page-banner .banner-text .title{
    font-size: 42px;
    /*font-weight: bold;*/
    color:#F3C899
}
.page-banner .banner-text .line{
    display: none;
    width: 56px;
    height: 1px;
    background-color: #fff;
    margin: 15px auto 48px;
}
.page-banner .banner-text .content{
    width: 592px;
    margin-top: 15px;
    font-family: SourceHanSansCN;
    font-weight: 400;
    color: #F3C899;
    line-height: 24px;
    font-size: 24px;
}
.page-banner .banner-text .dsec{
    width: 600px;
    margin-top: 48px;
    font-size: 16px;
font-family: SourceHanSansCN;
font-weight: 400;
color: #FFFFFF;
line-height: 24px;
}
@media screen and (max-width: 1250px){
    .page-banner .banner-text{
        width: 92%;
        top: 22.266vw !important;
        left: 6.4vw;
    }
    .page-banner .banner-text .title{
        font-size: 6.44vw;
        font-weight: bold;
    }
    .page-banner .banner-text .line{
        margin: 1vw auto 2vw;
    }
    .page-banner .banner-text .content{
        line-height: 4.2vw;
        font-size: 4vw;
        margin-top: 2.8vw;
    }
    .page-banner .banner-text .dsec{
        display: none;
    }
}




.pop-up-box{
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: none;
    z-index: 12;
}
.pop-up-box .mask{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,0.5);
}
.pop-up-box .pop-cont{
    position: absolute;
    top: 50%;
    left: 50%;
    width: 800px;
    background-color: #fff;
    transform: translate(-50%,-50%);
    border-radius: 10px;
}
.pop-up-box .close{
    position: absolute;
    bottom: -60px;
    left: 50%;
    width: 40px;
    height: 40px;
    background: url(../img/close.png) no-repeat center center / 100% 100%;
    cursor: pointer;
    transform: translate(-50%, 0);
}
.pop-up-box .pop-in{
    max-height: 75vh;
    overflow: auto;
}





.header{
    /* height: 88px; */
}
.header .real-header{
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 88px;
    z-index: 9;
    border-bottom: 1px solid rgba(243,200,153,.1);
    transition: all .3s ease;
}
.header:hover .real-header,
.header.active .real-header{
/* .header.fold .real-header{ */
    background-color: #fff;
    border-bottom: 1px solid #eeeeee;
}
.header .inner{
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 1720px;
    height: 100%;
    overflow: hidden;
}
.header.fold .inner{
    overflow: visible;
}
.header .head-left{
    display: flex;
    align-items: center;
    height: 100%;
}
.header .logo img{
    height: 54px;
}
.header .head-right{
    display: flex;
    align-items: center;
    height: 100%;
}
.header .menu{
    display: flex;
    align-items: center;
    display: none;
}
.header .menu .menu-in{
    position: relative;
    width: 24px;
    height: 22px;
    cursor: pointer;
    overflow: hidden;
}
.header .menu .line1,
.header .menu .line2,
.header .menu .line3{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 2px;
    background-color: #fff;
    border-radius: 20px;
    transition: all .3s ease;
    transform: rotate(0deg);
}
.header .menu .line2{
    top: 10px;
}
.header .menu .line3{
    top: 20px;
}
.header.active .menu .line1,
.header.active .menu .line2,
.header.active .menu .line3,
.header.fold .menu .line1,
.header.fold .menu .line2,
.header.fold .menu .line3{
    background-color: #111111;
}
.header.fold .menu .line1{
    top: -2px;
}
.header.fold .menu .line2{
    transform: rotate(45deg);
}
.header.fold .menu .line3{
    top: 10px;
    transform: rotate(-45deg);
}
.header .headNav{
    /* position: absolute;
    top: 50%;
    right: 39px;
    transform: translate(150%, -50%);
    transition: all .3s ease; */
    height: 100%;
}
.header.fold .headNav{
    /* transform: translate(0%, -50%); */
}
.header .headNav ul{
    display: flex;
    height: 100%;
    margin-right: 15px;
}
.header .headNav ul > li{
    position: relative;
    text-align: center;
    margin-right: 120px;
}
.header .headNav ul > li:last-child{
    margin-right: 0;
}
.header .headNav ul > li > a{
    display: block;
    line-height: 84px;
    color: #f3c899;
    font-size: 18px;
    border-bottom: 4px solid rgba(185,121,84,0);
}
.header:hover .headNav ul > li > a,
.header.active .headNav ul > li > a{
    color: #111111;
}
.header .headNav ul > li.active > a,
.header .headNav ul > li:hover > a{
    color: #ffffff;
}
.header.active .headNav ul > li.active > a,
.header.active .headNav ul > li:hover > a,
.header:hover .headNav ul > li.active > a,
.header:hover .headNav ul > li:hover > a{
    color: #b97954;
    border-bottom-color: rgba(185,121,84,1);
}
.header .headNav ul > li ol{
    position: absolute;
    top: 100%;
    left: 50%;
    transform: translate(-50%, 0);
    background-color: #fff;
    box-shadow: 0 0 20px 0 rgba(0,0,0,.1);
    display: none;
}
.header .headNav ul > li:hover ol{
    display: block;
}
.header .headNav ul > li ol li a{
    line-height: 50px;
    color: #666666;
    font-size: 16px;
    padding: 0 24px;
    white-space: nowrap;
}
.header .headNav ul > li ol li a:hover,
.header .headNav ul > li ol li a.active{
    color: #b97954;
}
.header .headNav ul > li ol li.title{
    margin-bottom: 15px;
}
.header .headNav ul > li ol li.title a{
    line-height: 60px;
    color: #b97954;
    font-size: 18px;
}
.header .headNav ul > li .fold-box{
    position: fixed;
    top: 88px;
    left: 0;
    width: 100%;
    display: none;
}
.header .headNav ul > li:hover .fold-box{
    display: flex;
}
.header .headNav ul > li .fold-box .left{
    width: 30%;
    font-size: 18px;
    text-align: right;
    background-color: #eeeeee;
}
.header .headNav ul > li .fold-box .left .left-in{
    display: inline-block;
}
.header .headNav ul > li .fold-box .left .block{
    position: relative;
    text-align: left;
    padding: 16px 0 26px;
}
.header .headNav ul > li .fold-box .left .block:last-child{
    padding-bottom: 14px;
}
.header .headNav ul > li .fold-box .left .block::after{
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 160px;
    height: 1px;
    background-color: #ccc;
    display: none;
}
.header .headNav ul > li .fold-box .left .block:last-child::after{
    display: none;
}
.header .headNav ul > li .fold-box .left .block .title{
    padding: 16px 33px 16px 0;
    border-bottom: 1px solid #f8f8f8;
}
.header .headNav ul > li .fold-box .left .block .nav{
    display: flex;
    align-items: center;
    color: #666666;
    font-size: 16px;
    padding: 16px 106px 16px 23px;
    background: url(../img/icon_r.png) no-repeat right 24px center / 8px 12px;
    border-bottom: 1px solid #f8f8f8;
    cursor: pointer;
}
.header .headNav ul > li .fold-box .left .block .nav img{
    width: 20px;
    height: 20px;
    margin-right: 12px;
}
.header .headNav ul > li .fold-box .left .block .nav.active,
.header .headNav ul > li .fold-box .left .block .nav:hover{
    background-color: #fff;
}
.header .headNav ul > li .fold-box .left .block .link{
    display: block;
    color: #666666;
    padding: 16px 23px 16px 0;
    text-align: right;
}
.header .headNav ul > li .fold-box .right{
    position: relative;
    width: 70%;
    background: no-repeat right center #ffffff;
}
.header .headNav ul > li .fold-box .right::before{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: -webkit-linear-gradient(left, rgba(255,255,255,1) 30%, rgba(255,255,255,0) 150%);
}
.header .headNav ul > li .fold-box .right .block{
    position: relative;
    min-height: 450px;
    padding: 47px 100px 47px;
    text-align: left;
    display: none;
}
.header .headNav ul > li .fold-box .right .block.active{
    display: block;
}
.header .headNav ul > li .fold-box .right .block .block-title{
    font-size: 24px;
    margin-bottom: 26px;
}
.header .headNav ul > li .fold-box .right .block .block-content{
    max-width: 460px;
    line-height: 24px;
    color: #666666;
    font-size: 16px;
    margin-bottom: 60px;
}
.header .headNav ul > li .fold-box .right .block .block-btn{
    display: block;
    width: 160px;
    line-height: 48px;
    color: #fff;
    font-size: 16px;
    text-align: center;
    background-color: #b97954;
    border-radius: 4px;
}
.header .headNav ul > li .fold-box .right .block .tab{
    display: block;
    margin-bottom: 45px;
}
.header .headNav ul > li .fold-box .right .block .tab:last-child{
    margin-bottom: 0px;
}
.header .headNav ul > li .fold-box .right .block .tab .name{
    display: flex;
    align-items: center;
    font-size: 18px;
}
.header .headNav ul > li .fold-box .right .block .tab:hover .name{
    color: #b97954;
}
.header .headNav ul > li .fold-box .right .block .tab .name .line{
    width: 1px;
    height: 15px;
    background-color: #f3c899;
    margin: 0 16px 0 18px;
    display: none;
}
.header .headNav ul > li .fold-box .right .block .tab:hover .name .line{
    display: block;
}
.header .headNav ul > li .fold-box .right .block .tab .name .icon{
    width: 48px;
    height: 8px;
    display: none;
}
.header .headNav ul > li .fold-box .right .block .tab:hover .name .icon{
    display: block;
}
.header .headNav ul > li .fold-box .right .block .tab .content{
    line-height: 24px;
    color: #666666;
}









/* 移动端导航 */
.mobile-header{
    /* height: 13.0667vw; */
    font-size: 3.7333vw;
    display: none;
}
.mobile-header .real-header{
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 13.0667vw;
    z-index: 11;
    transition: all .3s ease;
}
.mobile-header.fold .real-header,
.mobile-header.active .real-header{
    background-color: #fff;
    border-bottom: 1px solid #eeeeee;
}
.mobile-header .inner{
    position: relative;
    z-index: 2;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.mobile-header .headL,
.mobile-header .headR{
    height: 100%;
    display: flex;
    align-items: center;
}
.mobile-header .logo{
    display: block;
    height: 60%;
}
.mobile-header .logo img{
    height: 100%;
}
.mobile-header .changeLangu{
    border: 1px solid #cccccc;
    padding: 0.6667vw 2vw;
    margin-right: 2.6667vw;
}
.mobile-header .searchBtn{
    height: 5vw;
    margin-right: 4vw;
}
.mobile-header .searchBtn img{
    height: 100%;
}
.mobile-header .searchBtn .closeSearch{
    display: none;
}
.mobile-header .searchBtn.fold .sImg{
    display: none;
}
.mobile-header .searchBtn.fold .closeSearch{
    display: block;
}
.mobile-header .menu{
    display: flex;
    align-items: center;
}
.mobile-header .menu span{
    color: #111111;
    font-size: 4.8vw;
    margin-right: 3.6vw;
}
.mobile-header .menu-in{
    position: relative;
    width: 4.8vw;
    height: 3.8vw;
}
.mobile-header .menu-in .line1,
.mobile-header .menu-in .line2,
.mobile-header .menu-in .line3{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 0.5333vw;
    background-color: #fff;
    border-radius: 1.6vw;
    transition: all .4s ease;
}
.mobile-header.fold .menu-in .line1,
.mobile-header.active .menu-in .line1,
.mobile-header.fold .menu-in .line2,
.mobile-header.active .menu-in .line2,
.mobile-header.fold .menu-in .line3,
.mobile-header.active .menu-in .line3{
    background-color: #111111;
}
.mobile-header .menu-in .line2{
    top: 49%;
}
.mobile-header .menu-in .line3{
    top: 98%;
}
.mobile-header.fold .menu-in .line1{
    top: -1.3333vw;
    opacity: 0;
}
.mobile-header.fold .menu-in .line2{
    transform: rotate(45deg);
}
.mobile-header.fold .menu-in .line3{
    top: 49%;
    transform: rotate(-45deg);
}
.mobile-header .headNav{
    position: fixed;
    top: 0;
    right: 0;
    width: 82.6667vw;
    height: 100vh;
    padding-top: 16.8vw;
    background-color: #fff;
    /* background: url(../img/draw.png) no-repeat right 3.8667vw bottom 4.4vw / 39.7333vw 47.4667vw rgba(255,255,255,1); */
    transform: translate(120%,0);
    transition: all .4s ease;
    z-index: 10;
}
.mobile-header.fold .headNav{
    transform: translate(0,0);
}
.mobile-header .headNav .navTools{
    position: relative;
    color: #333333;
    padding: 2.6667vw 0;
    display: flex;
    align-items: center;
    justify-content: space-around;
}
.mobile-header .headNav .navTools a{
    line-height: 14.6667vw;
    color: #111111;
    padding: 0 4vw;
    background-color: #eeeeee;
}
.mobile-header .headNav ul>li>a{
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    line-height: 13.8667vw;
    color: #111111;
    font-size: 4.8vw;
    padding: 0 9.0667vw;
}
.mobile-header .headNav ul>li>a .icon_r{
    width: 2.9333vw;
    height: 1.6vw;
    background: url(../img/scroll_top.png) no-repeat center center / 100% 100%;
    transform: rotate(180deg);
}
.mobile-header .headNav ul>li.active>a .icon_r{
    transform: rotate(0deg);
}
.mobile-header .headNav ol{
    padding-left: 11vw;
    display: none;
}
.mobile-header .headNav .active ol{
    display: block;
}
.mobile-header .headNav ol li a{
    display: block;
    line-height: 8vw;
}
.mobile-header .mask{
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,.5);
    transition: .4s ease 0s;
    opacity: 0;
    pointer-events: none;
    z-index: 10;
}
.mobile-header.fold .mask{
    opacity: 1;
    pointer-events: auto;
}









.right-tools{
    position: fixed;
    top: 35%;
    right: 16px;
    text-align: right;
    z-index: 10;
    transition: all .3s ease;
    opacity: 0;
    pointer-events: none;
}
.right-tools.active{
    opacity: 1;
    pointer-events: auto;
}
.right-tools .tool{
    display: inline-flex;
    color: #fff;
    font-size: 18px;
    align-items: center;
    background-color: rgba(185,121,84,.7);
    margin-bottom: 22px;
    border-radius: 100vw;
}
.right-tools .tool .img{
    display: flex;
    align-items: center;
    justify-content: center;
    width: 72px;
    height: 72px;
}
.right-tools .tool .text{
    max-width: 0;
    white-space: nowrap;
    overflow: hidden;
    transition: all .5s ease;
}
.right-tools .tool:hover{
    background-color: #b97954;
}
.right-tools .tool:hover .text{
    max-width: 300px;
    padding-right: 30px;
}
.right-tools .tool:last-child{
    margin-bottom: 0;
}
.right-tools .tool img{
    max-width: 50%;
    max-height: 50%;
}




.contact-pop .pop-cont{
    display: flex;
    align-items: center;
    width: 680px;
    max-width: 92%;
    background-image: -webkit-linear-gradient(top, #b97954, #f3c899);
    border-radius: 10px;
}
.contact-pop .close{
    bottom: auto;
    left: auto;
    top: 0px;
    right: 0px;
    width: 52px;
    height: 52px;
    background-size: 20px 20px;
    transform: translate(0,0);
}
.contact-pop .kefu{
    width: 213px;
}
.contact-pop .text{
    color: #fff;
}
.contact-pop .text .text1{
    font-size: 24px;
    margin-bottom: 20px;
}
.contact-pop .text .text2{
    font-size: 16px;
    margin-bottom: 12px;
}
.contact-pop .text .text3{
    font-size: 30px;
    font-weight: bold;
    margin-bottom: 36px;
}
.contact-pop .text .btns{
    display: flex;
}
.contact-pop .text .btns .btn{
    width: 148px;
    line-height: 48px;
    color: #b97954;
    font-size: 18px;
    text-align: center;
    background-color: #fff;
    border-radius: 4px;
    margin-right: 32px;
}
.contact-pop .text .btns .btn2{
    color: #fff;
    background-color: #b97954;
    margin-right: 0;
}
@media screen and (max-width: 750px){
    .contact-pop .pop-cont{
        width: 92%;
        padding: 4vw;
    }
    .contact-pop .close{
        width: 52px;
        height: 52px;
        background-size: 20px 20px;
    }
    .contact-pop .kefu{
        width: 40%;
    }
    .contact-pop .text .text1{
        font-size: 3.6vw;
        margin-bottom: 2.4vw;
    }
    .contact-pop .text .text2{
        font-size: 2.6vw;
        margin-bottom: 1.6vw;
    }
    .contact-pop .text .text3{
        font-size: 4vw;
        margin-bottom: 4.8vw;
    }
    .contact-pop .text .btns .btn{
        width: 22vw;
        line-height: 9vw;
        font-size: 3.2vw;
        white-space: nowrap;
        border-radius: 1.2vw;
        margin-right: 4vw;
    }
    .contact-pop .text .btns .btn2{
        margin-right: 0;
    }
}



.yuyue-pop .pop-cont{
    width: 480px;
    max-width: 92%;
    padding: 40px 30px;
    background: url(../img/yuyue_pop_bg.jpg) no-repeat center top / contain #fff;
    border-radius: 10px;
}
.yuyue-pop .title{
    color: #b97954;
    font-size: 24px;
    text-align: center;
    margin-bottom: 40px;
}
.yuyue-pop form{
    display: block;
}
.yuyue-pop form input{
    display: block;
    width: 100%;
    height: 48px;
    padding-left: 18px;
    margin-bottom: 16px;
    border-radius: 4px;
    border: 1px solid #eeeeee;
}
.yuyue-pop form .vcode{
    display: flex;
    margin-bottom: 16px;
}
.yuyue-pop form .vcode input{
    margin-bottom: 0px;
}
.yuyue-pop form .vcode button{
    flex-shrink: 0;
    width: 120px;
    line-height: 48px;
    color: #fff;
    font-size: 16px;
    text-align: center;
    border-width: 0;
    background-color: #b97954;
    margin-left: 8px;
    border-radius: 4px;
    cursor: pointer;
}
.yuyue-pop form textarea{
    width: 100%;
    height: 120px;
    padding: 15px 16px;
    border: 1px solid #eeeeee;
    margin-bottom: 40px;
    border-radius: 4px;
}
.yuyue-pop form .submit{
    display: block;
    width: 100%;
    height: 48px;
    color: #fff;
    font-size: 18px;
    text-align: center;
    background-color: #b97954;
    border-width: 0;
    border-radius: 4px;
    cursor: pointer;
}
@media screen and (max-width: 750px){
    .yuyue-pop .pop-cont{
        width: 92%;
        padding: 4vw;
        border-radius: 1.6vw;
    }
    .yuyue-pop .title{
        font-size: 5.4vw;
        margin-bottom: 4vw;
    }
    .yuyue-pop form input{
        height: 10vw;
        padding-left: 2.4vw;
        margin-bottom: 2vw;
        border-radius: 1.2vw;
    }
    .yuyue-pop form .vcode{
        margin-bottom: 2vw;
    }
    .yuyue-pop form .vcode button{
        width: 24vw;
        line-height: 10vw;
        font-size: 3.2vw;
        margin-left: 1.6vw;
        border-radius: 1.2vw;
    }
    .yuyue-pop form textarea{
        width: 100%;
        height: 24vw;
        padding: 2vw;
        margin-bottom: 4vw;
        border-radius: 1.2vw;
    }
    .yuyue-pop form .submit{
        width: 100%;
        height: 10vw;
        font-size: 4vw;
        border-radius: 1.2vw;
    }
}





.footer{
    padding: 48px 0 44px;
    background-color: #f6f6f6;
    border-top: 1px solid #e4e4e4;
}
.footer .inner{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.footer .footer-left{
    margin-right: 20px;
    margin-bottom: -20px;
}
.footer .nav{
    display: flex;
    margin-bottom: 12px;
}
.footer .nav:last-child{
    margin-bottom: 0px;
}
.footer .nav .title{
    min-width: 76px;
    font-size: 18px;
    white-space: nowrap;
    margin-right: 28px;
    margin-bottom: 20px;
}
.footer .nav .title2{
    display: none;
}
.footer .nav .title .icon_r {
    display: none;
}
.footer .nav ul{
    display: flex;
    flex-wrap: wrap;
}
.footer .nav ul li{
    padding-right: 25px;
    margin-right: 25px;
    margin-bottom: 20px;
}
.footer .nav ul li:last-child{
    border-right-width: 0;
}
.footer .nav ul li a{
    display: block;
    color: #333333;
    font-size: 16px;
    padding-top: 2px;
}
.footer .nav ul li a:hover{
    color: #b97954;
}
.footer .footer-right{
    text-align: right;
}
.footer .contact{
    font-size: 36px;
    margin-bottom: 15px;
    display: flex;
    justify-content: flex-end;
    align-items: center;
}
.footer .contact div:nth-of-type(2){
    margin-left: 14px;
    font-size: 16px;
    font-family: MicrosoftYaHeiLight;
    font-weight: 400;
    color: #666666;
    line-height: 24px;
}
.footer .time{
    color: #666666;
    font-size: 16px;
    margin-bottom: 12px;
}
.footer .code{
    color: #999999;
    font-size: 16px;
}

@media screen and (max-width: 1734px){
    .inner,
    .header .inner,
    .footer .inner,
    .index .inner{
        width: 92vw;
    }
    .right-tools{
        right: 16px;
    }
}
@media screen and (max-width: 1150px){
    .header .headNav ul > li{
        margin-right: 70px;
    }

    .right-tools .tool{
        width: 6.25vw;
        height: 6.25vw;
        margin-bottom: 1.4vw;
    }
}
@media screen and (max-width: 1250px){
    .page-banner img{
        height: 50vw;
        object-fit: cover;
    }
    .header{
        display: none;
    }
    .mobile-header{
        display: block;
    }
}
@media screen and (max-width: 750px){
    body{
        font-size: 3.2vw;
    }


    .inner,
    .header .inner,
    .footer .inner,
    .index .inner{
        width: 95vw;
        /* width: 100vw; */
    }

    .right-tools .tool{
        width: 12vw;
        height: 12vw;
        margin-bottom: 2.8vw;
    }

    .footer{
        padding: 0;
        background: #FFF;
    }
    .footer .inner{
        display: block;
    }
    .footer .footer-left{
        margin-right: 0vw;
        margin-bottom: 4vw;
    }
    .footer .nav{
        margin-bottom: 0vw;
        flex-wrap: wrap;
    }
    .footer .nav:last-child{
        margin-bottom: 0vw;
    }
    .footer .nav .title{
        min-width: 14vw;
        font-size: 3.4667vw;
        white-space: nowrap;
        color: #111111;
        margin-right: 3.6vw;
        padding-right: 2.133vw;
        line-height: 13.866vw;
        display: flex;
        align-items: center;
        justify-content: space-between;
        margin-bottom: 0;
        width: 100%;
        margin-right: 0;
        border-bottom: 1px solid #EEEEEE;
    }
    .footer .nav .title1{
        display: none;
    }
    .footer .nav .title2{
        display: flex;
    }
    .footer .nav .title .icon_r {
        display: block;
        width: 2.9333vw;
        height: 1.6vw;
        background: url(../img/scroll_top.png) no-repeat center center / 100% 100%;
        transform: rotate(90deg);
        transition: all 0.2s;
    }
    .footer .active .title .icon_r {
        transform: rotate(180deg);
    }
    .footer .nav ul {
        display: none;
    }
    .footer .active ul {
        display: block;
        padding-top: 20px;
        padding-left: 20px;
    }
    .footer .nav ul li{
        margin-right: 2vw;
    }
    .footer .nav ul li a{
        font-size: 3.2vw;
    }
    .footer .footer-right{
        text-align: left;
        display: flex;
        flex-wrap: wrap;
    }
    .footer .contact{
        width: 40.133vw;
        font-size: 5.6vw;
        margin-bottom: 2vw;
        font-size: 4.8vw;
        font-family: SourceHanSansCN;
        font-weight: 400;
        color: #111111;
        line-height: 8vw;
        flex-wrap: wrap;
        justify-content: flex-start;
    }
    .footer .contact div:nth-of-type(2){
        margin-left: 0;
        font-size: 3.2vw;
        font-family: SourceHanSansCN;
        font-weight: 400;
        color: #666666;
    }
    .footer .time{
        width: calc(100% - 40.133vw);
        text-align: right;
        font-size: 3.2vw;
        line-height: 8vw;
        margin-bottom: 2vw;
    }
    .footer .code{
        font-size: 2.933vw;
        font-family: SourceHanSansCN;
        font-weight: 400;
        color: #999999;
        line-height: 4.8vw;
        border-top: 1px solid #EEEEEE;
        padding: 5.33vw 0;
    }
}
