@charset "utf-8";
/* CSS Document */

/*===========================header=============================*/


/*********nav*********/
.top_layer{ width:100%;  z-index:999; position: absolute;}
.topkuai{ height:90px; width:1300px; margin:auto; background:rgba(255,255,255,1); border-bottom:1px solid rgba(255,255,255,0.3); margin-top:25px; border-radius:5px;}
.nav{ width:1300px; margin:auto;}
.tlogo{ width:340px; float:left; padding-top:15px; padding-left:15px;}
.nav1{ width:855px; padding-top:20px; float:right;}
.nav2{ width:50px; padding-top:35px; text-align:center; float:right;}
.nav2 a{ margin-left:5px; display:block; width:28px; line-height:28px; font-size:16px; height:28px; color:#FFF; background:#01824a; border-radius:50px;}
.nav2 a:hover{color:#FFF; background:#1454BD;}


ul.menu {list-style:none; margin:0; padding:0}
ul.menu * {margin:0; padding:0}
ul.menu a {display:block; color:#000; text-decoration:none; height: 52px; line-height: 52px; text-align:center;}
ul.menu li {position:relative; float:left; margin-right:0px; z-index:1;}
ul.menu ul {position:absolute; top:60px; left:0; display:none; opacity:0; list-style:none;}
ul.menu ul li {position:relative; border:0px solid #000;background:#fff; border-bottom:1px solid #fff; border-top:none; width:95px; margin:0}
ul.menu ul li a {display:block; padding:3px 0px 5px 0px; height:32px; line-height:32px; color:#000; font-size:12px;}
ul.menu ul li a:hover {background-color:#1454BD; color:#fff; font-size:14px;}
ul.menu ul ul {left:114px; top:-1px}
ul.menu .menulink {border:0px solid; padding:0px 25px; color:#212121;  font-family:"微软雅黑"; font-size:16px;}
ul.menu .menulink:hover, ul.menu .menuhover {color: #fff; background:#01824a; border-radius:5px;}
ul.menu .sub {background:url('http://d2.xvna.com/sc/scimg/arrow.gif?http://www.xvna.com') 100% 0px no-repeat}
ul.menu .topline {border-top:1px solid #aaa}





/*首页banner*/
#banner {
  position: relative;
  z-index: 0;
}

#banner .img {
  height: 100vh;
}

#banner .img img {
  transform: none !important;
}

#banner .swiper-slide {
  overflow: hidden;
}

#banner .img:after {
  padding-top: 50%;
}

#banner .mask {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

#banner .txt {
  color: #fff;
  height: 100%;
  display: flex;
  flex-direction: column;
  text-align: center;
  align-items: center;
  justify-content: center;
}

#banner .txt>* {
  opacity: 0;
}

#banner .txt h3 {
  font-size: 50px;
  color: #fff;
  font-family: Alibaba-PuHuiTi-Heavy;
  margin-bottom: 1.75rem;
}

#banner .txt h3 span {
  color: #fff;
}

#banner .txt p {
  font-size: 1.5rem;
  line-height: 1.875rem;
  margin-bottom: 4.75rem;
}

#banner .txt .btnbox {
  display: flex;
  gap: .9375rem;
}

#banner .swiper-button-prev {
  opacity: .8;
  left: 4%;
  position: absolute;
}

#banner .swiper-button-next {
  opacity: .8;
  right: 4%;
  position: absolute;
}

#banner .swiper-slide.swiper-slide-active .txt h3 ,
#banner .slick-active .txt h3  {
  animation: enter 1.2s forwards .1s;
}

#banner .swiper-slide.swiper-slide-active .txt p ,
#banner .slick-active .txt p {
  animation: enter 1.2s forwards .2s;
}

#banner .swiper-slide.swiper-slide-active .txt .btnbox ,
#banner .slick-active .txt .btnbox {
  animation: enter 1.2s forwards .3s;
}

#banner .swiper-button-next .icon,
#banner .swiper-button-prev .icon {
  width: 50%;
}

.btn_liaojie {
  display: flex;
  align-items: center;
  justify-content: center;
  text-transform: uppercase;
  width: 14.0625rem;
  height: 3.125rem;
  gap: 1rem;
  border-radius: 1.5rem;
  font-size: 1.125rem;
  background: #fff;
  color: #01824a;
}

.btn_liaojie i {
  font-weight: bold;
  font-size: .875rem;
  transition: .5s;
}

.btn_liaojie:hover i {
  transform: translateX(10px);
}

#banner .arr {
  display: flex;
  align-items: center;
  justify-content: center;
}

#banner .arr span {
  color: #fff;
  font-size: 1.25rem;
}

@-webkit-keyframes enter {
  0% {
    opacity: 0;
    transform: translateY(100px);
    -webkit-transform: translateY(100px);
    -moz-transform: translateY(100px);
    -ms-transform: translateY(100px);
    -o-transform: translateY(100px);
  }

  20% {
    opacity: 0;
    transform: translateY(100px);
    -webkit-transform: translateY(100px);
    -moz-transform: translateY(100px);
    -ms-transform: translateY(100px);
    -o-transform: translateY(100px);
  }

  100% {
    opacity: 1;
    transform: translateY(0px);
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -ms-transform: translateY(0px);
    -o-transform: translateY(0px);
  }
}

@keyframes enter {
  0% {
    opacity: 0;
    transform: translateY(100px);
    -webkit-transform: translateY(100px);
    -moz-transform: translateY(100px);
    -ms-transform: translateY(100px);
    -o-transform: translateY(100px);
  }

  20% {
    opacity: 0;
    transform: translateY(100px);
    -webkit-transform: translateY(100px);
    -moz-transform: translateY(100px);
    -ms-transform: translateY(100px);
    -o-transform: translateY(100px);
  }

  100% {
    opacity: 1;
    transform: translateY(0px);
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -ms-transform: translateY(0px);
    -o-transform: translateY(0px);
  }
}

.btn_border {
  display: flex;
  align-items: center;
  justify-content: center;
  text-transform: uppercase;
  width: 14.0625rem;
  height: 3.4375rem;
  transition: .5s;
  gap: 1rem;
  border-radius: 1.5rem;
  font-size: 1.125rem;
  border: 2px solid #fff;
  color: #fff;
}

.btn_border i {
  font-weight: bold;
  font-size: .875rem;
  transition: 0s;
}

/* .btn_border:hover i{ transform: translateX(10px);} */
.btn_border:hover {
  background: #fff;
  color: #01824a;
}

#n_main {}


.search_btn {
  display: flex;
  align-items: center;
  color: #fff;
  margin-right: 2.5rem;
  cursor: pointer;
}

.search_btn i {
  font-size: 1.5rem;
}

.search-dialog-box {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 70vh;
  z-index: 1000000;
  opacity: 0;
  visibility: hidden;
  transition: .6s
}

.search-dialog-box:before {
  content: "";
  position: absolute;
  top: 0;
  height: 0;
  transition: .6s;
  left: 0;
  right: 0;
  z-index: 1;
}

.search-dialog-box.on:before {
  height: 100%
}

.search-dialog-box .bubbles-bg {
  opacity: 0;
  visibility: hidden;
  display: none
}

.search-dialog-box .search-bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 0;
  margin: 0;
  background-size: cover;
  background-repeat: no-repeat;
  transform-origin: center center;
  transition: height .8s cubic-bezier(.77, 0, .175, 1)
}

.search-dialog-box .wrap-inner {
  transform: translateY(100%);
  transition: .6s
}

.header-right .bubbles-bg {
  opacity: 0;
  visibility: hidden;
  transition: all .5s .8s
}

.search-dialog {
  position: absolute;
  left: 0;
  top: 30%;
  transform: translateY(-50%);
  width: 100%;
  z-index: 2
}

.search-dialog .search-inner {
  overflow: hidden;
  margin-top: 0
}

.search-dialog .search-input {
  overflow: hidden;
  display: flex;
  width: 50rem;
  margin: 0 auto;
  padding: 0 0 0 1.5rem;
  background-color: rgba(255, 255, 255, .1);
  box-sizing: border-box;
  transition: all .3s;
  max-width: 94%
}

.search-dialog .search-input input[type=text] {
  float: left;
  height: 4.5rem;
  flex-grow: 1;
  background-color: transparent;
  font-size: 1.25rem;
  color: #fff;
  transition: all .3s
}

.search-dialog .search-input input[type=text]::-webkit-input-placeholder {
  color: rgba(255, 255, 255, 0.5)
}

.search-dialog .search-input input[type=text]:-moz-placeholder {
  color: rgba(255, 255, 255, 0.5)
}

.search-dialog .search-input input[type=text]::-moz-placeholder {
  color: rgba(255, 255, 255, 0.5)
}

.search-dialog .search-input input[type=text]:-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.5)
}

.search-dialog .search-input .submit,
.search-dialog .search-input .clear-btn {
  height: 4.5rem;
  width: 3.5rem
}

.search-dialog .search-input .submit {
  background-color: transparent;
  background-repeat: no-repeat;
  background-position: center;
}

.search-tit {
  text-align: center;
  color: #fff;
  font-size: 1.5rem;
  line-height: 1.5;
  margin-bottom: 2rem;
}

.search-dialog-box.on {
  opacity: 1;
  visibility: visible
}

.search-dialog-box.on .search-bg {
  height: 100vh
}

.search-dialog-box.on .wrap-inner {
  transform: translateY(0)
}

.pub-close {
  position: absolute;
  width: 3rem;
  height: 3rem;
  z-index: 10;
  right: 1.5rem;
  top: 1.35rem;
  background-color: rgba(255, 255, 255, .1);
  border-radius: 100%
}

.pub-close:hover {
  transform: rotate(180deg)
}

@keyframes spin {
  to {
    transform: rotate(1turn)
  }
}

@keyframes spin2 {
  to {
    transform: rotate(-1turn)
  }
}

@keyframes spin-reverse {
  from {
    transform: rotate(1turn)
  }
}

@keyframes spin-reverse2 {
  from {
    transform: rotate(-1turn)
  }
}

.pub-close {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
}

.search-dialog-box:before {
  background-image: -moz-linear-gradient(270deg, #084f9b 20%, transparent 100%);
  background-image: -webkit-linear-gradient(270deg, #084f9b 20%, transparent 100%);
  background-image: -ms-linear-gradient(270deg, #084f9b 20%, transparent 100%);
}

.s_liaojie {
  width: 100%;
  overflow: hidden;
  background: url(../images/s_liaojie_bg.jpg) left bottom no-repeat;
}

.s_liaojie .m {
  display: flex;
  gap: 13.75rem;
}

.s_liaojie .left {
  flex-shrink: 0;
}

.s_liaojie .left h2 {
  font-size: 1.875rem;
  color: #3e3b38;
  font-weight: bold;
}

.s_liaojie .left h3 {
  font-size: 3rem;
  line-height: 4rem;
  color: #01824a;
  font-weight: 900;
  margin: 1.75rem 0 2.5rem;
}

.btn_liaojie2 {
  display: flex;
  align-items: center;
  gap: 1.125rem;
  color: #353434;
  font-size: 1rem;
  font-weight: bold;
}

.btn_liaojie2 span {
  width: 4.1875rem;
  height: 4.1875rem;
  border-radius: 50%;
  color: #fff;
  background: #01824a;
  display: flex;
  align-items: center;
  justify-content: center;
}

.btn_liaojie2 span i {}

.btn_liaojie2:hover span i {}

.s_liaojie .right {}

.s_liaojie .right .txt {
  font-size: 1.125rem;
  color: #414141;
  line-height: 2.25rem;
  margin-bottom: 3rem;
}

.s_liaojie .right .img {
  width: 100%;
}

.s_about {
  background: url(../images/s_liaojie_bg.jpg) center 50% no-repeat;
  background-size: ;
}

.s_about .m {
  display: flex;
  gap: 10rem;
  align-items: center;
}

.s_about .left {}

.s_about .right {
  width: 33rem;
  max-width: 100%;
  flex-shrink: 0;
}

.s_about .right ul {}

.s_about .right ul li {}

.s_about .tt {
  margin-bottom: 1.875rem;
}

.s_about .tt h4 {
  font-size: 1.125rem;
  margin-bottom: 1.25rem;
  color: #000000;
  font-family: bahnschrift;
  font-weight: bold;
  text-transform: uppercase;
}

.s_about .tt h4 span {
  color: #01824a;
}

.s_about .tt h2 {
  font-size: 2.875rem;
  color: #212121;
  font-weight: bold;
}

.s_about .con {
  font-size: 1.125rem;
  line-height: 2.25rem;
  color: #414141;
  margin-bottom: 3.375rem;
}



.s_about .left {
 /* flex-shrink: 0;*/
}

.s_about .left h2 {
  font-size: 1.875rem;
  color: #3e3b38;
  font-weight: bold;
}

.s_about .left h3 {
  font-size: 3rem;
  line-height: 4rem;
  color: #01824a;
  font-weight: 900;
  margin: 1.75rem 0 2.5rem;
}



.btn_liaojie3 {
  display: flex;
  align-items: center;
  justify-content: center;
  text-transform: uppercase;
  width: 14.0625rem;
  height: 3.125rem;
  gap: 1rem;
  border-radius: 1.5rem;
  font-size: 1.125rem;
  background: #01824a;
  color: #fff;
}

.btn_liaojie3 i {
  font-weight: bold;
  font-size: .875rem;
  transition: .5s;
}

.btn_liaojie3:hover i {
  transform: translateX(10px);
}

.s_shuzi {}

.s_shuzi ul {
  display: grid;
  gap: 2rem 1rem;
}

.s_shuzi ul li {}

.s_shuzi ul li div {
  display: flex;
  align-items: flex-start;
}

.s_shuzi ul li div span {
  color: #01824a;
  font-size: 5rem;
  font-family: bahnschrift;
  font-weight: bold;
}

.s_shuzi ul li div i {
  font-size: 1.125rem;
  color: #01824a;
}

.s_shuzi ul li p {
  line-height: 1.5;
  font-size: 1.0625rem;
  color: #605e5e;
}

.s_shuzi ul li:nth-child(even) {
  justify-self: flex-end;
}


.wj_index_about_nkt { width:100%; height:45vh; position:relative; overflow:hidden;}

.wj_index_about_nkt .img1 { width:100%; height: auto inherit; max-width:inherit; max-height:inherit; position:absolute; }



.pro_gongneng01 {
  position: relative;
}

.pro_gongneng01 .s_tt {
  text-align: center !important;
  width: 100%;
}

.pro_gongneng01 .hdtabnav ul li {
  width: auto;
  text-align: center;
}

.hdtabnav ul li.swiper-slide-thumb-active a:before {
  transform: scaleX(1);
}

.pro_gongneng01 .bd {
  background: #01824a;
  position: relative;
  width: 100%;
  overflow: hidden;
}

.pro_gongneng01_box {
  display: flex;
  align-items: center;
}

.pro_gongneng01_box .imgbox {
  width: 47.5rem;
  max-width: 100%;
  flex-shrink: 0;
  margin-right: 6rem;
  position: relative;
  margin-left: 2.25rem;
}

.pro_gongneng01_box .imgbox:before {
  content: "";
  display: block;
  width: 100%;
  transform: scaleX(1.05) scaleY(.95);
  transform-origin: center bottom;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background: #C9CACE;
  z-index: 2;
}

.pro_gongneng01_box .imgbox:after {
  content: "";
  display: block;
  width: 100%;
  transform: scaleX(1.1) scaleY(.9);
  transform-origin: center bottom;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background: #DADCDF;
  z-index: 1;
}

.pro_gongneng01_box .imgbox .img {
  position: relative;
  z-index: 3;
}

.pro_gongneng01_box .txtbox {
  flex-grow: 1;
  padding-right: 2rem;
}

.pro_gongneng01_box .txt {
  line-height: 1.125rem;
}

.pro_gongneng01_box .txt h4 {
  color: #3D3D3D;
  font-size: 1rem;
  line-height: 1.5rem;
  margin-bottom: .5rem;
}

.pro_gongneng01_box .txt p {
  color: #3D3D3D;
  opacity: 0.5;
  font-size: .875rem;
  line-height: 1.125rem;
}

.pro_gongneng01 .arr {
  position: absolute;
  z-index: 9;
  top: 50%;
  transform: translateY(-50%);
  width: 3.125rem;
  height: 3.125rem;
  border: 1px solid #bdc1c6;
  transition: .5s;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}

.pro_gongneng01 .arr_left {
  left: 4rem;
}

.pro_gongneng01 .arr_right {
  right: 4rem;
}

.sim_function {
  display: flex;
}

.sim_function .img {
  flex-grow: 1;
  align-items: center;
  height: 45.875rem;
  display: block;
}

.sim_function .txt {
  width: 51rem;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  flex-shrink: 0;
  gap: 3rem;
  padding: 9.125rem 4rem;
  color: #ffffff;
  background: url(../images/chanyelian_txt.jpg) center bottom no-repeat #01824a;
  background-size: 100%;
}

.sim_function .txt h4 {
  font-size: 2.625rem;
  font-weight: bold;
  margin-bottom: 1.875rem;
}

.sim_function .txt .con {
  font-size: 1.125rem;
  color: #fff;
  line-height: 2.25rem;
  margin-bottom: 2rem;
  overflow: hidden;
  -webkit-line-clamp: 3;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
}

.sim_function .txt .btn_border {
  width: 11.25rem;
}

.sim_function .txt .arrbox {
  display: flex;
  gap: 1rem;
}

.sim_function .txt .arr2 {
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  width: 3.75rem;
  height: 3.75rem;
  border-radius: 50%;
  background: #fff;
}

.sim_function .txt .arr2 i {
  color: #01824a;
  font-size: 1.5rem;
}

.sim_function .txt .arr2:nth-child(1) {
  background: #3bcffa;
}

.sim_function .txt .arr2:nth-child(1) i {
  color: #fff;
}

.hdtabnav {
  border-top: 1px solid #d1d6da; padding-bottom:20px;
}

.hdtabnav .swiper {
  margin-top: -1px;
}

.hdtabnav ul {
  width: auto;
  display: inline-flex; width:100%; justify-content:center;
}

.hdtabnav ul li a {
  position: relative;
  display: inline-block;
  padding: 1.5rem 0 1.25rem;
  line-height: 1.625rem;
}

.hdtabnav ul li a h4 {
  font-size: 1.125rem;
  color: #313131;
  font-weight: bold; margin-top:10px;
}

/* .hdtabnav ul li:before{ content: ""; display: block; width: 0; height: 4px; background: #2659FF; position: absolute; left: 100%; bottom: 0;  transition: .5s linear;} */
.hdtabnav ul li:hover::before {
  width: 100%;
  left: 0;
}

.hdtabnav ul li:hover~li::before {
  left: 0;
}

.hdtabnav ul li .ico .img01 {
  display: block;
}

.hdtabnav ul li .ico .img02 {
  display: none;
}

.hdtabnav ul li.swiper-slide-thumb-active:before {
  width: 100%;
  left: 0;
}

.hdtabnav ul li.swiper-slide-thumb-active .ico .img01 {
  display: none;
}

.hdtabnav ul li.swiper-slide-thumb-active .ico .img02 {
  display: block;
}

.underline2 {
  position: absolute;
  left: 0;
  top: 0;
  height: 3px;
  transition: transform 0.2s linear, width 0.2s linear;
  z-index: 9;
}

.underline2:before {
  content: "";
  display: block;
  width: 11rem;
  max-width: 100%;
  margin: 0 auto;
  height: 3px;
  background: #01824a;
}

.pro_gongneng01 .arr {
  position: absolute;
  z-index: 9;
  top: 50%;
  transform: translateY(-50%);
  width: 3.125rem;
  height: 3.125rem;
  border: 1px solid #bdc1c6;
  transition: .5s;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}

.pro_gongneng01 .arr_left {
  left: 4rem;
}

.pro_gongneng01 .arr_right {
  right: 4rem;
}


.arrstyle {}

.arrstyle .bd {
  position: relative;
}

.arrstyle .bd .arr {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 4.5rem;
  height: 4.5rem;
  border: 1px solid #bdc1c6;
  transition: .5s;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}

.arrstyle .bd .arr svg {
  width: 1.25rem;
  height: 1.25rem;
}

.arrstyle .bd .arr path {
  fill: #737577
}

.arrstyle .bd .arr_left {
  left: -7rem;
}

.arrstyle .bd .arr_right {
  right: -7rem;
}

.arrstyle .bd .arr:hover {
  border: 1px solid #01824a;
  background: #01824a;
  color: #fff;
}

.arrstyle .bd .arr:hover path {
  fill: #fff;
}

@media (max-width: 1440px) {
  .arrstyle .bd .arr {
    width: 4rem;
    height: 4rem;
  }

  .arrstyle .bd .arr_left {
    left: -5rem;
  }

  .arrstyle .bd .arr_right {
    right: -5rem;
  }
}

@media (max-width: 768px) {
  .arrstyle .bd {
    padding-bottom: 5.5rem;
  }

  .arrstyle .bd .arr {
    transform: none;
    width: 3rem !important;
    height: 3rem !important;
  }

  .arrstyle .bd .arr svg {
    width: 1rem;
    height: 1rem;
  }

  .arrstyle .bd .arr_left {
    left: 50%;
    margin-left: -3.5rem;
    bottom: 0;
    top: auto !important;
  }

  .arrstyle .bd .arr_right {
    right: 50%;
    margin-right: -3.5rem;
    bottom: 0;
    top: auto !important;
  }

}

.s_tt {
  margin-bottom: 4.375rem;
}

.s_tt h2 {
  font-size: 2.875rem;
  color: #212121;
  font-weight: bold;
}

.s_tt p {
  font-size: 1.125rem;
  color: #9fa0a2;
  margin-top: 1.25rem;
}

.s_buju {
  width: 100%;
  overflow: hidden;
}

.s_buju .outbox {
  display: flex;
  justify-content: space-between;
  position: relative;
  align-items: center;
}

.s_buju .left {
  width: 28.75rem;
  flex-shrink: 0;
}

.s_buju .hd {}

.s_buju .hd ul {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 4rem 2rem;
}

.s_buju .hd ul li {
  display: flex;
  align-items: center;
  gap: 1.25rem;
  cursor: pointer;
}

.s_buju .hd ul li .ico {
  width: 2.625rem;
  height: 2.625rem;
  border-radius: 50%;
  border: 1px solid #d8d8d8;
  display: flex;
  align-items: center;
  justify-content: center;
}

.s_buju .hd ul li .ico i {
  font-size: 1.25rem;
  color: #9b9b9b;
}

.s_buju .hd ul li span {
  font-size: .8125rem;
  color: #666666;
}

.s_buju .hd ul li h3 {
  font-size: 1.25rem;
  color: #212121;
  margin-top: .625rem;
}

.s_buju .hd ul li .line {
  display: block;
  width: 1px;
  height: 3.5625rem;
  background: #cbcbcb;
}

.s_buju .hd ul li.on .ico {
  border: 1px solid #01824a;
}

.s_buju .hd ul li.on .ico i {
  color: #01824a;
}

.s_buju .hd ul li.on span {
  color: #01824a;
}

.s_buju .hd ul li.on h3 {
  color: #01824a;
}

.s_buju .right {
  width: 23.125rem;
  position: relative;
  z-index: 1;
}

.s_buju .right .box {
  padding: .9375rem;
  background: #01824a;
  border-radius: .625rem;
}

.s_buju .right .img {}

.s_buju .right .img:after {
  padding-top: 48.529%;
}

.s_buju .right .txt {
  padding: 1.875rem .625rem;
  height: 16.75rem;
}

.s_buju .right .txt h4 {
  font-size: 1.3125rem;
  color: #fff;
  line-height: 1.5;
  margin-bottom: 1.375rem;
}

.s_buju .right .txt .con {
  font-size: .9375rem;
  line-height: 1.625rem;
  color: #fff;
  height: 9.75rem;
  overflow: auto;
}

.s_buju .center {
  position: absolute;
  left: 29rem;
  width: 80.8125rem;
  top: 0;
}


.s_news {
  padding-top: 2rem;
}

.s_news .bd {
  display: flex;
  flex-direction: row-reverse;
}

.s_news .bd .left {
  flex-grow: 1;
}

.s_news .bd .right {
  width: 39.6875rem;
  max-width: 100%;
  flex-shrink: 0;
}

.s_news .bd .line {
  width: 1px;
  height: auto;
  background: #ebeef0;
  margin: 0 2.875rem;
}

.s_news01 {}

.s_news01 ul {}

.s_news01 ul li {
  padding: 1.875rem 0;
}

.s_news01 ul li+li {
  border-top: 1px solid #ebeef0;
}

.s_news01 ul li .box {
  display: flex;
  gap: 1.25rem;
  align-items: center;
}

.s_news01 ul li .img {
  width: 19.0625rem;
  height: 12rem;
  flex-shrink: 0;
  border-radius: .9375rem;
}

.s_news01 ul li .img:after {}

.s_news01 ul li .txt {}

.s_news01 ul li .txt h4 {
  font-size: 1.25rem;
  color: #313131;
  font-weight: bold;
  margin-bottom: 1.125rem;
  transition: .3s;
}

.s_news01 ul li .txt p {
  font-size: 14px;
  line-height: 24px;
  color: #666;
  margin-bottom: 2.25rem;
}

.s_news01 ul li .txt span {
  font-size: 15px;
  color: #616161;
}

.s_news01 ul li:first-child {
  padding-top: 0 !important;
}

.s_news01 ul li:last-child {
  padding-bottom: 0 !important;
}

.s_news01 ul li .box:hover h4 {
  color: #01824a;
}

.s_news02 {}

.s_news02 .box {
  display: block;
  height: 100%;
  background: #f1f4f6;
  border-radius: .9375rem;
  overflow: hidden;
}

.s_news02 .img {
  height: 24.6875rem;
}

.s_news02 .txt {
  padding: 2.75rem 2.5rem;
}

.s_news02 .txt h4 {
  font-size: 1.375rem;
  line-height: 2.125rem;
  font-weight: bold;
  color: #313131;
  transition: .5s;
}

.s_news02 .txt p {
  font-size: 14px;
  line-height: 24px;
  color: #666;
  margin: 1rem 0 2rem;
}

.s_news02 .txt span {
  font-size: 15px;
  color: #616161;
  line-height: 1.375rem;
}

.s_news02 .box:hover .img img {
  transform: scale(1.05);
}

.s_news02 .box:hover .txt h4 {
  color: #01824a;
}

.s_hd {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 3.25rem;
}

.s_hd .s_tt {
  margin-bottom: 0;
  text-align: left;
}

.s_hd .btn_liaojie3 {
  width: 11.25rem;
}

.s_lianxi {
  width: 100%;
  height: 43rem;
  background: url(../images/s_lianxi_bg.jpg) center no-repeat;
  overflow: hidden;
  background-attachment: fixed;
  background-size: cover;
}

.s_lianxi .m {
  display: flex;
  align-items: center;
}

.s_lianxi .tt {
  color: #fff;
}

.s_lianxi .tt h3 {
  margin-bottom: 1.375rem;
  font-size: 1.5rem;
  font-weight: bold;
}

.s_lianxi .tt h4 {
  line-height: 1.7;
  font-size: 3.25rem;
  line-height: 4rem;
  margin-bottom: 4rem;
}

.btn_liaojie3.whiteborder {
  background: none;
  border: 1px solid rgba(255, 255, 255, 0.6);
}

.s_lianxi .bd {
  position: relative;
}

.s_lianxi .btn_border {
  width: 11.25rem;
  height: 3.4375rem;
  border-radius: 2rem;
}

#foot {}

#foot .box1 .left,
#foot .box1 .right {
  padding: 5rem 0 3rem;
}

#foot .box1 {
  display: flex;
  gap: 5.5rem;
  background:#f1f1f1;
}

#foot .box1 .line {
  display: block;
  width: 1px;
  background: #e2e2e2;
}

