.icon-pointer {
    display: inline-block;
    width: 24px;
    height: 10px;
    position: relative;
    background: #cdcdcd;
}
.icon-pointer:after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 0;
    height: 0;
    border-left: 5px solid white;
    border-top: 5px solid transparent;
    border-bottom: 5px solid transparent;
}
.icon-pointer:before {
    content: "";
    position: absolute;
    right: -5px;
    bottom: 0;
    width: 0;
    height: 0;
    border-left: 5px solid #cdcdcd;
    border-top: 5px solid transparent;
    border-bottom: 5px solid transparent;
}

ul {
    list-style-type: none;
}

body a {
    color: #333;
}

a:hover {
    color: #007bff;
}

.bg-fff {
    background-color: #fff;
}

.mt-8 {
    margin-top: 5rem;
}

.mb-10 {
    margin-bottom: 8rem;
}

.p20 {
    padding: 20px;
}

.mtb15 {
    margin-top: 15px;
    margin-bottom: 15px;
}

.row-flex {
    display: flex;
}

.border-right-1 {
    border-right: #ddd 1px solid;
}

.navbar-brand {
    margin-right: 0.5rem;
}

.navbar-light .navbar-nav .nav-link {
    padding: 0 12px;
}

    .navbar-light .navbar-nav .nav-link.link-color-333, .dropdown-item.link-color-333 {
        color: #333;
        font-size: 100%;
    }

.navbar-light .navbar-nav .show > .nav-link.link-color-333, .navbar-light .navbar-nav .active > .nav-link.link-color-333 {
    color: #007bff;
}

.dropdown-menu.m-18 {
    margin: 1.8rem 0 0;
}


.auth-btn {
    display: inline-block;
    width: 100px;
    height: 40px;
    line-height: 40px;
    border-radius: 20px;
    text-align: center;
}

    .auth-btn.login {
        background-color: #007bff;
    }

    .auth-btn.signUp {
        color: #007bff;
        border: #007bff 1px solid;
        background-color: #fff;
    }

/* 移动端菜单开始 */
.mask {
    display: none;
    position: fixed;
    z-index: 597;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.75);
    opacity: 0;
    transition: opacity .2s;
}

.mask.on {
    display: block;
    opacity: 1;
}

body.modal-open {
    position: fixed;
    width: 100%;
}

.menu {
    display: none;
    position: fixed;
    z-index: 598;
    top: 0;
    right: 0;
    bottom: 0;
    width: 65%;
    background-color: #f5f5f5;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    -webkit-transition: transform .3s;
    transition: transform .3s;
}

