

.mc_nav_li.yxnav_active1 {
    opacity: 1;
}

.mc_fixed .mc_nav_li.yxnav_active1 .mc_nav_a {
    color: #b60005;
    opacity: 1;
}

.mc_nav_xl {
    display: none;
    position: fixed;
    z-index: 1;
    left: 0;
    top: 70px;
    width: 100%;
    border-top: 1px solid #dfdede;
    /* box-shadow: 0 0 10px rgba(0, 0, 0, .1); */
}

.mc_nav_xl::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    z-index: -1;
    width: 100%;
    height: 100%;
    background: #fff;
    opacity: 1;
    transition: all .5s ease-in-out;
}

.mc_nav_xl.show::before {
    opacity: 1;
}

.mc_navxl_container {
    width: 1160px;
    margin: 0 auto;
    padding: 50px 0 60px;
}

.mc_navxl_r {
    width: 290px;
    padding: 42px 0;
    padding-left: 80px;
    text-align: left;
}

.mc_navxl_l {
    width: calc(100% - 290px);
    min-height: 206px;
    padding: 35px 0;
    border-right: 1px solid #dfdede;
    text-align: left;
}

.mc_navxl_title {
    font-family: "OPPOSans2_En_design-Heavy", "OPPOSans2_En_design-Regular", "微软雅黑", Arial, "PingFangSC-Light", "Helvetica Neue", Helvetica, "Microsoft Yahei", "Hiragino Sans GB", tahoma, SimSun, sans-serif;
    font-size: 36px;
    font-weight: bold;
    color: #000000;
    width: 314px;
    margin-top: 15px;
}

.mc_navxl_subnav {
    width: calc(100% - 314px);
}

.mc_subnav_a {
    display: block;
    font-size: 18px;
    line-height: 24px;
    padding: 12px 0;
    color: #333333;
    white-space: normal;
}

.mc_subnav_li {
    float: left;
    width: 50%;
    padding-right: 30px;
}

.mc_navxl_subnav {
    max-width: 460px;
}

.mc_subnav_li:nth-child(odd) {
    clear: left;
}

.mc_navxlr_title {
    font-family: "OPPOSans2_En_design-Heavy", "OPPOSans2_En_design-Regular", "微软雅黑", Arial, "PingFangSC-Light", "Helvetica Neue", Helvetica, "Microsoft Yahei", "Hiragino Sans GB", tahoma, SimSun, sans-serif;
    font-weight: bold;
    font-size: 30px;
    line-height: 36px;
    color: #0028aa;
    margin-bottom: 12px;
}

.mc_navxlr_title a {
    font-size: inherit;
    line-height: inherit;
    color: inherit;
}

.mc_navxlr_a {
    font-size: 18px;
    color: #333333;
    line-height: 24px;
    padding: 12px 0;
}

/* *************************************************************** */

/* 分页 */


/* pc导航 */
.mc_pc_hd {
    position: relative;
    width: 100%;
}

.mc_navbar {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    z-index: 99;
    transition: all .5s;
}

.mc_cont100 {
    padding: 0 100px;
}

.mc_logo a,
.mc_nav_a,
.mc_language a {
    width: 100%;
    height: 100%;
    line-height: 70px;
    color: #fff;
}


.mc_navbar_l,
.mc_navbar_r {
    height: 100%;
}

.mc_navbar_l>div,
.mc_navbar_r>div {
    height: 100%;
    float: left;
	padding-top: 10px;
}

.mc_navbar_m {
    width: 60%;
    text-align: right;
	float: right;
}

/* .mc_navbox {
    display: inline-block;
    vertical-align: middle;
} */

/* logo */

.mc_logo {
    width: 210px;
}

.mc_logobox {
    position: relative;
    display: block;
}

.mc_logo_def {
    position: relative;
    left: 0;
    top: 0;
    z-index: 1;
    width: 100%;
    transition: all .36s;
}

