﻿@charset "utf-8";
/* 律所简介 */
.row-ab1 {
  background-position: top center;
  background-repeat: no-repeat;
  background-size: 100% auto;
  padding: 180px 0 235px;
  background-image: url(../images/about/bg1.jpg);
}
.row-ab1 .txt {
  width: 720px;
}
.row-ab1 .txt .tit {
}
.g-txtab {
  font-size: 18px;
}
.g-txtab .tit {
  font-size: 36px;
  font-family:'Arial';
  margin-bottom: 18px;
  color: #333;
}
.row-ab2 .g-txtab .tit{color: #fff; line-height: 1.2;}
.g-txtab .desc{
  line-height: 1.8;
  color: #666;
  letter-spacing: 0.05em;
}
.m-ab3 .g-txtab .desc{
  color: #333;
}
.row-ab2 {
  display: flex;
}
.row-ab2 .col-l {
  width: 50%;
  /* float: left; */
  /* display: inline-block; */
  height: 540px;
  position: relative;
  z-index: 1;
}
.row-ab2 .col-l {
}
.row-ab2 .col-l img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.row-ab2 .col-r {
  width: 50%;
  /* float: right; */
  /* display: inline-block; */
  background-color: #e2e2e2;
}
.m-ab2_1 {
  margin-top: -60px;
  height: 540px;
  background-color: #000;
  padding: 145px 20px 20px 100px;
}
.row-ab2 .col-r .txt {
  width: 500px;
  color: #fff;
}
.row-ab2 .col-r .txt .desc{
  color: #fff;
}
.row-ab3 {
  padding: 200px 0 196px;
  background-color: #e2e2e2;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-image: url(../images/about/bg3.jpg);
}
.m-ab3 .txt {
  width: 600px;
}
.row-ab4 {
  padding: 142px 0;
}
.m-ab4 {
  display: flex;
  align-items: center;
}
.m-ab4 .pic {
  width: 50%;
  margin-right: 92px;
}
.m-ab4 .pic img {
  display: block;
  width: 100%;
  height: auto;
}
.m-ab4 .txt {
  overflow: hidden;
  flex: 1;
}
/* 领域-详情页1 */
.row-detail1 {
  padding: 140px 0 225px;
  background-position: bottom center;
  background-repeat: no-repeat;
  background-size: 100% auto;
}
.row-detail2 {
  padding: 140px 0 140px;
}
.m-detail2_1 {
  margin-bottom: 58px;
}
.m-detail2_2 {
  font-size: 24px;
  font-family:'Arial';
  margin-bottom: 30px;
  color: #333;
}
.ul-listdet1 {
  overflow: hidden;
}
.ul-listdet1 li {
  float: left;
  width: 50%;
}
.ul-listdet1 .con {
  height: 600px;
  display: block;
  background-color: #e2e2e2;
  padding: 60px;
  position: relative;
  color: #333;

}
.ul-listdet1 .con1 {
  color: #c1a176;
  background-color: #000;
}
.ul-listdet1 .con2 {
  background-color: #c1a176;
}
.ul-listdet1 .icon {
  text-align: right;
}
.ul-listdet1 .icon img {
  display: inline-block;
  width: 140px;
}
.ul-listdet1 .txt {
  position: absolute;
  left: 0;
  right: 0;
  padding: 0 50px 55px 58px;
  bottom: 0;
  width: 100%;
}
.ul-listdet1 .txt .tit {
  font-size: 22px;
  font-family: 'Arial';
  margin-bottom: 16px;
}
.ul-listdet1 .txt .desc {
  font-size: 16px;
  line-height: 1.8;
  letter-spacing: 0.05em;
}
/* 首页 */
.wp1440{
	max-width: 1440px;
	margin: 0 auto;

}
@media only screen and (min-width: 1199px) {
.js-txtan{
  transition: .3s;
}
.js-txtan.on{
  transform: translateY(-30px);
  opacity: 0;
}
}
.banner{
  position: relative;
}
.banner .index_banner_phone_img{display:none;}
.banner .con::after{
  position: absolute;
  left: 0;
  right: 0;
  width: 100%;
  top: 0;
  bottom: -1px;
  content: "";
  background-image: url(../images/index/bg1.png);
  background-position: bottom center;
  background-repeat: no-repeat;
  background-size: 100% auto;
}
.banner .pic .bg {
  display: block;
  width: 100%;
  height: auto;
}
.banner .con{
  position: relative;
}
.banner .txt{
  position: absolute;
  width: 723px;
  bottom: 80px;
  right: 80px;
  text-align: right;
  color: #fff;
  z-index: 1;
  letter-spacing: 0.05em;
}
.banner .txt .tit{
  font-size: 70px;
  line-height: 1.3;
  font-family:'Arial';
  margin-bottom: 30px;
}
.banner .txt .tit strong{
  color: #c1a176;
font-weight: normal;
}
.banner .txt .desc{
  font-size: 14px;
  line-height: 1.8;
}
.banner .mouse{
  position: absolute;
  left: 80px;
  bottom: 80px;
  animation: skip 2s infinite;
  -webkit-animation: skip 2s infinite;
  z-index: 1;
  display: none;
}
.banner .mouse .line{
  width: 1px;
  height: 73px;
  background-color: rgba(255, 255, 255, 0.5);
  margin: 0 auto;
  margin-bottom: 7px;
  position: relative;
}
.banner .mouse .line::after{
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 0;
  content: "";
  height: 22px;
  background-color: #C1A176;
  width: 1px;
}
.banner .mouse .icon{
  width: 20px;
  height: 30px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url(../images/index/icon1.svg);
}
@keyframes skip {
  0% {
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    opacity: 1;
  }
  100% {
    transform: translateY(0);
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    opacity: 0;
  }
}
@-webkit-keyframes skip {
  0% {
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    opacity: 1;
  }
  100% {
    transform: translateY(0);
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    opacity: .3;
  }
}
.row-idx1{
  padding: 370px 0 440px;
  background-position: bottom center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  overflow: hidden;
  background-image: url(../images/index/bg2.png);
}
.row-idx1::before{
  content: '';
  position: absolute;
  width: 104%;
  height: 104%;
  transform: translate(-50%, -50%);
  box-shadow: 0 0 0 999vw rgba(0, 0, 0, 1);
  left: calc(var(--x));
  top: calc(var(--y));
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-image: url(../images/index/bg3.png);
}
.m-idx1{
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  color: #fff;
  position: relative;
  z-index: 1;
}
.m-idx1 .right,
.m-idx1 .left{
  width: 50%;
}
.m-idx1 .tit{
  font-size: 42px;
  font-family:'Arial';
}
.m-idx1 .desc{
  font-size: 16px;
  margin-bottom: 35px;
  line-height: 1.8;
  letter-spacing: 0.05em;

}
.g-mored1{
  display: inline-block;
  line-height: 48px;
  font-size: 15px;
  color: inherit;
  font-family:Arial;
  background-image: url(../images/index/arr1-1.svg);
  background-position: right center;
  background-repeat: no-repeat;
  background-size: 48px auto;
  padding-right: 58px;
  color: #C1A176;
  transition: .3s;
}
.g-mored1:hover{
  padding-right: 68px;
}
.g-mored2{
  color: #fff;
  background-image: url(../images/index/arr1.svg);
}
.row-idx2{
  margin-top: -360px;
  position: relative;
  z-index: 1;
}
.ul-idx2{
  overflow: hidden;
}
.ul-idx2 li{
  float: left;
  width: 25%;
}
.ul-idx2 .con{
  display: block;
  /*height: 660px;*/
  background-color: #fff;
  padding: 20px 40px;
  transition: .3s;
  position: relative;
  color: #333;
}
.ul-idx2 .con:hover{
  background-color: #F1F4F6;
}
.ul-idx2 .icon{
width: 140px;
height: 140px;
margin-bottom: 30px;
}
.ul-idx2 .icon .bg{
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.ul-idx2 .top{
  text-align: right;
}
.ul-idx2 .num{
width: 40px;
line-height: 40px;
text-align: center;
display: inline-block;
background: #333333;
border-radius: 40px;
font-size: 18px;
color: #C1A176;
font-family:Arial;
}
.ul-idx2 .tit{
  font-size: 24px;
  font-family:Arial;
  margin-bottom: 20px;
}
.ul-idx2 .desc{
  color: #999;
  font-size: 16px;
  line-height: 1.8;
  letter-spacing: 0.05em;
  font-family: "Arial";
}
.ul-idx2 .g-mored3{
  position: absolute;
  left: 40px;
  bottom: 60px;

}
.g-mored3{
  display: inline-block;
  font-size: 16px;
  padding-right: 25px;
  background-position: right center;
  background-repeat: no-repeat;
  background-size: 15px auto;
  background-image: url(../images/index/arr2.svg);
  color: #C1A176;
  letter-spacing: 0.05em;
}
.row-idx3{
  padding: 320px 0 160px;
}
.m-idx3{
  display: flex;
  align-items: center;
}
.m-idx3 .pic{
  width: 50%;
}
.m-idx3 .pic img{
  display: block;
  width: 100%;
}
.m-idx3 .txt{
  flex: 1;
  width: 50%;
  padding-left: 120px;
}
.m-idx3 .txt .form{
  width: 520px;
  margin-bottom: 50px;
}

.g-topbox1 .info{
  font-size: 18px;
  font-family: Arial;
  margin-bottom: 16px;
  color: #C1A176;
}
.g-topbox1 .tit{
  font-size: 42px;
  margin-bottom: 60px;
  font-family: 'Arial';
}
.m-idx3 .group{
border-bottom: 1px solid #D5D7DB;
position: relative;
}
.m-idx3 .group .submit{
  position: absolute;
  right: 10px;
  top: 0;
  bottom: 0;
  height: 100%;
  width: 26px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url(../images/index/search.svg);
  background-color: transparent;
  border: none;
}
.m-idx3 .select::after{
  position: absolute;
  right: 15px;
  width: 12px;
  height: 6px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url(../images/index/arr3.svg);
  top: 50%;
  transform: translateY(-50%);
  content: "";
}
.m-idx3 .group select,
.m-idx3 .group .inp{
  line-height: 80px;
  font-size: 16px;
  display: block;
  width: 100%;
  padding: 0 26px 0 0;
  background-color: transparent;
  position: relative;
  z-index: 1;
  padding: 0 36px 0 10px;
}
.row-idx4{
  padding: 100px 0 160px;
  position: relative;
}
.m-idx4{
  /* overflow: hidden; */
  position: relative;
}
.m-idx4 .col-l{
  float: left;
  width: 538px;
  min-height: 100px;
  margin-right: 210px;
  position: sticky;
  left: 0;
  top: 0;

}
.m-idx4_1{
  width: 538px;


}
.fixed .m-idx4_1{
  top: 20px;
  /* position: fixed; */
}
.m-idx4 .txt{
  width: 480px;
  margin: 0 auto;
}
.m-idx4 .g-topbox1{
  margin-bottom: 60px;
}
.m-idx4 .pic .img{
  display: block;
  width: 100%;
  height: auto;
}
.m-idx4  .rightbox{
  overflow: hidden;
}
.m-idx4 .pic{padding: 5vw 0 0 20px;}
.m-idx4 .back_video{width: 100%; padding-bottom: 100%; background-position: center; background-repeat: no-repeat; position: relative; background-size: contain;}
.m-idx4 .back_video video{width: 100%; height: 100%; object-fit: cover; position: absolute; left: 0; top: 0;}
.ul-idx4{
  padding-top: 240px;
}
.ul-idx4 .con{
display: block;
padding: 78px 0;
border-top: 1px solid #D5D7DB;
overflow: hidden;
color: #333;
transition: .3s;
}
.ul-idx4 .con:hover{
  color: #C1A176;
}
.ul-idx4 .left{
  float: left;
  width: 88px;
  margin-right: 60px;
}
.ul-idx4 .year{
  position: relative;
}
.ul-idx4 .year .bg{
  display: block;
  width: 100%;
}
.ul-idx4 .year .span1{
  position: absolute;
  display: inline-block;
  left: 50%;
  top: 50%;
  transform: translate(-50%,-60%);
  color: #C1A176;
  font-size: 20px;
  font-family:'Arial';
}
.ul-idx4 .right{
  overflow: hidden;
}
.ul-idx4 .inner .tit1{
  font-size: 24px;
  font-family: 'Arial';
  /* overflow: hidden;
  text-overflow: ellipsis;
  -ms-text-overflow: ellipsis;
  display: box;
  display: -webkit-box;
  line-clamp: 1;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical; */
  margin-bottom: 10px;
  
}
.ul-idx4 .inner .desc1{
  font-size: 16px;
  color: #666;
  overflow: hidden;
  text-overflow: ellipsis;
  -ms-text-overflow: ellipsis;
  display: box;
  display: -webkit-box;
  line-clamp: 2;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  margin-bottom: 50px;
  line-height: 1.8;
  letter-spacing: 0.05em;
}
.ul-idx4 .inner .more{
  display: inline-block;
  font-size: 16px;
  padding-right: 25px;
  background-position: right center;
  background-repeat: no-repeat;
  background-size: 15px auto;
  background-image: url(../images/index/arr2.svg);
  color: #C1A176;
}
.row-idx5{
  padding: 160px 0;
  background-position: bottom center;
  background-repeat: no-repeat;
  background-size: 100% auto;
  position: relative;
  overflow: hidden;
  background-image: url(../images/index/bg5.png);
}
.row-idx5::before{
  content: '';
  position: absolute;
  width: 104%;
  height: 104%;
  transform: translate(-50%, -50%);
  box-shadow: 0 0 0 999vw rgba(0, 0, 0, 1);
  left: calc(var(--x));
  top: calc(var(--y));
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-image: url(../images/index/bg6.png);
}
.row-idx5 .g-topbox1{
  text-align: center;
  position: relative;
  z-index: 1;
}
.row-idx5 .g-topbox1 .tit{
  color: #fff;
  margin-bottom: 40px;
}
.m-banidx5.swiper-container{
  padding-bottom: 100px;
  margin-top: 60px;
  position: relative;
}
.m-banidx5 .swiper-slide{
  padding: 0 75px;
}
.m-banidx5 .con{
  display: block;
}
.m-banidx5 .pic{
  padding-top: 56%;
  position: relative;
  overflow: hidden;
  margin-bottom: 40px;
}
.m-banidx5 .pic .img{
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  transition: .3s;
}
.m-banidx5 .txt{
  opacity: 0;
  transition: .3s;
}
.m-banidx5 .swiper-slide-active .txt{
  opacity: 1;
}
.m-banidx5 .con:hover .pic .img{
  transform: scale(1.06);
}
.m-banidx5 .date{
  font-size: 16px;
  color: #C1A176;
  font-family:'Arial';
  margin-bottom: 20px;
}
.m-banidx5 .desc{
  font-size: 24px;
  overflow: hidden;
  text-overflow: ellipsis;
  -ms-text-overflow: ellipsis;
  display: box;
  display: -webkit-box;
  line-clamp: 1;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  color: #fff;
  transition: .3s;
  font-family:'Arial';
}
.m-banidx5 .con:hover .desc{
  color: #C1A176;
}
.m-banidx5 .swiper-button-next:after,
.m-banidx5 .swiper-button-prev:after {
    display: none;
}

.m-banidx5 .swiper-button-prev,
.m-banidx5 .swiper-button-next {
  bottom: 0;
    width: 48px;
    height: 48px;
    border: 1px solid #fff;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 15px auto;
    left: auto;
    border-radius: 50%;
    text-align: unset;
    top: auto;
    margin-top: 0;
    transform: translateY(0);
    transition: .3s;
    opacity: 0.5;
}
.m-banidx5 .swiper-button-prev:hover,
.m-banidx5 .swiper-button-next:hover{
  background-color: #C1A176;
  border-color: #C1A176;
  opacity: 1;
}

.m-banidx5 .swiper-button-prev {
    right: 300px;
    background-image: url(../images/index/left.svg);
}

.m-banidx5 .swiper-button-next {
    right: 240px;
    background-image: url(../images/index/right.svg);
}
.row-idx6{
  padding: 160px 0 170px;
    overflow: hidden;
}
.row-idx6 .g-topbox1{
  text-align: center;
}
.m-idx6_1{
  display: flex;
  align-items: center;
}
.m-idx6_1 .txt{
  width: 73%;
  border-right: 1px solid #D5D7DB;
  padding-right: 124px;
}
.m-idx6_1 .tit{
  font-family:'Arial';
  font-size: 28px;
  margin-bottom: 20px;
}
.m-idx6_1 .desc{
  margin-bottom: 25px;
  line-height: 1.8;
  font-size: 16px;
  color: #999999;
  letter-spacing: 0.05em;
}
.m-idx6_1 .date{
  flex: 1;
  text-align: center;
  font-family:'Arial';
}
.m-idx6_1 .d1{
  font-size: 107px;
  color: #C1A176;
  line-height: 1;
  margin-bottom: 12px;
}
.m-idx6_1 .d2{
  font-size: 16px;
  color: #666666;
}
.ul-idx6{
  overflow: hidden;
  margin: 108px -60px 0;
}
.ul-idx6 li{
  float: left;
  width: 33.3%;
  padding: 0 60px;
}
.ul-idx6 .con{
  display: block;
}
.ul-idx6 .pic{
  padding-top: 134%;
  position: relative;
  overflow: hidden;
  margin-bottom: 45px;
}
.ul-idx6 .pic img{
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  width: 100%;
  display: block;
  height: 100%;
  object-fit: cover;
  transition: .3s;
}
.ul-idx6 .con:hover .pic img{
  transform: scale(1.06);
}
.ul-idx6 .date{
  font-size: 16px;
  color: #C1A176;
  margin-bottom: 15px;
  font-family:'Arial';
}
.ul-idx6 .tit{
  font-size: 24px;
  margin-bottom: 18px;
  overflow: hidden;
  text-overflow: ellipsis;
  -ms-text-overflow: ellipsis;
  display: box;
  display: -webkit-box;
  line-clamp: 2;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  font-family:'Arial';
  color: #333;
}
.ul-idx6 .desc{
  font-size: 17px;
  margin-bottom: 58px;
  color: #999;
  overflow: hidden;
  text-overflow: ellipsis;
  -ms-text-overflow: ellipsis;
  display: box;
  display: -webkit-box;
  line-clamp: 3;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  font-family:'Arial';
  line-height: 1.8;
  letter-spacing: 0.05em;
}
.row-idx7{
  padding: 158px 0 0;
  background-color: #000;
  color: #fff;
}
.m-idx7 .g-topbox1{
  text-align: center;
  margin-bottom: 55px;
}
.m-idx7 .btns{
  text-align: center;
}
.m-idx7 .btns .btn{
  display: inline-block;
  line-height: 42px;
  border-radius: 40px;
  border: 1px solid #C1A176;
  text-align: center;
  font-size: 15px;
  color: #C1A176;
  transition: .3s;
  padding: 0 30px;
  margin: 0 10px;
}
.m-idx7 .btns .btn2{
  background-color: #C1A176;
  color: #333;

}
.m-idx7 .btns .btn:hover{
  opacity: 0.8;
}
.m-idx7 .btns .btn .span2{
  padding-right: 25px;
  background-position: right center;
  background-repeat: no-repeat;
  background-size: 16px auto;
  background-image: url(../images/index/arr5.svg);

}
.m-idx7 .btns .btn2 .span2{
  background-image: url(../images/index/arr6.svg);
}
.row-idx7 .pic .img{
  display: block;
  width: 100%;
  height: 550px;
}
/* 首页end */
/* 头部 */
.body1{
  padding-top: 105px;
}
.header-cont {
  z-index: 999;
  position: relative;
}

.hd-left {
  text-align: center;
  transition: 0.6s;
  color: #000;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 6;
  height: 100vh;
  padding: 58px 0 53px;
  width: 114px;
  display: flex;
  flex-flow: column;
  justify-content: space-between;
}
.open .hd-left {
  background-color: #000;
}
.index .hd-left,
.open .hd-left {
  color: #c1a176;
}
.top-bar-toggle {
  cursor: pointer;
}
.top-bar-toggle .name {
  padding-top: 33px;
  font-family: Arial;
  font-weight: 400;
  font-size: 24px;
}
.hd-left .center {
  position: relative;
  display: flex;
  align-items: center;
  padding: 0;
}
.hd-left .center .arr {
  display: block;
  width: 13px;
  height: 260px;
  margin: 0 auto;
  position: relative;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url(../images/arr2.png);
}
.index .hd-left .center .arr,
.open .hd-left .center .arr {
  background-image: url(../images/arr.png);
}
.hd-left .num {
  height: 156px;
  position: relative;
  display: block;
}
.hd-left .num span {
  display: block;
  position: absolute;
  width: 126px;
  transform: rotate(90deg) translate(-50%, -50%);
  left: 50%;
  top: 50%;
  transform-origin: top left;
  text-align: left;
  white-space: nowrap;
  font-family: DINNextLTPro-Bold;
  font-size: 20px;
}

.header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  /* padding: 30px 80px; */
  transition: all 0.3s;
  display: flex;
  flex-flow: column;
  z-index: -1;
}
.header2 .header-top{
  background-color: #000;
}
.open .header {
  z-index: 6;
}
.header.fixed {
  /* transform: translateY(-300%); */
  visibility: initial !important;
  transition: 0.4s ease;
}
.open .header.fixed {
  transform: translateY(0);
  transition: transform 0.4s ease;
}
.header-top {
  justify-content: space-between;
  align-items: center;
  display: flex;
  padding: 30px 80px;
}
.open .header-top {
}
.logo {
  display: block;
  width: 190px;
  transition: 0.3s;
}
.open .logo {
  opacity: 0;
}
.logo img {
  display: block;
  width: 100%;
}
.h-r {
  display: flex;
  align-items: center;
}
.h-search {
  width: 16px;
  height: 16px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url(../images/h-search.svg);
  display: none;
}
.h-lang {
  position: relative;
  margin: 0 30px;
 
}
.h-lang .lang {
  background-position: right center;
  background-repeat: no-repeat;
  background-size: 10px auto;
  background-image: url(../images/h-arr.svg);
  cursor: pointer;
  color: #fff;
  font-size: 18px;
  text-transform: uppercase;
  padding-right: 15px;
}
.header3 .h-lang .lang{
  color: #333;
  background-image: url(../images/h-arr-1.svg);
}

.languages {
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
  z-index: 4;
  display: none;
  background-color: #fff;
  border-radius: 5px;
  width: 80px;
}
.languages li {
}
.languages a {
  display: block;
  font-size: 20px;
  text-align: center;
  line-height: 2;
  transition: 0.3s;
color: #333;
  text-transform: uppercase;
}
.languages .active a,
.languages a:hover {
  color: #c1a176;
}
.h-box {
  opacity: 0;
  height: 0;
  transition: all 0.3s;
  overflow: hidden;
}
.h-box.m {
  display: none;
}
.open .h-box {
  height: auto;
  opacity: 1;
  overflow: unset;
}
.h-box .inner {
  display: flex;
  color: #fff;
  justify-content: space-between;
  margin-top: -40px;
}
.h-box .inner::-webkit-scrollbar {
  width: 8px;
  background-color: #ccc;
  border-radius: 4px;
}
.h-box .inner::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  border-radius: 3px;
}
.h-box .inner::-webkit-scrollbar-thumb {
  border-radius: 3px;
  background: #c1a176;
}
.h-box .inner .left {
  float: none;
  width: 68%;
  /* position: relative; */
  padding-left: 230px;
}
.h-box .inner .right {
  width: 32%;
  padding: 120px 120px 0;
}
.nav {
  width: 50%;
  border-right: 1px solid rgba(255, 255, 255, 0.3);
  position: relative;
  margin-bottom: 115px;
}
.nav li {
  margin-bottom: 54px;
}
.nav .v1 {
  position: relative;
  display: inline-block;
  font-size: 36px;
  transition: 0.3s;
  opacity: 0.6;
  font-family:'Arial';
  cursor: pointer;
}
.nav .v1::after {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  height: 4px;
  content: "";
  background-color: #c1a176;
  width: 34px;
  transition: 0.3s;
  opacity: 0;
}
.nav .on .v1::after,
.nav .v1:hover:after {
  opacity: 1;
}

