.container-flex {
    display: flex;
    justify-content: space-between;
}

.container {
    max-width: 1200px;
    margin: 0 auto;
}


/* 顶部 */

.top {
    height: 40px;
}

.top .container-flex {
    align-items: center;
}

.top-left {
    line-height: 40px;
    font-size: 16px;
}

.top-left span {
    padding-left: 20px;
}

.top-left>a {
    color: #295ebe;
}

.top-left span a {
    color: #010100;
}

.top-right {
    display: flex;
    align-items: center;
    /* padding: 10px 0; */
}

.top-search {
    width: 248px;
    height: 31px;
    border: 1px solid #dedfe1;
    border-radius: 3px;
    position: relative;
}

.top-search input {
    width: 214px;
    text-indent: 10px;
    color: #c6c4c9;
    line-height: 31px;
}

.top-search input::-webkit-input-placeholder {
    color: #c1c4cc;
}

.top-search input::-moz-placeholder {
    color: #c1c4cc;
}

.top-search input:-ms-input-placeholder {
    color: #c1c4cc;
}

.top-search input::-ms-input-placeholder {
    color: #c1c4cc;
}

.top-search input::placeholder {
    color: #c1c4cc;
}

.top-search button {
    position: absolute;
    right: 0;
    top: 0;
    width: 34px;
    height: 30px;
}

.top-searchadvanced {
    width: 80px;
    text-align: center;
    color: #2b60ae;
}


/* banner */

.banner img {
    width: 100%;
}


/* 底部 */

.footer {
    margin: 80px 0 0;
    border-top: 5px solid #095cb8;
    padding-bottom: 54px;
}

.ft-link {
    text-align: center;
    line-height: 80px;
}

.ft-link,
.ft-link a {
    color: #162415;
}

.ft-link span {
    margin: 0 5px;
}

.ft-pic {
    width: 100px;
    margin-right: 20px;
}

.ft-pic img {
    width: 100%;
}

.ft-cont {
    flex: 1;
    line-height: 38px;
    font-size: 14px;
    color: #8b8d8c;
}

.mo-top,
.mo-login,
.mo-search {
    display: none;
}

@media screen and (max-width:1200px) {
    .container {
        width: 96%;
    }
}

.nav {
    height: 48px;
    background: #095cb8;
}

.nav>ul>li {
    float: left;
    font-size: 18px;
    padding: 0 1.5%;
    position: relative;
    height: 50px;
}

.nav li {
    cursor: pointer;
}


/* .nav>ul>li:first-child::before {
    display: none;
}

.nav>ul>li:before {
    content: "";
    width: 2px;
    height: 22px;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    background: #fff;
} */

.nav>ul>li>a {
    position: relative;
    display: block;
    line-height: 50px
}

.nav>ul>li>a:after {
    content: "";
    width: 100%;
    height: 6px;
    background: #44baff;
    position: absolute;
    left: 0;
    bottom: 0;
    display: none;
}

.nav li:hover a {
    color: #fff;
}

.nav li:hover>a:after,
.nav li.active>a:after {
    display: block;
}

.nav li,
.nav li a {
    color: #9bc2ed;
}

.subnav {
    position: absolute;
    top: 64px;
    width: 170px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 100;
    display: none;
}

.subnav ul {
    width: 168px;
    padding: 10px 0;
    font-size: 14px;
    border-radius: 5px;
    background: rgba(9, 92, 184, .85);
    position: relative;
}

