﻿.search_box {
    font-size: 1.575rem;
}

.banner .swiper-pagination-bullet {
    width: 14px;
    height: 14px;
}

.line1 {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.line2 {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    overflow: hidden;
}

.line3 {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    -webkit-line-clamp: 3;
    overflow: hidden;
}

.tans {
    transition: all .6s;
    -moz-transition: all .6s;
    -webkit-transition: all .6s;
    -o-transition: all .6s;
}

/* å¤´éƒ¨å¼€å§‹ */
header {
    line-height: 95px;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 9999;
    background: #fff;
    border-bottom: 1px solid #ddd;
}

.header_pad {
    padding-left: 150px;
    position: relative;
}

.share {
    width: 143px;
    height: 95px;
    line-height: 95px;
    background-color: #0054a7;
    color: #fff;
    text-align: center;
    font-size: 1rem;
}

    .share .iconfont {
        color: #fff;
        margin-right: 10px;
    }

    .share:hover {
        color: #fff !important;
    }

.sousuo_pc {
    width: 143px;
    height: 95px;
    line-height: 95px;
    background-color: #e60027;
    text-align: center;
    cursor: pointer;
    color: #FFF;
}

    .sousuo_pc .iconfont {
        font-size: 1.125rem;
        color: #FFF;
        FONT-WEIGHT: BOLD;
        padding-right: 6px;
    }

.phone_num {
    font-size: 1rem;
    line-height: 95px;
    color: #e60027;
    margin-right: 34px;
    height: 95px;
}

.header_nav {
    display: table;
    margin: 0 auto;
}

.header_nav_ul li {
    float: left;
    margin: 0 15px;
    position: relative;
}

.header_nav_ul > li.active a::before {
    content: "";
    position: absolute;
    bottom: 25px;
    left: 0;
    width: 100%;
    height: 3px;
    background-color: #e60027;
}

.header_nav_ul > li.active dl dd a::before {
    background-color: transparent;
}

.header_nav_ul > li.active > a,
.header_nav_ul > li:hover > a {
    color: #e60027 !important;
}




.header_nav_ul > li a::before {
    content: "";
    position: absolute;
    bottom: 25px;
    left: 0;
    width: 0%;
    height: 3px;
    background-color: #e60027;
    transition: all .6s;
    -moz-transition: all .6s;
    -webkit-transition: all .6s;
    -o-transition: all .6s;
}

/*.header_nav_ul>li:hover a::before {
        content: "";
        position: absolute;
        bottom: 25px;
        left: 0;
        width: 100%;
        height: 3px;
        background-color: #e60027;
        transition: all .6s;
        -moz-transition: all .6s;
        -webkit-transition: all .6s;
        -o-transition: all .6s;
    }*/


/*CREATE BY JASON 20230910*/
.header_nav_ul dl {
    position: absolute;
    border-radius: 4px;
    border: 1px solid #e4dddd;
    background-color: #FFF;
    width: 200%;
    left: -25%;
    text-align: center;
    opacity: 0;
    visibility: hidden;
    -webkit-transform: translateY(20px);
    -moz-transform: translateY(20px);
    -ms-transform: translateY(20px);
    -o-transform: translateY(20px);
    transform: translateY(20px);
    -webkit-transition: all .5s ease;
    -o-transition: all .5s ease;
    -moz-transition: all .5s ease;
    transition: all .5s ease;
}

.header_nav_ul li:nth-of-type(3) dl {
    width: 200%;
}

.header_nav_ul li:nth-of-type(4) dl {
    width: 302%;
}

.header_nav_ul li:nth-of-type(5) dl {
    width: 200%;
}

.header_nav_ul li:nth-of-type(6) dl {
    width: 300%;
}

.header_nav_ul li:nth-of-type(7) dl {
    width: 145%;
}

.header_nav_ul li:nth-of-type(8) dl {
    width: 200%;
}

.header_nav_ul > li:hover dl {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
}

.header_nav_ul dl dd {
    display: block;
    float: none;
    line-height: 36px;
}


.header_nav_ul > li dd a::before {
    color: #000 !important;
}



.header_nav_ul dl a:hover {
    color: #e60027 !important;
}


.logo {
    line-height: 95px;
}

/* å¤´éƒ¨ç»“æŸ */
/* é¦–é¡µ */
.section02_text {
    position: absolute;
    top: 14%;
    left: 0;
    width: 100%;
}

    .section02_text p {
        font-size: 2rem;
        line-height: 80px;
        letter-spacing: 5px;
        color: #0054a7;
        text-shadow: 3px 4px 10px 0px rgba(0, 0, 0, 0.1);
        font-weight: 600;
    }

        .section02_text p span {
            font-size: 4.1875rem;
            line-height: 100px;
            letter-spacing: -2px;
            color: #ed1a33;
            text-shadow: 3px 4px 10px 0px rgba(0, 0, 0, 0.1);
        }

#fp-nav ul li a.active span,
.fp-slidesNav ul li a.active span,
#fp-nav ul li:hover a.active span,
.fp-slidesNav ul li:hover a.active span {
    width: 20px;
    height: 20px;
    border: solid 1px #505050;
    background: transparent;
    margin: -10px 0 0 -10px;
}

#fp-nav ul li,
.fp-slidesNav ul li {
    display: block;
    width: 4px;
    height: 4px;
    background-color: #000000;
    margin: 22px;
    position: relative;
    border-radius: 50%;
}

.fp-viewing-1 #fp-nav ul li a span,
.fp-viewing-1 .fp-slidesNav ul li a span,
.fp-viewing-6 #fp-nav ul li a span,
.fp-viewing-6 .fp-slidesNav ul li a span {
    background: #fff;
}

.fp-viewing-1 #fp-nav ul li a.active span,
.fp-viewing-1 .fp-slidesNav ul li a.active span,
.fp-viewing-1 #fp-nav ul li:hover a.active span,
.fp-viewing-1 .fp-slidesNav ul li:hover a.active span,
.fp-viewing-6 #fp-nav ul li a.active span,
.fp-viewing-6 .fp-slidesNav ul li a.active span,
.fp-viewing-6 #fp-nav ul li:hover a.active span,
.fp-viewing-6 .fp-slidesNav ul li:hover a.active span {
    background: transparent;
    border-color: #fff;
}

.fp-viewing-1 #fp-nav ul li a.active,
.fp-viewing-1 .fp-slidesNav ul li a.active,
.fp-viewing-1 #fp-nav ul li:hover a.active,
.fp-viewing-1 .fp-slidesNav ul li:hover a.active,
.fp-viewing-6 #fp-nav ul li a.active,
.fp-viewing-6 .fp-slidesNav ul li a.active,
.fp-viewing-6 #fp-nav ul li:hover a.active,
.fp-viewing-6 .fp-slidesNav ul li:hover a.active {
    background: #fff;
}

.title {
    font-size: 2.625rem;
    line-height: 50px;
    color: #0054a7;
    font-weight: 600;
}

.futitle {
    font-size: 1.25rem;
    line-height: 32px;
    color: #0054a7;
}

.section03,
.section04,
.section05,
.section06,
.section07 {
    background: url(/images//bg.jpg) no-repeat;
    background-size: 100% 100%;
    width: 100%;
    height: 100%;
}

/*.section04.bz .section03_ul li:nth-child(5) {
        display: none;
    }*/


.section03_ul li {
    float: left;
    width: 20%;
    height: 60px;
    line-height: 60px;
    text-align: center;
    background-color: #f0f3f8;
    border-right: 1px solid #dbe3f1;
    font-size: 1.125rem;
}


.section_ul_w50 li {
    width: 50%;
}


.section03_ul {
    background-color: #f0f3f8;
}

    .section03_ul li a {
        color: #484848;
    }

    .section03_ul li:hover,
    .section03_ul li.active {
        background-color: #d2e0ed;
    }

        .section03_ul li:hover a,
        .section03_ul li.active a {
            color: #ed1a33 !important;
        }

.section03_ul {
    margin: 30px 0 30px;
}

.section03_qh_fl {
    width: 36%;
}

.section03_qh {
    height: 471px;
    max-height: 471px;
}

.section03_qh_fr {
    width: 60%;
}

.section03_qh_fl .section03_qh_text {
    text-indent: 2em;
    font-size: 1rem;
    line-height: 36px;
    color: #484848;
    padding: 22px 0 70px;
}

.more {
    width: 168px;
    height: 50px;
    line-height: 50px;
    background-color: #ed1a33;
    box-shadow: 2px 3px 7px 0px rgba(0, 0, 0, 0.17);
    border-radius: 25px;
    text-align: center;
    font-size: 1rem;
}

    .more a {
        color: #ffffff;
    }

    .more .iconfont {
        display: inline-block;
        transition: all .6s;
        -moz-transition: all .6s;
        -webkit-transition: all .6s;
        -o-transition: all .6s;
    }

    .more:hover .iconfont {
        transform: translateX(20px);
        transition: all .6s;
        -moz-transition: all .6s;
        -webkit-transition: all .6s;
        -o-transition: all .6s;
    }

    .more:hover a {
        color: #fff !important;
    }

.section03_qh > div {
    display: none;
}

    .section03_qh > div.active {
        display: block;
    }

.section03 .title {
    padding-top: 90px;
}

.section03 .more {
    margin: 30px auto 0;
}

.section03 .section03_qh > div:nth-child(1) .more {
    margin: 30px 0 0;
}

.cfzp_swiper,
.kckh_swiper {
    width: 90%;
    margin: 35px auto 50px;
}

.lunbo .swiper-button-next,
.lunbo .swiper-button-prev,
.lunbo_kh .swiper-button-next,
.lunbo_kh .swiper-button-prev {
    width: 40px;
    height: 40px;
    border: 1px solid #000;
    background-size: 20px 20px;
    border-radius: 50%;
}

.section04_fr_fr {
    width: 10%;
}

.section04_fr_close {
    height: 40px;
    line-height: 40px;
    text-align: center;
    background-color: #ed1a33;
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.43);
    border-radius: 20px;
    color: #fff;
    font-size: 1rem;
    color: #ffffff;
    margin-bottom: 6px;
    cursor: pointer;
}

    .section04_fr_close span {
        color: #fff;
    }

.colse_ul li {
    height: 50px;
    line-height: 50px;
    text-align: center;
    color: #fff;
    background-color: #99b9d7;
    border-bottom: 1px solid #fff;
    font-size: 1rem;
    position: relative;
}

    .colse_ul li span {
        color: #fff;
        margin-right: 10px;
        font-size: 1.125rem;
    }

.close_ul_right {
    position: absolute;
    top: 0;
    left: -170px;
    background-color: #99b9d7;
    padding: 20px;
    display: none;
    width: 167px;
}

.colse_ul li p {
    font-size: .875rem;
    line-height: 21px;
    color: #ffffff;
}

.close_ul_right div {
    margin-bottom: 8px;
}

.colse_ul li:hover .close_ul_right {
    display: block;
}

.section04_bg,
.section05_bg {
    width: 80%;
    padding-top: 30px;
}

.section04_title {
    font-size: 2.125rem;
    line-height: 50px;
    color: #0054a7;
}

.section05_con {
    font-size: 1rem;
    line-height: 30px;
    color: #484848;
    padding: 20px 0 30px;
}

.section04_fl_ul li {
    float: left;
    width: 95px;
    text-align: center;
    font-size: 1rem;
    line-height: 34px;
    background-color: #8fbbe7;
    border-radius: 5px;
    color: #ffffff;
    margin: 0 24px 12px 0;
}

.section04_fl {
    width: 50%;
    padding-right: 50px;
}

.section04_fr {
    width: 50%;
    padding-top: 30px;
}

.section04_bg .more {
    margin-top: 40px;
}

.section04_bg > div {
    display: none;
}

    .section04_bg > div.active {
        display: block;
    }

.section04 {
    position: relative;
}

    .section04::before {
        position: absolute;
        top: 0;
        right: 0;
        width: 40%;
        background: url(/images//8.jpg) no-repeat;
        background-size: 100% 100%;
        height: 100%;
        /* z-index: -1; */
    }

.free {
    width: 245px;
    height: 54px;
    line-height: 54px;
    text-align: center;
    background-color: #0054a7;
    box-shadow: 3px 4px 3px 0px rgba(0, 0, 0, 0.2);
    border-radius: 27px;
    display: table;
    margin: 0 auto;
}

    .free span {
        margin-right: 6px;
    }

    .free a {
        color: #fff;
    }

.section05_bg_clearfix {
    margin-top: 33px;
}

    .section05_bg_clearfix .fl {
        padding-left: 60px;
    }

        .section05_bg_clearfix .fl ul li,
        .section05_bg_clearfix .fr ul li {
            font-size: 1rem;
            width: 185px;
            height: 34px;
            line-height: 34px;
            text-align: center;
            background-color: #ed1a33;
            border-radius: 5px;
            color: #ffffff;
            margin-bottom: 43px;
        }

.section05_ma {
    width: 40%;
    margin: 0 auto;
}

/* .section05_bg {
    padding-top: 0;
} */

.free a {
    color: #fff !important;
}

.section05_bg > div {
    display: none;
}

    .section05_bg > div.active {
        display: block;
    }

.line1 {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.data {
    font-size: 1rem;
    line-height: 34px;
    color: #888888;
}

.index_news_a {
    font-size: 19px;
    line-height: 30px;
    color: #313131;
}

.index_news_content {
    font-size: 1rem;
    line-height: 30px;
    color: #626262;
}

.index_news_con {
    padding: 15px 20px 20px;
    background: #fff;
}

.index_news_swiper .swiper-slide:hover .index_news_a {
    color: #0054a7;
}

.index_news_swiper .swiper-slide:hover img {
    transform: scale(1.1);
}

.section06_qh > div {
    display: none;
}

    .section06_qh > div.active {
        display: block;
    }

.section06 .more {
    display: table;
    margin: 36px auto 0;
}

.cf {
    color: #fff !important;
}

.liuyan {
    background: url(/images//10.jpg) no-repeat;
    background-size: 100% 100%;
    padding: 86px 0;
    margin-top: 83px;
}

    .liuyan form input {
        height: 53px;
        line-height: 53px;
        width: 27.4%;
        background-color: #ffffff;
        margin-right: 28px;
        font-size: 1rem;
        padding: 0 19px;
        color: #4187cb;
        border: none;
    }

    .liuyan form button {
        height: 53px;
        background-color: #ed1a33;
        box-shadow: 3px 4px 15px 0px rgba(0, 0, 0, 0.15);
        color: #fff;
        border: 1px solid #ed1a33;
        width: 10%;
    }

    .liuyan form {
        margin-top: 40px;
    }

footer .footer_title {
    font-size: 1.15rem !important;
    line-height: 30px;
    color: #ffffff !important;
    margin-bottom: 12px;
}

.footer_fl a,
.footer_fl4 div {
    font-size: .8rem;
    line-height: 26px;
    color: #848383;
}

    .footer_fl a:hover {
        color: #e60027 !important;
    }

    .footer_fl4 div span {
        margin-right: 10px;
        color: #7a7a7a;
    }

.footer_fl5 .tip {
    text-align: center;
    color: #848383;
    font-size: 0.84rem;
    margin-top: 4px;
}

.footer_fl5 img {
    width: 100px;
}

footer {
    background: rgba(0, 0, 0, 0.86);
    padding: 60px 0 50px;
}

.footer_fl1 {
    width: 20%;
}

.footer_fl2,
.footer_fl3 {
    width: 20%;
}

.footer_fl4 {
    width: 25%;
}

.beian {
    background: #333333;
    height: 68px;
    line-height: 67px;
    border-top: 1px solid #555962;
    font-size: 0.86rem;
    color: #9d9c99;
}

    .beian a {
        color: #9d9c99;
    }

footer .bshare-custom .bshare-weixin,
footer .bshare-custom .bshare-sinaminiblog,
footer .bshare-custom .bshare-qqim {
    background-image: none !important;
    width: 40px !important;
    height: 40px !important;
    line-height: 40px !important;
    text-align: center !important;
    padding: 0 !important;
    font-size: 20px !important;
    border-radius: 50% !important;
    background-color: #ed1a33 !important;
    margin-right: 15px !important;
    display: inline-block;
}

.footer_fl6 i {
    color: #fff !important;
}

/* äº§å“åˆ—è¡¨ */
.neiye_ban_text {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 100%;
}

    .neiye_ban_text p {
        font-size: 2.5rem;
        font-weight: bold;
        line-height: 80px;
        color: #ffffff;
    }

    .neiye_ban_text div {
        font-size: 16px;
        line-height: 30px;
        color: #fff;
    }

        .neiye_ban_text div a {
            color: #fff;
        }

body {
    padding-top: 95px;
}

.ban_search {
    background-color: #0054a7;
    padding: 34px 0;
    display: none;
}

.ban_search_con {
    width: 677px;
    margin: 0 auto;
}

    .ban_search_con p {
        font-size: 1.75rem;
        line-height: 40px;
        margin-bottom: 15px;
        color: #ffffff;
    }

.ban_search_inp input {
    width: 100%;
    height: 50px;
    line-height: 50px;
    padding: 0 15px;
    font-size: 1rem;
    color: #9b9b9b;
    border-radius: 5px;
    border: none;
}

.ban_search_inp button {
    position: absolute;
    top: 50%;
    right: 15px;
    transform: translateY(-50%);
    background: transparent;
    border: none;
}

    .ban_search_inp button i {
        color: #9b9b9b;
        font-size: 1.25rem;
    }

.hot_search {
    display: table;
    margin: 0 auto;
    font-size: 1rem;
    line-height: 40px;
    color: #ffffff;
    margin-top: 10px;
}

    .hot_search a {
        color: #ffffff;
        margin-right: 15px;
    }

        .hot_search a:hover {
            color: #fff !important;
            text-decoration: underline;
        }

.erji {
    box-shadow: 0 0 3px 4px #ddd;
    padding: 10px 0;
    font-size: 18px;
    line-height: 40px;
}

    .erji.active {
        position: fixed;
        top: 95px;
        left: 0;
        right: 0;
        background: #fff;
        z-index: 99;
    }

.article_pro_ul.active {
    position: fixed;
    top: 95px;
    left: 0;
    right: 0;
    background: #f7f7f7;
    z-index: 99;
    max-width: 1305px;
    margin: 0 auto;
}

.erji a {
    position: relative;
    display: inline-block;
    width: 16.2%;
    text-align: center;
}

.erji .active {
    height: 40px;
    line-height: 40px;
    text-align: center;
    color: #fff !important;
    display: inline-block;
    background-color: #e60027;
    padding: 0px 15px;
}

.erji a:hover {
    height: 40px;
    line-height: 40px;
    text-align: center;
    color: #fff !important;
    display: inline-block;
    background-color: #e60027;
    padding: 0px 15px;
}

.erji .all::before {
    display: none;
}

.special a {
    width: 19.5%;
}

.list_pro {
    padding: 70px 0 90px;
}

.list_pro_title {
    font-size: 2.1875rem;
    line-height: 80px;
    color: #0054a7;
}

.list_pro_ul li {
    width: 31%;
    float: left;
    margin: 0 0 49px 43px;
    border: solid 1px #e9e9e9;
    overflow: hidden;
}

    .list_pro_ul li:nth-child(3n+1) {
        margin-left: 0;
    }

.list_pro_ul .list_pro_con {
    padding: 15px 20px 25px;
}

    .list_pro_ul .list_pro_con .list_pro_a {
        font-size: 1.25rem;
        line-height: 40px;
        color: #000000;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        margin-bottom: 10px;
        padding-bottom: 6px;
    }

        .list_pro_ul .list_pro_con .list_pro_a::before {
            content: "";
            position: absolute;
            bottom: 0;
            left: 0;
            width: 22px;
            height: 3px;
            background-color: #e60027;
        }

    .list_pro_ul .list_pro_con .list_pro_content {
        font-size: 1rem;
        line-height: 26px;
        color: #707070;
    }

        .list_pro_ul .list_pro_con .list_pro_content p.line2 {
            height: 52px;
            min-height: 52px;
            color: #e60027;
        }

.list_pro_ul .list_pro_hover {
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 84, 167, 0.7);
    transition: all .6s;
    -moz-transition: all .6s;
    -webkit-transition: all .6s;
    -o-transition: all .6s;
}

    .list_pro_ul .list_pro_hover span {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        font-size: 3.5rem;
        color: #fff;
    }

.list_pro_ul li:hover .list_pro_hover {
    left: 0;
    transition: all .6s;
    -moz-transition: all .6s;
    -webkit-transition: all .6s;
    -o-transition: all .6s;
}

.list_pro_ul li:hover .list_pro_a {
    color: #e60027 !important;
}

.list_pro_ul li:hover img {
    transform: scale(1.1);
}

.list_pro_ul {
    margin-bottom: 40px;
}

.list_kehu.list_pro .list_pro_ul {
    margin-top: 30px;
}

.list_cfzp.list_pro .list_pro_ul {
    margin-top: 30px;
}

    .list_cfzp.list_pro .list_pro_ul li > div.pr {
        padding: 8px;
        border: 1px solid #d4d4d4;
    }

    .list_cfzp.list_pro .list_pro_ul .list_pro_con {
        padding: 0;
        height: 52px;
        line-height: 52px;
        background-color: #f9f9f9;
    }

        .list_cfzp.list_pro .list_pro_ul .list_pro_con .list_pro_a {
            height: auto;
            line-height: 50px;
            font-size: 1.125rem;
        }

.list_cfzp.list_pro .list_pro_a {
    padding: 0;
    margin: 0;
}

    .list_cfzp.list_pro .list_pro_a::before {
        display: none;
    }

.list_cfzp.list_pro.list_sp .list_pro_ul {
    margin-top: 30px;
}

    .list_cfzp.list_pro.list_sp .list_pro_ul li > div.pr {
        padding: 0px;
        border: none;
    }

    .list_cfzp.list_pro.list_sp .list_pro_ul .list_pro_con {
        padding: 0 20px;
        height: 80px;
        line-height: 80px;
        background: transparent;
    }

        .list_cfzp.list_pro.list_sp .list_pro_ul .list_pro_con .list_pro_a {
            height: auto;
            line-height: 80px;
            font-size: 1.125rem;
            text-align: left;
        }

.list_cfzp.list_pro.list_sp .list_pro_a {
    padding: 0;
    margin: 0;
}

    .list_cfzp.list_pro.list_sp .list_pro_a::before {
        display: none;
    }

.list_kehu.list_pro ul li {
    width: 18.6%;
    margin: 0 0 20px 20px;
}

    .list_kehu.list_pro ul li:nth-child(5n+1) {
        margin-left: 0;
    }

.erji_two {
    box-shadow: 5px 0px 10px 4px #ddd;
}

    .erji_two.active {
        position: fixed;
        top: 95px;
        left: 0;
        right: 0;
        background: #fff;
        z-index: 99;
    }

    .erji_two .erji_two_ul li {
        height: 64px;
        line-height: 64px;
        width: 193px;
        text-align: center;
        border-right: 1px solid #ddd;
        font-size: 1.25rem;
        color: #ffffff;
        float: left;
    }

        .erji_two .erji_two_ul li:nth-child(1) {
            border-left: 1px solid #ddd;
        }

        .erji_two .erji_two_ul li:hover,
        .erji_two .erji_two_ul li.active {
            background-color: #e60027;
        }

            .erji_two .erji_two_ul li:hover a,
            .erji_two .erji_two_ul li.active a {
                color: #fff !important;
            }

.list_about_con {
    font-size: 1rem;
    line-height: 30px;
    color: #3b3b3b;
}

.list_about_one {
    padding: 70px 0 90px;
}

.list_about_num_ul li {
    text-align: center;
    width: 25%;
    float: left;
    border-right: 1px solid #ddd;
}

    .list_about_num_ul li div:nth-child(1) span {
        font-size: 42px;
        line-height: 45px;
        letter-spacing: -1px;
        color: #0054a7;
    }

    .list_about_num_ul li div:nth-child(1) sup {
        font-size: 1.625rem;
        line-height: 33px;
        color: #0054a7;
        margin-left: 5px;
    }

    .list_about_num_ul li div:nth-child(2) {
        font-size: 20px;
        line-height: 33px;
        margin-top: 5px;
        color: #333333;
    }

    .list_about_num_ul li:last-child {
        border-right: none;
    }

.list_about_num {
    margin-top: 50px;
}

.list_about_sp {
    margin-bottom: 110px;
}

.modal.in .modal-dialog {
    margin-top: 10%;
}

.list_about_three_ul li .fl,
.list_about_three_ul li .fr {
    width: 50%;
}

.list_about_three_ul li:nth-child(1) .fr {
    padding: 50px 0 0 50px;
}

.list_about_three_ul li:nth-child(even) .fl {
    float: right;
}

.list_about_three_ul li:nth-child(even) .fr {
    float: left;
    padding-top: 50px;
}

.list_about_three {
    padding-bottom: 140px;
}

.list_message {
    padding: 75px 0 60px;
}

    .list_message .list_message_title {
        font-size: 1.5rem;
        line-height: 80px;
        color: #0054a7;
    }

    .list_message .fl {
        width: 50%;
        border-right: 1px solid #ddd;
    }

        .list_message .fl p {
            font-size: 1.125rem;
            line-height: 40px;
            color: #3b3b3b;
        }

            .list_message .fl p i {
                font-size: 1.375rem;
                color: #e60027;
                margin-right: 15px;
            }

    .list_message .fr {
        width: 50%;
        padding: 60px 0 0 100px;
        font-size: 1.125rem;
        line-height: 40px;
        color: #3b3b3b;
    }

.list_message_con {
    font-size: 1rem;
    line-height: 35px;
    color: #656565;
    padding: 25px 0 50px;
    width: 92%;
    margin: 0 auto;
}

.message_size p:nth-of-type(1) {
    color: #000000;
    font-size: 1.5rem;
    padding-bottom: 18px;
}

.message_size {
    color: #626262;
    font-size: 1rem;
    line-height: 32px;
    margin-bottom: 25px;
}

.message_inp > div:nth-of-type(1) {
    width: 25%;
    float: left;
    color: #474747;
    font-size: 1rem;
    line-height: 55px;
    text-align: right;
}

    .message_inp > div:nth-of-type(1) span {
        color: red;
    }

.message_inp > div:nth-of-type(2) {
    width: 70%;
    float: right;
}

.message_er > div input,
.message_inp > div input,
.message_inp > div select {
    border: 1px solid #dddddd;
    width: 100%;
    line-height: 55px;
    height: 55px;
    font-size: 1rem;
    padding: 0 10px;
    outline: none;
}

.message_er > div:nth-of-type(1) {
    width: 8%;
    float: left;
    color: #474747;
    font-size: 1rem;
    line-height: 55px;
    /* padding-left: 2%; */
    text-align: right;
}

.message_fom {
    margin-top: 30px;
}

    .message_fom form .col-md-4 {
        margin-bottom: 20px;
    }

.message_er > div:nth-of-type(2) {
    width: 90.5%;
    float: right;
}

.message_er {
    margin: 22px 0;
}

.message_text div:nth-of-type(1) {
    width: 8.5%;
    float: left;
    color: #474747;
    font-size: 1rem;
    line-height: 55px;
    text-align: right;
}

.message_text div:nth-of-type(2) {
    width: 90.5%;
    float: right;
}

.message_text div textarea {
    border: 1px solid #dddddd;
    width: 100%;
    height: 142px;
    font-size: 1rem;
    padding: 10px;
}

.message_butt div:nth-of-type(2) {
    color: #ff0000;
    font-size: 1rem;
    line-height: 55px;
    float: left;
}

.message_butt div:nth-of-type(1) {
    float: left;
    margin-right: 55px;
}

.message_butt div button {
    background: transparent;
    border: none;
    padding: 0 25px 0;
    color: #fff;
    font-size: 1.25rem;
}

/* .message_butt div button:hover {
    box-shadow: inset 0 0 0 3rem #fff;
    transition: 400ms ease-in-out;
    -moz-transition: 400ms ease-in-out;
    -webkit-transition: 400ms ease-in-out;
    -o-transition: 400ms ease-in-out;
    color: #1bac4a;
    border: 1px solid #1bac4a;
} */
.message_butt {
    margin-top: 22px;
    width: 90.5%;
    float: right;
}

.list_message {
    padding: 60px 0 127px 0;
}

.list_td {
    padding: 60px 0;
}

.more img {
    display: inline-block;
    transition: all .6s;
    -moz-transition: all .6s;
    -webkit-transition: all .6s;
    -o-transition: all .6s;
    margin-left: 10px;
}

.more:hover img {
    transform: translateX(20px);
    transition: all .6s;
    -moz-transition: all .6s;
    -webkit-transition: all .6s;
    -o-transition: all .6s;
}

.article_pro .article_pro_one {
    padding: 79px 0 90px;
}

.article_pro .article_pro_fl,
.article_pro .article_pro_fr {
    width: 50%;
}

.article_pro .article_pro_fr {
    padding: 0 0 0 50px;
}

    .article_pro .article_pro_fr .article_pro_title {
        font-size: 2.1875rem;
        border-bottom: 1px solid #ddd;
        line-height: 80px;
        color: #0054a7;
    }

    .article_pro .article_pro_fr .article_pro_con {
        font-size: 1rem;
        line-height: 30px;
        color: #787878;
        padding: 20px 0 40px;
    }

    .article_pro .article_pro_fr .article_pro_a a:nth-child(1) {
        width: 178px;
        height: 54px;
        background-color: #0054a7;
        box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.15);
        border-radius: 5px;
        text-align: center;
        line-height: 54px;
        margin-right: 30px;
        display: inline-block;
        border: solid 1px #0054a7;
        color: #fff;
    }

        .article_pro .article_pro_fr .article_pro_a a:nth-child(1) span {
            margin-right: 10px;
        }

    .article_pro .article_pro_fr .article_pro_a a:nth-child(2) {
        width: 178px;
        height: 54px;
        text-align: center;
        line-height: 54px;
        background-color: #ffffff;
        box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.15);
        border-radius: 5px;
        border: solid 1px #0054a7;
        display: inline-block;
        color: #0054a7;
    }

        .article_pro .article_pro_fr .article_pro_a a:nth-child(2) span {
            margin-right: 10px;
        }

    .article_pro .article_pro_fr .article_pro_a a:nth-child(1):hover {
        background: #fff;
        color: #0054a7;
    }

    .article_pro .article_pro_fr .article_pro_a a:nth-child(2):hover {
        background: #0054a7;
        color: #fff !important;
    }

.article_pro .gallery-thumbs {
    margin: 20px auto 0;
    width: 80%;
}

    .article_pro .gallery-thumbs .swiper-slide-thumb-active {
        border: solid 1px #e60027;
    }

.article_pro .swiper-button-prev,
.article_pro .swiper-container-rtl .swiper-button-next {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23c4c4c4'%2F%3E%3C%2Fsvg%3E");
    background-size: 30px 30px;
    opacity: 1;
    font-weight: 600;
}

.article_pro .swiper-button-next,
.article_pro .swiper-container-rtl .swiper-button-prev {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23c4c4c4'%2F%3E%3C%2Fsvg%3E");
    background-size: 30px 30px;
    opacity: 1;
    font-weight: 600;
}

.article_pro .article_pro_ul {
    background-color: #f7f7f7;
    border: solid 1px #f3f3f3;
}

    .article_pro .article_pro_ul li {
        font-size: 1.125rem;
        line-height: 64px;
        height: 64px;
        color: #000000;
        text-align: center;
        float: left;
        width: 178px;
        cursor: pointer;
    }




        .article_pro .article_pro_ul li.active {
        }

        .article_pro .article_pro_ul li.active,
        .article_pro .article_pro_ul li:hover {
            background-color: #e60027;
            color: #fff;
        }

.article_pro .article_pro_qh_title {
    height: 55px;
    line-height: 55px;
    padding: 0 25px;
    font-size: 1.125rem;
    color: #000000;
    background-color: #f7f7f7;
    border: solid 1px #f3f3f3;
}

.article_pro .article_pro_qh {
    margin: 65px 0 80px;
}

    .article_pro .article_pro_qh > div {
        margin-bottom: 23px;
    }

    .article_pro .article_pro_qh ul li {
        height: 55px;
        line-height: 53px;
        float: left;
        width: 25%;
        border: solid 1px #f3f3f3;
        padding: 0 25px;
        font-size: 1rem;
        color: #636363;
    }

    .article_pro .article_pro_qh .article_pro_bor {
        font-size: 1rem;
        line-height: 34px;
        color: #636363;
        padding: 20px 30px;
        border: solid 1px #f3f3f3;
    }

.about_pro {
    background: url(/images//bg.jpg) no-repeat;
    background-size: 100% 100%;
    padding: 80px 0 0px;
}

    .about_pro .list_pro_ul li {
        margin-left: 0;
    }

    .about_pro .swiper-button-next,
    .about_pro .swiper-container-rtl .swiper-button-prev {
        position: absolute;
        top: 40px;
        right: 20px;
        background-size: 20px 20px;
        background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%230054a7'%2F%3E%3C%2Fsvg%3E");
    }

    .about_pro .swiper-button-prev,
    .about_pro .swiper-container-rtl .swiper-button-next {
        position: absolute;
        top: 40px;
        right: 70px;
        left: auto;
        background-size: 20px 20px;
        background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%230054a7'%2F%3E%3C%2Fsvg%3E");
    }

    .about_pro .about_swiper {
        margin-top: 20px;
    }

.list_zlxz {
    padding: 60px 0 123px;
}

    .list_zlxz .list_zlxz_ul {
        margin-top: 30px;
    }

        .list_zlxz .list_zlxz_ul li {
            width: 48.1%;
            float: left;
            margin: 0 0 12px 49px;
            padding: 0 20px;
            background-color: #e7e7e7;
            height: 64px;
            line-height: 64px;
        }

            .list_zlxz .list_zlxz_ul li .fl {
                width: 60%;
                white-space: nowrap;
                overflow: hidden;
                text-overflow: ellipsis;
            }

            .list_zlxz .list_zlxz_ul li .fr {
                width: 40%;
                text-align: right;
            }

            .list_zlxz .list_zlxz_ul li:hover {
                background-color: #e60027;
            }

                .list_zlxz .list_zlxz_ul li:hover a {
                    color: #fff !important;
                }

            .list_zlxz .list_zlxz_ul li:nth-child(odd) {
                margin-left: 0;
            }

.article_article {
    padding: 60px 0 120px;
}

    .article_article .article_article_title {
        font-size: 1.75rem;
        line-height: 37px;
        color: #000000;
    }

    .article_article .article_article_data {
        margin: 25px auto;
        display: table;
    }

    .article_article .article_article_con {
        border-top: 1px solid #e7e7e7;
        font-size: 1rem;
        line-height: 36px;
        padding: 20px 0 40px;
        color: #676767;
    }

    .article_article .biaoqian {
        border-bottom: 1px solid #e7e7e7;
        padding: 30px 0 30px;
    }

        .article_article .biaoqian span.iconfont {
            color: #757575;
            font-size: 1.5rem;
            margin-right: 15px;
        }

        .article_article .biaoqian a {
            height: 36px;
            line-height: 34px;
            padding: 0 15px;
            border: solid 1px #dddddd;
            display: inline-block;
            margin-right: 8px;
        }

    .article_article .shangxia {
        padding-top: 30px;
        font-size: 1rem;
        line-height: 36px;
        color: #676767;
    }

        .article_article .shangxia a {
            color: #676767;
        }

.list_article_top {
    padding-top: 40px;
}

    .list_article_top .list_article_data {
        padding: 20px 0 30px;
    }

    .list_article_top .list_article_swiper {
        padding: 20px;
        box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.1);
    }

    .list_article_top .list_article_swiper_noshadow {
        box-shadow: none;
    }


    .list_article_top .list_article_swiper .swiper-slide .fl {
        width: 50%;
    }

    .list_article_top .list_article_swiper .swiper-slide .fr {
        width: 50%;
        padding-left: 47px;
    }

        .list_article_top .list_article_swiper .swiper-slide .fr .list_article_con {
            height: 150px;
            min-height: 150px;
            display: -webkit-box;
            -webkit-box-orient: vertical;
            text-overflow: ellipsis;
            -webkit-line-clamp: 5;
            overflow: hidden;
        }

    .list_article_top .swiper-pagination {
        position: absolute;
        bottom: 65px;
        left: 53.5%;
        width: auto;
    }

        .list_article_top .swiper-pagination .swiper-pagination-bullet {
            width: 7px;
            height: 7px;
            background-color: #e60027;
            position: relative;
            margin-right: 10px;
        }

        .list_article_top .swiper-pagination .swiper-pagination-bullet-active {
            position: relative;
        }

            .list_article_top .swiper-pagination .swiper-pagination-bullet-active::before {
                content: "";
                position: absolute;
                width: 17px;
                height: 17px;
                background-color: transparent;
                border: solid 1px #e60027;
                border-radius: 50%;
                top: -5px;
                left: -5px;
            }

.list_article_data,
.list_article_con {
    font-size: 1rem;
    line-height: 30px;
    color: #676767;
}

.list_article_title {
    font-size: 1.375rem;
    line-height: 36px;
    color: #000000;
    padding-top: 20px;
}

.list_article_ul {
    margin-top: 30px;
}

    .list_article_ul .list_article_title {
        padding-top: 0;
    }

    .list_article_ul .list_article_data {
        margin: 10px 0;
    }

    .list_article_ul .list_article_ul_fl {
        width: 90%;
    }

        .list_article_ul .list_article_ul_fl .fl {
            width: 30%;
        }

        .list_article_ul .list_article_ul_fl .fr {
            width: 70%;
            padding-left: 30px;
        }

    .list_article_ul .list_article_ul_fr {
        width: 10%;
        text-align: right;
        width: 42px;
        height: 42px;
        line-height: 42px;
        text-align: center;
        margin-top: 70px;
        background-color: #e60027;
        border-radius: 5px;
    }

        .list_article_ul .list_article_ul_fr span {
            color: #fff;
        }

    .list_article_ul li {
        padding: 40px 18px 40px;
        border-bottom: 1px solid #dddddd;
    }

        .list_article_ul li:hover {
            background-color: #0055a7;
        }

            .list_article_ul li:hover .list_article_ul_fr {
                background-color: #ffffff;
            }

                .list_article_ul li:hover .list_article_ul_fr span {
                    color: #0055a7;
                }

            .list_article_ul li:hover .list_article_title,
            .list_article_ul li:hover .list_article_data,
            .list_article_ul li:hover .list_article_con {
                color: #fff !important;
            }

    .list_article_ul .list_article_ul {
        margin-bottom: 30px;
    }

.list_article {
    padding: 65px 0 120px;
}

.list_shouhou {
    padding: 60px 0 155px;
}

    .list_shouhou .list_shouhou_ul {
        margin-top: 30px;
    }

        .list_shouhou .list_shouhou_ul li {
            float: left;
            width: 18.16%;
            margin-left: 30px;
            background-color: #d5eefc;
            border-radius: 10px;
            padding: 50px 0 40px;
            text-align: center;
        }

            .list_shouhou .list_shouhou_ul li div.iconfont {
                font-size: 1.875rem;
                color: #0055a7;
                margin-bottom: 10px;
            }

            .list_shouhou .list_shouhou_ul li p:nth-child(2) {
                font-size: 1.0125rem;
                line-height: 40px;
                color: #000000;
            }

            .list_shouhou .list_shouhou_ul li p:nth-child(3) {
                font-size: 1rem;
                line-height: 20px;
                color: #505050;
            }

            .list_shouhou .list_shouhou_ul li:nth-child(1) {
                margin-left: 0;
            }

            .list_shouhou .list_shouhou_ul li:hover {
                background-color: #0055a7;
            }

                .list_shouhou .list_shouhou_ul li:hover div.iconfont {
                    color: #fff;
                }

                .list_shouhou .list_shouhou_ul li:hover p {
                    color: #fff;
                }

.list_lxsh {
    margin: 60px 0 100px;
}

    .list_lxsh .list_lxsh_ul {
        margin-top: 30px;
    }

        .list_lxsh .list_lxsh_ul li {
            background: url(/images//17.jpg) no-repeat;
            width: 100%;
            height: 100%;
            background-size: 100% 100%;
            padding: 30px 30px;
            width: 30.6%;
            float: left;
            margin: 0 0 46px 50px;
            min-height: 282px;
        }

            .list_lxsh .list_lxsh_ul li .list_lxsh_title {
                height: 74px;
                font-size: 1.5rem;
                line-height: 37px;
                color: #0054a7;
                min-height: 74px;
            }

            .list_lxsh .list_lxsh_ul li .clearfix {
                padding-top: 20px;
            }

                .list_lxsh .list_lxsh_ul li .clearfix .fl {
                    width: 70%;
                    border-right: 1px solid #b5cfe9;
                    font-size: 1rem;
                    line-height: 32px;
                    color: #676767;
                }

                .list_lxsh .list_lxsh_ul li .clearfix .fr {
                    width: 30%;
                    text-align: right;
                    padding: 15px 10px 0 0;
                }

            .list_lxsh .list_lxsh_ul li:nth-child(3n+1) {
                margin-left: 0;
            }

.qgxs_tanchu {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.3);
    z-index: 9999;
    display: none;
}

    .qgxs_tanchu .qgxs_tc_con {
        width: 500px;
        box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.2);
        background: #fff;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        padding: 20px 45px;
    }

        .qgxs_tanchu .qgxs_tc_con .qgxs_title span:nth-child(1) {
            font-size: 1.375rem;
        }

        .qgxs_tanchu .qgxs_tc_con .qgxs_title span:nth-child(2) {
            font-size: 1rem;
            margin-left: 30px;
        }

        .qgxs_tanchu .qgxs_tc_con .qgxs_title {
            margin-bottom: 10px;
            line-height: 40px;
        }

        .qgxs_tanchu .qgxs_tc_con .clearfix .fl {
            width: 25%;
            padding-top: 40px;
        }

        .qgxs_tanchu .qgxs_tc_con .clearfix .fr {
            width: 75%;
        }

            .qgxs_tanchu .qgxs_tc_con .clearfix .fr div:nth-child(2) {
                margin-top: 10px;
            }

            .qgxs_tanchu .qgxs_tc_con .clearfix .fr div p {
                font-size: 14px;
                line-height: 26px;
            }

        .qgxs_tanchu .qgxs_tc_con::before {
            width: 20px;
            height: 50%;
            content: "";
            position: absolute;
            top: 0;
            left: 0;
            background: #007abd;
        }

    .qgxs_tanchu .guanbi {
        position: absolute;
        top: 10px;
        right: 15px;
        cursor: pointer;
    }

        .qgxs_tanchu .guanbi span {
            font-size: 1.25rem;
            color: #cc2200;
        }