.mc_logo_fixed {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
    width: 100%;
    transition: all .36s;
    opacity: 0;
}

/* nav */
.mc_nav {
    font-size: 0;
    width: 100%;
    text-align: right;
}

.mc_nav_li {
    /* float: left; */
    position: relative;
    display: inline-block;
    white-space: nowrap;
    padding: 0 1.74%;
}

.mc_nav_a {
    display: block;
    font-size: 18px;
}

/* lan */
.mc_language {
    font-size: 18px;
    margin-right: 18px;
}

/* search */
.mc_search_btn {
    width: 20px;
    line-height: 70px;
    cursor: pointer;
}

.mc_search_btn .icon-search {
    font-size: 20px;
    color: #fff;
    vertical-align: middle;
    transition: all .36s;
}

.mc_search.isshow .icon-search:before {
    content: "\e625";
}

.mc_search_xl::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    z-index: -1;
    width: 100%;
    height: 100%;
    background: #fff;
    opacity: 0;
    transition: all .5s ease-in-out;
}

.mc_search_xl.show::before {
    opacity: .95;
}

.mc_nav_line {
    display: block;
    position: absolute;
    height: 2px;
    bottom: 0;
    background: #0028AA;
    transition: all .4s ease;
    opacity: 0;
}

.mc_navbar.mc_fixed .mc_nav_line {
    opacity: 1;
}

/* .mc_icon_search{
    width: 20px;
    height: 20px;
    background: url(../images/icon_search.png) no-repeat;
    background-size: 40px;
    background-position: 0 0;
    transition: all .36s;
} */

.mc_fixed .mc_navbar {
    height: 70px;
    background:#fff;
    box-shadow: 0 0 10px rgba(0, 0, 0, .07);
}

.mc_fixed.mc_navbar {
    height: 70px;
    background:#fff;
    box-shadow: 0 0 10px rgba(0, 0, 0, .07);
}

.mc_logo_imgbox {
    display: inline-block;
    vertical-align: middle;
}

.mc_logo_imgbox svg {
    width: 210px;
    height: 22px;
}

.st0 {
    fill-rule: evenodd;
    clip-rule: evenodd;
    fill: #fff;
    transition: all .36s;
}

.mc_fixed .mc_logo_imgbox .st0 {
    fill: #0028AA;
}

.mc_fixed .mc_logo_def {
    opacity: 0;
}

.mc_fixed .mc_logo_fixed {
    opacity: 1;
}

.mc_fixed .mc_nav_a {
    color: #666;
}

.mc_fixed .mc_language a {
    color: #666;
}

.mc_fixed .mc_search_btn .icon-search {
    color: #666;
}

.mc_search_xl {
    position: absolute;
    left: 0;
    top: 100%;
    width: 100%;
    height: 390px;
    border-top: 1px solid #dfdede;
    /* background: rgba(255, 255, 255, .98); */
    display: none;
}

.mc_scm_form {
    width: 690px;
}

.mc_msc_box {
    font-size: 0;
    padding: 8px;
    border-bottom: 1px solid #dfdede;
}

.mc_msc_submit {
    font-size: 26px;
    color: #666666;
    width: 30px;
    vertical-align: top;
}

.mc_msc_input {
    width: calc(100% - 30px);
    height: 26px;
    font-size: 16px;
    color: #333;
    line-height: 20px;
    padding: 3px 0;
    padding-right: 12px;
}









.mc_nav_nor .mc_navxlr_imgbox {
    display: none;
}

.mc_nav_nor .mc_navxl_l {
    border-right: 0;
    width: 100%;
    min-height: auto;
}

.mc_nav_nor .mc_subnav {
    text-align: center;
}

.mc_nav_nor .mc_subnav_li {
    display: inline-block;
    float: none;
    width: auto;
    margin: 0 50px;
}



.mc_nav_nor .mc_navxl_subnav {
    max-width: none;
}

