﻿@charset "utf-8";
body {    
    font-family: "微软雅黑", Arial, "PingFangSC-Light", "Helvetica Neue", Helvetica, "Microsoft Yahei", "Hiragino Sans GB", tahoma, SimSun, sans-serif;
}
@font-face {    
    font-family: "Roboto";    src: url("../font/Roboto/Roboto.woff2") format("woff2"),        url("../font/Roboto/Roboto.woff") format("woff"),
        url("../font/Roboto/Roboto.ttf") format("truetype"),
        url("../font/Roboto/Roboto.eot") format("embedded-opentype"),
        url("../font/Roboto/Roboto.svg") format("svg");
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: "RobotoLight";
    src: url("../font/RobotoLight/RobotoLight.woff2") format("woff2"),
        url("../font/RobotoLight/RobotoLight.woff") format("woff"),
        url("../font/RobotoLight/RobotoLight.ttf") format("truetype"),
        url("../font/RobotoLight/RobotoLight.eot") format("embedded-opentype"),
        url("../font/RobotoLight/RobotoLight.svg") format("svg");
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: "RobotBold";
    src: url("../font/RobotBold/RobotBold.woff2") format("woff2"),
        url("../font/RobotBold/RobotBold.woff") format("woff"),
        url("../font/RobotBold/RobotBold.ttf") format("truetype"),
        url("../font/RobotBold/RobotBold.eot") format("embedded-opentype"),
        url("../font/RobotBold/RobotBold.svg") format("svg");
    font-weight: normal;
    font-style: normal;
}
/* 2023.10.19 */
@font-face {
    font-family: 'poppins-semibold';
    src: url('../font/Poppins-Semibold/poppins-semibold-webfont.woff2') format('woff2'),
         url('../font/Poppins-Semibold/poppins-semibold-webfont.woff') format('woff');
    font-weight: bold;
    font-style: normal;
}
/* 手机导航 */
.g_phnav1.yxnav_active1,
.g_phnav2.yxnav_active2 {
    color: #000;
}
.mc_ph_hd {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 999;
    width: 100%;
    height: 64px;
    padding-left: 15px;
    padding-right: 15px;
    background-color: #fff;
    box-shadow: 0 0 10px rgba(0, 0, 0, .1);
}
.mc_language_ph a {
    line-height: 64px;
    color: #333;
    margin-right: 15px;
}
.mc_ph_hd .mc_ph_logo a {
    line-height: 64px;
}
.mc_ph_hd .mc_ph_logo {
    width: 70px;
}
.mc_ph_menu {
    overflow: hidden;
    width: 50px;
    height: 50px;
}
.mc_ph_hd .mc_phmenubox {
    width: 50px;
    height: 50px;
    cursor: pointer;
    text-align: center;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}
.mc_ph_hd .mc_phmenubox .point {
    position: relative;
    display: inline-block;
    width: 28px;
    height: 22px;
    margin-top: 14px;
}
.mc_ph_hd .mc_phmenubox .point .nav_btn,
.mc_ph_hd .mc_phmenubox .point .nav_btn::after,
.mc_ph_hd .mc_phmenubox .point .nav_btn::before {
    display: inline-block;
    width: 28px;
    height: 1px;
    background-color: #333;
}
.mc_ph_hd .mc_phmenubox .nav_btn {
    position: absolute;
    top: 10px;
    right: 0;
    -webkit-transition: all .3s ease-out 0s;
    -moz-transition: all .3s ease-out 0s;
    -ms-transition: all .3s ease-out 0s;
    -o-transition: all .3s ease-out 0s;
    transition: all .3s ease-out 0s;
}
.mc_ph_hd .mc_phmenubox .nav_btn::after,
.mc_ph_hd .mc_phmenubox .nav_btn::before {
    content: '';
    position: absolute;
    right: 0;
    -webkit-transition: all .3s ease-out 0s;
    -moz-transition: all .3s ease-out 0s;
    -ms-transition: all .3s ease-out 0s;
    -o-transition: all .3s ease-out 0s;
    transition: all .3s ease-out 0s;
}
.mc_ph_hd .mc_phmenubox .nav_btn::after {
    top: -10px;
}
.mc_ph_hd .mc_phmenubox .nav_btn::before {
    top: 10px;
}
.mc_ph_hd .mc_phmenubox .point.active .nav_btn {
    background: transparent;
}
.mc_ph_hd .mc_phmenubox .point.active .nav_btn::after {
    top: 0;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
}
.mc_ph_hd .mc_phmenubox .point.active .nav_btn::before {
    top: 0;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
/*ph导航&下拉*/
.phxia {
    position: fixed;
    width: 100%;
    left: 50%;
    top: 64px;
    z-index: 998;
    transform: translateX(-50%);
    padding: 0 15px;
    background-color: #f1f1f1;
    max-height: calc(100vh - 64px);
    overflow: auto;
}
.xialaph {
    display: none;
    width: 100%;
    padding-top: 5px;
    padding-bottom: 18px;
    background-color: #f1f1f1;
    font-family: '微软雅黑';
}
.xialaph h4 {
    position: relative;
}
.xialaph h4::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 1px;
    opacity: .1;
    background-color: #000;
}
.xialaph h4 a {
    font-size: 14px;
    line-height: 36px;
    text-transform: uppercase;
    color: #999;
    max-width: calc(100% - 36px);
}
.xialaph h4 img {
    position: absolute;
    top: 50%;
    right: 5px;
    width: 13px;
    cursor: pointer;
    transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
}
.xialaph .ul2 {
    display: none;
    padding-top: 7px;
    padding-bottom: 8px;
}
.xialaph .ul2 .container_s {
    max-width: 100%;
    padding: 0 15px;
}
.xialaph h5 {
    position: relative;
}
.xialaph h5::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 1px;
    opacity: .05;
    background-color: #000;
}
.xialaph h5 a {
    font-family: '微软雅黑';
    font-size: 14px;
    line-height: 35px;
    text-transform: uppercase;
    color: #999;
    max-width: calc(100% - 36px);
}
.xialaph h5 img {
    position: absolute;
    top: 50%;
    right: 5px;
    width: 35px;
    padding: 11px;
    cursor: pointer;
    transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
}
.xialaph h4.active img.img_s,
.xialaph h5.active img.img_s {
    display: none;
}
.xialaph h4.active img.img_d,
.xialaph h5.active img.img_d {
    display: block;
}
.xialaph .ul3 {
    display: none;
}
.xialaph h6 a {
    font-family: '微软雅黑';
    font-size: 12px;
    line-height: 40px;
    text-transform: uppercase;
    color: #999;
}
.header2 {
    position: fixed;
    top: 0;
    left: 50%;
    z-index: 999;
    width: 100%;
    height: 64px;
    padding-left: 15px;
    padding-right: 15px;
    background-color: #ffffff;
    transform: translateX(-50%);
}
.header2 .logo {
    width: 80px;
    line-height: 64px;
}
.header2 .logo img {
    width: 100%;
}
.header2 .phsearch {
    position: absolute;
    top: 50%;
    right: 70px;
    width: 25px;
    cursor: pointer;
    transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
}
.header2 .wj_hin_right {
    padding-top: 25px;
}
.header2 .phsearch img {
    width: 100%;
}
.ph_mea_cl {
    overflow: hidden;
    width: 50px;
    height: 100%;
}
.header2 .menuph {
    width: 50px;
    height: 50px;
    cursor: pointer;
    text-align: center;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}
