html {
    color: #222;
    background-color: #fff;
    font-size: 1.25vw;
    overflow-X: hidden;
    /* font-size: 1.25vw; */
}

/* 去除点击阴影 */
* {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    -webkit-tap-highlight-color: transparent;
}

blockquote,
body,
code,
dd,
div,
dl,
dt,
fieldset,
form,
h1,
h2,
h3,
h4,
h5,
h6,
input,
legend,
li,
ol,
p,
pre,
td,
textarea,
th,
ul {
    margin: 0;
    padding: 0
}

table {
    border-collapse: collapse;
    border-spacing: 0
}

fieldset,
img {
    border: 0
}

address,
caption,
cite,
code,
dfn,
em,
th,
var {
    font-style: normal;
    font-weight: 400
}

ol,
ul {
    list-style: none
}

caption,
th {
    text-align: left
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-size: 100%;
    font-weight: 400
}

q:after,
q:before {
    content: ''
}

abbr,
acronym {
    border: 0;
    font-variant: normal
}

sup {
    vertical-align: text-top
}

sub {
    vertical-align: text-bottom
}

input,
select,
textarea {
    font-family: inherit;
    font-size: inherit;
    font-weight: inherit
}

legend {
    color: #222;
}

.clearfix:after {
    content: "";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden
}

a,
li {
    color: #222;
    list-style: none;
    text-decoration: none
}

* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    font-family: Pingfang SC, Hiragino Sans GB, Microsoft YaHei, WenQuanYi Micro Hei, sans-serif, Helvetica;
    max-height: 999999999rem;
    /* user-select: none; */

}

body {
    font-family: -apple-system, BlinkMacSystemFont, Helvetica Neue, PingFang SC, Microsoft YaHei, Source Han Sans SC, Noto Sans CJK SC, WenQuanYi Micro Hei, sans-serif;
}

/* 模块状态 */
.poa {
    position: absolute;
}

.por {
    position: relative;
}

.dib {
    display: inline-block;
}

.db {
    display: block;
}

.dn {
    display: none;
}

.fl {
    float: left;
}

.fr {
    float: right;
}

.fln {
    float: none;
}

/* 模块定位 */
.vam {
    vertical-align: middle;
}

.vat {
    vertical-align: top;
}

.vab {
    vertical-align: bottom;
}

.tac {
    text-align: center;
}

.tar {
    text-align: right;
}

.tal {
    text-align: left;
}

/* 多行隐藏 */
.oh {
    overflow: hidden;
}

.oa {
    overflow: auto;
}

.oh1,
.oh2,
.oh3,
.oh4,
.oh5 {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}

.oh1 {
    -webkit-line-clamp: 1;
}

.oh3 {
    -webkit-line-clamp: 3;
}

.oh4 {
    -webkit-line-clamp: 4;
}

.oh5 {
    -webkit-line-clamp: 5;
}


/* 尺寸 */
.nodew100p,
.w100p {
    width: 100%;
}


.h100p {
    height: 100%;
}

.cover {
    width: 100%;
    height: 100%;
}


/* 动画效果 */
.chan_link a,
.trcol2 {
    transition: color 0.2s;
}

.tropa03 {
    transition: opacity 0.3s;
}

.tropa02 {
    transition: opacity 0.2s;
}




.cur {
    cursor: pointer;
}





/* 第三版 */
.box3 {
    width: 100%;
    max-width: 80rem;
    margin: 0 auto;
}

:root {
    --header-height: 4rem !important;
}

@font-face {
    font-family: Rany;
    src: url("../zt/Rany-Medium.otf");
}

.main {
    padding-top: var(--header-height);
}

/* header */
.header3_m_btn,
.mask_mobile,
.mb_nav {
    display: none;

}

.header3 {
    height: 4rem;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-left: 4.0833rem;
    padding-right: 3.75rem;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 999;
    background-color: #ffffff;
    transition: backgroundColor 0.3s;
    border-bottom: 1px solid #F1F1F1;
}

.logo {
    /* width: 7.25rem;
    height: 2.5rem; */
    width: auto;
    height: 3.625rem;
    flex: none;
}

.logo img {
    /* width: 100%; */
    width: auto;
    height: 100%;
}

.header3_a1 {
    font-size: 0.9167rem;
    font-weight: 500;
    line-height: 1.1667rem;
    color: #252525;
    transition: all 0.3s;
}

.header3_a1:hover {
    color: #EB0703 !important;
}

.header3_nav {
    height: 100%;
    display: flex;
}

.header3_li {
    height: 100%;
    display: flex;
    align-items: center;
    margin-left: 2.9167rem;
}

