@charset "utf-8";



.block_pc {
    display: inline-block;
    width: 100%;
}

.block_sj {
    display: none;
    width: 100%;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none !important;
}

input[type="number"] {
    -moz-appearance: textfield;
}



/* CSS Document */
body {
    color: #333;
    font-size: 12px;
    font-family: "Microsoft Yahei";
    margin: 0 auto;
    box-sizing: border-box;
    word-wrap: break-word;
    word-break: keep-all;


}

body * {
    box-sizing: border-box;
    font-family: "Microsoft Yahei";
    word-wrap: break-word;
    word-break: keep-all;
}

/* 重置 */

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;
}



/* 标题样式 */

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;
}





/*公共导航nav*/

.head_nav {
    width: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 25;
    height: 78px;
    box-sizing: border-box;
    background: #fff;
    box-shadow: 0px 0px 15px 1px rgba(0, 0, 0, 0.07);
}

.nav_pc {
    display: inline-block;
}

.nav_mobile {
    display: none;
}

.safe_width {
    max-width: 1640px;
    width: 100%;
    padding: 0 30px;
    margin: 0 auto;
}

.safe_width1 {
    max-width: 1660px;
    width: 100%;
    padding: 0 30px;
    margin: 0 auto;
}





.menu_nav {
    height: 78px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;

    padding: 0 30px;
    width: 100%;
    max-width: 1640px;
    margin: 0 auto;
}

.nav_logo {
    display: inline-block;
}


.nav_logo img {
    width: auto;
    height: auto;
}



/*公共nav*/
.head_nav.tm_nav {
    background: rgba(0, 0, 0, .23);
    box-shadow: none;
}

.logo_w {
    display: none;
}

.logo_b {
    display: inline-block;
}

.tm_nav .logo_w {
    display: inline-block;
}

.tm_nav .logo_b {
    display: none;
}

.tm_nav .main_a {
    color: #fff;
}

.tm_nav .main_li.active .main_a {
    color: #fff;
}

.tm_nav .main_li:hover .main_a {
    color: #fff;
}

.menu_main {
    width: auto;
    margin: 0;
    height: 78px;
    padding: 0;
    display: flex;
    justify-content: left;
    align-items: center;
}




.main_li {
    margin: 0 0px;
    padding: 0px 30px;
    box-sizing: border-box;
    line-height: 78px;
    position: relative;

}








.main_a {
    font-size: 16px;
    text-align: center;
    color: #070707;
    display: inline-block;
    height: 78px;
    line-height: 78px;
    position: relative;
    transition: all 0.5s ease-in-out;
    font-weight: bold;
    text-transform: uppercase;
}




.main_a:focus {
    text-decoration: none;
}






.main_li.active .main_a {
    color: #023E84;
}

.main_li:hover .main_a {
    color: #023E84;

}




.tb_sub {
    height: 0;
    overflow: hidden;
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
    margin: 0 -6px 0 0;




    z-index: 14;
    padding: 0;
    list-style: none;
    width: 200px;
    background: #023E84;
    box-shadow: 0 6px 14px rgba(74, 74, 74, .15);
}

.tb_sub.tb_sub_width {
    width: 230px;
}

.menu_main li:hover .tb_sub {

    height: auto;
    padding: 10px 0 10px 0;
    top: 78px;
    opacity: 1;
    overflow: visible;
    /* -webkit-transition: all 0.6s;
	-moz-transition: all 0.6s;
	-ms-transition: all 0.6s;
	-o-transition: all 0.6s;
	transition: all 0.6s; */
}


.tb_sub div {

    width: 100%;
    text-align: center;

}

.tb_sub div.on a {
    position: relative;

}

.tb_sub div.on a::after {
    content: '';
    width: 60%;
    height: 1px;
    background: #fff;
    position: absolute;
    bottom: 4px;
    left: 50%;
    margin-left: -30%;
    display: inline-block;
}

.main_li .tb_sub div a,
.main_li .tb_sub div {
    line-height: 24px;
}

.tb_sub div a {
    display: inline-block;

    font-size: 16px;
    text-align: left;
    color: #fff;
    line-height: 24px;
    padding: 12px 0;
    text-align: center;
    /* text-transform: uppercase; */
}



/*锚点*/
.md_con {
    position: relative;
}

.dw_mark {
    width: 100%;
    height: 110px;
    position: absolute;
    top: -78px;
    left: 0;
    z-index: -1;
    opacity: 0;
}

