.banner {
  height: 100%;
  position: relative;
}
.banner .swi-banner {
  height: 100%;
}
.banner .swiper-slide a {
  display: block;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  width: 100%;
  height: 100%;
}
.banner .swiper-slide a .jdjz {
  color: #ffffff;
  text-align: center;
  font-size: 0.45rem;
  letter-spacing: 0.4rem;
}
.banner .swiper-pagination {
  bottom: 0;
  width: auto;
}
.banner .swiper-pagination .swiper-pagination-bullet {
  width: 0.1rem;
  height: 0.1rem;
  background-color: rgba(255, 255, 255, 0.7);
  opacity: 1;
  margin: 0 0.08rem !important;
  text-align: left;
}
.banner .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  position: relative;
  background-color: transparent;
}
.banner .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active::after {
  content: '';
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  width: 0.2rem;
  height: 0.2rem;
  border-radius: 0.2rem;
  border: 0.02rem solid #fff;
}
.banner .container {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0.45rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.banner .dots {
  position: absolute;
  left: 50%;
  right: 0;
  width: 100%;
  margin-left: -0.18rem;
  bottom: 0rem;
  width: 0.36rem;
  height: 0.64rem;
  z-index: 1;
  animation: down 2.5s infinite linear;
}
.banner .numbers {
  color: #ffffff;
  font-size: 0.16rem;
  position: relative;
  z-index: 1;
  color: #fff;
}
.banner .numbers span {
  font-size: 0.28rem;
}
.banner .code {
  width: 1rem;
  height: 1rem;
  position: absolute;
  right: 0.6rem;
  bottom: 0.48rem;
  z-index: 2;
  background-color: #fff;
}
.banner .code img {
  width: 0.9rem;
  height: 0.9rem;
  display: block;
  margin: 0.05rem;
}
.banner .code::after {
  content: '';
  position: absolute;
  width: 0;
  height: 0;
  left: 50%;
  bottom: -0.12rem;
  margin-left: -0.11rem;
  border-left: 0.11rem solid transparent;
  border-right: 0.11rem solid transparent;
  border-top: 0.12rem solid #fff;
}
@keyframes down {
  0% {
    bottom: 0;
  }
  25% {
    bottom: 0.15rem;
  }
  50% {
    bottom: 0;
  }
  75% {
    bottom: 0.15rem;
  }
  100% {
    bottom: 0;
  }
}
@-moz-keyframes down {
  0% {
    bottom: 0;
  }
  25% {
    bottom: 0.15rem;
  }
  50% {
    bottom: 0;
  }
  75% {
    bottom: 0.15rem;
  }
  100% {
    bottom: 0;
  }
}
@-webkit-keyframes down {
  0% {
    bottom: 0;
  }
  25% {
    bottom: 0.15rem;
  }
  50% {
    bottom: 0;
  }
  75% {
    bottom: 0.15rem;
  }
  100% {
    bottom: 0;
  }
}
@-o-keyframes down {
  0% {
    bottom: 0;
  }
  25% {
    bottom: 0.15rem;
  }
  50% {
    bottom: 0;
  }
  75% {
    bottom: 0.15rem;
  }
  100% {
    bottom: 0;
  }
}
.isbg {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  width: 100%;
  height: 100%;
}
.section {
  position: relative;
  overflow: hidden;
}
.section .fp-tableCell {
  position: relative;
}
.section .isbg {
  -webkit-transition: all 2s ease-in-out 0s;
  transition: all 2s ease-in-out 0s;
  position: absolute;
  left: 0;
  top: 0;
  transform: scale(1.1);
  -webkit-transform: scale(1.1);
}
.section.active .isbg {
  transform: scale(1);
  -webkit-transform: scale(1);
}
.suban {
  position: relative;
  height: 100vh;
  overflow: hidden;
}
.suban .subt {
  color: #fff;
  z-index: 1;
  text-align: center;
  top: 40%;
}
.suban .subt .zh {
  font-size: 0.7rem;
  letter-spacing: 0.4rem;
  padding-left: 0.4rem;
}
.suban .subt .en {
  font-weight: 300;
  font-family: 'S_Light';
  font-size: 0.24rem;
  line-height: 0.9rem;
  text-align: center;
}
.suban .isbg {
  position: absolute;
  left: 0;
  top: 0;
  animation: myshow 4s;
  -moz-animation: myshow 4s;
  -webkit-animation: myshow 4s;
  -o-animation: myshow 4s;
}
@keyframes myshow {
  from {
    transform: scale(1.1);
  }
  to {
    transform: scale(1);
  }
}
.title .zh {
  color: #333;
  font-size: 0.5rem;
  line-height: 0.9rem;
  font-family: 'PuHuiTi_Medium';
}
.title .en {
  color: #c4c4c4;
  font-size: 0.18rem;
  font-family: 'S_Light';
}
.title.title_c {
  text-align: center;
}
.about .abtop {
  font-size: 0;
}
.about .abtop .able,
.about .abtop .abri {
  vertical-align: top;
  display: inline-block;
}
.about .abtop .able {
  width: 67%;
  padding-right: 13%;
}
.about .abtop .abri {
  width: 33%;
  position: relative;
}
.about .abtop .abri img {
  width: 5rem;
  height: auto;
  border-radius: 0 0.9rem 0 0.9rem;
  box-shadow: 0px 0.06rem 0.3rem rgba(0, 0, 0, 0.19);
}
.about .abtop .txt {
  color: #333;
  font-size: 0.16rem;
  line-height: 0.36rem;
  margin: 0.67rem 0;
  min-height: 1.38rem;
  max-height: 2.2rem;
  overflow: hidden;
}
.about .abtop .more {
  display: inline-block;
  position: relative;
  width: 1.4rem;
  font-size: 0.16rem;
  height: 0.46rem;
  line-height: 0.46rem;
  border: 0.01rem solid #999999;
  border-radius: 0.23rem;
  padding: 0 0.24rem;
  box-sizing: border-box;
  text-align: right;
  color: #999;
  cursor: pointer;
}
.about .abtop .more::after,
.about .abtop .more::before {
  content: "";
  position: absolute;
  top: 50%;
  margin-top: -0.08rem;
  width: 0;
  height: 0;
  border: 0.08rem solid transparent;
  border-left-color: #333;
}
.about .abtop .more::before {
  left: 0.24rem;
  border-left-color: #fff;
  z-index: 1;
}
.about .abtop .more::after {
  left: 0.26rem;
}
.abnum {
  display: flex;
  justify-content: space-between;
  padding-top: 0.45rem;
}
.abnum li {
  width: auto;
  padding: 0;
}
.abnum li p {
  color: #f88715;
  font-size: 0.7rem;
  text-shadow: 0.04rem 0.04rem 0.06rem rgba(59, 24, 0, 0.16);
}
.abnum li div {
  font-size: 0.2rem;
  color: #333333;
  margin-top: 0.1rem;
}
.honor .swiper-honor {
  width: 100%;
  height: 100%;
  margin-top: 0.4rem;
}
.honor .swiper-honor .slide-before .img,
.honor .swiper-honor .slide-after .img {
  position: relative;
}
.honor .swiper-honor .slide-before .img::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 99;
  top: 0;
  left: 0;
  background-image: linear-gradient(269.93deg, rgba(255, 255, 255, 0.1) 0%, #ffffff 100%);
}
.honor .swiper-honor .slide-after .img::after {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 99;
  top: 0;
  right: 0;
  background-image: linear-gradient(90.18deg, rgba(255, 255, 255, 0.1) 0%, #ffffff 100%);
}
.honor .swiper-honor .swiper-wrapper {
  align-items: center;
}
.honor .swiper-honor .swiper-slide {
  text-align: center;
  font-size: 0.18rem;
  line-height: 0.9rem;
  box-sizing: border-box;
  margin: 0 auto;
  padding-bottom: 0.9rem;
}
.honor .swiper-honor .swiper-slide .img {
  transform: scale(0.7);
  transition: 0.3s;
}
.honor .swiper-honor .swiper-slide .img img {
  width: 100%;
  display: block;
}
.honor .swiper-honor .swiper-slide p {
  display: none;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
}
.honor .swiper-honor .swiper-slide-active .img,
.honor .swiper-honor .swiper-slide-duplicate-active .img {
  transform: scale(1);
}
.honor .swiper-honor .swiper-slide-active .img img,
.honor .swiper-honor .swiper-slide-duplicate-active .img img {
  box-shadow: 0px 0.15rem 0.3rem rgba(0, 0, 0, 0.18);
}
.honor .swiper-honor .swiper-slide-active p,
.honor .swiper-honor .swiper-slide-duplicate-active p {
  display: block;
}
.map .container {
  font-size: 0;
}
.map .maple,
.map .mapri {
  vertical-align: top;
  display: inline-block;
  position: relative;
}
.map .maple {
  width: 38.5%;
}
.map .maple .txt {
  color: #8b8b8b;
  font-size: 0.2rem;
  line-height: 0.32rem;
  margin: 0.32rem 0 0.2rem;
  height: 0.9rem;
  overflow: hidden;
}
.map .maple .txt p,.map .maple .txt p span{font-size: 0.2rem!important;}
.map .maple .mapul {
  border: 0.01rem solid #f88715;
  margin-right: 1.5%;
}
.map .maple .mapul .mapt {
  color: #333;
  font-size: 0.2rem;
  padding: 0.14rem 0.28rem;
  border-bottom: 0.02rem solid #f3f3f3;
  position: relative;
  margin-bottom: 0.03rem;
}
.map .maple .mapul .mapt::after,
.map .maple .mapul .mapt::before {
  content: "";
  position: absolute;
  top: 50%;
  margin-top: -0.08rem;
  width: 0;
  height: 0;
  border: 0.08rem solid transparent;
  border-left-color: #333;
}
.map .maple .mapul .mapt::before {
  right: 0.28rem;
  z-index: 1;
}
.map .maple .mapul .mapt::after {
  right: 0.3rem;
  display: none;
}
.map .maple .mapul .maplis {
  padding: 0 0.28rem;
  overflow: auto;
  height: 3.7rem;
}
.map .maple .mapul .maplis .mapli {
  position: relative;
  padding: 0.15rem 0 0.2rem 0;
  border-bottom: 0.01rem solid #ebebeb;
}
.map .maple .mapul .maplis .mapli span {
  position: absolute;
  left: 0;
  top: 0.15rem;
  color: #333;
  font-size: 0.2rem;
}
.map .maple .mapul .maplis .mapli div {
  color: #8d8e8f;
  font-size: 0.16rem;
  line-height: 0.26rem;
  padding-left: 0.5rem;
}
.map .maple .mapul .maplis .mapli .name {
  color: #333;
  font-size: 0.18rem;
  margin-bottom: 0.11rem;
}
.map .maple .mapul .maplis .mapli:hover .name,
.map .maple .mapul .maplis .mapli:hover span {
  color: #f88715;
}
.map .mapri {
  width: 61.5%;
  position: relative;
}
.map .mapri img {
  width: 9.42rem;
  height: auto;
}
.map .mapri .dot {
  position: absolute;
  width: 0.06rem;
  height: 0.06rem;
  background-color: #fff;
  border-radius: 50%;
}
.map .mapri .dot:after {
  content: '';
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 0.36rem;
  height: 0.36rem;
  background-color: rgba(255, 255, 255, 0.3);
  border-radius: 50%;
  animation: dots 2.5s infinite;
  -moz-animation: dots 2.5s infinite;
  -webkit-animation: dots 2.5s infinite;
  -o-animation: dots 2.5s infinite;
}
.map .mapri .dot1 {
  bottom: 14.5%;
  right: 29.5%;
}
.map .mapri .dot2 {
  bottom: 22.5%;
  right: 21.5%;
}
.map .mapri .dot3 {
  bottom: 31%;
  right: 25%;
}
.map .mapri .dot4 {
  bottom: 35%;
  right: 32%;
}
@keyframes dots {
  from {
    width: 0.06rem;
    height: 0.06rem;
  }
  to {
    width: 0.36rem;
    height: 0.36rem;
  }
}
.cooperate .swi-part {
  margin-top: 0.3rem;
}
.cooperate .swiper .swiper-wrapper {
  -webkit-transition-timing-function: linear;
  /*之前是ease-out*/
  -moz-transition-timing-function: linear;
  -ms-transition-timing-function: linear;
  -o-transition-timing-function: linear;
  transition-timing-function: linear;
}
.cooperate footer {
  background-image: none;
}
.about-warp .container {
  padding-bottom: 0.8rem;
}
.zet .zh {
  font-family: 'PuHuiTi_Medium';
  font-size: 0.5rem;
  line-height: 0.6rem;
  position: relative;
}
.zet .en {
  font-family: 'S_Light';
  font-weight: 300;
  color: #000;
  opacity: 5%;
  font-size: 0.8rem;
  line-height: 0;
}
.zet.zet_c {
  text-align: center;
}
.zet.zet_f .zh,
.zet.zet_f .en {
  color: #fff;
}
.zet.zet_f .en {
  opacity: 15%;
}
.amenu {
  position: absolute;
  bottom: 0.34rem;
  left: 0;
  right: 0;
  font-size: 0;
  border-radius: 0.04rem;
  text-align: center;
}
.amenu a {
  display: inline-block;
  vertical-align: middle;
  width: 20%;
  background-color: #fff;
  text-align: center;
  height: 1rem;
}
.amenu a span {
  background-size: 0.57rem 0.3rem;
  width: 0.285rem;
  height: 0.3rem;
  background-position: left center;
  display: inline-block;
  margin: 0.15rem 0;
}
.amenu a div {
  font-size: 0.18rem;
  color: #333;
}
.amenu a.active {
  background-color: #f88715;
  height: 1.26rem;
  border-radius: 0.04rem;
}
.amenu a.active span {
  background-position: right center;
  margin-top: 0.2rem;
}
.amenu a.active div {
  color: #fff;
}
.amenu a:last-child {
  border-radius: 0 0.04rem 0.04rem 0;
}
.amenu a:first-child {
  border-radius: 0.04rem 0 0 0.04rem;
}
.dots {
  position: absolute;
  left: 50%;
  right: 0;
  width: 100%;
  margin-left: -0.18rem;
  bottom: 20%;
  width: 0.36rem;
  height: 0.64rem;
  z-index: 1;
  animation: down1 2.5s infinite linear;
  -webkit-moz-keyframes: down1 2.5s infinite linear;
  -webkit-keyframes: down1 2.5s infinite linear;
  -webkit-o-keyframes: down1 2.5s infinite linear;
}
@keyframes down1 {
  0% {
    bottom: 20%;
  }
  25% {
    bottom: 21%;
  }
  50% {
    bottom: 20%;
  }
  75% {
    bottom: 21%;
  }
  100% {
    bottom: 20%;
  }
}
@-moz-keyframes down1 {
  0% {
    bottom: 20%;
  }
  25% {
    bottom: 21%;
  }
  50% {
    bottom: 20%;
  }
  75% {
    bottom: 21%;
  }
  100% {
    bottom: 20%;
  }
}
@-webkit-keyframes down1 {
  0% {
    bottom: 20%;
  }
  25% {
    bottom: 21%;
  }
  50% {
    bottom: 20%;
  }
  75% {
    bottom: 21%;
  }
  100% {
    bottom: 20%;
  }
}
@-o-keyframes down1 {
  0% {
    bottom: 20%;
  }
  25% {
    bottom: 21%;
  }
  50% {
    bottom: 20%;
  }
  75% {
    bottom: 21%;
  }
  100% {
    bottom: 20%;
  }
}
.profile {
  font-size: 0;
}
.profile .prfle,
.profile .prfri {
  display: inline-block;
  vertical-align: middle;
}
.profile .prfle {
  width: 32.65%;
  height: 100%;
  background-image: url(../img/11.png);
  background-position: right center;
  background-repeat: no-repeat;
  background-size: auto 100%;
}
.profile .prfri {
  width: 67.35%;
  padding-right: 2rem;
  padding-left: 0.67rem;
}
.profile .prfri .txt {
  margin-top: 0.72rem;
  max-height: 3.88rem;
  overflow: hidden;
}
.profile .prfri .txt p {
  color: #8b8b8b;
  font-size: 0.2rem!important;
  line-height: 0.36rem;
  margin-top: 0.26rem;
}
.profile .prfri .txt span{ font-size: 0.2rem!important;}
.profile .prfri .abnum {
  padding-top: 0.36rem;
}
.organize .img {
  margin-top: 0.34rem;
  position: relative;
  text-align: center;
}
.develop .develops {
  padding-right: 1.88rem;
  position: relative;
}
.develop .swiper-develop {
  margin-top: 0.86rem;
}
.develop .swiper-develop .swiper-slide {
  font-size: 0;
}
.develop .swiper-develop .swiper-slide .img,
.develop .swiper-develop .swiper-slide .txt {
  display: inline-block;
  vertical-align: middle;
}
.develop .swiper-develop .swiper-slide .img {
  width: 37.5%;
}
.develop .swiper-develop .swiper-slide .txt {
  width: 62.5%;
  padding-left: 0.85rem;
}
.develop .swiper-develop .swiper-slide .txt h4 {
  text-shadow: 0.2rem 0.1rem 0.06rem rgba(0, 0, 0, 0.13);
  color: #333;
  font-size: 0.56rem;
  margin-bottom: 0.6rem;
}
.develop .swiper-develop .swiper-slide .txt p {
  color: #8b8b8b;
  font-size: 0.16rem;
  line-height: 0.4rem;
  max-height: 1.9rem;
  overflow: hidden;
}
.develop .devul {
  position: absolute;
  right: 0;
  top: 50%;
  border-right: 0.01rem solid #e8e8e8;
  transform: translate(0, -50%);
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  max-height: 5.4rem;
  overflow: auto;
}
.develop .devul li {
  color: #8d8e8f;
  font-size: 0.18rem;
  margin: 0.42rem 0;
  text-align: right;
  cursor: pointer;
  padding-right: 0.3rem;
  border-right: 0.04rem solid transparent;
}
.develop .devul li.cur {
  font-size: 0.28rem;
  color: #f88715;
  border-right-color: #f88715;
}
.develop .devul li:first-child {
  margin-top: 0;
}
.develop .devul li:last-child {
  margin-bottom: 0;
}
.culture .row {
  margin-left: -0.25rem;
  margin-right: -0.25rem;
  margin-top: 0.78rem;
}
.culture .row .col-lg-3 {
  padding-left: 0.25rem;
  padding-right: 0.25rem;
  width: 25%;
  float: left;
}
.culture .culi {
  position: relative;
  overflow: hidden;
}
.culture .culi .img {
  overflow: hidden;
}
.culture .culi .img img {
  transition: all 0.4s;
}
.culture .culi .txt {
  color: #fff;
  text-align: center;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
}
.culture .culi .txt > * {
  transition: all 0.4s;
}
.culture .culi .txt .txtin {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
}
.culture .culi .txt img,
.culture .culi .txt p {
  display: none;
}
.culture .culi .txt img {
  width: 1.2rem;
  height: 1.2rem;
  padding: 0.15rem;
  border: 0.01rem dashed transparent;
  border-radius: 50%;
}
.culture .culi .txt h5 {
  position: relative;
  font-weight: normal;
  padding-bottom: 0.16rem;
  padding-top: 0.4rem;
  font-size: 0.24rem;
  margin-bottom: 0.4rem;
}
.culture .culi .txt h5:after {
  content: '';
  position: absolute;
  left: 50%;
  margin-left: -0.14rem;
  width: 0.28rem;
  height: 0.02rem;
  background-color: #fff;
  bottom: 0;
  display: none;
}
.culture .culi .txt p {
  font-size: 0.18rem;
  max-height: 1rem;
  overflow: hidden;
}
.culture .culi .txt::before {
  content: '';
  position: absolute;
  left: 0;
  bottom: -100%;
  background-image: linear-gradient(359.66deg, #f88715 0%, rgba(248, 135, 21, 0.2) 100%);
  width: 100%;
  height: 100%;
}
.culture .culi:hover .img img {
  transform: scale(1.05);
}
.culture .culi:hover .txt::before {
  bottom: 0;
  transition: all 0.4s;
}
.culture .culi:hover .txt .txtin {
  bottom: auto;
  top: 50%;
  transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -o-transform: translateY(-50%);
}
.culture .culi:hover .txt img,
.culture .culi:hover .txt p {
  display: inline-block;
}
.culture .culi:hover .txt img {
  border-color: #fff;
}
.culture .culi:hover .txt h5 {
  font-size: 0.3rem;
}
.culture .culi:hover .txt h5:after {
  display: block;
}
.abfoot .fp-tableCell {
  display: block!important;
}
.btm-wraps {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 2;
  opacity: 0;
  transition: all 0.3s ease-out;
  overflow: hidden;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
}
.btm-wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.btm-wrap .dot-box {
  width: 0.85rem;
  height: 1rem;
  text-align: center;
  position: relative;
  cursor: pointer;
}
.btm-wrap .dot-box .con {
  font-size: 0.18rem;
  line-height: 0.2rem;
  color: #f88715;
  white-space: nowrap;
  position: absolute;
  bottom: 0.65rem;
  left: 50%;
  opacity: 0;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transition: all 0.3s ease-out;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  text-align: center;
}
.btm-wrap .dot-box .cir {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  background-color: #d1d1d1;
  width: 0.08rem;
  height: 0.08rem;
  border-radius: 50%;
}
.btm-wrap .dot-box .num {
  position: relative;
  top: 0.6rem;
  color: #bdbdbd;
  font-size: 0.14rem;
  line-height: 0.1rem;
}
.btm-wrap .dot-box .bg {
  display: inline-block;
  transform: translateY(50px);
  -webkit-transform: translateY(50px);
  -moz-transform: translateY(50px);
  -o-transform: translateY(50px);
  -ms-transform: translateY(50px);
  transition: all 0.3s ease-out;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  width: 1.18rem;
  height: 1.18rem;
  border-radius: 50%;
  position: absolute;
  left: 50%;
  bottom: 1.18rem;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  background-color: #f88715;
}
.btm-wrap .dot-box.on .con,
.btm-wrap .dot-box:hover .con,
.btm-wrap .dot-box.on .bg,
.btm-wrap .dot-box:hover .bg {
  opacity: 1;
}
.btm-wrap .dot-box.on .bg,
.btm-wrap .dot-box:hover .bg {
  bottom: -0.83rem;
}
.btm-wrap .dot-box.on .cir,
.btm-wrap .dot-box:hover .cir {
  background-color: #f88715;
}
.btm-wrap em {
  height: 1px;
  flex-grow: 1;
  background-color: #e8e9ec;
  position: relative;
  width: calc(25% - 0.32rem);
}
.product-warp .container {
  padding-top: 0;
}
.product-warp .abfoot .container {
  padding-top: 0.8rem;
}
.product-warp .swiper-button-next,
.product-warp .swiper-button-prev {
  bottom: 0;
  top: auto;
  margin-top: 0;
  width: 0.4rem;
  height: 0.4rem;
  border-radius: 50%;
  opacity: 1;
  background-color: #f88715;
}
.product-warp .swiper-button-next::after,
.product-warp .swiper-button-prev::after,
.product-warp .swiper-button-next::before,
.product-warp .swiper-button-prev::before {
  display: none;
}
.product-warp .swiper-button-next img,
.product-warp .swiper-button-prev img {
  width: 0.15rem;
  height: 0.12rem;
}
.product-warp .swiper-button-prev {
  left: 0;
}
.product-warp .swiper-button-next {
  left: 0.62rem;
  right: auto;
}
.product-warp .swiper-button-next img {
  transform: rotate(180deg);
}
.product-warp .swiper-button-next.swiper-button-disabled,
.product-warp .swiper-button-prev.swiper-button-disabled {
  background-color: #d1d1d1;
}
.pros1 .swiper-pros1 {
  padding-top: 5%;
}
.pros1 .swiper-pros1 .zulin {
  font-size: 0;
  position: relative;
}
.pros1 .swiper-pros1 .zulin b {
  text-shadow: 0px 2px 15px rgba(0, 0, 0, 0.12);
  font-weight: 500;
  color: #fff;
  font-size: 1.3rem;
  line-height: 0.5rem;
  position: absolute;
  left: 0;
  bottom: 0.5rem;
  bottom: 1rem;
}
.pros1 .swiper-pros1 .zulin .zuli_le,
.pros1 .swiper-pros1 .zulin .zuli_ri {
  display: inline-block;
  vertical-align: top;
}
.pros1 .swiper-pros1 .zulin .zuli_le {
  width: 48.55%;
  padding-right: 8.55%;
  box-sizing: border-box;
}
.pros1 .swiper-pros1 .zulin .zuli_le h5 {
  font-size: 0.32rem;
  line-height: 0.9rem;
}
.pros1 .swiper-pros1 .zulin .zuli_le p {
  font-size: 0.16rem; font-size: 0.2rem!important;
  line-height: 0.36rem;
  overflow: hidden;
  margin-top: 0.5rem;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  line-clamp: 4;
  -webkit-box-orient: vertical;
}
.pros1 .swiper-pros1 .zulin .zuli_le p span{font-size: 0.2rem!important;}
.pros1 .swiper-pros1 .zulin .zuli_ri {
  width: 51.45%;
}
.pros2 .row {
  margin-left: -0.37rem;
  margin-right: -0.37rem;
  position: relative;
  padding-top: 4%;
}
.pros2 .row .col-lg-4 {
  float: left;
  width: 33.33%;
  padding-left: 0.37rem;
  padding-right: 0.37rem;
}
.pros2 .row .col-lg-4 .soli {
  color: #fff;
  padding: 0.55rem 0.55rem 0.4rem;
  position: relative;
  overflow: hidden;
  border-radius: 0.3rem;
}
.pros2 .row .col-lg-4 .soli img,
.pros2 .row .col-lg-4 .soli h5,
.pros2 .row .col-lg-4 .soli p {
  position: relative;
  z-index: 1;
}
.pros2 .row .col-lg-4 .soli p,.pros2 .row .col-lg-4 .soli p span{font-size: 0.2rem!important;}
.pros2 .row .col-lg-4 .soli img {
  width: auto;
  height: 0.3rem;
}
.pros2 .row .col-lg-4 .soli h5 {
  font-size: 0.32rem;
  margin-bottom: 0.4rem;
  margin-top: 0.36rem;color: #333;
}
.pros2 .row .col-lg-4 .soli p {
  font-size: 0.16rem;
  line-height: 0.32rem;
  height: 2.5rem;
  overflow: hidden;
}
.pros2 .row .col-lg-4 .soli:before {
  content: '';
  position: absolute;
  left: 0;
  top: 100%;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(180deg, rgba(248, 135, 21, 0.75) 0%, rgba(248, 135, 21, 0) 100%);
  transition: all 0.4s;
}
.pros2 .row .col-lg-4 .soli:hover::before {
  top: 0;
}
.pros3 .txt {
  font-size: 0.16rem;
  line-height: 0.32rem;
  text-align: center;
  padding: 4% 0.4rem;
}
.pros3 .txt p,.pros3 .txt p span{font-size: 0.2rem!important;}
.pros3 .row {
  margin-left: -0.43rem;
  margin-right: -0.43rem;
  position: relative;
}
.pros3 .row .col-lg-6 {
  padding-left: 0.43rem;
  padding-right: 0.43rem;
  width: 50%;
  float: left;
}
.pros3 .row .col-lg-6 .imgs img {
  border-radius: 0px 0.6rem 0px 0.6rem;
}
.busicolor {
  position: relative;
}
.busicolor:after {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  height: 58.26%;
  background-color: #fcf7f1;
  width: 100%;
  z-index: -1;
}
.busi1 .txt {
  padding: 0 0.6rem;
  font-size: 0.16rem;
  line-height: 0.36rem;
  text-align: center;
  margin-top: 0.4rem;
  margin-bottom: 6%;
}
.busi1 .txt p,.busi1 .txt p span{font-size: 0.2rem!important;}
.busi1 .swiper-busi .zulin .zuli_ri {
  padding: 0 6.9%;
  margin: 0.4rem 0 0.5rem;
}
.busi1 .swiper-busi .zulin h5 {
  font-size: 0.2rem;
  padding-right: 1rem;
}
.busi1 .swiper-busi .swiper-button-prev,
.busi1 .swiper-busi .swiper-button-next {
  left: auto;
}
.busi1 .swiper-busi .swiper-button-prev {
  right: 0.62rem;
}
.busi1 .swiper-busi .swiper-button-next {
  right: 0;
}
.busi2 ul {
  font-size: 0;
  padding: 0 10.65%;
  margin: 0.4rem 0 0.56rem;
}
.busi2 ul li {
  display: inline-block;
  vertical-align: top;
  width: 50%;
  font-size: 0.2rem;
  line-height: 0.4rem;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.busi2 ul li:nth-child(2n) {
  padding-left: 4%;
}
.busi2 .img {
  padding: 0 14.28%;
  margin-top: 4%;
}
.busi3 ul {
  font-size: 0;
  margin: 0.58rem 0 0.51rem;
}
.busi3 ul li {
  display: inline-block;
  vertical-align: top;
  width: 50%;
}
.busi3 ul li h5 {
  font-size: 0.32rem;
  margin-bottom: 0.22rem;
}
.busi3 ul li p {
  font-size: 0.16rem;
  line-height: 0.32rem;
  height: 0.64rem;
}
.busi3 ul li p,.busi3 ul li p span{ font-size: 0.2rem!important;}
.news {
  padding-top: 8%;
}
.news .search {
  position: relative;
  margin: 0.5rem 27% 0.62rem;
}
.news .search input {
  background-color: rgba(245, 245, 245, 0.9);
  border-radius: 0.6rem;
  padding-right: 0.6rem;
  line-height: 0.64rem;
  height: 0.64rem;
  width: 100%;
  padding-left: 0.21rem;
  font-size: 0.16rem;
  color: #333;
}
.news .search img {
  width: 0.18rem;
  height: 0.18rem;
  position: absolute;
  right: 0.21rem;
  top: 50%;
  margin-top: -0.09rem;
}
.news .row {
  margin-left: -0.2rem;
  margin-right: -0.2rem;
}
.news .row .col-lg-4 {
  width: 33.33%;
  float: left;
  padding-left: 0.2rem;
  padding-right: 0.2rem;
}
.news .newli {
  margin-bottom: 0.5rem;
  position: relative;
  padding-bottom: 1.15rem;
  overflow: hidden;
  display: block;
}
.news .newli .newimg {
  overflow: hidden;
}
.news .newli .newimg img {
  transition: all 0.4s;
}
.news .newli .newtxt {
  font-size: 0.16rem;
  padding: 0.3rem 0.34rem 0.2rem;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 2;
  height: 1.15rem;
}
.news .newli .newtxt h5 {
  font-weight: normal;
  font-size: 0.24rem;
  margin-bottom: 0.12rem;
  color: #333333;
}
.news .newli .newtxt .time {
  color: #8b8b8b;
}
.news .newli .newtxt .more {
  display: none;
  padding-top: 0.5rem;
}
.news .newli .newtxt .more img,
.news .newli .newtxt .more span {
  display: inline-block;
  vertical-align: middle;
}
.news .newli .newtxt .more img {
  width: 0.1rem;
  height: 0.16rem;
  margin-right: 0.15rem;
}
.news .newli .newtxt .more span {
  color: #fff;
}
.news .newli .newtxt::before {
  content: '';
  position: absolute;
  left: 0;
  height: 3.6rem;
  bottom: -100%;
  width: 100%;
  z-index: -1;
  transition: all 0.4s;
}
.news .newli:hover .newimg img {
  transform: scale(1.05);
}
.news .newli:hover .newtxt {
  height: auto;
}
.news .newli:hover .newtxt::before {
  bottom: 0;
  background-image: linear-gradient(180deg, rgba(248, 135, 21, 0) 0%, #f88715 100%, #f88715 100%, #f88715 100%);
}
.news .newli:hover .newtxt h5,
.news .newli:hover .newtxt .time {
  color: #fff;
}
.news .newli:hover .newtxt .more {
  display: block;
}
.news_indus .row {
  margin-left: -0.1rem;
  margin-right: -0.1rem;
}
.news_indus .row .col-lg-6 {
  width: 50%;
  float: left;
  padding-left: 0.1rem;
  padding-right: 0.1rem;
}
.news_indus .newli {
  padding-bottom: 0;
}
.news_indus .newli .newtxt {
  font-size: 0.16rem;
  padding: 0.3rem 0.34rem 0.12rem;
  position: relative;
  height: auto;
}
.news_indus .newli .newtxt h5 {
  font-size: 0.28rem;
  margin-bottom: 0.18rem;
}
.news_indus .newli .newtxt .time {
  color: #8b8b8b;
}
.news_indus .newli .newtxt .more {
  display: block;
  padding-top: 0;
  float: right;
}
.news_indus .newli .newtxt .more span {
  color: #8b8b8b;
}
.news_indus .newli .newtxt::before {
  display: none;
}
.news_indus .newli:hover .newimg img {
  box-shadow: 0px 0.2rem 0.3rem rgba(0, 0, 0, 0.16);
}
.news_indus .newli:hover .newtxt .time {
  color: #8b8b8b;
}
.news_indus .newli:hover .newtxt h5 {
  color: #f88715;
}
.crumbs {
  margin: 0.16rem 0;
}
.crumbs a,
.crumbs span {
  display: inline-block;
  vertical-align: middle;
  color: #8b8b8b;
  font-size: 0.14rem;
  line-height: 0.36rem;
}
.crumbs span {
  margin: 0 0.06rem;
}
.crumbs .cur {
  color: #333;
}
.ndes-warp {
  padding-top: 0.9rem;
}
.ndes-warp .name {
  text-align: center;
  border-bottom: 0.01rem solid #e2e2e2;
  margin-bottom: 0.4rem;
}
.ndes-warp .name h2 {
  color: #333;
  font-size: 0.46rem;
}
.ndes-warp .name span {
  color: #8b8b8b;
  font-size: 0.18rem;
  line-height: 0.9rem;
}
.ndes-warp .editer {
  padding: 0 13%;
}
.ndes-warp .dewdpage {
  margin-top: 0.3rem;
  padding: 0.4rem 1.4rem 0.4rem 0.4rem;
  border-top: 0.01rem solid #D1D1D1;
  position: relative;
  font-size: 0.18rem;
}
.ndes-warp .dewdpage .npage a {
  display: block;
  color: #8b8b8b;
  cursor: pointer;
  margin-bottom: 0.1rem;
}
.ndes-warp .dewdpage .npage a:hover {
  color: #f88715;
}
.ndes-warp .dewdpage .rpage {
  position: absolute;
  right: 0;
  top: 0.4rem;
  cursor: pointer;
}
.ndes-warp .dewdpage .rpage img,
.ndes-warp .dewdpage .rpage span {
  display: inline-block;
  vertical-align: middle;
}
.ndes-warp .dewdpage .rpage img {
  width: 0.25rem;
  height: 0.23rem;
  margin-right: 0.12rem;
}
.ndes-warp .dewdpage .rpage span {
  color: #f88715;
}
.search-warp .search-con {
  position: absolute;
  left: 0;
  bottom: 0;
  right: 0;
  padding: 0;
}
.search-warp .search-con .search input {
  font-size: 0.22rem;
  background-color: #fff;
  padding-right: 0.8rem;
  line-height: 0.96rem;
  height: 0.96rem;
  width: 100%;
  padding-left: 0.4rem;
  color: #333;
}
.search-warp .search-con .search img {
  width: 0.24rem;
  height: 0.24rem;
  position: absolute;
  right: 0.36rem;
  top: 50%;
  margin-top: -0.12rem;
}
.search-warp .name {
  color: #999;
  font-size: 0.18rem;
  background-color: #f7f7f7;
  padding: 0.18rem 0.2rem;
}
.search-warp .name span {
  color: #f88715;
}
.search-warp .nnu {
  padding: 0.2rem;
}
.search-warp .naul {
  padding-bottom: 8%;
  min-height: 4.8rem;
}
.search-warp .naul li {
  position: relative;
  padding: 0.3rem 0.6rem 0.3rem 0.14rem;
  border-bottom: 0.01rem solid #e9e9e9;
  font-size: 0.18rem;
}
.search-warp .naul li a {
  display: block;
  color: #333;
}
.search-warp .naul li img {
  position: absolute;
  width: 0.17rem;
  height: 0.14rem;
  right: 0.16rem;
  top: 0.4rem;
  opacity: 0;
  transition: all 0.4s;
}
.search-warp .naul li:hover a {
  color: #f88715;
}
.search-warp .naul li:hover img {
  opacity: 1;
}
.service-warp .container {
  padding-bottom: 0.8rem;
}
.service-warp .service1 .txt {
  color: #8b8b8b;
  font-size: 0.16rem;
  text-align: center;
  margin-top: 0.2rem;
}
.service-warp .service1 .img {
  padding: 0 13.15%;
}
.service-warp .service3 .sale {
  font-size: 0;
  padding-top: 6%;
}
.service-warp .service3 .sale .sali {
  display: inline-block;
  vertical-align: top;
  width: 33.33%;
}
.service-warp .service3 .sale .sali .t {
  color: #333333;
  font-size: 0.26rem;
}
.service-warp .service3 .sale .sali .txt {
  color: #8b8b8b;
  font-size: 0.16rem;
  line-height: 0.26rem;
  margin-top: 0.4rem;
}
.service-warp .service3 .sale .sali .txt p,.service-warp .service3 .sale .sali .txt p span{font-size: 0.2rem!important;}
.service-warp .service3 .sale .sali:nth-child(5) .t {
  text-align: center;
}
.service-warp .service3 .sale .sali:last-child .t {
  text-align: right;
}
.service-warp .service4 .swiper-qa {
  margin-top: 0.54rem;
  height: 5.4rem;
}
.service-warp .service4 .swiper-qa .swiper-slide {
  height: calc((100% - 0.3rem) / 3);
}
.service-warp .service4 .swiper-qa .swiper-pagination {
  bottom: 0;
}
.service-warp .service4 .swiper-qa .swiper-pagination .swiper-pagination-bullet {
  width: 0.1rem;
  height: 0.1rem;
  border: 1px solid #f88715;
  opacity: 1;
  border-radius: 0.15rem;
  background-color: transparent;
}
.service-warp .service4 .swiper-qa .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  width: 0.3rem;
  background-color: #f88715;
}
.service-warp .service4 .ques {
  padding: 0.25rem 0.45rem;
  border: 1px solid #dcdcdc;
  margin-bottom: 0.3rem;
  height: 1.5rem;
  overflow: hidden;
}
.service-warp .service4 .ques .q,
.service-warp .service4 .ques .a {
  position: relative;
  padding-left: 0.3rem;
}
.service-warp .service4 .ques .q span,
.service-warp .service4 .ques .a span {
  position: absolute;
  left: 0;
  top: -0.01rem;
}
.service-warp .service4 .ques .q {
  color: #f88715;
  font-size: 0.2rem;
  margin-bottom: 0.24rem;
}
.service-warp .service4 .ques .a {
  color: #333333;
  font-size: 0.18rem;
}
.service-warp .service4 .ques:hover {
  background-color: #fff;
  border-color: #fff;
  box-shadow: 0px 0.1rem 0.3rem rgba(0, 0, 0, 0.1);
}
.hold-warp .suban {
  height: 100vh;
  position: relative;
}
.recruit-warp .recr1 {
  padding: 8% 0;
}
.recruit-warp .recr1 .row {
  margin-left: -0.2rem;
  margin-right: -0.2rem;
  margin-top: 0.5rem;
}
.recruit-warp .recr1 .row .col-lg-4 {
  width: 33.33%;
  float: left;
  padding-left: 0.2rem;
  padding-right: 0.2rem;
}
.recruit-warp .recr1 .visul {
  position: relative;
  height: 2.4rem;
  background-position: center center;
  background-size: cover;
}
.recruit-warp .recr1 .visul::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #f5f5f5;
}
.recruit-warp .recr1 .visul .jdjz {
  padding: 0.4rem 0.34rem 0.4rem 1.74rem;
}
.recruit-warp .recr1 .visul .jdjz span {
  position: absolute;
  left: 0.6rem;
  top: 50%;
  z-index: 2;
  margin-top: -0.45rem;
  background-image: url(../img/visul-i1.png);
  background-size: 1.8rem 0.9rem;
  width: 0.9rem;
  height: 0.9rem;
  background-position: left center;
  display: block;
}
.recruit-warp .recr1 .visul .jdjz h5 {
  font-size: 0.26rem;
  margin-bottom: 0.22rem;
}
.recruit-warp .recr1 .visul .jdjz p {
  font-size: 0.18rem;
}
.recruit-warp .recr1 .visul:hover::before {
  transition-duration: 0.5s;
  background-color: #f88715;
  opacity: 0.85;
}
.recruit-warp .recr1 .visul:hover .jdjz span {
  background-position: right center;
}
.recruit-warp .recr1 .visul:hover h5,
.recruit-warp .recr1 .visul:hover p {
  color: #fff;
}
.recruit-warp .recr2 {
  padding-bottom: 6%;
}
.recruit-warp .recr2 .rzhul {
  font-size: 0;
  margin-top: 0.58rem;
  margin-left: -0.025rem;
  width: 100%;
  margin-right: -0.25rem;
}
.recruit-warp .recr2 .rzhul .col-lg-3 {
  width: 20%;
  float: left;
  padding-left: 0.025rem;
  padding-right: 0.025rem;
}
.recruit-warp .recr2 .rzhul .rzhuli {
  text-align: center;
  position: relative;
  color: #fff;
  background-position: center center;
  background-size: cover;
  height: 7rem;
}
.recruit-warp .recr2 .rzhul .rzhuli::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #000;
  opacity: 0.2;
}
.recruit-warp .recr2 .rzhul .rzhuli span {
  opacity: 0.2;
  font-family: 'S_Light';
  font-weight: 300;
  font-size: 2rem;
  position: absolute;
  left: 0;
  right: 0;
  bottom: -0.9rem;
}
.recruit-warp .recr2 .rzhul .rzhuli img,
.recruit-warp .recr2 .rzhul .rzhuli h5,
.recruit-warp .recr2 .rzhul .rzhuli .en {
  position: relative;
  top: 20%;
}
.recruit-warp .recr2 .rzhul .rzhuli img {
  width: 0.7rem;
  height: 0.7rem;
  margin: 0 auto;
}
.recruit-warp .recr2 .rzhul .rzhuli h5 {
  font-size: 0.26rem;
  margin: 0.33rem 0 0.17rem 0;
}
.recruit-warp .recr2 .rzhul .rzhuli .en {
  font-size: 0.18rem;
  font-family: 'S_Light';
  font-weight: 300;
  opacity: 0.6;
}
.recruit-warp .recr2 .rzhul .rzhuli:hover::before {
  background-color: #f88715;
  opacity: 1;
}
.recruit-warp .recr3 {
  padding: 6% 0;
}
.recruit-warp .recr3 .tip {
  color: #bdbdbd;
  font-size: 0.16rem;
  line-height: 0.3rem;
  margin: 0.25rem auto 0.7rem;
  text-align: center;
}
.recruit-warp .recitem {
  margin-bottom: 0.56rem;
}
.recruit-warp .recitem .recli {
  margin-bottom: 0.22rem;
  border-radius: 0.1rem;
  background-color: #fff;
}
.recruit-warp .recitem .recli .recli-in {
  cursor: pointer;
  padding: 0.3rem 3.6rem 0.3rem 0.4rem;
  position: relative;
}
.recruit-warp .recitem .recli .recli-in h5 {
  font-size: 0.24rem;
  color: #333;
}
.recruit-warp .recitem .recli .recli-in .recliname {
  position: absolute;
  right: 0.4rem;
  top: 0.25rem;
}
.recruit-warp .recitem .recli .recli-in .recliname > div {
  display: inline-block;
  vertical-align: middle;
}
.recruit-warp .recitem .recli .recli-in .recliname .time {
  color: #bdbdbd;
  font-size: 0.22rem;
  margin-right: 1.3rem;
}
.recruit-warp .recitem .recli .recli-in .recliname .cir {
  width: 0.4rem;
  height: 0.4rem;
  background-color: #dbdbdb;
  border-radius: 50%;
  text-align: center;
}
.recruit-warp .recitem .recli .recli-in .recliname .cir span {
  background-image: url(../img/add.png);
  background-size: 0.48rem 0.24rem;
  width: 0.24rem;
  height: 0.24rem;
  background-position: left center;
  display: inline-block;
  margin-top: 0.08rem;
}
.recruit-warp .recitem .recli .subcit {
  transition: all 0.4s;
  border-top: 1px solid #e1e1e1;
  margin: 0 0.1rem;
  display: none;
  transition: none;
  -webkit-transition: none;
  font-size: 0;
  padding: 0.3rem;
}
.recruit-warp .recitem .recli .subcit > div {
  display: inline-block;
  vertical-align: top;
}
.recruit-warp .recitem .recli .subcit .citle {
  width: 71.45%;
  height: 5rem;
  overflow: auto;
}
.recruit-warp .recitem .recli .subcit .citle .gang {
  margin-bottom: 0.7rem;
}
.recruit-warp .recitem .recli .subcit .citle h5 {
  color: #f88715;
  font-size: 0.2rem;
  margin-bottom: 0.25rem;
}
.recruit-warp .recitem .recli .subcit .citle p {
  color: #8b8b8b;
  font-size: 0.16rem;
  line-height: 0.3rem;
}
.recruit-warp .recitem .recli .subcit .citri {
  width: 28.55%;
  padding-left: 0.4rem;
}
.recruit-warp .recitem .recli .subcit .citri h5 {
  color: #333;
  font-size: 0.2rem;
}
.recruit-warp .recitem .recli .subcit .citri .citrili {
  margin-top: 0.4rem;
  position: relative;
}
.recruit-warp .recitem .recli .subcit .citri .citrili > input {
  color: #333;
  font-size: 0.16rem;
  border-bottom: 1px solid #d1d1d1;
  padding: 0 0.1rem 0.16rem;
  width: 100%;
}
.recruit-warp .recitem .recli .subcit .citri .citrili > input:disabled {
  background-color: #fff;
}
.recruit-warp .recitem .recli .subcit .citri .citrili .upfile {
  position: absolute;
  right: 0.1rem;
  top: 0;
}
.recruit-warp .recitem .recli .subcit .citri .citrili .upfile span {
  color: #f88715;
  font-size: 0.16rem;
}
.recruit-warp .recitem .recli .subcit .citri .citrili .upfile input {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
}
.recruit-warp .recitem .recli .subcit .citri button {
  color: #ffffff;
  margin-top: 0.4rem;
  font-size: 0.16rem;
  line-height: 0.46rem;
  width: 1.4rem;
  height: 0.46rem;
  background-color: #f88715;
  border-radius: 0.23rem;
  border: none;
  outline: none ;
}
.recruit-warp .recitem .recli.act {
  box-shadow: 0px 0.1rem 0.5rem rgba(0, 0, 0, 0.12);
}
.recruit-warp .recitem .recli.act .recli-in .recliname .cir {
  background-color: #f88715;
}
.recruit-warp .recitem .recli.act .recli-in .recliname .cir span {
  background-position: right center;
}
.recruit-warp .recitem .recli:hover {
  box-shadow: 0px 0.1rem 0.5rem rgba(0, 0, 0, 0.12);
}
.contact-warp .address {
  font-size: 0;
  height: 9.6rem;
}
.contact-warp .address .addle,
.contact-warp .address .addri {
  display: inline-block;
  vertical-align: middle;
  width: 50%;
  height: 100%;
}
.contact-warp .address .addle {
  padding-left: 10.4266%;
}
.contact-warp .address .addle ul {
  padding-top: 16%;
}
.contact-warp .address .addle ul li {
  position: relative;
  margin-bottom: 0.66rem;
  padding-left: 1.22rem;
}
.contact-warp .address .addle ul li img {
  width: 0.42rem;
  height: 0.42rem;
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -0.21rem;
}
.contact-warp .address .addle ul li h5 {
  color: #c2c2c2;
  font-size: 0.26rem;
  margin-bottom: 0.18rem;
}
.contact-warp .address .addle ul li p {
  font-size: 0.2rem;
  line-height: 0.28rem;
}
.contact-warp .address .addle ul li.code img {
  position: relative;
  top: 0;
  margin-top: 0;
  width: 1.1rem;
  height: 1.1rem;
  margin-bottom: 0.1rem;
}
.contact-warp .address .addle ul li.code span {
  color: #8d8e8f;
  font-size: 0.16rem;
  line-height: 0.3rem;
  display: block;
  width: 1.1rem;
  text-align: center;
}
.contact-warp .address .addri iframe {
  width: 100%;
  height: 100%;
  border: none;
}
.contact-warp .msg {
  padding-bottom: 5%;
}
.contact-warp .msg .container {
  font-size: 0;
}
.contact-warp .msg .container .msgle,
.contact-warp .msg .container .msgri {
  display: inline-block;
  vertical-align: middle;
}
.contact-warp .msg .container .msgle {
  width: 44.08%;
}
.contact-warp .msg .container .msgle .txt {
  color: #fff;
  font-size: 0.16rem;
  line-height: 0.3rem;
  margin-top: 0.7rem;
  padding-right: 0.77rem;
}
.contact-warp .msg .container .msgri {
  width: 55.92%;
  background-color: #f88715;
  border-radius: 0px 0px 0.9rem 0px;
  padding: 0.85rem 0.55rem;
  margin-top: -0.36rem;
}
.contact-warp .msg .container .msgri input,
.contact-warp .msg .container .msgri textarea,
.contact-warp .msg .container .msgri button {
  border-radius: 0.06rem;
  height: 0.7rem;
  line-height: 0.7rem;
  width: 100%;
  border: none;
  outline: none;
}
.contact-warp .msg .container .msgri ul li {
  margin-bottom: 0.28rem;
}
.contact-warp .msg .container .msgri ul li input,
.contact-warp .msg .container .msgri ul li textarea {
  padding: 0 0.3rem;
  font-size: 0.18rem;
  background-color: rgba(255, 255, 255, 0.9);
}
.contact-warp .msg .container .msgri ul li textarea {
  height: 1.6rem;
}
.contact-warp .msg .container .msgri button {
  color: #ffffff;
  font-size: 0.22rem;
  background-color: rgba(34, 34, 34, 0.9);
}
@media screen and (max-width: 1400px) {
  .contact-warp .address .addle {
    padding-left: 5%;
  }
}
@media screen and (max-width: 1024px) {
  .pros1 .swiper-pros1 {
    padding-top: 0.3rem;
  }
  .pros1 .swiper-pros1 .zulin b {
    font-size: 1rem;
    bottom: 0.7rem;
  }
  .pros1 .swiper-pros1 .zulin .zuli_le {
    padding-right: 0.3rem;
  }
  .pros1 .swiper-pros1 .zulin .zuli_le p {
    margin-top: 0;
  }
}
@media screen and (max-width: 991px) {
  .abfoot .container {
    padding-bottom: 0;
  }
  .title .zh {
    font-size: 0.26rem;
    line-height: 0.42rem;
  }
  .title .en {
    font-size: 0.14rem;
  }
  .banner .swiper-slide a .jdjz {
    letter-spacing: 0;
    font-size: 0.32rem;
  }
  .about .abtop .able,
  .about .abtop .abri {
    vertical-align: middle;
  }
  .about .abtop .able {
    padding-right: 0.2rem;
  }
  .about .abtop .abri img {
    border-radius: 0 0.2rem 0 0.2rem;
  }
  .about .abtop .txt {
    margin: 0.3rem 0;
    min-height: 1.36rem;
    line-height: 0.3rem;
    max-height: 2.1rem;
  }
  .abnum {
    display: block;
    font-size: 0;
    padding-top: 0.3rem;
  }
  .abnum li {
    width: 50%;
    text-align: center;
    display: inline-block;
    vertical-align: middle;
    margin-top: 0.15rem;
  }
  .abnum li p {
    font-size: 0.3rem;
  }
  .map .maple,
  .map .mapri {
    vertical-align: middle;
  }
  .map .maple .txt {
    margin: 0.1rem 0;
    line-height: 0.24rem;
    height: auto;
    height: 0.69rem;
  }
  .map .maple .mapul {
    margin-right: 0;
  }
  .map .maple .mapul .mapt {
    font-size: 0.16rem;
    padding: 0.08rem 0.15rem;
    margin-bottom: 0;
  }
  .map .maple .mapul .mapt::before {
    right: 0.1rem;
  }
  .map .maple .mapul .maplis {
    padding: 0 0.15rem;
    height: 1.92rem;
  }
  .map .maple .mapul .maplis .mapli {
    padding: 0.1rem 0;
  }
  .map .maple .mapul .maplis .mapli .name {
    font-size: 0.16rem;
    margin-bottom: 0;
  }
  .map .maple .mapul .maplis .mapli div {
    padding-left: 0.3rem;
  }
  .map .maple .mapul .maplis .mapli span {
    top: 0.08rem;
    font-size: 0.16rem;
  }
  .suban .subt .zh {
    font-size: 0.4rem;
    letter-spacing: 0;
    padding-left: 0;
  }
  .suban .subt .en {
    font-size: 0.2rem;
    line-height: 0.4rem;
  }
  .zet .zh {
    font-size: 0.32rem;
    line-height: 0.4rem;
  }
  .zet .en {
    font-size: 0.3rem;
  }
  .profile .prfle {
    width: 40%;
  }
  .profile .prfri {
    padding: 0 0.15rem 0;
    width: 60%;
  }
  .profile .prfri .txt {
    margin-top: 0;
  }
  .profile .prfri .txt p {
    line-height: 0.28rem;
  }
  .develop .develops {
    padding-right: 1.5rem;
  }
  .develop .swiper-develop {
    margin-top: 0.4rem;
  }
  .develop .swiper-develop .swiper-slide .img {
    width: 100%;
  }
  .develop .swiper-develop .swiper-slide .txt {
    width: 100%;
    padding-left: 0;
    margin-top: 0.15rem;
  }
  .develop .swiper-develop .swiper-slide .txt h4 {
    font-size: 0.4rem;
    margin-bottom: 0.1rem;
  }
  .culture .row {
    margin-top: 0.3rem;
  }
  .culture .culi .txt img {
    width: 0.9rem;
    height: 0.9rem;
  }
  .culture .culi:hover .txt h5 {
    font-size: 0.24rem;
  }
  .btm-wrap .dot-box {
    height: 0.7rem;
  }
  .btm-wrap .dot-box .con {
    font-size: 0.16rem;
    bottom: 0.45rem;
  }
  .btm-wrap .dot-box .num {
    top: 0.4rem;
  }
  .btm-wrap .dot-box .bg {
    width: 0.6rem;
    height: 0.6rem;
    bottom: 0.8rem;
  }
  .btm-wrap .dot-box.on .bg,
  .btm-wrap .dot-box:hover .bg {
    bottom: -0.4rem;
  }
  .ndes-warp {
    padding-top: 0.8rem;
  }
  .ndes-warp .name h2 {
    font-size: 0.28rem;
  }
  .ndes-warp .name span {
    line-height: 0.6rem;
  }
  .ndes-warp .editer {
    padding: 0;
  }
  .ndes-warp .dewdpage {
    padding: 0.3rem 1.2rem 0.2rem 0;
  }
  .news .search {
    margin: 0.3rem;
    line-height: 0.5rem;
    height: 0.5rem;
  }
  .news .search input {
    line-height: 0.5rem;
    height: 0.5rem;
  }
  .news .row {
    margin-left: -0.075rem;
    margin-right: -0.075rem;
  }
  .news .row .col-lg-4 {
    width: 50%;
    padding-left: 0.075rem;
    padding-right: 0.075rem;
  }
  .news .newli {
    margin-bottom: 0.2rem;
    padding-bottom: 0.8rem;
  }
  .news .newli .newtxt {
    padding: 0.15rem;
    height: 0.8rem;
  }
  .news .newli .newtxt h5 {
    font-size: 0.18rem;
    margin-bottom: 0.1rem;
  }
  .news .newli .more {
    padding-top: 0.4rem;
  }
  .news_indus .row {
    margin-left: -0.075rem;
    margin-right: -0.075rem;
  }
  .news_indus .row .col-lg-6 {
    width: 50%;
    padding-left: 0.075rem;
    padding-right: 0.075rem;
  }
  .news_indus .newli {
    padding-bottom: 0;
  }
  .recruit-warp .recr1,
  .recruit-warp .recr2 {
    padding: 0.4rem 0;
  }
  .recruit-warp .recr1 .row,
  .recruit-warp .recr2 .row {
    margin-top: 0.3rem;
  }
  .recruit-warp .recr1 .row {
    margin-left: -0.075rem;
    margin-right: -0.075rem;
  }
  .recruit-warp .recr1 .row .col-lg-4 {
    padding-left: 0.075rem;
    padding-right: 0.075rem;
    width: 100%;
  }
  .recruit-warp .recr1 .visul {
    margin-bottom: 0.15rem;
    height: 1.6rem;
  }
  .recruit-warp .recr1 .visul .jdjz {
    padding: 0.15rem 0.15rem 0.15rem 1.3rem;
  }
  .recruit-warp .recr1 .visul .jdjz span {
    left: 0.15rem;
  }
  .recruit-warp .recr1 .visul .jdjz h5 {
    font-size: 0.2rem;
    margin-bottom: 0.16rem;
  }
  .recruit-warp .recr2 .rzhul .rzhuli {
    height: 6rem;
  }
  .recruit-warp .recr2 .rzhul .rzhuli span {
    font-size: 0.6rem;
    bottom: -0.25rem;
  }
  .recruit-warp .recr2 .rzhul .rzhuli img {
    width: 0.4rem;
    height: 0.4rem;
  }
  .recruit-warp .recr2 .rzhul .rzhuli h5 {
    font-size: 0.16rem;
  }
  .recruit-warp .recr2 .rzhul .rzhuli .en {
    font-size: 0.14rem;
  }
  .recruit-warp .recr3 {
    padding: 0.6rem 0 0.4rem 0;
  }
  .recruit-warp .recr3 .tip {
    margin: 0.25rem 0;
  }
  .recruit-warp .recitem .recli .recli-in {
    padding: 0.2rem 1.6rem 0.2rem 0.15rem;
  }
  .recruit-warp .recitem .recli .recli-in h5 {
    font-size: 0.18rem;
  }
  .recruit-warp .recitem .recli .recli-in .recliname {
    right: 0.15rem;
    top: 0.15rem;
  }
  .recruit-warp .recitem .recli .recli-in .recliname .time {
    font-size: 0.14rem;
    margin-right: 0.2rem;
  }
  .recruit-warp .recitem .recli .recli-in .recliname .cir {
    width: 0.3rem;
    height: 0.3rem;
  }
  .recruit-warp .recitem .recli .recli-in .recliname .cir span {
    margin-top: 0.03rem;
  }
  .recruit-warp .recitem .recli .subcit {
    padding: 0.2rem 0.15rem;
  }
  .recruit-warp .recitem .recli .subcit .citle,
  .recruit-warp .recitem .recli .subcit .citri {
    width: 100%;
  }
  .recruit-warp .recitem .recli .subcit .citle {
    height: auto;
  }
  .recruit-warp .recitem .recli .subcit .citle .gang {
    margin-bottom: 0.2rem;
  }
  .recruit-warp .recitem .recli .subcit .citle h5 {
    font-size: 0.16rem;
    margin-bottom: 0.15rem;
  }
  .recruit-warp .recitem .recli .subcit .citri {
    padding-left: 0;
  }
  .recruit-warp .recitem .recli .subcit .citri h5 {
    font-size: 0.18rem;
    margin-top: 0.3rem;
  }
  .recruit-warp .recitem .recli .subcit .citri .citrili {
    margin-top: 0.2rem;
  }
  .recruit-warp .recitem .recli .subcit .citri button {
    margin-top: 0.25rem;
  }
  .contact-warp .address {
    height: 5.5rem;
  }
  .contact-warp .address .addle {
    padding-left: 0.15rem;
  }
  .contact-warp .address .addle ul {
    padding-top: 0.4rem;
  }
  .contact-warp .address .addle ul li {
    padding-left: 0.5rem;
    margin-bottom: 0.2rem;
  }
  .contact-warp .address .addle ul li h5 {
    font-size: 0.18rem;
    margin-bottom: 0.1rem;
  }
  .contact-warp .address .addle ul li p {
    font-size: 0.16rem;
  }
  .contact-warp .address .addle ul li img {
    width: 0.3rem;
    height: 0.3rem;
    margin-top: -0.15rem;
  }
  .contact-warp .address .addle ul li.code img {
    width: 0.8rem;
    height: 0.8rem;
  }
  .contact-warp .address .addle ul li.code span {
    width: 0.8rem;
  }
  .contact-warp .msg .container .msgle .txt {
    margin-top: 0.3rem;
    padding-right: 0.3rem;
  }
  .contact-warp .msg .container .msgri {
    padding: 0.4rem 0.3rem;
    border-radius: 0px 0px 0.3rem 0px;
  }
  .contact-warp .msg .container .msgri input,
  .contact-warp .msg .container .msgri textarea,
  .contact-warp .msg .container .msgri button {
    height: 0.5rem;
    line-height: 0.5rem;
  }
  .contact-warp .msg .container .msgri ul li {
    margin-bottom: 0.16rem;
  }
  .contact-warp .msg .container .msgri ul li input,
  .contact-warp .msg .container .msgri ul li textarea {
    padding: 0 0.15rem;
  }
  .contact-warp .msg .container .msgri button {
    color: #ffffff;
    font-size: 0.18rem;
  }
  .service-warp .service3 .sale {
    padding-top: 0.3rem;
  }
  .service-warp .service3 .sale .sali .t {
    font-size: 0.18rem;
    margin-top: 0.1rem;
  }
  .service-warp .service3 .sale .sali .txt {
    font-size: 0.14rem;
    line-height: 0.22rem;
    margin-top: 0.1rem;
  }
  .service-warp .service4 .ques {
    padding: 0.15rem;
  }
  .service-warp .service4 .ques .q {
    margin-bottom: 0.1rem;
    font-size: 0.16rem;
  }
  .service-warp .service4 .ques .a {
    -webkit-line-clamp: 4;
    line-clamp: 4;
  }
  .product-warp .amenu a,
  .news-warp .amenu a {
    width: 50%;
  }
  .service-warp .amenu a {
    width: 25%;
  }
  .pros1 .swiper-pros1 .zulin {
    text-align: center;
  }
  .pros1 .swiper-pros1 .zulin b {
    font-size: 0.6rem;
    bottom: 0.5rem;
    display: none;
  }
  .pros1 .swiper-pros1 .zulin .zuli_le {
    width: 100%;
    padding-right: 0;
    text-align: left;
    margin-bottom: 0.3rem;
  }
  .pros1 .swiper-pros1 .zulin .zuli_le p {
    font-size: 0.16rem;
    line-height: 0.24rem;
  }
  .pros1 .swiper-pros1 .zulin .zuli_le h5 {
    font-size: 0.18rem;
    line-height: 0.4rem;
  }
  .pros2 .row,
  .pros3 .row {
    margin-left: -0.07rem;
    margin-right: -0.07rem;
  }
  .pros2 .row .col-lg-4 {
    padding-left: 0.07rem;
    padding-right: 0.07rem;
  }
  .pros2 .row .col-lg-4 .soli {
    padding: 0.15rem;
    border-radius: 0.15rem;
  }
  .pros2 .row .col-lg-4 .soli h5 {
    font-size: 0.18rem;
    margin-bottom: 0.1rem;
    margin-top: 0.3rem;
  }
  .pros2 .row .col-lg-4 .soli p {
    font-size: 0.16rem;
    line-height: 0.24rem;
  }
  .pros3 .row .col-lg-6 {
    padding-left: 0.07rem;
    padding-right: 0.07rem;
  }
  .pros3 .row .col-lg-6 .imgs img {
    border-radius: 0px 0.15rem 0px 0.15rem;
  }
  .pros3 .txt {
    font-size: 0.16rem;
    line-height: 0.24rem;
    padding: 0.3rem 0;
  }
}
@media screen and (max-width: 640px) {
  .map .maple {
    width: 100%;
  }
  .map .mapri {
    width: 70%;
    margin: 0.1rem 15% 0;
  }
  .profile .prfle {
    display: none;
  }
  .profile .prfri {
    width: 100%;
  }
  .culture .row {
    margin-left: -0.2rem;
    margin-right: -0.2rem;
  }
  .culture .row .col-lg-3 {
    width: 50%;
    margin-bottom: 0.4rem;
    padding-left: 0.2rem;
    padding-right: 0.2rem;
  }
  .develop .devul li {
    padding-right: 0.2rem;
  }
  .develop .develops {
    padding-right: 1.3rem;
  }
  .contact-warp .address {
    height: auto;
  }
  .contact-warp .address .addle,
  .contact-warp .address .addri {
    width: 100%;
  }
  .contact-warp .address .addle {
    height: auto;
    padding-right: 0.15rem;
  }
  .contact-warp .address .addri {
    height: 5rem;
  }
  .contact-warp .msg {
    padding: 0.6rem 0 0.4rem 0;
  }
  .contact-warp .msg .container .msgle,
  .contact-warp .msg .container .msgri {
    width: 100%;
  }
  .contact-warp .msg .container .msgle .txt {
    margin-top: 0.2rem;
    padding-right: 0;
  }
  .contact-warp .msg .container .msgri {
    padding: 0.2rem 0.15rem;
    border-radius: 0;
    margin-top: 0.3rem;
  }
  .contact-warp .msg .container .msgri ul li {
    margin-bottom: 0.16rem;
  }
  .contact-warp .msg .container .msgri ul li input,
  .contact-warp .msg .container .msgri ul li textarea {
    padding: 0 0.15rem;
  }
  .contact-warp .msg .container .msgri button {
    color: #ffffff;
    font-size: 0.18rem;
  }
  .pros2 .row,
  .pros3 .row {
    margin-left: 0;
    margin-right: 0;
  }
  .pros2 .row .col-lg-4 {
    padding-left: 0;
    padding-right: 0;
    width: 100%;
  }
  .pros2 .row .col-lg-4 .soli {
    margin-bottom: 0.1rem;
  }
  .pros2 .row .col-lg-4 .soli h5 {
    margin-top: 0.2rem;
  }
  .pros2 .row .col-lg-4 .soli p {
    height: auto;
  }
  .pros3 .row .col-lg-6 {
    padding-left: 0;
    padding-right: 0;
    width: 100%;
  }
  .pros3 .row .col-lg-6 .imgs {
    width: 50%;
    text-align: center;
    margin: 0.1rem auto;
  }
  .pros3 .row .col-lg-6 .imgs img {
    border-radius: 0px 0.15rem 0px 0.15rem;
  }
  .pros3 .txt {
    font-size: 0.16rem;
    line-height: 0.24rem;
    padding: 0.3rem 0;
  }
  .news .newli .newtxt {
    padding-left: 0;
    padding-right: 0;
  }
  .news_indus .newli .newtxt {
    height: auto;
  }
  .news_indus .newli .newtxt .more {
    float: none;
    text-align: right;
  }
}
@media screen and (max-width: 540px) {
  .zet .zh {
    font-size: 0.28rem;
    line-height: 0.36rem;
  }
  .zet .en {
    font-size: 0.26rem;
  }
}
