* {
    font-family: "微软雅黑", serif;
}
body, ul, li, p, label {
    margin: 0;
    padding: 0;
    list-style: none;
}

body {
    font-size: 16px;
    background: #f8f8f8;
    color: #181818;
}

a, a:hover {
    color: #686868;
    text-decoration: none;
}

.page {

}

.container-box {
    width: 1200px;
    height: 100%;
    margin: 0 auto;
    padding: 0;
}

/*----头部--------*/
.header {
    width: 100%;
    height: fit-content;
}

.header-logo {
    background-color: #006595;
    height: 125px;
}

.header-logo > .container-box {
    background-image: url(/static/t/gkcj/images/header_bg.jpg);
    background-repeat: no-repeat;
    background-position-x: right;
    background-size: 221px;
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.header-logo > .container-box > img {
    width: 370px;
    height: 70px;
}

.header-logo > .container-box > a {
    color: #eaf4fa;
    line-height: 36px;
    font-size: 15px;
}

.header-navi {
    height: 50px;
    background-color: #00496c;
}

.first-nav {
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.first-nav > li {
    width: 100%;
    height: 100%;
    text-align: center;
}

.first-nav > li > a {
    width: 100%;
    height: 45px;
    line-height: 40px;
    display: block;
    margin-top: 5px;
    color: #ffffff;
    cursor: pointer;
    position: relative;
}

.first-nav > li > a:after {
    position: absolute;
    content: "";
    width: 0px;
    height: 26px;
    top: 7px;
    right: 0;
    border-right: 1px solid #003960;
}

.first-nav > li:last-child  > a:after {
    border-right: 0;
}

.first-nav > li:hover > a {
    background-color: #006595;
    color: #ffffff;
}

.first-nav > li:hover > .second-nav {
    display: block;
}

.second-nav {
    width: 100%;
    background-color: #006595;
    display: none;
    position: relative;
    z-index: 20;
}

.second-nav > li {
    position: relative;
}

.second-nav > li > a {
    width: 100%;
    height: 43px;
    line-height: 43px;
    display: block;
    color: #ffffff;
    cursor: pointer;
}

.second-nav > li:hover > a, .third-nav > li:hover > a {
    background-color: #ffffff;
    color: #00496c;
}

.second-nav > li:hover > .third-nav {
    display: block;
}

.third-nav {
    position: absolute;
    top: 0;
    left: 100%;
    width: 100%;
    background-color: #006595;
    display: none;
}

.third-nav > li {

}

.third-nav > li > a {
    display: block;
    height: 43px;
    line-height: 43px;
    color: #ffffff;
    cursor: pointer;
}

.header-banner, .header-banner div {
    width: 100%;
}

.header-banner img {
    width: 100%;
    height: 360px;
}

/*-----中部------*/
.middle {

}

/*------底部-------*/
.footer {
    width: 100%;
    height: 376px;
    background-image: url(/static/t/gkcj/images/bottom_bg2.jpg);
    overflow: hidden;
}

.footer-top {
    overflow: hidden;
    padding: 32px 0 20px;
    height: 156px;
}

.code-box {
    overflow: hidden;
}

.code-box li {
    float: left;
    margin-right: 24px;
    cursor: pointer;
}

.code-box li img {
    width: 86px;
}

.code-box li p {
    font-size: 14px;
    color: #444444;
    font-weight: bold;
    text-align: center;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

.footer-bottom {
    padding: 50px 0;
    overflow: hidden;
}

.footer-bottom-logo {
    display: block;
    width: 370px;
    height: 120px;
    margin: 0 auto;
}

.base-info {
    font-size: 14px;
    color: #FFFFFF;
    line-height: 28px;
}

.bottom-links {
    width: 200px;
}

.bottom-links li {
    width: 90px;
    float: left;
}

.bottom-links li:nth-child(2n+1) {
    border-right: 1px solid #FFFFFF;
}

.bottom-links li a {
    display: block;
    font-size: 14px;
    color: #FFFFFF;
    padding: 8px 15px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}


/*手机端需要隐藏的东西*/
.header-mobile, .introduction-mobile, .news-mobile, .mobile, .footer-mobile {
    display: none;
}
