@charset "utf-8";

@font-face {
    font-family: sy;
    src: url(../font/sySong.woff);
}
@font-face {
    font-family: Cardo;
    src: url(../font/Cardo-Regular-4.ttf);
}


body.navShow {overflow: hidden;}

/*==========================================公共 开始=============================================*/
.a_body{ position:relative; z-index:0;}
.section{ overflow:hidden;}

.header_box_li{position: relative;z-index: 1;}
.header_box{position: relative;z-index: 100;height: 0;position: fixed;left: 0;top: 0;width: 100%;}
#header{z-index:999;width:100%;height: 1.2rem;border-top: 0.05rem solid #841111;}

.header_box_li #header:before{content:"";position:absolute;height: 2rem;top:0;left: 0;right: 0;transition: 0.2s;opacity: 1;visibility: visible;
  background: linear-gradient(180deg,rgba(0,0,0,.5) 0%,rgba(0,0,0,0) 100%);
z-index: -1;}

.header_box_li #header.xg:before{height: 100%;background: #841111;background: linear-gradient(180deg,#841111 0%,rgba(0,0,0,0) 100%);}
.header_top{position: relative;height: .45rem;padding: 0;text-align: right;z-index: 10000;overflow: hidden;width: 100%;}
.head .header_top{transition:0.5s;display: flex;justify-content: flex-end;align-items: center;}



.list_box0{display: flex;align-items: center;}
.list_box0 .li{font-size: 0.14rem;color: rgba(255, 255, 255, 0.6);;display: flex;transition:.6s;position: relative;}
.list_box0 .li:last-child{padding-right:0;border-right: 1px solid rgba(255,255,255,0);}
.list_box0 .li a{padding: 0 .1rem;align-items: center;color: rgba(255, 255, 255, 0.6);}
.list_box0 .li a img{display: inline-block;margin-right: 0.1rem;}

#m_header .list_box0{ float:right}
#m_header .list_box0 .li{ line-height:60px;}
#m_header .list_box0 .li a .ewm_box{ top:60px}
#m_header .list_box0 .li a>img{height: 12px;}
 

.list_box0 .li:after{content:"";position:absolute;left: -.26rem;width:1px;height: 16px;top: 50%;margin-top: -8px;opacity: .8;}
.list_box0 .li.on:after{display:none;}
.list_box0 .li:first-child:after{ display:none}



#header #logo{position: relative;width: 3.6rem;transition: 0.5s;transform: translateY(-.1rem);padding: 0 .2rem;z-index: 10;padding: 0 0.5rem;}

#header #logo img{width: 100%;}
.head-l{position: relative;z-index: 100;flex: 1;min-width: 0;}
#nav ul{
    display: flex;
    justify-content: space-between;
}
#nav ul li{float:left;z-index:0;height: 100%;position: relative;}
#nav ul li a{display:block;padding: 0;position: relative;z-index: 2;/* padding-right: .15rem; */}
#nav ul li a>h3{font-size: .2rem;color:#fff;line-height: .65rem;position:relative;transition: .36s;font-family: sy;}


#nav ul li .sub{position:absolute;top:100%;background: #fff;width: auto;left: 50%;z-index: 10000;transform: translateX(-50%) scaleY(0);visibility:hidden;filter:alpha(opacity=0);-moz-opacity:0;-khtml-opacity: 0;opacity: 0;transition: .5s;transform-origin: top;/* box-shadow: 0 0 10px rgba(0,0,0,.3); */}
#nav ul li .sub:after{content: '';height: 3px;width: 100%;position: absolute;left: 50%;top: -1px;background: #d58f33;transform: translateX(-50%);opacity: .7;}
#nav ul li .sub .box{padding: .05rem 0;text-align:center;}
#nav ul li .sub a{padding: 0.1rem 0;line-height: 0.28rem;transition:.6s;font-size: 0.16rem;color: #333;text-align: center;min-width: 1.6rem;position: relative;}
#nav ul li .sub h3:after{content:"";position:absolute;left:.05rem;right:.05rem;bottom:0;border-bottom:1px dashed rgba(255,255,255,.2);width: auto;}
#nav ul li .sub h3:last-child:after{border-bottom:none;}
#nav ul li .sub a{line-height: 1.2;/* padding-right:.25rem; */}
#nav ul li .sub h3 a:hover{color: #fff;background: #9F2528;}
#nav ul li:hover .sub{filter:alpha(opacity=100);-moz-opacity:1;-khtml-opacity: 1;opacity: 1;visibility:visible;transform: translateX(-50%) scaleY(1);}
#nav ul li .sub dt{position: absolute;left: 100%;top: 0;background: rgba(5,42,77,.5);opacity:0;visibility:hidden;transition:0.5s;z-index: 1000;}
#nav ul li .sub dt dl{transition:0.5s;}
#nav ul li .sub dt dl:hover{background: rgba(255,255,255,.2);}
#nav ul li .sub h3:hover dt{opacity:1;visibility:visible;} 




.search_btn{cursor:pointer;}
.search_btn img{margin: 0;width: .2rem;}

/* .xg #nav ul li h3{color:#333;line-height: .52rem;} */


.head-b{justify-content: space-between;align-items: flex-start;}
.head .head-b{transition:0.5s;}
.head.xg .head-b{transform:translateY(0rem);}