/* æœç´¢ */
.sousuo {
    display: none;
}

.sousuo_con {
    z-index: 1000;
    padding-left: 100px;
    font-size: 1.25rem;
}

    .sousuo_con .iconfont {
        font-size: 1.25rem;
        padding-right: 10px;
    }

.sousuo_inp {
    border: none;
    background-color: transparent;
    width: 400px;
}

.sousuo_con.sousuo_con1 {
    line-height: 81.2px;
}

.sousuoactive {
    display: block;
    transition: all .6s;
}

.pcnavactive {
    background: #fff !important;
    line-height: 65px;
    height: 65px;
    transition: all .6s;
    -moz-transition: all .6s;
    -webkit-transition: all .6s;
    -o-transition: all .6s;
    color: #000 !important;
    border-bottom: 1px solid rgba(181, 181, 181, 0.22);
}

    .pcnavactive a {
        color: #000;
    }

    .pcnavactive.index_pcnav .logo_text_center .website_name {
        color: #000;
    }

.serch_line {
    background: #ed1a33;
    width: 100%;
    height: 2px;
}

.searchbox {
    box-shadow: 0 0 7px 0 #cfcfcf;
    background: #fff;
    width: 100%;
    top: 89px;
    text-align: center;
    z-index: 999;
    position: fixed;
}