#foot .box1 .left {
  flex-shrink: 0;
}

#foot .box1 .left .innerbox {
  width: 31rem;
  max-width: 100%;
}

#foot .box1 .left .m {
  padding-right: 0 !important;
}

#foot .box1 .right {
  flex-grow: 1;
}

#foot .box1 .right .m {
  padding-left: 0 !important;
}

#foot .box2 {
  background: #01824a;
  padding: 1rem 0;
}

#foot .box2 .m {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 2rem;
}

.foot_logo {
  margin-bottom: 4rem;
}

.foot_logo a {
  display: flex;
  align-items: center;
  gap: 1.5rem;
}

.foot_logo img {
  width: 15.3125rem;
}

.foot_logo i {
  display: block;
  width: 1px;
  height: 3.125rem;
  background: #cecece;
}

.foot_logo h3 {
  font-size: 1.25rem;
  line-height: 1.875rem;
  color: #414141;
  font-weight: bold;
}

.foot_search {}

.foot_search .tt {
  font-size: 1.75rem;
  color: #313131;
  font-weight: bold;
}

.foot_search form {
  width: 100%;
  display: flex;
  border-bottom: 1px solid #d3d3d3;
}

.foot_search .input {
  flex-grow: 1;
  font-size: 1rem;
  color: #333;
  height: 3.25rem;
}

.foot_search .input::-webkit-input-placeholder {
  color: #cdcdd3;
}

.foot_search .button {
  flex-shrink: 0;
  background: none;
}

.foot_search .button i {
  font-size: 1.375rem;
  color: #8d8d8d;
}

.foot_search .button:hover i {
  color: #01479d;
}

.hotsearch {
  padding-top: 1.375rem;
  display: flex;
  flex-wrap: wrap;
  gap: 1.875rem;
}

.hotsearch a {
  font-size: 1rem;
  color: #8f9296;
  font-weight: bold;
  transition: .5s;
}

.hotsearch a:hover {
  color: #01824a;
}


/* 二维码朝上展开 */
.foot_social {
  margin-top: 6.25rem;
}

.foot_social ul {
  display: flex;
  gap: .75rem;
}

.foot_social ul li {
  flex-shrink: 0;
  position: relative;
  width: 2.5rem;
  height: 2.5rem;
  background: rgba(255, 255, 255, 0.4);
  border-radius: 50%;
  transition: .5s;
}

.foot_social ul li a {
  display: block;
  cursor: pointer;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.foot_social ul li a i {
  font-size: 1.625rem;
  color: #273580;
}

.foot_social ul li:hover a i {
  color: #01479d;
}

/* .foot_social ul li:hover{ background: #273580;}  */
.foot_social ul li:hover i:before {
  transition: .5s;
}

.foot_social li .ewmbox {
  position: absolute;
  opacity: 0;
  pointer-events: none;
  transform: translateY(10px);
  visibility: hidden;
  width: 8rem;
  left: -.5rem;
  bottom: calc(100% + 1rem);
  transition: .5s;
}

.foot_social li:hover .ewmbox {
  opacity: 1;
  visibility: visible;
  pointer-events: inherit;
  transform: translateY(0px);
}

.foot_social li .ewm {
  position: relative;
  background: #fff;
  border-radius: 5px;
  padding-top: .75rem;
  padding-bottom: .5rem;
  border: 1px solid #ddd;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
}

.foot_social li .ewm img {
  width: 6.5rem;
  height: 6.5rem;
  margin: 0 auto .5rem;
  display: block;
  mix-blend-mode: multiply;
  position: relative;
  z-index: 3;
}

.foot_social li .ewm p {
  font-size: .8125rem;
  text-align: center;
  color: #666;
  position: relative;
  z-index: 3;
  margin: .25rem 0;
}

.foot_social li .ewm:after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background: #fff;
  border-radius: 5px;
  z-index: 1;
}

.foot_social li .ewm:before {
  content: "";
  display: block;
  width: 1rem;
  height: 1rem;
  border-left: 1px solid #ddd;
  border-top: 1px solid #ddd;
  transform: rotate(45deg);
  position: absolute;
  z-index: 1;
  background: #fff;
  left: 1.125rem;
  top: 100%;
  margin-top: -9px;
  border-radius: 3px;
}

.foot_nav {
  display: flex;
  justify-content: space-between;
}

.foot_nav dl {}

.foot_nav dl dt {
  margin-bottom: 1.625rem;
}

.foot_nav dl dt a {
  font-size: 1.125rem;
  color: #404040;
  font-weight: bold;
}

.foot_nav dl dd {}

.foot_nav dl dd a {
  font-size: 1rem;
  line-height: 1.875rem;
  color: #87898b;
}

.foot_nav dl dt a:hover {
  color: #01479d;
}

.foot_nav dl dd a:hover {
  color: #01479d;
}

.foot_lianxi {
  margin-top: 3.75rem;
  display: flex;
  justify-content: space-between;
}

.foot_lianxi .tt {
  font-size: 1.5rem;
  color: #333333;
  font-weight: bold;
  margin-bottom: 1.875rem;
}

.foot_lianxi ul {}

.foot_lianxi ul li {
  display: flex;
  align-items: flex-start;
}

.foot_lianxi ul li i {
  flex-shrink: 0;
  font-size: 1.25rem;
  margin-right: .5rem;
  color: #5c5c5c;
  width: 1.25rem;
  height: 1.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
}

.foot_lianxi ul li p {
  flex-grow: 1;
  font-size: 1rem;
  color: #6d6e6f;
  line-height: 1.5;
}

.foot_lianxi ul li+li {
  margin-top: 1rem;
}

.foot_ewm {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.foot_ewm .img {
  width: 11rem;
}

.foot_ewm .img:after {
  padding-top: 100%;
}

.foot_ewm .img img {
  width: 100%;
}

.foot_ewm p {
  font-size: 1rem;
  line-height: 1.5rem;
  margin-top: .5rem;
  color: #919191;
  text-align: center;
}

.copyright {
  font-size: 1rem;
  line-height: 2rem;
  color: rgba(255, 255, 255, 0.6);
}

.foot_link {
  width: 22.1875rem;
  max-width: 100%;
}

.foot_link dl {
  position: relative;
  border-bottom: 1px solid rgba(255, 255, 255, 0.4);
}

.foot_link dt {
  padding: .5rem 5px .75rem;
  font-size: 1rem;
  color: #fff;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
  z-index: 2;
}

.foot_link dt i {
  width: .75rem;
  font-size: .75rem;
  transition: .5s;
}

.foot_link dt.on i {
  transform: rotate(180deg);
}

.foot_link dt i path {
  fill: #999;
}

.foot_link dd {
  position: absolute;
  z-index: 1;
  bottom: 0;
  left: -10px;
  right: -10px;
  padding-bottom: 2.9375rem;
}

.foot_link dd:before {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: #01479d;
  z-index: -1;
}

.foot_link dd .box {
  border-radius: 1.5rem;
  padding: 1rem 15px 0;
  display: none;
}

.foot_link dd .box a {
  display: block;
  color: rgba(255, 255, 255, 0.781);
  font-size: .875rem;
  line-height: 2;
  transition: .3s;
}

.foot_link dd .box a:hover {
  color: #fff;
}


#banner .swiper-pagination {
  bottom: 1rem !important;
}

#banner .swiper-pagination .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  margin: 0 6.5px !important;
  border-radius: 50%;
  border-radius: 50%;
  border: 1px solid #fff;
  background: none;
  opacity: 1;
}

#banner .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  border: 1px solid #fff;
  background: #fff;
}

.circle {
  margin: 0 auto;
  position: relative;
  top: 50%;
  right: 50%;
  transform: translateX(-50%) translateY(-50%) scaleY(.7);
  z-index: 999;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #3f897c;
  font-size: 30px;
}

/* .circle:after {
      content: "";
      display: block;
      width: 17px;
      height: 17px;
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translateX(-50%) translateY(-50%);
      border-radius: 50%;
      background: #fff;
      z-index: 2;
  } */
.circle:before {
  content: "";
  display: block;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background: #01824a;
  z-index: 3;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
}

.circle span {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 50%;
  background-color: rgba(0, 71, 157, 0.6);
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
  -webkit-animation: circleScale 3s linear infinite;
  -moz-animation: circleScale 3s linear infinite;
  -ms-animation: circleScale 3s linear infinite;
  animation: circleScale 3s linear infinite;
  border-radius: 50%;
  overflow: hidden;
}

.circle span:nth-of-type(2) {
  animation-delay: 1s;
}


@keyframes circleScale {
  0% {
    opacity: 1;
    border-radius: 50%;
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
  }

  100% {
    opacity: 0;
    border-radius: 50%;
    -webkit-transform: scale(1.5);
    -moz-transform: scale(1.5);
    -ms-transform: scale(1.5);
    transform: scale(1.5);
  }
}




.buju_box {
  position: relative;
}

.buju_box .dot {
  position: absolute;
  width: 0;
  height: 0;
  z-index: 9;
}

.buju_box .dot i {
  position: absolute;
  color: #01479d;
  left: 50%;
  bottom: -2px;
  transform: translateX(-50%);
}

.buju_box .dot p {
  font-size: .9375rem;
  color: #515151;
  position: absolute;
  left: 50%;
  top: 1rem;
  transform: translateX(-50%);
  white-space: nowrap;
}

.buju_box .dot .circle {
  width: 1.5rem;
  height: 1.5rem;
}

.buju_box .dot:nth-child(1) {
  top: 46%;
  left: 32%;
}

.buju_box .dot:nth-child(2) {
  top: 48%;
  left: 33.25%;
}

.buju_box .dot:nth-child(3) {
  top: 48.5%;
  left: 35.5%;
}

.buju_box .dot:nth-child(4) {
  top: 48.25%;
  left: 30.25%;
}

.buju_box .dot:nth-child(5) {
  top: 49%;
  left: 36.25%;
}

.buju_box .dot:nth-child(6) {
  top: 38%;
  left: 7.5%;
}

.buju_box .dot:nth-child(7) {
  top: 54%;
  left: 16%;
}

.buju_box .dot:nth-child(8) {
  top: 38%;
  left: 49%;
}

.buju_box .dot:nth-child(9) {
  top: 34%;
  left: 53%;
}

.buju_box .dot:nth-child(10) {
  top: 27%;
  left: 57.5%;
}

.buju_box .dot:nth-child(11) {
  top: 44%;
  left: 78%;
}

.buju_box .dot:nth-child(12) {
  top: 54%;
  left: 68%;
}

.buju_box .dot:nth-child(13) {
  top: 24.5%;
  left: 87%;
}

.buju_box .dot:nth-child(14) {
  top: 32%;
  left: 79.5%;
}

.buju_box .dot:nth-child(15) {
  top: 39%;
  left: 78.5%;
}

.buju_box .dot:nth-child(16) {
  top: 58.5%;
  left: 70%;
}

.buju_box .dot:nth-child(17) {
  top: 69%;
  left: 76.25%;
}

.buju_box .dot:nth-child(18) {
  top: 59%;
  left: 74.75%;
}

.buju_box .dot:nth-child(19) {
  top: 35%;
  left: 77%;
}

.buju_box .dot:nth-child(20) {
  top: 27.5%;
  left: 79.5%;
}

.buju_box .dot:nth-child(21) {
  top: 39%;
  left: 84.5%;
}

.buju_box .dot:nth-child(22) {
  top: 43.5%;
  left: 87%;
}

.buju_box .dot:nth-child(23) {
  top: 34.5%;
  left: 82.25%;
}

.buju_box .dot:nth-child(24) {
  top: 30%;
  left: 83.75%;
}

