.head {
  width: 100%;
  position: relative;
  padding: 0 3.4%;
  background-color: #ffffff;
}
.head .head_box {
  height: 110px;
}
.head .head_fl {
  position: relative;
}
.head .head_logo {
  /* width: 10.5%; */
  z-index: 3;
}
.head .head_menu {
  margin-bottom: 0;
}

.head .head_menu .CAli {
  display: inline-block;
  flex-shrink: 0;
  margin: 0 2rem;
}
.head .head_menu .CAli .CAa {
  color: #333333;
  font-weight: 500;
}
.head .head_menu .CAli:hover .CAa {
  color: #1772b4;
}
.head .head_contact {
  color: #1772b4;
  margin: 0 0 0 1%;
}
.head .head_menu .CAli.on .CAa {
  color: #1772b4;
}
.head_contact_logo {
  width: 36px;
  height: 36px;
  background-color: #1772b4;
  border-radius: 50%;
  margin: 0 0.8rem 0 1.5rem;
  position: relative;
  display: inline-block;
}
.head_contact_nr {
  width: 155px;
}
.head_contact_logo:after {
  content: "";
  position: absolute;
  background: url(../images/head_contact_logo.svg) no-repeat center;
  width: 66.675%;
  height: 66.675%;
  top: 15%;
  left: 20%;
  background-size: 100%;
}
.toggle_lang {
  margin: 0 0.8rem 0 1.5rem;
  display: inline-block;
  line-height: 80px;
  height: 100%;
  font-weight: 100;
  cursor: pointer;
}

/*搜索*/

.wn-srch {
  /*display: none;*/
}
.wn-srch .srch-menu {
  background: url("../images/srch-menu.png") no-repeat center;
  width: 18px;
  height: 18px;
  cursor: pointer;
  background-size: cover;
}
.wn-srch .srch-box {
  width: 100%;
  height: 100%;
  background: #fff;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  padding: 0 10%;
  display: none;
}
.wn-srch .srch-box .srch-block {
  display: flex;
  align-items: center;
  align-content: center;
  justify-content: flex-end;
  height: 100%;
}
.wn-srch .srch-box .srch-form {
  display: flex;
  align-items: center;
}

.wn-srch .srch-box .srch-block .srch-ann {
  background: url("../images/srch-ann.png") no-repeat center;
  width: 24px;
  height: 24px;
  cursor: pointer;
}
.wn-srch .srch-box .srch-block .srch-srk {
  font-size: 16px;
  padding: 0 10px;
  width: 500px;
  height: 40px;
}
.wn-srch .srch-box .srch-block .srch-close {
  background: url("../images/srch-close.png") no-repeat center;
  width: 24px;
  height: 24px;
  cursor: pointer;
}

/*搜索*/

.mi_head_all {
  display: none;
}
.mi_head {
  width: 100%;
  background-color: #ffffff;
  transition: all 0.3s;
  top: 0;
  position: fixed;
  z-index: 102;
  box-shadow: none;
  height: 15vw;
}

.mi_head .logo {
  width: 25%;
  float: left;
  margin: 3% 0 0 5%;
}
.mi_head .mi_Cal {
  float: right;
  width: 13%;
  height: 15vw;
  position: relative;
  right: 0;
}
.mi_head .mi_Cal .mmitem {
  position: absolute;
  width: 8vw;
  height: 3px;
  background-color: #1772b4;
  display: block;
  transition: all 0.3s;
}
.mi_head .mi_Cal .mmitem:nth-of-type(1) {
  top: 5vw;
}
.mi_head .mi_Cal .mmitem:nth-of-type(2) {
  top: 7.5vw;
}
.mi_head .mi_Cal .mmitem:nth-of-type(3) {
  /*width: 6vw;*/
  top: 10vw;
  /*margin-left: 4vw;*/
}
.menuls {
  position: fixed;
  right: 0;
  width: 100%;
  transform: translateX(100%);
  top: 0;
  z-index: 101;
  height: 100%;
  background-color: #ffffff;
  transition: all 0.3s;
  overflow-y: scroll;
  overflow-x: hidden;
  opacity: 0;
  box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.5);
}
.menuls .menu_one {
  line-height: 15vw;
  height: 15vw;
  background-color: #1772b4;
}

.menuls .menu_one .span1 {
  display: inline-block;
  font-size: 4vw;
  color: #ffffff;
  margin-left: 10%;
  letter-spacing: 1px;
}
.menuls .menu_one .headclose {
  width: 8vw;
  height: 8vw;
  position: absolute;
  left: -15vw;
  top: 5vw;
  display: none;
}

.menuls .menu_two > ul {
  width: 100%;
}
.menuls .menu_two > ul > li {
  line-height: 15vw;
  width: 100%;
  border-top: 1px solid #f2f2f2;
}
.menuls .menu_two > ul > li > a {
  font-size: 4vw;
  display: block;
  width: 84%;
  padding: 0 10%;
  color: #777;
  transition: color 0.3s ease 0s;
}
.show .mi_head {
  /*transform: translateX(-60%);*/
}
.show .logo {
  /*padding: 5% 0;*/
}
.show .menuls {
  opacity: 1;
  transform: translateX(0%);
}
.show .mmitem:nth-child(2n) {
  opacity: 0;
}
.show .mmitem:nth-of-type(1) {
  transform: rotate(45deg);
  top: 8vw !important;
}
.show .mmitem:nth-of-type(3) {
  transform: rotate(-45deg);
  width: 8vw !important;
  top: 8vw !important;
  margin-left: 5vw !important;
  right: 5vw !important;
}
.show .headclose {
  display: block !important;
}

.BMap_bubble_title {
  font-size: 14px;
}
.BMap_bubble_content {
  line-height: 2;
  font-size: 12px;
}

.pc {
  display: block;
}
.mb {
  display: none;
}
.mbbanner {
  height: 180px !important;
}
.swiper-container-1 {
  height: 540px;
}

.swiper-container-1 .swiper-pagination-bullet {
  background-color: rgba(255, 255, 255, 0);
  width: 24px;
  height: 24px;
  opacity: 1;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  border: solid 1px rgba(255, 255, 255, 0);
  display: flex;
  justify-content: center;
  align-items: center;
}

.swiper-container-1 .swiper-pagination-bullet:before {
  content: "";
  background-color: rgba(255, 255, 255, 0.6);
  display: inline-block;
  width: 8px;
  height: 8px;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
}

.swiper-container-1 .swiper-pagination-bullet-active {
  border-color: #fff;
}

.swiper-container-1 .swiper-pagination-bullet-active:before {
  background-color: #fff;
}

.swiper-container-1 .swiper-pagination-bullets {
  bottom: 0%;
  height: 100vh;
  width: 24px;
  font-size: 0;
  position: absolute;
  right: 2%;
  left: auto;
  display: flex;
  justify-content: center;
  flex-direction: column;
  -moz-flex-direction: column;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  align-items: center;
}

.swiper-container-1 .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 4px 0px;
}

.Public_banner {
  display: block;
  min-height: 150px;
  min-height: 300px;
  font-size: 0;
  line-height: 0;
  position: relative;
}
.Public_banner .title {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #ffffff;
  line-height: 2;
  text-align: center;
  top: auto;
  bottom: 10%;
  transform: translate(-50%, 0);
}

.wn-about {
  background: url(../images/u20.png) no-repeat;
  background-size: cover;
  height: 100vh;
}

.wn-about .wafl {
  width: 50%;
  padding: 0 10% 0 0;
}

.wn-about .wafl .wala {
  line-height: 1.4;
  font-weight: 300;
  padding: 15% 0 20% 0;
}
.wn-about .wafl .walb {
  width: 217px;
  height: 62px;
  line-height: 62px;
  background-color: #1772b4;
  text-align: center;
}
.wn-about .wafl .walb:hover {
  background-color: rgba(13, 89, 144, 1);
}
.wn-about .wafr {
  width: 50%;
  padding: 0 0 10% 0;
}
.active .wn-about .wafl {
  animation: fadeInLeft 0.8s 0.3s ease both;
  -webkit-animation: fadeInLeft 0.8s 0.3s ease both;
  -moz-animation: fadeInLeft 0.8s 0.3s ease both;
}
.active .wn-about .wafr {
  animation: fadeInRight 0.8s 0.3s ease both;
  -webkit-animation: fadeInRight 0.8s 0.3s ease both;
  -moz-animation: fadeInRight 0.8s 0.3s ease both;
}
.wn-about .wafr .wara {
  position: relative;
  z-index: 2;
  height: 318px;
  margin: -20% 0 10% 0;
  overflow: hidden;
}
.wn-about .wafr .wara:hover img {
  transform: scale(1.1);
}
.wn-about .wafr .warb {
  line-height: 2;
  font-weight: 300;
}
.wn-about .wafr .warc {
  text-align: center;
  color: #555555;
  border: 1px solid #1772b4;
  width: 35%;
  padding: 2% 0;
  border-radius: 30px;
  margin: 5% auto 0;
  font-weight: 300;
}
.public_title {
  text-align: center;
  padding: 60px 0 60px 0;
}
.public_title .public_title_en {
  color: #edf2f5;
  font-weight: 900;
  font-size: 60px;
}
.public_title .public_title_cn {
  color: #1772b4;
  font-weight: 900;
  margin: -4% 0 0 0;
}