.nav .v1 .span1 {
  display: inline-block;
  vertical-align: middle;
}
.nav .on .v1,
.nav .v1:hover {
  padding-left: 40px;
  opacity: 1;
}
.nav .v1 .num {
  display: inline-block;
  vertical-align: middle;
  font-weight: 700;
}
.nav .v1 .span1 em {
  color: #c1a176;
  transition: 0.3s;
  font-style: normal;
}
.nav .on .v1 .span1 em {
}

.sub {
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
  z-index: -1;
  width: 230px;
  height: 0;
  overflow: hidden;
  padding-left: 100px;
}
.act .sub {
  left: 100%;
  z-index: 2;
  opacity: 1;
  height: auto;
  overflow: auto;
}
.sub::-webkit-scrollbar {
  width: 6px;
  background-color: #ccc;
  border-radius: 4px;
}
.sub::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  border-radius: 3px;
}
.sub::-webkit-scrollbar-thumb {
  border-radius: 3px;
  background: #c1a176;
}
.sub li {
  margin-bottom: 30px;
  padding: 0;
  border-bottom: none;
}
.sub .v2 {
  display: inline-block;
  font-size: 18px;
  color: #fff;
  transition: 0.3s;
}
.sub .act .v2,
.sub .v2:hover {
  color: #c1a176;
}
/* ä¸‰çº§ */
.sub_threee {
  position: absolute;
  left: 100%;
  top: 10%;
  opacity: 0;
  width: 0;
  height: 0;
  overflow: hidden;
}
.sub .act .sub_threee {
  opacity: 1;
  width: 400px;
  height: auto;
  overflow: visible;
}
.sub_threee .th_pic {
  padding-top: 125%;
  position: relative;
  overflow: hidden;
  margin-bottom: 10px;
}
.sub_threee .th_pic img {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  display: block;
  transition: 0.3s;
}
.sub_threee:hover .th_pic img {
  transform: scale(1.06);
}
.sub_threee .desc {
  color: #646a73;
  font-size: 16px;
  overflow: hidden;
  text-overflow: ellipsis;
  -ms-text-overflow: ellipsis;
  display: box;
  display: -webkit-box;
  line-clamp: 3;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  margin-bottom: 20px;
}
.sub_threee .icon {
  background-position: right 10px center;
  background-repeat: no-repeat;
  background-size: contain;
  height: 33px;
  background-image: url(../images/harr1.png);
  transition: 0.3s;
}
.sub_threee:hover .icon {
  background-position: right center;
}
.h-tel .num {
  font-size: 20px;
  margin-bottom: 8px;
  font-family:'Arial';
}
.h-tel .desc {
  font-size: 14px;
}
.h-tit {
  margin-bottom: 80px;
  font-size: 30px;
  color: #000;
}
.h-search2 {
  margin-bottom: 100px;
}
.h-search2 .form {
  position: relative;
  border-bottom: 1px solid #d5d7db;
  padding-right: 25px;
}
.h-search2 .form .submit {
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  width: 16px;
  height: 100%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url(../images/h-search2.svg);
  border: none;
  background-color: transparent;
  cursor: pointer;
}
.h-search2 .form .inp {
  display: block;
  width: 100%;
  line-height: 50px;
  font-size: 16px;
  background-color: transparent;
}
.h-result .top {
  font-size: 16px;
  margin-bottom: 15px;
  color: #000;
}
.h-result .a {
  display: block;
  font-size: 14px;
  color: #999;
  transition: 0.3s;
  margin-bottom: 14px;
}
.h-result .a:hover {
  color: #000;
}
/*  */
.header-bg {
  transition: all 0.3s;
  height: 0;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 4;
}
.header-bg::after {
  position: absolute;
  left: 68%;
  right: 0;
  top: 0;
  bottom: 0;
  height: 100%;
  content: "";
  background-color: #fff;
}
.open .header-bg {
  height: 100vh;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-color: #000;
}

