.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%;
}


/*导航*/

.nav>ul>li {
    float: left;
    font-size: 18px;
    padding: 0 28px;
    line-height: 50px;
    position: relative;
}

.nav>ul>li:hover .subnav {
    display: block;
}

.nav li {
    cursor: pointer;
}

.nav li,
.nav li a {
    color: #fff;
}

.nav li i {
    margin-left: 12px;
    float: right;
}

.subnav {
    position: absolute;
    top: 50px;
    width: 210px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 100;
    display: none;
}

.subnav ul {
    margin: 10px;
    padding: 10px 0;
    background-color: #fff;
    font-size: 14px;
    border: 1px solid #ebeef5;
    border-radius: 4px;
    box-shadow: 0 2px 12px 0 rgba(0, 0, 0, .1);
    position: relative;
}

.subnav ul:after {
    position: absolute;
    content: "";
    left: 70px;
    top: -7px;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    border-bottom: 8px solid #fff;
}

.subnav ul:before {
    position: absolute;
    content: "";
    left: 70px;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    top: -10px;
    border-bottom: 8px solid rgba(0, 0, 0, .01);
}

.subnav li {
    line-height: 35px !important;
    display: block;
    height: 35px;
    text-align: center;
    color: #606266 !important;
    background-color: #fff;
    cursor: pointer;
    font-size: 14px;
}

.subnav li:hover {
    background-color: #ecf5ff;
    color: #66b1ff;
}


/* 底部 */

.footer {
    margin: 100px 0 20px;
    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%;
    }
}

@media screen and (max-width:992px) {
    .pc-top {
        display: none;
    }
    .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: #357c95;
        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: #357c95;
        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: 100%;
        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)
    }
    .nav>ul>li {
        float: none;
        height: auto;
        text-align: left;
        padding: 0;
        border-bottom: 1px solid #fff;
    }
    .subnav ul {
        border-radius: 0;
        margin: 0;
    }
    .subnav ul::after,
    .subnav ul::before {
        display: none;
    }
    .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
    }
    .subnav {
        position: static;
        width: 100%;
        transform: none;
    }
}

@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%;
    }
}