.menu.on {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.menu img {
    display: block;
    width: 70%;
    margin: 27px 20px;
}

.menu li a {
    position: relative;
    display: block;
    margin: 0 15px;
    padding: 0 15px;
    line-height: 50px;
    font-size: 16px;
    color: #048;
}

.menu li a:after {
    content: " ";
    display: inline-block;
    height: 6px;
    width: 6px;
    border-width: 2px 2px 0 0;
    border-color: #ccc;
    border-style: solid;
    -webkit-transform: matrix(0.71, 0.71, -0.71, 0.71, 0, 0);
    transform: matrix(0.71, 0.71, -0.71, 0.71, 0, 0);
    position: absolute;
    top: 50%;
    margin-top: -4px;
    right: 10px;
}

.menu li+li a {
    box-shadow: inset 0 1px 0 rgba(0, 0, 0, .2);
}

.menu>ul>li:nth-child(1) {
    animation-delay: .1s;
}

.menu>ul>li:nth-child(2) {
    animation-delay: .2s;
}

.menu>ul>li:nth-child(3) {
    animation-delay: .3s;
}

.menu>ul>li:nth-child(4) {
    animation-delay: .4s;
}

.menu>ul>li:nth-child(5) {
    animation-delay: .5s;
}

.menu-btn {
    display: none;
    position: absolute;
    top: 70px;
    right: 0;
    z-index: 599;
    width: 50px;
    height: 50px;
}

.menu-btn.on,
.menu-btn.fixed {
    position: fixed;
    top: 20px;
}

.menu-btn>span {
    position: absolute;
    left: 0;
    right: 0;
    width: 22px;
    height: 2px;
    margin: 0 auto;
    background: #048;
    border-radius: 2px;
    transition: .25s;
}

.menu-btn>span:nth-child(1) {
    top: 18px;
}

.menu-btn>span:nth-child(2) {
    top: 24px;
}

.menu-btn>span:nth-child(3) {
    top: 30px;
}

.menu-btn.on span,
.hd+.menu-btn>span {
    background: #048;
}

.menu-btn.on span:nth-child(1) {
    top: 21px;
    transform: rotate(45deg);
}

.menu-btn.on span:nth-child(2) {
    opacity: 0;
    transform: rotate(90deg);
}

.menu-btn.on span:nth-child(3) {
    top: 21px;
    transform: rotate(135deg);
}
/* 移动端菜单结束 */


.slide-v5 {
    margin: 0 0 3rem 0;
}

    .slide-v5 .carousel-indicators {
        bottom: -50px;
    }

        .slide-v5 .carousel-indicators li {
            width: 40px;
            height: 10px;
            border-radius: 10px;
        }

.img-box {
    display: block;
    text-align: center;
    height: 140px;
    overflow: hidden;
}

.text-line-clamp {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    text-overflow: ellipsis;
    overflow: hidden;
    -webkit-box-orient: vertical;
    word-wrap: break-word;
    word-break: break-all;
}

.title-line-clamp {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    text-overflow: ellipsis;
    overflow: hidden;
    -webkit-box-orient: vertical;
    word-wrap: break-word;
    word-break: break-all;
}

.baoming.signUp {
    position: absolute;
    bottom: 10px;
    width: 100%;
    background-color: transparent;
    padding: 0;
}

    .baoming.signUp .right a {
        padding: 7px 30px;
        margin: 0 10px;
        border: #fff 1px solid;
        border-radius: 8px;
    }

        .baoming.signUp .right a.first {
            background-color: #007bff;
        }

        .baoming.signUp .right a.second {
            background-color: #e2582a;
            color: #fff;
        }

.container-bg {
    background-color: #f2f2f2;
}

.column-title {
    margin: 30px auto 40px;
}

    .column-title h5 {
        position: relative;
        float: left;
        text-align: center;
        width: 200px;
        height: 24px;
        font-weight: 500;
    }

        .column-title h5::before, .column-title h5::after {
            content: "";
            position: absolute;
            top: 50%;
            border: solid 1px #eee;
            width: 25%;
        }

        .column-title h5::before {
            left: 0;
        }

        .column-title h5::after {
            right: 0;
        }

    .column-title a {
        float: right;
        margin-left: 20px;
        line-height: 24px;
        font-size: 14px;
        color: #999;
    }

.newsList li {
    line-height: 50px;
}

    .newsList li span {
        position: relative;
        float: left;
        width: 130px;
        margin-right: 30px;
        border-right: #eee 1px solid;
    }

        .newsList li span::after {
            content: '';
            position: absolute;
            top: 35%;
            right: -8px;
            width: 15px;
            height: 15px;
            border: #eee 3px solid;
            border-radius: 100%;
            background-color: #999;
        }

    .newsList li a {
        float: left;
        width: calc(100% - 160px);
        height: 50px;
        text-overflow: ellipsis;
        overflow: hidden;
    }

.divider-bottom {
    padding-bottom: 20px;
    margin-bottom: 20px;
    border-bottom: #ddd 1px solid;
}

.about-arrow {
    padding-right: 10px;
}

    .about-arrow i {
        color: #007bff;
        font-size: 50px;
    }

.about-main a {
    color: #007bff;
    margin-bottom: 10px;
}

.about-main p {
    margin: 0;
    line-height: 20px;
    font-size: 12px;
    color: #666;
}

.about-download {
    font-size: 50px;
    color: #007bff;
}

.about-download-text {
    margin-bottom: 50px;
    font-size: 16px;
    color: #333;
}

.about-download-btn {
    font-size: 12px;
    margin: 0 6px;
    padding: 3px 12px;
    background-color: #fff;
    border: #666 1px solid;
}

.time-line {
    height: 100px;
    padding: 20px 0;
    background-color: #1446a0;
    color: #fff;
}

    .time-line div {
        text-align: center;
    }

    .time-line p {
        margin: 0;
    }

.time-line-text {
    width: 40px;
    height: 40px;
    line-height: 40px;
    border-radius: 100%;
    background-color: #999;
    text-align: center;
}

.time-line-arrow {
    margin: 5px 12px;
}

    .time-line-arrow i {
        margin: 0 3px;
        font-size: 30px;
    }

.sidebar-e {
    margin: 100px 10px 30px;
    border-top: #ddd 1px solid;
}

    .sidebar-e li {
        height: 50px;
        padding: 0 15px;
        border-bottom: #ddd 1px solid;
        border-left: #ddd 1px solid;
        border-right: #ddd 1px solid;
    }

        .sidebar-e li p, .sidebar-e li a {
            margin: 0;
            line-height: 50px;
            font-size: 0.9rem;
            color: #999;
        }

            .sidebar-e li p.active {
                color: #007bff;
            }

.sidebar-title {
    background-color: #f0f0f0;
}

.list-arrow {
    margin: 0 10px 0 20px;
}

.news-list-nav {
    width: 100%;
    padding: 0 10px;
    border-bottom: #eee 1px solid;
}

    .news-list-nav li {
        float: left;
        margin: 0 22px;
        font-size: 20px;
    }

        .news-list-nav li a {
            margin-bottom: -1px;
        }

            .news-list-nav li a i {
                margin-right: 10px;
                font-size: 42px;
            }

            .news-list-nav li a.active {
                color: #007bff;
                border-bottom: #007bff 2px solid;
            }

.list-header {
    width: 100%;
    height: 250px;
    background: url("../img/header-bg.png") repeat;
}

.breadcrumb > li + li:before {
    padding: 0 5px;
    color: #999;
    content: "\003E";
}
.container .breadcrumb li:nth-child(2) {
    display:none;
}
.breadcrumb.list {
    margin: 0;
    /* padding: 0.75rem 2rem; */
    padding: 0.75rem 0.25rem;
    font-size: 14px;
}

    .breadcrumb.list li a i {
        margin-right: 5px;
    }

.hidden {
    display: none;
}

.question-list li {
    list-style: none;
    border-bottom: dashed 1px #ccc;
    padding: 10px 0;
}

    .question-list li a.question {
        color: #007bff;
        font-size: 18px;
        line-height: 24px;
        display: block;
    }

    .question-list li.cur a.question {
        color: #e60012;
        /* font-weight: bold; */
    }

    .question-list li a strong {
        font-size: 20px;
    }

.question-list .answer {
    font-size: 16px;
    color: #333;
    line-height: 24px;
    position: relative;
}

    .question-list .answer i {
        position: absolute;
        left: -40px;
        top: 0px;
    }

.question-list a,
.question-list a:hover,
.question-list a:visited {
    text-decoration: none;
}

.question-list .down {
    margin-left: 40px;
}

    .question-list .down .description {
        color: #e60012;
        line-height: 28px;
        margin-bottom: 10px;
    }

.group-btn {
    display: flex;
    width: 100%;
    margin: 3rem 0;
    text-align: center;
    justify-content: center;
}

    .group-btn a {
        padding: 6px 80px;
        background-color: #ccc;
        font-size: 16px;
        color: #fff;
    }

        .group-btn a.active {
            background-color: #1296db;
        }

.img-show {
    display: flex;
    flex-wrap: wrap;
}

    .img-show a {
        margin: 20px 10px 0;
        width: calc(33% - 20px);
        background-color: #eee;
    }

        .img-show a img {
            width: 100%;
        }

        .img-show a span {
            display: block;
            text-align: center;
            line-height: 30px;
            font-size: 12px;
        }

.contact-main {
    width: 100%;
    margin: 100px 60px 5rem 60px;
    border: #ccc 1px solid;
    box-shadow: 3px 3px 5px #ccc;
}

    .contact-main h2 {
        text-align: center;
        line-height: 100px;
    }

.contact-text {
    display: flex;
}

    .contact-text div {
        margin: 30px 0 50px;
        padding: 30px 0;
        text-align: center;
        border-right: #ccc 1px solid;
    }

        .contact-text div:last-child {
            border: none;
        }

    .contact-text p {
        margin-bottom: 5px;
    }

.thumbnail.video iframe {
    width: 800px;
    height: 600px;
    object-fit: fill;
}

.jingcai-shunjian .thumbnail a.title {
    display: block;
    padding: 2px 6px;
}

.jingcai-shunjian .thumbnail img {
    width: 100%;
}

.jingcai-shunjian .col-sm-12 .thumbnail {
    width: 100%;
    border: none;
    background: none;
    padding: 0;
}

.jingcai-shunjian .col-sm-4 .thumbnail {
    border: none;
    padding: 0;
}

    .jingcai-shunjian .col-sm-4 .thumbnail img {
        width: 100%;
    }




/*2023*/
.mt-40 {
    margin-top: 40px;
}

.navbar-top {
    /* display: flex; */
    justify-content: space-between;
    align-items: flex-end;
    /* width: 100%; */
}

.navbar-top h1 {
    margin-left: 38px;
}

.header-right-main {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

    .header-right-main .auth-main {
        margin-right: 38px;
    }

.navbar-top .auth-btn {
    width: 80px;
    height: 36px;
    line-height: 34px;
    border: #9d9d9d 1px solid;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
    font-size: 16px;
    color: #303030;
    font-weight: 500;
    letter-spacing: 8px;
    text-indent: 8px;
}

.navbar-top .auth-btn.login {
    background-color: #fff;
}

.navbar-top a.signin {
    color: #303030;
    letter-spacing: 8px;
    text-indent: 8px;
}

.search-main {
    width: 300px;
}

.btn-outline-secondary.btn-border-grey {
    border-color: #ced4da;
}

.navbar-nav-main {
    width: 100%;
    height: 42px;
    background-color: #1764e6;
}

    .navbar-nav-main .navbar {
        height: 42px;
    }

    .navbar-nav-main .navbar-light .navbar-nav {
        width: 100%;
        justify-content: space-between;
    }

        .navbar-nav-main .navbar-light .navbar-nav .nav-item {
            line-height: 1;
            border-right: #fff 1px solid;
            flex: auto;
        }

            .navbar-nav-main .navbar-light .navbar-nav .nav-item:last-child {
                border: none;
            }

        .navbar-nav-main .navbar-light .navbar-nav .nav-link {
            font-size: 18px;
            text-align: center;
        }

            .navbar-nav-main .navbar-light .navbar-nav .nav-link:hover, .navbar-nav-main .navbar-light .navbar-nav .nav-link:focus,.navbar-nav-main .navbar-light .navbar-nav .current {
                color: #fff;
                font-weight: 600;
            }

.footer-line {
    margin-bottom: 20px;
}

    .footer-line::after {
        content: "";
        display: block;
        width: 100%;
        height: 10px;
        background-image: linear-gradient(90deg, rgba(62, 62, 63, 1), rgba(62, 62, 63, 0));
    }

.newlinks {
    list-style: disc;
    color: #c0c1c2;
    font-size: 18px;
}

    .newlinks li {
        margin-bottom: 20px;
    }

        .newlinks li a {
            color: #c0c1c2;
        }

.footer-text.text p {
    display: flex;
    align-items: center;
    color: #c0c1c2;
}

    .footer-text.text p span {
        font-size: 18px;
        padding: 0 35px 0 15px;
    }

.container-1200 {
    max-width: 1200px;
}

.title-baoming {
    width: 100%;
    height: 37px;
    line-height: 37px;
    font-size: 24px;
    font-weight: 600;
    text-indent: 36px;
    color: #fff;
    letter-spacing: 2px;
    background: url("../img/index/title-baoming-bg.png") no-repeat;
}

.main-baoming {
    display: flex;
    justify-content: space-between;
}

.block-baoming {
    width: auto;
    height: 360px;
    position: relative;
}

.block-baoming.scds {
        background: url("../img/index/baoming-scds.jpg") no-repeat;
}
.block-baoming.eyjh {
        background: url("../img/eyjh-1.png") no-repeat;
        background-size: 100% 100%;
}
.block-baoming .btn-baoming {
    display: block;
    width: 100%;
    height: 100%;
}
.block-baoming .btn-about {
        display: block;
        width: 288px;
        height: 72px;
        position: absolute;
        bottom: 59px;
        left: 142px;
}
.block-baoming .deadline {
    position: absolute;
    top: 458px;
    left: 50%;
    width: 350px;
    margin-left: -175px;
    border: #ccc 1px solid;
    border-radius: 12px;
    font-size: 14px;
    color: #313131;
    text-align: center;
}


.countdown-box {
    position: absolute;
    top: 365px;
    left: 232px;
    height: 55px;
    display: flex;
    align-items: flex-end;
}

    .countdown-box.time-red {
        color: #f25e6f;
    }

    .countdown-box.time-blue {
        color: #3c6ddc;
    }

    .countdown-box label, .countdown-box span {
        margin: 0;
        font-weight: bold;
        font-family: "Microsoft Yahei";
    }

    .countdown-box label {
        line-height: 36px;
        font-size: 36px;
    }

    .countdown-box span {
        padding-right: 15px;
        line-height: 30px;
        font-size: 24px;
    }

#carousel-m .carousel-indicators {
    left: auto;
    right: 27px;
    bottom: 20px;
    margin: 0;
}

    #carousel-m .carousel-indicators li {
        width: 20px;
        height: 20px;
        background-color: rgba(0, 0, 0, 0.9);
    }

    #carousel-m .carousel-indicators .active {
        background-color: #d3e0f3;
    }