.top-bar-toggle {
  width: 48px;
  height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #fff;
  border-radius: 50%;
  border: 1px solid transparent;
  transition: 0.3s;
}
.open .top-bar-toggle {
  border-color: #000;
}
.menuBtn {
  position: relative;
  top: 0;
  width: 20px;
  height: 15px;
  transform: rotate(0);
  margin: 0 auto;
  display: block;
}
.menuBtn b {
  height: 2px;
  background-color: #000;
  position: absolute;
  transition: all 0.25s ease;
  transform: rotate(0);
  transform-origin: center;
  width: 100%;
  opacity: 1;
}
.index .menuBtn b,
.open .menuBtn b {
  /* background-color: #C1A176; */
}
.menuBtn b:nth-child(1) {
  top: 0;
  right: 0;
}
.open .menuBtn b:nth-child(1) {
  top: 50%;
  width: 100%;
  transform: translateY(50%) rotate(45deg);
}
.open .menuBtn b:nth-child(2) {
  width: 0;
  opacity: 0;
}
.open .menuBtn b:nth-child(3) {
  width: 100%;
  top: 50%;
  transform: translateY(50%) rotate(-45deg);
}
.menuBtn b:nth-child(2) {
  top: calc(50% - 1px);
  transform-origin: left center;
  left: 50%;
  transform: translateX(-50%);
  width: 70%;
}
.menuBtn b:nth-child(3) {
  bottom: 0;
  left: 0;
}
@media only screen and (min-width: 950px) {
.top-bar-toggle:hover:not(.open) .menuBtn b {
  width: 100%;
}

}
/* .m{
    display: none;
} */
/* 搜索框 */
.m-pop {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: -10;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
}

.m-pop.on {
  z-index: 2000;
  visibility: visible;
  opacity: 1;
}

.pop-bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: block;
  background-color: rgba(0, 0, 0, 0.7);
}

.m-pop .close {
  position: absolute;
  right: 50px;
  top: 50px;
  width: 32px;
  height: 32px;
  background: url(../images/h-close.png) center center no-repeat;
  -webkit-background-size: cover;
  background-size: cover;
  z-index: 10;
  cursor: pointer;
}

.search-box {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 690px;
  /* height: 50px; */
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 10;
}

.search-box input {
  outline: 0;
  border: none;
}

.search-box .inp {
  padding: 0 140px 0 12px;
  display: block;
  width: 100%;
  line-height: 50px;
  font-size: 16px;
  color: #333;
}

.search-box .submit {
  position: absolute;
  right: 0;
  top: 0;
  width: 120px;
  height: 100%;
  bottom: 0;
  background-color: #005ba5;
  font-size: 18px;
  color: #fff;
  text-align: center;
}
.popvx-box {
  text-align: center;
  color: #fff;
  font-size: 18px;
}
.popvx-box img {
  display: block;
  margin: 0 auto 15px;
  width: 200px;
}

/* 搜索框end */
/* 头部end */
/* 底部 */
.footer {
  background-color: #000;
  padding: 0 80px;
  color: #fff;
}
.footer a {
  color: inherit;
  transition: 0.3s;
}
.footer a:hover {
  color: #c1a176;
}
.f-top {
  padding: 62px 0 34px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  justify-content: space-between;
  display: flex;
  align-items: flex-start;
}
.f-logo img {
  display: block;
  width: 250px;
}
.f-links1 {
  margin-bottom: 106px;
  text-align: right;
}
.f-right{
  padding-top: 18px;
}
.f-links1 .link {
  display: inline-block;
  font-size: 16px;
  font-weight: bold;
  margin-left: 40px;
}
.f-links2 {
  text-align: right;
  margin-bottom: 12px;
}
.f-links2 .link {
  display: inline-block;
  width: 23px;
  height: 19px;
  margin-left: 12px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}