.header3_ul {
    font-size: 0;
    overflow: hidden;
    left: 50%;
    top: 110%;
    transform: translateX(-50%);
    visibility: hidden;
    opacity: 0;
    transition: top .2s, visibility .2s, opacity .2s;
    background-color: #fff;
    padding: 1.0417rem 1.2rem 1.1667rem 1.2rem;
    border-radius: 0.1667rem;
    box-shadow: 0 0.16rem 0.54rem rgba(0, 0, 0, 0.1);
}

.header3_li2 {
    margin-bottom: 1rem;
}

.header3_li2:last-child {
    margin-bottom: 0;
}

.header3_li2 a {
    white-space: nowrap;
    font-size: 0.9167rem;
    font-weight: 400;
    text-align: center;
    color: #666;
    transition: color 0.3s;
}

.header3_li2 a:hover {
    color: #EB0703;
}

.header3_li:hover .header3_ul {
    opacity: 1;
    visibility: initial;
    top: 100%;
}

.act3 {
    color: #D80C18 !important;
}

.header3_r_p1 {
    font-size: 0.5833rem;
    font-weight: 500;
    text-align: left;
    color: #252525;

}

.header3_r_p2 {
    font-family: Rany;
    font-size: 1.3333rem;
    font-weight: 500;
    color: #D80C18;

}

/* footer3 */
.footer3 {
    width: 100%;
    min-height: 15.1667rem;
    background: #F3F4F5;
    /* margin-top: 0.6667rem; */

}

.footer3_cen {
    height: 100%;
    padding-top: 3.25rem;
    padding-left: 3.75rem;
}

.footer3_box1 {
    display: flex;
    align-items: center;
}

.footer3_li_logo {
    width: 19.1667rem;
    height: 6.6667rem;
    border-radius: 0.1667rem;
    background: #FFFFFF;
    padding: 0.8333rem;
    text-align: center;
}

.footer3_li_logo img {
    height: 100%;
}