.buju_box .dot:nth-child(25) {
  top: 34.6%;
  left: 84.5%;
}

.buju_box .dot:nth-child(26) {
  top: 31.5%;
  left: 86.5%;
}

.buju_box .dot:nth-child(27) {
  top: 37%;
  left: 87%;
}

.buju_box .dot:nth-child(1) p {
  bottom: 1rem;
  top: auto;
}

.buju_box .dot:nth-child(3) p {
  bottom: 1rem;
  top: auto;
  left: 1rem;
}


.n_banner {
  height: 40.875rem;
  width: 100%;
  overflow: hidden;
  background-size: cover !important;
}

.n_banner .m {
  display: flex;
  justify-content: center;
  flex-direction: column;
}

.n_banner .m h3 {
  font-size: 2.75rem;
  color: #ffffff;
  font-weight: bold;
}

.n_banner .m p {
  font-size: 1.375rem;
  line-height: 2.375rem;
  color: #fff;
  line-height: 1.7;
  margin-top: .5rem;
}

.n_banner .m h4 {
  font-size: 1.125rem;
  line-height: 2.375rem;
  color: #fff;
  line-height: 1.7;
  margin-top: 2rem;
}

.n_nav {
  position: relative;
}

.n_nav:before {
  content: "";
  display: block;
  width: 100%;
  height: 2px;
  position: absolute;
  left: 0;
  bottom: 0;
  background: #e1e3e5;
}

.n_nav ul {
  display: flex;
  justify-content: center;
  gap: 8.5rem;
}

.n_nav ul li {}

.n_nav ul li a {
  font-size: 1.125rem;
  color: #212121;
  font-weight: bold;
  height: 5.875rem;
  display: inline-flex;
  align-items: center;
  position: relative;
}

.n_nav ul li>a:before {
  content: "";
  width: 11px;
  height: 11px;
  position: absolute;
  bottom: 0;
  left: 50%;
  opacity: 0;
  background: url(../images/nav_star2.png) center no-repeat;
  background-size: contain;
  transform: translateX(-50%);
  transition: 0.3s ease-in-out;
  transform-origin: center;
}

.n_nav ul li.on>a:before,
.n_nav ul li:hover>a:before {
  opacity: 1;
}

.n_nav ul li.on>a,
.n_nav ul li:hover>a {
  color: #01824a;
}

.nav_line {
  width: 100%;
  height: 2px;
  position: absolute;
  width: 0;
  height: 2px;
  left: 0;
  bottom: 0;
  background: #01824a;
  transition: 1s;
}

.n_tt {
  text-align: center;
  margin-bottom: 3.75rem;
}

.n_tt h3 {
  font-size: 2.875rem;
  color: #212121;
  font-weight: bold;
}

.n_xiangmu {}

.n_xiangmu ul {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 4.875rem;
}

.n_xiangmu .box {}

.n_xiangmu .img {
  border-radius: .9375rem;
  overflow: hidden;
}

.n_xiangmu .img:after {
  padding-top: 63.157%;
}

.n_xiangmu .txt {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  padding: 2.5rem 10px;
  border-bottom: 1px solid #d9dddf;
  font-size: 1.5rem;
  line-height: 2.625rem;
}

.n_xiangmu .txt h4 {
  font-size: 1.5rem;
  color: #212121;
  font-weight: bold;
}

.n_xiangmu .txt p {
  font-size: 1.125rem;
  color: #292929;
}

.n_xiangmu .txt i {
  font-size: 2.5rem;
  font-weight: bold;
  color: #d6d7da;
  margin-bottom: 1rem;
  transition: .5s;
  flex-shrink: 0;
}

.n_xiangmu .box:hover .txt i {
  color: #01824a;
}

.page .box {
  margin-top: 3.75rem;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: .625rem;
  flex-wrap: wrap;
}

.page .box a {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  border-radius: 50%;
  border: 1px solid #d6d7db;
  min-width: 3.125rem;
  height: 3.125rem;
  font-size: 1.125rem;
  transition: .5s;
  color: #3d3d3d;
}

.page .box a.on {
  color: #fff;
  background: #01824a;
  border: 1px solid #01824a;
}

.page .box a:hover {
  color: #fff;
  background: #01824a;
  border: 1px solid #01824a;
}

.page .box i {
  font-size: .875rem;
  transition: 0s;
}

#n_main {
  background: #f1f4f6;
}

.online_q {
  position: fixed;
  right: 10px;
  bottom: 10%;
  z-index: 995;
  transition: .5s;
  -webkit-transition: .5s;
  border-radius: 2.5rem;
  padding: 1.25rem 0
}

.online_q .close {
  position: absolute;
  right: -1rem;
  font-size: 1rem;
  color: #969797;
  opacity: 1;
  font-weight: normal;
  cursor: pointer
}

.online_q .btn2 {
  width: 3.4375rem;
  height: 3.4375rem;
  background: #01824a;
  margin-bottom: 2px;
  border-radius: 5px;
  transition: .5s;
  cursor: pointer;
  position: relative;
  z-index: 1;
}

.online_q .btn2:before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
  background: #01824a;
  border-radius: .625rem;
  opacity: 0;
}

.online_q .btn2:hover:before {
  opacity: 1;
}

.online_q .btn-top {
  padding: 0;
  transition: .5s;
  overflow: hidden
}

.online_q .btn2 a {
  font-size: 12px;
  color: #fff;
  display: block;
  width: 100%;
  height: 100%;
  white-space: nowrap;
}

.online_q .btn2 span {
  display: flex;
  color: #fff;
  flex-direction: column;
  font-size: .75rem;
  text-align: center;
  width: 100%;
  height: 100%;
  justify-content: center;
  align-items: center;
  position: relative;
  z-index: 999;
  overflow: hidden;
  transition: .3s;
  -webkit-transition: .3s;
  overflow: hidden;
  flex-shrink: 0
}

.online_q .btn2 span i {
  font-size: 1.5rem;
}

.online_q .open .pic {
  width: 6rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  flex-shrink: 0;
}

.online_q .open .pic img {
  flex-shrink: 0;
  margin-bottom: 6px;
}

.online_q .open .pic h5 {
  font-size: 1rem;
}

.online_q .open.phone {
  position: absolute;
  background: #fff;
  -webkit-box-shadow: 0 2px 12px 0 rgba(0, 0, 0, .1);
  box-shadow: 0 2px 12px 0 rgba(0, 0, 0, .1);
  border: 1px solid #e1e6f0;
  width: auto;
  min-height: 3.125rem;
  right: 4.375rem;
  padding: 1rem;
  display: flex;
  align-items: center;
  justify-content: center;
  top: 50%;
  transform: translateY(-50%);
  transition: .6s;
  -webkit-transition: .6s;
  opacity: 0;
  visibility: hidden
}

.online_q .open.phone * {
  color: #333;
  font-size: 1.125rem;
  text-align: left;
  font-weight: bold;
}

.online_q .open.phone h5 {
  font-size: .875rem;
  font-weight: normal;
  white-space: nowrap;
}

.online_q .open.phone span {
  font-size: 12px;
  text-align: left;
  justify-content: flex-start;
  align-items: flex-start;
  margin-bottom: 5px;
  opacity: .7;
  font-weight: normal;
}

.online_q .btn2:hover .open.phone {
  transition: .5s;
  -webkit-transition: .5s;
  opacity: 1;
  visibility: visible
}

.online_q .open.phone:before {
  content: "";
  position: absolute;
  display: block;
  width: 6px;
  height: 6px;
  background: #fff;
  top: 50%;
  transform: translateY(-50%) rotate(135deg);
  right: -4px;
  border-color: #e1e6f0 transparent transparent #e1e6f0;
  border-style: solid;
  border-width: 1px;
}

.online_q #gotop:before {
  opacity: 1;
}

.online_q #gotop.hide {
  height: 0;
  overflow: hidden;
  display: block !important
}

.wap_foot_nav {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  position: fixed;
  z-index: 990;
  left: 0;
  bottom: 0;
  width: 100%;
  background: #1b59a7;
}

.wap_foot_nav .btn0 .box i {
  color: #fff;
  font-size: 1.5rem;
}

.wap_foot_nav .btn0 .box p {
  font-size: .875rem;
  margin-top: 2px;
  color: #fff;
}

.wap_foot_nav .btn0 {
  position: relative;
}

.wap_foot_nav .btn0 .box {
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 4rem;
  align-items: center;
  border-right: 1px solid rgba(255, 255, 255, 0.2);
}

.wap_foot_nav .ewm {
  display: flex;
  align-items: center;
}

.wap_foot_nav .ewm img {
  width: 80px;
  flex-shrink: 0;
  max-width: inherit;
  height: 80px;
}

.wap_foot_nav h5 {
  white-space: nowrap;
  font-size: 1.25rem;
  font-family: Roboto-Black;
}

.wap_foot_nav .ewm .txt {
  font-size: .8125rem;
  flex-shrink: 0;
  white-space: nowrap;
}

.wap_foot_nav .open.phone {
  position: absolute;
  background: #fff;
  text-align: left;
  -webkit-box-shadow: 0 2px 12px 0 rgba(0, 0, 0, .1);
  box-shadow: 0 2px 12px 0 rgba(0, 0, 0, .1);
  border: 1px solid #e1e6f0;
  border-radius: .5rem;
  width: auto;
  min-height: 3.125rem;
  border-radius: 3px;
  left: 50%;
  transform: translateX(-50%);
  padding: .5rem 1rem;
  min-height: 4.75rem;
  display: flex;
  align-items: center;
  bottom: 100%;
  transition: .6s;
  opacity: 0;
  visibility: hidden
}

.wap_foot_nav .open.phone span {
  font-size: 12px;
  display: block;
  justify-content: flex-start;
  align-items: flex-start;
  margin-bottom: .5rem;
  opacity: .7;
  font-weight: normal;
}

.wap_foot_nav .btn0:hover .open.phone {
  transition: .5s;
  -webkit-transition: .5s;
  opacity: 1;
  visibility: visible
}

.wap_foot_navbox {
  display: none;
}

@media (max-width: 480px) {
  .wap_foot_navbox {
    display: block;
  }

  .online_q {
    right: 5px;
    bottom: 4.375rem;
  }

  .online_q>div {
    display: none !important;
  }

  .online_q #gotop {
    display: block !important;
    transform: scale(.8);
    transform-origin: right;
  }

  body {
    padding-bottom: 4rem
  }
}

.n_case_xq {
  background: #ffffff;
}

.n_case_xq .bd {
  display: flex;
  justify-content: space-between;
  gap: 9.6875rem;
}

.n_case_xq .tt {
  flex-shrink: 0;
  width: 32.625rem;
  max-width: 100%;
}

.n_case_xq .tt h3 {
  font-size: 2rem;
  color: #313131;
  line-height: 3.125rem;
  font-weight: bold;
}

.n_case_xq .txt {}

.n_case_xq .con {
  font-size: 1.0625rem;
  color: #414141;
  line-height: 2.375rem;
}

.n_case_xq .txt ul {
  display: flex;
}

.n_case_xq .txt ul li {}

.case_shuzi {
  display: flex;
  justify-content: space-between;
  margin-top: 2.375rem;
}

.case_shuzi li {
  width: 192px;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.case_shuzi li div {
  width: 9.625rem;
  height: 9.625rem;
  margin-bottom: .75rem;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  z-index: 1;
}

.case_shuzi li div:before {
  content: "";
  animation: roll linear infinite 5s;
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
  border-radius: 50%;
  background: url(../images/case_circle.png) center no-repeat;
  background-size: contain;
}

.case_shuzi li h3 {
  font-size: 1.625rem;
  color: #01824a;
}

.case_shuzi li p {
  font-size: 1rem;
  line-height: 2.125rem;
  color: #414141;
  text-align: center;
}


@keyframes roll {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

.case_slide {
  background: #fff;
}

.case_slide .img {
  border-radius: .9375rem;
}

.case_slide .img:after {
  padding-top: 49.2%;
}

.case_slide .swiper {
  padding-bottom: 3rem;
}

.case_slide .swiper-pagination {
  bottom: 0 !important;
  display: flex;
  align-items: center;
  justify-content: center;
}

.case_slide .swiper-pagination .swiper-pagination-bullet {
  width: 9px;
  height: 9px;
  transform: scale(.7);
  margin: 0 4px !important;
  border-radius: 5px;
  transition: .5s;
  background: #878c92;
  opacity: 1;
}

.case_slide .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #01824a;
  transform: scale(1);
}

.case_tuijian .s_tt {
  text-align: center;
}

.case_tuijian.arrstyle .arr {
  width: 4rem;
  height: 4rem;
  margin-top: -5rem;
}

.n_xiazai {}

.n_xiazai ul {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2.25rem;
}

.n_xiazai ul li {}

.n_xiazai ul li .box {
  border-radius: .9375rem;
  overflow: hidden;
}

.n_xiazai ul li .img {}

.n_xiazai ul li .img:after {}

.n_xiazai ul li .txt {
  background: #fff;
  padding: 2.875rem;
}

.n_xiazai ul li .txt h4 {
  font-size: 1.5rem;
  color: #000000;
  font-weight: bold;
  margin-bottom: 1rem;
}

.n_xiazai ul li .txt p {
  font-size: 1rem;
  line-height: 1.5rem;
  color: #515151;
}

.n_xiazai ul li .txt .bot {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 2.5rem;
  flex-wrap: wrap;
}

.n_xiazai ul li .txt .icobox {
  display: flex;
  gap: 1rem;
  flex-shrink: 0;
}

.n_xiazai ul li .txt .icobox a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 2.8125rem;
  height: 2.8125rem;
  transition: .5s;
  border-radius: 50%;
  border: 1px solid #d8d8d8;
}

.n_xiazai ul li .txt .icobox a i {
  color: #9b9b9b;
  font-size: 1.25rem;
}

.n_xiazai ul li .txt span {
  font-size: .9375rem;
  color: #717274;
  display: flex;
  align-items: center;
  gap: 8px;
}

.n_xiazai ul li .txt span i {
  font-size: 1.25rem;
}

.n_xiazai ul li .txt .icobox a:hover {
  border: 1px solid #01824a;
  background: #01824a;
}

.n_xiazai ul li .txt .icobox a:hover i {
  color: #fff;
}

.n_zizhi {}

.n_zizhi ul.ul1 {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1.875rem;
}

.n_zizhi ul.ul2 {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.875rem;
  margin-top: 1.875rem;
}

.n_zizhi ul li {}

.n_zizhi ul li .box {
  display: block;
  background: url(../images/zizhi_bg.jpg) center no-repeat;
  background-size: cover;
  border-radius: .9375rem;
  position: relative;
}

.n_zizhi ul li .box img {
  transform: none !important;
}

.n_zizhi ul li .box .img:after {
  padding-top: 70.44%;
}

.n_zizhi ul.ul1 li .box .img .pic {
  padding: 8% 15% 5%;
}

.n_zizhi ul.ul2 li .box .img .pic {
  padding: 0% 15% 5%;
}

.n_zizhi ul li .box h4 {
  font-size: 1.375rem;
  color: #fff;
  padding: 0 1rem;
  text-align: center;
  position: absolute;
  left: 0;
  bottom: 1.5rem;
  width: 100%;
}

.n_zizhi ul.ul2 li .box h4 {
  font-size: 1.125rem;
  color: #fff;
  text-align: center;
  position: absolute;
  left: 0;
  bottom: 1.5rem;
  width: 100%;
}

.n_news_xq {}

.main_con {
  display: flex;
  background: #fff;
  padding: 3.75rem;
}

.main_con .line {
  display: block;
  width: 2px;
  flex-shrink: 0;
  height: auto;
  background: #f5f5f5;
  margin: 0 3.75rem;
}

.left_con {
  flex-grow: 1;
}

.right_con {
  width: 23.125rem;
  flex-shrink: 0;
}

.right_con .sticky {
  position: sticky;
  top: 7rem;
}

.ar_title {
  padding-bottom: 1.75rem;
  border-bottom: 2px solid #f5f5f5;
  margin-bottom: 2.875rem;
}

.ar_title h1 {
  font-size: 2rem;
  color: #212121;
  font-weight: bold;
  line-height: 1.5;
  margin-bottom: 1.5rem;
}

.ar_title .info {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.ar_title .info span {
  font-size: 1rem;
  color: #212121;
}

.news_tuijian {}

.news_tuijian ul {}

.news_tuijian ul li {}

.news_tuijian ul li+li {
  margin-top: 1.25rem;
}

.news_tuijian .box {
  display: block;
  border-radius: .9375rem;
  overflow: hidden;
  position: relative;
}

.news_tuijian .img {}

.news_tuijian .img:after {
  padding-top: 62.53%;
}

.news_tuijian .txt {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  z-index: 9;
  padding: 4.5rem 1.875rem 1.5rem;
  background-image: -moz-linear-gradient(270deg, transparent 0%, rgba(0, 0, 0, .5) 100%);
  background-image: -webkit-linear-gradient(270deg, transparent 0%, rgba(0, 0, 0, .5) 100%);
  background-image: -ms-linear-gradient(270deg, transparent 0%, rgba(0, 0, 0, .5) 100%);
}

.news_tuijian .txt span {
  font-size: .875rem;
  color: #ffffff;
}

.news_tuijian .txt h4 {
  font-size: 1rem;
  color: #fff;
  margin-top: .5rem;
}

.ar_fot {
  font-size: 1.0625rem;
  line-height: 2.375rem;
  margin-top: 1.75rem;
  margin-bottom: 3rem;
}

.btn_gobacklist {
  display: flex;
  width: 11.25rem;
  height: 3.4375rem;
  gap: 10px;
  border-radius: 2rem;
  align-items: center;
  justify-content: center;
  color: #fff;
  background: #01824a;
}

.btn_gobacklist i {
  font-size: 1.25rem;
}

.social-share .social-share-icon {
  color: #01824a;
  border-width: 0;
}

.social-share .social-share-icon:hover {
  color: #fff;
  background: #01824a;
}


.n_filter {
  margin-bottom: 2.625rem;
}

.n_filter form {
  display: flex;
}

.n_filter .searchbox {
  border: 2px solid #e0e3e4;
  height: 3.125rem;
  border-radius: 5px;
  display: flex;
  margin-left: 1.25rem;
}

.n_filter form .input {
  padding: 0 1.125rem;
  font-size: 1rem;
  color: #818181;
}

.n_filter form .button {
  border-radius: 0 5px 5px 0;
  padding: 0 1.25rem;
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #b1b1b1;
  background: none;
  font-size: 1rem;
}

.n_filter form .button i {
  font-size: 1.5rem;
  margin-right: 3px;
}

.select-wrapper {
  height: 3.4375rem !important;
  width: 12.5rem !important;
}

.select-wrapper .input {
  border-radius: 5px;
}

.n_filter .searchbox .input {
  border-right: 0;
  width: 20rem;
}

#dr_kecheng2.select2 {
  border: 2px solid #e0e3e4 !important;
  height: 3.125rem !important;
  border-radius: 5px;
}

.n_news01 {
  display: flex;
  border-radius: .625rem;
  overflow: hidden;
}

.n_news01 .swiper .img {
  height: 30rem;
}

.n_news01 .picbox {
  width: 50%;
  flex-shrink: 0;
}

.n_news01 .txtbox {
  flex-grow: 1;
  width: 50%;
  padding: 3rem 4rem;
  background: #fff;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.n_news01 .txt span {
  font-size: 1.125rem;
  color: #616161;
}

.n_news01 .txt h2 {
  font-size: 1.625rem;
  line-height: 2.375rem;
  color: #000000;
  font-weight: bold;
  margin-top: 1.25rem;
  margin-bottom: 1rem;
}

.n_news01 .txt p {
  font-size: 1rem;
  line-height: 1.75rem;
  color: #515151;
}

