@charset "utf-8";

@font-face {
    font-family: 'AlibabaPuHuiTiR';
    src: url('../fonts/AlibabaPuHuiTiR.eot');
    src: url('../fonts/AlibabaPuHuiTiR.eot?#iefix') format('embedded-opentype'),
    url('../fonts/AlibabaPuHuiTiR.woff2') format('woff2'),
    url('../fonts/AlibabaPuHuiTiR.woff') format('woff'),
    url('../fonts/AlibabaPuHuiTiR.ttf') format('truetype'),
    url('../fonts/AlibabaPuHuiTiR.svg#AlibabaPuHuiTiR') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}


/* CSS Document */
*{
    margin:0;
    padding:0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

body{ color:#000; font-size:12px; line-height:22px; font-family: "Microsoft YaHei",'AlibabaPuHuiTiR', sans-serif; min-width: 1200px;}
ul{
    padding: 0;
}
ul,li{ list-style:none; margin-bottom: 0;}
img{ border:none; display:inline-block;}
a{ text-decoration:none; color:#333; outline: 0;}
a:hover{ text-decoration:none; }
i,em{ font-style:normal;}
dl,dd,p{ margin-bottom: 0; }
input,textarea,select{ outline:none; font-family:"Microsoft YaHei", 'AlibabaPuHuiTiR';}
h1,h2,h3,h4,h5,h6{ font-style:normal; font-weight:normal; list-style:none; margin-bottom: 0;}
.clear{ clear:both;}

/*美化滚动条*/

/*滚动条凹槽的颜色，还可以设置边框属性*/
::-webkit-scrollbar-track-piece {
    background-color:#f8f8f8;
}
/*滚动条的宽度*/
::-webkit-scrollbar {
    width:3px;
    height:9px;
}
/*滚动条的设置*/
::-webkit-scrollbar-thumb {
    background-color:#dddddd;
    background-clip:padding-box;
    min-height:28px;
}
::-webkit-scrollbar-thumb:hover {
    background-color:#bbb;
}

.row>*{
    padding-left: 10px;
    padding-right: 10px;
}

header{
    top: 0;
    left: 0;
    position: fixed;
    height: 60px;
    background: #ffffff;
    z-index: 9999;
    padding-top: 10px;
}
.header_m{
    max-width: 1410px;
    margin: auto;
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: space-between;
    justify-content: space-between;
}
.header_left{
    float: left;
    display: flex;
    margin-top: 25px;
    position: relative;
}
.logo{
    display: flex;
}
.logo img{
    height: 40px;
}
.logo span{
    margin-left: 12px;
}
.top_butt{
    display: none;
}

.header_right{
    display: flex;
    line-height: 40px;
}
.header_date{
    display: flex;
    align-items: center;
    justify-content: center;
}
.header_date span{
    font-size: 18px;
    color: #9d0105;
}
.top_h{
    margin-top: 60px;
}

.navbk{
    width: 100%;
    z-index: 9999;
    top: 60px;
    left: 0;
    position: fixed;
    background: rgba(235,21,13,0.35);
}
.navbk_m{
    width: 1410px;
    position: relative;
    margin: auto;
}
.head_nav{
   width: 100%;
    position: relative;
}
.head_nav ul li{
    width: 10%;
    float: left;
    text-align: center;
    position: relative;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}

.head_nav ul li .navA{
    height: 60px;
    position: relative;
    line-height: 60px;
}
.head_nav ul li .navA a{
    display: block;
    color: #fff;
    font-size:18px;
    font-weight: bold;
}


.head_nav ul li .navA span{ font-size: 12px; text-transform: uppercase; display: block;}
/*.head_nav ul li.on .navA a{color: #c6a962;}*/
/*.head_nav ul li:hover .navA a,.head_nav ul li:hover .navA span{ color: #000000;}*/

.head_nav ul li .top_down{ display: none;}

.head_nav ul li .navTwo{ position: absolute; left: 0; top: 100%; width: 100%; text-align: center; background: rgba(235,21,13,0.35); z-index: 9;
    box-shadow: 0 0 5px #aaa;
    opacity:0;
    visibility:hidden;
    transform:translateY(10px);
    -webkit-transform:translateY(10px);
    -moz-transform:translateY(10px);
    -ms-transform:translateY(10px);
    -o-transform:translateY(10px);
    transition:all .5s;
    -o-transition:all .5s;
    -ms-transition:all .5s;
    -moz-transition:all .5s;
    -webkit-transition:all .5s;
}
.head_nav ul li .navTwo dd{ margin-bottom: auto; height: 40px; border-bottom: solid 1px rgba(178,148,74,0.5);}
.head_nav ul li .navTwo a{ font-size: 14px !important; line-height: 40px !important; color: #fff; display: block; }
.head_nav ul li .navTwo dd:hover{ background: rgba(235,21,13,0.7);}

.head_nav ul li:hover .navTwo{
    opacity:1;
    visibility:inherit;
    transform:translateY(0);
    -webkit-transform:translateY(0);
    -moz-transform:translateY(0);
    -ms-transform:translateY(0);
    -o-transform:translateY(0);
}

/*swiper_banner*/
.swiper_banner{
    height: 800px;
    position: relative;
    overflow: hidden;
    background: #E9E9E9;
}
.swiper_banner .swiper-slide{
    background-size: cover !important;
}
.swiper_banner .swiper-pagination{
    bottom: 45px !important;
}
.swiper_banner .swiper-pagination .swiper-pagination-bullet{
    width: 20px;
    height: 20px;
    background: rgba(255,255,255,1);
    opacity: 0.39;
    margin: 0 13px;
}
.swiper_banner .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active{
    background: rgba(255,255,255,1);
    opacity: 1;
}

/*首页内容区*/
.indexDiv{
    width: 100%;
    background: #ffffff;
    padding-top: 105px;
    padding-bottom: 115px;
}

.indexDiv_bk{
    position: relative;
    width: 100%;
    z-index: 1;
}
.index_m{
    width: 1410px;
    margin: auto;
    display:block;
}
.title{
    width: 100%;
    text-align: center;
}
.title span{
    display: block;
}
.title_en{
    font-family: Arial;
    font-size: 40px;
    color: #000000;
    line-height: 50px;
    font-weight: bold;
}
.title_cn{
    font-size: 30px;
    color: #000000;
    line-height: 40px;
    margin-top: 15px;
}

.indexDiv_bka_list{
    width: 100%;
    margin-top: 120px;
}
.index_bka_mm{
    width: 100%;
    text-align: center;
}
.index_bka_img{
    display: inline-block;
    width: 130px;
    height: 130px;
    border-radius: 50%;
    background:#C21729;
    margin-bottom: 20px;
    box-shadow: 0 0 10px rgba(0,0,0,0.5);
}
.index_bka_img img{
    width: 100%;
}
.index_bka_info{
    width: 100%;
}
.index_bka_info span{
    display: block;
    margin-bottom: 15px;
    font-size: 20px;
    color: #9d0105;
    line-height: 26px;
}
.index_bka_info p{
    font-size: 22px;
    color: #414040;
    line-height: 30px;
  	margin: 0 auto;
}
.indexDiv_bka_ms{
    width: 100%;
    margin-top: 80px;
    font-size: 24px;
    color: #414040;
    line-height: 100px;
    text-align: center;
}
.indexDiv_bka_more{
    width: 100%;
    margin-top: 30px;
    text-align: center;
}
.indexDiv_bka_more a{
    width: 294px;
    height: 74px;
    line-height: 74px;
    display: inline-block;
    font-size: 26px;
    color: #414040;
    border: solid 1px #929292;
    border-radius: 16px;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}
.indexDiv_bka_more a:hover{
    background: #C21729;
    color: #ffffff;
    border-color: #C21729;
}

.indexDiv_bkb{
    margin-top: 120px;
}

.indexDiv_bkb_swiper{
    width: 100%;
    margin-top: 65px;
}

.xyhjSwiper_div{
    width: 100%;
    position: relative;
    border-radius: 10px;
    overflow: hidden;
}
.xyhjSwiper_div .xyhjSwiper_img{
    width: 100%;
}
.indexDiv_bkb_swiper .swiper-button-prev{
    left: -87px;
}
.indexDiv_bkb_swiper .swiper-button-next{
    right: -87px;
}
.indexDiv_bkb_swiper .swiper-button-prev::after,.indexDiv_bkb_swiper .swiper-button-next::after{
    display: none;
}

.sp_but{
    cursor: pointer;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}
.sp_but img{
    border-radius: 50%;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}
.sp_but:hover img{
    box-shadow: 0 0 10px rgba(255,255,255,0.8);
}

/*视频弹层*/
.pop_up_layer{

    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0,0,0,0.8);
    z-index: 9999;
}
.pop_up_m{
    width: 100%;
    height: 100%;
    position: relative;
}
.pop_up_photo{
    width: 100%;
    height: 100%;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}
.pop_up_close{
    background: rgba(255,255,255,0.2);
    border-radius: 50%;
    width: 44px;
    height: 44px;
    line-height: 34px;
    position: absolute;
    right: 20px;
    top: 20px;
    font-weight: bold;
    text-decoration: none;
    text-align: center;
    opacity: 0.65;
    color: #FFF;
    font-style: normal;
    cursor: pointer;
    font-size: 28px;
    z-index: 999;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}
.pop_up_close:hover{
    box-shadow: 0 0 10px rgba(255,255,255,0.5);
}

.indexDiv_bkc{
    margin-top: 115px;
}

.indexDiv_bkc_swiper{
    width: 100%;
    position: relative;
    margin-top: 45px;
}

.xbzSwiper_div{
    width: 100%;
    position: relative;
}
.xbzSwiper_img{
    width: 100%;
}
.xbzSwiper .swiper-button-prev{
    left: 10%;
}
.xbzSwiper .swiper-button-next{
    right: 10%;
}
.xbzSwiper .swiper-button-prev::after,.xbzSwiper .swiper-button-next::after{
    display: none;
}
.xbzSwiper_p{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    font-size: 16px;
    color: #333333;
    line-height: 30px;
    text-align: center;
    padding: 15px;
    display: flex;
    justify-content:center;
    flex-direction:column;
    align-items:center;
    opacity: 0;
}
.xbzSwiper  .swiper-slide{
    opacity: 0.5 !important;
}
.xbzSwiper .swiper-slide.swiper-slide-active{
    opacity: 1 !important;
}
.xbzSwiper .swiper-slide.swiper-slide-active .xbzSwiper_p{
    opacity: 1;
}

.indexDiv_bkd{
    margin-top: 100px;
}
.indexDiv_bkd_m{
    width: 100%;
}
.imgSwiperrw{
    border-top-left-radius: 300px;
    width: 100%;
    position: relative;
    background: #C21729;
    display:flex;
    justify-content:space-between;
    flex-flow:row-reverse!important;
}


.imgSwiper {
    width: 65.21%;
    margin: 0;
    height: 930px;
}
.imgSwiper .swiper-slide{
    width: 100%;
    background-size: cover!important;
}
.imgSwiper .swiper-slide img{
    width: 100%;
}

.textSwiper_div{
    width: 34.79%;
}

.textSwiper_div_title{
    position: absolute;
    left: 13.3%;
    top:10px;
    width: 100%;
    z-index: 9;
}
.textSwiper_div_title span{
    font-size: 40px;
    color: #e0ebf9;
    font-weight: bold;
}
.textSwiper_div_title span i{
    color: #a01a1e;
}
.textSwiper_div_title p{
    font-size: 30px;
    color: #e0ebf9;
    margin-top: 10px;
    line-height: 30px;
}

.textSwiper{
    overflow: hidden;
    width: 400px;
    margin: auto;
    margin-top: 228px;
    padding-top: 130px;
}

.textSwiper_bk{
    width: 100%;
}
.textSwiper_li{
    width: 100%;
}
.textSwiper_name{
    font-size: 40px;
    line-height: 50px;
    color: #ffffff;
    font-weight: bold;
    text-align: center;
}
.textSwiper_bt{
    width: 100%;
    font-size: 18px;
    line-height: 24px;
    color: #ffffff;
    margin-top: 15px;
    text-align: center;
}
.textSwiper_tx{
    width: 100%;
    font-size: 18px;
    line-height: 24px;
    color: #ffffff;
    margin-top: 15px;
    text-align: center;
}
.textSwiper_ms{
    width: 100%;
    color: #ffffff;
    margin-top: 60px;
    font-size: 17px;
    line-height: 30px;
}
.textSwiper_link{
    width: 100%;
    margin-top: 130px;
}
.textSwiper_link a{
    margin: auto;
    width: 118px;
    height: 40px;
    display: block;
    color: #ffffff;
    font-size: 16px;
    background: #14171C;
    border-radius: 5px;
    text-align: center;
    line-height: 40px;
}
.textSwiper_link a:hover{
    opacity: 0.8;
}
.textSwiper .swiper-pagination{
    top: 0;
    bottom: auto !important;
}
.pagin{
    width: 90px;
    height: 90px;
    background: #D65969;
    border-radius: 50%;
    margin: auto;
    padding: 5px;
}
.pagin_m{
    width: 80px;
    height: 80px;
    background:#14141C;
    border-radius: 50%;
    display: flex;
    justify-content:center;
    flex-direction:column;
    align-items:center;
 
}
.pagin_m span{
    font-size: 16px;
}
.pagin_m i{
    width: 30px;
    height: 2px;
    background: #A2A1A7;
    margin: 5px 0;
}
.pagin_page{
    color: #C31727;
}
.pagin_total{
    color: #ffffff;
}

.indexDiv_bke{
    margin-top: 150px;
}

.indexDiv_bke_mm{
    width: 100%;
    height: 842px;
    background: url("../images/bj_1.png") right center no-repeat;
    background-size: cover !important;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: space-between;
    justify-content: space-between;
}
.indexDiv_bke_left{
    width: 60.62%;
    height: 842px;
}
.newsSwiper{
    width: 840px;
    height: 100%;
    margin-right: 60px;
}
.newsSwiper_bktitle{
    width: 100%;
    margin-top: 95px;
}
.newsSwiper_bktitle h2{
    font-size: 40px;
    color: #e0ebf9;
    font-weight: bold;
}
.newsSwiper_bktitle span{
    display: block;
    margin-top: 30px;
    font-size: 30px;
    color: #e0ebf9;
    font-weight: bold;
}
.newsSwiper_bkdate{
    width: 100%;
    font-size: 24px;
    color: #ffffff;
    line-height: 30px;
    margin-top: 130px;
}
.newsSwiper_bkalink{
    width: 100%;
    margin-top: 40px;
}
.newsSwiper_bkalink a{
    font-size: 24px;
    color: #ffffff;
    line-height: 30px;
}
.newsSwiper_bkms{
    width: 100%;
    margin-top: 35px;
    font-size: 18px;
    color: #ffffff;
    line-height: 30px;
}


.indexDiv_bke_right{
    width: 39.38%;
    position: relative;
}
.lmmSwiper{
    margin-left: 150px;
    width: 350px;
    height: 556px;
    margin-top: 134px;
}
.lmmSwiper .swiper-slide{
    text-align: center;
    padding: 15px;
}
.lmmSwiper .swiper-slide span{
    width: 180px;
    height: 68px;
    font-size: 30px;
    color: #ffffff;
    text-align: center;
    line-height: 68px;
    display: block;
    border-radius: 30px;
}
.lmmSwiper .swiper-slide.swiper-slide-active span{
    background: #ffffff;
    color: #CA2124;
    box-shadow: 0 0 15px rgba(0,0,0,0.3);
}

.lmmSwiper .swiper-button-next,.lmmSwiper .swiper-button-prev{
    width: 54px;
    height: 54px;
    border: solid 3px #ffffff;
    border-radius: 50%;
    left: auto;
    right: 0;
}
.lmmSwiper .swiper-button-next:after,.lmmSwiper .swiper-button-prev:after{
    color: #ffffff;
    font-size: 18px;
    font-weight: bold;
}
.lmmSwiper .swiper-button-next{
    top: 56%;
}
.lmmSwiper .swiper-button-prev{
    top: 44%;
}
.lmmSwiper .swiper-button-next:after{
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    transform: rotate(90deg);
}
.lmmSwiper .swiper-button-prev:after{
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    transform: rotate(90deg);
}

.indexDiv_bkf{
    padding-top: 98px;
    padding-bottom: 40px;
}
.indexDiv_bkf:before{
    content: "";
    width: 100%;
    height: 320px;
    background: #C21729;
    position: absolute;
    left: 0;
    bottom: 0;
}
.indexDiv_bkf_m{
    width: 1398px;
    margin: auto;
    position: relative;
    z-index: 2;
}
.indexDiv_bkf_title{
    width: 100%;
}
.indexDiv_bkf_title h2{
    font-size: 40px;
    color: #000000;
    line-height: 40px;
    font-weight: bold;
}
.indexDiv_bkf_title span{
    font-size: 30px;
    color: #000000;
    line-height: 40px;
    margin-top: 20px;
    display: block;
}
.indexDiv_bkf_img{
    position: relative;
    width: 100%;
    margin-top: 60px;
}
.indexDiv_bkf_img img{
    width: 100%;
    display: block;
}
.indexDiv_bkf_xx{
    position: absolute;
    left: 0;
    bottom: 180px;
    z-index: 1;
}

.index_contact{
    width: 100%;
    background: #F6DCDF;
    padding: 35px 0;
}
.index_contact_m{
    width: 1652px;
    margin: auto;
}
.index_contact_list{
    width: 100%;
    -webkit-box-orient: horizontal;
    -moz-box-orient: horizontal;
    box-orient: horizontal;
    display: -webkit-box;
    display: -moz-box;
    display: box;
}
.index_contact_m dd{
    text-align: center;
    border-right: solid 1px rgba(194,23,41,0.27);
    padding-bottom: 16px;
    -webkit-box-flex: 1;
    -moz-box-flex: 1;
    box-flex: 1;
}
.index_contact_m dd:last-child{
    border-right: none;
}
.ico_en{
    font-size: 30px;
    color: #333333;
    margin-top: 15px;
}
.ico_cn{
    font-size: 20px;
    color: #333333;
    margin-top: 15px;
}

.foot_nav{
    width: 100%;
    padding: 70px 0;
    background: #ffffff;
}
.foot_nav_m{
    width: 1652px;
    margin: auto;
    -webkit-box-orient: horizontal;
    -moz-box-orient: horizontal;
    box-orient: horizontal;
    display: -webkit-box;
    display: -moz-box;
    display: box;
}

.foot_nav_bk{
    -webkit-box-flex: 1;
    -moz-box-flex: 1;
    box-flex: 1;
    text-align: center;
}
.foot_nav_t{
    font-size: 16px;
    color: #000000;
    padding-bottom: 12px;
}
.foot_nav_bk ul{
    width: 100%;
    border-top: solid 1px #DFDFDF;
}
.foot_nav_bk ul li{
    margin-top: 12px;
}
.foot_nav_bk ul li a{
    font-size: 14px;
    color: #7A7772;
}
.foot_nav_bk ul li:hover a{
    color: #C92023;
}

footer{
    width: 100%;
    background: #C21729;
}
.db_nav{
    width: 100%;
    text-align: center;
}
.db_nav a{
    font-size: 16px;
    color: #ffffff;
    line-height: 24px;
    margin: 0 37px;
}
.db_tel{
    width: 100%;
    text-align: center;
    padding-bottom: 55px;
 	padding-top: 55px;
}
.db_tel span{
    font-size: 14px;
    color: rgba(255,255,255,0.49);
    line-height: 24px;
}
.db_tel p{
    margin-top: 10px;
    font-size: 22px;
    color:#ffffff;
}
.footer_bott{
    width: 100%;
    padding: 20px 0;
    text-align: center;
    font-size: 14px;
    line-height: 24px;
    color: rgba(255,255,255,0.49);
}
.footer_bott a{
    font-size: 14px;
    line-height: 24px;
    color: rgba(255,255,255,0.49);
}

.nybanner{
    width: 100%;
    height: 820px;
    background-size: cover!important;
    display: flex;
    justify-content:center;
    flex-direction:column;
    align-items:center;
}
.nybanner span{
    display: block;
    font-size: 60px;
    line-height: 70px;
    color: #ffffff;
    text-transform: uppercase;
    text-align: center;
}
.nybanner p{
    font-size: 40px;
    color: #ffffff;
    line-height: 50px;
    margin-top: 80px;
}
.bxts_bk{
    background: #ffffff;
    width: 100%;
    padding: 100px 0 150px 0;
}

.bxts_a{

}
.bxts_mm{
    width: 1420px;
    margin: auto;
}


.bxts_b{
    margin-top: 90px;
    z-index: 1;
}
.bxts_b_sp{
    width:100%;
    margin-top: 100px;
    border-radius: 98px;
    overflow: hidden;
}
.sp_fm{
    width: 100%;
    display: block;
}
.bxts_c{
    width: 100%;
    margin-top: 140px;
}
.bxts_c_lb{
    width: 100%;
    margin-top: 130px;
    position: relative;
    padding-bottom: 90px;
}
.hdspSwiper .swiper-slide{
    transition: 300ms;
    transform: scale(0.9);
}
.hdspSwiper .swiper-slide img{
    width: 100%;
    display: block;
}
.hdspSwiper .swiper-slide-active, .hdspSwiper .swiper-slide-duplicate-active {
    transform: scale(1);
}
.bxts_c_lb .swiper-pagination{
    bottom: 0 !important;
}
.bxts_c_lb .swiper-pagination span{
    width: 80px;
    height: 4px;
    background: #C9C9C9;
    border-radius: 0;
}
.bxts_c_lb .swiper-pagination span.swiper-pagination-bullet-active{
    background: #CA0000;
}

.bxts_a_info{
    position: relative;
    width: 100%;
    margin-top: 120px;
    background: #C21729;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: space-between;
    justify-content: space-between;
}
.bxts_a_info:before{
    content: "";
    width: 0;
    height: 0;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 9;
    border-top: 130px solid #ffffff;
    border-left: 0 solid transparent;
    border-right: 165px solid transparent;
}
.bxts_a_info:after{
    content: "";
    width: 0;
    height: 0;
    position: absolute;
    bottom: 0;
    right: 0;
    z-index: 9;
    border-bottom: 200px solid #ffffff;
    border-left: 300px solid transparent;
    border-right: 0 solid transparent;
}

.bxts_a_left{
    width: 66.55%;
    margin-top: 130px;
    display: inline-block;
}
.bxts_a_left img{
    width: 100%;
}
.bxts_a_right{
    width: 33.45%;
    padding-top: 85px;
}

.bxts_a_ms{
    width: 310px;
    margin: auto;
}
.bxts_a_ms span{
    display: block;
    width: 100%;
    text-align: center;
    font-size: 38px;
    color: #ffffff;
    line-height: 40px;
    margin-bottom: 70px;
}
.bxts_a_ms p{
    color: #ffffff;
    font-size: 12px;
    line-height: 24px;
}
.bxts_a_pa{
    margin-bottom: 40px;
}

.gjjl_m{
    width: 1414px;
    margin: auto;
}
.gjjl_a{
    padding-top: 100px;
    background: #ffffff;
    padding-bottom: 50px;
}

.gjjl_a_info{
    width: 100%;
    margin-top: 78px;
    position: relative;
}
.gjjl_a_img{
    width: 819px;
    overflow: hidden;
    position: relative;
}
.gjjl_a_img img{
    width: 100%;
}

.gjjl_a_ms{
    width: 658px;
    height: 450px;
    background: #ffffff;
    box-shadow: 0 0 10px rgba(0,0,0,0.3);
    position: absolute;
    top: 50px;
    right: 45px;
    padding: 135px 80px 120px 80px;
    z-index: 9;
}
.gjjl_a_ms p{
    font-size: 18px;
    color: #707070;
    line-height: 30px;
}
.gjjl_a_ms a{
    margin-top: 65px;
    display: block;
    width: 120px;
    height: 40px;
    line-height: 38px;
    text-align:center;
    color: #E50112;
    font-size: 16px;
    border: solid 1px #E50112;
    border-radius: 5px;
    margin: 30px auto;
}
.gjjl_a_ms a:hover{
    background: #E50112;
    color: #ffffff;
}
.gjjl_a_ds{
    position: absolute;
    bottom: 35px;
    right: 0;
    width: 584px;
    height: 440px;
    background: #C40405;
}

.gjjl_b{
    width: 100%;
    padding-top: 50px;
}
.gjjl_b_list{
    width: 100%;
    margin-top: 65px;
    position: relative;
    overflow: hidden;
    background: #EEEEEE;
    padding: 95px 0;
}
.gjjl_b_list .gjjl_m{
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: space-between;
    justify-content: space-between;
}

.gjjl_b_list dd{
    width: 49%;
    background: #ffffff;
    border-bottom: solid 6px #C50405;
    padding-bottom: 40px;
    display:flex;
    /*justify-content:space-between;
    flex-flow:row-reverse!important;*/
    justify-content: center;
    align-items: center;
    flex-flow: column;
}
.gjjl_b_left{
    width: 59.29%;
    padding-left: 48px;
    padding-top: 30px;
    padding-right: 25px;
}
.gjjl_b_title{
    width: 100%;
    font-size: 22px;
    color: #181515;
    line-height: 40px;
}
.gjjl_b_p{
    width: 100%;
    margin-top: 20px;
    font-size: 16px;
    color: #707070;
    line-height: 28px;
}
.gjjl_b_link{
    width: 100%;
    margin-top: 40px;
}
.gjjl_b_link a{
    display: block;
    width: 120px;
    height: 40px;
    line-height: 38px;
    text-align: center;
    color: #E50112;
    font-size: 16px;
    border: solid 1px #E50112;
    border-radius: 5px;
    margin: 0 auto;
}
.gjjl_b_link a:hover{
    background: #E50112;
    color: #ffffff;
}

.gjjl_b_right{
    width: 40.71%;
}
.gjjl_b_right img{
    width: 100%;
}

.gjjl_c{
    width: 100%;
    padding-top: 100px;
    padding-bottom: 120px;
}
.gjjl_c_list{
    width: 100%;
    margin-top: 80px;
    border-bottom: solid 1px #ECECEC;
}
.gjjl_c_list dd{
    width: 100%;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: space-between;
    justify-content: space-between;
}
.gjjl_c_list dd:nth-child(1){
    display:flex;
    justify-content:space-between;
    flex-flow:row-reverse!important;
}
.gjjl_c_list dd:nth-child(3){
    display:flex;
    justify-content:space-between;
    flex-flow:row-reverse!important;
}
.gjjl_c_bk{
    width: 50%;
    height: 246px;
    overflow: hidden;
    position: relative;
    background-size: cover !important;
}
.gjjl_c_info_m{
    width: 590px;
    margin-top: 95px;
    margin-right: 45px;
    float: right;
}
.gjjl_c_list dd:nth-child(2) .gjjl_c_info_m{
    float: left;
    margin-left: 45px;
}
.gjjl_c_bt{
    width: 100%;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: space-between;
    justify-content: space-between;
}
.gjjl_c_bt span{
    display: block;
    width: 70%;
    white-space:nowrap;
    overflow:hidden;
    text-overflow:ellipsis;
    font-size: 20px;
    color: #454549;
    font-weight: bold;
}
.gjjl_c_bt a{
    font-size: 16px;
    color: #333333;
}
.gjjl_c_date{
    margin-top: 10px;
    width: 100%;
    font-size: 16px;
    color: #626262;
    line-height: 24px;
}
.gjjl_c_ms{
    margin-top: 10px;
    width: 100%;
    font-size: 16px;
    color: #626262;
    line-height: 24px;
    font-weight: bold;
}
.gjjl_c_list dd:hover{
    background: #94080B;
}
.gjjl_c_list dd:hover a{
    color: rgba(255,255,255,0.5);
}
.gjjl_c_list dd:hover span{
    color: #ffffff;
}
.gjjl_c_list dd:hover .gjjl_c_ms{
    color: #ffffff;
}

.gjjl_d{
    width: 100%;
    background: #94080B;
    padding: 80px 0;
}

.gjjl_m_bk{
    width: 100%;
    background: #ffffff;
    padding: 90px 110px;
    border-radius: 10px;
    position: relative;
    height: 740px;
    overflow: hidden;
}
.gjjl_m_bk:before{
    content: "";
    position: absolute;
    left: 3%;
    top: 5%;
    width: 94%;
    height: 90%;
    border: solid 4px #F9CC93;
}
.gjjl_m_bk:after{
    content: "";
    position: absolute;
    left: 4%;
    top: 7%;
    width: 92%;
    height: 86%;
    border: solid 2px #F9CC93;
}

.gjjl_d_list{
    width: 100%;
    margin-top: 30px;
     position: relative;
    z-index: 999;
    height: 430px;
    overflow: hidden;
    padding-left: 10px;
}
.gjjl_d_list ul li{
    margin-bottom: 35px;
}

.gjjl_d_div{
    width: 100%;
    display: flex;
    position: relative;
    padding-left: 24px;
}
.gjjl_d_div:after{
    content: "";
    position: absolute;
    left: 0;
    top: 5px;
    width: 14px;
    height: 14px;
    background: #940809;
    border-radius: 50%;
}
.gjjl_d_div span{
    display: inline-block;
    font-size: 24px;
    color: #000000;
}
.gjjl_d_name{
    width: 25%;
    padding-right: 10px;
}
.gjjl_d_xx{
    width: 75%;
}

.title_hx{
    background: #ffffff;
    position: relative;
    display: inline-block;
    z-index: 9;
    padding: 0 15px;
}

.gjjl_m_bk .title{
    position: relative;
}
.gjjl_m_bk .title:after{
    content: "";
    position: absolute;
    left: 0;
    top: 50px;
    width: 100%;
    height: 3px;
    background: #D8352E;
    z-index: 0;
}

.gjjl_e{
    width: 100%;
    background: #ffffff;
    padding: 80px 0;
}
.gjjl_e_qh{
    width: 100%;
    margin-top: 70px;
    position: relative;
}

.gjjl_e_qh .swiper-button-prev{
    left: -87px;
}
.gjjl_e_qh .swiper-button-next{
    right: -87px;
}
.gjjl_e_qh .swiper-button-prev::after,.gjjl_e_qh .swiper-button-next::after{
    display: none;
}

.jxcg_div{
    width: 100%;
    background: #ffffff;
    padding-top: 115px;
    padding-bottom: 170px;
}
.jxcg_m{
    width: 1400px;
    margin: auto;
}
.jxcg_list{
    width: 100%;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: space-between;
    justify-content: space-between;
}
.jxcg_list dd{
    width: 50%;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.jxcg_img{
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
}
.jxcg_img img{
    width: 100%;
}

.jxcg_fk{
    height: 100%;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
}
.jxcg_backcolora{
    background: #C60001;
}
.jxcg_backcolorb{
    background: #D43D42;
}
.jxcg_backcolorc{
    background: #E77541;
}
.jxcg_backcolord{
    background: #EFA369;
}
.jxcg_list dd:nth-child(3){
    display:flex;
    justify-content:space-between;
    flex-flow:row-reverse!important;
}
.jxcg_list dd:nth-child(4){
    display:flex;
    justify-content:space-between;
    flex-flow:row-reverse!important;
}

.jxcg_cgzs{
    width: 100%;
    margin-top: 130px;
}
.jxcg_title{
    display: flex;
}
.jxcg_title span{
    display: inline-block;
    width: 160px;
    font-size: 60px;
    font-weight: bold;
    line-height: 70px;
    letter-spacing: 15px;
    margin-top: 20px;
}
.jxcg_title p{
    display: inline-block;
    font-size: 80px;
    color: rgba(150,150,150,0.3);
    line-height: 90px;
    font-weight: bold;
}
.jxcg_info{
    width: 100%;
    margin-top: 100px;
    margin-bottom: 170px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: space-between;
    justify-content: space-between;
}
.jxcg_info_left{
    width:31.72%;
}
.jxcg_info_left img{
    width: 100%;
}

.jxcg_info_right{
    width: 65.08%;
}

.jxcg_info_imga{
    float: left;
    width: 425px;
    margin-top: -264px;
    font-size: 16px;
    color: #646464;
    line-height: 26px;
}
.jxcg_info_imga img{
    width: 100%;
    margin-bottom: 20px;
}

.jxcg_info_imgb{
    float: right;
    width: 425px;
    margin-top: -103px;
}
.jxcg_info_imgb img{
    width: 100%;
}
.jxcg_info_p{
    float: left;
    width: 100%;
    font-size: 16px;
    color: #646464;
    line-height: 30px;
    margin-top: 15px;
}

.jxjy_a{
    width: 100%;
    padding-top: 105px;
    padding-bottom: 135px;
}
.jxjy_m{
    width: 1400px;
    margin: auto;
}

.jxjy_a_list{
    width: 100%;
    margin-top: 100px;
}

.jxjy_a_div{
    width: 100%;
    position: relative;
    overflow: hidden;
}

.jxjy_a_img{
    width: 100%;
}
.jxjy_a_img img{
    width: 100%;
}
.jxjy_a_title{
    width: 100%;
    height: 70px;
    text-align:center;
    line-height: 70px;
    background: #F6F7FC;
    font-size: 24px;
    color: #10132a;
}

.jxjy_a_c{
    width: 100%;
    height: 100%;
    background: #C21729;
    position: absolute;
    left: 0;
    bottom: -100%;
    padding:30px;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}
.jxjy_a_c span{
    margin-top: 25px;
    display: block;
    font-size: 24px;
    color: #f6f7fc;
    line-height: 30px;
    text-align: center;
    margin-bottom: 38px;
}
.jxjy_a_c p{
    font-size: 16px;
    color: #f6f7fc;
    line-height: 30px;
}
.jxjy_a_list ul li:hover .jxjy_a_c{
    bottom: 0;
}

.jxjy_b{
    background: url("../images/jxyj_1.jpg") top center no-repeat;
    height: 940px;
    background-size: cover!important;
    padding-top: 55px;
}
.title_on span{
    color: #ffffff;
}
.jxjy_b_jxyj{
    width: 100%;
    margin-top: 65px;
}
.jxyjSwiper{
    width: 100%;
    overflow: hidden;
    border-radius: 8px;
}
.jxyjSwiper .swiper-slide{
    background: #ffffff;
    display:flex;
    justify-content:space-between;
    flex-flow:row-reverse!important;
}
.jxyjSwiper_left{
    width: 50%;
    padding: 98px 50px 0 70px;
}
.jxyjSwiper_img{
    width: 50%;
}
.jxyjSwiper_img img{
    width: 100%;
}
.jxyjSwiper_title{
    width: 100%;
    font-size: 26px;
    font-weight: 600;
    color: #10132a;
    line-height: 30px;
}
.jxyjSwiper_title:hover a{
    color: #C21729;
}
.jxyjSwiper_ms{
    margin-top: 38px;
    width: 100%;
    font-size: 16px;
    color: #666871;
    line-height: 30px;
}
.jxyjSwiper_time{
    width: 100%;
    margin-top: 40px;
    font-size: 0;
}
.jxyjSwiper_time span{
    margin-right: 12px;
    display: inline-block;
    border-right: solid 1px #bcbdc0;
    padding-right: 12px;
    font-size: 16px;
    line-height: 16px;
    color: #bcbdc0;
}
.jxyjSwiper_time span i{
    color: #10132a;
}
.jxyjSwiper_time span:last-child{
    border-right: none;
}

.jxyjSwiper .swiper-pagination{
    width: 50%;
    left: auto;
    right: 0;
}
.jxyjSwiper .swiper-pagination span{
    width: 16px;
    height: 16px;
    background: #ffffff;
    margin: 0 11px;
    opacity: 1 !important;
}
.jxyjSwiper .swiper-pagination .swiper-pagination-bullet-active{
    background: rgba(0,0,0,0.5);
}

.jxyjsSwiper{
    width: 100%;
    margin-top: 20px;
}
.jxyjsSwiper .swiper-slide{
    background: #ffffff;
    padding: 40px 28px;
    border-radius: 10px;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}
.jxyjsSwiper .swiper-slide span{
    font-size: 22px;
    color: #10132a;
    line-height: 26px;
    display: block;
    margin-bottom: 8px;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}
.jxyjsSwiper .swiper-slide p{
    font-size: 16px;
    color: #666871;
    line-height: 24px;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}
.jxyjsSwiper .swiper-slide.swiper-slide-thumb-active{
    background: #C21729;
}
.jxyjsSwiper .swiper-slide.swiper-slide-thumb-active span,.jxyjsSwiper .swiper-slide.swiper-slide-thumb-active p{
    color: #ffffff;
}

.jxjy_c{
    padding-top: 100px;
    padding-bottom: 150px;
}

.jxjy_c_list{
    width: 100%;
    margin-top: 110px;
}
.jxjy_c_list ul li{
    margin-bottom: 50px;
}
.jxjy_c_div{
    width: 100%;
    text-align:center;
}
.jxjy_c_info{
    padding: 20px 30px;
    width: 100%;
}
.jxjy_c_info a{
    font-size: 22px;
    color: #2a2b2e;
    line-height: 30px;
    font-weight: bold;
    display: block;
    margin-bottom: 5px;
}
.jxjy_c_info p{
    text-align: left;
    font-size: 16px;
    color: #2a2b2e;
    line-height: 24px;
}
.jxjy_c_list ul li:hover .jxjy_c_info a,.jxjy_c_list ul li:hover .jxjy_c_info p{
    color: #c21729;
}

.xysh_a{
    padding-top: 100px;
    padding-bottom:50px;
}
.xysh_m{
    width: 1400px;
    margin: auto;
}
.xysh_a_list{
    width: 100%;
    margin-top: 60px;
}
.xysh_a_list li{
    margin-bottom: 40px;
}
.xysh_a_div{
    width: 100%;
    background: #F7F8FA;
    padding: 10px;
    border-bottom: none;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}
.xysh_a_img{
    width: 100%;
    overflow: hidden;
}
.xysh_a_img img{
    width: 100%;
}
.xysh_a_title{
    width: 100%;
    font-size: 20px;
    color: #434e5d;
    line-height: 24px;
    text-align: center;
    padding: 15px 0;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}
.xysh_a_list li:hover .xysh_a_div{
    background: #C21729;
}
.xysh_a_list li:hover .xysh_a_div .xysh_a_title{
    color: #ffffff;
}

.xysh_a_sp{
    width: 100%;
    margin-top: 18px;
    position: relative;
    overflow: hidden;
}

.xysh_a_splayer{
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 999;
    cursor: pointer;
}
.xysh_sp_but{
    width: 100%;
    height: 100%;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}

.xysh_b{
    width: 100%;
    padding-top: 50px;
    padding-bottom: 145px;
}

.xysh_b_list{
    width: 100%;
    margin-top: 80px;
}

.xysh_b_div{
    border: solid 1px #DB011A;
    padding: 70px 40px;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}
.xysh_b_ico{
    width: 100%;
    text-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}
.xysh_b_ico span{
    display: block;
    width: 88px;
    height: 88px;
    background: #DB011A;
    border-radius: 5px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}

.xysh_b_t{
    width: 100%;
    margin-top: 35px;
    font-size: 30px;
    color: #333333;
    line-height: 36px;
    text-align: center;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}
.xysh_b_p{
    width: 100%;
    margin-top: 40px;
    font-size: 16px;
    color: #5c5c5c;
    line-height: 30px;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}

.xysh_b_list li:hover .xysh_b_div{
    background: #DB011A;
    border-radius: 5px;
}
.xysh_b_list li:hover .xysh_b_t{
     color: #ffffff;
}
.xysh_b_list li:hover .xysh_b_p{
    color: #ffffff;
}
.xysh_b_list li:hover .xysh_b_ico span{
    background: #E96676;
}

.news_m{
    width: 1400px;
    margin: auto;
}

.nynav{
    width: 100%;
    padding: 60px 0;
    text-align: center;
    font-size: 0;
}
.nynav a{
    display: inline-block;
    padding: 6px 20px;
    line-height: 24px;
    font-size: 18px;
    border-radius: 5px;
    color: #333333;
}
.nynav a.on{
    border: solid 1px #A0A0A0;
    color: #333333;
}
.nynav a.on:hover{
    color: #333333;
}
.nynav a:hover{
    color:#9d0105;
}

.news_b{
    width: 100%;
    background: #F5F5F5;
    /* padding:50px 0; */
 padding-top: 120px;
 margin-top: -100px;
}
.news_b_list{
    width: 100%;
    font-size: 0;
}
.news_b_list dd{
    width: 29%;
    display: inline-block;
    margin-right: 4%;
}
.news_b_list dd:last-child{
    margin-right: 0;
}
.news_b_img{
    width: 100%;
    overflow: hidden;
}
.news_b_img img{
    width: 100%;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}
.news_b_title{
    width: 100%;
    margin-top: 20px;
    font-size: 20px;
    color: #000000;
    line-height: 28px;
}
.news_b_list dd:hover .news_b_img img{
    -o-transform: scale(1.1,1.1);
    -moz-transform: scale(1.1,1.1);
    -ms-transform: scale(1.1,1.1);
    -webkit-transform: scale(1.1,1.1);
    transform: scale(1.1,1.1);
}
.news_b_list dd:hover a{
    color: #c21729;
}

.news_c{
    width: 100%;
    padding: 80px 0 150px;
}
.news_c_list{
    width: 100%;
}
.news_c_list ul li{
    width: 100%;
    margin-bottom: 50px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: space-between;
    justify-content: space-between;
}
.news_c_date{
    width: 160px;
    height: 160px;
    padding: 40px 22px;
    background: #BFBFBF;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}

.news_c_date_t {
 width:100%;
  height:50%
    backgroung:red;
}

.news_c_date_b {
 width:100%;
  height:50%
    background:blue;
}


.news_c_date span{
    display: block;
    text-align: center;
    font-size: 40px;
    color: #ffffff;
    line-height: 40px;
}
.news_c_date i{
    display: block;
    margin-top: 15px;
    width: 100%;
    text-align: right;
    color: #ffffff;
    font-size: 18px;
}
.news_c_r{
    width: 71%;
    /*padding-top: 22px;*/
}
.news_c_r a{
    font-size: 24px;
    color: #000000;
    line-height: 30px;
    display: block;
    margin-bottom: 10px;
}
.news_c_r p{
    font-size: 16px;
    color: #5a5a5a;
    line-height: 24px;
}
.news_c_list ul li:hover .news_c_date{
    background: #C21729;
}
.news_c_list ul li:hover .news_c_r a{
     color: #C21729;
}
.page{
    width: 100%;
}
.page ul{
    display: flex;
    align-items: center;
    justify-content: center;
}
.page ul li{
    font-size: 18px;
    margin: 0 25px;
}
.page ul li i{
    font-weight: bold;
}
.page ul li.on{
    color: #9d0105;
}
.page ul li:hover a{
    color: #9d0105;
}

.zszp_a{
    width: 100%;
    padding: 100px 0 88px;
}

.zszp_m{
    width: 1400px;
    margin: auto;
}

.zszp_a_bk{
    width: 100%;
    margin-top: 65px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: space-between;
    justify-content: space-between;
}

.zszp_a_left{
    width: 600px;
}
.zszp_a_left span{
    display: block;
    font-weight: bold;
    font-size: 18px;
    color: #202020;
    margin-bottom: 35px;
    line-height: 26px;
}
.zszp_a_left p{
    font-size: 16px;
    color: #646464;
    line-height: 30px;
}
.zszp_a_link{
    width: 100%;
    border-top: solid 1px #E5E5E5;
    margin-top: 50px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    padding-top: 22px;
}
.zszp_a_link a{
    font-size: 16px;
    color: #202020;
}
.zszp_a_link i{
    font-size: 24px;
    color: #c21729;
}

.zszp_a_right{
    width: 576px;
}
.zszp_a_right img{
    width: 100%;
}

.zszp_b{
    background: url("../images/zszp_1.jpg") top center no-repeat;
    background-size: cover!important;
    padding-top: 100px;
    padding-bottom: 140px;
}

.zszp_b_p{
    margin-top: 100px;
    width: 100%;
    text-align: center;
    font-size: 20px;
    color: #ffffff;
    line-height: 24px;
}
.zszp_b_list{
    width: 100%;
    margin-top: 80px;
}
.zszp_b_div{
    background: rgba(255,255,255,0.2);
    width: 94%;
    margin: auto;
    border: solid 1px #ffffff;
    text-align: center;
    padding-top: 85px;
    padding-bottom: 110px;
    cursor: pointer;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}
.zszp_b_title{
    width: 100%;
    margin-top: 45px;
    color: #ffffff;
    font-size: 20px;
    line-height: 24px;
}
.zszp_b_list li:hover .zszp_b_div{
    background: #C21729;
}

.zszp_c{
    width: 100%;
    padding-top: 110px;
    padding-bottom: 105px;
}
.zszp_c_list{
    width: 100%;
    margin-top: 90px;
}
.zszp_c_but{
    width: 100%;
    text-align: center;
    border-bottom: solid 1px #B4B4B4;
    padding-bottom: 40px;
}
.zszp_c_but dd{
    position: relative;
    display: inline-block;
    font-size: 20px;
    color: #666666;
    margin: 0 50px;
    cursor: pointer;
}
.zszp_c_but dd.on{
    color: #c21729;
}
.zszp_c_but dd.on:after{
    content: "\e68b";
    width: 100%;
    position: absolute;
    left: 0;
    top: 120%;
}
.zszp_c_bak{
    width: 100%;
    padding-top: 70px;
}
.zszp_c_bak dd{
    display: none;
}
.zszp_c_bak dd:nth-child(1){
    display: block;
}
.zszp_c_bkbt{
    width: 100%;
    text-align: center;
}
.zszp_c_bkbt span{
    display: block;
    font-size: 26px;
    color: #333333;
    line-height: 30px;
    margin-bottom: 28px;
}
.zszp_c_bkbt p{
    font-size: 20px;
    color: #666666;
    line-height: 24px;
}
.zszp_c_rk{
    width: 100%;
    margin-top: 100px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: space-between;
    justify-content: space-between;
}
.zszp_c_li{
    width: 50%;
    display: flex;
    justify-content:center;
    flex-direction:column;
    align-items:center;
}
.zszp_c_li span{
    display: block;
    width: 100%;
    text-align: center;
    font-size: 26px;
    color: #333333;
    line-height: 30px;
    margin-top: 28px;
}

.zszp_d{
    width: 100%;
    background: #F6F6F6;
    padding-top: 90px;
    padding-bottom: 100px;
}
.zszp_d_nf{
    width: 100%;
    text-align: center;
    margin-top: 60px;
    font-size: 200px;
    color: #c21729;
    line-height: 200px;
}
.zszp_d_xz{
    margin-top: 70px;
    width: 100%;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: space-between;
    justify-content: space-between;
}
.zszp_d_xz dd{
    width: 50%;
}
.zszp_d_xz dd span{
    font-size: 30px;
    display: block;
    margin-bottom: 35px;
    color: #000000;
    line-height: 34px;
}
.zszp_d_xz dd p{
    font-size: 20px;
    color: #666666;
    line-height: 40px;
}

.zszp_d_xb{
    width: 100%;
    margin-top: 80px;
    font-size: 20px;
    color: #666666;
    line-height: 30px;
}

.zszp_e{
    width: 100%;
    background: #212121;
    padding-top: 100px;
    padding-bottom: 150px;
}

.zszp_e_qh{
    width: 100%;
    margin-top: 100px;
    position: relative;
}

.zszp_e_a{
    width: 100%;
}

.rxlcSwiper .swiper-slide{
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: space-between;
    justify-content: space-between;
}
.rxlcSwiper_num{
    width: 5%;
    text-align: center;
    font-size: 200px;
    color: #c21729;
    line-height: 200px;
}
.rxlcSwiper_right{
    width: 85%;
    padding-top: 20px;
}
.rxlcSwiper_right span{
    font-size: 30px;
    color: #ffffff;
    line-height: 40px;
    display: block;
    margin-bottom: 50px;
}
.rxlcSwiper_right p{
    font-size: 20px;
    color: #ffffff;
    line-height: 30px;
}
.zszp_e_qh .swiper-pagination{
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    margin-top: 40px;
}
.zszp_e_qh .swiper-pagination:after{
    content: "";
    position: absolute;
    left: 1%;
    top: 17px;
    background: #ffffff;
    height: 2px;
    width: 98%;
}
.zszp_e_qh .swiper-pagination span{
    position: relative;
    width: 36px;
    height: 36px;
    background: #ffffff;
    opacity: 1;
    z-index: 1;
}
.zszp_e_qh .swiper-pagination span.swiper-pagination-bullet-active{
    background: #C21729;
}
.zszp_e_qh .swiper-pagination span i{
    position: absolute;
    width: 150px;
    left: -55px;
    bottom: -35px;
    text-align: center;
    font-size: 24px;
    color: #ffffff;
}

.xxgk_a{
    width: 100%;
    padding-top: 100px;
    padding-bottom: 60px;
}
.xxgk_a_ms{
    width: 100%;
    margin-top: 50px;
    font-size: 24px;
    color: #414040;
    line-height: 50px;
}

.xxgk_b{
    width: 100%;
    padding-top: 60px;
    padding-bottom: 50px;
}
.xxgk_b_list{
    width: 100%;
    margin-top: 80px;
}
.xxgk_b_list li{
    display: inline-table;
}
.xxgk_b_div{
    width: 100%;
    height: 100%;
    padding: 15px;
}
.xxgk_b_list li:nth-child(1) .xxgk_b_div{
    background: #94080B;
}
.xxgk_b_list li:nth-child(2) .xxgk_b_div{
    background: #B20F12;
}
.xxgk_b_list li:nth-child(3) .xxgk_b_div{
    background: #CE2427;
}
.xxgk_b_list li:nth-child(4) .xxgk_b_div{
    background: #EC6164;
}
.xxgk_b_list li:nth-child(5) .xxgk_b_div{
    background: #EF8285;
}
.xxgk_b_list li:nth-child(2n){
    margin-top: 125px;
}
.xxgk_b_div_m{
    width: 100%;
    border: dashed 1px #ffffff;
    padding: 115px 0 100px;
    text-align: center;
    color: #ffffff;
}
.xxgk_b_div_m span{
    font-size: 42px;
    margin-bottom: 70px;
    display: block;
}
.xxgk_b_div_m span i{
    font-size: 70px;
    font-weight: bold;
}
.xxgk_b_div_m p{
    font-size: 28px;
    line-height: 36px;
}

.xxgk_c{
    padding-top: 50px;
    padding-bottom: 80px;
}
.xxgk_c_m{
    width: 1200px;
    margin: auto;
}

.xxgk_c_qh{
    width: 100%;
    margin-top: 80px;
}
.xrldSwiper .swiper-slide{
    display:flex;
    justify-content:space-between;
    flex-flow:row-reverse!important;
}
.xrldSwiper_left{
    width: 530px;
}
.xrldSwiper_img{
    position: relative;
    width: 483px;
    height: 483px;
    border-radius: 50%;
    border: solid 1px #94080B;
    padding: 30px;
}
.xrldSwiper_img:after{
    content: "";
    width: 17px;
    height: 17px;
    background: #94080B;
    border-radius: 50%;
    position: absolute;
    right: 61px;
    top: 61px;
}
.xrldSwiper_img img{
    width: 100%;
    overflow: hidden;
    border-radius: 50%;
}

.xrldSwiper_right{
    width: 530px;
}
.xrldSwiper_bta{
    width: 100%;
}
.xrldSwiper_bta span{
    width: 140px;
    height: 50px;
    text-align: center;
    font-size: 24px;
    color: #ffffff;
    display: block;
    line-height: 50px;
    background: #94080B;
}
.xrldSwiper_btb{
    width: 100%;
    margin-top: 130px;
}
.xrldSwiper_btb span{
    display: block;
}
.xrldSwiper_spana{
    font-size: 24px;
    color: #484848;
    line-height: 30px;
}
.xrldSwiper_spanb{
    font-size: 16px;
    color: #252525;
    line-height: 24px;
    margin-bottom: 10px;
}
.xrldSwiper_btb p{
    font-size: 14px;
    color: #848484;
    line-height: 26px;
}

.xrldSwiper .swiper-button-next,.xrldSwiper .swiper-button-prev{
    width: 22px;
    height: 22px;
    border: solid 1px #94080B;
}
.xrldSwiper .swiper-button-next:after,.xrldSwiper .swiper-button-prev:after{
    font-size: 13px;
    color: #94080B;
}
.xrldSwiper .swiper-button-next{
    left: 30px;
    top: auto;
    bottom: 0;
}
.xrldSwiper .swiper-button-prev{
    left:0;
    top: auto;
    bottom: 0;
}
.xrldSwiper .swiper-button-next:hover,.xrldSwiper .swiper-button-prev:hover{
    background: #94080B;
}
.xrldSwiper .swiper-button-next:hover:after,.xrldSwiper .swiper-button-prev:hover:after{
    color: #ffffff;
}

.xxgk_swiperb{
    width: 100%;
    border-top: solid 1px #94080B;
    margin-top: 70px;
}

.xrldb_div{
    width: 100%;
    text-align: center;
    position: relative;
    padding-top: 35px;
}
.xrldb_div:after{
    content: "";
    position: absolute;
    top: 15px;
    left: 50%;
    width: 1px;
    height: 12px;
    background: #F8B16F;
}
.xrldb_div span{
    display: block;
    width: 100%;
    text-align: center;
    font-weight: bold;
    font-size: 18px;
    color: #484848;
    line-height: 24px;
}
.xrldb_div p{
    font-size: 16px;
    color: #252525;
    line-height: 24px;
}

.xrldSwiperb .swiper-slide-thumb-active span{
    color: #94080B;
}
.xrldSwiperb .swiper-slide-thumb-active p{
    color: #94080B;
}

.xxgk_d{
    background: url("../images/xxgk_1.jpg") top center no-repeat;
    height: 760px;
    background-size: cover !important;
}



.xxgk_e{
    padding-top: 100px;
    padding-bottom: 120px;
}
.xxgk_e_m{
    width: 1400px;
    margin: auto;
}
.xxgk_e_swiper{
    width: 100%;
    margin-top: 90px;
}
.xxgk_e_dds{
    display: none;
}
.xxgk_e_swiper .xxgk_e_dds:nth-child(1){
    display: block;
}

.xxgk_img{
    width: 100%;
    overflow: hidden;
    position: relative;
}
.xxgk_img img{
    width: 100%;
}
.xxgk_img video{
    object-fit: fill;
}

.xyhjsSwiper .xxgk_img span{
    text-align: center;
    width: 100%;
    position: absolute;
    left: 0;
    bottom: 0;
    background: rgba(148,8,11,0.8);
    color: #ffffff;
    font-size: 16px;
    line-height: 24px;
    padding: 10px 0;
    opacity: 0;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}
.xyhjsSwiper .swiper-slide-active .xxgk_img,.xyhjsSwiper .swiper-slide-duplicate-active .xxgk_img{
    border-radius: 20px;
}
.xyhjsSwiper .swiper-slide-active .xxgk_img span,xyhjsSwiper .swiper-slide-duplicate-active .xxgk_img span{
    opacity: 1;
}

.xyhjsSwiper .swiper-button-prev{
    left: 30%;
}
.xyhjsSwiper .swiper-button-next{
    right: 30%;
}
.xyhjsSwiper .swiper-button-prev,.xyhjsSwiper .swiper-button-next{
    width: 32px;
    height: 32px;
    border-radius: 50%;
    border: solid 2px #ffffff;
    top: 53%;
}
.xyhjsSwiper .swiper-button-prev:after,.xyhjsSwiper .swiper-button-next:after{
    font-size: 16px;
    color: #ffffff;
}

.xxgk_e_qhbut{
    text-align: center;
    width: 100%;
    font-size: 0;
    margin-top: 58px;
}
.xxgk_e_qhbut dd{
    display: inline-block;
    width: 128px;
    height: 50px;
    border: solid 1px #AAAAAA;
    border-radius: 8px;
    font-size: 18px;
    color: #3d3d3d;
    font-weight: bold;
    text-align: center;
    line-height: 48px;
    margin: 0 19px;
    cursor: pointer;
}
.xxgk_e_qhbut dd.on{
    background: #94080B;
    color: #ffffff;
    border-color: #94080B;
}

.xyhjsSwiperSp .xxgk_sp_but{
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background:url('../images/sp_bf.png') center center no-repeat, rgba(0,0,0,0.2);
    opacity: 0;
    cursor: pointer;
}
.xyhjsSwiperSp .swiper-slide-active .xxgk_sp_but{
  opacity: 1;
}

.xxgk_d_m{
    width: 1380px;
    margin: auto;
    position: relative;
}
.title_top{
    margin-top: 68px;
}

.xxgk_d_lbb{
    margin-top: 42px;
}
.bxxsaSwiper_div{
    width: 80%;
    margin: auto;
    text-align: center;
}
.bxxsaSwiper_div span{
    color: #ffffff;
    font-size: 24px;
    line-height: 28px;
    font-weight: bold;
    display: block;
    margin-bottom: 25px;
}
.bxxsaSwiper_div p{
    font-size: 16px;
    color: #ffffff;
    line-height: 30px;
}
.bxxsaSwiper_div a{
    display:inline-block;
    width: 160px;
    height: 48px;
    border: solid 1px #ffffff;
    border-radius: 25px;
    line-height: 46px;
    font-size: 16px;
    color: #ffffff;
    margin-top: 50px;
}
.bxxsaSwiper .swiper-button-next:after, .bxxsaSwiper .swiper-button-prev:after{
    display: none;
}
.bxxsaSwiper .swiper-button-next,.bxxsaSwiper .swiper-button-prev{
    width: 50px;
    height: 50px;
    background: #ffffff;
    border-radius: 50%;
}
.bxxsaSwiper .swiper-button-next i,.bxxsaSwiper .swiper-button-prev i{
    color: #94080B;
    font-size: 20px;
    font-weight: bold;
}

.bxxsSwiper{
    margin-top: 110px;
}
.bxxsSwiper .swiper-slide span{
    display: inline-block;
    font-weight: bold;
    background: #94080B;
    font-size: 26px;
    width: 150px;
    height: 150px;
    line-height: 150px;
    border-radius: 50%;
    transform: scale(0.8);
    color: #ffffff;
}
.bxxsSwiper .swiper-slide.swiper-slide-active span,.bxxsSwiper .swiper-slide.swiper-slide-active span{
    background: #ffffff;
    color: #94070b;
    transform: scale(1);
}

.bxxsSwiper_div{
    width: 100%;
    text-align: center;
}

/*背景圆圈*/
.a_y_1{
    position: absolute;
    top: 988px;
    left: 30px;
    width: 150px;
    height: 150px;
    border-radius: 50%;
    overflow: hidden;
    background: #F4D1D5;
}
.a_y_2{
    position: absolute;
    top: 532px;
    right: -600px;
    width: 860px;
    height: 860px;
    border-radius: 50%;
    overflow: hidden;
    background: #F4D1D5;
}
.a_y_3{
    position: absolute;
    bottom: 450px;
    left: -258px;
    width: 505px;
    height: 505px;
    border-radius: 50%;
    overflow: hidden;
    background: #F4D1D5;
    z-index: 0;
}
.a_y_4{
    position: absolute;
    bottom: 800px;
    right: 254px;
    width: 180px;
    height: 180px;
    border-radius: 50%;
    overflow: hidden;
    background: #F4D1D5;
}
.a_y_5{
    position: absolute;
    left: 0;
    bottom: -280px;
}

.bxts_bjyq{
    position: absolute;
    width: 194px;
    height: 194px;
    background: #F4D1D5;
    border-radius: 50%;
    right: 15px;
    bottom: -170px;
    z-index: 9;
}

.bxtsc_bjyq{
    position: absolute;
    width: 610px;
    height: 610px;
    background: #F4D1D5;
    border-radius: 50%;
    left: 5px;
    top: -140px;
    z-index: 0;
}

/*新20230505*/
.news_flex{
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    padding-top: 15px;
}
.news_left{
    width: 70.9%;
    background: #ffffff;
    box-shadow: 4px 4px 10px rgba(0,0,0,0.1);
    padding: 24px;
    margin-bottom: 30px;
}
.bread {
    height: 52px;
    line-height: 52px;
    padding: 0 20px;
    margin-bottom: 20px;
    overflow: hidden;
    background: rgba(235,21,13,0.35);
    border-left: rgba(235,21,13,1) 4px solid;
}
.bread h3 {
    color: #ffffff;
    font-size: 18px;
    line-height: 52px;
    display: inline-block;
    float: left;
    border-left: 22px rgba(235,21,13,0.4) solid;
    margin-left: -20px;
    padding-left: 24px;
}
.bread span {
    color: #ffffff;
    font-size: 12px;
    float: right;
    line-height: 52px;
}
.bread a {
    color: #ffffff;
}
.articleTitle {
    line-height: 26px;
    padding: 0 0 10px 0;
}
.articleTitle h3 {
    font-size: 17px;
    line-height: 30px;
    text-align: center;
}
.articleAuthor {
    padding: 4px;
    color: #666;
    font-size: 12px;
    margin-bottom: 10px;
    background: #f9f9f9;
    text-align: center;
}
.articleAuthor span {
    padding: 0 16px;
}
.article{
    font-size: 16px;
    line-height: 26px;
}
.Annex-Share {
    overflow: hidden;
    margin: 30px 0;
}

.news_right{
    width: 27%;
    margin-bottom: 30px;
    background: #ffffff;
    box-shadow: 0 0 10px rgba(0,0,0,0.1);
}
.newsColumn {
    padding: 24px 24px 0 24px;
}
.listTitle {
    font-size: 18px;
    font-weight: normal;
    height: 44px;
    line-height: 44px;
    background: rgba(235,21,13,0.35);
    border-left: rgba(235,21,13,1) 4px solid;
}
.listTitle a {
    padding-left: 25px;
    color: #ffffff;
}
.latestNewsList {
    padding: 8px;
}
.latestNewsList li {
    height: 34px;
    line-height: 34px;
    background: url(../images/li2.png) no-repeat left center;
    overflow: hidden;
}
.latestNewsList li a {
    display: block;
    font-size: 14px;
    padding-left: 14px;
}

#bah {
    color: inherit;
  background-color: transparent;
  text-decoration: none;
}