@keyframes dd {
  0% {
    transform: translate(-40%, -50%);
    opacity: 0;
  }
  100% {
    transform: translate(-50%, -50%);
    opacity: 1;
  }
}
.suban {
  position: relative;
  overflow: hidden;
  padding-top: 1.2rem;
}
.suban .subanimg {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.suban .arrow {
  font-size: 0.36rem;
  position: absolute;
  left: 50%;
  bottom: 0.1rem;
}
.suban.sub_recruit .jdjz {
  width: auto;
  top: 60%;
}
.suban.sub_recruit .jdjz img {
  height: 2.88rem;
}
.itit {
  text-align: center;
  padding: 0.7rem 0;
  color: #000;display: block;
}
.itit .itit-h {
  position: relative;
  display: inline-block;
  font-size: 0.48rem;
  padding-bottom: 0.34rem;
  line-height: 0.48rem;
  font-weight: bold;
}
.itit .itit-h:before,
.itit .itit-h:after {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  height: 0.07rem;
  border-radius: 0.04rem;
  background-color: #ff6900;
}
.itit .itit-h:before {
  width: 1.1rem;
}
.itit .itit-h:after {
  width: 0.3rem;
  left: 1.2rem;
}
.itit.ititw .itit-h:before,
.itit.ititw .itit-h:after {
  background-color: #fff;
}
.banner .swi_banner .swiper-slide {
  position: relative;
}
.banner .swi_banner .swiper-slide img {
  width: 100%;
  object-fit: cover;
  display: block;
}
.banner .swi_banner .swiper-button-next,
.banner .swi_banner .swiper-button-prev {
  width: 0.48rem;
  height: 0.48rem;
  margin-top: -0.2rem;
  background-image: url("../img/moreh.png");
  background-repeat: no-repeat;
  background-size: 0.48rem 0.48rem;
  background-position: center;
}
.banner .swi_banner .swiper-button-next::after,
.banner .swi_banner .swiper-button-prev::after {
  display: none;
}
.banner .swi_banner .swiper-button-prev {
  left: 1.4rem;
  transform: scaleX(-1);
}
.banner .swi_banner .swiper-button-next {
  right: 1.4rem;
}
.popup {
  width: 100%;
  height: 100vh;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 15;
  background: #fff;
  transition: all 0.3s;
  overflow: auto;
  overflow-x: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
}
.popup.open {
  opacity: 1;
  visibility: visible;
  -webkit-animation: zoomOut 0.2s linear forwards;
  animation: zoomOut 0.2s linear forwards;
}
.popup.close {
  opacity: 0;
  visibility: hidden;
  -webkit-animation: zoomIn 0.3s linear forwards;
  animation: zoomIn 0.3s linear forwards;
}
.popup .close-btn {
  cursor: pointer;
  position: fixed;
  top: 0.4rem;
  right: 0.3rem;
  z-index: 2;
  font-size: 0.22rem;
  width: 0.5rem;
  height: 0.5rem;
  border-radius: 0.5rem;
  transform: rotate(0deg);
  border: 0.02rem solid #e9eaed;
  color: #aabac7;
  line-height: 0.46rem;
  text-align: center;
}
.popup .close-btn:hover {
  background: #fff;
  color: #000;
  transform: rotate(90deg);
}
.popup .popup-wrapper {
  width: 80%;
  height: auto;
  overflow: hidden;
  margin: auto;
}
.popup .popup-wrapper video {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.popup.popup_recr {
  background: rgba(0, 0, 0, 0.15);
}
.popup.popup_recr .forms-wrapper {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 12rem;
  background-color: #fff;
  text-align: center;
  border-radius: 0.2rem 0.2rem 0.1rem 0.1rem;
  overflow: hidden;
  padding-bottom: 0.4rem;
}
.popup.popup_recr .forms-wrapper .formsul {
  padding: 0.4rem 0.4rem 0;
  font-size: 0;
}
.popup.popup_recr .forms-wrapper .fsli {
  display: inline-flex;
  margin-bottom: 0.3rem;
  width: 50%;
}
.popup.popup_recr .forms-wrapper .fsli span {
  width: 1.6rem;
  text-align: right;
  white-space: nowrap;
  color: #333333;
  font-size: 0.2rem;
  line-height: 0.44rem;
}
.popup.popup_recr .forms-wrapper .fsli div {
  width: 3.6rem;
}
.popup.popup_recr .forms-wrapper .fsli div input,
.popup.popup_recr .forms-wrapper .fsli div select {
  width: 100%;
  height: 0.44rem;
  line-height: 0.44rem;
  background-color: #f5f7f9;
  border-radius: 0.06rem;
  color: #333333;
  font-size: 0.18rem;
  padding: 0 0.2rem;
  box-sizing: border-box;
}
.popup.popup_recr .forms-wrapper .fsli .uploads {
  position: relative;
  text-align: left;
  cursor: pointer;
}
.popup.popup_recr .forms-wrapper .fsli .uploads b,
.popup.popup_recr .forms-wrapper .fsli .uploads img {
  display: inline-block;
  vertical-align: middle;
  line-height: 0.44rem;
}
.popup.popup_recr .forms-wrapper .fsli .uploads img {
  width: 0.2rem;
}
.popup.popup_recr .forms-wrapper .fsli .uploads b {
  color: #173981;
  font-size: 0.18rem;
  font-weight: normal;
  margin-right: 0.1rem;
}
.popup.popup_recr .forms-wrapper .fsli .uploads input {
  width: 100%;
  height: 100%;
  opacity: 0;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  cursor: pointer;
}
.popup.popup_recr .forms-wrapper .name {
  font-size: 0.22rem;
  background-color: #f5f7f9;
  line-height: 0.8rem;
  height: 0.8rem;
  text-align: center;
}
.popup.popup_recr .forms-wrapper .close-btn {
  top: 0.15rem;
}
@-webkit-keyframes zoomOut {
  0% {
    opacity: 0.5;
    transform: scale(1.1);
  }
  to {
    opacity: 1;
    transform: scale(1);
  }
}
@keyframes zoomOut {
  0% {
    opacity: 0.5;
    transform: scale(1.1);
  }
  to {
    opacity: 1;
    transform: scale(1);
  }
}
@-webkit-keyframes zoomIn {
  0% {
    opacity: 1;
    transform: scale(1);
  }
  to {
    opacity: 0;
    transform: scale(1.2);
  }
}
@keyframes zoomIn {
  0% {
    opacity: 1;
    transform: scale(1);
  }
  to {
    opacity: 0;
    transform: scale(1.2);
  }
}
.dbimg {
  position: relative;
  padding-right: 0.6rem;
  padding-bottom: 0.5rem;
}
.dbimg img {
  display: block;
  position: relative;
  z-index: 1;
}
.dbimg:after {
  content: '';
  position: absolute;
  right: 0;
  bottom: 0;
  background: url("../img/iab-bg.png") no-repeat;
  background-size: 100% 100%;
  z-index: 0;
  left: 0.5rem;
  top: 0.6rem;
}
.num-info ul {
  text-align: center;
  font-size: 0;
}
.num-info ul li {
  display: inline-block;
  vertical-align: top;
  font-size: 0.22rem;
  position: relative;
  width: 25%;
}
.num-info ul li span.counter-value {
  font-size: 0.48rem;
  color: #ff6900;
  margin-right: 0.1rem;
}
.num-info ul li span.li-text {
  display: block;
}
.num-info ul li p {
  position: relative;
  padding-bottom: 0.1rem;
}
.num-info ul li p::after {
  content: '';
  position: absolute;
  left: 50%;
  width: 1.4rem;
  height: 1px;
  bottom: 0;
  margin-left: -0.7rem;
  background-color: #d4d4d4;
}
.iabout .intros .intro:nth-child(2n) {
  flex-direction: row-reverse;
}
.iabout .intros .intro:nth-child(2n) .iab-l {
  padding-left: 0.9rem;
  padding-right: 0;
}
.iabout .intro {
  display: flex;
  padding-bottom: 0.1rem;
}
.iabout .iab-l {
  flex: 1;
  padding-right: 0.9rem;
}
.iabout .iab-l .btn-play {
  cursor: pointer;
  width: 0.8rem;
  height: 0.8rem;
  background: url("../img/iplay.png") no-repeat;
  background-size: 100% 100%;
  z-index: 2;
  display: inline-block;
  margin-left: -0.2rem;
  margin-top: -0.2rem;
}
.iabout .iab-r {
  width: 58%;
}
.iabout .iab-r .company {
  margin-bottom: 0.3rem;
}
.iabout .iab-r .company p {
  font-size: 0.2rem;
  line-height: 0.45rem;
  word-break: break-word;
}
.iabout .iab-r .imore {
  margin: 0.6rem 0 0.3rem;
  display: inline-block;
}
.iabout .iab-r .imore img,
.iabout .iab-r .imore span {
  display: inline-block;
  vertical-align: middle;
}
.iabout .iab-r .imore img {
  width: 0.49rem;
  height: 0.49rem;
}
.iabout .iab-r .imore span {
  font-size: 0.22rem;
  padding-left: 0.1rem;
}
.iabout .iab-r .imore:hover img,
.iabout .iab-r .imore:hover span {
  transform: translateX(0.1rem);
  transition-duration: 0.5s;
}
.ipro {
  padding-bottom: 1.7rem;
}
.ipro .col .col-20 .img {
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.ipro .col .col-20 .down {
  margin-left: 0.12rem;
  margin-right: 0.34rem;
  background-color: #ff6900;
  border-radius: 0.2rem 0.2rem 0.5rem 0.2rem;
  padding: 0.3rem 0.36rem 0.5rem 0.2rem;
  text-align: right;
  position: relative;
  margin-top: -.9rem;
  cursor: pointer;
  display: block;
}
.ipro .col .col-20 .down .txt {
  font-weight: bold;
  margin-top: .3rem;
  color: #fff;
  text-align: left;
}
.ipro .col .col-20 .down .txt b {
  font-size: 0.3rem;
  display: block;
}
.ipro .col .col-20 .down .txt span {
  font-size: 0.2rem;
}
.ipro .col .col-20:hover .img {
  z-index: 0;
}
.ipro .col .col-20:hover .img img {
  transform: translateY(-8px);
  transition-duration: 0.5s;
}
.ipro .col .col-20:hover .down {
  transition: all 0.5s;
}
.inew .inew-in {
  display: flex;
  padding-bottom: 1.3rem;
}
.inew .inew-l {
  flex: 1;
  padding-right: 0.7rem;
}
.inew .inew-r {
  width: 54%;
}
.inew .inew-r .inew-li {
  margin-bottom: 0.1rem;
  display: block;
}
.inew .inew-r .inew-li .time {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 0.1rem;
  position: relative;
}
.inew .inew-r .inew-li .time span {
  font-size: 0.22rem;
  color: #ff6900;
}
.inew .inew-r .inew-li .time img {
  width: 0.49rem;
  height: 0.49rem;
  opacity: 0;
}
.inew .inew-r .inew-li .time:after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: #ff6900;
  height: 0.04rem;
  width: 0;
}
.inew .inew-r .inew-li p {
  height: 0.6rem;
}
.inew .inew-r .inew-li:hover .time {
  padding-bottom: 0.24rem;
  transition: all 0.6s;
}
.inew .inew-r .inew-li:hover .time:after {
  width: 100%;
  transition-duration: 0.5s;
}
.inew .inew-r .inew-li:hover .time img {
  opacity: 1;
}
.ipart .swi_ipart {
  padding-bottom: 0.7rem;
  margin-bottom: 0.8rem;
}
.ipart .swi_ipart .swiper-pagination {
  bottom: 0;
}
.ipart .swi_ipart .swiper-pagination .swiper-pagination-bullet {
  opacity: 1;
  width: 0.14rem;
  height: 0.14rem;
  border-radius: 50%;
  border: 1px solid #000;
  background-color: #fff;
  margin: 0 0.1rem;
}
.ipart .swi_ipart .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: #ff6900;
  border-color: #ff6900;
}
.ipart .swi_ipart .swiper-slide {
  overflow: hidden;
}
.ipart .swi_ipart .swiper-slide img {
  max-width: 100%;
  transition: all 0.6s;
  display: block;margin: 0 auto;
}
.ipart .swi_ipart .swiper-slide:hover img {
  transform: scale(1.05);
}
.contact-both {
  display: grid;
  gap: 1.1rem;
  grid-template-columns: repeat(3, 1fr);
  margin-bottom: 1.3rem;
}
.contact-both .contact-box {
  position: relative;
  padding: 0.4rem 0.32rem;
  font-size: 0.16rem;
  background-color: #f7f7f7;
  text-align: center;
}
.contact-both .contact-box h5 {
  font-size: 0.25rem;
  margin: 0.2rem 0 0.3rem;
}
.contact-both .contact-box .list {
  line-height: 0.36rem;
}
.contact-both .contact-box .list p {
  margin-bottom: 0;
}
.address {
  font-size: 0;
  position: relative;
  padding-bottom: 3.5rem;
}
.address .container {
  position: relative;
  font-size: 0;
}
.address .addle,
.address .addri {
  display: inline-block;
  vertical-align: top;
  box-sizing: border-box;
}
.address .addle {
  font-size: 0.2rem;
  color: #333333;
  width: 56%;
  padding-right: 0.6rem;
}
.address .addle .h img,
.address .addle .h b {
  display: inline-block;
  vertical-align: middle;
}
.address .addle .h img {
  height: 0.6rem;
}
.address .addle .h b {
  font-size: 0.32rem;
  padding-left: 0.3rem;
}
.address .addle .msg {
  margin-top: 0.84rem;
}
.address .addle .msg input,
.address .addle .msg textarea {
  font-size: 0.15rem;
  line-height: 0.3rem;
  background-color: #ff6900;
  width: 100%;
  box-sizing: border-box;
  border-radius: 0.25rem;
  padding-left: 0.7rem;
  padding-right: 0.2rem;
  color: #fff;
}
.address .addle .msg input::-webkit-input-placeholder,
.address .addle .msg textarea::-webkit-input-placeholder {
  color: #fff;
}
.address .addle .msg input {
  height: 0.5rem;
  line-height: 0.48rem;
  margin-bottom: 0.3rem;
  width: 66%;
}
.address .addle .msg textarea {
  height: 2.96rem;
  padding-top: 0.12rem;
}
.address .addle .msg .msg-in {
  position: relative;
}
.address .addle .msg .msg-in img {
  position: absolute;
  left: 0.3rem;
  top: 0.16rem;
  height: 0.23rem;
}
.address .addle .msg .msg-btn {
  display: inline-block;
  width: 1.38rem;
  height: 0.5rem;
  line-height: 0.5rem;
  background-color: #000;
  color: #fff;
  border-radius: 0.3rem;
  text-align: center;
  margin-top: 0.3rem;
}
.address .addri {
  border: 3px solid #000;
  width: 44%;
  height: 6rem;
}
.address .addri iframe {
  width: 100%;
  height: 100%;
  border: none;
}
.pro-ul {
  text-align: center;
  font-size: 0;
  margin: 0.5rem 0 0.6rem;
  white-space: nowrap;
  overflow-x: auto;
  overflow-y: hidden;
}
.pro-ul li {
  display: inline-block;
  vertical-align: middle;
  margin: 0 0.5rem;
}
.pro-ul li .img {
  position: relative;
  margin: 0 auto;
  width: 0.66rem;
  height: 0.66rem;
  border-radius: 50%;
}
.pro-ul li .img img {
  width: 0.42rem;
  height: 0.33rem;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.pro-ul li .img img.un {
  display: none;
}
.pro-ul li .img img.in {
  display: block;
}
.pro-ul li b {
  font-size: 0.24rem;
}
.pro-ul li.act .img {
  background-color: #ff6900;
}
.pro-ul li.act .img img.un {
  display: block;
}
.pro-ul li.act .img img.in {
  display: none;
}
.pro-ul li.act b {
  color: #ff6900;
}
.col {
  margin-left: -0.25rem;
  margin-right: -0.25rem;
  font-size: 0;
}
.col .col-20 {
  padding-left: 0.25rem;
  padding-right: 0.25rem;
  width: 25%;
  margin-bottom: 0.6rem;
  box-sizing: border-box;
  display: inline-block;
  vertical-align: top;
}
.product_warp {
  padding-bottom: 0.9rem;
}
.product_warp .sbli .img {
  overflow: hidden;
}
.product_warp .sbli .img img {
  width: 100%;
  display: block;
  transition-duration: 0.3s;
}
.product_warp .sbli .txt {
  padding: 0 0.2rem;
  font-size: 0.16rem;
  line-height: 0.28rem;
  text-align: center;
  margin-top:10px;
}
.product_warp .sbli .txt h5 {
  font-size: 0.22rem;
}
.product_warp .sbli .txt .p {
  margin: 0.2rem 0 0.3rem;
  text-decoration: underline;
  display: none;
}
.product_warp .sbli:hover .img img {
  transform: scale(1.05);
}
.product_warp .pro-more {
  width: 2.52rem;
  height: 0.64rem;
  line-height: 0.64rem;
  text-align: center;
  margin: 0.2rem auto;
  background-color: #ff6900;
  border-radius: 0.32rem;
  font-size: 0;
}
.product_warp .pro-more img,
.product_warp .pro-more span {
  display: inline-block;
  vertical-align: middle;
}
.product_warp .pro-more img {
  width: 0.11rem;
}
.product_warp .pro-more span {
  color: #fff;
  font-size: 0.3rem;
  padding-left: 0.2rem;
}
.suban .container {
  position: relative;
}
.suban .sub-pro {
  position: absolute;
  left: 0;
  bottom: 0;
  background-color: #ff6900;
  border-radius: 0.5rem 0.25rem 0 0;
  width: 2.8rem;
  height: 1.2rem;
  padding: 0.2rem 0.1rem 0.2rem 0.3rem;
  box-sizing: border-box;
  display: flex;
  align-items: center;
}
.suban .sub-pro img {
  width: 0.65rem;
}
.suban .sub-pro span {
  color: #fff;
  font-size: 0.3rem;
  flex: 1;
  padding-left: 0.3rem;
  line-height: 0.4rem;
}
.swiper-wrappersda {
  transform: translate3d(0px, 0px, 0px) !important;
}
.gallery_warp {
  padding: 0.6rem 0.6rem 0.9rem 0.6rem;
}
.gallery_warp .gallery-in {
  font-size: 0;
}
.gallery_warp .ban-l,
.gallery_warp .ban-txt {
  display: inline-block;
  vertical-align: top;
}
.gallery_warp .ban-l {
  width: 42%;
  display: inline-block;
}
.gallery_warp .ban-l .swiper-slide {
  background-size: cover;
  background-position: center;
  position: relative;
  text-align: center;
}
.gallery_warp .gallery-thumbs-box {
  position: relative;
  margin-top: 0.54rem;
  padding: 0 0.8rem;
}
.gallery_warp .gallery-thumbs-box .swiper-button-prev::after,
.gallery_warp .gallery-thumbs-box .swiper-button-next::after {
  background-repeat: no-repeat;
  width: 0.18rem;
  background-position: center;
  background-size: 100% auto;
  height: 100%;
  margin-top: 0;
  top: 0;
  outline: none;
  font-size: unset;
}
.gallery_warp .gallery-thumbs-box .swiper-button-prev::after {
  background-image: url("../img/ban-left.png");
  left: 0;
}
.gallery_warp .gallery-thumbs-box .swiper-button-next::after {
  background-image: url("../img/ban-right.png");
  left: 0;
}
.gallery_warp .gallery-thumbs-box .gallery-thumbs .swiper-wrapper {
  position: relative;
}
.gallery_warp .ban-txt {
  width: 51%;
  padding-left: 0.9rem;
}
.gallery_warp .ban-txt h5 {
  font-size: 0.32rem;
  margin: 0 0 0.5rem;
}
.gallery_warp .ban-txt .p {
  font-size: 0.16rem;
  line-height:26px;
  margin-bottom:50px;

}
.gallery_warp .ban-txt .inquiry img,
.gallery_warp .ban-txt .inquiry b {
  display: inline-block;
  vertical-align: middle;
}
.gallery_warp .ban-txt .inquiry img {
  width: 0.6rem;
}
.gallery_warp .ban-txt .inquiry b {
  font-size: 0.24rem;
  color: #ff6900;
  padding-left: 0.2rem;
}
.gallery_warp .gallery-column {
  padding-top: 0.8rem;
}
.gallery_warp .gallery-column .column-tit {
  font-size: 0.32rem;
  position: relative;
  padding-bottom: 0.24rem;
  margin-bottom: 0.6rem;
}
.gallery_warp .gallery-column .column-tit:before {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  width: 1.1rem;
  height: 0.07rem;
  background-color: #ff6900;
  border-radius: 0.2rem;
}
.gallery_warp .gallery-column .column-item img {
  max-width: 100%;
}
.news_warp .news-link {
  position: relative;
  text-align: center;
  margin-bottom: 0.5rem;
}
.news_warp .news-link .link-ul {
  font-size: 0;
}
.news_warp .news-link .link-ul a {
  font-size: 0.22rem;
  background-color: #c2c2c2;
  padding: 0.1rem 0.5rem 0.1rem;
  border-radius: 0.45rem;
  margin-right: 0.28rem;
  height: 0.45rem;
  line-height: 0.45rem;
  display: inline-block;
  position: relative;
}
.news_warp .news-link .link-ul a.on,
.news_warp .news-link .link-ul a:hover {
  color: #fff;
  background-color: #ff6900;
}
.news_warp .news-link .link-ul a.on:after,
.news_warp .news-link .link-ul a:hover:after {
  content: '';
  position: absolute;
  left: 50%;
  bottom: -0.09rem;
  width: 0;
  height: 0;
  margin-left: -0.05rem;
  border-left: 0.1rem solid transparent;
  border-right: 0.1rem solid transparent;
  border-top: 0.1rem solid #ff6900;
}
.news_warp .news-link .link-ul a:last-child {
  margin-right: 0;
}
.news_warp .edit {
  font-size: 0.2rem;
  line-height: 0.36rem;
  padding-bottom: 0.6rem;
}
.news_warp .edit h5 {
  color: #ff6900;
  margin: 0.3rem 0 0;
  text-align: center;
  font-size: .34rem;
}
.news_warp .edit .time {
  text-align: right;
  padding-bottom: 0.6rem;
}
.news_warp .edit img {
  max-width: 100%;
}
.news-list .news-item {
  position: relative;
  border-bottom: 1px solid #b2b2b2;
  display: flex;
  margin-bottom: 0.5rem;
  padding-top: 0.4rem;
}
.news-list .news-item .date {
  width: 2rem;
  padding-right: 0.7rem;
  box-sizing: border-box;
  text-align: center;
  padding-top: 0.2rem;
}
.news-list .news-item .date .day {
  font-size: 0.48rem;
}
.news-list .news-item .date b {
  width: 1.3rem;
  height: 1px;
  background-color: #000;
  display: block;
  margin: 0.1rem 0 0.2rem;
}
.news-list .news-item .date .year {
  font-size: 0.2rem;
}
.news-list .news-item .news-item-l {
  width: 3.4rem;
}
.news-list .news-item .news-item-l .img {
  position: relative;
  overflow: hidden;
}
.news-list .news-item .news-item-l .img img {
  max-width: 100%;
  transition: all 0.5s;
}
.news-list .news-item .news-item-l .img:after {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 0.1rem;
  background: #ff6900;
}
.news-list .news-item .news-item-r {
  padding-left: 0.5rem;
  flex: 1;
}
.news-list .news-item .news-item-r h3 {
  margin: 0.1rem 0 0.3rem;
  font-size: 0.2rem;
}
.news-list .news-item .news-item-r p {
  color: #6d6d6d;
  font-size: 0.16rem;
  line-height: 0.24rem;
}
.news-list .news-item .news-item-r .amore {
  text-align: right;
  margin: 0.5rem 0 0.4rem;
}
.news-list .news-item .news-item-r .amore span {
  display: inline-block;
  vertical-align: middle;
}
.news-list .news-item .news-item-r .amore span:first-child {
  width: 0.48rem;
  height: 0.48rem;
  background-image: url("../img/news-a.png");
  background-position: left center;
  background-repeat: no-repeat;
  background-size: 0.96rem 0.48rem;
}
.news-list .news-item .news-item-r .amore span:nth-child(2) {
  font-size: 0.22rem;
  padding-left: 0.12rem;
}
.news-list .news-item:before {
  content: '';
  position: absolute;
  left: 0;
  width: 0;
  bottom: 0;
  height: 1px;
  background-color: #ff6900;
}
.news-list .news-item:hover:before {
  width: 100%;
  transition-duration: 0.3s;
}
.news-list .news-item:hover .news-item-l img {
  transform: scale(1.05);
}
.news-list .news-item:hover .news-item-r .amore span:first-child {
  background-position: right center;
}
.recr_warp .treat {
  padding: 0.1rem 0 1.2rem;
}
.recr_warp .treat .featswi {
  padding: 0 0.6rem;
  box-sizing: border-box;
  position: relative;
  text-align: left;
}
.recr_warp .treat .featswi .swiper-button-next,
.recr_warp .treat .featswi .swiper-button-prev {
  width: 0.48rem;
  height: 0.48rem;
  margin-top: -0.2rem;
  background-image: url("../img/moreh.png");
  background-repeat: no-repeat;
  background-size: 0.48rem 0.48rem;
  background-position: center;
}
.recr_warp .treat .featswi .swiper-button-next::after,
.recr_warp .treat .featswi .swiper-button-prev::after {
  display: none;
}
.recr_warp .treat .featswi .swiper-button-prev {
  left: 0;
  transform: scaleX(-1);
}
.recr_warp .treat .featswi .swiper-button-next {
  right: 0;
}
.recr_warp .treat .featswi .swiper-slide {
  border-radius: 0.4rem 0.4rem 0.7rem 0.4rem;
  overflow: hidden;
  background-color: #fff;
  box-shadow: 0.04rem 0.04rem 0.06rem 0 rgba(0, 0, 0, 0.2);
  margin-bottom: 0.1rem;
}
.recr_warp .treat .featswi .swiper-slide .img {
  position: relative;
  transition: 0.3s;
  padding: 0.2rem 0 0.2rem 0.24rem;
  background-color: #ff6900;
}
.recr_warp .treat .featswi .swiper-slide .img span,
.recr_warp .treat .featswi .swiper-slide .img img {
  display: inline-block;
  vertical-align: middle;
}
.recr_warp .treat .featswi .swiper-slide .img span {
  padding-left: 0.24rem;
}
.recr_warp .treat .featswi .swiper-slide .img img {
  width: 0.6rem;
  height: 0.5rem;
}
.recr_warp .treat .featswi .swiper-slide .txt {
  font-size: 0.16rem;
  line-height: 0.36rem;
  color: #595757;
  height: 1.9rem;
  box-sizing: border-box;
  overflow: hidden;
  padding: 0 0.2rem;
  margin: 0.3rem 0;
}
.recruitment .recruitment-it {
  margin-bottom: 0.2rem;
  background: #fafafa;
}
.recruitment .recruitment-it .cli-apply {
  position: relative;
  font-size: 0;
  width: 100%;
  cursor: pointer;
}
.recruitment .recruitment-it .cli-apply:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 2px;
  background-color: #ff6900;
  height: 100%;
}
.recruitment .recruitment-it .cli-apply li {
  width: 15%;
  position: relative;
  color: #b1b1b1;
  font-size: 0.16rem;
  display: inline-block;
  vertical-align: middle;
  padding: 0.24rem 0 0.3rem 0.3rem;
  box-sizing: border-box;
}
.recruitment .recruitment-it .cli-apply li:first-child {
  width: 20%;
  color: #666666;
  font-size: 0.24rem;
  font-weight: bold;
}
.recruitment .recruitment-it .cli-apply li:nth-child(4) {
  width: 35%;
}
.recruitment .recruitment-it .cli-apply li:last-child {
  text-align: right;
  padding-right: 0.4rem;
  padding-left: 0.1rem;
}
.recruitment .recruitment-it:hover {
  transform: translateY(-0.1rem);
  transition-duration: 0.5s;
}
.recruitment .recruitment-it .sub-con {
  display: none;
  transition: none;
  -webkit-transition: none;
}
.recruitment .recruitment-it .sub-con .sub-tab-inner {
  padding: 0.3rem;
}
.recruitment .recruitment-it .sub-con .sub-tab-inner .edit h5 {
  font-weight: bold;
  font-size: 0.16rem;
  margin-top: 0;
}
.recruitment .recruitment-it .sub-con .sub-tab-inner .edit p {
  color: #b1b1b1;
  font-size: 0.16rem;
}
.recruitment .recruitment-it .sub-con .sub-tab-inner .both {
  display: flex;
  justify-content: space-between;
}
.recruitment .recruitment-it .sub-con .sub-tab-inner .both img {
  width: 0.5rem;
  height: 0.5rem;
  cursor: pointer;
}
.recruitment .recruitment-it .sub-con .sub-tab-inner .btn {
  display: block;
  background-color: #ff6900;
  border-radius: 0.46rem;
  width: 1.3rem;
  height: 0.46rem;
  line-height: 0.46rem;
  color: #fff;
  text-align: center;
  margin-top: 0.3rem;
}
.recruitment .recruitment-it.recruitment-it-act {
  box-shadow: 0 0 0.1rem 0.06rem rgba(0, 0, 0, 0.05);
}
.recruitment .recruitment-it.recruitment-it-act .cli-apply li:last-child {
  opacity: 0;
}
.iabout {
  padding-bottom: 0.9rem;
}
.develop {
  background-color: #ff6900;
  overflow: hidden;
}
.develop .history-text {
  color: white;
  width: 3.8rem;
  margin-top: -0.4rem;
}
.develop .history-text > div:nth-of-type(1) {
  font-size: 0.7rem;
}
.develop .history-text > div:nth-of-type(2) {
  font-size: 0.18rem;
}
.phil {
  padding-bottom: 0.7rem;
}
.honor {
  background-color: #eaeaea;
  padding-bottom: 0.6rem;
}
.honor .swi_honor {
  padding: 0.6rem 0.5rem 0.7rem;
}
.honor .swi_honor .swiper-pagination {
  bottom: 0;
}
.honor .swi_honor .swiper-pagination .swiper-pagination-bullet {
  opacity: 1;
  width: 0.14rem;
  height: 0.14rem;
  border-radius: 50%;
  border: 1px solid #ff6900;
  background-color: #ff6900;
  margin: 0 0.12rem;
}
.honor .swi_honor .swiper-slide img {
  padding: 0.18rem;
  background-color: #fff;
  box-shadow: 0 0 0.06rem 0.05rem rgba(0, 0, 0, 0.1);
}
.swi_history.swiper {
  margin-top: -1rem;
}
.swi_history.swiper .swiper-button-disabled {
  opacity: 1;
  cursor: auto;
  pointer-events: unset;
}
.swi_history.swiper .swiper-button-next,
.swi_history.swiper .swiper-button-prev {
  width: 0.48rem;
  height: 0.48rem;
  margin-top: -0.2rem;
  background-image: url("../img/morehh.png");
  background-repeat: no-repeat;
  background-size: 0.48rem 0.48rem;
  background-position: center;
}
.swi_history.swiper .swiper-button-next::after,
.swi_history.swiper .swiper-button-prev::after {
  display: none;
}
.swi_history.swiper .swiper-button-prev {
  left: 1.4rem;
}
.swi_history.swiper .swiper-button-next {
  right: 1.4rem;
  transform: scaleX(-1);
}
.swi_history.swiper .swiper-slide {
  width: 1rem;
  position: relative;
}
.swi_history.swiper .swiper-slide:nth-of-type(5n+1) {
  top: 2rem;
}
.swi_history.swiper .swiper-slide:nth-of-type(5n+2) {
  top: 2rem;
}
.swi_history.swiper .swiper-slide:nth-of-type(5n+3) {
  top: 0.5rem;
}
.swi_history.swiper .swiper-slide:nth-of-type(5n+4) {
  top: 1rem;
}
.swi_history.swiper .swiper-slide:nth-of-type(5n+5) {
  top: 0.8rem;
}
.swi_history.swiper .swiper-slide:nth-of-type(6n+6) {
  top: 1.2rem;
}
.swi_history.swiper .swiper-slide .dotdiv {
  width: 1rem;
}
.swi_history.swiper .active .dotdiv > div:nth-of-type(1) {
  border-radius: 1100px;
  padding: 0.14rem 0.1rem;
  overflow: hidden;
}
.swi_history.swiper .active .dotdiv > div:nth-of-type(1) > img {
  border-radius: 100px;
  width: 0.7rem;
  height: 0.6rem;
  opacity: 1;
}
.swi_history.swiper .dotdiv {
  text-align: center;
}
.swi_history.swiper .dotdiv > div:nth-of-type(1) {
  font-size: 0;
  border-radius: 100px;
  display: inline-block;
  background-color: white;
}
.swi_history.swiper .dotdiv > div:nth-of-type(1) > img {
  transition-duration: 0.5s;
  width: 0.4rem;
  height: 0.4rem;
  opacity: 0;
}
.swi_history.swiper .swiper-wrapper {
  width: 1000%!important;
  background-image: url('../img/honor.png');
  background-position: left center;
  background-size: auto 100%;
  height: 4rem;
}
.swi_history.swiper .swiper-wrapper .swiper-slide:nth-of-type(1) {
  margin-left: 3rem ;
}
.material_warp {
  padding-bottom: 1rem;
}
.material_warp .edit h5 {
  font-size: 0.25rem;
}
.material_warp .edit p {
  font-size: 0.2rem;
  line-height: 0.36rem;
}
.brand_warp .ipart .swi_ipart .swiper-slide p {
  text-align: center;
  font-size: 0.22rem;
  margin-top: 0.2rem;
}
.brand_warp .ipart .swi_ipart .swiper-slide.swiper-slide-active p {
  color: #ff6900;
}
.brand_warp .chees {
  padding: 1.5rem 1.2rem 1.3rem;
}
.brand_warp .chees .chees-in {
  position: relative;
  padding: 0.7rem 0.8rem;
}
.brand_warp .chees .chees-in .tit {
  display: block;
  margin: 0 auto 0.7rem;
}
.brand_warp .chees .chees-in .edit {
  min-height: 3.3rem;
}
.brand_warp .chees .chees-in .edit p {
  font-size: 0.18rem;
  line-height: 0.3rem;
}
.brand_warp .enjoy {
  margin: 0 0.5rem;
}
.brand_warp .enjoy .tit {
  text-align: center;
  padding: 0.7rem 0;
}
.brand_warp .enjoy .tit img {
  display: block;
  height: 0.96rem;
  margin: 0 auto;
}
.brand_warp .enjoy .tit .wave {
  width: 3.62rem;
  height: 0.12rem;
  position: relative;
  left: 43%;
  margin: 0.2rem 0 0;
}
.brand_warp .enjoy .enjoy-ul .enjoy-li {
  position: relative;
  margin-bottom: 0.2rem;
  overflow: hidden;
}
.brand_warp .enjoy .enjoy-ul .enjoy-li img {
  width: 100%;
  display: block;
  transition: all 0.6s;
}
.brand_warp .enjoy .enjoy-ul .enjoy-li p {
  position: absolute;
  left: 0.9rem;
  top: 50%;
  transform: translate(0, -50%);
  font-size: 0.32rem;
  color: #fff;
  margin-bottom: 0;
}
.brand_warp .enjoy .enjoy-ul .enjoy-li:nth-child(2n) p {
  left: auto;
  right: 0.9rem;
}
.brand_warp .enjoy .enjoy-ul .enjoy-li:hover img {
  transform: scale(1.05);
}
.quilty_warp .num-info {
  margin: 0.4rem 0 0.6rem;
}
.quilty_warp .num-info ul li {
  width: 33.33%;
}
.quilty_warp .num-info ul li span.li-text {
  font-size: 0.16rem;
  width: 1.9rem;
  margin: 0 auto;
}
.quilty_warp .iabout {
  padding-bottom: 0;
}
.quilty_warp .iabout .iab-l img {
  max-width: 100%;
  display: block;
  margin-bottom: 0.36rem;
}
.quilty_warp .iabout .iab-r {
  width: 60.5%;
}
.quilty_warp .iabout .iab-r .company {
  font-size: 0.2rem;
  line-height: 0.36rem;
}
.quilty_warp .iabout .iab-r .company p {
  margin-bottom: 0.3rem;
}
.quilty_warp .ipart {
  padding: 0 0.5rem;
}
.quilty_warp .phil .edit {
  margin: 0 0.24rem;
}
.quilty_warp .phil .edit p {
  font-size: 0.2rem;
  line-height: 0.36rem;
}
.quilty_warp .phil .bws {
  margin: 0.7rem 0.3rem 0;
  display: grid;
  row-gap: 0.5rem;
  column-gap: .6rem;
  grid-template-columns: repeat(3, 1fr);
}
.quilty_warp .phil .bws .bws-li img {
  border-radius: 0 0.6rem 0 0;
}
.quilty_warp .phil .bws .bws-li p {
  margin-bottom: 0.1rem;
  color: #ff6900;
  font-size: .2rem;
}
.safety .safeli {
  position: relative;
  background-color: #ff6900;
  margin-bottom: 0.25rem;
}
.safety .safeli .txt {
  width: 60%;
  padding: 0.6rem 0;
  box-sizing: border-box;
  color: #fff;
  font-size: 0.2rem;
  line-height: 0.36rem;
  min-height: 3.56rem;
  display: flex;
  align-items: center;
}
.safety .safeli .img {
  position: absolute;
  height: 100%;
  width: 50%;
  background-size: cover;
  background-position: center center;
}
.safety .safeli:nth-of-type(2n) .txt {
  float: right;
  width: 50%;
}
.safety .safeli:nth-of-type(2n) .img {
  left: 0;
  top: 0;
  clip-path: polygon(100% 0, 75% 100%, 0% 100%, 0% 0%);
  -webkit-clip-path: polygon(100% 0, 75% 100%, 0% 100%, 0% 0%);
}
.safety .safeli:nth-of-type(2n+1) .txt {
  padding-right: 1rem;
}
.safety .safeli:nth-of-type(2n+1) .img {
  right: 0;
  top: 0;
  clip-path: polygon(100% 0, 100% 100%, 50% 100%, 0% 0%);
  -webkit-clip-path: polygon(100% 0, 100% 100%, 50% 100%, 0% 0%);
}
@media screen and (max-width: 991px) {
  .develop .history-text{
    padding-bottom: 40px;
  }
  .news_warp .news-link .link-ul a{
    padding: 0.1rem 0.2rem 0.1rem;
    margin: 5px;
  }
  .quilty_warp .phil .bws .bws-li p {
    margin-bottom: 0.1rem;
    color: #ff6900;
    font-size: .3rem;
  }
  .swi_history.swiper .swiper-button-prev{
    left: .2rem;
    background-size: .7rem .7rem;
    width: 1.48rem;
    height: 1.48rem;
  }
  .swi_history.swiper .swiper-button-next{
    right: .2rem;
    background-size: .7rem .7rem;
    width: 1.48rem;
    height: 1.48rem;
  }
  .num-info ul li span.counter-value {
    font-size: 0.35rem;
  }
  .suban {
    height: 3rem;
  }
  .suban.sub_recruit {
    height: 4rem;
  }
  .suban.sub_recruit .jdjz img {
    height: 2rem;
  }
  .banner .swi_banner .swiper-button-prev {
    left: 0.2rem;
  }
  .banner .swi_banner .swiper-button-next {
    right: 0.2rem;
  }
  .dbimg img {
    width: 100%;
  }
  .iabout .intro {
    display: block;
  }
  .iabout .iab-l {
    padding-right: 0;
    margin: 0 10%;
  }
  .iabout .iab-r {
    width: 100%;
    margin-top: 0.6rem;
  }
  .ipro .col .col-20 {
    width: 50%;
  }
  .ipro .col .col-20 .down {
    margin-left: 0;
    margin-right: 0;
  }
  .inew .inew-in {
    display: block;
  }
  .inew .inew-l {
    padding-right: 0;
    margin: 0 10%;
  }
  .inew .inew-r {
    width: 100%;
    margin-top: 0.5rem;
  }
  .inew .inew-r .inew-li {
    margin-bottom: 0.3rem;
  }
  .inew .inew-r .inew-li p {
    height: auto;
  }
  .contact-both {
    grid-template-columns: repeat(1, 1fr);
    gap: 0.4rem;
  }
  .contact-both .contact-box img {
    height: 0.7rem;
  }
  .address .addle,
  .address .addri {
    width: 100%;
  }
  .address .addle {
    padding-right: 0;
  }
  .address .addle .msg {
    margin-bottom: 0.6rem;
  }
  .address .addle .msg input {
    width: 100%;
  }
  .product_warp {
    padding-bottom: 0.9rem;
  }
  .product_warp .col {
    margin-left: -0.15rem;
    margin-right: -0.15rem;
  }
  .product_warp .col .col-20 {
    padding-left: 0.15rem;
    padding-right: 0.15rem;
    width: 33.33%;
  }
  .gallery_warp .ban-l,
  .gallery_warp .ban-txt {
    width: 100%;
  }
  .gallery_warp .ban-txt {
    padding-left: 0;
    margin-top: 0.8rem;
  }
  .news-list .news-item {
    display: block;
  }
  .news-list .news-item .date,
  .news-list .news-item .news-item-l {
    display: inline-block;
    vertical-align: middle;
  }
  .news-list .news-item .date {
    padding-top: 0;
    width: 1.7rem;
    padding-right: 0.4rem;
  }
  .news-list .news-item .news-item-l {
    width: 60%;
  }
  .news-list .news-item .news-item-l img {
    width: 100%;
  }
  .news-list .news-item .news-item-r {
    padding-left: 0;
    margin-top: 0.4rem;
  }
  .quilty_warp .iabout .iab-r {
    width: 100%;
  }
  .quilty_warp .phil .edit {
    margin: 0;
  }
  .quilty_warp .phil .bws {
    column-gap: 0;
    grid-template-columns: repeat(1, 1fr);
  }
  .safety .safeli .txt {
    min-height: auto;
  }
  .safety .safeli:nth-of-type(2n+1) .txt {
    padding-right: 0.4rem;
  }
}
/*# sourceMappingURL=sub.css.map */
