.header-top {
    background-color: #0346A6;
    color: #fff;
}

.banner {
    text-align: center;
}

.bx-gr a {
    display: inline-block;
    width: 100px;
    height: 40px;
    border: 1px solid #0346A6;
    color: #0346A6;
    line-height: 38px;
    text-align: center;
    font-size: 16px;
}

.bx-gr {
    margin-left: 100px;
}

    .bx-gr a:hover {
        background: #0346A6;
        color: #fff;
    }

.bx-nav-tow .bx-nav ul li a:hover,
.bx-nav-tow .bx-nav ul li a.active {
    color: #0346A6;
}

.bg {
    background: url(../images/back.png) #fff no-repeat;
    background-size: cover;
}

.bx-bg-fff {
    background: #fff;
}

.hot-left {
    height: 50px;
    width: 110px;
    background: #FDBE2A;
    color: #fff;
    text-align: center;
    line-height: 50px;
}

.hot-right {
    width: calc(100% - 110px);
    height: 50px;
}

.hot-container {
    height: 50px;
}

    .hot-container a {
        display: block;
        line-height: 50px;
        padding: 0 60px 0 20px;
        font-size: 16px;
    }

        .hot-container a .pull-left {
            display: inline-block;
            max-width: 70%;
            padding-left: 14px;
            position: relative;
            color: #333;
        }

            .hot-container a .pull-left:before {
                content: '';
                width: 4px;
                height: 4px;
                background: #999;
                position: absolute;
                left: 0;
                top: 50%;
                margin-top: -2px;
                border-radius: 2px;
            }

        .hot-container a:hover .pull-left {
            color: #0346A6;
        }

            .hot-container a:hover .pull-left::before {
                background: #0346A6;
            }

.ellipsis {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.ellipsi2022 {
    /*white-space: nowrap;*/
    overflow: hidden;
    text-overflow: ellipsis;
}
.hot-container .swiper-wrapper {
    transition-timing-function: linear;
}

.big-title a {
    display: inline-block;
    line-height: 40px;
}

.big-title h1 {
    font-size: 20px;
    font-weight: bold;
    color: #0346A6;
    border-bottom: 2px solid #FDBE2A;
    line-height: 40px;
    margin-bottom: -1px;
}

.big-title {
    border-bottom: 1px solid #E5E5E5;
}

.h-zy {
    padding: 10px 0;
    margin: 0 -10px;
}

.h-zy-img {
    width: 300px;
    height: 180px;
    overflow: hidden;
}

.h-zy-text {
    /*width: calc(100% - 320px);*/
}

    .h-zy-text h1 {
        font-size: 16px;
        color: #000000;
    }

.h-zy a:hover .h-zy-text h1 {
    color: #0346A6;
}

.h-zy-text p {
    color: #8E919B;
}

.h-text-list li {
    height: 32.5px;
    line-height: 32.5px;
}

.h-text-list a {
    display: inline-block;
    width: 100%;
    padding-left: 20px;
    position: relative;
    color: #000;
    font-size: 16px;
    height: 32.5px;
    line-height: 32.5px;
}

    .h-text-list a:hover {
        color: #0346A6;
    }

    .h-text-list a::before {
        content: '';
        width: 4px;
        height: 4px;
        border: 1px solid #C8C8C8;
        border-radius: 2px;
        position: absolute;
        left: 0;
        top: 50%;
        margin-top: -2px;
    }

.h-hy-img {
    width: 200px;
    height: 142px;
    overflow: hidden;
}

.h-hy-text {
    width: calc(100% - 220px);
}

    .h-hy-text h1 {
        font-size: 16px;
        color: #000000;
    }

.h-hy-list a:hover .h-hy-text h1 {
    color: #0346A6;
}

.h-hy-text p {
    color: #8E919B;
}

.firends li {
    float: left;
    width: 20%;
    padding: 0 25px;
    line-height: 50px;
    height: 50px;
}

    .firends li a {
        display: block;
        height: 50px;
        /*border: 1px solid #E5E5E5;*/
        background: #fff;
        position: relative;
    }

.firends ul {
    margin: 0 -25px;
}

.firends li a img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    max-width: 80%;
    max-height: 80%;
}

