@charset "utf-8";

/* CSS Document */
body {
    color: #333;
    font-size: 16px;
    font-family: "Microsoft Yahei";
    margin: 0 auto;
    box-sizing: border-box;
}

body * {
    box-sizing: border-box;
    font-family: "Microsoft Yahei";
}

/* .hover-btn:hover{
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
    transition: all 0.3s ease-out;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;

  
} */

/* input的处理 */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none !important;
}

input[type="number"] {
    -moz-appearance: textfield;
}

.line-camp2 {
    display: -webkit-box;
    text-overflow: ellipsis;
    overflow: hidden;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;

}

.line-camp1 {
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    word-break: break-all;

}

/*滚动条样式*/
::-webkit-scrollbar {
    width: 0px;
    height: 0px;
}

::-webkit-scrollbar-thumb {
    border-radius: 0px;
    -webkit-box-shadow: inset 0 0 0px rgba(0, 0, 0, 0);
    background: rgba(25, 93, 157, 1);
}

::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 0px rgba(0, 0, 0, 0);
    border-radius: 0;
    background: rgba(0, 0, 0, 0);
}

/*页码*/
.page_con {
    width: 100%;
    text-align: center;
    margin: 10px 0 0px 0;
    display: flex;
    justify-content: center;
    align-items: center;
}

.page_con nav ul {
    margin: 0;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.page_con nav ul li {
    border-radius: 0;
}

.page_con nav ul li a {
    border: none;
    background: #fff;
    display: inline-block;
    text-align: center;
    color: #999999;
    font-size: 16px;
    width: 44px;
    height: 44px;
    line-height: 44px;
    padding: 0 !important;
    border-radius: 0px !important;
    margin: 0 8px;
    border: 1px solid #E6E6E6;
    display: flex;
    justify-content: center;
    align-items: center;
}

.page_con nav ul li span {
    color: #999999;
    font-size: 14px;
}

.line-page {
    display: inline-block;
    margin-left: 49px;
}

.go-page {
    display: flex;
    align-items: center;
    margin-left: 16px;
}

.go-page input {
    width: 100%;
    height: 100%;
    outline: none;
    border: none;
    color: #999;
    text-indent: 1em;
}

.page_con nav ul .go-page a {
    font-size: 14px;
}

.pagination>li:first-child>a,
.pagination>li:last-child>a {
    width: 44px;
}

.page_con nav ul li:hover a {
    color: #F81111;
    background: #fff;
}

.page_con nav ul li.active a {
    color: #fff !important;
    background: #F81111 !important;
}

.middle_con {
    width: 100%;
}

/* 重置 */

div,
form,
p,
i,
img,
ul,
li,
ol,
dl,
dt,
dd,
table,
tr,
td,
th,
fieldset,
label,
legend,
select,
button,
input {
    margin: 0;
    padding: 0;
}

button {
    cursor: pointer;
}

/* 标题样式 */

h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0;
    padding: 0;
    /* font-size: 12px; */
    font-weight: normal;
}

h1 img,
h2 img,
h3 img,
h4 img,
h5 img,
h6 img {
    margin: 0;
}

/* 列表样式 */

ul,
ol,
li,
dl,
dt,
dd {
    list-style: none;
}

/* 图片样式 */

img,
a img {
    border: 0px;
    padding: 0px;
    margin: 0px;
}

/* 链接样式 */
a {
    color: #333;
    text-decoration: none;
}

a:hover,
a:focus {
    text-decoration: none;
}

/* 排版布局flex */
.flex {
    display: flex;
}

.flex-wrap {
    display: flex;
    flex-wrap: wrap;
}

.flex-a-center {
    display: flex;
    align-items: center;
}

.flex-d-column {
    display: flex;
    flex-direction: column;
}

/* 文字效果 大小 行高 */
.bold {
    font-weight: bold;
}

/* pc端的fontsize */
.f14 {
    font-size: 14px;
}

.f16 {
    font-size: 16px;
}

.f18 {
    font-size: 18px;
}

.f20 {
    font-size: 20px;
}

.f24 {
    font-size: 24px;
}

.f28 {
    font-size: 28px;
}

.f30 {
    font-size: 30px;
}

.f32 {
    font-size: 32px;
}

