﻿body {
    background: #000F24;
    font-family: Source Han Sans CN;
}

.ps-header-w {
    padding-top: 27px;
    padding-bottom: 27px;
    padding-left: 49px;
    padding-right: 45px;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    height: 104px;
    background: #000F24;
}

    .ps-header-w .logo-w {
        height: auto;
        overflow: hidden;
        float: left;
        display: flex;
        align-items: center;
    }

        .ps-header-w .logo-w .logo {
            width: 100px;
            height: auto;
            margin-right: 13px;
        }

        .ps-header-w .logo-w .txt-w {
            font-size: 18px;
            font-weight:bold;
            color: #2983E2;
            text-align: justify;
            text-align-last: justify;
        }

        .ps-header-w .logo-w .txt-line {
            width: 100%;
            border-radius: 50%;
            height: 1px;
            display:block;
            margin-top:2px;
            margin-bottom:2px;
        }

        .ps-header-w .logo-w .txt-w .txt {
            line-height: 18px;
        }

    .ps-header-w .menu-w {
        height: auto;
        overflow: hidden;
        float: right;
    }

        .ps-header-w .menu-w .menu {
            padding-left: 45px;
            padding-right: 45px;
            font-size: 16px;
            color: #C0DFFF;
            height:46px;
            display:table-cell;
            vertical-align:bottom;
            padding-bottom:18px;
        }

            .ps-header-w .menu-w .menu:hover {
                text-decoration: none;
            }

            .ps-header-w .menu-w .menu.active {
                color: #2983E2;
                font-weight: bold;
                background:url(/Images/PublicService/icon_tab_select.png) no-repeat;
                background-position:bottom;
                background-size:100% auto;
            }
            .ps-header-w .menu-w .menu:active{
                text-decoration:none;
            }
            .ps-header-w .menu-w .menu:focus {
                text-decoration: none;
            }
            .ps-header-w .menu-w .menu .line {
                width: 100%;
                height: 2px;
                background: linear-gradient(90deg, rgba(15, 175, 251, 0), rgba(69, 231, 255, 0.99), rgba(47, 225, 255, 0.02));
            }

    .ps-header-w .entrace-w {
        display: flex;
        align-items: center;
    }

        .ps-header-w .entrace-w .icon {
            width: 21px;
            height: 21px;
            margin-right: 11px;
        }

        .ps-header-w .entrace-w .text {
            font-size: 16px;
            color: #2983E3;
            margin-right: 10px;
        }

        .ps-header-w .entrace-w .arrow {
            width: 12px;
            height: 7px;
            margin-left:0px!important;
            margin-right:0px!important;
        }

.ps-content {
    height: auto;
    overflow: hidden;
    margin-top: 104px;
    padding-bottom: 23px;
    padding-left: 27px;
    padding-right: 24px;
}
.ps-footer {
    background: #000000;
    padding-top: 23px;
    padding-bottom: 27px;
    text-align: center;
}

    .ps-footer .zbdw {
        font-size: 12px;
        color: #2473C8;
        line-height: 12px;
        padding-bottom: 12px;
    }

    .ps-footer .copyright {
        font-size: 12px;
        color: #ffffff;
        padding-top: 1px;
        margin-top:12px;
    }
/*宽度*/
@media screen and (max-width:1520px) and (min-width:720px) {

    .ps-header-w .menu-w .menu {
        padding-right: 0px;
        padding-left: 5px;
    }

    .ps-header-w .menu-w {
        margin-top: 25px;
    }
}