.case-list {
  font-size: 0;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: flex-start;
}
.case-item {
  /* width: 31.1675%;
  width: calc(100% / 3 - 3.25%);
  display: inline-block;
  margin: 0 3.25% 3.25% 0; */
}
.case-item:nth-child(3n) {
  /* margin: 0 0 3.5% 0; */
}
.case-item .wimg {
  width: 100%;
  height: 340px;
  overflow: hidden;
}
.case-item .wtit {
  font-weight: 500;
  background-color: #f0f0f0;
  height: 66px;
  line-height: 66px;
  padding: 0 2%;
  text-align: center;
  position: relative;
  z-index: 1;
  transition: all 0.1s;
  /*line-height: 2;*/
  /* border: 1px solid #f0f0f0; */
}

.case-item:hover .wimg img {
  transform: scale(1.1);
}
.case-item:hover .wtit {
  border: 1px solid #1772b4;
  color: #ffffff;
  background-color: #1772b4;
}

.wn-service {
  /*background: url(../images/u25_div.jpg) no-repeat 0;*/
  position: relative;
  /*padding: 2% 0 6% 0;*/
}
.wn-service:after {
  content: "";
  position: absolute;
  background: url(../images/u26.svg) no-repeat;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
}
.service-box {
  position: relative;
  /*padding: 5% 0;*/
  /*width: 60%;*/
  line-height: 2;
}
.service-box .sbimg {
  width: 100%;
  height: 600px;
}
.service-box .sbcot {
  position: absolute;
  top: 0;
  width: 100%;
  /*height: 600px;*/
  padding: 80px 0;
  z-index: 3;
}
.service-box .sby {
  font-weight: 500;
  font-style: normal;
  color: #ffffff;
}
.service-box .sbe {
  width: 5%;
  height: 2px;
  background-color: #ffffff;
  margin: 3% 0;
}
.service-box .sbs {
  font-weight: 300;
  font-style: normal;
  color: #ffffff;
  width: 60%;
}
.service-box .sbw {
  margin: 6% 0 0 0;
  font-weight: 300;
  font-style: normal;
  color: #ffffff;
  border: 1px solid #ffffff;
  border-radius: 30px;
  display: inline-block;
  padding: 0.5% 5%;
}
.service-box .sbw:hover {
  background-color: #1772b4;
}

.wn-service-switch {
  position: relative;
  margin-top: -5%;
  z-index: 3;
}
.wn-service-switch .wssul {
  padding: 4% 0;
  background-color: #ffffff;
  box-shadow: 0 0 10px rgb(179 179 179 / 35%);
  border-radius: 5px;
}
.wn-service-switch ul li {
  width: 14.2%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  flex-wrap: nowrap;
  align-items: center;
  cursor: pointer;
}
.wn-service-switch .wsstb {
  width: 27%;
  margin: 0 0 10% 0;
  filter: invert(45%);
  transition: all 0.5s;
}
.wn-service-switch .wsswh {
  font-weight: 400;
  font-style: normal;
  color: #7d7d7d;
  line-height: 2;
}
.wn-service-switch ul li.on .wsstb {
  filter: invert(0);
  transform: rotateY(360deg);
}
.wn-service-switch ul li.on .wsswh {
  color: #1772b4;
}

.wn-case {
  padding: 0 0 2% 0;
}

.wn-news {
  background: url("../images/wn-news.png") no-repeat bottom;
}
.wn-news .syxwl {
  width: 44.75%;
}
.wn-news .syxwr {
  width: 51.1675%;
}
.wn-news .synews {
  margin: -20px 0 0 0;
  padding: 0 0 4% 0;
}

@media screen and (max-width: 1200px) {
  .wn-news {
    margin-top: 50px;
  }
}

.syxwl-item {
  width: 100%;
}
.syxwl-item .why {
  width: 100%;
  height: 322px;
  overflow: hidden;
}
.syxwl-item .whcot {
  width: 100%;
  height: 122px;
  background-color: #ffffff;
  line-height: 1.5;
  padding: 3% 4% 0;
}
.syxwl-item .whcot .whe {
  font-weight: 500;
  font-style: normal;
  color: #252e38;
  margin: 0 0 3% 0;
}
.syxwl-item .whcot .whs {
  font-weight: 300;
  font-style: normal;
  letter-spacing: 1px;
  color: #929ba4;
}
.syxwl-item:hover .why img {
  transform: scale(1.1);
}
.syxwl-item:hover .whe {
  color: #1772b4;
}

.syxwr-item {
  width: 100%;
  margin: 32px 0;
}
.syxwr-item a {
  width: 100%;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: space-between;
}
.syxwr-item .why {
  width: 210px;
  height: 126px;
  overflow: hidden;
}
.syxwr-item .whcot {
  /*width: 388px;*/
  flex: 1;
  margin: 0 0 0 2%;
  line-height: 2;
}
.syxwr-item .whcot .whe {
  font-weight: 500;
  font-style: normal;
  color: #252e38;
}
.syxwr-item .whcot .whs {
  font-weight: 300;
  font-style: normal;
  color: #697e91;
  line-height: 22px;
  margin: 3% 0;
}
.syxwr-item .whcot .whc {
  font-weight: 300;
  font-style: normal;
  letter-spacing: 1px;
  color: #929ba4;
}
.syxwr-item:hover .why img {
  transform: scale(1.1);
}
.syxwr-item:hover .whe {
  color: #1772b4;
}