.mc_nav_nor .mc_subnav_li:nth-child(odd) {
    clear: none;
}

.mc_nav_nor .mc_navxl_title {
    display: none;
}

.mc_nav_nor .mc_navxl_r {
    display: none;
}

.mc_nav_nor .mc_navxl_subnav {
    width: 100%;
}


.mc_navxl_container {
    padding: 30px 0;
}











.mc_d3s5_txt {
    padding: 20px 15px 0;
}

.mc_d3s5_txt p {
    font-size: 14px;
    line-height: 24px;
    color: #666;
}

.mc_d3s5_swiper .swiper-wrapper {
    align-items: flex-start;
}

.mc_inban_tip,
.mc_inban_tel {
    color: #fff;
    font-weight: bold;
    font-family: "OPPOSans2_En_design-Heavy", "OPPOSans2_En_design-Regular", "微软雅黑", Arial, "PingFangSC-Light", "Helvetica Neue", Helvetica, "Microsoft Yahei", "Hiragino Sans GB", tahoma, SimSun, sans-serif;
}

.mc_title32 {
    font-size: 32px;
}

.mc_inban_title1 {
    line-height: 1.5;
    margin-top: 20px;
    color: #fff;
}

/* 8.17 */
.mc_datat_list3 .mc_data_td {
    width: 33.333333%;
}

.mc_datat_list3 {
    max-width: none;
}

.mc_f1s1_content {
    margin: 0 -65px;
}

.mc_datat_list3 .mc_data_txt_big {
    font-size: 56px !important;
}

/* .mc_d2s3m_zb {
    display: none;
} */

/* .mc_f2s1 {
    padding-bottom: 0 !important;
} */

@media screen and (max-width:1680px) {
    .mc_datat_list3 .mc_data_txt_big {
        font-size: 54px !important;
    }

    .mc_title32 {
        font-size: 30px;
    }
}

@media screen and (max-width:1440px) {
    .mc_datat_list3 .mc_data_txt_big {
        font-size: 50px !important;
    }

    .mc_title32 {
        font-size: 28px;
    }
}

@media screen and (max-width:991px) {
    .mc_datat_list3 .mc_data_txt_big {
        font-size: 48px !important;
    }

    .mc_f1s1_content {
        margin: 0 0 30px;
    }

    .mc_f2s1 {
        padding-bottom: 50px !important;
    }

    .mc_title32 {
        font-size: 24px;
    }
}

@media screen and (max-width:767px) {
    .mc_datat_list3 .mc_data_td {
        width: 80%;
    }

    .mc_datat_list3 .mc_data_txt_big {
        font-size: 40px !important;
    }

    .mc_f2s1 {
        padding-bottom: 25px !important;
    }

    .mc_title32 {
        font-size: 20px;
        margin-top: 10px;
    }
}

.mc_navbox_inner .mc_innav_fg {
    display: none !important;
}

.mc_d3s2li_txt .mc_d3s2li_pdf p {
    position: relative;
    z-index: 1;
    font-size: 14px !important;
    line-height: 20px !important;
    color: #b60005;
    font-weight: bold;
    font-family: "OPPOSans2_En_design-Heavy", "OPPOSans2_En_design-Regular", "微软雅黑", Arial, "PingFangSC-Light", "Helvetica Neue", Helvetica, "Microsoft Yahei", "Hiragino Sans GB", tahoma, SimSun, sans-serif;
    padding-left: 15px;
    margin: 3px 0;
}

.mc_d3s2li_txt .mc_d3s2li_pdf p::before {
    position: absolute;
    left: 0;
    top: 0;
    content: "●";
    font-size: inherit;
    line-height: inherit;
    color: inherit;
}

.mc_g1s1_title,
.mc_g1s1_subtitle,
.mc_g1s1_tip {
    visibility: hidden;
    animation: none;
}