/*滚动条样式*/
/*滚动条样式*/
::-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: #F2F2F2;
    display: inline-block;
    text-align: center;
    color: #6d6d6d;
    font-size: 12px;
    width: 32px;
    line-height: 32px;
    padding: 0 !important;
    border-radius: 0px !important;
    margin: 0 8px;
}

.pagination>li:first-child>a,
.pagination>li:last-child>a {
    width: 82px;
    color: #fff !important;
    background: #023E84;
}
.pagination>.disabled>a {
    background: #c8c8c8 !important;
    color: #fff !important;
}

.page_con nav ul li:hover a {
    color: #023E84;
}

.page_con nav ul li.active a {
    color: #fff !important;
    background: #023E84 !important;

}

.middle_con {
    width: 100%;

}

/*footer*/
.footer {
    background: #283140;
    width: 100%; 
    position: relative;
}
.footer::after{
    display: inline-block;
    width: 50%;
    height: 1px;
    content: '';
    background: #39495D;
    position: absolute;
    right:0;
    bottom:64px;
}
.footer_safe {
    display: flex;
    justify-content: space-between;
    align-items: center;

}

.footer_left {
    width: 326px;
    display: flex;
    justify-content: left;
    align-items: flex-start;
    flex-direction: column;
}

.footer_logo {
    display: inline-block;
    text-decoration: none;
}

.footer_logo img {
    display: inline-block;
    width: auto;
    height: auto;
}

.f_search {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    margin: 30px 0 20px 0;
}

.f_search input {
    outline: none;
    border: none;
    font-size: 16px;
    color: #5E6E82;
    background: #212834;
    padding: 0 16px;
    line-height: 48px;
    width: calc(100% - 94px);

}

.f_search input::-webkit-input-placeholder {
    /* WebKit, Blink, Edge */

    color: #5E6E82;

}

.f_search input:-moz-placeholder {
    /* Mozilla Firefox 4 to 18 */

    color: #5E6E82;

}

.f_search input::-moz-placeholder {
    /* Mozilla Firefox 19+ */

    color: #5E6E82;

}

.f_search input:-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    color: #5E6E82;

}

.f_search input::-ms-input-placeholder {
    /* Microsoft Edge */
    color: #5E6E82;

}

.f_search a {
    display: flex;
    justify-content: center;
    align-items: center;
    text-decoration: none;
    width: 94px;
    height: 48px;
    background: #101319;
}

.f_search a img {
    width: auto;
    height: auto;
}

.footer_tel {
    display: flex;
    justify-content: left;
    align-items: flex-start;
    flex-direction: column;
    width: 100%;
}

.footer_tel span {
    font-size: 14px;
    line-height: 24px;
    color: #5E6E82;
}

.footer_tel p {
    font-size: 22px;
    color: #fff;
    line-height: 40px;
    font-weight: bold;
}

.footer_right {
    width: calc(100% - 8.86% - 326px);
    display: inline-block;
    padding: 80px 0 0px 0;
    border-left: 1px solid #39495D;
}

.link_box {
    width: 100%;
    display: flex;
    justify-content: space-between;
    padding-left: 10%;
}


.footer_link {
    display: flex;
    justify-content: left;
    align-items: flex-start;
    flex-direction: column;
}

.link_title h5 {
    color: #fff;
    font-weight: bold;
    line-height: 30px;
    position: relative;
    padding-left: 16px;
    text-transform: uppercase;
}

.link_title h5::after {
    content: '';
    display: inline-block;
    background: #fff;
    width: 5px;
    height: 5px;
    border-radius: 50%;
    position: absolute;
    left: 0;
    top: 12.5px;
    z-index: 1;
}

.link_item {
    display: flex;
    justify-content: left;
    align-items: flex-start;
    flex-direction: column;
    padding-top: 12px;
}

.link_item a {
    padding-left: 16px;
    line-height: 34px;
    color: #fff;
    opacity: .56;
    display: inline-block;
}

.link_item a:hover {
    opacity: 1;
}

.care_us {
    width: 100%;
    border-top: 1px solid #39495D;
    height: 65px;
    display: flex;
    justify-content: right;
    align-items: center;
    margin-top: 40px;
}



.icon_a {
    display: inline-block;
    width: 28px;
    height: 28px;
    margin-right: 16px;
    position: relative;
}

.icon_a:last-child {
    margin-right: 0;
}

.d_icon {
    display: inline-block;
    width: 100%;
    height: auto;
    webkit-transition: all 0.4s ease-in-out 0.1s;
    transition: all 0.4s ease-in-out 0.1s;

}