.big-title2,
.big-title2 h1 {
    border-bottom: none;
}

.footer-top {
    padding: 40px 0 20px 0;
}

    .footer-top h2 {
        font-size: 16px;
        color: #333333;
        margin-bottom: 20px;
    }

    .footer-top li a {
        font-size: 14px;
        color: #686868;
        opacity: 0.4;
        line-height: 30px;
    }

        .footer-top li a:hover {
            color: #0346A6;
            opacity: 1;
        }

    .footer-copy a,
    .footer-copy p,
    .footer-top p {
        font-size: 14px;
        color: #686868;
        opacity: 0.4;
    }

.foooter-wechat p {
    font-size: 16px;
    color: #333;
}

.slider-bar {
    position: fixed;
    top: 65%;
    right: 0;
}

    .slider-bar li {
        width: 100px;
        height: 100px;
        background: #fff;
        display: flex;
        align-items: center;
        justify-content: center;
    }

        .slider-bar li i {
            color: #0346A6;
            font-size: 24px;
        }

        .slider-bar li:hover {
            background: #0346A6;
        }

            .slider-bar li:hover p,
            .slider-bar li:hover i {
                color: #fff;
            }

        .slider-bar li p {
            color: #333;
            font-size: 16px;
        }

.left-nav {
    width: 160px;
}

.right-content {
    width: calc(100% - 180px);
}

.left-nav li a {
    display: block;
    height: 50px;
    line-height: 50px;
    background: #fff;
    padding-left: 48px;
    color: #8E919B;
    font-size: 16px;
}

    .left-nav li a.active {
        background: #FDBE2A;
        color: #fff;
    }

.detail h1 {
    font-size: 20px;
    margin: 20px 0;
}

.detail p {
    font-size: 16px;
    color: #8E919B;
}

.login-page {
    height: calc(100vh - 128px);
    background: url(../images/login.png) no-repeat;
    background-size: cover;
}

.login-box {
    width: 460px;
}

    .login-box h1 {
        font-size: 20px;
    }

    .login-box a {
        color: #0346A6;
    }

    .login-box input {
        border: 1px solid #E5E5E5;
        height: 50px;
        width: 100%;
        text-indent: 1em;
    }

        .login-box input::-webkit-input-placeholder {
            color: #333;
        }

    .login-box .input-btn {
        background: #FDBE2A;
        color: #fff;
        border: none;
        outline: none;
    }

.login-content {
    display: flex;
    align-items: center;
    height: 100%;
    justify-content: space-between;
}

.yzm-box a {
    display: inline-block;
    width: 110px;
    height: 50px;
    line-height: 50px;
    background: #0346A6;
    color: #fff;
    text-align: center;
}

.yzm-box .pull-left {
    width: calc(100% - 120px);
}

.personal-left {
    width: 240px;
    line-height: 50px;
}

.personal-right {
    width: calc(100% - 260px);
    min-height: 715px;
}

.personal-left h1 {
    background: #0346A6;
    font-size: 18px;
    color: #fff;
    line-height: 50px;
    text-align: center;
}

.personal-left h2 {
    text-align: center;
    line-height: 50px;
    font-size: 16px;
    color: #000;
    background: #fff;
    margin-bottom: 1px;
}

.personal-left li,
.personal-left li a {
    font-size: 16px;
    line-height: 30px;
}

    .personal-left li a {
        padding-left: 84px;
    }

        .personal-left li a.active,
        .personal-left li a:hover {
            color: #0346A6;
        }

.personal-left ul {
    background: #fff;
    padding: 10px 0;
}

.personal-img {
    width: 120px;
    height: 120px;
    line-height: 120px;
    text-align: center;
    overflow: hidden;
}

.bx-color-000 {
    color: #000000;
}

.bx-lh120 {
    line-height: 120px;
}

.ch-btn {
    display: inline-block;
    width: 40px;
    height: 24px;
    line-height: 24px;
    background: #FDBE2A !important;
    color: #fff;
    text-align: center;
    margin-left: 5px;
}

    .ch-btn:hover {
        color: #fff;
    }

