@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;


}

body * {
    box-sizing: border-box;
    font-family: "Microsoft Yahei";
}

/* 重置 */

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: 1520px;
    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: 1720px;
    margin: 0 auto;
}

.nav_logo {
    display: inline-block;
}


.nav_logo img {
    width: 80%;
    height: 80%;
}



/*公共nav*/
.head_nav.tm_nav {
    background: transparent;
    box-shadow: none;
}






.logo_b {
    display: inline-block;
}



.menu_main {
    width: auto;
    margin: 0;
    height: 78px;
    padding: 0;
    display: flex;
    justify-content: left;
    align-items: center;
}




.menu_main li.main_li {
    margin: 0 0px;
    padding: 0px 30px;
    box-sizing: border-box;
    line-height: 78px;
    position: relative;

}
.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;
}
.nav_pc .white-img {
    display: block;
}

.tm_nav .black-img {
    display: none;
}
/* 下拉菜单容器 */
.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 a {
    width: 100%;
    display: block;
    text-align: center;
    cursor: pointer;
}

/* 显示状态 */
.dropdown-menu-yan.show {
    opacity: 1;
    visibility: visible;
    top: calc(100% + 8px);
}

.trigger-btn span {
    font-size: 16px;
    margin: 0 6px;
}


.menu_main li.main_li .main_a {
    font-size: 16px;
    text-align: center;
    color: #070707;
    display: inline-block;
    height: 78px;
    letter-spacing: 0.5px;
    line-height: 78px;
    position: relative;
    transition: all 0.5s ease-in-out;

}




.menu_main li.main_li .main_a:focus {
    text-decoration: none;
}






.menu_main li.main_li.active .main_a {
    color: #093682;
}

.menu_main li.main_li:hover .main_a {
    color: #20418c;

}




.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: 120px;
    background: #20418c;
    box-shadow: 0 6px 14px rgba(74, 74, 74, .15);
}

.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%;

}

.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;
}


/*锚点*/
.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:#fff;
    display: inline-block;
    text-align: center;
    color: #333333;
    font-size: 16px;
    width: 44px;
    line-height: 44px;
    padding: 0 !important;
    border-radius: 0px !important;
    margin: 0 8px;
}

.pagination>li:first-child>a,
.pagination>li:last-child>a {
    width: 120px;
}

.page_con nav ul li:hover a {
    color: #1C4F9B;
    background:#fff;
}

.page_con nav ul li.active a {
    color: #fff !important;
    background: #1C4F9B !important;

}

.middle_con {
    width: 100%;

}

/*footer*/
.footer {
    background: #4a4a4a;
    width: 100%;
}

.m_footer {
    display: none;
}


.footer_beian {
    width: 100%;
    padding: 26px 0;
    border-top: 1px solid #E2E2E2;
    display: flex;
    justify-content: center;
    align-items: center;
}

.footer_beian p {
    width: 100%;
    font-size: 14px;
    line-height: 32px;
    color: #B2B2B2;
    display: inline-block;
    text-align: center;
}

.footer_beian a {
    font-size: 14px;
    line-height: 32px;
    color: #B2B2B2;
    text-decoration: none;
}


.footer_middle {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    padding: 80px 0 60px 0;
}

.link_box {
    width: calc(100% - 30% - 300px);
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-wrap: wrap;

}

.footer_s {
    width: 100%;
    margin-top: 26px;
}

.footer_s .bootstrap-select .btn {
    outline: none !important;
    background: transparent !important;
    padding: 16px 26px 16px 18px;
    border: 1px solid #787878;
    border-radius: 0;
    color: #fff !important;
    opacity: .8 !important;
}

.footer_s .bootstrap-select .btn.disabled {
    opacity: .8 !important;
    background: transparent !important;

}

.footer_s .bootstrap-select .btn.disabled:hover,
.footer_s .bootstrap-select .btn.disabled:focus {
    background: transparent !important;
}

.footer_s .bootstrap-select .dropdown-menu {
    z-index: 2;
    border-radius: 0;
    border-top: none;
    border-color: rgb(236, 236, 236);
    box-shadow: none;

}

.footer_s .bootstrap-select .dropdown-menu li a {
    font-size: 14px;
    color: #888;
    line-height: 36px;
    outline: none !important;
}

.footer_s .bootstrap-select .dropdown-menu li.selected.active a {
    background: #3a6cf5;
    color: #fff;
}

.footer_s .bootstrap-select .dropdown-menu li:hover a {
    background: #3a6cf5;
    color: #fff;
}


.footer_link {
    display: flex;
    justify-content: left;
    align-items: flex-start;
    flex-direction: column;
}