.d_icon:hover {
    webkit-transition: all 0.4s ease-in-out 0.1s;
    transition: all 0.4s ease-in-out 0.1s;
    margin-top: -6px;

}

.ewm_hover {
    display: none;
    width: 140px;
    height: 140px;
    position: absolute;
    right: 0;
    top: -170px;
    z-index: 1;
    webkit-transition: all 0.4s ease-in-out 0.1s;
    transition: all 0.4s ease-in-out 0.1s;

}

.arrow_zs {
    padding: 14px;
    background: #fff;
    border-radius: 4px;
    display: inline-block;
    width: 100%;
    height: 100%;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.arrow_zs::after {
    content: '';
    width: 12px;
    height: 12px;
    display: inline-block;
    background: url(../images/f_arrow.png) no-repeat center center;
    background-size: 100% 100%;
    position: absolute;
    right: 11px;
    bottom: -12px;
    z-index: 1;
}

.icon_a:hover .ewm_hover {
    webkit-transition: all 0.4s ease-in-out 0.1s;
    transition: all 0.4s ease-in-out 0.1s;
    top: -160px;
    display: flex;

}

.ewm_hover img {
    display: inline-block;

    width: 100%;
    height: auto;
}

/*footer*/



.hover_btn:hover {
    webkit-transition: all 0.4s ease-in-out 0.1s;
    transition: all 0.4s ease-in-out 0.1s;
    margin-left: 10px;
}

.hover_btn {
    webkit-transition: all 0.4s ease-in-out 0.1s;
    transition: all 0.4s ease-in-out 0.1s;

}

.tran_scale {
    overflow: hidden;
}

.tran_scale img {
    webkit-transition: all 0.4s ease-in-out 0.1s;
    transition: all 0.4s ease-in-out 0.1s;

}

.tran_scale:hover img {
    webkit-transition: all 0.4s ease-in-out 0.1s;
    transition: all 0.4s ease-in-out 0.1s;
    transform: scale(1.04);
}
.rad_10{
    border-radius: 10px;
}
/*字体设置*/
.fnt_16 {
    font-size: 16px;
    line-height: 24px;
}

.fnt_18 {
    font-size: 18px;
}

.fnt_20 {
    font-size: 20px;
}

.fnt_22 {
    font-size: 22px;
}

.fnt_24 {
    font-size: 24px;
}

.fnt_34 {
    font-size: 34px;
}
.fnt_40 {
    font-size: 40px;
    line-height: 50px;
}
.fnt_42 {
    font-size: 42px;
    line-height: 52px;
}
.fnt_50 {
    font-size: 50px;
    line-height: 58px;
}
.fnt_57 {
    font-size: 57px;
}
.fnt_48 {
    font-size: 48px;
    line-height: 70px;
}

.fnt_62 {
    font-size: 62px;
    line-height: 90px;
}

.fnt_66 {
    font-size: 66px;
    line-height: 100px;
}

@media screen and (max-width:1660px) {}

@media screen and (max-width:1650px) {}

@media screen and (max-width:1440px) {

    /*字体设置*/
    .fnt_18 {
        font-size: 16px;
    }

    .fnt_20 {
        font-size: 18px;
    }

    .fnt_22 {
        font-size: 20px;
    }

    .fnt_24 {
        font-size: 22px;
    }

    .fnt_34 {
        font-size: 32px;
    }
    .fnt_40 {
        font-size: 36px;
        line-height: 46px;
    }
    .fnt_42 {
        font-size: 38px;
        line-height: 48px;
    }
    .fnt_50 {
        font-size: 46px;
        line-height: 54px;
    }
    .fnt_57 {
        font-size: 52px;
    }
    .fnt_48 {
        font-size: 44px;
        line-height: 60px;
    }

    .fnt_62 {
        font-size: 58px;
        line-height: 86px;
    }

    .fnt_66 {
        font-size: 62px;
        line-height: 90px;
    }

    .info_item span {
        font-size: 20px;
    }


}

@media screen and (max-width:1366px) {

    .main_li {
        padding: 0px 20px;

    }

    .footer_right {
        width: calc(100% - 6.5% - 300px);

    }

    .link_box {
        padding-left: 5%;
    }

}

@media screen and (max-width:1280px) {




    .nav_logo img {
        width: 240px;
    }

    .main_li {
        padding: 0px 15px;

    }



}

@media screen and (max-width:1024px) {

    /*字体设置*/
    .fnt_16 {
        font-size: 15px;
        line-height: 20px;
    }

    .fnt_18 {
        font-size: 15px;
    }

    .fnt_20 {
        font-size: 17px;
    }

    .fnt_22 {
        font-size: 18px;
    }

    .fnt_24 {
        font-size: 18px;
    }

    .fnt_34 {
        font-size: 28px;
    }
    .fnt_40 {
        font-size: 30px;
        line-height: 40px;
    }
    .fnt_42 {
        font-size: 32px;
        line-height: 42px;
    }
    .fnt_50 {
        font-size: 40px;
        line-height: 46px;
    }
    .fnt_57 {
        font-size: 46px;
    }
    .fnt_48 {
        font-size: 34px;
        line-height: 50px;
    }

    .fnt_62 {
        font-size: 56px;
        line-height: 78px;
    }

    .fnt_66 {
        font-size: 60px;
        line-height: 82px;
    }

    .safe_width {
        width: 100%;
        max-width: 100%;
        padding: 0 20px;
    }

    .safe_width1 {
        width: 100%;
        max-width: 100%;
        padding: 0 20px;
    }



    body {

        min-width: unset;
        width: 100%;
        /* background: #f6f6f6; */
    }

    /*footer*/
    .footer_left {
        width: 260px;
    }

    .footer_logo img {
        width: 220px;
    }

    .footer_right {
        width: calc(100% - 6.5% - 260px);
    }

    .footer_link {
        width: 30%;
    }

    /*手机端top nav*/
    .nav_pc {
        display: none;
    }

    .nav_mobile {
        display: inline-block;
        width: 100%;
        position: fixed;
        top: 0;
        left: 0;
        z-index: 25;
        background: #fff;
        box-shadow: 0 6px 12px rgba(74, 74, 74, .1);


    }


    .nav_m_con {
        width: 100%;
        height: 78px;

        display: flex;
        justify-content: space-between;
        align-items: center;
        padding: 0 30px;
    }

    .nav_m_con a {
        width: 300px;
        height: 78px;
        display: inline-block;
        background: url(../images/logo_pc.png) no-repeat left center;
        -webkit-background-size: 280px auto;
        background-size: 280px auto;

    }

    .tm_nav .nav_m_con a {
        display: inline-block;
        background: url(../images/logo_pc_w.png) no-repeat left center;
        -webkit-background-size: 280px auto;
        background-size: 280px auto;

    }

    .tm_nav.nav_mobile {
        background: rgba(0, 0, 0, .23);
        box-shadow: none;

    }




    .nav_m_con a 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;
    }

    .tm_nav .m_r_show {

        background-image: url(../images/m_nav_show_w.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, .6);
        z-index: 10;
        transition: all .5s;
        -webkit-transition: all .5s;
        -moz-transition: all .5s;
        -o-transition: all .5s;
        opacity: 0;
        visibility: hidden;
        overflow: auto;
        padding-top: 78px;
    }

    .menu_head {
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        display: flex;
        justify-content: space-between;
        align-items: center;
        padding: 0 30px;
        height: 78px;
        line-height: 78px;
        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: 78px;
        display: inline-block;
        background: url(../images/logo_pc.png) no-repeat left center;
        -webkit-background-size: 280px auto;
        background-size: 280px 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 #f4f4f4;

    }


    .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: #000017;
        text-transform: uppercase;
        font-weight: bold;
    }

    .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: #023E84;
    }

    .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: #f9f9f9;

    }

    .m_nav_div div {
        padding: 0 40px;
    }

    .m_nav_div div:last-child {
        border: none;
    }

    .m_nav_div div a {
        line-height: 50px;
        color: #000017;
        font-size: 15px;
        font-weight: bold;
        text-transform: uppercase;

    }

    .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) {
    html {
        font-size: 48px;
    }

}

