@charset "utf-8";

@font-face{ font-family:sy; src:url(../fonts/sySong.woff);}
@font-face{ font-family:mo; src:url(../fonts/mo.ttf);}
body::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: url(../images/bottombg.png) no-repeat left bottom;
  background-size: contain;
  opacity: 0.08; 
}

.header_box{z-index: 1000;width: 100%;position: fixed;top: 0;left: 0;/* border-top: 0.1rem solid #668CB6; *//* background: rgba(188, 148, 93, 0.7); */}
.header_top{/* background: url(../images/head.jpg) no-repeat center/cover; */background: rgba(1, 102, 164, 0.7);}
.header_top .wp{width:100%;max-width:100%;padding:0 1rem;}
.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;       justify-items: center;    align-items: center;}
.header_top #logo img{transition: .5s;max-width: 2.2rem;width: 2.2rem;}
 #logo a:last-child{padding-left:.15rem;color:#fff; font-size: 24px;}
.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;}

.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;}


/* .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: .18rem;color:#fff;line-height: .55rem;position:relative;transition: .36s;display: inline-block;position: relative;}
#nav ul li h3:after{content:"";position:absolute;border-left:.1rem solid transparent;border-right:.1rem solid transparent;border-bottom:.1rem solid #88A7C8;left:50%;top: 96%;transform:translateX(-50%);opacity:0;}
#nav ul li .sub{position:absolute;top: 100%;background: rgba(136, 167, 200, 0.9);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: #88A7C8;}
#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: #0166a4;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: #0166a4 ;}
#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: #0166a4 ;}
#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);}

/*三级导航 开始*/
.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 #0166a4;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: 50vw;/*position: relative; padding-top: 1.3rem; */overflow: hidden;}
.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{margin-bottom: 1rem;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;}
.title h3 .img1{width:1.46rem;}
.title h3 .img2{width:2.76rem;}
.title .h3{margin: 0 auto;text-align: center;}

.more{position: absolute;right: 0rem;}
.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;}

.grid-container {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: 1fr 1fr;
  width: 100vw;
  height: 100vh;
  gap: 0;
  margin: 0;
  padding: 0;
}

.grid-item {
  display: flex;
  flex-direction: column;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: .2rem;
  text-align: center;
  color: #333;
  font-size: .25rem;
  transition: all 0.3s ease;
  margin: 0;
  width: 100%;
  height: 100%;
}
.grid-item-c{
display: flex; width:50%;color: #fff; height: 100%;padding: .2rem;   flex-direction: column;
}
.grid-item:hover {
  /*transform: scale(1.02);*/
}

.top-left {
  background-color: #ffffff;
   padding: 0;
    border: 0;
    margin: 0;
width:50vw;
height: 50vh;
}
.top-left .banner img {
    max-width: 100%;
    height: 100%;
}

.top-right {
  background-color: #11afa9;
  color: white;
  border-bottom: 1px solid #ddd;
 flex-direction: row;padding: 0;position: relative;
}
.top-right::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: url(../images/rightbg.jpg) no-repeat left bottom;
 background-size: cover;
  opacity: 0.08;
}

.bottom-left {
  background-color: #FFC0CB;
  border-right: 1px solid #ddd;
flex-direction: row;padding: 0;
}

.bottom-right {
  background-color: #FFD700;flex-direction: row;padding: 0;z-index: 999;
}