.wn-jrzz {
  padding: 3% 0;
}
.jrzz-item {
  width: 50%;
  position: relative;
}
.jrzz-item .wimg {
  position: relative;
  overflow: hidden;
}
.jrzz-item .wcot {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.jrzz-item .wcot .wnry {
  font-weight: 500;
  font-style: normal;
  color: #343338;
  margin: 0 0 2% 0;
}
.jrzz-item .wcot .wnre {
  font-weight: 300;
  font-style: normal;
  color: #7d7d7d;
}
.jrzz-item:hover .wimg img {
  transform: scale(1.1);
}

.foot {
  background-color: rgba(18, 64, 96, 1);
  padding: 2% 5%;
  background-color: #63686f;
}
.foot_my {
  /* width: 320px; */
  /*float: left;*/
  /* margin: 0 80px 0 0; */
}
.foot_my .fy_logo {
  width: 168px;
}
.foot_my .fy_lbt {
  font-weight: 500;
  font-style: normal;
  color: #ffffff;
  margin: 7% 0 5%;
  line-height: 1.8;
}
.foot_my .fy_int {
  font-weight: 300;
  font-style: normal;
  color: #b5bcc3;
  line-height: 27px;
}
.foot_me {
  /* width: 405px; */
  /*float: left;*/
  /* margin: 0 55px 0 0; */
}
.foot_me .fe_lbt {
  font-weight: 500;
  font-style: normal;
  color: #ffffff;
}
.foot_me .fe_ul {
  font-weight: 300;
  font-style: normal;
  color: #b5bcc3;
  line-height: 2;
  /* margin: 5% 0 5% 0; */
}
.foot_me .fe_ul li {
  float: left;
  margin: 0 20px 0 0;
}
.foot_ms {
  /*float: right;*/
}
.foot_ms .fs_ewm {
  /*float: left;*/
  /* margin: 0 0 0 25px; */
}
.foot_ms .ewmimg {
  width: 144px;
  height: 144px;
}
.foot_ms .ewmsm {
  font-weight: 300;
  font-style: normal;
  color: #b5bcc3;
  text-align: center;
  /* padding: 8% 0 0 0; */
}
.foot .copyright {
  margin: 2% 0 0 0;
  padding: 2% 0 0 0;
  width: 100%;
  border-top: 1px solid #838991;
  font-weight: 300;
  font-style: normal;
  color: #b5bcc3;
  line-height: 31px;
  text-align: center;
}

.Ny_menu {
  text-align: center;
  font-size: 0;
  width: 100%;
  background-color: #ffffff;
  z-index: 10;
}
.Ny_menu ul li {
  display: inline-block;
  color: #333333;
  font-weight: 500;
  font-style: normal;
  /* width: 220px; */
  padding: 0 30px;
  text-align: center;
  position: relative;
}
.Ny_menu ul li a {
  display: inline-block;
  /* width: auto; */
  /* padding: 0 40px; */
  height: 64px;
  line-height: 64px;
  cursor: pointer;
  /* font-size: 24px; */
  color: #888;
  position: relative;
}
.Ny_menu ul li a span {
  position: relative;
  z-index: 1;
}
.Ny_menu ul li.on {
  /* background-color: #1772b4; */
  font-size: 33px;
  /* color: #ffffff; */
}

.Ny_menu ul li.on a,
.Ny_menu ul li:hover a {
  font-size: 18px;
  color: #000;
  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;
}

.Ny_menu ul li a:before {
  content: "01";
  font-size: 45px;
  line-height: 45px;
  position: absolute;
  left: 0;
  font-style: italic;
  width: 100%;
  text-align: center;
  top: -30px;
  background-image: -webkit-linear-gradient(top, #d0daf1, #ffffff);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  filter: alpha(opacity=0);
  -moz-opacity: 0;
  opacity: 0;
  font-weight: bold;
}

.Ny_menu ul li:after {
  content: "";
  width: 1px;
  height: 30px;
  background-color: #e9e9e9;
  position: absolute;
  right: 0px;
  top: 50%;
  margin-top: -15px;
}

.Ny_menu ul li:last-child:after {
  display: none;
}

.Ny_menu ul li.on a:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 5px;
  background-color: #136eb6;
  left: 0;
  bottom: -4px;
}

.Ny_menu ul li:nth-of-type(2) a:before {
  content: "02";
}

.Ny_menu ul li:nth-of-type(3) a:before {
  content: "03";
}

.Ny_menu ul li:nth-of-type(4) a:before {
  content: "04";
}

.Ny_menu ul li:nth-of-type(5) a:before {
  content: "05";
}

.Ny_menu ul li:nth-of-type(6) a:before {
  content: "06";
}

.Ny_menu ul li:nth-of-type(7) a:before {
  content: "07";
}

.Ny_menu ul li:nth-of-type(8) a:before {
  content: "08";
}

.Ny_menu ul li:nth-of-type(9) a:before {
  content: "09";
}

.Ny_menu ul li.on a:before,
.Ny_menu ul li:hover a:before {
  filter: alpha(opacity = 100);
  -moz-opacity: 1;
  opacity: 1;
  top: -20px;
}

.location_service {
}

.location_service .lswhy {
  padding: 0 5% 0 0;
}
.location_service .lswhy .lswy_return_a {
  width: 16%;
  display: block;
}
.location_service .lswhy .lswy_return {
  width: 100%;
  padding: 5vw 0;
  background: url("../images/lswy_return.png") no-repeat 50%;
  background-size: 50%;
  background-color: #1772b4;
}
.location_service .lswhy .lswy_name {
  width: 66%;
  color: #1772b4;
  height: 14vw;
  line-height: 14vw;
}
.location_service .lswhy .lswy_menu {
  width: 8%;
}
.location_service .lswhy .lswy_menu .litem {
  width: 100%;
  height: 2px;
  background-color: #1772b4;
  display: block;
  margin: 10px auto;
  transition: all 0.3s;
}
.location_service .lswhy .lswy_menu.is-active .litem:nth-of-type(1) {
  transform: translateY(11px);
}
.location_service .lswhy .lswy_menu.is-active .litem:nth-of-type(3) {
  transform: translateY(-11px);
}
.location_service .lswhe {
  /*display: none;*/
  height: 0;
  transition: all 0.3s;
  overflow: hidden;
}
.location_service .lswhe.dis {
  /*display: block;*/
  height: auto;
  /*opacity: 1;*/
}
.location_service .lswhe ul li {
}
.location_service .lswhe ul li .CAa {
  width: 100%;
  display: block;
  padding: 3% 10% 3% 3%;
  background: url(../images/lswy_bs.png) no-repeat 96%;
  background-size: 4%;
  background-color: #1772b4;
  color: #ffffff;
  line-height: 1.6;
  border-bottom: 1px solid #f5f5f5;
}

.content_main {
  padding: 3% 0;
}

.about_main {
  /*background-size: cover;*/
}
.about_wy {
}
.about_wy .awya {
  font-weight: 500;
  font-style: normal;
  color: #242e35;
  line-height: 2;
  margin: 0 0 2% 0;
}
.about_wy .awyb {
  font-weight: 500;
  font-style: normal;
  color: #4f4f4f;
  line-height: 2.5;
}

.Nyab_title {
  font-weight: 500;
  font-style: normal;
  color: #242e35;
  text-align: center;
  padding: 4% 0;
}
.about_structure {
  background: url(../images/u20.png) no-repeat bottom;
}
.about_we {
  text-align: center;
  padding: 0 0 5% 0;
}
.about_we .abimg {
  width: 61.3335%;
  display: inline-block;
  margin: 0 auto;
}

.about_honor {
  background: url(../images/u141_div.png) no-repeat 0;
  background-size: cover;
  padding: 2.5% 0 6%;
}
.honorall {
  margin: 1% 0 0 0;
}

.honor_item {
  width: 24%;
  height: 365px !important;
  float: left;
  margin: 0 12px;
  position: relative;
  overflow: hidden;
}

.honorulall .slick-arrow {
  font-size: 0;
  width: 49px;
  height: 49px;
  border: 3px solid #ffffff;
  border-radius: 50%;
  background-color: transparent;
  position: absolute;
  z-index: 9;
  top: 45%;
  outline: none;
}
.honorulall .slick-prev {
  left: -5%;
}
.honorulall .slick-next {
  right: -5%;
}
.honorulall .slick-prev:after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: -25%;
  left: -40%;
  background: url(../images/u166.svg) no-repeat;
  transform: rotate(180deg);
}
.honorulall .slick-next:after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 27%;
  left: 40%;
  background: url(../images/u166.svg) no-repeat;
}

.honorulall .slick-arrow:hover {
  border: 3px solid #1772b4;
  background-color: #1772b4;
}

.about_album {
  padding: 1% 0 4% 0;
}
.album_item {
  width: 31.6675%;
  height: 356px;
  position: relative;
  overflow: hidden;
  margin: 0 0 2% 0;
}
.album_item a {
  width: 100%;
  height: 100%;
  display: block;
}
.album_item .xcimg {
  width: 100%;
  height: 100%;
  overflow: hidden;
  border-radius: 10px;
  position: relative;
}
.album_item .xcimg:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background: url(../images/u180.svg) no-repeat;
  top: 0;
  left: 0;
  opacity: 0.6;
  background-size: cover;
}
.album_item .xcint {
  font-weight: 500;
  font-style: normal;
  color: #ffffff;
  position: absolute;
  bottom: 10%;
  z-index: 2;
  width: 100%;
  padding: 0 8%;
}
.album_item .xcint:after {
  content: "";
  position: absolute;
  width: 8%;
  height: 3px;
  background-color: rgba(255, 152, 5, 1);
  left: 8.5%;
  top: -70%;
}
.album_item:hover {
}
.album_item:hover .xcimg img {
  transform: scale(1.1);
}

.waterfall-list {
  -moz-column-count: 3;
  /* Firefox */
  -webkit-column-count: 3;
  /* Safari 和 Chrome */
  column-count: 3;
  -moz-column-gap: 1em;
  -webkit-column-gap: 1em;
  column-gap: 1em;
}
.environment_item {
  width: 97%;
  margin: 0 0 7% 0;
  cursor: pointer;
  transition: all 0.5s;
  overflow: hidden;
}
.environment_item:hover {
  transform: translateY(-10px);
}
.environment_item:hover img {
  transform: scale(1.1);
}
.service_item {
  width: 100%;
  display: flex;
  margin: 0 0 5% 0;
}
.service_item a {
  width: 100%;
  display: flex;
}
.service_item .simg {
  width: 55.8335%;
  height: 540px;
  overflow: hidden;
  order: 1;
}
.service_item .scon {
  padding: 5% 0 5% 5%;
  width: 60%;
  order: 2;
  margin: 5% 0 5% -16%;
  /*background-color: rgb(255 255 255 / 80%);*/
  background-color: #ffffff;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  z-index: 2;
}
.service_item .scon .wha {
  font-weight: 500;
  font-style: normal;
  color: #242e35;
}
.service_item .scon .whb {
  font-weight: 500;
  font-style: normal;
  color: #7f7f7f;
  line-height: 2;
}
.service_item .scon .whc {
  background-color: #1772b4;
  font-weight: 300;
  font-style: normal;
  color: #ffffff;
  padding: 3.5% 0;
  width: 35%;
  text-align: center;
  display: block;
}
.service_item:hover .scon .wha {
  color: #1772b4;
}
.service_item:hover .simg img {
  transform: scale(1.1);
}
.service_item .scon .whc:hover {
  background-color: rgba(13, 89, 144, 1);
}
.service_item:nth-child(2n) .simg {
  order: 2;
}
.service_item:nth-child(2n) .scon {
  padding: 5% 5% 5% 0;
  order: 1;
  margin: 5% -16% 5% 0;
}

