@charset "utf-8";

@font-face{ font-family:sy; src:url(../fonts/sySong.woff);}
@font-face{ font-family:syr; src:url(../fonts/SOURCEHANSERIFCN-REGULAR.OTF);}

.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_box_li #header::before {content: "";position: absolute;height: 100%;top: 0px;left: 0px;right: 0px;transition: all 0.2s;opacity: 1;visibility: visible;background: linear-gradient(180deg, #790605 0%, rgba(140, 0, 23, 0) 82%);background: #863242;z-index: -1;}
.header_box_li #header::after{content: "";position: absolute;width: 6.28rem;height: 1.92rem;  /*background: url(../images/head.png) no-repeat;background-size: 100% 100%;*/top: 0;left: 0;z-index: -1;}

.fixed .header_box_li #header::before{background:#863242;opacity: 1;height:100%;}

.header_top {position: relative;z-index: 10;padding-bottom: .15rem;}
.search_btn {display: flex;width: 1.2rem;height: 0.9rem;align-items: center;justify-content: center;background-size: 100% 100%;position: absolute;right: 0;cursor: pointer;top: 0;}
.search_btn img{display: inline-block;width: .26rem;}
#header #logo {padding: 0px;position: relative;}
#header #logo img{width: 4.3rem;}
#header .right {padding-left: 10%;flex: 1;display: flex;flex-direction: column;align-items: flex-end;}
.right-b{display:flex;align-items: center;width: 100%;justify-content: flex-end;/* margin-top: .1rem; */}
.header_box .wp {height: 1.25rem;display: flex;justify-content: space-between;transition: all 0.5s;align-items: center;width: 100%;max-width: 100%;padding: 0 .7rem 0 1.1rem;}
.fixed.header_box .wp{height:1rem;}
.list_box0 {display: flex;align-items: center;flex-wrap: wrap;}
.list_box0 .li {font-size: 0.2rem;color: #fff;opacity: .6;display: flex;align-items: center;}
.list_box0 .li a{padding: 0 .1rem;align-items: center;height: 0.22rem;align-items: center;}
.list_box0 .li a img { display: inline-block;margin-right: 0.1rem;}

.list_box0 .ser .a{display:flex;align-items:center;position: relative;height: 0.22rem;padding: 0 .15rem;width: 1.7rem;border-radius: 0;}
.list_box0  .input{width:calc(100% - .2rem);height: 100%;padding: 0 0rem 0 0.1rem;font-size: .16rem;color: #ffffff;line-height: .22rem;}
.list_box0 .serbtn{width: 0.2rem;height: 100%;display: flex;align-items: center;}
.list_box0 .serbtn img{width: 100%;}

.list_box0 .input::-webkit-input-placeholder{ color:#ffffff;}
.list_box0 .input::-moz-placeholder{ /* Mozilla Firefox 19+ */ color:#ffffff; }
.list_box0 .input:-moz-placeholder{ /* Mozilla Firefox 4 to 18 */ color:#ffffff;}
.list_box0 .input:-ms-input-placeholder{ /* Internet Explorer 10-11 */ color:#ffffff;}



#nav{width: 100%;position: relative;max-width: 12rem;flex: 1;}
#nav ul{display: flex;justify-content: space-between;width: 100%;}
#nav ul li{z-index:0;position: relative;}
#nav ul li a{display: flex;padding: 0;position: relative;z-index: 2;height: 100%;align-items: center;}
#nav ul li h3{font-size: .18rem;color:#fff;line-height: .5rem;position:relative;transition: .36s;padding: 0 0rem;}
#nav 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{content: '';height: .02rem;width: 100%;position: absolute;left: 0;top: 0;background: #863242;}
#nav ul li .sub .box{/* padding: .2rem 0; */text-align:center;}
#nav ul li .sub a{padding: 10px .16rem;line-height: 28px;transition:.6s;font-size: .16rem;color: #333;text-align: center;white-space: nowrap;min-width: 160px;display: block;}
#nav ul li .sub a img{ margin: 0 .1rem 0 0; opacity: .2; transition: .5s}
#nav ul li .sub a:hover{background: #863242;color: #fff;}
#nav ul li:hover .sub{opacity: 1;visibility:visible;transform: translateX(-50%) scaleY(1);}
#nav ul li.on h3,#nav ul li:hover h3{font-weight: bold;/* color: #863242; */}
#nav ul li.on h3::after,#nav ul li:hover h3::after{opacity: 1;}

/*手机端开始*/
.m_header_box {transition: .6s;display: none;position: relative;z-index: 100000;}
.m_header_box header{padding: 0 0 0 0.15rem;height: .7rem;background: #863242;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{padding:0;width: 75%;margin: 0;}
.m_header_box header #logo img{max-height: .6rem;}
/*导航按钮开始*/
#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; 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: #863242;}
#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: #863242;}
#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: block;flex-direction: column;justify-content: flex-start;align-items: flex-start;background: #f7f7f7;background-size:cover;opacity: 0;visibility: hidden;overflow-x: hidden;overflow-y: auto;}
#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: #863242 url(../images/submit.svg) center no-repeat; background-size: .28rem;}
#m_nav .list_box0{text-align:center;width: 100%;justify-content: flex-start;margin: .2rem 0 0;flex-wrap: wrap;height: 0.4rem;}
#m_nav .list_box0 .li{text-align: left;color: #863242;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: 85px; */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: 10px 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: #fff;border-radius: 30px;/* 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 #863242;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_btn { cursor: pointer; }
.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: #863242; 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: #863242;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%; }
.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: #863242; 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%;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: 100vh;}
.slide-inner{overflow: hidden;}
.main-visual-slider .imged{transform: translate3d(0px, 0px, 0px) scale(1.05); transition: opacity 0.5s}
.main-visual-slider .swiper-slide-active .imged{transform: scale(1); transition: all 6s ; }
.main-visual-slider video{transform: scale(1.1)\0;}

.swiper-box1 .cir{bottom: .4rem;z-index: 10;display: flex;justify-content: center;align-items: center;width: 100%;}

.swiper-box1 .cir span{margin: 0px .1rem !important;width: 0.12rem;height: 0.12rem;opacity: 1;font-size: 0;}

.swiper-box1 .cir .swiper-pagination-bullet-active{opacity: 1;background: url(../images/cir.png) no-repeat;background-size: 100%;font-size: 0rem;width:.25rem;height: 0.25rem;}

/* home1 */

.home1{padding: 0.6rem 0rem;width: 100%;/* overflow:hidden; */background:none !important;}
.home1:after{width:100%;height:15.62rem;background:url(../images/hbg.png) no-repeat;background-size:100%;bottom:-3rem;}
.title{margin-bottom: .6rem;align-items: center;position: relative;justify-content: space-between;}
.title .h3{text-align: center;cursor: pointer;margin: 0 auto;}
.title h3{font-size: 0.36rem;font-family: sy;color: #444;z-index: 10;margin-top: -0.2rem;}
.title p{font-size: 0.36rem;text-transform: uppercase;color: #EBEBEC;z-index: -1;font-family: sy;}
.title h3 b{color: #863242;font-family: sy;}

.more{position: absolute;right: 0;}
.more a{transition: 0.5s;align-items: center;}
.more a>img{width: 0.34rem;}
.more span{align-items: center;font-size: 0.18rem;color: #BE3C51;margin-left: -0.2rem;}
.more span img{display:inline-block;margin-left:.1rem;width: .3rem;}

.w-tab{position: relative;}
.w-tab .tab{width: 100%;top: 0;left: 0;position: absolute;opacity: 0;visibility: hidden;transition: 0.5s;}
.w-tab .tab.on{opacity: 1;visibility: visible;position: relative;z-index: 10;}
.more-t a{display: none;}
.more-t a.on{display: flex;}
.home1 .title .h3{margin: 0 auto;}

.home1-t{justify-content: space-between;align-items: flex-start;}
.home1-t .left{width: 48%;}
.home1-t .right{width: 47%;height: 5.8rem;}

.ins1622-ban {
  padding: 0.4rem 0;
  /* border: 0.01rem solid #C0917F; */
  float: left;
  width: 100%;
  margin-right: 0.8rem;
  background: url(../images/h1bg.png) no-repeat;background-size:100% 100%;
}

.ins1622-ban>ul {
  transform: translateX(0.3rem);
}
.ins1622-ban a {
  position: relative;
}
.ins1622-ban .imged{padding-bottom: 4.9rem;}
.ins1622-ban .slick-dots{
  bottom: 1.5rem;
}
.ins1622-ban .slick-dots li{
  width: 0.1rem;
  height: 0.1rem;
  background-color: rgba(255, 255, 255, 0.5);
  border-radius: 9.99rem;
  transition: all 0.5s;
  margin: 0 0.05rem;
}
.ins1622-ban .slick-dots li.slick-active{
  background-color: #940E18;
  width: 0.4rem;
}
.ins1622-ban .slick-dots li button{display:none;}
.ins1622-tx {
  width: 100%;
  padding-right: 0.7rem;
  padding-top: 0.4rem;
}

.ins1622-tx h3 {
  font-size: 0.2rem;
  font-weight: bold;
  color: #3F3F3F;
  margin-bottom: 0.1rem;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.ins1622-tx p {
  font-size: 0.16rem;
  line-height: 0.26rem;
  height: 0.52rem;
  overflow: hidden;
  text-overflow: ellipsis;
  color: rgba(104, 104, 104, 0.6);
}

.ins1622-date {
  position: absolute;
  top: 0;
  left: 0.25rem;
  background: #863242;
  border-radius: 0 0 0.99rem 0.99rem;
  padding: 0.15rem;
  text-align: center;
  z-index: 10;
}

.ins1622-ban b {
  font-size: 0.36rem;
  font-weight: bold;
  line-height: 0.26rem;
  color: #FFFFFF;
  display: block;
}


.ins1622-ban span {
  font-size: 0.14rem;
  line-height: 0.26rem;
  color: #FFFFFF;
  display: block;
  white-space: nowrap;
}

.ins1622-list ul li span {
  font-size: 0.18rem;
  font-weight: bold;
  color: #863242;padding-right: 0.15rem;border-right: 1px solid rgba(179, 24, 23, 0.1);
}

.ins1622-list ul li a {
  height: .92rem;
  position: relative;
  align-items: center;
  z-index: 1;
}
.ins1622-list ul li a:after{content:"";position:absolute;left:-.2rem;right:-.2rem;height:100%;bottom:0;background: #863242;opacity:0;z-index:-1;}
.ins1622-list ul li .con{flex: 1;min-width: 0;padding-left: 0.15rem;}
.ins1622-list ul li h3 {
  font-size: 0.18rem;
  color: #111111;
  overflow: hidden;
  background-size: auto 100%;
  position: relative;
  line-height: 0.32rem;
  padding-right: 0.5rem;
}

.ins1622-list ul li a h3::after {
  content: '';
  position: absolute;
  width: 0.3rem;
  height: 0.3rem;
  border-radius: 50%;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  background: url(../images/ins1622-arr1.png) no-repeat #F8F4F2 center center;
}
.ins1622-list ul li.on a h3::after{
  background: url(../images/ins1622-arr2.png) no-repeat #863242 center center;
}
.ins1622-list ul li a p {
  font-size: 0.14rem;
  line-height: 0.26rem;
  height: 0.52rem;
  color: #fff;opacity:.6;
  margin-top: 0.1rem;
}
.ins1622-list ul li.on a:after{opacity:1;}
.ins1622-list ul li.on h3 {
  color: #fff;
}

.ins1622-list ul li.on span {
  color: #fff;
}

.ins1622-list ul li a {
  border-bottom: 0.02rem solid #D8D8D8;
}

.ins1622-list ul li.on a {
  border-color: #fff;
  height: 1.38rem;

}

.ins1622-list ul li.on a p{
  display: block; display: -webkit-box; 
}

.ins1622-list ul li a p{
  display: none;
}
.ins1622-list *{transition: 0.4s;}

.set::after{width: 100%;background: url(../images/bg.png) no-repeat center/cover;height: auto;top: 0;bottom: -0.5rem;}



@media screen and (min-width: 1200px) {
  

}
@media screen and (max-width: 1024px) {
  .home1{padding: 0.4rem 0 0.4rem;overflow: hidden;}
  .home1-t .left{width: 100%;}
  .home1-t .right{width: 100%;margin-top: 0.3rem;height: auto;}
  .ins1622-ban .imged{padding-bottom: 60%;}
  .ins1622-ban>ul{transform:translateX(0);padding:0 .15rem;}
  .ins1622-ban{padding:0.2rem 0;}
}

@media screen and (max-width: 768px) {
  .home1 .title .h3{margin: 0;}


}

/* home2 */
.home2{width: 100%;padding: 0.25rem 0 .8rem;position: relative;z-index: 1;/* overflow: hidden; */}
/* .home2::after{width: 100%;height: 50%;bottom: 0;background: url(../images/hbg2.png) no-repeat center;background-size: cover;left: auto;right: 0;} */
.home2::before{content: "";position: absolute;width: 23%;background: url(../images/h2bg1.png) no-repeat;background-size: 100% 100%;left: 0;bottom: 0.4rem;height: 6.9rem;}

.home2-t{justify-content: space-between;}
.home2-t .left{width: 3rem;position: relative;margin-top: .8rem;padding-left: 9%;}
.home2-t .right{padding-left: 18%;width: 100%;}
/* .home2 .title h3,.home2 .more span{color: #fff;}
.home2 .title p{color: rgba(227, 194, 255, 0.16);} */
.h2-t{width: calc((100vw - 16rem)/2 + 100%);}
.h2-t .swiper-container{padding-right: 1.5rem;}
.home2 .right li *{transition: 0.5s;}
.home2-t .right li{padding: .4rem 0;}
.home2 .right li a{display: block;background: #fff;border-radius: 0px 0.6rem 0px 0px;padding: 0.4rem 0.35rem;height: 3.38rem;box-shadow: 0rem 0.04rem 0.49rem 0px rgba(68, 68, 68, 0.06);}
.home2 .right li a::after{height: 100%;background: #863242;width: 100%;opacity: 0;}
.home2 .right li .date{width: 0.78rem;height: 0.71rem;display: flex;flex-direction: column;align-items: center;justify-content: center;border: 1px solid #863242;border-radius: 10%;}



.home2-t .right li h3{font-size: 0.18rem;color: #333;line-height: 0.3rem;margin:.2rem 0 0rem;max-height: 0.9rem\0;}
.home2-t .right li span{display: block;font-size: 0.26rem;color: #863242;line-height: 1.3;font-family: sy;}
.home2-t .right li .date p{font-size: 0.14rem;color: #863242;line-height: 1.1;font-family: 'sy';white-space: nowrap;}

.home2-t .right li .p{padding-top: 0.2rem;border-top: 1px solid #863242;justify-content: flex-end;align-items: center;margin-top: 0.35rem;}
.home2-t .right li .p p{padding-right: 0.35rem;font-size: 0.14rem;color: #863242;background: url(../images/h2-xq1.png) no-repeat right center;background-size: 0.22rem !important;}


@media screen and (min-width: 1200px) {
  .home2-t .right li a:hover{box-shadow: 0rem 0.04rem 0.49rem 0rem rgba(68, 68, 68, 0.06);}
  .home2-t .right li a:hover::after{width: 100%;opacity:1;}
  .home2-t .right li a:hover h3{color: #fff;}
  .home2-t .right li a:hover .p{border-color:#E5D8B9}
  .home2-t .right li a:hover .p p{color:#E5D8B9;background: url(../images/h2-xq.png) no-repeat right center;}
  .home2-t .right li a:hover .date{background:#E5D8B9}
 
}
@media screen and (max-width: 1600px) {
}
@media screen and (max-width: 1200px) {
  .h2-t{width: calc(15px + 100%);}
  .h2-t .swiper-container{padding-right: 0rem;}
}
@media screen and (max-width: 1024px) {
  .home2{padding: 0rem 0 0rem;overflow: hidden;}
  .home2::before{display:none;}
  .home2 .more{/* margin:0; *//* position:absolute; *//* right:0; *//* left:auto; *//* bottom: .3rem; */}
  .home2 .title .h3{margin:0;text-align: left;}
  .h2-t{width: 100%;}
  .home2-t .right li{padding:0;}
  .home2-t .left{width: 100%;margin-top: 0;padding-left: 0;}
  .home2-t .right{width: 100%;margin-top: 0.3rem;padding-left: 0;flex: none;}
  .home2 .right li a{padding:.25rem;}
}

@media screen and (max-width: 768px) {
  
}
@media screen and (max-width: 420px) {
  .home2 .right li a{height:auto;}
}

/* home3 */
.home3{padding: 0.75rem 0;z-index: 2;}
/* .home3::after{width: 60%;height: 80%;left: auto;right: 0;background: url(../images/hbg3.jpg) no-repeat center/cover;bottom: auto;top: 0;} */
.home3::before{width: 7.33rem;height: 7.33rem;background: url(../images/h3bg.png) no-repeat;background-size: 100% 100%;top: -0.5rem;left: 0;content: "";position: absolute;z-index: -1;}
.home3 .title .h3{margin: 0 auto;}
/* .home3 .title h3,.home3 .more span{color: #fff;}
.home3 .title p{color: rgba(227, 194, 255, 0.16);} */
.ul-iconsb1{justify-content:flex-start;position: absolute;left: 0;bottom: 0;}
.ul-iconsb1 li{padding-left: 0.3rem;}
.ul-iconsb1 .con{position:relative;cursor:pointer;}

.ul-iconsb1 .icon{width:0.32rem;height: .27rem;display:flex;align-items:center;justify-content:center;}
.ul-iconsb1 .icon img{max-height:100%;}
.ul-iconsb1 .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%;}
.ul-iconsb1 .qrbox .qr{padding: .1rem;background: #fff;text-align: center;border-radius: .1rem;}
.ul-iconsb1 .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%;}
ul-iconsb1 li:last-child .qrbox{left:auto;transform: translateX(0%) translateY(-30%);right: 0rem;}
ul-iconsb1 li:last-child .qrbox::before{right: .2rem;left: auto;transform: translateX(0%);}
.ul-iconsb1 .qrbox .qr img{width: 100%;}
.ul-iconsb1 .con:hover .qrbox{opacity:1;visibility:visible;transform: translateY(0%) translateX(-50%);}
ul-iconsb1 li:last-child .con:hover .qrbox{transform: translateY(0%) translateX(0%);}   

.home3-t li *{transition: 0.5s;}
.home3-t .left{width: 30%;background: #863242;padding: 0.15rem 0.34rem;}
.home3-t .right{width: 70%;}
.home3-t .left li a{height: 1.34rem;align-items: center;border-bottom: 1px solid #B27A85;}
.home3-t .left li:last-child a{border-bottom: none;}
.home3-t .left li span{width: 0.52rem;height: 0.9rem;display: flex;align-items: center;justify-content: center;writing-mode: vertical-lr;writing-mode: bt-lr;font-size: 0.14rem;font-weight: 500;line-height: 1.2;border: 1px solid rgba(255, 255, 255, 0.77);border-radius: 0.05rem;letter-spacing: 0.02rem;color: #fff;}
.home3-t .left li .con{flex: 1;min-width: 0;padding-left: 0.25rem;}
.home3-t .left li h3{font-size: 0.18rem;font-weight: 500;line-height: 0.28rem;color: #fff;max-height: 0.56rem\0;margin-bottom: 0.15rem;}
.home3-t .left li p{font-size: 0.15rem;color: #CA8290;}
.home3-t .right li a{display: block;position: relative;}
.home3-t .right li .bf{position: absolute;left: 50%;top: 50%;transform: translate(-50%,-50%);width: 0.5rem;z-index: 10;}
.home3-t .right li .imged::after{width: 100%;height: 30%;background: linear-gradient(0deg, rgba(0, 0, 0, 0.7) 0%, rgba(0, 0, 0, 0) 100%);}

.home3-t .right li .con{width: 100%;padding: 0 0.2rem 0.1rem;z-index: 10;position: absolute;left: 0;bottom: 0;align-items: center;}
.home3-t .right li h3{flex: 1;min-width: 0;padding-left: 0.1rem;}
.home3-t .right li span{font-size: 0.12rem;color: #FFFFFF;margin-bottom: 0.1rem;display: block;}
.home3-t .right li p{font-size: 0.16rem;color: #FFFFFF;}
.home3-t li .con img{width: .34rem;}
.home3-t .right li:nth-child(1){width: 70%;}
.home3-t .right li:nth-child(2){width: 30%;}
.home3-t .right li:nth-child(3){width: 60%;}
.home3-t .right li:nth-child(4){width: 40%;}
.home3-t .right li .imged{padding-bottom: 3.87rem;}
.home3-t .right li:nth-child(3) .imged,.home3-t .right li:nth-child(4) .imged{padding-bottom: 3.12rem;}


@media screen and (min-width:1200px){
  .home3-t .left li a:hover p{color: #863242}
  .home3-t .left li a:hover span{background: #E5D8B9;color: #863242;}
}


@media screen and (max-width:1024px){
     .home3{padding: 0.4rem 0;/* overflow: hidden; */}
    .home3::before{display:none;}
}
@media screen and (max-width:768px){
  .home3::after{width: 100%;top: .8rem;}
  .home3 .title .h3{margin: 0;}
  .home3-t .left{width: 100%;}
  .home3-t .right{width: 100%;margin-top: 0.3rem;}
  .ul-iconsb1{position: relative;width: 100%;justify-content: center;margin-bottom: 0.2rem;}
  .home3 .more{top: .5rem;}
}
@media screen and (max-width:600px){

.home3-t .right li .imged{padding-bottom: 2.5rem;}
.home3-t .right li:nth-child(3) .imged,.home3-t .right li:nth-child(4) .imged{padding-bottom: 2rem;}
.home3-t .right li:nth-child(1){width: 60%;}
.home3-t .right li:nth-child(2){width: 40%;}

}

/* home4 */
.home4{width: 100%;padding: 0rem 0rem 0.9rem;}
.home4::after{width: 100%;background: url(../images/hbg4.png) no-repeat;background-size: 100%;top: -1rem;height: 12.59rem;}
.home4 .title .h3{margin: 0 auto;}
.home4-t li{padding-top:1.26rem;}
.home4-t li a{align-items: center;transition: 0.5s;}
.home4-t li.swiper-slide-active a,.home4-t li.swiper-slide-active+li+li+li+li a{margin-top: -1.2rem;}
.home4-t li .img{width: 1.23rem;height: 1.23rem;padding: 0.1rem;border: 1px dashed #863242;border-radius: 50%;}
.home4-t li .img span{width: 100%;height: 100%;display: flex;align-items: center;justify-content: center;border: 1px dotted #863242;background: #FFFFFF;border-radius: 50%;transition: 0.5s;}
.home4-t li .img img{max-width: 0.71rem;max-height: 0.71rem;}
.home4-t li .img::after{width: 1.86rem;height: 1.27rem;background: url(../images/h4-bg.png) no-repeat;background-size: 100% 100%;bottom: -0.5rem;left: 50%;transform: translateX(-50%);opacity: 0;}
.home4-t li .con{flex: 1;min-width: 0;padding-left: 0.25rem;}
.home4-t li h3{font-size: 0.18rem;color: #333;margin-bottom: 0.15rem;white-space: nowrap;transition:0.5s;}
.home4-t li h3 span{font-size: 0.4rem;display: inline-block;padding-right: 0.05rem;}
.home4-t li p{font-size: 0.18rem;color: #666;line-height: 1.3;}
.home4-t .cir{position: relative;bottom: auto;margin-top: 0.4rem;}
.home4-t .cir span{background: #863242;margin: 0 0.1rem;}



@media screen and (min-width: 1025px) {
  .home4-t li a:hover .img span{background: #863242;background:#ffffff\0;}
  .home4-t li a:hover .img img{filter: brightness(1000);}
 .home4-t li a:hover h3{color:#863242;}
 .home4-t li a:hover .img::after{opacity: 1;}
  .home4-t li a{padding: 0 0.25rem 0.5rem;}
}
@media screen and (max-width: 1024px) {
  .home4{padding: 0rem 0 .4rem;overflow: hidden;}
  .home4-t li{padding-top: 0;}
  .home4-t li.swiper-slide-active a{margin: 0 !important;}
  .home4-t li .img img{max-width: 0.51rem;max-height: 0.51rem;}
  .home4-t li .img{width: 1rem;height: 1rem;}
  .home4-t .cir{margin-top: 0.2rem;}
}
@media screen and (max-width: 768px) {
  .home4 .title .h3{margin: 0;}
  .home4-t li h3 span{font-size:.26rem;}
  .home4-t li .img{width: .8rem;height: .8rem;padding:0.05rem;}
   .home4-t li .img img{max-width:.32rem;}
  .home4-t li .con{padding-left:.1rem;}

}
@media screen and (max-width: 420px) {
}

/* home5 */
.home5{padding: 0.5rem 0 0rem;position: relative;}
/* .home5::after{width: 50%;height: 5.9rem;top:0rem;bottom: auto;background: url(../images/hbg5.jpg) no-repeat center/cover;} */
/* .home5 .title{position: absolute;right: 0;width: 35%;align-items: flex-start;}
.home5 .title .con{display: none;}
.home5 .more{position: relative;right: auto;} */
.home5-t li *{transition: 0.5s;}
.home5-t li a{display: block;position: relative;}
.home5-t .left{width: 60%;}
.home5-t .right{width: 40%;padding-top: .89rem;}
.home5-t .left ul{justify-content: flex-end;}
.home5-t .left li{width: 46%;}
.home5-t .left li:first-child{width: 100%;}
.home5-t .right li:nth-child(1){width: 70%;}
.home5-t .left li .imged{padding-bottom: 2.57rem;}
.home5-t .left li:first-child .imged{padding-bottom: 5.08rem;}
.home5-t .right li:nth-child(1) .imged{padding-bottom: 3.08rem;}
.home5-t .right li .imged{padding-bottom: 3.69rem;}
.home5-t .left li .bf{position: absolute;left: 50%;top: 50%;transform: translate(-50%,-50%);width: 0.5rem;z-index: 10;}

@media screen and (min-width:1025px){
    
}

@media screen and (max-width:1024px){
  .home5{padding:0;overflow: hidden;}

}

@media screen and (max-width:768px){
  .home5::after{display:none;}
  .home5 .title{position: relative;right: 0;width: 100%;}
  .home5 .title .h3 .con{display: block;}
  .home5 .title .h3 img{display: none;}
  .home5-t .left{width:100%;}
  .home5-t .right{width:100%;/* margin-top: 0.3rem; */padding-top: 0;}
  .home5-t .left li .imged{padding-bottom: 65% !important;}
  .home5-t .right li .imged{padding-bottom: 56% !important;}
  .home5-t .left li{width: 49%;margin-bottom: .25rem;}
  .home5-t .right li:nth-child(1){width: 100%;margin-bottom: .3rem;}
}


/* home6 */
.home6{width: 100%;padding:0.8rem 1rem;}
.home6:after{bottom:-1rem;width:100%;background: url(../images/hbg6.png) no-repeat bottom;background-size: 100%;}
.h4-s li .imged{padding-bottom: 45%;}
.h4-s{margin: 0 -0.18rem;}
.h4-s li{padding: 0 0.18rem;}
.h4-s .slick-arrow{width: 0.4rem;height: 0.4rem;background: rgba(173, 28, 52, 0.09);border-radius: 50%;}
.h4-s .slick-arrow::before{color: #863242;font-size: 0.16rem;}
.h4-s .slick-prev{left: -.7rem;}
.h4-s .slick-next{right:-0.7rem;}
.h4-s .slick-arrow:hover{background: #863242;}
.h4-s .slick-arrow:hover::before{color: #fff;}

@media screen and (min-width:1200px){

}
@media screen and (max-width:1024px){
  .home6{padding: 0.4rem 0;overflow: hidden;}
  .h4-s{padding: 0 0.4rem;}
  .h4-s .slick-prev{left: 0rem;}
  .h4-s .slick-next{right:0rem;}
  .h4-s{margin: 0 -0.1rem;}
  .h4-s li{padding: 0 0.1rem;}
}
@media screen and (max-width:768px){
  .home6 .title .h3{margin:0 auto;text-align:center;}
}

/* footer */
.footer{width: 100%;background: url(../images/fbg.png) no-repeat;background-size: 100% 100%;}
.foot-b{padding: 1.15rem 0 0.3rem;justify-content: space-between;align-items: center;}
.foot-b .fot-2{width: 25%;}
.foot-b .fot-1{width: 30%;}
.foot-b .fot-3{width: 20%;text-align: center;}
.foot-b .fot-1 p{align-items: center;}
.foot-b .fot-1 img{width: 0.16rem;height: 0.15rem;}
.foot-b .fot-1 span{font-size: 0.18rem;line-height: 0.26rem;color: #FFFFFF;padding-left: 0.15rem;opacity: .8;}

.foot-b .fot-3 .img{width: 0.9rem;margin: 0 auto .15rem;}
.foot-b .fot-3 img{width: 100%;}
.foot-b .fot-3 p{font-size: 0.18rem;line-height: 1.5;color: #fff;opacity: .8;}

.foot{padding: 0.22rem 0;text-align: center;}
.foot p{font-size: 0.16rem;line-height: 1.5;color: #fff;opacity: .8;}
.foot p a{padding: 0 0.1rem;display: inline-block;}
/*  */
.rightFix {
  position: fixed;
  right: 0.2rem;
  top: 50%;
  transform: translateY(-50%);
  z-index: 2000;
  display: none;
  background: url(../images/rrbg.png) no-repeat;
  background-size: 100% 100%;
  padding: 0.3rem 0.1rem 0rem;
  width: 0.8rem;
}
.rightFix li{margin-bottom:.1rem;position:relative;z-index:1;}
.rightFix li a{
  padding: 0rem 0.05rem;
  width: 100%;
  height: .5rem;
  flex-wrap: nowrap;
  align-items: center;
  position: relative;
  transition: 0.5s;
}         

.rightFix a span{width: .5rem;height: .5rem;margin: 0 auto;border-radius: 50%;background: rgba(255, 255, 255, 0.2);display: flex;align-items: center;justify-content: center;/* flex-shrink: 0; */margin: 0 auto;}
.rightFix a span .img2{display: none;}
.rightFix li::after{width: 100%;box-shadow: 0px 0.04rem 0.1rem 0rem rgba(141, 136, 136, 0.3);border-radius: 0.25rem;background: #fff;opacity: 0;width: 1.4rem;left: auto;right: 0;content:"";position:absolute;bottom:0;z-index:-1;height: 100%;}
.rightFix li p{transition: 0.5s;line-height: 1.5;padding: 0 .05rem;font-size: 0.16rem;color: #333;opacity: 0;visibility: hidden;position: absolute;right: .5rem;white-space: nowrap;top: 50%;transform: translateY(-50%);}
.rightFix li.gotop{justify-content: center;text-align: center;display: flex;margin-bottom: 0;}

.rightFix li:hover:after{opacity: 1;}
.rightFix li:hover span{border-radius: 0;background: none;}
.rightFix li:hover p{opacity: 1;visibility: visible;}
.rightFix li:hover .img1{display: none;}
.rightFix li:hover .img2{display: block;}
.rightFix li:last-child:hover::after{opacity: 0;}




@media screen and (max-width:1024px){
  .foot-b{padding: 1rem 0 0;}
  .rightFix{display: none !important;}
}
@media screen and (max-width:768px){
    .foot-b .fot-2{width: 100%;text-align: center;
width: 79px !important;
    text-align: center;
    margin: 0 auto !important;

}

.foot-b .fot-1 span{    font-size: 0.15rem !important;}
    .foot-b .fot-1{width: 100%;margin:.2rem 0;}
    .foot-b .fot-3{width: 100%;}
    .foot-b .fot-2 img{width: 80%;}
  .foot-b .fot-1 p{justify-content:center;}

}
@media screen and (max-width:440px){

}



@media screen and (max-width:1024px){
  .foot-b{padding: .8rem 0 0;}
}
@media screen and (max-width:768px){
    .foot-b .fot-2{width: 100%;text-align: center;}
    .foot-b .fot-1{width: 100%;margin:.2rem 0;}
    .foot-b .fot-3{width: 100%;}
    .foot-b .fot-2 img{width: 80%;}
  .foot-b .fot-1 p{justify-content:center;}

}
@media screen and (max-width:440px){

}



@media screen and (max-width: 1600px){
 .list_box1{padding-left: 5%;}
 .header_top #logo img{max-width: 3rem;}
}
@media screen and (max-width:1300px){
   .list_box1 .ser{padding-left:.5rem;}
   .header_top #logo img{max-width:5rem;}
}

@media screen and (max-width:1200px){
  .ph-con {display: block;padding: 0;}

}
@media screen and (max-width:1024px){
    .title{margin-bottom: .35rem;}
    .title h3{font-size: 0.3rem;}
    .title p{font-size: 0.16rem;}
    .swiper-box1 .swiper-pagination{bottom:.2rem;}
    .banner video{display: none;}
    .swiper-box1 .bb{display:none;}
}

@media screen and (max-width:768px){
    .title{margin-bottom: .25rem !important;height: auto;}
    .title h3{font-size: 0.24rem;padding-left: 0;}
    .title p{font-size: 0.26rem;padding-left: 0;}
    .more span{font-size:.16rem;}
    .title .h3{margin: 0;text-align: left;}
    .txt1 {font-size: 0.2rem !important;}
    .p1 {font-size: 0.16rem !important;}
    .swiper-box1 .imged{padding-bottom: 45%;}
}

@media screen and (max-width:600px){
   
}
@media screen and (max-width:420px){
  
}

@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;}
}