.displaynone {
    display: none;
}

.searchs {
    max-width: 600px;
    margin: 0 auto;
    padding: 15px;
}

.clearfix {
    zoom: 1;
}

.section04_clearfix .free,
.section05 .section05_clearfix .free,
.section06 .section05_clearfix .free {
    float: right;
    width: 230px;
    height: 40px;
    line-height: 40px;
    margin-bottom: 20px;
}

.searchs .sertext {
    display: block;
    padding: 0;
    outline: 0;
    padding-left: 12px;
    width: 78%;
    float: left;
    border: 1px solid #cdcdcd;
    color: #a2a2a2;
    font-size: 14px;
    height: 52px;
    line-height: 52px;
    transition: 0.4s;
    box-sizing: border-box;
}

.serbtn {
    padding: 0;
    margin: 0;
    border: none;
    outline: 0;
    width: 22%;
    float: right;
    height: 52px;
    text-align: center;
    line-height: 52px;
    background: #ed1a33;
    background-blend-mode: normal, normal;
    color: #fff;
    font-size: 15px;
    cursor: pointer;
    transition: 0.44s;
}

/* æ‰‹æœºå¯¼èˆª */
.phonenav {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 999;
    padding: 0;
    background: #fff;
    line-height: 65px;
    height: 65px;
    display: none;
}

