﻿@charset "utf-8";

body {
    font-family: "Microsoft Yahei", "PingFang SC", "Helvetica Neue", Helvetica, Arial;
}

/*分享翻译*/
#bsWXBox .bsTop:after {
    /*分享中文版本*/
    content: '- 微信';
    /*分享英文版本*/
    /* content: '- weixin'; */
    display: block;
    position: absolute;
    left: 85px;
    top: 50%;
    font-size: 14px;
    transform: translateY(-50%);
}

#bsWXBox .bsTop:before {
    /*分享中文版本*/
    content: '分享到';
    /*分享英文版本*/
    /* content: 'Share the'; */
    display: block;
    position: absolute;
    left: 10px;
    top: 50%;
    font-size: 14px;
    transform: translateY(-50%);
}

/*导航默认选中*/
.yxnav_active1 {}

.yxnav_active2 {}

/* - banner - start*/
.ys_banner {
    width: 100%;
    position: relative;
}

.ys_ban_li {
    position: relative;
    overflow: hidden;
}

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

.ys_ban_imgbox img {
    width: 100%;
}

.ys_ban_li>a {
    display: block;
}

.ys_ban_ph {
    display: none;
}

.ys_ban_video {
    position: absolute;
    left: 50%;
    top: 50%;
    z-index: 2;
    transform: translate(-50%, -50%);
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.ys_ban_li:not(:first-child) {
    display: none;
}

.ys_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); */
}
.ys_ban_txtbox{
    z-index: 15;
    top: 45% !important;
}

.ys_ban_imgbox::after{
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 1;
    background: rgba(0, 0, 0, 0.1);
}
.c_markimg{
    position: absolute;
    width: 268px;
    top: 0;
    right: 0;
    z-index: 10;
}
.c_markimg img{
    width: 100%;
}




.ys_ban_txtbox .c_tit60_13,
.ys_ban_txtbox .c_tit24_15{
    color: #fff;
    font-weight: initial;
    margin-bottom: 25px;
    text-align: center;
}

.c_water{
    margin-top: -120px;
    position: relative;
    z-index: 10;
}
.c_waterbg{
    width: 100%;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    z-index:100;
}
.c_waterbg .c_imgbox{
    width: 395px;
    position: absolute;
}

.c_waterbg .c_imgbox:first-child{
    left: 0;
    top: -80px;
}
.c_waterbg .c_imgbox:last-child{
    right: 0;
    top: 30px;
}

.c_a1p1_navbox.swiper-container-horizontal>.swiper-pagination-progressbar{
    height: 2px;
}
.c_a1p1_navbox .swiper-pagination-progressbar{
    background: rgba(153, 153, 153, 0.2);
}




.c_water_con{
    position: relative;
}
.c_water_text{
    width: 530px;
    text-align: center;
}
.c_water_text1 p{
    font-size: 30px;
    color: #fff;
    margin-bottom: 10px;
}
.c_water_text2{
    color: #fff !important;
    opacity: 0.5;
}
.c_water_text1 .c_imgbox{
    width: 25px;
    flex-shrink: 0;
}
.c_waterimg{
    width: 100%;
    display: flex;
    z-index: 2;
    position: relative;
}
.c_waterimg img{
    min-width: 700px;
    width: 100%;
    flex: none;
}
.c_waterimg_z{
    width: 200%;
    /* display: flex; */
    position: absolute;
    z-index: -1;
    font-size: 0;
    line-height: 0;
    border: none;
    vertical-align:middle
}

.c_waterimg_z img{
    width: initial;
    width: 50%;
    flex-shrink: 0;
    float: left;
    border: none;
    line-height: 0;
    display: block;
    margin: 0;
    padding: 0;
    vertical-align:bottom;

}
.c_waterimg_z1{
    -webkit-animation:warter 30s linear infinite ;
    animation:warter 30s linear infinite ;
    top: -30px;
}
.c_waterimg_z2{
    -webkit-animation:warter 10s linear infinite ;
    animation:warter 10s linear infinite ;
    top: -30px;
}
.c_waterimg_z3{
    -webkit-animation:warter 20s linear infinite ;
    animation:warter 20s linear infinite ;
    top: -37px;
}

.c_waterimg_z4{
    -webkit-animation:warter 10s linear infinite ;
    animation:warter 10s linear infinite ;
    bottom: -10px;
}
.c_waterimg_z5{
    -webkit-animation:warter 30s linear infinite ;
    animation:warter 30s linear infinite ;
    bottom: -30px;
}

.c_banner_dost{
    position: absolute;
    bottom: 35%;
    left: 50%;
    transform: translateX(-50%);
    z-index: 20;
    color: #fff;
    display: flex;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}
.c_banner_dostli{
    width: 42px;
    font-size: 20px;
    line-height: 1.5;
    margin: 0 15px;
    text-align: center;
    position: relative;
    padding-bottom: 10px;
    cursor: pointer;
}
.c_banner_dostli:first-child{
    margin-left: 0;
}
.c_banner_dostli:last-child{
    margin-right: 0;
}
.c_banner_dostli span{
    content: "";
    position: absolute;
    /* width: 100%; */
    height: 1px;
    background-color: #fff;
    left: 0;
    bottom: -1px;
    display: none;
    opacity: 1;
    width: 0;
}
.c_banner_dostli.active span{
    display: block;
    /* animation:w100 4s linear; */
    /* -webkit-animation:w100 4s linear; */
    /* opacity: 1; */
}



@keyframes w100 {
    0%{
        width: 0;
    }
    100%{
        width: 100%;
    }
}



@keyframes warter {
    0%{
        transform: translateX(0%);
    }
    100%{
        transform: translateX(-50%);
    }
}


.c_hdpc{
    display: flex;
    padding: 10px 0;
    position: relative;
    height: 95px;
    justify-content: space-between;
    align-items: center;
    box-shadow: 0px 4px 15px rgba(0, 0, 0, 0.06);
}

.c_hdpc_fl,.c_hdpc_fr{
    padding: 0 45px;
    flex-grow: 1;
    flex-basis: 0;
    flex-shrink: 0;
    position: relative;
    z-index: 1;
}
.c_hdpc_fl{
}
.c_hdpc_fr{
    justify-content: flex-end !important;
}
.c_hdpc_flul{
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: 50%;
    /* left: calc(50% - 73px); */
    left: calc(47% - 73px);
    transform: translate(-50%,-50%);
    z-index: 10;
}
.c_hdpc_flli{
    flex-shrink: 0;
}
.c_hdpc_flli:nth-child(4){
    padding-right: 200px;
}



/* 修改 */

.c_hdpc_flli:nth-child(5){
    padding-right: 80px !important;
}
.c_hdpc_flli {
    padding: 0 23px !important;
}
.c_hdpc_flul {
    /* left: calc(50% - -33px) !important; */
    left: 44.5% !important;
}
.c_hdpc_logo {
    width: 96px !important;
}
.c_hd_btnlangs {
    margin-left: 45px !important ;
}
.c_hd_searchbtn {
    margin-left: 35px !important;
}

/* 修改 */






.c_hdpc_flbtn{
    width: 42px;
    cursor: pointer;
    position: relative;
}
.c_hdpc_flbtn img{
    width: 100%;
    transition: all 0.36s;
}
.c_hdpc_flbtn img:last-child{
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
}

.c_hdpc_flbtn.on img:last-child{
    opacity: 1;
}
.c_hdpc_flbtn.on img:first-child{
    opacity: 0;
}
.c_hdpc_logo{
    width:104px ;
    position: absolute;
    top: 50%;
    left: 50% !important;
    /* left: 47%; */
    transform: translate(-50%,-50%);
    z-index: 20;
}
.c_hdpc_logo img{
    width: 100%;
}