.f-tel {
  text-align: right;
}
.f-tel .num {
  font-size: 28px;
  font-family: 'Arial';
}
.f-tel .desc {
  font-size: 14px;
}
.f-dw {
  height: 80px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.f-copy {
  font-size: 13px;
  color: rgba(255, 255, 255, 0.5);
}
.f-copy img{display: inline-block;}
.f-copy a:hover {
  color: #fff;
}
.f-link3 .link {
  display: inline-block;
  color: rgba(255, 255, 255, 0.5);
  font-size: 13px;
}
.f-link3 .link2 {
  margin-left: 30px;
  position: relative;
}
.f-link3 .link2::after {
  position: absolute;
  left: -15px;
  top: 50%;
  transform: translateY(-50%);
  content: "";
  height: 14px;
  width: 1px;
  background-color: rgba(255, 255, 255, 0.5);
}
.f-link3 .link2 a {
  display: inline-block;
}
.f-link3 .link a:hover {
  color: #fff;
}
/* 底部end */
/* 响应式 */
@media only screen and (min-width: 950px) and (max-width: 1920px) {
  /* 律所简介 */
  .row-ab1 {
    
    background-size: 100% auto;
    padding: 9.375vw 0 12.23vw;
    background-image: url(../images/about/bg1.jpg);
  }
  .row-ab1 .txt {
    width:37.5vw;
  }
  .row-ab1 .txt .tit {
  }
  .g-txtab {
    font-size: 1.097vw;
  }
  .g-txtab .tit {
    font-size: 1.475vw;
    font-family: 'Arial';
    margin-bottom: 0.937vw;
  }
  .g-txtab .desc{
    line-height: 1.8;
    letter-spacing: 0.05em;
  }
  .m-ab3 .g-txtab .desc{
  }
  .row-ab2 {
  }
  .row-ab2 .col-l {
    /*  */
    /*  */
    height: 28.12vw;
  }
  .row-ab2 .col-l {
  }
  .row-ab2 .col-l img {
    object-fit: cover;
  }
  .row-ab2 .col-r {
    /*  */
    /*  */
  }
  .m-ab2_1 {
    margin-top: -3.125vw;
    height: 28.12vw;
    padding: 0 5vw;
    display: flex;
    align-items: center;
  }
  .row-ab2 .col-r .txt {
    width: auto;
  }
  .row-ab2 .col-r .txt .desc{
  }
  .row-ab3 {
    padding: 10.41vw 0 10.20vw;
    
    background-size: cover;
    background-image: url(../images/about/bg3.jpg);
  }
  .m-ab3 .txt {
    width: 38vw;
  }
  .row-ab4 {
    padding: 7.395vw 0;
  }
  .m-ab4 {
    align-items: center;
  }
  .m-ab4 .pic {
    width: 44%;
    margin-right: 3vw;
  }
  .m-ab4 .pic img {
    height: auto;
  }
  .m-ab4 .txt {
    flex: 1;
    margin-right: -5vw;
  }
  /* 领域-详情页1 */
  .row-detail1 {
    padding: 7.291vw 0 11.71vw;
    
    background-size: 100% auto;
  }
  .row-detail2 {
    padding: 7.291vw 0 7.291vw;
  }
  .m-detail2_1 {
    margin-bottom: 3.020vw;
  }
  .m-detail2_2 {
    font-size: 1.25vw;
    font-family:'Arial';
    margin-bottom: 1.562vw;
  }
  .ul-listdet1 {
  }
  .ul-listdet1 li {
  }
  .ul-listdet1 .con {
    height: 31.25vw;
    padding: 3.125vw;
  }
  .ul-listdet1 .con1 {
  }
  .ul-listdet1 .con2 {
  }
  .ul-listdet1 .icon {
  }
  .ul-listdet1 .icon img {
    width: 5vw;
  }
  .ul-listdet1 .txt {
    left: 0;
    right: 0;
    padding: 0 2.604vw 2.864vw 3.020vw;
    bottom: 0;
  }
  .ul-listdet1 .txt .tit {
    font-size: 1.145vw;
    font-family: 'Arial';
    margin-bottom: 0.833vw;
  }
  .ul-listdet1 .txt .desc {
    font-size: 0.833vw;
    line-height: 1.8;
    letter-spacing: 0.05em;
  }
  /* 首页 */
  .wp1440{
    max-width: 75vw;
    margin: 0 auto;
  }
  .banner{
  }
  .banner .con::after{
    left: 0;
    right: 0;
    top: 0;
    bottom: -1px;
    content: "";
    background-image: url(../images/index/bg1.png);
    
    background-size: 100% auto;
  }
  .banner .pic .bg {
    height: auto;
  }
  .banner .con{
  }
  .banner .txt{
    width: 50vw;
    bottom: 4.166vw;
    right: 4.166vw;
  }
  .banner .txt .tit{
    font-size: 2.445vw;
    line-height: 1.3;
    font-family: 'Arial';
    margin-bottom: 1.562vw;
    letter-spacing: 0.05em;
  }
  .banner .txt .tit .span1{
  }
  .banner .txt .desc{
    font-size: 11pt;
    line-height: 1.8;
  }
  .banner .mouse{
    left: 4.166vw;
    bottom: 4.166vw;
    animation: skip 2s infinite;
    -webkit-animation: skip 2s infinite;
  }
  .banner .mouse .line{
    width: 1px;
    height: 3.802vw;
    margin: 0 auto;
    margin-bottom: 0.364vw;
  }
  .banner .mouse .line::after{
    transform: translateX(-50%);
    bottom: 0;
    content: "";
    height: 1.145vw;
    width: 1px;
  }
  .banner .mouse .icon{
    width: 1.041vw;
    height: 1.562vw;
    
    background-size: contain;
    background-image: url(../images/index/icon1.svg);
  }
  .row-idx1{
    padding: 19.27vw 0 22.91vw;
    
    background-size: cover;
    background-image: url(../images/index/bg2.png);
  }
  .row-idx1::before{
    content: '';
    transform: translate(-50%, -50%);
    box-shadow: 0 0 0 999vw rgba(0, 0, 0, 1);
    left: calc(var(--x));
    top: calc(var(--y));
    
    background-size: cover;
    background-image: url(../images/index/bg3.png);
  }
  .m-idx1{
    align-items: flex-start;
    justify-content: space-between;
  }
  .m-idx1 .right,
  .m-idx1 .left{
  }
  .m-idx1 .tit{
    font-size: 2vw;
    font-family: 'Arial';
    font-weight:600;
  }
  .m-idx1 .desc{
    font-size: 1.097vw;
    margin-bottom: 1.822vw;
    line-height: 1.8;
    letter-spacing: 0.05em;
  }
  .g-mored1{
    line-height: 2.5vw;
    font-size: 0.781vw;
    font-family:'Arial';
    background-image: url(../images/index/arr1-1.svg);
    
    background-size: 2.5vw auto;
    padding-right: 3.020vw;
    transition: .3s;
  }
  .g-mored1:hover{
    padding-right: 3.541vw;
  }
  .g-mored2{
    background-image: url(../images/index/arr1.svg);
  }
  .row-idx2{
    margin-top: -18.75vw;
  }
  .ul-idx2{
  }
  .ul-idx2 li{
  }
  .ul-idx2 .con{
    /*height: 34.37vw;*/
   height: auto;
    padding: 1.041vw 2.083vw  3.041vw 2.083vw;
    transition: .3s;
  }
  .ul-idx2 .con:hover{
  }
  .ul-idx2 .icon{
  width: 7.291vw;
  height: 7.291vw;
  margin-bottom: 1.562vw;
  }
  .ul-idx2 .icon .bg{
    object-fit: cover;
  }
  .ul-idx2 .top{
  }
  .ul-idx2 .num{
  width: 2.083vw;
  line-height: 2.083vw;
  background: #333333;
  border-radius: 2.083vw;
  font-size: 0.937vw;
  font-family:'Arial';
  }
  .ul-idx2 .tit{
    font-size: 1.25vw;
    font-family: 'Arial';
    font-weight:400;
    margin-bottom: 1.041vw;
  }
  .ul-idx2 .desc{
    font-size: 1.097vw;
    line-height: 1.8;
    letter-spacing: 0.05em;
    /*height: 10.5vw;*/
    height: auto;
    overflow: hidden;
  }
  .ul-idx2 .g-mored3{
    left: 2.083vw;
    bottom: 1.125vw;
  }
  .g-mored3{
    font-size: 0.833vw;
    padding-right: 1.302vw;
    
    background-size: 0.781vw auto;
    background-image: url(../images/index/arr2.svg);
    letter-spacing: 0.05em;
  }
  .row-idx3{
    padding: 16.66vw 0 8.333vw;
  }
  .m-idx3{
    align-items: center;
  }
  .m-idx3 .pic{
  }
  .m-idx3 .pic img{
  }
  .m-idx3 .txt{
    flex: 1;
    padding-left: 6.25vw;
  }
  .m-idx3 .txt .form{
    width: 27.08vw;
    margin-bottom: 2.604vw;
  }
  .g-topbox1 .info{
    font-size: 0.937vw;
    font-family:'Arial';
    margin-bottom: 0.833vw;
  }
  .g-topbox1 .tit{
    font-size: 2vw;
    margin-bottom: 3.125vw;
    font-family: 'Arial';
    font-weight:600;
  }
  .m-idx3 .group{
  border-bottom: 1px solid #D5D7DB;
  }
  .m-idx3 .group .submit{
    right: 0.520vw;
    top: 0;
    bottom: 0;
    width: 1.354vw;
    
    background-size: contain;
    background-image: url(../images/index/search.svg);
    border: none;
  }
  .m-idx3 .select::after{
    right: 0.781vw;
    width: 0.625vw;
    height: 0.312vw;
    
    background-size: contain;
    background-image: url(../images/index/arr3.svg);
    top: 50%;
    transform: translateY(-50%);
    content: "";
  }
  .m-idx3 .group select,
  .m-idx3 .group .inp{
    line-height: 4.166vw;
    font-size: 1.097vw;
    padding: 0 1.354vw 0 0;
    padding: 0 1.875vw 0 0.520vw;
  }
  .row-idx4{
    padding: 5.208vw 0 8.333vw;
  }
  .m-idx4{
  }
  .m-idx4 .col-l{
    width: 28.02vw;
    min-height: 5.208vw;
    margin-right: 10.93vw;
  }
  .m-idx4_1{
    width: 28.02vw;
  }
  .fixed .m-idx4_1{
    top: 1.041vw;
  }
  .m-idx4 .txt{
    width: 25vw;
    margin: 0 auto;
  }
  .m-idx4 .g-topbox1{
    margin-bottom: 3.125vw;
  }
  .m-idx4 .pic .img{
    height: auto;
  }
  .m-idx4  .rightbox{
  }
  .ul-idx4{
    padding-top: 12.5vw;
  }
  .ul-idx4 .con{
  padding: 4.062vw 0;
  border-top: 1px solid #D5D7DB;
  transition: .3s;
  }
  .ul-idx4 .con:hover{
  }
  .ul-idx4 .left{
    width: 4.583vw;
    margin-right: 3.125vw;
  }
  .ul-idx4 .year{
  }
  .ul-idx4 .year .bg{
  }
  .ul-idx4 .year .span1{
    top: 50%;
    transform: translate(-50%,-60%);
    font-size: 1.041vw;
    font-family:'Arial';
  }
  .ul-idx4 .right{
  }
  .ul-idx4 .inner .tit1{
    font-size: 1.25vw;
    font-family: 'Arial';
    font-weight:400;
    
    -webkit-box-orient: vertical;
    margin-bottom: 0.520vw;
  }
  .ul-idx4 .inner .desc1{
    font-size: 0.833vw;
    margin-bottom: 0;
    line-height: 1.8;
    letter-spacing: 0.05em;
  }
  .ul-idx4 .inner .more{
    font-size: 0.833vw;
    padding-right: 1.302vw;
    margin-top: 2.604vw;
    
    background-size: 0.781vw auto;
    background-image: url(../images/index/arr2.svg);
  }
  .row-idx5{
    padding: 8.333vw 0;
    
    background-size: 100% auto;
    background-image: url(../images/index/bg5.png);
  }
  .row-idx5::before{
    content: '';
    transform: translate(-50%, -50%);
    box-shadow: 0 0 0 999vw rgba(0, 0, 0, 1);
    left: calc(var(--x));
    top: calc(var(--y));
    
    background-size: cover;
    background-image: url(../images/index/bg6.png);
  }
  .row-idx5 .g-topbox1{
  }
  .row-idx5 .g-topbox1 .tit{
    margin-bottom: 2.083vw;
  }
  .m-banidx5.swiper-container{
    padding-bottom: 5.208vw;
    margin-top: 3.125vw;
  }
  .m-banidx5 .swiper-slide{
    padding: 0 3.906vw;
  }
  .m-banidx5 .con{
  }
  .m-banidx5 .pic{
    margin-bottom: 2.083vw;
  }
  .m-banidx5 .pic .img{
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    object-fit: cover;
    transition: .3s;
  }
  .m-banidx5 .txt{
    opacity: 0;
    transition: .3s;
  }
  .m-banidx5 .swiper-slide-active .txt{
    opacity: 1;
  }
  .m-banidx5 .con:hover .pic .img{
    transform: scale(1.06);
  }
  .m-banidx5 .date{
    font-size: 0.833vw;
    font-family: 'Arial';
    margin-bottom: 1.041vw;
  }
  .m-banidx5 .desc{
    font-size: 1.25vw;
    
    -webkit-box-orient: vertical;
    transition: .3s;
    font-family:'Arial';
  }
  .m-banidx5 .con:hover .desc{
  }
  .m-banidx5 .swiper-button-next:after,
  .m-banidx5 .swiper-button-prev:after {
  }
  .m-banidx5 .swiper-button-prev,
  .m-banidx5 .swiper-button-next {
    bottom: 0;
      width: 2.6vw;
      height: 2.6vw;
      border: 1px solid #fff;
      background-repeat: no-repeat;
      background-size: 0.781vw auto;
      left: auto;
      border-radius: 50%;
      top: auto;
      transform: translateY(0);
      transition: .3s;
      opacity: 0.5;
  }
  .m-banidx5 .swiper-button-prev:hover,
  .m-banidx5 .swiper-button-next:hover{
    opacity: 1;
  }
  .m-banidx5 .swiper-button-prev {
      right: 15.62vw;
      background-image: url(../images/index/left.svg);
  }
  .m-banidx5 .swiper-button-next {
      right: 12.5vw;
      background-image: url(../images/index/right.svg);
  }
  .row-idx6{
    padding: 8.333vw 0 8.854vw;
  }
  .row-idx6 .g-topbox1{
  }
  .m-idx6_1{
    align-items: center;
  }
  .m-idx6_1 .txt{
    border-right: 1px solid #D5D7DB;
    padding-right: 6.458vw;
  }
  .m-idx6_1 .tit{
    font-family: 'Arial';
    font-weight:400;
    font-size: 1.458vw;
    margin-bottom: 1.041vw;
  }
  .m-idx6_1 .desc{
    margin-bottom: 1.302vw;
    line-height: 1.8;
    font-size: 0.833vw;
    letter-spacing: 0.05em;
  }
  .m-idx6_1 .date{
    flex: 1;
    font-family:'Arial';
  }
  .m-idx6_1 .d1{
    font-size: 5.572vw;
    line-height: 1;
    margin-bottom: 0.825vw;
  }
  .m-idx6_1 .d2{
    font-size: 0.833vw;
  }
  .ul-idx6{
    margin: 5.625vw -3.125vw 0;
  }
  .ul-idx6 li{
    width: 33.3%;
    padding: 0 3.125vw;
  }
  .ul-idx6 .con{
  }
  .ul-idx6 .pic{
    margin-bottom: 2.343vw;
  }
  .ul-idx6 .pic img{
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    object-fit: cover;
    transition: .3s;
  }
  .ul-idx6 .con:hover .pic img{
    transform: scale(1.06);
  }
  .ul-idx6 .date{
    font-size: 0.833vw;
    margin-bottom: 0.781vw;
    font-family:'Arial';
  }
  .ul-idx6 .tit{
    font-size: 1.25vw;
    margin-bottom: 0.937vw;
    font-weight:400;
    font-family: 'Arial';
  }
  .ul-idx6 .desc{
    font-size: 0.885vw;
    margin-bottom: 3.020vw;
    
    font-family: 'Arial';
    line-height: 1.8;
    letter-spacing: 0.05em;
  }
  .row-idx7{
    padding: 8.229vw 0 0;
  }
  .m-idx7 .g-topbox1{
    margin-bottom: 2.864vw;
  }
  .m-idx7 .btns{
  }
  .m-idx7 .btns .btn{
    line-height: 2.187vw;
    border-radius: 2.083vw;
    border: 1px solid #C1A176;
    font-size: 1.097vw;
    transition: .3s;
    padding: 0 1.562vw;
    margin: 0 0.520vw;
  }
  .m-idx7 .btns .btn2{
  }
  .m-idx7 .btns .btn:hover{
    opacity: 0.8;
  }
  .m-idx7 .btns .btn .span2{
    padding-right: 1.302vw;
    
    background-size: 0.833vw auto;
    background-image: url(../images/index/arr5.svg);
  }
  .m-idx7 .btns .btn2 .span2{
    background-image: url(../images/index/arr6.svg);
  }
  .row-idx7 .pic .img{
    height: 28.64vw;
  }
  /* 首页end */
  /* 头部 */
  .body1{
    padding-top: 5.468vw;
  }
  .header-cont {
  }
  .hd-left {
    transition: 0.6s;
    left: 0;
    top: 0;
    height: 100vh;
    padding: 3.020vw 0 2.760vw;
    width: 5.937vw;
    flex-flow: column;
    justify-content: space-between;
  }
  .open .hd-left {
  }
  .index .hd-left,
  .open .hd-left {
  }
  .top-bar-toggle {
  }
  .top-bar-toggle .name {
    padding-top: 1.718vw;
    font-family: Arial;
    font-weight: 400;
    font-size: 1.25vw;
  }
  .hd-left .center {
    align-items: center;
    padding: 0;
  }
  .hd-left .center .arr {
    width: 0.677vw;
    height: 13.54vw;
    margin: 0 auto;
    
    background-size: contain;
    background-image: url(../images/arr2.png);
  }
  .index .hd-left .center .arr,
  .open .hd-left .center .arr {
    background-image: url(../images/arr.png);
  }
  .hd-left .num {
    height: 8.125vw;
  }
  .hd-left .num span {
    width: 6.562vw;
    transform: rotate(90deg) translate(-50%, -50%);
    top: 50%;
    transform-origin: top left;
    white-space: nowrap;
    font-family: DINNextLTPro-Bold;
    font-size: 1.041vw;
  }
  .header {
    top: 0;
    left: 0;
    right: 0;
    /* padding: 1.562vw 4.166vw; */
    transition: all 0.3s;
    flex-flow: column;
  }
  .header2{
  }
 
  .header.fixed .header-top{
    background: rgba(0,0,0,0.9);
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.08);
  }
  .open .header.fixed .header-top{
    background: none;
    box-shadow: none;
  }
  .open .header.fixed {
    transform: translateY(0);
    transition: transform 0.4s ease;
  }
  .header-top {
    justify-content: space-between;
    align-items: center;
    padding: 1.562vw 4.166vw;
  }
  .open .header-top {
  }
  .logo {
    width: 9.895vw;
    transition: 0.3s;
  }
  .open .logo {
    opacity: 0;
  }
  .logo img {
  }
  .h-r {
    align-items: center;
  }
  .h-search {
    width: 0.833vw;
    height: 0.833vw;
    
    background-size: contain;
    background-image: url(../images/h-search.svg);
  }
  .h-lang {
    margin: 0 1.562vw;
  }
  .h-lang .lang {
    
    background-size: 0.520vw auto;
    background-image: url(../images/h-arr.svg);
    font-size: 0.937vw;
    text-transform: uppercase;
    padding-right: 0.781vw;
  }
  .header3 .h-lang .lang{
    background-image: url(../images/h-arr-1.svg);
  }
  .languages {
    top: 100%;
    transform: translateX(-50%);
    border-radius: 0.260vw;
    width: 4.166vw;
  }
  .languages li {
  }
  .languages a {
    font-size: 0.94vw;
    line-height: 2;
    transition: 0.3s;
  }
  .languages .active a,
  .languages a:hover {
  }
  .h-box {
    opacity: 0;
    transition: all 0.3s;
  }
  .h-box.m {
  }
  .open .h-box {
    height: auto;
    opacity: 1;
  }
  .h-box .inner {
    justify-content: space-between;
    margin-top: -2.083vw;
  }
  .h-box .inner::-webkit-scrollbar {
    width: 0.416vw;
    border-radius: 0.208vw;
  }
  .h-box .inner::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 0.312vw rgba(0, 0, 0, 0.3);
    border-radius: 0.156vw;
  }
  .h-box .inner::-webkit-scrollbar-thumb {
    border-radius: 0.156vw;
    background: #c1a176;
  }
  .h-box .inner .left {
    /*  */
    padding-left: 11.97vw;
  }
  .h-box .inner .right {
    padding: 6.25vw 6.25vw 0;
  }
  .nav {
    border-right: 1px solid rgba(255, 255, 255, 0.3);
    margin-bottom: 1.04vw;
    padding-bottom: 7vw;
  }
  .nav li {
    margin-bottom: 2.812vw;
  }
  .nav .v1 {
    font-size: 1.775vw;
    transition: 0.3s;
    opacity: 0.6;
    font-family:'Arial';
  }
  .nav .v1::after {
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    height: 0.208vw;
    content: "";
    width: 1.770vw;
    transition: 0.3s;
    opacity: 0;
  }
  .nav .on .v1::after,
  .nav .v1:hover:after {
    opacity: 1;
  }
  .nav .v1 .span1 {
  }
  .nav .on .v1,
  .nav .v1:hover {
    padding-left: 2.083vw;
    opacity: 1;
  }
  .nav .v1 .num {
    font-weight: 700;
  }
  .nav .v1 .span1 em {
    transition: 0.3s;
    font-style: normal;
  }
  .nav .on .v1 .span1 em {
  }
  .sub {
    left: 0;
    top: 0;
    opacity: 0;
    width: 27.5vw;
    padding:0 5.208vw;
  }
  .act .sub {
    opacity: 1;
    height: calc(100vh - 150px);
  }
  .sub::-webkit-scrollbar {
    width: 0.312vw;
    border-radius: 0.208vw;
  }
  .sub::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 0.312vw rgba(0, 0, 0, 0.3);
    border-radius: 0.156vw;
  }
  .sub::-webkit-scrollbar-thumb {
    border-radius: 0.156vw;
    background: #c1a176;
  }
  .sub li {
    margin-bottom: 1.562vw;
    padding: 0;
    border-bottom: none;
  }
  .sub .v2 {
    font-size: 1.437vw;
    transition: 0.3s;
  }
  .sub .act .v2,
  .sub .v2:hover {
  }
  /* ä¸‰çº§ */
  .sub_threee {
    top: 10%;
    opacity: 0;
  }
  .sub .act .sub_threee {
    opacity: 1;
    width: 20.83vw;
    height: auto;
  }
  .sub_threee .th_pic {
    margin-bottom: 0.520vw;
  }
  .sub_threee .th_pic img {
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    transition: 0.3s;
  }
  .sub_threee:hover .th_pic img {
    transform: scale(1.06);
  }
  .sub_threee .desc {
    font-size: 0.833vw;
    
    margin-bottom: 1.041vw;
  }
  .sub_threee .icon {
    /* background-0.520vw center; */
    background-repeat: no-repeat;
    background-size: contain;
    height: 1.718vw;
    background-image: url(../images/harr1.png);
    transition: 0.3s;
  }
  .sub_threee:hover .icon {
  }
  .h-tel .num {
    font-size: 1.041vw;
    margin-bottom: 0.416vw;
    font-family:'Arial';
  }
  .h-tel .desc {
    font-size: 0.729vw;
  }
  .h-tit {
    margin-bottom: 4.166vw;
    font-size: 1.562vw;
  }
  .h-search2 {
    margin-bottom: 5.208vw;
  }
  .h-search2 .form {
    border-bottom: 1px solid #d5d7db;
    padding-right: 1.302vw;
  }
  .h-search2 .form .submit {
    right: 0;
    top: 0;
    bottom: 0;
    width: 0.833vw;
    
    background-size: contain;
    background-image: url(../images/h-search2.svg);
    border: none;
  }
  .h-search2 .form .inp {
    line-height: 2.604vw;
    font-size: 0.833vw;
  }
  .h-result .top {
    font-size: 0.833vw;
    margin-bottom: 0.781vw;
  }
  .h-result .a {
    font-size: 0.729vw;
    transition: 0.3s;
    margin-bottom: 0.729vw;
  }
  .h-result .a:hover {
  }
  /*  */
  .header-bg {
    transition: all 0.3s;
    top: 0;
    left: 0;
  }
  .header-bg::after {
    right: 0;
    top: 0;
    bottom: 0;
    content: "";
  }
  .open .header-bg {
    height: 100vh;
    
    background-size: cover;
  }
  .top-bar-toggle {
    width: 2.5vw;
    height: 2.5vw;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    border: 1px solid transparent;
    transition: 0.3s;
  }
  .open .top-bar-toggle {
  }
  .menuBtn {
    top: 0;
    width: 1.041vw;
    height: 0.781vw;
    transform: rotate(0);
    margin: 0 auto;
  }
  .menuBtn b {
    height: 0.104vw;
    transition: all 0.25s ease;
    transform: rotate(0);
    transform-origin: center;
    opacity: 1;
  }
  .index .menuBtn b,
  .open .menuBtn b {
    /*  */
  }
  .menuBtn b:nth-child(1) {
    top: 0;
    right: 0;
  }
  .open .menuBtn b:nth-child(1) {
    top: 50%;
    transform: translateY(50%) rotate(45deg);
  }
  .open .menuBtn b:nth-child(2) {
    opacity: 0;
  }
  .open .menuBtn b:nth-child(3) {
    top: 50%;
    transform: translateY(50%) rotate(-45deg);
  }
  .menuBtn b:nth-child(2) {
    top: calc(50% - 1px);
    transform-origin: left center;
    transform: translateX(-50%);
  }
  .menuBtn b:nth-child(3) {
    bottom: 0;
    left: 0;
  }
  .top-bar-toggle:hover:not(.open) .menuBtn b {
  }
  /* .m{
  } */
  /* 搜索框 */
  .m-pop {
    left: 0;
    top: 0;
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
  }
  .m-pop.on {
    visibility: visible;
    opacity: 1;
  }
  .pop-bg {
    left: 0;
    top: 0;
  }
  .m-pop .close {
    right: 2.604vw;
    top: 2.604vw;
    width: 1.666vw;
    height: 1.666vw;
    background: url(../images/h-close.png) center center no-repeat;
    -webkit-background-size: cover;
    background-size: cover;
  }
  .search-box {
    top: 50%;
    width: 35.93vw;
    /* height: 2.604vw; */
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
  }
  .search-box input {
    outline: 0;
    border: none;
  }
  .search-box .inp {
    padding: 0 7.291vw 0 0.625vw;
    line-height: 2.604vw;
    font-size: 0.833vw;
  }
  .search-box .submit {
    right: 0;
    top: 0;
    width: 6.25vw;
    bottom: 0;
    font-size: 0.937vw;
  }
  .popvx-box {
    font-size: 0.937vw;
  }
  .popvx-box img {
    margin: 0 auto 0.781vw;
    width: 10.41vw;
  }
  /* 搜索框end */
  /* 头部end */
  /* 底部 */
  .footer {
    padding: 0 4.166vw;
  }
  .footer a {
    transition: 0.3s;
  }
  .footer a:hover {
  }
  .f-top {
    padding: 3.229vw 0 1.370vw;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
    justify-content: space-between;
    align-items: flex-start;
  }
  .f-logo img {
    width: 13.02vw;
  }
  .f-links1 {
    margin-bottom: 2.520vw;
  }
  .f-right{
    padding-top: 0.937vw;
  }
  .f-links1 .link {
    font-size: 1.233vw;
    font-weight: bold;
    margin-left: 2.083vw;
  }
  .f-links2 {
    margin-bottom: 0.625vw;
  }
  .f-links2 .link {
    width: 1.197vw;
    height: 0.989vw;
    margin-left: 0.625vw;
    
    background-size: contain;
  }
  .f-tel {
  }
  .f-tel .num {
    font-size: 1.058vw;
    font-family:'Arial';
    margin-bottom: 0.45vw;
  }
  .f-tel .desc {
    font-size: 0.729vw;
  }
  .f-dw {
    height: 4.166vw;
    align-items: center;
    justify-content: space-between;
  }
  .f-copy {
    font-size: 0.677vw;
  }
  .f-copy a:hover {
  }
  .f-link3 .link {
    font-size: 0.677vw;
  }
  .f-link3 .link2 {
    margin-left: 1.562vw;
  }
  .f-link3 .link2::after {
    left: -0.781vw;
    top: 50%;
    transform: translateY(-50%);
    content: "";
    height: 0.729vw;
    width: 1px;
  }
  .f-link3 .link2 a {
  }
  .f-link3 .link a:hover {
  }
  /* 底部end */
  }