.f34 {
    font-size: 34px;
}

.f35 {
    font-size: 35px;
}

.f36 {
    font-size: 36px;
}

.f43 {
    font-size: 43px;
}

.f44 {
    font-size: 44px;
}

.f65 {
    font-size: 65px;
}

.container-box h3 {
    font-size: 44px;
    font-weight: bold;

}

.h3-bottom {
    margin-top: 26px;
    margin-bottom: 71px;
    text-align: center;
}

.text-c {
    text-align: center;
}

/* 顶部导航 pc */
.nav_pc {
    width: 100%;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 25;
    height: 88px;
    box-sizing: border-box;
    background: transparent;
    /* box-shadow: 0px 0px 15px 1px rgba(0, 0, 0, 0.07); */
    /* border-radius: 10px 10px 10px 10px; */
    display: inline-block;
    transition: all 0.3s ease-out;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;

}


.nav_mobile {
    display: none;
}

.nav_pc .menu_nav {
    height: 88px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
    padding: 0 30px;
    width: 100%;
    max-width: 1720px;
    margin: 0 auto;
}

.nav_pc .nav_logo {
    display: block;
    /* width: 21%; */
}

.nav_pc .nav_logo img {
    width: auto;
    height: auto;
}

.nav_pc .white-img {
    display: block;
}

.nav_pc .black-img {
    display: none;
}

.menu_main {
    width: auto;
    margin: 0;
    height: 88px;
    padding: 0;
    display: flex;
    justify-content: left;
    align-items: center;

}

.menu_main li.main_li {
    margin: 0 0px;
    padding: 0px 18px;
    box-sizing: border-box;
    line-height: 88px;
    position: relative;
    display: flex;
    align-items: center;
    transition: all 0.3s ease-out;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
}

.menu_main li.main_li img {
    cursor: pointer;
}

.menu_main li.main_li .main_a {
    font-size: 16px;
    text-align: center;
    color: #fff;
    display: inline-block;
    height: 88px;
    letter-spacing: 0.5px;
    line-height: 88px;
    position: relative;
    transition: all 0.5s ease-in-out;
}

.white_nav {
    background: #fff;
}

.white_nav .white-img {
    display: none;
}

.white_nav .black-img {
    display: block;

}

.white_nav .black-img img {
    width: 100%;
}

.white_nav li.main_li .main_a {
    color: #333333;
}

.menu_main li.main_li .main_a:focus {
    text-decoration: none;
}

.menu_main li.main_li.active .main_a {
    color: #F81111;
}

.menu_main li.main_li:hover .main_a {
    color: #F81111;
}

.tb_sub {
    height: 0;
    overflow: hidden;
    opacity: 0;
    position: absolute;
    top: 88px;
    left: 0;
    margin: 0;
    z-index: 14;
    padding: 0;
    list-style: none;
    width: 100%;
    background: #F81111;
    box-shadow: 0 6px 14px rgba(74, 74, 74, 0.15);
    transition: all 0.3s ease-out;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
}

.menu_main li:hover .tb_sub {
    height: auto;
    padding: 10px 0 10px 0;
    top: 88px;
    opacity: 1;
    overflow: visible;
}

.phone-img {
    margin-right: 6px;
}

.tb_sub div {
    width: 100%;
}


.tb_sub div.active_d a {
    color: #fff;
    font-weight: bold;
}

.menu_main li.main_li .tb_sub div a,
.menu_main li.main_li .tb_sub div {
    line-height: 24px;
}

.tb_sub div a {
    display: inline-block;
    width: 100%;
    font-size: 14px;
    text-align: left;
    color: #fff;
    line-height: 24px;
    padding: 8px 0;
    text-align: center;
}

.tb_sub div a:hover,
.tb_sub div a.cur_a,
.tb_sub div a.cur_a:hover {
    color: #fff;
}

/* 按钮形式的联系我们 */
/* .tb_sub_no {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background: transparent;
    box-shadow: none;
}

.menu_main li:hover .tb_sub_no {
    padding: 0;
} */
/* 语言切换 */
.menu_main li.yu_li {
    line-height: 32px;
    display: flex;
    align-items: center;
}

/* 语言切换容器样式 */
.dropdown {
    position: relative;
    display: inline-block;
    /* margin: 50px; */
}