.bottom-left-left{ background-color: #ee9573;align-items: flex-end;}
.bottom-left-right{background-color: #72d57b; z-index:999;}
.bottom-right-left{ background-color: #ff8b96;}
.bottom-right-right{background-color: #ffbd4f;}
.grid-item h2 {
    margin-bottom: 0.2rem;
    font-size: .25rem;
}

.cell p {
  font-size: .15rem;
  opacity: 0.8;
}
.top-right-left  .grid-item p {
  font-size: .2rem;
  line-height: .3rem;
}
.cell li{
    text-align: left;
    padding: 5px;
   position: relative;
   padding-right: .2rem;
}
.grid-item-con {
    font-size: .15rem;
    text-align: left;
    line-height: .2rem;
}
 .bottom-left-right .grid-item-con{padding:0  .4rem;line-height: .35rem;font-size: .16rem;}
.bottom-right-right a{ 
    display: inline-block;
    width: 40%;
    padding:5px;
    padding-left: 5%;
}
.bottom-left-left-top {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
  /* background: url(../images/yxxt1.png) no-repeat;*/
    background-size: cover;
    width: 2rem;
    height: 2rem;
    z-index: 999;
}
.bottom-left-left-top .yxxt {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: left;
    z-index: 999;
}
.bottom-left-left-top .xhcx{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    width: 2rem;
    height: .5rem;
   /*background: url(../images/xhcx.png) no-repeat;*/
    background-size: contain;
    z-index: 999;
}
.bottom-left-right-bottom {
    flex-direction: column;
    justify-content: center;
    text-align: center;
    width: 2.1rem;
    height: 2.1rem;
    z-index: 999;
}
.bottom-left-right-bottom img { width: 80%;}



.indexbody  .header_box{display: none;}
    .left-header {    display: flex;}    
    .navbar-left {
      position: absolute;
      left: 0;
      top: 0;
      width: 200px;
      height: 100vh;
      background: #0166a4;
      display: flex;
      flex-direction: column;
      align-items: center;
      z-index: 10;
      box-shadow: 2px 0 8px rgba(0,0,0,0.05);
      border-top-right-radius: 50%;
      border-bottom-right-radius: 50%;
      padding: 0;}
    .navbar-left-logo {
    width: 100%;
    display: flex;
    justify-content: left;
    padding: 0.3rem 0 0.2rem 0.2rem;
    align-items: flex-start;}
    .navbar-left-con {      width: 100%;
      display: flex;}    
    .navbar-left-menu  .sub {
    display: none;
}
    .navbar-left-menu {
      flex: 1;
      width: 50%;
      display: flex;
      align-items: flex-start;
      justify-content: center;}
    .navbar-left-menu ul {
      list-style: none;
      padding: 0;
      margin: 0;
      height: 100%;
      display: flex;
      flex-direction: column;
      justify-content: center;
      gap: 24px;
      align-items: flex-start;}
    .navbar-left-menu li {
      writing-mode: vertical-rl;
      text-orientation: mixed;
      color: #fff;
      font-size: 16px;
      letter-spacing: 2px;
      cursor: pointer;
      transition: color 0.2s;
      user-select: none;
      margin-left: 6px;}
    .navbar-left-menu li:hover {
      color: #FFD700;}
    .navbar-left-school {
    width: 50%;
    display: flex
;
    flex-direction: row-reverse;
    align-items: center;
    justify-content: center;
    padding-bottom: 24px;
    flex-shrink: 0;}
    .school-cn {
      color: #fff;
      font-size: .3rem;
      letter-spacing: 4px;
      writing-mode: vertical-rl;
      text-orientation: mixed;
      margin-right: 2px;
      margin-bottom: 4px;}
    .school-en {
      color: #fff;
      font-size: .13rem;
      writing-mode: vertical-rl;
      text-orientation: mixed;
      margin-right: 2px;
      opacity: 0.85;}
       .navbar-left img{height:80px;}
.bottom-right-right-bottom h2{padding: 0.3rem 0 0.1rem;}




.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;}

.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: #89A7C8;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\0;}



@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 (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;}
}


/* home2 */
.home2{padding: 0.8rem 0 .8rem;overflow: hidden;background: url(../images/hbg2.jpg) no-repeat center/cover;}
.home2 .title .h3{margin: 0;}
 .infonew16_060_t{display: flex;flex-wrap: wrap;justify-content: space-between;}
 .infonew16_060_l{width: 48%;margin-top: 0.7rem;}
 .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: #fff;font-size: 0.16rem;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.3rem 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: 4.4rem;margin-top: 0.94rem;}
.home3-t .right{flex: 1;min-width: 0;padding-left: 0.5rem;}
.home3-t .left li *{transition: 0.5s;}
.home3-t .left ul{height: 6.3rem;}
.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{height: 5.9rem;width: 25%;position: relative;transition: 0.5s;}
.home3-t .left li a{display: flex;flex-direction: column;align-items: center;height: 100%;}
.home3-t .left li span{width: 0.64rem;height: 0.64rem;display: flex;align-items: center;justify-content: center;font-size: 0.26rem;font-weight: 600;color: #FFFFFF;margin-top: -0.32rem;opacity: 0;background:url(../images/h3-c.png) no-repeat;background-size:100%;font-family: 'sy';}
.home3-t .left li h3{width: 0.3rem;color: #fff;font-size: 0.24rem;font-family: sy;line-height: 0.34rem;text-align: center;margin: 0.9rem 0 0;}
.home3-t .left li p{font-size: 0.16rem;line-height: 0.2rem;color: #E5D6C3;width: 0.3rem;text-align: center;position: absolute;left: 50%;bottom: 0.4rem;transform: translateX(-50%);opacity: 0;}

.home3-t .left li:nth-child(1){background: #BC945D;}
.home3-t .left li:nth-child(2){background: #BE6A6F;}
.home3-t .left li:nth-child(3){background: #E5D6C3;}
.home3-t .left li:nth-child(4){background: #89A7C8;}
.home3-t .left li:nth-child(3) h3,.home3-t .left li:nth-child(3) p{color: #333;}

.home3-t .left li.on span,.home3-t .left li.on p{opacity: 1;}
.home3-t .left li.on{height: 6.3rem;transform: translateY(-0.2rem);}
.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\0;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\0;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);}




@media screen and (min-width:1200px){
  .home3-t .right li 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){
 
}



/* footer */
.footer{width: 100%;background: #0166a4;padding: 0.3rem 0;}
.foot{text-align: center;}
.footer p{font-size: 0.12rem;line-height: 1.5;color: #fff;}
.footer p a{display: inline-block;padding: 0 0rem;}


@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%;}
}
@media screen and (max-width:440px){
   
}



@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;}
}

@media screen and (max-width:768px){
    .title{margin-bottom: .25rem !important;}
    .title h3 span{font-size: 0.26rem;margin:0;padding: 0;}
    .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;}
}

@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;}
}   