.equipment_item {
  width: 31.1675%;
  margin: 0 0 3% 0;
}
.equipment_item .eimg {
  width: 100%;
  overflow: hidden;
}
.equipment_item .etit {
  font-weight: 500;
  font-style: normal;
  text-align: center;
  padding: 6% 3%;
  border: 1px solid rgba(240, 240, 240, 1);
}
.equipment_item:hover .eimg img {
  transform: scale(1.1);
}
.equipment_item:hover .etit {
  background-color: #1772b4;
  color: #ffffff;
  border: 1px solid #1772b4;
}

.page {
  display: flex;
  padding: 2% 0;
  line-height: 2;
  text-align: right;
  justify-content: center;
  flex-wrap: nowrap;
}
.page .pagination {
  display: flex;
  align-content: center;
  align-items: center;
  color: #333;
}
.page .pagination > li {
  border: 1px solid #ededed;
  margin: 0 2px;
  border-radius: 2px;
}
.page .pagination > li > a,
.page .pagination > li > span {
  padding: 0.1em 0.8em;
  display: inline-block;
  vertical-align: top;
}
.page .active {
  background-color: #1772b4;
  color: #ffffff;
  border: 1px solid #1772b4;
}

.hs_nyys {
  /* background-color: rgba(248, 248, 248, 1); */
}
.bs_nyys {
  background-color: rgba(255, 255, 255, 1);
}

.content_item {
  width: 31.4175%;
  text-align: center;
}
.content_item .cimg {
  width: 100%;
  overflow: hidden;
}
.content_item .cwhy {
  margin: 7% 0 0 0;
  font-weight: 500;
  font-style: normal;
  color: #535353;
}
.content_item .cwhe {
  width: 10%;
  height: 2px;
  background-color: #1772b4;
  margin: 5% auto;
}
.content_item .cwhs {
  font-weight: 300;
  font-style: normal;
  color: #4a4949;
  line-height: 1.4;
}
.content_item:nth-of-type(1) .cwhs {
  padding: 0 12%;
}
.content_item:hover .cimg img {
  transform: scale(1.1);
}

.recruit_box {
  position: relative;
}
.recruit_int {
  margin: 0 0 2% 0;
}
.recruit_box .rby {
  font-weight: 500;
  font-style: normal;
  color: #242e35;
  margin: 0 0 1% 0;
}
.recruit_box .rbe {
  font-weight: 300;
  font-style: normal;
  color: #555555;
  line-height: 38px;
}

.recruit_item {
  width: 100%;
  margin: 0 0 15px 0;
  overflow: hidden;
}
.recruit_item .recruit_name {
  border: 1px solid rgba(219, 219, 219, 1);
  padding: 1% 3%;
  line-height: 1.7;
  background-color: #f2f2f2;
}
.recruit_item .recruit_whnr {
  margin-top: -1px;
  border: 1px solid transparent;
  line-height: 2;
  height: 0;
  transition: all 0.3s;
  padding: 0 3%;
  opacity: 0;
}
.recruit_item .recruit_whnr .rwwhy {
  font-weight: 500;
  color: #2f2f2f;
  margin: 0 0 1% 0;
}
.recruit_item .recruit_whnr .rwwhe {
  font-weight: 300;
  color: #555555;
}
.recruit_item.active .recruit_name {
  background-color: #1772b4;
  color: #ffffff;
}
.recruit_item.active .recruit_whnr {
  height: 100%;
  padding: 1% 3%;
  border: 1px solid rgba(219, 219, 219, 1);
  opacity: 1;
  background-color: #f8f8f8;
}

.news_dbt {
  padding: 75px 0 20px;
  position: absolute;
  width: 100%;
  height: 180px;
}
.news_dbt .xwdbt {
  font-weight: 900;
  font-style: normal;
  font-size: 87px;
  color: #edf2f5;
}

.news_switch {
  padding: 115px 0 0 0;
  background: linear-gradient(
    to right,
    #f8f8f8 0%,
    #f8f8f8 50%,
    #ffffff 50%,
    #ffffff 100%
  );
}
.news_switch .ns_list {
  display: flex !important;
}
.news_switch .nsfl {
  width: 50%;
  padding: 1% 5% 0 1%;
  line-height: 1.6;
}
.news_switch .nsfl .nslwy {
  font-weight: 500;
  font-style: normal;
  color: #252e38;
}
.news_switch .nsfl:hover .nslwy {
  color: #1772b4;
}
.news_switch .nsfl .nslwe {
  font-weight: 300;
  font-style: normal;
  color: #697e91;
  margin: 4% 0;
}
.news_switch .nsfl .nslws {
  font-weight: 300;
  font-style: normal;
  letter-spacing: 1px;
  color: #929ba4;
}
.news_switch .nsfr {
  width: 53.275%;
  height: 414px;
  /*margin: -115px 0 0 0;*/
}
.newsulall .slick-dots {
  bottom: 10%;
  left: 35%;
  position: absolute;
}
.newsulall .slick-dots li {
  font-size: 0 !important;
  width: 10px;
  height: 10px;
  margin: 0 8px;
  border-radius: 50%;
  float: left;
  background-color: #d7d7d7d7;
  cursor: pointer;
}
.newsulall .slick-dots li button {
  font-size: 0 !important;
}
.newsulall .slick-dots li.slick-active {
  background-color: #1772b4;
}

.news_item {
  width: 100%;
  margin: 0 0 4% 0;
}
.news_item .nimg {
  width: 27.5%;
  height: 198px;
  overflow: hidden;
}
.news_item .ncot {
  width: 68%;
  padding: 0 8% 0 0;
  line-height: 2;
}
.news_item .ncot .why {
  font-weight: 500;
  font-style: normal;
  color: #252e38;
}
.news_item .ncot .whe {
  font-weight: 300;
  font-style: normal;
  color: #697e91;
  margin: 2% 0;
}
.news_item .ncot .whs {
  font-weight: 300;
  font-style: normal;
  letter-spacing: 1px;
  color: #929ba4;
}
.news_item:hover .nimg img {
  transform: scale(1.1);
}
.news_item:hover .why {
  color: #1772b4;
}

.publicity_item {
  margin: 0 0 2% 0;
}
.publicity_item .publicity_ia {
  font-weight: 500;
  font-style: normal;
  color: #444444;
  display: block;
  width: 100%;
  border: 1px solid rgba(219, 219, 219, 1);
  padding: 1.5% 3%;
  background-color: #f2f2f2;
}
.publicity_item:hover .publicity_ia {
  color: #ffffff;
  background-color: #1772b4;
}

.wn-detail {
  width: 100%;
}
.wn-detail .xwnyl {
  width: 65%;
}
.wn-detail .xwnyr {
  background-color: rgba(248, 248, 248, 1);
  width: 30%;
  padding: 2%;
}
.wn-detail .Nr_title {
  font-weight: 700;
  font-style: normal;
  color: #272626;
  line-height: 1.4;
}
.wn-detail .Nr_time {
  font-weight: 400;
  font-style: normal;
  color: #909090;
  line-height: 2;
  margin: 2% 0;
}
.wn-detail .Nr_content {
  line-height: 2;
  color: #5e5e5e;
}
.wn-detail .Nr_content img {
  max-width: 100%;
}
.Around {
  margin: 5% 0 0;
}
.Around .Aroundul {
  font-weight: 400;
  font-style: normal;
  color: #242e35;
  line-height: 2;
}
.Around .Aroundul:hover {
  color: #1772b4;
}
.Around .Around-upper {
}
.Around .Around-lower {
}
.return-list {
  font-weight: 400;
  font-style: normal;
  color: #242e35;
  line-height: 2;
}

.Rmxw_title {
  font-weight: 500;
  font-style: normal;
  color: #000000;
  margin: 0 0 5% 0;
}
.Rmxw_list {
  width: 100%;
}
.Rmxw_list .Rmxw_item {
  font-weight: 300;
  font-style: normal;
  color: #313131;
  line-height: 2;
}
.Rmxw_list .Rmxw_item .Rmxwa {
  display: block;
  width: 100%;
  padding: 2% 0;
  border-bottom: 1px solid #eeeeee;
}
.Rmxw_list .Rmxw_item:last-child .Rmxwa {
  border-bottom: 0;
}
.Rmxw_list .Rmxw_item:hover .Rmxwa {
  color: #1772b4;
}

@media screen and (max-width: 1600px) {
  .head .head_menu .CAli {
    margin: 0 1.5rem;
  }
}

@media screen and (max-width: 1400px) {
  .head .head_menu .CAli {
    margin: 0 1rem;
  }
}