.link_title h5 {
    font-size: 16px;
    color: #fff;
    line-height: 20px;
}

.link_item {
    display: flex;
    justify-content: left;
    align-items: flex-start;
    flex-direction: column;
}

.link_item a {
    font-size: 14px;
    line-height: 22px;
    color: #fff;
    opacity: .8;
    margin-top: 14px;
    display: inline-block;
}

.link_item a:hover {
    opacity: 1;
}

.ewm_info {
    width: 300px;
    display: flex;
    justify-content: flex-start;
    flex-direction: column;
}

.footer_ewm {
    display: flex;
    justify-content: right;
    align-items: center;
    width: 100%;
}

.ewm_item {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    margin-right: 28px;
    width: calc(50% - 14px);
}

.ewm_item:last-child {
    margin-right: 0;
}


.ewm_item p {
    font-size: 14px;
    color: #fff;
    line-height: 20px;
    margin-top: 6px;
}

.ewm_item img {
    display: inline-block;
    width: 100%;
    height: auto;
}

.footer_tel {
    display: flex;
    justify-content: left;
    align-items: center;
    flex-direction: column;
    margin-top: 40px;
}

.footer_tel p {
    display: inline-block;
    width: 100%;
    font-size: 16px;
    color: #fff;
    line-height: 28px;
    letter-spacing: 0.5px;

}

/*footer*/

/*右侧导航条*/

.fixed-right {
    position: fixed;
    right: 12px;
    bottom: 50%;
    margin-bottom: -120px;
    /* transform: translateY(-50%); */
    z-index: 25;
    width: 60px;

}


.fixed-right .box {
    width: 60px;
    height: 60px;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    cursor: pointer;
    border-radius: 7px;
    background: #093682;
    margin-bottom: 4px;
    text-decoration: none;

}



.fixed-right .box:hover::after {
    content: none;
}



.fixed-right .box .h:after {
    content: '';
    width: 0;
    height: 0;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    border-left: 10px solid #093682;
    position: absolute;
    left: 100%;
    top: 50%;
    margin-top: -10px;
}

.fixed-right .box .ewm-box:after {
    content: '';
    width: 0;
    height: 0;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    border-left: 10px solid #fff;
    position: absolute;
    left: 100%;
    top: 50%;
    margin-top: -10px;
}



.fixed-right .box a {
    display: block;
    width: 35px;
    height: 35px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: auto auto;

}



.fixed-right .box .hide_div {
    position: absolute;
    right: 100%;
    top: 50%;
    padding-right: 26px;
    transform: translateY(-50%);
    opacity: 1;
    visibility: hidden;
    z-index: 10;

}







.fixed-right .box:hover .hide_div {
    opacity: 1;
    visibility: visible;
}

.fixed-right .box .h {
    position: relative;
    width: 210px;
    background-color: #093682;
    padding: 20px 0;
    border-radius: 5px;
    text-align: center;
    box-shadow: 0 0 30px rgba(0, 0, 0, 0.1);
}




.fixed-right .box img {
    display: inline-block;
    width: auto;
    height: auto;
}



.fixed-right .box .h p {
    font-size: 18px;
    line-height: 34px;
    color: #fff;

}

.fixed-right .box.totop {

    background: #093682;
    border-color: #093682;
}

.fixed-right .box.totop a {
    background: url(../images/icon04.png) no-repeat center center;
    background-size: 35px auto;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}



.fixed-right .box.tel1 a {
    background-image: url(../images/icon01.png);
}

.fixed-right .box.tel2 a {
    background-image: url(../images/icon02.png);
}

.fixed-right .box.tel3 a {
    background-image: url(../images/icon03.png);
}

.fixed-right .box.tel4 a {
    background-image: url(../images/icon04.png);
}

.fixed-right .box.totop a {
    background-image: url(../images/icon04.png);
}




.fixed-right .box:hover {
    background-color: #231714;
}







.bigPic-show {
    position: fixed;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.6);
    z-index: 2000;
    width: 100%;
    height: 100%;
    display: none;
}

.bigPic-show div {
    position: absolute;
    background: #fff;
}


.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);
}

/*字体设置*/
.fnt_16{
    font-size: 16px;
}
.fnt_18 {
    font-size: 18px;
}
.fnt_20 {
    font-size: 20px;
}
.fnt_22 {
    font-size: 22px;
}
.fnt_24 {
    font-size: 24px;
}
.fnt_30{
     font-size: 30px;
}
.fnt_40 {
    font-size: 40px;
    line-height: 48px;
}

