@charset "utf-8";

@font-face{ font-family:sy; src:url(../fonts/sySong.woff);}
@font-face{ font-family:mo; src:url(../fonts/SIMLI.TTF);}
body{  background-image: url('../images/index_bg.jpg');
      background-repeat: no-repeat;
      background-attachment: fixed;
      background-position: bottom;
      background-size: cover;}
.header_box{z-index: 1000;width: 100%;position: fixed;top: 0;left: 0;/* border-top: 0.1rem solid #d1be9e; *//* background: rgba(188, 148, 93, 0.7); */}
.header_top{/* background: url(../images/head.jpg) no-repeat center/cover; */border-top: 0.1rem solid #d1be9e;}
.header_top .wp{width:100%;max-width:100%;padding:0 1rem;background: rgba(209, 190, 158, 0.8);}
.header_top .top{justify-content: space-between;height: 1rem;align-items: center;width: 100%;}
.header_box:before{content:"";position:absolute;height: 3rem;top: -1px;left: 0;right: 0;transition: 0.2s;opacity: 1;visibility: visible;background: linear-gradient(180deg, rgba(20, 20, 20, 0.7) 0%, rgba(55, 55, 55, 0) 100%);z-index: -1;}
.header_box.fixed:before{height: 100%;}
#logo{position: relative;display: flex;flex-wrap: wrap;}
.header_top #logo img{transition: .5s;max-width: 3rem;width: 3rem;}
.header_top #logo img::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: white;
  opacity: 1; /* 控制白色透明度 */
  pointer-events: none; /* 允许点击穿透蒙版 */
}
 #logo a:last-child{padding-left:.15rem;}
