@charset "utf-8";

/*==========================================公共 开始=============================================*/
.a_body{ position:relative; z-index:0;}
@font-face {
    font-family: sy;src:url("../font/sySong.woff");
  }
 
  @font-face {
    font-family: sy-r;src:url("../font/SOURCEHANSERIFCN-REGULAR.OTF");
  }
.section{ overflow:hidden;}
.header_box_li{position: relative;z-index: 1;/* background: #fff; */}
.header_box{position: relative;z-index: 10000;height: 0;}
#header{position: fixed;z-index:999;width:100%;transition: 0.36s;z-index: 1;border-top: 0.05rem solid #AB7E4E;}
.header_box_li #header:before{content:"";position:absolute;height: 1.7rem;top: 0px;right: 0;transition: 0.2s;opacity: 1;z-index: -1;width: 100%;background: linear-gradient(180deg, #000000 0%, rgba(0, 0, 0, 0) 95%);opacity: 0.2;}
.header_box_li #header::after{width: 6.57rem;height: 0.4rem;background: url(../images/head.png) no-repeat top;left: auto;right: 0.7rem;bottom: auto;top: -1px;background-size: 100% 100%;}
#header.xg,.showdiv #header{background: #AB7E4E;}
#header.xg:before,.showdiv #header:before{height: 0;}
#header.xg .wp,.showdiv #header .wp{height:1rem;}

.header_box .wp{height: 1.2rem;position:relative;padding: 0 .7rem;display: flex;align-items: flex-start;justify-content: space-between;transition: .5s;width: 100%;max-width: 100%;}

#header .right{padding-left: 10%;flex: 1;display: flex;align-items: flex-end;position: relative;flex-direction: column;}