.n_news01 .txt .mybtn01 {}

.n_news01 .swiper {
  width: 100%;
}

.n_news01 .swiper-pagination {
  position: static;
  margin-top: 3rem;
  display: flex;
}

.n_news01 .swiper-pagination .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  margin-right: .75rem;
  margin-left: 0;
  border-radius: 50%;
  transition: .5s;
  background: transparent;
  border: 2px solid #01824a;
  opacity: 1;
}

.n_news01 .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #01824a;
}

.n_news02 {
  margin-top: 2rem;
}

.n_news02 ul {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2.5rem;
}

.n_news02 ul li {}

.n_news02 ul li .box {
  display: block;
  border-radius: .625rem;
  overflow: hidden;
}

.n_news02 ul li .img {}

.n_news02 ul li .img img {}

.n_news02 ul li .txt {
  padding: 2.5rem 2.75rem;
  border-radius: 0 0 .625rem .625rem;
  border: 1px solid #dddddd;
  overflow: hidden;
}

.n_news02 ul li .txt span {
  font-size: .875rem;
  color: #818181;
}

.n_news02 ul li .txt h2 {
  font-size: 1.5rem;
  line-height: 2.125rem;
  height: 4.125rem;
  color: #000000;
  font-weight: bold;
  margin-top: 1.5rem;
  margin-bottom: 2.5rem;
}

.n_news02 ul li .txt p {
  font-size: .875rem;
  line-height: 1.5rem;
  height: 3.125rem;
  color: #818181;
  margin-bottom: 1.25rem;
}

.mybtn02 {
  display: flex;
  align-items: center;
  font-size: 1rem;
  color: #717171;
  gap: 5px;
}

.mybtn02 i {
  font-size: 1.625rem;
}

.lc_box {
  position: relative;
  z-index: 5;
}

.lc_box .lc_pic {
  display: block;
  height: 31.25rem;
  width: 100%;
  object-fit: cover;
}

.lc_box .lc_txt {
  position: absolute;
  left: 6.625rem;
  top: 5.5rem;
  z-index: 9;
  background: url(../images/licheng_txt.jpg) center no-repeat;
  width: 26.25rem;
  height: 30.9375rem;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 3.5rem 3.125rem;
}

.lc_box .lc_txt h3 {
  font-size: 1.5rem;
  font-weight: bold;
  color: #fff;
}

.lc_box .lc_txt h3 span {
  font-size: 5rem;
  font-family: bahnschrift;
}

.lc_box .lc_txt h4 {
  font-size: 2rem;
  color: #fff;
}

.lc_box .lc_txt p {
  font-size: 2rem;
  color: #fff;
  font-family: BarlowCondensed-Medium;
  text-transform: uppercase;
}

.lc_box::after {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
  display: block;
  content: '';
  background-image: linear-gradient(to top, rgba(24, 90, 178, 0.8), transparent);
}

.clound {
  opacity: .5;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background: url(../images/cloundy.png) repeat-x left center;
  -webkit-animation: animate-cloud 30s linear infinite;
  animation: animate-cloud 30s linear infinite;
}

@-webkit-keyframes animate-cloud {
  from {
    background-position: 1920px 100%;
  }

  to {
    background-position: 0 100%;
  }
}

@keyframes animate-cloud {
  from {
    background-position: 1920px 100%;
  }

  to {
    background-position: 0 100%;
  }
}


.lc_list {
  position: relative;
  z-index: 1;
}

.lc_list::before {
  content: "";
  display: block;
  width: 2px;
  height: 100%;
  background: #e5e5e5;
  position: absolute;
  left: 50%;
  top: 0;
  transform: translateX(-50%);
}

.lc_list ul {
  padding-top: 3rem;
  position: relative;
  z-index: 3;
}

.lc_list ul li {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  gap: 2.875rem;
}

.lc_list ul li+li {
  margin-top: 3.75rem;
}

.lc_list ul li .year {
  width: 50%;
  font-size: 3.75rem;
  color: #01824a;
  font-family: BarlowCondensed-SemiBoldItalic;
}

.lc_list ul li .dot {
  width: 18px;
  height: 18px;
  flex-shrink: 0;
  margin-top: 1.75rem;
  border-radius: 50%;
  border: 3px solid #01824a;
  background: #fff;
}

.lc_list ul li .txt {
  width: 50%;
  overflow: hidden;
}

.lc_list ul li .con {
  font-size: 1.0625rem;
  line-height: 2.5rem;
  color: #414141;
}

.lc_list ul li:nth-child(even) {
  flex-direction: row-reverse;
}

.lc_list ul li:nth-child(odd)>div:nth-child(1) {
  text-align: right;
}

.lc_list ul li:nth-child(odd)>div:nth-child(3) {
  text-align: left;
}

.lc_list ul li:nth-child(even)>div:nth-child(1) {
  text-align: left;
}

.lc_list ul li:nth-child(even)>div:nth-child(3) {
  text-align: right;
}

.lc_list ul li .txt .ico_tgl2 i {
  cursor: pointer;
  margin-top: 1rem;
  display: flex;
  width: 26px;
  height: 26px;
  font-size: 12px;
  color: #97999a;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  border: 1px solid #97999a;
}

.lc_list .ico_tgl2 {
  display: inline-block;
  height: auto;
  transition: .3s;
}

.lc_list ul li .txt.open .con {
  height: auto !important;
  overflow: auto !important;
}

.lc_list ul li .txt.open .ico_tgl2 i {
  transform: rotate(180deg);
}

.lc_list ul li .txt .ico_tgl2 i:hover {
  color: #fff;
  border: 1px solid #01824a;
  background: #01824a;
}

.n_lianxi {
  width: 100%;
  background: #fff;
}

.n_lianxi .bd {
  display: grid;
  grid-template-columns: 1fr 1fr;
}

.n_lianxi .img {
  border-radius: .9375rem 0 0 .9375rem;
}

.n_lianxi .txt {
  border: 1px solid #e6e9ec;
  border-radius: 0 .9375rem .9375rem 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 3.75rem;
}

.n_lianxi .txt .box {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
}

.n_lianxi .txt h3 {
  font-size: 2rem;
  color: #212121;
  font-weight: bold;
  margin-bottom: 4rem;
}

.n_lianxi ul {
  max-width: 42.5rem;
}

.n_lianxi ul li {
  display: flex;
  align-items: center;
}

.n_lianxi ul li .ico {
  width: 3.125rem;
  height: 3.5rem;
  flex-shrink: 0;
  margin-right: 1.25rem;
  background: url(../images/ico_bg2.svg) center no-repeat;
  background-size: contain;
  display: flex;
  align-items: center;
  justify-content: center;
}

.n_lianxi ul li .ico svg {
  width: 1.375rem;
  height: 1.375rem;
}

.n_lianxi ul li .ico svg path {
  fill: #333;
}

.n_lianxi ul li+li {
  margin-top: 1.375rem;
}

.n_lianxi ul li p {
  font-size: 1.25rem;
  line-height: 1.75rem;
  color: #222222;
}

.n_lianxi .pic {
  flex-shrink: 0;
  width: 37.8125rem;
}

.n_liulan {
  width: 100%;
  overflow: hidden;
  background: url(../images/lianxi_ly_bg.jpg) center no-repeat;
  background-size: cover;
}

.n_liulan .tt {
  font-size: 2.5rem;
  color: #fff;
  margin-bottom: 2.625rem;
}

.n_liulan .bd {
  background: #fff;
  border-radius: 1.25rem;
  padding: 4rem 5.625rem;
}

.n_liulan form {
  display: grid;
  gap: 1.625rem 1.25rem;
  grid-template-columns: repeat(3, 1fr);
}

.n_liulan .group {
  overflow: hidden;
  position: relative;
  overflow: hidden;
}

.n_liulan .group .span {
  white-space: nowrap;
  flex-shrink: 0;
  display: block;
  position: relative;
  font-size: 1.125rem;
  color: #313131;
  margin-bottom: 1.125rem;
}

.n_liulan .group .red {
  color: #da251d;
  position: absolute;
  left: 1rem;
  padding-top: 4px;
}

.n_liulan .group .input {
  width: 100%;
  border: 1px solid #d8d9e0;
  border-radius: .625rem;
  height: 3.75rem;
  padding: 0 1.625rem;
  font-size: 1rem;
  color: #7f7f7f;
}

.n_liulan .group .yzm {
  position: absolute;
  right: 1px;
  top: 1px;
  bottom: 1px;
  display: flex;
  align-items: center;
  border-radius: 0 .625rem .625rem 0;
  overflow: hidden;
}

.n_liulan .button {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  width: 12.5rem;
  color: #fff;
  background: #01824a;
  border-radius: .625rem;
  font-size: 1.0625rem;
  gap: .75rem;
}

.n_liulan .button i {
  font-size: 1.5rem;
}

.n_liulan .textareabox {
  grid-column: 1/4;
  display: block;
  gap: 0;
}

.n_liulan .textareabox textarea.input {
  padding-top: 1rem;
  width: 100%;
  height: 10rem;
}

.n_liulan .input::-webkit-input-placeholder {
  font-size: 1rem;
  color: #7f7f7f;
}

.lx_ewm {
  text-align: center;
  display: flex;
  flex-direction: column;
  flex-shrink: 0;
}

.lx_ewm h4 {
  font-size: 1.125rem;
  color: #333333;
  line-height: 1.875rem;
}

.lx_ewm img {
  width: 8.75rem;
  height: 8.75rem;
}

.lx_ewm p {
  font-size: 1rem;
  line-height: 1.875rem;
  color: #333;
}


#box ul {
  display: flex;
  overflow: hidden;
  gap: 1.125rem
}

#box li {
  width: 18.75rem;
  flex-grow: 1;
  min-width: 120px !important;
  float: left;
  flex-shrink: 0;
  transition: .5s;
  position: relative;
}

#box li.on {
  width: calc(100% - 57.5rem - 2.5rem) !important
}

#box li .box {
  background: #fff;
  border-radius: .9375rem;
  height: 33rem;
  padding: 2.875rem;
  position: relative;
  z-index: 1;
  overflow: hidden;
  transition: .5s;
  display: flex;
  align-items: flex-end
}

#box li .box:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 10rem;
  background-image: -moz-linear-gradient(270deg, transparent 0%, rgba(0, 0, 0, .5) 100%);
  background-image: -webkit-linear-gradient(270deg, transparent 0%, rgba(0, 0, 0, .5) 100%);
  background-image: -ms-linear-gradient(270deg, transparent 0%, rgba(0, 0, 0, .5) 100%);
  z-index: 10;
}

#box li .txt {
  z-index: 11;
  position: relative;
}

#box li .box .bg {
  background-size: cover !important;
  position: absolute;
  z-index: -1;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  transition: .5s
}

#box li img {
  flex-shrink: 0;
  width: 3.625rem;
}

#box li h4 {
  font-size: 1.625rem;
  margin-top: 1.5rem;
  line-height: 1.5;
  white-space: nowrap;
  color: #fff;
  transition: .5s;
  margin-bottom: 1rem;
}

#box li.on {
  flex-grow: 0
}

#box li.on .box h4 {
  color: #fff
}

#box li p {
  color: #fff;
  opacity: 0;
  transition: all .5s;
  height: 1.125rem; line-height:1.5; padding-bottom:50px;
}

#box li.on p {
  opacity: 1;
}

.n_tt p {
  font-size: 1.125rem;
  line-height: 2.375rem;
  color: #666;
  margin-top: 1rem;
}

.n_chengzhang {}

.n_chengzhang .s_hd {
  align-items: flex-end;
}

.n_chengzhang .s_hd .n_tt {
  margin-bottom: 0;
  text-align: left;
}

.n_chengzhang .arrbox {
  display: flex;
  gap: 1rem;
}

.n_chengzhang .arrbox .arr {
  width: 4.5rem;
  height: 4.5rem;
  gap: 1rem;
  border: 1px solid #bdc1c6;
  transition: .5s;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}

.n_chengzhang .arrbox .arr:hover {
  border: 1px solid #01824a;
  background: #01824a;
  color: #fff;
}

.n_chengzhang .img {
  border-radius: .9375rem;
  overflow: hidden;
}

.n_zhaopin {
  width: 100%;
  background: url(../images/n_zhaopin_bg.jpg) center no-repeat;
  background-size: cover;
  color: #fff;
}

.n_zhaopin .n_tt {
  margin-bottom: 6rem;
}

.n_zhaopin .n_tt span {
  font-size: 1.125rem;
  display: block;
  margin-bottom: 1.625rem;
  color: #fff;
}

.n_zhaopin .n_tt h3 {
  color: #fff;
  font-weight: normal;
}

.n_zhaopin ul {
  display: flex;
  justify-content: center;
}

.n_zhaopin ul li {
  width: 33.33%;
  display: flex;
  flex-direction: column;
  text-align: center;
  align-items: center;
  padding: 0 1rem;
}

.n_zhaopin ul li i {
  font-size: 3.25rem;
}

.n_zhaopin ul li h4 {
  font-size: 1.25rem;
  line-height: 1.875rem;
  margin-top: 1.125rem;
  margin-bottom: 1.5rem;
}

.n_zhaopin ul li span {
  font-size: 1.5rem;
  font-family: bahnschrift;
}

.n_zhaopin ul li p {
  font-size: 1.125rem;
  line-height: 1.5;
}

.n_zhaopin ul li img {
  width: 6.625rem;
  height: 6.625rem;
  border-radius: .625rem;
}

.n_zhaopin ul li+li {
  border-left: 1px solid rgba(255, 255, 255, .2);
}

.n_about {}

.n_about .box1 {
  display: flex;
  gap: 11.75rem;
}

.n_about .box1 .n_tt {
  flex-shrink: 0;
}

.n_about .box1 .con {}

.n_about .box2 {
  position: relative;
  border-radius: .9375rem;
  overflow: hidden;
  margin-top: 3.25rem;
}

.n_about .box2 img {
  display: block;
}

.n_about .box2 .mask {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  padding-bottom: 3.75rem;
  background: rgba(0, 0, 0, 0.2);
  display: flex;
  align-items: flex-end;
  justify-content: center;
}

.n_about .box2 .about_play {
  width: 11.25rem;
  height: 3.125rem;
  padding-right: 1.5rem;
  position: relative;
  border-radius: 2rem;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #fff;
}

.n_about .box2 .about_play span {
  display: flex;
  position: absolute;
  right: .625rem;
  width: 2rem;
  height: 2rem;
  align-items: center;
  justify-content: center;
  background: #01824a;
  border-radius: 50%;
}

.n_about .box2 .about_play span i {
  color: #fff;
  font-size: 12px;
}

.about_shuzi {
  width: 100%;
  overflow: hidden;
  background: url(../images/about_shuzi_bg.jpg) center no-repeat;
  background-size: cover;
  background-attachment: fixed;
  color: #fff;
  padding: 10rem 0;
}

.about_shuzi .m {
  display: flex;
  gap: 11.25rem;
}

.about_shuzi .left {
  flex-shrink: 0;
}

.about_shuzi .n_tt h3 {
  color: #fff;
}

.about_shuzi .right .con {
  font-size: 1.0625rem;
  line-height: 2.375rem;
}

.about_shuzi .right ul {
  display: flex;
  justify-content: space-between;
  margin-top: 5rem;
}

.about_shuzi .right ul li {
  display: flex;
  flex-direction: column;
  width: 25%;
  align-items: center;
  max-width: 12.5rem;
}

.about_shuzi .right ul li .ico {
  width: 5rem;
  height: 5rem;
}

.about_shuzi .right ul li .ico img {}

.about_shuzi .right ul li .line {
  display: block;
  width: 100%;
  height: 1px;
  background: rgba(255, 255, 255, 0.2);
  margin-top: 1rem;
}

.about_shuzi .right ul li p {
  font-size: 1rem;
  margin-top: 1.125rem;
}

.about_shuzi .right ul li .box {
  margin-top: 1.5rem;
  height: 4rem;
}

.about_shuzi .right ul li .box span {
  font-size: 3.375rem;
  font-family: bahnschrift;
}

.about_shuzi .right ul li .box i {}

.about_cyl {
  background: url(../images/n_about_bg.jpg) center top no-repeat;
  background-size: cover;
  width: 100%;
  overflow: hidden;
}

.about_cyl .hd {
  margin: 0 -8px;
  position: relative;
}

.about_cyl .hd a {
  display: block;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.15);
  margin: 8px;
  border-radius: .9375rem;
  padding: 1.25rem 1.75rem 1.5rem;
}

.about_cyl .hd .ico {}

.about_cyl .hd .ico .img01 {
  display: block;
}

.about_cyl .hd .ico .img02 {
  display: none;
}

.about_cyl .hd h4 {
  text-align: center;
  font-size: 1.125rem;
  color: #021221;
}

.about_cyl .arr {
  position: absolute;
  z-index: 9;
  top: 50%;
  transform: translateY(-50%);
  width: 3.125rem;
  height: 3.125rem;
  border: 1px solid #bdc1c6;
  transition: .5s;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}

.about_cyl .arr_left {
  left: 4rem;
}

.about_cyl .arr_right {
  right: 4rem;
}

.about_cyl .hd {
  margin-bottom: 5rem;
}

.about_cyl .hd .swiper-slide.swiper-slide-thumb-active a {
  background: #01824a;
}

.about_cyl .hd .swiper-slide.swiper-slide-thumb-active a h4 {
  color: #fff;
}

.about_cyl .hd .swiper-slide.swiper-slide-thumb-active .ico .img01 {
  display: none;
}

.about_cyl .hd .swiper-slide.swiper-slide-thumb-active .ico .img02 {
  display: block;
}

.about_cyl .item+.item {
  margin-top: 6rem;
}

.about_cyl .item .box {
  display: flex;
  grid-template-columns: 1fr 1fr;
  gap: 6.875rem;
  align-items: center;
}

.about_cyl .item .txt {
  width: 50%;
}

.about_cyl .item .txt h4 {
  font-size: 2.125rem;
  margin-bottom: 2.25rem;
}

.about_cyl .item .txt .con {
  font-size: 1.0625rem;
  line-height: 2.375rem;
  margin-bottom: 3.125rem;
}

.about_cyl .item .txt .cyl_shuzi {}

.about_cyl .item .txt .cyl_shuzi ul {
  display: flex;
  gap: 6.25rem;
}

.about_cyl .item .txt .cyl_shuzi ul li {
  padding-left: .875rem;
  border-left: 1px solid #d3d5e6;
}

.about_cyl .item .txt .cyl_shuzi ul li div {
  display: flex;
  font-size: 2.25rem;
  color: #01824a;
  font-family: bahnschrift;
}

.about_cyl .item .txt .cyl_shuzi ul li span {
  font-size: 2.25rem;
  color: #01824a;
  font-family: bahnschrift;
  display: block;
  margin-bottom: .5rem;
}

.about_cyl .item .txt .cyl_shuzi ul li p {}

.about_cyl .item .img {
  width: 50%;
  border-radius: .9375rem;
}

.about_cyl .m+.con {
  border-top: 1px solid #e0e2e4;
  margin-top: 5.5rem;
  padding-top: 4.5rem;
}

.about_cyl .item:nth-child(even) .box {
  flex-direction: row-reverse;
}

.pro_bn {
  background-size: cover !important;
  height: 100vh;
}