.footer3_li_tr {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.footer3_li_td {
    width: 6.1667rem;
    height: 3.3333rem;
    border-radius: 0.1667rem;
    background: #FFFFFF;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 0.3333rem;

}

.footer3_li_td_tm {
    width: 1.6667rem;
    height: 1.6667rem;
    flex: none;
}

.footer3_li_td_tm img {
    width: 100%;
    height: 100%;
}

.footer3_li_td_tm2 {
    width: 1.3333rem;
    height: 1.3333rem;
    flex: none;
    margin-right: 0.3333rem;
}

.footer3_li_td_tm2 img {
    width: 100%;
    height: 100%;
}

.footer3_li_td_name {
    font-size: 0.5rem;
    font-weight: 500;
    line-height: 0.7rem;
    color: #222222;
    transition: color 0.3s;
}

.footer3_li_td_name:hover {
    color: #EB0703;
}

.footer3_fg1 {
    width: 1px;
    height: 8.4167rem;
    background-color: #DADADA;
    margin: 0 2.1667rem;
}

.footer3_gzh {
    width: 6.1667rem;
    height: 6.6667rem;
    border-radius: 0.1667rem;
    background: #FFFFFF;
    text-align: center;
    padding: 0.3333rem;
}

.footer3_gzh img {
    width: 100%;
}

.footer3_gzh_nane {
    font-size: 0.5833rem;
    font-weight: 500;
    line-height: 0.5833rem;
    text-align: center;
}

.footer3_gzh_box {
    margin-left: 0.4583rem;
}

.footer3_li_xf {
    /* width: 5.1667rem;
    height: 5.4154rem; */
    width: 6.1667rem;
    height: auto;
    left: 50%;
    transform: translateX(-50%);
    bottom: 100%;
    visibility: hidden;
    opacity: 0;
    transition: all 0.3s;
}

.footer3_li_xf img {
    width: 100%;
    height: 100%;
}

.footer3_li_td_name:hover+.footer3_li_xf {
    visibility: visible;
    opacity: 1;
}

.footer3_lxfs {
    margin-left: 2.75rem;
    display: flex;
    justify-content: space-between;
    flex-direction: column;
    height: 10.3333rem;
}

.footer3_p1 {
    font-size: 1rem;
    font-weight: 500;
    line-height: 1.25rem;
    text-align: left;
    color: #292929;
    margin-top: 1.5rem;
}

.footer3_p2 {
    font-family: Rany;
    font-size: 2.25rem;
    font-weight: 500;
    line-height: 2.8125rem;
    text-align: left;
    color: #D80C18;
    margin-top: 0.2917rem;
}

.footer3_p3,
.footer3_p3 a {
    font-size: 0.5833rem;
    font-weight: 400;
    line-height: 0.8167rem;
    text-align: left;
    color: #595959;

}

.footer_zu {
    display: flex;

}

/* footer4 */
.footer4 {
    width: 100%;
}

.footer4_cen {
    display: flex;

}

.footer4_L {
    height: 15rem;
    width: 50%;
    background: #D80C18;
    padding-bottom: 3.125rem;
    /* padding-left: 4.4167rem; */
    display: flex;
    align-items: end;
    justify-content: center;
}

.footer4_R {
    width: 50%;
    height: 15rem;
    background: #0A3D8E;
    display: flex;
    padding-bottom: 3.125rem;
    /* padding-left: 5.4167rem; */
    display: flex;
    align-items: end;
    justify-content: center;
}

.footer4_L1_logo {
    width: 10.1725rem;
    height: 5rem;
    margin-top: 1.7917rem;
}

.footer4_L1_logo img {
    width: 100%;
    height: 100%;
}

.footer4_L1_wx {
    display: flex;
    align-items: center;
}

.footer4_L1_wx_img {
    width: 4.8333rem;
    height: 4.75rem;
    border-radius: 0.25rem;
    margin-right: 1.125rem;
}

.footer4_L1_wx_img img {
    width: 100%;
    height: 100%;
}

.ml15 {
    margin-left: 0.625rem;
}

.footer4_L1_wx_p1 {
    font-size: 13.9992px;
    font-weight: 500;
    line-height: 19.6008px;
    text-align: left;
    color: #FFFFFF;

}

.footer4_L1_wx_p2 {
    font-size: 12px;
    font-weight: 500;
    line-height: 16.8px;
    text-align: left;
    color: #FFFFFF99;
    margin-top: 1.25rem;
}

.footer4_L2 {
    padding-left: 2.9167rem;
    margin-left: 2.9167rem;
    border-left: 1px solid #FFFFFF33;
}

.footer4_L2_jd {
    display: flex;
    align-items: center;
}

.footer4_L2_jd_img {
    width: 1.6667rem;
    height: 1.6667rem;
    border-radius: 0.25rem;
    background: #FFFFFF;
    padding: 0.2083rem;
    margin-right: 0.75rem;
}

.footer4_L2_jd_img img {
    width: 100%;
    height: 100%;
}

.footer4_L2_jd_name {
    font-size: 13.9992px;
    font-weight: 500;
    text-align: left;
    color: #FFFFFF;

}

.footer4_L2_jd_btn {
    width: 96px;
    height: 24px;
    font-size: 12px;
    font-weight: 500;
    text-align: left;
    color: #D80C18;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #FFFFFF;
    margin-left: 0.9167rem;
}

.footer4_L2_gwc {
    width: 12px;
    height: 12px;
    margin-right: 4.0008px;
}

.footer4_L2_gwc img {
    width: 100%;
    height: 100%;
    vertical-align: top;
}

.mt30 {
    margin-top: 1.25rem;
}

.footer4_ewm {
    margin-top: 1.3333rem;
    display: flex;
    align-items: center;
}

.footer4_ewm_img {
    width: 84px;
    height: 84px;
    border-radius: 6px;
    box-shadow: 0px 4.0008px 6.9px 0px #0000001A;
    margin-right: 0.3333rem;
}

.footer4_ewm_img img {
    width: 100%;
    height: 100%;
}

.footer4_ewm_p {
    font-size: 13.9992px;
    font-weight: 500;
    line-height: 25.2px;
    color: #FFFFFF;

}

.footer4_ewm_li {
    display: flex;
    align-items: center;
}

.mr26 {
    margin-right: 1.0833rem;
}

.mt8 {
    margin-top: 0.3333rem;
}

.mt22 {
    margin-top: 0.9167rem;
}

.footer4_R1_logo {
    width: 7.125rem;
    height: 3.8862rem;
}

.footer4_R1_logo img {
    width: 100%;
    height: 100%;
}

.footer4_bottom {
    background: #F3F4F5;
    display: flex;
    align-items: center;
    justify-content: end;
    margin-right: 1rem;
    padding: 0.2083rem 0;
}

.footer4_bottom a {
    font-size: 13.9992px;
    font-weight: 500;
    color: #888888CC;
}

/* 移动header4 */
.m_header4 {
    position: fixed;
    top: 50px;
    right: 12px;
}

.m_header4_right {
    width: 44px;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;

}

.m_header4_cd {
    width: 82px;
    height: 38px;
    right: 0;
}
.m_header4_cd .img {
    position: absolute;
    right: 0;
    background-color: #D80C18;
    border-radius: 1000px;
    height: 100%;
    width: 82px;
}

.m_header4_cd img {
    width: 100%;
    height: 100%;
}

.m_header4_xian {
    left: 50%;
    top: 0;
    transform: translateX(-50%);
    width: 2px;
    height: 100%;
    border-left: 2px dashed #D80C18;
}

.m_header4_dian_box {
    margin-top: 40.0008px;
    width: 100%;
    display: flex;
    justify-content: center;
}

.m_header4_dian_box .pos2 .m_header4_xian {
    border-left: 3px solid #D80C18;
}

.m_header4_dian_box .pos2 {
    padding: 25px 0 0;
}

.m_header4_dian_box .pos2 .m_header4_nav2 {
    right: 70%;
    text-align: end;
}

.m_header4_dian_box .pos2 .m_header4_dian_box2 {
    display: block;
}

.m_header4_dian {
    width: 16px;
    height: 8px;
    background: #D80C18;
    border-radius: 20px;
}

.m_header4_nav {
    padding: 8px 12px;
    border-radius: 20px;
    top: 0;
    right: 100%;
    right: 0;
    display: flex;
    align-items: center;
    transform: translateY(-50%);
    font-size: 18px;
    font-weight: 400;
    color: #FFFFFF;
    cursor: pointer;
    white-space: nowrap;
}
.m_header4_nav a {
    color: #fff;
}
.m_header4_nav.m_header4_nav_act a {
    color: #D80C18;
}

.conbox.hid .m_header4_dian_box {
    opacity: 0;
}
.conbox.hid .m_header4_dian_box{
    opacity: 0;
}
.m_header4 {
    transition: all .5s;
}
.m_header4_nav_act {
    background: #FFFFFF;
    color: #D80C18;
}

.m_header4_nav_act_i {
    width: 18px;
    height: 18px;
    border: 1px solid #D80C18;
    background-color: #FFFFFF;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-left: 15px;
}

.op0 {
    opacity: 0;
}

.m_header4_nav_act_i2 {
    width: 8px;
    height: 8px;
    border: 1px solid #D80C18;
    background-color: #D80C18;
    border-radius: 50%;
}

.m_header4_nav2 {
    font-size: 16px;
    top: 0;
    right: 100%;
    transform: translateY(-50%);
    font-weight: 400;
    color: #FFFFFF;
    white-space: nowrap;
}
.m_header4_nav2 a {
    color: #fff;
}

.m_header4_dian_box2 {
    margin: 20px 0;
    width: 100%;
    display: flex;
    justify-content: center;
}



/* 民族品牌 世界共享 */
.mzsj_box{
    width: 100%;

}
.mzsj_box img{
    width: 100%;
    vertical-align: bottom;
}
.mzsj_name{
    height: 2.25rem;
    top: 3.4583rem;
    left: 4.4167rem;
}
.mzsj_name img{
    height: 100%;
    vertical-align: top;
}
@media screen and (max-width:1600px) {
    .footer4_L2 {
        padding-left: 1rem;
        margin-left: 1rem;
    }


}

@media screen and (max-width:1400px) {
    .footer4_L {
        padding-bottom: 2.125rem;
    }

    .footer4_R {
        padding-bottom: 2.125rem;
    }


}

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

    /* footer4 */
    .footer4_cen {
        /* flex-wrap: wrap; */
    }

    .footer4_L {
        width: 100%;
        justify-content: center;
        padding-left: 0;
        padding-top: 2.125rem;
        height: auto;
    }

    .footer4_L1_logo {
        margin-top: 0;
    }

    .footer4_R {
        width: 100%;
        justify-content: center;
        padding-left: 0;
        padding-top: 2.125rem;
        height: auto;
    }

    .footer4_L2 {
        padding-left: 1rem;
        margin-left: 1rem;
        border-left: 1.0008px solid #FFFFFF33;
    }

    .footer4_bottom a {
        font-size: 0.5833rem;
    }

    .footer4_bottom {
        margin-right: 5%;
    }

    .footer4_L2_jd_name {
        font-size: 12px;
    }

    .footer4_L1_wx_p1 {
        font-size: 12px;
    }

    .footer4_ewm_p {
        font-size: 12px;
    }

    .footer4_L1_wx_img {
        margin-right: 0.5rem;
        width: 84px;
        height: 84px;
    }

    .footer4_L1 {
        min-width: 10.1725rem;
    }
    .footer4_R .footer4_L1{
        padding-left: 0.5rem;
    }
}