.phone_foot {
    display: none;
}

/* èœå• */
/* .phone {
    box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.1);
    display: none;
    top: 0;
    background: #fff;
    z-index: 999;
    width: 100%;
    padding: 10px 30px;
} */
.index_a {
    display: inline-block;
}

.phone .wid {
    float: left;
}

    .phone .wid > a {
        display: inline-block;
    }

.color_dao .iconfont {
    color: #ba9657;
    font-size: 25px;
    margin: 0 5px;
}

.color_dao {
    line-height: 49px;
}

    .color_dao .daohang_sp {
        position: relative;
        top: -7px;
        font-size: 25px;
    }

.color_a {
    font-size: 25px;
    position: relative;
    top: -7px;
}

.sidebar-menu {
    display: none;
    position: fixed;
    top: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%;
    overflow-x: hidden;
    overflow-y: auto;
    background-color: #e7e9eb;
    z-index: 9999;
    transition: 0.6s;
}

.sidebar-menu__header {
    height: 50px;
    background: #eff2f6;
    position: relative;
    display: block;
    padding: 3px 25px;
    height: 100%;
    width: 100%;
    color: #fff;
    margin-right: 105px;
}

.sidebar-menu .sidebar-menu__header {
    line-height: 50px;
    color: #646060;
    font-size: 20px;
}

    .sidebar-menu .sidebar-menu__header .iconfont {
        font-size: 20px;
    }