.search_btn { cursor: pointer; }
.search_btn svg { fill: rgb(255, 255, 255); width: 16px; height: 16px; }
.search-dialog-box { position: fixed; left: 0px; top: 0px; width: 100%; height: 100vh; z-index: 1000000; opacity: 0; visibility: hidden; transition: all 0.6s ease 0s; }
.search-dialog-box::before { content: ""; position: absolute; top: 0px; height: 0px; background: 9F2528; transition: all 0.6s ease 0s; left: 0px; right: 0px; z-index: 1; opacity: 0.9; }
.search-dialog-box.on::before { height: 100%; display: none; }
.search-dialog-box .bubbles-bg { opacity: 0; visibility: hidden; display: none; }
.search-dialog-box .search-bg { position: absolute; left: 0px; top: 0px; width: 100%; height: 0px; margin: 0px; background:  0% 0% / cover no-repeat rgba(0, 0, 0, 0.7); transform-origin: center center; transition: height 0.8s cubic-bezier(0.77, 0, 0.175, 1) 0s; }
.search-dialog-box .wrap-inner { transform: translateY(100%); transition: all 0.6s ease 0s; }
.search-dialog { position: absolute; left: 0px; top: 50%; transform: translateY(-50%); width: 100%; z-index: 2; }
.search-dialog .search-tit { font-size: 0.44rem; line-height: 0.56rem; color: rgb(255, 255, 255); text-align: center; overflow: hidden; display: none; }
.search-dialog .search-inner { overflow: hidden; margin-top: 0px; }
.search-dialog .search-input { width: 8rem; margin: 0px auto; background-color: rgba(255, 255, 255, 0.1); box-sizing: border-box; transition: all 0.3s ease 0s; max-width: 94%; }
.search-dialog .search-input input[type="text"] {float: left;height: 0.7rem;width: calc(100% - 1rem);background-color: rgb(255, 255, 255);font-size: 0.2rem;line-height: 0.08rem;color: #666;transition: all 0.3s ease 0s;padding: 0px 0.2rem;}
.search-dialog .search-input input[type="submit"], .search-dialog .search-input .clear-btn { float: right; height: 0.72rem; width: 1rem; }
.search-dialog .search-input input[type="submit"] {background-color: #9F2528;/* background-repeat: no-repeat; *//* background-position: center center; *//* background-size: 0.24rem; *//* background-image: url("../images/search-btn.svg"); */font-size: .2rem;color: #fff;}
.search-dialog .search-input .clear-btn { background-color: rgba(0, 0, 0, 0.2); background-repeat: no-repeat; background-position: center center; background-image: url("../images/close-btn.svg"); background-size: 0.56rem; border-radius: 100%; margin-right: 0.16rem; display: none; }
.search-dialog .search-input.on { background-color: rgb(255, 255, 255); }
.search-dialog .hot-search { font-size: 0px; width: 0.49rem; margin: 0.096rem auto 0px; box-sizing: border-box; padding: 0px 0.096rem; overflow: hidden; }
.search-dialog .hot-search .hot-tit, .search-dialog .hot-search .hot-link { display: inline-block; zoom: 1; vertical-align: top; }
.search-dialog .hot-search .hot-tit { font-size: 0.06rem; line-height: 0.08rem; color: rgb(255, 255, 255); font-weight: bold; padding-left: 0.096rem; background-repeat: no-repeat; background-position: left center; background-size: 0.08rem; }
.search-dialog .hot-link { margin-left: 0.16rem; }
.search-dialog .hot-link a { display: inline-block; zoom: 1; font-size: 0.06rem; line-height: 0.08rem; margin-right: 0.12rem; color: rgb(255, 255, 255); padding-bottom: 5px; position: relative; }
.search-dialog .hot-link a::before { content: ""; position: absolute; left: 0%; bottom: 0px; width: 100%; height: 2px; background-color: rgb(255, 255, 255); transform: scaleX(0); transform-origin: left center; transition: transform 0.3s ease 0s; }
.search-dialog-box .bottom-box { position: absolute; left: 0px; bottom: 5.1%; width: 100%; }
.search-dialog-box .bottom-box .share-box { overflow: hidden; }
.search-dialog-box .bottom-box .copy { font-size: 0.35rem; line-height: 0.5rem; color: rgb(255, 255, 255); font-family: gilroy-regular; margin-top: 0.5rem; overflow: hidden; }
.header-right.is-open .bubbles-bg { visibility: visible; opacity: 1; }
.header-right.is-open .search-btn .con-box { display: none; }
.header-right.is-open .close-btn { display: block; }
.header-right.is-open .item .search-bg { transform: scale(1); }
.search-dialog-box.on { opacity: 1; visibility: visible; }
.search-dialog-box.on .search-bg { height: 100vh; }
.search-dialog-box.on .bubbles-bg { opacity: 1; visibility: visible; }
.search-dialog-box.on .wrap-inner { transform: translateY(0px); }
.pub-close { position: absolute; width: 0.48rem; height: 0.48rem; z-index: 10; right: 0.24rem; top: 0.216rem; background-color: rgba(255, 255, 255, 0.1); border-radius: 100%; }
.pub-close .bg { position: absolute; left: 0px; top: 0px; width: 100%; height: 100%; background-color: rgb(28, 90, 183); transform: scale(0); border-radius: 100%; transition: transform 0.3s ease 0s; }
.pub-close i { position: absolute; left: 0px; top: 0px; width: 100%; height: 100%; background-position: center center; background-size: 0.12rem; background-repeat: no-repeat; background-image: url("../images/close-btn.svg"); transition: all 0.6s ease 0s; }
.pub-close i:hover { transform: rotate(180deg); }
@keyframes spin { 
  100% { transform: rotate(1turn); }
}
@keyframes spin2 { 
  100% { transform: rotate(-1turn); }
}
@keyframes spin-reverse { 
  0% { transform: rotate(1turn); }
}
@keyframes spin-reverse2 { 
  0% { transform: rotate(-1turn); }
}

/*导航按钮开始*/
/*手机端开始*/
.m_header_box {transition: .6s;display: none;position: relative;z-index: 100000;height: .7rem;}
.m_header_box header{padding: 0 0 0 15px;height: .7rem;background: #9F2528;box-shadow: 0 3px 5px rgba(0,0,0,.05);position: fixed;top: 0;left: 0;right: 0;z-index: 100;display:flex;justify-content:space-between;align-items: center;}
.m_header_box header #logo img{height: 0.5rem;width: auto;}
.m_header_box header #logo{padding:0;width: 250px;margin: 0;}

/*导航按钮开始*/
#nav_btn_box.on { background: none; }
#nav_btn .point.on .navbtn::after, #nav_btn .point.on .navbtn::before {/* background: #fff; */}
#nav_btn_box{position:relative;width: .7rem;height: .7rem;display: flex;align-items: center;justify-content: center;z-index: 1;}
#nav_btn_box:before{content:"";position: absolute;z-index: -1;top: 0;right: 0;bottom: 0;left: 0;background: #fff;}
#nav_btn_box:after{content:"";position: absolute;z-index: -1;top: 0;left: -10px;border-right: #fff 10px solid;border-top: transparent .7rem solid;opacity: 0;}
#nav_btn { cursor: pointer; text-align: center; z-index: 99999; -webkit-transition: .5s; -moz-transition: .5s; -ms-transition: .5s; -o-transition: .5s; outline: none; box-shadow: none; }
#nav_btn .point {display: inline-block;width: 0.40rem;height: 22px;position: relative;outline: none;}
#nav_btn .point:hover .navbtn, #nav_btn .point:hover .navbtn::after, #nav_btn .point:hover .navbtn::before { width: .28rem; }
#nav_btn .navbtn {position: absolute;top: 12px;left: 0;display: inline-block;width: 18px;height: 2px;-webkit-transition: all .3s ease-out 0s;-moz-transition: all .3s ease-out 0s;-ms-transition: all .3s ease-out 0s;-o-transition: all .3s ease-out 0s;transition: all .3s ease-out 0s;background: #9F2528;}
#nav_btn .navbtn::after, #nav_btn .navbtn::before {position: absolute;left: 0;display: inline-block;width: 24px;height: 2px;content: '';-webkit-transition: all .3s ease-out 0s;-moz-transition: all .3s ease-out 0s;-ms-transition: all .3s ease-out 0s;-o-transition: all .3s ease-out 0s;transition: all .3s ease-out 0s;background: #9F2528;}
#nav_btn .navbtn::after { top: -8px; }
#nav_btn .navbtn::before { top: 8px; }
#nav_btn .point.on .navbtn {background: transparent;}
#nav_btn .point.on .navbtn::after { -webkit-transform: rotate(45deg); -moz-transform: rotate(45deg); -ms-transform: rotate(45deg); -o-transform: rotate(45deg); transform: rotate(45deg); top: 0px; }
#nav_btn .point.on .navbtn::before { -webkit-transform: rotate(-45deg); -moz-transform: rotate(-45deg); -ms-transform: rotate(-45deg); -o-transform: rotate(-45deg); transform: rotate(-45deg); top: 0px; }

.m_nav_list {flex-direction: column;/* justify-content: center; */width: 100%;height: 100%;overflow: auto;align-items: center;display: flex;background: rgba(255,255,255,.1);}
.m_nav_list::-webkit-scrollbar { display:none}
#m_nav {z-index: 99999;position: fixed;width: 100%;height: 100vh;right: -105vw;top: 0;display: none;padding: 70px 20px 30px;overflow: hidden;pointer-events: none;transition: all 0.3s ease-out;-webkit-transition: all 0.3s ease-out;-moz-transition: all 0.3s ease-out;-o-transition: all 0.3s ease-out;-ms-transition: all 0.3s ease-out;display: flex;flex-direction: column;justify-content: flex-start;align-items: flex-start;background: #f7f7f7;background-size:cover;opacity: 0;visibility: hidden;}
#m_nav .close{position:absolute;top: 7px;right: 15px;left: 15px;font-size: 30px;color: #333;z-index: 10000;/* background: rgba(255,255,255,.1); */width: auto;height: 35px;border-radius: 0;display: flex;align-items: center;justify-content: flex-end;padding: 0 0;}
#m_nav.act {pointer-events: auto;right: 0;opacity: 1;visibility: visible;}

#m_nav .search_box input.submit{ background: #9F2528 url(../images/submit.svg) center no-repeat; background-size: .28rem;}
#m_nav .list_box0{text-align:center;width: 100%;justify-content: flex-start;margin: .32rem 0 0;flex-wrap: wrap;height: 0.4rem;}
#m_nav .list_box0 .li{text-align: left;color: #9F2528;margin: 0 .12rem 0.15rem 0;font-size: 14px;padding: 0;min-width: 1rem;}
#m_nav .list_box0 .li a {color: #9F2528;}
#m_nav .old_rukou{margin:.24rem 0 0;width: 100%;}

.list_box_nav_mobile{width:100%;max-height: calc(100% - 250px);/* background: rgba(255,255,255,.1); */padding: 0 0 10px;overflow: hidden;overflow-y: scroll;margin: 0;/* flex: 1; */}
.list_box_nav_mobile>li{width: 100%;overflow: hidden;padding: 0;position: relative;margin: 0 auto;}
.list_box_nav_mobile>li .con{ position:relative}
.list_box_nav_mobile>li .a{width: 100%;border-bottom: 1px solid #e2e2e2;line-height: .5rem;color: #333;padding: 0;font-size: 16px;display: flex;position: relative;transition:.5s;}
.list_box_nav_mobile>li i{opacity: 1;filter: alpha(opacity=100);display: inline-block;width: .64rem;height: .5rem;display: inline-block;background: url(../images/arrow_down.svg) center no-repeat;background-size: 15px 15px !important;position: absolute;display: block;right: 0;top: 2px;}
.list_box_nav_mobile>li.on1 i{transform: rotate(-90deg);-webkit-transform: rotate(-90deg);-moz-transform: rotate(-90deg);}

.list_box_nav_mobile>li.on .a{border-bottom: 1px solid #e2e2e2;}

/*三级导航 开始*/
.list_box_nav_mobile>li .list{padding:10px 0;border-bottom: 1px solid rgba(255, 255, 255, 0.1); display:none}
.list_box_nav_mobile>li .list a{display:block;font-size:13px;color: #666;line-height: 2.5;}
.nav_mask { position: fixed; top: 0; left: 0; width: 100%; height: 100%; z-index: 888; background-color: rgba(0,0,0,0.4); display: none; }

/*顶部搜索*/
.wap_search{font-size:16px;border-radius: 5px;color:#fff;text-align:center;letter-spacing:2px;overflow:hidden;width: 100%;height: 85px;display: block;margin-bottom: 0.1rem;}
.wap_search .form{height:40px;border-radius:20px;background: rgb(255 255 255);position:relative;width: 3.68rem;margin: 10px auto;max-width: 100%;}
.wap_search .input{font-size: .16rem;color: #646464;height:40px;line-height:40px;padding: 0 .24rem;box-shadow:none;-webkit-appearance: none;float:left;border-right: 0;background:none;width: calc(100% - 40px);}
.wap_search .btn_blue{position:absolute;cursor:pointer;top:0;right:0;width: 40px;height:40px;line-height:40px;border:0;background: url(../images/submit.svg) center no-repeat #9F2528;background-size: .24rem;border-radius: 20px;}
.wap_search .btn_blue.fr{ background:#e9edef; color:#4e4f53;}
.wap_search input::-webkit-input-placeholder{ color:#999; }
.wap_search input::-moz-placeholder{   /* Mozilla Firefox 19+ */ color:#999; }
.wap_search input:-moz-placeholder{    /* Mozilla Firefox 4 to 18 */ color:#999; }
.wap_search input:-ms-input-placeholder{  /* Internet Explorer 10-11 */  color:#999; }/* WebKit browsers */
.wap_search input:focus::-webkit-input-placeholder {color: transparent;/* transparent是全透明黑色(black)的速记法，即一个类似rgba(0,0,0,0)这样的值 */}/* Mozilla Firefox 4 to 18 */
.wap_search input:focus:-moz-placeholder {color: transparent;}/* Mozilla Firefox 19+ */
.wap_search input:focus::-moz-placeholder {color: transparent;}/* Internet Explorer 10+ */
.wap_search input:focus:-ms-input-placeholder {color: transparent;}/* 点击搜索框获取焦点 placeholder消失-结束 */
/* search */
.head .li:last-child{position: relative;height: 0.4rem;display: flex;align-items: center;}
.head .input {position: absolute;z-index: 1;left: auto;right: 0rem;top: 0;bottom: 0px;height: 0.4rem;width: 0.2rem;background: #fff;opacity: 0;visibility: hidden;transition: 0.5s;display: flex;justify-content: space-between;align-items: center;padding-right: 0.1rem;}
.head .li:last-child.on .input {
    width: 3rem;
    opacity: 1;
    visibility: visible;
  }
.head .input .txtinput {
    width: calc(100% - 30px);
    height: 0.4rem;
    line-height: 0.4rem;
    font-size: 0.14rem;
    padding: 0 0rem 0 0.2rem;
}
.head .input .sub{width: 0.2rem;height: 0.2rem;background:url(../images/ser.png) no-repeat center;cursor: pointer;background-size: 100% 100%;}

/*导航按钮结束*/

/* banner */
.main-visual-wrapper { width: 100%; overflow: hidden; position: relative; }
.main-visual-slider { overflow: hidden; width: 100%;position: relative; }
.main-visual-slider .swiper-slide { overflow: hidden;}
.main-visual-slider .swiper-container { width: 100%; height: 100%; position: relative;  }

.swiper-box1 .imged{padding-bottom: 40%;}
.slide-inner{overflow: hidden;}
.main-visual-slider .imged{transform:  scale(1.05); transition: opacity 0.5s}
.main-visual-slider .imged::after{width: 100%;height: 40%;
  background: -ms-linear-gradient(0deg, rgba(0,0,0,0.5) 0%,rgba(0,0,0,0) 100%);
  background: linear-gradient(0deg, rgba(0,0,0,0.5) 0%,rgba(0,0,0,0) 100%);
}

.main-visual-slider .swiper-slide-active .imged{transform: scale(1); transition: all 6s ; }
.main-visual-slider video{transform: scale(1.1)\0;}

.banner .cir{display: flex;justify-content: center;position: absolute;width: auto;bottom: 0.4rem;left: auto;right: 8%;}
.banner .cir li{margin: 0px 0.1rem !important;width: 0.43rem;height: 0.48rem;opacity: .5;position: relative;background: none;}
.banner .cir li::after{content: "";position: absolute;width: 0.68rem;height: 0.47rem;background: url(../images/cir.png) no-repeat;background-size: 100% 100%;opacity: 0;left: 50%;top: 50%;transform: translate(-50%,-50%);}
.banner .cir li span{display: flex;align-items: flex-end;justify-content: center;width: 100%;height: 100%;}
.banner .cir li span::after{height: 1px;bottom: 50%;background: #fff;content: "";position: absolute;left: 100%;}
.banner .cir li.on::after{opacity: 1;}
.banner .cir li.on{opacity: 1;margin: 0 0.67rem 0 0.1rem !important;}
.banner .cir li.on span::after{width: 0.77rem;}

@media screen and (min-width:1025px){
 .banner .cir li.on span::after{width: 0.77rem;}
 
}
@media screen and (max-width: 1024px) {
.banner .cir li.on{margin: 0 0.1rem !important;}
}

@media screen and (max-width: 768px) {
}
@media screen and (max-width:420px){
 
}


/* home1 */

.home1{width: 100%;padding: 0.65rem 0 1.13rem;}
.home1::after{width: 100%;height: auto;top: 0;bottom: -1rem;background: url(../images/hbg1.png) no-repeat;background-size: cover;}
.title{justify-content: space-between;margin-bottom: .65rem;align-items: center;position: relative;}
.title .h3{align-items: flex-end;padding-top: 0.35rem;margin: 0 auto;}
.title .h3 .img1{display: block;margin-right: -1.5rem;}
.title h3{font-size: 0.4rem;color: #333;line-height: 1.3;font-weight: bold;margin: 0 auto;font-family: sy;padding: 0 .13rem 0.15rem;}
.title h3::after{width: 1.21rem;height: 0.63rem;background: url(../images/tit.png) no-repeat;background-size: 100% 100% !important;left: 50%;top: -.35rem;bottom: auto;transform: translateX(-50%);}
.title .h3 span{color: #9F2528;font-family: sy;}
.title .h3 i{display: inline-block;font-size: 0.32rem;color: #9F2528;margin: 0 0.1rem;font-style: normal;}
.more{position: absolute;right: 0;}
.more a{align-items: center;height: 0.42rem;background: #9F2528;border-radius: 0.21rem;padding: 0 0.1rem;}
.more a>img{width: 0.32rem;}
.more span{align-items: center;color: #fff;font-size: 0.16rem;line-height: 0.2rem;}


.home1-t{justify-content: space-between;}
.home1 .left{width: 52%;}
.home1 .right{width: 45%;}
.home1 .left li a{display: block;position: relative;}
.home1 .left li .imged{padding-bottom: 65%;}
.home1 .left li .con{height: 1.68rem;align-items: center;padding: 0.33rem 0.54rem;background: url(../images/h1bg.png) no-repeat;background-size: 100% 100%;}
.home1 .left li .date{padding: 0.11rem 0.33rem 0.32rem 0;background: url(../images/h1line1.png) no-repeat right top;background-size: 0.08rem;}
.home1 .left li .info{flex: 1;min-width: 0;padding-left: 0.3rem;}
.home1 .left li p{font-family: Cardo;
font-size: 0.16rem;color: #888;margin-bottom: 0.1rem;}
.home1 .left li span{font-family: Cardo;font-size: 0.28rem;color: #9F2528;}
.home1 .left li h3{font-size: 0.2rem;line-height: 0.3rem;color: #333;margin-bottom: 0.15rem;transition: 0.5s;}
.home1 .left li h4{font-size: 0.14rem;color: #888888;line-height: 1.2;}
.home1 .left .cir{width: 100%;bottom: 0.25rem;}
.home1 .left .cir span{width: 0.06rem;height: 0.06rem;border-radius: 50%;opacity: 1;background: #eee;margin: 0 0.05rem!important;}
.home1 .left .cir span.on{background: #9F2528;}
.home1 .right li{margin-bottom: 0.35rem;}
.home1 .right li a{align-items: center;}
.home1 .right li a::after{width: auto;height: 0.08rem;right: 2.14rem;background: url(../images/h1line.png) no-repeat;background-size: 100%;bottom: -0.04rem;}
.home1 .right li *{transition: 0.5s;}
.home1 .right li .con{flex: 1;min-width: 0;padding-right: 0.3rem;}
.home1 .right li .scale{width: 2.14rem;}
.home1 .right li p{font-family: Cardo;font-size: 0.16rem;color: #888;}
.home1 .right li p span{font-family: Cardo;font-size: 0.28rem;color: #9F2528;display: inline-block;padding-right: 0.07rem;}
.home1 .right li h3{font-size: 0.2rem;color: #333333;line-height: 0.3rem;max-height: 0.6rem\0;margin-top: 0.17rem;}
.home1 .right li:last-child{margin-bottom: 0;}
.home1 .right li .imged{padding-bottom: 71%;}

@media screen and (min-width:1025px){
 .home1 li a:hover h3{color: #9F2528;}
 .more a:hover span{font-weight:bold;text-decoration: underline;}
 .more a:hover>img{transform:rotateY(360deg);transition:0.5s;}
}
@media screen and (max-width: 1024px) {
  .home1 .left{width: 100%;}
  .home1 .right{width: 100%;margin-top: 0.3rem;}
}

@media screen and (max-width: 768px) {
  .home1 .left li .con{height:auto;padding:.2rem;}
  .home1 .left .cir{bottom:.15rem;}

}

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


/* home2 */
.set1,.set2{overflow:hidden;}
.set1::after{width: 100%;height: auto;top: 1rem;background: url(../images/hbg2.png) no-repeat;background-size: cover;}
.title .img2{margin-left: -1.8rem;width: 3.62rem;}
.home2{width: 100%;padding: 0rem 0 1.07rem;}
.home2 .title .h3{margin: 0;}
.home2-t{align-items: flex-start;justify-content: space-between;}
.home2 .left{width: 62%;}
.home2 .right{width: 35%;}
.home2 .left li *{transition: 0.5s;}
.home2 .left li a{border-bottom: 1px dashed #D4B7B8;height: 0.74rem;display: block;}
.home2 .left li .h2-t1{height: 100%;align-items: center;}
.home2 .left li span{font-family: Cardo;
font-size: 0.26rem;color: #861212;display: inline-block;padding-right: 0.05rem;}
.home2 .left li h3{font-size: 0.2rem;color: #333;line-height: 1.2;}
.home2 .left li .h2-t1 h3{flex: 1;min-width: 0;padding: 0 0.3rem;background: url(../images/h2-xq.png) no-repeat right center;background-size: 0.18rem;}
.home2 .left li .h2-t2{align-items: center;display: none;height: 100%;}
.home2 .left li .scale{width: 3.14rem;}
.home2 .left li .con{flex: 1;min-width: 0;padding-left: 0.4rem;}
.home2 .left li p{font-family: Cardo;font-size: 0.16rem;color: #888;}
.home2 .left li .h2-t2 h3{margin: 0.21rem 0;}
.home2 .left li h4{font-size: 0.14rem;line-height: 0.28rem;max-height: 0.56rem\0;color: #888;}
.home2 .right ul{height: 6.9rem;padding: 0.5rem 0.35rem;background: url(../images/h2bg.png) no-repeat;background-size: 100% 100%;}
.home2 .right li{margin-bottom: 0.45rem;}
.home2 .right li:last-child{margin-bottom: 0;}
.home2 .right li a{display: block;height: 1.1rem;}
.home2 .right li p{font-size: 0.16rem;color: #D9B78B;font-family: sy;}
.home2 .right li h3{color: #fff;font-size: 0.18rem;line-height: 0.28rem;max-height: 0.56rem;margin: 0.1rem 0;}
.home2 .right li h3 b{font-weight: normal;}
.home2 .right li h4{align-items: center;}
.home2 .right li h4 span{font-family: Cardo;font-size: 0.18rem;color: #D49191;padding-left: 0.1rem;}
.home2 .right li h4 img{flex: 1;min-width: 0;}


@media screen and (min-width:1025px){
 .home2 .left li.on a{height: 2.5rem;padding: 0.2rem 0;}
 .home2 .left li.on .h2-t2{display: flex;}
 .home2 .left li.on .h2-t1{display: none;}
}
@media screen and (max-width: 1024px) {
.home2 .left{width: 100%;}
.home2 .right{width: 100%;margin-top: 0.3rem;}
}

@media screen and (max-width: 768px) {
  .home2 .right ul{height:auto;padding:.2rem;}
  .home2 .right li{margin-bottom: 0.2rem;}
}
@media screen and (max-width:420px){
 
}

/* home3 */
.home3{padding: 0rem 0 .9rem;}
.home3-t ul{margin: 0 -0.15rem;}
.home3-t li{width: 33.3%;padding: 0 0.15rem;margin-bottom: 0.7rem;}
.home3-t li a{align-items: center;}

.home3-t li .date{text-align: center;padding-right: 0.2rem;background: url(../images/h3line.png) no-repeat right center;}
.home3-t li .con{flex: 1;min-width: 0;padding-left: 0.25rem;}
.home3-t li h3{font-size: 0.2rem;color: #333;line-height: 0.3rem;max-height: 0.6rem\0;transition: 0.5s;}
.home3-t li span{color: #861212;font-family: Cardo;font-size: 0.36rem;}
.home3-t li p{font-size: 0.16rem;color: #888;margin-top: 0rem;font-family: Cardo;}
.home3-b{margin-top: 0.1rem;background: url(../images/h3bg.png) no-repeat;background-size: cover;}

.h3-s{padding: 0.3rem .5rem;background: url(../images/h3bg2.png) no-repeat;background-size: 100% 100%;}

.h3-s li a{display: block;padding: 0 0.1rem;text-align: center;}
.h3-s li span{display:flex;align-items: center;justify-content: center;width: 0.7rem;height: 0.7rem;background: url(../images/h3-bg.png) no-repeat;background-size: 100% 100%;margin: 0 auto 0.13rem;}
.h3-s li h3{font-size: 0.2rem;color: #333;font-family: sy;transition: 0.5s;line-height: 1.1;}
.h3-s li span img{max-width:.39rem;max-height:.35rem;}


@media screen and (min-width:1025px){
 .home3-t li a:hover h3,.h3-s li a:hover h3{color: #861212;}
 
}
@media screen and (max-width: 1024px) {
.home3-t ul{margin: 0 -0.1rem;}
.home3-t li{width: 33.3%;padding: 0 0.1rem;margin-bottom: 0.35rem;}
}

@media screen and (max-width: 768px) {
  .home3-t li{width: 50%;padding: 0 0.1rem;}
}
@media screen and (max-width:420px){
 .home3-t li{width: 100%;}
}

/* home4 */
.set2::after{width: 100%;background: url(../images/hbg4.png) no-repeat center/cover;}
.home4{padding: .7rem 0 0.5rem;overflow: hidden;}
.home4-t{justify-content: space-between;}
.home4 .left{width: 53%;}
.home4 .right{width: 39%;margin-top: 0.14rem;}

.home4-t .right::after{content: "";position: absolute;width: 4.56rem;left: auto;top: -0.56rem;background: url(../images/h4-c.png) no-repeat;background-size: 100% 100%;height: 8.87rem;right: -1.6rem;}
.home4-t li a *{transition: 0.5s;}
.h4-1{background: url(../images/h4bg1.png) no-repeat bottom/cover;margin-bottom: 0.5rem;box-shadow: 0rem 0.04rem 0.16rem 0rem rgba(0, 0, 0, 0.03);}
.h4-1 a{display: block;position: relative;height: 3.74rem;padding: 0.5rem 1.6rem 0.5rem 0.64rem;}
.h4-1 p{font-family: Cardo;font-size: 0.16rem;color: #888;}
.h4-1 li p span{display: inline-block;font-size: 0.36rem;padding-right: 0.05rem;color: #9F2528;font-family: Cardo;}


.h4-1 li h3{font-size: 0.22rem;font-weight: bold;line-height: 0.34rem;color: #333333;max-height: 0.68rem\0;margin: 0.13rem 0 0.24rem;}
.h4-1 li h4{font-size: 0.14rem;line-height: 0.28rem;color: #888;max-height: .84rem\0;}
.h4-1 li .xq{position: absolute;right:0.35rem;bottom: 0.35rem;width: 0.56rem;}

.h4-2{position: relative;padding-right: 1.08rem;}
.h4-2::after{width: 0.04rem;height: 100%;background: url(../images/h4line.png) no-repeat;background-size: 100%;left: 0.19rem;bottom: auto;top: 0;}
.h4-2 .swiper-container{height: 3.2rem;}
.h4-2 li{padding-left: 0.15rem;}
.h4-2 li::after{width: 0.11rem;height: 0.18rem;background: url(../images/h4-sj.png) no-repeat;bottom: auto;top: .23rem;opacity: 0;background-size: 100% 100%;}
.h4-2 li a{align-items: center;padding: 0 0 0 0.4rem;}
.h4-2 li a::after{width: 0.15rem;height: 0.05rem;background: #D49191;bottom: auto;top: 50%;transform: translateY(-50%);}
.h4-2 li.swiper-slide-active::after{opacity: 1;}
.h4-2 li.swiper-slide-active a::after{background: #871313;}

.h4-2 li .date{text-align: center;}
.h4-2 li .con{flex: 1;min-width: 0;padding-left: 0.3rem;}
.h4-2 li h3{font-size: 0.2rem;line-height: 0.26rem;max-height: 0.52rem\0;color: #333;}
.h4-2 li span{font-size: 0.36rem;color: #9F2528;font-family: Cardo;}
.h4-2 li p{font-size: 0.16rem;color: #888;font-family: Cardo;}
.h4-2 .arrow{position: absolute;right: 0;top: 50%;transform: translateY(-50%);}
.h4-2 .arror{width: 0.54rem;height: 0.54rem;position: relative;top: auto;left: auto;right: auto;margin: 0.45rem 0;}
.h4-2 .arror::after{display: none;}


.h4-3 li .pis{padding: 0.8rem;}
.h4-3 li .pis::after{width: 100%;height: 100%;background: url(../images/h4bg.png) no-repeat;background-size: 100% 100%;}
.h4-3 li .scale{border-radius: 50%;}
.h4-3 li .imged{padding-bottom: 100%;border-radius: 50%;}
.h4-3 li .con{justify-content: flex-end;padding-right: 0.89rem;margin-top: 0.4rem;}

.h4-3 .h4-c{width: 1.3rem;height: 1.3rem;position: relative;left: 62%;margin-top: .65rem;}
.h4-3 .h4-c .cir{width: 100%;height: 100%;position: absolute;left: 0;top: 0;display: flex;align-items: center;justify-content: center;}
.h4-3 .h4-c .cir span{font-size: 0.4rem;color: #9F2528;font-family: Cardo;}
.h4-3 .h4-c .cir .swiper-pagination-total{font-size:.24rem;color:#999;transform:translateY(-.12rem);padding-left:.02rem;}
.h4-3 .h4-c .cir i{display: inline-block;font-style: normal;font-size:.24rem;color:#999;transform:translateY(-.12rem);padding-left: 0.05rem;font-family: Cardo;}

.h4-c .ui-loop{position: absolute;left: -.1rem;bottom: 0rem;width: 100%;height: 100%;left: 0;}
.h4-c svg {
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translateX(-50%) translateY(-50%);
	width: 100%;
	height: 100%;
}

.path-loop {
  fill: none;stroke: #9F2528;
  stroke-miterlimit: 10;
  stroke-width: 2px;
}	
.path-loop-bg {fill: none;stroke: #fff;
  stroke-miterlimit: 10;
  stroke-width: 2px;
}

@media screen and (min-width: 1025px) {
  .h4-2 li a:hover h3,.h4-1 li a:hover h3{color: #9F2528;}
  
}
@media screen and (max-width: 1500px) {
 
}
@media screen and (max-width: 1024px) {
  .home4{padding: 0.4rem 0;}
  .home4-t .left{width:100%;}
  .home4-t .right{width: 100%;}
  .home4-t .right:after{display:none;}
  .h4-2 li span,.h4-3 li span{font-size:0.3rem;}
  .h4-2{padding-right:0.6rem;}
  .h4-1 a{padding: 0.2rem;height: 3.2rem;}
  .h4-1 li h4{background-size: 0.3rem !important;}
  .h4-1 li h3{margin: 0.15rem 0;}
  .h4-3 li .date{width:1rem;height:1rem;}
  .h4-3 .h4-c{width: 1rem;height: 1rem;margin-top: 0;}
}
@media screen and (max-width: 768px) {
.h4-3 li .pis{padding: 0.4rem;}
.h4-2 .swiper-container{height: 2.7rem;}
.h4-2 li span,.h4-3 li span{font-size:0.26rem;}
.h4-2 .arror{width:0.3rem;height:0.3rem;}
.h4-3 .h4-c .cir span,.h4-1 li p span{font-size: 0.3rem;}
.h4-1 li .xq{bottom: 0.1rem;}
.h4-1{margin-bottom: 0.3rem;}
.h4-2 li::after{top:.17rem;}
}


/* .home5 */
.home5{padding: 0rem 0 0.95rem;}

.home5-t{justify-content: space-between;}
.home5-t .left{width: 24.7%;}
.home5-t .right{width: 72%;align-items: flex-start;}
.home5-t .left .title .img3{width: 0.75rem;}
.home5-t  .title .h3{margin: 0;}
.home5-t .left .title{margin-bottom: 0.25rem;}
.home5-t .left dl{height: 4.46rem;background: url(../images/h5bg.png) no-repeat;background-size: 100% 100%;padding: 0.2rem 0.3rem;}
.home5-t .left dt{padding: 0.23rem 0;background: url(../images/h5line.png) no-repeat bottom;background-size: 100%;}
.home5-t .left dt a{align-items: center;padding: 0 0 0 0.6rem;}
.home5-t .left dt span{width: 0.42rem;height: 0.42rem;display: flex;align-items: center;justify-content: center;}
.home5-t .left dt p{font-size: 0.24rem;color: #fff;font-family: sy;padding-left: 0.33rem;flex: 1;min-width: 0;}
.h5-l li a{display: block;}
.h5-l{padding: 0.28rem 0 0 0.3rem;width: 3.35rem;}
.h5-r{flex: 1;min-width: 0;padding-left: 0.55rem;}
.h5-l::after{width: auto;right: 0.3rem;background: linear-gradient(180deg, #D9B78A 2%, rgba(216, 180, 134, 0) 84%);box-shadow: 0rem 0.04rem 0.16rem 0rem rgba(0, 0, 0, 0.03);}
.home5-t .right li .imged{padding-bottom: 115%;border-radius: 0 0.2rem 0 0.2rem;}
.home5-t .right li .scale{border-radius: 0 0.2rem 0 0.2rem;}
.home5-t .right li .con{padding: 0.2rem 0;}
.home5-t .right li h3{font-size: 0.14rem;color: #888;align-items: baseline;display: flex;flex-wrap: wrap;}
.h5-l li h3 b{font-family: sy;color: #333;font-size: 0.24rem;display: inline-block;padding-right: 0.05rem;display: block;white-space: nowrap;text-overflow: ellipsis;  overflow: hidden;}
.h5-r li h3 b{font-family: sy;color: #333;font-size: 0.2rem;display: inline-block;padding-right: 0.05rem;display: block;white-space: nowrap;text-overflow: ellipsis;  overflow: hidden;}
.h5-l li h4{font-size: 0.14rem;color: #333;line-height: 0.26rem;max-height: 0.52rem;}

.home5-t .right .arrow{overflow: hidden;margin-top: 0.2rem;justify-content: flex-end;}
.home5-t .right .arror{width: 0.54rem;height: 0.54rem;position: relative;top: auto;left: auto;right: auto;margin: 0 0 0 0.16rem;}
.home5-t .right .arror img{width: 100%;}
.home5-t .right .arror::after{display: none;}
.home5-t .right .swiper-button-prev::before{content: "";position: absolute;width: 100vw;height: 1px;right: 100%;bottom: 50%;background: #CFA0A0;}



@media screen and (min-width:1025px){
 .home5-t .right li a:hover h3 b{color: #841111;}
 
}
@media screen and (max-width: 1024px) {
  .home5{padding: 0 0 0.3rem;}
  .home5-t .left{width: 100%;}
  .home5-t .right{width: 100%;align-items: flex-start;margin-top: 0.3rem;}
}

@media screen and (max-width: 768px) {
  .h5-l{padding: 0;width: 3.35rem;display: none;}
  .h5-r{flex: none;min-width: 0;padding-left: 0rem;width: 100%;}
}
@media screen and (max-width:420px){
 
}
/* h6 */
.home6{width: 100%;padding: 0 0 1.13rem;overflow: hidden;}
.h6-t{position: relative;margin-bottom: 0.6rem;}
.h6-t dl{margin: 0 auto;}
.h6-t dt{align-items: center;cursor: pointer;}
.h6-t dt p{padding: 0 0.7rem;font-size: 0.2rem;color: #666;font-family: sy;}
.h6-t dt.on p{color: #841111;}
.h6-t .more a{display: none;}
.h6-t .more a.on{display: flex;}
.home6-t .tab{display: none;}
.home6-t .tab:first-child{display: block;}
.home6-t ul{margin: 0 -0.24rem;}
.home6-t li{width: 25%;padding: 0 0.24rem;}
.home6-t .imged{padding-bottom: 91.7%;}
.home6-t .con{padding: 0.3rem 0;display: flex;flex-wrap: wrap;}
.home6-t li *{transition: 0.5s;}
.home6-t li .date span{font-size: 0.18rem;color: #861212;font-family: sy;margin-bottom: 0.15rem;}
.home6-t li .date p{font-family: Georgia;font-size: 0.16rem;color: #000;margin-top: 0.1rem;}
.home6-t li h3{flex: 1;min-width: 0;padding-left: 0.25rem;font-size: 0.2rem;line-height: 0.3rem;max-height: 0.9rem\0;}
.home6-t li:nth-child(2n) .imged{padding-bottom: 62.6%;}


@media screen and (min-width:1025px){
 .home6-t li a:hover h3{color: #841111;}
 
}
@media screen and (max-width: 1024px) {
  .home6{padding:0 0 .4rem;}
.home6-t ul{margin: 0 -0.1rem;}
.home6-t li{width: 25%;padding: 0 0.1rem;}
.h6-t dt p{padding: 0 0.15rem;}
}

@media screen and (max-width: 768px) {
  .home6-t li{width: 50%;padding: 0 0.1rem;margin-bottom: 0rem;}
  .home6 dl{width: 100%;justify-content: center;}
  .home6 .more{top: -0.6rem;}
  .home6-t .imged{padding-bottom: 65%;}
  .home6-t li:nth-child(2n) .imged{padding-bottom: 65%;}
}
@media screen and (max-width:420px){
 
}

/* h7 */
.home7{width: 100%;padding: 0 0 1.6rem;overflow: hidden;}
.h7-s{margin: 0 -0.13rem;}
.h7-s li{padding: 0 0.13rem;}
.h7-s a{display: block;position: relative;}
.h7-s .imged{padding-bottom: 109%;}
.h7-s .con{width: 100%;padding:1.1rem 0.15rem 0;height: 100%;position: absolute;left: 0;bottom: 0;display: flex;flex-direction: column;align-items: center;}
.h7-s .con span{width: 0.5rem;height: 0.5rem;display: flex;align-items: center;justify-content: center;border: 1px dashed #FFFFFF;border-radius: 50%;}
.h7-s .con h3{color: #fff;font-family: sy;font-size: 0.26rem;line-height: 0.32rem;width: 0.3rem;text-align: center;padding-top: 0.17rem;}
     


@media screen and (min-width:1025px){
 
 
}
@media screen and (max-width: 1024px) {
  .home7{padding: 0 0 0.4rem;}
  .h7-s{margin: 0 -0.1rem;}
  .h7-s li{padding: 0 0.1rem;}
  .h7-s .con{padding:.5rem .15rem 0}
}

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

}

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

/* h8 */
.home8{width: 100%;padding: 1rem 0;margin-top: -0.5rem;z-index: 2;overflow: hidden;}
.home8::after{width: 100%;background: url(../images/hbg8.png) no-repeat;background-size: 100% 100%;height: auto;bottom: 0;top: -0.3rem;}
.home8-t{position: relative;}
.home8-t .img{position: absolute;width: 100%;top: -1rem;left: 0;height: 0rem;transition: 3s;overflow: hidden;}
.home8-t .img.on{height: 8.71rem;}

.home8-t .img::after{width: 99%;height: 8.71rem;background: url(../images/h8bg.png) no-repeat top;background-size: 100% 100%;left: auto;right: 0;bottom: auto;top: 0;}
.h8-s{height: 5.6rem;position: relative;padding: .6rem 0rem 0;display: flex;flex-wrap: wrap;z-index: 1;/* margin-top: 1.25rem; */}
.h8-s li{padding: 0 .15rem;position: relative;}
.h8-s li .a{position: relative;display: flex;flex-direction: column;align-items: center;}

.h8-s li p{font-size: 0.18rem;color: #9F2528;margin-bottom: 0.1rem;}
.h8-s li p span{font-size: 0.42rem;color: #9F2528;font-family: Cardo;}
.h8-s li h3{font-size: 0.14rem;color: #757575;line-height: 0.28rem;}
.h8-s li .con{padding-bottom: 0.1rem;z-index: 10;}

.h8-s li .h8-c{width: 0.26rem;display: flex;align-items: flex-end;}  
.h8-s li .h8-c::after{width:1px;height: 100%;left: 50%;
  background: linear-gradient(180deg, rgba(159, 37, 40, 0) 0%, #9F2528 100%);;background: -ms-linear-gradient(180deg, rgba(159, 37, 40, 0) 0%, #9F2528 100%) ;
}
.h8-s li .h8-c img{width: 100%;}
.h8-s li:nth-child(1) .h8-c{height: 1.05rem;margin-left: -1.3rem;}
.h8-s li:nth-child(2) .h8-c{height: .75rem;}
.h8-s li:nth-child(3) .h8-c{height: 1.55rem;}
.h8-s li:nth-child(4) .h8-c{height: .75rem;}
.h8-s li:nth-child(5) .h8-c{height: .95rem;}
.h8-s li:nth-child(6) .h8-c{height: .55rem;}

.h8-s li .h8-img{position: absolute;bottom: 0;}
.h8-s li .h8-img img{width:100%;}
.h8-s li:nth-child(1) .h8-img{width: 1.77rem;left: 1.6rem;}
.h8-s li:nth-child(2) .h8-img{width: 1.46rem;left: 2.4rem;bottom: -.1rem;}
.h8-s li:nth-child(3) .h8-img{width: 1.93rem;left: 2.7rem;bottom: -.1rem;}
.h8-s li:nth-child(4) .h8-img{width: 3.67rem;left: 0rem;bottom: 0.48rem;}
.h8-s li:nth-child(5) .h8-img{width: 4.75rem;left: 2.22rem;bottom: -0.44rem;}

.h8-s li:nth-child(1){margin-top: 0.84rem;width: 23%;left: 0%;}
.h8-s li:nth-child(2){margin-top: 0.85rem;width: 18%;}
.h8-s li:nth-child(3){margin-top: 0rem;width:25%}
.h8-s li:nth-child(4){margin-top: 0.15rem;width: 15%;margin-left: -3%;}
.h8-s li:nth-child(5){margin-left: 10%;width:35%}
.h8-s li:nth-child(6){margin-left: 1%;width:25%;margin-top: .35rem;}

.h8-b{width: 76.5%;margin: 0 auto;background: url(../images/h8bg2.png) no-repeat;background-size: 100% 100%;padding: 0.7rem 0.78rem;}
.h8-b::before{content: "";position: absolute;width: 0.2rem;height: 0.2rem;background: url(../images/h8-l.png) no-repeat;background-size: 100% 100%;left: 0.4rem;top: 0.4rem;}

.h8-b::after{width: 0.2rem;height: 0.2rem;background: url(../images/h8-r.png) no-repeat;background-size: 100% 100%;left: auto;right: 0.4rem;bottom: 0.4rem;}
.h8-b p{font-size: 0.16rem;line-height: 0.36rem;max-height: 0.78rem\0;}
.h8-b .h8-m{justify-content: center;margin-top: 0.3rem;}
.h8-b .h8-m a{color: #fff;font-size: 0.16rem;font-family: sy;padding: 0.1rem 0.39rem;background: url(../images/h8-m.png) no-repeat;background-size: 100% 100%;}


.h8-s .slick-dots{width: 100%;position: relative;margin-top: 0.2rem;bottom: auto;}

.h8-s .slick-dots li{width: 0.08rem;height: 0.08rem;background: #9F2528;border-radius: 50%;margin: 0 0.05rem !important;opacity: .5;}
.h8-s .slick-dots li.slick-active{background: #9F2528;opacity: 1;}
.h8-s .slick-dots li button{display: none;}

@media screen and (min-width:1025px){
 
 
}
@media screen and (max-width: 1024px) {
  .home8{padding: 0.4rem 0;margin-top: 0;}
.h8-s li{margin: 0 !important;padding: 0 0rem;/* width: 25% !important; */}
.h8-s li .h8-img{display: none;}
.h8-s li .h8-c{display: none;}
.h8-s li p span{font-size: 0.3rem;}
.h8-b{width: 100%;margin-top: 0.3rem;padding: 0.35rem;}
.home8-t .img{display: none;}
.h8-s{height: auto;padding: 0;justify-content: center;}
.h8-b::before{left: 0.2rem;top: 0.2rem;}
.h8-b::after{right: 0.2rem;bottom: 0.2rem;}
/* .h8-s li:nth-child(5){width:35% !important;} */
}

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

}

/* h9 */
.set3{width: 100%;background: url(../images/hbg9.jpg) no-repeat center/cover;overflow: hidden;}
.home9{width: 100%;padding: 1rem 0;overflow: hidden;}
.home9-t{justify-content: space-between;}
.home9-t .left{height: 7.22rem;width: 25%;background: url(../images/h9bg1.png) no-repeat;background-size: 100% 100%;padding: 0.4rem 0rem 0;position: relative;}
.home9-t .right{width: 70%;}
.home9-t .h9-f{text-align: center;margin-bottom: 0.3rem;}
.home9-t .left .swiper-container{height: 5.15rem;}
.home9-t .left li{padding: 0 0.3rem;border-bottom: 1px dashed #B34043;}
.home9-t .left li a{display: flex;align-items: center;height: 100%;}
.home9-t .left li h3{color: #fff;font-size: 0.16rem;line-height: 0.28rem;max-height: 0.56rem\0;}

.home9-t .left .arrow{width: 100%;margin: 0;}
.home9-t .left .arror{width: 50%;height: 0.85rem;position: relative;top: auto;left: auto;right: auto;margin: 0;}
.home9-t .left .arror::after{display: none;}
.home9-t .left .arror::before{color: #fff;font-size: 0.22rem; font-family: swiper-icons;}
.home9-t .left .swiper-button-prev{border-right: 1px dashed #B34043;}
.home9-t .right dl{justify-content: center;margin-bottom: 0.4rem;}
.home9-t .right dt{padding: 0 0.15rem;position: relative;cursor: pointer;}

.home9-t .right dt h3{align-items: center;justify-content: center;width: 1.42rem;height: 0.42rem;background: url(../images/h9-t1.png) no-repeat;background-size: 100% 100% !important;}
.home9-t .right dt span{color: #fff;font-size: 0.16rem;padding-left: 0.1rem;}
.home9-t .right dt h3 img{width: 0.3rem;}
.home9-t .right dt .qrbox{bottom: 100%;transform: translateY(-30%) translateX(-50%);opacity:0;visibility:hidden;margin-bottom: .15rem;transition: 0.5s;position: absolute;width: 1.2rem;z-index: 10;height: auto;z-index: 100;left: 50%;}
.home9-t .right dt .qrbox .qr{padding: .1rem;background: #fff;text-align: center;border-radius: .1rem;}
.home9-t .right dt .qrbox::before{content:"";border-left:.08rem solid transparent;border-right:.08rem solid transparent;border-top:.1rem solid #fff;bottom: -0.1rem;transform: translateX(-50%);position: absolute;left: 50%;}

.home9-t .right dt .qrbox .qr img{width: 100%;}
.home9-t .right dt .qrbox .p{font-size: 0.14rem;overflow:hidden;text-align: center;margin-top: .1rem;line-height: 1.5;}
.home9-t .right dt:hover .qrbox{opacity:1;visibility:visible;transform: translateY(0%) translateX(-50%);}
.home9-t .right dt:hover h3{background: url(../images/h9-t2.png) no-repeat;}

.home9-t .right ul{margin: 0 -0.06rem;}
.home9-t .right li{width: 33.3%;padding: 0 0.06rem;margin-bottom: 0.2rem;}
.home9-t .right li a{display: block;position: relative;}
.home9-t .right li:last-child,.home9-t .right li:nth-last-child(2){width: 50%;}

.home9-t .right li .con{width: 100%;padding: 0 0.2rem 0.15rem;position: absolute;left: 0;bottom: 0;z-index: 10;}
.home9-t .right li .con::after{left: 0.2rem;width: 0.4rem;height: 0.03rem;background: #28C445;}
.home9-t .right li h3{color: #fff;font-size: 0.16rem;line-height: 0.34rem;}
.home9-t .right li .imged::after{width: 100%;height: 30%;background: linear-gradient(180deg, rgba(0, 75, 118, 0) 0%, rgba(0, 0, 0, 0.6) 100%);}
.home9-t .right li .imged{padding-bottom: 77.8%;}
.home9-t .right li:last-child .imged,.home9-t .right li:nth-last-child(2) .imged{padding-bottom: 59.1%;}

@media screen and (min-width:1025px){
  .home9-t .left li a:hover h3{font-weight: bold;}

}
@media screen and (max-width: 1024px) {
  .home9{padding: 0.4rem 0 .2rem;}
  .home9-t .left{width: 100%;padding: 0.3rem 0rem;}
  .home9-t .right{width: 100%;margin-top: 0.3rem;}
  .home9-t .right dt{padding: 0 0.05rem;margin-bottom:.2rem;}
  .home9-t .right dl{margin-bottom:0rem;}
}

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

}
/* h10 */
.home10{width: 100%;padding: 0 0 0.85rem;overflow: hidden;}
.home10-t{align-items: flex-end;}
.home10-t .left{width: 60%;}
.home10-t .right{width: 40%;position: relative;z-index: 2;}
.home10-t .left a{position: relative;display: block;}
.home10-t .left .con{width: 100%;padding: 0 0.2rem 0.15rem;position: absolute;left: 0;bottom: 0;z-index: 10;}
.home10-t .left h3{color: #fff;font-size: 0.28rem;font-family: sy;text-align: center;}
.home10-t .left .imged::after{width: 100%;height: 30%;background: linear-gradient(180deg, rgba(0, 75, 118, 0) 0%, rgba(0, 0, 0, 0.6) 100%);}
.home10-t .left .imged{padding-bottom: 61%;}
.home10-t .right ul{width: calc(100% + 0.8rem);margin-left: -0.8rem;justify-content: space-between;position: relative;}
.home10-t .right li{width: 48%;margin-bottom: 0.22rem;}
.home10-t .right li a{display: flex;align-items: center;justify-content: flex-start;height: 2rem;background: rgba(255,255,255,.6);padding: 0 0 0 0.8rem;}
.home10-t .right li span{width: 0.5rem;height: 0.49rem;display: flex;align-items: center;justify-content: center;}
.home10-t .right li p{font-size: 0.26rem;color: #333333;padding-left: 0.2rem;transition: 0.5s;}



@media screen and (min-width:1025px){
 .home10-t .right li a:hover p{color:#B34043;}
 .home10-t .right li a:hover img{transform:rotateY(360deg);transition:0.5s;}
 
}
@media screen and (max-width: 1024px) {
  .home10{padding: 0 0 0.4rem;}
  .home10-t .left{width: 100%;}
  .home10-t .right{width: 100%;order: -1;/* margin-bottom: 0.25rem; */}
  .home10-t .right ul{width: calc(100%);margin-left: 0rem;}
  .home10-t .right li a{padding:0 .1rem;justify-content:center;height:1.5rem;}
}

@media screen and (max-width: 768px) {
  .home10-t .right li p{font-size:.2rem;}
  .home10-t .right li span{width: 0.3rem;height: 0.3rem;}
}
.home11{width: 100%;padding: 0 0 0.9rem;overflow: hidden; }
.home11-t .h11-s{margin: 0 -0.25rem;}
.home11-t .h11-s li{padding: 0 0.25rem;}
.home11-t .h11-s li a{display: block;padding: 0.1rem;background: url(../images/h11-bg.png) no-repeat;background-size: 100% 100%;position: relative;}
.home11-t .h11-s li .imged{padding-bottom: 43.6%;}
.home11-t .h11-s li .con{width: 100%;height: 100%;position: absolute;left: 0;bottom: 0;z-index: 10;display: flex;align-items: center;justify-content: center;padding: 0 .1rem;text-align: center;}
.home11-t .h11-s li h3{color: #fff;font-family: sy;font-size: 0.32rem;line-height: 1.3;}
.h11-s .slick-dots{width: 100%;position: relative;margin-top: 0.2rem;bottom: auto;}

.h11-s .slick-dots li{width: 0.08rem;height: 0.08rem;background: #9F2528;border-radius: 50%;margin: 0 0.05rem !important;opacity: .5;padding: 0 !important;}
.h11-s .slick-dots li.slick-active{background: #9F2528;opacity: 1;}
.h11-s .slick-dots li button{display: none;}

@media screen and (min-width:1025px){
 
 
}
@media screen and (max-width: 1024px) {
  .home11{padding: 0 0 0.4rem;}
  .home11-t .h11-s{margin: 0 -0.1rem;}
  .home11-t .h11-s li{padding: 0 0.1rem;}
}

@media screen and (max-width: 768px) {
.home11-t .h11-s li h3{font-size:.2rem;}
}
/* footer */
.footer{background: url(../images/fbg.png) no-repeat center/cover;width: 100%;position: relative;z-index: 10;}
.footer::after{/* width: 100%; *//* height: 0.3rem; *//* background: url(../images/f-bg.png) repeat-x; */}
.gotop{cursor: pointer;position: absolute;right: 5%;top: -0.3rem;width: 0.68rem;}
.gotop img{cursor: pointer;}
.footer p{font-size: 0.14rem;color: #fff;line-height: 2;display: block;margin-bottom: 0.1rem;}
.footer p a {color: #fff;}
.footer p:last-child{margin-bottom:0;}
.foot-t{justify-content:space-between;padding: 0.7rem 0;}
.footer .fot1{width: 29%;}
.footer .fot2{width: 19%;}
.footer .fot3{width: 27%;align-items: center;justify-content: flex-end;}
.footer .fot3 .con{padding-right: 0.2rem;}
.footer .fot3 .bq{width: 0.32rem;}

.rightFix{position: fixed;right: 0.35rem;top: 50%;transform: translateY(-50%);display: none;z-index: 10000;}

.rightFix li{margin: 0.15rem 0;}
.rightFix li::before{content: "";position: absolute;width: 1px;height: 0.12rem;background: #015A8D;bottom: calc(100% + 0.04rem);left: 50%;left: 50%;opacity: 0;}
.rightFix li::after{width: 1px;height: 0.12rem;background: #015A8D;left: 50%;top: calc(100% + 0.04rem);position: absolute;}
.rightFix li p{font-size: 0.14rem;color: #861212;width: 0.2rem;text-align: center;font-family: sy;display: none;text-align: center;/* writing-mode: vertical-lr; */}
.rightFix li a{display: flex;align-items: center;justify-content: center;padding: 0 .05rem;}
.rightFix li span{width: 0.12rem;height: 0.12rem;display: flex;align-items: center;justify-content: center;}
.rightFix li span img{width: 100%;height: 100%;}
.rightFix li.on{margin: 0.4rem 0;}
.rightFix li.on p{display: block;}
.rightFix li.on span{display: none;}
.rightFix li.on:first-child::before{height: 0.34rem;opacity: 1;}
.rightFix li.on::after{height: 0.34rem;}
.rightFix li.on::before{height: 0.34rem;opacity: 1;}

@media screen and (max-width:768px){
  .foot-t{padding:.3rem 0;}
.footer .fot1{width: 100%;text-align:center;}
.footer .fot2{width: 100%;text-align:center;margin:.2rem 0;}
.footer .fot3{width: 100%;align-items: center;justify-content:center;}
.footer::after{height:.2rem;}
  
}


@media screen and (max-width:1200px){
.rightFix{display: none !important;}

  
}
@media screen and (max-width:1024px){
   
    .title{margin-bottom: .2rem !important;}
    .title h3{font-size: 0.3rem;}
    .banner .cir li span::after {
    height: 0;
}

}




@media screen and (max-width:768px){
    .txt1 { font-size: 0.18rem !important; }
    .p1 {font-size: 0.16rem !important;}
    .title h3{font-size: 0.26rem !important;padding: 0;}
    .title .h3 img{display: none !important;}
    .title .h3{margin: 0;padding-top: 0.2rem;}
    .title h3::after{width: 0.9rem;height: .5rem;top: -0.2rem;}

}

@media screen and (max-width:480px){
.gotop {
    top: -0.26rem;
    width: 0.54rem;
}



}

@media(min-width: 200px){
[aos=zoom-in]{-webkit-transform:scale(.5);-ms-transform:scale(.5);transform:scale(.5)}
}
@media screen and (max-height:500px){
  .list_box_nav_mobile{max-height: calc(100% - 120px);padding-left: 0rem;}
}