.list_box1{flex:1;display: flex;flex-direction: column;align-items: flex-end;padding-left: 10%;}
.list_box1 .top-t{align-items: center;justify-content: flex-end;}
.li.ftjt {    display: none;}
.list_box1 .li{padding: 0 0.2rem;}
.list_box1 .li:last-child{padding-right:0;}
.list_box1  a{color: rgba(255,255,255,1);font-size: 0.16rem;}
.list_box1 a img{display:inline-block;margin-right:.05rem;}
.list_box1 .ser .a{display:flex;align-items:center;justify-content: space-between;transition: .5s;position: relative;height: .3rem;width: 2.3rem;padding: 0 0.2rem;border-radius: 0.3rem;border:1px solid rgba(255, 255, 255, 0.6);}
.list_box1 .li .input{width: calc(100% - .16rem);height: 100%;padding: 0 0.1rem 0 0rem;font-size: .12rem;color: rgba(255, 255, 255, 0.8);line-height: .3rem;}
.list_box1 .li .serbtn {
    width: 0.16rem;
    background: url(../images/ser.png) no-repeat left center;
    background-size: 0.16rem;
    height: 100%;
}
.list_box1 .li .input::-webkit-input-placeholder{ color:#fff;}
.list_box1 .li .input::-moz-placeholder{ /* Mozilla Firefox 19+ */ color:#fff; }
.list_box1 .li .input:-moz-placeholder{ /* Mozilla Firefox 4 to 18 */ color:#fff;}
.list_box1 .li .input:-ms-input-placeholder{ /* Internet Explorer 10-11 */ color:#fff;}
.mobileno{display:none}

/* .banner #nav{position: absolute;bottom: 0;left: 0;} */
#nav{width: 100%;/* position: relative; */max-width: 9rem;}
#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: .3rem;color:#333;line-height: .55rem;position:relative;transition: .36s;display: inline-block;font-family: 'LiSu';position: relative;}
#nav ul li h3:after{content:"";position:absolute;border-left:.1rem solid transparent;border-right:.1rem solid transparent;border-bottom:.1rem solid #792120;left:50%;top: 96%;transform:translateX(-50%);opacity:0;}
#nav ul li .sub{position:absolute;top: 100%;background: rgba(121, 11, 32, 0.8);width: 100%;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: #BE6A6F; */}
#nav ul li .sub .box{/* padding: .2rem 0; */text-align:center;display: flex;justify-content: center;}
#nav ul li .sub a{padding: .1rem .16rem;line-height: .28rem;transition:.6s;font-size: .16rem;color: #fff;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: rgba(255,255,255,.8);color: #792120;}
#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: #BE6A6F; */}
#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: #BC945D;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;flex-wrap: nowrap;}
.m_header_box header #logo img{max-height: .6rem;width: 2rem;}
/*导航按钮开始*/
#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; 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: #BC945D;}
#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: #BC945D;}
#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: #f2f2f2;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: #BE6A6F url(../images/submit.svg) center no-repeat; background-size: .28rem;}
#m_nav .list_box0{text-align:center;width: 100%;justify-content: flex-start;margin: .32rem 0 0;flex-wrap: wrap;height: 0.4rem;}
#m_nav .list_box0 .li{text-align: left;color: #BE6A6F;margin: 0 .12rem 0.15rem 0;font-size: 14px;padding: 0;min-width: 1rem;}

#m_nav .old_rukou{margin:.24rem 0 0;width: 100%;}

.list_box_nav_mobile{width:100%;max-height: calc(100% - 250px);/* background: rgba(255,255,255,.1); */padding: 0 0 10px;overflow: hidden;overflow-y: 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;padding: 0 .1rem;}
.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:hover .con{background:#BE6A6F;}
.list_box_nav_mobile>li:hover .con a{color:#fff;}

.list_box_nav_mobile>li:hover i{filter:brightness(100);}
.szlist p{font-size: .18rem;}
.szlist span{font-size: .18rem;}
.szlist p_pages{font-size: medium;}

p.office-cer-abs {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
/*三级导航 开始*/
.list_box_nav_mobile>li .list{padding: .1rem;border-bottom: 1px solid rgba(255, 255, 255, 0.1);display:none;background: #BE6A6F;}
.list_box_nav_mobile>li .list a{display:block;font-size:13px;color: #fff;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 #BC945D;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消失-结束 */


/* banner */
.main-visual-wrapper {width: 100%;position: relative;/* padding-top: 1.3rem; */}
.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;}
.swiper-box1 .imged::after{width: 100%;height: 15%;background: linear-gradient(0deg, rgba(0, 0, 0, 0.2) 0%, rgba(84, 103, 97, 0) 100%, rgba(255, 255,255, 0) 100%);}
.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:.35rem;display: flex;align-items: center;justify-content: center;width: 100%;}
.swiper-box1 .cir span{margin: 0px .1rem !important;width: 0.25rem;height: 0.25rem;opacity: 1;background: url(../images/cir1.png) no-repeat;background-size: 100% !important;}
.swiper-box1 .cir .swiper-pagination-bullet-active{background: url(../images/cir2.png) no-repeat;}

.home1 .title ,.home2 .title ,.home3 .title ,.home4 .title {    bottom: -.1rem;}
.infonew16_060_t , .home1-t , .home2-t .home3-t ,home4-t {padding-top:  .5rem;}
.infonew16_060_t , .home1-t , .home2-t , .home3-t  ,.home4-t {padding-top:  .5rem;}
h4.sign {
}
/* home1 */

.title{align-items: center;position: relative;overflow: hidden;}
.title h3 span{font-size: 0.48rem;line-height: 1.1;color: #353535;padding: 0 .2rem;font-family: mo;}
.title h3{align-items: center;margin: .2rem 2rem;}
.title h3 .img1{width:1.46rem;}
.title h3 .img2{width:1.46rem;}
.title .h3{margin: 0 auto;text-align: center; }
.title .h3 span::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 50%; /* 或者具体的宽度 */
  height: 100%;
  background-image: url('../images/index_title_left_bg.png');
  background-repeat: no-repeat;
  background-position: left bottom;
}
.title .h3 span::after{
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 50%; /* 或者具体的宽度 */
  height: 100%;
  background-image: url('../images/index_title_right_bg.png');
  background-repeat: no-repeat;
  background-position: right bottom;
}
.home2 h4 , .home4 h4{
    font-size: 0.38rem;
    color: #c05835;
    font-family: 'LiSu';
    text-align: center;
    justify-content: center;
    padding: 0.5rem;}
 h4.sign span{
font-family: 'LiSu';
   background-image: url(../images/index_sign.png);
    width: 2.37rem;
    height: 1rem;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    margin: 0 auto;
}
    .home1-t , .home3-t{
      background-image: url('../images/index_con_bg.jpg');
      opacity:0.8; 
      background-position: center;
      backdrop-filter: opacity(0.4); 
      background-blend-mode: overlay;
    }
 .home2   .wp{
      background-image: url('../images/index_con_bg.jpg');
      opacity:0.8; 
      background-position: center;
      backdrop-filter: opacity(0.4); 
      background-blend-mode: overlay;
    }
.home1 .wp , .home3 .wp , .home4 .wp ,.footer .wp  {
    background: none;
}
.indexrulescn{
    font-size: .19rem;
    line-height: .4rem;
    padding: 0 .5rem;
}
.more {
    position: relative;
    right: 0rem;
    left: 0;
    float: right;
    top: 50%;
    padding: .1rem;
}
.more a{align-items: center;border-radius: 0;font-size: 0.16rem;transition: 0.5s;color: #BE6A6F;font-family: sy;}
.more img{display: inline-block;margin-left: 0.1rem;width: 0.36rem;}

.home1{width: 100%;padding: 0.85rem 0 1.25rem;overflow: hidden;}



.home1-t{justify-content: space-between;align-items: flex-start;}
.home1-t .left{width: 46%;position: relative;}
.home1-t .right{width: 50%;}
.home1-t .right::after{width: 3.32rem;height: 3.44rem;background: url(../images/h1bg.png) no-repeat;background-size: 100%;left: auto;right: 0;bottom: 0;}
.h1-1{
position:relative;
background-image: url('../images/index_img_bg.png');

}

.home1-t li *{transition: 0.5s;}

.home1-t .h1-1 a{position: relative;display: flex;flex-direction: column;align-items: flex-end;}
.home1-t .arrow{position: absolute;left: auto;bottom: 1.8rem;right: 0.35rem;display: flex;}
.home1-t .arror{width: 0.4rem;height: 0.4rem;position: relative;top: auto;left: auto;right: auto;margin: 0 .15rem;}
.home1-t .arror img{width:100%;}
.home1-t .arror::after{display: none;}

.home1-t .left .scale{width: 100%;}
.home1-t .left .con{height: 2rem;width: 90%;background: #BE6A6F;box-shadow: 0rem 0.1rem 0.28rem 0rem rgba(0, 0, 0, 0.02);padding: 0.27rem 0.55rem;margin-top: -0.4rem;position: relative;z-index: 10;}
.home1-t .left .xq{align-items: center;}
.home1-t a p{font-family: sy;font-size: 0.24rem;color: #fff;font-family: Lucida Bright;}
.home1-t a p i{display: inline-block;padding: 0 0.1rem;font-size: 0.18rem;transition: 0s;}
.home1-t .left .xq p{padding-right: 0.35rem;}
.home1-t .left span{line-height: 0.28rem;border-radius: 1.1rem;color: #fff;font-size: 0.16rem;padding: 0 0.15rem;display: inline-block;border: 1px solid #fff;}
.home1-t .left h3{font-size: 0.24rem;font-weight: bold;line-height: 0.36rem;max-height: 0.72rem;color: #fff;transition: 0.5s;margin-top: 0.2rem;}
.home1-t .left .imged{padding-bottom: 4.8rem;}
.home1-t .left .imged::after{width: 100%;background: rgba(172, 94, 61, 0.14);}

.home1-t .left h4{width: 0.6rem;height: 0.6rem;position: absolute;right: 0;bottom: 0;}
.home1-t .left h4 img{width:100%;}

.home1-t .right li a{width: 100%;padding: .25rem .35rem;align-items: center;height: 1.54rem;}
.home1-t .right li a::after{background: #897763;width: 100%;opacity: 0;box-shadow: 0px 0.1rem 0.28rem 0rem rgba(0, 0, 0, 0.1);}
.home1-t .right li p{color: #333;}
.home1-t .right li h3{font-size: 0.2rem;color: #333;line-height: 0.34rem;margin: 0.18rem 0 0;max-height: 0.68rem;}



@media screen and (min-width: 1200px) {
  .home1-t .right li a:hover::after{opacity: 1;}
  .home1-t .right li a:hover h3{color: #fff;}
  .home1-t .right li a:hover p{color: #fff;}
  .home1-t .left a:hover .imged::after{opacity: 0;}
  .title h3{align-items: center;margin: .2rem 2rem;}

}
@media screen and (max-width: 1024px) {
  .home1{padding: 0.4rem 0;}
}

@media screen and (max-width: 768px) {
    .home1{padding: 0.4rem 0;}
    .home1-t .left{width: 100%;}
    .home1-t .right{width: 100%;margin-top: 0.3rem;}
    .home1-t .left li .imged{padding-bottom: 60%;}
    .home1-t a p{font-size:.2rem;}
    .home1-t .left .con{padding: 0.2rem;}
    .home1-t .right li a{padding: .15rem 0;height: auto;}
.title h3 img{    display: none;}
.title h3 {    margin: .2rem .1rem;}
.home3-t {    flex-direction: column;}
.home3-t .left  ，.home3-t .right{    width: 100%;}

}


/* home2 */
.home2{padding: 0.8rem 0 .8rem;overflow: hidden;}
.home2 .title .h3 {    margin: 0 auto;    margin-top: 0.5rem;}
 .infonew16_060_t{display: flex;flex-wrap: wrap;justify-content: space-between;}
 .infonew16_060_l{width: 48%;}
 .infonew16_060_r{width: 49%;}
 .infonew16_060_l li a{display: block;position: relative;}
 .infonew16_060_l li .con{width: 100%;padding: 0.17rem 0.25rem ;z-index: 10;position: absolute;left: 0;bottom: 0;background: rgba(190, 106, 111, 0.9);}
 .infonew16_060_l li .imged{padding-bottom:5.28rem;}

 .infonew16_060_l li p{align-items: center;    color: #87775e;    justify-content: center;font-size: 0.3rem;display: flex;line-height: 1.5;font-family: Lucida Bright;}
 .infonew16_060_l li h3{color: #fff;font-weight: bold;font-size: 0.22rem;line-height: 0.3rem;margin-top: 0.1rem;}

 .infonew16_060_r li {margin-bottom: 0.5rem;}
 .infonew16_060_r li a{align-items: center;border-bottom: 0.01rem solid #ddd;display: flex;flex-wrap: wrap;}
 .infonew16_060_r li .scale{width: 56%;}
 .infonew16_060_r li .con{flex: 1;min-width: 0;padding: 0.4rem 0.3rem;height: 2.8rem;display: flex;flex-direction: column;justify-content: center;}
 .infonew16_060_r li *{transition: 0.5s;}
 .infonew16_060_r li .imged{padding-bottom: 2.8rem;}
 .infonew16_060_r li:last-child .con{order: -1;}
 .infonew16_060_r li h3{font-size: 0.2rem;font-weight: 500;line-height: 0.34rem;color: #333333;margin-bottom: 0.25rem;}
 .infonew16_060_r li span{font-size: 0.18rem;color: #9D7949;line-height: 0.3rem;font-family: Lucida Bright;}

 .infonew16_060_r li .con::before{content: "";position: absolute;width: 0.56rem;height: 0.03rem;background: #BE6A6F;left: 0.3rem;bottom: -1px;}
 .infonew16_060_r li:last-child .con::before{left: auto;right: 0.35rem;}
 .infonew16_060_r li:last-child p{display: flex;justify-content: flex-end;}
 .infonew16_060_t li .imged::after{width: 100%;background: rgba(172, 94, 61, 0.14);}


@media screen and (min-width: 1200px) {
   .infonew16_060_r li a:hover{background: #D6AF7C}
   .infonew16_060_r li a:hover .con::after{opacity: 1;}
   .infonew16_060_r li a:hover h3, .infonew16_060_r li a:hover span{color: #fff;}
   .infonew16_060_r li a:hover .con::before{background:#fff;}
   .infonew16_060_t li a:hover .imged::after{opacity: 0;}
}
@media screen and (max-width: 1024px) {
  .home2{padding: 0;}
  
}

@media screen and (max-width: 768px) {
   .infonew16_060_l{width: 100%;margin-top: 0rem;}
   .infonew16_060_r{width: 100%;margin-top: 0.4rem;}
   .infonew16_060_l li .imged{padding-bottom:60%;}
   .infonew16_060_r li .scale{width: 46%;}
}
@media screen and (max-width: 480px) {
   .infonew16_060_r li .imged{padding-bottom: 2rem;}
   .infonew16_060_r li .con{height: auto;padding: 0.2rem 0.1rem;}
   .infonew16_060_r li .scale{width: 100%;}
   .infonew16_060_r li {margin-bottom: 0rem;}
   .infonew16_060_r li:last-child .con{order:2;}
}






/* home3 */
.home3{padding: 0.8rem 0rem 1.6rem;overflow: hidden;}
.home3::before{content: "";position: absolute;width: 60%;height: 75%;top: 0;left: 0;background: url(../images/h3bg.png) no-repeat top;}
.home3::after{width: 100%;height: 4rem;background: url(../images/hbg3.png) no-repeat bottom;background-size: 100%;bottom: 0.3rem;}
/* .home3 .title{margin-bottom: 0.65rem;} */
.home3-t{position: relative;}
.home3-t .left{width: 50%;}
.home3-t .right{flex: 1;min-width: 0;padding-left: 0.5rem;}
.home3-t .left li *{transition: 0.5s;}
.home3-t .left ul{}
.home3-t .left ul::after{width: 100%;height: 4.4rem;background: url(../images/h3bg2.png) no-repeat bottom;background-size: 100%;bottom: 0rem;}

.home3-t .left  li a{width: 100%;padding: .15rem .35rem;align-items: center;height: 1.54rem;}
.home3-t .left  li a::before{background: #897763;width: 100%;opacity: 0;box-shadow: 0px 0.1rem 0.28rem 0rem rgba(0, 0, 0, 0.1);}
.home3-t .left  li.on{background: #897763;width: 100%;opacity: 0;box-shadow: 0px 0.1rem 0.28rem 0rem rgba(0, 0, 0, 0.1);}
.home3-t .left  li p{color: #333;font-size: 0.2rem;}
.home3-t .left  li h3{font-size: 0.2rem;color: #333;line-height: 0.34rem;margin: 0.18rem 0 0;max-height: 0.68rem;}

.home3-t .left li.on a{color:#fff;font-size: .2rem;}
.home3-t .left li.day{}
.home3-t .left li.on span,.home3-t .left li.on p{opacity: 0;}
.home3-t .left li.on{transform: translateY(-0.2rem); background: #897763;width: 100%;transition: 0.5s;opacity: 1;}
.home3-t .left li.on p{font-size: .2rem;color:#fff;transition: 0.5s;opacity: 1;}
.home3-t .left li.on  h3 {
    color: #fff;}
.home3-t .right li{display: none;}
.home3-t .right li:first-child{display: block;}
.home3-t .right li a{align-items: center;}
.home3-t .right li .scale{width: 65%;}
.home3-t .right li .con{width:35%;height: 6.2rem;padding: 1rem 0.4rem;}
.home3-t .right li .con::after{width: auto;left: 0.09rem;top: 0.09rem;right: 0.09rem;bottom: 0.09rem;background: url(../images/h3bg3.png) no-repeat;background-size: 100% 100% !important;height: auto;}

.home3-t .right li h3{color: #fff;font-weight: bold;font-size: 0.26rem;line-height: 0.36rem;}
.home3-t .right li h4{color: #fff;font-size: 0.16rem;line-height: 0.28rem;max-height: 0.56rem;margin: 0.5rem 0 0.25rem;}
.home3-t .right li h5{font-size: 0.14rem;color: #fff;line-height: 0.24rem;max-height: 0.72rem;margin-bottom: 1.3rem;}
.home3-t .right li p{justify-content: flex-end;}
.home3-t .right li p img{width: 0.6rem;}
.home3-t .right li:nth-child(1) .con{background: #BC945D;}
.home3-t .right li:nth-child(2) .con{background: #BE6A6F;}
.home3-t .right li:nth-child(3) .con{background: #E5D6C3;}
.home3-t .right li:nth-child(4) .con{background: #89A7C8;}

.home3-t .right li .imged::after{width: 100%;background: rgba(172, 94, 61, 0.14);}

.date-wrap {
    display: inline;
    display: inline-flex;
    width: 1rem;
    flex-direction: column;
}
.office-cer {
    display: inline;
    display: inline-flex;
}
                .office-con .date-wrap .day {
                    height: 54%;
                    font-weight: 500;
                    font-size: .3rem;
                    line-height: 32px;
                    display: flex;
                    align-items: center;
                    justify-content: center;
                }

                .office-con .date-wrap .year {
                    height: 30%;
                    font-weight: normal;
                    font-size: .18rem;
                    line-height: 28px;
                    display: flex;
                    align-items: center;
                    justify-content: center;
    padding-top: 10px;
                }

                p.office-cer-abs {
                    font-size: 14px;
                    font-weight: 400;
                    line-height: 24px;
                    overflow: hidden;
                    text-overflow: ellipsis;
                    display: -webkit-box;
                    -webkit-line-clamp: 2;
                    -webkit-box-orient: vertical;
                }

                .office-con .date-wrap .day:hover {
                    color: #fff;
                }

                .office-con .date-wrap .year :hover {
                    color: #fff;
                }

@media screen and (min-width: 1200px) {
  .home1-t .right li a:hover::after{opacity: 1;}
  .home1-t .right li a:hover h3{color: #fff;}
  .home1-t .right li a:hover p{color: #fff;}
  .home1-t .left a:hover .imged::after{opacity: 0;}
}

@media screen and (min-width:1200px){
	.home3-t .left li a:hover::after{opacity: 1;}
  .home3-t .left  li a:hover h3{color: #fff;}
  .home3-t .left  li a:hover p{color: #fff;}
  .home3-t .left  a:hover .imged::after{opacity: 0;}
}
@media screen and (max-width:1024px){
     .home3{padding: 0.4rem 0 .4rem;}

}
@media screen and (max-width:768px){
    .home3-t .left{width: 100%;margin-top: 0.4rem;}
    .home3-t .right{flex: none;min-width: 0;padding-left: 0rem;width: 100%;margin-top: 0.3rem;}
    .home3-t .right li .scale{width: 100%;}
    .home3-t .right li .con{width:100%;height: auto;padding: 0.3rem;}
    .home3-t .right li h4{margin: 0.2rem 0;}
    .home3-t .right li h5{margin-bottom: 0.25rem;}
}

@media screen and (max-width:420px){
 
}
/* home4*/
.home4.wl {
    padding-bottom: .5rem;
}


/* footer */
.footer{width: 100%;background: #52463E;}
.foot-t{padding: .3rem 0 .13rem;border-bottom: 1px solid rgba(255, 255, 255, 0.15);}
.foot-t ul{align-items: flex-start;}
.foot-t h3{color: #fff;font-size: .16rem;}
.foot-t li{padding: 0 0.15rem;margin-bottom: 0.1rem;}
.foot-t li a{font-size: 0.16rem;color: #fff;;line-height: 1.3;}
.foot-b{padding: 0.3rem 0;justify-content: space-between;align-items: center;}

.foot-b .fot-1{width: 30%;}
.foot-b .fot-2{width:30%;align-items: flex-start;}
.foot-b .fot-1 .img{display:flex;}
.foot-b .fot-1 .img a:last-child{padding-left:.15rem;}
.foot-b .fot-3{width: 15%;display: flex;justify-content: flex-end;}
.foot-b .fot-3 .img{text-align:center;}
.foot-b .fot-2 p{font-size: 0.16rem;color: #fff;line-height: 0.36rem;}
.foot-b .fot-2 h3{font-size: 0.22rem;line-height: 0.3rem;color: #FFFFFF;}
.foot-b .fot-2 .con{flex: 1;min-width: 0;padding-left: 0.25rem;}

.foot-b .fot-3 img{transform:scale(.8);transition:0.5s;}
.foot-b .fot-3 p{text-align: center;margin-top: .1rem;font-size: 0.16rem;color: #fff;line-height: 0.24rem;}
.foot-b .fot-3 .img:hover img{transform:scale(1);}


.foot{padding: 0.3rem 0;text-align: center;}
.foot p{font-size: 0.18rem;line-height: 1.5;color: #fff;}
.foot p a{display: inline-block;padding: 0 0rem;}

.foot-t li a:hover{opacity:.8;}
.home4-t .left{width: 46%;position: relative;}
.home4-t .right{width: 50%;}
.home4-t .left p{font-size:.2rem;  
    line-height: .3rem;
    padding: 0 .5rem;}
.home4-t .left .indexbottom{    
    display: inline-flex;
    width:2rem;
    max-width: 240px;
    height: .5rem;
    background: url(../images/index_bottom.png) no-repeat center ;
  background-size: contain;
    margin: .5rem auto;
    font-family: 'LiSu';
    justify-content: center;
    align-items: center;
    text-align: center;
    color: #c05835;
    margin-left: 3%;}
 .indeximg{background: url(../images/index_img_bg.png) no-repeat center / cover; background-size: contain; }
 .indeximg img{padding:.6rem; }
@media screen and (max-width:1024px){
   .foot-t{padding: .25rem 0 .1rem;}
   .foot-b{padding: 0.2rem 0;}
   .foot{padding: 0.2rem 0;}
}
@media screen and (max-width:768px){
    .foot-t ul{justify-content: flex-start;}
    .foot-b .fot-1{width: 100%;text-align: center;margin: 0.2rem auto;}
    .foot-b .fot-2{width: 100%;text-align: center;}
    .foot-b .fot-3 {width: 100%;justify-content: center;}
    .foot-b .fot-1 img{width: 80%;}
.home4-t .left{width: 100%;position: relative;}
.home4-t .right{width: 100%;}
}
@media screen and (max-width:440px){
   
}

@media screen and (min-width: 2000px) {
.home4-t .left .indexbottom {   width: 2.5rem;max-width: initial;}
}

@media screen and (max-width: 1600px){
 #nav ul li h3{padding:0 .1rem;}
}


@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){
    .main-visual-wrapper{padding-top: 0;}

}
@media screen and (max-width:1024px){
    .title{margin-bottom: .35rem;}
    .title h3{font-size: 0.3rem;}
    .swiper-box1 .swiper-pagination{/* bottom:.2rem; */}
    .banner video{display: none;}
.title h3 {
    align-items: center;
    margin: .2rem 1.5rem;
}
.title h3 .img1 {
    width: 1.26rem;
}
}

@media screen and (max-width:768px){
    .title{margin-bottom: .25rem !important;}
    .title h3 span{font-size: 0.3rem;
        color: #792120;
        padding: 0;
        text-align: left;}
 .home3   .wp {
        padding: 0;
        width: 100%;
        max-width: 100%;
    }
 .home3-t{padding: .3rem 15px;}

    .txt1 { font-size: 0.2rem !important; }
    .p1 {font-size: 0.16rem !important;}
    .swiper-box1 .imged{padding-bottom: 35%;}
    .title .h3{margin: 0;}
    .title h3 img{display: none;}
    .title p{font-size: 0.16rem;}
   .home3-t  .left  ，.home3-t  .right{    width: 100%;}
.title .h3 span::before ,.title .h3 span::after{display: none;}
.home2 .title .h3{margin: auto;    margin-top: .5rem;}
.infonew16_060_t, .home1-t, .home2-t, .home3-t, .home4-t {
    padding-top: 0.3rem;
}
.home2 h4, .home4 h4 {
    font-size: 0.3rem;
    color: #333;padding: 0;
    text-align: left;}
.scale.index-events {
    padding-top: 0.2rem;
 padding-bottom: .2rem;
}
.infonew16_060_l li p {
    font-size: 0.25rem;
    padding: 0.1rem;}
.home2 h4.sign span {
    width: 1.8rem;
    background-size: contain;}
.indexrulescn {
    padding: 0;}
home3 .wp {
    padding: 0;}
 .home3 .title {
   display: flex; }
 .home3  .title {
    margin-bottom: 0 !important;
}
.scale.index-events {
    text-align: center;
    padding-top: 0.2rem;}
.scale {
    overflow: inherit;}
.home2 h4 ,    .home4 h4 {
    padding: 0 0 0.2rem 0;}
.home4 .intro_bottom{text-align:center;}
}

@media screen and (max-width:600px){
.home1 .title, .home2 .title, .home3 .title, .home4 .title{display: none;}
.home4-t .left p {
    padding: 0;
}

 .home3 .title{
   display: flex;         justify-content: space-between;
        padding: 0 .1rem;}
.mobileno{display:flex}
 .home3  .title h3{align-items: center;margin: .2rem 0;}
}
@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;}
}   