.pro_bn .bd {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.pro_bn .txt {
  color: #fff;
  flex-shrink: 0;
}

.pro_bn .txt h2 {
  font-size: 3.375rem;
  font-weight: bold;
  color: #fff;
  font-family: "微软雅黑";
  margin-bottom: 1.25rem;
}

.pro_bn .txt h4 {
  font-size: 1.75rem;
  font-size: 2.25rem;
  font-family: BarlowCondensed-Light;
}

.pro_bn .txt .pro_shuzi {
  border-left: 1px solid rgba(255, 255, 255, 0.4);
  padding-left: .875rem;
  padding-bottom: .5rem;
  margin: 2.5rem 0 6rem;
}

.pro_bn .txt .pro_shuzi div {
  font-family: bahnschrift;
  font-size: 2.25rem;
}

.pro_bn .txt .pro_shuzi div span {}

.pro_bn .txt .pro_shuzi div i {}

.pro_bn .txt .pro_shuzi p {}

.pro_bn .pic img {
  max-height: 45.25rem;
}

.btn_down {
  width: 11.25rem;
  border: 2px solid #e0e2e4;
  display: flex;
  align-items: center;
  justify-content: center;
  text-transform: uppercase;
  height: 3.125rem;
  transition: .5s;
  gap: 1rem;
  border-radius: 1.5rem;
  font-size: 1.125rem;
  border: 2px solid #fff;
  color: #fff;
}

.btn_down i {
  font-size: 1rem;
  transition: .5s;
}

.btn_down:hover {
  border: 2px solid #01824a;
  background: #01824a;
}

.pro_ys {
  width: 100%;
  overflow: hidden;
  background: url(../images/pro_ys_bg.jpg) center no-repeat;
  background-size: cover;
}



.pro_ys .outbox {
  position: relative;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

.pro_ys .outbox .hd {
  mix-blend-mode: multiply;
}

.pro_ys .outbox .hd ul li {
  position: absolute;
  z-index: 99;
}

.pro_ys .outbox .hd ul li:nth-child(1) {
  left: 0;
  top: 1.875rem;
  text-align: right;
}

.pro_ys .outbox .hd ul li:nth-child(1) .box {
  flex-direction: row-reverse;
}

.pro_ys .outbox .hd ul li:nth-child(2) {
  right: 0;
  top: 1.875rem;
}

.pro_ys .outbox .hd ul li:nth-child(2) .box .txt h4 {
  justify-content: flex-start;
}

.pro_ys .outbox .hd ul li:nth-child(3) {
  left: 0;
  bottom: 1.875rem;
  text-align: right;
}

.pro_ys .outbox .hd ul li:nth-child(3) .box {
  flex-direction: row-reverse;
}

.pro_ys .outbox .hd ul li:nth-child(4) {
  right: 0;
  bottom: 1.875rem;
}

.pro_ys .outbox .hd ul li:nth-child(4) .box .txt h4 {
  justify-content: flex-start;
}

.pro_ys .outbox .hd ul li .box {
  display: flex;
  align-items: center;
  gap: 1.25rem;
  flex-shrink: 0;
}

.pro_ys .outbox .hd ul li .box .ico {
  width: 6.875rem;
  height: 6.875rem;
  cursor: pointer;
  flex-shrink: 0;
  transition: 0.5s;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid #151b20;
}

.pro_ys .outbox .hd ul li .box .txt {
  width: 13.125rem;
  padding-top: 0.5rem;
}

.pro_ys .outbox .hd ul li .box .txt h4 {
  font-size: 1.625rem;
  color: #313131;
}

.pro_ys .outbox .bd {
  position: relative;
  z-index: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}

.pro_ys .outbox .bd img {
  width: 22.6875rem;
}

.pro_renzheng {
  background: #fff;
}

.pro_renzheng .arr i {
  font-size: 1.5rem;
}

.pro_renzheng .box {
  display: flex;
  align-items: center;
  padding: 2rem 2.625rem;
  gap: 1.875rem;
  height: 11.25rem;
  border-radius: .9375rem;
  border: 1px solid #d6dbe1;
}

.pro_renzheng .img {
  width: 7.25rem;
  flex-shrink: 0;
}

.pro_renzheng .img:after {
  padding-top: 100%;
}

.pro_renzheng .img img {
  transform: none !important;
}

.pro_renzheng h4 {
  font-size: 1.375rem;
  line-height: 1.875rem;
  color: #313131;
  font-weight: bold;
}

.pro_canshu {
  background: #fff;
}

.pro_lianxi {
  width: 100%;
  background: url(../images/pro_lx_bg2.jpg) center no-repeat;
  overflow: hidden;
  background-attachment: fixed;
  background-size: cover;
}

.pro_lianxi .n_tt {
  color: #fff;
  text-align: center;
}

.pro_lianxi .n_tt h3 {
  color: #fff;
}

.pro_lianxi .n_tt p {
  color: #fff;
  font-size: 1.25rem;
  margin-top: 1.125rem;
}

.btn_liaojie3.whiteborder {
  background: none;
  border: 1px solid rgba(255, 255, 255, 0.6);
}

.pro_lianxi .bd {
  position: relative;
}

.pro_lianxi .btn_border {
  width: 11.25rem;
  height: 3.4375rem;
  border-radius: 2rem;
  margin: 0 auto;
}

.n_fangan {
  width: 100%;
  overflow: hidden;
}

.fa_hd {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 3.625rem;
}

.fa_tt {
  display: flex;
  align-items: center;
  gap: 1rem;
}

.fa_tt i {
  display: block;
  width: 2.6875rem;
  height: 2.75rem;
  background: url(../images/fangan_tt.png) center no-repeat;
  background-size: contain;
}

.fa_tt h3 {
  font-size: 2.875rem;
  color: #212121;
  font-weight: bold;
}

.n_fangan .arrbox {
  display: flex;
  gap: 1rem;
}

.n_fangan .arrbox .arr {
  width: 4.375rem;
  height: 4.375rem;
  gap: 1rem;
  border: 2px solid #bdc1c6;
  transition: .5s;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}

.n_fangan .arrbox .arr:hover {
  border: 1px solid #01824a;
  background: #01824a;
  color: #fff;
}

.n_fangan .arrbox i {
  font-size: 1.5rem;
}

.n_fangan .item {
  padding-top: 6rem;
}

.n_fangan .box {
  display: flex;
  background: #fff;
  justify-content: space-between;
  gap: 0;
  padding: 4rem 3rem;
  transition: .5s;
}

/* .n_fangan .bd .m{ padding-right: 0 !important;} */
.n_fangan .box:hover {
  box-shadow: 5px 8.66px 25px 0px rgba(29, 50, 149, 0.15);
}

.n_fangan .box:hover .btn_xq {
  border: 2px solid #01824a;
  background: #01824a;
  color: #fff;
}

.n_fangan .swiper {
  overflow: visible;
}

.n_fangan .txt {}

.n_fangan .txt h4 {
  font-size: 1.5rem;
  color: #212121;
  font-weight: bold;
  overflow: hidden;
  -webkit-line-clamp: 1;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
}

.n_fangan .txt h5 {
  font-size: .9375rem;
  color: #616161;
  margin-top: .75rem;
  margin-bottom: 1.5rem;
  overflow: hidden;
  -webkit-line-clamp: 1;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
}

.n_fangan .txt .con {
  font-size: .9375rem;
  line-height: 2.375rem;
  color: #515151;
  height: 9.5rem;
  overflow: hidden;
  margin-bottom: 2rem;
}

.n_fangan .txt .btn_xq {}

.n_fangan .img {
  width: 17rem;
  flex-shrink: 0;
}

.n_fangan .img:after {
  padding-top: 80%;
}

.btn_xq {
  width: 11.25rem;
  border: 2px solid #e0e2e4;
  display: flex;
  align-items: center;
  justify-content: center;
  text-transform: uppercase;
  height: 3.125rem;
  transition: .5s;
  gap: 1rem;
  border-radius: 1.5rem;
  font-size: 1rem;
  color: #414141;
}

.btn_xq i {
  font-size: 1rem;
  transition: 0s;
}

.btn_xq:hover {
  border: 2px solid #01824a;
  background: #01824a;
  color: #fff;
}

.pro_zizhi {
  background: url(../images/pro_zizhi_bg.jpg) center top no-repeat;
  background-size: cover;
}

.pro_zizhi .arrbox {
  display: flex;
  justify-content: center;
  gap: 1rem;
}

.pro_zizhi .arrbox .arr {
  width: 3.75rem;
  height: 3.75rem;
  gap: 1rem;
  border: 1px solid #bdc1c6;
  transition: .5s;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}

.pro_zizhi .arrbox .arr:hover {
  border: 1px solid #01824a;
  background: #01824a;
  color: #fff;
}

.pro_zizhi .arrbox i {
  font-size: 1.5rem;
}

.pro_zizhi .hd {
  border-top: 1px solid #e8ecee;
  margin-bottom: 2rem;
}

.pro_zizhi .hd ul {
  display: flex;
  justify-content: center;
  gap: 7rem;
  margin-top: -1px;
}

.pro_zizhi .hd ul li {
  font-size: 1.25rem;
  color: #212121;
  font-weight: bold;
}

.pro_zizhi .hd ul li a {
  line-height: 5rem;
  position: relative;
  display: block;
}

.pro_zizhi .box {
  display: block;
  margin: 1rem;
  background: #fff;
  border-radius: .9375rem;
  padding: 2.25rem;
  box-shadow: 5px 6px 1rem 0px rgba(29, 50, 149, 0.2);
}

.pro_zizhi .box .img {}

.pro_zizhi .box .img .pic {}

.pro_zizhi .box .img .pic img {}

.pro_zizhi .box h4 {
  text-align: center;
  font-size: 1.125rem;

  margin-top: 1.75rem;
  overflow: hidden;
  -webkit-line-clamp: 1;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
}

.pro_zizhi .arrbox {
  margin-top: 3.5rem;
}

.pro_zizhi .hd ul li a:before {
  content: "";
  display: block;
  width: 100%;
  height: 2px;
  background: #01824a;
  position: absolute;
  left: 0;
  top: 0;
  transform: scaleX(0);
  transition: .5s;
}

.pro_zizhi .hd ul li.on a:before {
  transform: scaleX(1);
}

.js_zizhu {
  width: 100%;
  overflow: hidden;
  background: #fff;
}

.js_zizhu .bd {
  position: relative;
  margin-bottom: 18rem;
}

.js_zizhu ul {}

.js_zizhu ul li {
  position: absolute;
}

.js_zizhu ul li h4 {
  font-size: 2rem;
  color: #212121;
  margin-bottom: 2.25rem;
}

.js_zizhu ul li .con {
  width: 22.5rem;
  height: 10.25rem;
  padding: 1.875rem 2.25rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
  border: 1px solid #dedede;
  border-radius: .9375rem;
}

.js_zizhu ul li .con h5 {
  font-size: 1.25rem;
  color: #212121;
  line-height: 2.25rem;
  margin-bottom: .75rem;
}

.js_zizhu ul li .con p {
  font-size: 1rem;
  color: #707070;
}

.js_zizhu .n_tt span {
  font-size: 1.125rem;
  color: #6b6b6b;
  display: block;
  margin-top: 1rem;
}

.js_zizhu .center {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}

.js_zizhu .center img {
  display: block;
  width: 41.5625rem;
}

.js_zizhu .center .mask {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.js_zizhu ul li:nth-child(1) {
  left: 0;
  text-align: right;
  top: 18%;
}

.js_zizhu ul li:nth-child(2) {
  right: 0;
  top: 18%;
}

.js_zizhu ul li:nth-child(3) {
  left: 50%;
  transform: translateX(-50%);
  top: calc(100% + 3rem);
  text-align: center;
}

.js_xietong {
  background: url(../images/js_xietong_bg.jpg) center top no-repeat;
  width: 100%;
  overflow: hidden;
}

.client-wall {
  display: block;
}

.client-wall .tier {
  position: relative;
  overflow: visible;
}

.client-wall .tier+.tier {
  margin-top: 1.25rem;
}

.client-wall .holder {
  display: block;
  width: auto;
  height: 7.8125rem;
}

.home-page .client-wall .holder {
  width: 12.5%;
  max-width: 170px;
}

.size-cv {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  overflow: hidden;
}

.client-wall .logos {
  right: auto;
  overflow: visible;
  white-space: nowrap;
}

.client-wall .logos {
  -webkit-animation: kf-client-wall-1 50s linear 0s infinite forwards;
  -moz-animation: kf-client-wall-1 50s linear 0s infinite forwards;
  -ms-animation: kf-client-wall-1 50s linear 0s infinite forwards;
  -o-animation: kf-client-wall-1 50s linear 0s infinite forwards;
  animation: kf-client-wall-1 50s linear 0s infinite forwards;
}

.client-wall .tier .pic {
  position: relative;
  margin: 0 .5rem;
  box-shadow: 3px 5.196px 18px 0px rgba(29, 50, 149, 0.15);
  display: inline-block;
  width: 19.25rem;
  height: 7.8125rem;
  background: #fff;
  padding: 10px;
  border-radius: .9375rem;
}

.client-wall .logos {
  -webkit-animation: kf-client-wall-1 50s linear 0s infinite forwards;
  -moz-animation: kf-client-wall-1 50s linear 0s infinite forwards;
  -ms-animation: kf-client-wall-1 50s linear 0s infinite forwards;
  -o-animation: kf-client-wall-1 50s linear 0s infinite forwards;
  animation: kf-client-wall-1 50s linear 0s infinite forwards;
}

.client-wall .tier2 .logos {
  -webkit-animation: kf-client-wall-2 50s linear 0s infinite forwards;
  -moz-animation: kf-client-wall-2 50s linear 0s infinite forwards;
  -ms-animation: kf-client-wall-2 50s linear 0s infinite forwards;
  -o-animation: kf-client-wall-2 50s linear 0s infinite forwards;
  animation: kf-client-wall-2 50s linear 0s infinite forwards;
}

@-webkit-keyframes kf-client-wall-1 {
  0% {
    -webkit-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0);
  }

  100% {
    -webkit-transform: translate(-33.333%, 0);
    -moz-transform: translate(-33.333%, 0);
    -ms-transform: translate(-33.333%, 0);
    -o-transform: translate(-33.333%, 0);
    transform: translate(-33.333%, 0);
  }
}

@-moz-keyframes kf-client-wall-1 {
  0% {
    -webkit-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0);
  }

  100% {
    -webkit-transform: translate(-33.333%, 0);
    -moz-transform: translate(-33.333%, 0);
    -ms-transform: translate(-33.333%, 0);
    -o-transform: translate(-33.333%, 0);
    transform: translate(-33.333%, 0);
  }
}

@-ms-keyframes kf-client-wall-1 {
  0% {
    -webkit-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0);
  }

  100% {
    -webkit-transform: translate(-33.333%, 0);
    -moz-transform: translate(-33.333%, 0);
    -ms-transform: translate(-33.333%, 0);
    -o-transform: translate(-33.333%, 0);
    transform: translate(-33.333%, 0);
  }
}

@-o-keyframes kf-client-wall-1 {
  0% {
    -webkit-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0);
  }

  100% {
    -webkit-transform: translate(-33.333%, 0);
    -moz-transform: translate(-33.333%, 0);
    -ms-transform: translate(-33.333%, 0);
    -o-transform: translate(-33.333%, 0);
    transform: translate(-33.333%, 0);
  }
}

@keyframes kf-client-wall-1 {
  0% {
    -webkit-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0);
  }

  100% {
    -webkit-transform: translate(-33.333%, 0);
    -moz-transform: translate(-33.333%, 0);
    -ms-transform: translate(-33.333%, 0);
    -o-transform: translate(-33.333%, 0);
    transform: translate(-33.333%, 0);
  }
}

@-webkit-keyframes kf-client-wall-2 {
  0% {
    -webkit-transform: translate(-33.333%, 0);
    -moz-transform: translate(-33.333%, 0);
    -ms-transform: translate(-33.333%, 0);
    -o-transform: translate(-33.333%, 0);
    transform: translate(-33.333%, 0);
  }

  100% {
    -webkit-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0);
  }
}

@-moz-keyframes kf-client-wall-2 {
  0% {
    -webkit-transform: translate(-33.333%, 0);
    -moz-transform: translate(-33.333%, 0);
    -ms-transform: translate(-33.333%, 0);
    -o-transform: translate(-33.333%, 0);
    transform: translate(-33.333%, 0);
  }

  100% {
    -webkit-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0);
  }
}

@-ms-keyframes kf-client-wall-2 {
  0% {
    -webkit-transform: translate(-33.333%, 0);
    -moz-transform: translate(-33.333%, 0);
    -ms-transform: translate(-33.333%, 0);
    -o-transform: translate(-33.333%, 0);
    transform: translate(-33.333%, 0);
  }

  100% {
    -webkit-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0);
  }
}

@-o-keyframes kf-client-wall-2 {
  0% {
    -webkit-transform: translate(-33.333%, 0);
    -moz-transform: translate(-33.333%, 0);
    -ms-transform: translate(-33.333%, 0);
    -o-transform: translate(-33.333%, 0);
    transform: translate(-33.333%, 0);
  }

  100% {
    -webkit-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0);
  }
}

@keyframes kf-client-wall-2 {
  0% {
    -webkit-transform: translate(-33.333%, 0);
    -moz-transform: translate(-33.333%, 0);
    -ms-transform: translate(-33.333%, 0);
    -o-transform: translate(-33.333%, 0);
    transform: translate(-33.333%, 0);
  }

  100% {
    -webkit-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0);
  }
}

.client-wall .tier .pic .box {
  display: flex;
  width: 100%;
  height: 100%;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}

.client-wall .tier .pic a img {
  display: block;
  max-width: 80%;
  max-height: 80%;
}

.client-wall .logos:hover {
  animation-play-state: paused;
}

.client-wall .tier .pic .txt {
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
  transition: .5s;
  width: 100%;
  height: 100%;
  z-index: 9;
  background: #01824a;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 1rem;
  border-radius: .9375rem;
}

.client-wall .tier .pic .txt h4 {
  font-size: 1.25rem;
  color: #ffffff;
}

.js_xietong .tt {
  text-align: center;
  font-size: 2.25rem;
  color: #212121;
  margin-bottom: 3.25rem;
}

.client-wall .tier .pic:hover .txt {
  opacity: 1;
}

.js_zizhi {
  margin-top: 6.625rem;
}

.js_zizhi .box {
  display: block;
  margin: 1rem;
  background: #fff;
  border-radius: .9375rem;
  padding: 2.25rem;
  box-shadow: 5px 6px 1rem 0px rgba(29, 50, 149, 0.2);
}

.js_zizhi .box .img {}

.js_zizhi .box .img .pic {}

.js_zizhi .box .img .pic img {}

.js_zizhi .box h4 {
  text-align: center;
  font-size: 1.125rem;
  margin-top: 1.75rem;
  overflow: hidden;
  -webkit-line-clamp: 1;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
}

.js_zizhi.arrstyle .arr {
  width: 3.75rem;
  height: 3.75rem;
}

.js_zizhi .bd {
  margin-top: -1rem;
}

.js_fuwu {
  width: 100%;
  overflow: hidden;
  background: url(../images/js_fuwu_bg.jpg) center no-repeat;
  background-size: cover;
}

.js_fuwu .n_tt h3 {
  color: #fff;
}

.js_fuwu .hd {
  border-top: 1px solid rgba(255, 255, 255, 0.2);
  margin-bottom: 2rem;
}

.js_fuwu .hd ul {
  display: flex;
  justify-content: center;
  gap: 7rem;
  margin-top: -1px;
}

.js_fuwu .hd ul li {
  font-size: 1.25rem;
  color: #fff;
  font-weight: bold;
}

.js_fuwu .hd ul li a {
  line-height: 5rem;
  position: relative;
  display: block;
}

.js_fuwu .hd ul li a:before {
  content: "";
  display: block;
  width: 100%;
  height: 2px;
  background: #fff;
  position: absolute;
  left: 0;
  top: 0;
  transform: scaleX(0);
  transition: .5s;
}

.js_fuwu .hd ul li.on a:before {
  transform: scaleX(1);
}

.js_fuwu .bd ul {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 3.5rem;
}