.mc_g1s1_title.act,
.mc_g1s1_subtitle.act,
.mc_g1s1_tip.act {
    visibility: visible;
    animation: fadeInUp 1s;
}

.mc_ft1 .mc_cont1520 {
    width: 1360px;
}

.mc_ft1_li {
    width: 20%;
}

.mc_ft1_li1 {
    width: 40%;
}

.mc_g1_tittlebox .mc_title40 {
    font-size: 38px;
    padding: 0.12em 0;
}

.mc_d3s2li_title {
    font-size: 36px;
}

.mc_e3s1b_txtbox {
    padding: 0 !important;
}

.mc_e3s1b_box {
    margin-top: 80px;
}

.mc_e3s1_bot {
    padding-bottom: 80px;
}

.mc1_imgbox img,
.mc1_imgbox video {
    max-width: 100%;
}

.mc1_imgbox video {
    background: #000;
}

.mc1_imgbox {
    width: 58%;
}

.mc1_txtbox {
    width: 42%;
    padding-right: 10%;
}

.mc1_box_imgl .mc1_imgbox {
    float: left;
}

.mc1_box_imgl .mc1_txtbox {
    padding-right: 0;
    padding-left: 8%;
}

.mc_e3s1b_sharebox .mc_sharebox {
    margin: 0 15px;
}

@media screen and (max-width: 991px) {
    .mc1_imgbox {
        width: 100%;
        margin-bottom: 20px;
    }

    .mc1_txtbox {
        width: 100%;
        padding: 0;
    }
}

.mc_txt_dian {
    position: relative;
    padding-left: 1em;
    color: #333;
    font-size: 18px;
    line-height: 30px;
}

.mc_txt_dian::before {
    content: "●";
    position: absolute;
    left: 0;
    top: 0;
    font-size: .6em;
    line-height: inherit;
    color: #0028aa;
}

.mc_txt_half {
    width: 600px;
    max-width: 100%;
}

.mc_navxl_l {
    padding: 25px 0;
}

.mc_nav_nor .mc_navxl_l {
    padding: 0;
}

.mc_navxl_r {
    padding-top: 30px;
    padding-bottom: 30px;
}

.mc_title1 {
    font-size: 48px;
}

.mc_title2 {
    font-size: 40px;
}

.mc_title3 {
    font-size: 36px;
}

.mc_title4 {
    font-size: 32px;
}

.mc_title5 {
    font-size: 24px;
}

.mc_title6 {
    font-size: 18px;
}

.mc1_tw_list {
    margin: 0 -20px;
}

.mc1_tw_li {
    float: left;
    width: 50%;
    padding: 0 20px;
    margin-bottom: 40px;
    text-align: center;
}

.mc1_tw_imgbox {
    margin-bottom: 20px;
}

.mc1_tw_lisbox {
    display: inline-block;
    vertical-align: top;
}

@media screen and (max-width: 1680px) {
    .mc_title1 {
        font-size: 46px;
    }

    .mc_title2 {
        font-size: 38px;
    }

    .mc_title3 {
        font-size: 34px;
    }

    .mc_title4 {
        font-size: 30px;
    }

    .mc_title5 {
        font-size: 22px;
    }

}

@media screen and (max-width: 1440px) {
    .mc_title1 {
        font-size: 44px;
    }

    .mc_title2 {
        font-size: 36px;
    }

    .mc_title3 {
        font-size: 32px;
    }

    .mc_title4 {
        font-size: 28px;
    }

    .mc_title5 {
        font-size: 20px;
    }

    .mc_title6 {
        font-size: 16px;
    }
}

@media screen and (max-width: 991px) {
    .mc_title1 {
        font-size: 36px;
    }

    .mc_title2 {
        font-size: 32px;
    }

    .mc_title3 {
        font-size: 28px;
    }

    .mc_title4 {
        font-size: 24px;
    }

    .mc_title5 {
        font-size: 18px;
    }
}

