 /* 头部 */
 body {
    background-image: url('/static/images/bsqbanner.png');
    background-size: 100%;
    background-repeat: no-repeat;
    max-width: 100%;
}
.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-center {
background-color: #24539938;
}

.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: 20px 0px;
}

.container {
margin: 85px auto;
}

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

input:-ms-input-placeholder {
color: #FFF;
}

input::-webkit-input-placeholder {
color: #FFF;
}

input::-moz-placeholder {
color: #FFF;
}

.parent>input:first-of-type {
width: 620px;
height: 52px;
font-size: 16px;
outline: none;
text-indent: 1em;
color: #FFF;
border: none;
border-radius: 5px 0px 0px 5px;
background-color: rgba(255, 255, 255, .3);
}

.parent>input:last-of-type {
width: 110px;
height: 52px;
position: absolute;
background: #245399;
border: 1px solid #245399;
color: #fff;
font-size: 16px;

outline: none;
border-radius: 0px 5px 5px 0px;
}

#header a {
text-decoration: none;
color: #fff;
height: 100px;
display: block;
font-size: 18px;
font-weight: bold;
text-align: center;
}

#header li:hover {
border-bottom: 5px solid #245399;
background: #7ca0d687;
}

#header li.on {
border-bottom: 5px solid #245399;
height: 95px;
background: #7ca0d687;
}

#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: 100px;
width: 100%;
margin: 0px auto;
}

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

#header ul.nav-bar li {
float: left;
width: 95px;
height: 94px;
}

#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 {
    width: 67px;
}

#header a {

    font-size: 14px;
}

#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%;
}

.parent>input:first-of-type {
    background-color: rgba(41, 127, 212, 0.3);
}
}

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

.parent>input:first-of-type {
    background-color: rgba(41, 127, 212, 0.3);
}

.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;
}

.parent {
    right: 54px;
}

.parent>input:first-of-type {
    background-color: rgba(41, 127, 212, 0.3);
    width: 57%;
}

#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%;
}
}

/* 自适应其他参数 */