.header2 .menuph .point {
    position: relative;
    display: inline-block;
    width: 28px;
    height: 22px;
    margin-top: 14px;
}
.header2 .menuph .point .navbtn,
.header2 .menuph .point .navbtn::after,
.header2 .menuph .point .navbtn::before {
    width: 28px;
}
.header2 .menuph .navbtn {
    position: absolute;
    top: 10px;
    right: 0;
    display: inline-block;
    width: 28px;
    height: 1px;
    -webkit-transition: all .3s ease-out 0s;
    -moz-transition: all .3s ease-out 0s;
    -ms-transition: all .3s ease-out 0s;
    -o-transition: all .3s ease-out 0s;
    transition: all .3s ease-out 0s;
    background: #666;
}
.header2 .menuph .navbtn::after,
.header2 .menuph .navbtn::before {
    position: absolute;
    right: 0;
    display: inline-block;
    width: 28px;
    height: 1px;
    content: '';
    -webkit-transition: all .3s ease-out 0s;
    -moz-transition: all .3s ease-out 0s;
    -ms-transition: all .3s ease-out 0s;
    -o-transition: all .3s ease-out 0s;
    transition: all .3s ease-out 0s;
    background: #666;
}
.header2 .menuph .navbtn::after {
    top: -10px;
}
.header2 .menuph .navbtn::before {
    top: 10px;
}
.header2 .menuph .point.active .navbtn {
    background: transparent;
}
.header2 .menuph .point.active .navbtn::after {
    top: 0;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
}
.header2 .menuph .point.active .navbtn::before {
    top: 0;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
.ph_search {
    width: 100%;
    overflow: hidden;
    padding: 0 15px;
    padding-left: 15px;
}
.ph_search_ph {
    width: 100%;
    height: 35px;
    border: 1px solid rgba(0, 0, 0, .1);
    margin-top: 18px;
    float: left;
    border-radius: 17.5px;
    position: relative;
}
.ph_search_ph input {
    width: 100%;
    height: 100%;
    text-indent: 20px;
    color: #333333;
}
.ph_search_ph input::-webkit-input-placeholder {
    color: #999999;
}
.ph_search_ph button {
    width: 40px;
    height: 100%;
    color: #ffffff;
    line-height: 35px;
    text-align: center;
    font-size: 20px;
    font-family: "微软雅黑";
    float: right;
    position: absolute;
    top: 0;
    right: 0;
}
.ph_search button .icon-sousuo {
    font-size: 27px;
    color: #999999;
}
.wj_header_i_nav {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 80px;
    z-index: 10;
}
/*电话*/
.ph_dh_number {
    width: 100%;
    text-align: center;
    margin-top: 18px;
}
.ph_dh_number .ph_dh_n {
    display: inline-block;
    overflow: hidden;
}
.ph_dh_number .ph_dh_n p {
    float: left;
    font-size: 18px;
    color: #666;
}
.ph_dh_number .ph_dh_n .ph_dh_n_p1 {
    margin-right: 15px;
}
.wj_hin_r_en {
    color: #666;
}
.ph_searchfe {
    position: absolute;
    top: 50%;
    right: 15px;
    transform: translateY(-50%);
    width: 16px;
}
.ph_searchfe img {
    width: 100%;
}
/* .yxnav_active1 a {
    display: block;
} */
/* *************************************************************** */
/* 分页 */
.mc_fybtn {
    padding: 0 15px;
}
.mc_pcfy a {
    float: left;
}
.mc_fybtn a {
    font-family: "微软雅黑";
    font-size: 14px;
    color: #333;
}
.mc_fybtn {
    font-family: "微软雅黑";
    font-size: 14px;
    color: #333;
}
.mc_phfy .rp {
    float: right;
}
.mc_phfy .lp {
    float: left;
}
.mc_phfy {
    display: none;
}
.pc_fenye {
    position: relative;
    left: 50%;
    transform: translateX(-50%);
    display: inline-block;
    text-align: center;
}
.pc_fenye li {
    float: left;
    width: 30px;
    height: 30px;
    border: 1px solid transparent;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
    line-height: 30px;
    color: #333333;
    text-align: center;
    margin: 0px 10px;
    border-radius: 50%;
    transition: .3s;
}
.pc_fenye li.activepage {
    color: #fff;
    background-color: #e60011;
}
.w_fenyeph {
    display: none;
}
.pc_fenye li.clolr {
    color: #e60011;
}
/* *************************************************************** */
/* pc导航 */
.mc_pc_hd {
    position: relative;
    width: 100%;
}
.mc_navbar {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 100;
    width: 100%;
    padding: 20px 0;
    transition: all .36s;
}
.mc_container_hd {
    padding-left: 90px;
    padding-right: 45px;
}
.mc_logo a,
.mc_nav_a,
.mc_language .mc_language_box {
    display: block;
    width: 100%;
    height: 100%;
    line-height: 70px;
    color: #333;
}
.mc_navbar_l,
.mc_navbar_r {
    height: 100%;
}
.mc_navbar_l>div,
.mc_navbar_r>div {
    height: 100%;
    float: left;
}
/* logo */
.mc_logo {
    width: 95px;
}
.mc_logo_fixed {
    display: none;
}
/* nav */
.mc_nav_li {
    float: left;
    padding: 0 25px;
}
.mc_nav_a {
    position: relative;
    font-size: 16px;
    color: #fff;
}
/* .mc_nav_a::before {
    content: "";
    position: absolute;
    left: 50%;
    bottom: 0;
    transform: translateX(-50%);
    width: 0;
    height: 1px;
    background: #fff;
    transition: all .36s;
} */
.mc_nav {
    position: relative;
}
.mc_nav_line {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 0;
    height: 2px;
    background: #fff;
    transition: all .4s ease-out;
    transform: translateX(25px);
}
/* search */
.mc_search {
    margin-left: 30px;
}
.mc_search_btn {
    line-height: 70px;
    cursor: pointer;
}
.mc_icon_search {
    width: 20px;
    height: 20px;
    background: url(../images/xtb_search.png) center / cover no-repeat;
}
.mc_search_modal .mc_modal_content {
    width: 725px;
}
.mc_search_modal .mc_msc_box {
    width: 100%;
    height: 45px;
    border-bottom: 1px solid #fff;
}
.mc_search_modal {
    background: rgba(0, 0, 0, .8);
}
.mc_search_modal .mc_modal_close {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 50px;
    color: #fff;
}
.mc_msc_input {
    width: calc(100% - 80px);
    height: 100%;
    font-size: 20px;
    color: #f5f5f5;
}
.mc_msc_submit {
    width: 75px;
    height: 100%;
    font-size: 24px;
    color: #fff;
}
.mc_language {
    margin-left: 50px;
}
.mc_search_modal .mc_modal_content {
    background: none;
}
.mc_language_box a {
    font-size: 14px;
    line-height: 28px;
    color: #fff;
    border: 1px solid #fff;
    padding: 0 20px;
    border-radius: 20px;
    opacity: .7;
}
/* 页脚 */
.mc_cnzz span {
    display: inline-block;
    transform: translateY(-1px);
    font-size: inherit;
    line-height: inherit;
    color: inherit;
}
.mc_cnzz a {
    display: block;
    width: 50px;
    height: 12px;
}
.mc_cnzz img {
    width: 100%;
}
.mc_ft_copyright p {
    display: inline-block;
}
.mc_ft_copyright p a,
.mc_ft_copyright p span {
    display: inline-block;
    font-size: inherit;
    line-height: inherit;
    color: inherit;
    margin: 0 5px;
}
.mc_nav_li.yxnav_active1 .mc_nav_a::before {
    width: 100%;
}
.mc_fixed.mc_navbar {
    background: #fff;
    padding: 0;
    box-shadow: 0 0 10px rgba(0, 0, 0, .1);
}
.mc_fixed .mc_logo_def {
    display: none;
}
.mc_fixed .mc_logo_fixed {
    display: inline-block;
}
.mc_fixed .mc_nav_a {
    color: #333;
}
.mc_fixed .mc_icon_search {
    background: url(../images/xtb_search_c.png) center / cover no-repeat;
}
.mc_fixed .mc_language_box a {
    background: #00479d;
    border-color: #00479d;
    opacity: 1;
}
.mc_fixed .mc_nav_a::before {
    background: #e60011;
}
.mc_fixed .mc_nav_line {
    background: #e60011;
}
/* *************************************************************** */
/* banner */
.mc_banner {
    width: 100%;
    position: relative;
}
.mc_ban_li {
    position: relative;
    overflow: hidden;
}
.mc_ban_imgbox {
    position: relative;
    z-index: 1;
}
.mc_ban_imgbox a {
    display: block;
}
.mc_ban_pc,
.mc_ban_ph {
    position: relative;
    overflow: hidden;
}
.mc_ban_ph {
    display: none;
}
.mc_ban_img {
    position: relative;
    z-index: 1;
}
.mc_ban_video {
    position: absolute;
    left: 50%;
    top: 50%;
    width: auto;
    height: auto;
    min-width: 100%;
    min-height: 100%;
    z-index: 2;
    transform: translate(-50%, -50%);
    object-fit: fill;
}
/* .mc_ban_imgbox::before {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 3;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .3);
} */
.mc_ban_titlebox {
    color: #fff;
}
.mc_ban_li:not(:first-child) {
    display: none;
}
.mc_ban_li .mc_container {
    z-index: 2;
}
.mc_ban_ph .mc_ban_img {
    width: 100%;
    height: auto;
}
.mc_ban_modal {
    z-index: 2;
    background: url(../images/banmodal_index.png) center / cover no-repeat;
}
.mc_cont1200 {
    width: 1200px;
    margin: 0 auto;
}
.mc_banner_cotainer {
    top: 56%;
    z-index: 5;
}
/** 全屏等比缩小banner */
/* banner高度 */
.mc_banner_full .mc_ban_pc {
    height: 100vh;
}
.mc_banner_full .mc_ban_pc .mc_ban_img {
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    /* min-height: 100%; */
    /* transform: translate(-50%, -50%); */
}
/** 全屏截取banner */
/* banner高度 */
.mc_banner_fullcut .mc_ban_pc {
    height: 100vh;
}
.mc_banner_fullcut .mc_ban_pc img {
    left: 50%;
    top: 50%;
    width: auto;
    height: auto;
    min-width: 100%;
    min-height: 100%;
    max-width: none;
    transform: translate(-50%, -50%);
}
/** 正常等比缩放 */
.mc_banner_default .mc_ban_pc img {
    width: 100%;
    height: auto;
}
.mc_banner_cotainer {
    color: #fff;
}
.mc_banner_cotainer p {
    font-size: 20px;
    line-height: 30px;
    color: #fff;
    font-family: "Roboto", "微软雅黑", Arial, "PingFangSC-Light", "Helvetica Neue", Helvetica, "Microsoft Yahei", "Hiragino Sans GB", tahoma, SimSun, sans-serif;
}
.mc_banner_cotainer .mc_ban_title1 {
    color: #fefefe;
}
.mc_ban_title2 {
    font-size: 50px;
    line-height: 60px;
    font-weight: bold;
    margin: 20px 0 25px;
}
.mc_more_btn {
    padding: 0 60px;
    line-height: 48px;
    text-align: center;
    font-size: 16px;
    border: 1px solid #fff;
    color: #fff;
    border-radius: 25px;
}
.mc_ban_more {
    margin-top: 91px;
}
.mc_ban_videobtn {
    position: absolute;
    left: 37%;
    top: 67%;
    z-index: 10;
    width: 73px;
    cursor: pointer;
}
.mc_videom_content {
    width: 1200px;
}
.mc_ban_slick .slick-dots li {
    width: 6px;
    height: 6px;
    background: #c3c0c1;
    margin: 0 5px;
    border-radius: 6px;
}
.mc_ban_slick .slick-dots li.slick-active {
    width: 36px;
}
.mc_ft {
    background: #2d3035;
}
.mc_ft1 {
    padding: 50px 0 30px;
    border-bottom: 1px solid #42454a;
}
.mc_ft_logo {
    width: 105px;
    margin-bottom: 28px;
}
.mc_ft_address p {
    font-size: 14px;
    line-height: 2;
    color: #fff;
    max-width: 230px;
}
.mc_ft_address .mc_ft_dd {
    color: rgba(255, 255, 255, .5);
}
.mc_ft_address {
    margin-bottom: 30px;
}
.mc_ft_tel {
    display: inline-block;
    font-size: 16px;
    line-height: 28px;
    color: #fff;
    margin-right: 30px;
}
.mc_ft_contact img {
    width: 24px;
    margin-right: 15px;
}
.mc_ft1_l {
    width: 430px;
}
.mc_ft1_m {
    padding-top: 35px;
    width: 355px;
}
.mc_ft1_r {
    padding-top: 35px;
    width: calc(100% - 785px);
}
.mc_ft_qrbox {
    width: 100px;
    text-align: center;
    margin-right: 50px;
}
.mc_ft_qrbox p {
    font-size: 14px;
    line-height: 20px;
    margin-top: 10px;
    color: rgba(255, 255, 255, .7);
}
.mc_ft_nav {
    margin: 0 -40px;
}
.mc_ft_nav p {
    float: left;
    font-size: 14px;
    line-height: 20px;
    color: rgba(255, 255, 255, .7);
    width: 33.333333%;
    padding: 0 40px;
    margin-bottom: 30px;
}
.mc_ft_nav p a {
    position: relative;
    font-size: inherit;
    line-height: inherit;
    color: inherit;
}
.mc_ft_nav p a::before {
    content: ">";
    margin-right: 10px;
    color: #e60011;
    font-size: inherit;
    line-height: inherit;
    font-family: cursive;
    font-weight: bold;
}
.mc_ft_hrefbox {
    text-align: right;
}
.mc_ft_href {
    display: inline-block;
    margin-left: 25px;
}
.mc_ft_hrefbtn {
    width: 54px;
    height: 54px;
    line-height: 54px;
    text-align: center;
    background: #393c41;
    border-radius: 50%;
}
.mc_ft_copyright p {
    font-size: 14px;
    line-height: 18px;
    color: rgba(255, 255, 255, .3);
}
.mc_pby {
    color: rgba(255, 255, 255, .1) !important;
    margin-left: 30px !important;
}
.mc_ft2 {
    padding: 25px 0;
}
.mc_aside_li {
    position: relative;
    width: 75px;
    height: 64px;
}
.mc_asidebox {
    position: fixed;
    right: 0;
    top: 50%;
    z-index: 99;
    transform: translateY(-50%);
}
.mc_aside_xtb {
    width: 30px;
}
.mc_aside_li1 {
    background: #00479d;
}
.mc_aside_li2 {
    background: #0055bc;
}
.mc_aside_li3 {
    background: #0064dd;
}
.mc_aside_li4 {
    background: #fff;
}
.mc_aside_zk {
    display: block;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 5;
    height: 100%;
    font-size: 16px;
    line-height: 64px;
    font-weight: bold;
    color: #fff;
    background: inherit;
    padding: 0 25px;
    white-space: nowrap;
    transform: translateX(100%);
    transition: all .6s;
}
.mc_aside_zk img {
    display: inline;
}
.mc_aside_zk span {
    white-space: nowrap;
}
.mc_aside_zk .mc_icon {
    width: 30px;
    height: 30px;
    margin-right: 10px;
}
.mc_icon_tel {
    background: url(../images/aside_xtb2.png) center / cover no-repeat;
}
.mc_icon_zx {
    background: url(../images/aside_xtb3.png) center / cover no-repeat;
}
.mc_aside_li4 {
    cursor: pointer;
}
.mc_aside_nav {
    transform: translateX(100%);
    transition: all .4s;
}
.mc_asidebox.mc_show .mc_aside_nav {
    transform: translateX(0);
}
.mc_aside_li4 {
    box-shadow: 0 0 15px rgba(0, 0, 0, .06);
}
.mc_aside_zk1 {
    position: absolute;
    right: 0;
    top: 0;
    transform: translateX(100%);
    z-index: -1;
    background: inherit;
    padding: 30px 35px;
    opacity: 0;
    pointer-events: none;
    transition: all .6s;
}
.mc_aside_qrimgbox {
    width: 90px;
    padding: 10px;
    background: url(../images/qr_border.png) center / cover no-repeat;
}
.mc_aside_qrbox p {
    font-size: 14px;
    font-weight: bold;
    color: #fff;
    text-align: center;
    line-height: 20px;
    margin-top: 14px;
}
.mc_aside_qrbox:not(:last-child) {
    margin-bottom: 25px;
}
.mc_a1s1 {
    padding: 60px 0 20px;
}
.mc_titlebox {
    text-align: center;
}
.mc_subtitle {
    display: block;
    font-size: 14px;
    line-height: 20px;
    color: #e60011;
    font-family: "RobotBold", "微软雅黑", Arial, "PingFangSC-Light", "Helvetica Neue", Helvetica, "Microsoft Yahei", "Hiragino Sans GB", tahoma, SimSun, sans-serif;
    margin-bottom: 10px;
}
.mc_title {
    display: block;
    font-size: 34px;
    line-height: 40px;
    font-weight: bold;
    color: #333;
}
.mc_titlebox_mb {
    margin-bottom: 10px;
}
.mc_txt1632 p {
    font-size: 16px;
    line-height: 2;
    color: #999999;
}
.mc_a1s1_txt {
    text-align: center;
}
.mc_a1s1_hd {
    margin-bottom: 32px;
}
.mc_a1s1_l {
    width: 30%;
}
.mc_a1s1_r {
    width: 68.5%;
}
.mc_a1s1_rt {
    margin-bottom: 2.22%;
}
.mc_a1s1rb_li {
    float: left;
    width: 50%;
    padding: 0 1.1%;
}
.mc_a1s1_rb {
    margin: 0 -1.1%;
}
.mc_a1s1_imgbox::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    z-index: 5;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .2);
}
.mc_a1s1_lisbox {
    position: relative;
    display: block;
}
.mc_a1s1li_txtbox {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 10;
    width: 100%;
    height: 100%;
    padding: 40px 45px;
    overflow: hidden;
    color: #fff;
    text-align: left;
}
.mc_a1s1li_title {
    position: relative;
    font-size: 24px;
    font-weight: bold;
    color: #fff;
    padding-bottom: 18px;
    margin-bottom: 12px;
}
.mc_a1s1li_title a {
    font-size: inherit;
    line-height: inherit;
    color: inherit;
}
.mc_a1s1li_title::before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 30px;
    height: 2px;
    background: #fff;
}
.mc_a1s1li_txt p {
    color: #fff;
}
.mc_a1s1li_txt p a {
    font-size: inherit;
    line-height: inherit;
    color: inherit;
}
.mc_a1s1_li:not(:first-child) {
    display: none;
}
.mc_a1s1_list .slick-dots li {
    width: 6px;
    height: 6px;
    margin: 0 5px;
    background: #fff;
}
.mc_a1s1_list .slick-dots li.slick-active {
    background: #e60011;
}
.mc_a1s1_list .slick-dots {
    bottom: 15px;
    text-align: right;
    transform: translate(-35px);
}
.mc_a1s1rbr_li:not(:first-child) {
    display: none;
}
.mc_a1s2 {
    position: relative;
    z-index: 1;
    background: #f3f8ff;
    padding: 180px 0 60px;
}
.mc_a1s2_bg {
    opacity: .06;
}
.mc_a1s2_bgbox::before {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 2;
    width: 100%;
    height: 120px;
    background: url(../images/a1s2_modal.png) center / cover no-repeat;
}
.mc_a1s2_hd {
    margin-bottom: 40px;
}
.mc_a1s2_li {
    float: left;
    width: 50%;
    padding: 0 38px;
}
.mc_a1s2_list {
    margin: 0 -38px;
    padding-bottom: 50px;
}
.mc_a1s2_li:not(:first-child) {
    display: none;
}
.mc_a1s2_imgbox::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    z-index: 4;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .06);
}
.mc_a1s2_imgbox::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 64%;
    z-index: 5;
    background: linear-gradient(0deg, rgba(230, 0, 17, .2), rgba(230, 0, 17, 0));
}
.mc_a1s2_title {
    display: block;
    font-size: 24px;
    line-height: 32px;
    font-weight: bold;
    color: #333;
}
.mc_a1s2_subtitle {
    display: block;
    font-size: 14px;
    line-height: 32px;
    color: #333;
}
.mc_a1s2_txtbox {
    padding-top: 28px;
}
.mc_a1s2_titlebox {
    padding-bottom: 10px;
    position: relative;
    margin-bottom: 14px;
}
.mc_a1s2_titlebox::before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 20px;
    height: 2px;
    background: #ea7b84;
}
.mc_a1s2_txt p {
    color: #666666;
}
.mc_a1s2_lisbox {
    display: block;
    transition: all .36s;
}
.mc_list_imgbox img {
    transition: all .36s;
}
.mc_a1s2_list .slick-dots {
    bottom: 0;
}
.mc_a1s2_list .slick-dots li {
    width: 6px;
    height: 6px;
    background: #e84957;
    margin: 0 5px;
    border-radius: 6px;
}
.mc_a1s2_list .slick-dots li.slick-active {
    width: 36px;
}
.mc_a1s2_list .slick-list {
    overflow: visible;
}
.mc_a1s2_li:not(.slick-active) .mc_a1s2_lisbox {
    opacity: .2;
}
.mc_a1s3_container {
    width: 50%;
}
.mc_a1s3 {
    position: relative;
    z-index: 1;
    padding: 80px 0;
}
.mc_a1s3_bgbox {
    position: absolute;
    right: 0;
    top: 0;
    z-index: -1;
    width: 50%;
    height: 100%;
}
.mc_a1s3_list {
    padding-right: 70px;
}
.mc_a1s3_li {
    width: 275px;
    max-width: 100%;
    margin-bottom: 20px;
}
.mc_a1s3_li:nth-child(even) {
    float: right;
}
.mc_a1s3_lisbox {
    display: block;
}
.mc_a1s3_xtbbox {
    width: 70px;
}
.mc_a1s3_txtbox {
    width: calc(100% - 70px);
    padding-left: 20px;
}
.mc_a1s3_hd {
    margin-bottom: 50px;
}
.mc_a1s3_title {
    font-size: 16px;
    color: #333333;
    font-weight: bold;
    margin-bottom: 8px;
}
.mc_txt1424 p {
    font-size: 14px;
    line-height: 28px;
    color: #999;
}
.mc_a1s4 {
    position: relative;
    z-index: 1;
    padding: 80px 0;
    background: #f2f6fd;
}
.mc_a1s4_container {
    width: 47%;
    padding-right: 85px;
}
.mc_a1s4_imgbox {
    width: 53%;
    position: relative;
    padding-bottom: 6%;
}
.mc_a1s4_imgbox1 {
    width: 86%;
    float: right;
}
.mc_a1s4_imgbox2 {
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 5;
    width: 36%;
}
.mc_a1s4_hd {
    margin-bottom: 20px;
}
.mc_a1s4_txt p {
    color: #666;
}
.mc_a1s4_txt {
    margin-bottom: 100px;
}
.mc_morered_btn {
    position: relative;
    z-index: 1;
    padding: 0 65px;
    line-height: 50px;
    font-size: 16px;
    text-align: center;
    color: #ffffff;
    background: #e60011;
    border-radius: 25px;
    overflow: hidden;
}
.mc_morered_btn::before {
    content: "";
    position: absolute;
    left: 0%;
    top: 0;
    z-index: -1;
    width: 0%;
    height: 100%;
    border-radius: 25px;
    background: #00479d;
    transition: all .36s;
}
.mc_a1s4_imgbox1::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    z-index: 5;
    width: 100%;
    height: 100%;
    background: rgba(0, 71, 157, .1);
}
.mc_a1s4_bgbox {
    position: absolute;
    left: calc(50vw - 820px);
    bottom: 0;
    width: 1064px;
}
.mc_a1s3_hd .mc_titlebox,
.mc_a1s4_hd .mc_titlebox {
    text-align: left;
}
.mc_a1s5 {
    padding: 60px 0;
}
.mc_a1s5_hd {
    margin-bottom: 30px;
}
.mc_a1s5t_list {
    margin: 0 -10px;
    margin-bottom: 45px;
}
.mc_a1s5t_li {
    float: left;
    width: 50%;
    padding: 0 10px;
}
.mc_a1s5t_lisbox {
    display: block;
    position: relative;
}
.mc_a1s5t_txtbox {
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 5;
    width: 100%;
    padding: 0 25px 18px;
    color: #fff;
}
.mc_a1s5t_txt p {
    height: 32px;
    color: #fff;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.mc_a1s5t_date {
    font-size: 14px;
    margin-bottom: 6px;
}
.mc_a1s5t_imgbox::before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 3;
    width: 100%;
    height: 90%;
    background: linear-gradient(0deg, rgba(0, 71, 157, .5), rgba(0, 71, 157, 0) 80%);
}
.mc_a1s5b_lisbox {
    display: block;
    padding: 16px 45px;
}
.mc_icon_more {
    width: 12px;
    height: 12px;
    background: url(../images/xtb_more.png) center / cover no-repeat;
}
.mc_a1s5b_txt {
    width: calc(80% - 35px);
    font-size: 16px;
    line-height: 32px;
    color: #666666;
    transition: all .36s;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    padding-right: 30px;
}
.mc_a1s5b_date {
    width: 20%;
    font-size: 14px;
    line-height: 32px;
    font-weight: bold;
    color: #999999;
    transition: all .36s;
}
.mc_a1s5b_li {
    border-bottom: 1px solid #f1f1f1;
}
.mc_a1s5b_xtb {
    width: 32px;
    height: 32px;
    line-height: 30px;
    text-align: center;
    border: 1px solid #dedede;
    border-radius: 50%;
    transition: all .36s;
}
.mc_a1s5b_fg {
    margin: 0 10px;
}
.mc_nav_xlbox {
    width: 585px;
    display: table;
    table-layout: fixed;
}
.mc_nav_xlbox>div {
    display: table-cell;
    padding: 50px 50px 70px;
}
.mc_navxl_l {
    width: 235px;
    min-height: 210px;
    background: #f2f2f3;
}
.mc_navxl_r {
    position: relative;
    width: 345px;
    background: #fff;
}
.mc_nav_li {
    position: relative;
}
.mc_nav_xl {
    position: absolute;
    left: -155%;
    top: 100%;
    box-shadow: 0 5px 5px rgba(0, 0, 0, .1);
}
.mc_navxl_title {
    display: block;
    font-size: 22px;
    line-height: 1.5;
    font-weight: bold;
    color: #333333;
    margin-bottom: 5px;
}
.mc_navxl_subtitle {
    display: block;
    font-size: 14px;
    line-height: 1.5;
    color: #999999;
}
.mc_navxl_titlebox {
    position: relative;
    padding-bottom: 15px;
    z-index: 1;
}
.mc_navxl_titlebox::before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 20px;
    height: 2px;
    background: #e60011;
}
.mc_navxl_r {
    position: relative;
    z-index: 1;
}
.mc_navxl_bg {
    position: absolute;
    right: 15px;
    bottom: 12px;
    z-index: -1;
}
.mc_subnav_li {
    float: left;
    width: 50%;
    padding-right: 15px;
    margin-bottom: 32px;
}
.mc_subnav_a {
    display: block;
    position: relative;
    font-size: 16px;
    line-height: 24px;
    color: #666666;
}
.mc_subnav_a::before {
    font-family: cursive;
    font-weight: bold;
    content: ">";
    font-size: inherit;
    line-height: inherit;
    color: #e60011;
    margin-right: 10px;
}
.mc_nav_xl {
    display: none;
}
.mc_inban .mc_ban_pc::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    z-index: 5;
    width: 100%;
    height: 55%;
    background: linear-gradient(180deg, rgba(37, 29, 29, .3), rgba(0, 0, 0, 0));
}
.mc_inban .mc_ban_pc::after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    z-index: 4;
    width: 100%;
    height: 100%;
    background: url(../images/inban_modal.png) center / cover no-repeat;
}
.mc_inban_container {
    z-index: 6;
    top: 60%;
}
.mc_inban_title {
    display: block;
    font-size: 42px;
    line-height: 1.5;
    font-weight: bold;
    color: #fefefe;
    margin-bottom: 5px;
}
.mc_inban_subtitle {
    font-family: "Roboto", "微软雅黑", Arial, "PingFangSC-Light", "Helvetica Neue", Helvetica, "Microsoft Yahei", "Hiragino Sans GB", tahoma, SimSun, sans-serif;
    display: block;
    font-size: 20px;
    line-height: 1.5;
    color: rgba(254, 254, 254, .5);
}
.mc_inban_mbx {
    bottom: 20px;
    z-index: 10;
}
.mc_mbx_a img {
    width: 16px;
    margin-right: 5px;
    margin-top: -3px;
}
.mc_mbx_a {
    font-size: 14px;
    color: #fff;
    opacity: .7;
}
.mc_mbx_li:not(:last-child)::after {
    content: ">";
    font-size: 14px;
    color: #fff;
    opacity: .7;
    margin: 0 8px;
}
.mc_mbx_li {
    float: left;
}
.mc_inner_navbox {
    text-align: center;
    padding: 0 20px;
    border-bottom: 1px solid #d3d3d3;
    margin-bottom: 48px;
}
.mc_inner_nav {
    position: relative;
    z-index: 1;
    display: inline-block;
    padding: 20px 0 28px;
}
.mc_inner_li {
    position: relative;
    float: left;
}
.mc_inner_li:not(:nth-last-of-type(1))::after {
    content: "";
    position: absolute;
    right: 0;
    top: 50%;
    width: 3px;
    height: 3px;
    border-radius: 50%;
    background: #333333;
}
.mc_inner_a {
    padding: 0 50px;
    font-size: 20px;
    color: #333333;
}
.mc_innav_line::after {
    display: none;
}
.mc_innav_line {
    display: block;
    position: absolute;
    bottom: 0;
    width: 0;
    transition: all .36s;
    transform: translateY(11px);
}
.mc_innav_line span {
    display: block;
    width: 90px;
    height: 17px;
    margin: 0 auto;
    background: url(../images/innav_line.png) center / cover no-repeat;
    transition: all .36s;
}
.mc_inner_li.on .mc_inner_a {
    color: #e60011;
}
.mc_b1t_box1 {
    position: relative;
    border-top: 2px solid #eeeeee;
    padding-bottom: 2px;
}
.mc_b1t_box1::before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: calc(75% - 5px);
    height: 2px;
    background: #e60011;
}
.mc_b1t_box1::after {
    content: "";
    position: absolute;
    right: 0;
    bottom: 0;
    width: 25%;
    height: 2px;
    background: #00479d;
}
.mc_b1t1_imgbox {
    width: calc(100% - 465px);
}
.mc_b1t1_txtbox {
    width: 465px;
    padding: 65px 55px;
}
.mc_b1t1_hd{
    margin-bottom: 0 !important;
}
.mc_b1t1_hd .mc_titlebox {
    text-align: left;
    margin-bottom: 20px;
}
.mc_b1t_box1 {
    margin-bottom: 60px;
}
.mc_b1t2_li {
    float: left;
    width: 33.333333%;
    padding: 0 15px;
}
.mc_b1t2_list {
    margin: 0 -15px;
}
.mc_b1t2_li:not(:first-child) {
    display: none;
}
.mc_b1_top {
    padding-bottom: 60px;
}
.mc_b1t2_list .slick-arrow {
    width: 50px;
    height: 50px;
    background: #fff;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.06);
    z-index: 5;
    border-radius: 50%;
}
.mc_b1t2_list .slick-prev {
    left: -90px;
}
.mc_b1t2_list .slick-next {
    right: -90px;
}
.mc_b1t2_list .slick-prev::before {
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 18px;
    height: 18px;
    background: url(../images/arr_prev.png) center / cover no-repeat;
}
.mc_b1t2_list .slick-next::before {
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 18px;
    height: 18px;
    background: url(../images/arr_next.png) center / cover no-repeat;
}
.mc_b1b_nav {
    margin: 0 -8px;
    padding-bottom: 15px;
}
.mc_b1bnav_li {
    float: left;
    padding: 0 8px;
    min-width: 16.666666%;
    margin-bottom: 16px;
}
.mc_b1bnav_a {
    display: block;
    padding: 0 25px;
    font-size: 16px;
    line-height: 50px;
    color: #666;
    background: #eee;
    border-radius: 25px;
    text-align: center;
}
.mc_b1bnav_li.on .mc_b1bnav_a {
    color: #fff;
    background: #e60011;
}
.mc_b1bsubnav_a {
    position: relative;
    padding: 12px 0;
    font-size: 16px;
    font-weight: bold;
    color: #666666;
}
.mc_b1bsubnav_li {
    float: left;
    margin-right: 60px;
    margin-bottom: 20px;
}
.mc_b1bsubnav_a::before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 0;
    height: 2px;
    background: #e60011;
    transition: all .36s;
}
.mc_b1bsubnav_li.on .mc_b1bsubnav_a {
    color: #e60011;
}
.mc_b1bsubnav_li.on .mc_b1bsubnav_a::before {
    width: 100%;
}
.mc_b1b_txt {
    margin-bottom: 45px;
}
.mc_b1b_list {
    margin: 0 -12px;
}
.mc_b1b_li {
    float: left;
    width: 25%;
    padding: 0 12px;
    margin-bottom: 24px;
}
.mc_b1b_lisbox {
    display: block;
    padding: 30px 40px 45px;
    background: #f8f8f8;
}
.mc_b1b_name,
.mc_b1b_type {
    font-size: 18px;
    line-height: 36px;
    height: 36px;
    font-weight: bold;
    overflow: hidden;
    color: #333;
    transition: all .36s;
}
.mc_b1bli_txt {
    margin: 15px 0 24px;
    height: 112px;
    overflow: hidden;
}
.mc_b1bli_txt p {
    font-size: 16px;
    line-height: 28px;
    color: #666666;
    transition: all .36s;
}
.mc_txt_dian p {
    position: relative;
    padding-left: 1em;
}
.mc_txt_dian p::before {
    content: "●";
    position: absolute;
    left: 0;
    top: 0;
    font-size: .5em;
    line-height: inherit;
    color: #e60011;
}
.mc_more_xtb {
    width: 28px;
    height: 28px;
    background: #e60011;
    border-radius: 50%;
    line-height: 28px;
    text-align: center;
    transition: all .36s;
}
.mc_more_xtb .mc_icon_more {
    background: url(../images/xtb_more_w.png) center / cover no-repeat;
    margin-top: -2px;
}
.mc_more_txt {
    color: #e60011;
    line-height: 28px;
    margin-left: 14px;
    transition: all .36s;
}
.mc_b1b_list {
    padding-bottom: 12px;
}
.mc_b1_bot {
    padding-bottom: 60px;
}
.mc_b2_top {
    padding: 60px 0 48px;
}
.mc_b2t_imgbox {
    width: 350px;
    border: 1px solid #ededed;
}
.mc_b2t_txtbox {
    width: calc(100% - 350px);
}
.mc_b2t_txt p {
    color: #666;
}
.mc_b2t_title {
    position: relative;
    font-size: 30px;
    font-weight: bold;
    line-height: 40px;
    color: #333333;
    padding-bottom: 25px;
    margin-bottom: 35px;
}
.mc_b2t_title::before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 86px;
    height: 2px;
    background: #e60011;
}
.mc_b2t_txtbox {
    padding: 30px 35px 0 70px;
}
.mc_b2t_txt {
    min-height: 160px;
    margin-bottom: 30px;
}
.mc_b2t_shopbox {
    margin-right: 10px;
}
.mc_icon_1688 {
    width: 25px;
    height: 25px;
    background: url(../images/xtb_1688_c.png) center / cover no-repeat;
    margin-right: 12px;
}
.mc_icon_tb {
    width: 25px;
    height: 25px;
    background: url(../images/xtb_tb_c.png) center / cover no-repeat;
    margin-right: 12px;
}
.mc_b2t_shopbtn {
    display: block;
    padding: 0 30px;
    line-height: 48px;
    border: 1px solid #eee;
    border-radius: 25px;
    font-size: 14px;
    color: #666666;
    background: #fff;
}
.mc_b2_tab .mc_tab_hd {
    background: #eeeeee;
}
.mc_b2_tab .mc_tabhd_li {
    width: 25%;
    font-size: 16px;
    line-height: 30px;
    padding: 15px 0;
    color: #666666;
    text-align: center;
    transition: all .36s;
}
.mc_b2_tab .mc_tabhd_li.on {
    background: #00479d;
    color: #fff;
}
.mc_b2_tab .mc_tabbd_lisbox {
    padding: 40px 0 60px;
}
.mc_b2td_title {
    position: relative;
    font-size: 18px;
    font-weight: bold;
    color: #333333;
    padding-left: 1em;
    margin-bottom: 12px;
}
.mc_b2td_title::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 2px;
    height: 100%;
    background: #e60011;
}
.mc_b2td_txt p {
    position: relative;
    padding-left: .6em;
    color: #666;
}
.mc_b2td_txt p::before {
    position: absolute;
    left: 0;
    top: 0;
    content: "·";
    font-size: inherit;
    line-height: inherit;
    color: inherit;
}
.mc_b2ly_list {
    margin: 0 -27px;
}
.mc_b2ly_li {
    float: left;
    width: 25%;
    padding: 0 27px;
    text-align: center;
    margin-bottom: 42px;
}
.mc_b2ly_lisbox p {
    font-size: 16px;
    line-height: 24px;
    height: 24px;
    overflow: hidden;
    font-weight: bold;
    color: #333333;
    margin-top: 16px;
}
.mc_title24 {
    position: relative;
    font-size: 24px;
    font-weight: bold;
    color: #333333;
    padding-bottom: 20px;
}
.mc_title24::before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 30px;
    height: 2px;
    background: #e20000;
}
.mc_b2xg_title {
    margin-bottom: 30px;
}
.mc_b2xg_list {
    padding-bottom: 40px;
}
.mc_b2_xg {
    padding-bottom: 45px;
}
.mc_b2xg_list .mc_b1b_li:not(:first-child) {
    display: none;
}
.mc_b2xg_list .mc_b1b_li {
    margin-bottom: 0;
}
.mc_b2xg_list .slick-dots {
    bottom: 0;
}
.mc_b2xg_list .slick-dots li {
    width: 6px;
    height: 6px;
    background: #e60011;
    margin: 0 5px;
    border-radius: 6px;
}
.mc_b2xg_list .slick-dots li.slick-active {
    width: 36px;
}
.mc_b2tj_title {
    margin-bottom: 35px;
}
.mc_b2tj_list {
    font-size: 0;
    margin: 0 -22px;
}
.mc_b2tj_li {
    display: inline-block;
    width: 33.333333%;
    padding: 0 22px;
}
.mc_b2tj_li:not(:first-child) {
    display: none;
}
.mc_b2tj_txtbox {
    padding-top: 16px;
}
.mc_b2tjli_title {
    font-size: 16px;
    line-height: 2;
    max-height: 64px;
    overflow: hidden;
    color: #333;
    font-weight: bold;
    margin-bottom: 10px;
    transition: all .36s;
}
.mc_b2tj_txt p {
    font-size: 14px;
    line-height: 28px;
    max-height: 84px;
    color: #848484;
    overflow: hidden;
}
.mc_b2_tj {
    padding-bottom: 60px;
}
.mc_b2tj_lisbox {
    display: block;
}
.mc_b2tj_list .slick-arrow {
    width: 50px;
    height: 50px;
    background: #fff;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.06);
    z-index: 5;
    border-radius: 50%;
}
.mc_b2tj_list .slick-prev {
    left: -90px;
}
.mc_b2tj_list .slick-next {
    right: -90px;
}
.mc_b2tj_list .slick-prev::before {
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 18px;
    height: 18px;
    background: url(../images/arr_prev.png) center / cover no-repeat;
}
.mc_b2tj_list .slick-next::before {
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 18px;
    height: 18px;
    background: url(../images/arr_next.png) center / cover no-repeat;
}
.mc_d1_imgbox {
    width: 558px;
}
.mc_d1_txtbox {
    width: calc(100% - 558px);
    padding-right: 70px;
}
.mc_d1_titlebox span {
    line-height: 32px;
}
.mc_d1_num {
    position: absolute;
    right: 0;
    top: 0;
    z-index: -1;
    font-size: 80px;
    letter-spacing: .1em;
    line-height: 1 !important;
    color: #00479d;
    opacity: .06;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: bold;
    transform: translateX(50%);
}
.mc_d1_title {
    display: inline-block;
    position: relative;
    z-index: 1;
    padding-top: 25px;
    font-size: 24px;
    font-weight: bold;
    color: #333;
}
.mc_d1_subtitle {
    display: block;
    font-size: 14px;
    color: #e60011;
}
.mc_d1_mb {
    margin-bottom: 15px;
}
.mc_d1_txt {
    margin-bottom: 45px;
}
.mc_d1_li {
    padding: 55px 0;
}
.mc_d1_li:nth-child(even) .mc_d1_imgbox {
    float: left;
}
.mc_d1_li:nth-child(even) .mc_d1_txtbox {
    padding-right: 0;
    padding-left: 60px;
}
.mc_d1_li:nth-child(even) {
    background: #f8f8f8;
}
.mc_d1_lisbox {
    display: block;
}
.mc_d2s1 {
    background: #f8f8f8;
    padding: 45px 0 60px;
}
.mc_d2s1_txt p {
    color: #666;
}
.mc_d2s1_list .mc_b2tj_li {
    display: inline-block !important;
    vertical-align: top;
}
.mc_d2s1_txt {
    margin-bottom: 50px;
}
.mc_d2s1_list .mc_b2tj_li {
    margin-bottom: 55px;
}
.mc_d3s1 {
    padding: 65px 0 50px;
}
.mc_d3s1_imgbox {
    width: 370px;
}
.mc_d3s1_txtbox {
    width: calc(100% - 370px);
    padding-left: 75px;
    padding-top: 20px;
}
.mc_d3s1_title {
    position: relative;
    z-index: 1;
    font-size: 24px;
    font-weight: bold;
    line-height: 1.5;
    margin-bottom: 20px;
}
.mc_d3s1_title::before {
    content: "";
    position: absolute;
    right: calc(100% + 20px);
    top: 50%;
    transform: translateY(-50%);
    width: 80px;
    height: 2px;
    background: #e60011;
}
.mc_d3s1_txt p {
    color: #666;
}
.mc_d3s2 {
    padding: 35px 0 42px;
    background: #f8f8f8;
}
.mc_d3s2 p {
    color: #666;
}
.mc_d3s2_txtbox:not(:last-child) {
    margin-bottom: 32px;
}
.mc_d3s3 {
    padding: 50px 0 60px;
}
.mc_d3s3_list .slick-arrow {
    width: 50px;
    height: 50px;
    background: #fff;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.06);
    z-index: 5;
    border-radius: 50%;
}
.mc_d3s3_list .slick-prev {
    left: -90px;
}
.mc_d3s3_list .slick-next {
    right: -90px;
}
.mc_d3s3_list .slick-prev::before {
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 18px;
    height: 18px;
    background: url(../images/arr_prev.png) center / cover no-repeat;
}
.mc_d3s3_list .slick-next::before {
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 18px;
    height: 18px;
    background: url(../images/arr_next.png) center / cover no-repeat;
}
.mc_e1_hd {
    margin-bottom: 40px;
}
.mc_e1s1 {
    padding: 65px 0;
}
.mc_e1_box1 img {
    margin: 32px 0 45px;
}
.mc_e1_title {
    font-size: 24px;
    line-height: 1.5;
    color: #333333;
    margin-bottom: 30px;
}
.mc_e1b2_list {
    font-size: 0;
    margin: 0 -20px;
}
.mc_e1b2_li {
    display: inline-block;
    width: 50%;
    padding: 0 20px;
    vertical-align: top;
    margin-bottom: 40px;
}
.mc_e1b2li_txtbox {
    padding-top: 20px;
}
.mc_e1b2li_title {
    font-size: 16px;
    line-height: 2;
    font-weight: bold;
    color: #333333;
    margin-bottom: 5px;
}
.mc_e1_bd p {
    color: #666;
}
.mc_e1b3_title {
    margin-bottom: 20px;
}
.mc_e1_box3 {
    margin-bottom: 50px;
}
.mc_e1b4_title {
    margin-bottom: 50px;
}
.mc_bg_fixed {
    position: fixed;
    left: 0;
    top: 0;
    z-index: -1;
    width: 100%;
    height: 100%;
}
.mc_e2s1 {
    padding: 70px 0 60px;
}
.mc_e2_hd {
    margin-bottom: 40px;
}
.mc_e2_li {
    box-shadow: 0 9px 18px rgba(0, 0, 0, .06);
}
.mc_e2_li:not(:last-child) {
    margin-bottom: 15px;
}
.mc_e2li_hd {
    padding: 28px 40px;
    background: #fff;
    transition: all .36s;
}
.mc_e2li_bd {
    padding: 35px 40px 30px;
    background: #fff;
}
.mc_txt1428 p {
    font-size: 14px;
    line-height: 2;
    color: #666666;
}
.mc_e2li_q,
.mc_e2li_a {
    width: 24px;
    height: 24px;
    font-size: 14px;
    color: #fff;
    line-height: 24px;
    text-align: center;
    background: #e20000;
    border-radius: 50%;
    transition: all .36s;
}
.mc_e2li_l,
.mc_e2li_r {
    width: 25px;
}
.mc_e2li_m {
    width: calc(100% - 50px);
    padding: 0 30px;
}
.mc_e2li_m p {
    font-size: 16px;
    line-height: 24px;
    color: #333333;
    transition: all .36s;
}
.mc_e2libd_r {
    width: calc(100% - 25px);
    padding-left: 30px;
}
.mc_icon_xl {
    width: 24px;
    height: 24px;
    background: url(../images/xtb_xl.png) center / cover no-repeat;
    transition: all .36s;
}
.mc_e2li_hd {
    cursor: pointer;
}
.mc_e2_li:not(:first-child) .mc_e2li_bd {
    display: none;
}
.mc_e2_li.act .mc_e2li_hd {
    background: #00479d;
}
.mc_e2_li.act .mc_e2li_q {
    background: #fff;
    color: #00479d;
}
.mc_e2_li.act .mc_icon_xl {
    background: url(../images/xtb_xl_w.png) center / cover no-repeat;
    transform: rotate(180deg);
}
.mc_e2_li.act .mc_e2li_m p {
    color: #fff;
}
.mc_e2_list {
    margin-bottom: 50px;
}
.mc_e3s1 {
    padding: 70px 0 60px;
}
.mc_e3_hd {
    margin-bottom: 40px;
}
.mc_e3_nav .mc_b1bnav_a {
    box-shadow: 0 9px 18px rgba(0, 0, 0, .06);
}
.mc_e3_nav {
    margin-bottom: 15px;
}
.mc_e3_list {
    margin: 0 -12px;
    padding-bottom: 26px;
}
.mc_e3_li {
    float: left;
    width: 50%;
    padding: 0 12px;
    margin-bottom: 24px;
}
.mc_e3_lisbox {
    display: block;
    padding: 32px 40px 35px;
    background: #fff;
    box-shadow: 0 9px 18px rgba(0, 0, 0, .06);
}
.mc_e3li_l {
    width: calc(100% - 45px);
    padding-right: 45px;
    height: 94px;
    overflow: hidden;
}
.mc_e3li_r {
    width: 42px;
    line-height: 94px;
}
.mc_e3_title {
    font-size: 16px;
    line-height: 2;
    color: #333333;
    max-height: 64px;
    overflow: hidden;
    transition: all .36s;
    margin-bottom: 6px;
}
.mc_e3_date {
    font-size: 14px;
    line-height: 24px;
    color: #999999;
    transition: all .36s;
}
.mc_icon_dl {
    width: 42px;
    height: 42px;
    background: url(../images/xtb_dl.png) center / cover no-repeat;
}
.mc_e3_modal {
    background: rgba(0, 0, 0, .5);
}
.mc_e3_modal .mc_modal_close {
    width: 15px;
    line-height: 1;
    font-size: inherit;
}
.mc_e3_modal .mc_modal_content {
    width: 608px;
    padding: 50px 60px 55px;
    border-radius: 4px;
}
.mc_e3m_box_title {
    font-size: 24px;
    line-height: 32px;
    color: #333;
    margin-bottom: 28px;
}
.mc_e3m_txt p {
    position: relative;
    z-index: 1;
    font-size: 16px;
    line-height: 24px;
    color: #333333;
    padding-left: 35px;
}
.mc_e3m_txt p::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 24px;
    height: 24px;
    background: url(../images/xtb_huan.png) center / cover no-repeat;
}
.mc_e3m_txt p:not(:last-child) {
    margin-bottom: 20px;
}
.mc_e3m_l {
    width: calc(100% - 161px);
    padding-right: 30px;
}
.mc_e3m_r {
    width: 161px;
    padding-top: 10px;
}
.mc_e3m_qrbox {
    position: relative;
    width: 100%;
    padding: 15.5px;
}
.mc_e3m_qrbox::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: url(../images/e3m_qrborder.png) center / 100% 100% no-repeat;
}
.mc_f1s1_top {
    padding: 75px 0 70px;
}
.mc_f1s1t_txtbox {
    position: relative;
    z-index: 1;
    width: calc(100% - 385px);
    padding-right: 80px;
}
.mc_f1s1t_videobox {
    position: relative;
    width: 385px;
}
.mc_f1s1t_bg {
    position: absolute;
    right: 100px;
    top: 0;
    z-index: -1;
    width: 430px;
    max-width: 53%;
}
.mc_f1s1t_titlebox {
    text-align: left;
}
.mc_f1s1t_titlebox {
    position: relative;
    padding-bottom: 30px;
    margin-bottom: 35px;
}
.mc_f1s1t_titlebox::before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 50px;
    height: 2px;
    background: #e20000;
}
.mc_f1s1t_txt1 p {
    font-size: 20px;
    line-height: 36px;
    color: #333;
}
.mc_f1s1t_txt1 {
    margin-bottom: 30px;
}
.mc_f1s1t_txt2 p {
    color: #666;
    margin-bottom: 10px;
}
.mc_f1s1t_imgbox {
    position: relative;
}
.mc_f1s1t_imgbox::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .1);
}
.mc_f1s1t_xtbbox {
    position: absolute;
    left: 0;
    top: 50%;
    z-index: 10;
    transform: translate(-50%, -50%);
    width: 64px;
    height: 64px;
    line-height: 64px;
    text-align: center;
    background: #e20000;
    border-radius: 50%;
    cursor: pointer;
    box-shadow: 0 0 18px rgba(0, 0, 0, .2);
    transition: all .36s;
}
.mc_f1s1t_xtbbox img {
    width: 21px;
    margin-left: 3px;
}
.mc_f1s1t_videobox::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    z-index: 5;
    width: 0;
    height: 0;
    border-top: 135px solid #fff;
    border-left: 55px solid #fff;
    border-right: 55px solid transparent;
    border-bottom: 135px solid transparent;
}
.mc_f1s1t_videobox::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 5;
    width: 0;
    height: 0;
    border-bottom: 135px solid #fff;
    border-left: 30px solid #fff;
    border-right: 30px solid transparent;
    border-top: 135px solid transparent;
}
.mc_f1s1_bot {
    position: relative;
    z-index: 1;
    min-height: 720px;
    padding: 85px 0;
    background: #f9f9f9;
}
.mc_f1s1b_imgph {
    display: none;
}
.mc_f1s1b_imgbox {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    z-index: -1;
}
.mc_f1s1b_imgpc {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}
.mc_f1s1b_txtbox {
    width: 506px;
    max-width: 100%;
}
.mc_title30 {
    font-size: 30px;
    line-height: 40px;
    color: #333333;
}
.mc_f1s1b_title {
    margin-bottom: 30px;
}
.mc_f1s1b_txt p {
    color: #666666;
}
.mc_f1s1b_txt {
    margin-bottom: 55px;
}
.mc_f1s1gs_hd {
    padding: 25px 40px;
    background: #00479d;
    font-size: 18px;
    font-weight: bold;
    line-height: 24px;
    color: #fff;
}
.mc_f1s1gs_bd {
    font-size: 0;
    padding: 12px 30px;
    background: #fff;
}
.mc_f1s1gs_list {
    margin-right: -30px;
}
.mc_f1s1gs_li {
    position: relative;
    z-index: 1;
    display: inline-block;
    vertical-align: top;
    font-size: 16px;
    line-height: 24px;
    color: #666666;
    padding-left: 35px;
    margin: 15px 0;
    margin-right: 30px;
}
.mc_f1s1gs_li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 24px;
    height: 24px;
    background: url(../images/xtb_huan.png) center / cover no-repeat;
}
.mc_f1s2 {
    padding: 70px 0 80px;
}
.mc_f1s2_top {
    position: relative;
    z-index: 1;
    min-height: 300px;
    padding-top: 140px;
    padding-bottom: 40px;
}
.mc_f1s2_bgyear {
    position: absolute;
    left: 50%;
    top: 0;
    z-index: -2;
    transform: translate(-50%);
    font-size: 300px;
    color: #f0f1f3;
    opacity: .4;
    pointer-events: none;
}
.mc_f1s2_listbox {
    position: relative;
    z-index: 2;
}
.mc_f1s2_listbox::before {
    content: "";
    position: absolute;
    left: 50%;
    top: 12px;
    z-index: -1;
    width: 1600px;
    height: 2px;
    background: url(../images/f1s2_line.png) center / cover no-repeat;
    transform: translateX(-50%);
}
.mc_f1s2_yuan {
    position: relative;
    z-index: 1;
    width: 6px;
    height: 6px;
    /* background: rgba(266, 0, 0, .7); */
    background: rgba(51, 51, 51, .7);
    margin: 0 auto;
    border-radius: 50%;
    transition: all .36s;
}
.mc_f1s2_yuan::before {
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    z-index: -1;
    width: 15px;
    height: 15px;
    transform: translate(-50%, -50%);
    /* background: rgba(266, 0, 0, .1); */
    background: rgba(51, 51, 51, .1);
    border-radius: 50%;
    transition: all .36s;
}
.mc_f1s2_yuan::after {
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    z-index: -1;
    width: 24px;
    height: 24px;
    transform: translate(-50%, -50%);
    /* background: rgba(266, 0, 0, .06); */
    background: rgba(51, 51, 51, .06);
    border-radius: 50%;
    transition: all .36s;
}
.mc_f1s2_list .slick-arrow {
    top: 12px;
    width: 30px;
    height: 30px;
    background: #e20000;
    box-shadow: 0 3px 9px rgba(0, 0, 0, 0.19);
    z-index: 5;
    border-radius: 50%;
}
.mc_f1s2_list .slick-prev::before {
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 15px;
    height: 15px;
    background: url(../images/arr_prev_w.png) center / cover no-repeat;
}
.mc_f1s2_list .slick-next::before {
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 15px;
    height: 15px;
    background: url(../images/arr_next_w.png) center / cover no-repeat;
}
.mc_f1s2_li {
    float: left;
    width: 20%;
    padding: 11px 30px 0;
    text-align: center;
}
.mc_f1s2_li:not(:first-child) {
    display: none;
}
.mc_f1s2_year {
    font-size: 16px;
    color: #656565;
    margin: 35px 0 12px;
    font-weight: bold;
    transition: all .36s;
}
.mc_f1s2_li.slick-current .mc_f1s2_yuan {
    background: rgba(266, 0, 0, .7);
}
.mc_f1s2_li.slick-current .mc_f1s2_yuan::before {
    background: rgba(266, 0, 0, .1);
}
.mc_f1s2_li.slick-current .mc_f1s2_yuan::after {
    background: rgba(266, 0, 0, .06);
}
.mc_f1s2_li.slick-current .mc_f1s2_year {
    color: #e20000;
}
.mc_f1s2b_txt p {
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 5px;
    color: #666666;
    font-weight: bold;
}
.mc_f1s2b_txt p::before {
    color: #666;
}
.mc_f1s2_txtli:not(:first-child) {
    display: none;
}
.mc_f1s3 {
    position: relative;
    z-index: 1;
    padding: 80px 0 70px;
    background: #f9f9f9;
}
.mc_f1s3_imgbox {
    position: relative;
    width: 440px;
    padding-bottom: 5.5%;
}
.mc_f1s3_txtbox {
    width: calc(100% - 440px);
    padding-left: 90px;
}
.mc_f1s3_titlebox {
    text-align: left;
    margin-bottom: 20px;
}
.mc_f1s3_txtbox {
    padding-left: 95px;
}
.mc_f1s3_imgbox1 {
    width: 80%;
}
.mc_f1s3_imgbox2 {
    position: absolute;
    bottom: 0;
    right: 0;
    z-index: 5;
    width: 52%;
}
.mc_title18 {
    font-size: 18px;
    font-weight: bold;
    color: #333333;
}
.mc_f1s3li_title {
    line-height: 24px;
    margin-bottom: 18px;
}
.mc_f1s3_xtbbox {
    width: 45px;
}
.mc_f1s3li_txtbox {
    width: calc(100% - 45px);
    padding-left: 25px;
}
.mc_f1s3_txt p {
    color: #666;
}
.mc_f1s3_li {
    position: relative;
    padding: 40px 0 35px;
}
.mc_f1s3_li:not(:last-child) {
    border-bottom: 1px dashed #d7d7d7;
}
.mc_f1s3_li:not(:last-child)::before {
    content: "";
    position: absolute;
    left: 0;
    bottom: -2px;
    width: 60px;
    height: 3px;
    background: #e20000;
}
.mc_f1s3_bg {
    position: absolute;
    right: 0;
    bottom: 30px;
    z-index: -1;
    font-size: 160px;
    font-family: "RobotBold", "微软雅黑", Arial, "PingFangSC-Light", "Helvetica Neue", Helvetica, "Microsoft Yahei", "Hiragino Sans GB", tahoma, SimSun, sans-serif;
    color: #f1f1f1;
    opacity: .8;
}
.mc_f1s4 {
    padding: 90px 0 70px;
}
.mc_f1s4_txt p {
    color: #666;
    margin-bottom: 5px;
}
.mc_f1s4_l {
    width: calc(100% - 560px);
    padding-right: 70px;
}
.mc_f1s4_r {
    width: 560px;
    margin-top: 70px;
}
.mc_f1s4_titlebox {
    text-align: left;
    margin-bottom: 30px;
}
.mc_f2s1 {
    position: relative;
    z-index: 1;
    padding: 65px 0 80px;
}
.mc_f2s1_bg {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 50vw;
    height: 400px;
    z-index: -1;
}
.mc_f2s1_l {
    width: 47.5%;
}
.mc_f2s1_r {
    width: 52.5%;
    padding-left: 5.5%;
}
.mc_f2s1_titlebox {
    text-align: left;
    margin-bottom: 25px;
}
.mc_num_title {
    position: relative;
    z-index: 1;
    padding-top: 1.6em;
    margin-bottom: 12px;
}
.mc_num_title sup {
    position: absolute;
    top: auto;
    left: 0;
    bottom: 0;
    z-index: -1;
    font-size: 2.6em;
    font-weight: bold;
    line-height: 1;
    color: #f1f1f1;
}
.mc_num_txtbox:not(:last-child) {
    margin-bottom: 20px;
}
.mc_num_txt p,
.mc_f2s1_txt p {
    color: #666;
}
.mc_f2s1_li:not(:last-child) {
    margin-bottom: 65px;
}
.mc_f2s1_li:nth-child(even) .mc_f2s1_r {
    float: left;
    padding-left: 0;
    padding-right: 120px;
    padding-top: 20px;
}
.mc_f2s2 {
    padding: 40px 0;
    background: #f8f8f8;
}
.mc_f2s2_list {
    margin: 0 -25px;
}
.mc_f2s2_li {
    float: left;
    width: 50%;
    padding: 0 25px;
    margin-bottom: 50px;
}
.mc_f2s2_lisbox .mc_f2s1_imgbox {
    margin-bottom: 15px;
}
.mc_f2s2_titlebox {
    margin-bottom: 45px;
}
.mc_f2s1_txtbox .mc_num_title sup {
    color: #ececec;
}
.mc_f2s2_li:nth-child(odd) {
    clear: left;
}
.mc_f2s3 {
    position: relative;
    z-index: 1;
    padding: 90px 0 95px;
}
.mc_f2s3::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    z-index: -1;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .4);
}
.mc_f2s3_titlebox>span {
    color: #fff;
}
.mc_f2s3_titlebox {
    margin-bottom: 40px;
}
.mc_txt1836 p {
    font-size: 18px;
    line-height: 2;
    color: #666;
}
.mc_f2s3_txt p {
    color: #fff;
    text-align: center;
}
.mc_f2s3_txt {
    width: 640px;
    margin: 0 auto;
    max-width: 100%;
}
.mc_f2s4 {
    padding: 115px 0 75px;
}
.mc_f2s4_titlebox {
    text-align: left;
}
.mc_f2s4_titlebox {
    position: relative;
    z-index: 1;
    width: 200px;
    padding-top: 20px;
}
.mc_f2s4_txtbox {
    width: calc(100% - 200px);
    padding-left: 230px;
}
.mc_f2s4_titlebox::before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 5px;
    z-index: -1;
    width: 180px;
    height: 150px;
    background: url(../images/xtb_fh.png) center / cover no-repeat;
}
.mc_f2s4_txt p {
    color: #666;
}
.mc_f2s4_top {
    margin-bottom: 50px;
}
.mc_f2s4_list {
    margin: 0 -10px;
}
.mc_f2s4_li {
    float: left;
    width: 25%;
    padding: 0 10px;
}
.mc_f2s4_li:not(:first-child) {
    display: none;
}
.mc_f2s4_imgwrap {
    position: relative;
    z-index: 1;
    width: 286px;
    max-width: 100%;
}
.mc_f2s4_imgbox {
    position: absolute;
    left: 9%;
    top: 10%;
    width: 75%;
    z-index: -1;
}
.mc_f2s4_imgwrap img {
    width: 100%;
}
.mc_arrowlist .slick-arrow {
    width: 50px;
    height: 50px;
    background: #fff;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.06);
    z-index: 5;
    border-radius: 50%;
}
.mc_arrowlist .slick-prev {
    left: -90px;
}
.mc_arrowlist .slick-next {
    right: -90px;
}
.mc_arrowlist .slick-prev::before {
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 18px;
    height: 18px;
    background: url(../images/arr_prev.png) center / cover no-repeat;
}
.mc_arrowlist .slick-next::before {
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 18px;
    height: 18px;
    background: url(../images/arr_next.png) center / cover no-repeat;
}
.mc_f2s5_l {
    width: 320px;
    padding-right: 40px;
}
.mc_f2s5_r {
    width: calc(100% - 320px);
}
.mc_f2s5_titlebox {
    text-align: left;
    margin-bottom: 30px;
}
.mc_f2s5 {
    padding: 95px 0 115px;
    background: #f8f8f8;
}
.mc_f2s5_arrowbox .mc_f2s5_arrow {
    position: relative;
    z-index: 1;
    float: left;
    margin-right: 10px;
    width: 50px;
    height: 50px;
    background: #fff;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.06);
    z-index: 5;
    border-radius: 50%;
    cursor: pointer;
}
.mc_f2s5_arrowbox .mc_f2s5_prev::before {
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 18px;
    height: 18px;
    background: url(../images/arr_prev.png) center / cover no-repeat;
}
.mc_f2s5_arrowbox .mc_f2s5_next::before {
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 18px;
    height: 18px;
    background: url(../images/arr_next.png) center / cover no-repeat;
}
.mc_f2s5_content {
    margin-bottom: 60px;
}
.mc_f2s5_dots {
    font-size: 16px;
    color: #999;
    margin-bottom: 30px;
}
.mc_f2s5_dots_now {
    font-size: 28px;
    color: #e20000;
}
.mc_f2s5_li {
    float: left;
    width: 33.333333%;
}
.mc_f2s5_li:not(:first-child) {
    display: none;
}
.mc_f2s5_imgwrap {
    position: relative;
    z-index: 1;
}
.mc_f2s5_imgwrap img {
    width: 100%;
}
.mc_f2s5_imgbox {
    position: absolute;
    left: 11%;
    top: 8%;
    width: 78.5%;
}
/* news start*/
.mc_g1s1 {
    padding-top: 85px;
}
.mc_g1s1_titlebox {
    margin-bottom: 35px;
    text-align: left;
}
.mc_g1s1_content {
    padding: 40px 0;
    background: #f8f8f8;
}
.mc_g1s1_l {
    width: 50%;
}
.mc_g1s1_r {
    width: 50%;
    margin-top: -8%;
}
.mc_g1s1_txtlisbox,
.mc_g1s1_imglisbox {
    display: block;
}
.mc_g1s1_imgli:not(:first-child) {
    display: none;
}
.mc_g1s1_txtli:not(:first-child) {
    display: none;
}
.mc_g1s1_date {
    font-size: 24px;
    color: #e60011;
    margin-bottom: 18px;
}
.mc_g1s1li_title {
    font-size: 22px;
    line-height: 38px;
    color: #333;
    max-height: 76px;
    overflow: hidden;
    margin-bottom: 5px;
    transition: all .36s;
}
.mc_g1s1_txt {
    margin-bottom: 35px;
}
.mc_g1s1_imglist {
    padding-left: 10px;
    padding-bottom: 50px;
}
.mc_g1s1_imglist .slick-dots {
    bottom: 0;
    width: auto;
    transform: translateX(-50%);
}
.mc_g1s1_imglist .slick-dots li {
    background: #cccccc;
}
.mc_g1s1_imglist .slick-dots li.slick-active {
    background: #e60011;
}
.mc_g1s1_txtli {
    padding-right: 80px;
}
.mc_g1s2 {
    padding: 60px 0;
}
.mc_g1s2_li {
    border-bottom: 1px solid #e1e4e8;
}
.mc_g1s2_li:first-child {
    border-top: 1px solid #e1e4e8;
}
.mc_g1s2_lisbox {
    display: block;
    padding: 25px 0;
}
.mc_g1s2_imgbox {
    width: 210px;
}
.mc_g1s2_txtbox {
    width: calc(100% - 210px);
    padding-top: 15px;
    padding-right: 100px;
}
.mc_g1s2_date {
    width: 110px;
    padding-right: 25px;
    text-align: right;
}
.mc_g1s2_day {
    font-size: 30px;
    color: #464646;
    font-family: Arial, Helvetica, sans-serif;
    margin-bottom: 10px;
}
.mc_g1s2_year {
    font-size: 16px;
    color: #464646;
    font-family: Arial, Helvetica, sans-serif;
}
.mc_g1s2_txtwrap {
    position: relative;
    z-index: 1;
    width: calc(100% - 110px);
    padding-left: 55px;
}
.mc_g1s2_txtwrap::before {
    content: "";
    position: absolute;
    left: 0;
    top: 15px;
    width: 35px;
    height: 1px;
    background: #a0a0a0;
    transition: all .36s;
}
.mc_g1s2_title {
    font-weight: normal;
    transition: all .36s;
    line-height: 30px;
    height: 30px;
    overflow: hidden;
    margin-bottom: 10px;
}
.mc_g1s2_txt p {
    max-height: 56px;
    color: #999;
    overflow: hidden;
}
.mc_g1s2_li.mc_g1s2_noimg .mc_g1s2_imgbox {
    display: none;
}
.mc_g1s2_li.mc_g1s2_noimg .mc_g1s2_txtbox {
    width: calc(100% - 60px);
}
.mc_g1s2_list {
    margin-bottom: 50px;
}
/* news end */
.mc_g2_r {
    width: 320px;
}
.mc_g2_l {
    width: calc(100% - 320px);
    padding-right: 50px;
}
.mc_g2s1 {
    padding: 80px 0 50px;
}
.mc_g2_title {
    font-size: 30px;
    line-height: 1.6;
    color: #333333;
    margin-bottom: 25px;
    text-align: center;
}
.mc_g2_message {
    font-size: 0;
    text-align: center;
}
.mc_g2mes_li {
    display: inline-block;
    vertical-align: middle;
    font-size: 14px;
    line-height: 20px;
    color: #333333;
    margin: 0 20px;
}
.mc_g2mes_li img {
    width: 20px;
    margin-top: -2px;
}
.mc_g2_hd {
    padding-bottom: 20px;
    border-bottom: 1px solid #eaeaea;
}
#bsPanelHolder {
    display: none !important;
}
.mc_g2mes_li .mc_sharebox {
    margin: 0;
}
.mc_g2_txtbox {
    padding: 30px 0 50px;
    border-bottom: 1px solid #eaeaea;
}
.mc_g2_txtbox p {
    font-size: 16px;
    line-height: 2;
    color: #666;
    margin-bottom: 5px;
}
.mc_g2_txtbox a {
    font-size: inherit;
    line-height: inherit;
    color: inherit;
}
.mc_g2_txtbox img {
    margin: 20px 0;
}
.mc_g2_txtbox {
    margin-bottom: 30px;
}
.mc_g2_arrow {
    width: calc(50% - 20px);
}
.mc_g2_next {
    text-align: right;
}
.mc_g2_arrow a {
    display: block;
    font-size: 14px;
    line-height: 20px;
    color: #666666;
    text-decoration: underline;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.mc_g2_rbox {
    background: #f8f8f8;
    padding: 40px 35px;
}
.mc_g2r_lisbox {
    padding: 20px 0 18px;
}
.mc_g2r_txt p {
    color: #666;
    transition: all .36s;
}
.mc_g2r_li {
    border-bottom: 1px solid #dadfe5;
}
.mc_g2r_top {
    font-size: 14px;
    line-height: 24px;
    color: #999;
    margin-bottom: 10px;
}
.mc_g2r_fg {
    margin: 0 5px;
}
.mc_linedots .slick-dots {
    bottom: 0;
}
.mc_linedots .slick-dots li {
    width: 6px;
    height: 6px;
    background: #e60011;
    margin: 0 5px;
    border-radius: 6px;
}
.mc_linedots .slick-dots li.slick-active {
    width: 36px;
}
.mc_h1s1 {
    padding: 65px 0 80px;
}
.mc_h1 .mc_titlebox {
    text-align: left;
}
.mc_h1s1_titlebox {
    margin-bottom: 40px;
}
.mc_h1s1_r {
    width: 415px;
    padding-top: 25px;
    padding-left: 55px;
}
.mc_h1s1_r p {
    color: #999999;
}
.mc_h1s1_l {
    width: calc(100% - 415px);
}
.mc_h1s1_inputbox {
    font-size: 0;
    width: 100%;
    height: 50px;
    background: #f8f8f8;
    margin-bottom: 22px;
}
.mc_h1s1_inputbox label {
    width: 80px;
    padding-left: 20px;
    font-size: 16px;
    line-height: 50px;
    color: #333;
}
.mc_h1s1_inputbox input,
.mc_h1s1_inputbox textarea {
    width: calc(100% - 80px);
    height: 100%;
    font-size: 16px;
    line-height: 20px;
    color: #666;
    padding: 15px 0;
    padding-right: 20px;
    text-overflow: ellipsis;
}
.mc_h1s1_form {
    width: 100%;
}
.mc_h1s1_inputlist {
    margin: 0 -12px;
}
.mc_h1s1_inputli {
    float: left;
    width: 50%;
    padding: 0 12px;
}
.mc_h1s1_inputbox label span {
    color: #e60011;
}
.mc_h1s1_textarea {
    height: auto;
    padding-bottom: 20px;
}
.mc_h1s1_textarea label {
    width: 100%;
}
.mc_h1s1_textarea textarea {
    width: 100%;
    height: 70px;
    padding: 0 20px;
    resize: none;
}
.mc_h1s1b_l {
    width: 54%;
    padding-right: 45px;
}
.mc_h1s1b_r {
    width: 46%;
}
.mc_h1s1b_btnlist {
    margin: 0 -20px;
}
.mc_h1s1b_btn {
    float: left;
    width: 50%;
    padding: 0 20px;
}
.mc_h1s1b_btn input {
    width: 100%;
    height: 50px;
    border-radius: 25px;
    font-size: 16px;
    color: #fff;
    background: #e60011;
    transition: all .36s;
}
.mc_h1s1b_reset input {
    background: #cfcfcf;
}
.mc_h1s1_verifyimg {
    width: 111px;
    line-height: 50px;
    cursor: pointer;
}
.mc_h1s1_verifybox {
    width: calc(100% - 122px);
}
.mc_h1s1_verifybox input {
    padding-left: 20px;
}
.mc_h1s1r_qr {
    width: 136px;
}
.mc_h1s1r_qr,
.mc_h1s1r_txt2 {
    display: table-cell;
    vertical-align: middle;
}
.mc_h1s1r_txt2 {
    padding-left: 35px;
}
.mc_h1s1r_txt1 {
    margin-bottom: 45px;
}
.mc_h1s2 {
    padding-bottom: 80px;
}
.mc_h1s2_titlebox {
    margin-bottom: 35px;
}
.mc_h1s2p1_title {
    line-height: 24px;
    margin-bottom: 10px;
}
.mc_h1s2p1_txt p {
    color: #666666;
}
.mc_h1s2p1_list {
    margin: 0 -75px;
}
.mc_h1s2p1_li {
    float: left;
    width: 33.333333%;
    padding: 0 75px;
}
.mc_h1s2p1 {
    margin-bottom: 65px;
}
.mc_h1s2p2_txt p {
    color: #666666;
}
.mc_h1s2p2_list {
    display: table;
    table-layout: fixed;
    width: 100%;
}
.mc_h1s2p2_li {
    display: table-cell;
    width: 33.333333%;
    background: #f8f8f8;
    border-right: 1px solid #fff;
    padding: 35px 60px 35px;
    word-break: break-word;
}
.mc_h1s2p2_xtb {
    margin-top: 10px;
    width: 60px;
}
.mc_h1s2p2_txtbox {
    width: calc(100% - 60px);
    padding-right: 30px;
}
.mc_h1s2p2_txt p a {
    font-size: inherit;
    line-height: inherit;
    color: inherit;
}
.mc_h1s2p2 {
    margin-bottom: 60px;
}
.mc_h1s2p3_list {
    margin: 0 -18px;
}
.mc_h1s2p3_li {
    float: left;
    width: 25%;
    padding: 0 18px;
    text-align: center;
    padding-bottom: 30px;
}
.mc_h1s2p3_imgbox {
    margin-bottom: 10px;
}
.mc_h1s2p3_title {
    font-size: 16px;
    line-height: 24px;
    color: #333;
}
.mc_h1s2p3_li:not(:first-child) {
    display: none;
}
.mc_h2s1_l {
    position: relative;
    width: calc(100% - 490px);
    padding-right: 100px;
    padding-top: 15px;
}
.mc_h2s1_r {
    width: 490px;
}
.mc_h2s1_titlebox {
    text-align: left;
}
.mc_h2s1_txt p {
    font-weight: bold;
    color: #333;
}
.mc_h2s1_txt p a {
    font-size: inherit;
    line-height: inherit;
    color: inherit;
}
.mc_h2s1_titlebox {
    margin-bottom: 45px;
}
.mc_h2s1_bg {
    position: absolute;
    right: 0;
    bottom: 0;
    z-index: -1;
    width: 430px;
    transform: translate(-20%, 55%);
}
.mc_h2s1_title {
    font-size: 24px;
    color: #333;
    margin-bottom: 40px;
}
.mc_h2s1b_xtbbox,
.mc_h2s1b_txt {
    display: table-cell;
    vertical-align: middle;
    word-break: break-word;
}
.mc_h2s1b_xtb {
    position: relative;
    z-index: 1;
    width: 42px;
    height: 42px;
    line-height: 42px;
    text-align: center;
    background: #facccf;
    border-radius: 50%;
}
.mc_h2s1b_xtb::before {
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    z-index: -1;
    transform: translate(-50%, -50%);
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background: #e60011;
}
.mc_h2s1b_list {
    font-size: 0;
    margin: 0 -30px;
}
.mc_h2s1b_li {
    display: inline-block;
    width: 20%;
    padding: 0 30px;
    margin-bottom: 40px;
}
.mc_h2s1b_xtb img {
    width: 20px;
    margin-top: -2px;
}
.mc_h2s1b_txt {
    font-size: 16px;
    line-height: 24px;
    padding: 0 15px;
    color: #999;
}
.mc_h2s1 {
    padding: 80px 0 20px;
}
.mc_h2s2 {
    background: #f8f8f8;
    padding: 60px 0;
}
.mc_h2s2_thead,
.mc_h2s2_hd {
    width: 100%;
    display: table;
    table-layout: fixed;
}
.mc_h2s2_thead {
    background: #00479d;
}
.mc_h2s2_tbody {
    margin-top: 15px;
    padding-bottom: 35px;
}
.mc_h2s2_li {
    margin-bottom: 15px;
}
.mc_h2s2_td {
    display: table-cell;
    vertical-align: middle;
    word-break: break-word;
    padding: 25px 40px;
    font-size: 16px;
    line-height: 20px;
    color: #666666;
}
.mc_h2s2_thead .mc_h2s2_td {
    font-size: 18px;
    color: #fff;
}
.mc_h2s2_hd {
    background: #fff;
    box-shadow: 0 9px 18px rgba(0, 0, 0, .06);
    cursor: pointer;
}
.mc_h2s2_xtb {
    width: 20px;
    transition: all .36s;
}
.mc_h2s2_td2 {
    width: 245px;
}
.mc_h2s2_td3 {
    width: 245px;
}
.mc_h2s2_td4 {
    width: 120px;
}
.mc_h2s2_bd {
    padding: 30px 50px 45px;
}
.mc_h2s2_bd h3 {
    font-size: 16px;
    font-weight: bold;
    line-height: 2;
    margin-bottom: 5px;
}
.mc_h2s2_bd p {
    line-height: 2;
    color: #666666;
}
.mc_h2s2_box:not(:last-child) {
    margin-bottom: 15px;
}
.mc_h2s2_more {
    padding: 0 40px;
    line-height: 50px;
    border-radius: 25px;
    background: #e60011;
    font-size: 16px;
    color: #fff;
    transition: all .36s;
}
.mc_h2s2_more img {
    width: 24px;
    margin-right: 5px;
    margin-top: -2px;
}
.mc_h2s2_morebox {
    margin-top: 35px;
}
.mc_h2s2_li:not(:first-child) .mc_h2s2_bd {
    display: none;
}
.mc_h2s2_li.act .mc_h2s2_xtb {
    transform: rotate(180deg);
}
.mc_c1aside {
    position: fixed;
    right: 0;
    top: 0;
    z-index: 90;
    width: 360px;
    height: 100%;
    background: rgba(37, 58, 89, .8);
    /* transition: all .36s; */
}
.mc_c1aside_li {
    padding: 40px 20px;
}
.mc_c1aside_a {
    position: relative;
    font-size: 18px;
    color: #ffffff;
    padding-left: 40px;
    transition: all .36s;
    white-space: nowrap;
}
.mc_c1aside_a::before {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    width: 20px;
    height: 2px;
    margin-top: -1px;
    background: rgba(255, 255, 255, .3);
    transition: all .36s;
}
.mc_c1aside_li.active .mc_c1aside_a::before {
    background: #e60011;
}
.mc_c1s1_box {
    width: 590px;
    max-width: 100%;
}
.mc_c1_title {
    position: relative;
    z-index: 1;
    font-size: 34px;
    font-weight: bold;
    color: #fff;
    padding-bottom: 40px;
    margin-bottom: 40px;
}
.mc_c1_title::before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 50px;
    height: 2px;
    background: #e60011;
}
.mc_c1_txt p {
    color: #fff;
}
.mc_c1_txt {
    margin-bottom: 50px;
}
.mc_c1_btn {
    display: block;
    padding: 0 25px;
    line-height: 50px;
    text-align: center;
    font-size: 16px;
    color: #666666;
    background: rgba(242, 246, 253, .7);
    box-shadow: 0 4px 9px rgba(0, 0, 0, .07);
    border-radius: 25px;
    transition: all .36s;
}
.mc_c1_btnbox {
    font-size: 0;
    margin: 0 -8px;
}
.mc_c1_btnli {
    min-width: 33.333333%;
    padding: 0 8px;
    display: inline-block;
    margin-bottom: 25px;
}
.mc_inban2 {
    position: absolute;
    left: 0;
    top: 0;
    z-index: -1;
    width: 100%;
}
.mc_inban2 .mc_ban_pc .mc_ban_img {
    position: absolute;
}
.mc_c2 .mc_main {
    min-height: calc(100vh - 385px);
}
.mc_inban2 .mc_ban_pc {
    position: relative;
    z-index: 1;
    height: 704px;
}
.mc_inban2 .mc_ban_pc::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    z-index: 2;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .5);
}
.mc_inban2 .mc_ban_pc::after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    z-index: 3;
    width: 100%;
    height: 100%;
    background: url(../images/c2ban_modal.png) center / cover no-repeat;
    opacity: .9;
}
.mc_c2main {
    padding-top: 130px;
}
.mc_c2_sectionbox {
    margin-top: 55px;
}
.mc_c2s1_imgbox {
    width: calc(50% - 20px);
}
.mc_c2s1_txtbox {
    width: calc(50% + 20px);
    padding-right: 60px;
}
.mc_c2s1_title {
    font-weight: bold;
    color: #fff;
    margin-bottom: 25px;
}
.mc_c2s1_txt p {
    color: #fff;
}
.mc_c2s1_shop {
    margin-top: 60px;
}
.mc_c2s2_container {
    padding: 55px 70px 70px;
    background: #fff;
    margin-top: 70px;
    box-shadow: 0 5px 18px rgba(0, 0, 0, .06);
}
.mc_c2s2_title {
    margin-bottom: 20px;
}
.mc_c2s2_txt img {
    margin: 10px 0;
}
.mc_c2s2_txt p {
    color: #666;
    margin-bottom: 5px;
}
.mc_c2s2_box:not(:last-child) {
    margin-bottom: 55px;
}
.mc_c2s2 {
    margin-bottom: 60px;
}
.mc_c2s3_title {
    margin-bottom: 35px;
}
.mc_title24m {
    text-align: center;
}
.mc_title24m::before {
    left: 50%;
    transform: translateX(-50%);
}
.mc_c2s3_list {
    margin: 0 -20px;
}
.mc_c2s3_li {
    float: left;
    width: 50%;
    padding: 0 20px;
}
.mc_c2s3_li:not(:first-child) {
    display: none;
}
.mc_c2s3_lisbox {
    display: block;
}
.mc_c2s3_txtbox {
    padding-top: 20px;
    padding-left: 50px;
}
.mc_c2s3_txt {
    width: 385px;
    max-width: 100%;
}
.mc_c2s3li_title {
    position: relative;
    font-size: 16px;
    font-weight: bold;
    color: #333333;
    margin-bottom: 15px;
    transition: all .36s;
}
.mc_c2s3li_title::before {
    content: "";
    position: absolute;
    right: calc(100% + 20px);
    top: 50%;
    margin-top: -1px;
    width: 20px;
    height: 2px;
    background: #e60011;
}
.mc_c2s3 {
    padding-bottom: 80px;
}
.mc_a1s1_phimg {
    display: none;
}
/* .fp-viewing-3 .mc_c1aside {
    opacity: 0;
} */
@media screen and (min-width:1200px) {
    .pc_fenye li:hover {
        color: #fff;
        background-color: #e60011;
    }
    .mc_nav_a:hover::before {
        width: 100%;
    }
    .mc_language_box a:hover {
        background: #00479d;
        border-color: #00479d;
    }
    .mc_ft_hrefbtn:hover {
        opacity: .6;
    }
    .mc_ft_nav p a:hover {
        color: #fff;
    }
    .mc_more_btn:hover {
        background: #fff;
        color: #00479d;
    }
    .mc_aside_li:hover .mc_aside_zk {
        transform: translateX(0);
    }
    .mc_aside_li1:hover .mc_aside_zk1 {
        opacity: 1;
        right: 100%;
        transform: translateX(0);
        pointer-events: all;
    }
    .mc_a1s1li_txt a:hover {
        color: #e60011;
    }
    .mc_a1s2_lisbox:hover .mc_a1s2_imgbox img {
        transform: scale(1.1);
    }
    .mc_a1s5t_lisbox:hover .mc_a1s5t_imgbox img {
        transform: scale(1.1);
    }
    .mc_b2tj_lisbox:hover .mc_b2tj_imgbox img {
        transform: scale(1.1);
    }
    .mc_d1_lisbox:hover.mc_list_imgbox img {
        transform: scale(1.1);
    }
    .mc_morered_btn:hover {
        background: #00479d;
    }
    .mc_a1s5b_lisbox:hover {
        background: #f8f8f8;
    }
    .mc_a1s5b_lisbox:hover .mc_a1s5b_txt {
        color: #333;
    }
    .mc_a1s5b_lisbox:hover .mc_a1s5b_date {
        color: #666666;
    }
    .mc_a1s5b_lisbox:hover .mc_icon_more {
        background: url(../images/xtb_more_c.png) center / cover no-repeat;
    }
    .mc_a1s5b_lisbox:hover .mc_a1s5b_xtb {
        border-color: transparent;
        box-shadow: 0 5px 18px rgba(0, 0, 0, .06);
        background: #fff;
    }
    .mc_subnav_a:hover {
        color: #e60011;
    }
    .mc_mbx_a:hover {
        opacity: .7;
    }
    .mc_inner_a:hover {
        color: #e60011;
    }
    .mc_b1bnav_a:hover {
        color: #fff;
        background: #e60011;
    }
    .mc_b1bsubnav_a:hover {
        color: #e60011;
    }
    .mc_b1bsubnav_a:hover::before {
        width: 100%;
    }
    .mc_b1b_lisbox:hover {
        background: #00479d;
    }
    .mc_b1b_lisbox:hover .mc_b1b_name,
    .mc_b1b_lisbox:hover .mc_b1b_type,
    .mc_b1b_lisbox:hover .mc_b1bli_txt p,
    .mc_b1b_lisbox:hover .mc_b1bli_txt p::before,
    .mc_b1b_lisbox:hover .mc_more_txt {
        color: #fff;
    }
    .mc_b1b_lisbox:hover .mc_more_xtb {
        background: #fff;
    }
    .mc_b1b_lisbox:hover .mc_icon_more {
        background: url(../images/xtb_more_c.png) center / cover no-repeat;
    }
    .mc_b2t_shopbtn:hover {
        border-color: #e60011;
        background: #e60011;
        color: #fff;
    }
    .mc_b2t_shopbtn:hover .mc_icon_1688 {
        background: url(../images/xtb_1688_w.png) center / cover no-repeat;
    }
    .mc_b2t_shopbtn:hover .mc_icon_tb {
        background: url(../images/xtb_tb_w.png) center / cover no-repeat;
    }
    .mc_b2_tab .mc_tabhd_li:hover {
        background: #00479d;
        color: #fff;
    }
    .mc_b2tj_lisbox:hover .mc_b2tjli_title {
        color: #e60011;
    }
    .mc_d1_lisbox:hover .mc_more_txt {
        color: #00479d;
    }
    .mc_d1_lisbox:hover .mc_more_xtb {
        background: #00479d;
    }
    .mc_d1_lisbox:hover .mc_icon_more {
        background: url(../images/xtb_more_w.png) center / cover no-repeat;
    }
    .mc_e3_lisbox:hover {
        background: #00479d;
        cursor: pointer;
    }
    .mc_e3_lisbox:hover .mc_e3_title {
        color: #fff;
    }
    .mc_e3_lisbox:hover .mc_e3_date {
        color: rgba(255, 255, 255, .5);
    }
    .mc_e3_lisbox:hover .mc_icon_dl {
        background: url(../images/xtb_dl_w.png) center / cover no-repeat;
    }
    .mc_f1s1t_xtbbox:hover {
        background: #00479d;
    }
    .mc_g1s1_txtlisbox:hover .mc_g1s1li_title {
        color: #e60011;
    }
    .mc_g1s1_imglisbox:hover .mc_g1s1_imgbox img {
        transform: scale(1.05);
    }
    .mc_g1s2_lisbox:hover .mc_g1s2_imgbox img {
        transform: scale(1.1);
    }
    .mc_g1s2_lisbox:hover .mc_g1s2_title {
        color: #e60011;
    }
    .mc_g1s2_lisbox:hover .mc_g1s2_txtwrap::before {
        width: 80px;
    }
    .mc_g1s2_lisbox:hover .mc_g1s2_txtwy {
        transform: translateX(45px);
    }
    .mc_g1s2_txtwy {
        transition: all .36s;
    }
    .mc_g2_arrow a:hover {
        color: #e60011;
    }
    .mc_g2r_lisbox:hover .mc_g2r_txt p {
        color: #e60011;
    }
    .mc_h1s1b_btn input:hover {
        background: #00479d;
    }
    .mc_h2s2_more:hover {
        background: #00479d;
    }
    .mc_c1_btn:hover {
        background: #e60011;
        color: #fff;
    }
    .mc_c2s3_lisbox:hover .mc_c2s3_imgbox img {
        transform: scale(1.1);
    }
    .mc_c2s3_lisbox:hover .mc_c2s3li_title {
        color: #e60011;
    }
    .mc_a1s1li_title:hover a {
        color: #e60011;
    }
    .mc_a1s1li_title:hover::before {
        background: #e60011;
    }
    .mc_a1s1_lisbox:hover .mc_list_imgbox img {
        transform: scale(1.05);
    }
    .mc_f1s3_imgbox1:hover img,
    .mc_f1s3_imgbox2:hover img {
        transform: scale(1.1);
    }
    /* 2023.10.19-新增-start */
    .home_bran .mc_morered_btn:hover{
        border: solid 1px #e5000e;
        background: #e5000e;
    }
    .hacs_ri_img:hover img{
        transform: scale(1.05);
    }
    .psct_li:hover .psct_li_text p{
        color: #333;
    }
    .psct_li:hover .psct_li_text::after{
        width: 100%;
    }
    /* 2023.10.19-新增-end */
}
/* 载入效果 */
.mc_ban_li.slick-active .mc_ban_txtbox {
    animation: fadeInUp 1s;
}
.mc_ban_li.slick-active .mc_ban_more {
    animation: fadeInUp 1s;
}
.mc_titlebox,
.mc_a1s3_txt,
.mc_inban_titlebox {
    animation-name: fadeInUp;
    animation-delay: .3s;
}
.mc_a1s1_txt {
    animation-name: fadeInUp;
    animation-delay: .3s;
}
.mc_f2s1_li:nth-child(odd) .mc_f2s1_l{
    animation-name: fadeIn;
    animation-delay: .3s;
}
.mc_f2s1_li:nth-child(even) .mc_f2s1_l{
    animation-name: fadeIn;
    animation-delay: .3s;
}
.mc_c1_title,
.mc_c1_txt,
.mc_c1_btnbox {
    opacity: 0;
    transition: all 1s .5s;
}
.section.active .mc_c1_title,
.section.active .mc_c1_txt,
.section.active .mc_c1_btnbox {
    animation: fadeInUp 1s .5s forwards;
}
.mc_a1s1_bd,
.mc_a1s4_imgbox,
.mc_d1_list,
/* .mc_b2tj_list, */
.mc_f1s3_imgbox,
.mc_f2s1_list,
.mc_g1s2_list,
.mc_h2s1_top,
.mc_a1s5b_list,
.mc_b1b_list  {
    overflow: hidden;
}
.mc_d3s3_list {
    overflow: visible;
}
.mc_b2tj_li:nth-child(3n+1) {
    animation-name: fadeInUp;
    animation-delay: .3s;
}
.mc_b2tj_li:nth-child(3n+2) {
    animation-name: fadeInUp;
    animation-delay: .5s;
}
.mc_b2tj_li:nth-child(3n+3) {
    animation-name: fadeInUp;
    animation-delay: .7s;
}
.mc_b1b_li:nth-child(4n+1) {
    animation-name: fadeInUp;
    animation-delay: .3s;
}
.mc_b1b_li:nth-child(4n+2) {
    animation-name: fadeInUp;
    animation-delay: .5s;
}
.mc_b1b_li:nth-child(4n+3) {
    animation-name: fadeInUp;
    animation-delay: .7s;
}
.mc_b1b_li:nth-child(4n+4) {
    animation-name: fadeInUp;
    animation-delay: .9s;
}
.mc_f1s3_bg{
    animation-duration: 3s;
}
.mc_f1s2_txt p{
    line-height: 1.5;
}
.mc_h1s2p3 {
    animation-name: fadeIn;
}
.mc_h2s2_td1{
    font-size: 18px;
}
.mc_inban2 .mc_ban_ph .mc_ban_img{
    min-height: 500px;
}
.mc_nav_li:nth-last-of-type(1) .mc_nav_xl,
.mc_nav_li:nth-last-of-type(2) .mc_nav_xl,
.mc_nav_li:nth-last-of-type(3) .mc_nav_xl{
    left: auto;
    right: -40%;
}
.mc_subnav_a{
    padding-left: 20px;
}
.mc_subnav_a::before{
    position: absolute;
    left: 0;
    top: 0;
}
.mc_nav_li:hover{
    z-index: 10;
}
.mc_b1t1 {
    display: flex;
    align-items: center;
}
/* 9.21 */
.mc_a1s2_list .slick-arrow {
    top: 25%;
    width: 50px;
    height: 50px;
    background: #fff;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.06);
    z-index: 5;
    border-radius: 50%;
    cursor: pointer;
}
.mc_a1s2_list .slick-arrow::before{
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 18px;
    height: 18px;
}
.mc_a1s2_list .slick-prev::before {
    background: url(../images/arr_prev.png) center / cover no-repeat;
}
.mc_a1s2_list .slick-next::before {
    background: url(../images/arr_next.png) center / cover no-repeat;
}
.mc_a1s2_list .slick-prev{
    left: -65px;
}
.mc_a1s2_list .slick-next{
    right: -65px;
}
.mc_e1_box1 {
    margin-bottom: 30px;
}
.mc_mbx_nav {
    float: left;
}
.mc_mbx_a{
    font-size: 16px;
    opacity: 1;
}
.mc_e1b2li_txtbox{
    padding-top: 0;
}
.mc_e1b2_imgbox{
    margin-bottom: 20px;
}
.mc_e1b2_lisbox{
    background: #f8f8f8;
    padding: 30px 35px;
    height: 100%;
}
.mc_e1b2_list {
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
}
/* 9.22 */
.mc_a1s4_imgbox2 img{
    object-fit: cover;
}
.mc_b1bsubnav_a{
    cursor: pointer;
}
.mc_b1b_bdli:not(:first-child){
    display: none;
}
.mc_b1b_bd .mc_fybox{
    display: block !important;
}
.mc_a1s3_imgbox{
    width: 50%;
    padding-left: 5%;
}
.mc_a1s4_imgbox2{
    position: relative;
    left: auto;
    bottom: auto;
    transform: none;
    width: 86%;
    float: right;
    margin-top: 30px;
}
.mc_a1s4_container{
    padding-right: 0;
}
.mc_a1s4_imgbox{
    padding-bottom: 0;
}
.mc_f2s3{
    width: 1200px;
    margin: 40px auto 0;
}
.mc_a1s1_bd a{
    display: block;
}
/* 2023.10.19-新增-start */
.mc_ban_modal{
    display: none;
}
.mc_nav_line {
    display: none;
}
.mc_nav_li.yxnav_active1 .mc_nav_a{
    color: #e60011;
}
/* B4-门店查询-start */
.inside_add .mc_inban .mc_ban_pc::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    z-index: 5;
    width: 100%;
    height: 100%;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.40) 13.65%, rgba(0, 0, 0, 0.00) 43.88%);
}
.inside_add .mc_inban .mc_ban_pc::after{
    content: none;
}
/* .inside_add{
    max-width: 100% !important;
} */
.inside_add .mc_ban_img{
    width: 100%;
}
.inside_add .mc_inban_title{
    text-align: center;
}
.inside_add .mc_mbx_a img{
    display: none;
}
.mc_inban_sear_cont{
    width: 30%;
    margin: 0 auto;
    position: relative;
}
.misc_sec{
    display: flex;
}
.mc_inban_sear{
    width: 100%;
    position: absolute;
    left: 50%;
    top: 60%;
    transform: translate(-50%,-50%);
    z-index: 1;
}
.sear_main .mc_inban_container.mc_pos_center{
    top: 40%;
}
.misc_le{
    width: 82%;
}
.misc_ri{
    width: 18%;
}
.misc_ri_text p{
    font-weight: normal;
    color: #fff;
    line-height: 48px;
    padding: 0 32px;
    background:#E60012;
    text-align: center;
    font-size: 18px;
}
.misc_ri_text{
    display: inline-block;
    cursor: pointer;
}
.misc_box_label_input{
    border: 1px solid #FFF;
    background: rgba(255, 255, 255, 0.10);
    height: 48px;
}
.misc_box_label_input input{
    width: 100%;
    height: 100%;
    padding: 0 24px;
    font-size: 18px;
    color: #333;
    line-height:1.3;
}
.misc_box_label_input input::placeholder{
    font-size: 18px;
    line-height: 1.3;
    color: #ccc;
}
.misc_box_label{
    width: 100%;
}
.misp_cont_ul_li p{
    color: #333;
    line-height: 1.3;
    transition: all .36s;
}
.misp_cont_ul_li{
    margin-bottom: 16px;
    cursor: pointer;
}
.misp_cont_ul_li:last-child{
    margin-bottom: 0px;
}
.misp_cont_ul_li.act p{
    color: #E60012;
}
.mc_inban_sear_pull{
    position: absolute;
    left: 0;
    top: 115%;
    /* display: none; */
}
.mod_text18, .mod_text18 p{
    font-size: 18px;
    color: #333;
    line-height: 1.65;
}
.misc_ri_text p{
    color: #fff;
}
.misp_cont{
    background: #FFF;
    box-shadow: 0px 4px 12px 0px rgba(0, 0, 0, 0.04);
    padding: 24px;
}
.ys_cont900{
    width: 900px;
    margin: 0 auto;
    max-width: 100%;
}
.sear_cont{
    width: 100%;
    position: relative;
}
.sear_sele_tp{
    width: 100%;
    position: relative;
}
.mod_text24{
    font-size: 24px;
    line-height: 1.65;
    color: #333;
}
.mod_text16, .mod_text16 p{
    font-size: 16px;
    line-height: 1.65;
    color: #666;
}
.sear_sele_tp_cont{
    display: flex;
    align-items: center;
}
.sstc_le{
    width: 48%;
    padding-right:105px;
}
.sstc_ri{
    width: 52%;
}
.sstc_le_tit{
    font-weight: bold;
    color: #333;
    line-height: 1.65;
}
.sstc_le_text p{
    color: #e5000e;
    line-height: 1.65;
    font-size: 14px;
}
.sstc_le_word p{
    color: #666;
    line-height: 1.65;
}
.sstc_le_word{
    margin-top: 16px;
}
.ys_imgbox_cover {
    position: relative;
    overflow: hidden;
}
.ys_imgbox_cover img {
    width: 100%;
    transition: all .36s ease;
}
.ys_imgbox_cover img:nth-child(2) {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
}
.std_padd80{
    padding: 80px 0;
}
.std_padd80_top{
    padding-top: 80px;
}
.std_padd80_bot{
    padding-bottom: 80px;
}
.sear_list{
    width: 100%;
    position: relative;
}
.sear_list_cont{
    width: 100%;
    position: relative;
    padding: 60px 64px 56px;
    background: #F8F8F8;
}
.sear_list_cont_ul{
    display: flex;
    flex-wrap: wrap;
    margin: 0 -20px;
}
.slcu_li{
    width: 25%;
    padding: 0 20px;
    margin-bottom: 20px;
}
.slcu_li:nth-child(4n-3) {
  animation-delay: .1s;
}
.slcu_li:nth-child(4n-2) {
    animation-delay: .2s;
}
.slcu_li:nth-child(4n-1) {
    animation-delay: .3s;
}
.slcu_li:nth-child(4n) {
    animation-delay: .4s;
}
.slcu_li_box_tit{
    color: #333;
    line-height: 1.65;
    margin: 10px 0 8px;
    font-weight: bold;
}
.slcu_li_box_word p{
    color: #666;
    line-height: 1.65;
}
.ys_cont1400{
    width: 1400px;
    margin: 0 auto;
    max-width: 100%;
}
.sear_list_cont_paging{
    margin-top: 50px;
}
.sear_list_cont_ul{
    overflow: hidden;
}
/* B4-门店查询-end */
/* B3-和膜和彩详情页-start */
.hmdeat_cont{
    width: 100%;
    position: relative;
}
.hmdeat_firs_cont{
    display: flex;
    align-items: center;
}
.hmdeat_firs_cont_le{
    width: 49%;
    padding: 33px  35px;
    border: 1px solid #C9C9C9;
}
.hfcl_img{
    width: 100%;
    position: relative;
}
.hfcl_img img{
    width: 100%;
}
.hmdeat_firs_cont_ri{
    width: 51%;
    padding-left: 120px;
}
.std_padd140_top{
    padding-top: 140px;
}
.std_apdd140_bot{
    padding-bottom: 140px;
}
.std_padd140{
    padding: 140px 0;
}
.std_padd100{
    padding: 100px 0;
}
.std_padd100_top{
    padding-top: 100px;
}
.std_padd100_bot{
    padding-bottom: 100px;
}
.hmdeat_seco_cont_ul{
    display: flex;
    flex-wrap: wrap;
    padding:30px 25px;
    background: #F5F5F5;
    position: relative;
    /* margin: 0 -40px; */
}
.hmdeat_seco_cont_ul::before{
    content: "";
    position: absolute;
    top: 30%;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
    height: 1px;
    border-bottom: dashed 1px #d7d7d7;
}
.hmdeat_seco_cont_ul::after{
    content: "";
    position: absolute;
    top: 60%;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
    height: 1px;
    border-bottom: dashed 1px #d7d7d7;
}
.hscu_li{
    width: 20%;
    padding: 30px 40px;
    /* border-bottom: dashed 1px #d7d7d7; */
}
.hmdeat_cont h2{
    position: relative;
}
.hmdeat_cont h2::after{
    content: "";
    position: absolute;
    bottom: -5px;
    left: 0;
    width: 40px;
    height: 1px;
    background: #e5000e;
}
.hmdeat_firs h2::after{
    width: 80px;
}
.hmdeat_firs h2{
    margin-bottom: 26px;
    color: #333;
    font-weight: bold;
}
.hfcr_word p{
    color: #666;
    line-height: 1.65;
}
.hfcr_word{
    margin-bottom: 40px;
}
.hfcr_ul{
    display: flex;
    flex-wrap: wrap;
    margin: 0 -54px;
}
.hfcr_ul_li{
    width: 50%;
    padding: 0 54px;
    margin-bottom: 60px;
}
.hfcr_ul_li:nth-of-type(n+2){
    margin-bottom: 0px;
}
.mod_text40{
    font-size: 40px;
    line-height: 1.2;
    color: #E60012;
}
.hfcr_ul_li_unm .ys_demo_num{
    font-family: 'poppins-semibold';
}
.hfcr_ul_li_text{
    color: #333;
    margin-top: 8px;
}
.hfcr_ul_li_box{
    padding-bottom: 12px;
    border-bottom: solid 1px rgba(0, 0, 0, 0.30);
}
.hmdeat_seco{
    padding-top: 90px;
}
.hmdeat_seco h2{
    font-weight: bold;
    margin-bottom: 50px;
}
.mod_text20{
    font-size: 20px;
    line-height: 1.3;
    color: #333;
}
.hscu_li_text{
    margin-bottom: 20px;
}
.hscu_li_word p{
    color: #666;
}
.hmdeat_seco_cont{
    width: 100%;
}
.hmdeat_seco_cont_tit{
    text-align: center;
    background:#00479D;
    padding: 8px 0 ;
    color: #fff;
    line-height: 1.4;
}
.mod_arrows{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.arrows_icon{
    width: 46px;
    cursor: pointer;
    position: relative;
    pointer-events: all;
}
.arrows_icon img{
    width: 100%;
}
.slick-disabled{
    opacity: 0.5;
    pointer-events: none;
}
.hmdeat_prod_cont{
    width: 100%;
    position: relative;
}
.hpcu_li_textbox{
    margin-top: 40px;
}
.hmdeat_prod_cont_ul{
    margin: 0 -50px;
}
.hpcu_li{
    width: 33.333333%;
    padding: 0 50px;
}
.hpcu_li_textbox_tit{
    font-weight: bold;
    color: #333;
    margin-bottom: 16px;
    -webkit-user-select: text;
    -khtml-user-select: text;
    -moz-user-select: text;
    -ms-user-select: text;
    user-select: text;
}
.hpcu_li_textbox_word p{
    color: #666;
    line-height: 1.65;
    -webkit-user-select: text;
    -khtml-user-select: text;
    -moz-user-select: text;
    -ms-user-select: text;
    user-select: text;
}
.hpcu_li:not(:first-child){
    display: none;
}
.hmdeat_btn{
    width: 100%;
    position: absolute;
    top: 50%;
    pointer-events: none;
}
.hmdeat_prod{
    padding-top: 90px;
}
.hmdeat_prod h2{
    margin-bottom: 70px;
}
.hmdeat_btn .arrows_prev{
    left: -86px;
}
.hmdeat_btn .arrows_next{
    right: -86px;
}
.hmdeat_prod h2{
    font-weight: bold;
    color: #333;
}
/* B3-和膜和彩详情页-end */
/* B1-和膜和彩漆面保护膜-start */
.prod_cont{
    width: 100%;
    position: relative;
}
.prod_cont_aside{
    width: 95px;
    position: absolute;
    left: 40px;
    top: 510px;
    z-index: 3;
}
.prod_cont_aside.ys_fixed{
    position: fixed;
}
.pcau_li_icon{
    width: 16px;
    height: 16px;
    margin-right: 10px;
    border-radius: 50%;
    background: rgba(161, 161, 161, 0.60);
    transition: all .36s;
    position: relative;
}
.pcau_li_icon::after{
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    width: 4px;
    height: 4px;
    border-radius: 50%;
    background: #fff;
}
.pcau_li_text p{
    color: #666;
    line-height: 1.65;
}
.pcau_li {
    display: flex;
    align-items: center;
    margin-bottom: 12px;
    cursor: pointer;
    position: relative;
}
.pcau_li::after {
    content: "";
    position: absolute;
    top: 22px;
    left: 8px;
    width: 1px;
    height: 20px;
    background: #747474;
    transition: all .36s;
}
.pcau_li:last-child:after{
    content: none;
}
.pcau_li.act .pcau_li_icon{
    background: #e60012;
}
.pcau_li.act .pcau_li_text p{
    color: #e60012;
}
.std_padd120{
    padding: 120px 0;
}
.std_padd120_top{
    padding-top: 120px;
}
.std_padd120_bot{
    padding-bottom: 120px;
}
.prod_bran_video{
    width: 360px;
    position: absolute;
    top: 36.4%;
    left: 57.8%;
    transform: translate(-50%,-50%);
    padding: 4px;
    background: #fff;
    z-index: 2;
}
.prod_bran_video_box{
    position: relative;
}
.prod_bran_icon{
    width: 38px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    cursor: pointer;
}
.prod_bran_video_img{
    position: relative;
}
.prod_bran_video_img::after{
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.40) 0%, rgba(0, 0, 0, 0.40) 100%), linear-gradient(0deg, rgba(0, 0, 0, 0.20) 0%, rgba(0, 0, 0, 0.20) 100%);
}
.prod_bran_video_img img{
    width: 100%;
}
.ys_videom {
    display: none;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 999;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .84);
}
.ys_videom_container {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}
.ys_videom_close {
    position: absolute;
    right: 0;
    top: -1.5em;
    cursor: pointer;
    z-index: 10;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 24px;
    color: #fff;
}
.ys_videom_close .iconfont {
    font-size: inherit;
}
.ys_videom_content {
    width: 1000px;
    max-width: calc(100vw - 40px);
    max-height: calc(100vh - 80px);
    text-align: center;
}
.ys_videom_iframebox {
    text-align: center;
}
.ys_videom_iframebox {
    display: none;
}
.ys_videom_video {
    max-width: 100%;
    vertical-align: middle;
    background: #000;
}
.ys_videom_video {
    display: none;
    margin: 0 auto;
    max-height: calc(100vh - 80px);
}
video {
    background: #000;
    outline: 0;
}
.pbul_box_le_text p{
    font-size: 14px;
    line-height: 1.65;
    color: #e5000e;
}
.mod_text34{
    font-size: 34px;
    color: #333;
    line-height: 1.65;
}
.pbul_box_le_word p{
    color: #999;
    line-height: 1.65;
}
.pbul_box_le h2{
    margin-bottom: 16px;
}
.pbul_box_ri{
    width: 44.8%;
}
.pbul_box_le{
    width:55.2%;
    padding-right: 208px;
    padding-left: 162px;
    margin-top: -120px;
}
.pbul_box{
    display: flex;
    align-items: center;
}
.prod_bran_ul_li:nth-child(2n) .pbul_box{
    flex-direction: row-reverse;
}
.prod_bran_ul_li:nth-child(2n) .pbul_box_le{
    padding-right: 142px;
    padding-left: 180px;
    margin-top: 0px;
}
.prod_bran_ul_li{
    margin-bottom: 51px;
}
.prod_bran_ul_li:last-child{
    margin-bottom: 0px;
}
.pbul_box_ri_img {
    position: relative;
}
.pbul_box_ri_img::after{
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.20) 0%, rgba(0, 0, 0, 0.20) 100%);
}
.prod_bran_ul{
    padding: 69px 0 63px;
}
.prod_bran_bg{
    width: 30%;
    position: absolute;
    top: 42%;
    left: 0;
    transform: translateY(-50%);
}
.prod_bran_bg img{
    width: 100%;
}
.prod_posi_cont{
    padding: 269px 0 164px;
}
.ppct_box_le_text p{
    font-size: 14px;
    line-height: 1.65;
    color: #fff;
}
.ppct_box_ri_tit{
    color: #fff;
    line-height: 1.65;
    margin-bottom: 11px;
}
.ppct_box_ri_word p{
    font-size: 16px;
    line-height: 1.65;
    color: #999;
}
.ppct_box{
    display: flex;
    align-items: center;
}
.ppct_box_le{
    margin-right: 180px;
}
.ppct_box_le h2{
    color: #fff;
}
.prod_posi_cont_tp{
    margin-bottom: 126px;
}
.prod_posi_cont_btm{
    padding-left: 325px;
}
.ppcb_ul{
    display: flex;
}
.ppcb_ul_li{
    width: 33.333333%;
}
.pulb_icon{
    width: 34px;
    margin-bottom: 26px;
}
.pulb_icon img{
    width: 100%;
}
.pulb_tit{
    color: #fff;
    line-height: 1.65;
}
.pulb_text p{
    color: #999;
    line-height: 1.65;
}
.pulb_text{
    margin: 16px 0 14px;
}
.ppcb_ul_li_box{
    padding: 10px 80px 30px 40px;
}
.ppcb_ul_li{
    border-left:solid 1px rgba(255, 255, 255, 0.20); ;
}
.pulb_word p{
    color: #c7c7c7;
    line-height: 1.65;
}
.prod_huar_textbox_text p{
    text-align: center;
    color: #e5000e;
}
.prod_guar_textbox h2{
    text-align: center;
    color: #333;
    line-height: 1.65;
}
.prod_guar_textbox_word p{
    text-align: center;
    line-height: 1.65;
    color: #999;
}
.prod_guar_textbox_word{
    margin: 16px 0 40px;
}
.prod_guar_cont_box{
    display: flex;
}
.pgcb_le{
    width: 20%;
    position: relative;
    padding: 125px 0 132px;
}
.pgcb_le::after{
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 50%;
    background: linear-gradient(0deg, rgba(9, 12, 15, 0.50) -28.89%, rgba(9, 12, 15, 0.00) 74.76%);
}
.pgcb_le_box{
    padding: 0 52px;
}
.pgcb_le_box_logo{
    width: 154px;
    margin: 0 auto;
    margin-bottom: 30px;
}
.pgcb_le_box_logo img{
    width: 100%;
}
.pgcb_le_box_img{
    width: 120px;
    margin: 0 auto;
    margin-bottom: 34px;
}
.pgcb_le_box_img img{
    width: 100%;
}
.pgcb_le_box_word p{
    text-align: center;
    color: #fff;
    line-height: 1.65;
}
.pgcb_ri{
    width: 80%;
    position: relative;
}
.pgcb_ri::after{
    content: "";
    position: absolute;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background: rgba(9, 12, 15, 0.50);
}
.prul_box_word p{
    color: #c7c7c7;
    line-height: 1.65;
    text-align: center;
}
.prul_box_word{
    margin-top: 10px;
}
.prul_box_line{
    width: 2px;
    height: 100px;
    background: rgb(137,142,147);
    margin: 0 auto;
    position: relative;
}
.prul_box_line::after{
    content: "";
    position: absolute;
    left: 50%;
    bottom: 0;
    transform: translateX(-50%);
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: #fff;
}
.prul_box_line::before{
    content: "";
    width: 3px;
    height: 0%;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    background: #fff;
}
@keyframes heig{
    0%{
        height: 0%;
    }
    100%{
        height: 100%;
    }
}
.pgcb_ri_ul_li.slick-current .prul_box_line::before{
    animation: heig 3s linear both;
}
.pgcb_ri_ul_li.slick-current::before{
    opacity: 1;
}
.pscb_li_box_ul .slick-dots li {
    width: 12px;
    height: 12px;
    margin: 0 6px;
    background: #d9d9d9;
}
.pscb_li_box_ul .slick-dots li.slick-active {
    background: #e60012;
}
.pscb_li_box_ul .slick-dots{
    bottom: -60px;
}
.pscb_li.on .plbu_li:last-child .plbu_li_box_text{
    display: block;
}
.prul_box_tit{
    color: #fff;
    text-align: center;
    margin-bottom: 9.5px;
}
.prul_box{
    padding: 0 56px;
    position: relative;
    z-index: 2;
}
.pgcb_ri_ul_li{
    position: relative;
    padding: 125px 0 142px;
}
.pgcb_ri_ul_li::after{
    content: "";
    position: absolute;
    right: 0;
    top: 0;
    width: 1px;
    height: 100%;
    background: rgba(255, 255, 255, 0.40);
}
.pgcb_ri_ul_li::before{
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    z-index: 2;
    opacity: 0;
    transition: all .36s;
}
.prul_box_icon{
    width: 60px;
    margin: 0 auto;
    margin-bottom: 26px;
}
.prul_box_icon img{
    width: 100%;
}
.pgcb_ri_ul{
    display: flex;
}
.pgcb_ri_ul_li{
    width: 25%;
}
.pgcb_ri_list{
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    z-index: 2;
}
.pgcb_ri_list .slick-dots {
    position: absolute;
    bottom: 0;
    display: block;
    width: 100%;
    height: 100%;
    list-style: none;
    text-align: inherit;
}
.pgcb_ri_list .slick-dots li {
    width: 25%;
    height: 100%;
    margin: 0;
}
.pgcb_ri_ul .slick-list{
    width: 100%;
}
.pgcb_ri_ul {
    position: relative;
    z-index: 2;
}
.pgbc_ri_list_li{
    width: 100%;
}
.pgcb_ri_ul_li.slick-current .prul_box_btm{
    opacity: 1;
}
.pgcb_ri_ul_li.slick-current .prul_box_tp{
    transform: translateY(0px);
}
.prul_box_btm{
    opacity: 0;
    transition: all .36s;
}
.prul_box_tp{
    position: relative;
    transform: translateY(70%);
    transition: all .36s;
}
.prod_ctact_box_tp{
    margin-bottom: 24px;
}
.pcbt_ul{
    display: flex;
    margin: 0 -10px;
}
.pcbt_ul_li{
    width: 50%;
    padding: 0 10px;
}
.pcbt_ul_li_box{
    border: 1px solid #D7D7D7;
    padding: 22px 86px 23px 80px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.pulb_le_text p{
    font-size: 14px;
    color: #e5000e;
    line-height: 1.65;
}
.pulb_le_tit{
    color: #333;
    line-height: 1.65;
}
.pulb_ri_btn_box{
    display: flex;
    align-items: center;
}
.prbb_icon{
    width: 8px;
    margin-left: 12px;
}
.prbb_icon img{
    width: 100%;
}
.prbb_text p{
    color: #e5000e;
    line-height: 1.65;
}
.prod_ctact_box{
    padding: 45px 0 53px;
    width: 100%;
}
.pcbb_box_le_tit{
    color: #333;
    line-height: 1.65;
}
.pcbb_box_le_text p{
    color: #e5000e;
}
.pcbb_box_le_word{
    margin-top: 22px;
    margin-bottom: 12px;
}
.pcbb_box_le_word p{
    color: #666;
    line-height: 1.65;   
}
.pcbb_box_le_ul{
    display: flex;
    margin: 0 -20px;
}
.pblu_li{
    padding: 0 20px;
}
.pblu_li_box p{
    color: #666;
}
.pblu_li_box p a{
    color: #666;
}
.pblu_li{
    position: relative;
}
.pblu_li:last-child::after{
    content: none;
}
.pblu_li::after{
    content: "";
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    width:1px;
    height: 16px;
    background: #b7b7b7;
}
.pcbb_box{
    display: flex;
    align-items: center;
    justify-content: space-between;
    border: 1px solid #D7D7D7;
    padding: 27px 40px 29px 80px;
}
.pcbb_box_ri{
    display: flex;
}
.pcbb_box_ri_img{
    width: 120px;
    margin-right: 20px;
}
.pcbb_box_ri_img:last-child{
    margin-right: 0px;
}
.pcbb_box_ri_img img{
    width: 100%;
}
.prod_bran{
    position: relative;
}
.prod_bran_cont {
    position: relative;
}
.prod_slide_cont{
    background: #F8F8F8;
    padding: 94px 0 0px;
}
.prod_slide_box_text p{
    text-align: center;
    font-size: 14px;
    color: #e5000e;
    line-height: 1.65;
}
.prod_slide_cont_textbox h2{
    text-align: center;
    color: #333;
    line-height: 1.65;
}
.prod_slide_cont_tpul{
    display: flex;
    justify-content: center;
    margin: 0 -19px;
    margin-top: 18px;
    margin-bottom: 50px;
}
.psct_li{
    padding: 0 19px;
    position: relative;
}
.psct_li_text{
    position: relative;
    cursor: pointer;
}
.psct_li_text::after{
    content: "";
    position: absolute;
    bottom: -10px;
    left: 0;
    width: 0%;
    height:2px;
    background: #e60012;
    transition: all .36s;
}
.psct_li.on .psct_li_text::after{
    width: 100%;
}
.psct_li_text p{
    color: #999;
    line-height: 1.65;
    transition: all .36s;
}
.psct_li.on .psct_li_text p{
    color: #333;
}
.pscs_sec{
    position: relative;
}
.pscs_btn{
    width: 100%;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    pointer-events: none;
}
.pscs_btn .arrows_prev{
    left: -86px;
}
.pscs_btn .arrows_next{
    right: -86px;
}
.swiper-button-disabled{
    opacity: 0.5;
    pointer-events: none;
}
.plbu_li_box{
    position: relative;
    border: 1px solid #DDD;
    background: #FFF;
}
.plbu_li_box_text{
    width: 100%;
    padding:28px 30px;
    background: #fff;
    position: absolute;
    bottom:28px;
    left: 50%;
    transform: translateX(-50%);
}
.plbt_tit{
    color: #333;
    line-height: 1.65;
    margin-bottom: 8px;
}
.plbt_word p{
    color: #999;
    line-height: 1.65;
    height: 3.3em;
    text-overflow: clip;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}
.plbt_word{
    margin-bottom: 15px;
}
.plbt_ul_li_text p{
    color: #333;
    line-height: 1.65;
}
.plbt_ul{
    display: flex;
    margin: 0 -15px;
}
.plbt_ul_li{
    padding: 0px 15px;
    position: relative;
}
.plbt_ul_li::after{
    content: "";
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 1px;
    height: 12px;
    background: #999;
}
.plbt_ul_li:last-child::after{
    content: none;
}
.plbu_li:last-child .plbu_li_box_text{
    display: none;
}
.plbu_li {
    transition: all .36s;
}
.pscb_li{
    display: none;
}
.pscb_li:first-child{
    display: block;
}
.pscb_li{
    position: relative;
}
/* B1-和膜和彩漆面保护膜-end */
/* 首页新增板块-start */
.home_adv{
    width: 100%;
    position: relative;
}
.home_textbox{
    width: 51%;
    margin: 0 auto;
}
.home_textbox_text p{
    color: #E60012;
    text-align: center;
    line-height: 1.65;
    font-weight: bold;
}
.home_textbox h2{
    font-weight: bold;
    color: #333;
    line-height: 1.65;
    text-align: center;
    margin-bottom: 16px;
}
.home_textbox_word p{
    text-align: center;
    color: #999;
    line-height: 1.65;
}
.std_padd110{
    padding: 110px 0;
}
.std_padd110_top{
    padding-top: 110px;
}
.std_padd110_bot{
    padding-bottom: 110px;
}
.home_adv_cont{
    width: 100%;
    position: relative;
}
.home_adv_cont_sec{
    display: flex;
    justify-content: flex-end;
    position: relative;
    padding-top: 136px;
}
.hacs_le{
    width: 61.5%;
    position: absolute;
    top: 66px;
    left: 0px;
    z-index: 2;
}
.hlul_icon{
    width: 84px;
    margin-bottom: 20px;
}
.hlul_icon img{
    width: 100%;
}
.hlul_tit{
    font-weight: bold;
    color: #000;
    line-height: 1.65;
    margin-bottom: 10px;
}
.hlul_box{
    width: 100%;
    display: block;
    padding: 55px 27px 51px 43px;
    background: #F2F6FD;
}
.hacs_le_ul{
    display: flex;
    margin: 0 -18px;
}
.hacs_le_ul_li{
    width: 33.333333%;
    padding: 0 18px;
}
.hacs_ri{
    width: 48%;
}
.hacs_ri img{
    width: 100%;
    transition: all .36s;
}
.hacs_ri_img{
    overflow: hidden;
}
.home_adv_bg{
    position: absolute;
    bottom: 120px;
    left: 0;
    width: 40%;
}
.home_bran_cont, .home_bran{
    width: 100%;
    position: relative;
}
.hbct_textbox_text p{
    color: #fff;
    font-weight: bold;
    line-height: 1.65;
}
.hbct_textbox h2{
    color: #fff;
    font-weight: bold;
    line-height: 1.65;
    margin-bottom: 16px;
}
.hbct_textbox_word{
    width: 36%;
    margin-bottom: 60px;
}
.hbct_textbox_word p{
    color: #fff;
    line-height: 1.65;
}
.hbct_textbox{
    position: absolute;
    top: 40%;
    left:50%;
    transform: translate(-50%,-50%);
}
.hbct_img{
    position: relative;
}
.hbct_img img{
    width: 100%;
}
.hbct_img::after{
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.40) 0.8%, rgba(0, 0, 0, 0.00) 34.52%), linear-gradient(180deg, rgba(0, 0, 0, 0.60) 2.5%, rgba(0, 0, 0, 0.00) 35%), linear-gradient(0deg, rgba(0, 0, 0, 0.28) 0%, rgba(0, 0, 0, 0.28) 100%);
}
.hbct_img::before{
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 40%;
    height: 100%;
    background: linear-gradient(89deg, #061023 -17.96%, rgba(0, 0, 0, 0.00) 90.64%);
}
.home_bran .mc_morered_btn{
    border: solid 1px #fff;
    background: transparent;
}
.hbct_li:not(:first-child){
    display: none;
}
.ya_ban_dots {
    position: absolute;
    bottom: 160px;
    left: 50%;
    transform: translateX(-50%);
}
.ybdu_li {
    cursor: pointer;
    margin: 0 5px;
}
.ybdl_line {
    width: 340px;
    height: 1px;
    background: rgba(255, 255, 255, 0.30);
}
.ybdl_line_pro {
    width: 0;
    height: 100%;
    background: #fff;
    position: relative;
}
.ybdl_line_pro span{
    /* content: ""; */
    display: block;
    position: relative;
    top: 50%;
    left: 0%;
    transform: translateY(-50%);
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #fff;
    opacity: 0;
    /* transition: all .36s; */
}
.ybdu_li.on .ybdl_line_pro span{
    /* opacity: 1; */
}
.ya_ban_dots_ul{
    display: flex;
    justify-content: space-between;
}
/* 首页新增板块-end */
/* 导航下拉-start */
.mc_navxl_bg {
    display: none;
}
.mc_nav_xl1 .mc_navxl_l{
    display: none;
}
.mc_nav_xl1 .mc_navxl_r{
    width: auto;
}
.mc_nav_xl1 {
    left: 0;
}
.mc_nav_xl1 .mc_nav_xlbox{
    width: 212px;
}  
.mc_subnav {
    display: flex;
    flex-direction: column;
}
.mc_nav_xl1 .mc_nav_xlbox>div{
    padding: 32px 40px;
}
.mc_subnav_li {
    width: 100%;
    margin-bottom: 18px;
}
.mc_subnav_li:last-child{
    margin-bottom: 0px;
}
.mc_nav_li{
    padding: 0 40px;
}
.mc_search {
    margin-left: 120px;
}
.mc_nav_xl_sec{
    display: flex;
}
.mc_nav_xl.mc_nav_li_fir{
    left: 0;
    right: auto;
}
.mc_nav_li:nth-last-of-type(3) .mc_nav_xl {
    left: 0;
    right: auto;
}
.mc_nav_li_fir .mcul_tp{
    display: none;
}
.mc_nav_li_fir .mnls_cont_ul_li {
    width: 132px;
    margin: 0;
}
.mc_nav_li_fir .mnls_cont {
    background: #fff;
    padding: 32px 40px 35px;
}
.mnls_cont{
    background: #fff;
    padding: 52px 100px 55px;
}
.mnls_cont_ul{
    display: flex;
}
.mnls_cont_ul_li{
    width: 218px;
    margin: 0 45px;
}
.mcul_tp{
    padding-bottom: 12px;
    border-bottom:solid 1px #cfcfcf;
    margin-bottom: 24px;
}
.mcul_tp a{
    color: #333;
    font-weight: bold;
}
/* 导航下拉-end */
/* 载入效果 */
.ys_fadeup1 {
    animation: ysfadeInUp .5s ease-in-out both;
    animation-delay: 0.1s;
}
.ys_fadeup2 {
    animation: ysfadeInUp .5s ease-in-out both;
    animation-delay: 0.2s;
}
.ys_fadeup3 {
    animation: ysfadeInUp .5s ease-in-out both;
    animation-delay: 0.3s;
}
.ys_fadeup4 {
    animation: ysfadeInUp .5s ease-in-out both;
    animation-delay: 0.4s;
}
.ys_fadeup5 {
    animation: ysfadeInUp .5s ease-in-out both;
    animation-delay: 0.5s;
}
@-webkit-keyframes ysfadeInUp {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, 50px, 0);
        transform: translate3d(0, 50px, 0)
    }
    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}