@media screen and (max-width:767px) {
    .rad_10{
        border-radius: 0.25rem;
    }
    /*字体设置*/
    .fnt_16 {
        font-size: 0.6rem;
        line-height: 1rem;
    }

    .fnt_18 {
        font-size: 0.65rem;
    }

    .fnt_20 {
        font-size: 0.65rem;
    }

    .fnt_22 {
        font-size: 0.75rem;
    }

    .fnt_24 {
        font-size: .75rem;
    }

    .fnt_34 {
        font-size: 0.85rem;
    }
    .fnt_40 {
        font-size: 0.9rem;
        line-height: 1.3rem;
    }
    .fnt_42 {
        font-size: 1.4rem;
        line-height: 2rem;
    }
    .fnt_50 {
        font-size: 1.15rem;
        line-height: 1.3rem;
    }
    .fnt_57 {
        font-size: 1.65rem;
    }
    .fnt_48 {
        font-size: 1.2rem;
        line-height: 1.4rem;
    }

    .fnt_62 {
        font-size: 1.6rem;
        line-height: 1.8rem;
    }

    .fnt_66 {
        font-size: 1.6rem;
        line-height: 1.8rem;
    }

    html {
        font-size: 25.875px;
    }

    .hover_btn:hover {

        margin-left: 0px;
    }


    .dw_mark {
        height: 2.8rem;
        top: -2.8rem;
    }



    .show_more {
        display: inline-block;
        width: 100%;
        line-height: 1.8rem;
        background: #eeeeee;
        font-size: 0.55rem;
        color: #333;
        text-align: center;
        margin-top: 1rem;
    }

    /*footer*/

    .footer::after{
        content: none;
    }

    .footer_safe {
        flex-direction: column;

    }

    .footer_left {
        width: 100%;
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
        padding: 2rem 0.6rem 1.65rem 0.6rem;
    }
    .footer_logo img{
        width: 9.75rem;
    }
    .f_search{
        margin:1rem 0 0.8rem 0;
    }
    .f_search input{
        font-size: 0.6rem;
        padding:0 0.5rem;
        line-height: 2rem;
        width: calc(100% - 3.9rem);
    }
    .f_search a{
        width: 3.9rem;
        height: 2rem;
    }
    .f_search a img{
        width: 1rem;
        height: auto;
    }

    .footer_tel {
        justify-content: center;
        align-items: center;
    }

    .footer_tel span {
        font-size: 0.6rem;
        line-height: 1rem;
    }

    .footer_tel p {
        font-size: 1.2rem;
        line-height: 1.8rem;
    }

    .footer_right {
        width: 100%;
        border: none;
        padding: 0rem 0.6rem 2rem 0.6rem;
    }

    .link_box {
        display: none;
    }

    .care_us {
        width: 100%;
        justify-content: center;
        align-items: center;
        border: none;
        margin: 0;
        height: unset;
    }
    .icon_a{
         width: 1.8rem;
         height: 1.8rem;
         margin:0 0.5rem;
    }
    .ewm_hover {
        right: unset;
        width: 4rem;
        height: 4rem;
        top: -5rem;
        left: -1rem;
    }
    .icon_a:hover  .ewm_hover{top: -5rem;}
    .arrow_zs::after{
        right:unset;
        left:1rem;
    }
    .arrow_zs {
        padding: 0.2rem;
    }





    /*页码*/
    .page_con {
        margin: 1.1rem 0 0px 0;
    }




    .page_con nav ul li a {
        font-size: 0.6rem;
        width: 1.5rem;
        line-height: 1.5rem;
        margin: 0 0.15rem;
    }

    .pagination>li:first-child>a,
    .pagination>li:last-child>a {
        width: 3.4rem;
        background: #023e84;
        color: #fff !important;

    }

    .pagination>.disabled>a {
        background: #c8c8c8 !important;
        color: #fff !important;
    }










    .safe_width {
        width: 100%;
        max-width: 100%;
        padding: 0 0.65rem;
    }

    .safe_width1 {
        width: 100%;
        max-width: 100%;
        padding: 0 0.65rem;
    }




    .block_pc {
        display: none;
    }

    .block_sj {
        display: inline-block;
    }




    .nav_m_con {

        height: 2.7rem;
        padding: 0 0.6rem;
    }


    .nav_m_con a {
        width: 11rem;
        height: 2.7rem;
        display: inline-block;
        background: url(../images/logo_pc.png) no-repeat left center;

        -webkit-background-size: 9.5rem auto;
        background-size: 9.5rem auto;
    }

    .tm_nav .nav_m_con a {
        display: inline-block;
        background: url(../images/logo_pc_w.png) no-repeat left center;

        -webkit-background-size: 9.5rem auto;
        background-size: 9.5rem 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.png) no-repeat left center;
        -webkit-background-size: 9.5rem auto;
        background-size: 9.5rem 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;
    }


    .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;
    }

    .m_nav_div div a {
        line-height: 1.6rem;
        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;

    }










}







@media screen and (max-width:375px) {


    html {
        font-size: 23.4375px;
    }

}

@media screen and (max-width:320px) {

    html {
        font-size: 20px;
    }
}