@charset "utf-8";
.clearfix {
  zoom: 1;
}
.clearfix:after {
  content: " ";
  display: block;
  font-size: 0;
  height: 0;
  clear: both;
  visibility: hidden;
}
.marginauto {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  max-width: 100%;
  max-height: 100%;
}
.linenowrap {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.flexCetween {
  display: flex;
  display: -webkit-flex;
  display: -moz-flex;
  justify-content: space-between;
  -webkit-justify-content: space-between;
}
.flexAlign {
  display: flex;
  display: -webkit-flex;
  display: -moz-flex;
  align-items: center;
  -webkit-align-items: center;
}
.header {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 99;
  background: #fff;
}
.header__wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 0.23rem 0 13.54vw;
}
.logo {
  line-height: 0;
}
.logo img {
  display: inline-block;
  width: auto;
  max-height: 0.52rem;
}
.header__right {
  display: flex;
  align-items: center;
}
.navs {
  display: flex;
  align-items: center;
  padding-right: 0.24rem;
}
.navs > li {
  position: relative;
  padding: 0.29rem 0;
  margin-right: 0.07rem;
}
.navs > li:hover > a,
.navs > li.active > a {
  color: #fff;
}
.navs > li:hover > a:before,
.navs > li.active > a:before {
  transform: scaleX(1);
  border-radius: 0.21rem;
  transition: all 0.4s, border 0.3s 0.3s;
}
.navs > li > a {
  display: inline-block;
  position: relative;
  z-index: 3;
  padding: 0 1.56vw;
  height: 0.42rem;
  line-height: 0.42rem;
  border-radius: 0.21rem;
  color: #333333;
  font-size: 0.18rem;
}
.navs > li > a:before {
  position: absolute;
  left: 0;
  top: 0;
  border-radius: 0;
  content: "";
  width: 100%;
  height: 100%;
  z-index: -1;
  background: #034f9d;
  transition: 0.4s;
  transform: scaleX(0);
}
.navs__menu {
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
  z-index: 10;
  padding-top: 0.1rem;
  display: none;
}
.navs__menu--fixs {
  position: relative;
  padding: 0.2rem 0.2rem 0.18rem;
  background: #034f9d;
}
.navs__menu--fixs:before {
  position: absolute;
  left: 50%;
  margin-left: -0.05rem;
  top: -0.06rem;
  content: "";
  border-left: 0.05rem solid transparent;
  border-right: 0.05rem solid transparent;
  border-bottom: 0.06rem solid #034f9d;
}
.navs__en {
  display: block;
  margin-bottom: 0.1rem;
  padding-bottom: 0.1rem;
  line-height: 1;
  color: #fff;
  font-size: 0.2rem;
  border-bottom: 1px dashed #fff;
  font-weight: normal;
}
.navs__menu--wrap {
  display: flex;
  align-items: flex-start;
  position: relative;
}
.nvas__menu-imgs {
  width: 2.2rem;
}
.nvas__menu-imgs figure {
  position: relative;
  display: block;
  padding-bottom: 1.15rem;
  height: 0;
  overflow: hidden;
  line-height: 1;
}
.nvas__menu-imgs figure img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.nvas__menu-imgs p {
  margin-top: 0.18rem;
  color: #fff;
  font-size: 14px;
}
.navs__menu--fix {
  margin-left: 0.15rem;
  width: 2.1rem;
}
.navs__menu--fix li {
  border-bottom: 1px dashed #fff;
}
.navs__menu--fix li a {
  display: inline-block;
  margin-left: 0.12rem;
  color: #fff;
  font-size: 14px;
  line-height: 0.3rem;
}
.navs__menu--fix li a:hover {
  color: #e0a32c;
}
.header__tel a {
  display: flex;
  align-items: center;
  padding: 0 0.2rem 0 0.14rem;
  height: 0.32rem;
  border: 1px solid #034f9d;
  border-radius: 0.08rem;
}
.header__tel a i {
  display: inline-block;
  margin-right: 0.09rem;
  color: #034f9d;
  font-style: normal;
  font-size: 0.18rem;
}
.header__tel a b {
  display: inline-block;
  color: #034f9d;
  font-size: 0.16rem;
  font-weight: normal;
}
.mtop {
  height: 1rem;
}
.banner-slide {
  overflow: hidden;
}
.banner-slide a {
  display: block;
}
.banner-slide figure {
  position: relative;
  display: block;
  padding-bottom: 40.625%;
  height: 0;
  overflow: hidden;
  line-height: 1;
}
.banner-slide figure img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
/*  transition: 1s linear 3s;
  transform: scale(1.15, 1.15);*/
  animation: scaleAnimation 19s infinite alternate;
}
.banner-slide.swiper-slide-activexx figure img {
  transition: 16s linear;
  transform: scale(1.15, 1.15);
}

