@charset "utf-8";

/*底部*/
.section-footer,.section-footer .fp-tableCell{
    height:auto!important;
}
.section-footer{
    background: #323a47;
    padding-top: 40px;
    height: auto!important;
}
.footer-dl{
    float: left;
    width: 20%;
    margin-left: 2%;
}
.footer-dl:first-child{
    margin-left: 0;
}
.footer-dl dl{
    margin-bottom:2rem;
}
.footer-dl dl dt{
    font-weight: bold;
    color: #fff;
    font-size: 1.4rem;
    position: relative;
    border-left: 2px solid #2979ff;
    padding-left: 1rem;
    line-height: 2rem;
    margin-bottom: 2rem;
    font-weight: 100;
}
.footer-dl dl dd{
    line-height:3rem;
}
.footer-dl dl dd,.footer-dl dl dd a{
    color: #b3b3b3;
}
.footer-dl dl dd a:hover{
    color:#eee;
}
.footer-img{
    display:block;
}
.footer-img p{
    float: left;
    margin-left: 20px;
}
.footer-img p img{
    width: 80px;
    display: block;
}
.footer-img p span{
    display: block;
    text-align: center;
    font-size: 12px;
    margin-top: 5px;
    -moz-opacity: 0.7; /* 老版Mozilla */
    -khtml-opacity:0.7; /* 老版Safari */
    opacity: 0.7; /* 支持opacity的浏览器*/
    color: #b3b3b3;
}
.footer-img p:first-child{
    margin-left: 0;
}
.footer-fr{
    width: 9%;
    float: right;
}
.footer-fr dl dd{
    background: rgb(32 38 46 / .2);
    text-align: center;
    margin-bottom: 1rem;
    padding: 1rem 0;
}
.gyh-footer .footer-fr dl dd{
    background: rgb(32 38 46 / .4);
}
.wgbj .footer-fr dl dd{
    background: rgb(32 38 46 / .4);
}
.footer-fr dl dd img{
    height: auto;
    width: 75px;
}
.footer-icp{
    background: #20262e;
    padding: 15px 0;
    margin-top: 20px;
}
.footer-icp p{
    text-align:right;
    color: #b3b3b3;
    line-height: 2.5rem;
}
.footer-icp p a{
    color: #b3b3b3;
}
.wgbj .footer-icp p,.wgbj .footer-icp p a,.gyh-footer .footer-icp p,.gyh-footer .footer-icp p a{
    color: #888;
}
.wgbj.section-footer{
    background: #010318;
    position:relative;
}
.wgbj .footer-icp{
    background: #090b1f;
}
.gyh-footer.section-footer{
    background: #010318;
}
.wgbj dl dd,.wgbj dl dd a,.gyh-footer dl dd,.gyh-footer dl dd a{
    color: #888888;
}
.wgbj dl dd a:hover,.gyh-footer dl dd a:hover{
    color: #b3b3b3;
}
.gyh-footer .footer-icp{
    background: #090b1f;
}
.wgdblogo.section-footer>.am-container{
    position:relative;
}
.wgdblogo.section-footer>.am-container:before{
    content:"";
    position:absolute;
    background: url(../images/fb-wug.png) center no-repeat #2f3642;
    width: 170px;
    height: 40px;
    background-size: 150px;
    bottom: 0;
}
.wgbj.section-footer>.am-container:before{
    background: url(../images/fb-wug.png) center no-repeat rgb(32 38 46 / .4);
    background-size: 150px;
}
.gydblogo.section-footer>.am-container{
    position:relative;
}
.gydblogo.section-footer>.am-container:before{
    content:"";
    position:absolute;
    background: url(../images/db-gyhl.png) center no-repeat rgb(47 54 66 / .5);
    width: 320px;
    height: 60px;
    background-size: 295px;
    bottom: 0;
}
.gyh-footer.section-footer>.am-container:before{
    background: url(../images/db-gyhl.png) center no-repeat rgb(32 38 46 / .4);
    background-size: 295px;
}
.footer-top{
    position: fixed;
    bottom: 50px;
    right: 10px;
    z-index:999999999;
}
.footer-top .footer-top-a{
    color: #fff;
    background: url(../images/gotop.png) center no-repeat;
    display: block;
    width: 60px;
    height: 60px;
    text-align: center;
    line-height: 45px;
    font-size: 25px;
    cursor: pointer;
    background-size: contain;
    opacity: .8;
}
.footer-top .footer-top-a:hover{
    opacity:1;
}

@media(min-width: 1025px){
    #fullPage .section:nth-last-child(1),#fullPage .section:nth-last-child(1) > div{
        height:auto !important;
    }
}
@media (max-width:1024px){
    .gydblogo.section-footer>.am-container:before,.wgdblogo.section-footer>.am-container:before{
        display:none;
    }
    .section-footer{
        background: #323a47;
        padding-top: 40px;
        height: auto!important;
    }
    .wgdblogo .footer-dl,.gydblogo .footer-dl{
        width: 48%;
    }
    .wgdblogo .footer-dl dl dd,.gydblogo .footer-dl dl dd{
        font-size: 1.6rem;
    }
    .wgdblogo .footer-fr,.gydblogo .footer-fr{
        width: 100%;
    }
    .footer-dl{
        float: left;
        width: 100%;
        margin-right: 3%;
        margin-left: 0;
        margin-bottom: 2rem;
    }
    .footer-dl:nth-child(2n){
        margin-right: 0;
    }
    .footer-dl:first-child{
        margin-left: 0;
    }
    .footer-dl dl{
        margin-bottom: 1rem;
    }
    .footer-dl dl.marb{
        margin-bottom:5rem;
    }
    .footer-dl dl dt{
        line-height: 2rem;
        margin-bottom: 1rem;
    }
    .footer-dl dl dd{
        font-size: 1.6rem;
    }
    .footer-dl dl dd span{
        /* display:block; */
    }
    .footer-img p{
        width:35%;
    }
    .footer-img p img{
        width: 100%;
    }
    .footer-fr{
        width: 100%;
        float: right;
        clear: both;
        margin-right: 0;
    }
    .footer-fr dl dd{
        float: left;
        margin-right: 2%;
        padding: 0;
        width: 9rem;
        height: 9rem;
        padding: 1rem 1rem;
        margin-bottom: 0;
        margin-top: 0;
    }
    .footer-fr dl dd.fdlimg1 img{
        height: auto;
        width: 100%;
        margin-top: 2.5rem;
    }
    .footer-fr dl dd img{
        height: 7rem;
        width: 7rem;
    }
     .footer-fr dl dd:last-child{
        margin-right: 0;
    }
    .footer-icp{
        background: #20262e;
        padding: 1.5rem 0;
        margin-top: 2rem;
    }
    .footer-icp p{
        text-align:right;
        color: #b3b3b3;
        line-height: 2.5rem;
    }
    .footer-icp p a{
        color: #b3b3b3;
    }
    .footer-top{
        bottom: 3rem;
        right: 1rem;
    }
    .footer-top .footer-top-a{
        width: 4rem;
        height: 4rem;
    }
}