/* 触发按钮 */
.trigger-btn {
    background: none;
    border: none;
    cursor: pointer;
    display: flex;
    align-items: center;
}

/* 箭头图标 */
.arrow-icon {
    width: auto;
    transition: all 0.3s ease-out;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
}

/* 展开时箭头旋转 */
.trigger-btn.active .arrow-icon {
    transform: rotate(180deg);
}

/* 下拉菜单容器 */
.dropdown-menu-yan {
    position: absolute;
    top: calc(100% + 10px);
    left: 50%;
    transform: translateX(-50%);
    background: #fff;
    border-radius: 6px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    min-width: 120px;
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease;
    z-index: 100;
}

/* 下拉菜单顶部三角 */
.dropdown-menu-yan-yan::before {
    content: '';
    position: absolute;
    bottom: 100%;
    left: 50%;
    transform: translateX(-50%);
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    border-bottom: 10px solid #fff;
    filter: drop-shadow(0 -2px 2px rgba(0, 0, 0, 0.05));
}

.dropdown-menu-yan a {
    width: 100%;
    display: block;
    text-align: center;
}

/* 显示状态 */
.dropdown-menu-yan.show {
    opacity: 1;
    visibility: visible;
    top: calc(100% + 8px);
}

.trigger-btn span {
    font-size: 16px;
    margin: 0 6px;
}


/* 安全区域 */
.safe_width {
    max-width: 1420px;
    width: 100%;
    padding: 0 30px;
    margin: 0 auto;
}
.safe_relative{
    position: relative;
}
/* .safe_width_r{
     max-width: 1520px;
    width: 100%;
    padding: 0 30px;
} */

/*透明nav*/
.tm_nav {
    background: transparent;
    box-shadow: none;
}

.block_sj {
    display: none;
    width: 100%;
}

.block_pc {
    display: block;
    width: 100%;
}

/* 中心内容 */

.container-box {
    width: 100%;
    padding: 4vw 0 6vw 0;
    position: relative;
}

.dw_mark {
    width: 100%;
    height: 80px;
    position: absolute;
    top: -80px;
    left: 0;
    z-index: -1;
    opacity: 0;
}

/* 底部 */
.footer-box {
    color: #fff;
}

.footer-top {
    background: url(../images/footer.png) no-repeat;
    background-position: center;
    background-size: 100% 100%;
    padding: 5vw 0;

}

.footer-top h3 {
    font-size: 34px;
    margin-bottom: 10px;
    font-weight: bold;
}

.footer-left p {
    font-size: 20px;
}

.footer-l-item {
    margin-top: 35px;
}

.footer-l-item p {
    font-size: 18px;
    font-weight: bold;
    line-height: 38px;
}

.footer-l-item img {
    width: auto;
    height: auto;
    margin-right: 8px;
}

.footer-top-box {
    display: flex;
    justify-content: space-between;
}

.red-line {
    width: 17px;
    height: 3px;
    background: #F81111;
    margin-right: 8px;
}

.footer-right {
    width: calc(50% - 197px);
}

/* 留言 */
.liuYan {
    width: 100%;
    /* background: #F8F8F8; */

}

.liuYan .inputs {
    margin-top: 32px;
    /* display: flex; */
}

.liuYan .inputs input {
    width: 100%;
    height: 71px;
    padding: 25px 4%;
    color: #fff;
    /* margin-right: 2.84%; */
    border: 1px solid rgb(255, 255, 255, 0.45);
    background-color: transparent;
    border-radius: 3px;
    margin-bottom: 16px;
    outline: none;
    font-size: 16px;
}

.liuYan input::input-placeholder {
    color: #fff;
}

.liuYan input::-webkit-input-placeholder {
    color: #fff;
}

.liuYan input::-moz-placeholder {
    color: #fff;
}

.liuYan input::-moz-placeholder {
    color: #fff;
}

.liuYan input::-ms-input-placeholder {
    color: #fff;
}

.liuYan textarea::input-placeholder {
    color: #fff;
}

.liuYan textarea::-webkit-input-placeholder {
    color: #fff;
}

.liuYan textarea::-moz-placeholder {
    color: #fff;
}

.liuYan textarea::-moz-placeholder {
    color: #fff;
}