.personal-info {
    border-bottom: 1px dashed #E5E5E5;
}

.fb-btn {
    display: inline-block;
    width: 120px;
    height: 120px;
    border: 1px solid #0346A6;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

    .fb-btn p {
        color: #0346a6;
    }

.help-img {
    width: 200px;
    height: 125px;
    overflow: hidden;
}

.help-text {
    width: calc(100% - 220px);
    padding-top: 20px;
}

    .help-text h1 {
        color: #000000;
        margin-bottom: 10px;
    }

    .help-text p {
        color: #8E919B;
    }

.help-list a:hover h1 {
    color: #0346A6;
}

.cz-btn {
    height: 50px;
    display: inline-block;
    background: #FDBE2A !important;
    color: #fff !important;
    padding: 0 40px;
    line-height: 50px;
    font-size: 16px;
    width: 120px;
    text-align: center;
}

    .cz-btn:hover {
        color: #fff;
    }

.cz-text a {
    display: inline-block;
    width: 120px;
    height: 40px;
    border: 1px solid #E5E5E5;
    color: #8E919B;
    line-height: 38px;
    font-size: 16px;
    vertical-align: middle;
    text-align: center;
}

.cz-text span {
    color: #8E919B;
    margin-left: 20px;
    vertical-align: middle;
    font-size: 16px;
}

.cz-text a.active {
    color: #0346A6;
    border-color: #0346A6;
}

.leader-img {
    width: 180px;
    height: 220px;
    overflow: hidden;
}

.leader-img-m {
    line-height: 220px;
}

.leader-text {
    width: calc(100% - 200px);
}

    .leader-text h1 {
        color: #0346A6;
    }

.work-img {
    width: 260px;
    height: 160px;
    overflow: hidden;
}

.work-text {
    width: calc(100% - 280px);
}

    .work-text p {
        color: #8E919B;
    }

    .work-text h1 {
        color: #000;
    }

.work-list a:hover .work-text h1 {
    color: #0346A6;
}

.hz-list li {
    float: left;
    width: 20%;
    padding: 10px 13px;
}

.hz-list {
    margin: -10px -13px;
}

    .hz-list li .hz-img {
        height: 120px;
        display: flex;
        align-items: center;
        justify-content: center;
        border: 1px solid #E5E5E5;
    }

        .hz-list li .hz-img img {
            max-width: 80%;
            max-height: 80%;
        }

.left-nav p {
    line-height: 50px;
    text-align: center;
    background: #0346A6;
    color: #fff;
    font-size: 16px;
}

.work-text .bx-color-000 {
    color: #000;
}

.zy-search {
    font-size: 0;
}

    .zy-search input {
        height: 50px;
        width: 600px;
        border: 1px solid #E5E5E5;
        vertical-align: top;
        text-indent: 1em;
        font-size: 16px;
    }

.zy-cate li {
    display: inline-block;
}

    .zy-cate li a {
        display: inline-block;
        padding: 0 20px;
        color: #8E919B;
        font-size: 16px;
        line-height: 40px;
    }

        .zy-cate li a.active,
        .zy-cate li a:hover {
            color: #0346A6;
        }

.zy-cate ul {
    white-space: nowrap;
    text-align: center;
}

.zy-two-cate .pull-left {
    width: 100px;
    line-height: 30px;
}

.zy-two-cate .pull-right {
    width: calc(100% - 100px);
}

.zy-two-cate {
    border: 1px solid #E5E5E5;
    padding: 10px 20px;
    font-size: 16px;
    color: #8E919B;
}

    .zy-two-cate li {
        float: left;
        margin: 0 10px;
    }

    .zy-two-cate ul {
        margin: 0 -10px;
    }

    .zy-two-cate li a {
        padding: 0 10px;
        font-size: 16px;
        color: #8E919B;
        line-height: 30px;
        display: inline-block;
    }

        .zy-two-cate li a:hover,
        .zy-two-cate li a.active {
            color: #FDBE2A;
        }

.zy-label li {
    float: left;
    line-height: 30px;
    height: 30px;
    padding: 0 17px;
    border: 1px solid #FDBE2A;
    color: #FDBE2A;
    font-size: 14px;
    margin: 0 20px
}

.zy-label {
    margin: 0 -20px;
}

.zy-img {
    width: 260px;
    height: 160px;
    overflow: hidden;
}

.zy-text {
    width: calc(100% - 280px);
    padding-top: 20px;
}

    .zy-text h1 {
        color: #000000;
        margin-bottom: 10px;
    }

    .zy-text p {
        color: #8E919B;
        margin-bottom: 20px;
    }

.zy-list > li {
    padding: 10px 0;
}

.input-text {
    width: 100%;
    height: 50px;
    border: 1px solid #E5E5E5;
    margin-bottom: 30px;
    text-indent: 1em;
    font-size: 14px;
}

.msg-box p {
    color: #000;
    margin-bottom: 10px;
    font-size: 16px;
}

.input-textarea {
    width: 100%;
    height: 100px;
    padding: 10px 0;
    text-indent: 1em;
    border: 1px solid #e5e5e5;
    margin-bottom: 30px;
    font-size: 14px;
}

.input-btn {
    width: 120px;
    height: 50px;
    line-height: 48px;
    background: #FDBE2A;
    color: #fff;
    outline: none;
    border: 1px solid #FDBE2A;
    font-size: 16px;
    transition: all linear .3s;
    -webkit-transition: all linear .3s;
}

    .input-btn:hover {
        color: #FDBE2A;
        background: transparent;
    }

.detail-h1 {
    font-size: 20px;
    color: #000;
}

.detail-desc {
    color: #C8C8C8;
    margin-top: 10px;
    font-size: 14px;
}

.my-info .pull-left {
    width: 100px;
    line-height: 50px;
}

.my-info .pull-right {
    width: 300px;
    float: left !important;
}

.my-info .input-text {
    margin-bottom: 10px;
}

.input-file {
    display: inline-block;
    border: 1px solid #E5E5E5;
}

.record table {
    width: 100%;
    text-align: center;
}

    .record table tr th {
        height: 40px;
        background: #0346A6;
        color: #fff;
        text-align: center;
        font-size: 16px;
    }

    .record table tr td {
        height: 50px;
        font-size: 16px;
    }

        .record table tr td .btn-a {
            border: 1px solid #FDBE2A;
            color: #FDBE2A;
            padding: 5px 20px;
            border-radius: 2px;
        }

            .record table tr td .btn-a:hover {
                background: #FDBE2A;
                color: #fff;
            }

.membernews .pull-right {
    width: calc(100% - 100px);
}

.invoice-type li {
    display: inline-block;
}

    .invoice-type li a {
        display: inline-block;
        line-height: 36px;
        color: #FDBE2A;
        padding: 0 20px;
        margin: 0 20px;
        font-size: 16px;
        border: 1px solid #FDBE2A;
    }

    .invoice-type li.active a {
        background: #FDBE2A;
        color: #fff;
    }

.invoice-type ul {
    margin-left: -20px;
}

.change-pwd {
    width: 400px;
    margin: 150px auto;
}

.release-img {
    width: 260px;
    height: 160px;
    overflow: hidden;
}

.release-text {
    width: calc(100% - 280px);
}

.release-desc {
    font-size: 14px;
    color: #8E919B;
    line-height: 20px;
    height: 40px;
    margin-bottom: 20px;
}

.release-cz .pull-left {
    font-size: 14px;
    color: #8E919B;
    line-height: 30px;
}

.release-cz .pull-right {
    display: inline-block;
    padding: 0 10px;
    height: 30px;
    line-height: 28px;
    border: 1px solid #FDBE2A;
    border-radius: 3px;
    color: #FDBE2A;
    transition: all linear .3s;
    -webkit-transition: all linear .3s;
}

    .release-cz .pull-right:hover {
        background: #FDBE2A;
        color: #fff;
    }

.release-item {
    margin-bottom: 20px;
}