.c_hdpc_fl,.c_hdpc_fr{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.c_hdpc_flli{
    padding: 0 30px;
}

.c_hdpc_flli.yxnav_active1 .c_hdpc_fltext{
    color: #8A222C;
}
.c_hdpc_flli:last-child{
    padding-right: 10px;
}



.c_hdpc_fltext{
    display: block;
    font-size: 18px;
    line-height: 1.3;
    color: #666666;
    padding: 0 10px;
    line-height: 90px;
}
.c_hdpc_fr .c_hdpc_flul .c_hdpc_flli:first-child{
    padding-left: 10px;
}


.c_hd_btng{
    flex-shrink: 0;
    display: flex;
    align-items: center;
}
.c_hd_btnlangs{
    flex-shrink: 0;
    display: flex;
    align-items: center;
    flex-direction: row;
    margin-left: 45px;
    cursor: pointer;
}
.c_hd_btnlangs .g_langtop.on .c_img2{
    transform: rotate(180deg);
}
.c_btn1_con{
    display: block;
}
.c_hd_btnlangs .c_img1 {
    width: 26px;
}

.c_hd_btnlangs .c_img2 {
    transition: all 0.36s;
    width: 10px;
    margin-left: 6px;
}
.c_hd_searchbtn{
    width: 25px;
    margin-left: 25px;
    cursor: pointer;
}
.c_hd_btng img{
    width: 100%;
}

.c_hdpc_pull{
    display: none;
    position: absolute;
    top: 100%;
    width: 100%;
    height: 600px;
    background: rgba(255, 255, 255, 0.95);
    padding-top: 72px;
    padding-bottom: 20px; 
}
.c_hdpc_pullcon{
    display: flex;
    justify-content: space-between;
    position: relative;
    z-index: 10;
}


.c_hdpc_pull_item{
    padding: 0 16px;
    display: inline-block;
}
.c_hdpc_pull_item.yxnav_active2 .c_hdpc_pullh{
    color: #8A222C !important;
}

.c_hdpc_pull_li.yxnav_active2 .c_hdpc_pull_text{
    color: #8A222C;
}

.c_hdpc_pull_item .c_hdpc_pullh{
    display: block;
    color: #333;
    font-weight: bold;
    position: relative;
    padding-bottom: 7px;
}

.c_hdpc_pullh::after{
    content: "";
    position: absolute;
    width: 25px;
    height: 1px;
    bottom: 0;
    left: 0;
    background-color: #8A222C;
}
.c_hdpc_pull_ul{
    margin-top: 36px;
}
.c_hdpc_pull_li{
    margin-bottom: 16px;
}
.c_hdpc_pull_text{
    display: block;
    transition: all 0.36s;
}
.c_hd_pullbg{
    position: absolute;
    width: 230px;
    bottom: 46px;
    right: 40px;
}


.c_hdpc_pull_ul .mCSB_outside+.mCSB_scrollTools {
    right: -26px !important;
}
.c_hdpc_pull_ul .mCS-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{
    background-color: #8A222C;
}

.c_hd_langcon{
    position: absolute;
    right: 94px;
    top: calc(100% + 4px);
    display: none;
}

.c_hd_langcon a{
    display: block;
    width: 42px;
    text-align: center;
    line-height: 32px;
    font-size: 14px;
    cursor: pointer;
    background-color: #fff;
    border-radius: 2px;
    color: #666;
}

.c_footer{
    padding-top: 180px;
    position: relative;
}

.ys_footer_address{
    margin-top: 47px;
}
.ys_footer_addli{
    margin-right: 20px;
}

.ys_footer_addli:last-child{
    margin-right: 0;
}
.ys_footer_addcon{
    display: flex;
    align-items: center;
}
.c_ft_addimg{
    width: 17px;
    position: relative;
    margin-right: 7px;
}

.c_ft_addimg img{
    width: 100%;
    transition: all 0.36s;
}

.c_ft_addimg img:last-child{
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
}

.ys_footer_asktbox{
    display: inline-block;
    margin-top: 48px;
    cursor: pointer;
}

.ys_footer_sharebox{
    margin-top: 77px;
}
.ys_footer_asktbox .c_imgbox{
    width: 22px;
    font-size: 0;
    line-height: 32px;
    margin-right: 12px;
}

.ys_footer_sharebox .ys_sharebox{
    width: 30px;
    margin-left: 0;
    margin-right:45px;
    position: relative; 
}


.ys_footer_list .ys_sharebox .c_imgqr{
    pointer-events:none;
    
}

.ys_footer_list .ys_sharebox:last-child{
    margin-right:0px;
}
.ys_footer_sharebox .ys_sharebox img{
    width: 100%;
}

.ys_footer_list .ys_sharebox .c_imgqr{
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: calc(100% + 10px);
    width: 80px;
}
.ys_footer_list .ys_sharebox .c_imgqr img{
    width: 100%;
    opacity: 0 !important;
}
.ys_footer_list .ys_sharebox.on .c_imgqr img{
    opacity: 1 !important;
}


.ys_ban_li.slick-active .ys_ban_imgbox{
    animation: bigtosm 3.5s forwards;
}

@keyframes bigtosm {
    from{
        transform: scale(1.2);
    }
    to{
        transform: scale(1);
    }
}



.ys_footer_fl{
    /* width: 330px; */
    width: 166px;
}
.ys_footer_fr{
    /* width:calc(100% - 330px); */
    width:calc(100% - 166px);
    padding-left: 60px;
}


.ys_footer_fr .c_hdpc_pullh::after{
    display: none;
}

.ys_footer_fr .c_tit20_16{
    font-weight: initial;
}
.ys_footer_sharebox .ys_sharebox {
    position: relative;
}
.ys_footer_sharebox .ys_sharebox img{
    width: 100%;
    transition: all 0.36s;
}

.ys_footer_sharebox .ys_sharebox img:nth-child(2){
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
}


.c_footer_bg1,
.c_footer_bg2{
    position: absolute;
    z-index: -1;
}

.c_footer_bg1{
    width: 155px;
    top: 46%;
    left: -20px;
}

.c_footer_bg1 img,
.c_footer_bg2 img{
    width: 100%;
}

.c_footer .c_hdpc_pull_ul{
    height: 350px;
    margin-top: 20px;
}

.c_footer_cons{
    margin-bottom: 50px;
    position: relative;
}
.c_footer_info{
    position: relative;
    background-color: #8A222C;
}
.c_footer_infocon{
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.c_footer_info_fl,.c_footer_info_fr,.c_footer_info_fr a{
    font-size: 14px;
    line-height: 1.5;
    color: #fff;
}
.c_footer_info_fl span,.c_footer_info_fr a,.c_footer_info_fr span {
    opacity: 0.5;
}

.c_footer_info_fl a{
    margin-left: 12px;
    color: #fff;
    opacity: 0.5;
}
.c_footer_info_fl .c_footer_info_file{
    margin-left: 0px;
    opacity: 1;
}
.c_footer_info_fr span{
    margin: 0 15px;
}

.c_footer_bg2{
    width: 865px;
    bottom: 100%;
    right: 0;
}
.c_header{
    position:fixed;
    top: 0;
    width: 100%;
    background-color: #fff;
}
.c_main{
    padding-top: 95px;
}
.c_hd_pullbg img{
    width: 100%;
}


.c_footer_w{
    position: absolute;
    z-index: -1;
    width: 200%;
    display: flex;
}

.c_footer_w img{
    flex-shrink: 0;
    width: 50%;
}
.c_footer_w1{
    bottom: -45px;
    animation:warter 26s linear infinite ;
}
.c_footer_w2{
    bottom: -60px;
    animation:warter 12s linear infinite ;
}


.c_footer .c_hdpc_pull_li{
    margin-bottom: 11px;
}

.ys_footer_logo{
    width: 125px;
}
.ys_footer_logo a{
    display:block;
}
.c_searcdis{
    position: fixed;
    top: 95px;
    display: none;
    width: 100%;
    z-index: 20;
}
.c_phlogo{
    width: 68px;
}

.c_searchbox{
    height: 100px;
    background-color: rgba(255, 255, 255, 0.95);
    display: flex;
    justify-content: center;
    align-items: center;
}
.c_search{
    width: 540px;
    border-bottom: 1px solid rgba(153, 153, 153, 0.2);
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-right: 6px;
}
.c_search_img{
    width: 18px;
    cursor: pointer;
}
.c_search_input{
    flex-grow: 1;
    padding-right: 10px;
    height: 36px;
}

.c_a1p3_bg{
    position: absolute;
    width: 1040px;
    bottom: 100%;
    left: 0;
    z-index: -1;
}


.c_hd_form{
    position: fixed;
    z-index: 100;
    width: 100vw;
    height: 100vh;
    background-color: rgba(0,0,0,0.6);
    display: flex;
    align-items: center;
    justify-content: center;
    display: none;
}
.c_hd_formcon{
    width: 1380px;
    background-color: #fff;
    position: relative;
    padding: 60px 0;
}
.c_hd_form .c_h1form{
    box-shadow: none;
}

.c_close_icon{
    font-size: 20px;
    color: #666666;
    position: absolute;
    top: 25px;
    right: 25px;
    z-index: 100;
    transition: all 0.36s;
    cursor: pointer;
}

.c_close_icon:hover{
    transform: rotate(180deg);
}

.c_hd_form .c_hd_formcon{
    position: relative;
}

.c_gotop{
    position: absolute;
    bottom: calc(100% + 62px);
    right: 86px;
    width: 30px;
    cursor: pointer;
}


/* - banner - end*/


/* carter-start */

/* 规范-start */
/* @color */
.c_main_color{
    color: #8A222C;
}
.c_assist_color{
    color: #026881;
}
.c_bg_color{
    background-color: #FBFBFB;
}

/* @tit */
.c_tit60_13{
    font-size: 60px;
    line-height: 1.3;
}

.c_tit48_13{
    font-size: 48px;
    line-height: 1.3;
}
.c_tit40_13{
    font-size: 40px;
    line-height: 1.3;
}
.c_tit32_13{
    font-size: 32px;
    line-height: 1.3;
}
.c_tit24_15{
    font-size: 24px;
    line-height: 1.5;
}
.c_tit20_16{
    font-size: 20px;
    line-height: 1.6;
}
.c_tit60_13,
.c_tit48_13,
.c_tit40_13,
.c_tit32_13,
.c_tit24_15,
.c_tit20_16{
    font-weight: bold;
    color: #333;
}

/* @text */


.c_p18_175,
.c_p18_175 p{
    font-size: 18px;
    line-height: 1.75;
    color: #666;
}
.c_p16_175,
.c_p16_175 p{
    font-size: 16px;
    line-height: 1.75;
    color: #666;
}

/* 编辑器 */
.yxedr_active p{
    font-size: 18px;
    line-height: 1.75;
    color: #666;
    margin-bottom: 16px;
}
.yxedr_active h4{
    font-size: 32px;
    line-height: 1.5;
    color: #333;
    margin-bottom: 16px;
    font-weight: bold;
}
.yxedr_active h6{
    font-size: 18px;
    line-height: 1.75;
    color: #333;
    margin-bottom: 16px;
}


/* @spacing */
.c_paddB95{
    padding-bottom: 95px;
}
.c_padd95{
    padding-top: 95px;
}
.c_paddB45{
    padding-bottom: 45px;
}

.c_mar45{
    margin-top: 45px;
}
.c_marB45{
    margin-bottom: 45px;
}


.c_padd60{
    padding-bottom: 60px;
}

.c_btn1,
.c_btn1_2,
.c_btn1_3{
    display:block;
    font-size: 0px;
    /* margin-right: 39px; */
}
.c_btn1_con,
.c_btn1_2_con,
.c_btn1_3_con
{
    display:inline-block;
    background-color: #8A222C;
    border-radius: 5px;
    overflow: hidden;
    text-align: center;
    color: #FFFFFF;
    font-size: 14px;
    transition: all 0.36s;
    cursor: pointer;
    position: relative;
    overflow: hidden;
    z-index: 1;
}
.c_btn1_con{
    font-size: 16px;
}

.c_btn1_con::before,
.c_btn1_2_con::before,
.c_btn1_2_con::before{
    content: "";
    position: absolute;
    width: 0px;
    height: 0px;
    top: 50%;
    left: 50%;
    transition:all 0.9s ease-out;
    transform:  translate(-50%,-50%);
    z-index: -1;
    background-color: #721019;
    border-radius: 50%;
}

.c_btn1_con:hover::before,
.c_btn1_2_con:hover::before,
.c_btn1_2_con:hover::before{
    height: 300px;
    width: 300px;
}
.c_btn1_con{
    min-width: 110px;
    line-height: 46px;
}

.c_btn1_2_con{
    min-width: 145px;
    line-height: 50px;
}
.c_btn1_3_con{
    min-width: 200px;
    line-height: 50px;
}

.c_btn2{
    display: block;
    font-size: 0px;
}
.c_btn2_con{
    display: inline-block;
    min-width: 205px;
    background-color: #8A222C;
    border-radius: 5px;
    overflow: hidden;
    padding: 0 22px;
    transition: all 0.36s;
    cursor: pointer;
    position: relative;
    z-index: 1;
}
.c_btn2_con::before{
    content: "";
    position: absolute;
    width: 0px;
    height: 0px;
    top: 50%;
    left: 50%;
    transition:all 0.5s ease-out;
    transform:  translate(-50%,-50%);
    z-index: -1;
    background-color: #721019;
    border-radius: 50%;
}

.c_btn2_con:hover::before{
    height: 300px;
    width: 300px;
}

.c_btn2_flex{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.c_btn2_text{
    line-height: 58px;
    color: #fff;
    font-size: 14px;
    flex-shrink: 0;
}
.c_btn2_icon {
    flex-shrink: 0;
    width: 18px;
}
.c_btn2_icon img{
    width: 100%;
}
.c_btn3{
    width: 40px;
    height: 40px;
    border-radius: 2px;
    background-color: #8A222C;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.36s;
    cursor: pointer;
    position: relative;
    z-index: 1;
}
.c_btn3::before{
    content: "";
    position: absolute;
    width: 0px;
    height: 0px;
    top: 50%;
    left: 50%;
    transition:all 0.5s ease-out;
    transform:  translate(-50%,-50%);
    z-index: -1;
    background-color: #721019;
    border-radius: 50%;
}


.c_btn3:hover::before{
    width: 100px;
    height: 100px;
}



.c_btn3_icon{
    font-size: 0px;
    width: 16px;
}
.c_btn3_icon img{
    width: 100%;
}

.c_times{
    display: flex;
    align-items: center;
}
.c_times .c_imgbox{
    line-height: 32px;
    width: 16px;
    font-size: 0;
}

.c_times_value{
    font-size: 16px;
    line-height: 32px;
    color: #999999;
}
.c_times .c_imgbox{
    margin-right: 10px;
}

/* 面包屑 */
.c_smnav_item{
    float: left;
    display: flex;
    font-size: 14px;
    margin-right: 5px;
}

.c_smnav_first,
.c_smnav_icon,
.c_smnav_text{
    line-height: 26px;
    display: block;
    color: #cacaca;
}
.c_smnav_first{
    width: 16px;
    display: block;
    line-height: 26px;
    font-size: 0;
    position: relative;
    top: -1px;
}
.c_smnav_icon{
    margin-right: 5px;
}
.c_smnav_item:last-child .c_smnav_text{
    color: #999;
}

.c_smnav_text{
    transition: all 0.36s;
}




.c_rightTop{
    position: absolute;
    width: 240px;
    top: 0;
    right: 0;
    z-index: -1;
}
.c_lefttBottom{
    position: absolute;
    width: 293px;
    left: 0;
    bottom: 0;
    z-index: -1;
}

.c_d1rightTop{
    position: absolute;
    width: 200px;
    top: 0;
    right: 0;
    z-index: -1;
}




/* 规范-end */

/* b1-start */
.ys_bordul {
    display: flex;
    align-items: center;
}

.ys_bordfr {
    width: 16px;
}

.ys_bordfr img {
    width: 100%;
}

.ys_bordli {
    color: #999;
    font-size: 16px;
    line-height: 1.5;
    margin-left: 10px;
}

.ys_bordli a {
    color: #999;
    font-size: 16px;
    line-height: 1.5;
    margin-left: 5px;
    transition: all 0.36s;
}


.c_b1{
    background-color: #FBFBFB;
    position: relative;
    z-index: 1;
}
.c_b1p1_smnav{
    padding-top: 35px;
}

.c_b1yxedr h4{
    margin-bottom: 30px;
}
.c_b1yxedr p{
    margin-bottom: 30px;
}
.c_b1yxedr p:last-child{
    margin-bottom: 0px;
}

.c_b1p2_bg{
    position: relative;
    z-index: 2;
}
.c_b1p2_bg::after{
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #000;
    opacity: 0.4;
    z-index: 1;
}

.c_b1p2_con{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; 
    overflow: hidden; 
    z-index: 2;
}
.c_b1p2_con .ys_cont1440{
    height: 100%;
}
.c_b1p2_conre{
    position: relative;
    height: 100%;
}
.c_b1p2 .c_divide{
    display: flex;
    justify-content: space-between;
    height: 100%;
}
.c_divide li{
    height: 100%;
    width: 1px;
    background-color: rgba(255, 255, 255, 0.3);
}

.c_b1p2_list{
    position: absolute;
    top: 0;
    left: 0;
    display: flex;
    justify-content: space-between;
    align-content: center;
    flex-wrap: wrap;
    width: 100%;
    height: 100%;
}
.c_b1p2_item{
    width: 25%;
    padding: 0 20px;
    margin-bottom: 150px;
}
.c_b1p2_data{
    color: #fff;
}
.c_b1p2_datavalue{
    font-size: 20px;
    line-height: 1.5;
}
.c_b1p2_datavalue span{
    font-size: 72px;
    line-height: 1.5;
    position: relative;
    top: 2px;
    font-weight: bold;
    margin-right: 5px;
}

.c_b1p2_datatext{
    font-size: 16px;
    line-height: 1.75;
    color:#fff ;
    opacity: 0.8;
}
.c_b1p2_first{
    width: 50%;
}
.c_b1p2_itemcon_tit{
    color: #fff !important;
    width: 75%;
    line-height: 1.5;
}
.c_b1p2_list .c_b1p2_item:nth-child(3) ~ li{
    margin-bottom: 0;
}

.c_b1p3_itemlist{
    padding-right: 16px;
}
.c_b1p3_tit{
    text-align: center;
}
.c_b1p3_con{
    position: relative;
    overflow: hidden;
    border-radius:10px;
}
.c_b1p3_bg{
    overflow: hidden;
    position: relative;
    min-width: 1120px;
}
.c_b1p3_bg2{
    overflow: hidden;
    position: relative;
    min-width: 470px;
}
.c_b1p3_bg::after,.c_b1p3_bg2::after{
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #000;
    opacity: 0.3;
}


.c_b1p3_con .c_divide{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: space-between;
}

.c_b1p3_list{
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}
.c_b1p3_item{
    width: 33.333333%;
    padding: 0 64px;
}

.c_b1p3_itemcon .c_tit32_13{
    color: #fff;
    margin-bottom: 15px;
}
.c_b1p3_itemcon .c_p16_175 p{
    color: rgba(255, 255, 255, 0.8);;
}

.c_b1p3_itemli{
    color: #fff;
    margin-bottom:15px;
}
.c_b1p3_itemlitit{
    font-size: 16px;
    line-height: 1.75;
    font-weight: bold;
}
.c_b1p3_itemli .c_p18_175 p{
    color: #fff;
}
.c_b1_footer{
    position: relative;
    padding-top:66px !important;
    border-top: 1px solid rgba(153, 153, 153, 0.2);
}
/* b1-end */

/* c1-start */
.c1_wrap{
    word-wrap:normal;
    word-break: break-all;
}
.c_c1{
    background-color: #FBFBFB;
    position: relative;
    z-index: 1;
}
.c_c1p1_list{
    margin: 0 -20px;
}
.c_c1p1_item{
    padding: 0 20px;
}
.c_c1p1_item_fl{
    width: 45%;
}
.c_c1p1_item_fr{
    width: 55%;
    padding-left: 55px;
}
.c_c1p1_item_fr .c_times{
    margin: 20px 0 35px;
}
.c_c1p1_item_fr .c_tit32_13{
    margin-bottom: 20px;
    overflow: hidden;
    text-overflow:ellipsis;
    display:-webkit-box;
    -webkit-line-clamp:2;
    -webkit-box-orient:vertical;

}
.c_c1p1_item_fr .c_p18_175{
    margin-bottom:64px;
}

.c_c1p1_item_fr .c_p18_175 p{
    overflow: hidden;
    text-overflow:ellipsis;
    display:-webkit-box;
    -webkit-line-clamp:3;
    -webkit-box-orient:vertical;
}
.c_c1p1_list .c_c1p1_item:not(.on){
    display: none ;
}
.c_c1p1_list .slick-prev,.c_c1p1_list .slick-next{
    width: 45px;
    height: 45px;
    border-radius: 3px;
    border: 1px solid #8A222C;
    transition: all 0.36s;
}

.c_c1p1_list .slick-arrow img{
    width: 10px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    transition: all 0.36s;
}
.c_c1p1_list .slick-arrow img:last-child{
    opacity: 0;
}

.c_c1p1_list .slick-prev img:nth-child(2){
    transform: translate(-50%,-50%) rotate(180deg);
}

.c_c1p1_list .slick-next img:nth-child(1){
    transform: translate(-50%,-50%) rotate(180deg);
}

.c_page .pc_fenye li{
    border-radius: 3px;
}



.slick-prev{
    left: initial;
    right: calc(100% + 50px);
}
.slick-next{
    left: calc(100% + 50px);
}







.c_c1 .c_page{
    padding-top: 35px;
}

.c_c1p2{
    border-top: 1px solid rgba(153, 153, 153, 0.2);
}

.c_c1p2_list{
    display: flex;
    flex-wrap: wrap;
    margin: 0 -30px; 
}


.c_c1p2_item{
    width: 33.333333%;
    padding: 0 30px;
    margin-bottom: 60px;
}
.c_c1p2_list .c_c1p2_item:last-child{
    margin-bottom: 0px;
}

.c_c1p2_item .c_p18_175{
    margin-bottom: 18px;
}
.c_c1p2_itemcon{
    display: block;
    padding-bottom: 25px;
    border-bottom: 1px solid rgba(153, 153, 153, 0.2);
}
.c_c1p2_itemcon .ys_imgbox_cover{
    margin-bottom: 20px;
}

.c_c1p2_itemcon .c_p18_175 p{
    height: 63px;
    overflow: hidden;
    text-overflow:ellipsis;
    display:-webkit-box;
    -webkit-line-clamp:2;
    -webkit-box-orient:vertical;
    transition: all 0.36s;
    word-break: none;
    word-wrap: break-word;
    color: #333;
}
.c_page .first li,
.c_page .next li
{
    margin-right: 0px;
    width: 30px;
    height: 40px;
    line-height: 40px;
}
.c_page .prev li,
.c_page .end li{
    margin-left: 0px;
    width: 30px;
    line-height: 40px;
    height: 40px;
}
.c_page .prev{
    margin-right: 18px;
}
.c_page .next{
    margin-left: 18px;
}

.c_page .comp-tabli,
.c_page a.comp-tabli li,
.c_page li.activepage
{
    width: 40px;
    height: 40px;
    line-height: 40px;
    margin: 0 8px;
    border-radius: 3px;
    font-size: 16px;
}
.c_page li.activepage{
    background-color: #8A222C;
}
.c_c1p1_itemcon{
    display: block;
}

.c_page .ys_phfyfl a{
    color: #666;
}

/* c1-end */

/* f1-start */
.c_f1{
    background-color:#FBFBFB;
    position: relative;
    z-index: 1;
}
.c_f1p2 {
    border-top: 1px solid rgba(153, 153, 153, 0.2);
}
.c_f1p2_list{

}
.c_f1p2_item{
    margin-bottom: 32px;
}


.c_f1p2_list .c_f1p2_item:last-child{
    margin-bottom: 0;
}
.c_f1p2_itemcon{
    background: #FFFFFF;
    box-shadow: 0px 0px 15px rgba(166, 166, 166, 0.08);
    display: block;
    padding: 30px 30px 30px 60px;
    display: flex;
    align-items: center;
}
.c_f1p2_itemcon_fl{
    width: calc(100% - 330px);
    padding-right: 80px;
}
.c_f1p2_itemcon_fr .ys_imgbox_cover{
    width:100%;
}
.c_f1p2_itemcon_fr{
    flex-shrink: 0;
    width: 330px;
}
.c_f1p2_itemcon_fl .c_times{
    margin-bottom: 10px;
}
.c_f1p2_itemcon_fl .c_tit24_15{
    line-height: 1.75;
    margin-bottom: 10px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.c_f1p2_item .c_tit24_15{
    transition: all 0.36s;
 }
.c_f1p2_itemcon_fl .c_p18_175{

}
.c_f1p2_itemcon_fl .c_p18_175 p{
    color: #666;
    overflow: hidden;
    text-overflow:ellipsis;
    display:-webkit-box;
    -webkit-line-clamp:2;
    -webkit-box-orient:vertical;
    height: 64px;
}
.c_page .mc_fybtn{
    color: #333;
}
/* f1-end */

/* e1-start */
.c_e1{
    background-color:#fff ;
    position: relative;
    z-index: 1;
}
.c_e1p2{
    position: relative;
}
.c_e1p2_item{
    width: 50%;
}
.c_e1p2_con{
    display: block;
    position: relative;
    overflow: hidden;
}
.c_e1p2_con::before{
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: #000;
    opacity: 0.5;
    z-index: 1;
}
.c_e1p2_context{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    z-index: 2;
}
.c_e1p2_context .c_tit24_15{
    margin-bottom: 15px;
}
.c_e1p2_context .c_tit24_15,
.c_e1p2_context .c_p18_175 p{
    color: #fff;
}
.c_e1p2_centerimg{
    width: 100px;
    z-index: 3;
}

.c_e1p2_con .ys_imgbox_cover img{
    min-width: 600px;
    object-fit: cover;
    width: 100%;
}
.c_e1p3{
    padding-bottom:50px;
}
.c_e1p3_tit{
    text-align: center;
}
.c_e1p3_list{
    display: flex;
    flex-wrap: wrap;
    margin: 0 -30px;
}
.c_e1p3_item{
    width: 20%;
    padding: 0 30px;
    margin-bottom: 40px;
}

.c_e1p2_centerimg  img{
    width: 100%;
}

.c_e1p2_con .ys_imgbox_cover {
    transform: scale(1.01);
}

/* e1-end */

/* c2-start */
.c_c2{
    background-color: #FBFBFB;
    position: relative;
    z-index: 1;
}
.c_c2left{
    width:75%;
    padding-right: 84px;
}

.c_c2right{
    width:25%;
    background-color: #FBFBFB;
}
.c_c2left_tit{
    padding-bottom: 22px;
    border-bottom:1px solid #DFE2E4;
}
.c_c2left_titcon .c_tit32_13{
    margin-bottom: 10px;
}

.c_c2left_con{
    padding: 40px 0;
    border-bottom: 1px solid #DFE2E4;
}
.c_c2left_con h6{
    font-weight: bold;
    color: #8A222C;
}


.c_c2left_tit .c_times_value{
    color: #9099A0;
}

.c_cutpage{
    padding-top: 30px;
}
.c_cutpage_item{
    
}

.c_cutpage_item a{
    transition: all 0.36s;
}
.c_cutpage_text{
    max-width: 100%;
    display: inline-block;
    font-size: 16px;
    color: rgba(153, 153, 153, 1);
    display: flex;
}
.c_cutpage_text>div:first-child{
    flex-shrink: 0;
}
.c_cutpage_text>div{
    line-height: 1.75;
}
.c_cutpage_prev{
    margin-bottom: 12px;
}

.c_c2right{
    
}
.c_c2rightstic{
    
}

.c_postst{
    position: static !important;
}
.c_c2rightstic_con{
    box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.05);
    padding: 30px;
    border-radius: 10px;
}

.c_c2right_title{
    border-bottom: 1px solid rgba(153, 153, 153, 0.2);
    padding-bottom: 20px;
}

.c_c2right_list{
    padding-top: 25px;
    max-height: 620px;
}
.c_c2right_list .mCSB_outside+.mCSB_scrollTools{
    right:-20px !important;
}
.c_c2right_list .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{
    width: 2px;
}

.c_c2right_item{
    margin-bottom: 25px;
}
.c_c2right_con{
    display: block;
}
.c_c2right_contit{
    font-size: 14px;
    line-height: 1.75;
    color: #333;
    margin-bottom: 6px;
    transition: all 0.36s;
}
.c_c2right_item .c_times_value{
    font-size: 14px;
}
/* c2-end */


/* d2-start */
.c_d2{
    background-color: #FBFBFB;
    position: relative;
    z-index: 1;
}
.c_d2 .c_c2right .c_c2right_contit{
    text-align: center;
    line-height: 48px;
    width: 100%;
    background-color: #EFEFEF;
    font-size: 18px;
    color: #666;
    transition: all 0.36s;
}
.c_d2 .c_c2right_item{
    margin-bottom: 20px;
}
.c_d2 .c_c2left_con{
    border: none;
} 


.c_d2 .c_c2left_con ul{
    padding-inline-start: 20px;
}
.c_d2 .c_c2left_con li{
    position: relative;
}
.c_d2 .c_c2left_con li::after{
    content: "";
    width: 6px;
    height: 6px;
    background-color: #8A222C;
    transform: rotate(45deg) ;
    position: absolute;
    left: -20px;
    top: 12px;
}
.c_d2 .c_c2right_con.on .c_c2right_contit{
    background-color:#8A222C ;
    color: #fff;
}
/* d2-end */


/* i1-start */
.c_i1{
    background-color: #FBFBFB;
    position: relative;
    z-index: 1;
}
.c_i1 .c_c2_con .c_c2left{
    width: 100%;
}
.c_i1 .c_c2_con h6{
    color:#333333;
}
.c_i1 .c_c2left_con{
    border: none;
} 
/* i1-end */



/* d1-start */
.c_d1{
    padding-bottom: 30px;
    background-color: #FBFBFB;
    position: relative;
    z-index: 1;
}
.c_d1_list{
    display: flex;
    flex-wrap: wrap;
    margin: 0 -30px;
}
.c_d1_item{
    width: 50%;
    padding: 0 30px;
    margin-bottom: 60px;
}

.c_d1_itemcon{
    display: block;
    height: 100%;
    position: relative;
}

.c_d1_itemcon_text{
    background-color: #fff;
    transition: all 0.8s;
    box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.08);
    padding: 80px;
}

.c_d1_itemcon_textfl{
    position: relative;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.c_d1_itemcon_textfl .c_imgbox{
    width: 82px;
    margin-bottom: 25px;
    position: relative;
}
.c_d1_itemcon_textfl .c_imgbox img{
    transition: all 0.8s;
}
.c_d1_itemcon_textfl .c_imgbox img:last-child{
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    opacity: 0;
}

.c_d1_itemcon_text .c_tit32_13{
    position: relative;
}

.c_d1_itemcon .c_btn3_icon{
    position: relative;
}
.c_d1_itemcon .c_btn3_icon img{
    transition: all 0.36s;
}
.c_d1_itemcon .c_btn3_icon img:last-child{
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;   
}



.c_d1_itemcon_text .c_btn3{
    position: absolute;
    bottom: 0;
    right: 0;
    transition: all 0.8s;
}

/* d1-end */


/* g1-start */
.c_g1{
    background-color: #fff;
    position: relative;
    z-index: 1;
}


.c_g1con .c_g1con_tit{
    line-height: 1.75;
    width: 64.58%;
}
.c_g1selectbox{
    margin-bottom: 40px;
    position: relative;
    z-index: 10;
}
.c_g1selectbox .ys_select_hd{
    line-height: 50px;
    background-color: #F8F8FA;
    padding: 0 25px;
    border-radius: 3px;
}
.c_g1selectbox  .ys_select_xtbbox {
    right: 25px;
}

.c_g1selectbox .ys_select_li{
    padding: 0px 25px;
}
.c_g1selectbox .ys_select_bd{
    padding: 10px 0;
}

.c_g1con_select1,
.c_g1con_select2{
    width: 300px;
}

.c_g1con_select1,
.c_g1con_select2{
    margin-right:15px;
}
.ys_select_bd{
    background-color: #F8F8FA;
}


.c_g1selectbox .ys_select_xtbbox .iconfont{
    font-size: 14px;
}


.c_g1_item{
    margin-bottom: 25px;
    border-radius: 3px;
    overflow: hidden;
}
.c_g1_list .c_g1_item:last-child{
    margin-bottom: 0;
}
.c_g1_itemtop{
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 25px 25px 25px 60px;
    background: #F8F8FA;
    cursor: pointer;
}
.c_g1_itemname{
    width: 45%;
    position: relative;
}
.c_g1_itemname::before{
    content: "";
    position: absolute;
    height:20px ;
    width: 4px;
    background-color: #8A222C;
    left: -16px;
    top:50%;
    transform: translateY(-50%);
}
.c_g1_itemflex{
    width: 55%;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.c_g1_itemflex_1,.c_g1_itemflex_2{
    display: flex;
    padding-right: 15px;
}

.c_g1_itemflex_1 p,.c_g1_itemflex_2 p{
    font-size: 16px;
    color:#999999;
    line-height: 1.5;
}
.c_g1_itemflex_1 p:nth-child(1),.c_g1_itemflex_2 p:nth-child(1){
    flex-shrink: 0;
}



.c_g1_itemflexz{
    flex-grow: 1;
    padding-right: 40px;
    display: flex;
    justify-content: space-between;
}
.c_g1_btn{
    flex-shrink: 0;
    align-self: flex-start;
}
.c_g1_itemflexz>div{
    width: 50%;
}

.c_g1_btn .c_btn3_icon{
    width: 16px;
}
.c_g1_btn .c_btn3{
    border-radius: 3px;
}

.c_g1_itembot{
    padding: 51px 60px 60px;
    background-color: #FCFCFD;
    display: none;
}

.c_g1_itembot_con{
    margin-bottom: 40px;
}

.c_g1_itembot_tit,
.c_g1_itembot_li{
    font-size: 18px;
    line-height: 1.75;
    font-weight: bold;
    margin-bottom: 10px;
}
.c_g1_itembot_tit{
    margin-bottom: 16px;
}
.c_g1_itembot_li{
    font-weight: initial;
}
.c_g1_itembot .c_btn1_2{
    margin-top: 55px;
}

.c_g1_item .c_btn3_icon img{
    transition: all 0.36s;
}
.c_g1_item.on .c_btn3_icon img{
    transform: rotate(180deg);
}
.c_g1_list .c_g1_item:nth-child(1) .c_g1_itembot{
    display: block;
}
.c_g1selectbox .ys_select_xtbbox{
    width: 12px;
}

.c_g1selectbox .ys_select_bd{
    background-color:rgba(252, 252, 252, 1) ;
    border: 1px solid rgba(232, 232, 232, 1);
    margin-top: 8px;
    max-height: 190px;
}

.c_g1selectbox .mCS-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    background-color: rgba(194, 194, 194, 1) !important;
    width: 2px !important;
    background-color: #8a222c !important;

}
.c_g1selectbox .mCS-dark.mCSB_scrollTools .mCSB_draggerRail{
    background-color: rgba(232, 232, 232, 1);
    width: 2px;
}
/* g1-end */

/* h1-start */
.c_h1{
    background-color: #FBFBFB;
    position: relative;
    z-index: 1;
}
.c_h1_tit{
    display: flex;
    align-items: center;
}
.c_h1_qr{
    flex-shrink: 0;
}
.c_h1_qr .c_imgbox{
    width: 140px;
    margin: 0 auto;
}


.c_h1_qr .c_imgbox img{
    width: 100%;
}
.c_h1_qrtext{
    text-align: center;
    color: #666666;
    font-size: 16px;
    line-height: 1.5;
    margin-top: 6px;
}
.c_h1_text{
    margin-left:80px;
}
.c_h1_text .c_tit40_13{
    margin-bottom: 15px;
}
.c_h1_text .c_tit24_15{
    color: #666;
    font-weight: initial;
    font-size: 18px;
}

.c_h1_listbox{
    margin-top: 25px;
}

.c_h1_item{
    box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.05);
    background-color: #fff;
    margin-bottom:32px ;
}
.c_h1_list .c_h1_item:last-child{
    margin-bottom: 0;
}
.c_h1_itemcon{
    padding: 28px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.c_h1_itemcon1{
    width: 250px;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    flex-shrink: 0;
}
.c_h1_itemcon1 .c_p18_175{
    color: #8A222C;
    margin-top: 9px;
}
.c_h1_item_ul .c_h1_item_li{
    margin-bottom:12px;
}
.c_h1_item_ul .c_h1_item_li:last-child{
    margin-bottom:0px;
}
.c_h1_itemcon2{
    flex-grow: 1;
    padding: 0 25px;
}
.c_h1_itemcon2 .c_tit24_15{
    margin-bottom: 25px;
}
.c_h1_item_licon{
    display: flex;
}
.c_h1_item_litit,.c_h1_item_litext{
    font-size: 18px;
    line-height: 1.75;
    color: #666666;
}
.c_h1_item_litit{
    margin-right: 0px !important;
    flex-shrink: 0;
}
.c_h1_itemcon .ys_imgbox_cover{
    width: 385px;
    flex-shrink: 0;
}

.c_h1form{
    background-color: #fff;
    box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.05);
}
.c_h1form_con{
    width: 75.7%;
    margin: 0 auto;
}
.c_h1form_con .c_tit40_13,
.c_h1form_con .c_p16_175{
    text-align: center;
}
.c_h1form_con .c_tit40_13{
    margin-bottom: 10px;
}
.c_h1form_con .c_p16_175{
    margin-bottom: 20px;
}

.c_h1form_list{
    display: flex;
    flex-wrap: wrap;
    margin: 0 -10px;
}
.c_h1form_item{
    width: 33.33333%;
    padding: 0 10px;
    margin-bottom:15px ;
}
.c_h1form_itemcon{
    background-color: #F8F8FA;
    line-height: 60px;
    position: relative;
    height: 100%;
}
.c_h1form_itemcon .ys_select{
    height: 100%;
    height: 60px;
}
.c_h1form_itemcon span{
    color: #FF4F30;
}
.c_h1form_itemcon label{
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left:0;
    padding: 0 26px;
    line-height: 60px;
    color: #333;
    font-size: 16px;
    padding-right: 40px !important;
    overflow: hidden;
    text-overflow: ellipsis;
}

.c_h1form_itemcon input{
    width: 100%;
    height: 100%;
    font-size: 16px;
    line-height: 1.5;
    padding: 0 26px;
} 
.c_h1form_pullbox .ys_select_bd {
    padding: 10px 26px;
    max-height:180px ;
    background-color:#FCFCFC ;
    border: 1px solid #E8E8E8;
    margin-top: 8px;
}


.c_h1form_pullbool .ys_select_bd{
    max-height:105px;
}
.ys_select_bd div{
    line-height: 2;
    font-size: 16px;
}

.c_h1_firm{
    width: 66.666666%;
}
.c_h1form_itemcon .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    width: 2px;
    background-color: #C2C2C2;
    background-color: #8a222c !important;
}

.c_h1form_itemcon .mCS-dark.mCSB_scrollTools .mCSB_draggerRail{
    background-color: #E8E8E8;
}
.c_h1form_pull1 input{
    padding: 0 0 !important;
}

.c_h1form_list .ys_select_xtbbox {
    width: 16px;
}
.c_wblock{
    width: 100%;
}
.c_h1input50{
    width: 50%;
}

.c_h1form_pullbool{
    width: 50% ;
}
.c_h1form_itemtext .c_h1form_itemcon{
    width: 100%;
    height: 180px;
}
.c_h1form_itemtext textarea{
    padding: 25px 26px;
    width: 100%;
    height: 100%;
    position: relative;
    z-index: 2;
    font-size: 16px;
    line-height: 1.75;
}

.c_h1form_itemimg .c_h1form_itemcon,
.c_h1form_itembutton .c_h1form_itemcon{
    background-color: #fff;
    padding: 0;
}
.c_h1form_itemimg .c_h1form_itemcon .c_imgbox{
    width:196px;
    position: relative;
    left: -6px;
    cursor: pointer;
}
.c_h1form_itembutton .c_h1form_itemcon{
    display: flex;
    justify-content: flex-end;
    align-items: center;
}

.c_h1clause{
    display: flex;
    align-content: center;
}
.c_h1check{
    width: 14px;
    height: 14px;
    padding:2px;
    border-radius: 50%;
    border: 1px solid #C4C4C4;
    margin-right:8px ;
    position: relative;
    cursor: pointer;
    flex-shrink: 0;
    top: 3px;
}

.c_h1check.on::after{
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    background-color: #8A222C;
}
.c_h1clause_text a{
    color: #8A222C;
    line-height: 1.5;
}

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



.c_h1form_pull1{
    padding: 0 26px;
    width: 100%;
}

.c_b1p3_bg2{
    display: none;
}

.c_check{
    display: flex;
    align-items: center;
    cursor: pointer;
}

.c_checkboxs{
    width: 12px;
    height: 12px;
    border: solid 1px #8A222C;
    padding: 2px;
    margin-right:10px ;
}
.c_checkboxs::before{
    content: "";
    display: block;
    height: 100%;
    width: 100%;
    background-color: #8A222C;
    transition: all 0.36s;
    opacity: 0;
}

.c_check.on .c_checkboxs::before{
    opacity: 1;
}








/* a1-start */
.c_a1p1{
    position: relative; 
}
.c_a1p1_bg{
    position: absolute;
    width: 50%;
    min-width: 650px;
    bottom: -25%;
    z-index: -1;
}

.c_a1p1_bg img{
    width: 100%;
}


.c_a1tit_text1{
    display: inline-block;
    position: relative;
    padding-bottom: 10px;
    margin-bottom: 22px;
}
.c_a1tit_text1::after{
    content: "";
    position: absolute;
    width: 50%;
    height: 2px;
    background-color: #8A222C;
    left: 0;
    bottom: 0;
}

.c_a1tit_btn {
    margin-top: 15px;
}

.c_a1p1_nav{
    padding-bottom: 32px;
}

.swiper-container-horizontal>.swiper-scrollbar.c_a1p1_navbar {
    position: absolute;
    left: 0% ;
    bottom: 0px;
    z-index: 50;
    height: 2px;
    width: 100%;
}

.c_a1p1_navbox{
    margin-bottom: 45px;
}

.c_a1p1_navitem{
    padding: 0 12px;
}
.c_a1p1_navitem_first{

}

.c_a1p1_navcon{
    padding: 12px 10px;
    box-shadow: 0px 4px 15px rgba(0, 0, 0, 0.05);
    border-radius: 5px;
    background-color: #fff;
}
.c_a1p1_navcon .c_imgbox{
    width: 45px;
    margin: 0 auto;
}
.c_a1p1_navcon .c_imgbox img{
    width: 100%;
}
.c_a1p1_navcon .c_p18_175{
    text-align: center;
    margin-top: 2px;
}

.c_a1p1_conlist{

}
.c_a1p1_conli{

}

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

.c_a1p1_confl{
    width: 46%;
}
.c_a1p1_confl .c_tit32_13{
    margin-bottom: 30px;
}
.c_a1p1_textul{
    margin-bottom: 50px;
}
.c_a1p1_textul .c_a1p1_textli:last-child{
    margin-bottom: 0px;
}
.c_a1p1_textli{
    margin-bottom: 20px;
}

.c_a1p1_textli .c_imgbox{
    line-height: 32px;
    margin-right: 10px;
}
.c_a1p1_textli .c_imgbox img{
    width: 100%;
}
.c_a1p1_textli .c_tit20_16{
    font-weight: initial;
    line-height: 32px;
    color: #666;
    width: calc(100% - 20px);
}

.c_a1p1_confr{
    width: 54%;
    position: relative;
}
.c_a1p1_confr::after{
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: #000000;
    opacity: 0.1;
}
.c_imgbox_cen{
    position: absolute;
    bottom: 36px;
    transform: translateX(-50%);
    z-index: 2;
    width: 193px;
}
.c_imgbox_cen img{
    width: 100%;
}

.c_a1p2{
    position: relative;
    z-index: 10;
}
.c_a1p2_bg{
    position: absolute;
    width: 33%;
    min-width: 320px;
    right: 0;
    bottom: 30%;
    z-index: -1;
}
.c_a1p2_bg img{
    width: 100%;
}
.c_a1p2_list{
    margin: 0 -40px;
}
.c_a1p2_item{
    width: 50%;
    padding: 0 40px;
}
.c_a1p2_itemc{
    display: block;
    height: 100%;
    position: relative;
}
.c_a1p2_itemc::after{
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: #000000;
    opacity: 0.1;
}

.c_a1p2_itembot{
    position: absolute;
    bottom: 0;
    height: 95px;
    width: 100%;
    background-color:rgba(0, 0, 0, 0.5) ;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 40px;
    z-index: 3;
}

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

.c_a1p2_itemtext2 .c_p18_175{
    position: relative;
}

.c_a1p2_itemtext1,
.c_a1p2_itemtext2 .c_p18_175{
    color: #fff;
}

.c_a1p2_itemtext2 {
    flex-shrink: 0;
    overflow: hidden;
}
.c_a1p2_itemtext2 .c_p18_175{
    margin-right: 24px;
    position: relative;
    overflow: hidden;
    transition: all 0.36s;
}

.c_a1p2_itemtext2 .c_p18_175::before{
    content: attr(data-text);
    position: absolute;
    display: inline-block;
    width: 100%;
    height: 100%;
    left: 0;
    top: -30px;
    transition: all 0.3s;
}
.c_a1p2_itemtext2 .c_p18_175 span{
    transition: all 0.3s;
    display: inline-block;
    position: relative;
    bottom: 0;
}
.c_a1p2_itembot:hover .c_a1p2_itemtext2 .c_p18_175 span{
    bottom: -30px;
}
.c_a1p2_itembot:hover  .c_a1p2_itemtext2 .c_p18_175::before{
    top: 0px;
}
.c_a1p2_itemtext2 .c_imgbox{
    width: 17px;
}
.c_imgbox img{
    width: 100%;
}

.c_a1p3{
    padding-top: 120px;
    position: relative;
}
.c_a1p3_con{
    min-height: 430px;
    height: 41.35vw;
    position: relative;
    z-index: 1;
}
.c_a1p3_con_bgpc{
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}
.c_a1p3_con_bgpc img{
    width: 100%;
    object-fit: cover;
    position: absolute;
    height: 100%;
    top: 0;
    left: 0;
    z-index: -1;
}
.c_a1p3_con_bgph{
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    display: none;
}

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





.c_a1p3_float{
    margin-top: -120px;
    position: absolute;
    z-index: -1;
    width: 100%;
    top: 0;
}
.c_a1p3_right{
    width: 52%;
    height: 553px;
    background: rgba(138, 34, 44, 1);
    position: relative;
    z-index: 1;
}
.c_a1p3_dowmbox{
    overflow: hidden;
}

.c_a1p3_dowm{
    width: 45%;
    margin-top: 100px;
}

.c_a1p3_dowm .c_tit60_13{
    color: #fff;
    
}

.c_a1p3_dowmbtn .c_btn2_con::before{
    background-color: #F2EEEE;
}   
.c_a1p3_dowmbtn .c_btn2_con{
    background-color: #fff;
}
.c_a1p3_dowmbtn .c_btn2_text{
    color:#333;
}

.c_imgbox1{
    width:194px ;
    position: absolute;
    top: 0;
    right: 0;
    opacity: 0.1;
    z-index: -1;
}
.c_imgbox img{
    width: 100%;
}
.c_imgbox2{
    width: 200%;
    position: absolute;
    bottom: 7%;
    z-index: -1;
}
.c_imgbox3{
    width: 400px;
    position: absolute;
    bottom: 5%;
    left: 18%;
    z-index: -1;
}
.c_a1p3_rightcon{
    padding: 60px 75px;
}
.c_a1p3_right_text{
    width: 60%;
    font-size: 26px;
    color: #fff;
    line-height: 2;
    margin-bottom: 80px;
}
.c_a1p3_rightli{
    margin-right: 70px;
}

.c_a1p3_rightli:last-child{
    margin-right: 0px;
}



.c_a1p3_right_t1{
    color: #fff;
    font-size: 14px;
    line-height: 23px;
    margin-bottom: 12px;
}
.c_a1p3_right_t1 span{
    font-size: 60px;
    margin-right:10px ;
    font-weight: bold;
}
.c_a1p3_right_t2{
    color: #fff;
}

.c_a1p3_rightbtnbox{
    position: absolute;
    bottom: 40px;
    right: 65px;
    z-index: 4;
}

.c_a1p3_rightbtn{
    color: #fff;
    display: flex;
    align-items: center;
    font-size: 18px;
    
}
.c_a1p3_rightbtn .c_imgbox{
    width: 17px;
    margin-left: 0px !important;
}

.c_a1p3_rightbtn:hover .c_p18_175::before {
    top: 0px;
}
.c_a1p3_rightbtn:hover .c_p18_175 span {
    bottom: -30px;
}

.c_a1p1_navitem{
    cursor: pointer;
}
.c_a1p1_navitem .c_imgbox{
    position: relative;
}
.c_a1p1_navitem .c_imgbox img{
    transition: all 0.36s;
}
.c_a1p1_navitem .c_imgbox img:last-child{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    transition: all 0.36s;
    opacity: 0;
}
.c_a1p1_navcon .c_p18_175 p{
    transition: all 0.36s;
    font-weight: bold;
}

.c_a1p1_navitem:hover .c_imgbox img:first-child{
    opacity: 0;
}
.c_a1p1_navitem:hover .c_imgbox img:last-child{
    opacity: 1;
}

.c_a1p1_navitem:hover .c_a1p1_navcon .c_p18_175 p{
    color: #8A222C;
}
.c_a1titbox{
    margin-bottom: 41px;
}




 .c_a1p1_navbox.swiper-container-horizontal>.swiper-pagination-progressbar{
    top: initial;
    bottom: 0;
}


.swiper-container{
    --swiper-theme-color: #8A222C !important;
    --swiper-pagination-color: #8A222C !important;/* 两种都可以 */
}

.c_a1p1_conlist .c_a1p1_conli:not(:first-child){
    display: none;
}

.c_a1p1_navitem.active .c_imgbox img:first-child{
    opacity: 0;
}
.c_a1p1_navitem.active .c_imgbox img:last-child{
    opacity: 1;
}
.c_a1p1_navitem.active .c_p18_175 p{
    color: #8A222C;
}

.c_h1_item:hover .ys_imgbox_cover img{
    transform: scale(1.03);
}










.c_d1_itemcon.on .c_imgbox img:first-child,
.c_d1_itemcon.on .c_btn3_icon img:first-child {
    opacity: 0;
}
.c_d1_itemcon.on .c_imgbox img:last-child,
.c_d1_itemcon.on .c_btn3_icon img:last-child {
    opacity: 1;
}

.c_d1_itemcon.on .c_btn3::before{
    width: 100px;
    height: 100px;
}
.c_d1_itemcon.on .c_tit32_13{
    transition: all 0.36s;
}
.c_d1_itemcon.on .c_d1_itemcon_text{
    background: rgba(0, 0, 0, 0.1);
}
.c_d1_itemcon.on .c_tit32_13{
    color: #fff;
}
.c_d1_itemcon .c_btn3::before{
    background-color: #fff;
}



/* banner */
.c_banner{
    position: relative;
}
.c_bannerimg{
    position: relative;
}
.c_bannerimg::after{
    content:"";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: #000;
    opacity: 0.1;
}


.c_bannerimg img.c_banimg1{
    width: 100%;
}
.c_bannerimg img.c_banimg2{
    width: 100%;
    display: none
}

.c_bannerimg img.c_banimg3{
    position: absolute;
    height: 100%;
    width: 56.45%;
    right: 0;
    top: 0;
}


.c_banner_con{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.c_banner_con .ys_cont1440{
    position: relative;
    height: 100%;
}

.c_banner_b{
    position: relative;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
}
.c_banner_b h1{
    padding-bottom: 45px;
    position: relative;
    color: #fff;
}

.c_banner_b h1::after{
    content: "";
    position: absolute;
    width: 75px;
    height: 0px;
    border: 1px solid #fff;
    bottom: 0;
    left: 0;
    
}


.c_banner_nav{
    position: absolute;
    right: 0;
    bottom: 45px;
    display: flex;
    justify-content: flex-end;
}
.c_banner_navli{
    margin-left:75px;
    opacity: 0.6;
    transition: all 0.36s;
}
.c_banner_navli.on{
    opacity: 1;
}
.c_banner_navc .c_tit20_16{
    position: relative;
    color: #fff;
}


.c_banner_navli .c_tit20_16::after{
    content: "";
    position: absolute;
    width: 40%;
    height: 1px;
    bottom: -14px;
    left: 50%;
    transform: translateX(-50%);
    background-color: #fff;
    opacity: 0;
    transition: all 0.36s;
}

.c_banner_navli.on .c_tit20_16::after{
    opacity: 1;
}

.c_banner_navli:hover .c_tit20_16::after{
    opacity: 1;
}

.c_banner_navli:hover{
    opacity: 1;
}

.ys_ban_mc{
    position: absolute;
    top:0;
    left: 0;
    width: 100%;
    z-index: 10;
}
.ys_ban_mcph{
    display: none;
}





.c_b1p3_item .mCS-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{
    background-color: #C2C2C2;
    width: 2px;
}

.c_b1p3_item .mCS-dark.mCSB_scrollTools .mCSB_draggerRail{
    background-color:#E8E8E8;
}
.c_c2right_item.ys_active .c_c2right_contit{
    background-color: #8A222C;
    color: #fff;
}
.c_noitem{
    display: none;
    padding: 40px;
    text-align: center;
    font-size: 16px;
    color:#666;
}
/* carter-end */


/*鼠标效果*/
@media screen and (min-width: 1200px) {
    .c_d1_itemcon:hover .c_imgbox img:first-child,
    .c_d1_itemcon:hover .c_btn3_icon img:first-child {
        opacity: 0;
    }
    .c_d1_itemcon:hover .c_imgbox img:last-child,
    .c_d1_itemcon:hover .c_btn3_icon img:last-child {
        opacity: 1;
    }
    .c_d1_itemcon:hover .c_btn3::before{
       width: 100px;
       height: 100px;
    }
    .c_c1p1_list .slick-arrow:hover{
        background-color: #8A222C;
    }
    .c_c1p1_list .slick-arrow:hover img:last-child{
        opacity: 1;
    }
    .c_c1p1_list .slick-arrow:hover img:first-child{
        opacity: 0;
    }
    .c_c1p2_itemcon:hover .c_p18_175 p{
        color: #8A222C;
    }
    .c_c1p2_itemcon:hover .ys_imgbox_cover img:nth-child(2){
        transform: scale(1.03);
    }

    .c_cutpage_item a:hover{
        color: #8A222C;
    }
    .c_c2right_con:hover .c_c2right_contit{
        color: #8A222C;
    }
    .c_d2 .c_c2right_con:hover .c_c2right_contit{
        background-color:#8A222C ;
        color: #fff;
    }

    .c_page .pc_fenye a:hover li{
        background-color: #721019;
        color: #fff;
    }

    .c_page .pc_fenye a.end:hover li,
    .c_page .pc_fenye a.prev:hover li,
    .c_page .pc_fenye a.first:hover li,
    .c_page .pc_fenye a.next:hover li{
        background-color: transparent;
        color: #721019;
    }



    .c_smnav_text:hover{
        color: #999;
    }

    .c_d1_itemcon .c_tit32_13{
        transition: all 0.8s;
    }
    .c_d1_itemcon:hover .c_d1_itemcon_text{
        background: rgba(0, 0, 0, 0.1);
    }
    .c_d1_itemcon:hover .c_tit32_13{
        color: #fff;
    }
    .c_f1p2_item:hover .ys_imgbox_cover img{
        transform: scale(1.03);
    }
    .c_f1p2_item:hover .c_tit24_15{
       color: #8A222C;
    }

    .c_e1p2_item:hover img{
        transform: scale(1.03);
    }

    .c_c1p1_item:hover .ys_imgbox_cover img{
        transform: scale(1.02);
    }

    .c_a1p2_item:hover .ys_imgbox_cover img{
        transform: scale(1.03);
    }
    .c_a1p3_dowmbtn{
        margin-top: 50px;
    }
    
    .c_a1p3_dowmbtn .c_btn2_con:hover::before{
        width: 300px;
        height: 300px;
    }

    .c_hdpc_pull_text:hover{
        color: #8A222C;
    }
    .ys_footer_sharebox .ys_sharebox:hover img:nth-child(2){
        opacity: 1;
    }
    .ys_footer_sharebox .ys_sharebox:hover img:nth-child(1){
        opacity: 0;
        box-shadow: 0 0 10px 0 #ccc;
    }    
    
    .c_hdpc_flli:hover a{
        color: #8A222C;
    }
    .c_footer_info_fr a:hover{
        opacity: 1;
    }
    .c_hdpc_pullh:hover{
        color: #8A222C;
    }
    .c_g1selectbox .ys_select_li:hover {
        color: #8A222C;
    }
    
}


.ys_hd_pc{
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    background-color: #fff;
}
.c_hdpc_pullh.yxnav_active1{
    color: #8A222C;
}
.ys_ph_navbar4 .ys_ph_nav li.yxnav_active1>.ys_phnav_lisbox a {
    color: #8A222C;
}
.ys_ph_navbar4 .ys_ph_nav li.yxnav_active2>.ys_phnav_lisbox a {
    color: #8A222C;
}
.g_langtop{
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    /* margin-right: 36px; */
}
.c_hd_langcon {
    position: absolute;
    right: 0;
    top: 65px;
    display: none;
}
.c_hd_btnlangs {
    position: relative;
}
.ys_phnav_header {
    display: block;
}
.ys_phnav_logo{
    position: absolute;
    top:50%;
    left: 50%;
    transform: translate(-50%,-50%);
}
.ys_phnav_menubox{
    line-height: 60px;
}
.ys_ban_li.slick-current .ys_ban_title {
    -webkit-animation: fadeInUp 1s ease both;
    animation: fadeInUp 1s ease both;
    /* opacity: 0; */
    animation-delay: 0.4s;
}

.ys_ban_li.slick-current .c_banner_p {
    /* opacity: 0; */
    -webkit-animation: fadeInUp 1s ease both;
    animation: fadeInUp 1s ease both;
    animation-delay: 0.4s;
}
.c_water_text2 {
    opacity: 1;
}
.c_water_text2 .c_p18_175{
    opacity: 0.5;
}
.c_water_text2 p{
    text-align: center;
}
.c_water_text1{
    display: flex;
    justify-content: space-around;
}
.c_water_text1 .c_p18_175{
    font-size: 18px;
}
.c_g1selectbox .ys_select_bd div {
    line-height: 2;
    font-size: 14px;
}
.ys_select_odd .c_checkboxs,
.ys_select_odd .c_checkboxs::before{
    border-radius: 50%;
}
@media screen and (min-width: 1200px) {
    .ys_footer_list .ys_sharebox:hover .c_imgqr img{
        opacity: 1 !important;
    }
    .ys_footer_addcon:hover .c_ft_addimg img:last-child{
        opacity: 1;
    }
    
    .ys_footer_addcon:hover .c_ft_addimg img:first-child{
        opacity: 0;
    }
    .c_hd_langcon a:hover,
    .ys_select_li:hover{
        color: #8A222C;
    }
}
.c_h1_tit{
    overflow: hidden;
}
.g_formfl{
    width: 50%;
}
.g_form .c_h1form_itemcon{
    width: 200px;
}
.c_h1form_itemcon1{
    width: calc(100% - 200px) !important;
}
.c_h1clause{
    margin-top: 15px;
}
.g_form{
    margin-top: 7px;
}
.c_h1form_itemcheck{
    width: 100%;
}
.c_h1form_list{
    position: relative;
}
.c_h1form_itembutton{
    position: absolute;
    bottom: 60px;
    right: 0;
}
.c_waterimg_z {
    font-size: 0;
    z-index: 1;
    padding: 0;
    margin: 0;
    width: 200vw;
    white-space: nowrap;
    /* display: flex; */
}
.c_waterimg,.c_water_text{
    z-index: 2;
}
.c_waterimg_z img{
    display: inline-block;
    width: 100vw;
    float: none;
}
.c_waterimg_z img {
    flex-shrink: inherit;
    vertical-align: inherit;
}
.t_waitejia{
    width: 50%;
    flex-wrap: 1;
    float: left;
    font-size: 0;
}
.t_waitejia img{
    width: 100%;
}

.c_warterimg_ph{
    display: none !important;
}



.c_a1p1_swiperbox{
    position: relative;
}

.c_a1p1_dots{
    position: absolute;
    bottom: 3px;
    transform: translateY(50%);
    width: 50px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    z-index: 10;
}
.c_a1p1_dots::after{
    content: "";
    position: absolute;
    width: 1px;
    height: 12px;
    top: calc(50% + 2px);
    left:calc(50% - 1px);
    transform: translate(-50%,-50%);
    background-color: #8a222c;
}
.c_a1p1_dotsfl,.c_a1p1_dotsfr{
    font-size: 20px;
    cursor: pointer;
    transition: all 0.36s;
    color: #8a222c;
}
.c_a1p1_swiperbox .swiper-container-horizontal>.swiper-pagination-progressbar{
    width: calc(100% - 65px);
    left: inherit;
    right: 0px;
}
/* wow ys_fadeup1 */


.c_a1p3_con_bgpc{
    pointer-events: none;
}