.liuYan textarea::-ms-input-placeholder {
    color: #fff;
}

/* .liuYan .inputs input:last-child {
    margin-right: 0;
} */

.liuYan textarea {
    width: 100%;
    min-height: 161px;
    padding: 25px 4%;
    background-color: transparent;
    /* margin-top: 16px; */
    /* margin-bottom: 30px; */
    border-radius: 3px;
    outline: none;
    color: #fff;
    border: 1px solid rgb(255, 255, 255, 0.45);
    font-size: 16px;
}

.liuYan .textarea-placeholder {
    color: #fff;
}

.liuYan button {
    width: 261px;
    height: 65px;
    background: #F81111;
    border-radius: 3px 3px 3px 3px;
    color: #fff;
    border: none;
    font-size: 18px;
    margin-top: 16px;
}

.footer-bottom {
    background: #283140;
    padding-top: 5vw;
}

.footer-b-left {
    width: 30%;
}

.footer-logo {
    width: auto;
    height: auto;
}

.search-icon {
    width: 20px;
    height: auto;
}

.input-box {
    width: 100%;
    display: flex;
    margin: 25px 0;

}

.input-box input {
    -ms-flex: 1 1 0%;
    /* IE10/11 */
    flex: 1 1 0%;
    background-color: rgba(0, 0, 0, 0.19);
    outline: none;
    color: #fff;
    border: none;
    height: 48px;
    padding-left: 4%;
}

.search-box {
    width: 94px;
    height: 48px;
    background: #000000;
    border-radius: 0px 0px 0px 0px;
    opacity: 0.52;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
}

.footer14 {
    font-size: 14px;
    color: #5E6E82;
}

.footer-num {

    font-weight: bold;
    font-size: 22px;
    color: #FFFFFF;
    margin-top: 10px;
}

.footer-b-right {
    display: flex;
    justify-content: space-between;
    width: calc(70% - 120px);
}

.footer-b-right h5 {

    font-weight: bold;
    font-size: 18px;
    color: #FFFFFF;
    line-height: 39px;

}

.footer-item a {
    display: block;
    font-size: 16px;
    color: rgba(255, 255, 255, 0.56);
    line-height: 35px;

    margin-left: 14px;
}

.footer-item a:hover {
    color: #F81111;
}

.bei-box {
    width: 100%;
    border-top: 1px solid #39495D;
    font-size: 14px;
    color: rgb(255, 255, 255, 0.56);
    padding: 32px 0;
    text-align: center;
    margin-top: 68px;

}

.bei-box a {
    color: rgb(255, 255, 255, 0.56);
}

.bei-box a:hover {
    color: #F81111;
}

/* @media(max-width:1024px) {
    .contact_tit {
        padding: 0 0 21px;
        font-size: 17px;
    }
    .contact {
        background: none;
        padding: 0;
        .t-left {
            display: block;
            .contact-msg {
                width: 100%;
                background: #fff;
                padding: 8% 9%;
                margin-bottom: 11px;
            }
            .m2lxMap {
                width: 100%;
                min-height: 411px;
            }
        }
    }
    .liuYan .inputs {
        display: block;
    }
    .liuYan .inputs input {
        width: 100%;
        margin-right: 0;
        margin-bottom: 10px;
        padding: 0 5%;
        height: 45px;
        line-height: 45px;
    }
    .liuYan textarea {
        padding: 13px 5%;
        margin-top: 0;
        margin-bottom: 14px;
    }
    .liuYan button {
        height: 45px;
        line-height: 45px;
        font-size: 15px;
        width: 100%;
        margin-bottom: 20px;
    }
} */
@media screen and (max-width: 1450px){
    .menu_main li.main_li {
        padding: 0 10px;
    }
}
@media screen and (max-width: 1440px) {
    .nav_pc .nav_logo img {
        width: 320px;
        height: auto;
    }
}

@media screen and (max-width: 1280px) {
    .menu_main li.main_li {
        padding: 0px 6px
    }

    .menu_main li.main_li .main_num {
        display: none;
    }

    .nav_pc .nav_logo img {
        width: 280px;
        height: auto;
    }

}