.fnt_52 {
    font-size: 52px;
    line-height: 58px;
}
.fnt_54{
	font-size: 54px;
    line-height: 90px;
}
.fnt_60 {
    font-size: 60px;
    line-height: 100px;
}
.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_30{
        font-size: 28px;
    }

    .fnt_40 {
        font-size: 36px;
        line-height: 44px;
    }

    .fnt_52 {
        font-size: 48px;
        line-height: 54px;
    }
    .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) {








    .f_lximg {
        width: auto;
        height: 180px;
    }


}

@media screen and (max-width:1280px) {

    .link_box {
        width: calc(100% - 15% - 300px);
    }







}

@media screen and (max-width:1024px) {

    /*字体设置*/
    .fnt_16 {
        font-size: 15px;
    }

    .fnt_18 {
        font-size: 15px;
    }
    .fnt_20 {
        font-size: 17px;
    }
    .fnt_22 {
        font-size: 18px;
    }

    .fnt_24 {
        font-size: 18px;
    }
    .fnt_30{
         font-size: 24px;
    }
    .fnt_40 {
        font-size: 30px;
        line-height: 36px;
    }

    .fnt_52 {
        font-size: 42px;
        line-height: 48px;
    }
    .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; */
    }


    /*手机端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 .m_logo{
        width: 300px;
        height: 78px;
        display: inline-block;
        background: url(../images/logo_pc.png) no-repeat left center;
        -webkit-background-size: 300px auto;
        background-size: 300px auto;

    }

    .tm_nav.nav_mobile {
        background: transparent;
        box-shadow: none;

    }




    .nav_m_con .m_logoimg {
        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, .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: 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: #093682;
    }

    .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;

    }

    /*footer*/
    .link_box {
        width: calc(100% - 10% - 300px);
    }



}



@media screen and (max-width:768px) {
    html {
        font-size: 48px;
    }

}

@media screen and (max-width:767px) {

    /*字体设置*/
    .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_30{
        font-size: 0.75rem;
    }
    .fnt_40 {
        font-size: 1.2rem;
        line-height: 1.4rem;
    }

    .fnt_52 {
        font-size: 1.2rem;
        line-height: 1.4rem;
    }
	.fnt_60 {
        font-size: 1.2rem;
        line-height: 1.8rem;
    }
    .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 {
        display: none;
    }

    .m_footer {
        background: #4a4a4a;
        width: 100%;
        padding: 2.5rem 2rem .6rem 2rem;
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
        color: #000;
    }


    .m_footer p {
        font-size: 1rem;
        line-height: 1.1rem;
        color: #FFFFFF;
        width: 100%;
        text-align: left;
    }

    .m_footer h5 {
        font-size: 0.65rem;
        line-height: 1rem;
        margin: 0.7rem 0 0.25rem 0;
        letter-spacing: 0.0125rem;
        color: #FFFFFF;
        width: 100%;
        text-align: left;
    }

    .m_footer h6 {
        font-size: 0.65rem;
        line-height: 1rem;
        color: #FFFFFF;
        width: 100%;
        text-align: left;
    }

    .footer_ewm {
        display: flex;
        justify-content: space-between;
        align-items: center;
        margin-top: 1.1rem;
        width: 100%;
    }

    .ewm_item {
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
    }


    .ewm_item p {
        font-size: 0.65rem;
        color: #fff;
        line-height: 0.8rem;
        margin-top: 0.5rem;
        text-align: center;

    }

    .ewm_item img {
        display: inline-block;
        width: 5.45rem;
        height: auto;
    }

    .footer_beian {
        width: 100vw;
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
        border-top: none;
        padding: 1.5rem 0.2rem 0 0.2rem;
    }

    .footer_beian p {
        text-align: center;
        width: 100%;
        font-size: 0.6rem;
        color: #AFAFAF;
        line-height: 1rem;
    }

    .footer_beian p a {
        text-decoration: none;
        font-size: 0.6rem;
        color: #AFAFAF;
        line-height: 1rem;
    }

    /*footer*/
    .fixed-right {
        display: none;
    }



    /*页码*/
    .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;
        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: #093682;
        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;
    }

    .dropdown-menu-yan a {
        width: 100%;
        display: block;
        text-align: center;
        font-size: 0.66rem;
        margin: 0.2rem;
    }
    .nav_m_con .m_logo{
        width: 11rem;
        height: 2.7rem;
        display: inline-block;
        background: url(../images/logo_pc.png) no-repeat left center;

        -webkit-background-size: 10.25rem auto;
        background-size: 10.25rem 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: 10.25rem auto;
        background-size: 10.25rem 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;

    }










}







@media screen and (max-width:375px) {


    html {
        font-size: 23.4375px;
    }

}

@media screen and (max-width:320px) {

    html {
        font-size: 20px;
    }
}