.js_fuwu .bd ul li {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 25rem;
  padding: 3.125rem 2.25rem;
  border-radius: .9375rem;
  align-items: flex-start;
  color: #fff;
  background: rgba(0, 71, 157, 0.85);
}

.js_fuwu .bd ul li img {
  display: block;
  width: auto;
}

.js_fuwu .bd ul li div {
  width: 100%;
}

.js_fuwu .bd ul li h4 {
  font-size: 1.375rem;
  line-height: 2rem;
  height: 4rem;
}

.js_fuwu .bd ul li i {
  display: block;
  width: 100%;
  height: 1px;
  background: rgba(255, 255, 255, 0.3);
  margin: .5rem 0 2rem;
}

.js_fuwu .bd ul li span {
  font-size: .9375rem;
}

.js_yanfa {}

.js_yanfa ul {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 3.75rem;
}

.js_yanfa ul li {}

.js_yanfa ul li .img {
  border-radius: .9375rem;
  position: relative;
}

.js_yanfa ul li .img:after {
  padding-top: 46.75%;
}

.js_yanfa ul li .mask {
  background: rgba(0, 0, 0, 0.25);
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}

.js_yanfa ul li .mask .ico {
  width: 4.25rem;
  height: 4.25rem;
  position: relative;
}

.js_yanfa ul li .mask .ico img {
  transform: none !important;
}

.js_yanfa ul li .mask h4 {
  color: #fff;
  font-size: 1.625rem;
  font-weight: bold;
  margin-top: 1.5rem;
}

.js_yanfa ul li .txt {
  margin-top: 2.5rem;
  font-size: 1.0625rem;
  line-height: 2.375rem;
  height: 19rem;
  overflow: auto;
  padding: 0 1.125rem;
}

.js_yanfa ul li .txt p {
  padding-left: 1.375rem;
  position: relative;
}

.js_yanfa ul li .txt p:before {
  content: "⊙";
  position: absolute;
  left: 0;
}

.js_chengguo {
  width: 100%;
  overflow: hidden;
  background: url(../images/jishu_chengguo_bg.jpg) center no-repeat;
  background-size: cover;
}

.js_chengguo .n_tt {}

.js_chengguo .n_tt h3 {
  color: #fff;
}

.js_chengguo ul {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 5.5rem 11.25rem;
  max-width: 75.625rem;
  margin: 0 auto;
}

.js_chengguo ul li {
  display: flex;
  flex-direction: column;
  align-items: center;
  color: #fff;
  text-align: center;
  line-height: 1.7;
}

.js_chengguo ul li .ico {
  width: 5rem;
  height: 5rem;
}

.js_chengguo ul li .ico img {}

.js_chengguo ul li .line {
  display: block;
  width: 100%;
  height: 1px;
  background: rgba(255, 255, 255, 0.2);
  margin-top: 1rem;
}

.js_chengguo ul li p {
  font-size: 1rem;
  margin-top: 1.125rem;
}

.js_chengguo ul li .box {
  margin-top: 1.5rem;
  height: 4rem;
}

.js_chengguo ul li .box span {
  font-size: 3.375rem;
  font-family: bahnschrift;
}

.js_chengguo ul li .box i {}

.n_search li .box .img {
  width: 100%;
}

.n_search li .box .txt .ico {
  display: none;
}

.n_search li {
  padding: 1.5rem 0;
}

.n_search li .box {
  gap: 1rem;
}

.n_search li .box .txt h4 {
  font-size: 1.125rem;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  margin-bottom: 0;
}


.n_search li .box .txt h4 {
  margin-top: 0;
}

.n_search li .box .txt .ico {
  display: flex;
  width: 2rem;
  height: 2rem;
  margin-top: 1rem;
}

.n_search ul {
  margin-top: 3.25rem;
}

.n_search li {
  padding: 1.875rem 0;
  border-bottom: 1px solid #e4e5ea;
}

.n_search li:first-child {
  padding-top: 0 !important;
}

.n_search li .box {
  border-radius: 0.9375rem;
  overflow: hidden;
  display: flex;
  align-items: center;
  gap: 2.5rem;
}

.n_search li .box .img {
  width: 24.0625rem;
  flex-shrink: 0;
  border-radius: 0.9375rem;
}

.n_search li .box .img:after {
  padding-top: 67.3%;
}

.n_search li .box .txt {
  flex-grow: 1;
}

.n_search li .box .txt .time {
  display: flex;
  align-items: center;
  font-size: 0.875rem;
  color: #5b6165;
  gap: 0.5rem;
}

.n_search li .box .txt .time i {
  font-size: 1.25rem;
  color: #5b6165;
}

.n_search li .box .txt h4 {
  font-size: 1.5rem;
  line-height: 1.875rem;
  color: #212121;
  margin: 1rem 0 1.125rem;
  font-weight: bold;
}

.n_search li .box .txt p {
  font-size: 1rem;
  line-height: 1.75rem;
  height: 3.5rem;
  color: #616161;
}

.n_search li .box .txt .ico {
  width: 3.125rem;
  height: 3.125rem;
  border: 1px solid #e0e0e4;
  transition: 0.5s;
  margin-top: 2rem;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.n_search li .box .txt .ico svg {
  width: 0.75rem;
  height: 1rem;
  transition: 0.5s;
}

.n_search li .box .txt .ico svg * {
  transition: 0.5s;
}

.n_search li .box:hover .txt .ico {
  border: 1px solid #01824a;
  background: #01824a;
}

.n_search li .box:hover .txt svg {
  fill: #fff;
}

.n_search li .box:hover .txt svg * {
  fill: #fff;
}

.n_search .n_tt {
  text-align: left;
}

@media (max-width: 768px) {

  .n_search li .box .img {
    width: 17rem;
  }

  .n_search li .box .txt .ico {
    display: none;
  }
}


@media (max-width: 480px) {
  .n_search li {
    padding: 1.5rem 0;
  }

  .n_search li .box {
    gap: 1rem;
  }

  .n_search li .box .img {
    width: 10rem;
  }

  .n_search li .box .txt h4 {
    font-size: 1.125rem;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    margin-bottom: 0;
  }

  .n_search li .box .txt p {
    display: none;
  }

  .n_search .n_news02 li .box .txt .ico {
    display: none;
  }

  .n_search .n_news02 li .box .txt h4 {
    margin-top: 0;
  }

  .n_search .n_news02 li .box .txt .ico {
    display: flex;
    width: 2rem;
    height: 2rem;
    margin-top: 1rem;
  }
}

.client-wall .logos {
  display: flex;
}

.n_zizhi ul li .box img {}

.n_zizhi ul.ul1 li .box .img .pic {
  padding-top: 10%;
  padding-bottom: 16%;
  align-items: flex-end;
}

.n_zizhi ul.ul2 li .box .img .pic {
  padding-top: 10%;
  padding-bottom: 16%;
  align-items: flex-end;
}

.pro_ys .outbox .hd ul li .box .ico img {
  max-width: 3rem;
}


/*slick.css*/
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0;
}

.slick-list:focus {
  outline: none;
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.slick-track:before,
.slick-track:after {
  display: table;
  content: '';
}

.slick-track:after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px;
}

[dir='rtl'] .slick-slide {
  float: right;
}

.slick-slide img {
  display: block;
}

.slick-slide.slick-loading img {
  display: none;
}

.slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized .slick-slide {
  display: block;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

.slick-dots {
  position: absolute;
  bottom: -25px;
  display: block;
  width: 100%;
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: center;
}

.slick-dots li {
  position: relative;
  display: inline-block;
  width: 20px;
  height: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}

.slick-dots li button {
  font-size: 0;
  line-height: 0;
  display: block;
  width: 20px;
  height: 20px;
  padding: 5px;
  cursor: pointer;
  color: transparent;
  border: 0;
  outline: none;
  background: transparent;
}

.slick-dots li button:hover,
.slick-dots li button:focus {
  outline: none;
}

.slick-dots li button:hover:before,
.slick-dots li button:focus:before {
  opacity: 1;
}

.slick-dots li button:before {
  font-family: 'slick';
  font-size: 6px;
  line-height: 20px;
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  height: 20px;
  content: '•';
  text-align: center;
  opacity: .25;
  color: black;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-dots li.slick-active button:before {
  opacity: .75;
  color: black;
}



.hmFocus_item {
  height: 100vh;
  position: relative;
  overflow: hidden;
}
.ban-gray {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0px;
  left: 0px;
  background: rgba(0,0,0,.4);
  z-index: 1;
}
.hmFs_bg {
  height: 100%;
  width: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  -webkit-transform: scale(1.12);
  transform: scale(1.12);
  position: absolute;
}

.hmFocus_item video {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

.hmFs_layBg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.3);
}

.active .hmFs_bg {
  visibility: visible;
  -webkit-animation: scaleBg 6s linear forwards;
  animation: scaleBg 6s linear forwards;
}

.hmTxt {
  display: inline-block;
  position: absolute;
  z-index: 5;
  left: 0%;
  top: 50%;
  transform: translate(0%, -50%);
  width: 100%;
  color: #FFF;
  text-align: center;
}

.hmTxt img {
  transition: all 0.5s ease-in-out;
  opacity: 0;
  transform: translate(-100px, 0);
  margin: 0 auto;
}

.hmTxtDes {
  position: relative;
  width: 100%;
  padding-top: 4px;
  height: 100%;
  z-index: 10;
}


#banner .slick-arrow {
  width: 4.125rem!important;
  height: 4.125rem!important;
  border-radius: 50%;
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 10;
  font-size: 0;
  top: 50%;
  transform: translate(0, -50%);
  transition: all .5s;
  background: transparent;
  border: 1px solid rgba(100%,100%,100%,.5); display:none !important;
}


#banner .slick-arrow:hover {
  border: 1px solid #fff;
}

#banner .slick-prev {
  background: url(../images/zuo.svg)no-repeat center;
  left: 4%;
}


#banner .slick-next {
  background: url(../images/you.svg)no-repeat center;
  right: 4%;
}



.hmFocus_doc {
  width: 100%;
  position: absolute;
  left: 0px;
  z-index: 5;
  bottom: 1rem !important;
}

.hmFocus_doc ul {
  display: flex;
  align-items: center;
  justify-content: center;
}

.hmFocus_doc ul li span {
  width: 10px;
  height: 10px;
  margin: 0 6.5px !important;
  border-radius: 50%;
  border-radius: 50%;
  border: 1px solid #fff;
  background: none;
  opacity: 1;
  cursor: pointer;
  display: block;
}

.hmFocus_doc ul li.on span {
  border: 1px solid #fff;
    background: #fff;
}




 .swiper-container-aa {
      width: 100%;
      height: 100%;
    }
    .swiper-container-aa .swiper-slide {
      text-align: center;
      font-size: 18px;
      background: #fff;

      /* Center slide text vertically */
      display: -webkit-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      -webkit-justify-content: center;
      justify-content: center;
      -webkit-box-align: center;
      -ms-flex-align: center;
      -webkit-align-items: center;
      align-items: center;
    }
	
	
.wj_index_honor { width:100%; height:; }	
.wj_index_honor .m .s_hd .s_tt{ text-align:center; width:100%; margin-top:80px; margin-bottom:30px; }
.wj_index_honor_con { width:100%; height:400px;  background:url(../images/s_honor_bg.jpg) no-repeat center top; background-size:100% auto;} 

	
	
	
	
	
	 .swiper-container—bb {
      width: 100%;
      height: 100%;
    }
    .swiper-container-bb .swiper-slide {
      text-align: center;
      font-size: 18px;
      background: #fff;

      /* Center slide text vertically */
      display: -webkit-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      -webkit-justify-content: center;
      justify-content: center;
      -webkit-box-align: center;
      -ms-flex-align: center;
      -webkit-align-items: center;
      align-items: center;
    }
	.aatt img { border-radius:5px; overflow:hidden;}
	