@media screen and (max-width: 767px) {
    .mc_title1 {
        font-size: 26px;
    }

    .mc_title2 {
        font-size: 24px;
    }

    .mc_title3 {
        font-size: 22px;
    }

    .mc_title4 {
        font-size: 20px;
    }

    .mc1_tw_li {
        width: 100%;
        margin-bottom: 30px;
    }

}

.mc_d2s3m_imgbox {
    text-align: center;
}

.mc_d2s3m_zb {
    display: inline-block;
    text-align: center;
    border: 0;
}

.mc_d2s3m_zb p {
    display: inline-block;
    margin: 0 10px;
}

/* .mc_d2s3m_zb {
    display: none;
} */

.mc_j2s1 {
    position: relative;
    z-index: 1;
    overflow: hidden;
    background: #f7f7f7;
}

.mc_j2s1_videobox {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
}

.mc_j2s1_video {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    max-width: none;
    width: auto;
    height: auto;
    min-width: 100%;
    min-height: 100%;
}

.mc_j2s1_li3::after {
    display: none;
}

.mc_j2s1_title1 {
    margin: 120px 0 70px;
    text-align: center;
}

.mc_j2s1_content {
    position: relative;
    z-index: 1;
    overflow: hidden;
}

.mc_n1b1s1_list .mc_b2s1_li {
    width: 33.333333%;
}

/* 8.25 */
.mc_nc1s4_li {
    margin-bottom: 20px;
    border: 1px solid #e8e8e8;
    transition: all .36s;
}

.mc_nc1s4_l .iconfont {
    display: inline-block;
    vertical-align: middle;
    font-size: 40px;
    color: #0028aa;
    transition: all .36s;
}

.mc_nc1s4_lisbox {
    display: block;
    padding: 30px 60px;
    background: #fff;
}

.mc_nc1s4_l {
    width: 80px;
    line-height: 50px;
    border-right: 1px solid #e8e8e8;
}

.mc_nc1s4_r {
    width: 20px;
    line-height: 50px;
}

.mc_nc1s4_r .icon-download {
    font-size: 20px;
    color: #0028aa;
    transition: all .36s;
    display: inline-block;
    vertical-align: middle;
}

.mc_nc1s4_m {
    width: calc(100% - 120px);
    padding: 0 50px;
}

.mc_nc1s4_m p {
    font-size: 18px;
    font-weight: bold;
    font-family: "OPPOSans2_En_design-Heavy", "OPPOSans2_En_design-Regular", "微软雅黑", Arial, "PingFangSC-Light", "Helvetica Neue", Helvetica, "Microsoft Yahei", "Hiragino Sans GB", tahoma, SimSun, sans-serif;
    line-height: 50px;
    height: 50px;
    color: #0028aa;
    transition: all .36s;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.mc_nc1s2 {
    padding-bottom: 0;
}

.mc_nc1s4 {
    padding-bottom: 130px;
}

.mc_n1a1s1_title {
    font-size: 40px;
    font-weight: bold;
    font-family: "OPPOSans2_En_design-Heavy", "OPPOSans2_En_design-Regular", "微软雅黑", Arial, "PingFangSC-Light", "Helvetica Neue", Helvetica, "Microsoft Yahei", "Hiragino Sans GB", tahoma, SimSun, sans-serif;
    color: #fff;
    margin-bottom: 60px;
}

.mc_n1a1s1_txt p {
    font-size: 32px;
    line-height: 1.75;
    color: #d0d0d0;
}

.mc_j2s2 {
    padding: 100px 0 150px;
    background: #f7f7f7;
}

.mc_j2s2_title {
    text-align: center;
    margin-bottom: 90px;
}

.mc_j2s2_lisbox {
    position: relative;
    z-index: 1;
}

.mc_j2s2_swiper .swiper-slide {
    width: 330px;
    margin-right: 20px;
}

.mc_j2s2_imgbox::before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 3;
    width: 100%;
    height: 40%;
    background: linear-gradient(0deg, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0));
}

