/*footer*/
.footer{
    width: 100%;
    height: 645px;
    background: url(../wapimages/ban_img02.png) no-repeat;
    background-size: 100% 100%;
    margin-top: -120px;
    overflow-y: hidden;
}
.footer_info{
    width: 80%;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    padding-top: 170px;
}
.footer_top{
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-bottom: 1px solid rgba(255,255,255,0.2);
    padding-bottom: 40px;
}
.footer_top_left{
    display: flex;
    align-items: center;
}
.footer_logo{
    width: 230px;
    height:40.39px;
    margin-right: 30px;
}
.footer_gz{
    display: flex;
    align-items: center;
}
.footer_gz span{
    font-family: Source Han Sans CN, Source Han Sans CN;
    font-weight: 400;
    font-size:16px;
    color: #ffffffc9;
}
.footer_gz_icon{
    display: flex;
    margin: 0 5px;
    cursor: pointer;
    position: relative;
}
.footer_gz_icon .footer_gzicon01{
    width: 40px;
    height: 40px;
}
.footer_gz_icon .footer_gzicon02{
    width: 40px;
    height: 40px;
}
.footer_gz_icon .footer_gzicon03{
    width: 40px;
    height: 40px;
}
.fotewm{
    width: 135px;
    display: none;
    position: absolute;
    top: 55px;
    left: 50%;
    transform: translate(-50%,0%);
    z-index: 9;
    max-width: 135px;
}
.footer_gz_icon:hover .fotewm{
    display: block;
}
.footer_top_right{
    width: 187px;
    height: 41px;
    border-radius: 0px 0px 0px 0px;
    border: 1px solid rgba(255,255,255,0.7);
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}
.footer_top_right span{
    display: inline-block;
    width: 66%;
    padding-left: 7px;
    font-family: Source Han Sans CN, Source Han Sans CN;
    font-weight: 400;
    font-size: 16px;
    color: #FFFFFF;
    border-right: 1px solid #fff;
    margin-right: 19px;
}
.footer_top_right img{
    width: 14px;
    height: 7px;
}