@media screen and (max-width: 1200px) {
  .mw1200 {
    margin: 0 5% !important;
  }
  .Ny_menu .mw1200 {
    margin: 0 !important;
  }

  .foot_my {
    width: 320px;
    float: left;
    margin: 0 40px 0 0;
  }
  .foot_me {
    width: 380px;
    float: left;
    margin: 0 10px 0 0;
  }

  .foot_ms .ewmimg {
    width: 120px;
    height: 120px;
  }
}

@media screen and (max-width: 1024px) {
  .pc {
    display: none;
  }
  .mb {
    display: block;
  }
  .Ny_menu {
    top: 15vw !important;
  }
  .swiper-container-1 {
    height: auto;
  }
  .head {
    display: none;
  }
  .mi_head_all {
    display: block;
  }
  .container {
    margin-top: 15vw;
  }
  .Public_banner {
    height: 130px;
    margin-top: 15vw;
    min-height: auto;
  }
  .Public_banner img {
    object-fit: cover;
  }
  .wn-about .mw1200 {
    display: block;
  }
  .wn-about .wafl {
    display: none;
  }
  .wn-about .wafr {
    width: 100%;
    padding: 5% 0 0 0;
  }
  .wn-about .wafl .wala {
    padding: 5% 0;
  }
  .wn-about .wafr .wara {
    height: auto;
    margin: 5% 0;
    display: none;
  }
  .public_title {
    padding: 5% 0;
  }

  .service-box .sbimg {
    height: 45vw;
  }
  .service-box .sbcot {
    padding: 5% 0;
  }
  .service-box .sbs {
    width: 100%;
  }
  .service-box .sbe {
    margin: 2% 0;
  }
  .service-box .sbw {
    margin: 5% 0 0 0;
  }
}

@media screen and (max-width: 768px) {
  .public_title .public_title_en {
    font-size: 8vw;
  }
  .public_title .public_title_cn {
    margin: -7% 0 0 0;
  }
  .wn-about .wafl {
    padding: 0;
  }
  .wn-about .wafl .walb {
    width: 100%;
    height: auto;
    padding: 1% 0;
    line-height: 2;
  }
  .wn-about .wafr .warb {
    letter-spacing: 1px;
    height: 120px;
    line-height: 30px;
  }
  .wn-about .wafr .warb * {
    line-height: 30px !important;
  }
  .wn-service:after {
    left: -70%;
    width: 200%;
  }
  .wn-service-switch {
    margin: 0;
  }
  .service-box .sbimg {
    height: 60vw;
  }
  .service-box .sbw {
    padding: 0 5%;
  }
  .wn-service-switch .wssul {
    flex-wrap: wrap;
    justify-content: space-around;
    align-items: flex-end;
  }
  .wn-service-switch ul li {
    width: 25%;
    margin: 0 0 5% 0;
  }

  .case-item {
    width: 100%;
    margin: 0 0 3% 0;
  }
  .case-item .wtit {
    padding: 0 3%;
    line-height: 15vw;
    height: 15vw;
  }

  .wn-news .synews {
    flex-wrap: wrap;
    margin: 0;
  }
  .wn-news .syxwl {
    width: 100%;
  }
  .wn-news .syxwr {
    width: 100%;
  }
  .syxwl-item .whcot {
    height: auto;
    padding: 3%;
    margin: 0 0 5% 0;
  }

  .syxwr-item {
    margin: 0 0 5% 0;
  }
  .syxwl-item .why {
    height: auto;
  }
  .syxwr-item .why {
    width: 50%;
    height: 24vw;
  }
  .syxwr-item .whcot .whs {
    margin: 0;
  }

  .wn-jrzz .mw1200 {
    flex-wrap: wrap;
  }
  .jrzz-item {
    width: 100%;
    margin: 0 0 5% 0;
  }

  .foot {
    padding: 5%;
  }
  .foot .mw1200 {
    flex-wrap: wrap;
    justify-content: flex-start;
  }
  .foot_my {
    width: 100%;
    /*margin: 0 5% 0 0;*/
    float: none;
  }
  .foot_my .fy_logo {
    width: 50%;
    display: none;
  }
  .foot_my .fy_lbt {
    margin: 0 0 3% 0;
  }
  .foot_my .fy_int {
    line-height: 2;
  }
  .foot_ms .fs_ewm {
    margin: 5% 0 0 0;
  }
  .foot_ms .fs_ewm:nth-child(2n) {
    display: none;
  }
  .foot_me {
    display: none;
  }

  .foot_ms {
    padding: 1% 0 0 0;
    width: 30%;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    align-items: center;
    justify-content: flex-start;
  }
  .foot_ms .ewmsm {
    padding: 10% 0;
  }
  .foot_ms .ewmimg {
    width: 100%;
    height: auto;
    min-height: 100px;
  }

  .Ny_menu ul {
    display: flex;
    justify-content: flex-start;
    align-items: stretch;
    flex-wrap: nowrap;
    flex-direction: row;
    overflow-x: scroll;
    width: 100%;
  }
  .Ny_menu ul li {
    width: auto;
    /*min-width: 25%;*/
  }
  .Ny_menu ul li a {
    width: 100%;
    height: 100%;
    line-height: 3;
    display: -webkit-box;
    overflow: hidden;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    text-overflow: ellipsis;
    word-break: break-all;
    white-space: nowrap;
    padding: 0 20px;
  }
  .wn-detail .Nr_content img {
    height: auto !important;
  }
  .service_item a {
    flex-wrap: wrap;
  }
  .service_item .simg {
    width: 100%;
    height: auto;
  }
  .service_item .scon {
    width: 100%;
    margin: 0;
    padding: 5% 0;
  }
  .service_item .scon .whb {
    margin: 4% 0;
    display: -webkit-box;
    overflow: hidden;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    text-overflow: ellipsis;
    word-break: break-all;
  }
  .service_item .scon .whc {
    width: 40%;
    padding: 3.5% 0;
    text-align: center;
  }
  .service_item:nth-child(2n) .simg {
    order: 1;
  }
  .service_item:nth-child(2n) .scon {
    padding: 5% 0;
    order: 2;
    margin: 0;
  }
  .about_wy .awyb {
    /*padding: 0 0 2% 0;*/
  }

  .Nyab_title {
    padding: 7% 0;
  }
  .about_we .abimg {
    width: 100%;
    padding: 0 0 5% 0;
  }
  .honor_item {
    padding: 0 50px;
  }
  .honorulall .slick-prev {
    left: 0;
  }
  .honorulall .slick-next {
    right: 0;
  }
  .honorulall .slick-arrow {
    border: 3px solid #1772b4;
    background-color: #1772b4;
    width: 40px;
    height: 40px;
  }
  .honorulall .slick-prev:after {
    top: -22%;
  }
  .honorulall .slick-next:after {
    top: 22%;
  }

  .album_list {
    flex-wrap: wrap;
  }
  .album_item {
    width: 100%;
    height: auto;
    margin: 0 0 5% 0;
  }

  .content_item {
    width: 100%;
    margin: 0 0 5% 0;
  }
  .content_item .cwhy {
    margin: 5% 0 0 0;
  }
  .content_item .cwhe {
    margin: 3% auto 2%;
  }
  .content_item .cwhs {
    line-height: 2;
  }
  .recruit_item .recruit_name {
    padding: 2% 3%;
  }

  .content_main {
    padding: 5% 0;
  }
  .recruit_box .rby {
    margin: 0 0 2% 0;
  }

  .wn-detail {
    flex-wrap: wrap;
  }
  .wn-detail .xwnyl {
    width: 100%;
  }
  .wn-detail .xwnyr {
    width: 100%;
    padding: 3% 2%;
    margin: 5% 0 0 0;
  }

  .waterfall-list {
    -moz-column-count: 2;
    -webkit-column-count: 2;
    column-count: 2;
    -moz-column-gap: 1em;
    -webkit-column-gap: 1em;
    column-gap: 1em;
  }

  .news_dbt {
    display: none;
  }
  .news_switch {
    background: #ffffff;
    padding: 5% 0;
  }
  .news_switch .ns_list {
    display: flex !important;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: center;
  }
  .news_switch .nsfl {
    width: 100%;
    padding: 0 0 5% 0;
  }
  .news_switch .nsfr {
    width: 100%;
    height: auto;
  }
  .newsulall .slick-dots {
    bottom: 5%;
  }

  .news_item .nimg {
    width: 40%;
    height: 27vw;
  }

  .news_item .ncot {
    width: 58%;
    padding: 0 0 0 0;
    line-height: 2;
  }
  .news_item .ncot .whe {
    margin: 0;
    line-height: 1.6;
  }

  .publicity_item .publicity_ia {
    line-height: 2;
  }

  .syxwr-item .whcot .whe {
    /*font-size: 17px;*/
  }
}