.mc_j2s2_txtbox {
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 5;
    width: 100%;
    padding: 0 30px;
    transition: all .36s;
}

.mc_j2s2li_title {
    font-size: 32px;
    font-weight: bold;
    font-family: "OPPOSans2_En_design-Heavy", "OPPOSans2_En_design-Regular", "微软雅黑", Arial, "PingFangSC-Light", "Helvetica Neue", Helvetica, "Microsoft Yahei", "Hiragino Sans GB", tahoma, SimSun, sans-serif;
    line-height: 46px;
    height: 46px;
    overflow: hidden;
    color: #fff;
    margin-bottom: 10px;
}

.mc_j2s2li_txt {
    opacity: 0;
    transition: all .36s;
}

.mc_j2s2li_txt p {
    font-size: 18px;
    line-height: 30px;
    height: 60px;
    overflow: hidden;
    color: #fff;
}

.mc_j2s2_content {
    width: calc(50vw + 680px);
}

.mc_n1e1_tittlebox .mc_g1_title {
    margin-bottom: 15px;
}

.mc_n1e1_tittlebox {
    margin-bottom: 38px;
}

.mc_n1e1_txtbox {
    width: 81%;
}

.mc_n1e1_txtbox p {
    color: #666;
}

.mc_n1e1_txtbox p strong {
    font-weight: bold;
    font-family: "OPPOSans2_En_design-Heavy", "OPPOSans2_En_design-Regular", "微软雅黑", Arial, "PingFangSC-Light", "Helvetica Neue", Helvetica, "Microsoft Yahei", "Hiragino Sans GB", tahoma, SimSun, sans-serif;
    color: #333;
}

.mc_d2s1_bg {
    display: none;
}

.mc_d3s5_lisbox {
    position: relative;
}

.mc_d3s5_lisbox::before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 3;
    width: 100%;
    height: 40%;
    background: linear-gradient(0deg, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0));
}

.mc_d3s5_txt {
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 5;
    width: 100%;
    padding: 0 30px;
    transition: all .36s;
}

.mc_d3s5li_title {
    font-size: 24px;
    line-height: 30px;
    height: 30px;
    overflow: hidden;
    color: #fff;
    margin-bottom: 5px;
}

.mc_d3s5_txt p {
    opacity: 0;
    transition: all .36s;
}

.mc_d3s5_txt p {
    font-size: 16px;
    line-height: 30px;
    max-height: 60px;
    overflow: hidden;
    color: #fff;
}

.mc_n1e1_bot {
    background: #f2f7fb;
}

.g_b5pt2botxtb {
    width: 300px;
}

.g_b5pt2botflb {
    width: calc(100% - 300px);
    text-align: left;
}

.mc_n1e1s2_list {
    width: 1244px;
    margin: 0 auto;
    max-width: calc(100% - 40px);
}

.mc_n1e1s2_lisbox {
    padding: 60px 80px 55px;
}

.mc_n1e1s2_li:not(:last-child) {
    border-bottom: 1px solid #d2d2d2;
}

.mc_n1e1s2_xtbbox {
    width: 150px;
}

.mc_n1e1s2_txtbox {
    width: calc(100% - 150px);
    padding-left: 150px;
}



.mc_n1e1s2_title {
    padding-bottom: 20px;
}

.mc_n1e1s2_txt p {
    width: 100%;
    display: inline-block;
    vertical-align: top;
    position: relative;
    margin: 10px 0;
    color: #333333;
    padding-left: 25px;
}

.mc_n1e1s2_txt p::before {
    content: "●";
    position: absolute;
    left: 0;
    top: 0;
    font-size: 14px;
    line-height: inherit;
    color: #0028aa;
}

.mc_n1e1s2_list {
    margin-bottom: 45px;
}