@media screen and (max-width:1150px) {
    .footer4_cen {
        flex-wrap: wrap;
    }

}
@media screen and (min-width: 960px) {
    .m_header4 {
        visibility: hidden;
    }
}

@media screen and (max-width: 960px) {
    
    .m_header4 {
        visibility:unset;
    }
    html {
        /* font-size: 12px; */
        /* font-size: 4vw; */
    }

    /* header */
    /* .header3 {
        height: 4rem;
        width: 100%;
        padding: 0 2rem;
    }

    .header3_nav,
    .header3_r {
        display: none;
    }

    .header3_r_m {
        margin-top: 4rem;
    }

    .header3_r_p1 {
        font-size: 1rem;
    }

    .header3_r_p2 {
        margin-top: 0.5rem;
        font-size: 2rem;
    }

    .header3_m_btn {
        display: none;
        width: 2rem;
        height: 2rem;
    }

    .header3_m_btn img {
        width: 100%;
        height: 100%;
    }

    .mb_nav {
        display: block;
        position: fixed;
        right: -19rem;
        top: var(--header-height);
        bottom: 0;
        padding: 4rem 2rem 4rem;
        width: 18rem;
        background-color: #fff;
        border-left: .04rem solid #fafafa;
        box-shadow: 0 .3rem .4rem .2rem rgba(0, 0, 0, .2);
        transition: right .5s ease-in-out;
        z-index: 10;
    }

    .mob_r0 {
        right: 0;
    }

    .header3_m_li1 {
        margin: 1rem 0;
        width: 100%;
    }

    .header3_m_li2 {
        margin: 1rem 0;
        width: 100%;
    }

    .header3_m_li2_a2 {
        font-size: 1.3rem;
        color: #666;
    }

    .header3_m_li1_a1 {
        font-size: 1.5rem;
        color: #666;
    }

    .navtop_ch_box {
        padding-left: 1rem;
        text-align: left;
    }

    .mask_mobile {
        display: block;
        top: var(--header-height);
        position: fixed;
        left: 0;
        right: 0;
        bottom: 0;
        width: 100%;
        opacity: 0;
        visibility: hidden;
        background-color: rgba(0, 0, 0, .2);
        transition: opacity .5s, visibility .5s;
        z-index: 9;
    }

    .mob_mb_act {
        opacity: 1;
        visibility: inherit;
    } */

    /* footer */
    .footer3 {
        margin-top: 0.6667rem;
        padding-bottom: 2rem;
        padding-top: 2rem;
    }

    .footer3_cen {
        padding-top: 0;
        padding-left: 0;
    }

    .footer3_box1 {
        flex-wrap: wrap;
        justify-content: center;
    }

    .footer3_fg1 {
        display: block;
        width: 18rem;
        display: block;
        height: 1px;
        margin: 1rem 0;

    }

    .footer3_p3 br {
        display: none;
    }

    .footer3_lxfs {
        height: 7.3333rem;
        width: 100%;
        margin-left: 0;
    }

    .footer3_p1,
    .footer3_p2,
    .footer3_p3 {
        text-align: center;
    }

    .footer_zu {
        width: 100%;
        justify-content: center;
    }




}