#carousel-m .carousel-control-prev, #carousel-m .carousel-control-next {
    width: 3%;
}

.intro-main {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    width: 100%;
    height: 306px;
    margin: 30px auto 30px;
    background: url("../img/index/gyb-intro_bg.jpg") no-repeat; 
}
.intro-main p {
    width: 810px;
    margin: 0;
    padding-right: 36px;
    line-height: 36px;
    font-size: 16px;
    color: #383838;
    text-indent: 2em;
    text-align: justify;
}

.main-info {
    margin-top: 5px;
    padding: 20px 0;
    background-color: #fff;
    flex-direction: column;
}

.block-info {
    width: 1107px;
    margin: 20px auto;
}

.block-info-title {
    height: 37px;
    margin-bottom: 36px;
    display: flex;
    justify-content: space-between;
    background: url("../img/index/title-bg.jpg") no-repeat;
}

    .block-info-title h5 {
        line-height: 37px;
        text-indent: 28px;
        color: #fff;
    }

    .block-info-title .btn-more {
        margin-right: 18px;
        line-height: 37px;
        font-size: 12px;
        color: #fff;
    }

.block-info-main, .block-list {
    display: flex;
    justify-content: space-between;
}

.block-list {
    width: 510px;
}

.info-list {
    width: 218px;
    margin-top: -6px;
    font-size: 16px;
}

    .info-list ul {
        list-style: disc;
        color: #fdb609;
    }
        /* .info-list ul li {
    margin-top: -1px;
} */
        .info-list ul li a.info-text {
            line-height: 36px;
            display: -webkit-box;
            -webkit-line-clamp: 2;
            -webkit-box-orient: vertical;
            overflow: hidden;
            background: url("../img/index/list-bg.jpg") repeat;
        }

.block-list .info-img {
    position: relative;
}

    .block-list .info-img p {
        position: absolute;
        bottom: 5px;
        left: 0;
        width: 100%;
        height: 18px;
        margin: 0;
        line-height: 18px;
        font-size: 12px;
        background: rgba(0, 0, 0, 0.5);
        color: #fff;
        text-align: center;
        overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis;
    }

.img-slider-box {
    width: 100%;
    margin-top: 25px;
    padding: 18px 12px;
    border: #dce4f9 1px solid;
}
    /* .img-slider-box .flexslider {
    width: 1080px;
    margin: 0 auto;
} */
    /* .img-slider-box .flexslider .slides li {
    margin: 0 6px;
} */
    .img-slider-box .flexslider .slides li a img {
        display: block;
        width: 256px;
        margin: 0 7px;
        /* max-width: 256px;
    max-height: 182px; */
    }