/* 头底响应式end */
/* @media only screen and (max-width: 1199px) {
  .m-ab2_1 {
    margin-top: 0;
  }
  .row-ab2 .col-r .txt {
    width: auto;
  }
  .m-ab2_1 {
    padding: 60px;
  }
  .row-ab1,
  .row-ab4,
  .row-ab3 {
    padding: 80px 0;
  }
  .g-txtab {
    font-size: 16px;
  }
  .g-txtab .tit {
    font-size: 22px;
  }
  .row-ab2 .col-l,
  .m-ab2_1 {
    height: 350px;
  }
  .m-ab4 .pic {
    margin-right: 50px;
  }
  .row-detail2 {
    padding: 80px 0;
  }
  .m-detail2_2 {
    font-size: 20px;
    margin-bottom: 10px;
  }
  .ul-listdet1 .icon img {
    width: 80px;
  }
  .ul-listdet1 .con {
    padding: 30px;
  }
  .ul-listdet1 .con {
    height: 400px;
  }
  .ul-listdet1 .txt {
    padding: 0 30px 30px;
  }
  .ul-listdet1 .txt .tit {
    font-size: 20px;
  }
  .ul-listdet1 .txt .desc {
    font-size: 14px;
  }
  .row-detail1 {
    padding: 80px 0;
  }
} */


