html,body{width: 100%;height: 100%;margin: 0;padding: 0;font-family: SF Pro,Source Han Sans,Microsoft YaHei,PingFang SC,Microsoft JhengHei,華康麗黑體,Helvetica,Arial,sans-serif,serif !important;}
html{background: linear-gradient(0deg, #172259 0%, #172259 100%);}
body{background: url(./images/wang.png) no-repeat center top;}
.header{height: 69px;line-height: 69px;background: linear-gradient(180deg, #0B1122 0%, rgba(4, 7, 16, 0.00) 100%);position: relative;z-index: 9;}
.header .logo{display: inline-block;width: 123px;height: 52px;background:url(./images/logo.png);background-size: 100% auto;}
.header .header_area{width: 1200px; margin: 0 auto;}
.menu{
    display: inline-block;
    float: right;
    line-height: 69px;
}
.menu a{color: #fff;text-decoration: none; margin: 0 10px;display: inline-block;height: 30px;line-height: 30px;}
.menu a.actived{border-bottom: 2px solid #fff;}
.banner{
    text-align: center;
}
.mode-type{
    width: 1400px;
    height: 200px;
    margin: 0 auto;
}
.mode-type .jinbao{display: inline-block;margin:5px;width: 390px;height: 168px;}
.mode-type .jinding{display: inline-block;margin:5px;width: 390px;height: 168px;}
.mode-type .xiniu{display: inline-block;margin:5px;width: 390px;height: 168px;}
.footer{
    height: 60px;line-height: 60px;
    background-color: #00052E;color: #fff;
    text-align: center;
}

.dclm{
    display: block;
    width: 100%;
    background: url(./images/footer.png) no-repeat center top;
    height: 362px;
    position: relative;
    left: 50%;
    transform: translateX(-50%);
}

@media screen and (max-width: 500px) {
    .header .logo{position: relative; left: 20px; top: 15px;}
    .header .header_area{width: 100%;background: rgba(11, 21, 60, 1);}
    .menu{
        position: relative;
        top: 15px;
        right: 15px;
        display: inline-block;
        width: 47px;
        height: 37px;
        background:url(./images/menu.png);
    }
    .menu-area{
        display:none;
        background: url(./images/menu-area.png);
        width: 264px;
        height: 518px;
        position: absolute;
        top: 33px;
        right: -33px;
        padding: 17px 15px;
        box-sizing: border-box;
    }
    .menu-area a{
        display: inline-block;
        text-indent: -99999px;
        border: none !important;
        width: 100%;
        height: 78px;
        line-height: 78px;
    }
    .footer{display: none;}
}