/* 2025-04-01新增 */
:root {
  --nav-color-hover: #fff;
  --nav-height: 80px;
}
.head2025 {
  position: fixed;
  padding: 0 5%;
  z-index: 9;
  background-color: rgba(0, 0, 0, 0.5);
}
.head2025 .head_box {
  height: var(--nav-height);
}
.head2025 .head_fl {
  flex: 1;
}
.head2025 .head_menu .CAli,
.toggle_lang {
  margin: 0 1rem;
  line-height: var(--nav-height);
  position: relative;
}
.head2025 .head_menu .CAli::after,
.toggle_lang::after {
  display: none;
  position: absolute;
  content: "";
  bottom: 0;
  left: 0;
  width: 100%;
  height: 3px;
  background-color: #e79d38;
}

.head2025 .head_menu .CAli:hover::after,
.head2025 .head_menu .CAli.on::after,
.toggle_lang:hover::after {
  display: block;
}

.head2025 .head_menu .CAli .CAa {
  color: #fff;
}
.head2025 .head_menu .CAli:hover .CAa {
  color: #ccc;
}
.head2025 .head_contact {
  color: var(--nav-color-hover);
  height: 100%;
}
.head2025 .head_menu .CAli.on .CAa {
  color: var(--nav-color-hover);
}
.head2025 .head_contact_nr {
  width: auto;
  font-weight: 100;
}

.nav-sub-container {
  position: absolute;
  top: var(--nav-height);
  left: 0;
  right: 0;
  padding: 30px 0;
  background-color: white;
  box-shadow: rgba(0, 0, 0, 0.2) 0 10px 10px;
  display: none;
}
.nav-sub {
  /* display: flex;
  flex-direction: row; */
  width: 1400px;
  margin: 0 5%;
}
.nav-sub-left {
  width: 627px;
}
.nav-sub-left-catname {
  color: #136eb6;
  /* font-size: 24px; */
  line-height: 30px;
  font-weight: bold;
  margin-bottom: 20px;
}
.nav-sub-left-img {
  width: 100%;
  /* overflow: hidden; */
  position: relative;
  margin-right: 15%;
}
.nav-sub-left-img img {
  /* position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%); */
  width: 100%;
  transition: all 0.3s ease-in;
}
/* .nav-sub-left:hover .nav-sub-left-img img {
  transform: scale(1.02) translate(-50%, -50%);
} */
.nav-sub-right {
  width: 435px;
  margin-left: 80px;
  /* margin: 40px 0 0 20px; */
}
.nav-sub-right-menu a {
  display: block;
  padding: 16px 20px;
  /* margin-bottom: 8px; */
  color: #333;
  position: relative;
  transition: all 0.3s ease-in;
}
.nav-sub-right-menu a::after {
  content: "";
  position: absolute;
  width: 15px;
  height: 15px;
  right: 20px;
  top: 50%;
  margin-top: -7.5px;
  background-image: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'><path fill-rule='evenodd' d='M1.646 4.646a.5.5 0 01.708 0L8 10.293l5.646-5.647a.5.5 0 01.708.708l-6 6a.5.5 0 01-.708 0l-6-6a.5.5 0 010-.708z' clip-rule='evenodd' fill='%231362ad'/></svg>");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: auto 100%;
  transform: rotate(-90deg);
}
.nav-sub-right-menu a:hover {
  color: #136eb6;
  background-color: #f7f7f7;
}

.wn-about .wafr {
  padding-top: 10%;
}
.wn-about .wafr .wara {
  margin-top: 0;
}
:root {
  --mcolor: #009241;
  --rcolor: #009241;
  --bili: 1;
}
.public_title_en {
  text-transform: uppercase;
}
.wn-business {
  background: url("../images/u25_div.jpg") no-repeat bottom;
  width: 100%;
  height: 100vh;
  display: flex;
  flex-wrap: wrap;
  background-size: cover;
}
.wb-item {
  width: 20%;
  height: 100%;
  position: relative;
  border-right: 1px solid rgb(255 255 255 / 50%);
  overflow: hidden;
}

.active .wn-business .wb-item:nth-of-type(1) {
  animation: fadeInLeft 0.6s 0.3s ease both;
  -webkit-animation: fadeInLeft 0.6s 0.3s ease both;
  -moz-animation: fadeInLeft 0.6s 0.3s ease both;
}

.active .wn-business .wb-item:nth-of-type(2) {
  animation: fadeInLeft 0.6s 0.5s ease both;
  -webkit-animation: fadeInLeft 0.6s 0.5s ease both;
  -moz-animation: fadeInLeft 0.6s 0.5s ease both;
}

.active .wn-business .wb-item:nth-of-type(3) {
  animation: fadeInLeft 0.6s 0.7s ease both;
  -webkit-animation: fadeInLeft 0.6s 0.7s ease both;
  -moz-animation: fadeInLeft 0.6s 0.7s ease both;
}

.active .wn-business .wb-item:nth-of-type(4) {
  animation: fadeInLeft 0.6s 0.9s ease both;
  -webkit-animation: fadeInLeft 0.6s 0.9s ease both;
  -moz-animation: fadeInLeft 0.6s 0.9s ease both;
}

.active .wn-business .wb-item:nth-of-type(5) {
  animation: fadeInLeft 0.6s 1.1s ease both;
  -webkit-animation: fadeInLeft 0.6s 1.1s ease both;
  -moz-animation: fadeInLeft 0.6s 1.1s ease both;
}

.wb-item:last-child {
  border-right: 0;
}
.wb-item .wbca {
  width: 100%;
  height: 100%;
  opacity: 0;
  position: relative;
  transition: all 0.5s;
}
.wb-item .wbca img {
  height: 100%;
}
.wb-item .wbcbs {
  position: absolute;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 0 12%;
  text-align: center;
  z-index: 2;
  top: 0;
}
.wb-item .wbcc {
  width: calc(var(--bili) * 92px);
  height: calc(var(--bili) * 92px);
  overflow: hidden;
}
.wb-item .wbcd {
  /* font-size: calc(var(--bili) * 28px); */
  color: #ffffff;
  margin: calc(var(--bili) * 30px) 0 calc(var(--bili) * 30px) 0;
  /* font-weight: 700; */
  position: relative;
}
.wb-item .wbcd::after {
  position: absolute;
  bottom: -20px;
  left: 50%;
  transform: translateX(-50%);
  display: block;
  content: "";
  width: 1.5em;
  height: 3px;
  background-color: #e79d37;
}
.wb-item .wbce {
  /* font-size: calc(var(--bili) * 16px); */
  color: #ffffff;
  margin: 0 0 calc(var(--bili) * 40px) 0;
  line-height: 2;
  height: 60px;
  overflow: hidden;
  text-overflow: ellipsis;
}
.wb-item .wbcf {
  position: absolute;
  width: 56%;
  left: 22%;
  bottom: 16%;
  height: 45px;
  line-height: 44px;
  font-size: calc(var(--bili) * 16px);
  color: #ffffff;
  border: 1px solid #ffffff;
  border-radius: 40px;
  text-align: center;
}

.wb-item .wbcf span {
  position: relative;
  z-index: 1;
}

.wb-item .wbcf::before {
  content: "";
  width: 0%;
  height: 100%;
  background-color: #e79d37;
  border-radius: 40px;
  position: absolute;
  top: 0;
  left: 50%;
  background-color: rgba(255, 255, 255, 0.5);
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  transition: all 0.2s linear;
}