@media screen and (max-width: 1024px) {

    .nav_pc {
        display: none;
    }

    .nav_mobile {
        display: block;
        width: 100%;
        position: fixed;
        top: 0;
        left: 0;
        z-index: 25;
        background: #fff;
        box-shadow: 0 6px 12px rgba(74, 74, 74, .1);
    }


    /* mobile顶部导航 */

    .nav_m_con {
        width: 100%;
        height: 70px;
        display: flex;
        justify-content: space-between;
        align-items: center;
        padding: 0 30px;
        /* background: #fff; */
    }

    .nav_m_con .m_logo {
        width: 200px;
        height: 100px;
        display: inline-block;
        background: url(../images/logo_pc_black.png) no-repeat left center;
        -webkit-background-size: 200px auto;
        background-size: 200px auto;
    }

    .tm_nav.nav_mobile {
        background: transparent;
        box-shadow: none;
    }

    .nav_m_con .m_logo img {
        display: none;
    }

    .m_r_show {
        display: inline-block;
        width: 52px;
        height: 52px;
        background-image: url(../images/m_nav_show_b.png);
        background-repeat: no-repeat;
        background-size: 100% auto;
        background-position: 0 0;
    }

    .m_menu_box {
        display: block;
        width: 100%;
        height: 100%;
        position: fixed;
        top: 0;
        right: -100%;
        background: rgba(0, 0, 0, 0.6);
        z-index: 10;
        transition: all 0.5s;
        -webkit-transition: all 0.5s;
        -moz-transition: all 0.5s;
        -o-transition: all 0.5s;
        opacity: 0;
        visibility: hidden;
        overflow: auto;
        padding-top: 88px;
    }

    .menu_head {
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        display: flex;
        justify-content: space-between;
        align-items: center;
        padding: 0 30px;
        height: 88px;
        line-height: 88px;
        box-sizing: border-box;
        background: #fff;
        z-index: 5;
        box-shadow: 0px 0px 15px 1px rgba(0, 0, 0, 0.07);
    }

    .menu_head a {
        width: 300px;
        height: 88px;
        display: inline-block;
        background: url(../images/logo_pc_black.png) no-repeat left center;
        -webkit-background-size: 300px auto;
        background-size: 300px auto;
    }

    .close_nav {
        display: inline-block;
        width: 52px;
        height: 52px;
        background-image: url(../images/m_nav_hide.png);
        background-repeat: no-repeat;
        background-size: 100% auto;
        background-position: 0 0;
    }

    .m_nav_box {
        width: 100%;
        padding-left: 0;
        box-sizing: border-box;
        height: 100%;
        position: relative;
    }

    .hide_m_nav {
        width: 0%;
        height: 100%;
        position: absolute;
        top: 0;
        left: 0;
        background: rgba(0, 0, 0, 0);
    }

    .m_nav_ul {
        width: 100%;
        margin: 0;
        padding: 0;
        height: 100%;
        list-style: none;
        background: #fff;
        overflow: auto;
    }

    .m_nav_ul li {
        display: inline-block;
        width: 100%;
        line-height: 50px;
        padding: 0 40px;
        border-bottom: 1px solid #e1e1e1;
    }

    .m_nav_ul li.active a {
        color: #305dc3;
    }

    .m_nav_ul li a {
        display: inline-block;
        width: 100%;
        line-height: 70px;
        font-size: 16px;
        color: #333;
    }

    .m_nav_ul li.m_nav_ul_p {
        padding: 0;
    }

    .m_nav_ul li.m_nav_ul_p .parent_a {
        padding: 0 40px;
    }

    .m_nav_ul_p .parent_a {
        position: relative;
    }

    .m_nav_ul_p.show_nav .parent_a {
        color: #F81111;
    }

    .m_nav_ul_p.show_nav .m_nav_div {
        display: inline-block;
    }

    .m_nav_ul_p .parent_a::after {
        content: "";
        width: 12px;
        height: 12px;
        background: url(../images/nav_arrow.png) no-repeat;
        background-size: 100% auto;
        background-position: center center;
        position: absolute;
        right: 20px;
        top: 50%;
        margin-top: -6px;
    }

    .m_nav_ul_p.show_nav .parent_a::after {
        content: "";
        width: 12px;
        height: 12px;
        background: url(../images/nav_arrow_b.png) no-repeat;
        background-size: 100% auto;
        background-position: center center;
        position: absolute;
        right: 20px;
        top: 50%;
        margin-top: -6px;
    }

    .m_nav_div {
        width: 100%;
        display: none;
        padding: 0px;

        background: #f3f3f3;
    }

    .m_nav_div div {
        padding: 0 40px;
        border-bottom: 1px solid #d9d9d9;
    }

    .m_nav_div div:last-child {
        border: none;
    }

    .m_nav_div div a {
        line-height: 50px;
        color: #333;
        font-size: 13px;
    }

    .m_nav_div div:nth-child(1) a {
        border: none;
    }

    .jump_sub_m a {
        position: relative;
    }

    .jump_sub_m a::after {
        content: "";
        width: 12px;
        height: 12px;
        background: url(../images/nav_arrow.png) no-repeat;
        background-size: 100% auto;
        background-position: center center;
        position: absolute;
        right: 20px;
        top: 50%;
        margin-top: -6px;
    }

    .m_nav_sub {
        display: none;
    }

    .m_r_show_right {
        display: flex;
        justify-content: right;
        align-items: center;
    }

}
@media screen and (max-width: 768px) {
.footer-b-right{
        display: none;
    }
     .footer-b-left {
        width: 60%;
        margin: 0 auto;
    }
}
/* ipad */
@media screen and (max-width: 768px) {}