.subnav li {
    line-height: 36px;
    height: 36px;
    text-align: center;
    cursor: pointer;
    font-size: 18px;
    color: #fff;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

.subnav li:hover {
    background: #1672d5;
    font-weight: bold;
}

@media screen and (max-width:992px) {
    .top {
        height: 55px;
    }
    .pc-top {
        display: none;
    }
    .nav>ul>li {
        float: none;
    }
    .nav>ul>li:before {
        display: none;
    }
    .nav>ul>li {
        padding: 0;
    }
    .mo-login {
        display: block;
        text-align: center;
        font-size: 14px;
        line-height: 18px;
        margin-bottom: 10px;
        color: #fff
    }
    .mo-login a {
        color: #fff;
        display: inline-block;
        vertical-align: middle;
        padding: 0 4px
    }
    .mo-search {
        display: block;
        margin-bottom: 10px
    }
    .mo-search .select {
        background-color: #fff;
        height: 32px;
        background-repeat: no-repeat;
        background-position: right 10px center;
        background-image: url(../images/jt1-on.png);
        display: block;
        width: 100%;
        margin-bottom: 15px;
        text-align: center;
        -moz-text-align-last: center;
        text-align-last: center;
        line-height: 32px;
        font-size: 14px
    }
    .mo-search .box {
        display: flex;
        align-items: center;
        justify-content: space-between
    }
    .mo-search .inp {
        flex-grow: 1;
        background-color: #fff;
        padding: 0 15px;
        color: #333;
        line-height: 28px;
        height: 28px;
        font-size: 14px;
        width: 100%;
        border: 1px solid #fff
    }
    .mo-search .sub {
        flex-shrink: 0;
        width: 80px;
        line-height: 28px;
        text-align: center;
        font-size: 14px;
        color: #fff;
        background-color: #E79C3B;
        margin-left: 10px
    }
    .menuBtn {
        position: relative;
        z-index: 9;
        display: none;
        float: right;
        width: 26px;
        cursor: pointer;
        height: 24px;
        transition: .3s;
    }
    .menuBtn b {
        display: block;
        height: 3px;
        width: 100%;
        background-color: #3e7cff;
        margin: 5px 0;
        border-radius: 2px;
        transition: .3s;
    }
    .menuBtn b:last-child {
        margin-bottom: 0
    }
    .menuBtn.open b {
        opacity: 0;
        position: absolute
    }
    .menuBtn.open b:first-child {
        left: 0;
        top: 0;
        opacity: 1;
        transform: rotate(45deg);
        -webkit-transform: rotate(45deg);
        -o-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        -moz-transform: rotate(45deg);
        transform-origin: 0 0
    }
    .menuBtn.open b:last-child {
        opacity: 1;
        left: -2px;
        bottom: -2px;
        transform: rotate(-45deg);
        -webkit-transform: rotate(-45deg);
        -o-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
        transform-origin: 0 0;
        -moz-transform: rotate(-45deg)
    }
    .nav {
        width: 280px;
        background-color: #3e7cff;
        position: fixed;
        left: 0;
        top: 55px;
        bottom: 0;
        z-index: 999;
        transition: .3s;
        -ms-transition: .3s;
        -moz-transition: .3s;
        -webkit-transition: .3s;
        -o-transition: .3s;
        height: calc(100% - 55px);
        padding: 30px 15px;
        transform: translateX(-320px);
        -ms-transform: translateX(-320px);
        -moz-transform: translateX(-320px);
        -webkit-transform: translateX(-320px);
        -o-transform: translateX(-320px)
    }
    .nav.open {
        transform: translateX(0);
        -ms-transform: translateX(0);
        -moz-transform: translateX(0);
        -webkit-transform: translateX(0);
        -o-transform: translateX(0)
    }
    .mo-top {
        display: block;
        height: 55px;
        position: fixed;
        left: 0;
        top: 0;
        width: 100%;
        background-color: #fff;
        z-index: 99;
        box-shadow: 0 0 10px rgba(0, 0, 0, .2)
    }
    .mo-top .container {
        height: 55px;
        align-items: center;
    }
    .mo-top .logo img {
        height: 40px;
    }
    .mo-login {
        text-align: center;
        font-size: 14px;
        line-height: 18px;
        margin-bottom: 10px;
        color: #fff
    }
    .mo-login a {
        color: #fff;
        display: inline-block;
        vertical-align: middle;
        padding: 0 4px
    }
    .menuBtn {
        display: block
    }
    .nav>ul>li {
        height: auto;
    }
    .nav>ul>li:hover .subnav {
        display: block;
    }
    .subnav {
        position: static;
        transform: none;
    }
    .subnav,
    .subnav ul {
        width: 100%;
    }
}

@media screen and (min-width:1199px) {
    .nav>ul>li {
        padding: 0 30px;
    }
    .banner img {
        height: 380px;
    }
}

@media screen and (max-width:1100px) {
    .nav>ul>li {
        padding: 0 1%;
    }
}

@media screen and (max-width:768px) {
    .pc-top {
        display: none;
    }
    .footer .container-flex {
        flex-direction: column;
        align-items: center;
    }
}

@media screen and (max-width:576px) {
    .container {
        width: 92%;
    }
    .ft-cont {
        font-size: 12px;
        line-height: 2;
        margin-top: 1%;
    }
    .ft-cont p {
        margin-bottom: 1%;
    }
}