.wb-item .wbcf:hover::before {
  left: 0;
  width: 100%;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
.wb-item .wbcf:hover {
  color: #fff !important;
}

.wb-item:hover .wbca {
  opacity: 1;
}

/* .wb-item .wbcf:hover {
  color: var(--mcolor);
  background-color: rgba(255, 255, 255, 0.7);
} */
@media screen and (max-width: 1024px) {
  .wn-business {
    height: auto;
    background: transparent;
  }

  .wb-item {
    width: 100%;
    /* height: 88vw; */
    /* margin: 0 0 5% 0; */
  }
  .wb-item .wbca {
    opacity: 1;
  }
  .wb-item .wbca img {
    object-position: center;
    object-fit: cover;
    height: 100vh;
    width: 100%;
  }

  .wb-item .wbcbs {
    padding: 0 10%;
  }
  .wb-item .wbcc {
    width: 23vw;
    height: 23vw;
  }
  .wb-item .wbcd {
    font-size: 4.8vw;
    margin: 5% 0;
  }
  .wb-item .wbcd::after {
    bottom: -15px;
  }
  .wb-item .wbce {
    font-size: 3.5vw;
    height: auto;
  }
  .wb-item .wbcf {
    font-size: 3.5vw;
    /* width: 32vw; */
    height: 9vw;
    line-height: 9vw;
  }
}

.swiper-container-business {
  position: relative;
}

.swiper-container-business .swiper-pagination-bullet {
  background-color: rgba(255, 255, 255, 0);
  width: 24px;
  height: 24px;
  opacity: 1;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  border: solid 1px rgba(255, 255, 255, 0);
  display: inline-block;
  display: flex;
  justify-content: center;
  align-items: center;
}

.swiper-container-business .swiper-pagination-bullet:before {
  content: "";
  background-color: rgba(255, 255, 255, 0.6);
  display: block;
  width: 8px;
  height: 8px;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
}

.swiper-container-business .swiper-pagination-bullet-active {
  border-color: #fff;
}

.swiper-container-business .swiper-pagination-bullet-active:before {
  background-color: #fff;
}

.swiper-container-business .swiper-pagination-bullets {
  position: absolute;
  bottom: 20px;
  display: flex;
  left: 50%;
  transform: translateX(-50%);
}

.swiper-container-2025 {
  height: 100vh;
  position: relative;
}
.banner-nums-wrp {
  padding: 45px 0;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 2;
  background-color: rgba(0, 0, 0, 0.4);
}
.active .banner-nums-wrp .banner-nums-item:nth-of-type(1) {
  animation: fadeInLeft 0.6s 0.3s ease both;
  -webkit-animation: fadeInLeft 0.6s 0.3s ease both;
  -moz-animation: fadeInLeft 0.6s 0.3s ease both;
}
.active .banner-nums-wrp .banner-nums-item:nth-of-type(2) {
  animation: fadeInLeft 0.6s 0.5s ease both;
  -webkit-animation: fadeInLeft 0.6s 0.5s ease both;
  -moz-animation: fadeInLeft 0.6s 0.5s ease both;
}
.active .banner-nums-wrp .banner-nums-item:nth-of-type(3) {
  animation: fadeInLeft 0.6s 0.7s ease both;
  -webkit-animation: fadeInLeft 0.6s 0.7s ease both;
  -moz-animation: fadeInLeft 0.6s 0.7s ease both;
}
.active .banner-nums-wrp .banner-nums-item:nth-of-type(4) {
  animation: fadeInLeft 0.6s 0.9s ease both;
  -webkit-animation: fadeInLeft 0.6s 0.9s ease both;
  -moz-animation: fadeInLeft 0.6s 0.9s ease both;
}
.banner-nums {
  width: 90%;
  margin: 0 5%;
  display: flex;
  flex-flow: row wrap;
  align-items: center;
  justify-content: space-between;
}
.banner-nums-item {
  box-sizing: border-box;
  display: flex;
  align-items: center;
  /* padding-left: 80px; */
}
.banner-nums-item-icon {
  height: 64px;
  margin-right: 15px;
}
.banner-nums-item-text {
  line-height: 1.2;
  font-size: 14px;
  /* font-weight: 100; */
  color: white;
}
.banner-nums-item-text-row-1 {
  display: flex;
  align-items: baseline;
  /* margin-bottom: 10px; */
}
.banner-nums-item-text-row-1-num {
  font-size: 26px;
  /* font-weight: bold; */
}
@media only screen and (max-width: 760px) {
  .banner-nums-wrp {
    padding: 0 15px;
  }
  .banner-nums {
    font-size: 12px;
    width: 100%;
    margin: 5px 0;
  }

  .banner-nums .banner-nums-item {
    min-width: inherit;
    padding: 10px;
    height: auto;
    min-height: 30px;
    width: 140px;
    /* margin-bottom: 15px; */
  }

  /* .banner-nums .banner-nums-item:nth-of-type(2),
        .banner-nums .banner-nums-item:nth-of-type(4) {
          width: 120px;
        } */

  .banner-nums .banner-nums-item .banner-nums-item-text-row-1-num {
    font-size: 18px;
  }

  .banner-nums .banner-nums-item .banner-nums-item-icon {
    width: 30px;
    height: 30px;
  }

  .banner-nums-item-text {
    font-size: 12px;
  }
}

.fp-watermark {
  display: none;
}

/* sy_p4 */
.sy_p4 {
  background-color: #000;
  background-size: 100% 100%;
  position: relative;
  overflow: hidden;
  height: 100vh;
}
.sy_nr1 {
  text-align: center;
  margin-top: -200px;
  width: 100%;
  color: #fff;
  position: absolute;
  left: 0;
  top: 50%;
}
.sy_nr1 .bt {
  /* font-size: 50px; */
  margin-bottom: 5px;
  font-weight: normal;
}
.sy_p4 .sy_nr1 .bt:after {
  content: "";
  width: 1em;
  height: 3px;
  background-color: #e79d37;
  display: block;
  margin: 10px auto 20px auto;
}

@media only screen and (max-width: 760px) {
  .sy_nr1 .bt {
    font-size: 24px;
  }
}

/* sy_p5 */

.sy_p5 {
  background-image: url("../images/sy_bj4.jpg");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  height: 100vh;
}

.sy_bt1 {
  position: absolute;
}
.sy_bt1 h1 {
  font-weight: normal;
}

.sy_bt1 .xbt {
  color: rgba(0, 0, 0, 0.12);
  text-transform: uppercase;
  font-weight: normal;
}

.sy_p5 .sy_bt1 {
  left: 10%;
  top: 30px;
}

.sy_p5 .sy_bt1 .bt {
  width: auto;
  float: left;
  line-height: 45px;
}
.sy_p5 .sy_bt1 .xbt {
  width: auto;
  float: left;
  margin-left: 20px;
  line-height: 45px;
}

@media only screen and (min-width: 1200px) {
  .sy_navk {
    width: 400px;
    height: 400px;
    overflow: visible;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -200px;
    margin-top: -160px;
    background-image: url("../images/sy_tb1.png");
    background-size: auto 100%;
    background-repeat: no-repeat;
    background-position: center center;
  }

  .sy_navk i {
    width: 106%;
    height: 106%;
    left: -3%;
    top: -3%;
    position: absolute;
    background-image: url("../images/in_05.png");
    background-size: auto 100%;
    background-repeat: no-repeat;
    background-position: center center;
  }

  .sy_navk .s_bt {
    font-size: 16px;
    color: #e69d38;
    font-weight: bold;
    position: absolute;
    cursor: pointer;
  }

  .sy_navk .s_bt.on {
    color: #1c4897;
    font-size: 24px;
  }

  .sy_navk .s_bt.on:before,
  .sy_navk .s_bt.on:after {
    display: none;
  }

  .sy_navk .s_bt:nth-of-type(1) {
    left: 50%;
    margin-left: -100px;
    top: -40px;
    width: 200px;
    text-align: center;
  }

  .sy_navk .s_bt:nth-of-type(1):before {
    content: "01";
    margin-right: 5px;
  }

  .sy_navk .s_bt:nth-of-type(2) {
    left: 102%;
    bottom: 140px;
    width: 150px;
  }

  .sy_navk .s_bt:nth-of-type(2):before {
    content: "02";
    margin-right: 5px;
  }

  .sy_navk .s_bt:nth-of-type(3) {
    right: 102%;
    bottom: 140px;
    width: 150px;
    text-align: right;
  }

  .sy_navk .s_bt:nth-of-type(3):after {
    content: "03";
    margin-left: 5px;
  }

  .sy_navk .s_more {
    width: 34%;
    line-height: 40px;
    position: absolute;
    left: 33%;
    bottom: 13%;
  }

  .sy_navk .s_more a {
    display: block;
    background-color: #136eb6;
    color: #fff;
    width: 100%;
    text-align: center;
  }

  .sy_navk .s_more a:hover {
    background-color: #056be8;
  }
}

.sy_p5 .fl {
  width: 50%;
  height: calc(100vh - 80px);
  height: -moz-calc(100vh - 80px);
  height: -webkit-calc(100vh - 80px);
  overflow: hidden;
  position: relative;
  float: left;
  margin-top: 80px;
}

.sy_p5 .fr {
  width: 50%;
  height: calc(100vh - 80px);
  height: -moz-calc(100vh - 80px);
  height: -webkit-calc(100vh - 80px);
  margin-top: 80px;
  overflow: hidden;
  float: right;
  position: relative;
}

.active .sy_p5 .fl {
  animation: fadeInLeft 0.8s 0.3s ease both;
  -webkit-animation: fadeInLeft 0.8s 0.3s ease both;
  -moz-animation: fadeInLeft 0.8s 0.3s ease both;
}

.active .sy_p5 .fr {
  animation: fadeInLeft 0.8s 0.3s ease both;
  -webkit-animation: fadeInLeft 0.8s 0.3s ease both;
  -moz-animation: fadeInLeft 0.8s 0.3s ease both;
}

.sy_p5 ul.on {
  animation: fadeInLeft 0.8s 0.1s ease both;
  -webkit-animation: fadeInLeft 0.8s 0.1s ease both;
  -moz-animation: fadeInLeft 0.8s 0.1s ease both;
}

.sy_lb2 {
  width: 100%;
  height: 100%;
  padding: 40px 0;
}

.sy_lb2 li {
  width: 100%;
  padding: 0 60px 0 0px;
}

.sy_lb2 a {
  display: block;
  width: 100%;
  height: calc((100vh - 160px) / 3);
  height: -moz-calc((100vh - 160px) / 3);
  height: -webkit-calc((100vh - 160px) / 3);
  padding: 20px 0px 40px 0px;
  border-bottom: solid 1px #e5e5e5;
  overflow: hidden;
  position: relative;
  padding-right: 60%;
}

.sy_lb2 li:last-child a {
  border-bottom: 0;
}

.sy_lb2 .s1 {
  display: block;
  color: #e69d38;
  margin-bottom: 5px;
}

.sy_lb2 .s2 {
  color: #333;
  display: block;
  margin-bottom: 15px;
}

.sy_lb2 .bt {
  font-size: 20px;
  font-weight: normal;
  line-height: 26px;
}

.sy_lb2 .imgk {
  width: calc(60% - 80px);
  height: calc(100% - 80px);
  display: block;
  overflow: hidden;
  position: absolute;
  right: 0px;
  top: 40px;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}

.sy_lb2 .imgk:hover img {
  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;
}

.sy_lb2 .imgk:hover img {
  transform: scale(1.5);
}

@media only screen and (max-width: 1200px) {
  a.cd_top {
    width: 40px;
    height: 40px;
    background-size: auto 15px;
  }

  .sy_p5 .fl {
    height: 45px;
    width: 100%;
    margin-top: 80px;
    padding: 0 15px;
  }

  .sy_p5 .fr {
    width: 100%;
    margin-top: 0px;
    height: -moz-calc(100vh - 120px);
    height: -webkit-calc(100vh - 120px);
  }

  .sy_p5 .sy_bt1 {
    display: none;
  }

  .sy_navk {
    width: 100%;
    border: solid 1px #e5e5e5;
    height: 45px;
  }

  .sy_navk .s_bt {
    width: 33.3333%;
    float: left;
    text-align: center;
    border-right: solid 1px #e5e5e5;
    line-height: 45px;
    color: #e69d38;
    font-size: 15px;
  }

  .sy_navk .s_bt.on {
    background-color: #136eb6;
    color: #fff;
  }

  .sy_lb2 {
    padding: 10px 15px 0 15px;
  }

  .sy_lb2 li {
    padding: 0 0px 0 0px;
  }

  .sy_lb2 a {
    height: calc((100vh - 120px) / 3);
    height: -moz-calc((100vh - 120px) / 3);
    height: -webkit-calc((100vh - 120px) / 3);
    padding: 30px 0px 20px 0px;
    padding-right: calc(60% - 10px);
  }

  .sy_lb2 li:last-child a {
    border-bottom: 0;
  }

  .sy_lb2 .s1 {
    margin-bottom: 5px;
  }

  .sy_lb2 .s2 {
    margin-bottom: 10px;
  }

  .sy_lb2 .bt {
    font-size: 22px;
  }

  .sy_lb2 .imgk {
    width: 43vh;
    height: calc(100% - 85px);
    top: 40px;
  }
}

@media only screen and (max-width: 760px) {
  .sy_p5 .fl {
    height: 40px;
  }

  .sy_navk {
    height: 40px;
  }

  .sy_navk .s_bt {
    line-height: 40px;
    font-size: 14px;
  }

  .sy_navk .s_bt.on {
    background-color: #136eb6;
    color: #fff;
  }

  .sy_lb2 {
    padding: 10px 15px 0 15px;
  }

  .sy_lb2 li {
    padding: 0 0px 0 0px;
  }

  .sy_lb2 a {
    /*height: calc((100vh - 120px) / 3);
      height: -moz-calc((100vh - 120px) / 3);
      height: -webkit-calc((100vh - 120px) / 3);*/
    height: calc((100vh - 200px) / 3);
    height: -moz-calc((100vh - 200px) / 3);
    height: -webkit-calc((100vh - 200px) / 3);
    padding: 10px 0px 20px 0px;
    padding-right: 210px;
  }

  .sy_lb2 li:last-child a {
    border-bottom: 0;
  }

  .sy_lb2 .s1 {
    margin-bottom: 5px;
  }

  .sy_lb2 .s2 {
    margin-bottom: 10px;
  }

  .sy_lb2 .bt {
    font-size: 14px;
  }

  .sy_lb2 .imgk {
    width: 200px !important;
    height: 82px !important;
    top: 48px;
  }
}

/* 首页资讯中心样式调整 2025-04-08 */
.trafo_index_news .top_box {
  margin-top: 150px;
  height: 80px;
}

.trafo_index_news .top_box h2 span {
  color: rgba(0, 0, 0, 0.12);
}

.trafo_index_news .top_box_btn span {
  cursor: pointer;
}

.trafo_index_news .top_box_btn span.on,
.trafo_index_news .top_box_btn span:hover {
  color: var(--bs-link-color);
}

.trafo_index_news .bottom_box .item_row_box {
  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;
}

.hg-400px {
  height: 400px;
}

.trafo_index_news .imgka {
  height: 27rem;
}

@media only screen and (max-width: 1280px) {
  .trafo_index_news .imgka {
    height: 13rem;
  }
}

@media only screen and (min-width: 1280px) and (max-width: 1920px) {
  .trafo_index_news .imgka {
    height: 15rem;
  }
}

.trafo_index_news .imgk:hover img,
.trafo_index_news .imgka:hover img {
  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;
}

.trafo_index_news .imgk:hover img,
.trafo_index_news .imgka:hover img {
  transform: scale(1.1);
}

.product_index_box {
  width: 100%;
  background: url(../images/index_product_bg.png);
}

.product_index_box .swiper {
  height: 100vh;
}

.product_index_box .swiper-pagination {
  bottom: 20px;
  left: 50%;
  transform: translateX(-50%);
}

.product_index_box .swiper-pagination .swiper-pagination-bullet {
  margin: 0 4px;
}

.product_index_title {
  top: 12vh;
}
.product_index_title span {
  color: rgba(0, 0, 0, 0.12);
}

.product_index_swiper .product_box {
  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;
}

.product_index_swiper .product_box .product_box_content {
  bottom: -200%;
  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;
}

.product_index_swiper .product_box:hover {
  transform: scale(1.1);
}

.product_index_swiper .product_box:hover .product_box_content {
  bottom: 0;
}

/* .product_box_ele {
  height: 75%;
} */

@media only screen and (max-width: 760px) {
  .trafo_index_news .top_box {
    margin-top: 100px;
    height: 110px;
  }
  .trafo_index_news .imgka {
    height: auto;
  }
  .product_index_title {
    top: 100px;
  }
}

.translate-middle-y-40 {
  transform: translateY(-40%) !important;
}

.news_f_pic {
  height: 300px;
}

@media only screen and (max-width: 760px) {
  .news_f_pic {
    height: auto;
  }
}
.php_pagination #page {
  display: flex;
}