.mc_a1s1_ban {
    padding-left: 0 !important;
    padding-right: 0 !important;
    padding-top: 0 !important;
}

.mc_d2s1_txt p {
    padding-left: 0;
}

.mc_nav_li {
    position: relative;
    z-index: 1;
}

.mc_nav_li::before {
    content: "";
    position: absolute;
    left: 50%;
    bottom: 0;
    width: 0;
    height: 4px;
    background: #b60005;
    transform: translate(-50%);
    transition: all .36s;
}

@media screen and (min-width: 1200px) {

    .mc_nc1s4_lisbox:hover .iconfont,
    .mc_nc1s4_lisbox:hover .mc_nc1s4_m p {
        color: #fff;
    }

    .mc_nc1s4_lisbox:hover {
        background: #0028aa;
    }

    .mc_j2s2_lisbox:hover .mc_j2s2li_txt {
        opacity: 1;
    }

    .mc_j2s2_lisbox:hover .mc_j2s2_txtbox {
        bottom: 30px;
    }

    .mc_d3s5_lisbox:hover .mc_d3s5_txt p {
        opacity: 1;
    }

    .mc_d3s5_lisbox:hover .mc_d3s5_txt {
        bottom: 20px;
    }

    .mc_nav_li:hover::before {
        width: 60%;
    }

}

.mc_nd1_list .mc_nd1_li {
    padding: 120px 0;
}

.mc_d2 .mc_f1_top {
    display: none;
}

.mc_d2s1 {
    padding: 130px 0;
}

.mc_d2s3m_zb {
    display: none !important;
}

.vjs-poster {
    background-color: transparent !important;
}

.mc_page_search {
    padding-top: 70px;
}


/*********************************/
.mc_ft1_li:last-child .mc_ft1_a:nth-last-child(1),
.mc_ft1_li:last-child .mc_ft1_a:nth-last-child(2) {
    display: none;
}

/*********************************/

/* 9.3 */
.mc1_gm_txt1 strong {
    font-size: 45px;
    font-weight: bold;
    font-family: "OPPOSans2_En_design-Heavy", "OPPOSans2_En_design-Regular", "微软雅黑", Arial, "PingFangSC-Light", "Helvetica Neue", Helvetica, "Microsoft Yahei", "Hiragino Sans GB", tahoma, SimSun, sans-serif;
    color: #0028aa;
}

.mc1_gm_list {
    font-size: 0;
    margin-right: -145px;
}

.mc1_gm_li {
    display: inline-block;
    margin-right: 65px;
}

.mc1_gm_li p {
    color: #333;
}

.mc1_gm_txt1 {
    margin: 15px 0;
}

.mc1_gm_txtbox {
    padding-right: 0 !important;
}

@media screen and (max-width: 1600px) {
    .mc1_gm_txt1 strong {
        font-size: 40px;
    }
}

@media screen and (max-width: 1440px) {
    .mc1_gm_txt1 strong {
        font-size: 40px;
    }

    .mc1_gm_txt1 {
        margin: 10px 0;
    }

    .mc1_gm_list {
        margin-right: -50px;
    }

    .mc1_gm_li {
        margin-right: 50px;
    }
}

@media screen and (max-width: 1200px) {
    .mc1_gm_li {
        margin-right: 20px;
    }

    .mc1_gm_txt1 strong {
        font-size: 36px;
    }

}

@media screen and (max-width: 991px) {
    .mc1_gm_txt1 strong {
        font-size: 32px;
    }

    .mc1_gm_list {
        margin-right: 0;
    }

    .mc1_gm_txt1 {
        margin: 5px 0;
    }
}

@media screen and (max-width: 767px) {
    .mc1_gm_txt1 strong {
        font-size: 26px;
    }

    .mc1_gm_list {
        margin: 0 -5px;
    }

    .mc1_gm_li {
        padding: 0 5px;
        width: 33.333333%;
        margin: 0;
    }

}