.list_box0{display: flex;align-items: center;justify-content: flex-end;height: 0.4rem;}
.list_box0 .li{color: rgba(255,255,255,.2);display: flex;transition:.6s;position: relative;font-size: 0.16rem;height: .4rem;align-items: center;}
.list_box0 .li a{align-items: center;padding: 0 0.3rem;display: inline-block;color: #fff;font-size: .16rem;}
.list_box0 .li a img{display: inline-block;margin: 0 0 0 0.1rem;width: 0.14rem;}
.list_box0 .li:last-child a{padding: 0 .2rem 0 .2rem;}
.list_box0 .li:last-child a img{margin: 0 0.1rem 0 0 ;}
#header .list_box0 .li::after{width: 100%;height: 0.4rem;background: url(../images/fbg.png) no-repeat;background-size: 100% 100%;bottom: auto;top: 50%;transform: translateY(-50%);}


.header_box #logo{height:100%;display:flex;align-items:center;}

.header_box #logo img{max-width:100%;transition: .5s;width: 4.1rem;}
#nav{width: 100%;max-width: 11rem;display: flex;align-items: center;justify-content: space-between;}
#nav ul{display: flex;justify-content: space-between;align-items: center;flex: 1;}
#nav ul li{z-index:0;height: 100%;position: relative;}
#nav ul li a{display:block;padding: 0;position: relative;z-index: 2;}
#nav ul li h3{font-size: .17rem;color: #fff;line-height: .65rem;position:relative;transition: .36s;align-items: center;}
#nav ul li h3 img{opacity: 0;transition: 0.5s;}

#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);border-radius: 0 0 0.08rem 0.08rem;}
#nav ul li .sub:after{content: '';height: 3px;width: 100%;position: absolute;left: 0;top: 0;background: #AB7E4E;}
#nav ul li .sub .box{padding: .14rem 0;text-align:center;}
#nav ul li .sub a{padding: 8px 30px;line-height: 28px;transition:.6s;font-size: .16rem;color: #000000;text-align: center;min-width: 180px;}
#nav ul li .sub a:hover{color: #fff;background: #AB7E4E;}
#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.on h3 img{opacity: 1;}


.search_btn { cursor: pointer; }
.search_btn img{width: .26rem;}
.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: #AB7E4E; 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: #AB7E4E;/* background-repeat: no-repeat; *//* background-position: center center; *//* background-size: 0.24rem; *//* background-image: url("../images/search-btn.png"); */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.png"); 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: #AB7E4E; 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.png"); 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;height: .7rem;position: relative;z-index: 100000;}
.m_header_box header{padding: 0 0 0 15px;height: .7rem;background: #AB7E4E;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: 35px;} */
.m_header_box header #logo{ padding: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;}
#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.45rem;height: 24px;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: 27px;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: #AB7E4E;}
#nav_btn .navbtn::after, #nav_btn .navbtn::before {position: absolute;left: 0;display: inline-block;width: 27px;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: #AB7E4E;}
#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: #AB7E4E url(../images/submit.png) center no-repeat; background-size: .28rem;}

#m_nav .list_box0{text-align:center;width: 100%;justify-content: flex-start;margin: 0rem 0 0;flex-wrap: wrap;}
#m_nav .list_box0 .li{text-align:center;color: #AB7E4E;font-size: 14px;/* width: 33.3%; */padding: 0 .2rem 0 0;line-height: 40px;}

#m_nav .old_rukou{margin:.24rem 0 0;width: 100%;}

.list_box_nav_mobile{width:100%;height: auto;/* background: rgba(255,255,255,.1); */padding: 0 0 10px;overflow: hidden;overflow-y: auto;margin: 0;/* flex: 1; *//* max-height: calc(100% - 250px); */}
.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: .64rem;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: .64rem;display: inline-block;background: url(../images/arrow_down.png) 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: 60px;display: block;}
.wap_search .form{height:40px;border-radius:20px;background: rgb(255 255 255);position:relative;width: 3.68rem;margin: 10px auto;}
.wap_search .input{font-size:.14rem;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.png) center no-repeat #AB7E4E;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消失-结束 */


/*导航按钮结束*/
/* 导航地图 */
.miso_btn1{display: flex;width: 74px;height: 55px;cursor: pointer;transition: .5s;position: absolute;right: 0;top: 50%;background-size: 100% 100%;justify-content: flex-end;background-size: 100% 100%;padding-right: 0.2rem;display: flex;align-items: center;transform: translateY(-50%);}
.miso_btn1 .box{display: flex;flex-direction: column; justify-content: space-between; align-items: flex-end; width: .45rem; height: .25rem;}
.miso_btn1 .box span{ display: block; width: 100%; height: .03rem; background: #fff;}
.miso_btn1 .box span:nth-child(1), .miso_btn1 .box span:nth-child(3){ width: 84%;}
#openBtn {cursor: pointer;display: inline-block;}
#openBtn .lcbody {width: .32rem;height: .2rem;position: relative;/* right: .28rem; *//* top: .2rem; */}
#openBtn .lcbody .lcitem {width: 100%;height: .02rem;position: absolute;transition: transform 0.36s ease;left: 0;}
#openBtn .lcbody .lcitem:nth-child(1), #openBtn .lcbody .lcitem:nth-child(3){width: 100%;}
#openBtn .lcbody .lcitem div {position: absolute;width: 100%;height: 100%;top: 0;left: auto;right: 0;background: #fff;}
#openBtn .lcbody .top {top: 0;}
#openBtn .lcbody .center {display: block;top: 50%;margin-top: -.01rem;width: 100%;} 
#openBtn .lcbody .bottom {top: 100%;}
#openBtn .lcbody:hover .lcitem.top .rect {animation: move 0.4s ease-in-out 1;}
#openBtn .lcbody:hover .lcitem.center .rect {animation: move 0.4s ease-in-out 0.1s 1;}
#openBtn .lcbody:hover .lcitem.bottom .rect {animation: move 0.4s ease-in-out 0.2s 1;}
.active#openBtn .lcitem.top {transform: rotateZ(45deg);top: 49%;}
.active#openBtn .lcitem.center { opacity: 0;}
.active#openBtn .lcitem.bottom {transform: rotateZ(-45deg);top: 49%;}
  @keyframes move {
    0% {right: 0;}
    40% {right: 0;width: 0;}
    60% {right: auto;width: 0%;}
    100% {right: auto;width: 100%;}
  }
  .show .g-nav2{/* opacity: 1; *//* visibility: visible; */transform: translateY(0);}
  .g-nav2 {
    position: fixed;
    z-index: 49;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background: rgba(0,0,0,.8);
    /* opacity: 0; */
    /* visibility: hidden; */
    transition: 0.5s;
    transform: translateY(-100%);
    } 
  .g-nav2 .scroll {position: absolute;z-index: 1;left: 0;right: 0;top: 1.5rem;bottom: 0;overflow-y: auto;}
  .g-nav2 .scroll ul {max-width: 17.85rem;margin: 0 auto;}
  .g-nav2 .scroll li {width: 10%;text-align: center;padding-top: 0.45rem;}
  .g-nav2 .scroll li a {color: #fff;}
  .g-nav2 .scroll li h2 {font-size: 0.24rem;font-weight: bold;}
  .g-nav2 .scroll li .list {padding: 0.2rem 0;}
  .g-nav2 .scroll li .list h3 {font-size: 0.20rem;line-height: 0.36rem;margin-bottom: .2rem;}
  .g-nav2 .scroll li .list dl {padding-bottom: 0.2rem;display: none;}
  .g-nav2 .scroll li .list dd {font-size: 0.16rem;line-height: 0.4rem;opacity: 0.65;}
  .g-nav2 .scroll li .list dd:hover {opacity: 1;}
  .show #nav{opacity: 0;visibility: hidden;}

/* banner */
@keyframes ani_roll2 {
    0% {
        background-position: 0 bottom;
    }

    100% {
        background-position: -100% bottom;
    }
}
.main-visual-wrapper {width: 100%;overflow: hidden;position: relative;}
.main-visual-slider { overflow: hidden; position: relative; }
.main-visual-slider .swiper-slide { overflow: hidden;}
.swiper-box1 .imged{padding-bottom: calc(100vh - .6rem);/* transform: translate3d(0px, 0px, 0px) scale(1.02); *//* transition: opacity 0.5s; */}
.slide-inner{overflow: hidden;}
.main-visual-slider .swiper-slide-active .imged{transform: scale(1); transition: all 6s ; }
.main-visual-slider video{transform: scale(1.1)\0;}
.main-visual-slider .imged::after{width: 100%;height: 30%;background: linear-gradient(0deg, #000000 0%, rgba(11, 11, 11, 0) 100%);opacity: 0.6;}
.swiper-box1 .slide-inner{position: relative;display: block;}
.swiper-box1 .con{position: absolute;left: 8%;bottom: 30%;z-index: 10;}
.swiper-box1 .con p{width: 5.57rem;margin-bottom: 0.2rem;}
.swiper-box1 .con span{width: 0.31rem;display: block;}
.swiper-box1 .cir {display: flex;align-items: center;justify-content: center;width: auto;bottom: 0.45rem;z-index: 10;left: 8%;}
.swiper-box1 .cir span {border-radius: 50%;opacity: 1;margin: 0 0.08rem !important;width: 0.1rem;height: 0.1rem;background: #fff;opacity: .5;}
.swiper-box1 .cir span.on{width: 0.36rem;background: #fff;border-radius: 0.05rem;opacity: 1;}
.ban-b{width: 70%;position: absolute;right: 0.7rem;bottom: 0.6rem;z-index: 10;}
.ban-b ul{justify-content: flex-end;}
.ban-b li{/* width: 1.57rem; */padding: 0 0.15rem;}
.ban-b li a{display: block;text-align: center;padding:0.28rem 0.1rem 0;background: rgba(255, 255, 255, 0.6);border-radius: 50%;width: 1.27rem;height: 1.27rem;transition: 0.5s;position: relative;}
.ban-b li span{width: 0.46rem;height: 0.45rem;display: flex;align-items: center;justify-content: center;margin: 0 auto;}
.ban-b li h3{font-size: 0.18rem;color: #AB7E4E;margin-top: 0.15rem;transition: 0.5s;line-height:1.3;}
.ban-b li span img{max-height:100%;}

.ban-b li .con{width: 1.2rem;height: 1.2rem;;opacity: 0;visibility: hidden;position: absolute;left: 50%;bottom: 100%;margin-bottom: 0.15rem;transform: translateX(-50%);padding: 0.05rem;background: #fff;}
.ban-b li .con img{width: 100%;}
.ban-b li a:hover .con{opacity: 1;visibility: visible;}

@media screen and (min-width:1200px){
  .ban-b li a:hover{background: rgba(171, 126, 78, 0.8);box-shadow: 0px 0px 32px 0px rgba(0, 0, 0, 0.3);background: rgba(255, 255, 255, 0.6)\0;}
  .ban-b li a:hover .img img{filter: brightness(1000);transform: rotateY(360deg)\0;transition: 0.5s\0;}
  .ban-b li a:hover h3{color: #fff;color: #AB7E4E\0;}
}
@media screen and (max-width:1200px){
  .ban-b li a{width:1.1rem;height:1.1rem;padding:.15rem .1rem 0;}
}
@media screen and (max-width:1024px){
  .ban-b{position: relative;width: 100%;right: auto;bottom: auto;padding: 0.3rem 0;}
  .ban-b li{width: 20%;padding:0 .05rem;}
  .ban-b li a{width:auto;height:auto;}
}
@media screen and (max-width:768px){

}


/* home1 */
.home1{padding: 0.75rem 0;width: 100%;position: relative;margin-top: 0rem;z-index: 100;}
.title{margin-bottom: .2rem;align-items: center;position: relative;z-index: 10;justify-content: space-between;}
.title .h3{margin: 0 auto;padding: 0.15rem 0 0 0.4rem;}
.title .h3::after{width: 1.05rem;height: 1rem;background: url(../images/tit.png) no-repeat;background-size: 100%;bottom: auto;top: 0;}

.title h3{font-size: 0.42rem;color: #333;line-height: 1.2;cursor: pointer;align-items: center;font-family: sy;}
.title h3 b{color: #85191f;font-family: sy;}
.title p{font-family: sy-r;font-size: 0.14rem;color: #747474;padding-left: 0.28rem;}
.more a{align-items: center;color: #ffffff;font-size: 0.2rem;width: 0.85rem;height: 0.46rem;display: flex;align-items: center;justify-content: center;/* background: url(../images/more.png) no-repeat center; */background-size: 100% 100%;background: #ab7e4e;}
.more span img{display: inline-block;margin-left: 0.15rem;width: 0.27rem;}


.h1-b{margin-bottom: 0.45rem;}
.h1-b ul{margin: 0 -0.17rem;}
.h1-b li{width: 25%;padding: 0 0.17rem;}
.h1-b li a{display: block;padding: 0.2rem;background: #e2dcd1;position: relative;}
.h1-b li .scale{border: .5px solid #AB7E4E;}
.h1-b li .scale::after{width: 100%;background: url(../images/h1-bg.png) no-repeat;background-size: 100% 100%;z-index: 1;height: auto;top: 1px;bottom: 1px;}
.h1-b li .imged{padding-bottom: 1.3rem;}
.h1-b li .con{width: 100%;height: 100%;position: absolute;left: 0;bottom: 0;z-index: 10;display: flex;align-items: center;justify-content: center;}
.h1-b li h3{font-size: 0.35rem;color: #333;font-family: sy;}

.home1-t{justify-content: space-between;}
.home1-t .left{width: 48%;}
.home1-t .right{width: 48%;position: relative;}
.home1-t .left ul{justify-content: space-between}
.home1-t .left li{width: 48%;margin-bottom: 0.15rem;}
.home1-t .left li a{padding: 0 0.2rem;height: 1.1rem;align-items: center;background: #e5dfd4;}
.home1-t .left li a::after{width: 100%;background: url(../images/n-p2.jpg) no-repeat center/cover;opacity: 0;}


.home1-t .left li .ico{width: 0.6rem;height: 0.6rem;display: flex;justify-content: center;border-radius: 50%;background: #fff;align-items: center;}
.home1-t .left li .ico::after{width: auto;opacity: 0.3;border-radius: 50%;border: 1px dashed #76472d;top: -0.05rem;right: -0.05rem;bottom: -0.05rem;left: -0.05rem;width: auto;height: auto;}
.home1-t .left li .ico img{max-width:0.42rem;max-height: 0.38rem;}
.home1-t .left li .img2{display: none;}
.home1-t .left li .con{flex: 1;min-width: 0;padding-left: 0.3rem;}
.home1-t .left li h3{color: #333;font-size: 0.24rem;transition: 0.5s;}
.home1-t .left li h4{font-size: 0.18rem;color: #76472d;}
.home1-t .left li:last-child a{background: url(../images/h1-p2.jpg) no-repeat center/cover;}
.home1-t li *{transition: 0.5s;}
.home1-t .left li p{margin-top: 0.1rem;font-size: 0.18rem;color: #76472d;opacity: .55;line-height: 1.2;}

.home1-t .right h4{font-size: 0.18rem;color: #fff;margin-bottom: 0.25rem;}

.home1-t .right .tab,.home1-t .right .tab2{position:absolute;width:100%;top:0;left:0;opacity:0;visibility:hidden;transition:0.5s;}
.home1-t .right .tab.on,.home1-t .right .tab2.on{opacity:1;visibility:visible;z-index:10;position:relative;}


.h1-t,.h1-b2{position: relative;}
.h1-t .imged{padding-bottom: 6.1rem;}
.h1-t .con{width: 100%;padding: 0.15rem 0.4rem;background: rgba(0,0,0,.4);position: absolute;left: 0;bottom: 0;max-height: 100%;overflow-y: auto;height: 45%;}
.h1-t .con dl{align-items: center;margin-bottom: 0.25rem;}
.h1-t .con dt{align-items: center;}
.h1-t .con dt p{color: rgba(255,255,255,.5);}
.h1-t .con dt p span{color: #fff;font-size: 0.22rem;cursor: pointer;display: inline-block;padding: 0 0.1rem;}
.h1-t .con dt p.on span{font-weight: bold;}
.h1-t li{width: 33.3%;padding: 0 0.1rem;margin-bottom: 0.2rem;}
.h1-t li a{width: 100%;height: 0.4rem;border: 1px solid #fff;display: flex;align-items: center;justify-content: center;color: #fff;font-size: 0.18rem;padding: 0 .05rem;line-height: 1.1;}
.slick-dotted.slick-slider{margin-bottom: 0;}
.h1-t .slick-dots{bottom: -0.2rem;}
.h1-t .slick-dots li{width: 0.1rem;height: 0.1rem;margin: 0 0.05rem;border-radius: 50%;background: #fff;opacity: .6;padding: 0;}
.h1-t .slick-dots li button{display: none;}
.h1-t .slick-dots li.slick-active{opacity: 1;}
.home1-t .right .tab2 p{color:#fff;line-height:.3rem;font-size:.16rem;}
.home1-t .left li.on a::after{opacity: 1;}
	.home1-t .left li.on a .img{background: #e5dfd4;}
  .home1-t .left li.on a h3,.home1-t .left li.on p{color: #fff;}
  .home1-t .left li.on a .con::after{opacity: 1;}
  .home1-t .left li.on a .img1{display: none;}
  .home1-t .left li.on a .img2{display: block;}
  .home1-t .left li:last-child.on a::after{background: url(../images/h1-p2.jpg) no-repeat center/cover;}
.home1-t .left li.on .ico:after{border:1px dashed #fff;

@media screen and (min-width:1200px){
  }
}
@media screen and (max-width:1024px){
  .home1{padding: 0.4rem 0;margin-top: 0;}
  .home1-t .left{width: 100%;}
  .home1-t .right{width: 100%;}
  .h1-b li h3{font-size:.3rem;}
  .h1-b ul{margin: 0 -0.1rem;}
  .h1-b li{width: 25%;padding: 0 0.1rem;}

}

@media screen and (max-width:768px){
  .h1-b{margin-bottom:0.25rem;}
.h1-b li{width: 50%;margin-bottom:.2rem;}
.h1-b li .imged{padding-bottom: 50%;}
.home1-t .left li .ico{width: 0.5rem;height: 0.5rem;}
.home1-t .left li .ico img{max-width:0.32rem;max-height: 0.28rem;}
.h1-t .con{padding: 0.2rem;}
}

@media screen and (max-width:600px){
  .h1-t li{width: 50%;}
  .home1-t .left li{width: 100%;}
}

/* home2 */
.home2{width: 100%;padding: 0.7rem 0rem 1.15rem;position: relative;z-index: 10;background: url(../images/hbg2.jpg) no-repeat bottom/cover;}
.home2::after{width: 3.2rem;background: #572d16;}
.home2 .title h3,.home2 .more a{color: #fff;}
.home2 .title p{color: #fff;opacity: .5;}
.home2-t{width: calc(100% + 0.6rem);position: relative;left: -0.2rem;justify-content: space-between;}
.home2-t .left{width:2.2rem;}
.home2-t .right{width: calc(100% - 3rem);position: relative;}
.home2-t .left li{height: 0.9rem;display: flex;align-items: center;justify-content: center;border-bottom: 1px solid rgba(255, 255, 255, 0.2);position: relative;z-index: 1;}
.home2-t .left li::after{width: auto;right: -0.4rem;background: url(../images/h2-bg1.png) no-repeat;background-size: 100% 100%;/* box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0.2); *//* border-radius: 0rem 0.45rem 0.45rem 0rem; */opacity: 0;height: auto;top: -.02rem;bottom: 0;}
.home2-t .left li h3{font-size: 0.22rem;color: #e3cbaf;font-family: sy;}
.home2-t .left li.on::after{opacity: 1;}
.home2-t .left li.on h3{color: #fff;}
.home2-t .left li.on{border-bottom:1px solid rgba(255,255,255,0);}
.home2-t dl{position: relative;z-index: 10;}
.home2-t dt{height: 0.54rem;display: flex;align-items: center;justify-content: center;padding: 0 0.2rem;color: #fff;font-weight: bold;font-size: 0.18rem;margin-bottom: 0.8rem;cursor: pointer;}
.home2-t dt::after{opacity: 0;width: 100%;background: url(../images/h2-bg2.png) no-repeat;background-size: 100% 100%;}
.home2-t dt.on::after{opacity: 1;}
.h2-t{position: relative;margin-top: -.65rem;}
.home2-t .tab,.home2-t .tab2{width: 100%;position: absolute;opacity: 0;visibility: hidden;top: 0;transition: 0.5s;}
.home2-t .tab.on,.home2-t .tab2.on{opacity: 1;visibility: visible;position: relative;z-index: 10;}
.h2-s1 a{align-items: flex-start;}
.h2-s1 .con{width: 50%;padding-right: 0.3rem;padding-top: 0.65rem;}
.h2-s1 .pis{width: 50%;padding: 0.15rem;background: #50230a;border: 1px solid #ded6c1;}
.h2-s1 p{color: #fff;font-size: 0.16rem;line-height: 0.3rem;max-height: 1.8rem\0;}

.h2-t2{position: relative;margin-top: -1rem;width: 62%;}
.h2-t2 li a{display: block;padding: 0.05rem;background: #ded6c1;}
.h2-t2 li{margin-right: 0.02rem;padding-bottom: 0.25rem;}
.h2-t2 li.slick-current a{background: #85191f;  box-shadow: 0rem 0.04rem 0.21rem 0px rgba(0, 0, 0, 0.29);}

@media screen and (min-width:1200px){
  .home2-t li a:hover::after{opacity: 1;}

}
@media screen and (max-width:1400px){
  .home2-t{width: 100%;position: relative;left: 0rem;}
}
@media screen and (max-width:1024px){
  .home2{padding: 0.4rem 0;}
  .home2-t .left{width:100%;}
  .home2-t .right{width:100%;position: relative;margin-top: .3rem;}
  .home2-t .left ul{display: flex;flex-wrap: wrap;}
  .home2-t .left li{width: 33.3%;}
  .home2-t .left li{height:.6rem;}
  .home2-t .left li::after{background:rgba(255,255,255,.5);right:0;opacity: 0;display: none;}
  .h2-t{margin:0;}
}
@media screen and (max-width:768px){
  .home2{padding: 0.4rem 0 0.2rem;}
  .h2-t2{width:100%;margin-top:0.3rem;}
  .home2-t .left li h3{font-size:.22rem;}
  .home2-t dt{font-size:.2rem;margin-bottom: .2rem;}
  .home2::after{display:none}

}
@media screen and (max-width:600px){
  .h2-s1 .con{width: 100%;padding: 0;}
  .h2-s1 .pis{display:none;}
}


/* home3 */
.home3{width: 100%;padding: .75rem 0rem;z-index: 20;}
.home3 .title{margin-bottom:.5rem;}
.home3-t{justify-content: space-between;align-items: flex-start;position: relative;}
.home3-t .left{width: 17%;margin-top: -1rem;}
.home3-t .right{width: 78%;}
.home3-t li *{transition: 0.5s;}
.home3-t .left li a{display: block;}
.home3-t .left li .pis{padding: 0.25rem;background: #F0E4D7;border-radius: 50%;}
.home3-t li .imged{padding-bottom: 100%;border-radius: 50%;background-position: top center !important;}
.home3-t li .scale{border-radius: 50%;}
.home3-t .left li a::after{width: 0.38rem;height: 2.08rem;background: url(../images/h3-line.png) no-repeat;background-size: 100% 100%;left: 0.6rem;z-index: 1;}
.home3-t .left li .con{padding: 0.15rem 0.14rem 0.2rem 1.15rem;}
.home3-t .left li h3{font-size: 0.24rem;color: #373737;font-weight: 700;margin-bottom: 0.1rem;}
.home3-t .left li p{padding-bottom: 0.15rem;font-size: 0.14rem;color: #999999;line-height: 1.3;}
.home3-t .left li p::after{width: 0.23rem;height: 0.03rem;background: #AB7E4E;}
.h3-s2{margin: 0 -0.15rem;}
.home3-t .right li{padding: 0 0.15rem;}
.home3-t .right li a{display: block;position: relative;}
.home3-t .right li a::after{width: 0.06rem;height: .93rem;background: url(../images/h3-line2.png) no-repeat;background-size: 100% 100%;left: 0.6rem;z-index: 1;}

.home3-t .right li .con{padding: 0.2rem 0.01rem 0 0.7rem;}
.home3-t .right li h3{font-size: 0.17rem;line-height: 0.3rem;color: #373737;}
.home3-t .right li p{font-size: 0.12rem;color: #999999;line-height: 1.3;}

.h3-b{margin-top: 0.2rem;}
.h3-b li h3{font-size: 0.18rem;line-height: 0.3rem;color: #373737;max-height: 0.6rem\0;}

.home3-t .arrow{position: absolute;left: 15%;width: auto;bottom: 0rem;}
.home3-t .arror{width: 0.42rem;height: 0.42rem;margin: 0 0.15rem;cursor: pointer;}
.home3-t .arrow::after{width: 0.3rem;height: 1px;background: #F2E1D2;left: 0.57rem;bottom: 50%;}



@media screen and (min-width: 1200px) {
  .home3-t li a:hover .con h3{color: #AB7E4E;}
}
@media screen and (max-width: 1500px) {
 
}
@media screen and (max-width: 1024px) {
  .home3{padding: .4rem 0;}


}
@media screen and (max-width:768px){
	.home3::after{width:100%;top: 0;}
  .home3-t .left{width: 100%;display: none;}
  .home3-t .right{width: 100%;}
  .h3-s2{margin: 0 -0.1rem;}
  .home3-t .right li{padding: 0 0.1rem;}
  .home3-t .right li .con{padding: 0.2rem 0.2rem 0 0.4rem;}
  .home3-t .right li a:after{left:0.25rem;}
	.home3-t .arrow{position:relative;margin-top:.25rem;left:0;margin: 0.25rem auto 0;}
}
@media screen and (max-width:600px){

}


/* home4 */
.home4{padding: 0rem 0 0.94rem;width: 100%;}
.home4-t .title .h3{margin:0;}
.home4-t{position: relative;justify-content: space-between;}
.home4-t *{transition: 0.5s;}
.home4-t .left{width: 65%;}
.home4-t .right{width: 31%;}
.h4-t{justify-content: space-between;}
.h4-l{width: 64%;position: relative;}
.h4-r{width: 33%;}
.h4-l li .imged{padding-bottom: 4.2rem;}
.h4-r li .imged{padding-bottom: 2.4rem;}
.h4-l li .con{height: 2.55rem;padding: 0.3rem 0.35rem;background: #F4F0EB;}
.home4-t .left li h3{font-size:.18rem;color: #333333;line-height: 0.28rem;max-height: 0.56rem\0;}
.home4-t .left li p{align-items: center;font-size: 0.14rem;color: #85191F;line-height: 0.26rem;}
.home4-t .left p img{display: inline-block;margin-right: 0.1rem;width: 0.12rem;}
.h4-l li h3{margin: 0.15rem 0;}
.h4-l li h4{font-size: 0.14rem;color: #747474;line-height: 0.28rem;}
.h4-r .h4-t2 .scale{position: relative;}
.h4-r .h4-t2 p{align-items: center;font-size: 0.14rem;color: #fff;line-height: 0.26rem;/* width: 1.25rem; */padding: 0 0.12rem;background: #C6996F;border-radius: 0rem 0.3rem 0.3rem 0px;position: absolute;left: 0;bottom: 0.17rem;z-index: 10;}
.h4-r .h4-t2 .con{background: #F4F0EB;height: 1.45rem;padding: 0.28rem 0.3rem;}
.h4-r .h4-t2 h3{margin-bottom: 0.15rem;font-size:.18rem;color: #333333;line-height: 0.28rem;max-height: 0.56rem\0;}
.h4-r .h4-t2 h4{font-size: 0.14rem;color: #747474;line-height: 0.28rem;}
.h4-r li{margin-top: 0.2rem;}
.h4-r li a{display: block;border-bottom: 1px dashed #ddd;height: 1.35rem;padding: 0.2rem .3rem;}
.h4-r li p{margin-bottom: 0.15rem;}
.home4-t .cir{bottom: 0.2rem;align-items: center;justify-content: center;width: 100%;}
.home4-t .cir span{width: 0.12rem;height: 0.12rem;border-radius: 50%;background: #85191F;margin: 0 0.1rem;opacity: .3;}
.home4-t .cir span.on{opacity: 1;background: url(../images/cir.png) no-repeat;background-size: 100%;width: 0.4rem;height: 0.4rem;}
.home4-t .right dl{margin-bottom: 0.4rem;}
.home4-t .right dt{font-size: 0.2rem;color: #3C3C3C;display: flex;align-items: center;cursor: pointer;}
.home4-t .right dt p{font-family: sy;padding: 0 0.1rem;}
.home4-t .right dt.on{color: #A45357;}
.home4-t .right ul{display: none;transition: 0s;}
.home4-t .right ul:first-child{display: block;}
.home4-t .right  ul::after{background: #E7DFDF;left: 0.04rem;bottom: 0;width: 1px;}
.home4-t .right li{margin-bottom: 0.2rem;}
.home4-t .right li:last-child{margin-bottom: 0;}
.home4-t .right li a{display: block;padding-left: 0.3rem;}   


.home4-t .right li  p{font-size:0.16rem;color: #AB7E4E;line-height: 0.3rem;padding: 0 0.08rem;}
.home4-t .right li  p::after{width: 1.42rem;height: 0.3rem;background: url(../images/h4-t3.png) no-repeat;background-size: 100%;left: -0.3rem;}
.home4-t .right li h3{font-size: 0.18rem;color: #333;margin: 0.15rem 0 0rem;line-height: 0.28rem;}

@media screen and (min-width:1200px){
	.home4-t .left li a:hover h3{color: #AB7E4E;}
  .home4-t .right li a:hover span{font-weight: bold;}
}
@media screen and (max-width:1024px){
  .home4{padding:0rem 0 0.4rem;}
}
@media screen and (max-width:768px){
  .home4-t .left{width: 100%;}
  .home4-t .right{width: 100%;margin-top: 0rem;}
}
@media screen and (max-width:600px){
.h4-l{width: 100%;position: relative;}
.h4-r{width: 100%;margin-top:.3rem;}
.h4-l li .imged{padding-bottom: 60%;}
.h4-r li .imged{padding-bottom:60%;}
}	



/* home5 */
.home5{width: 100%;overflow: hidden;padding: .7rem 0rem;background: #F7F2EB;}

.home5-t{justify-content: space-between;}
.home5-t .left{width: 65%;}
.home5-t .right{width: 31%;}
.h5-t1 li a{align-items: center;padding-right: 0.15rem;}
.h5-t1 li .imged{padding-bottom: 3.94rem;}
.h5-t1 li .scale{width: 61%;}
.h5-t1 li .con{width: 45%;margin-left: -6%;background: url(../images/h5bg.png) no-repeat;background-size: 100% 100%;padding: 0.3rem 0.45rem;box-shadow: 0px 0rem 0.1rem 0px rgba(64, 64, 64, 0.6);z-index: 1;height: 3.06rem;}
.h5-t1 li .date{align-items: center;}
.h5-t1 li span{font-size: 0.46rem;color: #85191F;font-family: sy;padding-right: 0.15rem;}
.h5-t1 li p{font-size: 0.18rem;color: #85191F;line-height: 0.22rem;font-family: sy;padding-left:.15rem;}
.h5-t1 li span::after{width: 1px;height: 0.34rem;background: #85191F;opacity: .2;left: auto;right: 0;bottom: auto;top: 50%;transform: translateY(-50%);}
.h5-t1 li h3{color: #333;font-weight: bold;font-size: 0.18rem;margin:0.2rem 0 0.1rem;line-height: .28rem;max-height: .56rem\0;}
.h5-t1 li h4{color: #333;font-size: 0.14rem;opacity: .6;line-height: .28rem;max-height: .56rem\0;}
.h5-t1 li .line{width: 100%;height: 1px;background: #ddd;margin-top: 0.2rem;}
.home5-t .cir{bottom: 0.6rem;align-items: center;width: auto;right: 0.3rem;left: auto;}
.home5-t .cir span{width: 0.12rem;height: 0.12rem;border-radius: 50%;background: #85191F;margin: 0 0.1rem;opacity: .3;}
.home5-t .cir span.on{opacity: 1;background: url(../images/cir.png) no-repeat;background-size: 100%;width: 0.4rem;height: 0.4rem;}
.list5 {padding-top:.15rem;}
.list5 li a{padding: 0.25rem 0;align-items: center;border-bottom:1px dashed #ddd;}
.list5 li h3{font-size: 0.18rem;line-height: 0.4rem;color: #333333;padding: 0 0.2rem 0 0.4rem;transition: 0.5s;flex: 1;min-width: 0;}
.list5 li h3::after{width: 0.12rem;height: 0.12rem;border-radius: 50%;background: #AA8053;opacity: .3;bottom: auto;top: 50%;transform: translateY(-50%);}
.list5 li p{padding-left: 0.2rem;font-size: 0.14rem;line-height: 0.26rem;color: #333333;background: url(../images/h5-t1.png) no-repeat left center/0.12rem 0.12rem;transition: 0.5s;}
.home5-t .right li{margin-bottom: 0.6rem;}
.home5-t .right li a{display: block;position: relative;}
.home5-t .right li .imged::after{width: 100%;background: linear-gradient(0deg, #000000 0%, rgba(0, 0, 0, 0) 100%);opacity: 0.7;height: 30%;}
.home5-t .right li .imged{padding-bottom: 3.54rem;}
.home5-t .right li .con{width: 100%;padding: 0 0.35rem 0.2rem;position: absolute;left: 0;bottom: 0;z-index: 10;}
.home5-t .right li h3{color: #fff;font-size: 0.18rem;line-height: 0.24rem;max-height: 0.48rem;margin-top: 0.1rem;}
.home5-t .right li p img{display: inline-block;margin-right: 0.1rem;}
.home5-t .right li p{color: #fff;font-size: 0.14rem;}

@media screen and (min-width:1200px){
  .list5 li a:hover h3::after{width: 0.4rem;height: 0.4rem;background: url(../images/cir.png) no-repeat;background-size: 100%;opacity:1;}
  .list5 li a:hover h3 {color: #AB7E4E;font-weight: bold;}
  .list5 li a:hover p{color: #AB7E4E;background: url(../images/h5-t2.png) no-repeat left center/0.12rem 0.12rem;}
}

@media screen and (max-width:1024px){
  .home5{padding:0.4rem 0;}


}
@media screen and (max-width:768px){
  .home5-t .left{width: 100%;}
  .home5-t .right{padding:0;margin-top: 0.3rem;width: 100%;}
  .home5-t .right li .imged{padding-bottom: 60%;}
  .list5 li a{padding:.15rem 0;}
}
@media screen and (max-width:600px){
  .h5-t1 li .scale{width: 100%;}
  .h5-t1 li .con{width: 100%;margin-left: 0%;padding: 0.2rem;}
  .h5-t1 li .imged{padding-bottom: 60%;}
  .home5-t .cir{bottom: 0.2rem;}
  .h5-t1 li a{padding-right: 0;}
  .h5-t1 li span{font-size: 0.3rem;}
}



/* home6 */
.home6{width: 100%;padding: 0.9rem 0rem;}
.home6::after{width: 63%;height: 6.88rem;background: url(../images/hbg6.png) no-repeat bottom;background-size: 100%;bottom: -0.5rem;}
.home6-t li a{display: block;position: relative;padding: 0.5rem 0.35rem 0;height: 3.9rem;background: url(../images/h6bg1.png) no-repeat;background-size: 100% 100% !important;}

.home6-t li a::after{width: 100%;opacity: 0;background: url(../images/h6bg2.png) no-repeat;background-size: 100% 100% !important;}
.home6-t li *{transition: 0.5s;}
.home6-t li p{font-size: 0.18rem;
  font-weight: bold;
  line-height: 0.26rem;
  color: #9B7C3B;padding-bottom: 0.1rem;display: inline-block;font-family: sy;
}
.home6-t li p::after{width: 100%;height: 1px;background: #9B7C3B;}
.home6-t li h3{
font-size: 0.18rem;line-height: 0.24rem;color: #000000;max-height: 0.48rem\0;margin: 0.3rem 0 0.35rem;}
.home6-t li h4{font-size: 0.14rem;line-height: 0.26rem;color: #888888;line-height: 0.26rem;max-height: 0.78rem\0;}
.home6-t li .img-xq{display: flex;justify-content: flex-end;margin-top: .5rem;}
.home6-t li span{width: 0.13rem;height: 0.12rem;background: url(../images/h6-xq1.png) no-repeat;background-size: 100% !important;}
.h6-b{width: 100%;display: flex;justify-content: center;align-items: center;margin-top: 0.5rem;overflow: hidden;}

.h6-b .cir{padding: 0 0.2rem;position: relative;width: auto;bottom: auto;display: flex;align-items: center;}
.h6-b .cir::before{width: 50vw;height: 1px;background: linear-gradient(270deg, #D29C4F 0%, rgba(155, 124, 59, 0) 100%);right: 100%;top: 50%;content: "";position: absolute;}
.h6-b .cir::after{width: 50vw;height: 1px;background: linear-gradient(90deg, #D29C4F 0%, rgba(210, 156, 79, 0) 100%);left: 100%;bottom: 50%;}
.h6-b .cir span{width: 0.09rem;height: 0.09rem;background: #ddd;opacity: 1;margin: 0 0.05rem;}
.h6-b .cir span.on{background: url(../images/h6-c.png) no-repeat;width: 0.3rem;height: 0.3rem;background-size: 100%;}


@media screen and (min-width: 1025px) {
  .home6-t li a:hover::after{opacity: 1;}
  .home6-t li a:hover h3,.home6-t li a:hover  h4,.home6-t li a:hover p{color: #fff;}
  .home6-t li a:hover span{background: url(../images/h6-xq2.png) no-repeat;}
  .home6-t li a:hover p::after{background: #fff;}
}

@media screen and (max-width: 1024px) {
  .home6{padding: 0.4rem 0;}

  .h6-b{margin-top: 0.15rem;}
  .home6-t li{padding: 0;}
  .home6-t li a{padding: 0.3rem 0.4rem 0;height: 3.5rem;}

}

@media screen and (max-width: 480px) {
  .home6-t li a{height: 3.3rem;}
}




@media screen and (min-width:1024px){

}






/* h7 */
.home7{width: 100%;overflow: hidden;padding: 0rem 0 1.3rem;}
.home7-t{position:relative;}
.home7-t .left{width: 27%;padding-right: 0.22rem;}
.home7-t .mid{width: 46%;}
.home7-t .right{width: 27%;}
.home7-t li a{display: block;position: relative;}
.home7-t .left ul{background: url(../images/h7bg.jpg) no-repeat center/cover;padding: 0.25rem 0.3rem;}
.home7-t .left li a{padding:0;height: 1.26rem;display: flex;flex-direction: column;justify-content: center;border-bottom: 1px solid rgba(255,255,255,.2);}
.home7-t .left li:last-child a{border-bottom: none;}
.home7-t .left li .p{align-items: center;justify-content: space-between;}
.home7-t .left li span{color: #fff;font-size: 0.16rem;line-height: 0.36rem;}
.home7-t .left li p{align-items: center;font-size: 0.16rem;font-family: Arial;color: #FFFFFF;}
.home7-t .left li p img{display: inline-block;width: 0.16rem;margin-right: 0.1rem;}
.home7-t .left li h3{margin-top: 0.1rem;color: #fff;font-size: 0.16rem;line-height: 0.24rem;max-height: 0.48rem\0;}
.home7-t li .con{width: 100%;padding: 0 0.3rem 0.15rem;position: absolute;left: 0;bottom: 0;z-index: 10;}
.home7-t li .con h3{font-size: 0.2rem;color: #fff;line-height: 0.3rem;}
.home7-t .right li .con{width: 70%;}
.home7-t .mid li{width: 50%;}
.home7-t .mid li:first-child{width: 100%;}
.home7-t .mid li .imged{padding-bottom: 3rem;}
.home7-t .mid li:first-child .imged{padding-bottom: 3.8rem;}
.home7-t .right li .imged{padding-bottom: 6.8rem;}
.home7-t li .imged::after{width: 100%;height: 30%;background: linear-gradient(0deg, rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0) 100%);}
.home7-t .arrow{position: absolute;right: 0.3rem;bottom: 0.2rem;z-index: 10;}
.home7-t .arror{width: 0.12rem;height: 0.2rem;border-radius: 0%;background: none;margin: 0 0.15rem;position: relative;top: auto;right: auto;left: auto;}
.home7-t .arror::after{color: #fff;font-weight: bold;font-size: 0.18rem;}

.ul-iconsb1 li{padding: 0 0.12rem;}
.ul-iconsb1 .con{position:relative;cursor:pointer;}

.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 0.04rem 0.1rem 0px rgba(0, 0, 0, 0.1);background: #fff;}
.ul-iconsb1 .qrbox .qr{padding: .05rem;background: #fff;text-align: center;border-radius: 0rem;}
.ul-iconsb1 .qrbox .qr img{width: 100%;}
.ul-iconsb1 .img2{display: none;}
.ul-iconsb1 li p{padding:.1rem 0;font-size:.14rem;color:#333;text-align:center;}
.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%;border: 1px solid #BEBEBE;background: #FFFFFF;border-radius: 50%;display:flex;align-items:center;justify-content:center;}
/* .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 #f2f2f2;top: -.1rem;transform: translateX(-50%) rotateX(0deg);position: absolute;left: 50%;}
.ul-iconsb1 .con:hover .qrbox{opacity:1;visibility:visible;transform: translateY(0%) translateX(-50%);}
.ul-iconsb1 .con:hover .img1{display: none;}
.ul-iconsb1 .con:hover .img2{display: block;}
.ul-iconsb1 .con:hover .icon{border: 1px solid #AB7E4E;}
.ul-iconsb1 .icon img{width:.35rem;}

@media screen and (min-width:1200px){
  .home7-t li a:hover h3{font-weight: bold;}
}

@media screen and (max-width:1024px){
  .home7{padding: 0rem 0 0.4rem;}
  .home7-t .left{width: 100%;padding-right: 0rem;}
  .home7-t .mid{width: 70%;}
  .home7-t .right{width: 30%;}
}

@media screen and (max-width:768px){
  .home7-t .mid{width: 100%;}
  .home7-t .right{width: 100%;}
  .home7-t .mid li .imged{padding-bottom: 60%;}
  .home7-t .mid li:first-child .imged{padding-bottom: 60%;}
  .home7-t .right li .imged{padding-bottom: 120%;}
}



/* footer */

.footer{position: relative;background: url(../images/fbotg.png) top;background-size: 100% 100%;}
.footer .wp{width: 100%;max-width: 100%;padding: 0 .7rem;}
.fot-t{padding: 0.75rem 0 0.25rem;}
.fot-t li{font-size: 0.16rem;color: #fff;line-height: 1.5;align-items: center;}
.fot-t li a{display: inline-block;padding: 0 0.15rem;}
.fot-t li img{display: inline-block;margin-right: 0.1rem;width: 0.17rem;}
.foot-t .log{width: 100%;text-align: center;margin-bottom: .4rem;}
.foot-t .log img{max-width: 4.1rem;}
.foot-t{/*align-items: center;*/justify-content: space-between;padding: .25rem 0 0.45rem;position: relative;border-bottom: 1px solid rgba(255,255,255,0.2);border-top: 1px solid rgba(255,255,255,0.2);}

.foot-t .fot1{width: 47%;}
.foot-t .fot2{width: 47%;}


.foot-t h3{font-size: 0.2rem;color: #fff;font-weight: bold;margin-bottom: 0.25rem;line-height: 1.3;}
.foot-t p{color: #fff;font-size: 0.16rem;line-height: 0.3rem;}
.foot{padding: 0.15rem 0;}
.foot p{font-size: 0.14rem;color: #fff;line-height: 0.3rem; text-align: center;}
.foot p a{padding: 0 0 0 0.3rem;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 0.1rem;
  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;
  /* justify-content: flex-end; */
  position: relative;
  transition: 0.5s;
  /* width: 0.5rem;margin: 0 auto; */
}         

.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;/* flex-shrink: 0; */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;}
/* .rightFix li:hover{display: flex;justify-content: flex-end;} */
/* .rightFix li a:hover{width: 1.4rem;} */
.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 (min-width:1200px){
  .fot-t li:hover{opacity: .8;}
}


@media screen and (max-width:1024px){
  .fot-t{padding: 0.5rem 0 0.2rem;}
  .foot-t{padding: 0.2rem 0;}
  .rightFix{display: none !important;}
  .footer .wp{padding:0 15px;}
}
@media screen and (max-width:768px){

 .foot-t .fot1{width: 100%;justify-content: center;}
 .foot-t .fot2{width: 100%;align-items: center;margin: .2rem 0 0;}
}

@media screen and (max-width:420px){

}
@media screen and (max-height:700px){
.list_box_nav_mobile{height:400px;}
}


/* 头部整屏下滑 */
.body_b {
  position: fixed;
  left: 0;
  top: 100%;
  bottom: 0;
  right: 0;
  background: #fff;
  overflow: hidden;
  transition: top 0.7s cubic-bezier(0.5,0,0.2,1) 0s;
  z-index: 99;
  overflow: auto;
  outline: none;
}
.body_b.showdiv {top: 0;}
.scroll {padding-top: 1.2rem;}



.fix-top::-webkit-scrollbar {
	width: 4px;
	height: 8px;
	background-color: #F5F5F5;
}

.fix-top::-webkit-scrollbar-track {
	border-radius: 10px;
	background-color: #E2E2E2;
}

.fix-top::-webkit-scrollbar-thumb {
	border-radius: 10px;
	background-color: #333;
}
 .swipershubaio {position: absolute;left: 50%;-webkit-transform: translateX(-50%);transform: translateX(-50%);display: -webkit-box;display: -ms-flexbox;display: flex;-webkit-box-align: center;-ms-flex-align: center;align-items: center;-webkit-box-orient: vertical;-webkit-box-direction: normal;-ms-flex-direction: column;flex-direction: column;-webkit-box-pack: center;-ms-flex-pack: center;justify-content: center;color: #fff;bottom: 0.25rem;z-index: 3;cursor: pointer;}
.swipershubaio p {margin-top: .15rem;font-size: 0.14rem;}

.swipershubaio figure {-webkit-animation: shubiao 1.4s infinite linear;animation: shubiao 1.4s infinite linear;text-align: center;}

@keyframes shubiao { 0% { -webkit-transform: translateY(-10px); transform: translateY(-10px);
    opacity: 0; }
  100% { -webkit-transform: translateY(10px); transform: translateY(10px);
    opacity: 1; } }

@keyframes swipershubaio1 { 0% { -webkit-transform: translate(-50%, -4%) rotate(0); transform: translate(-50%, -4%) rotate(0); }
  100% { -webkit-transform: translate(-50%, -4%) rotate(360deg); transform: translate(-50%, -4%) rotate(360deg); } }

@keyframes swipershubaio2 { 0% { -webkit-transform: translate(-60%, 5%) rotate(0); transform: translate(-60%, 5%) rotate(0); }
  100% { -webkit-transform: translate(-60%, 5%) rotate(360deg); transform: translate(-60%, 5%) rotate(360deg); } }

  @media screen and (max-width: 1200px) {
    .body_b {width: auto;height: auto;position: static;opacity: 1;transform: none;overflow: auto;}
    .scroll{padding-top: 0;}
  }


@media screen and (max-width:1600px){
  .header_box .wp{/* padding: 0 .5rem; */width:100%}
  #header .right{padding-left: 4%;}
  .list_box0{padding-left:.2rem;/* padding-top: .1rem; */}
  .list_box0 .li a{/* font-size:.2rem; */}
  #header #logo img{width:2.5rem;}
  #nav ul li h3{font-size:.18rem;}
}
@media screen and (max-width:1366px){
   .header_box .wp{/* padding: 0 .3rem; */}
    #nav ul li h3{font-size:.16rem;}
}

@media screen and (max-width:1200px){
    .header_box{ display: none;}
	.m_header_box{ display: block;}
	.swiper-box1 .imged{padding-bottom: 50%;border-radius:0;}
    .main-visual-wrapper{padding-top:0;}
    .swiper-box1 .cir{bottom:.2rem;}
}
@media screen and (max-width:1024px){


}
@media screen and (max-width:980px){
   
}
@media screen and (max-width:768px){
    .txt1 {font-size: 0.2rem !important; }
    .p1 {font-size: 0.16rem !important;}
    .title{margin-bottom: 0.25rem !important;}
    .title h3{font-size: 0.28rem !important;}
    .title .h3{padding-left:.1rem;margin: 0;}
    .title h3:after{ width: .25rem;height: .16rem;border-radius: 0 0 0 .1rem;left:-.1rem;}
    .banner .img img{max-width: 4rem;}
    .title .h3 p{/* margin-left: 0.1rem; */}
    .more span{padding:0 .25rem;height: .4rem;}
}

@media screen and (max-width:640px){

}
@media screen and (max-width:420px){

}
@media screen and (max-height:420px){
.list_box_nav_mobile{min-height: calc(100% - 100px);}
}
@media(min-width: 200px){
[aos=zoom-in]{-webkit-transform:scale(.5);-ms-transform:scale(.5);transform:scale(.5)}
}


.pb_sys_common{
line-height:0.4rem !important;
}
.jdjs_app1 .tj{
       background: url(../images/submit.png) center no-repeat #AB7E4E !important;
    }
@media screen and (min-width:1201px){
.header_box_li #header::after{width: 6.8rem;height: 0.4rem;background: url(../images/head.png) no-repeat top;left: auto;right: 1.9rem;bottom: auto;top: -1px;background-size: 100% 100%;}

}
@media screen and (max-width:1600px){
.header_box_li #header::after{/* right: 2rem; */}

}



  .zjjsxslh { 
  overflow: hidden;
    -webkit-line-clamp: 2;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;}









  