.footer{
    width: 100%;
    height: 645px;
    background: url(../images/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: 25%;
    margin-bottom: 10px;
}
.link_box .c_li:hover a{
    color: #fff;
}
.link_box .c_li a{
    display: inline-block;
    width: 100%;
    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;
}
