﻿/*头部css*/
.header {
    width: 100%;
    height: 144px;
    background-color: #fff;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 999;
}
.header_info {
    height: 104px;
}
.header_bottom {
    background-color: #06355B;
    height: 40px;
}
.inner {
    width: 1200px;
    box-sizing: border-box;
    margin: 0 auto;
}
ul, ol {
    list-style: none;
}
.header_bottom .nav li:nth-child(1) {
    width: 81px;
}

.header_bottom .nav li {
    float: left;
    width: 120px;
    padding: 0;
}
.clearfix:before, .clearfix:after {
    content: "";
    display: table;
}
.header_logo {
    float: left;
    height: 104px;
    color: #000000;
    font-size: 24px;
    font-weight: bold;
}
.header_logo img {
    display: inline-block;
    height: 44px;
    margin: 30px 20px 30px 0px;
    vertical-align: middle;
}
.kf_num {
    float: right;
    overflow: hidden;
}
.kf_num img {
    float: left;
    width: 36px;
    height: 36px;
    margin: 34px 10px 0 0;
    border: 0;
    vertical-align: middle;
}
.kf_num_con {
    float: left;
    padding-top: 34px;
}
.header_search {
    float: right;
    margin-right: 30px;
    overflow: hidden;
    margin-top: 32px;
    border: 1px solid #1FACFF;
    padding-left: 20px;
}
.header_search img {
    float: left;
    height: 12px;
    margin: 14px 10px 0 0;
}
.header_search input {
    float: left;
    font-size: 14px;
    line-height: 38px;
    color: #000000;
    width: 200px;
}
.header_search button {
    float: left;
    font-size: 14px;
    line-height: 38px;
    color: #fff;
    width: 75px;
    text-align: center;
    background-color: #1FACFF;
}
.kf_num_con h3 {
    font-size: 14px;
    line-height: 15px;
    color: #33334D;
}
.kf_num_con p {
    margin-top: 2px;
    font-size: 20px;
    line-height: 20px;
    color: #33334D;
}
.header_bottom .nav li:nth-child(1) > a {
    text-align: left;
}
.header_bottom .nav li > a {
    display: block;
    font-size: 16px;
    line-height: 40px;
    color: #fff;
    text-align: center;
    position: relative;
}
a {
    text-decoration: none;
}
.clearfix:before, .clearfix:after {
    content: "";
    display: table;
}
.header_bottom .nav li > a::after {
    content: "";
    width: 1px;
    height: 8px;
    background-color: #486B87;
    position: absolute;
    top: 50%;
    right: 0;
    margin-top: -4px;
}
.py-6 {
    padding-top: 10.5rem!important;
}

.footer {
    background: #06355B;
}

.footer_top {
    padding: 48px 0 67px;
}

.footer_top_list li {
    float: left;
    width: 572px;
}

.footer_top_list li:nth-child(2) {
    width: auto;
}

.footer_top_list li:nth-child(3) {
    float: right;
    width: auto;
}

.footer_top_list li h3 {
    font-size: 14px;
    line-height: 38px;
    color: #fff;
    font-weight: bold;
    opacity: .8;
}

.footer_top_list li a {
    display: block;
    font-size: 12px;
    line-height: 12px;
    margin-top: 20px;
    color: #fff;
    opacity: .4;
}

.footer_top_list li a:hover {
    opacity: 1;
    text-decoration: underline;
}

.footer_top_list li h4 {
    font-size: 14px;
    line-height: 16px;
    color: #6A869D;
    margin-top: 8px;
}

.footer_top_list li h4 img {
    width: 16px;
    height: 16px;
    margin-right: 9px;
}

.footer_top_list li h5 {
    font-size: 18px;
    line-height: 28px;
    color: #6A869D;
    font-weight: bold;
}

.footer_top_list li p {
    font-size: 12px;
    line-height: 46px;
    color: #6A869D;
}

.footer_top_con {
    margin-top: 122px;
}

.footer_top_con_left {
    float: left;
}

.footer_logo {
    display: block;
    height: 42px;
    color: #ffffff;
    font-size: 22px;
}

.footer_logo img {
    height: 100%;
    vertical-align: middle;
    margin-right: 20px;
}

.footer_search {
    margin-top: 20px;
    overflow: hidden;
}

.footer_search input {
    float: left;
    background: rgba(19, 77, 123, .3);
    font-size: 14px;
    line-height: 37px;
    color: #fff;
    padding: 0 15px;
    box-sizing: border-box;
}

.footer_search input::placeholder {
    color: #6A869D;
}

.footer_search button {
    float: left;
    font-size: 14px;
    line-height: 37px;
    color: #fff;
    text-align: center;
    width: 80px;
    background: #0078B8;
}