@keyframes ysfadeInUp {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, 50px, 0);
        transform: translate3d(0, 50px, 0)
    }
    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}
.yx_rotate15_dots {
    margin-left:15px;
}
.yx_rotate15_dots .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
    background: #d9d9d9;
    opacity: .2;
    margin: 0 6px;
    border-radius: 50%;
    cursor: pointer;
}
.yx_rotate15_dots .swiper-pagination-bullet-active{
    opacity: 1;
    background: #e60012;
}
.yx_rotate15_dots .swiper-pagination {
    display: flex;
    justify-content: center;
    bottom: -70px;
    left: 50%;
    transform: translate(-50%,0%);
}
/* 2023.10.19-新增-end */
.misc_box_label_input input {
    color: #FFF;
}
.mc_subnav_li.yxnav_active3 a{
    color: #e60012;
}
.mnls_cont_ul_li.yxnav_active2 .mcul_tp a{
    color: #e60012;
}
.pgcb_ri_ul .slick-track{
    display: flex;
    align-items: stretch;
}
.pgcb_ri_ul .slick-slide{
    height: auto;
}
.pgcb_ri_ul .prul_box{
    height: 100%;
}
.mc_ban_pc::after, .mc_ban_ph::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(89deg, rgba(0, 0, 0, 0.40) 21.82%, rgba(0, 0, 0, 0.00) 55.46%), linear-gradient(180deg, rgba(0, 0, 0, 0.20) 0%, rgba(0, 0, 0, 0.00) 14.73%), linear-gradient(0deg, rgba(0, 0, 0, 0.20) 0%, rgba(0, 0, 0, 0.20) 100%);
    z-index: 1;
}
.ybdu_li{
    font-size: 16px;
    color: #fff;
    line-height: 1.65;
    text-align: center;
}
.ybdl_line{
    margin-top: 10px;
}
.misp_cont_ul{
    height: 180px;
}
.misc_ri_text p{
    line-height: 48px;
}
.misp_cont_ul .mCS-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    background-color: #e60012 !important;
    width: 2px;
    border-radius: 0px;
}
/* 2023.10.26-修改 */
.mc_ft1_m {
    width: 260px;
}
.mc_ft1_r {
    width: calc(100% - 690px);
}
.prod_cont_aside {
    top: 430px;
}
.mc_ft_nav p {
    padding: 0 20px;
}
.mc_ft_nav {
    margin: 0 -20px;
}
.hmdeat_seco_cont_ul::after{
    top: 322px;
}
.hmdeat_seco_cont_ul::before {
    top: 162px;
}
.hmdeat_seco_cont_ul.act::after{
    content: none;
}
.plbu_li.swiper-slide-prev {
    transform: scale(0.8);
}
.plbu_li.swiper-slide-active {
    transform: scale(1);
}
.plbu_li.swiper-slide-next {
    transform: scale(0.8);
}
.pscb_li_box {
    overflow: visible !important;
    width: 30%;
    margin: 0 auto;
}
.pscs_sec{
    overflow: hidden;
}
.pscs_btn .arrows_prev {
    left: 0;
}
.pscs_btn .arrows_next {
    right: 0;
}
.plbu_li_box_text{
    position: static;
    transform: inherit;
}
.ul1 .yxnav_active1 .g_phnav1{
    color:#e5000e;
}
.ul2 .yxnav_active2 .g_phnav2{
    color: #e5000e;
}
.home_bran_cont_tpul .slick-track{
    display: flex;
    align-items: stretch;
}
.hbct_li {
    height: auto;
}
.hbct_li_box{
    height: 100%;
}
.misc_sec{
    align-items: stretch;
}
.pscb_li .swiper-container-horizontal>.swiper-scrollbar {
    position: absolute;
    left: 50%;
    bottom: -50px;
    transform: translateX(-50%);
    z-index: 50;
    height: 2px;
    width: calc(100% + 50px);
    background: #d3d3d3;
}
.pscb_li .swiper-scrollbar-drag{
    height: 3px;
    top: -2px;
    background: #e60012 !important;
}

 .pscs_sec{
    padding-bottom: 150px;
}