/* mobile */
@media screen and (max-width: 767px) {
    
    html {
        font-size: 25.875px;
    }

    .block_sj {
        display: block;
        width: 100%;
    }

    .block_pc {
        display: none;
        width: 100%;
    }

    #body .container-box {
        padding: 1.8rem 0;
    }

    .container-box h3 {
        font-size: 1rem;
        font-weight: bold;

    }

    .h3-bottom {
        font-size: 0.65rem;
        margin-top: 0.62rem;
        margin-bottom: 1.12rem;
    }

    /* 安全区域 */
    .safe_width {
        width: 100%;
        max-width: 100%;
        padding: 0 0.58rem;
    }

    /*页码*/
    .page_common {
        padding: 1.1rem 0;
        padding-bottom: 2.6rem;
    }

    .page_con {
        margin: 1.1rem 0 0px 0;
    }

    .page_con nav ul li a {
        font-size: 0.6rem;
        width: 1.5rem;
        height: 1.5rem;
        line-height: 1.5rem;
        background: #f2f2f2;
        border-radius: 0 !important;
        margin: 0 0.15rem;
    }

    .pagination>li:first-child>a,
    .pagination>li:last-child>a {
        width: 3.3rem;
        letter-spacing: 0.05rem;
        background: #F81111;
        color: #fff !important;
    }

    .pagination>.disabled>a {
        background: #c8c8c8 !important;
        color: #fff !important;
    }

    /* 手机顶部导航 */
    .nav_m_con {
        height: 2.8rem;
        padding: 0 0.6rem;
        /* background: transparent; */
    }

    .nav_m_con .m_logo {
        /* width: 11rem;
          height: 2.7rem; */
        width: 8.6rem;
        /* height: 1.49rem; */
        display: inline-block;
        background: url(../images/logo_pc_black.png) no-repeat left center;

        -webkit-background-size: 100% auto;
        background-size: 100%m auto;
    }

    .m_r_show {
        display: inline-block;
        width: 1.45rem;
        height: 1.45rem;
    }

    .close_nav {
        display: inline-block;
        width: 1.45rem;
        height: 1.45rem;
    }

    .m_menu_box {
        padding-top: 2.7rem;
    }

    .menu_head {
        padding: 0 0.6rem;
        height: 2.7rem;
        line-height: 2.7rem;
    }

    .menu_head a {
        width: 11rem;
        height: 2.7rem;
        display: inline-block;
        background: url(../images/logo_pc_black.png) no-repeat left center;
        -webkit-background-size: 6.4rem auto;
        background-size: 6.4rem auto;
    }

    .m_nav_ul li {
        line-height: 2.2rem;
        padding: 0 1.25rem 0 1.25rem;
    }

    .m_nav_ul li:nth-child(1) {
        padding-top: 0.8rem;
    }

    .m_nav_ul li a {
        line-height: 2.2rem;
        font-size: 0.65rem;
        color: #333;
    }

    .m_nav_ul li.m_nav_ul_p .parent_a {
        padding: 0 1.25rem;
    }

    .m_nav_ul_p .parent_a::after {
        content: "";
        width: 0.6rem;
        height: 0.6rem;
        background: url(../images/nav_arrow.png) no-repeat;
        background-size: 100% auto;
        background-position: center center;
        position: absolute;
        right: 0.8rem;
        top: 50%;
        margin-top: -0.325rem;
    }

    .m_nav_ul_p.show_nav .parent_a::after {
        content: "";
        width: 0.6rem;
        height: 0.6rem;
        background: url(../images/nav_arrow_b.png) no-repeat;
        background-size: 100% auto;
        background-position: center center;
        position: absolute;
        right: 0.8rem;
        top: 50%;
        margin-top: -0.325rem;
    }

    .m_nav_div {
        width: 100%;
        display: none;
        padding: 0.65rem 0;
    }

    .m_nav_div div {
        padding: 0 1.25rem;
        border-bottom: 0.025rem solid #d9d9d9;
    }

    .m_nav_div div a {
        line-height: 1.6rem;
        color: #333;
        font-size: 0.6rem;
    }

    .jump_sub_m a::after {
        content: "";
        width: 0.6rem;
        height: 0.6rem;
        background: url(../images/nav_arrow.png) no-repeat;
        background-size: 100% auto;
        background-position: center center;
        position: absolute;
        right: 0.8rem;
        top: 50%;
        margin-top: -0.325rem;
    }

    .m_r_show_right {
        display: flex;
        justify-content: right;
        align-items: center;
    }

    /* 手机底部 */
    .footer-top {
        background: url(../images/footer-b-m.png) no-repeat;
        background-position: center;
        background-size: 100% 100%;
        padding: 2.26rem 0;

    }

    .footer-top h3 {
        font-size: 0.85rem;
        margin-bottom: 0.43rem;
    }

    .footer-left p {
        font-size: 0.65rem;
    }

    .footer-l-item {
        margin-top: 0.79rem;
    }

    .footer-l-item img {
        width: 0.59rem;
        height: auto;
        margin-right: 0.32rem;
    }

    .footer-top-box {
        flex-direction: column;

    }

    .red-line {

        background: #FFFFFF;
        border-radius: 0rem 0rem 0rem 0rem;
        border: 0.02rem solid #707070;
        margin-right: 0.32rem;
    }

    .footer-right {
        width: 100%;
        margin-top: 1.35rem;
    }

    .liuYan .inputs {
        margin-top: 0.62rem;
    }

    .liuYan .inputs input {
        width: 100%;
        height: 1.82rem;
        padding: 0.54rem 0.35rem;
        margin-bottom: 0.33rem;
        font-size: 0.6rem;
    }

    .liuYan textarea {

        min-height: 4.87rem;
        padding: 0.54rem 0.35rem;
        font-size: 0.6rem;
    }

    .liuYan button {
        width: 12.18rem;
        height: 2.03rem;
        border-radius: 0.23rem 0.23rem 0.23rem 0.23rem;
        color: #fff;
        border: none;
        font-size: 0.75rem;
        margin: 0 auto;
        display: block;
        margin-top: 0.7rem;

    }

    .footer-bottom {
        background: #283140;
        padding-top: 1.55rem;
    }

    .footer-b-left {
        width: 100%;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }

    .footer-logo {
        width: 10.21rem;
        height: auto;
    }

    .search-icon {
        width: 0.74rem;
        height: auto;
    }

    .input-box {
        width: 100%;
        display: flex;
        margin: 0.75rem 0;

    }

    .input-box input {

        height: 1.79rem;
        padding-left: 0.54rem;
    }

    .search-box {
        width: 3.18rem;
        height: 1.79rem;

    }

    .footer14 {
        font-size: 0.65rem;

    }

    .footer-num {

        font-weight: bold;
        font-size: 1.2rem;
        color: #FFFFFF;
        margin-top: 0.33rem;
    }

    .footer-b-right {
        display: none;
    }

    .bei-box {

        font-size: 0.65rem;

        padding: unset 0;
        text-align: center;
        margin-top: 2.3rem;
        line-height: 1rem;
    }
}