@media screen and (max-width:780px) {
    /* footer4 */

    .footer4_L {
        padding: 5% 2%;
        /* flex-wrap: wrap; */
    }

    .footer4_R {
        padding: 5% 2%;
        /* flex-wrap: wrap; */
    }

    .footer4_L1_wx_p1 {
        font-size: 0.5833rem;
        line-height: 0.8167rem;
    }

    .footer4_L1_wx_p2 {
        font-size: 0.5rem;
        line-height: 0.7rem;
    }

    .footer4_L2_jd_name {
        font-size: 0.5833rem;
    }

    .footer4_L2_jd_btn {
        width: 4rem;
        height: 1rem;
        font-size: 0.5rem;
    }

    .footer4_ewm_img {
        width: 3.5rem;
        height: 3.5rem;
        border-radius: 0.25rem;
        box-shadow: 0rem 0.1667rem 0.2875rem 0rem #0000001A;
    }

    .footer4_L1_wx_img {
        margin-right: 0.5rem;
        width: 3.5rem;
        height: 3.5rem;
    }

    .footer4_ewm_p {
        font-size: 0.5833rem;
        line-height: 1.05rem;
    }

    .footer4_L2_gwc {
        width: 0.5rem;
        height: 0.5rem;
        margin-right: 0.1667rem;
    }

/* 民族品牌 世界共享 */
    .mzsj_name {
        height: 1rem;
        top: 1rem;
        left: 5%;
    }
}