@charset "utf-8";
@font-face { font-family: sy; src: url("../font/sySong.woff");}
@font-face { font-family: sj; src: url("../font/SANJIXINGKAIJIANTI-CU-2.TTF");}
@font-face { font-family: Philosopher; src: url("../font/PHILOSOPHER-REGULAR.TTF");}
.header_box_li { position: relative; z-index: 1; }
.header_box {z-index: 10000;height: 0px;position: fixed;width: 100%;}
#header {z-index: 999;width: 100%;transition: all 0.36s ease 0s;}
#header::before {content: "";position: absolute;height: 1.9rem;top: 0px;left: 0px;right: 0px;transition: all 0.2s;opacity: 1;visibility: visible;background: linear-gradient(180deg, #A61D25 0%, rgba(173, 34, 37, 0) 100%);z-index: -1;}
#header.xg{background:#A40000;}
#header.xg:before{height:0;}
#header #logo img{width: 4.5rem;}
#header .right {padding-left: 7%;flex: 1;display: flex;justify-content: flex-end;align-items: center;}
.header_box .wp {display: flex;justify-content: space-between;transition: all 0.5s;align-items: center;/* padding-top: .18rem; */height: .9rem;}
.list_box0 {display: flex;align-items: center;flex-wrap: wrap;padding-left: 0.39rem;}
.list_box0 .li {font-size: 0.16rem;color: #fff;opacity: 1;}
.list_box0 .li a{padding: 0 .15rem;align-items: center;align-items: center;color: #333;display: block;}
.list_box0 .li a img {display: inline-block;width: .62rem;}

.list_box0 .ser .a{display:flex;align-items:center;position: relative;height: 0.36rem;padding: 0 .15rem;width: 2rem;border-radius: 0.2rem;border: 1px solid rgba(255,255,255,1);background: rgba(216, 216, 216, 0.2);}
.list_box0  .input{width:calc(100% - .15rem);height: 100%;padding: 0 0.1rem 0 0rem;font-size: .14rem;color: #fff;line-height: .22rem;opacity:.7;}
.list_box0 .serbtn img{width: 0.62rem;}

.list_box0 .input::-webkit-input-placeholder{ color:#fff;}
.list_box0 .input::-moz-placeholder{ /* Mozilla Firefox 19+ */ color:#fff; }
.list_box0 .input:-moz-placeholder{ /* Mozilla Firefox 4 to 18 */ color:#fff;}
.list_box0 .input:-ms-input-placeholder{ /* Internet Explorer 10-11 */ color:#fff;}



#nav,#nav1{width: 100%;position: relative;max-width: 10rem;}
#nav ul,#nav1 ul{display: flex;justify-content: space-between;width: 100%;}
#nav ul li,#nav1 ul li{z-index:0;position: relative;}
#nav ul li a,#nav1 ul li a{display: flex;padding: 0;position: relative;z-index: 2;height: 100%;align-items: center;}
#nav ul li h3,#nav1 ul li h3{font-size: .24rem;color:#fff;line-height: .5rem;position:relative;transition: .36s;padding: 0 0rem;font-weight: 500;border-bottom: 1px solid transparent;}
#nav ul li .sub,#nav1 ul li .sub{position:absolute;top: 95%;background: rgba(255,255,255,.9);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);overflow: hidden;z-index: 1000;}
#nav ul li .sub:after,#nav1 ul li .sub:after{content: '';height: .02rem;width: 100%;position: absolute;left: 0;top: 0;background: #A40000;}
#nav ul li .sub .box,#nav1 ul li .sub .box{/* padding: .2rem 0; */text-align:center;}
#nav ul li .sub a,#nav1 ul li .sub a{padding: 0.1rem .16rem;line-height: 28px;transition:.6s;font-size: .16rem;color: #333;text-align: center;white-space: nowrap;min-width: 1.6rem;display: block;}
#nav ul li .sub a img,#nav1 ul li .sub a img{ margin: 0 .1rem 0 0; opacity: .2; transition: .5s}
#nav ul li .sub a:hover,#nav1 ul li .sub a:hover{background: #A40000;color: #fff;}
#nav ul li:hover .sub,#nav1 ul li:hover .sub{opacity: 1;visibility:visible;transform: translateX(-50%) scaleY(1);}
#nav ul li.on h3,#nav ul li:hover h3,#nav1 ul li.on h3,#nav1 ul li:hover h3{/* font-weight: bold; */border-color: #fff;}
#nav ul li.on h3::after,#nav ul li:hover h3::after,#nav1 ul li.on h3::after,#nav1 ul li:hover h3::after{opacity: 1;}


#m_nav * {transition: all 0s ease 0s;}
.m_header_box {transition: all 0.6s ease 0s;display: none;position: relative;z-index: 100000;height: .7rem;}
.m_header_box header {padding: 0px 0px 0px 15px;height: 0.7rem;background: #A40000;box-shadow: rgba(0, 0, 0, 0.05) 0px 3px 5px;position: fixed;top: 0px;left: 0px;right: 0px;z-index: 100;display: flex;justify-content: space-between;align-items: center;}
.m_header_box header #logo img {height: auto;max-height: 0.6rem;    padding: 0.05rem;}
.m_header_box header #logo { padding: 0px; width: calc(100% - 80px); }
#m_nav .list_box0 .li > a{margin:0;}
/*导航按钮开始*/
#nav_btn_box.on { background: none; }
#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: #A40000;}
#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: #A40000;}
#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 10px;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: #A40000 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: #A40000;margin: 0 .12rem 0.15rem 0;font-size: 14px;padding: 0;min-width: 1rem;}

.list_box_nav_mobile{width:100%;max-height: calc(100% - 120px);/* background: rgba(255,255,255,.1); */padding: 0 0 10px;overflow: hidden;overflow-y: auto;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: 100px; */display: block;margin-bottom: 0.1rem;}
.wap_search .header-search{height:40px;border-radius:20px;background: rgb(255 255 255);position:relative;width: 3.68rem;margin: 0px auto;}
.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 #A40000;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消失-结束 */
/* pc搜索 */

.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: #A40000; 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.7rem;width: 1rem;}
.search-dialog .search-input input[type="submit"] {background-color: #A40000;background-repeat: no-repeat;background-position: center center;background-size: 0.4rem;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-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: #A40000; 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); }
}
/* banner */
.main-visual-wrapper {width: 100%;overflow: hidden;position: relative;/* padding-top: 1.6rem; */}
.main-visual-slider { overflow: hidden; width: 100%;position: relative; }
.main-visual-slider .swiper-slide { overflow: hidden; }
.main-visual-slider .swiper-container { width: 100%; }
.main-visual-slider .swiper-slide-active .imged{transform: scale(1); transition: all 6s ; }
.main-visual-slider video{transform: scale(1.2)\0;}
.swiper-box1 .imged{padding-bottom: 100vh;}
.swiper-box1 .imged::after{width: 100%;height: 35%;background: linear-gradient(0deg, rgba(0, 0, 0, 0.48) 0%, rgba(0, 0, 0, 0) 100%);}
.slide-inner{overflow: hidden;}
.main-visual-slider .imged{transform: translate3d(0px, 0px, 0px) scale(1.05); transition: opacity 0.5s}
.swiper-box1 a:hover .imged{transform: scale(1);}
.banner .cir{bottom: .38rem;width: 100%;width: 100%;align-items: center;justify-content: center;display: flex;}
.banner .cir span{width: 0.1rem;height: 0.1rem;opacity: 1;margin: 0 .05rem !important;background: #fff;border-radius: 50%;}
.banner .cir span.on{opacity: 1;background: url(../images/cir1.png) no-repeat;background-size: 100% 100% !important;width: 0.26rem;height: 0.33rem;border-radius: 0;}

/* home1 */
.set::after{width: 100%;height: auto;top: 0;bottom: -0.3rem;background: url(../images/hbg1.png) no-repeat center/cover}
.home1{width: 100%;padding: 0.72rem 0 .8rem;position: relative;overflow: hidden;}

.title{justify-content: space-between;margin-bottom: .5rem;align-items: center;position:relative;}
.title .h3{margin: 0 auto;align-items: flex-end;}
.title h3{font-size: 0.46rem;color: #2c2c2c;align-items: center;font-family: sy;}
.title h3 span{font-size: 0.6rem;color: #AA1E25;font-family: sj;letter-spacing: -0.15em;padding-right: .05rem;}
n{align-items: center;font-size: 0.14rem;color: #CA9E79;text-transform: uppercase;padding-left: 0.1rem;font-family: sy;padding-bottom: .2rem;}
.title h3::after{width: 6.38rem;height: 0.18rem;background: url(../images/tit.png) no-repeat;bottom: -.1rem;left: 110%;background-size: 100%;}
.title p{padding-left:.2rem;font-size: .14rem;color: #CA9E79;}

.more{position: absolute;right: 0;z-index: 10;}
.more a{font-size: 0.16rem;color: #C57E2B;line-height: 0.36rem;}
.more a::after{background-size: 100% 100% !important;width: 1.12rem;height: 0.51rem;background: url(../images/more.png) no-repeat;left: auto;right: 0;bottom: 0;}

.home1-t{justify-content: space-between;}
.home1 li *{transition: 0.5s;}

.home1-t .left{width: 57%;}
.home1-t .right{width: 40%;} 
.home1-t .left li a{position: relative;display: flex;flex-direction: column;align-items: flex-end;}
.home1-t .left .scale{width: 100%;}
.home1-t .left .con{width: 100%;padding: 0.15rem 1.5rem 0.3rem 0.3rem;z-index: 10;position: relative;height: 0.6rem;background: url(../images/h1-bg.png) no-repeat center/cover;margin-top: -0.35rem;}
.home1-t .left li .imged{padding-bottom: 65.8%;}
.home1-t .left li h3{font-size: 0.2rem;color: #fff;line-height: 0.28rem;}
.home1-t .left li p{color: #F7EFE5;font-size: 0.2rem;line-height: 0.3rem;margin-top: 0.1rem;opacity: 1;font-family: sy;}

.home1-t .left .cir{bottom: 0.15rem;width: auto;display: flex;align-items: center;left: auto;right: 0.25rem;}
.home1-t .left .cir span{width: 0.1rem;height: 0.1rem;margin: 0 0.1rem !important;opacity: 1;}
.home1-t .left .cir span.swiper-pagination-bullet-active{opacity: 1;width: 0.26rem;height: 0.33rem;background: url(../images/cir1.png) no-repeat;background-size: 100% 100% !important;border-radius: 0;}
.home1-t .right li{margin-bottom: 0rem;}
.home1-t .right li a{align-items: center;height: 1.04rem;padding: 0rem 0.25rem;background: rgba(255, 255, 255, 0.5);display: flex;}
.home1-t .right li a::after{background: #CA0B12;width: 100%;opacity: 0;}
.home1-t .right li *{transition: 0.5s;}
.home1-t .right li .date{width: 0.83rem;height: 0.86rem;display: flex;flex-direction: column;align-items: center;justify-content: center;}

.home1-t .right li .con{padding: 0 0.3rem;flex: 1;min-width: 0;}
.home1-t .right li h4{padding-left: 0.3rem;height: 0.9rem;border-left: 1px dashed rgba(216, 216, 216, 0);display: flex;align-items: center;justify-content: center;}
.home1-t .right li h4 i{display: block;font-style: normal;width: 0.16rem;height: 0.16rem;background: url(../images/h1-xq1.png) no-repeat;background-size:100%!important;}

.home1-t .right li .date::after{background: url(../images/date1.png) no-repeat;background-size: 100% 100% !important;width: 0.81rem;height: 0.81rem;left: 50%;bottom: auto;top: 5%;transform: translate(-50%,0%);}

.home1-t .right li h3{font-size: 0.19rem;color: #333;line-height: 0.3rem;max-height: 0.6rem;transition: 0.5s;font-weight: 500;}
.home1-t .right li span{display: block;font-size: 0.22rem;color: #A40000;line-height: 1.3;font-family: sy;}
.home1-t .right li p{font-size: 0.14rem;color: #A40000;line-height: 1.1;font-family: 'sy';white-space: nowrap;}


@media screen and (min-width: 1025px) {
  .home1-t .right li a:hover::after{opacity: 1;}
  .home1-t .right li a:hover h3,.home1-t .right li a:hover span,.home1-t .right li a:hover p{color: #fff;}
  .home1-t .right li a:hover .date::after{background: url(../images/date2.png) no-repeat;height: 0.86rem;width: 100%;}
  .home1-t .right li a:hover h4 i{background: url(../images/h1-xq2.png) no-repeat;}
     .home1-t .right li a:hover h4{border-color:rgba(216, 216, 216, 0.5);}
}




@media screen and (max-width: 1024px) {
  .home1{padding: 0.4rem 0;}
  .home1-t .left{width: 100%;}
  .home1-t .right{width: 100%;margin-top:0.25rem;}
  .home1-t .left li .con {width: 100%;margin-left: 0;position: relative;}
  .home1-t .right li{margin-bottom:0;}
  .home1-t .right li a{padding: 0.15rem;height: auto;}
  .home1-t .right li .con{padding:0 0.15rem;}
}

@media screen and (max-width: 768px) {
  .home1-t .left .con{width: 90%;padding: 0.2rem 0.2rem;}
}


/* home2 */
.home2{width: 100%;padding: 0rem 0 1rem;position: relative;z-index: 10;overflow: hidden;}
.home2-t{justify-content: space-between;position: relative;}
.home2-t li *{transition: 0.5s;}
.home2-t li{padding: 0.1rem 0;}
.home2-t li a{display: block;background: #fff;padding: 0.2rem 0.3rem;height: 2.08rem;}
.home2-t li a::after{width: 100%;height: auto;top: -0.1rem;bottom: -0.1rem;background: url(../images/h2-bg.png) no-repeat center/cover;opacity: 0;}
.home2-t li p{font-size: 0.18rem;line-height: 0.3rem;color: #EAB77B;font-family: sy;}                                
.home2-t li h3{font-size: 0.2rem;line-height: 0.3rem;color: #333333;max-height: 0.6rem\0;margin: .25rem 0;}
.home2-t li span{font-size: 0.14rem;color: #FFFFFF;line-height: 1.5;align-items: center;opacity: 0;}
.home2-t li span img{display: inline-block;margin-left: 0.1rem;}
.home2-t .arror{width: 0.4rem;height: 0.4rem;color: #fff;background: #EAB77B;}
.home2-t .arror::after{color: #fff;font-size: 0.2rem;}
.home2-t .swiper-button-prev{left: -0.2rem;}
.home2-t .swiper-button-next{right: -0.2rem;}



@media screen and (min-width: 1025px) {
  .home2-t li a:hover::after{opacity: 1;}
  .home2-t li a:hover h3,.home2-t li a:hover p{color: #fff;}
  .home2-t li a:hover span{opacity: 1;}

}

@media screen and (max-width: 1024px) {
  .home2{padding: 0rem 0 0.4rem;}

}

@media screen and (max-width: 768px) {

}



/* home3 */
.home3{width: 100%;padding: 1rem 0 1rem;margin-top: -.5rem;}
.home3::after{width: 100%;height: 100%;background: url(../images/hbg3.png) no-repeat center/cover;background-size: 100% 100%;}
.home3 .title h3,.home3 .title p,.home3 .more a,.home3 .title h3 span{color: #fff;}
.home3-t{justify-content: space-between;}
.home3 .left{width: 46%;}
.home3 .right{width: 50%;position: relative;z-index: 2;}
.home3 li *{transition: 0.5s;}
.home3 .left .swiper-container{height: 6.5rem;}

.home3 .left li a{position: relative;align-items: center;height: 100%;}
.home3 .left li .date{padding-right: 0.45rem;}
.home3 .left li span{font-size: 0.42rem;font-family: Arial;color: #AA1E25;}
.home3 .left li p{font-family: Arial;font-size: 0.16rem;line-height: 0.28rem;color: #AA1E25;}
.home3 .left li h4{display: none;}
.home3 .left li b{font-size: 0.26rem;font-family: Arial;font-weight: normal;
color: #fff;opacity: .7;
}
.home3 .left li h3{font-size: 0.18rem;line-height: 0.3rem;color: rgba(255, 255, 255, 0.7);max-height: 0.6rem\0;flex: 1;min-width: 0;padding-left: 0.3rem;}
.home3 .left li .date::after{width: 0.07rem;height: 0.07rem;border-radius: 50%;background: #fff;left: auto;right: 0;transform: translateY(-50%);bottom: auto;top: 50%;}

.home3 .right ul{justify-content: space-between;}
.home3 .right li{width: 48%;}
.home3 .right li .con{height: 3.2rem;background: #fff;padding: 0.45rem 0.4rem;}
.home3 .right li h3{font-size: 0.2rem;line-height: 0.3rem;color: #333;font-weight: 500;max-height: 0.6rem\0;}
.home3 .right li h3 b{font-weight:500;}
.home3 .right li h4{font-size: 0.16rem;line-height: 0.26rem;max-height: 1.04rem\0;margin: 0.3rem 0 0.3rem;color: #666;}
.home3 .right li p{align-items: center;justify-content: space-between;}
.home3 .right li p span{color: #EAB77B;font-size: 0.16rem;font-family: phi;padding-left: 0.25rem;background: url(../images/h3-t.png) no-repeat left center/0.15rem;}
.home3 .right li .scale{position:relative;}
.home3 .right li span{align-items: center;}

.home3 .home3-c{justify-content: space-between;}
.home3 .home3-c .home3-box{width:30%;}
.home3 .home3-c .home3-box .home3-content{height: 2.7rem;background-color: #fff;border-radius: 0.07rem;overflow: hidden;transition: 0.3s;}
.home3 .home3-c .home3-box .home3-content img{transition: 0.3s;}
.home3 .home3-c .home3-box .home3-content:hover{margin-top:0px;box-shadow: 0 10px 15px rgba(0, 0, 0, .3);}
.home3 .home3-c .home3-box .home3-content:hover img{scale:1.1}
@media screen and (min-width: 1025px) {
  .home3-t li a:hover::after{opacity: 1;}
  .home3 .right li a:hover h3{color:#A40000;}
  .home3::before{width: 6.82rem;height: 6.82rem;border: 1px dashed #fff;border-radius: 50%;bottom: .9rem;left: -1.8rem;content:"";position:absolute;opacity: .1;}
  .h3-t::after{width: auto;height: 2.4rem;left: -1.2rem;right: -.65rem;background: url(../images/h3-bg.png) no-repeat;background-size: 100% 100%;bottom: auto;top: 50%;transform: translateY(-50%);filter: drop-shadow(0px 0.1rem 0.04rem rgba(0, 0, 0, 0.3));}
  .h3-t{padding-left: 1.3rem;}
  .home3 .left li.swiper-slide-active+li{padding-left: 0.78rem;transform: translateY(-.15rem);}
  .home3 .left li.swiper-slide-active+li+li{padding-left: 0.8rem;}
  .home3 .left li.swiper-slide-active+li+li+li{padding-left: 0.78rem;transform: translateY(.1rem);}
  .home3 .left li.swiper-slide-active+li+li+li+li{transform:translateY(-.15rem);padding-left: 0rem;}
  .home3 .right li:last-child{margin-top: 0.5rem;}
  .home3 .left li.swiper-slide-active+li+li h4{display: block;} 
.home3 .left li.swiper-slide-active+li+li b{display: none;}
.home3 .left li.swiper-slide-active+li+li .date::after{display: none;}
.home3 .left li.swiper-slide-active+li+li h3{color: #333;font-weight: bold;}
.home3 .left li.swiper-slide-active h3,.home5 .left li.swiper-slide-active b{opacity: .4;}
.home3 .left li.swiper-slide-active+li h3,.home5 .left li.swiper-slide-active+li b{opacity: .7;}
.home3 .left li.swiper-slide-active+li+li+li h3,.home5 .left li.swiper-slide-active+li+li+li b{opacity: .7;}
.home3 .left li.swiper-slide-active+li+li+li+li h3,.home5 .left li.swiper-slide-active+li+li+li+li b{opacity: .4;}
}

@media screen and (max-width: 1024px) {
  .home3{padding: 0.4rem 0rem;margin-top:0;overflow: hidden;}
  .home3::after{background:#AA1E25}
  .home3 .left{width: 100%;}
  .home3 .right{width: 100%;margin-top: 0.3rem;}
  .home3 .left .swiper-container{height: 4rem;}
  .home3 .right li .con{height:2.4rem;padding:.2rem;}
  .home3 .right li h4{margin: .1rem 0;}

}

@media screen and (max-width: 500px) {
   .home3{padding: 0.4rem 0rem 0.1rem;}
  .home3 .right li{width: 100%;margin-bottom: 0.3rem;}
  .home3 .right li .con{height:auto;padding:.2rem;}
}


/* home4 */
.home4{position: relative;padding: 0.85rem 0rem 1.3rem;overflow: hidden;z-index: 5;background: url(../images/hbg4.png) no-repeat center/cover;}
.home4-t li .box{flex-direction: column;position: relative;transition: 0s;}
.home4-t li .pis{width: 1.96rem;height: 1.96rem;border-radius: 50%;background: rgba(202, 158, 121, 0.2);padding: 0.16rem;}
.home4-t li .pis::after{width: auto;height: auto;top: -0.1rem;right: -0.1rem;bottom: -0.1rem;left: -0.1rem;border-radius: 50%;border: 1px dashed #CA9E79;opacity: 0;}
.home4-t li .imged{padding-bottom: 100%;border-radius: 50%;}
.home4-t li .scale{border-radius: 50%;}
.home4-t li .con{padding:.3rem 0 0.3rem 0.38rem;}
.home4-t li p{padding-bottom: 0.15rem;border-bottom: 1px solid #E1CEAF;margin-bottom: 0.15rem;}
.home4-t li p span{font-size: 0.48rem;color: #CA9E79;font-family: Philosopher;}
.home4-t li h3{font-size: 0.18rem;line-height: 0.3rem;color: #333;max-height: 1.2rem\0;}
.home4-t li h4{color: #999;margin-top: 0.05rem;}
.home4-t .arrow{position: absolute;bottom: 0.6rem;right: 10%;}

.home4-t .arror{width: 0.4rem;height: 0.4rem;color: #fff;background: #EAB77B;position: relative;top: auto;left: auto;right: auto;margin: 0 0.1rem;}
.home4-t .arror::after{color: #fff;font-size: 0.2rem;}
.home4-t .arror:hover{background: #AA1E25;}



@media screen and (min-width: 1025px) {
  .home4-t::after{width: auto;left: -1.6rem;right: -1.6rem;background: url(../images/h4line.png) no-repeat;background-size: 100% 100%;height: 4.22rem;bottom: auto;top: 0.5rem;}
  .home4-t li a{display: flex;align-items: flex-end;height: 7rem;}
  .home4-t li.swiper-slide-active+li a,.home4-t li.swiper-slide-active+li+li+li a{align-items: flex-start;}
  .home4-t li.swiper-slide-active+li .con,.home4-t li.swiper-slide-active+li+li+li .con{order:-1;}
  .home4-t li.swiper-slide-active+li .box{margin-left: -0.5rem;}
  .home4-t li.swiper-slide-active+li+li+li .box{margin-right: -0.5rem;}
  .home4-t li .con{width: 3.2rem;min-height: 2rem;}
  .home4-t li.swiper-slide-active+li+li .box{transform: translateY(-1.6rem);}
  .home4-t li.swiper-slide-active+li+li+li+li .box{transform: translateY(-2.28rem);}
  .home4-t li.swiper-slide-active+li+li+li .con{margin-left: -0.5rem;}
  .home4-t li a:hover .pis::after{opacity: 1;}
}

@media screen and (max-width: 1024px) {
  .home4{padding:0.4rem 0 0.4rem;}
   .home4-t .arrow{bottom:0;right:0;position:relative;width:100%;justify-content:center;}
  .home4-t li p span{font-size: 0.4rem;}
}

@media screen and (max-width: 768px) {
  
}



/* home5 */
.home5{padding: 0.8rem 0rem 1.68rem;width: 100%;overflow: hidden;background: url(../images/hbg5.png) no-repeat bottom/cover;overflow: hidden;}
.home5-t li *{transition:0.5s;}
.home5-t li{width: 16.6%;padding: 0 0.1rem;text-align: center;}
.home5-t li .img{width: 1.54rem;height: 1.54rem;border-radius: 50%;border: 1px dashed #C18C2C;margin: 0 auto 0.16rem;padding: 0.1rem;}
.home5-t li .img span{display: flex;align-items: center;justify-content: center;background: #FFFFFF;border: 1px dashed #E8D0A4;height: 100%;border-radius: 50%;}
.home5-t li h3{font-size: 0.24rem;color: #333;line-height: 1.3;margin: 0rem 0 0.1rem;}
.home5-t li .line{width: 1px;height: 0.7rem;background: #E8D0A4;margin: 0 auto ;}
.home5-t li .line::before{content: "";position: absolute;width: 2.32rem;height: 1.52rem;background: url(../images/h5-c1.png) no-repeat;background-size: 100% 100% !important;left: 50%;transform: translateX(-50%);bottom: 110%;}
.home5-t li .line::after{width: 0.14rem;height: 0.14rem;background: #fff;border: 1px solid #E8D0A4;border-radius: 50%;left: 50%;transform: translateX(-50%);bottom: 0;}
.home5-t li .img2{display: none;}

@media screen and (min-width: 1025px) {
 .home5-t li a:hover .img1{display: none;}
 .home5-t li a:hover .img2{display: block;}
  .home5-t li a:hover .img{border-color: #AA1E25;}
  .home5-t li a:hover span{border-color: #AA1E25;}
  .home5-t li a:hover h3{color: #AA1E25;}
  .home5-t li a:hover .line{background: #AA1E25;}
  .home5-t li a:hover .line::after{border-color: #AA1E25;}
  .home5-t li a:hover .line::before{background: url(../images/h5-c2.png) no-repeat;}
  .home5-t li:nth-child(1) {margin-top: 0.38rem;}
  .home5-t li:nth-child(2) {margin-top: 0.11rem;}
  .home5-t li:nth-child(3) {margin-top: 0.75rem;}
  .home5-t li:nth-child(4) {margin-top: 0.4rem;}
  .home5-t li:nth-child(6) {margin-top: 0.29rem;}
  .home5-t li:nth-child(1) .line{height: 0.8rem;}
  .home5-t li:nth-child(2) .line{height: 1.16rem;}
  .home5-t li:nth-child(3) .line{height:1.9rem;}
  .home5-t li:nth-child(5) .line{height: 2.38rem;}
}

@media screen and (max-width: 1024px) {
  .home5{padding: 0.4rem 0rem;}
  .home5-t li .img{width: 1.2rem;height: 1.2rem;padding: .05rem;}
  .home5-t li .img img{max-width: 0.7rem;}
  .home5-t li h3{font-size:.2rem;}
}
@media screen and (max-width: 768px){
  .home5-t li{width: 33.3%;}
  .home5-t li .line{display: none;}
}

@media screen and (max-width: 380px){
  .home5-t li{width: 50%;}
}

/* home6 */
.home6{padding: 1.15rem 0rem 1.35rem;width: 100%;}
.home6::after{width: 100%;height: auto;top: 0;bottom: -0.5rem;background: url(../images/hbg6.png) no-repeat bottom;background-size: 100% 100%;}


.home6-t{justify-content: space-between;}
.home6-t .left{width: 51%;}
.home6-t .right{width: 37%;}
.home6-t .left .title .h3{margin: 0;}
.home6 .left{position: relative;}
.home6-t .left::after{width: auto;left: -1.6rem;height: 2.95rem;background: #FFFFFF;}
.home6 .left li .con{height: 1.64rem;padding: 0.23rem 0.25rem;}
.home6 .left li h3{font-size: 0.22rem;line-height: 1.2;color: #333;margin-bottom: 0.15rem;transition: 0.5s;font-weight: bold;}
.home6 .left li h4{font-size: 0.16rem;line-height: 0.3rem;max-height: 0.6rem\0;color: #666;}
.home6 .left .arrow{position: absolute;left: 100%;bottom: 1.64rem;}
.home6 .left li .imged{padding-bottom:60%;}
.home6-t .arror{width: 0.5rem;height: 0.5rem;color: #fff;background: #EAB77B;position: relative;top: auto;left: auto;right: auto;margin: 0 0rem;}
.home6-t .arror::after{color: #fff;font-size: 0.2rem;}
.home6-t .arror:hover{background: #AA1E25;}
.home6-t .swiper-button-prev::after{content: "\eabc";}
.home6-t .swiper-button-next::after{content: "\e600";}
.home6-t .right a{display: block;position: relative;background: url(../images/h6-bg.png) no-repeat;background-size: cover;height: 7.23rem;padding: 0.25rem 0.6rem 0 0.5rem;}
.home6-t .right .tit2{padding-bottom: 0.33rem;border-bottom: 1px solid rgba(216, 216, 216, 0.2);margin-bottom: 0.34rem;align-items: center;}
.home6-t .right .tit2::after{width: 1.02rem;height: 0.04rem;background: #FFFFFF;bottom: -1px;}
.home6-t .right .tit2 h3{color: #fff;padding-left: 0.1rem;font-size: 0.48rem;font-family: sy;}
.home6-t .right p{font-size: 0.16rem;color: #EACDCD;line-height: 0.3rem;max-height: 0.6rem\0;}


@media screen and (min-width: 1025px) {
 .home6-t .left::after{width: auto;left: -1.6rem;height: 2.95rem;background: #FFFFFF;right: 0;}
 .home6 .left li a:hover h3{color: #A40000;}
}

@media screen and (max-width: 1024px) {
  .home6{padding:0.4rem 0 0.4rem;overflow: hidden;}
  .home6-t .left{width:100%;margin-top: 0;}
  .home6-t .right{width: 100%;margin-top: 0.2rem;}
  .home6-t .right .tit2 h3{font-size:.36rem;}
  .home6-t .right a{height:auto;padding:.25rem .25rem 1.5rem}
  .home6 .left li .con{background:#fff;}
}

@media screen and (max-width: 768px) {
.home6-t .right .tit2 h3{font-size:.3rem;}
}

@media screen and (max-width: 500px) {

}

/* footer */
.footer{width: 100%;position: relative;background: url(../images/fbg.png) no-repeat;background-size: 100% 100%;z-index: 2;}
.foot-b{padding: 1.29rem 0 0rem;justify-content: space-between;align-items: flex-start;}
.foot-b .fot-1{width: 55%;align-items: center;justify-content: space-between;}
.foot-b .fot-2{width: 30%;}
.foot-b .fot-3{/* width: 10%; */}
.foot-b .fot-1 .log{width: 48%;}
.foot-b .fot-1 .font{width: 48%;}
.foot{padding: 0.28rem 0;text-align: center;border-top: 1px solid rgba(255, 255, 255, 0.1);}
.foot p{font-size: 0.16rem;line-height: 2;color: #EBBBBE;align-items: center;justify-content: center;}
.foot p span{display: flex;padding-right: 0.5rem;align-items: center;}
.foot p img{display: inline-block;margin-right: 0.1rem;}
.foot p a{display: flex;align-items: center;padding-left: 0.15rem;}
.ul-iconsb1{padding: 0;align-items: center;justify-content: flex-end;}
.ul-iconsb1 li{padding-left: 0.25rem;}
.ul-iconsb1 .con{position:relative;cursor:pointer;}
.ul-iconsb1 .icon img{width:0.5rem;}
.ul-iconsb1 .con:hover .qrbox{opacity:1;visibility:visible;transform: translateY(0%) translateX(-50%);}
.ul-iconsb1 .qrbox{top: 100%;transform: translateY(-30%) translateX(-50%);opacity:0;visibility:hidden;margin-top: .15rem;transition: 0.5s;position: absolute;width: 1.2rem;z-index: 10;height: auto;z-index: 100;left: 50%;box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.1);}
.ul-iconsb1 .qrbox .qr{padding: .05rem;background: #fff;text-align: center;border-radius: .1rem;}
.ul-iconsb1 .qrbox .qr img{width: 100%;}
.ul-iconsb1 .qrbox .p{font-size: 0.14rem;overflow:hidden;text-align: center;margin-top: .1rem;line-height: 1.5;}
.ul-iconsb1{padding: 0;align-items: center;/* justify-content: center; */}
.ul-iconsb1 .icon{width:0.6rem;height: .6rem;border-radius: 50%;}
.ul-iconsb1 .qrbox{top: auto;bottom: 100%; margin: 0 0 .15rem;}
.ul-iconsb1 .qrbox::before{content:"";border-left:.08rem solid transparent;border-right:.08rem solid transparent;border-bottom:.1rem solid #fff;bottom: -.09rem;transform: translateX(-50%) rotateX(180deg);position: absolute;left: 50%;}





@media screen and (min-width:1025px){
}

@media screen and (max-width:1024px){
    .footer{background:#AA1E25;}
    .foot-b{padding: 0.25rem 0;}   
    .foot-b .fot-1{width: 100%;justify-content:center;margin-bottom: 0.2rem;}
    .foot-b .fot-2{width: 40%;}
    .foot-b .fot-3{width: 20%;}

}
@media screen and (max-width:768px){
  .foot-b .fot-1 .log{width: 100%;text-align: center;margin-bottom: 0.2rem;}
  .foot-b .fot-1 .font{width: 100%;text-align: center;}
  .foot-b .fot-2{width: 100%;text-align: center;}
  .foot-b .fot-3{width: 100%;margin-top: 0.2rem;}
  .ul-iconsb1{justify-content: center;width: 100%;}
  .foot p span{padding-right:.2rem;}
  .foot p img{max-width:.2rem;}
  .foot{padding: 0.1rem 0;}
}
@media screen and (max-width:600px){
  
}


@media screen and (max-width: 1600px) {
  #logo{width:4rem;}
  #header .right{padding-left:10%;}

}

@media screen and (max-width: 1200px) {
  .header_box { display: none; }
  .m_header_box { display: block; }
  .swiper-box1 .imged{padding-bottom: 50%;}
  .main-visual-wrapper{padding:0}

}

@media screen and (max-width: 1024px) {
  .title .h3{/* padding-left: 0.2rem; */margin: 0;}
  .title .h3::after{width: .5rem;height: .5rem;}
  .banner .cir{bottom:.2rem;}
   .title h3{font-size:.32rem !important;}
}
@media screen and (max-width: 960px) {
  
}
@media screen and (max-width: 768px) {
  .txt1 { font-size: 0.2rem !important; }
  .p1 {font-size: 0.16rem !important;}
  .title{margin-bottom: 0.25rem;}
  .title h3{font-size:.28rem !important;}
  .title h3 span{font-size:.32rem !important;}
  .title .h3{margin:0;}
  .title .h3 img{max-width:.3rem;}
  .title h3::after{background:none;display:none;}
  
}



@media screen and (max-width:1200px){
  .body_b {width: auto;height: auto;position: static;opacity: 1;transform: none;overflow: auto;top: auto;}
  .scroll{padding-top: 0;}
}
@media (min-width: 200px) {
  [aos="zoom-in"] { transform: scale(0.5); }
}



@media screen and (max-width: 1024px) {

.home6 .left .arrow{left: auto; right: 0;}
}