.footer_top_con_right {
    float: right;
    overflow: hidden;
    margin-top: 12px;
}

.footer_top_con_right a {
    float: left;
    width: 109px;
    text-align: center;
}

.footer_top_con_right a h3 {
    width: 59px;
    height: 59px;
    line-height: 57px;
    border-radius: 50%;
    box-sizing: border-box;
    border: 2px solid rgba(106, 134, 157, .3);
    margin: 0 auto;
}

.footer_top_con_right a h3 img {
    width: 24px;
    height: 24px;
    position: relative;
    top: 15px;
}

.footer_top_con_right a p {
    font-size: 12px;
    line-height: 12px;
    color: #6A869D;
    margin-top: 17px;
}

.footer_bottom {
    border-top: 1px solid rgba(56, 93, 124, .5);
    font-size: 12px;
    line-height: 51px;
    color: #fff;
    opacity: .5;
    text-align: center;
}

.fix {
    width: 193px;
    position: fixed;
    top: 50%;
    right: 20px;
    z-index: 999;
    margin-top: -277px;
}

.fix li {
    background-color: #fff;
    box-shadow: 0 3px 8px rgba(0, 0, 0, .2);
    margin-top: 10px;
    padding: 1px 10px 10px;
}

.fix li a {
    display: block;
    background-color: #F0F0F0;
    padding: 0 10px;
    font-size: 14px;
    line-height: 52px;
    color: #343434;
    font-weight: bold;
    margin-top: 10px;
    overflow: hidden;
}

.fix li a img {
    float: left;
    width: 32px;
    height: 32px;
    margin: 10px 9px 10px 0;
}

.fix li > img {
    width: 173px;
    height: 173px;
    margin-top: 10px;
}

.dhzx {
    padding: 20px 11px 0;
    height: 81px;
    box-sizing: border-box;
    background: #F0F0F0 url(../../images/school/dhzx.png) no-repeat right 14px;
    background-size: 55px 45px;
    margin-top: 10px;
}

.dhzx h3 {
    font-size: 14px;
    line-height: 16px;
    color: #343434;
    font-weight: bold;
}

.dhzx p {
    font-size: 14px;
    line-height: 14px;
    color: #1FACFF;
    font-weight: bold;
    margin-top: 10px;
}

.fix li > span {
    display: block;
    width: 34px;
    height: 34px;
    border-radius: 50%;
    background: url(../../images/school/pack_up.png) no-repeat;
    background-size: 100% 100%;
    cursor: pointer;
    position: absolute;
    left: -44px;
    top: 36px;
}

.fix li > i {
    display: block;
    text-align: right;
}

.fix li > i img {
    height: 10px;
    cursor: pointer;
}

.fix.hide {
    width: 72px;
    margin-top: -145px;
}

.fix.hide li > span {
    background: url(../../images/school/an.png) no-repeat;
    background-size: 100% 100%;
}

.fix_ewm {
    height: 173px;
    border: 1px solid #F0F0F0;
    padding: 19px;
    box-sizing: border-box;
    margin-top: 10px;
}

.fix_ewm img {
    width: 100%;
    height: 100%;
}

.fix.hide li > img, .fix.hide li em, .fix.hide .dhzx, .fix.hide li > i, .fix.hide .fix_ewm {
    display: none;
}
h1, h2, h3, h4, h5, h6 {
    text-decoration: none;
    font-weight: normal;
    font-size: 100%;
}
.footer_top_con{
    display: table;
    content: "";
    width: 100%;
}
/*.footer_logo img {
    float: left;
}
.footer_logo span {
    float: right;
}*/
.footer audio, canvas, embed, iframe, img, object, svg, video{
    display: revert!important;
}

/* 小屏幕侧边 */

@media screen and (min-width: 1025px) and (max-width: 1440px) {
    .fix {
        right: 10px;
        /*width: 100px;*/
        margin-top: -198px;
    }

    .fix li {
        padding: 1px 4px 4px;
    }

    .fix li a {
        padding: 0 4px;
        margin-top: 4px;
        font-size: 12px;
        line-height: 30px;
    }

    .fix li a img {
        width: 20px;
        height: 20px;
        margin: 5px 4px 5px 0;
    }

    .fix li > img {
        width: 94px;
        height: 94px;
    }

    .dhzx {
        padding: 10px 4px 0;
        margin-top: 4px;
        background: #F0F0F0 url(../../images/school/dhzx.png) no-repeat right 18px;
        background-size: auto 30px;
    }

    .dhzx h3 {
        font-size: 12px;
    }

    .dhzx p {
        font-size: 12px;
    }

    .fix li > span {
        width: 28px;
        height: 28px;
        left: -38px;
    }

    .fix.hide {
        width: 36px;
    }
}
#footerLabel{
    padding-top: 90px!important;
}