.sidebar-menu__list {
    position: fixed;
    top: 60px;
    right: 0;
    bottom: 0;
    margin: 0;
    padding: 0;
    width: 100%;
    list-style: none;
    background: #fff;
    list-style-type: none;
    border-top: 1px solid #cec7c7;
    z-index: 9999;
}

.sidebar-menu__item:first-child {
    border-top: 0;
}

.sidebar-menu__item {
    padding: 0;
    width: 100%;
    border-bottom: 1px solid #eee;
}

.sidebar-menu__link {
    display: block;
    padding: 15px 25px;
    color: #828282;
    font-size: 14px;
    font-weight: 400;
    transition: color 0.1s cubic-bezier(0.39, 0.575, 0.565, 1);
}

.sidebar-menu__item {
    padding: 0;
    width: 100%;
    border-bottom: 1px solid #eeeeee;
}

.colos {
    line-height: 70px;
}

.sidebar-menu__item:first-child {
    border-top: 0;
}

.sidebar-menu__item.sidebar-menu__item--back,
.sidebar-menu__item.sidebar-menu__item--back:hover,
.sidebar-menu__link.sidebar-menu__subtitle {
    background-color: #eff2f6 !important;
}

    .sidebar-menu__item.sidebar-menu__item--back .sidebar-menu__link {
        color: #000 !important;
    }

.sidebar-menu__item:hover {
    background-color: #fff;
    cursor: pointer;
}

    .sidebar-menu__item:hover > .sidebar-menu__link {
        color: #6e6e6e;
    }

.phone_i {
    display: inline-block;
    line-height: 60px;
    padding: 0 15px;
}

.sidebar-menu__item:hover > .sidebar-menu__link .glyphicon-menu-right {
    color: #6e6e6e;
}

.sidebar-menu__item .sidebar-menu__list {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 1;
    transform: translateX(100%);
    transition: transform 0.25s cubic-bezier(0.39, 0.575, 0.565, 1);
}

    .sidebar-menu__item .sidebar-menu__list.is-active {
        transform: translateX(0);
    }

    .sidebar-menu__item .sidebar-menu__list .sidebar-menu__list {
        z-index: 2;
    }

        .sidebar-menu__item .sidebar-menu__list .sidebar-menu__list .sidebar-menu__list {
            z-index: 3;
        }

            .sidebar-menu__item .sidebar-menu__list .sidebar-menu__list .sidebar-menu__list .sidebar-menu__list {
                z-index: 4;
            }

.sidebar-menu__link::first-letter {
    text-transform: uppercase;
}

.sidebar-menu__link:active,
.sidebar-menu__link:focus,
.sidebar-menu__link:hover {
    text-decoration: none;
}

.sidebar-menu__link span.glyphicon-menu-left {
    float: left;
    font-size: 12px;
    color: #fff;
    line-height: 20px;
    margin-right: 4px;
}

.sidebar-menu__link .glyphicon-menu-right {
    color: #bababa;
    float: right;
}

.phonenav .side-menu-trigger .iconfont {
    font-size: 30px;
}

.phonenav .ds .iconfont {
    font-size: 2.6rem;
    margin-right: 20px;
}

.phone {
    display: none;
}

.kckh_swiper .swiper-slide {
    border: 1px solid #ddd;
}


.phone_footer {
    display: none;
}

.ac .iconfont {
    padding: 0 10px;
}

.kefu_more {
    cursor: pointer;
}

.modal-dialog {
    width: 60%;
    /* margin-top: 5%; */
    margin-top: 0 !important;
    top: 50%;
    /* left: 50%; */
    transform: translateY(-50%) !important;
    z-index: 999;
}

.cfzp li {
    margin-bottom: 10px;
}

.kehu-fade .modal-dialog {
    width: 50%;
}

.kehu-fade .modal-title {
    font-weight: 600;
}

.kehu-fade .modal-body .fl {
    border: 1px solid #ddd;
    margin: 0 10px 0px 0;
}

.kehu-fade .modal-body {
    font-size: 1rem;
    line-height: 28px;
}

.kehu-opac {
    display: none;
}

.honor-phone .modal-dialog {
    width: 50%;
}

.appliaction-phone .modal-body .fl {
    margin: 0 10px 10px 0;
}

.modal-dialog.modal-dialog1 {
    width: 50%;
}

    .modal-dialog.modal-dialog1.win70p {
        width: 70%;
        margin-top: 2% !important;
    }

.shouhou-hide {
    display: none;
}

.list_shouhou .list_shouhou_ul li:hover .shouhou-hide {
    display: block;
}

.list_shouhou .list_shouhou_ul li:hover .shouhou-show {
    display: none;
}

.gloab-sale-ul {
    margin-top: 30px;
}

    .gloab-sale-ul li:hover {
        background-color: #e60027;
    }

    .gloab-sale-ul li {
        cursor: pointer;
        width: 18.1%;
        float: left;
        margin-left: 30px;
        height: 50px;
        line-height: 50px;
        border-radius: 10px;
        background: #0054a7;
        text-align: center;
        color: #fff;
        font-size: 1.125rem;
        margin-bottom: 10px;
    }

        .gloab-sale-ul li:nth-child(5n+1) {
            margin-left: 0;
        }

.gloab-sale-ul-clearfix {
    display: none;
}

.gloab_tanchu {
    padding-top: 20px;
}

    .gloab_tanchu .title-celearfix .qgxs_title {
        padding-top: 0 !important;
        width: 50% !important;
    }

.title-celearfix {
    padding-top: 30px;
}

.gloab_tanchu .title-celearfix .fr {
    text-align: right;
    width: 50% !important;
}

.gloab_tanchu .qgxs_tc_con .qgxs_title span:nth-child(2) {
    margin-left: 5px;
}

.gloab-logo {
    width: 70%;
    margin: 30px 0 0;
}

.gloab-tanchu_ul {
    font-size: 1rem;
    line-height: 30px;
    color: #4f4f4f;
    margin: 10px 0;
}

    .gloab-tanchu_ul li span:nth-child(2) {
        margin-left: 20px;
    }

.gloab-websit {
    font-size: 1.4rem;
    font-weight: 600;
}

    .gloab-websit a {
        color: #208ac5;
    }

.gloab-ma {
    position: absolute;
    bottom: 25px;
    right: 40px;
    width: 80px;
    height: 80px;
}

.gloab-content {
    display: none;
}

/* table */
.table tr td {
    font-size: 1rem;
}

.table label {
    font-weight: normal;
    margin-right: 15px;
}

    .table label input {
        margin-left: 2px;
    }

        .table label input[type="text"] {
            border: none;
            border-bottom: 1px solid #ddd;
            padding: 0 4px;
            margin-left: 4px;
        }

.input {
    width: 100%;
    border: none;
}

.table tr td:nth-child(1) {
    width: 12%;
}

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

.table_div {
    line-height: 34px;
}

.list_table {
    margin: 60px 0 60px;
}

.list_table_title {
    font-size: 1.625rem;
    line-height: 50px;
}

.list_table_p {
    line-height: 30px;
    margin: 20px 0 10px;
    font-size: 1.25rem;
}


.arrow {
    background-image: url(/images/arrow_right.png);
    width: 20px;
    height: 20px;
    display: inline-block;
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: 1px 4px;
}



.list_article_ul .list_article_ul_fl .w100 {
    width: 100%;
    padding-left: 0px;
}


.nodata {
    text-align: center;
    width: 100%;
    font-size: 1.6REM;
    padding-top: 4REM;
}

.shang,
.xia {
    overflow: hidden;
}

.erji a.active {
    color: #e60027;
}

.article_pro_qh .item {
    display: none;
}


.article_pro_qh .active {
    display: block;
}

.article_pro_ul li:hover a,
.article_pro_ul li a:hover {
    color: #FFF !important;
}

#btnSubmitSolu {
    width: 200px;
    height: 40px;
    line-height: 40px;
    background-color: #0054a7;
    border: none;
    color: #FFF;
}

.error {
    background: #0054a7;
    color: #FFF;
}

    .error input {
        color: #000;
    }

.qq_wx_contact:hover + .wxewm {
    display: block;
}

.qq_wx_contact .icon-qq {
}

.share_box:hover + .wxewm {
    display: block;
}

.wxewm {
    width: 200px;
    margin: 0 auto;
    display: none;
    position: absolute;
    left: 50%;
    margin-left: 250px;
}

.wxewm_box {
    padding: 15px;
    background-color: #0054a7;
    width: 200px;
}

    .wxewm_box img {
        width: 200px;
    }

    .wxewm_box p {
        text-align: center;
        color: #FFF;
        padding-bottom: 10px;
    }

.wxewm .top {
    width: 0;
    height: 0;
    border-bottom: 20px solid #0054a7;
    border-left: 20px solid transparent;
    border-right: 20px solid transparent;
    margin: 0 auto;
}


.pagebar {
    width: 100%;
    margin: auto;
    color: #888888;
    text-align: center;
    font-size: 14px;
    overflow: hidden;
}

    .pagebar i {
        font-size: 22px;
    }

.pageborder {
    width: 45px;
    height: 45px;
    border: 1px solid #CFD8DC;
    display: inline-block;
    line-height: 46px;
}

.pagebar a {
    display: inline-block;
    height: 40px;
    line-height: 40px;
    padding: 0px 20px;
    text-align: center;
    color: rgb(0, 0, 0);
    background-color: rgb(238, 238, 238);
    font-family: å¾®è½¯é›…é»‘, å®‹ä½“;
    font-size: 12px;
}

.pagebar span {
    display: inline-block;
    height: 40px;
    line-height: 40px;
    padding: 0px 20px;
    text-align: center;
    color: #ffffff;
    background-color: #e60027;
}

.pagebar a:hover {
    color: #FFF !important;
    background-color: #e60027;
    text-decoration: none;
}

.pageborder a i {
    font-size: 22px;
    line-height: 40px;
}