.slides-title {
    display: flex;
    flex-direction: column;
    margin: 8px 0 0 0;
    text-align: center;
    line-height: 24px;
}

    .slides-title .top {
        font-size: 16px;
        font-weight: 600;
        color: #204eb6;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }

    .slides-title .bottom {
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }


.enterprise-main .flex-direction-nav a {
    top: 35%;
}

.info-title {
    width: 485px;
}
.info-title ul {
    font-size: 22px;
    color: #fff;
}
.info-title ul li {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 37px;
    margin-bottom: 12px;
}
.info-title ul li a {
    display: flex;
    justify-content: center;
    align-items: center;
    letter-spacing: 2px;
    font-weight: bold;
    color: #fff;
}
.info-title ul li a span {
    padding-left: 10px;
}
.info-title ul li a::before {
    display: inline-block;
    content: '';
    width: 8px;
    height: 8px;
    margin-top: 3px;
    background-color: #fff;
    border-radius: 100%;
}
.info-title ul li.c1 {
    background-color: #4e75d2;
}
.info-title ul li.c2 {
    background-color: #f8a21b;
} 
.info-title ul li.c3 {
    background-color: #18bcc6;
} 
.info-title ul li.c4 {
    background-color: #6c6dc7;
} 
.info-title ul li.c5 {
    background-color: #4aa5eb;
} 
.info-title ul li.c6 {
    background-color: #ab82d0;
}

.sidebar_box {
    height: 100%;
    padding-right: 8px;
}

.sidebar_img {
    display: block;
    width: 292px;
    height: 171px;
}

.sidebar-n {
    display: block;
    width: 100%;
    height: calc(100% - 187px);
    padding-bottom: 190px;
    margin-bottom: 15px;
    background-color: #fff;
}
.sidebar-n li {
    width: 100%;
    height: 75px;
    border-bottom: #cfcfd1 1px solid;
}
.sidebar-n li a {
    display: flex;
    align-items: center;
    height: 100%;
    color: #000;
    font-size: 18px;
}
.sidebar-n li a span.left {
    width: 90px;
    height: 100%;
    display: flex;
    justify-content: end;
    align-items: center;
}
.sidebar-n li a span.left i.sidebar-icon {
    width: 32px;
    height: 32px;
    margin-right: 15px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 24px;
    color: #cdcdcd;
}
.sidebar-n li a.active span.left i.sidebar-icon {
    color: #115bd9;
}
.sidebar-n li a span.right {
    flex: 1;
    display: flex;
    height: 100%;
    align-items: center;
    padding-left: 10px;
}
.sidebar-n li a.active {
    font-weight: bold;
    color: #e72228;
}
.sidebar-n li a.active span.left {
    border-bottom: #115bd9 4px solid;
}
.sidebar-n li a.active span.right {
    border-bottom: #e52e34 4px solid;
}
.sidebar-n li:nth-child(1) a span.left i.sidebar-icon {
    background: url("../img/register/sidebar_icon.png") no-repeat 0 0;
}
.sidebar-n li:nth-child(1) a.active span.left i.sidebar-icon {
    background: url("../img/register/sidebar_icon.png") no-repeat 0 -32px;
}

.sidebar-n li:nth-child(2) a span.left i.sidebar-icon {
    background: url("../img/register/sidebar_icon.png") no-repeat -32px 0;
}
.sidebar-n li:nth-child(2) a.active span.left i.sidebar-icon {
    background: url("../img/register/sidebar_icon.png") no-repeat -32px -32px;
}
.sidebar-n li:nth-child(3) a span.left i.sidebar-icon {
    background: url("../img/register/sidebar_icon.png") no-repeat -64px 0;
}
.sidebar-n li:nth-child(3) a.active span.left i.sidebar-icon {
    background: url("../img/register/sidebar_icon.png") no-repeat -64px -32px;
}
.sidebar-n li:nth-child(4) a span.left i.sidebar-icon {
    background: url("../img/register/sidebar_icon.png") no-repeat -96px 0;
}
.sidebar-n li:nth-child(4) a.active span.left i.sidebar-icon {
    background: url("../img/register/sidebar_icon.png") no-repeat -96px -32px;
}
.sidebar-n li:nth-child(5) a span.left i.sidebar-icon {
    background: url("../img/register/sidebar_icon.png") no-repeat -128px 0;
}
.sidebar-n li:nth-child(5) a.active span.left i.sidebar-icon {
    background: url("../img/register/sidebar_icon.png") no-repeat -128px -32px;
}
.sidebar-n li:nth-child(6) a span.left i.sidebar-icon {
    background: url("../img/register/sidebar_icon.png") no-repeat -160px 0;
}
.sidebar-n li:nth-child(6) a.active span.left i.sidebar-icon {
    background: url("../img/register/sidebar_icon.png") no-repeat -160px -32px;
}
.sidebar-n li:nth-child(7) a span.left i.sidebar-icon {
    background: url("../img/register/sidebar_icon.png") no-repeat -192px 0;
}
.sidebar-n li:nth-child(7) a.active span.left i.sidebar-icon {
    background: url("../img/register/sidebar_icon.png") no-repeat -192px -32px;
}
.sidebar-n li:nth-child(8) a span.left i.sidebar-icon {
    background: url("../img/register/sidebar_icon.png") no-repeat -224px 0;
}
.sidebar-n li:nth-child(8) a.active span.left i.sidebar-icon {
    background: url("../img/register/sidebar_icon.png") no-repeat -224px -32px;
}

.main-box {
    height: calc(100% - 15px); 
    background-color: #fff; 
    margin-left: -7px; 
    padding: 0px;
}

.register-main {
    /* display: flex; */
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 780px;
    height: 100%; 
    margin: 0 auto;
}

.register-main .m-txt-article img {
    width: 770px;
}
.register-title {
    display: flex;
    justify-content: center;
    align-items: center;
    height: auto;
    width: 100%;
    /* margin-bottom: 25px; */
}

.arrow-box {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 35px;
    height: 47px;
    margin: 15px 0;
    overflow: hidden;
}
.arrow-box .arrow-main {
    margin-top: -40px;
}
.arrow-box .arrow-sliding {
    margin-top: -22px;
    margin-left: -2px;
}
.arrow-box .arrow {
    width: 40px;
    height: 40px;
    border: 6px solid;
    border-color: #b9bbbf transparent transparent #b9bbbf;
    transform: rotate(-135deg);
    animation: arrowSliding 2s linear infinite normal;
    -webkit-animation: arrowSliding 1.5s linear infinite normal;
}
.arrow-box .arrow.sliding1 {
    animation-delay: -1s;
}
.arrow-box .arrow.sliding2 {
    animation-delay: -0.5s;
}
.arrow-box .arrow.sliding3 {
    animation-delay: 0;
}

.arrow-box .arrow.arrow-fff {
    border-color: #fff transparent transparent #fff;
}

@keyframes arrowSliding {
    0% {
        opacity: 0.2;
    }
    40% {
        opacity: 1;
    }
    80% {
        opacity: 0.2;
    }
    100% {
        opacity: 0.2;
    }
}

.register-condition {
    width: 100%;
    height: 38px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.register-condition.sc {
    background-color: #da2837;
}
.register-condition.jh {
    background-color: #1f47af;
}
.register-condition p {
    margin: 0;
    padding: 0 0 0 20px;
    font-size: 18px;
    color: #fff;
}
.register-condition p::before {
    content: '';
    display: inline-block;
    width: 13px;
    height: 13px;
    margin-right: 10px;
    background-color: #fff;
}
.register-condition a {
    display: flex;
    width: 155px;
    height: 100%;
    margin-right: 3px;
    line-height: 38px;
    background-color: #babbbf;
    color: #000;
    text-align: center;
    align-items: center;
}
.register-condition a::before {
    content: '';
    display: inline-block;
    border-color: #da2837 transparent #da2837 transparent;
    border-width: 38px  10px 0 0;
    border-style: solid;
    margin-right: 8px;
}
.register-condition.jh a::before {
    content: '';
    display: inline-block;
    border-color: #1f47af transparent #1f47af transparent;
    border-width: 38px  10px 0 0;
    border-style: solid;
    margin-right: 8px;
}

.register-groupBtn {
    display: flex;
    flex-direction: column;
    width: 100%;
    margin: 8px 0;
}
.register-groupBtn .row-btn {
    display: flex;
    justify-content: space-between;
    margin: 8px 0;
}
.register-groupBtn .download-box {
    display: flex;
    align-items: center;
    width: 368px;
    height: 109px;
    background: url("../img/register/download_bg.jpg") no-repeat;
}
.register-groupBtn .download-box .download-text {
    flex: 1;
}
.register-groupBtn .download-box .download-text p {
    float: right;
    width: 180px;
    margin: 0;
    line-height: 24px;
    color: #fff;
    font-size: 20px;
}
.register-groupBtn .download-box .download-btn {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100px;
    height: 100%;
}
.register-groupBtn .download-box .download-btn a {
    color: #fff;
}

.register-groupBtn-jh {
    display: flex;
    justify-content: space-between;
    width: 100%;
    margin: 15px 10px 8px 10px;
}
.register-groupBtn-jh .column-btn {
    display: flex;
    flex-direction: column;
}
.register-groupBtn-jh .download-box-jh {
    display: flex;
    align-items: center;
    width: 334px;
    height: 86px;
    margin: 10px 0;
    background: url("../img/register/download_bg_jh.jpg") no-repeat;
}
.register-groupBtn-jh .download-box-jh a {
    display: block;
    margin: 0;
    padding-left: 96px;
    font-size: 20px;
    color: #262627;
}

.register-Process {
    display: flex;
    width: 100%;
    height: 100%;
    margin-top: 16px;
    padding-top: 57px;
    background: url("../img/register/lc_register1.jpg") no-repeat;
    background-size: 100%;
}
.register-Process .Process-block {
    width: 176px;
    height: 115px;
    margin-right: 15px;
}
.register-Process .Process-block:last-child {
    margin-right: 0;
}
.register-Process .Process-block.lc1 {
    background: url("../img/register/lc1.jpg") no-repeat; 
    background-size: 100% 100%;
}
.register-Process .Process-block.lc2 {
    background: url("../img/register/lc2.jpg") no-repeat; 
    background-size: 100% 100%;
}
.register-Process .Process-block.lc3 {
    background: url("../img/register/lc3.jpg") no-repeat; 
    background-size: 100% 100%;
}
.register-Process .Process-block.lc4 {
    background: url("../img/register/lc4.jpg") no-repeat; 
    background-size: 100% 100%;
}
.register-Process .Process-block.lc5 {
    background: url("../img/register/lc5.jpg") no-repeat; 
    background-size: 100% 100%;
}
.register-Process .Process-block p {
    float: right;
    width: 114px;
    line-height: 18px;
    margin: 0;
    padding: 18px 0 0 0;
    font-size: 12px;
    color: #000;
}

.modal-register .modal-content {
    border: #5b9bd5 3px solid;
    background-clip: border-box;
    border-radius: 0;
}
.modal-register .modal-header {
    justify-content: center;
    border: none;
}
.modal-register .modal-footer {
    justify-content: center;
    border: none;
    padding-bottom: 20px;
}
.modal-register .modal-body p {
    font-size: 18px;
    text-indent: 2em;
    color: #0c0029;
}
.modal-register .modal-footer-btn {
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 18px;
    color: #0c0029;
}
.modal-register .footer-btn-icon {
    width: 15px;
    height: 15px;
    margin-right: 5px;
    border: #999 1px solid;
}
.modal-register .modal-footer-btn:hover span {
    color: #007bff
} 
.modal-register .modal-footer-btn:hover .footer-btn-icon {
    border-color: #007bff;
}

.sidebar-n li a span.left i.sidebar-icon.icon-fw1 {
    background: url("../img/servicedocks/sidebar_icon.png") no-repeat 0 0;
}
.sidebar-n li a.active span.left i.sidebar-icon.icon-fw1 {
    background: url("../img/servicedocks/sidebar_icon.png") no-repeat 0 -32px;
}
.sidebar-n li a span.left i.sidebar-icon.icon-fw2 {
    background: url("../img/servicedocks/sidebar_icon.png") no-repeat -32px 0;
}
.sidebar-n li a.active span.left i.sidebar-icon.icon-fw2 {
    background: url("../img/servicedocks/sidebar_icon.png") no-repeat -32px -32px;
}
.sidebar-n li a span.left i.sidebar-icon.icon-fw3 {
    background: url("../img/servicedocks/sidebar_icon.png") no-repeat -64px 0;
}
.sidebar-n li a.active span.left i.sidebar-icon.icon-fw3 {
    background: url("../img/servicedocks/sidebar_icon.png") no-repeat -64px -32px;
}
.sidebar-n li a span.left i.sidebar-icon.icon-fw4 {
    background: url("../img/servicedocks/sidebar_icon.png") no-repeat -96px 0;
}
.sidebar-n li a.active span.left i.sidebar-icon.icon-fw4 {
    background: url("../img/servicedocks/sidebar_icon.png") no-repeat -96px -32px;
}
.text_title {
    width: 100%;
    height: 37px;
    margin-bottom: 50px;
    background: url("../img/servicedocks/title_bg.jpg") no-repeat;
    background-size: 100% 100%;
}
.text_title p {
    margin: 0;
    padding: 0;
    line-height: 37px;
    font-size: 22px;
    font-weight: bold;
    color: #fff;
    text-indent: 26px;
    letter-spacing: 3px;
}
.fw_main {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.fw_block {
    flex: none;
    width: 341px;
    height: 464px;
    margin-bottom: 40px;
    position: relative;
}
.fw_block.finance {
    background: url("../img/servicedocks/finance1.jpg") no-repeat;
}
.fw_block.person {
    background: url("../img/servicedocks/person1.jpg") no-repeat;
}
.fw_block.manage {
    background: url("../img/servicedocks/manage1.jpg") no-repeat;
}
.fw_block.newIdea {
    background: url("../img/servicedocks/newidea1.jpg") no-repeat;
}
.fw_block.cooperate {
    background: url("../img/servicedocks/cooperate1.jpg") no-repeat;
}
.fw_block.popularize {
    background: url("../img/servicedocks/popularize1.jpg") no-repeat;
}
.fw_block p {
    position: absolute;
    top: 225px;
    left: 38px;
    width: 270px;
    margin: 0;
    padding: 0;
    line-height: 36px;
    font-size: 18px;
    text-align: justify;
}
.fw_block a {
    position: absolute;
    bottom: 0;
    left: 50%;
    width: 102px;
    height: 77px;
    margin-left: -51px;
}

.sidebar-n li a.active span.left i.sidebar-icon .icon-pointer {
    background: #115bd9;
}
.sidebar-n li a.active span.left i.sidebar-icon .icon-pointer:before {
    border-left: 5px solid #115bd9;
    border-top: 5px solid transparent;
    border-bottom: 5px solid transparent;
}
.space_main {
    width: 100%;
    display: flex;
    align-items: center;
}
.space_main.between {
    justify-content: space-between;
}
.space_main.center {
    justify-content: center;
}
.space_main .list_img {
    flex: none;
    width: 237px;
    height: 100%;
}
.space_main .list_img p {
    margin: 5px 0 0 0;
    padding: 0;
    text-align: center;
    font-size: 16px;
    color: #000;
    display: flex;
    justify-content: center;
    align-items: center;
}
.space_main .list_img p .icon-dot {
    display: inline-block;
    width: 4px;
    height: 4px;
    margin-right: 5px;
    border-radius: 100%;
    background-color: #000;
}
/* .space_main a {
    display: block;
    width: 300px;
    height: 96px;
    line-height: 96px;
    font-size: 36px;
    color: #fff;
    background-color: #115bd9;
    text-align: center;
    border-radius: 20px;
} */


.list-tabs-tilte {
    width: 100%;
    height: 38px;
    border-top: #dadada 1px solid;
    border-right: #dadada 1px solid;
    border-left: #dadada 1px solid;
    border-bottom: #dadada 4px solid;
}
.list-tabs-tilte ul {
    display: flex;
    align-items: center;
    height: 33px;
}
.list-tabs-tilte ul li {
    flex-grow: 1;
    height: 21px;
}
.list-tabs-tilte ul li:first-child {
    border-right: #dadada 1px solid;
}
.list-tabs-tilte ul li a {
    display: block;
    width: 129px;
    margin: 0 auto;
    font-size: 18px;
    text-align: center;
}
.list-tabs-tilte ul li a.active-red {
    font-weight: bold;
    border-bottom: #e93236 4px solid;
    color: #e93236;
}
.list-tabs-tilte ul li a.active-blue {
    font-weight: bold;
    border-bottom: #115bd9 4px solid;
    color: #115bd9;
}
.list-tabs-main {
    display: flex;
    flex-direction: column;
}
.list-media {
    margin-top: 25px;
    border-bottom: #dadada 1px solid;
    display: flex;
}
.list-media-img {
    flex: none;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 243px;
    height: 161px;
    margin-bottom: 24px;
}
.list-media-img img {
    max-width: 243px;
    max-height: 161px;
}
.list-media-body {
    margin-left: 56px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 161px;
}
.list-media-body .top .title {
    font-weight: bold;
    font-size: 18px;
    color: #000;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    text-align: justify;
}
.list-media-body .top .text {
    margin: 10px 0 0 0;
    font-size: 14px;
    color: #000;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    text-align: justify;
}
.list-media-body .bottom {
    display: flex;
    align-items: end;
}
.list-media-body .bottom span {
    flex: auto;
    color: #8d8d8d;
}
.list-media-body .bottom a {
    flex: none;
    width: 30px;
    height: 30px;
    margin-left: 10px;
}

.pagination li.page-item {
    margin: 0 3px;
}
.pagination li.page-item a.page-link {
    border-radius: 4px;
    background-color: #f4f9fd;
    color: #6d8bbf;
}
.pagination li.page-item.active a.page-link {
    background-color: #3a66af;
    color: #fff;
    border: 1px solid #dee2e6;
}

.form-title {
    text-align: center;
    margin-bottom: 50px;
}

.label-required::before {
    content: "*";
    color: red;
}
.label-right {
    padding-right: 0; 
    text-align: right;
}
.label-extra {
    display: block; 
    font-size: 12px; 
    color: #999;
}
.form-check.ptb {
    padding-top: calc(0.375rem + 1px); 
    padding-bottom: calc(0.375rem + 1px);
}
.custom-checkbox-group {
    display: flex;
}
.custom-checkbox-group label {
    flex: none;
    width: 100px;
}
.custom-checkbox-group p {
    flex: auto;
    display: inline-block;
    margin: 0 0 0 30px;
    font-size: 12px;
    color: #666;
}

.prompt-box {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 48vh;
}
.prompt-box p {
    font-size: 28px;
    color: #28a745;
}
.prompt-box span {
    display: block;
    margin-bottom: 50px;
    font-size: 18px;
    text-align: center;
}

.project-flexslider {
    position: relative;
    width: 100%;
    margin-bottom: 50px;
}
.project-flexslider .flexslider .slides li a img {
    display: block;
    width: 230px;
    margin: 0 10px;
}
.project-flexslider .flex-direction-nav a {
    top: 35%;
    opacity: 0.6;
}
.project-flexslider .flex-direction-nav a:before {
    color: rgba(0, 0, 0, 0.6);
}
.project-flexslider .flexslider .flex-direction-nav .flex-prev {
    left: -40px;
}
.project-flexslider .flexslider:hover .flex-direction-nav .flex-prev {
    opacity: 0.6;
    left: -40px;
}
.project-flexslider .flexslider .flex-direction-nav .flex-prev:hover {
    opacity: 1;
}
.project-flexslider .flexslider .flex-direction-nav .flex-next {
    right: -40px;
}
.project-flexslider .flexslider:hover .flex-direction-nav .flex-next {
    opacity: 0.6;
    right: -40px;
}
.project-flexslider .flexslider .flex-direction-nav .flex-next:hover {
    opacity: 1;
}


.slick-slider
{
    position: relative;

    display: block;
    box-sizing: border-box;

    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;

    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
        touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}
.slick-list
{
    position: relative;
    display: block;
    overflow: hidden;
    margin: 0;
    padding: 0;
}
.slick-list:focus
{
    outline: none;
}
.slick-list.dragging
{
    cursor: pointer;
    cursor: hand;
}
.slick-slider .slick-track,
.slick-slider .slick-list
{
    -webkit-transform: translate3d(0, 0, 0);
       -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
         -o-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
}

.slick-track
{
    position: relative;
    top: 0;
    left: 0;
    display: block;
    margin-left: auto;
    margin-right: auto;
}
.slick-track:before,
.slick-track:after
{
    display: table;
    content: '';
}
.slick-track:after
{
    clear: both;
}
.slick-loading .slick-track
{
    visibility: hidden;
}
.slick-slide
{
    display: none;
    float: left;

    height: 100%;
    min-height: 1px;
}
[dir='rtl'] .slick-slide
{
    float: right;
}
.slick-slide img
{
    display: block;
}
.slick-slide.slick-loading img
{
    display: none;
}
.slick-slide.dragging img
{
    pointer-events: none;
}
.slick-initialized .slick-slide
{
    display: block;
}
.slick-loading .slick-slide
{
    visibility: hidden;
}
.slick-vertical .slick-slide
{
    display: block;
    height: auto;
    border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
    display: none;
}

.project-flexslider .slick-arrow {
    text-decoration: none;
    display: block;
    width: 60px;
    height: 60px;
    margin: -20px 0 0;
    position: absolute;
    top: 50%;
    z-index: 10;
    overflow: hidden;
    opacity: 0;
    cursor: pointer;
    color: rgba(255, 255, 255, 0.8);
    text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.3);
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    border: none;
    outline: none;
    background: transparent;
}
.project-flexslider .slick-arrow:before {
    font-family: "flexslider-icon";
    font-size: 40px;
    display: inline-block;
    content: '\f001';
    color: rgba(255, 255, 255, 0.8);
    text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.3);
} 
.project-flexslider .slick-arrow.slick-next:before {
    content: '\f002';
}
.project-flexslider .slick-arrow {
    top: 35%;
    opacity: 0.6;
}
.project-flexslider .slick-arrow:before {
    color: rgba(0, 0, 0, 0.6);
}
.project-flexslider .slick-arrow.slick-prev {
    left: -50px;
}
.project-flexslider .slick-arrow.slick-prev:hover {
    opacity: 1;
}
.project-flexslider .slick-arrow.slick-next {
    right: -50px;
}
.project-flexslider .slick-arrow.slick-next:hover {
    opacity: 1;
}


.btn-vote {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    width: 200px;
    min-height: 78px;
    margin: 20px 50px;
    color: #333;
    border-color: #adadad;
    box-shadow: inset 0 3px 5px rgba(0,0,0,.125);
    border-radius: 8px;
}
.btn-vote.active {
    color: #fff;
    background-color: #337ab7;
}
.title-vote {
    width: 100%;
    text-align: center;
    color: #c00000;
}
.main-vote {
    display: flex;
    width: 100%;
    margin-top: 30px;
    padding: 10px 0;
    justify-content: space-evenly;
    background-color: #E6E6E6;
}
.block-vote {
    display: flex;
    width: 280px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    border-radius: 15px 15px 0 0;
    overflow: hidden;
    background-color: #fff;
}
.block-vote .blk-img {
    position: relative;
    width: 100%;
}
.block-vote .blk-img .num {
    position: absolute;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 90px;
    height: 45px;
    font-size: 1.5rem;
    color: #fff;
    background: url("../img/vote/vote_nim_bg.jpg") repeat-x;
    border-radius: 0 0 15px 0;
}
.block-vote .blk-img img {
    width: 100%;
}
.block-vote .blk-title {
    width: 100%;
    height: 92px;
    padding: 15px 20px 5px;
    font-size: 1.5rem;
    font-weight: bold;
    color: #000;
    word-break: break-all;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.block-vote .blk-text {
    width: 100%;
    height: 56px;
    padding: 0 20px;
    font-size: 1.25rem;
    color: #897f80;
    word-break: break-all;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.block-vote .blk-btn {
    display: block;
    width: 240px;
    height: 55px;
    line-height: 55px;
    margin: 50px 0 20px;
    background: url("../img/vote/vote-bg.png") no-repeat;
    font-size: 18px;
    color: #eee;
    text-align: center;
}
.carousel img{
    width: 100%;
    height: auto;
}


/* 自适应开始 */

@media (max-width: 1200px) {
/* 首页 */
    .intro-main p{
        width:600px;
    }
    .block-baoming{
        width: calc(50% - 15px);
        height: 528.5px;
    }
    .block-baoming.scds{
        background-size: 100% 100%;
    }
    .block-baoming.eyjh{
        background-size: 100% 100%;
    }
    .block-info{
        width: calc(100% - 40px);
    }
    .block-info-title{
        width: 100%;
        background-size: 100% 100%;
    }
    .block-list{
        width: calc(50% - 20px);
    }
    .block-info-main .block-list:nth-child(1){
        margin-right: 20px;
    }
    .info-list{
        width: calc(100% - 261px);
        margin-left: 10px;

    }
    .info-list ul{
        color: #ffffff;
        list-style: none;
    }
    .info-list ul li a.info-text{
        text-indent: 2em;
    }
    /* 首页 */

    /* about */
    .register-main{
        width: 92%;
    }
    .register-title{
        width: 100%;
    }
    .register-title img{
        width: 100%;
        height: auto;
    }
    .sidebar_img{
        width: 100%;
    }
    .register-groupBtn .row-btn{
        width: 100%;
    }
    .register-groupBtn .row-btn a{
        width: calc(50% - 10px);
    }
    .register-groupBtn .row-btn a img{
        width: 100%;
        height: auto;
    }
    .register-groupBtn .row-btn:nth-child(2){
        display: block;
    }
    .register-groupBtn .download-box{
        width: 100%;
        background: url("../img/register/download_bg1.png") center center no-repeat;
        background-size: 100% 100%;
    }
    .register-groupBtn .download-box:nth-child(1){
        margin-bottom: 20px;
    }
    .register-groupBtn .download-box .download-text p{
        float: none;
        margin: 0 auto
    }
    .register-Process{
        display: block;
    }
    .register-Process .Process-block:nth-child(3){
        margin-right: 0;
    }
    .register-Process .Process-block{
        width: calc(33.3% - 10px);
        float: left;
        background-size: 100%;
        margin-bottom: 15px;
    }
    .register-Process .Process-block.lc1,.register-Process .Process-block.lc2,.register-Process .Process-block.lc3,.register-Process .Process-block.lc4,.register-Process .Process-block.lc5
    {
        background-size: 100%;
    }

    .register-article{
        width: 100%;
    }
    .register-article img{
        width: 100%;
        height: auto;
    }
    .register-groupBtn-jh{
        margin: 15px 0 8px 0;
        display: block;
    }
    .register-groupBtn-jh .column-btn{
        width: calc(50% - 10px);
        float: left;
    }
    .register-groupBtn-jh .column-btn a{
        width: 100%;
    }
    .register-groupBtn-jh .column-btn a img{
        width: 100%;
    }

    .register-groupBtn-jh .column-btn:nth-child(1){
        margin-right: 20px;
    }
    .register-groupBtn-jh .download-box-jh{
        width: 100%;
        background-size: 100% 100%;
    }

    .text_title{
        width: 100%;
        background-size: 100% 100%;
    }
    .list-media-img{
        width: 32.4%;
    }
    .list-media-img img{
        width: 100%;
        height: auto;
    }

    .ab-info-grids p img{
        width: 100%;
        height: auto;
    }
    .project-flexslider .flexslider .slides li a img{
        width: calc(100% - 20px);
    }
    .img-slider-box .flexslider .slides li a img{
        width: calc(100% - 14px);
    }
}

@media (max-width: 992px) {

    .navbar-nav-main{
        height: 0;
    }
    section.nav{
        height: 100px !important;
    }


    .menu-btn{
        display: block;
        z-index: 100;
        background-size: 100% 100%;
    }
    .menu{
        display: block;
    }
    .block-list{
        width: 100%;
    }
    .block-info-main, .block-list{
        display: block;
    }
    .block-list{
        display: flex;
        justify-content: flex-start;
    }
    .info-list,.info-title{
        width: calc(100% - 271px);
        margin-left: 20px;
    }
    .block-info-main .block-list:nth-child(1){
        margin-bottom: 20px;
    }
    .intro-main{
        background:#fff ;
    }
    .pc_contain{
        width: 100%;
        height: 306px;
        background: url(../img/index/gyb-intro_bg.jpg) no-repeat;
        margin-top: 15px;
    }
    .intro-main{
        margin-top: 10px;
        height: auto;
        padding: 10px 15px 13px 15px;
    }
    .intro-main p{
        width: 100%;
        padding-right: 0;
    }

    .sidebar_img{
        width: 50%;
        height: auto;
    }
    .breadcrumb.list{
        margin-top: 15px;
    }
    .row{
        padding-right: 0 !important;
        margin-left: 0;
        margin-right: 0;
    }
    .sidebar-n{
        padding-bottom: 0;
        height: auto;
        margin-bottom: 40px;
    }
    .register-condition{
        height: 72px;
    }
    .register-condition a::before{
        display: none;
    }
    .register-condition a{
        justify-content: center;
        line-height: 36px;
    }

    .m-txt-article p img {
        width: 100%;
        height: auto;
    }
    .footer-text {
        text-align: center;
    }

}
@media (max-width: 768px) {

    .register-main .m-txt-article img {
        width: 100%;
    }


    .block-baoming{
        width: 100%;
        height: 755px;
    }
    .block-baoming.scds{
        margin-bottom: 30px;
    }

    img-slider-box .flexslider .slides .info-text{
        display: block;
    }

    .sidebar-n{
        height: auto;
        padding-bottom: 0;
        margin-bottom: 30px;
    }
    .register-Process .Process-block{
        width: calc(52% - 14.5px);
    }
    .register-Process .Process-block:nth-child(3){
        margin-right: 10px;
    }

    .register-Process .Process-block:nth-child(2n){
        margin-right: 0;
    }
    .register-groupBtn-jh .download-box-jh a{
        font-size: 16px;
    }
    .contact-form-inner{
        width: 100%;
    }

    .register-Process .Process-block p {

        padding-left: 8px;
    }


    .register-Process .Process-block {
        margin-right: 10px;
    }

}
@media (max-width: 570px) {
    .info-title ul li a::before{
        display: none;
    }
    .info-title ul li a span:nth-child(2){
        display: none;
    }
    .info-title ul li a span{
        font-size: 18px;
    }
    .info-title ul li a{
        letter-spacing: 0;
    }
    .main-box{
        padding-top: 30px;
    }


}
@media (max-width: 480px) {
    .container{
        position: relative;
    }
    .navbar-top .auth-btn{
        width: 60px;
    }
    .header-right-main .auth-main{
        margin-right: 0;
        margin-bottom: 30px;
    }



    .info-list, .info-title{
        width: calc(50% - 10px);
    }

    .pc_contain{
        display: none;
    }
    .intro-main{
        margin-top: 15px;
    }
    .container-1200{
        padding: 0;
    }
    .block-list{
        width: 100%;
        display: block;
    }
    .block-list>a{
        width: 100%;
        display: block;
    }
    .info-list, .info-title{
        width: 100%;
    }
    .block-list>a img{
        width: auto;
        height: 220px;
        margin: 0 auto;
        display: block;
    }
    .info-list, .info-title{
        margin-left: 0;
        margin-top: 10px;
    }
    .info-title ul{
        overflow: hidden;
    }
    .info-title ul li{
        width: calc(50% - 5px);
        float: left;
    }
    .info-title ul li:nth-child(2n){
        margin-left: 10px;
    }
    .sidebar_img{
        width: 100%;
    }

    .register-groupBtn .download-box{
        background: url("../img/register/download_bg.jpg") center center no-repeat;
        background-size: 100% 100%;
    }
    .register-groupBtn .download-box .download-text p{
        float: right;
        font-size: 14px;
    }

    .arrow-box .arrow.arrow-fff{
        display: none;
    }
    .register-groupBtn .download-box .download-btn{
        position: relative;
        display: block;
    }
    .arrow-box{
        display: none;
    }
    .register-groupBtn .download-box .download-text{
        padding-left: 90px;
    }
    .register-groupBtn .download-box .download-btn a{
        display: block;
        width: 46px;
        margin-top: 30px;

    }
    .register-groupBtn .download-box{
        padding-right: 10px;
    }
    .register-condition{
        height: 108px;
    }
    .register-groupBtn .row-btn{
        display: block;
    }
    .register-groupBtn .row-btn a{
        display: block;
        width: 100%;
    }
    .register-groupBtn .row-btn a:nth-child(1){
        margin-bottom: 10px;
    }
    .register-groupBtn-jh .column-btn{
        width: 100%;
        margin-bottom: 10px;
    }

    .list-media-img{
        width: 45%;
    }
    .list-media-body{
        margin-left: 20px;
    }
    .list-media-body .bottom{
        display: block;
        text-align: right;
    }
    .list-media-body .bottom span{
        display:none ;
    }
    .block-baoming{
        height: 208px;
    }
    .block-list .info-img p {
        left: 14%;
        width: 72%;
    }

}
@media (max-width: 420px) {
    .register-groupBtn .download-box .download-text p{
        width: 170px;
    }
    .register-groupBtn .download-box .download-text{
        padding-left: 75px;
    }
}





/* 分页 */

.pages {
    font: 0/0 microsoft yahei;
    padding: 20px 0;
    text-align: center;
}

.pages a {
    display: inline-block;
    line-height: 18px;
    margin: 0 2px;
    padding: 10px 15px;
    font-size: 12px;
    vertical-align: middle;
    background-color: #f1f1f1;
    border-radius: 2px;
}

.pages a:hover {
    position: relative;
    background-color: #1764E6;
    color: #fff;
}

.pages a.current {
    background-color: #1764E6;
    color: #fff;
    position: relative;
}

.pages span {
    line-height: 28px;
    font-size: 14px;
    margin-left: 10px;
    padding: 10px 20px;
    vertical-align: middle;
    border-radius: 2px;
}

.pages select {
    border: 1px #d2d2d2 solid;
    padding: 4px;
}