@media only screen and (max-width: 1200px) {
  .wp1440{
    padding: 0 15px;
    max-width: 100%;
  }
  .m-idx1 .tit{
    font-size: 24px;
    margin-bottom: 18px;
  }
  .m-idx1 .desc{
    font-size: 15px;
    margin-bottom: 36px;
  }
  .row-idx5::before,
  .row-idx1::before{
    background-color: #000;
    display: none;
  }
  .banner .txt{
    right: 20px;
    bottom: -70px;
  }
  .banner .mouse{
    left: 20px;
    bottom: 20px;
  }
  .ul-idx2 .icon{
    width: 80px;
    height: 80px;
  }
  .ul-idx2 .num {
    width: 29px;
    line-height: 29px;
    text-align: center;
    display: inline-block;
    background: #333333;
    border-radius: 40px;
    font-size: 14px;
  }
  .ul-idx2 .tit{
    font-size: 18px;
  }
  .ul-idx2 .desc{
    font-size: 15px;
    /* line-height: 1.5; */
    margin-bottom: 30px;
  }
  .ul-idx2 li{
    width: 50%;
  }
  .ul-idx2 .con{
    height: auto;
    padding: 20px;
    
  }
  .ul-idx2 .g-mored3{
    position: relative;
    left: auto;
    bottom: auto;
  }
  
  .g-mored1 {
    display: inline-block;
    line-height: 23px;
    font-size: 15px;
    font-family:'Arial';
    background-position: right center;
    background-repeat: no-repeat;
    background-size: 44px auto;
    padding-right: 50px;
    line-height: 44px;
  }
  .banner .txt .tit{
    font-size: 22px;
    margin-bottom: 20px;
  }
  .m-ab2_1 {
    padding: 30px;
  }
  .row-idx1{
    padding: 140px 0 80px;
    background-image: url(../images/index/bg7.jpg) !important;
    background-position: top center;
    background-size: 100% auto;
  }
  .row-ab2 .col-r .txt{
    width: auto;
  }
  .banner .mouse .icon{
    width: 32px;
    height: 46px;
  }
  .row-idx2{
    margin-top: 0;
  }
  .row-idx3{
    padding: 80px 0;
  }
  .g-topbox1 .tit{
    font-size: 22px;
    margin-bottom: 20px;
  }
  .row-idx3 .g-topbox1 .tit{
margin-bottom: 30px;
  }
  .row-idx5 .g-topbox1 .tit{
    margin-bottom: 20px;
  }
  .g-topbox1 .info{
    font-size: 15px;
    margin-bottom: 10px;
  }
 .m-idx4 .g-topbox1 .tit{
    margin-bottom: 40px;
  }
  .m-idx3 .txt{
    padding-left: 30px;
  }
  .m-idx3 .group select, .m-idx3 .group .inp{
    line-height: 65px;
    font-size: 15px;
  }
  .m-idx4 .col-l{
    width: 40%;
    margin-right: 40px;
  }
  .ul-idx6{
    margin: 30px -10px 0;
  }
  .ul-idx6 li{
    padding: 0 10px;
  }
  .m-idx3 .txt .form{
    width: 90%;
    margin-bottom: 35px;
  }
  .m-idx3 .group .submit{
    width: 15px;
  }
  .m-idx4 .txt{
    width: auto;
  }
  .ul-idx4{
    padding-top: 0;
  }
  .ul-idx4 .con{
    padding: 20px;
  }
  .ul-idx4 .left{
    width: 84px;
    margin-right: 0;
    float: none;
    margin-bottom: 20px;
  }
  .ul-idx4 .year .span1{
    font-size: 18px;
  }
  .ul-idx4 .inner .tit1{
    font-size: 18px;
  }
  .ul-idx4 .inner .desc1{
    font-size: 15px;
    margin-bottom: 0;
    line-clamp: 3;
    -webkit-line-clamp: 3;
  }
  .m-idx4_1{
    width: auto;
  }
  .m-idx4{overflow: auto; margin-right: -15px; padding-right: 15px ;}
  .m-idx4 .back_video{width: 250px; height: 250px; padding: 0;}
  .g-mored3 {
    font-size: 15px;
    padding-right: 20px;
    background-size: 15px auto;
  }
  .row-idx5{
    padding: 80px 0;
    background-image: url(../images/index/bg8.jpg);
    background-position: top center;
    background-repeat: no-repeat;
    background-size: 100% auto;
    background-color: #000;
  }
  .m-banidx5 .swiper-slide{
    padding: 0 10px;
  }
  .m-banidx5 .desc{
    font-size: 18px;
    line-clamp: 2;
    -webkit-line-clamp: 2;
  }
  .m-banidx5 .date{
    font-size: 12px;
    margin-bottom: 5px;
  }
  .m-banidx5 .pic{
    margin-bottom: 5px;
  }
  .m-banidx5 .swiper-button-prev, .m-banidx5 .swiper-button-next{
    display: none;
  }
  .m-banidx5.swiper-container{
    margin-top: 30px;
    padding-bottom: 0;
  }
  .row-idx6{
    padding: 80px 0 40px;
  }
  .m-idx6_1 .txt{
    padding-right: 20px;
  }
  .m-idx6_1 .tit{
    font-size: 22px;
    margin-bottom: 10px;
  }
  .m-idx6_1 .desc{
    font-size: 15px;
  }
  .m-idx6_1 .d1{
    font-size: 50px;
  }
  .m-idx6_1 .d2{
    font-size: 12px;
  }
  .ul-idx6 .pic{
    margin-bottom: 10px;
  }
  .ul-idx6 .date{
    margin-bottom: 5px;
    font-size: 14px;
  }
  .ul-idx6 .tit{
    font-size: 19px;
    margin-bottom: 5px;
  }
  .ul-idx6 .desc{
    font-size: 15px;
    /* line-height: 1.5; */
    margin-bottom: 15px;
  }
  .banner .txt .tit{
    line-height: 1.3;
    font-size: 35px;
  }
  .banner .txt .desc{
    font-size: 15px;
    line-height: 1.8;
  }
  .banner .txt{
    width: auto;
  }
  .banner .mouse{
    /* display: none; */
    left: 50%;
    transform: translateX(-50%);
    bottom: -50px;
  }
  .row-idx4{
    padding: 80px 0;
  }
  /* 头部 */
  .body1{
    padding-top: 60px;
  }
  body{
    padding-top: 0;
  }
  .header {
    padding: 15px;
    left: 0;
    right: 0;
    width: 100%;
    background-color: transparent;
    transition: .3s;
    height: 60px;

  }

  .header2{ background: #000;}
  
  .body1   .header{
    background-color: #000;
  }
  .header.fixed{
    background-color: #000;
    transform: translateY(0);
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.08);
  }
  .header-top {
    padding: 0;
  }
  .logo {
    width: 150px;
  }
  .open .logo {
    opacity: 1;
  }
  .menuBtn {
    height: 13px;
    width: 18px;
  }
  .h-search{
    width: 26px;
    height: 24px;
    margin-right: 24px;
  }
 
  /* .menuBtn b:nth-child(2){
    top: 50%;
    transform: translate(-50%,-50%);
  } */
  .h-lang{
     }
  .menuBtn b {
    /* width: 12px;
    background-color: #c00000; */
  }
  .open .header-bg {
    /* background-color: #000;
    background-size: 0; */
  }
  .open .menuBtn b {
    /* background-color: #000; */
  }
  .top-bar-toggle {
    width: 34px;
    height: 34px;
    border-radius: 50%;
    background-color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .open .menuBtn b:nth-child(1) {
    /* top: 7px; */
  }
  .open .menuBtn b:nth-child(3) {
    /* bottom: 7px; */
  }
  .open .top-bar-toggle {
  }
  .open .menuBtn{transform: translateY(-2px);}
  .h-box{margin-top: 40px; height: calc(100vh - 100px) !important;}
  .h-box .inner {
    display: block;
    margin-top: 0;
    margin: 0 -15px;
    height: 100%;
    overflow-x: auto;
  }
  .nav .v1 {
    padding: 0;
    border-bottom: none;
    font-size: 16px;
    display: inline-block;
    line-height: 60px;
    line-height: 60px;
    opacity: 1;
  }
  .nav .on .v1,
  .nav .v1:hover {
    padding-left: 0;
  }
  .nav .v1 .span1 {
    font-size: 20px;
  }
  .nav .v1 .span1 em {
    color: #C1A176;
  }
  .nav {
    width: 100%;
    border-right: none;
    margin-bottom: 0;
  }
  .nav li {
    padding: 0;
    position: relative;
    margin-bottom: 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.30);
    padding: 0 25px;
  }
  .nav .arr {
    height: 60px;
    right: 0px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    width: 60px;
    background-image: url(../images/ico_1.png);
    background-size: 15px;
    position: absolute;
    top: 0;
    transition: 0.3s;
  }
  .nav .ok .arr {
    transform: rotate(-180deg);
  }
  .act .sub,
  .sub {
    display: none;
    position: relative;
    left: auto;
    top: auto;
    width: auto;
    background-color: #1E1E1E;
    min-width: auto;
    transform: translateX(0);
    overflow: visible;
    height: auto;
    z-index: 1;
    opacity: 1;
    margin: 0 -25px;
    padding: 12.5px 0;
  }
  .sub {
    border-bottom: none;
  }
  .sub a {
    text-align: left;
    font-size: 14px;
    color: #fff;
    padding: 12.5px 45px;
    width: 100%;
  }
  .h-box .inner .right {
    width: 100%;
    padding: 0;
  }
  .sub li {
    margin-bottom: 0;
    padding: 0;
    border-bottom: none;
  }
  .sub .v2 {
    font-size: 14px;
    color: #fff !important;
  }
  .sub_threee {
    display: none;
  }
  .h-box .inner .left {
    width: 100%;
    margin-right: 0;
    padding: 0;
  }
  .h-box.pc {
    display: none;
  }
  .h-box.m {
    display: block;
    padding-top: 20px;
    max-height: 82vh;
    overflow-y: auto;
  }
  .h-lang {
    margin-right: 10px;
    margin: 0 10px;
  }
  .h-lang .lang {
  }
  .header3 .h-lang .lang{
    color: #fff;
    background-image: url(../images/h-arr.svg);
  }
  .languages a {
    font-size: 14px;
    line-height: 38px;
  }
  .header-bg::after {
    display: none;
  }
  .h-tit {
    color: #fff;
    margin-bottom: 10px;
    font-size: 16px;
  }
  .h-search2 .form .inp {
    line-height: 30px;
  }
  .h-tel .num {
    font-size: 15px;
  }
  .h-tel {
    margin: 15px 0;
  }
  .h-search2 {
    margin-bottom: 10px;
  }
  .h-result .top {
    color: #fff;
  }
  .nav .v1::after {
    display: none;
  }
  .h-tel,
  .h-search2,
  .h-result,
  .h-tit {
    display: none;
  }
  /* 头部end */
  /* 底部 */
  .footer {
    padding: 0 15px;
  }
  .f-top {
    padding: 20px 0;
    display: block;
  }
  .f-logo img {
    width: 120px;
    margin: 0 auto;
  }
  .f-links1 {
    display: none;
  }
  .f-links2 {
    text-align: center;
  }
  .f-links2 .link {
    margin: 0 10px;
  }
  .f-links2 {
    display: none;
    margin: 15px 0;
  }
  .f-tel .num {
    font-size: 14px;
  }
  .f-tel .desc {
    font-size: 12px;
  }
  .f-tel {
    text-align: center;
    display: none;
  }
  .f-dw {
    display: block;
    height: auto;
    padding: 15px 0 40px;
    text-align: center;
  }
  .f-copy {
    font-size: 12px;
  }
  .f-link3 .link {
    font-size: 12px;
  }
  /* 底部end */
}
@media only screen and (max-width: 758px) {
  .row-ab1 .txt {
    width: auto;
  }
  .row-ab2 {
    display: block;
  }
  .row-ab2 .col-l,
  .row-ab2 .col-r {
    float: none;
    width: 100%;
  }
  .row-ab2 .col-l,
  .m-ab2_1 {
    height: auto;
    margin-top: 0;
  }
  .m-ab2_1{
    padding: 60px 15px 80px;
  }
  .g-txtab .tit {
    font-size: 24px;
    margin-bottom: 12px;
  }
  .g-txtab .desc{
    letter-spacing: 0.04em;
  }
  .g-txtab {
    font-size: 15px;
  }
  .row-ab2 .col-r .txt{
    width: auto;
  }
  .m-ab3 .txt {
    width: auto;
  }
  .m-ab4 {
    display: block;
    padding-right: 10px;
  }
  .m-ab4 .pic {
    width: 100%;
    margin-right: 0;
    margin-bottom: 18px;
  }
  .ul-listdet1 li {
    float: none;
    width: 100%;
    margin-bottom: 10px;
  }
  .ul-listdet1 .con {
    padding: 20px;
    height: auto;
  }
  .ul-listdet1 .txt {
    position: relative;
    left: auto;
    right: auto;
    bottom: auto;
    padding: 0;
  }
  .ul-listdet1 .icon img {
    width: 60px;
  }
  .ul-listdet1 .icon {
    margin-bottom: 10px;
    text-align: left;
  }
  .ul-listdet1 .txt .tit {
    font-size: 18px;
  }
  .row-detail2 {
    padding: 50px 0;
  }
  .row-detail1 {
    padding: 50px 0;
  }
  .ul-idx2 li{
    float: none;
    width: 100%;
  }
  .ul-idx2 .con{
    padding: 20px 10px;
    height: auto;
    border-bottom: 1px solid #d5d7db;
  }
  .ul-idx2 .icon{
    width: 85px;
    height: 85px;
    margin-bottom: 15px;
  }
  .ul-idx2 .tit{
    font-size: 19px;
    margin-bottom: 10px;
  }
  .row-idx3{
    padding: 80px 0;
  }
  .m-idx3{
    /* display: block; */
    flex-direction: column-reverse;
  }
  .m-idx3 .pic{
    width: 100%;
  }
  .m-idx3 .txt{
    padding: 10px 15px 40px;
    width: 100%;
  }
  .row-idx4{
    padding: 0  0 40px;
  }
  .m-idx4 .col-l{
    float: none;
    width: calc(100% + 15px);
    margin-right: -15px;
    margin-bottom: 0;
  }
  .m-idx4 .g-topbox1{
    margin-bottom: 20px;
    width: 50%;
    position: relative;
    z-index: 1;
  }
  .m-idx4_1{
    position: relative;
    overflow: hidden;
    padding-bottom: 80px;
  }
  .m-idx4 .pic {
    position: absolute;
    right: -70px;
    top: -25px;
  }
  .ul-idx4 .con{
    padding: 40px 0 50px;
  }
  .m-idx6_1 .tit{
    font-size: 21px;
    font-family: 'Arial';
    font-weight:400;
  }
  .m-idx6_1 .d1{
    font-size: 30px;
  }
  .m-idx6_1 .d1::before{content: ".";}
  .ul-idx6{
    margin: 70px 0 0;
  }
  .ul-idx6 li{
    padding: 0;
    float: none;
    width: 100%;
    margin-bottom: 50px;
  }
  .row-idx7 .pic{overflow: hidden;}
  .row-idx7 .pic .img{
    height: 300px;
    width: 200%;
  }
  .m-idx7 .btns .btn .span2 {
    padding-right: 24px;
    background-size: 20px auto;
  }
  .m-idx7 .btns .btn {
    line-height: 33px;
    font-size: 15px;
    padding: 0 13px;
    margin: 0 10px;
  }
  .m-idx7 .g-topbox1{
    margin-bottom: 20px;
  }
  .row-idx7{
    padding: 80px 0 0;
  }
  .m-idx1{
    display: block;
  }
  .m-idx1 .right, .m-idx1 .left{
    width: 100%;
  }
  .row-ab1{
    padding: 80px 0;
    background-image: url(../images/about/bg1-1.jpg) !important;
    background-position: center right;
    background-size: 80%;
  }
  .row-ab3{
    padding: 80px 0 200px;
    background-image: url(../images/about/bg3-1.jpg) !important;
    background-position: bottom right;
    background-color: #E2E2E2;
    background-size: 100% auto;
  }
  .row-ab4{
    padding: 80px 0;
  }
  .ul-listdet1 .txt .desc{
    font-size: 15px;
  }
  .banner .pic .bg{
    height: 70vh;
    object-fit: cover;
  }
  .banner .con::after{
    
  }
  .banner{
    
    
  }
  .banner .txt{
    left: 0;
    right: 0;
    width: 100%;
    padding: 0 15px 180px 15px;
    text-align: left;
  }

  .banner .bg.index_banner_video{display:none;}
  .banner .index_banner_phone_img{display:block;width:100%;height: 100vh;object-fit: cover;}
  .m-idx6_1{
    flex-direction: column-reverse;
    align-items: flex-start;
    margin-top: 25px;
  }
  .m-idx6_1 .txt{
    width: 100%;
    border-right: none;
    padding-right: 0;
  }
  .m-idx6_1 .date{
    margin-bottom: 20px;
  }
  .m-idx6_1 .date .box{
    display: flex;
    flex-direction: row-reverse;
  }
  .m-idx6_1 .d2,
  .m-idx6_1 .d1{
    font-size: 15px;
    color: #C1A176;
    align-items: center;
    line-height: 1.5;
  }
}


