.VisualEditing {
  font-size: 16px;
  color: #666;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  cursor: pointer;
}
.VisualEditing:hover {
  color: #0067ff;
}
.swiper-button-lock {
    display: none !important;
}
.public_anchor{
    position: relative;
    top: -1rem;
}
.maodian{
    position: relative;
    top: -1rem;
}
body {
  --f14: 14px;
  --f16: 0.16rem;
  --f18: 0.18rem;
  --f20: 0.2rem;
  --padding: 2rem;
  --navH: 1rem;
  --vh:100vh;
  --vw:100vw;
}
.w1520 {
  padding-left: var(--padding);
  padding-right: var(--padding);
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
}
.p90 {
  padding-top: 0.9rem;
}
.p90_ {
  padding-bottom: 0.9rem;
}
.f48 {
  font-size: 0.48rem;
  line-height: 1;
}
.header_container {
  -webkit-box-shadow: 0px 0px 0px 1px #f5f5f5;
  box-shadow: 0px 0px 0px 1px #f5f5f5;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  z-index: 8;
  width: 100%;
  background: #fff;
}
.header_container .box .logo {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.header_container .box .logo a {
  display: block;
}
.header_container .box .logo a img {
  height: 60px;
}
.header_container .box .nav nav {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.header_container .box .nav nav .item {
  padding: 0 0.24rem;
  position: relative;
}
.header_container .box .nav nav .item > p a {
  font-size: var(--f20);
  line-height: var(--navH);
  color: #333;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.header_container .box .nav nav .item > p a i {
  font-size: var(--f16);
  margin-left: 5px;
}
.header_container .box .nav nav .item ul {
  position: absolute;
  left: 50%;
  top: 90%;
  width: 120%;
  background: #009bdd;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  border-radius: 0.2rem;
  padding: 0.36rem 0;
  display: none;
}
.header_container .box .nav nav .item ul li {
  margin-bottom: 0.15rem;
}
.header_container .box .nav nav .item ul li:last-child {
  margin-bottom: 0;
}
.header_container .box .nav nav .item ul li a {
  display: block;
  font-size: var(--f18);
  opacity: 0.8;
  color: #fff;
  text-align: center;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.header_container .box .nav nav .item ul li a:hover {
  opacity: 1;
}
.header_container .box .nav nav .item:hover > p a {
  color: #009bdd;
}
.header_container .box .nav nav .item:hover ul {
  display: block;
}
.header_container .box .nav nav .item.active > p a {
  color: #009bdd;
}
.header_container .box .nav .button {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  padding-left: 0.3rem;
}
.header_container .box .nav .button svg {
  width: 24px;
  height: 30px;
  cursor: pointer;
}
.header_container .box .nav .button svg path {
  stroke: #0b729f;
  display: inline;
  fill: none;
  stroke-width: 1.8502;
  stroke-linecap: round;
  stroke-miterlimit: 10;
}
.OpenLayer {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 9;
  background: url(../images/bg14.png) no-repeat 50% 50% / cover;
  transition: clip-path 0.6s, -webkit-clip-path 0.6s;
  -webkit-clip-path: ellipse(0 0 at 100% 0);
  clip-path: ellipse(0 0 at 100% 0);
}
.OpenLayer .close {
  height: 1rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.OpenLayer .close p {
  cursor: pointer;
}
.OpenLayer .box {
  margin-top: 0.6rem;
}
.OpenLayer .box .boxLeft {
  width: 8.6rem;
  border-right: 1px solid rgba(255, 255, 255, 0.22);
}
.OpenLayer .box .boxLeft .item {
  margin-bottom: 0.4rem;
}
.OpenLayer .box .boxLeft .item h5 a {
  font-size: 0.28rem;
  color: #fff;
}
.OpenLayer .box .boxLeft .item ul {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  margin-top: 0.15rem;
}
.OpenLayer .box .boxLeft .item ul li {
  margin-right: 0.2rem;
}
.OpenLayer .box .boxLeft .item ul li a {
  font-size: var(--f16);
  opacity: 0.8;
  color: #fff;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.OpenLayer .box .boxLeft .item ul li a:hover {
  opacity: 1;
}
.OpenLayer .box .boxRight {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  padding-left: 1.75rem;
}
.OpenLayer .box .boxRight .content1 {
  padding: 1rem 0 0;
  color: #fff;
}
.OpenLayer .box .boxRight .content3 {
  padding: 0.5rem 0;
}
.OpenLayer .box .boxRight .content4 {
  font-size: 0.36rem;
  font-family: 'gilroy_bold';
  color: #fff;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.OpenLayer .box .boxRight .content4 p {
  width: 0.46rem;
  height: 0.46rem;
  border-radius: 50%;
  background: #5acdff;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: 0.15rem;
}
.OpenLayer .box .boxRight .content4 p svg {
  margin: auto;
}
.OpenLayer .box .boxRight .content5 {
  font-size: var(--f18);
  margin-top: 0.28rem;
  color: #fff;
}
.OpenLayer .box .boxRight .content5 span {
  display: inline-block;
  margin-right: 0.28rem;
}
.OpenLayer .box .boxRight .content5 p {
  margin-bottom: 0.1rem;
}
.OpenLayer.active {
  -webkit-clip-path: ellipse(141% 141% at 100% 0);
  clip-path: ellipse(141% 141% at 100% 0);
}
.f60 {
  font-size: 0.6rem;
  line-height: 1;
}
.banner_container {
  --h1: 0.65rem;
  position: relative;
}
.banner_container .wall {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 2;
}
.banner_container .wall img {
  width: 100%;
}
.banner_container .banner {
  position: relative;
  --w50: 0.5rem;
}
.banner_container .banner .swiper .swiper-slide {
  position: relative;
}
.banner_container .banner .swiper .swiper-slide .img img {
  height: calc(100vh - var(--navH));
  width: 100%;
}


.banner_container .banner .swiper .swiper-slide .orientation {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 1;
  color: #fff;
  text-align: center;
}
.banner_container .banner .swiper .swiper-slide .orientation .content1 span {
  text-shadow: 0px 0px 24px rgba(32, 77, 125, 0.54);
}
.banner_container .banner .swiper .swiper-slide .orientation .content2 {
  margin-top: 10px;
}
.banner_container .banner .swiper .swiper-slide .orientation .content2 span {
  text-shadow: 0px 0px 24px rgba(32, 77, 125, 0.54);
}
.banner_container .banner .swiper .swiper-slide .orientation .content3 {
  margin-top: 0.32rem;
}
.banner_container .banner .swiper .swiper-slide .orientation .content3 p {
  line-height: 0.5rem;
  padding: 0 0.54rem;
  letter-spacing: 0.04rem;
  border-radius: 0.3rem;
   background-image: linear-gradient(0deg, #68e0cf 0%, #209cff 100%);
   background-image: -webkit-linear-gradient(0deg, #68e0cf 0%, #209cff 100%);
  background-image: -ms-linear-gradient(0deg, #68e0cf 0%, #209cff 100%);
}
.banner_container .banner .lb_button .btn {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 2;
}
.banner_container .banner .lb_button .prev {
  left: var(--w50);
}
.banner_container .banner .lb_button .next {
  right: var(--w50);
}
.lb_button .btn {
  width: 74px;
  height: 74px;
  border-radius: 50%;
  border: 1px solid #fff;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  cursor: pointer;
}
.lb_button .btn svg {
  margin: auto;
}
.lb_button .btn svg path {
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.lb_button .btn:hover {
  background: #fff;
}
.lb_button .btn:hover svg path {
  fill: #009bdd;
}
.HomeTitle > div {
  font-size: 0.48rem;
  line-height: 0.6rem;
  text-align: center;
}
.Home_container1 {
  background: url(../images/bg2.png);
  position: relative;
}
.Home_container1 .HomeTitle {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  z-index: 2;
}
.Home_container1 .box_main {
  position: relative;
}
.Home_container1 .box {
  margin: 0rem auto 0;
  width: 9.85rem;
  position: relative;
}
.Home_container1 .box .tu {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.Home_container1 .box .tu img {
  width: 4.04rem;
}
.Home_container1 .list {
  width: 4.3rem;
  top: 25%;
  position: absolute;
}
.Home_container1 .list .item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 0.82rem;
}
.Home_container1 .list .item:last-child {
  margin-bottom: 0;
}
.Home_container1 .list .item .left .top {
  font-size: 0.22rem;
}
.Home_container1 .list .item .left .bot {
  color: #009bdd;
  font-family: 'gilroy_bold';
  margin-top: 0.12rem;
}
.Home_container1 .list .item .right {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.Home_container1 .list .item .right p {
  position: relative;
}
.Home_container1 .list .item .right p > img {
  width: 0.88rem;
}
.Home_container1 .list .item .right p i img {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  max-width: 0.5rem;
  max-height: 0.5rem;
}
.Home_container1 .list1 {
  left: 0;
}
.Home_container1 .list1 .item {
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}
.Home_container1 .list1 .item:nth-child(2) {
  -webkit-transform: translateX(-0.45rem);
  -ms-transform: translateX(-0.45rem);
  transform: translateX(-0.45rem);
}
.Home_container1 .list1 .item .left {
  text-align: right;
}
.Home_container1 .list1 .item .right {
  margin-left: 0.8rem;
}
.Home_container1 .list2 {
  right: 0;
}
.Home_container1 .list2 .item {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-flow: row-reverse;
  -ms-flex-flow: row-reverse;
  flex-flow: row-reverse;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}
.Home_container1 .list2 .item:nth-child(2) {
  -webkit-transform: translateX(0.45rem);
  -ms-transform: translateX(0.45rem);
  transform: translateX(0.45rem);
}
.Home_container1 .list2 .item .right {
  margin-right: 0.8rem;
}

.Home_container2 {
  margin-top: -1rem;
  position: relative;
  z-index: 1;
  --w50: 5rem;
}
.Home_container2 .bg img {
  width: 100%;
  min-height: 7rem;
}
.Home_container2 .title {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1;
  color: #fff;
}
.Home_container2 .box {
  position: absolute;
  left: 0;
  top: 1.4rem;
  width: 100%;
  z-index: 1;
}
.Home_container2 .box .w1520_ {
  padding: 0 1rem;
}
.Home_container2 .box .box_main {
  min-height: 1rem;
}
.Home_container2 .box .box_main .swiper {
  --w: 4.3rem;
}
.Home_container2 .box .box_main .swiper .swiper-slide {
  -webkit-transform: translateX(-1rem);
  -ms-transform: translateX(-1rem);
  transform: translateX(-1rem);
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  height: auto;
}
.Home_container2 .box .box_main .swiper .swiper-slide .m {
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  position: relative;
}
.Home_container2 .box .box_main .swiper .swiper-slide .m .one img {
  width: 100%;
}
.Home_container2 .box .box_main .swiper .swiper-slide .m .two {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #fff;
  border-radius: 50%;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.Home_container2 .box .box_main .swiper .swiper-slide .m .two .two_main {
  margin: auto;
  text-align: center;
}
.Home_container2 .box .box_main .swiper .swiper-slide .m .two .two_main .t img {
  width: 0.72rem;
}
.Home_container2 .box .box_main .swiper .swiper-slide .m .two .two_main .b {
  margin-top: 8px;
  font-size: var(--f18);
  color: #0f455d;
}
.Home_container2 .box .box_main .swiper .swiper-slide-active .m .two {
  opacity: 0;
}
@media screen and (min-width: 1200px) {
    
  .Home_container2 .box .box_main .swiper .swiper-slide-active {
    width: 4.3rem !important;
  }
  .Home_container2 .box .box_main .swiper .swiper-slide-active .m .two {
    opacity: 0;
  }
  .Home_container2 .box .box_main .swiper .slide0 .m {
    margin-top: 1.7rem;
  }
  .Home_container2 .box .box_main .swiper .slide1 .m {
    margin-top: 3.7rem;
  }
  .Home_container2 .box .box_main .swiper .slide2 .m {
    margin-top: 5.7rem;
  }
}
.Home_container2 .boxWenan {
  position: absolute;
  left: 50%;
  -webkit-transform: translate(-50%);
  -ms-transform: translate(-50%);
  transform: translate(-50%);
  bottom: 0.6rem;
  width: 5.2rem;
  z-index: 2;
  color: #fff;
  text-align: center;
}
.Home_container2 .boxWenan .list {
  display: none;
}
.Home_container2 .boxWenan .list.active {
  display: block;
}
.Home_container2 .boxWenan .content1 {
  font-size: 0.3rem;
}
.Home_container2 .boxWenan .content2 {
  font-size: var(--f16);
  color: #fff;
  margin-top: 0.26rem;
  line-height: 0.25rem;
}
.Home_container2 .boxWenan .content3 {
  margin-top: 0.3rem;
}
.Home_container2 .lb_button .btn {
  position: absolute;
  z-index: 2;
  bottom: 1.2rem;
}
.Home_container2 .lb_button .prev {
  left: var(--w50);
}
.Home_container2 .lb_button .next {
  right: var(--w50);
}
.HomeButton {
  background: #009bdd;
  border-radius: 0.4rem;
  padding: 0.1rem 0.1rem 0.1rem 0.4rem;
  font-size: var(--f16);
}
.HomeButton .le_ {
  color: #fff;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.HomeButton .ri_ {
  margin-left: 0.38rem;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.HomeButton .ri_ p {
  width: 0.42rem;
  height: 0.42rem;
  background: #fff;
  border-radius: 50%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.HomeButton .ri_ p svg {
  margin: auto;
}
.HomeButton:hover .ri_ {
  -webkit-transform: translateX(-0.1rem);
  -ms-transform: translateX(-0.1rem);
  transform: translateX(-0.1rem);
}
.HomeButton:hover .ri_ p {
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.HomeCases .box {
  margin-top: 0.64rem;
}
.HomeCases .box .banner {
  width: 88%;
}
.HomeCases .box .banner .swiper-slide {
  width: -webkit-calc(100% / 6);
  width: calc(100% / 6);
  padding-right: 0.15rem;
}
.HomeCases .box .banner .swiper-slide > div {
  line-height: 0.64rem;
  text-align: center;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  border-radius: 0.4rem;
  cursor: pointer;
  font-size: var(--f16);
}
.HomeCases .box .banner .swiper-slide > div p {
  display: inline-block;
  position: relative;
  margin-right: 0.1rem;
}
.HomeCases .box .banner .swiper-slide > div p img {
  height: 0.37rem;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  display: inline-block;
}
.HomeCases .box .banner .swiper-slide > div p .img2 {
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  opacity: 0;
}
.HomeCases .box .banner .active > div {
  color: #fff;
  background: #009bdd;
}
.HomeCases .box .banner .active > div p .img1 {
  opacity: 0;
}
.HomeCases .box .banner .active > div p .img2 {
  opacity: 1;
}
.HomeCases .box1 {
  margin-top: 0.5rem;
  --w1: 0.2rem;
  --w: calc((var(--vw) - var(--w1) * 2) / 3);
}
.HomeCases .box1 .banner {
  position: relative;
}
.HomeCases .box1 .banner .swiper-slide {
  width: -webkit-calc(var(--w));
  width: calc(var(--w));
  margin-right: var(--w1);
  -webkit-transform: translateX(-webkit-calc(var(--w) / 2));
  -ms-transform: translateX(calc(var(--w) / 2));
  transform: translateX(calc(var(--w) / 2));
}
.HomeCases .box1 .banner .swiper-slide a {
  display: block;
  position: relative;
  border-radius: 0.3rem;
  overflow: hidden;
}
.HomeCases .box1 .banner .swiper-slide a p{
      overflow: hidden;
}
.HomeCases .box1 .banner .swiper-slide a p img {
  width: 100%;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.HomeCases .box1 .banner .swiper-slide a::after {
  /*content: '';*/
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 120%;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(60%, rgba(0, 0, 0, 0)), to(#009bd3));
  background-image: -o-linear-gradient(top, rgba(0, 0, 0, 0) 60%, #009bd3);
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0) 60%, #009bd3);
}
.HomeCases .box1 .banner .swiper-slide a figcaption {
  position: relative;
  /*bottom: 0;*/
  /*left: 0;*/
  /*width: 100%;*/
  padding: 0.2rem 0.3rem;
  color: #fff;
  z-index: 1;
  background: #009bdd;
  margin-top:-2px;
}

.HomeCases .box1 .banner .swiper-slide a figcaption .tit {
  font-size: 0.24rem;
}
.HomeCases .box1 .banner .swiper-slide a figcaption .desc {
  font-size: var(--f16);
  margin-top: 0.16rem;
  height: 0.22rem;
}
.HomeCases .box1 .banner .swiper-slide a:hover  img {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}
.HomeCases .box1 .banner .swiper-slide a:hover::after {
  height: 100%;
}
.HomeCases .box1 .lb_button .btn {
  position: absolute;
  top: 43%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 2;
}
.HomeCases .box1 .lb_button .prev {
  left: 1rem;
}
.HomeCases .box1 .lb_button .next {
  right: 1rem;
}
.lb_button1 .btn {
  width: 54px;
  height: 54px;
  border-radius: 50%;
  border: 1px solid #b8b8b8;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  margin-left: 0.1rem;
  cursor: pointer;
}
.lb_button1 .btn svg {
  margin: auto;
  -webkit-transform: scale(0.7);
  -ms-transform: scale(0.7);
  transform: scale(0.7);
}
.lb_button1 .btn svg path {
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  fill: #b8b8b8;
}
.lb_button1 .btn:hover {
  border: 1px solid #009bdd;
}
.lb_button1 .btn:hover svg path {
  fill: #009bdd;
}
.lb {
  display: none;
}
.HomeNews {
  background: #f2f8fa;
}
.HomeNews .box {
  margin-top: 0.8rem;
}
.HomeNews .box .boxLeft {
  width: 7.46rem;
}
.HomeNews .box .boxLeft a {
  display: block;
  border-radius: 0.2rem;
  overflow: hidden;
  position: relative;
  
  -webkit-transform: rotate(0deg);
}
.HomeNews .box .boxLeft a .img img {
  width: 100%;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
  .HomeNews .box .boxLeft a .img{
        position: relative;
  }
   .HomeNews .box .boxLeft a .img::after{
      content: '';
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background: rgba(0, 0, 0, .25);
    }
.HomeNews .box .boxLeft a .orientation {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  padding: 0.5rem 0.6rem;
  color: #fff;
}
.HomeNews .box .boxLeft a .orientation .content1 {
  font-family: 'gilroy_bold';
  font-size: var(--f16);
}
.HomeNews .box .boxLeft a .orientation .content2 {
  font-size: 0.24rem;
  line-height: 0.36rem;
  margin-top: 0.12rem;
}
.HomeNews .box .boxLeft a .posi {
  position: absolute;
  left: 0.6rem;
  bottom: 0.5rem;
}
.HomeNews .box .boxLeft a:hover .img img {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}
.HomeNews .box .boxLeft a:hover .posi .HomeButton1 {
  background: #009bdd;
  border-color: #009bdd;
}
.HomeNews .box .boxRight {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.HomeNews .box .boxRight .item {
  width: 50%;
  padding-left: 0.2rem;
  height: 100%;
}
.HomeNews .box .boxRight .item a {
  display: block;
  background: #fff;
  height: 100%;
  border-radius: 0.2rem;
  padding: 0.5rem 0.4rem 0;
  color: #333;
}
.HomeNews .box .boxRight .item a .content1 {
  font-family: 'gilroy_bold';
  font-size: var(--f16);
  color: #009bdd;
}
.HomeNews .box .boxRight .item a .content2 {
  font-size: var(--f20);
  line-height: 0.32rem;
  height: 0.64rem;
  margin-top: 0.12rem;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.HomeNews .box .boxRight .item a .content3 {
  border-radius: 0.1rem;
  overflow: hidden;
  margin-top: 0.55rem;
}
.HomeNews .box .boxRight .item a .content3 img {
  width: 100%;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.HomeNews .box .boxRight .item a .content4 {
  margin-top: 0.35rem;
}
.HomeNews .box .boxRight .item a .content4 .le {
  font-size: var(--f16);
}
.HomeNews .box .boxRight .item a:hover .content2 {
  color: #009bdd;
}
.HomeNews .box .boxRight .item a:hover .content3 img {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}
.HomeButton1 {
  border-radius: 0.4rem;
  padding: 0.1rem 0.1rem 0.1rem 0.4rem;
  border: 1px solid #fff;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  font-size: var(--f16);
}
.HomeButton1 .le_ {
  color: #fff;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.HomeButton1 .ri_ {
  margin-left: 0.38rem;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.HomeButton1 .ri_ p {
  width: 0.42rem;
  height: 0.42rem;
  background: #fff;
  border-radius: 50%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.HomeButton1 .ri_ p svg {
  margin: auto;
}
.HomeButton1:hover .ri_ {
  -webkit-transform: translateX(-0.1rem);
  -ms-transform: translateX(-0.1rem);
  transform: translateX(-0.1rem);
}
.HomeButton1:hover .ri_ p {
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.footer {
  background: url(../images/bg5.png) no-repeat 50% 50% / cover;
  position: relative;
}
.footer .box {
  padding: 0.92rem 0;
}
.footer .box .boxLeft {
  width: 50%;
  padding-right: 1.2rem;
}
.footer .box .boxLeft .left .content1 {
  font-size: 0.36rem;
  font-family: 'gilroy_bold';
  color: #fff;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.footer .box .boxLeft .left .content1 p {
  width: 0.46rem;
  height: 0.46rem;
  border-radius: 50%;
  background: #58d7ff;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: 0.15rem;
}
.footer .box .boxLeft .left .content1 p svg {
  margin: auto;
}
.footer .box .boxLeft .left .content2 {
  font-size: var(--f18);
  color: #fff;
  margin-top: 0.28rem;
}
.footer .box .boxLeft .left .content2 span {
  display: inline-block;
  margin-right: 0.28rem;
}
.footer .box .boxLeft .left .content2 p {
  margin-bottom: 0.1rem;
}
.footer .box .boxLeft .right figure img {
  width: 1.5rem;
}
.footer .box .boxLeft .right figcaption {
  font-size: var(--f18);
  margin-top: 0.12rem;
  text-align: center;
  color: #fff;
}
.footer .box .boxRight {
  width: 50%;
}
.footer .box .boxRight .item {
  color: #fff;
}
.footer .box .boxRight .item h5 {
  font-size: 0.22rem;
}
.footer .box .boxRight .item h5 a{
    color: #fff;
}
.footer .box .boxRight .item h5 a:hover{
    text-decoration: underline;
}
.footer .box .boxRight .item ul {
  margin-top: 0.32rem;
  display: grid;
  gap: 0.12rem;
}
.footer .box .boxRight .item ul li a {
  font-size: var(--f18);
  color: #fff;
  opacity: 0.88;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.footer .box .boxRight .item ul li a:hover {
  opacity: 1;
}
.footer .box1 {
  padding: 0.42rem 0;
  border-top: 1px solid rgba(255, 255, 255, 0.22);
  font-size: var(--f16);
  color: #fff;
}
.footer .box1 span {
  opacity: 0.5;
}
.footer .box1 a {
  display: inline-block;
  margin-left: 0.1rem;
  color: #fff;
  opacity: 0.5;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.footer .box1 a:hover {
  opacity: 1;
}
.footer .goTop {
  position: absolute;
  width: 0.6rem;
  height: 0.6rem;
  background: #58d7ff;
  border-radius: 50%;
  right: 0.8rem;
  bottom: 0.45rem;
  z-index: 5;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  cursor: pointer;
}
.footer .goTop svg {
  margin: auto;
}
.InnerBanner {
  position: relative;
}
.InnerBanner .img {
  position: relative;
}
.InnerBanner .img > img {
  width: 100%;
}
.InnerBanner .img p {
  position: absolute;
  left: 0;
  top: 0rem;
}
.InnerBanner .img p img {
  width: 4.58rem;
}
.InnerBanner .orientation {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.InnerBanner .orientation .box {
  width: 100%;
  color: #fff;
}
.InnerBanner .orientation .box h5 {
  font-family: 'gilroy_bold';
  text-shadow: 0px 13px 21px rgba(97, 63, 54, 0.32);
}
.InnerBanner .orientation .box .desc {
  font-size: var(--f18);
  margin-top: 0.16rem;
}
.SelectNav {
  border-bottom: 2px solid #f6f6f6;
}
.SelectNav .box ul li {
  margin-right: 0.25rem;
}
.SelectNav .box ul li a {
  display: block;
  font-size: var(--f18);
  color: #333;
  line-height: 1rem;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.SelectNav .box ul li a svg {
  opacity: 0;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.SelectNav .box ul li a:hover {
  color: #009bdd;
}
.SelectNav .box ul .active a {
  color: #009bdd;
}
.SelectNav .box ul .active a svg {
  opacity: 1;
}
.p60 {
  padding-top: 0.6rem;
}
.p60_ {
  padding-bottom: 0.6rem;
}
.NewsRecommended .box {
  padding: 0.5rem 0.68rem;
  background: #e9f6fc;
  border-radius: 0.1rem;
}
.NewsRecommended .box .banner {
  position: relative;
}
.NewsRecommended .box .banner .boxLeft {
  width: 6rem;
  border-radius: 0.1rem;
  overflow: hidden;
}
.NewsRecommended .box .banner .boxLeft img {
  width: 100%;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.NewsRecommended .box .banner .boxRight {
  width: -webkit-calc(94%);
  width: calc(100% - 6rem);
  padding: 0 0.9rem;
}
.NewsRecommended .box .banner .boxRight .content1 {
  font-size: 0.36rem;
  color: #000;
  margin-top: 0.4rem;
}
.NewsRecommended .box .banner .boxRight .content2 {
  font-size: var(--f18);
  font-family: 'gilroy_regular';
  color: #999;
  margin-top: 0.13rem;
}
.NewsRecommended .box .banner .boxRight .content3 {
  font-size: var(--f16);
  color: #666;
  line-height: 0.28rem;
  margin-top: 0.45rem;
}
.NewsRecommended .box .banner .boxRight .content4 {
  margin-top: 0.45rem;
}
.NewsRecommended .box .page {
  position: absolute;
  right: 0;
  bottom: -18px;
  z-index: 1;
}
.NewsRecommended .box .page div span {
  opacity: 1;
  background: none;
  border: 2px solid #d6d6d6;
  width: 10px;
  height: 10px;
}
.NewsRecommended .box .page div .swiper-pagination-bullet-active {
  border-color: #009bdd;
}

.NewsRecommended .box .lb_button{
     position: absolute;
      right: 0;
      bottom: -20px;
      z-index: 1;
    
}

.NewsRecommended .box .lb_button .btn{
    border-color: #009bdd;
    transform: scale(0.8);
    transform-origin: right center;
}

.NewsRecommended .box .lb_button .btn svg path{
    fill: #009bdd;
}

.NewsRecommended .box .lb_button .btn:hover{
    border-color: transparent;
    box-shadow: 2px 2px 10px rgba(0,155,221,0.2);
}
.NewsRecommended .box .lb_button .next{
    /*margin-left: 0.3rem;*/
}


.NewsRecommended .HomeButton{
    padding: 0.1rem 0.4rem;
}

.NewsList .box {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0.6rem 0.4rem;
}
.NewsList .box .item a {
  display: block;
}
.NewsList .box .item a figure {
  border-radius: 0.1rem;
  overflow: hidden;
}
.NewsList .box .item a figure img {
  width: 100%;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.NewsList .box .item a .title {
  font-size: 0.24rem;
  line-height: 0.36rem;
  margin-top: 0.3rem;
  height: 0.72rem;
  color: #000;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.NewsList .box .item a .time {
  font-size: var(--f18);
  font-family: 'gilroy_regular';
  color: #999;
  text-align: right;
  margin-top: 0.12rem;
}
.NewsList .box .item a .desc {
  font-size: var(--f16);
  line-height: 0.28rem;
  color: #666;
  margin-top: 0.22rem;
}
.NewsList .box .item a:hover figure img {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}
.NewsList .box .item a:hover .title {
  color: #009bdd;
}
.pu_page {
  display: -ms-flexbox;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-top: 0.72rem;
  position: relative;
  z-index: 1;
}
.pu_page a {
  display: inline-block;
  line-height: 45px;
  height: 45px;
  width: 45px;
  font-size: var(--f20);
  font-family: 'gilroy_regular';
  text-align: center;
  margin: 0 0.12rem;
  padding: 0 3px;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  color: #999;
  border-radius: 50%;
}
.pu_page a:hover {
  background: #009bdd;
  color: #fff;
}
.pu_page .number {
  margin: 0 0.2rem;
}
.pu_page .active {
  background: #009bdd;
  color: #fff;
}
.pu_page .prev a i,
.pu_page .next a i {
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  color: #333;
  font-size: var(--f20);
}
.pu_page .prev a i:hover,
.pu_page .next a i:hover {
  color: #009bdd;
}
.mbx {
  color: #666;
  font-size: var(--f16);
}
.mbx i {
  color: #666;
  font-size: var(--f16);
}
.mbx a {
  font-size: var(--f16);
  color: #666;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.mbx a img {
  -webkit-transform: translateY(-0.02rem);
  -ms-transform: translateY(-0.02rem);
  transform: translateY(-0.02rem);
}
.mbx a:hover {
  color: #009bdd;
}
.NewsInfo .box .boxLeft {
  width: 10.54rem;
  padding-right: 0.6rem;
  border-right: 1px solid #eee;
}
.NewsInfo .box .boxLeft .content1 {
  font-size: 0.36rem;
  margin-top: 0.4rem;
}
.NewsInfo .box .boxLeft .content2 {
  margin-top: 0.32rem;
  padding: 0.3rem 0;
  border-top: 1px solid #eee;
  border-bottom: 1px solid #eee;
}
.NewsInfo .box .boxLeft .content2 .le {
  font-size: var(--f16);
  color: #666;
}
.NewsInfo .box .boxLeft .content2 .ri {
  font-size: var(--f16);
  color: #666;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
}
.NewsInfo .box .boxLeft .content2 .ri p {
  margin-left: 0.16rem;
  position: relative;
}
.NewsInfo .box .boxLeft .content2 .ri p a {
  cursor: pointer;
}
.NewsInfo .box .boxLeft .content2 .ri p svg path {
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.NewsInfo .box .boxLeft .content2 .ri p img {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  top: 120%;
  max-width: 1.2rem;
  width: 1.2rem;
  z-index: 1;
  display: none;
}
.NewsInfo .box .boxLeft .content2 .ri p:hover img {
  display: block;
}
.NewsInfo .box .boxLeft .content2 .ri p:hover svg path {
  fill: #009bdd;
}
.NewsInfo .box .boxLeft .content3 {
  padding: 0.4rem 0 0;
  font-size: var(--f16);
  line-height: 0.28rem;
}
.NewsInfo .box .boxLeft .content3 img{
    height: auto !important;
}
.NewsInfo .box .boxLeft .content4 {
  margin-top: 0.5rem;
}
.NewsInfo .box .boxLeft .content5 {
  margin-top: 0.4rem;
}
.NewsInfo .box .boxRight {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  padding-left: 0.6rem;
}
.NewsInfo .box .boxRight h5 {
  font-size: 0.24rem;
}
.NewsInfo .box .boxRight .list {
  margin-top: 0.4rem;
  display: grid;
  gap: 0.5rem;
}
.NewsInfo .box .boxRight .list a {
  display: block;
}
.NewsInfo .box .boxRight .list a figure {
  border-radius: 0.1rem;
  overflow: hidden;
}
.NewsInfo .box .boxRight .list a figure img {
  width: 100%;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.NewsInfo .box .boxRight .list a figcaption {
  margin-top: 0.25rem;
  font-size: var(--f20);
  color: #333;
  line-height: 0.3rem;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.NewsInfo .box .boxRight .list a:hover figure img {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}
.NewsInfo .box .boxRight .list a:hover figcaption {
  color: #009bdd;
}

.NewsInfo .social-share .social-share-icon {
    border: none;
    width: auto;
    height: auto;
    line-height:initial;
    background: none;
    border-radius: 0;
    font-size: 0;
    margin: 0 0 0 0.16rem;
}

.social-share a:hover {
    background: none !important;
}

.go a {
  display: inline-block;
  width: 1.4rem;
  line-height: 0.5rem;
  background: #009bdd;
  color: #fff;
  border-radius: 0.3rem;
  text-align: center;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  font-size: var(--f18);
}
.go a:hover {
  -webkit-transform: translateY(-6px);
  -ms-transform: translateY(-6px);
  transform: translateY(-6px);
}
.up_down {
  display: grid;
  gap: 0.1rem;
}
.up_down .ite {
  background: #f5f5f5;
  font-size: var(--f16);
  padding: 0 0.32rem;
}
.up_down .ite a {
  line-height: 0.5rem;
  color: #333;
}
.up_down .ite a span {
  color: #666;
}
.list_container {
  --w: 3.1rem;
}
.list_container .container_box .container_box_left {
  width: var(--w);
}
.list_container .container_box .container_box_right {
  width: calc(100% - var(--w));
  padding-left: 0.8rem;
}
.Container_Nav .item {
  margin-bottom: 0.2rem;
}
.Container_Nav .item .top {
  cursor: pointer;
}
.Container_Nav .item .top a {
  position: relative;
  color: #000;
}
.Container_Nav .item .top a .le {
  width: 0.6rem;
  height: 0.6rem;
  border-radius: 50%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.Container_Nav .item .top a .le img {
  margin: auto;
  max-width: 90%;
  -webkit-transition: 0.4;
  -o-transition: 0.4;
  transition: 0.4;
}
.Container_Nav .item .top a .le .img2 {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  opacity: 0;
}
.Container_Nav .item .top a .ri {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  padding-left: 0.25rem;
  font-size: 0.24rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.Container_Nav .item .top a .arrow {
  position: absolute;
  right: 0%;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  font-size: var(--f16);
}
.Container_Nav .item .top a:hover {
  color: #009bdd;
}
.Container_Nav .item .bot {
  padding-left: 0.85rem;
  display: grid;
  grid-template-rows: 0fr;
  overflow: hidden;
}
.Container_Nav .item .bot ul {
  display: grid;
  gap: 0.24rem;
  min-height: 0;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.Container_Nav .item .bot ul li a {
  color: #333;
  font-size: var(--f16);
   transition: 0.4s;
}
.Container_Nav .item .bot ul li a:hover{
    color: #009bdd;
}
.Container_Nav .item.active .top a {
  color: #009bdd;
}
.Container_Nav .item.active .top a .le {
  background: #009bdd;
}
.Container_Nav .item.active .top a .le .img1 {
  opacity: 0;
}
.Container_Nav .item.active .top a .le .img2 {
  opacity: 1;
}
.Container_Nav .item.active .bot {
  grid-template-rows: 1fr;
}
.Container_Nav .item.active .bot ul {
  padding-top: 0.2rem;
}
.CaseList .h5 {
  font-size: 0.36rem;
}
.CaseList .desc {
  font-size: var(--f16);
  color: #666;
  line-height: 0.28rem;
  margin-top: 0.3rem;
}
.CaseList .desc span {
  color: #333;
  font-weight: bold;
}
.CaseList .list {
  margin-top: 0.56rem;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0.5rem 0.4rem;
}
.CaseList .list .item a {
  display: block;
  color: #333;
}
.CaseList .list .item a figure {
  overflow: hidden;
  border-radius: 0.1rem;
}
.CaseList .list .item a figure img {
  width: 100%;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.CaseList .list .item a figcaption {
  text-align: center;
  margin-top: 0.3rem;
}
.CaseList .list .item a figcaption h6 {
  font-size: 0.24rem;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.CaseList .list .item a figcaption p {
  font-size: var(--f16);
  line-height: 0.28rem;
  color: #666;
  height: 0.6rem;
  text-align: left;
  margin-top: 0.12rem;
   transition: 0.4s;
}
.CaseList .list .item a:hover figure img {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}
.CaseList .list .item a:hover figcaption h6 {
  color: #009bdd;
}
.CaseList .list .item a:hover figcaption p {
  color: #009bdd;
}


.BeCase {
  margin-top: 0.7rem;
}
.BeCase h5 {
  font-size: 0.24rem;
}
.BeCase ul {
  margin-top: 0.4rem;
  display: grid;
  gap: 0.35rem;
}
.BeCase ul li a figure {
  border-radius: 0.1rem;
  overflow: hidden;
}
.BeCase ul li a figure img {
  width: 100%;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.BeCase ul li a figcaption {
  font-size: var(--f20);
  color: #333;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  text-align: center;
  margin-top: 0.15rem;
}
.BeCase ul li a:hover figure img {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}
.BeCase ul li a:hover figcaption {
  color: #009bdd;
}
.list_container1 {
  --w: 4.78rem;
}
.list_container1 .container_box .container_box_left {
  border-right: 1px solid #eee;
  padding-right: 0.8rem;
}
.list_container1 .container_box .container_box_left .Container_Nav {
  width: 3.1rem;
}
.caseInfo {
  margin-top: 0.35rem;
}
.caseInfo .content1 {
  font-size: 0.36rem;
}
.caseInfo .content2 {
  margin-top: 0.54rem;
}
.caseInfo .content2 .banner {
  position: relative;
}
.caseInfo .content2 .banner .swiper-slide {
  border-radius: 0.2rem;
  overflow: hidden;
}
.caseInfo .content2 .banner img {
  width: 100%;
}
.caseInfo .content2 .lb_button {
  --w40: 0.4rem;
}
.caseInfo .content2 .lb_button .btn {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 2;
}
.caseInfo .content2 .lb_button .prev {
  left: var(--w40);
}
.caseInfo .content2 .lb_button .next {
  right: var(--w40);
}
.caseInfo .content3 .ite {
  padding: 0.36rem 0;
  border-bottom: 1px solid #eee;
}
.caseInfo .content3 .ite:last-child {
  border: 0;
}
.caseInfo .content3 .ite .t {
  font-size: 0.24rem;
  color: #009bdd;
}
.caseInfo .content3 .ite .b {
  font-size: var(--f16);
  color: #555;
  line-height: 0.28rem;
  margin-top: 0.16rem;
}
.caseInfo .content4 {
  margin-top: 0.5rem;
}
.caseInfo .content5 {
  margin-top: 0.4rem;
}
.SystemContainer1 .box .desc {
  margin-top: 0.28rem;
  font-size: var(--f16);
  color: #666;
  line-height: 0.36rem;
}
.m66 {
  margin-top: 0.66rem;
}
.Scientist {
  background: #fafafa;
  display: none;
}
.Scientist .box .boxLeft {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.Scientist .box .boxLeft h6 {
  font-size: 0.36rem;
}
.Scientist .box .boxLeft .main {
  margin-top: 0.28rem;
}
.Scientist .box .boxLeft .main .left {
  padding: 0 0.25rem 0 0;
  width: 3.9rem;
  height: -webkit-calc(4.16rem);
  height: calc(13 * 0.32rem);
  overflow: auto;
  overflow-x: hidden;
  overflow-y: auto;
  scrollbar-color: #009bdd #fff;
  /* 第一个方块颜色，第二个轨道颜色(用于更改火狐浏览器样式) */
  scrollbar-width: thin;
  /* 火狐滚动条无法自定义宽度，只能通过此属性使滚动条宽度变细 */
  -ms-overflow-style: none;
}
.Scientist .box .boxLeft .main .left::-webkit-scrollbar {
  width: 2px;
  height: 2px;
}
.Scientist .box .boxLeft .main .left::-webkit-scrollbar-thumb {
  border-radius: 2px;
  background: #009bdd;
}
.Scientist .box .boxLeft .main .left::-webkit-scrollbar-track {
  border-radius: 2px;
  background: rgba(0, 0, 0, 0.1);
}
.Scientist .box .boxLeft .main .left ul li {
  font-size: var(--f16);
  line-height: 0.32rem;
}
.Scientist .box .boxLeft .main .right {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  padding: 0 0.5rem;
}
.Scientist .box .boxLeft .main .right h6 {
  font-size: 0.28rem;
  color: #009bdd;
}
.Scientist .box .boxLeft .main .right .main_ {
  margin-top: 0.2rem;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0.2rem;
  margin-bottom: 0.3rem;
}
.Scientist .box .boxLeft .main .right .main_ p {
  font-size: var(--f16);
  color: #666;
  position: relative;
  padding-left: 0.22rem;
}
.Scientist .box .boxLeft .main .right .main_ p::after {
  content: '';
  position: absolute;
  left: 0;
  top: 0.06rem;
  width: 10px;
  height: 10px;
  background: #009bdd;
  border-radius: 50%;
}
.Scientist .box .boxLeft .main .right .desc_ {
  line-height: 0.32rem;
  font-size: var(--f16);
  color: #666;
  margin-top: 0.2rem;
  padding-right: 0.2rem;
  height: -webkit-calc(1.92rem);
  height: calc(6 * 0.32rem);
  overflow: auto;
  overflow-x: hidden;
  overflow-y: auto;
  scrollbar-color: #009bdd #fff;
  /* 第一个方块颜色，第二个轨道颜色(用于更改火狐浏览器样式) */
  scrollbar-width: thin;
  /* 火狐滚动条无法自定义宽度，只能通过此属性使滚动条宽度变细 */
  -ms-overflow-style: none;
}
.Scientist .box .boxLeft .main .right .desc_::-webkit-scrollbar {
  width: 2px;
  height: 2px;
}
.Scientist .box .boxLeft .main .right .desc_::-webkit-scrollbar-thumb {
  border-radius: 2px;
  background: #009bdd;
}
.Scientist .box .boxLeft .main .right .desc_::-webkit-scrollbar-track {
  border-radius: 2px;
  background: rgba(0, 0, 0, 0.1);
}
.Scientist .box .boxLeft .main .right .desc_ p {
  position: relative;
  padding-left: 0.22rem;
}
.Scientist .box .boxLeft .main .right .desc_ p::after {
  content: '';
  position: absolute;
  left: 0;
  top: 0.1rem;
  width: 10px;
  height: 10px;
  background: #009bdd;
  border-radius: 50%;
}
.Scientist .box .boxRight {
  width: 4.88rem;
}
.Scientist .box .boxRight p {
  height: 100%;
  border-radius: 0.2rem;
  overflow: hidden;
}
.Scientist .box .boxRight img {
  width: 100%;
  height: 100%;
}
.ResearchCenter .box .swiper-slide a figure {
  background: #eeeeee;
  padding: 0.3rem 0.15rem;
  height: 2.7rem;
  border-radius: 0.2rem;
    text-align: center;
}
.ResearchCenter .w1520{
    padding-top: 0;
}
.ResearchCenter .box .swiper-slide a figure img {
  max-width: 100%;
  max-height: 100%;
  /*width: 100%;*/
}
.ResearchCenter .box .swiper-slide a figcaption {
  margin-top: 0.18rem;
  font-size: 0.2rem;
  color: #666;
  text-align: center;
}
.innerPage {
  text-align: center;
  margin-top: 0.35rem;
}
.innerPage span {
  width: 15px;
  height: 20px;
  opacity: 1;
  background: url(../images/icon7.png);
  opacity: 0.35;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.innerPage .swiper-pagination-bullet-active {
  background: url(../images/icon6.png);
  opacity: 1;
}
.SystemContainer11 {
  margin-top: 0.56rem;
}
.SystemContainer11 .box {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0.4rem;
}
.SystemContainer11 .box .item {
  border: 1px solid #eee;
  border-radius: 0.2rem;
  min-height: 4.15rem;
  padding-bottom: 0.5rem;
}
.SystemContainer11 .box .item .a {
  display: block;
  padding: 0.64rem 0 0;
}
.SystemContainer11 .box .item .a .content1 > div {
  position: relative;
}
.SystemContainer11 .box .item .a .content1 > div > img {
  width: 1.97rem;
}
.SystemContainer11 .box .item .a .content1 > div .posi {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  padding: 15px 20px 15px 15px;
  z-index: 1;
}
.SystemContainer11 .box .item .a .content1 > div .posi div {
  background: #f7f7f7;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  font-size: 0.6rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  color: #009bdd;
}
.SystemContainer11 .box .item .a .content1 > div .posi div p {
  margin: auto;
}
.SystemContainer11 .box .item .a .content1 > div .number {
  position: absolute;
  width: 0.28rem;
  height: 0.28rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  left: 6%;
  top: 6%;
  font-size: var(--f14);
  background: #009bdd;
  border-radius: 50%;
  color: #fff;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.SystemContainer11 .box .item .a .content1 > div .number span {
  margin: auto;
}
.SystemContainer11 .box .item .a .content1{
    display: none;
}
.SystemContainer11 .box .item .a .content2 {
  font-size: 0.24rem;
  text-align: center;
  /*margin-top: 0.38rem;*/
  position: relative;
}
.SystemContainer11 .box .item .a .content2:after{
    content: '';
    position: absolute;
    left: 50%;
    bottom: -0.2rem;
    width: .8rem;
    transform: translateX(-50%);
    height: 2px;
    background: #009bdd;
}
.SystemContainer11 .box .item .a .content3 {
  padding: 0 0.5rem;
  margin-top: 0.4rem;
}
.SystemContainer11 .box .item .a .content3 ul {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  gap: 0.15rem 0.3rem;
  text-align: center;
}
.SystemContainer11 .box .item .a .content3 ul li a {
  font-size: var(--f18);
  color: #333;
}
.SystemContainer11 .box .item .a .content3 ul li a svg {
  opacity: 0;
  display: none;
  margin-left: 0.1rem;
}
/*.SystemContainer11 .box .item .a .content3 ul li a:hover {*/
/*  color: #009bdd;*/
/*  text-decoration: underline;*/
/*}*/
/*.SystemContainer11 .box .item .a .content3 ul li a:hover svg {*/
/*  opacity: 1;*/
/*}*/
.SystemContainer11 .box .item .a:hover .content1 > div .posi div {
  background: #009bdd;
  color: #fff;
}
.SystemContainer11 .btn {
  margin-top: 0.4rem;
}
.TechnologyTitle .number {
  font-family: 'gilroy_bold';
  font-size: 1.04rem;
  line-height: 1;
  color: #333;
  opacity: 0.1;
}
.TechnologyTitle .name {
  line-height: 1;
  margin-top: -0.6rem;
  margin-left: 0.5rem;
}
.EcologicalInterception .box {
  display: grid;
  gap: 0.94rem;
  margin-top: 0.52rem;
  grid-template-columns: repeat(3, 1fr);
}
.EcologicalInterception .box .item {
  position: relative;
}
.EcologicalInterception .box .item::after {
  content: '';
  position: absolute;
  right: -0.46rem;
  top: 0;
  width: 1px;
  height: 100%;
  background: #eeeeee;
}
.EcologicalInterception .box .item:nth-child(3n)::after {
  background: none;
}
.EcologicalInterception .box .item .content1 {
  font-size: 0.28rem;
  color: #009bdd;
}
.EcologicalInterception .box .item .content1 p {
  padding: 0 0.28rem;
  line-height: 0.5rem;
  border: 1px solid #009bdd;
  border-radius: 0.3rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background: #fff;
}
.EcologicalInterception .box .item .content1 p img {
  margin-right: 0.1rem;
}
.EcologicalInterception .box .item .content2 {
  margin-top: 0.18rem;
  font-size: var(--f16);
  line-height: 0.36rem;
  color: #666;
}
.EcologicalInterception .box1 {
  margin-top: 0.3rem;
}
.EcologicalInterception .box1 h5 {
  font-size: 0.28rem;
  color: #009bdd;
}
.EcologicalInterception .box1 h5 p {
  padding: 0 0.28rem;
  line-height: 0.5rem;
  border: 1px solid #009bdd;
  border-radius: 0.3rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background: #fff;
}
.EcologicalInterception .box1 h5 p img {
  margin-right: 0.1rem;
}
.EcologicalInterception .box1 .list {
  margin-top: 0.4rem;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0.4rem;
}
.EcologicalInterception .box1 .list .ite {
  border: 1px solid #eee;
  border-radius: 0.2rem;
  overflow: hidden;
}
.EcologicalInterception .box1 .list .ite .content1 {
  overflow: hidden;
}
.EcologicalInterception .box1 .list .ite .content1 img {
  width: 100%;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.EcologicalInterception .box1 .list .ite .content2 {
  font-size: 0.24rem;
  text-align: center;
  margin-top: 0.56rem;
}
.EcologicalInterception .box1 .list .ite .content3 {
  padding: 0 0.6rem 0.6rem;
  margin-top: 0.34rem;
}
.EcologicalInterception .box1 .list .ite .content3 h6 {
  font-size: var(--f18);
  color: #009bdd;
}
.EcologicalInterception .box1 .list .ite .content3 p {
  font-size: var(--f16);
  color: #666;
  line-height: 0.36rem;
  margin-top: 0.12rem;
}
.EcologicalInterception .box1 .list .ite .content3 .h6 {
  margin-top: 0.24rem;
}
.EcologicalInterception .box1 .list .ite:hover .content1 img {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}
.EcologicalInterception2 {
  background: #effaff;
}
.EcologicalInterception2 .box1 .list .ite {
  background: #fff;
}
.IntelligentEcology {
  background: #effaff;
}
.IntelligentEcology .box .boxLeft {
  width: 9.5rem;
}
.IntelligentEcology .box .boxLeft ul {
  margin-top: 0.5rem;
}
.IntelligentEcology .box .boxLeft ul li {
  position: relative;
  padding-left: 0.22rem;
  font-size: var(--f16);
  line-height: 0.32rem;
}
.IntelligentEcology .box .boxLeft ul li::after {
  content: '';
  position: absolute;
  left: 0;
  top: 0.1rem;
  width: 8px;
  height: 8px;
  background: #009bdd;
  border-radius: 50%;
}
.IntelligentEcology .box .boxRight {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  padding-left: 0.3rem;
}
.IntelligentEcology .box1 {
  margin-top: 0.3rem;
}
.IntelligentEcology .box1 .banner .swiper-slide {
  padding: 0.14rem;
  border: 1px solid #eee;
  background: #fff;
  border-radius: 0.2rem;
}
.IntelligentEcology .box1 .banner .swiper-slide figure {
  overflow: hidden;
}
.IntelligentEcology .box1 .banner .swiper-slide figure img {
  width: 100%;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.IntelligentEcology .box1 .banner .swiper-slide figcaption {
  margin-top: 0.12rem;
  text-align: center;
}
.IntelligentEcology .box1 .banner .swiper-slide:hover figure img {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}
.ManagementMaintenance .box .desc {
  font-size: var(--f16);
  margin-top: 0.4rem;
  line-height: 0.32rem;
}
.ManagementMaintenance .box .main {
  text-align: center;
  margin-top: 0.3rem;
}
.HealthAssessment {
  background: #effaff;
}
.HealthAssessment .box ul {
  margin-top: 0.3rem;
}
.HealthAssessment .box ul li {
  position: relative;
  padding-left: 0.22rem;
  font-size: var(--f16);
  line-height: 0.32rem;
}
.HealthAssessment .box ul li::after {
  content: '';
  position: absolute;
  left: 0;
  top: 0.1rem;
  width: 8px;
  height: 8px;
  background: #009bdd;
  border-radius: 50%;
}
.HealthAssessment .box1 {
  margin-top: 0.4rem;
}
.HealthAssessment .box1 .boxLeft {
  width: 3.9rem;
  padding: 0 0.45rem;
}
.HealthAssessment .box1 .boxLeft .banner {
  margin-top: 1.5rem;
}
.HealthAssessment .box1 .boxLeft .banner .ite img {
  width: 100%;
}
.HealthAssessment .box1 .boxRight {
  padding-left: 1.16rem;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.introduce_container {
  --w50: 0.5rem;
}
.introduce_container .box {
  position: relative;
}
.introduce_container .box .img img {
  border-radius: 0.2rem;
  width: 100%;
}
.introduce_container .box .posi1 {
  color: #fff;
  left: var(--w50);
  position: absolute;
  top: 0rem;
}
.introduce_container .box .posi2 {
  font-size: var(--f16);
  line-height: 0.36rem;
  color: #fff;
  position: absolute;
  right: var(--w50);
  top: 0;
  width: 5.8rem;
}
.introduce_container .box .posi3 {
  position: absolute;
  left: var(--w50);
  bottom: var(--w50);
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.introduce_container .box .posi3 .item {
  width: 2.4rem;
  background: #fff;
  text-align: center;
  border-radius: 0.2rem;
  padding: 0.35rem 0;
  margin-right: 0.2rem;
}
.introduce_container .box .posi3 .item div {
  font-size: var(--f18);
}
.introduce_container .box .posi3 .item p {
  font-size: 0.4rem;
  font-family: 'gilroy_bold';
  color: #009bdd;
  margin-top: 0.06rem;
}
.introduce_container .box1 {
  margin-top: 0.6rem;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1.1rem;
}
.introduce_container .box1 .item .content1 {
  font-size: 0.28rem;
  color: #009bdd;
}
.introduce_container .box1 .item .content1 p {
  padding: 0 0.28rem;
  line-height: 0.5rem;
  border: 1px solid #009bdd;
  border-radius: 0.3rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background: #fff;
}
.introduce_container .box1 .item .content1 p img {
  margin-right: 0.1rem;
}
.introduce_container .box1 .item .content2 {
  font-size: var(--f16);
  line-height: 0.32rem;
  color: #666;
  margin-top: 0.35rem;
}
.introduce_container .box1 .item .content3 {
  height: 4rem;
  border: 1px solid #eee;
  border-radius: 0.2rem;
  overflow: hidden;
  margin-top: 0.3rem;
}
.introduce_container .box1 .item .content3 img {
  width: 100%;
}
.HydroecologicalPreparation {
  background: url(../images/bg7.png) no-repeat 50% 50% / cover;
}
.HydroecologicalPreparation .box {
  margin-top: 0.5rem;
}
.ExperimentalCenter .desc {
  margin-top: 0.3rem;
  width: 11rem;
  font-size: var(--f16);
  line-height: 0.32rem;
  color: #666;
}
.ExperimentalCenter .box {
  margin-top: 0.4rem;
}
.ExperimentalCenter .box .banner .swiper .swiper-slide {
  border-radius: 0.2rem;
  border: 1px solid #eee;
}
.ExperimentalCenter .box .banner .swiper .swiper-slide .content1 {
  border-radius: 0.2rem;
  overflow: hidden;
}
.ExperimentalCenter .box .banner .swiper .swiper-slide .content1 img {
  width: 100%;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.ExperimentalCenter .box .banner .swiper .swiper-slide .content2 {
  text-align: center;
  margin-top: 0.35rem;
  font-size: 0.24rem;
}
.ExperimentalCenter .box .banner .swiper .swiper-slide .content3 {
  margin-top: 0.28rem;
  padding: 0 0.3rem 0.36rem;
}
.ExperimentalCenter .box .banner .swiper .swiper-slide .content3 > div {
  height: -webkit-calc(0.96rem);
  height: calc(3 * 0.32rem);
  overflow: auto;
  overflow-x: hidden;
  overflow-y: auto;
  scrollbar-color: #009bdd #fff;
  /* 第一个方块颜色，第二个轨道颜色(用于更改火狐浏览器样式) */
  scrollbar-width: thin;
  /* 火狐滚动条无法自定义宽度，只能通过此属性使滚动条宽度变细 */
  -ms-overflow-style: none;
}
.ExperimentalCenter .box .banner .swiper .swiper-slide .content3 > div::-webkit-scrollbar {
  width: 2px;
  height: 2px;
}
.ExperimentalCenter .box .banner .swiper .swiper-slide .content3 > div::-webkit-scrollbar-thumb {
  border-radius: 2px;
  background: #009bdd;
}
.ExperimentalCenter .box .banner .swiper .swiper-slide .content3 > div::-webkit-scrollbar-track {
  border-radius: 2px;
  background: rgba(0, 0, 0, 0.1);
}
.ExperimentalCenter .box .banner .swiper .swiper-slide .content3 ul li {
  color: #727171;
  position: relative;
  padding-left: 0.22rem;
  font-size: var(--f16);
  line-height: 0.32rem;
}
.ExperimentalCenter .box .banner .swiper .swiper-slide .content3 ul li::after {
  content: '';
  position: absolute;
  left: 0;
  top: 0.12rem;
  width: 8px;
  height: 8px;
  background: #009bdd;
  border-radius: 50%;
}
.ExperimentalCenter .box .banner .swiper .swiper-slide:hover .content1 img {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}
.ContactUs .box .boxLeft {
  width: 3.8rem;
}
.ContactUs .box .boxLeft .content1 {
  font-size: 0.36rem;
}
.ContactUs .box .boxLeft .conntent2 {
  font-size: 0.18rem;
  color: #666;
  margin-top: 0.12rem;
}
.ContactUs .box .boxLeft .content3 {
  margin: 0.4rem 0;
  border-top: 1px solid #eee;
  border-bottom: 1px solid #eee;
  padding: 0.4rem 0;
}
.ContactUs .box .boxLeft .content4 {
  font-size: 0.36rem;
  font-family: 'gilroy_bold';
  color: #009bdd;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.ContactUs .box .boxLeft .content4 p {
  width: 0.46rem;
  height: 0.46rem;
  border-radius: 50%;
  background: #009bdd;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: 0.15rem;
}
.ContactUs .box .boxLeft .content4 p svg {
  margin: auto;
}
.ContactUs .box .boxLeft .content5 {
  font-size: var(--f18);
  margin-top: 0.28rem;
}
.ContactUs .box .boxLeft .content5 span {
  display: inline-block;
  margin-right: 0.28rem;
}
.ContactUs .box .boxLeft .content5 p {
  margin-bottom: 0.1rem;
}
.ContactUs .box .boxLeft .content6 {
  font-size: var(--f18);
}
.ContactUs .box .boxLeft .content7 {
  margin-top: 0.18rem;
}
.ContactUs .box .boxLeft .content7 div {
  border: 1px solid #eee;
  padding-bottom: 0.1rem;
  margin-right: 0.2rem;
}
.ContactUs .box .boxLeft .content7 div figure img {
  width: 1.5rem;
}
.ContactUs .box .boxLeft .content7 div figcaption {
  font-size: var(--f18);
  text-align: center;
}
.ContactUs .box .boxRight {
  width: 9.5rem;
}
.ContactUs .box .boxRight a {
  display: block;
  border-radius: 0.2rem;
  overflow: hidden;
}
.ContactUs .box .boxRight img {
  width: 100%;
}
.TalentRecruitment .title h5 {
  font-size: var(--f18);
  color: #666;
}
.TalentRecruitment .title h6 {
  font-size: 0.36rem;
  margin-top: 0.12rem;
}
.TalentRecruitment .box {
  margin-top: 0.45rem;
  background: #e9f6fc;
}
.TalentRecruitment .box .list .top {
  cursor: pointer;
  padding: 0 0.7rem;
  font-size: 0.28rem;
  line-height: 0.86rem;
  border-top: 1px solid #fff;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.TalentRecruitment .box .list .top i {
  font-weight: bold;
  color: #999;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  display: inline-block;
}
.TalentRecruitment .box .list .bot {
  padding: 0 0.7rem;
  display: none;
}
.TalentRecruitment .box .list .bot h6 {
  font-size: var(--f18);
}
.TalentRecruitment .box .list .bot ul {
  margin-top: 0.12rem;
  padding-bottom: 0.4rem;
}
.TalentRecruitment .box .list .bot ul li {
  font-size: var(--f16);
  color: #666;
  position: relative;
  padding-left: 0.22rem;
  line-height: 0.32rem;
}
.TalentRecruitment .box .list .bot ul li::after {
  content: '';
  position: absolute;
  left: 0;
  top: 0.12rem;
  width: 8px;
  height: 8px;
  background: #009bdd;
  border-radius: 50%;
}
.TalentRecruitment .box .list.active .top {
  color: #009bdd;
  border-color: #009bdd;
}
.TalentRecruitment .box .list.active .top i {
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
  color: #009bdd;
}
.article_container {
  position: fixed;
  left: 0.2rem;
  top: 50%;
  opacity: 0;
  z-index: -2;
}
.article_container.active {
  top: 30%;
  opacity: 1;
  z-index: 4;
}
.article_container .box .list {
  display: grid;
  gap: 0.2rem;
  border-left: 1px solid #ddd;
}
.article_container .box .list li {
  font-size: var(--f18);
}
.article_container .box .list li a {
  color: #333;
  padding-left: 0.2rem;
  position: relative;
}
.article_container .box .list li a::after {
  content: '';
  position: absolute;
  left: -2px;
  width: 3px;
  background: #009bdd;
  top: 0;
  height: 100%;
  opacity: 0;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.article_container .box .list .active a {
  color: #009bdd;
}
.article_container .box .list .active a::after {
  opacity: 1;
}
.CompanyIntroduction {
  background: url(../images/bg8.png) no-repeat center bottom;
  background-size: 100% auto;
}
.CompanyIntroduction .box {
  margin-top: 0.5rem;
}
.CompanyIntroduction .box .boxLeft {
  width: 7.6rem;
}
.CompanyIntroduction .box .boxLeft .banner {
  --w50: 0.2rem;
  position: relative;
}
.CompanyIntroduction .box .boxLeft .banner .swripr-slide {
  border-radius: 0.2rem;
  overflow: hidden;
}

.CompanyIntroduction .box  img{
    width: 100%;
}

.CompanyIntroduction .box .boxLeft .banner .innerPage {
  position: absolute;
  left: 0;
  width: 100%;
  bottom: 0.3rem;
  z-index: 1;
}
.CompanyIntroduction .box .boxLeft .banner .innerPage span {
  width: 15px;
  height: 20px;
  opacity: 1;
  background: url(../images/icon8.png);
  opacity: 0.35;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.CompanyIntroduction .box .boxLeft .banner .innerPage .swiper-pagination-bullet-active {
  background: url(../images/icon9.png);
  opacity: 1;
}
.CompanyIntroduction .box .boxLeft .banner .lb_button .btn {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 2;
}
.CompanyIntroduction .box .boxLeft .banner .lb_button .prev {
  left: var(--w50);
}
.CompanyIntroduction .box .boxLeft .banner .lb_button .next {
  right: var(--w50);
}
.CompanyIntroduction .box .boxRight {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  padding-left: 0.7rem;
}
.CompanyIntroduction .box .boxRight h5 {
  font-size: 0.36rem;
}
.CompanyIntroduction .box .boxRight .desc {
  font-size: var(--f16);
  line-height: 0.32rem;
  margin-top: 0.25rem;
  height: calc(7 * 0.32rem);
  
  
  overflow: auto;
  overflow-x: hidden;
  overflow-y: auto;
  
  
  
  
  scrollbar-color: #009bdd #fff;
  /* 第一个方块颜色，第二个轨道颜色(用于更改火狐浏览器样式) */
  scrollbar-width: thin;
  /* 火狐滚动条无法自定义宽度，只能通过此属性使滚动条宽度变细 */
  -ms-overflow-style: none;
  padding-right: 0.1rem;
  
  
}


.CompanyIntroduction .box .boxRight .desc::-webkit-scrollbar {
  width: 2px;
  height: 2px;
}
.CompanyIntroduction .box .boxRight .desc::-webkit-scrollbar-thumb {
  border-radius: 2px;
  background: #009bdd;
}
.CompanyIntroduction .box .boxRight .desc::-webkit-scrollbar-track {
  border-radius: 2px;
  background: rgba(0, 0, 0, 0.1);
}




.CompanyIntroduction .box1 {
  padding: 0.6rem 0 0.4rem;
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 0.2rem;
}
.CompanyIntroduction .box1 .item {
  text-align: center;
}
.CompanyIntroduction .box1 .item .top {
  font-size: 0.22rem;
}
.CompanyIntroduction .box1 .item .bot {
  font-size: 0.54rem;
  font-family: 'gilroy_bold';
  color: #009bdd;
}
.CompanyIntroduction .box2 {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0.4rem;
}
.CompanyIntroduction .box2 .item {
  border: 1px solid #eee;
  border-radius: 0.2rem;
  padding: 0.4rem 0;
  position: relative;
   -webkit-transform: rotate(0deg);
}
.CompanyIntroduction .box2 .item .img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  border-radius: 0rem;
  object-fit: initial;
}
.CompanyIntroduction .box2 .item .main {
  position: relative;
  z-index: 1;
}
.CompanyIntroduction .box2 .item .main .left img {
  height: 0.92rem;
}
.CompanyIntroduction .box2 .item .main .right {
  margin-left: 0.32rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.CompanyIntroduction .box2 .item .main .right div {
  font-size: 0.26rem;
}
.CompanyIntroduction .box2 .item .main .right p {
  font-size: 0.22rem;
  margin-top: 0.05rem;
}
.CompanyIntroduction .box2 .item:hover .img {
  opacity: 1;
}
.m56 {
  margin-top: 0.56rem;
}
.BusinessField {
  background: url(../images/bg9.png) no-repeat 50% 50% / cover;
}
.BusinessField .f48 {
  color: #fff;
}
.BusinessField .box {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0.3rem;
}
.BusinessField .box .item {
  padding: 0.5rem 0.4rem;
  background: #fff;
  border-radius: 0.2rem;
}
.BusinessField .box .item .content1 .div {
  position: relative;
}
.BusinessField .box .item .content1 .div > img {
  width: 0.9rem;
}
.BusinessField .box .item .content1 .div .posi {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  padding: 0.1rem 0.1rem 0.08rem 0.1rem;
  z-index: 1;
}
.BusinessField .box .item .content1 .div .posi div {
  background: #f7f7f7;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  color: #009bdd;
}
.BusinessField .box .item .content1 .div .posi div p {
  margin: auto;
  text-align: center;
}
.BusinessField .box .item .content1 .div .posi div p img {
  max-width: 90%;
  max-height: 90%;
}
.BusinessField .box .item .content1 .div .number {
  position: absolute;
  width: 0.28rem;
  height: 0.28rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  z-index: 1;
  -webkit-transform: scale(0.8);
  -ms-transform: scale(0.8);
  transform: scale(0.8);
  left: 0%;
  top: 0%;
  font-size: var(--f14);
  background: #009bdd;
  border-radius: 50%;
  color: #fff;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.BusinessField .box .item .content1 .div .number span {
  margin: auto;
}
.BusinessField .box .item .content1 .div1 {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 0.22rem;
  padding-left: 0.2rem;
  line-height: 0.32rem;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.BusinessField .box .item .content1 .div1 br{
    display: none;
}
.BusinessField .box .item .content2 {
  margin-top: 0.24rem;
  min-height: 1.2rem;
}
.BusinessField .box .item .content2 ul {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0.12rem;
}
.BusinessField .box .item .content2 ul li {
  font-size: var(--f16);
  color: #666;
}
.BusinessField .box .item .content3 {
  margin-top: 0.35rem;
  display: none;
}
.BusinessField .box .item:hover .content1 .div1 {
  color: #009bdd;
}
.CooperationMode .box {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  overflow: hidden;
}
.CooperationMode .box .item {
  position: relative;
}
.CooperationMode .box .item .img {
  width: -webkit-calc(100.32%);
  width: calc(100% + 0.32rem);
}
.CooperationMode .box .item .img img {
  height: 7.38rem;
  width: 100%;
}
.CooperationMode .box .item .posi {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  text-align: center;
  font-size: 0.36rem;
}
.CooperationMode .box .item1 {
  z-index: 3;
}
.CooperationMode .box .item2 {
  z-index: 2;
}
.CooperationMode .box .item2 .posi {
  color: #fff;
}
.CooperationMode .box .item3 .img {
  width: 100%;
}
.HonorQualification {
  background: url(../images/bg11.png) no-repeat 50% 50% / cover;
}
.HonorQualification .box .right ul li {
  margin-left: 0.8rem;
  text-align: center;
}
.HonorQualification .box .right ul li .top {
  font-size: var(--f18);
}
.HonorQualification .box .right ul li .bot {
  font-size: 0.6rem;
  font-family: 'gilroy_bold';
  color: #009bdd;
}
.HonorQualification .box1 {
  margin-top: 0.1rem;
}
.HonorQualification .box1 ul {
  line-height: 0.2rem;
}
.HonorQualification .box1 ul li {
  font-size: var(--f16);
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  cursor: pointer;
}
.HonorQualification .box1 ul li:hover {
  color: #009bdd;
}
.HonorQualification .box1 ul li:last-child {
  border-left: 1px solid #ddd;
  margin-left: 0.3rem;
  padding-left: 0.3rem;
}
.HonorQualification .box1 ul .active {
  font-size: 0.22rem;
  color: #009bdd;
}
.HonorQualification .bg_ {
  padding-bottom: 0.9rem;
  background: url(../images/bg12.png) no-repeat center bottom;
  background-size: 100% auto;
}
.HonorQualification .box2 {
  margin-top: 0.9rem;
}
.HonorQualification .box2 .banner {
  --w50: 0rem;
  padding: 0 1rem;
  position: relative;
}
.HonorQualification .box2 .banner .swiper-slide {
  -webkit-transform: scale(0.7);
  -ms-transform: scale(0.7);
  transform: scale(0.7);
  -webkit-transform-origin: center bottom;
  -ms-transform-origin: center bottom;
  transform-origin: center bottom;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.HonorQualification .box2 .banner .swiper-slide-active {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}
.HonorQualification .box2 .lb_button .btn {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 2;
  border-color: #009bdd;
}
.HonorQualification .box2 .lb_button .btn svg path {
  fill: #009bdd;
}
.HonorQualification .box2 .lb_button .btn:hover {
  border-color: transparent;
  -webkit-box-shadow: 2px 2px 10px rgba(0, 155, 221, 0.2);
  box-shadow: 2px 2px 10px rgba(0, 155, 221, 0.2);
}
.HonorQualification .box2 .lb_button .prev {
  left: var(--w50);
}
.HonorQualification .box2 .lb_button .next {
  right: var(--w50);
}
.MarketLayout {
  background: url(../images/bg13.png) 50% 50% / cover;
}
.MarketLayout .box {
  text-align: right;
}
.MarketLayout .box img {
  margin-top: -0.9rem;
  width: 11.45rem;
}
.TeamStyle {
  background: #e9f6fc;
}
.TeamStyle .box {
  --w1: 0.2rem;
  --w: calc((var(--vw) - var(--w1) * 2) / 3);
}
.TeamStyle .box .banner {
  position: relative;
}
.TeamStyle .box .banner .swiper-slide {
  width: -webkit-calc(var(--w));
  width: calc(var(--w));
  margin-right: var(--w1);
  -webkit-transform: translateX(-webkit-calc(var(--w) / 2));
  -ms-transform: translateX(calc(var(--w) / 2));
  transform: translateX(calc(var(--w) / 2));
}
.TeamStyle .box .banner .swiper-slide a {
  display: block;
  position: relative;
  border-radius: 0.3rem;
  overflow: hidden;
}
.TeamStyle .box .banner .swiper-slide a > img {
  width: 100%;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.TeamStyle .box .banner .swiper-slide a:hover > img {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}
.TeamStyle .box .lb_button .btn {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 2;
}
.TeamStyle .box .lb_button .prev {
  left: 1rem;
}
.TeamStyle .box .lb_button .next {
  right: 1rem;
}


/*11111111111*/
.NewsList_new {
  margin-top: 0.15rem;
}
.NewsList_new .box {
  display: grid;
  gap: 0.15rem;
}
.NewsList_new .box .item {
  background: #f5f5f5;
  border-radius: 0.1rem;
  transition: 0.4s;
}
.NewsList_new .box .item a {
  padding: 0.15rem 0.3rem;
}
.NewsList_new .box .item a .left {
  flex: 1;
  padding-left: 0.3rem;
  padding-right: 1.6rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.NewsList_new .box .item a .left > div {
  width: 100%;
}
.NewsList_new .box .item a .left .content1 {
  font-size: 0.24rem;
  color: #666;
  transition: 0.4s;
}
.NewsList_new .box .item a .left .content2 {
  font-size: var(--f16);
  color: #666;
  line-height: 0.28rem;
  margin-top: 0.2rem;
}
.NewsList_new .box .item a .left .content3 {
  margin-top: 0.2rem;
}
.NewsList_new .box .item a .center {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  width: 2.15rem;
  font-family: 'gilroy_regular';
  color: #999;
  text-align: center;
}
.NewsList_new .box .item a .center .top {
  font-size: 0.5rem;
  line-height: 1;
}
.NewsList_new .box .item a .center .bot {
  font-size: var(--f16);
  margin-top: 0.06rem;
}
.NewsList_new .box .item a .right {
  width: 3rem;
}
.NewsList_new .box .item a .right p {
  overflow: hidden;
  border-radius: 0.1rem;
}
.NewsList_new .box .item a .right p img {
  width: 100%;
  transition: 0.4s;
}
.NewsList_new .box .item a:hover {
  background: #e9f6fc;
}
.NewsList_new .box .item a:hover .left .content1 {
  color: #009bdd;
}
.NewsList_new .box .item a:hover .right p img {
  transform: scale(1.1);
}
.BusinessField_img {
  position: relative;
}
.BusinessField_img img {
  width: 100%;
}
.BusinessField_img .orientation {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  color: #fff;
}
@media screen and (min-width: 1920px) {
.banner_container .banner .swiper .swiper-slide .img img {
  height: auto;
}	

body {
  --vw:1920px;
}

}


@media screen and (max-width: 1680px) {
  .banner_container .wall {
    bottom: -4px;
  }
}
@media screen and (max-width: 1520px) {
  .Home_container2 .bg img {
    min-height: 8.7rem;
  }
  .CompanyIntroduction .box .boxRight .desc {
    /*height: calc(11 * 0.32rem);*/
    /*height: auto;*/
  }
  .CooperationMode .box .item .img img {
    height: 6.58rem;
  }
  .lb_button .btn {
    width: 0.6rem;
    height: 0.6rem;
  }
  .lb_button .btn svg {
    -webkit-transform: scale(0.7);
    -ms-transform: scale(0.7);
    transform: scale(0.7);
  }
    .Home_container2 .box .box_main .swiper .swiper-slide {
    -webkit-transform: translateX(-1.1rem);
    -ms-transform: translateX(-1.1rem);
    transform: translateX(-1.1rem);
 }
 
 .Scientist .box .boxLeft .main .left {
    height: calc(14 * 0.32rem);
}

.BusinessField .box .item .content1 .div1 {
    font-size: 0.18rem;
}



}
@media screen and (max-width: 1400px) {
  .OpenLayer .box {
    margin-top: 0;
  }
  .introduce_container .box .img img {
    min-height: 7rem;
  }


  
}
@media screen and (max-width: 1320px) {
    .BusinessField .box .item .content1 .div1 {
    font-size: 0.18rem;
}

.BusinessField .box .item .content2 ul li{
    font-size: 12px;
}
.BusinessField .box .item {
    padding: 0.5rem 0.3rem;
}
.BusinessField .box .item .content1 .div .posi div p img {
    max-width: 80%;
    max-height: 80%;
}
.BusinessField .box .item .content1 .div > img {
    width: 0.8rem;
}

  .OpenLayer .box .boxLeft .item {
    margin-bottom: 0.3rem;
  }
  .OpenLayer .box .boxRight {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    padding-left: 0.75rem;
  }
  .f48 {
    font-size: 0.4rem;
  }
  .OpenLayer .box .boxLeft {
    width: 8rem;
  }
  .Home_container2 .box .box_main .swiper .swiper-slide .m .two .two_main .t img {
    width: 0.52rem;
  }
  .HomeCases .box .banner {
    width: 80%;
  }
  .HomeCases .box .banner .swiper-slide {
    width: -webkit-calc(100% / 5);
    width: calc(100% / 5);
  }
  .footer .box .boxLeft {
    padding-right: 0.6rem;
  }
  .CooperationMode .box .item .img img {
    height: 6.08rem;
  }
  .MarketLayout .box img {
    width: 8.45rem;
  }
  .ContactUs .box .boxRight {
    width: 8.4rem;
  }
  
  .CompanyIntroduction .box1 .item .bot {
    font-size: 0.5rem;
}


/*.Scientist .box .boxLeft .main .right .desc_ {*/
/*    height: calc(4 * 0.32rem);*/
/*}*/

  
  
}
@media screen and (max-width: 1200px) {
    .MarketLayout .box img{
        width:100%;
        margin-top: 0;
    }
  .header_container {
    display: none;
  }
  .banner_container .banner .swiper .swiper-slide .img img {
    height: 5rem;
  }
  .banner_container .banner .swiper .swiper-slide .orientation {
    width: 100%;
  }
  .Home_container1 .box {
    width: 100%;
    display: none;
  }
  .Home_container1 .list {
    position: initial;
    width: 100%;
  }
  .Home_container1 .HomeTitle {
    position: initial;
    -webkit-transform: translateX(0%);
    -ms-transform: translateX(0%);
    transform: translateX(0%);
  }
  .Home_container1 .list1 .item:nth-child(2),
  .Home_container1 .list2 .item:nth-child(2) {
    -webkit-transform: translateX(0rem);
    -ms-transform: translateX(0rem);
    transform: translateX(0rem);
  }
  body {
    --padding: 5vw;
  }
  .Home_container1 .list1 .item {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -webkit-flex-flow: row-reverse;
    -ms-flex-flow: row-reverse;
    flex-flow: row-reverse;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }
  .Home_container1 .list1 .item .left {
    text-align: left;
  }
  .Home_container1 .list .item {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 0.32rem;
  }
  .Home_container1 .list {
    margin-top: 0.32rem;
  }
  .banner_container .wall {
    display: none;
  }
  .Home_container2 {
    margin-top: 0;
  }
  .Home_container1 .list .item .right {
    margin-right: 0.5rem;
    margin-left: 0;
  }
  .Home_container1 .box_main {
    padding-top: 0.3rem;
  }
  .p90 {
    padding-top: 0.8rem;
  }
  .Home_container1,
  .p90_ {
    padding-bottom: 0.8rem;
  }
  .banner_container .banner {
    --w50: 5vw;
  }
  .Home_container2 .box .w1520_ {
    padding: 0 5vw;
  }
  .Home_container2 .box .box_main .swiper .swiper-slide {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
  .Home_container2 .box .box_main {
    margin-top: 0.5rem;
  }
  .Home_container2 {
    --w50: 5vw;
  }
  .HomeCases .box .banner .swiper-slide {
    width: -webkit-calc(100% / 2);
    width: calc(100% / 2);
  }
  .Home_container2 .boxWenan .content1 {
    font-size: 0.24rem;
  }
  .Home_container2 .bg img {
    min-height: 7.4rem;
  }
  .HomeCases .box1 .banner .swiper-slide a figcaption {
    padding: 0.3rem;
  }
  .HomeCases .box1 .banner .swiper-slide a figcaption .tit {
    font-size: 0.22rem;
  }
  .HomeNews .box .boxLeft {
    width: 100%;
  }
  .HomeNews .box .boxRight {
    width: 100%;
    -webkit-box-flex: 1;
    -webkit-flex: 1 100%;
    -ms-flex: 1 100%;
    flex: 1 100%;
    margin-top: 0.4rem;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 0.2rem;
  }
  .HomeNews .box .boxRight .item {
    width: 100%;
    padding-left: 0;
  }
  .HomeNews .box .boxRight .item a {
    padding: 0.5rem 0.4rem;
  }
  .footer .box .boxRight {
    display: none;
  }
  .footer .box .boxLeft {
    padding-right: 0;
    width: 100%;
  }
  .footer .box1 {
    width: 80%;
  }
  .footer .goTop {
    right: 5vw;
  }
  .footer .box .boxLeft .left .content1 {
    font-size: 0.26rem;
  }
  .MobileMain .HeaderMobile .box .logo a img {
    height: 46px;
  }
  .InnerBanner .img > img {
    min-height: 3rem;
  }
  .SelectNav .box ul {
    padding: 0.2rem 0;
  }
  .SelectNav .box ul li a {
    line-height: 0.5rem;
  }
  .CompanyIntroduction .box .boxLeft {
    width: 100%;
  }
  .CompanyIntroduction .box .boxRight {
    width: 100%;
    padding-left: 0;
    margin-top: 0.5rem;
    flex:1 100%;
  }
  .f60 {
    font-size: 0.4rem;
  }
  .HomeTitle > div,
  .f48 {
    font-size: 0.32rem;
    line-height: 0.4rem;
  }
  .CompanyIntroduction .box1 {
    grid-template-columns: repeat(3, 1fr);
  }
  .CompanyIntroduction .box1 .item .bot,
  .HonorQualification .box .right ul li .bot {
    font-size: 0.5rem;
  }
  .CompanyIntroduction .box2 {
    grid-template-columns: repeat(1, 1fr);
    gap: 0.2rem;
  }
  .BusinessField .box {
    grid-template-columns: repeat(1, 1fr);
    gap: 0.2rem;
  }
  .BusinessField .box .item .content2 ul {
    grid-template-columns: repeat(3, 1fr);
  }
  .BusinessField .box .item .content2 {
    min-height: auto;
  }
  .BusinessField .box .item .content1 .div1 br {
    display: none;
  }
  .CooperationMode .box1 {
    overflow: scroll;
  }
  .CooperationMode .box1 .box {
    width: 202%;
  }
  .HonorQualification .box .right {
    width: 100%;
    margin-top: 0.5rem;
  }
  .HonorQualification .box .right ul li {
    margin-left: 0;
  }
  .HonorQualification .box1 {
    margin-top: 0.4rem;
  }
  .HonorQualification .box2 .banner {
    padding: 0 0rem;
  }
  .NewsList .box {
    grid-template-columns: repeat(2, 1fr);
    gap: 0.4rem 0.2rem;
  }
  .NewsList .box .item a .title {
    font-size: 0.2rem;
    line-height: 0.3rem;
    margin-top: 0.2rem;
    height: 0.6rem;
  }
  .NewsRecommended .box {
    padding: 0.3rem 0.38rem;
  }
  .NewsRecommended .box .banner .boxLeft {
    width: 100%;
  }
  .NewsRecommended .box .banner .boxRight {
    width: 100%;
    padding: 0;
  }
  .NewsRecommended .box .banner .boxRight .content1 {
    font-size: 0.26rem;
  }
  .NewsInfo .box .boxLeft {
    width: 100%;
    padding-right: 0;
    border: 0;
  }
  .NewsInfo .box .boxRight {
    width: 100%;
    -webkit-box-flex: 1;
    -webkit-flex: 1 100%;
    -ms-flex: 1 100%;
    flex: 1 100%;
    padding-left: 0;
  }
  .NewsInfo .box .boxRight .list {
    grid-template-columns: repeat(2, 1fr);
    gap: 0.4rem 0.2rem;
  }
  .list_container .container_box .container_box_left {
    display: none;
  }
  .InnerBanner .img p img {
    width: 2.58rem;
  }
  .list_container .container_box .container_box_right {
    width: 100%;
    padding-left: 0;
  }
  .CaseList .list {
    grid-template-columns: repeat(2, 1fr);
    gap: 0.4rem 0.2rem;
  }
  .SystemContainer1 .box .desc {
    padding-right: 0;
  }
  .SystemContainer11 .box .item .a .content3 {
    padding: 0 0.2rem;
  }
  .SystemContainer11 .box .item .a .content3 ul {
    grid-template-columns: repeat(1, 1fr);
    gap: 0.1rem 0.3rem;
  }
  .SystemContainer11 .box .item .a .content1 > div {
    -webkit-transform: scale(0.8);
    -ms-transform: scale(0.8);
    transform: scale(0.8);
  }
  .SystemContainer11 .box .item .a {
    padding: 0.14rem 0 0;
  }
  .SystemContainer11 .box .item .a .content2 {
    margin-top: 0rem;
  }
  .SystemContainer11 .box .item {
    min-height: 4.25rem;
    padding-bottom: 0.4rem;
  }
  .Scientist .box .boxLeft .main .left {
    width: 100%;
  }
  .Scientist .box .boxLeft {
    width: 100%;
  }
  .Scientist .box .boxLeft .main .right {
    width: 100% ;
    -webkit-box-flex: 1;
    -webkit-flex: 1 100%;
    -ms-flex: 1 100%;
    flex: 1 100%;
    padding-left: 0;
    margin-top: 0.4rem;
  }
  .Scientist .box .boxRight {
    width: 100%;
    text-align: center;
    margin-top: 0.4rem;
  }
  .Scientist .box .boxRight img {
    width: 5rem;
  }
  .EcologicalInterception .box {
    gap: 0.4rem;
    grid-template-columns: repeat(1, 1fr);
  }
  .article_container.active {
    display: none;
  }
  .EcologicalInterception .box .item .content1,
  .EcologicalInterception .box1 h5 {
    font-size: 0.2rem;
  }
  .TechnologyTitle .number {
    font-size: 0.94rem;
  }
  .TechnologyTitle .name {
    line-height: 1;
    margin-top: -0.5rem;
    margin-left: 0.5rem;
  }
  .EcologicalInterception .box1 .list {
    grid-template-columns: repeat(1, 1fr);
    gap: 0.2rem;
  }
  .IntelligentEcology .box .boxLeft {
    width: 100%;
  }
  .IntelligentEcology .box .boxRight {
    padding-left: 0;
    margin-top: 0.4rem;
  }
  .HealthAssessment .box1 .boxLeft {
    padding: 0;
  }
  .HealthAssessment .box1 .boxRight {
    width: 100%;
    padding-left: 0;
    -webkit-box-flex: 1;
    -webkit-flex: 1 100%;
    -ms-flex: 1 100%;
    flex: 1 100%;
    margin-top: 0.4rem;
  }
  .HealthAssessment .box1 .boxLeft .banner {
    margin-top: 0;
    width: 3.9rem;
    margin: auto;
  }
  .HealthAssessment .box1 .boxLeft {
    width: 100%;
  }
  .EcologicalInterception .box .item::after {
    display: none;
  }
  .introduce_container .box .posi2 {
    right: 0;
    width: 100%;
    padding: 0 var(--w50);
    top: 1.5rem;
  }
  .introduce_container {
    --w50: 0.4rem;
  }
  .introduce_container .box .posi3 .item {
    width: 1.9rem;
  }
  .introduce_container .box .posi3 .item p {
    font-size: 0.3rem;
  }
  .introduce_container .box1 .item .content1 {
    font-size: 0.24rem;
  }
  .introduce_container .box1 {
    margin-top: 0.5rem;
    grid-template-columns: repeat(1, 1fr);
    gap: 0.5rem;
  }
  .ExperimentalCenter .desc {
    width: 100%;
  }
  .ContactUs .box .boxLeft {
    width: 100%;
  }
  .ContactUs .box .boxRight {
    width: 100%;
    margin-top: 0.4rem;
  }
  .HomeCases .box1,
  .TeamStyle .box {
    --w: calc((var(--vw) - var(--w1) * 1) / 2);
  }
  .HomeCases .box1 .lb_button .prev,
  .TeamStyle .box .lb_button .prev {
    left: 10vw;
  }
  .HomeCases .box1 .lb_button .next,
  .TeamStyle .box .lb_button .next {
    right: 10vw;
  }
  .NewsInfo .box .boxLeft .content1,
  .CaseList .h5,
  .caseInfo .content1,
  .CompanyIntroduction .box .boxRight h5,
  .ContactUs .box .boxLeft .content1,
  .TalentRecruitment .title h6,
  .CooperationMode .box .item .posi,
  .Scientist .box .boxLeft h6 {
    font-size: 0.26rem;
  }
  .SystemContainer11 .box {
    grid-template-columns: repeat(2, 1fr);
    gap: 0.2rem;
  }
  .HonorQualification .box2 .banner {
    --w50: 5vw;
}
  .TalentRecruitment .box .list .top {
    font-size: 0.22rem;
  }
  .TalentRecruitment .box .list .top,
  .TalentRecruitment .box .list .bot {
    padding: 0 0.3rem;
  }
  .Scientist .box .boxLeft .main .right {
    padding-right: 0;
  }
  .caseInfo .content2 .lb_button {
    --w40: 5vw;
 }
 
.OpenLayer{
    display: none;
}
.public_anchor {
    top: -66px;
}
.maodian {
    top: -66px;
}


.Home_container1 .list3{
    display: grid;
	grid-template-columns: repeat(2, 1fr);
}

.Scientist .box{
    flex-flow: column-reverse;
}
.Scientist .box .boxRight {
    margin-top: 0;
    margin-bottom: 0.2rem;
}
.Scientist .box .boxLeft h6{
    text-align: center;
}


.NewsList_new .box .item a .center{
    display: none;
}

.NewsList_new .box .item a .left {
    padding-left: 0;
    padding-right: 0.4rem;
}
.NewsList_new .box .item a .right {
    width: 2.6rem;
}


}
@media screen and (max-width: 669px) {
    .NewsList_new .box .item a .right{
        width: 100%;
    }
    .NewsList_new .box .item a .left{
        flex: 1 100%;
        padding: 0rem 0 0.2rem;
    }
    .Home_container1 .list3{
    	grid-template-columns: repeat(1, 1fr);
    }
    .NewsList_new .box .item a {
    padding:  0.2rem;
}
    
.NewsRecommended .box {
    padding: 0.3rem 0.38rem 0.5rem;
}
  .f60 {
    font-size: 0.3rem;
  }
  .NewsRecommended .box .lb_button  {
    bottom: -32px;
}

  .HomeTitle > div,
  .f48 {
    font-size: 0.28rem;
  }
  .banner_container .banner .swiper .swiper-slide .orientation .content3 p {
    padding: 0 0.34rem;
    letter-spacing: 0;
  }
  .banner_container .banner .swiper .swiper-slide .img img {
    height: 3.8rem;
  }
  .Home_container2 .box .box_main {
    margin-top: 0.1rem;
  }
  .Home_container2 .bg img {
    min-height: 9rem;
  }
  .HomeCases .box .banner {
    width: 100%;
  }
  .HomeCases .box .togg {
    width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: 0.3rem;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }
  .lb_button1 .btn {
    -webkit-transform: scale(0.8);
    -ms-transform: scale(0.8);
    transform: scale(0.8);
  }
  .HomeCases .box1,
  .TeamStyle .box {
    --w: calc((var(--vw) - var(--w1) * 1) / 1);
  }
  .HomeCases .box1 .banner .swiper-slide,
  .TeamStyle .box .banner .swiper-slide {
    -webkit-transform: translateX(var(--w1));
    -ms-transform: translateX(var(--w1));
    transform: translateX(var(--w1));
    width: 90vw;
  }
  .HomeCases .box1 {
    --w1:5vw;
}

  .TeamStyle .box{
    --w1:5vw;
}


  .lb_button .btn svg {
    -webkit-transform: scale(0.6);
    -ms-transform: scale(0.6);
    transform: scale(0.6);
  }
  .HomeNews .box .boxRight {
    grid-template-columns: repeat(1, 1fr);
  }
  .HomeNews .box .boxLeft a .orientation {
    padding: 0.4rem 0.4rem;
  }
  .HomeNews .box .boxLeft a .posi {
    left: 0.4rem;
    bottom: 0.4rem;
  }

  
  .HomeNews .box .boxLeft a .img img {
    min-height: 3.2rem;
  }
  .HomeNews .box .boxLeft a .orientation .content2 {
    font-size: 0.2rem;
    line-height: 0.32rem;
  }
  .footer .box .boxLeft .left {
    width: 62%;
  }
  .footer .box {
    padding: 0.72rem 0;
  }
  .Home_container2 .boxWenan {
    width: 100%;
  }
  .NewsInfo .box .boxLeft .content1,
  .CaseList .h5,
  .caseInfo .content1,
  .CompanyIntroduction .box .boxRight h5,
  .ContactUs .box .boxLeft .content1,
  .TalentRecruitment .title h6 {
    font-size: 0.24rem;
  }
  .CompanyIntroduction .box1 {
    grid-template-columns: repeat(2, 1fr);
  }
  .CompanyIntroduction .box1 .item .bot,
  .HonorQualification .box .right ul li .bot {
    font-size: 0.4rem;
  }
  .CompanyIntroduction .box2 .item .main .right div {
    font-size: 0.26rem;
  }
  .BusinessField .box .item .content2 ul {
    grid-template-columns: repeat(2, 1fr);
  }
  .BusinessField .box .item .content1 .div1 {
    font-size: 0.22rem;
    padding-left: 0.3rem;
  }
  .BusinessField .box .item .content1 .div .posi div p img {
    max-width: 74%;
    max-height: 74%;
  }
  .CooperationMode .box1 .box {
    width: 280%;
  }
  .CooperationMode .box .item .img img {
    height: 5.48rem;
  }
  .HonorQualification .box .right ul {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 0.2rem;
  }
  .HonorQualification .box2 .banner .swiper-slide {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
  }
  .NewsList .box,
  .NewsInfo .box .boxRight .list,
  .CaseList .list,
  .SystemContainer11 .box,
  .Scientist .box .boxLeft .main .right .main_ {
    grid-template-columns: repeat(1, 1fr);
  }
  .pu_page .number {
    display: none;
  }
  .footer .box .boxLeft .left .content2 p {
    padding-left: 0.6rem;
    position: relative;
  }
  .footer .box .boxLeft .left .content2 p span {
    position: absolute;
    top: 0;
    left: 0;
  }
  .Scientist .box .boxLeft .main .right h6 {
    font-size: 0.24rem;
  }
  .Scientist .box .boxRight img {
    width: 100%;
  }
  .introduce_container .box .posi2 {
    line-height: 0.3rem;
  }
  .introduce_container .box .posi3 {
    position: initial;
  }
  .introduce_container .box .posi3 {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
  }
  .introduce_container .box .posi3 .item {
    margin-right: 0;
    width: auto;
  }
  .introduce_container .box .posi3 .item div {
    height: 0.5rem;
  }
  .ContactUs .box .boxLeft .content4 {
    font-size: 0.26rem;
    line-height: 0.46rem;
  }
  .ContactUs .box .boxLeft .content4 p svg {
    -webkit-transform: scale(0.8);
    -ms-transform: scale(0.8);
    transform: scale(0.8);
  }
}
/*# sourceMappingURL=./style.css.map */