.pagetext {
    width: 45px;
    line-height: 45px;
    display: inline-block;
    font-size: 18px;
}

.pageinput {
    box-shadow: none;
    width: 45px;
    height: 45px;
    font-size: 18px;
    text-align: center;
    line-height: 40px;
    color: #ff5500;
    border: 1px solid #CFD8DC;
    display: inline-block;
}

.head_wx .wxewm_box p {
    padding-bottom: 40px;
    height: 30px;
    line-height: 30px;
}

.head_wx {
    right: 13px;
    top: 100px;
    left: inherit;
}

.lunbo_text p {
    text-indent: 2rem;
}

.video_word_index {
    padding-left: 172px;
}

    .video_word_index span {
        background-color: #FFF;
        padding: 10px;
    }

.gotoTop {
    position: fixed;
    bottom: 60px;
    right: 40px;
    background-color: #FFF;
}

    .gotoTop img {
        width: 50px;
        height: 50px;
    }

.colse_ul {
    display: none;
}


.index_btn {
    width: 120px;
    height: 50px;
    line-height: 50px;
    background-color: #ed1a33;
    box-shadow: 2px 3px 7px 0px rgba(0, 0, 0, 0.17);
    border-radius: 25px;
    text-align: center;
    font-size: 1rem;
    float: left;
    margin: 30px 0 0;
}



    .index_btn a {
        color: #FFF;
    }

        .index_btn a:hover {
            color: #FFF !important;
        }

.douyin {
    background-color: #0054a7;
    border-radius: 25px 0px 0px 25px;
}



    .douyin img {
        width: 22px;
    }

.index_video {
    border-radius: 0px 25px 25px 0px;
}

.video_word_index b{
     font-size:3rem;
     color:#e60027;
}

.expmore {
    float: left;
}

.tiptools {
    position: relative;
}

.dyqrcode {
    position: absolute;
    left: 18%;
    bottom: 75%;
    display: none;
}

    .dyqrcode img {
        width: 150px;
        margin-right: 45px;
    }


@media (max-width: 1800px) {
    .section.fp-table .title {
        padding-top: 2%;
    }

    .close_ul_right {
        width: 120px;
        left: -120px;
        padding: 10px;
    }
}

@media (max-width: 1700px) {
    .header_pad {
        padding-left: 50px;
    }

    .video_word_index {
        padding-left: 72px !important;
    }
}

@media (max-width: 1600px) {
    .header_nav_ul li {
        margin: 0 8px;
    }


    .list_shouhou .list_shouhou_ul li {
        margin-left: 26px;
        padding: 30px 0 30px;
    }

    .list_zlxz .list_zlxz_ul li {
        margin: 0 0 12px 43px;
    }

    .list_lxsh .list_lxsh_ul li {
        min-height: 319px;
    }

    .list_kehu.list_pro ul li {
        margin: 0 0 20px 19px;
    }

    .list_lxsh .list_lxsh_ul li {
        margin: 0px 0 46px 46px;
    }

    .list_article_top .list_article_data {
        padding: 10px 0 15px;
    }

    .list_article_top .list_article_swiper .swiper-slide .fr .list_article_con {
        height: 120px;
        min-height: 120px;
        -webkit-line-clamp: 4;
    }

    .list_pro_ul li {
        margin: 0 0 39px 39px;
    }
}

@media (max-width: 1440px) {

    body,
    html {
        font-size: 14px !important;
    }


    .section02_text p {
        font-size: 2.4rem;
        line-height: 50px;
    }

        .section02_text p span {
            font-size: 4.1875rem;
        }

    .title {
        font-size: 2rem;
    }

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

    .section03_qh_fl .section03_qh_text {
        padding: 0px 0 0px;
    }

    /* .section03 .title {
    padding-top: 0px;
  } */
    .section04_title {
        font-size: 1.5rem;
    }

    .section04_bg,
    .section05_bg {
        padding-top: 0;
    }

        .section04_bg .more {
            margin-top: 20px;
        }

    .section05_con {
        padding: 0px 0 25px;
    }


    .liuyan {
        padding: 86px 0;
        margin-top: 0;
    }

    .liuyan {
        padding: 86px 0 50px;
        margin-top: 54px;
    }

        .liuyan form input {
            margin-right: 25px;
        }


    footer {
        padding: 64px 0 94px;
    }

    .liuyan form {
        margin-top: 25px;
    }

        .liuyan form input,
        .liuyan form button {
            height: 44px;
            line-height: 44px;
        }

    .section02_bg {
        padding-top: 57px;
    }

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

    .free {
        width: 210px;
        height: 44px;
        line-height: 44px;
    }

    .section05_bg_clearfix .fl {
        padding-left: 0px;
    }

    .section05 .title,
    .section06 .title,
    .section04 .title {
        padding-top: 50px;
    }

    .index_news_a {
        font-size: 16px;
    }

    .data {
        line-height: 26px;
    }

    .more {
        width: 145px;
        height: 44px;
        line-height: 44px;
    }

    .lunbo .swiper-button-next,
    .lunbo .swiper-button-prev,
    .lunbo_kh .swiper-button-next,
    .lunbo_kh .swiper-button-prev {
        width: 30px;
        height: 30px;
        background-size: 14px 14px;
    }

    .xcp {
        width: 80%;
        margin: 0 auto;
    }

    .header_nav_ul li.active a::before,
    .header_nav_ul li a::before,
    .header_nav_ul li:hover a::before {
        bottom: 17px;
    }

    .list_pro_title {
        font-size: 1.8rem;
        line-height: 40px;
    }

    .article_article .article_article_title {
        font-size: 1.5rem;
    }

    .article_article {
        padding: 60px 0 80px;
    }


    .ban_search_con p {
        font-size: 1.5rem;
    }

    .ban_search_inp input {
        height: 44px;
        line-height: 44px;
    }

    .article_pro .article_pro_fr .article_pro_title {
        font-size: 1.8rem;
        line-height: 50px;
        padding-bottom: 8px;
    }

    .article_pro .article_pro_fr .article_pro_con {
        padding: 10px 0 20px;
    }

    .article_pro .article_pro_one {
        padding: 60px 0 60px;
    }

    .article_pro .article_pro_ul li {
        font-size: 1.125rem;
        line-height: 50px;
        height: 50px;
    }

    .article_pro .article_pro_qh {
        margin: 40px 0 60px;
    }

        .article_pro .article_pro_qh ul li {
            height: 48px;
            line-height: 48px;
        }

    .about_pro .swiper-button-next,
    .about_pro .swiper-container-rtl .swiper-button-prev,
    .about_pro .swiper-button-prev,
    .about_pro .swiper-container-rtl .swiper-button-next {
        top: 30px;
    }

    .about_pro {
        padding: 60px 0 0px;
    }

    .about_pro {
        padding: 45px 0 0px;
    }

    .list_about_con {
        padding-top: 15px;
    }

    .list_about_one {
        padding: 60px 0 60px;
    }

    .list_about_num_ul li div:nth-child(1) span {
        font-size: 32px;
    }

    .list_about_num_ul li div:nth-child(2) {
        font-size: 16px;
    }

    .list_about_sp {
        margin-bottom: 60px;
    }

    .list_about_three {
        padding-bottom: 90px;
    }

    .list_zlxz {
        padding: 60px 0 80px;
    }

    .list_pro {
        padding: 60px 0 60px;
    }

    .list_kehu.list_pro ul li {
        margin: 0 0 15px 16px;
    }

    .list_kehu.list_pro .list_pro_ul {
        margin: 20px 0 15px;
    }

    .list_pro {
        padding: 45px 0;
    }

    .list_lxsh {
        margin: 60px 0 60px;
    }

        .list_lxsh .list_lxsh_ul li .list_lxsh_title {
            font-size: 1.25rem;
            line-height: 28px;
        }

        .list_lxsh .list_lxsh_ul li {
            margin: 0px 0 30px 38px;
            padding: 15px 25px;
        }

            .list_lxsh .list_lxsh_ul li .clearfix .fr {
                padding: 15px 0 0 0;
            }

            .list_lxsh .list_lxsh_ul li .clearfix .fl {
                line-height: 28px;
            }

    .list_message {
        padding: 60px 0 90px 0;
    }

    .list_td {
        padding: 45px 0;
    }

    .list_article {
        padding: 60px 0 90px;
    }

    .list_article_top {
        padding-top: 25px;
    }

    .list_article_ul li {
        padding: 30px 15px 30px;
    }

    .list_pro {
        padding: 60px 0 45px;
    }

        .list_pro .list_pro_ul {
            margin-top: 15px;
        }

    .erji {
        font-size: 16px;
    }

    .list_cfzp.list_pro.list_sp .list_pro_ul .list_pro_con {
        padding: 0 15px;
        height: 60px;
        line-height: 60px;
    }

        .list_cfzp.list_pro.list_sp .list_pro_ul .list_pro_con .list_pro_a {
            line-height: 60px;
            font-size: 1.0125rem;
        }

    .kehu-fade .modal-dialog {
        width: 40%;
    }
}

@media (max-width: 1366px) {
    body {
        padding-top: 71px;
    }


    header,
    .logo {
        line-height: 70px;
    }


    .phone_num,
    .share,
    .sousuo_pc {
        height: 70px;
        line-height: 70px;
    }

    .section02_text p {
        font-size: 2.2rem;
        line-height: 20px;
    }

    .title {
        font-size: 1.8rem;
    }

    .futitle {
        font-size: 1.125rem;
    }

    .section03_qh_fl .section03_qh_text {
        line-height: 30px;
    }

    .section03_ul {
        margin: 15px 0 25px;
    }

    .xcp {
        width: 80%;
    }

    .liuyan {
        padding: 86px 0 50px;
        margin-top: 0;
    }

        .liuyan form input,
        .liuyan form button {
            height: 40px;
            line-height: 40px;
        }

    footer {
        padding: 45px 0 55px;
    }

    .beian {
        height: 50px;
        line-height: 50px;
    }

    footer .footer_title {
        font-size: 1.125rem !important;
    }

    .share {
        width: 100px;
    }

    .sousuo_pc {
        width: 70px;
    }

    .header_pad {
        padding-left: 10px;
    }
}

@media (max-width: 1280px) {
    .header_nav_ul li {
        margin: 0 10px;
    }
}