.c_link{ margin-top: 1.562vw;}
.c_link{display: flex; align-items: center; justify-content: end;}
.c_link dl{cursor: pointer; position: relative;}
.c_link dl+dl{margin-left: 20px;}
.c_link dt{width: 32px; height: 32px;  background-position: center; background-repeat: no-repeat;}
.c_link .dl1 dt{background-image: url(../images/link_1.svg);}
.c_link .dl2 dt{background-image: url(../images/link_2.svg);}
.c_link .dl3 dt{background-image: url(../images/link_3.svg);}
.c_link .dl4 dt{background-image: url(../images/link_4.svg);}
.c_link dd{position: absolute; left: 50%; bottom: 100%; transform: translateX(-50%); opacity: 0; pointer-events: none; transition: 0.4s;}
.c_link dd span{background: #fff; border: 2px solid #C1A176; display: block; position: relative; width: 120px; margin-bottom: 15px;}
.c_link dd span img{width: 100%;}
.c_link dd span::after{content: ""; position: absolute; left: 0; bottom: -18px; width: 100%; height: 18px; background: url(../images/link_0.svg) center no-repeat;}
.c_link dl:hover dd{opacity: 1; pointer-events: initial;}
.c_link .dl1:hover dt{background-image: url(../images/link_1a.svg);}
.c_link .dl2:hover dt{background-image: url(../images/link_2a.svg);}
.c_link .dl3:hover dt{background-image: url(../images/link_3a.svg);}
.c_link .dl4:hover dt{background-image: url(../images/link_4a.svg);}

.team_search {background: url(../images/team_search.jpg) center bottom no-repeat; height: 617px; display: flex; align-items: center; justify-content: center; font-family: 'Arial'; text-align: center; background-size: cover;}
.team_search .box{padding: 0 20px;}
.team_search .txt{font-size: 18px; color: #C1A176;}
.team_search .tit{font-size: 2vw; color: #333; padding: 10px 0 50px 0;}
.team_search form{display: flex; height: 60px; width: 600px; margin: 0 auto; border-bottom: 2px solid #C1A176;}
.team_search form input{background: none; font-size: 1.097vw;}
.team_search .p1{flex: 1; }
.team_search .p2{background: url(../images/icon-a2.svg) center no-repeat; flex-shrink: 0; width: 42px; cursor: pointer;}

@media screen and (max-width: 1600px){
    .team_search {height: 400px;}
    .team_search .txt{font-size: 16px;}
    .team_search .tit{font-size: 2vw; padding-bottom: 30px;}
    .team_search form{width: 300px; height: 50px;}
    .team_search form input{background: none; font-size: 1.097vw;}
    .team_search .p2{background-size: 22px;}

}

@media screen and (max-width: 758px){
    .team_search {height: 350px; background-size: cover;}
    .team_search .tit{font-size: 26px; padding-bottom: 10px;}
    .team_search form{width: 70%;}

.banner .c_link{justify-content: flex-start;}
.footer .c_link{justify-content: center;}

    
}



/* ipad横样式约束 */
/*
@media only screen and (max-width: 1400px) and (min-width: 950px) {

  .wp1440{
    padding: 0 30px;
    max-width: 100%;
  }
  .nav .v1{font-size:30px}
  .nav li{margin-bottom: 30px;}
  .h-tel{max-width:50%}


  .header.fixed .header-top{
    background: rgba(0,0,0,0.9);
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.08);
  }

.m-idx4 .col-l{width: 40%;margin-right: 80px;}

.ul-idx2 .g-mored3{bottom:0}
.ul-idx2 .con{padding-bottom:60px;}
.row-idx3{  padding: 220px 0 120px;}
.m-ab2_1{height:auto;    padding: 80px 20px 80px 80px;}
.g-txtab .tit{font-size:30px;}

}



@media only screen and (max-width: 1400px) and (min-width: 1201px) {
  .h-box .inner .left{padding-left:100px;}
  .banner .txt .tit{font-size: 50px;}
  .nav{width:40%}
  .act .sub {
    width:130%;
    height: calc(100vh - 80px);
  }
}

*/

@media only screen and (max-width: 950px) {

  .m-idx4 .back_video video{display:none;}
  .footer .c_link{justify-content: center;}

}



@media only screen and (max-width: 1200px) {

  .banner .c_link dd span::after{display:none}
  .banner .c_link dd{bottom:60%}
  .banner .c_link .dl3 dd{transform: translateX(-80%);}

}

@media only screen and (max-width: 758px) {

  .banner .c_link dd{}
  .banner .c_link dd span::after{display:none}
  .banner .c_link .dl1 dd{transform: translateX(-10%);}
  .banner .c_link .dl3 dd{transform: translateX(-50%);}

}