.banner .swiper-pagination {
  bottom: 0.3rem;
}
.banner .swiper-pagination .swiper-pagination-bullet {
  margin: 0 0.06rem;
  position: relative;
  z-index: 3;
  width: 0.1rem;
  height: 0.1rem;
  border: 0.02rem solid #fff;
  opacity: 1;
  background: none;
  transition: 0.4s;
}
.banner .swiper-pagination .swiper-pagination-bullet:before {
  position: absolute;
  left: 0;
  top: 0;
  content: "";
  width: 100%;
  height: 100%;
  background: #fff;
  border-radius: 50%;
  opacity: 0;
  visibility: hidden;
  transform: rotateY(180deg);
  transition: 0.5s;
}
.banner .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #fff;
  transition-delay: 0.3s;
}
.banner .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active:before {
  opacity: 1;
  visibility: visible;
  transform: rotateY(0);
}
.advantages {
  padding: 0.9rem 0 1.26rem;
  background: #F3F3F3;
}
.home__title {
  position: relative;
  z-index: 2;
  padding-top: 0.28rem;
  text-align: center;
}
.home__title small {
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
  line-height: 0.82;
  color: #E4E4E4;
  font-size: 0.65rem;
  text-transform: uppercase;
  width: 100%;
  font-family: "Alibaba-PuHuiTi-Heavy";
  overflow: hidden;
}
.home__title strong {
  display: block;
  line-height: 1;
  color: #333333;
  font-size: 0.4rem;
  /*font-family: "RuiZiGongFang";*/
}
.advantages__list {
  margin-top: 1rem;
  display: flex;
  justify-content: space-between;
}
.advantages__list li {
  flex: 1;
  text-align: center;
  position: relative;
}
.advantages__list li:hover b {
  color: #A09244;
}
.advantages__list li b {
  display: flex;
  margin: auto;
  justify-content: center;
  align-items: center;
  width: 1.16rem;
  height: 1.16rem;
  border-radius: 50%;
  background: #fff;
  color: #555555;
  font-size: 0.5rem;
  font-weight: normal;
  transition: 0.4s;
}
.advantages__list li strong {
  display: block;
  margin-top: 0.26rem;
  margin-bottom: 0.2rem;
  line-height: 0.8;
  color: #A09244;
  font-size: 0.68rem;
  font-family: "bahnschrift";
}
.advantages__list li p {
  line-height: 1.3;
  font-size: 14px;
}
.one__stop {
  padding: 0.35rem 0 0.42rem;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.one__stop--wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.one__stop--left strong {
  display: block;
  margin-bottom: 0.2rem;
  line-height: 1;
  color: #fff;
  font-size: 0.22rem;
}
.one__stop--sub {
  display: flex;
  align-items: center;
}
.one__stop--sub .text {
  box-sizing: border-box;
  padding-left: 0.3rem;
  width: 22.4vw;
  height: 0.5rem;
  line-height: 0.5rem;
  background: #fff;
  border: none;
  outline: none;
  color: #333;
  font-size: 0.18rem;
}
.one__stop--sub .val {
  border: none;
  outline: none;
  width: 1.92rem;
  height: 0.5rem;
  line-height: 0.5rem;
  background: #034f9d;
  color: #fff;
  font-size: 0.2rem;
  font-weight: bold;
  cursor: pointer;
  transition: 0.4s;
}
.one__stop--sub .val:hover {
  background: #A09244;
}
.one__line {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  margin-bottom: 0.3rem;
}
.one__line i {
  display: inline-block;
  margin-right: 0.2rem;
  color: #fff;
  font-size: 0.3rem;
  font-style: normal;
  line-height: 1;
}
.one__line p {
  color: #FFFFFF;
  font-size: 0.18rem;
}
.one__tels {
  position: relative;
  padding-left: 2.15rem;
  color: #fff;
  font-size: 0.3rem;
  line-height: 1;
}
.one__tels:before {
  position: absolute;
  left: 0;
  top: 50%;
  content: "";
  width: 1.92rem;
  height: 1px;
  background: #fff;
}
.cases {
  padding: 0.88rem 0.8rem 0.82rem;
}
.case__tips {
  margin: 0.48rem 0 0.64rem;
  text-align: center;
  color: #333333;
  font-size: 16px;
}
.cases__list {
  margin-top: 0.6rem;
  padding-bottom: 0.46rem;
  display: flex;
  flex-wrap: wrap;
}
.cases__list li {
  position: relative;
  margin-right: 0.8%;
  margin-bottom: 0.16rem;
  width: 24.4%;
}
.cases__list li:nth-child(4n+4) {
  margin-right: 0;
}
.cases__list li figure {
  position: relative;
  display: block;
  padding-bottom: 64.65%;
  height: 0;
  overflow: hidden;
  line-height: 1;
}
.cases__list li figure img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cases__list li figure img {
  transition: 0.65s;
}
.cases__list li:hover figure img {
  transform: scale(1.06);
}
.cases__list li:hover .cases__info {
  opacity: 1;
  visibility: visible;
}
.cases__list li:hover .cases__info:before {
  transform: scaleY(1);
}
.cases__list li:hover .cases__info:after {
  transform: scaleX(1);
}
.cases__list li:hover .cases__info .cases__info--wr {
  opacity: 1;
  margin-top: 0;
}
.cases__list li:hover .cases__info .cases__info--wr:before {
  transform: scaleY(1);
}
.cases__list li:hover .cases__info .cases__info--wr:after {
  transform: scaleX(1);
}
.cases__info {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 3;
  display: flex;
  align-items: center;
  justify-content: center;
  /*background: rgba(141, 186, 209, 0.86);*/
  background: rgb(3,79,157, 0.86);
  opacity: 0;
  visibility: hidden;
  transition: 0.5s;
}
.cases__info:before {
  position: absolute;
  left: 0.18rem;
  top: 0.18rem;
  bottom: 0.18rem;
  content: "";
  width: 2px;
  background: #f0f9ff;
  opacity: 0.7;
  transform-origin: center bottom;
  transform: scaleY(0);
  transition: 0.5s;
}
.cases__info:after {
  position: absolute;
  left: 0.18rem;
  top: 0.18rem;
  right: 0.18rem;
  content: "";
  height: 2px;
  background: #f0f9ff;
  opacity: 0.7;
  transform-origin: left center;
  transform: scaleX(0);
  transition: 0.5s;
}
.cases__info--wr {
  padding: 0 0.2rem;
  text-align: center;
  margin-top: 40px;
  opacity: 0;
  transition: 0.4s;
}
.cases__info--wr:before {
  position: absolute;
  right: 0.18rem;
  top: 0.18rem;
  bottom: 0.18rem;
  content: "";
  width: 2px;
  background: #f0f9ff;
  opacity: 0.7;
  transform-origin: center top;
  transform: scaleY(0);
  transition: 0.5s;
}
.cases__info--wr:after {
  position: absolute;
  left: 0.18rem;
  bottom: 0.18rem;
  right: 0.18rem;
  content: "";
  height: 2px;
  background: #f0f9ff;
  opacity: 0.7;
  transform-origin: right center;
  transform: scaleX(0);
  transition: 0.5s;
}
.cases__info--wr strong {
  display: block;
  margin-bottom: 0.4rem;
  line-height: 1.2;
  color: #fff;
  font-size: 0.2rem;
}
.cases__info--wr i {
  display: inline-block;
  color: #fff;
  font-size: 0.26rem;
  font-style: normal;
  line-height: 1;
}
.cases__more {
  text-align: center;
}
.cases__more a {
  display: inline-block;
  width: 1.6rem;
  height: 0.4rem;
  line-height: 0.4rem;
  border-radius: 0.2rem;
  text-align: center;
  color: #fff;
  font-size: 16px;
  background: #d2c473;
  transition: 0.35s;
}
.cases__more a:hover {
  background: #034f9d;
}
.industry {
  padding: 0.88rem 0;
  background: #f3f3f3;
}
.industry__tab {
  display: flex;
  align-items: flex-start;
  margin-top: -0.4rem;
}
.industry__cases {
  width: 2.3rem;
}
.industry__top {
  padding: 0.3rem 0 0.24rem;
  text-align: center;
  background: #034f9d;
}
.industry__top small {
  display: block;
  margin-bottom: 0.08rem;
  line-height: 1;
  color: #fff;
  font-size: 0.2rem;
  font-family: "Alibaba-PuHuiTi-Heavy";
  text-transform: uppercase;
}
.industry__top strong {
  display: block;
  line-height: 1;
  color: #fff;
  font-size: 16px;
  font-weight: normal;
}
.industry__fix {
  margin-top: 0.1rem;
  background: #fff;
}
.industry__list li {
  position: relative;
  z-index: 3;
  border-bottom: 1px solid #f3f3f3;
  height: 0.54rem;
  line-height: 0.54rem;
  color: #333333;
  font-size: 16px;
  cursor: pointer;
  text-align: center;
  transition: 0.4s;
}
.industry__list li:before {
  content: "";
  width: 100%;
  height: 0;
  background: #D2C473;
  position: absolute;
  left: 0;
  bottom: 0;
  transition: 0.4s;
  z-index: -1;
}
.industry__list li:hover,
.industry__list li.active {
  color: #D2C473;
}
.industry__list li:hover:before,
.industry__list li.active:before {
  height: 100%;
  bottom: auto;
  top: 0;
}
.industry__list li:hover,
.industry__list li.active {
  color: #fff;
}
.industry__more {
  padding: 0.26rem 0 0.34rem;
  text-align: center;
}
.industry__more a {
  display: inline-block;
  width: 1.62rem;
  height: 0.4rem;
  line-height: 0.4rem;
  border: 1px solid #DCDCDC;
  color: #666666;
  font-size: 16px;
}
.industry__more a:hover {
  background: #D2C473;
  border-color: #D2C473;
  color: #fff;
}
.industry__swiper {
  margin-left: 0.2rem;
  width: 0;
  flex: 1;
  background: #fff;
}
.industry-slide {
  box-sizing: border-box;
  padding: 0.3rem 0.28rem 0;
}
.industry__li {
  display: flex;
  flex-wrap: wrap;
}
.industry__li li {
  margin-right: 2.6%;
  margin-bottom: 0.44rem;
  width: 31.6%;
}
.industry__li li:nth-child(3n+3) {
  margin-right: 0;
}
.industry__li li:hover figure img {
  transform: scale(1.08);
}
.industry__li li:hover strong {
  color: #A09244;
}
.industry__li li figure {
  position: relative;
  display: block;
  padding-bottom: 56.06%;
  height: 0;
  overflow: hidden;
  line-height: 1;
}
.industry__li li figure img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.industry__li li figure img {
  transition: 0.6s;
}
.industry__li li strong {
  display: block;
  margin-top: 0.18rem;
  line-height: 1.2;
  color: #333333;
  font-size: 16px;
  font-weight: normal;
  text-align: center;
  transition: 0.4s;
}
.plan {
  padding: 0.86rem 0 0.52rem;
}
.plan__wrap {
  display: flex;
  justify-content: space-between;
  padding-bottom: 0.5rem;
}
.plan__item figure {
  position: relative;
  display: block;
  padding-bottom: 75.722%;
  height: 0;
  overflow: hidden;
  line-height: 1;
}

.plan__item figure p {position: absolute;
    bottom: 0;
    width: 100%;color: #fff;
    text-align: center;
    line-height: 40px;
    height: 40px; font-size: 16px;
    overflow: hidden;
    background: rgba(51, 103, 172, 0.7);}
.plan__item figure img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.plan__item figure:hover img {
  transform: scale(1.06);
}
.plan__item figure img {
  transition: 0.88s;
}
.plan__left {
  width: 49.85%;
}
.plan__left figure {
  position: relative;
  display: block;
  padding-bottom: 75.787%;
  height: 0;
  overflow: hidden;
  line-height: 1;
}
.plan__left figure img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.plan__list {
  width: 0;
  display: flex;
  flex-wrap: wrap;
  flex: 1;
}
.plan__list .plan__item {
  margin-left: 0.6%;
  margin-bottom: 0.05rem;
  width: 49.4%;
}
.supervise {
  padding: 0.39rem 0 0.35rem;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.supervise__wrap {
  display: flex;
}
.supervise__item {
  position: relative;
  flex: 1;
  text-align: center;
}
.supervise__item:last-child:before {
  display: none;
}
.supervise__item:before {
  position: absolute;
  right: 0;
  top: 0.11rem;
  content: "";
  width: 2px;
  height: 0.58rem;
  background: #D2C473;
}
.supervise__item:hover b {
  transform: translateY(-5px);
}
.supervise__item b {
  display: block;
  position: relative;
  margin: auto;
  text-align: center;
  width: 0.78rem;
  height: 0.78rem;
  transition: 0.4s;
}
.supervise__item b img {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  max-width: 100%;
  max-height: 100%;
}
.supervise__item p {
  margin-top: 0.22rem;
  color: #FFFFFF;
  font-size: 0.16rem;
}
.hall {
  padding: 0.38rem 0 0.32rem;
  background: #F3F3F3;
}
.hall__btn {
  display: flex;
  justify-content: center;
  margin-bottom: 0.4rem;
}
.hall__btn span {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  margin-left: -1px;
  width: 1.98rem;
  height: 0.58rem;
  border: 1px solid #959595;
  text-align: center;
  color: #333333;
  font-size: 0.16rem;
  cursor: pointer;
  transition: 0.4s;
}
.hall__btn span:hover,
.hall__btn span.active {
  background: #034f9d;
  color: #fff;
  border-color: #034f9d;
}
.hall__item {
  display: none;
}
.hall__item:first-child {
  display: block;
}
.into {
  padding: 1rem 0;
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.into__wrap {
  position: relative;
  box-sizing: border-box;
  padding-left: 0.8rem;
}
.into__title {
  position: absolute;
  left: 0;
  top: 0;
}
.into__title small {
  display: block;
  margin-bottom: 0.3rem;
  line-height: 1.2;
  color: #fff;
  font-size: 0.35rem;
  font-weight: bold;
  text-transform: uppercase;
}
.into__title strong {
  display: block;
  position: relative;
  margin-top: 0.3rem;
  padding-left: 0.4rem;
  line-height: 1;
  color: #fff;
  font-size: 0.26rem;
}
.into__title strong:before {
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -0.02rem;
  content: "";
  width: 0.2rem;
  height: 0.05rem;
  background: #fff;
}
.into__row1 {
  padding-left: 50%;
}
.into__item a {
  display: flex;
  align-items: center;
  position: relative;
}
.into__item a:hover:before {
  opacity: 1;
  visibility: visible;
}
.into__item a:hover .into__imgs figure img {
  transform: scale(1.08);
}
.into__item a:before {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 3;
  box-sizing: border-box;
  content: "";
  width: 100%;
  height: 100%;
  border: 0.04rem solid #d2c473;
  transition: 0.4s;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}
.into__imgs {
  width: 50%;
}
.into__imgs figure {
  position: relative;
  display: block;
  padding-bottom: 77.57%;
  height: 0;
  overflow: hidden;
  line-height: 1;
}
.into__imgs figure img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.into__imgs figure img {
  transition: 0.7s;
}
.into__info {
  display: flex;
  justify-content: center;
  width: 50%;
}
.into__text {
  width: 2.1rem;
  text-align: center;
}
.into__text strong {
  display: block;
  position: relative;
  padding-bottom: 0.2rem;
  margin-bottom: 0.1rem;
  line-height: 1;
  color: #fff;
  font-size: 0.18rem;
}
.into__text strong:before {
  position: absolute;
  left: 50%;
  margin-left: -0.05rem;
  bottom: 0;
  content: "";
  width: 0.1rem;
  height: 1px;
  background: #fff;
}
.into__text p {
  color: #FFFFFF;
  font-size: 14px;
}
.into__row2 {
  display: flex;
}
.company-culture {
  width: 50%;
}
.company-culture a {
  padding: 0 0.36rem 0 0.38rem;
  box-sizing: border-box;
  height: 100%;
  align-items: center;
  background: #fff;
}
.company-culture a .into__imgs {
  width: 41.979%;
}
.company-culture a .into__imgs figure {
  border-radius: 0 0 0.2rem 0;
  overflow: hidden;
}
.company-culture a .into__info {
  width: 0;
  flex: 1;
}
.company-culture a .into__info .into__text {
  width: auto;
  text-align: left;
}
.company-culture a .into__info .into__text strong {
  color: #333333;
  text-align: center;
}
.company-culture a .into__info .into__text strong:before {
  background: #333333;
}
.company-culture a .into__info .into__text p {
  color: #333333;
  line-height: 2.4;
}
.company-image {
  width: 50%;
}
.company-image a {
  flex-direction: row-reverse;
}
.into__row3 {
  display: flex;
}
.into__gc {
  width: 3.3rem;
}
.into__gc a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
}
.into__list {
  flex: 1;
  background: #fff;
}
.into__list a {
  display: flex;
  justify-content: space-between;
  padding: 0.35rem;
}
.into__list a figure {
  display: block;
  width: 30.85%;
  line-height: 1;
  overflow: hidden;
}
.into__list a figure:hover img {
  transform: scale(1.08);
}
.into__list a figure img {
  display: block;
  width: 100%;
  height: auto;
  transition: 0.6s;
}
.news__center {
  padding: 0.84rem 0 0.76rem;
}
.news__center--top {
  margin-top: 0.6rem;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}
.news__center--btn {
  display: flex;
  align-items: flex-end;
}
.news__center--btn a {
  display: inline-block;
  margin-right: 0.44rem;
  line-height: 1;
  color: #333333;
  font-size: 0.16rem;
}
.news__center--btn a:hover,
.news__center--btn a.active {
  color: #333333;
  font-size: 0.22rem;
  font-weight: bold;
}
.news__more a {
  display: inline-block;
  width: 1.2rem;
  height: 0.34rem;
  border-radius: 0.18rem;
  line-height: 0.34rem;
  color: #333333;
  border: 1px solid #D2D2D2;
  font-size: 14px;
  text-align: center;
}
.news__more a:hover {
  background: #034f9d;
  border-color: #034f9d;
  color: #fff;
}
.news__center--tab {
  display: flex;
  justify-content: space-between;
  margin-top: 0.65rem;
}
.news__center--info {
  position: relative;
  width: 47.14%;
}
.news__center--info:hover figure img {
  transform: scale(1.06);
}
.news__center--info:hover .news__center--text strong {
  color: #3367ac;
}
.news__center--info figure {
  position: relative;
  display: block;
  padding-bottom: 60.6%;
  height: 0;
  overflow: hidden;
  line-height: 1;
}
.news__center--info figure img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.news__center--info figure img {
  transition: 0.7s;
}
.news__center--info figure time {
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 3;
  padding: 0 0.2rem;
  height: 0.44rem;
  line-height: 0.44rem;
  background: #a09244;
  color: #fff;
  font-size: 0.2rem;
}
.news__center--text {
  padding: 0.26rem 0.2rem 0;
}
.news__center--text strong {
  display: block;
  margin-bottom: 0.15rem;
  line-height: 1.2;
  color: #333333;
  font-size: 0.22rem;
  font-weight: normal;
  transition: 0.34s;
}
.news__center--text p {
  color: #666666;
  font-size: 0.16rem;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.news__center--text span {
  display: inline-block;
  padding: 0 0.14rem;
  margin-top: 0.2rem;
  height: 0.31rem;
  line-height: 0.31rem;
  border: 1px solid #d2d2d2;
  border-radius: 0.17rem;
  color: #333333;
  font-size: 14px;
}
.news__center--list {
  width: 47.5%;
}
.news__center-item a {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0.2rem 0 0.3rem;
  border-bottom: 1px solid #e5e5e5;
}
.news__center-item a:hover .news__center--in strong {
  color: #3367ac;
}
.news__center-item:first-child a {
  padding-top: 0;
}
.news__center-item:last-child a {
  border-bottom: none;
  padding-bottom: 0;
}
.news__time {
  padding: 0.23rem 0;
  width: 0.94rem;
  border: 1px solid #999999;
  text-align: center;
}
.news__time b {
  display: block;
  margin-bottom: 0.17rem;
  line-height: 1;
  color: #222222;
  font-size: 0.22rem;
}
.news__time time {
  display: block;
  line-height: 1;
  color: #999999;
  font-size: 0.16rem;
}
.news__center--in {
  margin-left: 0.26rem;
  width: 0;
  flex: 1;
}
.news__center--in strong {
  display: block;
  margin-bottom: 0.16rem;
  line-height: 1.2;
  color: #333333;
  font-size: 0.22rem;
  font-weight: normal;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  transition: 0.35s;
}
.news__center--in p {
  color: #999999;
  font-size: 0.16rem;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.obtain {
  padding: 0.56rem 0;
  background-attachment: local;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.obtain__wrap {
  text-align: center;
}
.obtain__wrap h3 {
  display: block;
  margin-bottom: 0.42rem;
  line-height: 1.1;
  color: #fff;
  font-size: 0.39rem;
  font-weight: normal;
}
.obtain__action {
  display: flex;
  align-items: center;
  justify-content: center;
}
.obtain__action .text {
  box-sizing: content-box;
  padding: 0;
  border: none;
  outline: none;
  padding-left: 0.18rem;
  width: 6.2rem;
  height: 0.58rem;
  line-height: 0.58rem;
  background: #fff;
  color: #999999;
  font-size: 0.18rem;
  border-radius: 0.03rem;
}
.obtain__action .text::-webkit-input-placeholder {
  color: #999;
}
.obtain__action .val {
  margin-left: 0.18rem;
  width: 1.52rem;
  height: 0.58rem;
  line-height: 0.58rem;
  border: none;
  border-radius: 0.03rem;
  background: #a09244;
  color: #fff;
  cursor: pointer;
  font-size: 0.2rem;
  transition: 0.4s;
  padding: 0 5px;
}
.obtain__action .val:hover {
  background: #034f9d;
}
.obtain__info {
  margin-top: 0.28rem;
  color: #fff;
  font-size: 0.2rem;
}
.obtain__info b {
  display: inline-block;
}
.partners {
  padding: 0.88rem 0 0.8rem;
  background: #f7f7f7;
}
.home__title--en small {
  color: #f1f1f1;
}
.partners__list {
  margin-top: 0.54rem;
  display: flex;
  flex-wrap: wrap;
}
.partners__list li {
  margin-right: 2.875%;
  margin-bottom: 0.3rem;
  background: #fff;
  width: 17.7%;
  overflow: hidden;
  transition: 0.3s;
}
.partners__list li:nth-child(5n+5) {
  margin-right: 0;
}
.partners__list li:hover {
  box-shadow: 0 0 25px rgba(0, 0, 0, 0.16);
}
.partners__list li:hover figure img {
  transform: scale(1.06);
}
.partners__list li figure {
  position: relative;
  height: 0.82rem;
}
.partners__list li figure img {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  max-width: 100%;
  max-height: 100%;
  transition: 0.4s;
}
.citys {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
.city__wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: auto;
  width: 1110px;
  height: 1.42rem;
  max-width: 90%;
}
.city__left {
  display: flex;
  align-items: center;
  height: 100%;
}
.city__left figure {
  display: block;
  line-height: 1;
  height: 1.42rem;
}
.city__left figure img {
  display: inline-block;
  width: auto;
  height: 1.32rem;
}
.city__info {
  margin-left: 0.4rem;
}
.city__info strong {
  display: block;
  margin-bottom: 0.12rem;
  line-height: 1;
  color: #ffffff;
  font-size: 0.28rem;
}
.city__info p {
  line-height: 1.2;
  color: #ffffff;
  font-size: 0.2rem;
}
.city__more a {
  display: block;
  position: relative;
  z-index: 3;
  width: 1.2rem;
  height: 0.53rem;
  line-height: 0.53rem;
  color: #fff;
  font-size: 0.16rem;
  border-radius: 0.27rem;
  background: rgba(255, 255, 255, 0.13);
  text-align: center;
}
.city__more a:hover {
  background: rgba(255, 255, 255, 0.33);
}
.city__more a:before {
  position: absolute;
  left: 0.06rem;
  top: 0.06rem;
  right: 0.06rem;
  bottom: 0.06rem;
  content: "";
  border-radius: 0.21rem;
  background: #e0a32c;
  z-index: -1;
}
.footer {
  overflow: hidden;
}
.footer__top {
  padding: 0.38rem 0 0.13rem;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.footer__wrap {
  margin: auto;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  width: 1100px;
  max-width: 90%;
}
.footer__logo {
  margin-bottom: 0.36rem;
}
.footer__logo img {
  display: inline-block;
  width: auto;
  max-height: 0.52rem;
}
.address__list p {
  display: flex;
  align-items: center;
  margin-bottom: 0.08rem;
  color: #fff;
  font-size: 14px;
  font-style: normal;
}
.address__list p i {
  display: inline-block;
  width: 0.34rem;
  color: #fff;
  font-size: 0.18rem;
  font-style: normal;
  line-height: 1.2;
}
.footer__right {
  width: 4.6rem;
}
.footer__navs {
  display: flex;
  flex-wrap: wrap;
  margin-right: -1.2rem;
}
.footer__navs li {
  margin-bottom: 0.16rem;
  width: 33.333%;
}
.footer__navs li a {
  display: inline-block;
  color: #fff;
  font-size: 15px;
}
.footer__navs li a:hover {
  color: #e0a32c;
}
.footer__copy {
  padding-top: 0.58rem;
  margin-right: -1.2rem;
}
.footer__copy p,
.footer__copy a {
  color: #fff;
  font-size: 14px;
  line-height: 2;
}
.footer__copy a:hover {
  color: #e0a32c;
}
.footer__link {
  padding: 0.12rem 5%;
  display: flex;
  justify-content: center;
  background: #002236;
}
.footer__link span,
.footer__link a {
  color: #fff;
  font-size: 14px;
}
.footer__link span {
  margin-right: 0.14rem;
}
.footer__link a {
  display: inline-block;
  margin-right: 0.08rem;
}
.footer__link a:last-child {
  margin-right: 0;
}
.menu-flex {
  position: fixed;
  top: 50%;
  transform: translateY(-50%);
  left: 0.3rem;
  padding: 0 0.1rem 0.16rem;
  z-index: 20;
  background: #fff;
  box-sizing: border-box;
  width: 1.72rem;
  border: 1px solid #e4e4e4;
  text-align: center;
}
.menu-flex.menu-fix__right {
  left: auto;
  right: 0.3rem;
}
.menu-eq {
  padding-top: 0.26rem;
  padding-bottom: 0.1rem;
}
.menu-eq img {
  display: block;
  margin: auto;
  width: 1.08rem;
  height: auto;
}
.menu-eq p {
  margin-top: 0.12rem;
  line-height: 1;
  color: #333333;
  font-size: 0.16rem;
}
.menu__line {
  padding: 0.14rem 0 0.2rem;
  border-top: 1px solid #e4e4e4;
  border-bottom: 1px solid #e4e4e4;
  text-align: center;
}
.menu__line p {
  margin-bottom: 0.13rem;
  line-height: 1;
  color: #333333;
  font-size: 0.16rem;
}
.menu__line b {
  display: block;
  line-height: 1;
  color: #034f9d;
  font-size: 0.18rem;
}
.menu__scrollTop {
  margin-top: 0.2rem;
  text-align: center;
  cursor: pointer;
}
.menu__scrollTop b {
  display: block;
  margin: auto;
  width: 0.46rem;
  height: 0.46rem;
  line-height: 0.46rem;
  text-align: center;
  border-radius: 50%;
  color: #fff;
  font-size: 18px;
  background: #034f9d;
  font-weight: normal;
}
.menu__scrollTop span {
  display: block;
  margin-top: 0.12rem;
  line-height: 1;
  color: #333333;
  font-size: 14px;
}
.advice {
  position: fixed;
  left: 0;
  bottom: 0.4rem;
  z-index: 29;
}
.advice.advice__right {
  left: auto;
  right: 0;
}
.advice img {
  display: inline-block;
  width: auto;
  height: 0.95rem;
}


@keyframes scaleAnimation {
    0% {
        transform: scale(1);
    }
    100% {
        transform: scale(1.15);
    }
}

.pbanner {
  position: relative;
  overflow: hidden;
}
.pbanner figure {
  position: relative;
  display: block;
  /*padding-bottom: 24.47%;*/
  padding-bottom:31.145%;
  height: 0;
  overflow: hidden;
  line-height: 1;
}
.pbanner figure img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
/*  transition: 19s linear 3s;
  transform: scale(1.15, 1.15);*/
  animation: scaleAnimation 19s infinite alternate;
}
.ptext {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 100%;
  text-align: center;
  display: none;
}
.ptext strong {
  display: block;
  margin-bottom: 0.28rem;
  color: #fff;
  font-size: 0.38rem;
  line-height: 1;
}
.ptext small {
  display: block;
  line-height: 1;
  color: #fff;
  font-size: 0.38rem;
  font-weight: bold;
  overflow: hidden;
  text-transform: uppercase;
}
.menu__leval {
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 4;
  width: 100%;
  background: rgba(45, 48, 53, 0.7);
}
.menu__leval--list {
  display: flex;
  justify-content: center;
}
.menu__leval--list li {
  position: relative;
  flex: 1;
}
.menu__leval--list li:last-child:before {
  display: none;
}
.menu__leval--list li:before {
  position: absolute;
  right: 0;
  top: 50%;
  margin-top: -0.14rem;
  content: "";
  width: 1px;
  height: 0.28rem;
  background: #fff;
}
.menu__leval--list li a {
  display: block;
  height: 0.62rem;
  line-height: 0.62rem;
  font-size: 0.18rem;
  text-align: center;
  color: #fff;
}
.about-us {
  padding: 1.06rem 0 1.14rem;
  background-position: center bottom;
  background-repeat: no-repeat;
  background-size: cover;
}
.about-us__top {
  margin-bottom: 0.84rem;
  display: flex;
  justify-content: space-between;
}
.about-us__title {
  width: 25.31vw;
}
.about-us__title small {
  display: block;
  margin-bottom: 0.36rem;
  line-height: 1;
  color: #3367ac;
  font-size: 0.76rem;
  font-family: "Source Sans Variable";
  font-weight: bold;
}
.about-us__title strong {
  display: block;
  line-height: 1;
  color: #333333;
  font-size: 0.36rem;
  font-weight: normal;
  font-family: "RuiZiGongFang";
}
.about-us__info {
  padding-top: 5.21vw;
  flex: 1;
  width: 0;
  color: #333333;
  font-size: 0.18rem;
  line-height: 0.48rem;
}
.about-us__bottom {
  display: flex;
  align-items: center;
  margin-top: 0.7rem;
}
.about-us__list {
  display: flex;
  flex: 1;
}
.about-us__list li {
  margin-right: 2px;
  flex: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 2.8rem;
  background: rgba(0, 0, 0, 0.59);
}
.about-us__wr {
  text-align: center;
}
.about-us__wr img {
  display: inline-block;
  width: auto;
  height: 1rem;
}
.about-us__wr p {
  margin-top: 0.26rem;
  color: #fff;
  font-size: 0.18rem;
}
.about__text {
  padding: 0.42rem 0.3rem 0.46rem;
  text-align: center;
  box-sizing: border-box;
  width: 4.4rem;
  background: #fff;
}
.about__text strong {
  display: block;
  position: relative;
  padding-bottom: 0.13rem;
  margin-bottom: 0.12rem;
  line-height: 1;
  color: #333333;
  font-size: 0.22rem;
  font-weight: normal;
}
.about__text strong:before {
  position: absolute;
  left: 50%;
  margin-left: -0.2rem;
  bottom: 0;
  content: "";
  width: 0.4rem;
  height: 2px;
  background: #3367ac;
}
.about__text p {
  color: #333333;
  font-size: 0.16rem;
  line-height: 2.2;
}
.history {
  padding: 0.72rem 0;
}
.about__titles {
  text-align: center;
}
.about__titles strong {
  display: block;
  line-height: 1;
  color: #222222;
  font-size: 0.32rem;
  font-family: "RuiZiGongFang";
}
.about__titles p {
  margin-top: 0.3rem;
  color: #333333;
  font-size: 0.16rem;
  line-height: 2;
}
.history__wrap {
  margin-top: 0.94rem;
  position: relative;
}
.history__map {
  text-align: center;
}
.history__map img {
  display: inline-block;
  width: 79.35%;
  height: auto;
}
.history__wr {
  position: absolute;
  left: 0;
  top: 0.74rem;
}
.history__line img {
  display: block;
  width: 100%;
  height: auto;
}
.history__item {
  position: absolute;
  text-align: center;
  padding-top: 0.56rem;
  width: 1.3rem;
}
.history__item:nth-child(2n+2) {
  display: flex;
  flex-direction: column-reverse;
  padding-top: 0;
  padding-bottom: 0.94rem;
}
.history__item:nth-child(2n+2) i {
  top: auto;
  bottom: 0;
}
.history__item:nth-child(2n+2) time {
  margin-bottom: 0;
  margin-top: 0.3rem;
}
.history__item i {
  display: block;
  position: absolute;
  left: 50%;
  margin-left: -0.12rem;
  top: 0;
  width: 0.24rem;
  height: 0.24rem;
  border-radius: 50%;
  background: #fff;
  box-shadow: 0 0 0.08rem rgba(3, 76, 250, 0.2);
}
.history__item time {
  display: block;
  margin-bottom: 0.25rem;
  color: #222222;
  font-size: 0.18rem;
  line-height: 1;
  font-weight: bold;
}
.history__item p {
  color: #666666;
  font-size: 0.18rem;
  line-height: 1.3;
}
.history__item1 {
  left: 0;
  top: 83.95%;
  width: 1.32rem;
}
.history__item2 {
  left: 14.28%;
  margin-left: -0.65rem;
  top: auto;
  bottom: 0.05rem;
  width: 1.3rem;
}
.history__item3 {
  left: 30.14%;
  margin-left: -0.86rem;
  top: 52.05%;
  width: 1.72rem;
}
.history__item4 {
  margin-left: -0.67rem;
  left: 43.14%;
  top: auto;
  bottom: 23.28%;
  width: 1.34rem;
}
.history__item5 {
  left: 54.15%;
  margin-left: -0.65rem;
  top: 44.3%;
}
.history__item6 {
  left: 63%;
  margin-left: -0.65rem;
  padding-bottom: 0.72rem;
  top: auto;
  bottom: 74.65%;
}
.history__item7 {
  left: 70.85%;
  margin-left: -0.65rem;
  top: 29.1%;
}
.history__item8 {
  left: 80.714%;
  margin-left: -0.65rem;
  top: auto;
  bottom: 48.63%;
}
.history__item9 {
  right: 3.85%;
  top: 24.28%;
}
.culture {
  padding: 0.74rem 0 1.24rem;
  background-position: center;
  background-size: cover;
}
.culture__info {
  margin-top: 0.62rem;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
.culture__imgs {
  margin-left: 9.71%;
  width: 30.71%;
}
.culture__imgs img {
  display: block;
  width: 100%;
  height: auto;
}
.culture__list {
  width: 50.42%;
}
.culture__item {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  padding: 0.25rem 0 0;
  height: 1.24rem;
  border-bottom: 1px solid #d9dff6;
  line-height: 1;
}
.culture__item:first-child {
  padding-top: 0;
}
.culture__item:last-child {
  padding-bottom: 0;
  border-bottom: none;
}
.culture__item:hover figure img {
  transform: scale(1.07);
}
.culture__item figure {
  width: 0.98rem;
  line-height: 1;
}
.culture__item figure img {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 50%;
  transition: 0.6s;
}
.culture__text {
  flex: 1;
  width: 0;
  margin-left: 0.25rem;
  padding-top: 0.2rem;
}
.culture__text strong {
  display: block;
  margin-bottom: 0.15rem;
  line-height: 1;
  color: #3367ac;
  font-size: 0.2rem;
}
.culture__text p {
  color: #333333;
  font-size: 0.2rem;
  line-height: 1.5;
}
.album {
  padding: 0.72rem 0;
}
.album__table {
  margin-top: 0.5rem;
  padding: 0 0.6rem;
  position: relative;
}
.album-slide:hover figure img {
  transform: scale(1.08);
}
.album-slide figure {
  position: relative;
  display: block;
  padding-bottom: 62.56%;
  height: 0;
  overflow: hidden;
  line-height: 1;
}
.album-slide figure img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.album-slide figure img {
  transition: 0.65s;
}
.album-slide p {
  margin-top: 0.18rem;
  color: #333333;
  font-size: 0.16rem;
  text-align: center;
}
.album__prev {
  position: absolute;
  top: 50%;
  margin-top: -0.39rem;
  z-index: 10;
  width: 0.4rem;
  height: 0.78rem;
  line-height: 0.78rem;
  text-align: center;
  cursor: pointer;
  color: #575b66;
  font-size: 14px;
  background: #f2f2f2;
  font-weight: bold;
  transition: 0.4s;
}
.album__prev:hover {
  background: #034f9d;
  color: #fff;
}
.album__prev.prev {
  left: 0;
}
.album__prev.next {
  right: 0;
}
.honor-box {
  position: relative;
}
.honor-box .about__titles {
  position: absolute;
  left: 0;
  top: 0.72rem;
  width: 100%;
}
.honor-imgs img {
  display: block;
  width: 100%;
  height: auto;
}
.factory {
  padding: 0.75rem 0 0.4rem;
}
.factory__imgs {
  margin-top: 0.5rem;
}
.factory__imgs img {
  display: block;
  width: 100%;
  height: auto;
}
.wise {
  padding: 0.64rem 0;
  background: #f8f8f8;
}
.wise__list {
  margin-top: 0.98rem;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
}
.wise__list li {
  margin-right: 1.4%;
  position: relative;
  width: 32.4%;
  background: #ffffff;
}
.wise__list li:nth-child(3n+3) {
  margin-right: 0;
}
.wise__list li:hover figure img {
  transform: scale(1.08);
}
.wise__list li figure {
  position: relative;
  display: block;
  padding-bottom: 1.64rem;
  height: 0;
  overflow: hidden;
  line-height: 1;
}
.wise__list li figure img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.wise__list li figure img {
  transition: 0.68s;
}
.wise__list li.active .wise__text {
  max-height: 500px;
}
.wise__top {
  position: relative;
}
.wise__title {
  position: absolute;
  left: 0.44rem;
  right: 0.44rem;
  top: 50%;
  padding: 0.15rem 0 0.1rem;
  transform: translateY(-50%);
  background: rgba(0, 0, 0, 0.45);
  text-align: center;
}
.wise__title strong {
  display: block;
  margin-bottom: 0.14rem;
  line-height: 1;
  color: #fff;
  font-size: 0.2rem;
}
.wise__title small {
  display: block;
  line-height: 1;
  color: #fff;
  font-size: 14px;
  text-transform: uppercase;
}
.wise__info {
  padding: 0.3rem 0.22rem 0.56rem;
}
.wise__info strong {
  display: block;
  margin-bottom: 0.14rem;
  line-height: 1;
  color: #333333;
  font-size: 16px;
}
.wise__info p {
  color: #333333;
  font-size: 14px;
}
.wise__text {
  max-height: 182px;
  transition: 1s;
  overflow: hidden;
}
.wise__btn {
  margin: auto;
  margin-top: 0.6rem;
  display: block;
  width: 1.7rem;
  height: 0.4rem;
  color: #fff;
  font-size: 0.16rem;
  background: #a09244;
  text-align: center;
  line-height: 0.4rem;
  cursor: pointer;
  transition: 0.4s;
}
.wise__btn:hover {
  background: #034f9d;
}
.service-content {
  padding: 0.72rem 0 0;
}
.service__title {
  display: block;
  margin-bottom: 0.5rem;
  line-height: 1;
  color: #222222;
  font-size: 0.32rem;
  font-weight: normal;
  font-family: "RuiZiGongFang";
  text-align: center;
}
.service__tt {
  display: block;
  position: relative;
  padding-bottom: 0.18rem;
  margin-bottom: 0.3rem;
  text-align: center;
  line-height: 1;
  color: #222222;
  font-size: 0.26rem;
}
.service__tt:before {
  position: absolute;
  left: 50%;
  margin-left: -0.17rem;
  bottom: 0;
  content: "";
  width: 0.34rem;
  height: 0.04rem;
  background: #3367ac;
}
.service__list {
  display: flex;
  flex-wrap: wrap;
}
.service__list li {
  margin-right: 3.44vw;
  flex: 1;
}
.service__list li:last-child {
  margin-right: 0;
}
.service__list li:hover figure img {
  transform: scale(1.08);
}
.service__list li figure {
  position: relative;
  display: block;
  padding-bottom: 74.666%;
  height: 0;
  overflow: hidden;
  line-height: 1;
  border-radius: 0.18rem;
}
.service__list li figure img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.service__list li figure img {
  border-radius: 0.18rem;
  transition: 0.65s;
}
.service__down {
  margin-top: 0.38rem;
  text-align: center;
}
.service__down strong {
  display: block;
  margin-bottom: 0.28rem;
  line-height: 1;
  color: #333333;
  font-size: 0.22rem;
}
.service__down p {
  color: #666666;
  font-size: 0.18rem;
}
.service__build {
  padding-top: 0.74rem;
}
.service__build--list {
  display: flex;
}
.service__build--list li {
  margin-right: 3px;
  position: relative;
  flex: 1;
}
.service__build--list li:last-child {
  margin-right: 0;
}
.service__build--list li:hover figure img {
  transform: scale(1.06);
}
.service__build--list li:hover .service__ico b {
  transform: rotateY(360deg);
}
.service__build--list li figure {
  position: relative;
  display: block;
  padding-bottom: 116.666%;
  height: 0;
  overflow: hidden;
  line-height: 1;
}
.service__build--list li figure img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.service__build--list li figure img {
  transition: 0.68s;
}
.service__ico {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 100%;
  text-align: center;
}
.service__ico b {
  display: block;
  margin: auto;
  position: relative;
  width: 0.56rem;
  height: 0.56rem;
  line-height: 1;
  transition: 0.8s;
}
.service__ico b img {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  max-width: 100%;
  max-height: 100%;
}
.service__ico strong {
  display: block;
  margin-top: 0.4rem;
  line-height: 1;
  color: #fff;
  font-size: 0.24rem;
  font-weight: normal;
}
.service__advantage {
  padding-top: 0.94rem;
}
.service__advantage--row {
  display: flex;
}
.advantages__imgs {
  width: 3.9rem;
  overflow: hidden;
}
.advantages__imgs img {
  display: block;
  width: 100%;
  height: auto;
  transition: 0.65s;
}
.advantages__imgs img:hover {
  transform: scale(1.08);
}
.advantages__info {
  flex: 1;
  width: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #034f9d;
  transition: 0.5s;
}
.advantages__info:hover {
  background: #A09244;
}
.advantages__text {
  padding: 0 0.2rem;
  text-align: center;
}
.advantages__text b {
  display: block;
  margin-bottom: 0.18rem;
  line-height: 1;
  color: #fff;
  font-size: 0.74rem;
  font-family: "bahnschrift";
  font-weight: normal;
}
.advantages__text strong {
  display: block;
  margin-bottom: 0.2rem;
  line-height: 1;
  color: #fff;
  font-size: 0.2rem;
}
.advantages__text p {
  color: #fff;
  font-size: 14px;
}
.service__line {
  display: flex;
  margin: 0.31rem 0;
  height: 1px;
  background: #E5E5E5;
}
.service__line--item {
  position: relative;
  flex: 1;
}
.service__line--item:before {
  position: absolute;
  left: 50%;
  margin-left: -0.08rem;
  top: -0.08rem;
  content: "";
  width: 0.16rem;
  height: 0.16rem;
  background: #034f9d;
}
.service__line--fi {
  width: 3.9rem;
  flex: none;
}
.service__cases {
  padding: 0.96rem 0 0.6rem;
}
.page__list {
  padding-top: 0.3rem;
  display: flex;
  justify-content: center;
  align-items: center;
}
.page__list li{ display: inline-block; }
.page__list a {
  display: inline-block;
  margin-right: 0.2rem;
  padding: 0 0.2rem;
  height: 0.46rem;
  line-height: 0.46rem;
  border: 1px solid #E6E6E6;
  border-radius: 0.05rem;
  font-size: 0.16rem;
}
.page__list li a:hover,
.page__list li.active a{
  background: #034f9d;
  color: #fff;
}
.page__list a:last-child {
  margin-right: 0;
}
.posite {
  display: flex;
  padding: 0.22rem 0;
}
.posite a,
.posite b,
.posite span {
  display: inline-block;
  color: #666666;
  font-size: 16px;
  font-weight: normal;
}
.posite a:hover {
  color: #034f9d;
}
.honor__wrap {
  padding-top: 0.18rem;
  padding-bottom: 0.58rem;
}
.honor__tt {
  display: block;
  line-height: 1;
  color: #333333;
  font-size: 0.3rem;
}
.honor__li {
  margin-top: 0.72rem;
  display: flex;
  flex-wrap: wrap;
}
.honor__li li {
  margin-right: 1.25%;
  margin-bottom: 0.36rem;
  width: 32.5%;
}
.honor__li li:nth-child(3n+3) {
  margin-right: 0;
}
.honor__li li:hover figure img {
  transform: scale(1.08);
}
.honor__li li figure {
  position: relative;
  height: 3rem;
  overflow: hidden;
}
.honor__li li figure img {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  max-width: 100%;
  max-height: 100%;
  transition: 0.65s;
}
.honor__li li p {
  margin-top: 0.25rem;
  text-align: center;
  color: #333333;
  font-size: 0.18rem;
}
.service__box {
  background: #F4F4F4;
  overflow: hidden;
}
.service__view--fix {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin-top: 0.29rem;
}
.service__view--info {
  box-sizing: border-box;
  padding: 0 0.3rem;
  width: 70%;
  background: #fff;
}
.service__view--top {
  margin-bottom: 0.56rem;
}
.service__view--title {
  padding: 0.42rem 0 0.5rem;
  text-align: center;
  line-height: 1;
  color: #333333;
  font-size: 0.34rem;
}
.service__view--wr {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
.service__view--tab {
  width: 55.99%;
}
.service__item {
  float: left;
  width: 100%;
}
.service__item figure {
  position: relative;
  display: block;
  padding-bottom: 66.53%;
  height: 0;
  overflow: hidden;
  line-height: 1;
}
.service__item figure img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.service__min {
  margin: 0 -10px;
  margin-top: 12px;
}
.service__item--min {
  float: left;
  width: 33.333%;
  cursor: pointer;
}
.service__item--min.slick-current figure:before {
  opacity: 1;
  visibility: visible;
}
.service__item--min figure {
  margin: 0 10px;
  position: relative;
  display: block;
  padding-bottom: 62.02%;
  height: 0;
  overflow: hidden;
  line-height: 1;
}
.service__item--min figure img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.service__item--min figure:before {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 2;
  content: "";
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  border: 3px solid #A09244;
  opacity: 0;
  visibility: hidden;
  transition: 0.35s;
}
.service__swiper--text {
  padding-right: 0.22rem;
  width: 35.94%;
}
.service__text--top {
  padding-top: 2.6vw;
  min-height: 16.98vw;
}
.service__text--top strong {
  display: block;
  margin-bottom: 0.3rem;
  line-height: 1;
  color: #333333;
  font-size: 0.2rem;
}
.service__text--top p {
  margin-bottom: 0.1rem;
  color: #333333;
  font-size: 0.18rem;
}
.service__view--btn a {
  display: block;
  height: 0.6rem;
  line-height: 0.6rem;
  color: #A09244;
  font-size: 0.18rem;
  text-align: center;
  border: 2px solid #A09244;
  border-radius: 0.12rem;
}
.service__view--btn a:hover {
  background: #A09244;
  color: #fff;
}
.cases__title {
  display: block;
  margin-bottom: 0.3rem;
  line-height: 1;
  color: #333333;
  font-size: 0.18rem;
  text-align: center;
}
.case__view--info {
  color: #333333;
  font-size: 0.18rem;
}

.case__view--info .pic{text-indent:0 !important; text-align:center;}

.case__view--info img {
  max-width: 100%;
  width: auto;
  height: auto;
}
.cases__problem {
  margin-top: 0.4rem;
  display: flex;
  justify-content: space-between;
}
.cases__problem--item {
  width: 48.36%;
}
.cases__problem--item:last-child a {
  background: #FFE4DB;
}
.cases__problem--item a {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0.3rem 1.98vw 0.3rem 1.98vw;
  border-radius: 8px;
  background: #EDF5FC;
}
.cases__problem--item a:hover b {
  transform: translateY(-5px);
}
.cases__problem--item a b {
  display: block;
  position: relative;
  width: 0.94rem;
  height: 0.94rem;
  border-radius: 50%;
  background: #fff;
  transition: 0.3s;
}
.cases__problem--item a b img {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  max-width: 100%;
  max-height: 100%;
  max-height: 0.5rem;
}
.problem__info {
  padding-right: 0.1rem;
  width: 0;
  flex: 1;
}
.problem__info strong {
  display: block;
  margin-bottom: 0.12rem;
  line-height: 1;
  color: #333333;
  font-size: 0.2rem;
  font-weight: normal;
}
.problem__info p {
  color: #666666;
  font-size: 0.16rem;
}
.cases__page {
  padding: 0.28rem 0 0.6rem;
}
.cases__page p {
  margin-bottom: 0.16rem;
}
.cases__page p:last-child {
  margin-bottom: 0;
}
.cases__page p a {
  display: inline-block;
  color: #222222;
  font-size: 0.16rem;
}
.cases__page p a:hover {
  color: #034f9d;
}
.new__cases {
  margin-left: 0.16rem;
  padding: 0 ;
  width: 0;
  flex: 1;
}
.new__cases .cases__title {
  margin-bottom: 0.18rem;
  text-align: left;
}
.new__cases--tops {
  padding: 0.19rem 0.2rem;
  background: #fff;
}
.new__cases--list {
  display: block;
}
.new__cases--list li {
  position: relative;
  width: 100%;
  margin-right: 0;
  margin-bottom: 0.08rem;
}
.new__cases--list li:last-child {
  margin-bottom: 0;
}
.new__cases--list li:hover strong {
  color: #fff;
}
.new__cases--list li strong {
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 3;
  height: 0.28rem;
  width: 100%;
  line-height: 0.28rem;
  color: #fff;
  font-size: 0.14rem;
  background: rgba(0, 0, 0, 0.5);
}
.related__case {
  margin-top: 0.2rem;
  padding: 0.2rem;
  background: #fff;
}
.related__case--list {
  padding-top: 0.1rem;
}
.related__case--list li {
  margin-bottom: 0.1rem;
}
.related__case--list li a {
  display: block;
  color: #333333;
  font-size: 14px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.related__case--list li a:hover {
  color: #034f9d;
}
.service__advantage--zl .advantages__imgs {
  width: 44.28%;
}
.advantages__info--color {
  background: #00A0E9;
}
.advantages__info--color:hover {
  background: #A09244;
}
.booth__process {
  padding: 0.78rem 0 0;
}
.booth__process--list {
  margin: auto;
  margin-top: 4.58vw;
  width: 1110px;
  max-width: 100%;
  display: flex;
  flex-wrap: wrap;
}
.booth__process--list li {
  margin-right: 6.266%;
  position: relative;
  margin-bottom: 2.81vw;
  padding: 0.58rem 0 0.29rem;
  box-shadow: 0px 0px 12px 1px rgba(156, 156, 156, 0.19);
  width: 20.3%;
  text-align: center;
}
.booth__process--list li:before {
  position: absolute;
  top: 50%;
  margin-top: -0.12rem;
  right: -1.77vw;
  margin-right: -0.06rem;
  content: "";
  border-top: 0.12rem solid transparent;
  border-bottom: 0.12rem solid transparent;
  border-left: 0.12rem solid #A09244;
}
.booth__process--list li:nth-child(4n+4) {
  margin-right: 0;
}
.booth__process--list li:nth-child(4n+4):before {
  display: none;
}
.booth__process--list li:hover span {
  background: #034f9d;
}
.booth__process--list li b {
  display: block;
  position: absolute;
  left: 0.17rem;
  top: 0.21rem;
  line-height: 1;
  color: #A09244;
  font-size: 0.28rem;
}
.booth__process--list li img {
  display: block;
  margin: auto;
  width: auto;
  height: 0.52rem;
}
.booth__process--list li span {
  display: inline-block;
  padding: 0 0.22rem;
  margin-top: 0.36rem;
  height: 0.38rem;
  line-height: 0.38rem;
  background: #A09244;
  border-radius: 0.08rem;
  transition: 0.3s;
  color: #fff;
  font-size: 0.16rem;
}
.service__booth--btn {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  margin-bottom: 0.65rem;
}
.service__booth--btn li {
  margin-right: 0.12rem;
}
.service__booth--btn li:last-child {
  margin-right: 0;
}
.service__booth--btn li:hover a,
.service__booth--btn li.active a {
  background: #A09244;
  color: #fff;
}
.service__booth--btn li a {
  display: block;
  padding: 0 0.22rem;
  border: 1px solid #A09244;
  color: #A09244;
  height: 0.4rem;
  line-height: 0.4rem;
  font-size: 0.18rem;
}
.guarantee {
  padding-top: 0.98rem;
}
.guarantee__list {
  display: flex;
  flex-wrap: wrap;
}
.guarantee__list li {
  margin-right: 4.125%;
  margin-top: 0.9rem;
  width: 16.7%;
}
.guarantee__list li:nth-child(5n+5) {
  margin-right: 0;
}
.guarantee__list li:nth-child(2n+2) .guarantee__top b {
  background: #AAAAAA;
}
.guarantee__list li:hover figure .bgs {
  transform: scale(1.08);
}
.guarantee__list li:hover .guarantee__top b {
  background: #A09244;
}
.guarantee__list li figure {
  display: block;
  line-height: 1;
  border-radius: 0.28rem;
  position: relative;
  overflow: hidden;
}
.guarantee__list li figure .bgs {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 0.28rem;
  transition: 0.5s;
}
.guarantee__list li p {
  margin-top: 0.2rem;
  line-height: 1;
  color: #333333;
  font-size: 0.16rem;
  font-weight: bold;
  text-align: center;
}
.guarantee__top {
  position: relative;
}
.guarantee__top b {
  display: block;
  position: absolute;
  text-align: center;
  left: 50%;
  margin-left: -0.45rem;
  top: -0.45rem;
  width: 0.9rem;
  height: 0.9rem;
  border: 2px solid #fff;
  border-radius: 50%;
  background: #034f9d;
  transition: 0.38s;
}
.guarantee__top b img {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  max-width: 100%;
  max-height: 100%;
}
.service__title--left {
  text-align: left;
}
.informate__wrap {
  padding: 0.2rem 0 0.6rem;
}
.informate__list li {
  margin-bottom: 0.3rem;
}
.informate__list li a {
  display: flex;
  justify-content: space-between;
  padding: 0.2rem;
  border: 1px solid #E5E5E5;
}
.informate__list li a:hover .informate__imgs figure img {
  transform: scale(1.08);
}
.informate__list li a:hover .informate__info strong {
  color: #034f9d;
}
.informate__list li a:hover .informate__info span {
  background: #034f9d;
  color: #fff;
}
.informate__imgs {
  width: 2.88rem;
  line-height: 1;
}
.informate__imgs figure {
  position: relative;
  display: block;
  padding-bottom: 1.8rem;
  height: 0;
  overflow: hidden;
  line-height: 1;
}
.informate__imgs figure img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.informate__imgs figure img {
  transition: 0.65s;
}
.informate__info {
  margin-left: 0.38rem;
  position: relative;
  width: 0;
  flex: 1;
}
.informate__info strong {
  display: block;
  margin-bottom: 0.18rem;
  padding-right: 0.78rem;
  line-height: 1.2;
  color: #333333;
  font-size: 0.18rem;
  font-weight: normal;
  transition: 0.3s;
}
.informate__info time {
  position: absolute;
  right: 0;
  top: 0.04rem;
  color: #888888;
  font-size: 14px;
  line-height: 1;
}
.informate__info p {
  color: #777777;
  font-size: 0.16rem;
  line-height: 1.8;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.informate__info span {
  display: inline-block;
  margin-top: 0.3rem;
  width: 1.12rem;
  height: 0.48rem;
  line-height: 0.48rem;
  background: #F4F4F4;
  color: #666666;
  font-size: 0.16rem;
  transition: 0.4s;
  text-align: center;
}
.informate__tops {
  padding: 0.4rem 0;
  text-align: center;
}
.informate__tops h3 {
  display: block;
  margin-bottom: 0.24rem;
  line-height: 1.2;
  color: #333333;
  font-size: 0.34rem;
}
.informate__tops p {
  color: #999999;
  font-size: 0.16rem;
}
.new-laste li {
  border-bottom: 1px solid #EEEEEE;
}
.new-laste li:nth-child(2n+2) a i {
  background: #FFAE00;
}
.new-laste li:nth-child(3n+3) a i {
  background: #31B9FF;
}
.new-laste li:last-child {
  border-bottom: none;
}
.new-laste li:last-child a {
  padding-bottom: 0;
}
.new-laste li a {
  display: block;
  position: relative;
  padding: 0.19rem 0 0.15rem 0.35rem;
}
.new-laste li a:hover strong {
  color: #034f9d;
}
.new-laste li a i {
  display: block;
  position: absolute;
  left: 0;
  top: 0.19rem;
  width: 0.26rem;
  height: 0.26rem;
  line-height: 0.26rem;
  border-radius: 50%;
  background: #FF3158;
  color: #fff;
  font-size: 0.18rem;
  text-align: center;
  font-style: normal;
}
.new-laste li a strong {
  display: block;
  margin-bottom: 0.14rem;
  line-height: 0.26rem;
  color: #333333;
  font-size: 0.18rem;
  font-weight: normal;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  transition: 0.3s;
}
.new-laste li a p {
  color: #666666;
  font-size: 14px;
  line-height: 1.5;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.related__wz li a {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.related__wz li a p {
  margin-right: 0.1rem;
  width: 0;
  flex: 1;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.related__wz li a time {
  display: inline-block;
  color: #999999;
  font-size: 14px;
}
.headquarters {
  padding: 0.65rem 0 6.41vw;
  background: #F7F7F7;
}
.headquarters__list {
  margin-top: 0.56rem;
  display: flex;
}
.headquarters__item {
  flex: 1;
  margin-right: 0.1rem;
  padding: 0.4rem 0 0.37rem;
  background: #fff;
  text-align: center;
}
.headquarters__item:last-child {
  margin-right: 0;
}
.headquarters__top {
  margin-bottom: 0.3rem;
}
.headquarters__top strong {
  display: block;
  margin-bottom: 0.15rem;
  line-height: 1;
  color: #333333;
  font-size: 0.2rem;
  font-weight: normal;
  font-family: "SimSun";
}
.headquarters__top small {
  display: block;
  line-height: 1;
  color: #666666;
  font-size: 14px;
  text-transform: uppercase;
}
.headquarters__tel b {
  display: block;
  color: #A09244;
  font-size: 0.26rem;
  font-family: "bahnschrift";
  line-height: 1.2;
}
.headquarters__tel p {
  margin-top: 0.26rem;
  color: #333333;
  font-size: 14px;
}
.headquarters__address {
  position: relative;
  height: 1.1rem;
  color: #A09244;
  font-size: 0.2rem;
  line-height: 2;
  font-weight: bold;
}
.headquarters__address:before {
  position: absolute;
  left: 50%;
  margin-left: -0.11rem;
  bottom: 0;
  content: "";
  width: 0.22rem;
  height: 3px;
  background: #A09244;
}
.headquarters__email {
  font-size: 0.26rem;
}
.headquarters__eq img {
  display: block;
  margin: auto;
  width: 1.12rem;
  height: auto;
}
.branch-works {
  padding: 0.85rem 0 0;
}
.branch__list {
  display: flex;
  flex-wrap: wrap;
  margin-top: 0.64rem;
}
.branch__list li {
  margin-right: 1.7%;
  width: 32.2%;
}
.branch__list li:nth-child(3n+3) {
  margin-right: 0;
}
.branch__list li:hover .branch__imgs figure img {
  transform: scale(1.08);
}
.branch__imgs {
  position: relative;
}
.branch__imgs figure {
  position: relative;
  display: block;
  padding-bottom: 63.71%;
  height: 0;
  overflow: hidden;
  line-height: 1;
}
.branch__imgs figure img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.branch__imgs figure img {
  transition: 0.68s;
}
.branch__imgs figure:before {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 2;
  content: "";
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
}
.branch__imgs p {
  position: absolute;
  left: 0.36rem;
  right: 0.36rem;
  bottom: 0.15rem;
  color: #fff;
  font-size: 0.16rem;
  z-index: 3;
}
.branch__title {
  position: absolute;
  left: 0.36rem;
  top: 0.5rem;
  z-index: 3;
}
.branch__title small {
  display: block;
  margin-bottom: 0.06rem;
  line-height: 1;
  color: #fff;
  font-size: 16px;
  font-style: italic;
}
.branch__title strong {
  display: block;
  line-height: 1;
  color: #fff;
  font-size: 0.24rem;
  font-weight: normal;
}
.branch__tel {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0 0.1rem;
  height: 0.54rem;
  background: #A09244;
}
.branch__tel p {
  color: #fff;
  font-size: 0.16rem;
}
.message {
  padding: 0.68rem 0 8.02vw;
}
.message__wrap {
  display: flex;
  justify-content: space-between;
  margin-top: 5.1vw;
}
.message__from {
  width: 39.14%;
}
.message__row {
  margin-bottom: 0.29rem;
  display: flex;
  align-items: flex-start;
}
.message__row span {
  display: block;
  width: 0.9rem;
  line-height: 0.58rem;
  color: #333333;
  font-size: 0.16rem;
}
.message__row span i {
  font-style: normal;
  color: #A60C00;
}
.message__text {
  flex: 1;
  width: 0;
}
.message__text .text {
  box-sizing: border-box;
  padding-left: 0.14rem;
  width: 100%;
  height: 0.58rem;
  line-height: 0.58rem;
  background: #F6F6F6;
  border-radius: 0.06rem;
  color: #999999;
  font-size: 0.16rem;
  border: none;
  outline: none;
}
.message__text .text:focus::-webkit-input-placeholder {
  opacity: 0;
  visibility: hidden;
}
.message__text .text::-webkit-input-placeholder {
  color: #999999;
}
.message__text .textares {
  padding: 0.15rem 0.2rem;
  height: 2.3rem;
  line-height: 1.8;
  font-family: "Microsoft Yahei";
  resize: none;
}
.message__sub .val {
  display: block;
  width: 100%;
  height: 0.58rem;
  line-height: 0.58rem;
  text-transform: center;
  border: none;
  outline: none;
  border-radius: 0.05rem;
  background: #034f9d;
  transition: 0.4s;
  color: #fff;
  font-size: 0.16rem;
  cursor: pointer;
}
.message__sub .val:hover {
  background: #A09244;
}
.message__map {
  margin-left: 0.48rem;
  position: relative;
  width: 0;
  flex: 1;
}
.map {
  height: 100%;
}
.message__pop {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  padding: 0.24rem 0.2rem 0;
  z-index: 5;
  background: rgba(218, 34, 46, 0.9);
  width: 3.73rem;
  box-sizing: border-box;
}
.message__tt {
  position: relative;
  padding-left: 0.6rem;
  padding-bottom: 0.32rem;
  border-bottom: 1px solid #fff;
}
.message__tt strong {
  display: block;
  margin-bottom: 0.1rem;
  line-height: 1;
  color: #fff;
  font-size: 0.2rem;
}
.message__tt p {
  color: #fff;
  font-size: 14px;
  line-height: 1.4;
}
.message__tt i {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  line-height: 1;
  color: #fff;
  font-size: 0.42rem;
}
.message__address {
  padding: 0.34rem 0 0.38rem;
}
.message__address strong {
  display: block;
  margin-bottom: 5px;
  line-height: 1;
  color: #fff;
  font-size: 16px;
}
.message__address p {
  color: #fff;
  font-size: 14px;
  line-height: 1.6;
}
.bm_bottomLeftOverlay {
  display: none !important;
}
.contact__zx {
  padding: 0.6rem 9%;
  background-position: center;
  background-repeat: no-repeat;
  text-align: center;
}
.contact__zx--top {
  margin-bottom: 0.26rem;
}
.contact__zx--top strong {
  display: block;
  margin-bottom: 0.2rem;
  line-height: 1.2;
  color: #2B2C2F;
  font-size: 0.32rem;
}
.contact__zx--top p {
  color: #2B2C2F;
  font-size: 16px;
}
.contact__zx--btn {
  display: flex;
  justify-content: center;
}
.contact__zx--btn a {
  display: inline-block;
  margin-right: 0.2rem;
  width: 1.34rem;
  height: 0.46rem;
  border: 2px solid #0064FF;
  text-align: center;
  line-height: 0.46rem;
  border-radius: 4px;
  color: #0064FF;
  font-size: 16px;
}
.contact__zx--btn a:hover,
.contact__zx--btn a:first-child {
  background: #0064FF;
  color: #fff;
}
.contact__zx--btn a:last-child {
  margin-right: 0;
}
.city-exhibite {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  margin-top: 0.2rem;
}
.city__arlctle {
  width: 2.6rem;
}
.city-menu {
  background: #fff;
  width: 100%;
}
.city__tt {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 0.26rem;
  height: 0.98rem;
  background: linear-gradient(180deg, #40AEFA 0%, #3586FA 100%);
}
.city__list li {
  border-bottom: 1px solid #F3F3F3;
}
.city__list li:hover a,
.city__list li.active a {
  background: #D2C473;
  color: #fff;
}
.city__list li:hover a:before,
.city__list li.active a:before {
  opacity: 1;
  visibility: visible;
}
.city__list li a {
  display: block;
  position: relative;
  height: 0.56rem;
  line-height: 0.56rem;
  text-align: center;
  color: #333333;
  font-size: 0.18rem;
}
.city__list li a:before {
  position: absolute;
  top: 50%;
  margin-top: -0.05rem;
  right: 0.2rem;
  content: "";
  border-top: 0.05rem solid transparent;
  border-bottom: 0.05rem solid transparent;
  border-left: 0.08rem solid #fff;
  transition: 0.38s;
}
.city__address {
  margin-top: 0.13rem;
  padding: 0.28rem 0.23rem 0.32rem 0.2rem;
  background: #fff;
}
.city__address strong {
  display: block;
  margin-bottom: 0.17rem;
  line-height: 1;
  color: #333333;
  font-size: 0.18rem;
}
.city__address p {
  color: #333333;
  font-size: 14px;
  line-height: 2;
}
.city__view {
  flex: 1;
  margin-left: 0.3rem;
  padding: 0 0.2rem 0 0.26rem;
  width: 0;
  background: #fff;
}
.city__titles {
  position: relative;
  padding: 0.26rem 0 0.26rem 0.17rem;
  color: #333333;
  font-size: 18px;
}
.city__titles:before {
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -0.09rem;
  content: "";
  width: 4px;
  height: 0.18rem;
  background: #034f9d;
}
.city__introduct--text {
  padding-bottom: 0.3rem;
  color: #333333;
  font-size: 16px;
}
.city__introduct--text img {
  width: auto;
  max-width: 100%;
  height: auto;
}
.business__list {
  display: flex;
  flex-wrap: wrap;
}
.business__list li {
  margin-right: 2%;
  margin-bottom: 0.2rem;
  position: relative;
  width: 49%;
}
.business__list li:nth-child(2n+2) {
  margin-right: 0;
}
.business__list li figure {
  position: relative;
  display: block;
  padding-bottom: 66.53%;
  height: 0;
  overflow: hidden;
  line-height: 1;
}
.business__list li figure img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.business__list li figure img {
  transition: 0.68s;
}
.business__list li:hover figure img {
  transform: scale(1.08);
}
.business__list li strong {
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 3;
  width: 100%;
  height: 0.58rem;
  line-height: 0.58rem;
  text-align: center;
  color: #fff;
  font-size: 0.18rem;
  background: rgba(0, 0, 0, 0.5);
}
.asked-question {
  padding: 0.06rem 0 0.4rem;
}
.question__list li {
  padding: 0.2rem 0 0.24rem;
  border-bottom: 1px solid #EEEEEE;
}
.question__list li:last-child {
  border-bottom: none;
}
.question-top {
  display: flex;
}
.question-top i {
  display: inline-block;
  width: 0.24rem;
  height: 0.24rem;
  background: linear-gradient(99deg, #FF9368 0%, #F47441 100%);
  border-radius: 3px;
  line-height: 0.24rem;
  color: #fff;
  font-size: 14px;
  text-align: center;
  font-weight: normal;
  font-style: normal;
}
.question-top strong {
  flex: 1;
  margin-left: 0.1rem;
  width: 0;
  color: #333333;
  font-size: 16px;
  line-height: 0.24rem;
}
.question-bott {
  display: flex;
  margin-top: 0.24rem;
}
.question-bott i {
  display: inline-block;
  width: 0.24rem;
  height: 0.24rem;
  line-height: 0.24rem;
  background: linear-gradient(90deg, #5CEBB3 0%, #02D2DC 100%);
  border-radius: 3px;
  color: #fff;
  font-size: 14px;
  text-align: center;
  font-weight: normal;
  font-style: normal;
}
.question-bott p {
  flex: 1;
  width: 0;
  margin-left: 0.1rem;
  color: #333333;
  font-size: 16px;
  line-height: 1.5;
}
.city__foxs {
  padding-bottom: 0.56rem;
}
.header__tel,.advice__right{ display:none;}


.mzsm{padding:30px 0 0 0; font-size:12px; color:#999; display:nones;}


/*new about*/
.about__introduct{
  padding: 0.88rem 0 1rem;
}
.about__tit{
  margin-bottom: 0.7rem;
  text-align: center;
}
.about__tit strong{
  display: block;
  margin-bottom: 0.26rem;
  color: #034f9d;
  font-size: 0.4rem;
  font-weight: bold;
  line-height: 1;
}
.about__tit small{
  display: block;
  color: #666666;
  font-size: 0.22rem;
  line-height: 1.1;
}
.introduct__wrs{
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  position: relative;
  z-index: 2;
}
.introduct__wrs:before{
  position: absolute;
  left: 34px;
  top: -3.75vw;
  content: "";
  width: 62.3438vw;
  height: 30.1563vw;
  background: url(../images/dt.png) center no-repeat;
  background-size: cover;
  z-index: -1;
}
.introduct__left{
  width: 47%;
}
.introduct__texts{
  color: #545658;
  font-size: 16px;
  line-height: 2;
}
.introduct__datas{
  margin: 0 -0.46rem;
  margin-top: 5vw;
  display: flex;
}
.introduct__datas--item{
  flex: 1;
  position: relative;
  text-align: center;
}
.introduct__datas--item:before{
  position: absolute;
  right: 0;
  top: 50%;
  margin-top: -0.18rem;
  content: "";
  width: 1px;
  height: 0.36rem;
  background: #034f9d;
}
.introduct__datas--item:last-child:before{
  display: none;
}
.introduct__datas--item strong{
  display: block;
  line-height: 1;
  color: transparent;
  background: linear-gradient(0deg, #2296D2 0%, #034f9d 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: 0.4rem;
  font-weight: bold;
  font-family: "bahnschrift";
}
.introduct__datas--item p{
  margin-top: 0.16rem;
  line-height: 1.2;
  color: #333333;
  font-size: 14px;
}
.introduct__service{
  width: 43%;
}
.introduct__service li{
  margin-bottom: 0.57rem;
  display: flex;
  align-items: center;
}
.introduct__service li:last-child{
  margin-bottom: 0;
}
.introduct__service li b{
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  width: 0.58rem;
  height: 0.58rem;
  border: 0.06rem solid #034f9d;
  border-radius: 50%;
}
.introduct__service li:hover .service__texts strong{
  color: #034f9d;
}
.introduct__service li b img{
  width: auto;
  max-width: 80%;
  max-height: 80%;
}
.service__texts{
  flex: 1;
  margin-left: 0.26rem;
  width: 0;
}
.service__texts strong{
  display: block;
  margin-bottom: 0.12rem;
  line-height: 1;
  color: #333333;
  font-size: 0.22rem;
  transition: 0.4s;
}
.service__texts p{
  color: #666666;
  font-size: 0.18rem;
}
.about__history{
  display: flex;
}
.histroy__max{
  position: relative;
  margin: 0;
  width: 50%;
}
.histroy-slide figure{
  position: relative;
  overflow: hidden;
  padding-bottom: 77.8%;
  line-height: 1;
}
.histroy-slide figure img{
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.history__btns{
  display: flex;
  align-items: center;
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: 3;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 3.6rem;
  height: 1.04rem;
  border-radius: 0.3rem 0 0 0;
  background: rgba(0, 0, 0, 0.5);
}
.history__btns:before{
  position: absolute;
  left: 50%;
  margin-left: -1px;
  top: 50%;
  margin-top: -0.15rem;
  content: "";
  width: 2px;
  height: 0.29rem;
  background: #fff;
}
.history__btns span{
  display: inline-block;
  width: 50%;
  cursor: pointer;
  height: 1.04rem;
}
.history__btns span.prev{
  background: url(../images/prev.png) center no-repeat;
}
.history__btns span.next{
  background: url(../images/next.png) center no-repeat;
}
.history__right{
  position: relative;
  background: #034f9d;
  width: 50%;
}
.history__tops{
  box-sizing: border-box;
  padding: 6.25vw 5.5208vw 3.6458vw;
  width: 92.32%;
  background: #fff;
  border-radius: 0 0 0.3rem 0;
}
.history__tt{
  position: relative;
  z-index: 2;
  margin-bottom: 6.1458vw;
}
.history__tt strong{
  display: block;
  margin-bottom: 0.24rem;
  line-height: 1;
  color: #010101;
  font-size: 0.44rem;
  font-weight: normal;
}
.history__tt strong b{
  color: #034f9d;
  font-weight: normal;
}
.history__tt p{
  color: #999999;
  font-size: 0.2rem;
}
.history__tt small{
  position: absolute;
  left: 0;
  top: 0.2rem;
  line-height: 1;
  color: #F3F8FB;
  font-size: 6.4583vw;
  z-index: -1;
  font-weight: bold;
}
.history__tabs{
  position: relative;
}
.history__tabs--item{
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
  visibility: hidden;
  transform: translateY(30px);
}
.history__tabs--item time{
  display: block;
  margin-bottom: 2.3438vw;
  line-height: 1;
  color: #034f9d;
  font-size: 0.42rem;
  font-family: "OPPOSans";
}
.history__tabs--item p{
  color: #333333;
  font-size: 0.2rem;
  line-height: 1.5;
}
.history__tabs--item.active{
  position: relative;
  opacity: 1;
  visibility: visible;
  z-index: 3;
  transform: translateY(0px);
  transition: 0.4s;
}
.history__years{
  position: absolute;
  left: 5.1042vw;
  right: 3.5417vw;
  bottom: 0;
}
.histroy-times{
  width: 13.333%;
}
.histroy-times.swiper-slide-active span{
  color: #fff;
}
.histroy-times.swiper-slide-active span:before{
  transform: scaleX(1);
}
.histroy-times span{
  display: inline-block;
  position: relative;
  padding-bottom: 0.46rem;
  line-height: 1;
  color: #BFDDED;
  font-size: 0.18rem;
  cursor: pointer;
  font-family: "OPPOSans";
  transition: 0.36s;
}
.histroy-times span:before{
  position: absolute;
  left: 0;
  bottom: 0;
  content: "";
  width: 100%;
  height: 4px;
  background: #fff;
  transform: scaleX(0);
  transition: 0.38s;
}

.cultures{
  padding: 1rem 0 1.45rem;
  background: linear-gradient(0deg, #F7FCFF 0%, #FFFFFF 46%, #D5F1FF 100%);
}
.culture__tops{
  margin-bottom: 0.6rem;
  text-align: center;
}
.culture__tops strong{
  display: block;
  margin-bottom: 0.35rem;
  line-height: 1.1;
  color: #034f9d;
  font-size: 0.56rem;
}
.culture__tops p{
  color: #034f9d;
  font-size: 0.2rem;
}
.culture__li{
  display: flex;
  justify-content: space-between;
}
.culture__li li{
  flex: 1;
  margin-right: 0.2rem;
  position: relative;
}
.culture__li li:last-child{
  margin-right: 0;
}
.culture__li li figure{
  position: relative;
  overflow: hidden;
  border-radius: 10px;
  line-height: 1;
  height: 0;
  padding-bottom: 123.58%;
}
.culture__li li:hover figure img{
  transform: scale(1.1);
}
.culture__li li:hover .culture__texts{
  background: #034f9d;
}
.culture__li li:hover .culture__texts strong,.culture__li li:hover .culture__texts p{
  color: #fff;
}
.culture__li li:hover .culture__texts b{ background: #034f9d;}
.culture__li li:hover .culture__texts b img.show{ opacity: 0; visibility: hidden;}
.culture__li li:hover .culture__texts b img.hide{ opacity: 1; visibility: visible;}

.culture__li li figure img{
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 0.1rem;
  transition: 0.65s;
}
.culture__texts{
  position: absolute;
  left: 1.4063vw;
  right: 1.4063vw;
  bottom: 0.24rem;
  padding: 0.26rem 0.2rem 0.13rem;
  box-sizing: border-box;
  min-height: 1.36rem;
  z-index: 3;
  border-radius: 0.1rem;
  background: #fff;
  text-align: center;
  transition: 0.4s;
}
.culture__texts b{
  display: flex;
  justify-content: center;
  align-items: center;
  justify-content: center;
  position: absolute;
  left: 50%;
  margin-left: -0.35rem;
  top: -0.44rem;
  width: 0.7rem;
  height: 0.7rem;
  border-radius: 50%;
  background: #fff;
  transition: 0.4s;
}
.culture__texts b img{
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  max-width: 0.32rem;
  transition: 0.35s;
}
.culture__texts b img.hide{
  opacity: 0;
}
.culture__texts strong{
  display: block;
  position: relative;
  z-index: 2;
  margin-bottom: 0.12rem;
  line-height: 1;
  color: #333333;
  font-size: 0.18rem;
  font-weight: normal;
  transition: 0.35s;
}
.culture__texts p{
  color: #555555;
  font-size: 0.16rem;
  line-height: 1.5;
  text-align: center;
  transition: 0.35s;
}
.about__honor{
  display: flex;
}
.about__honor--left{
  width: 50.5%;
  background: linear-gradient(90deg, #D3EDF9 0%, #FFFFFF 100%);
}
.honor__wrs{
  padding: 7.7083vw 6.9792vw 0.54rem 13.5417vw;
}
.honor__infos{
  margin-bottom: 3.8542vw;
}
.honor__infos strong{
  display: block;
  background: linear-gradient(to right, #AA8862 0%, #7D6042 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: 0.38rem;
  line-height: 1.73;
}
.honor__infos p{
  margin-top: 3.125vw;
  color: #58432D;
  font-size: 0.18rem;
  line-height: 1.666;
}
.honor__list{
  display: flex;
  flex-wrap: wrap;
  margin-top: 3.75vw;
}
.honor__list li{
  margin-right: 2.0833vw;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 0.3rem;
  width: 2.1rem;
  text-align: center;
  border-radius: 0.25rem;
  height: 0.5rem;
  color: #fff;
  font-size: 0.2rem;
  background: linear-gradient(270deg, #C8A57F 0%, #C9A87D 48%, #EFDDAF 100%);
  box-shadow: 0px 2px 13px 0px rgba(196,164,123,0.46), 0px 1px 3px 0px rgba(191,154,112,0.35);
  transition: 0.4s;
}
.honor__list li:hover{
  background: #90BCD3;
  box-shadow: 0px 2px 13px 0px rgba(143,187,210,0.46), 0px 1px 3px 0px rgba(144,188,211,0.35);
}
.honor__more{
  margin-top: 3.4375vw;
}
.honor__more a{
  display: inline-flex;
  align-items: center;
}
.honor__more a span{
  display: inline-block;
  color: #3367AC;
  font-size: 16px;
}
.honor__more a b{
  display: inline-block;
  position: relative;
  margin-left: 0.5rem;
  width: 0.23rem;
  height: 0.23rem;
  border: 1px solid #3367AC;
  border-radius: 50%;
}
.honor__more a b:before{
  position: absolute;
  right: 50%;
  top: 50%;
  margin-top: -1px;
  content: "";
  width: 0.48rem;
  height: 1px;
  background: #3367AC;
}
.honor__more a b:after{
  position: absolute;
  left: 50%;
  margin-left: -3px;
  top: 50%;
  margin-top: -3px;
  content: "";
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: #3367AC;
}
.certificate{
  width: 49.5%;
  background: linear-gradient(-90deg, #7D6042 0%, #B39164 100%);
}
.certificate__wrap{
  padding: 7.6042vw 0 0.17rem 0;
}
.certificate__title{
  padding-right: 13.5417vw;
  text-align: right;
}
.certificate__title strong{
  display: block;
  margin-bottom: 0.15rem;
  line-height: 1;
  color: #fff;
  font-size: 0.4rem;
  font-weight: normal;
}
.certificate__title small{
  display: block;
  line-height: 1;
  color: #D3B58D;
  font-size: 0.18rem;
  text-transform: uppercase;
}
.certificate__imgs{
  margin-top: 5.5208vw;
  position: relative;
  margin-left: -3.2292vw;
  width: 42.7083vw;
}
.certificate__imgs img{
  display: block;
  width: 100%;
  height: auto;
}
.album{
  padding: 1.06rem 0.32rem 0.56rem;
}
.album__title{
  margin-bottom: 0.84rem;
  text-align: center;
}
.album__title strong{
  display: block;
  margin-bottom: 0.16rem;
  line-height: 1;
  color: #034f9d;
  font-size: 0.4rem;
  font-weight: normal;
}
.album__title small{
  display: block;
  line-height: 1;
  color: #034f9d;
  font-size: 0.18rem;
  text-transform: uppercase;
}
.album__swiper{
  margin-top: 0.85rem;
}
.album-slide{
  text-align: center;
  width: 31.5104vw;
}
.album-slide:hover figure img{
  transform: scale(1.08);
}
.album-slide:hover strong{
  background: #034f9d;
  color: #fff;
}
.album-slide figure{
  position: relative;
  overflow: hidden;
  height: 0;
  padding-bottom: 61.98%;
}
.album-slide figure img{
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: 0.5s;
}
.album-slide strong{
  display: inline-block;
  margin-top: 24px;
  padding: 0 13px;
  height: 36px;
  line-height: 36px;
  border-radius: 18px;
  color: #333333;
  font-size: 16px;
  transition: 0.4s;
  font-weight: normal;
}
.album__sw{
  display: flex;
  justify-content: center;
  margin-top: 0.65rem;
}
.album__sw span{
  display: inline-block;
  margin-right: 0.54rem;
  width: 0.34rem;
  height: 0.34rem;
  background: url(../images/prev2.png) center no-repeat;
  background-size: cover;
  transition: 0.4s;
  cursor: pointer;
}
.album__sw span:hover{
  background: url(../images/prev1.png) center no-repeat;
  background-size: cover;
}
.album__sw span.next{
  background: url(../images/next2.png) center no-repeat;
  background-size: cover;
}
.album__sw span.next:hover{
  background: url(../images/next1.png) center no-repeat;
  background-size: cover;
}
.album__sw span.next{
  margin-right: 0;
}

.factory{
  padding: 1.38rem 0 1.48rem;
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.factory__wrap{
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.factory__left{
  width: 34.5%;
}
.factory__left .album__title{
  margin-bottom: 0.6rem;
  text-align: left;
}
.factory__left .album__title strong{
  color: #fff;
}
.factory__left .album__title small{
  color: #979898;
}
.factory__text{
  color: #FFFFFF;
  font-size: 16px;
  text-indent: 0.32rem;
  line-height: 2.1;
}
.factory__right{
  width: 57.28%;
}
.factory__row{
  display: flex;
  line-height: 1;
}
.factory__imgli{
  margin-bottom: 0.18rem;
  width: 33.7%;
  margin-right: 0.18rem;
  overflow: hidden;
}
.factory__imgli:hover img{
  transform: scale(1.08);
}
.factory__imgli img{
  width: 100%;
  height: auto;
  transition: 0.5s;
}
.factory__imgli:last-child{
  margin-right: 0;
  flex: 1;
  width: 0;
}
.factory__row1 .factory__imgli{
  width: 69.81%;
}
.recruit__box{
  padding: 0.48rem 0 0.92rem;
  background: linear-gradient(180deg, #EEF7FF 0%, #E5F6FF 100%);
}
.recruit__btn{
  display: flex;
  justify-content: center;
  margin-top: -0.35rem;
  margin-bottom: 0.38rem;
}
.recruit__hide{
  display: inline-flex;
  border-radius: 0.19rem;
  overflow: hidden;
}
.recruit__hide span{
  display: inline-block;
  position: relative;
  margin-right: 0.08rem;
  z-index: 3;
  padding: 0 0.28rem;
  height: 0.38rem;
  line-height: 0.38rem;
  color: #fff;
  font-size: 0.16rem;
  cursor: pointer;
  transition: 0.3s;
}
.recruit__hide span.active,.recruit__hide span:hover{
  color: #333333;
}
.recruit__hide span.active:before,.recruit__hide span:hover:before{
  background: #E6E6E6;
}
.recruit__hide span:last-child{
  margin-right: 0;
}
.recruit__hide span:before{
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
  content: "";
  width: 100%;
  height: 100%;
  background: #034f9d;
  transform: skewX(15deg);
  transition: 0.36s;
}

.recruit__swiper{
  position: relative;
}
.recuite__tabs{
  position: relative;
  padding: 4.3229vw 3.4375vw 3.6458vw 2.3958vw;
  border-radius: 0.12rem;
  background: #fff;
}
.recruit-slide{
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.recruit-slide:hover .recruit__imgs figure img{
  transform: scale(1.08);
}
.recruit__imgs{
  box-sizing: border-box;
  padding: 0 0.24rem 0.28rem;
  position: relative;
  z-index: 2;
  width: 30.8%;
}
.recruit__imgs:before{
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: -1;
  content: "";
  width: 100%;
  height: 100%;
  background: url(../images/abg.png) center bottom no-repeat;
  background-size: 100% auto;
}
.recruit__imgs figure{
  position: relative;
  overflow: hidden;
  height: 0;
  padding-bottom: 74.842%;
}
.recruit__imgs figure img{
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: 0.6s;
}

.recruit__fix{
  margin-left: 5.1042vw;
  flex: 1;
  width: 0;
}
.recruit__fix .honor__more{
  margin-top: 2.0833vw;
}
.recruit__fix .honor__more a span{
  color: #034f9d;
}
.recruit__fix .honor__more a b{
  border-color: #034f9d;
}
.recruit__fix .honor__more a b:before,.recruit__fix .honor__more a b:after{
  background: #034f9d;
}
.recruit__tts{
  display: block;
  margin-bottom: 0.22rem;
  line-height: 1;
  color: #034f9d;
  font-size: 0.28rem;
  font-weight: normal;
}
.recruit__text{
  color: #333333;
  font-size: 16px;
}
.recuite__prev{
  position: absolute;
  top: 50%;
  margin-top: -0.17rem;
  z-index: 3;
  width: 0.34rem;
  height: 0.34rem;
  cursor: pointer;
}
.recuite__prev.prev{
  left: -0.5rem;
  background: url(../images/prev1.png) center no-repeat;
  background-size: cover;
}
.recuite__prev.next{
  right: -0.5rem;
  background: url(../images/next1.png) center no-repeat;
  background-size: cover;
}

.menu__leval{ display:none;}




.mobshow{ display:none;}
@media (max-width: 1200px){
    .pcshow{ display:none;}.mobshow{ display:block; }
    .banner-1 img{ max-width:100%;}
}