@media (max-width: 1200px) {
    .header_nav_ul li {
        margin: 0 6px;
    }

    .phone_num {
        margin-right: 20px;
    }

    .list_lxsh .list_lxsh_ul li {
        min-height: 219px;
    }

    .share {
        width: 90px;
    }

    .section03_ul li {
        font-size: 1rem;
    }

    .section04_fl_ul li {
        margin: 0 13px 12px 0;
    }

    .section05_con {
        padding: 0px 0 15px;
    }

    .more {
        width: 120px;
        height: 38px;
        line-height: 38px;
    }

    .section04_title {
        font-size: 1.25rem;
        line-height: 40px;
    }

    .free {
        width: 190px;
        height: 38px;
        line-height: 38px;
    }

    .section04_fr_close {
        height: 34px;
        line-height: 34px;
        font-size: 0.875rem;
    }

    .colse_ul li {
        height: 40px;
        line-height: 40px;
        font-size: 0.875rem;
    }

    .section03_ul li {
        height: 40px;
        line-height: 40px;
    }

    .index_news_content,
    .data {
        font-size: 0.875rem;
        line-height: 24px;
    }

    .index_news_a {
        font-size: 1rem;
        line-height: 26px;
    }

    .index_news_con {
        padding: 10px 15px 15px;
    }

    .liuyan form input {
        margin-right: 20px;
    }

    .footer_fl2,
    .footer_fl3 {
        width: 10%;
    }

    .footer_fl4 {
        width: 29%;
    }

    .erji_two .erji_two_ul li {
        height: 55px;
        line-height: 55px;
        width: 20%;
    }

    .list_shouhou .list_shouhou_ul li {
        margin-left: 22px;
    }

        .list_shouhou .list_shouhou_ul li p:nth-child(2) {
            font-size: 1rem;
        }

    .list_shouhou {
        padding: 60px 0 90px;
    }

    .list_about_three_ul li:nth-child(1) .fr {
        padding: 10px 0 0 50px;
    }

    .list_zlxz .list_zlxz_ul li {
        margin: 0 0 12px 35px;
    }

    .list_message .list_message_title {
        line-height: 50px;
        font-size: 1.25rem;
    }

    .list_message {
        padding: 45px 0 60px 0;
    }

    .list_td {
        padding: 35px 0;
    }

    .list_article_title {
        font-size: 1.25rem;
    }

    .list_article_top .list_article_swiper .swiper-slide .fr .list_article_con {
        height: 90px;
        min-height: 90px;
        -webkit-line-clamp: 3;
    }

    .list_article_top .swiper-pagination {
        bottom: 44px;
        left: 55%;
    }

    .list_article_ul .list_article_data {
        margin: 4px 0;
    }

    .list_pro_ul li {
        margin: 0 0 32px 32px;
    }

    .logo img {
        width: 180px;
    }
}

@media (max-width: 1024px) {
    .section03 .title {
        padding-top: 0px;
    }

    .section03,
    .section04,
    .section05,
    .section06,
    .section07 {
        padding: 20px 0;
        background: none;
    }

    .section03_qh_fl {
        width: 100%;
    }

    .section03 .section03_qh > div:nth-child(1) .more {
        margin: 20px auto;
    }

    .section03_qh_fr {
        width: 100%;
    }

    .cfzp_swiper,
    .kckh_swiper {
        width: 80%;
        margin: 30px auto;
    }

    .section05 .title,
    .section06 .title,
    .section04 .title {
        padding-top: 0px;
    }

    .section04 .section03_ul li {
        width: 18%;
    }

        .section04 .section03_ul li:nth-child(3) {
            width: 28%;
        }

        .section04 .section03_ul li:last-child {
            width: 15%;
        }

        .section04 .section03_ul li:nth-last-child(2) {
            width: 21%;
        }

    .liuyan {
        padding: 20px 0 40px;
    }

        .liuyan form input {
            width: 24.9%;
        }

        .liuyan form button {
            width: 15%;
        }

        .liuyan form {
            margin-top: 20px;
        }

    .beian {
        height: auto;
        line-height: 26px;
        padding: 10px 0;
    }

    footer {
        display: none;
    }

    .phone_footer {
        display: block;
    }

    /* æ‰‹æœºç«¯å°¾éƒ¨ */

    .phone_footer_ul li {
        width: 25%;
        float: left;
        text-align: center;
        height: 60px;
        border-right: 1px solid rgba(255, 255, 255, .37);
    }

    .phone_footer {
        background: rgba(230, 0, 18, 1);
        color: #fff;
        position: fixed;
        bottom: 0;
        left: 0;
        width: 100%;
        height: 60px;
        z-index: 1000;
    }

    .phone_footer_ul li .iconfont {
        font-size: 20px;
        padding-top: 7px;
    }

    .phone_footer_ul li a {
        color: #fff !important;
    }

    body {
        padding-bottom: 60px;
    }

    .beian {
        display: none;
    }

    .section07 {
        padding: 0;
    }
}

@media (max-width: 990px) {
    header {
        display: none;
    }

    body {
        padding-top: 60px;
        padding-bottom: 60px;
    }

    .section02_bg {
        padding-top: 0;
    }

    .header_nav_ul li {
        margin: 0 5px;
    }

    .special a {
        width: 32.8%;
    }

    .phone {
        display: block;
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        background: #fff;
        height: 60px;
        line-height: 60px;
        overflow: hidden;
        border-bottom: 1px solid #ddd;
        z-index: 9999;
    }



    .ds {
        margin-right: 15px;
    }

        .ds .iconfont,
        .ac .iconfont {
            font-size: 22px;
        }

    .section02_text p {
        font-size: 2rem;
        line-height: 30px;
    }

        .section02_text p span {
            font-size: 3rem;
            line-height: 50px;
        }

    .section04_fl_ul li {
        margin: 0 10px 12px 0;
        width: 75px;
    }

    .section04_fr_fr {
        width: 17%;
    }

    .section04_fl {
        padding-right: 15px;
    }

    .section05 .section03_ul li:nth-child(4) {
        width: 19%;
    }

    .section05 .section03_ul li:nth-child(2) {
        width: 23%;
    }

    .section05 .section03_ul li:nth-child(3) {
        width: 21%;
    }

    .section05 .section03_ul li:first-child {
        width: 27%;
    }

    .section05 .section03_ul li:last-child {
        width: 10%;
    }

    .section05_bg_clearfix .fl ul li,
    .section05_bg_clearfix .fr ul li {
        width: 150px;
        margin-bottom: 25px;
    }

    .section06 {
        padding-top: 0;
    }

    .index_news_swiper {
        padding-bottom: 40px;
    }

    .index_news_con {
        background: #e9e9e9;
    }

    .index_news_swiper .swiper-pagination-bullet-active {
        background: #ed1a33;
    }

    .section06 .more {
        margin: 10px auto 0;
    }

    .xcp {
        width: 100%;
    }

    .section04 {
        padding-top: 0;
    }

    .list_shouhou .list_shouhou_ul li {
        width: 31.1%;
        margin-bottom: 15px;
    }

        .list_shouhou .list_shouhou_ul li:nth-child(3n+1) {
            margin-left: 0;
        }

    .list_shouhou {
        padding: 45px 0 45px;
    }

    .neiye_ban_text p {
        font-size: 2rem;
        line-height: 50px;
    }

    .searchbox {
        top: 60px !important;
    }

    .searchs .sertext,
    .serbtn {
        height: 44px;
        line-height: 44px;
    }

    .sidebar-menu.is-active {
        display: block;
        transition: transform 0.25s cubic-bezier(0.39, 0.575, 0.565, 1);
    }

    .article_article {
        padding: 45px 0 45px;
    }

        .article_article .article_article_title {
            font-size: 1.25rem;
        }

        .article_article .article_article_con {
            line-height: 30px;
            padding-bottom: 20px;
        }

        .article_article .shangxia {
            line-height: 30px;
        }

    .article_pro .article_pro_fr {
        padding: 0px 0 0 30px;
    }

        .article_pro .article_pro_fr .article_pro_a a:nth-child(1),
        .article_pro .article_pro_fr .article_pro_a a:nth-child(2) {
            width: 145px;
            height: 45px;
            line-height: 43px;
        }

        .article_pro .article_pro_fr .article_pro_a a:nth-child(1) {
            margin-right: 15px;
        }

        .article_pro .article_pro_fr .article_pro_con {
            line-height: 26px;
        }

    .article_pro .swiper-button-next,
    .article_pro .swiper-container-rtl .swiper-button-prev,
    .article_pro .swiper-button-prev,
    .article_pro .swiper-container-rtl .swiper-button-next {
        background-size: 25px 25px;
    }

    .article_pro .article_pro_ul li {
        width: 20%;
    }

    .article_pro .article_pro_qh ul li {
        width: 50%;
    }

    .article_pro .article_pro_one {
        padding: 45px 0;
    }

    .article_pro .article_pro_qh {
        margin: 40px 0 45px;
    }

    .list_about_one {
        padding: 45px 0;
    }

    .list_about_num_ul li div:nth-child(1) span {
        font-size: 26px;
        line-height: 30px;
    }

    .list_about_num_ul li div:nth-child(2) {
        font-size: 14px;
        line-height: 26px;
    }

    .list_about_num {
        margin-top: 35px;
    }

    .list_about_three_ul li .fl,
    .list_about_three_ul li .fr {
        width: 100%;
    }

    .list_about_sp {
        margin-bottom: 45px;
    }

    .list_about_three_ul li:nth-child(1) .fr {
        padding: 15px 0 0 0px;
    }

    .list_about_three_ul li:nth-child(2) {
        margin-top: 15px;
    }

    .list_pro_title {
        font-size: 1.5rem;
    }

    .list_about_con {
        padding-top: 0px;
    }

    .list_about_three_ul li:nth-child(even) .fr {
        padding-top: 15px;
    }

    .list_about_three {
        padding-bottom: 45px;
    }

    .list_zlxz {
        padding: 45px 0 45px;
    }

        .list_zlxz .list_zlxz_ul li {
            margin: 0 0 12px 27px;
            height: 50px;
            line-height: 50px;
        }

        .list_zlxz .list_zlxz_ul {
            margin-top: 15px;
        }

    .list_kehu.list_pro ul li {
        width: 23.9%;
        margin: 0 0 10px 10px !important;
    }

        .list_kehu.list_pro ul li:nth-child(4n+1) {
            margin-left: 0px !important;
        }

    .list_lxsh .list_lxsh_ul li {
        margin: 0px 0 20px 0px !important;
        width: 48%;
    }

        .list_lxsh .list_lxsh_ul li:nth-child(odd) {
            margin-right: 2% !important;
        }

        .list_lxsh .list_lxsh_ul li:nth-child(even) {
            margin-left: 2% !important;
        }

    .list_lxsh {
        margin: 45px 0 45px;
    }

        .list_lxsh .list_lxsh_ul {
            margin-top: 15px;
        }

    .message_text div:nth-of-type(2) {
        width: 85.5%;
    }

    .message_text div:nth-of-type(1) {
        width: 13.5%;
    }

    .message_butt div:nth-of-type(2) {
        line-height: 40px;
    }

    .list_article_title {
        padding-top: 0;
    }

    .list_article_top .list_article_data {
        padding: 5px 0 6px;
    }

    .list_article_top .list_article_swiper .swiper-slide .fr {
        padding-left: 25px;
    }

        .list_article_top .list_article_swiper .swiper-slide .fr .list_article_con {
            height: 48px;
            min-height: 48px;
            -webkit-line-clamp: 2;
        }

    .list_article {
        padding: 45px 0 50px;
    }

    .list_article_top {
        padding-top: 15px;
    }

    .list_article_ul .list_article_ul_fr {
        margin-top: 50px;
    }

    .list_article_data,
    .list_article_con {
        line-height: 24px;
    }

    .list_cfzp.list_pro .list_pro_ul {
        margin-top: 20px;
    }

    .list_pro_ul li {
        margin: 0 0 25px 15px;
        width: 31.9%;
    }

    .list_cfzp.list_pro .list_pro_ul .list_pro_con {
        height: 44px;
        line-height: 44px;
    }

    .kehu-fade .modal-dialog {
        width: 90%;
        display: table;
        margin: 0 auto;
    }

    .kehu-fade .modal-body .fl {
        width: 100%;
    }

        .kehu-fade .modal-body .fl img {
            display: table;
            margin: 0 auto;
        }

    .kehu-fade .modal-body {
        line-height: 26px;
    }
}

