/* 头部 */
.zc-header-top {
    background-color: #F3F3F3;
}

.zc-header-top-left>ul>li {
    float: left;
    line-height: 30px;
    color: #666666;
    margin-right: 10px;
}    /* 头部 */
.zc-header-top-right>ul>li {
    float: right;
    line-height: 30px;
    color: #666666;
    margin-left: 10px;
}

.zc-header-top-left>ul>li>a {
    color: #666666;
    font-size: 14px;
    text-decoration: none;
}

.zc-header-top-right>ul>li>a {
    color: #666666;
    font-size: 14px;
    text-decoration: none;
}

.header-logo {
    float: left;
    /* margin: 32px 0px; */
    margin-top: 32px;
}

.container {
    margin: 85px auto 0px auto;
}

.parent {
    width: 100%;
    height: 42px;
    top: 4px;
    position: relative;
    text-align: right;
    right: 80px;
}

.parent>input:first-of-type {
    /*输入框高度设置为40px, border占据2px，总高度为42px*/
    width: 280px;
    height: 40px;
    border: 1px solid #ccc;
    font-size: 16px;
    outline: none;
    text-indent: 1em;
    border: none;
    border-radius: 5px 0px 0px 5px;

}

.parent>input:first-of-type:focus {
    border: 1px solid #317ef3;
    /* padding-left: 10px; */
}

.parent>input:last-of-type {
    /*button按钮border并不占据外围大小，设置高度42px*/
    width: 80px;
    height: 41px;
    position: absolute;
    background: #245399;
    border: 1px solid #245399;
    color: #fff;
    font-size: 16px;
    outline: none;
    border-radius: 0px 5px 5px 0px;
}
.zc-header-center {
    
}
.zc-header-center .sk-container {
    background-image: url('/static/images/zdqbanner.png');
    background-size: 100% 100%;
    background-repeat: no-repeat;
    text-align: center;
    height: 160px;
    max-width: 100%;
}
#header {
    background-color: #245399;
}

#header a {
    text-decoration: none;
    color: white;
    height: 48px;
    display: block;
}
#header li.on:hover>a {
    border-bottom: 2px solid #FFF;
}
#header li.on>a {
    border-bottom: 2px solid #FFF;
}

#header a:hover {
    color: #DDD;
}

/* 导航栏按钮 */
.btn {
    display: none;
    float: left;
    margin-top: 5px;
    border: 0;
    border-radius: 5px;
    width: 40px;
    height: 40px;
}

.btn>i {
    margin: 15px;
    width: 30px;
    height: 30px;
    color: #FFF;
    font-size: 24px;
    position: relative;
    top: 8px;
}

/* 文字Logo */
#header a.logo {
    float: left;
    font-weight: bold;
    font-size: 39px;
    line-height: 50px;
}

#header div.nav {
    height: 50px;
    width: 1170px;
    margin: 0px auto;
}

#header ul.nav-bar {
    list-style: none;
    line-height: 50px;
    clear: both;
}

#header ul.nav-bar li {
    float: left;
    padding: 0px 41px;
}
#container {
    width: 100%;
    height: 300px;
    background: #FFBBBB;
}
/* 头部END */
/* 自适应其他参数 */
@media only screen and (min-width: 768px) and (max-width: 1024px) {
    .header-logo {
        width: 70% !important;
    }

    #header ul.nav-bar li {
        float: left;
        padding: 0px 18px;
    }

    #header div.nav {
        height: 50px;
        width: 100% !important;
        margin: 0px auto;
    }

    .relevant>a {
        text-indent: 1em !important;
    }

    .tabbox li {
        padding: 0px 12px;
    }

    .policy-document-content1 .list .list-interpretation a {
        text-indent: 0em !important;
    }

    .policy-document .policy-document-title li {
        padding-left: 5px;
    }

    .policy-document .policy-document-title li a {
        font-size: 12px;
    }

    .other-positions .other-positions-lists li {
        width: 31%;
    }
}

@media only screen and (min-width: 1024px) and (max-width: 1366px) {
    #header ul.nav-bar li {
        float: left;
        padding: 0px 34px;
    }

    .policy-document-content1 .list .list-interpretation a {
        text-indent: 0em !important;
    }

    .policy-document .policy-document-title li {
        padding-left: 5px;
    }

    .policy-document .policy-document-title li a {
        font-size: 12px;
    }

    .other-positions .other-positions-lists li {
        width: 31%;
    }
}

@media screen and (max-width: 767px) {
    .zc-header-top {
        display: none;
    }
    .zc-header-center {
        background-size: cover !important;
    }
    #header {
        /* padding: 10px 5%; */
        height: 50px;
        overflow: hidden;
        clear: both;
    }

    #header a.logo {
        line-height: 55px;
        font-size: 30px;
    }

    .btn {
        display: block;
    }

    #header ul.nav-bar {
        margin-top: 15px;
        width: 100%;
    }

    #header ul.nav-bar li {
        float: none;
        padding: 0 10px;
    }

    .container {
        margin: 0px !important;
    }

    .header-logo {
        margin: 21px 0px 21px 0px;
        width: 55%;
    }
}

/* 自适应其他参数 */