.tta { width:92%; margin:0px 4%; position:relative; height:335px; border-radius:15px; overflow:hidden; border:0px solid #fff;}
.tta .img { position:absolute; top:0px; left:0px; width:100%; height:100%;}
.tta .img img { width:100%; height:100%; object-fit:cover;}
.tta .zi { position:absolute; width:100%; color:#fff;  bottom:20px; left:0px; line-height:50px; text-align:center; font-size:16px; z-index:999;}





.index_pro { width:100%;display: flex; flex-wrap: wrap; justify-content: space-between;}
.index_pro .m {display: grid;
grid-template-columns: repeat(4, 1fr);
gap: 1.5rem;}

.index_pro .index_pro_item { width:300px; 

  margin:;
    background: #fff;
    border-radius: .9375rem;
    padding: 2.25rem 2.25rem 1rem 2.25rem ;
    box-shadow: 5px 6px 1rem 0px rgba(29, 50, 149, 0.2); text-align:center;
	

} 
.index_pro .index_pro_item h3 { padding-top:2%; line-height:80px; font-size:25px; font-weight:700; color:#01824a; letter-spacing:2px; }
.index_pro .index_pro_item .index_pro_tu {position:relative; overflow:hidden; border-radius:10px;}
.index_pro a .index_pro_item .index_pro_tu:before { position:absolute; bottom:-270px; left:0px; width:100%; height:100%; background:rgba(4,178,228,.7); content:"了解详情"; font-size:17px; z-index:1; line-height:270px; text-align:center; color:#fff; transition:all .4s; }
.index_pro .index_pro_item .index_pro_tu img { width:100%; height:100%; object-fit:cover; transition:all .4s;}
.index_pro .index_pro_item .index_pro_more { width:120px; line-height:40px; color:#fff; background:#01824a; border-radius:25px; margin:20px auto 10%; display:none; }
.index_pro a:hover .index_pro_item .index_pro_tu:before { display:block;  bottom:0px;}
.index_pro a:hover .index_pro_item .index_pro_tu img { transform:scale(1.05,1.05);}



.cpsbt{color:#fff; font-size:36px; line-height:58px; }
.cpsbt span{font-size:18px; line-height:58px; padding-left:10px; font-weight:normal;}


.cplb a{font-size:18px; width:95%; padding-left:35%; text-align:left; display:block; height:56px; line-height:56px; color:#fff; background:rgba(255,255,255,0.1)url(../images/tlogo1.png) left top no-repeat;  margin-bottom:12px;  text-decoration:none; }
.cplb a:hover{ color:#01824a; background:#fff url(../images/tlogo.png) left top no-repeat;}

.cplb01 a{font-size:16px; width:320px; display:block; height:50px; line-height:50px; color:#01824a; text-align:center; margin-top:55px; background:#fff; border-radius:5px; text-decoration:none; float:left;}
.cplb01 a:hover{ color:#fff; background:#01824a;}

a.ank {color:#fff; width:45%; margin-right:5%; height:60px; line-height:60px; padding-left:40px; border-bottom:2px solid #fff; display:block; font-size:15px;  background:url(../images/jj.png) 15px center no-repeat; float:left; margin-bottom:20px;}
a.ank:hover{color:#ea5514; font-weight:bold;  text-decoration:none; border-bottom:2px solid #ea5514; background:url(../images/jj1.png) 15px center no-repeat;}



.cpk{width:250px; padding-left:20px; padding-right:20px; height:250px; border-radius:10px; background:#FFF; box-shadow: 0 0 10px rgba(46,46,46,0.2); margin-top:40px;}

.cpimg{height:180px; padding-top:20px; text-align:center; overflow:hidden;}
.cpimg img{ width:100%;}
.scpbt{font-size:20px; line-height:20px; padding-top:20px; color:#212121; font-weight:bold; text-align:center;}

.cpan a{width: 180px;height: 40px;line-height: 40px;text-align: center;	font-size: 15px;display: block;color: #fff; background:#086fdb; margin:auto; font-weight:normal;border-radius:10px; text-decoration:none;}
.cpan a:hover{background: #ff6600; color:#FFF;	}





:root {
	margin: 0;
	padding: 0;
	font-size: 1vw;


}


.pt-6 {
	padding-top: 6rem;
}
.pb-6 {
	padding-bottom: 6rem;
}


/* 价值 */
.about-jz {
	background-attachment: fixed;
    overflow:hidden;
}


.about-jz .cont {
	display: flex;
	justify-content: center;

}

.about-jz .cont .item {
	/* width: 26rem; */
	width: 36rem;
	height: auto;
	aspect-ratio: 1/1;
	position: relative;
	color: #fff;
	display: flex;
	justify-content: center;
	align-items: center;
	text-align: center;

}

.about-jz .cont .item h5 {
	/* font-size: var(--f24); */
	font-size:18px;
	font-weight:normal;
	padding-top:20px;
}

.about-jz .cont .item p {
	font-weight: 800;
	/* font-size: var(--f22); */
	font-size:36px;
}

.about-jz .cont .item .bg {
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	border: 1px solid rgba(255, 255, 255, .7);
	border-radius: 100%;
}

.about-jz .cont .item .bg::after {
	position: absolute;
	content: '';
	height: auto;
	aspect-ratio: 1/1;
	background: #fff;
	width: .6rem;
	left: 30%;
	border-radius: 100%;
	top: 2.6%;
}

.about-jz .cont .item:first-child {
	margin-right: -1.4rem;
}

.about-jz .cont .item:last-child {
	margin-left: -1.4rem;
}

.about-jz .cont .item:first-child .bg {
	animation: rotate1 8s linear infinite;
}

.about-jz .cont .item:last-child .bg {
	animation: rotate 8s linear infinite;
}


@keyframes rotate {
	from {
		transform: rotate(0deg)
	}

	to {
		transform: rotate(360deg)
	}
}

@keyframes rotate1 {
	from {
		transform: rotate(360deg)
	}

	to {
		transform: rotate(0deg)
	}
}



.cen{ width:1320px; margin:auto; height:auto;}

.clear{clear:both;}

.bti{ height:100px; color:#f4f4f4; padding-top:30px; margin-bottom:40px;  text-align:center;  background:url(../images/nyx.jpg) center bottom no-repeat;}
.bti01{font-size:38px;line-height:110px; color:#212121; font-family:'微软雅黑'; background:}
.bti02{ display:block; font-size:16px; font-weight:normal;  font-family:'微软雅黑'; top:16px; width:100%;  color:#888;  position: absolute; z-index:2;}

.qqbti{ height:125px; color:#f4f4f4;  text-align:center;}
.qqbti01{font-size:38px;line-height:125px; color:#212121; font-family:'微软雅黑';}

.nybnaner{height:400px; padding-top:338px;width:100%;background-size:cover;}


.gg{}

.abti{padding-bottom:35px; text-align:center; margin:auto; width:100%; position: absolute; z-index:10; font-weight:normal; background:url(../images/xx.png) center 135px no-repeat;}
.abtiwz{ text-align:center; line-height:40px; color:#fff; font-size:22px; font-family:'微软雅黑';}
.abtiwz span{ text-align:center; color:#fff; font-family:Arial, Helvetica, sans-serif; font-size:28px;}



.nynr{ width:1260px; margin:auto; font-size:16px; padding-bottom:85px; line-height:34px; color:#414141;}



.nydh{ height:60px; width:100%; margin:auto;}


a.dh1 { font-family:"微软雅黑"; font-size: 16px; line-height:50px; color: #fff; background:#ff6600; display:block; width:15%; margin-left:10px; margin-right:10px; height:50px; text-align:center; border-radius:10px; background:#ff6600;}
a.dh1:visited {font-style: normal; color: #fff; text-decoration: none;}
a.dh1:hover { color:#ffffff; text-decoration: none; background:#212121; }
a.dh1:active { color: #ffffff; background:#212121;}



a.dh2 { font-family:"微软雅黑"; font-size: 16px; line-height:60px; color: #212121; background:rgba(255,255,255,0.8); display:block; width:49.85%; height:60px; text-align:center;  border-right:1px solid #e2e2e2; font-weight:bold;}
a.dh2:visited {font-style: normal; color: #212121; text-decoration: none;}
a.dh2:hover { color:#fff; text-decoration: none; background:#01824a;}
a.dh2:active { color: #ffffff; background:#1F63E9;}


a.dh3 { font-family:"微软雅黑"; font-size: 16px; line-height:60px; color: #212121; background:rgba(255,255,255,0.8); display:block; width:33.2%; height:60px; text-align:center;  font-weight:bold;}
a.dh3:visited {font-style: normal; color: #212121; text-decoration: none;}
a.dh3:hover { color:#fff; text-decoration: none; background:#01824a;}
a.dh3:active { color: #ffffff; background:#1F63E9;}

a.dh4 { font-family:"微软雅黑"; font-size: 16px; line-height:60px; color: #212121; background:rgba(255,255,255,0.8); display:block; width:24.8%; height:60px; text-align:center;  border-right:1px solid #e2e2e2; font-weight:bold;}
a.dh4:visited {font-style: normal; color: #212121; text-decoration: none;}
a.dh4:hover { color:#fff; text-decoration: none; background:#01824a;}
a.dh4:active { color: #ffffff; background:#1F63E9;}



a.dh5 { font-family:"微软雅黑"; font-size: 16px; line-height:60px; color: #212121; background:rgba(255,255,255,0.8); display:block; width:19.9%; height:60px; text-align:center;  border-right:1px solid #e2e2e2; font-weight:bold;}
a.dh5:visited {font-style: normal; color: #212121; text-decoration: none;}
a.dh5:hover { color:#fff; text-decoration: none; background:#01824a;}
a.dh5:active { color: #ffffff; background:#1F63E9;}



a.dh6 { font-family:"微软雅黑"; font-size: 16px; line-height:60px; color: #212121; background:rgba(255,255,255,0.8); display:block; width:16.5%; height:60px; text-align:center;  border-right:1px solid #e2e2e2; font-weight:bold;}
a.dh6:visited {font-style: normal; color: #212121; text-decoration: none;}
a.dh6:hover { color:#fff; text-decoration: none; background:#01824a;}
a.dh5:active { color: #ffffff; background:#1F63E9;}



a.dh7 { font-family:"微软雅黑"; font-size: 16px; line-height:60px; color: #212121; background:rgba(255,255,255,0.8); display:block; width:14.2%; height:60px; text-align:center;  border-right:1px solid #e2e2e2; font-weight:bold;}
a.dh7:visited {font-style: normal; color: #212121; text-decoration: none;}
a.dh7:hover { color:#fff; text-decoration: none; background:#01824a;}
a.dh7:active { color: #ffffff; background:#1F63E9;}


a.dh8 { font-family:"微软雅黑"; font-size: 16px; line-height:60px; color: #212121; display:block; width:12.3%; height:60px; text-align:center;  border-right:1px solid #e2e2e2; font-weight:bold;}
a.dh8:visited {font-style: normal; color: #212121; text-decoration: none;}
a.dh8:hover { color:#fff; text-decoration: none; background:#01824a;}
a.dh8:active { color: #ffffff; background:#1F63E9;}



.a1sssa{ width:1360px; margin:0 auto; height:200px; margin-top:20px; margin-bottom:20px;}
 .a1sssa dl{width: 20%;float: left;text-align: center;height:100pxm;position: relative;margin-top: 20px;}
.a1sssa dl:before{content: "";width: 1px;height: 100%;background: #e2e2e2;position: absolute;top: 0;right: 0;}
 .a1sssa dl dt{width: auto;height: 98px;line-height: 1;overflow: hidden;margin: 0 auto;}
 .a1sssa dl dt img{width: 90px;height: 96px; margin:0 auto}
 .a1sssa dl:hover dt img{-webkit-animation:hvr-buzz-out 0.75s linear;animation:hvr-buzz-out 0.75s linear ; }
 .a1sssa dl dd{width: 100%;}
 .a1sssa dl dd h5{font-size: 56px;color: #333;height:84px;line-height: 84px;overflow: hidden;font-weight: normal; font-family:EUCLID; display:inherit; display:flex;justify-content:center}
	 .a1sssa dl dd h5 em{ font-size:18px; color:#999; display:block; font-style:normal; margin-top:10px; margin-left:20px}
	 .a1sssa dl dd h5 b{font-size:60px; color:#999; display:block; background-image: -webkit-linear-gradient(left,#053b76,#4fadeb,#009579);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-weight: normal;  }
	
 .a1sssa dl dd span{font-size: 16px;color: #666;line-height:28px;padding:10px 0 0; margin-top:0px; display:block}
 .a1sssa dl dd i{display: block; font-style:normal}
 .a1sssa dl:nth-of-type(5):before{background: none;}
@font-face {
	font-family:EUCLID;
	src: url('../fonts/EUCLIDCIRCULARA-MEDIUM_0.TTF'); }


.nycul{height:600px; width:100%; background:url(../images/wbj.jpg) top center no-repeat; background-size:cover;display: flex; flex-wrap: wrap; justify-content: space-between; position:relative;}
.nyculk{width:33%; height:600px; padding:0% 3% 0% 3%;}
.nyculimg{padding-top:240px; padding-bottom:10px;}
.nyculx{height:2px; width:15px; background:#FFF;}
.nycul01{font-size: 20px; color:#FFF; margin-top: 47px;}
.nycul02{font-size: 20px; color:#FFF; margin-top: 10px;}
.nycul03{font-size: 16px; color: rgba(255,255,255,.7); margin-top: 30px;}
.nycul04{font-size: 15px; line-height:20px; color: rgba(255,255,255,.7); margin-top: 10px;}

.aboutimg{ width:450px; height:645px; margin-top:10px; text-align:right;}
.aboutnr{ width:760px;  z-index:1; font-size:16px; line-height:32px; color:#414141; text-align:justify;}
.aboutnr a{color:#414141;}
.aboutnr strong{color:#CC0810;font-size:26px; font-weight:bold; line-height:48px;}

.jiance{padding-top:10px; padding-bottom:10px; padding-left:40px; border-bottom:7px solid #eb870e; font-size:20px; background: url(../images/xx.png) 10px center no-repeat; font-weight:bold; color:#eb870e;border-radius:20px;}
.jiance01{ font-size:16px; color:#212121;}
.jiance01 a{ padding-top:5px; padding-bottom:5px;  padding-left:60px; color:#212121; display:block; margin-top:5px; background:#f3f3f2 url(../images/xx.png) 15px center no-repeat; display:block;border-radius:20px;}
.jiance01 a:hover{color:#fff; background:#eb870e url(../images/xx1.png) 15px center no-repeat;}


.Hnylxz{width:30%; padding:0px 0px 0px 0px; height:300px; background:#01824a; margin-bottom:3%; }
.Hnylxr{width:42%; height:580px; background:#005ca4; border:1px solid #5e5e5e;border-radius:5px; float:right;}


.Hlbbt{font-size:28px; font-weight:bold; color:#FFF; margin-top:0px; padding-bottom:10px;}
.Hlxnr{font-size:16px; line-height:32px; padding-left:40px; text-align:center; padding-right:40px; padding-bottom:50px;  padding-top:140px; color:#FFF; }
.Hlxnr p{color:#FFF;}

.Hlxnr a{color:#FFF;}
.Hlxnr a:hover{color:#f9b548;}
.cpsoubt{color:#262161; font-size:28px; line-height:28px; padding-top:60px; padding-bottom:30px; text-align:center; font-weight:bold;  background:url(../images/xx1.png) center bottom no-repeat;}

.kuang{ width:100%; height:44px; font-size:14px; color:#8b8b8b; border:1px solid #CFCFCF; padding-left:4%; margin-top:18px;}
.kuang01{ width:100%; height:82px; font-size:14px; color:#8b8b8b; border:1px solid #CFCFCF; padding-left:4%; margin-top:18px;}

.kuang3{ width:100%; height:44px; border:none; text-align:center; font-size:16px; background:#f9b548; color:#FFF; margin-top:18px; font-weight:bold;}
.kuang3:hover{ background:#212121;}




.wenhua{ width:1260px; height:auto; margin:auto;display: flex; flex-wrap: wrap; justify-content: space-between;}

.whnr{width:50%; height:370px; background:#EEEEEE; overflow:hidden;}
.whnr img{ width:100%; height:100%;object-fit: cover;}
.whbt{font-size:30px; font-weight:bold; color:#333; text-align:center; background:url(../images/xxx.jpg) bottom center no-repeat; margin-top:70px; padding-bottom:20px;}
.whsm{padding:30px 80px 50px 80px; font-size:16px; line-height:34px; color:#414141; text-align:justify;}


.ny_news {width:100%;  text-align:left; line-height:28px; padding-bottom:75px;}
.new2{ width:100%; float:left; border-bottom:#e9e9e9 solid 1px; color:#666; padding-top:40px; padding-bottom:40px; }
.n_l{ width:15%; float:left; font-size:14px; margin-right:40px; border-top:#eb870e solid 2px; text-align:center;}
.n_l h1{ padding:40px 0; font-size:44px; font-weight:bold;}
.n_r{ width:80%; float:left; font-size:16px; line-height:32px;}
.n_r h2{ color:#eb870e; margin-bottom:10px; font-weight:normal; font-size:18px; font-weight:bold;}
.n_r h2 a{ color:#3c3c3c;}
.n_r h2 a:hover{ color:#eb870e;}
.n_r h4{ width:120px; line-height:32px; border:#eb870e solid 1px; background-color:#eb870e; color:#fff; text-align:center; margin-top:20px; font-weight:normal;}
.n_r h4 a{ color:#fff;}
.n_r h4 a:hover{ text-decoration:underline;}

.m3{width:180px; line-height:40px; text-align:center; float:left; color:#FFFFFF; margin-top:30px;}

.m3 a{width:180px; line-height:40px; float:left; font-size:16px; background:#eb870e; color:#FFFFFF!important;
transition:All 0.4s ease-in-out;
	-webkit-transition:All 0.4s ease-in-out;
	-moz-transition:All 0.4s ease-in-out;
	-o-transition:All 0.4s ease-in-out;}

.m3 a:hover{ color:#FFFFFF!important; background:#eb870e; width:200px;
transition:All 0.4s ease-in-out;
	-webkit-transition:All 0.4s ease-in-out;
	-moz-transition:All 0.4s ease-in-out;
	-o-transition:All 0.4s ease-in-out;}



.jssm{ width:550px; margin:auto; height:442px; padding-top:45px; padding-left:650px;}
.jssm01{ width:470px; text-align:justify; padding-left:40px; padding-top:40px; padding-right:40px; background-color:rgba(22,158,132,0.8); height:354px; color:#FFF; font-size:16px; line-height:34px;}

.jssm02{ font-size:64px; line-height:44px; padding-bottom:20px; color:#fff; font-weight:bold;}
.jssm02 span{font-size:18px; font-weight:normal; color:#FFFFFF; font-family:'微软雅黑';}
.yuangong{width:40%; line-height:46px; padding:3%; font-size:14px; margin-bottom:30px; color:#333; background:#E9E9E9; border:1px solid #DBDADA; text-align:center;}

.sjgck{ width:100%; margin:auto; display: flex; flex-wrap: wrap; justify-content: space-between;}

.gck{ width:30%; height:310px; margin-bottom:30px; overflow:hidden;}
.gckimg img{ width:100%; height:252px; overflow:hidden; border-radius:30px; object-fit: cover; transform: scale(1);transition: all 1s ease-out;}
.gckimg img:hover{ transform: scale(0.9); }

.gckbt1{ text-align:center; display:block; height:40px;line-height:40px; font-size:16px; margin-top:15px; color:#414141;}






.index_cp02{ width:100%;display: flex; flex-wrap: wrap; justify-content: space-between;}
.index_cp02 dl{ width:30%;  margin-bottom:30px; overflow:hidden; margin-left:30px; border-top:5px solid #01824a; border-radius:10px ;}
.index_cp02 dl dt{ height:246px; overflow:hidden; background:#F6F6F6;}
.index_cp02 dl dt:hover img{ height:266px; width:375px; margin-left:-8px; margin-top:-4px;-moz-transition: all 0.5s;-webkit-transition:all 0.5s;-o-transition:all 0.5s;transition:all 0.5s;}
.index_cp02 dl dd{ height:200px; padding:19px 29px 0; border-top:none; background:#F6F6F6;}
.index_cp02 dl dd h2 a{ text-decoration:none; display:block; font-size:20px; line-height:32px; height:50px; color:#2c353c; text-align:left;}
.index_cp02 dl dd h2 a:hover{ color:#F00;}
.index_cp02 dl dd span{ margin:5px 0 13px; display:block; line-height:24px; font-size:14px; color:#616e77; line-height:21px; height:45px; overflow:hidden;}
.index_cp03{ font-size:14px; color:#2c353c; width:120px; height:32px; border:1px solid #CCC; display:block; text-align:center; line-height:32px;}
.index_cp03:hover{ color:#ffffff; background:#F00;}


.nycpdel{width:420px; border:1px solid #e8e9ea; height:300px; text-align:center; padding:20px;}
.nycpdel img{  width:380px; height:260px;object-fit: cover;}
.nycpdelcs{width:700px; }



.nybti{padding-bottom:35px; text-align:center;}
.nybtiwz{ text-align:center; line-height:48px; color:#ccc; font-family:Arial, Helvetica, sans-serif; text-transform:uppercase; font-size:26px;}
.nybtiwz span{ text-align:center; color:#212121; font-family:'微软雅黑'; text-transform:uppercase; font-size:40px;}



a.cps2 {font-size: 16px!important; color: #ffffff; background:#149d83; display:block; width:170px;text-align:center; margin-left:10px;margin-right:25px; border-radius:50px;}
a.cps2:visited {color: #ffffff;}
a.cps2:hover {color:#ffffff; background:#212121;}
a.cps2:active {color: #ffffff;}


a.cps1 {font-size: 16px!important; color: #212121; border:2px dotted #afafaf; text-align:center; display:block; width:40%; text-align:center; padding:0px 20px 0px 20px;border-radius:50px;}
a.cps1:visited {color: #212121;}
a.cps1:hover {color:#ffffff;background:#149d83;}
a.cps1:active {color: #ffffff;}







/*sousuo*/
.gsjj_con1_div1{background: #fff; box-sizing: border-box;font-size: 0;padding: 30px 50px;  margin-bottom:30px;}

.divBox{width:1260px;margin: 0 auto;}

.gsjj_con1{background: url(../images/jj1_02.jpg) no-repeat center center ;background-size: cover;}



.alzs .gsjj_con1_div1{background: #f1f1f1;}

.alzs .gsjj_con1_div1_al {background: #f1f1f1;}

.case .ej_nav_u1 li{width: 50%;}

.alzs_div_sousuo{font-size: 0;/*margin-bottom: 35px;*/}

.alzs_div_sousuo_span{display: inline-block;vertical-align: top;width: 200px;height: 50px;line-height: 50px;text-align: center;font-size: 16px;color: white;

background: #ffd600;cursor: pointer;transition: 0.3s ease-in-out;}

.alzs_div_sousuo_span img{margin-right: 10px;margin-top: -2px;}

.alzs_div_sousuo_span:hover{background: #d8b607}

.alzs_div_sousuo input[type=text]{display: inline-block;vertical-align: top;width: calc(100% - 214px);margin-right: 14px;border: none;box-sizing: border-box;

height: 50px;background: white;padding-left:30px;font-size: 16px;}

.alzs_div_tx{font-size: 0;margin-top: 20px;display: none;}

.alzs_div_tx span{display: inline-block;vertical-align: top;width: 75px;font-size: 15px;color: #282828;font-weight: bold;}

.alzs_div_tx_u1{display: inline-block;vertical-align: top;width: calc(100% - 75px);font-size: 0;}

.alzs_div_tx_u1 li{display: inline-block;vertical-align: top;}

.alzs_div_tx_u1 li a{padding: 0 25px;border-right: 1px solid #e2e2e2;line-height: 1;font-size: 16px;color: #777;}

.alzs_div_tx_u1 li a:hover{color: #ffd600;}

.alzs_div_tx_u1 li.active a{color: #ffd600;}
.cpsan{ height:50px; width:200px; border:none; background:#ff6600; font-size:18px; color:#fff;}
.cpsan:hover{background:#212121; color:#fff;}


.nyzcp{width:20%;}
.nyrcp{width:75%;}


#left_en ul{ padding:10px 0 10px 0px;}
#left_en h2{ color:#fff; text-align:center; font-size:30px; padding:15px; background:#01824a;}
#left_en ul li{ line-height:50px; font-size:16px; }
#left_en ul li a{ color:#212121; padding-left:10px; background:#ebebeb; display:block; margin-bottom:5px;}
#left_en ul li a:hover{ color:#fff; background:#01824a;}




.p_list{ width:100%; margin:0px auto; line-height:40px;}
.p_list h1{ color:#2d9e26; font-weight:normal; border-bottom:solid 1px #e9e9e9; padding-bottom:10px; font-size:24px;}

.table td{ padding:5px 30px;}
.table td a{ color:#212121;}
.table tr:nth-child(odd){ background:#f5f3f0;}
.table tr:nth-child(even){ background:#fff;}

.p_detail{ width:1260px; margin:0px auto;line-height:35px; color:#737373;}
.p_detail h4{ color:#FFFFFF; font-weight:normal; border-top:solid 3px #ff6600; background:#f9f9f9; margin-top:20px;}
.p_detail h4 span{ background:#ff6600; width:150px; line-height:40px; display:block; text-align:center;}
.p_detail h2{ font-weight:normal; color:#3c3c3c; text-align:center; line-height:50px; font-size:20px;margin-top:20px;}



a.ank {color:#ffffff; margin:auto; background:#FF7702; width:90px; height:30px; line-height:30px; text-align:center; display:block; font-size:13px; border-radius:3px;}
a.ank:hover{color:#ffffff; background:#ff6600; width:90px; height:30px; line-height:30px; text-align:center; display:block; text-decoration:none;}


.pro{ width:100%; margin-bottom:20px;}
.pro  ul{ width:100%; float:left;}
.pro  ul li{ width:32%; float:left; margin:10px 0 ; border-top:4px solid #f1f1f1; margin-bottom:30px;}
.pro  ul li span img{ width:100%; border-radius:5px; height:259px;}
.pro  ul li:nth-child(3n-1){ margin:10px 2%;}
.pro  ul li p{ line-height:32px; color:#fff; text-align:center; float:left; width:100%; padding:10px 0; background:#333;}
.pro  ul li a:hover p{ background:#ff6600; color:#fff;}




/*-----------翻页样式-----------*/
.contentPage{text-align: center; margin:0px 3px; padding:0px; padding-top:15px; width: 100%; color: #666; line-height: 30px; text-decoration: none;}
.contentPage a:link {color: #036cb4; text-decoration: none; font-size: 12px; margin:0px 3px; padding:4px 7px; border: 1px solid #eeeeee; font-weight: normal;}
.contentPage a:visited {color: #036cb4; text-decoration: none; font-size: 12px; margin:0px 3px; border: 1px solid #eeeeee; padding:4px 7px; font-weight: normal;}
.contentPage a:hover {color:#FFF; margin:0px 3px; font-size: 12px; text-decoration: none; padding:4px 7px; background-color:#0d499f; font-weight:normal;}
.contentPage .current{color:#f00; text-decoration: none; font-size: 12px; margin: 0px; border:0px solid #f00; padding:4px 7px; font-weight: normal;}
.contentPage .zi{font-size:12px; font-weight:bold; float:none!important;}
.contentPage .zi form{ display:inline;}
.contentPage .zi form input[type="text"]{ border:1px solid #CCC; line-height:18px; width:25px!important;}
.contentPage .zi form input[type="submit"]{ background-color:#CCC; border:0px; line-height:20px; color:#FFF; cursor:pointer;}


.sygsjj{background:url(../images/abbj.png) center center no-repeat;background-size:cover;}
.sygsjj01{width:50%; height:500px;}
.sygsjj02{width:40%; margin-right:5%; padding-top:40px;}
.sygsjj02s{width:40%; margin-right:5%;}
.sygsjj02as{width:40%; margin-left:5%;}

.sygsjj02a{width:40%; margin-left:5%; padding-top:40px;}
.sygsjj03{color:#666; font-size:16px; line-height:28px; font-family: Tahoma, Geneva, sans-serif;}
.sygsjj04{color:#212121; font-size:32px; line-height:34px; margin-bottom:20px;}
.sygsjj05{color:#414141; font-size:18px; line-height:34px; width:100%; padding-top:40px; text-align:justify;}
.sygsjj05 span{ font-size:22px; line-height:50px; color:#212121;}

.sygsjj01a{width:50%; height:500px;}
.sygsjj06{color:#414141; font-size:16px; line-height:30px; width:100%; text-align:justify; font-weight:400;}


.aboutk{height: auto; width:100%; background-size:cover;}

.aboutan{width:100%; background:#fff; height:70px; padding:20px; margin-top:50px; display: flex; flex-wrap: wrap; justify-content: space-between;}
.aboutan01{width:17%; padding-left:16%; padding-top:5px; border-right:1px solid #eaeae8; font-size:18px; line-height:28px; color:#212121; height:70px;}
.aboutan01 span{color:#666; font-size:18px; text-transform:uppercase;}

.neirong4 a{width: 180px;height: 50px;line-height: 50px;text-align: center;	font-size: 15px;display: block;color: #fff; background:#212121; margin-top:50px;font-weight:normal;}
.neirong4 a:hover{background: #ff6600; color:#FFF;	}
.jtk{width:48%; height:500px; margin-bottom:4%; position:relative; overflow:hidden;}
.jtnr{height:80%; text-align:center; width:30%; font-size:20px; padding:10%; line-height:30px; color:#FFF; background:rgba(204,8,16,0.7); position:absolute; z-index:99;}
.index_pro05 a{text-align:center; height:54px; position:absolute;background:rgba(0,60,42,0.7); bottom:0px; width:100%; display:block; font-size:20px;  color:#FFF; line-height:54px;}
.index_pro05 a:hover{ color:#ffffff;}

.jtk img{ width:100%; height:500px;}

/****询盘****/

.xlc{background:url(../images/xx.png) top center no-repeat; height:680px; width:1300px; margin:auto; position:relative;}
.xlcnr{width:130px; height:220px; position:absolute; z-index:10; padding-top:10px; padding-left:10px; border-left:1px solid #093c2b;background:url(../images/xx2.jpg) top left no-repeat;}
.xlcnr span{font-size:30px; font-weight:bold; color:#093c2b;}
.xlcnr p{font-size:14px;  line-height:20px; text-align:justify;}

.xlcnz{width:130px; height:220px; position:absolute; z-index:10; padding-top:40px; padding-right:10px; border-right:1px solid #093c2b;background:url(../images/xx2.jpg) bottom right no-repeat;}
.xlcnz span{font-size:30px; font-weight:bold; color:#093c2b;}
.xlcnz p{font-size:14px;  line-height:20px; text-align:justify;}


.xlcnx{width:150px; height:220px; position:absolute; z-index:10; padding-top:0px; padding-left:10px; border-left:1px solid #093c2b;background:url(../images/xx2.jpg) bottom left no-repeat;}
.xlcnx span{font-size:30px; font-weight:bold; color:#093c2b;}
.xlcnx p{font-size:14px; line-height:20px; text-align:justify;}

.ygk{ display:none;}
.sygsjj01aa{ display:none;}

.yfg{padding-top:50px;}
.yfg01{padding-top:50px;}
.lxwmk{width:45%; font-size:16px; color:#333; border-bottom:1px solid #e6e6e6; padding-bottom:50px;margin-bottom:50px; }
.lxwmk01{width:45%; font-size:16px; color:#333; margin-bottom:50px; }
.lxdt{width:100%; padding-top:75px;}
.nygg{padding-top:70px;}

	
.mbfor{display:none;}
.mbdh{ display:none!important;}
#mccp{ display:none;}


.sywz{font-size:46px; color:#fff; font-weight:bold;}
.bz{font-size:48px; font-weight:bold;}
.bz01{font-size:22px; padding-top:20px; line-height:38px;}
.aasycp{display: flex; flex-wrap: wrap; justify-content: space-between; padding-top:70px;}

@media all and (max-width:768px){
	
.mbfor{display: block!important;}
.mbdh{ display:block!important;}

#wu{display:block!important;}
.top_layer{ display:none;}	
.box1{ display:none!important}
	

.nybnaner{height:200px; padding-top:0px;width:100%;background-size:cover;}	
	
.head_bg{ display:none;}
.pc_menu{display:none;}
.Hlogo{display:none;}
.footer-top{display:none;}
.sycpa{width:50%; text-align:center; margin-bottom:50px;}

.sygsjj01a{display:none;}
.sygsjj02{width:95%; margin-left:5%; padding-top:40px;}
.sygsjj02s{width:95%; margin-left:5%;}
.sygsjj02as{width:95%; margin-left:5%;}


.Hnyabz{width:100%; margin-bottom:30px;}
.Hnyabz01{height: auto; overflow:hidden;}
.Hnyabz02{text-align:center; font-size:20px; padding-top:10px; padding-bottom:10px; color:#212121;}

.mbfor{display:black;}
.mbdh{ display:black!important;}
#mccp{ display:black;}
#wu{ display:none!important;}
.gsjj_con1{display:none;}

.p_list{ width:96%; padding-left:2%; padding-right:2%; margin:0px auto; line-height:40px;}
.index_cp02{ width:96%; padding-left:2%; padding-right:2%; margin:0px auto; line-height:40px;}
.index_cp02 dl{ width:100%; float:left; margin-left:0px; height: auto; margin-bottom:20px; overflow:hidden;}

.index_cp02 dl dt img{ height:286px; width:100%; }
.index_cp02 dl dt:hover img{ height:296px; width:110%; margin-left:-18px; margin-top:-14px;-moz-transition: all 0.5s;-webkit-transition:all 0.5s;-o-transition:all 0.5s;transition:all 0.5s;}

.nycpdel{width:94%!important; border:1px solid #e8e9ea; height: auto; text-align:center; padding:5%!important; margin-bottom:20px;}
.nycpdel img{  width:100%;object-fit: cover;}
.nycpdelcs{width:100%; padding-bottom:75px;}



a.cps1 {width:100%; margin-bottom:10px;}

.Habnr{ line-height:30px; color:#212121; width:92%; padding-left:4%; padding-right:4%; margin:auto; height:auto; padding-top:25px; padding-bottom:85px;}
.Habnr01{ line-height:30px; color:#212121; width:92%; padding-left:4%; padding-right:4%; margin:auto; height:auto; padding-top:25px; padding-bottom:55px;display: flex; flex-wrap: wrap; justify-content: space-between; margin-top:0px;}





.s_lx_bg{ display:none;}
.foot_p1{ display:none;}

.foot_bg{ padding-top:50px;}


.Hqyb{height: auto; width:100%; background:url(../images/bj2.jpg) center center no-repeat fixed; background-size:cover; padding-bottom:50px; margin-bottom:50px;}
.Hqybq{ width:94%; padding-left:3%; padding-right:3%; margin:auto; height:auto; padding-top:50px;  display: flex; flex-wrap: wrap; justify-content: space-between; background: none;}
.HqybqK{text-align:center; width:45%;}
.HqybqK:hover{ margin-top:-20px;-moz-transition: all 0.5s;-webkit-transition:all 0.5s;-o-transition:all 0.5s;transition:all 0.5s;}
.Hqybq01{line-height:40px; padding-top:20px; font-size:40px; color:#fff; font-weight:bold;}
.Hqybq02{font-size:16px; line-height:22px;color:#f9b538; margin-top:30px;}
.Hqybq03{font-size:14px; line-height:22px;color:#fff; margin-top:20px;}

.Hwznr{ display:none;}


.Hsyyy{width:100%; height:450px; margin-bottom:20px;}
.Hfooterk{ display:none;}
.Hfooterbq{width:94%; padding-left:3%; padding-right:3%; font-size:14px; margin:auto; border-top:1px solid rgba(51, 51, 51, 0.6); padding-top:30px; line-height:20px; text-align:center;color:#a6a6a6;}
.Hfooterbq a{color:#a6a6a6;}
.nydh{ height: auto; padding-bottom:20px; width:100%;box-shadow: 0 0 10px rgba(0,0,0,0.2); padding-top:20px;}



a.dh1 { font-family:"微软雅黑"; font-size: 16px; line-height:50px; color: #fff; background:#ff6600; display:block; width:15%; margin-left:10px; margin-right:10px; height:50px; text-align:center; border-radius:10px; background:#ff6600;}
a.dh1:visited {font-style: normal; color: #fff; text-decoration: none;}
a.dh1:hover { color:#ffffff; text-decoration: none; background:#212121; }
a.dh1:active { color: #ffffff; background:#212121;}

.cen{ width:94%; margin:auto; padding-left:3%; padding-right:3%;}

a.dh2 { font-family:"微软雅黑"; font-size: 14px; line-height:40px; color: #212121; background:rgba(255,255,255,0.8); display:block; width:45%; height:40px; text-align:center;  border-right:1px solid #e2e2e2; font-weight: normal; margin-bottom:5px;}

a.dh3 { font-family:"微软雅黑"; font-size: 14px; line-height:40px; color: #212121; background:rgba(255,255,255,0.8); display:block; width:45%; height:40px; text-align:center;  font-weight:normal; margin-bottom:5px;}

a.dh4 { font-family:"微软雅黑"; font-size: 14px; line-height:40px; color: #212121; background:rgba(255,255,255,0.8); display:block; width:45%; height:40px; text-align:center;  border-right:1px solid #e2e2e2; font-weight:normal; margin-bottom:5px;}

a.dh5 { font-family:"微软雅黑"; font-size: 14px; line-height:40px; color: #212121; background:rgba(255,255,255,0.8); display:block; width:45%; height:40px; text-align:center;  border-right:1px solid #e2e2e2; font-weight:normal; margin-bottom:5px;}

a.dh6 { font-family:"微软雅黑"; font-size: 14px; line-height:40px; color: #212121; background:rgba(255,255,255,0.8); display:block; width:45%; height:40px; text-align:center;  border-right:1px solid #e2e2e2; font-weight:normal; margin-bottom:5px;}


a.dh7 { font-family:"微软雅黑"; font-size: 14px; line-height:40px; color: #212121; background:rgba(255,255,255,0.8); display:block; width:45%; height:40px; text-align:center;  border-right:1px solid #e2e2e2; font-weight:normal; margin-bottom:5px;}

a.dh8 { font-family:"微软雅黑"; font-size: 14px; line-height:40px; color: #212121; display:block; width:45%; height:40px; text-align:center;  border-right:1px solid #e2e2e2; font-weight:normal; margin-bottom:5px;}











	.nyban{ height:200px;}
	.mbdh{ display:block!important;}
	.mbfor{display:block;}
	#mccp{ display:block;}
	.nydh{ display:none;}
	#xw{ display:none;}
	.bti{ display:none;}
	.whnr{ width:100%;}
	.nynr{ width:94%; padding-left:3%; padding-right:3%; margin:auto; font-size:16px; padding-top:50px; padding-bottom:50px; line-height:34px; color:#414141; text-align:left;}
	
	.nybti{padding-bottom:0px; text-align:center;}
	
	.nyban{display:none;}
	.lxwmbt{ font-size:24px;}
table { width:100%!important;max-width:100%!important;} 
table td{table-layout:fixed; word-break: break-all; overflow:hidden; } 
table td img{ width:100%!important;height:auto!important;}

.pro{ width:100%; margin-bottom:20px;}
.pro  ul{ width:100%; float:left;}

.pro  ul li{ width:94%; float:left; margin:3% 0 ; border-top:4px solid #f1f1f1; margin-bottom:30px;}
.pro  ul li span img{ width:100%; border-radius:5px;}
.pro  ul li:nth-child(3n-1){ margin:10px 2%;}
.pro  ul li p{ line-height:32px; color:#fff; text-align:center; float:left; width:100%; padding:10px 0; background:#333;}
.pro  ul li a:hover p{ background:#148a00; color:#fff;}


.ny_news {width:100%;  text-align:left; line-height:28px; padding-bottom:75px;}
.new2{ width:100%; float:left; border-bottom:#e9e9e9 solid 1px; color:#666; padding-top:40px; padding-bottom:40px; }
.n_l{ width:100%; float:left; margin-right:40px; border-top:#ff6600 solid 2px; text-align:center;}
.n_l h1{ padding:40px 0; font-size:44px; font-weight:bold;}
.n_r{ width:100%; float:left;}
.n_r h2{ color:#ff6600; margin-bottom:10px; font-weight:normal; font-size:18px; font-weight:bold;}
.n_r h2 a{ color:#3c3c3c;}
.n_r h2 a:hover{ color:#ff6600;}
.n_r h4{ width:120px; line-height:32px; border:#ff6600 solid 1px; background-color:#ff6600; color:#fff; text-align:center; margin-top:20px; font-weight:normal;}
.n_r h4 a{ color:#fff;}
.n_r h4 a:hover{ text-decoration:underline;}

.m3{width:150px; line-height:30px; text-align:center; float:left; color:#FFFFFF; margin-top:30px;}

.Hnylxr{ display:none;}

.Hnylxz{width:94%; padding:0 3% 0 3%; height: auto; background:#01824a;}




.Hlbbt{font-size:28px; font-weight:bold; color:#FFF; margin-top:0px; padding-bottom:10px;}
.Hlxnr{font-size:16px; line-height:32px; padding-left:40px; text-align:center; padding-right:40px; padding-bottom:50px;  padding-top:140px; color:#FFF; }
.Hlxnr p{color:#FFF;}



.about-jz .cont .item {
	/* width: 26rem; */
	width: 50rem;
	height: auto;
	aspect-ratio: 1/1;
	position: relative;
	color: #fff;
	display: flex;
	justify-content: center;
	align-items: center;
	text-align: center;

}

.about-jz .cont .item h5 {
	/* font-size: var(--f24); */
	font-size:14px!important;
	font-weight:normal;
	padding-left:10%!important;
	padding-right:10%!important;
	line-height:22px!important;
}


.about-jz .cont .item p {
	font-weight: 800;
	/* font-size: var(--f22); */
	font-size:20px!important;
	padding-bottom:15px;
}


.gck{ width:100%; height:auto; margin-bottom:40px; overflow:hidden;}
.gckimg img{ width:100%; height:232px; overflow:hidden; border-radius:30px;}
.gckimg a:hover img{ width:100%; height:242px;margin-left:-10px; margin-top:-6px; -moz-transition: all 0.5s;-webkit-transition:all 0.5s;-o-transition:all 0.5s;transition:all 0.5s;}
#onlineService{display:none!important;}



.copyright {
  font-size: 14px;
  line-height: 28px;
  color: rgba(255, 255, 255, 0.6);
  padding:25px 25px 55px 25px;
}



}

#btn li{ width:220px; height:50px; line-height:50px;text-align:center; float:left; margin-right:10px; color:#212121; background:#e5e5e5; font-weight:bold; font-size:16px; list-style:none; cursor:pointer; }
#btn .aaa{ width:220px;height:50px; line-height:50px;text-align:center; color:#FFF; background:#7e7e7e; list-style:none;}
.clear{ clear:both;}
#text dd{ padding-top:50px; line-height:30px; color:#FFF;  display:none;}


.qhwz{font-size:16px;  line-height:34px; color:#414141; padding-top:20px; text-align:justify;}



.yuangong{width:48%; line-height:28px; padding:2%; font-size:14px!important; margin-bottom:50px; color:#333; background:#fff; border:8px solid #E9E9E9; text-align:center; overflow:hidden;}
.yuangong a{color:#de0218; font-weight:bold;}
.yuangong span{color:#333;}
.yuangong img{width:100%!important; height:350px; object-fit: cover; margin-bottom:2%;}
.yuangong:hover img{width:110%!important; height:375px; margin-top:-25px; margin-left:-25px;-moz-transition: all 0.5s;-webkit-transition:all 0.5s;-o-transition:all 0.5s;transition:all 0.5s;}


.yuangong01{width:48%; line-height:26px; padding:3%; font-size:14px!important; margin-bottom:50px; color:#333; background:#E9E9E9; border:1px solid #DBDADA; text-align:center;}
.yuangong01 img{ width:100%!important; margin-bottom:20px; height:350px;}

.yuangong02{width:17%; line-height:26px; padding:3%; font-size:14px!important; margin-bottom:50px; color:#333; background:#E9E9E9; border:1px solid #DBDADA; text-align:center;}
.yuangong02 img{ width:100%!important; margin-bottom:20px;}


.xiangmu{ width:100%; margin:auto; height:180px; border:1px solid #e2e2e2;margin-bottom:40px;display: flex; flex-wrap: wrap; justify-content: space-between;}
.xiangmu:hover{border:1px solid #f15921;box-shadow: 0 0 5px rgba(7,70,147,0.2);}
.xmnrimg{ height:180px;}
.xmnrimg img{height:80px; margin-top:10px; margin-left:10px;}


.xmkuai{width:73%; padding-top:20px;}
.xmnrbt{margin-left:4%; margin-right:4%; font-weight:bold; font-size:18px; color:#414141; padding-bottom:20px; border-bottom:1px solid #e2e2e2;}
.xmnrbt01{float:left; font-size:14px; padding-left:10px; padding-right:10px;border-radius:10px; color:#FFF; line-height:26px; background:#f15921; margin-right:10px;}
.xmnr{ width:92%; margin-left:4%; margin-right:4%;display: flex; flex-wrap: wrap; justify-content: space-between;}
.xmnr01{ width:45%; padding-top:30px; font-size:14px; line-height:32px; color:#414141; }

.xmkuai01{width:22%; height:180px; margin-top:20px; margin-bottom:20px; text-align:center; font-size:14px; color:#666666; border-left:1px solid #e2e2e2;}
.xmkuai01bt{margin-left:4%; margin-right:4%; font-size:18px; color:#414141; padding-top:20px; padding-bottom:20px;}
.xmkuai01bt span{ color:#ff6600;}
.xmnrbtn a{ margin:auto; color:#f15921; border:1px dotted #f15921; width:150px;height:40px; line-height:40px; text-align:center; display:block; font-size:16px;border-radius:3px; margin-top:30px;}
.xmnrbtn a:hover{color:#ffffff; border:none; background:#f15921;}
.xmkuai01time{margin-left:4%; text-align:center; font-size:14px; color:#414141; padding-top:20px;}





.cpxl {font-family:"微软雅黑"; font-size: 16px; line-height:60px; color: #212121; background:rgba(255,255,255,0.8); display:block; width:24.8%; height:60px; text-align:center;  border-right:1px solid #e2e2e2; font-weight:bold;}
.cpxl:hover { color:#fff; text-decoration: none; background:#01824a;}
.cpxl:hover .nycpkuai{display:block;}

.nycpkuai{position:absolute; width:94%; padding:3% 3% 0px 3%; z-index:99; background:#fff; border:1px solid #e9ebef; top:61px; display:none;}
.nycpkuai ul li a{ width:100%; font-size:16px; height:40px; line-height:40px; font-weight:normal; text-align:center; background:#e9e9e9; margin-bottom:3%; color:#212121; display:block; text-decoration:none;}
.nycpkuai ul li a:hover{ background:#f30807; color:#FFF;}