@media (max-width: 767px) {

    .erji .active {
        padding: 0px 5px !important;
    }

    .movideo {
        width: 100% !important;
        margin: 0px !important;
    }

    .search_box {
        font-size: 1.2rem !important;
    }

    .phone_logo img {
        width: 150px;
    }

    .list_lxsh .list_lxsh_ul li {
        min-height: auto;
    }

    .section02_text p {
        font-size: 1.5rem;
        line-height: 30px;
    }

    .section02_text {
        top: 50%;
        transform: translateY(-50%);
        text-align: center;
    }

        .section02_text p span {
            font-size: 2.6rem;
            line-height: 41px;
        }

    .section03_ul {
        margin: 15px 0 15px;
    }

    .title {
        font-size: 1.5rem;
        line-height: 35px;
    }

    .section03_ul {
        background: transparent;
    }

        .section03_ul li {
            width: 49.5% !important;
            margin-bottom: 2px;
        }

            .section03_ul li:nth-child(odd) {
                margin-right: 0.5%;
            }

            .section03_ul li:nth-child(even) {
                margin-left: 0.5%;
            }

    .section03 .section03_qh > div:nth-child(1) .more {
        margin: 15px auto 25px;
    }

    .section04_fl {
        width: 100%;
        padding-right: 0;
    }

    .section04_fr {
        width: 100%;
        padding: 15px 0 0;
    }

    .section04_bg,
    .section05_bg {
        width: 100%;
    }

    .section04_fr_fr {
        display: none;
    }

    .neiye_ban_text p {
        font-size: 1.4rem;
        line-height: 34px;
    }

    .neiye_ban_text div {
        font-size: 14px;
    }

    .neiye_ban > div:nth-child(1) img {
        height: 160px;
        object-fit: cover;
    }

    .erji_two {
        display: none;
    }

    .list_shouhou {
        padding: 20px 0 20px;
    }

        .list_shouhou .list_shouhou_ul li {
            width: 48%;
            margin-bottom: 15px;
            margin-left: 0 !important;
        }

            .list_shouhou .list_shouhou_ul li:nth-child(odd) {
                margin-right: 2% !important;
            }

            .list_shouhou .list_shouhou_ul li:nth-child(even) {
                margin-left: 2% !important;
            }

    .list_pro_title {
        font-size: 1.4rem;
    }

    .list_shouhou .list_shouhou_ul {
        margin-top: 15px;
    }

    .article_article {
        padding: 20px 0;
    }

        .article_article .article_article_title {
            line-height: 30px;
        }

        .article_article .article_article_data .fl {
            display: table;
            margin: 0 auto;
            width: 100%;
            text-align: center;
            line-height: 30px;
        }

        .article_article .article_article_con {
            padding-top: 10px;
        }

        .article_article .article_article_data {
            margin: 15px auto;
        }

        .article_article .biaoqian a {
            margin-bottom: 8px;
        }

        .article_article .shangxia {
            padding-top: 15px;
        }

        .article_article .biaoqian {
            padding: 15px 0 15px;
        }

    .ban_search_con {
        width: 100%;
    }

    .ban_search {
        padding: 20px 0;
    }

    .ban_search_con p {
        font-size: 1.25rem;
        margin-bottom: 6px;
    }

    .hot_search {
        line-height: 30px;
    }

    .article_pro .article_pro_one {
        padding: 20px 0;
    }

    .article_pro .article_pro_fl,
    .article_pro .article_pro_fr {
        width: 100%;
    }

    .article_pro .swiper-button-next,
    .article_pro .swiper-container-rtl .swiper-button-prev {
        right: 0;
    }

    .article_pro .swiper-button-prev,
    .article_pro .swiper-container-rtl .swiper-button-next {
        left: 0;
    }

    .article_pro .article_pro_fr {
        padding: 20px 0 0;
    }

        .article_pro .article_pro_fr .article_pro_title {
            font-size: 1.5rem;
            line-height: 40px;
            padding-bottom: 5px;
        }

    .article_pro .article_pro_ul li {
        font-size: 1.025rem;
    }

    .article_pro .article_pro_qh {
        margin: 20px 0 25px;
    }

        .article_pro .article_pro_qh ul li {
            width: 100%;
        }

    .article_pro .article_pro_qh_title {
        height: 44px;
        line-height: 44px;
    }

    .about_pro {
        padding: 20px 0 0px;
    }

    .list_pro_ul {
        margin-bottom: 0;
    }

        .list_pro_ul li {
            margin-bottom: 25px;
        }

    .about_pro .swiper-button-next,
    .about_pro .swiper-container-rtl .swiper-button-prev,
    .about_pro .swiper-button-prev,
    .about_pro .swiper-container-rtl .swiper-button-next {
        top: 22px;
    }

    .list_about_one {
        padding: 20px 0;
    }

    .list_about_num_ul li {
        width: 50%;
        padding: 20px 0;
    }

        .list_about_num_ul li:nth-child(2) {
            border-right: none;
        }

        .list_about_num_ul li:nth-child(1),
        .list_about_num_ul li:nth-child(2) {
            border-bottom: 1px solid #ddd;
        }

    .list_about_num {
        margin-top: 15px;
    }

    .list_about_sp {
        margin-bottom: 20px;
    }

    .list_zlxz {
        padding: 20px 0 25px;
    }

        .list_zlxz .list_zlxz_ul li {
            width: 100%;
            margin: 0 0 10px 0 !important;
            height: auto;
            line-height: 30px;
            padding: 10px 15px;
        }

            .list_zlxz .list_zlxz_ul li .fl,
            .list_zlxz .list_zlxz_ul li .fr {
                width: 100%;
                text-align: left;
            }

    .list_kehu.list_pro ul li {
        width: 48%;
        margin: 0 0 15px 0 !important;
    }

        .list_kehu.list_pro ul li:nth-child(odd) {
            margin-right: 2% !important;
        }

        .list_kehu.list_pro ul li:nth-child(even) {
            margin-left: 2% !important;
        }

    .list_pro {
        padding: 20px 0;
    }

    .list_kehu.list_pro .list_pro_ul {
        margin: 10px 0 10px;
    }

    .list_lxsh .list_lxsh_ul li {
        width: 100%;
        margin: 0 0 15px 0 !important;
    }

        .list_lxsh .list_lxsh_ul li:nth-child(even),
        .list_lxsh .list_lxsh_ul li:nth-child(odd) {
            margin: 0 0 10px 0 !important;
        }

        .list_lxsh .list_lxsh_ul li .clearfix {
            padding-top: 10px;
        }

    .list_lxsh {
        margin: 20px 0 25px;
    }

        .list_lxsh .list_lxsh_ul {
            margin-top: 10px;
        }

    .list_message {
        padding: 20px 0 25px 0;
    }

        .list_message .fl {
            width: 100%;
            border-right: none;
            padding-bottom: 10px;
        }

        .list_message .fr {
            width: 100%;
            padding: 10px 0 0;
            border-top: 1px solid #ddd;
            font-size: 1.0125rem;
            line-height: 30px;
        }

    .list_td {
        padding: 15px 0;
    }

    .message_inp > div:nth-of-type(1),
    .message_text div:nth-of-type(1) {
        line-height: 30px;
        width: 100%;
        text-align: left;
        margin-bottom: 4px;
    }

    .message_inp > div:nth-of-type(2),
    .message_text div:nth-of-type(2) {
        width: 100%;
    }

    .message_er > div input,
    .message_inp > div input,
    .message_inp > div select {
        height: 40px;
        line-height: 40px;
        font-size: 1rem;
    }

    .message_butt {
        width: 100%;
    }

        .message_butt div:nth-of-type(2) {
            line-height: 30px;
            padding-top: 5px;
        }

    .message_fom {
        margin-top: 10px;
    }

    .list_message .fl p {
        font-size: 1.0125rem;
    }

    .list_article_top .list_article_swiper .swiper-slide .fl {
        width: 100%;
    }

    .list_article_top .list_article_swiper .swiper-slide .fr {
        width: 100%;
        padding: 10px 0 45px 0;
    }

    .list_article_top .swiper-pagination {
        bottom: 20px;
        left: 50%;
        transform: translateX(-50%);
    }

    .list_article {
        padding: 15px 0 25px;
    }

    .list_article_top {
        padding-top: 10px;
    }

        .list_article_top .list_article_swiper {
            padding: 10px;
        }

    .list_article_ul li {
        padding: 15px 15px;
    }

    .list_article_ul .list_article_ul_fl {
        width: 100%;
    }

    .list_article_ul .list_article_ul_fr {
        display: none;
    }

    .list_article_ul .list_article_ul_fl .fl {
        width: 100%;
    }

    .list_article_ul .list_article_ul_fl .fr {
        width: 100%;
        padding-left: 0;
        padding-top: 10px;
    }

    .list_article_title {
        font-size: 1.125rem;
    }

    .list_article_ul {
        margin-top: 10px;
    }

    .list_pro_ul li {
        width: 48%;
        margin: 0 0 15px 0 !important;
    }

        .list_pro_ul li:nth-child(odd) {
            margin-right: 2% !important;
        }

        .list_pro_ul li:nth-child(even) {
            margin-left: 2% !important;
        }

    .list_cfzp.list_pro .list_pro_ul {
        margin-top: 10px;
    }

        .list_cfzp.list_pro .list_pro_ul .list_pro_con .list_pro_a {
            height: 44px;
            line-height: 44px;
            font-size: 1.0125rem;
        }

    .erji {
        font-size: 14px;
        line-height: 40px;
        padding: 15px 0;
    }

        .erji .all {
            line-height: 40px;
            height: 40px;
        }

    .list_cfzp.list_pro.list_sp .list_pro_ul {
        margin-top: 10px;
    }

        .list_cfzp.list_pro.list_sp .list_pro_ul .list_pro_con {
            padding: 0 15px;
            height: 44px;
            line-height: 44px;
        }

            .list_cfzp.list_pro.list_sp .list_pro_ul .list_pro_con .list_pro_a {
                line-height: 44px;
                font-size: 1.0125rem;
            }

    .qgxs_tanchu .qgxs_tc_con {
        width: 98%;
        margin: 0 auto;
    }

        .qgxs_tanchu .qgxs_tc_con::before {
            width: 6px;
        }

        .qgxs_tanchu .qgxs_tc_con .clearfix .fl {
            width: 100%;
            padding: 20px 0 0;
        }

            .qgxs_tanchu .qgxs_tc_con .clearfix .fl img {
                margin: 0 auto;
                display: table;
            }

        .qgxs_tanchu .qgxs_tc_con .clearfix .fr {
            width: 100%;
            padding: 20px 0 0;
        }

    .qgxs_tanchu .qgxs_tc_con {
        padding: 15px 15px;
    }

    /***CREATE BY  JASON****/
    .liuyan form input {
        width: 100%;
        margin-bottom: 10px;
    }


    .liuyan form button {
        width: 100%;
    }

    .erji a {
        width: 48%;
    }

    .erji.active {
        top: 61px;
    }

    .gloab-sale-ul li {
        width: 31%;
        margin-left: 10px;
        border-radius: 2px;
        height: 40px;
        line-height: 40px;
    }


        .gloab-sale-ul li:nth-child(5n+1) {
            margin-left: 10px;
        }

        .gloab-sale-ul li:nth-child(3n+1) {
            margin-left: 0;
        }
}
.banner .swiper-container-horizontal>.swiper-pagination-bullets,.swiper-pagination-custom,.swiper-pagination-fraction {
    bottom: 40px;
}