.php_pagination #page p {
  margin-bottom: 0;
}

.php_pagination #page > * {
  padding: 8px 12px;
}

.php_pagination #page .pageRemark b {
  padding: 4px;
}

.php_pagination #page .cur {
  color: #fff;
  background-color: var(--bs-blue);
  border-radius: 2px;
}

.contact_map_box {
  width: 1000px;
}

.contact_map_box .company-info .name {
  color: #646872;
  font-size: 18px;
  font-weight: 500;
}

.contact_map_box .company-info .points {
  position: relative;
}

@keyframes expand-f351b3bb {
  0% {
    opacity: 0;
    transform: scale(0);
  }

  20% {
    opacity: 0.3;
  }

  75% {
    opacity: 0;
    transform: scale(1);
  }

  to {
    opacity: 0;
  }
}

.contact_map_box .company-info .points .point3 {
  animation: expand-f351b3bb 4s 0.25s infinite;
  background: #3ab5ec;
  border-radius: 50%;
  bottom: 0;
  display: none;
  height: 18px;
  left: -7px;
  margin: auto;
  opacity: 0;
  position: absolute;
  right: 0;
  top: 7px;
  width: 18px;
}

.contact_map_box .company-info .points .point2 {
  animation: expand-f351b3bb 2s 0.45s infinite;
  background: #3ab5ec;
  border-radius: 50%;
  height: 36px;
  opacity: 0;
  position: absolute;
  width: 36px;
}

.contact_map_box .company-info .points .point {
  background-color: #3ab5ec;
  border-radius: 50%;
  height: 13px;
  left: 11px;
  position: absolute;
  top: 11px;
  width: 13px;
}

@media only screen and (max-width: 760px) {
  .contact_map_box {
    transform: scale(0.5);
  }
}

.zzry_img {
  transition: all 0.5s;
}

.zzry_img:hover {
  transform: scale(1.1);
}

.fwys_pic img {
  transition: all 0.4s;
}

.fwys_pic:hover img {
  transform: scale(1.1);
}