/* 9.5 */
.mc_search_xl {
    position: fixed;
    left: 0;
    top: 70px;
    width: 100%;
    z-index: 99;
}

.mc_i2s1 {
    margin-top: 70px;
}


.mc_f2s1m_tip {
    font-size: 14px;
    color: #666;
}

@media screen and (max-width: 1024px) {
    .mc_i2s1 {
        margin-top: 64px;
    }
}

.mc_g1_playbtn {
    display: none !important;
}

.mc_j1_videobox {
    margin-bottom: 80px;
}


.mc_a1t_li11 .mc_a1t_xl {
    left: auto;
    right: 0;
    transform: translate(50%, 20px);
    top: 100%;
}

.mc_a1t_li11 .mc_a1t_xl::after {
    width: 100%;
    left: 0;
    top: -30px;
}

.mc_d2s3_list {
    display: none !important;
}

.mc_a1t_li11 .mc_a1t_icon {
    font-size: 3.8em;
}

.mc_logo_imgbox {
    overflow: visible !important;
}

.mc_logo_imgbox img {
    object-fit: unset;
}

/* 9.11 */
.mc_navxl_container {
    padding: 0 !important;
}

.mc_nav_xl {
    top: 69px;
    height: 50px;
    box-shadow: 0 4px 4px rgba(0, 0, 0, .07);
    overflow: hidden;
}

.mc_nav_li:hover {
    z-index: 10;
}


.yxnav_active1.mc_nav_li::before {
    opacity: 0;
    width: 60%;
}

.mc_fixed .yxnav_active1.mc_nav_li::before {
    opacity: 1;
    width: 60%;
}

.yxnav_active2.mc_subnav_li .mc_subnav_a {
    color: #b60005;
}

@keyframes mcslidedown {
    0% {
        height: 0;
    }

    100% {
        height: 50px;
    }
}

.mc_nav_nor .mc_subnav_li {
    margin: 0;
    padding: 0 30px;
}

.mc_subnav_a {
    position: relative;
    z-index: 1;
    line-height: 20px !important;
    padding: 15px 0 !important;
}

.mc_subnav_a::before {
    content: "";
    position: absolute;
    left: 50%;
    bottom: 0;
    width: 0;
    height: 4px;
    background: #b60005;
    transition: all .3s;
    transform: translateX(-50%);
}

.mc_subnav_li.yxnav_active2 .mc_subnav_a::before {
    width: 100%;
}

.mc_subnav_a:hover::before {
    width: 100%;
}

.mc_navbar.mc_fixed .mc_nav_li.yxnav_active1 .mc_nav_xl {
    transition: all .36s;
    display: block;
    animation: mcslidedown .36s forwards;
}

.mc_nav_xl.xlhide {
    opacity: 0;
}

/* 9.11 syc */

.mc_aside_navbox1 .mc_aside_li {
    /* width: calc(4em + 30px); */
    margin: 30px 0;
}

/* .mc_aside_navbox1 .mc_aside_nav::before {
    top: 20px;
    height: calc(100% - 44px);
} */

/* .mc_aside_navbox1 .mc_aside_navline{
    top: 22px;
    max-height: calc(100% - 44px);
} */

.mc_ft1_li1,
.mc_ft1_li {
    width: 25% !important;
}

.mc_ft1_li1 .mc_ft1_subli {
    width: 100%;
}

.mc_h2s1 {
    padding-top: 50px;
}

.mc_subnav_a {
    font-size: 16px;
}

/* 网站字体 */
/*@font-face {
  font-family: "inzocfont";
  src: url(../font/HWheiti.woff2) format("woff2"),
       url(../font/HWheiti.woff) format("woff"),
       url(../font/HWheiti.ttf) format("truetype"),
       url(../font/HWheiti.eot) format("embedded-opentype"),
       url(../font/HWheiti.svg) format("svg");
}

body {    
    font-family: inzocfont!important;    
}
*/