.footer_box{
    width: 100%;
    display: flex;
    justify-content: space-between;
    margin-top: 60px;
}
.footer_box_left{
    width: 66%;
    display: flex;
    justify-content: space-between;
}
.footer_box_left ul{
    display: flex;
    flex-direction: column;
}
.footer_box_left ul h3{
    font-family: Source Han Sans CN, Source Han Sans CN;
    font-weight: 600;
    font-size: 18px;
    color: #FFFFFF;
    margin-bottom: 18px;
}
.footer_box_left ul h3 a{
    font-family: Source Han Sans CN, Source Han Sans CN;
    font-weight: 400;
    font-size: 18px;
    color: #FFFFFF;
}
.footer_box_left ul li{
    font-family: Source Han Sans CN, Source Han Sans CN;
    font-weight: 400;
    font-size: 16px;
    color: rgba(255,255,255,0.6);
    line-height: 40px;
}
.footer_box_left ul li a{
    font-family: Source Han Sans CN, Source Han Sans CN;
    font-weight: 400;
    font-size: 16px;
    color: rgba(255,255,255,0.6);
    line-height: 40px;
}
.footer_box_left ul li:hover a{
    color: #fff !important;
}
.footer_box_right{
    width: 17%;
    display: flex;
    flex-direction: column;
}
.footer_box_r_title{
    font-family: Source Han Sans CN, Source Han Sans CN;
    font-weight: 400;
    font-size: 18px;
    color: #FFFFFF;
    margin-bottom: 25px;
}
.footer_box_r_ul{
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.footer_box_r_li{
    display: flex;
    flex-direction: column;
    align-items: center;
}
.footer_box_r_li img{
    width: 107px;
    height: 107px;
    border-radius: 10px;
    margin-bottom: 10px;
}
.footer_box_r_li span{
    font-family: Source Han Sans CN, Source Han Sans CN;
    font-weight: 400;
    font-size: 16px;
    color: #FFFFFF;
}
.footer_bot{
    font-family: Source Han Sans CN, Source Han Sans CN;
    font-weight: 400;
    font-size: 16px;
    color: rgba(255,255,255,0.6);
    text-align: center;
    padding-bottom: 30px;
    margin-top: 80px;
}

/* 友情链接弹窗 */
.fot_lj{
    width: 100%;
    height: 641px;
    display: none;
    transition: all 0.4s ease-out;
}

.fot_lj_info{
    width: 80%;
    margin: 0 auto;
    padding-top: 200px;
    display: none;
    flex-direction: column;
}
.fot_lj_title{
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 30px;    
}
.fot_lj_title .div1{
    font-family: Source Han Sans CN, Source Han Sans CN;
    font-weight: 400;
    font-size: 24px;
    color: #FFFFFF;
}
.fot_lj_title .div2{
    width: 25px;
    height: 25px;
    display: flex;
}
.fot_lj_title .div2:hover img{
    transform: rotate(90deg);
}
.fot_lj_title .div2 img{
    width: 100%;
    height: 100%;
    transition: all 0.3s linear;
}
.link_box{
    width: 100%;
    display: flex;
    flex-wrap: wrap;
}
.link_box .c_li{
    width: 15%;
    margin-bottom: 10px;
}
.link_box .c_li:hover a{
    color: #fff;
}
.link_box .c_li a{
    display: inline-block;
    width: 80%;
    font-family: Source Han Sans CN, Source Han Sans CN;
    font-weight: 400;
    font-size: 15px;
    color: rgba(255,255,255,0.6);
}

.wapFooter{
    display: none;
}

/* 移动端 */
@media screen and (max-width: 768px){
    .footer{
        display: none;
    }
    .wapFooter{
        display: block;
    }
    .wapFooter a{ color: #fff;}
    .wapFooter{
        width:100%;
        margin: 0 auto;
        background: url(../wapimages/wap_fot_banner.png) no-repeat;
        background-size: 100% 100%;
        padding: 0.8rem 0.35rem 0.3rem 0.35rem;
        display:flex;
        flex-direction: column;
    }
    .wapFooter_text{
        display: flex;
        flex-direction: column;
        border-bottom: 0.02rem solid #ffffff75;
        margin-bottom: 0.5rem;
        padding-bottom: 0.5rem;
    }
    .wapFooter_text span:nth-child(1){
        font-family: Source Han Sans CN;
        font-weight: 500;
        font-size: 0.3rem;
        color: #fff;
        margin-bottom: 0.15rem;
    }
    .wapFooter_text span:nth-child(2){
        font-family: Source Han Sans CN;
        font-weight: bold;
        font-size: 0.42rem;
        color: #fff;
    }
    .wapFot_in{
        width: 100%;
        align-items: center;
        display: flex;
        justify-content: space-between;
        border-bottom: 0.01rem solid #b5b5b55c;
        margin-bottom: 0.25rem;
        padding-bottom: 0.45rem;
    }
    .wapFooter_hz{
        display: flex;
        flex-direction: column;
    }
    .wapFooter_hz p{
        font-family: Source Han Sans CN;
        font-weight: 600;
        font-size: 0.32rem;
        color: #fff;
        margin-bottom: 0.15rem;
    }
    .wapFooter_hz span{
        font-family: Source Han Sans CN;
        font-weight: 400;
        font-size: 0.28rem;
        color: #fff;
        line-height: 0.5rem;
        opacity: 0.83;
    }
    .wapFooter_ewm{
        display: flex;
        align-items: center;
    }
    .wapFooter_ewm_item{
        display: flex;
        flex-direction: column;
        align-items: center;
    }
    .wapFooter_ewm_item:nth-child(1){
        margin-right: 0.2rem;
    }
    .wapFooter_ewm_item img{
        width: 1.25rem;
        height: 1.25rem;
        margin-bottom: 0.15rem;
    }
    .wapFooter_ewm_item span{
        font-family: Source Han Sans CN;
        font-weight: 400;
        font-size: 0.2rem;
        color: #fff;
        white-space: nowrap;
    }
    .wapFbot{
        width: 100%;
        display: flex;
        flex-direction: column;
    }
    .wapFbot div{
        font-family: Source Han Sans CN;
        font-weight: 400;
        font-size: 0.24rem;
        color: #fff;
        line-height: 0.45rem;
        text-align: center;
    }
    
}