@charset "UTF-8";
#map {
  position: relative;
}
.mp-box {
  position: absolute;
  top: calc(45% - 100px);
  left: 52%;
  transform: translateX(-50%);
}
.map-info {
  width: 254px;
  height: 130px;
  background-color: #35b37b;
  border-radius: 8px;
  padding: 17px 15px 13px;
}
.map-logo {
  display: block;
  width: 124px;
  margin: 0 auto 12px;
}
.map-info p {
  text-align: center;
  color: #ffffff;
  font-size: 16px;
  line-height: 22px;
}
.mp-sign {
  display: block;
  width: 28px;
  margin: 18px auto 0;
  position: absolute;
  left: 53%;
  top: 53%;
  transform: translate(-50%, -50%);
}
.jsz {
  width: 1400px;
  margin: 0 auto;
  padding: 20px 0 100px 0;
  font-size: 24px;
  text-align: center;
}
.jusity-between {
  justify-content: space-between;
}
#index .swiper-box {
  margin-top: 125px;
  width: 100%;
  /* height: 83vh; */
  overflow-x: hidden;
  overflow-y: hidden;
}

#index .swiper-box .swiper {
  width: 100%;
  height: 100%;
  position: relative;
  margin-top: 62.5px;
}

#index .swiper-box .swiper .swiper-slide {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  /* align-items: flex-end; */
  justify-content: flex-start;
}

#index .swiper-box .swiper .swiper-slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

#index .swiper-box .swiper .swiper-button-prev,
#index .swiper-box .swiper .swiper-button-next {
  max-width: 1400px;
  background: url(../img/icon-05.png) center center no-repeat;
}

#index .swiper-box .swiper .swiper-button-prev {
  transform: rotate(180deg);
  left: 7%;
}

#index .swiper-box .swiper .swiper-button-next {
  right: 7%;
}

#index .swiper-box .neirong {
  color: #fff;
  /* max-width: 1400px; */
  /* margin-bottom: 3.5%; */
  /* margin-left: 12%; */
  /* margin: 0 auto 3.5%; */
  width: 100%;
  /* position: relative; */
}

#index .swiper-box .neirong .titles p {
  font-family: HarmonyOS_Sans_SC_Black;
  font-size: 72px;
  font-weight: bold;
  font-stretch: normal;
  line-height: 92px;
  letter-spacing: 0px;
  color: #ffffff;
  box-shadow: 0px 0px 39px 1px rgba(37, 69, 90, 0.14);
}

#index .swiper-box .neirong .titles .miaoshus {
  margin-top: 10px;
  font-family: PingFangSC-Regular;
  font-size: 24px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 34px;
  letter-spacing: 0px;
  color: #ffffff;
  margin-bottom: 6%;
}

#index .swiper-box .neirong .nums .items1 {
  margin-right: 8%;
}

#index .swiper-box .neirong .nums .items1 .nums11 {
  font-family: DIN-Bold;
  font-size: 74px;
  font-weight: bold;
  font-stretch: normal;
  line-height: 100px;
  text-align: center;
  letter-spacing: 0px;
  color: #002068;
  box-shadow: 0px 7px 8px 0px rgba(0, 0, 0, 0.39);
  margin-top: -3px;
  padding: 0px 10px;
  height: 100px;
  background-image: linear-gradient(0deg, #cdcdcd 0%, #ffffff 100%), linear-gradient(#ffffff, #ffffff);
  background-blend-mode: normal, normal;
  box-shadow: 0px 10px 15px 0px rgba(0, 0, 0, 0.11), inset 0px 0px 51px 0px rgba(0, 0, 0, 0.21), inset 0px 6px 10px 0px rgba(0, 0, 0, 0.15);
  border-radius: 10px;
  border: solid 3px #dadada;
}

#index .swiper-box .neirong .nums .items1 .num-miaoshu {
  margin-left: 10px;
}

#index .swiper-box .neirong .nums .items1 .num-miaoshu .tit {
  font-family: PingFangSC-Semibold;
  font-size: 30px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 56px;
  letter-spacing: 0px;
  color: #ffffff;
}

#index .swiper-box .neirong .nums .items1 .num-miaoshu .danwei {
  font-family: PingFangSC-Semibold;
  font-size: 24px;
  font-weight: normal;
  font-stretch: normal;
  letter-spacing: 0px;
  color: #ffffff;
}

#index .swiper-box .neirong .line-pagi {
  position: absolute;
  line-height: 28px;
  align-items: center;
  left: 12.5%;
  right: 12.5%;
  bottom: 15%;
  /* bottom: -34%; */
  /* margin-top: 10%; */
  /* margin-top: 7%; */
}

#index .swiper-box .neirong .line-pagi .lines {
  flex: 1;
  height: 1px;
  background-color: #fff;
  margin: 0 20px;
  opacity: 0.3;
}

#index .swiper-box .neirong .line-pagi .shub {
  width: 18px;
  height: 28px;
  margin-right: 10px;
}

#index .hhh {
  margin: 6% 0 4% 0;
}

#index .time-boxs {
  overflow-x: hidden;
  overflow-y: hidden;
  width: 100%;
  position: relative;
}

#index .time-boxs .hhh {
  margin: 6% 0 4% 0;
}

#index .time-boxs .swiper {
  width: 100%;
  height: 100%;
  margin-bottom: 4%;
}

#index .time-boxs .swiper::after {
  position: absolute;
  content: '';
  width: 12%;
  height: 70%;
  bottom: 0;
  backdrop-filter: blur(1.5px);
  /* 添加模糊效果 */
  background: radial-gradient(circle at left, #ffffff33, #fff);
  left: 0;
  z-index: 30;
}

#index .time-boxs .swiper::before {
  position: absolute;
  content: '';
  width: 12%;
  height: 70%;
  bottom: 0;
  backdrop-filter: blur(1.5px);
  /* 添加模糊效果 */
  background: radial-gradient(circle at left, #ffffff33, #fff);
  /* 设置透明度 */
  right: 0;
  z-index: 30;
}

#index .time-boxs .swiper .swiper-slide {
  width: 446px;
  height: 363px;
}

#index .time-boxs .swiper .swiper-slide .neirong {
  padding: 15px;
  min-height: 240px;
  background-color: #f8f8f8;
  border-radius: 10px;
}

#index .time-boxs .swiper .swiper-slide .neirong .title {
  margin-top: 15px;
  text-align: center;
  font-family: PingFangSC-Regular;
  font-size: 22px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 34px;
  letter-spacing: 0px;
  color: #999999;
}

#index .time-boxs .swiper .swiper-slide .neirong .img-box img {
  max-width: 100%;
}

#index .time-boxs .swiper .swiper-slide-active {
  margin-top: -30px;
}

#index .time-boxs .swiper .swiper-slide-active .neirong {
  box-shadow: 0px 0px 27px 0px rgba(21, 105, 68, 0.34);
  border: solid 1.5px #35b37b;
}

#index .time-boxs .swiper .swiper-slide-active .neirong .title {
  color: #333;
  font-weight: bold;
}

#index .time-boxs .swiper .time-button-prev,
#index .time-boxs .swiper .time-button-next {
  background-color: #35b37b;
  border-radius: 50%;
  width: 50px;
  height: 50px;
  background-image: url(../img/icon-05.png) !important;
  background-size: 8px 12px;
  right: 13%;
  top: calc(50% + 60px);
}

#index .time-boxs .swiper .time-button-prev {
  left: 13% !important;
  right: auto;
  background-image: url(../img/icon-54.png) !important;
  background-color: #f2f8f6 !important;
  border: 1px solid #35b37b;
  border-radius: 50%;
}

#index .time-boxs .swiper .time-pagination {
  display: flex;
  justify-content: center;
}

#index .time-boxs .swiper .time-pagination .swiper-pagination-bullet {
  width: 30px;
  height: 6px;
  background-color: #c4c2c2;
  border-radius: 3px;
}

#index .time-boxs .swiper .time-pagination .swiper-pagination-bullet-active {
  background-color: #35b37b !important;
}

#index .news-boxs .plb-tops-mubp {
  display: flex;
  padding: 6% 0 4% 0;
}

#index .news-boxs .plb-tops-mubp .leftssss {
  width: calc(100% - 490px);
  margin-right: 4%;
}

#index .news-boxs .plb-tops-mubp .leftssss > .flex {
  width: 100%;
  justify-content: space-between;
}

#index .news-boxs .plb-tops-mubp .leftssss .option-list-item {
  margin-top: 4%;
}

#index .news-boxs .plb-tops-mubp .leftssss .option-list-item .item1 {
  margin-bottom: 20px;
}

#index .news-boxs .plb-tops-mubp .leftssss .option-list-item .item1:hover .bottoms1 .t1 {
  color: #4cb379;
}

#index .news-boxs .plb-tops-mubp .leftssss .option-list-item .item1 .img {
  width: 236px;
  height: 154px;
  margin-right: 20px;
  flex-shrink: 0;
}

#index .news-boxs .plb-tops-mubp .leftssss .option-list-item .item1 .img .img1 {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

#index .news-boxs .plb-tops-mubp .leftssss .option-list-item .item1 .bottoms1 {
  width: calc(100% - 270px);
  display: flex;
  justify-content: space-around;
  align-items: flex-start;
  flex-direction: column;
}

#index .news-boxs .plb-tops-mubp .leftssss .option-list-item .item1 .bottoms1 .tiems1 {
  font-family: STHeitiSC-Medium;
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 34px;
  letter-spacing: 0px;
  color: #333333;
}

#index .news-boxs .plb-tops-mubp .leftssss .option-list-item .item1 .bottoms1 .t1 {
  font-family: PingFangSC-Semibold;
  font-size: 20px;
  font-weight: bold;
  font-stretch: normal;
  line-height: 28px;
  letter-spacing: 0px;
  color: #333333;
  width: 100%;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
}

#index .news-boxs .plb-tops-mubp .leftssss .option-list-item .item1 .bottoms1 .t2 {
  font-family: PingFangSC-Regular;
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 24px;
  letter-spacing: 0px;
  color: #666666;
  width: 100%;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
}

#index .news-boxs .plb-tops-mubp .leftssss .option-list-item .item1 .bottoms1 .more1 {
  font-family: PingFangSC-Regular;
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 36px;
  letter-spacing: 0px;
  color: #666666;
  display: flex;
  align-items: center;
}

#index .news-boxs .plb-tops-mubp .leftssss .option-list-item .item1 .bottoms1 .more1 .img1s {
  width: 18px;
  height: 18px;
  object-fit: contain;
  margin-left: 15px;
}

#index .news-boxs .plb-tops-mubp .rightssss {
  width: 446px;
  min-height: 634px;
}

#index .news-boxs .plb-tops-mubp .rightssss .right-bot-boxs {
  margin-top: 7%;
}

#index .news-boxs .plb-tops-mubp .rightssss .right-bot-boxs .r-items {
  margin-bottom: 30px;
  display: block;
  /* display: inline-block; */
}
#index .news-boxs .plb-tops-mubp .rightssss .right-bot-boxs .r-items:first-child {
  border-bottom: 1px solid #cccccc;
  padding-bottom: 28px;
}

#index .news-boxs .plb-tops-mubp .rightssss .right-bot-boxs .r-items:hover .uu14 {
  color: #4cb379;
}

#index .news-boxs .plb-tops-mubp .rightssss .right-bot-boxs .r-items:hover .uu14::before {
  background-color: #4cb379;
}

#index .news-boxs .plb-tops-mubp .rightssss .right-bot-boxs .r-items:hover .down-list01 .wenbens1 .p155s {
  color: #4cb379;
}

#index .news-boxs .plb-tops-mubp .rightssss .right-bot-boxs .r-items .down-list01 .times1 {
  margin-right: 20px;
  width: 64px;
  height: 70px;
  background-color: #35b37b;
  border-radius: 6px;
  font-size: 12px;
  text-align: center;
  color: #fff;
  flex-shrink: 0;
}

#index .news-boxs .plb-tops-mubp .rightssss .right-bot-boxs .r-items .down-list01 .times1 .p1 {
  font-size: 32px;
  line-height: 38px;
  margin-top: 4px;
}

#index .news-boxs .plb-tops-mubp .rightssss .right-bot-boxs .r-items .down-list01 .wenbens1 .p155s {
  font-family: PingFangSC-Semibold;
  font-size: 20px;
  font-weight: bold;
  font-stretch: normal;
  line-height: 28px;
  letter-spacing: 0px;
  color: #333333;
  margin-bottom: 7px;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  display: -webkit-box;
  -webkit-box-orient: vertical;
}

#index .news-boxs .plb-tops-mubp .rightssss .right-bot-boxs .r-items .down-list01 .wenbens1 .p255s {
  font-family: PingFangSC-Regular;
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 24px;
  letter-spacing: 0px;
  color: #666666;
  /* max-height: 170px; */
  /* overflow-y: auto; */
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  display: -webkit-box;
  -webkit-box-orient: vertical;
}

#index .news-boxs .plb-tops-mubp .rightssss .right-bot-boxs .r-items .down-list01 .wenbens1 .p255s::-webkit-scrollbar {
  width: 3px;
  border-radius: 3px;
  background-color: transparent;
}
#index .news-boxs .plb-tops-mubp .rightssss .right-bot-boxs .r-items .down-list01 .wenbens1 .p255s::-webkit-scrollbar-thumb {
  width: 3px;
  border-radius: 3px;
  background-color: #35b37b;
}

#index .news-boxs .plb-tops-mubp .rightssss .right-bot-boxs .r-items .down-list01 .wenbens1 .more1 {
  margin-top: 15px;
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 36px;
  letter-spacing: 0px;
  color: #333333;
  display: flex;
  align-items: center;
}

#index .news-boxs .plb-tops-mubp .rightssss .right-bot-boxs .r-items .down-list01 .wenbens1 .more1 .img1s {
  width: 18px;
  height: 18px;
  object-fit: contain;
  margin-left: 20px;
}

#index .news-boxs .plb-tops-mubp .rightssss .right-bot-boxs .r-items .uu14 {
  position: relative;
  justify-content: space-between;
  padding-left: 20px;
  font-family: PingFangSC-Regular;
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 28px;
  letter-spacing: 0px;
  color: #333333;
  width: 100%;
}
#index .news-boxs .plb-tops-mubp .rightssss .right-bot-boxs .r-items .uu14 span:first-child {
  width: 260px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
}

#index .news-boxs .plb-tops-mubp .rightssss .right-bot-boxs .r-items .uu14::before {
  display: inline-block;
  width: 6px;
  height: 6px;
  content: '';
  background-color: #cccccc;
  left: 0;
  top: 11px;
  position: absolute;
  border-radius: 50%;
}

#index .yanfa-boxs {
  min-height: 774px;
}

#index .yanfa-boxs .plb-tops-mubp .detail-item .img-box1s {
  height: 526px;
  width: 100%;
}

#index .yanfa-boxs .plb-tops-mubp .detail-item .img-box1s .img1 {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

#index .contact-boxs {
  min-height: 748px;
  padding-bottom: 6%;
  position: relative;
}

#index .contact-boxs .title1454 {
  padding: 11% 0 2% 0;
  width: 100%;
  justify-content: space-between;
}

#index .contact-boxs .map-main-box {
  display: flex;
}

#index .contact-boxs .map-main-box .left-boxs1 {
  background-color: #fff;
  padding: 5% 4%;
  width: 565px;
}

#index .contact-boxs .map-main-box .left-boxs1 .img1s {
  width: 162px;
  height: 34px;
}

#index .contact-boxs .map-main-box .left-boxs1 .title {
  font-family: PingFangSC-Semibold;
  font-size: 28px;
  margin-top: 10px;
  font-weight: bold;
  font-stretch: normal;
  line-height: 34px;
  letter-spacing: 0px;
  color: #333333;
  margin-bottom: 50px;
}

#index .contact-boxs .map-main-box .left-boxs1 .dizhi,
#index .contact-boxs .map-main-box .left-boxs1 .hot-line,
#index .contact-boxs .map-main-box .left-boxs1 .you,
#index .contact-boxs .map-main-box .left-boxs1 .phone {
  font-family: PingFangSC-Semibold;
  font-size: 18px;
  font-weight: bold;
  font-stretch: normal;
  line-height: 43px;
  letter-spacing: 0px;
  color: #333333;
}

#index .contact-boxs .map-main-box .left-boxs1 .dizhi > span,
#index .contact-boxs .map-main-box .left-boxs1 .hot-line > span,
#index .contact-boxs .map-main-box .left-boxs1 .you > span,
#index .contact-boxs .map-main-box .left-boxs1 .phone > span {
  font-family: PingFangSC-Regular;
  font-size: 18px;
  font-weight: normal;
  letter-spacing: 0px;
  color: #333333;
}

#index .contact-boxs .map-main-box .left-boxs1 .hot-line {
  margin-top: 20px;
  width: 140px;
  height: 140px;
  border: 1px solid #eee;
}

#index .contact-boxs .map-main-box .left-boxs1 .hot-line .imgs11455s458e {
  width: 100%;
  height: 100%;
}

#index .contact-boxs .map-main-box .left-boxs1 .pho-num {
  font-family: PingFangSC-Semibold;
  font-size: 24px;
  font-weight: bold;
  letter-spacing: 0px;
  color: #35b37b;
}

#index .contact-boxs .map-main-box .left-boxs1 .pho-num > span {
  font-weight: 500;
  color: #999999;
  font-size: 18px;
}

#index .contact-boxs .map-main-box .right-boxs1 {
  flex: 1;
}

#index .contact-boxs .map-main-box .right-boxs1 #map {
  height: 100%;
  overflow: hidden;
}

#index .contact-boxs .map-main-box .right-boxs1 #map .img1s {
  height: 100%;
  width: auto;
  display: block;
  object-fit: cover;
}

#index .contact-boxs .ls-zhaomu .mains {
  position: absolute;
  /* top: -50px; */
  top: 0;
  background: #fff;
  left: 50%;
  transform: translateX(-50%);
  width: 1400px;
}

#index .contact-boxs .ls-zhaomu .img11256544 {
  width: 328px;
  height: 130px;
  padding: 2%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  flex-shrink: 0;
}
#index .contact-boxs .ls-zhaomu .list-items1 .item .wenzis1 .over-line1:last-child {
  /* height: 42px; */
  /* word-break: break-all;
  min-width: 200px; */
}

#index .contact-boxs .ls-zhaomu .img11256544 .t1 {
  font-family: PingFangSC-Semibold;
  font-size: 32px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 34px;
  letter-spacing: 0px;
  color: #ffffff;
  margin-bottom: 7px;
}

#index .contact-boxs .ls-zhaomu .img11256544 .t2 {
  font-family: PingFangSC-Regular;
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 36px;
  letter-spacing: 0px;
  color: #ffffff;
}

#index .contact-boxs .ls-zhaomu .img11256544 .t2 .img845141 {
  filter: brightness(0) invert(1);
}

#index .contact-boxs .ls-zhaomu .list-items1 .item {
  padding: 10px;
  display: flex;
  margin-right: 30px;
  margin-left: 20px;
  align-items: center;
  width: 33.333%;
}

#index .contact-boxs .ls-zhaomu .list-items1 .item .img14s {
  width: 42px;
  height: 42px;
  margin-right: 20px;
}

#index .contact-boxs .ls-zhaomu .list-items1 .item .wenzis1 .tits1o {
  font-family: PingFangSC-Regular;
  font-size: 20px;
  font-weight: 600;
  font-stretch: normal;
  letter-spacing: 0px;
  color: #333333;
}

#index .contact-boxs .ls-zhaomu .list-items1 .item .wenzis1 .ss-s {
  font-family: PingFangSC-Regular;
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  letter-spacing: 0px;
  color: #666666;
}

#index .contact-boxs .ls-zhaomu .list-items1 .item:hover .wenzis1 .tits1o {
  color: #4cb379;
}
.ls-zhaomu .mains {
  position: relative;
  /* top: -50px; */
  background: #fff;
  /* left: 50%; */
  /* transform: translateX(-50%); */
  width: 1400px;
  /* margin: 30px auto; */
  margin: 0 auto 30px;
}

.ls-zhaomu .img11256544 {
  width: 328px;
  height: 130px;
  padding: 2%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  flex-shrink: 0;
}
.ls-zhaomu .list-items1 .item .wenzis1 .over-line1 {
  /* height: 42px; */
  /* word-break: break-all;
  min-width: 200px; */
}

.ls-zhaomu .img11256544 .t1 {
  font-family: PingFangSC-Semibold;
  font-size: 32px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 34px;
  letter-spacing: 0px;
  color: #ffffff;
  margin-bottom: 7px;
}

.ls-zhaomu .img11256544 .t2 {
  font-family: PingFangSC-Regular;
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 36px;
  letter-spacing: 0px;
  color: #ffffff;
}

.ls-zhaomu .img11256544 .t2 .img845141 {
  filter: brightness(0) invert(1);
}

.ls-zhaomu .list-items1 .item {
  padding: 10px;
  display: flex;
  margin-right: 30px;
  margin-left: 20px;
  align-items: center;
  width: 33.333%;
}

.ls-zhaomu .list-items1 .item .img14s {
  width: 42px;
  height: 42px;
  margin-right: 20px;
}

.ls-zhaomu .list-items1 .item .wenzis1 .tits1o {
  font-family: PingFangSC-Regular;
  font-size: 20px;
  font-weight: 600;
  font-stretch: normal;
  letter-spacing: 0px;
  color: #333333;
}

.ls-zhaomu .list-items1 .item .wenzis1 .ss-s {
  font-family: PingFangSC-Regular;
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  letter-spacing: 0px;
  color: #666666;
}

.ls-zhaomu .list-items1 .item:hover .wenzis1 .tits1o {
  color: #4cb379;
}

#index .link-box14s .plb-tops-mubp {
  display: flex;
  align-items: center;
}

#index .link-box14s .plb-tops-mubp .title1454 {
  width: 220px;
}

#index .link-box14s .plb-tops-mubp .link-swiper-box {
  padding: 6% 0 4% 0;
  flex: 1;
  overflow: hidden;
}

#index .link-box14s .plb-tops-mubp .link-swiper-box .swiper-slide {
  width: 220px;
  margin-top: -28px;
  height: 80px;
  background-color: #ffffff;
  border: solid 1px #e6e6e6;
}

#index .link-box14s .plb-tops-mubp .link-swiper-box .swiper-slide .s1 {
  width: 100%;
  height: 100%;
}

#index .link-box14s .plb-tops-mubp .link-swiper-box .swiper-slide .s1:hover {
  border: 2px solid #35b37b;
}

#about .hhh {
  padding: 6% 0 6% 0;
}

#about .about-mains05 {
  min-height: 800px;
}

#about .about-mains05 .mains01 {
  display: flex;
}
#about .about-mains05 .mains03 .main03-boxs {
  margin-top: 50px;
}
#about .about-mains05 .mains01 .left1 {
  width: 600px;
  margin-right: 40px;
}

#about .about-mains05 .mains01 .left1 .tit {
  font-family: PingFangSC-Semibold;
  font-size: 46px;
  font-weight: bold;
  font-stretch: normal;
  letter-spacing: 0px;
  color: #333333;
}

#about .about-mains05 .mains01 .left1 .year {
  font-family: STHeitiSC-Light;
  font-size: 60px;
  font-weight: normal;
  font-stretch: normal;
  letter-spacing: 0px;
  color: #333333;
  margin: 2% 0 4% 0;
}

#about .about-mains05 .mains01 .left1 .year .ys {
  font-family: STHeitiSC-Light;
  font-size: 66px;
  font-weight: normal;
  font-stretch: normal;
  letter-spacing: -1px;
  color: #35b37b;
}

#about .about-mains05 .mains01 .left1 .qing-line {
  width: 28px;
  height: 5px;
  background-color: #35b37b;
  border-radius: 3px;
}

#about .about-mains05 .mains01 .right1 {
  width: calc(100% - 640px);
}

#about .about-mains05 .mains01 .right1 .duanlun {
  font-family: PingFangSC-Regular;
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 36px;
  letter-spacing: 0px;
  color: #666666;
  max-height: 300px;
  overflow-y: scroll;
  scrollbar-color: #35b37b #f7f7f9;
  /* 滑块颜色  滚动条背景颜色 */
  scrollbar-width: thin;
  /* 滚动条宽度有三种：thin、auto、none */
}

#about .about-mains05 .mains01 .right1 .duanlun::-webkit-scrollbar {
  width: 6px;
  border-radius: 8px;
}

#about .about-mains05 .mains01 .right1 .duanlun::-webkit-scrollbar-thumb {
  border-radius: 8px;
  background-color: #35b37b;
}

#about .about-mains05 .mains02 {
  margin: 4% auto 2% auto;
  display: flex;
}

#about .about-mains05 .mains02 .itewm01 {
  width: 50%;
  border: solid 1px #ededed;
  height: 130px;
  display: flex;
  justify-content: center;
  align-items: center;
}

#about .about-mains05 .mains02 .itewm01 .p1s {
  font-family: PingFangSC-Regular;
  font-size: 24px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 34px;
  letter-spacing: 0px;
  color: #333333;
}

#about .about-mains05 .mains02 .itewm01 .p2s {
  margin-left: 7%;
  font-family: PingFangSC-Semibold;
  font-size: 24px;
  font-weight: bold;
  font-stretch: normal;
  line-height: 34px;
  letter-spacing: 0px;
  color: #333333;
}

#about .about-mains05 .mains03 .main03-boxs .m03-item {
  display: flex;
}

#about .about-mains05 .mains03 .main03-boxs .m03-item .yyy4 {
  display: flex;
  width: 50%;
}

#about .about-mains05 .mains03 .main03-boxs .m03-item .yyy4 .right4 {
  width: 50%;
  background-color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  position: relative;
}

#about .about-mains05 .mains03 .main03-boxs .m03-item .yyy4 .right4 > img {
  margin-bottom: 8px;
  filter: brightness(50%) invert(50%);
}
#about .about-mains05 .mains03 .main03-boxs .m03-item .yyy4 .right4 p {
  font-size: 18px;
}
#about .about-mains05 .mains03 .main03-boxs .m03-item .yyy4 .right4::before {
  content: '';
  display: inline-block;
  position: absolute;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-left: 10px solid transparent;
  border-right: 10px solid #fff;
  left: -20px;
  top: 35px;
}

#about .about-mains05 .mains03 .main03-boxs .m03-item .yyy4 .left4 {
  width: 50%;
}

#about .about-mains05 .mains03 .main03-boxs .m03-item .yyy4 .left4 .img1 {
  filter: brightness(0.8);
  width: 100%;
  height: 100%;
}

#about .about-mains05 .mains03 .main03-boxs .m03-item .yyy4:hover .right4 > img {
  filter: none;
}

#about .about-mains05 .mains03 .main03-boxs .m03-item .yyy4:hover .left4 .img1 {
  filter: none;
}

#about .about-mains05 .mains03 .main03-boxs .m03-item:nth-child(2n) .yyy4 {
  flex-direction: row-reverse;
}

#about .about-mains05 .mains03 .main03-boxs .m03-item:nth-child(2n) .yyy4 .right4 {
  position: relative;
}

#about .about-mains05 .mains03 .main03-boxs .m03-item:nth-child(2n) .yyy4 .right4::before {
  content: '';
  display: inline-block;
  position: absolute;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-left: 10px solid #fff;
  border-right: 10px solid transparent;
  left: 100%;
  top: 35px;
}

#about .fszhan-box {
  min-height: 975px;
  height: 975px;
  background-size: cover !important;
  position: relative;
}

#about .fszhan-box .swiper-mobile {
  display: none;
}

#about .fszhan-box .pages-title-box014 {
  padding-top: 5%;
  font-family: PingFangSC-Semibold;
  font-size: 46px;
  font-weight: bold;
  font-stretch: normal;
  letter-spacing: 0px;
  color: #333333;
}

#about .fszhan-box .ffg111 {
  height: 80%;
}

#about .fszhan-box .fazhan-swiper {
  height: 100%;
  padding-top: 17%;
  overflow: hidden;
}

#about .fszhan-box .fazhan-swiper .swiper {
  height: 100%;
}

#about .fszhan-box .fazhan-swiper .swiper .swiper-wrapper {
  height: 100%;
}

#about .fszhan-box .fazhan-swiper .swiper .fazhan-button-prev,
#about .fszhan-box .fazhan-swiper .swiper .fazhan-button-next {
  background-color: #35b37b;
  border-radius: 50%;
  width: 50px;
  height: 50px;
  background-image: url(../img/icon-05.png) !important;
  background-size: 8px 12px;
  right: 7%;
  top: 12%;
}

#about .fszhan-box .fazhan-swiper .swiper .fazhan-button-prev {
  left: auto;
  right: 12% !important;
  background-image: url(../img/icon-54.png) !important;
  background-color: #f2f8f6 !important;
  border: 1px solid #35b37b;
  border-radius: 50%;
}

#about .fszhan-box .fazhan-swiper .swiper .fazhan-pagination {
  display: flex;
  justify-content: center;
}

#about .fszhan-box .fazhan-swiper .swiper .fazhan-pagination .swiper-pagination-bullet {
  width: 30px;
  height: 6px;
  background-color: #c4c2c2;
  border-radius: 3px;
}

#about .fszhan-box .fazhan-swiper .swiper .fazhan-pagination .swiper-pagination-bullet-active {
  background-color: #35b37b !important;
}

#about .fszhan-box .fazhan-swiper .fazhan-items14 {
  display: flex;
  height: 100%;
  justify-content: flex-start;
}

#about .fszhan-box .fazhan-swiper .fazhan-items14 .neirong {
  max-width: 205px;
  width: 20%;
  margin-right: 5%;
  position: relative;
}

#about .fszhan-box .fazhan-swiper .fazhan-items14 .neirong:first-child {
  flex-shrink: 0;
}

#about .fszhan-box .fazhan-swiper .fazhan-items14 .neirong:nth-child(5n) {
  margin-right: 0;
}

#about .fszhan-box .fazhan-swiper .fazhan-items14 .neirong:nth-child(2) {
  margin-top: -8%;
}

#about .fszhan-box .fazhan-swiper .fazhan-items14 .neirong:nth-child(3) {
  margin-top: -12%;
}

#about .fszhan-box .fazhan-swiper .fazhan-items14 .neirong:nth-child(4) {
  margin-top: -15%;
}

#about .fszhan-box .fazhan-swiper .fazhan-items14 .neirong:nth-child(5) {
  margin-top: -15%;
}

#about .fszhan-box .fazhan-swiper .fazhan-items14 .neirong .title {
  font-family: DIN-Bold;
  font-size: 32px;
  font-weight: bold;
  font-stretch: normal;
  line-height: 34px;
  letter-spacing: 0px;
  color: #35b37b;
  margin-bottom: 20px;
}

#about .fszhan-box .fazhan-swiper .fazhan-items14 .neirong .title .year0541 {
  font-size: 20px;
  font-weight: bold;
}

#about .fszhan-box .fazhan-swiper .fazhan-items14 .neirong .img-box .wenzi14 {
  margin-bottom: 7px;
  font-family: PingFangSC-Semibold;
  font-size: 18px;
  font-weight: normal;
  letter-spacing: 0px;
  color: #666666;
  position: relative;
  padding-left: 10px;
}

#about .fszhan-box .fazhan-swiper .fazhan-items14 .neirong .img-box .wenzi14:hover {
  color: #35b37b;
}

#about .fszhan-box .fazhan-swiper .fazhan-items14 .neirong .img-box .wenzi14::after {
  content: '';
  width: 2px;
  height: 2px;
  background-color: #333333;
  border-radius: 50%;
  position: absolute;
  top: 11px;
  left: 0;
}

#about .fszhan-box .fazhan-swiper .fazhan-items14 .neirong .img-box .wenzi14 > span {
  font-weight: 600;
  margin-right: 10px;
  width: 40px;
  flex-shrink: 0;
  margin-right: 4px;
}

#about .fszhan-box .fazhan-swiper .fazhan-items14 .neirong .img-box .wenzi14 > p {
  line-height: 26px;
  max-height: 56px;
  overflow-y: auto;
}

#about .fszhan-box .fazhan-swiper .fazhan-items14 .neirong .img-box .wenzi14 > p::-webkit-scrollbar {
  width: 3px;
}

#about .fszhan-box .fazhan-swiper .fazhan-items14 .neirong .img-box .wenzi14 > p::-webkit-scrollbar-thumb {
  width: 3px;
  background-color: #d9d9d9;
}

#about .qiyerongyu-box {
  min-height: 890px;
}

#about .qiyerongyu-box .pages-title-box014 {
  margin-bottom: 3%;
  padding-top: 4%;
  font-family: PingFangSC-Semibold;
  font-size: 46px;
  font-weight: bold;
  font-stretch: normal;
  letter-spacing: 0px;
  color: #333333;
}

#about .qiyerongyu-box .link-swiper-box {
  overflow: hidden;
}

#about .qiyerongyu-box .link-swiper-box .swiper-slide .tidao-slide {
  min-height: 540px;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

#about .qiyerongyu-box .link-swiper-box .swiper-slide .tidao-slide .s1 {
  width: 70%;
  height: 70%;
}

#about .qiyerongyu-box .link-swiper-box .swiper-slide .biaoti {
  font-family: PingFangSC-Semibold;
  font-size: 24px;
  font-weight: normal;
  font-stretch: normal;
  margin: 20px 0;
  text-align: center;
  letter-spacing: 0px;
  color: #333333;
}

#about .qiyerongyu-box .link-swiper-box .swiper-slide:hover .biaoti {
  color: #35b37b;
}

#about .qiyerongyu-box .qiyerongyu-button-prev,
#about .qiyerongyu-box .qiyerongyu-button-next {
  background-color: #35b37b;
  border-radius: 50%;
  width: 50px;
  height: 50px;
  background-image: url(../img/icon-05.png) !important;
  background-size: 8px 12px;
  right: 7%;
  top: 12%;
}

#about .qiyerongyu-box .qiyerongyu-button-prev {
  left: auto;
  right: 12% !important;
  background-image: url(../img/icon-54.png) !important;
  background-color: #f2f8f6 !important;
  border: 1px solid #35b37b;
  border-radius: 50%;
}

#about .qiyezizhi-box {
  min-height: 750px;
  padding-bottom: 117px;
}

#about .qiyezizhi-box .pages-title-box014 {
  margin-bottom: 3%;
  padding-top: 4%;
  font-family: PingFangSC-Semibold;
  font-size: 46px;
  font-weight: bold;
  font-stretch: normal;
  letter-spacing: 0px;
  color: #333333;
}

#about .qiyezizhi-box .link-swiper-box {
  overflow: hidden;
}

#about .qiyezizhi-box .link-swiper-box .swiper-slide .tidao-slide {
  /* height: 415px; */
  height: 540px;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
}

#about .qiyezizhi-box .link-swiper-box .swiper-slide .tidao-slide .s1 {
  /* width: 70%;
  height: 70%; */
  width: 90%;
  height: 94%;
}

#about .qiyezizhi-box .link-swiper-box .swiper-slide .biaoti {
  font-family: PingFangSC-Semibold;
  font-size: 24px;
  font-weight: normal;
  font-stretch: normal;
  margin: 20px 0;
  text-align: center;
  letter-spacing: 0px;
  color: #333333;
}

#about .qiyezizhi-box .link-swiper-box .swiper-slide:hover .biaoti {
  color: #35b37b;
}

#about .qiyezizhi-box .qiyezizhi-box-block {
  width: 1400px;
  height: 36px;
  margin: 33px auto 0;
  background-color: #ffffff;
  box-shadow: 0px 0px 1px 0px rgba(0, 0, 0, 0.17), 0px 15px 24px 1px rgba(0, 0, 0, 0.09);
  border-radius: 2px;
}

#about .qiyezizhi-box .qiyezizhi-button-prev,
#about .qiyezizhi-box .qiyezizhi-button-next {
  background-color: #35b37b;
  border-radius: 50%;
  width: 50px;
  height: 50px;
  background-image: url(../img/icon-05.png) !important;
  background-size: 8px 12px;
  right: 7%;
  top: 12%;
}

#about .qiyezizhi-box .qiyezizhi-button-prev {
  left: auto;
  right: 12% !important;
  background-image: url(../img/icon-54.png) !important;
  background-color: #f2f8f6 !important;
  border: 1px solid #35b37b;
  border-radius: 50%;
}

#case .case-main-detail .m1400 .item-list .item-box01 {
  margin-top: 5%;
}

#case .case-main-detail .m1400 .item-list .item-box01 .tops1 {
  padding: 20px 0;
  align-items: center;
  border-bottom: 1px solid #35b37b;
}

#case .case-main-detail .m1400 .item-list .item-box01 .tops1 .kuai {
  width: 8px;
  height: 28px;
  background-color: #35b37b;
  border-radius: 4px;
}

#case .case-main-detail .m1400 .item-list .item-box01 .tops1 .zi {
  font-family: PingFangSC-Semibold;
  font-size: 32px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 34px;
  letter-spacing: 0px;
  color: #35b37b;
  margin-left: 15px;
}

#case .case-main-detail .m1400 .item-list .item-box01 .tops2 {
  display: flex;
  margin: 3.5% 0;
}

#case .case-main-detail .m1400 .item-list .item-box01 .tops2 .left {
  width: 560px;
  margin-right: 5%;
  padding-top: 5%;
}

#case .case-main-detail .m1400 .item-list .item-box01 .tops2 .left .more457 {
  width: 170px;
  height: 50px;
  border-radius: 25px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-family: PingFangSC-Regular;
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  letter-spacing: 0px;
  color: #666666;
  border: 1px solid #999999;
}

#case .case-main-detail .m1400 .item-list .item-box01 .tops2 .left .more457 .img14s {
  margin-left: 10px;
  filter: brightness(50%) invert(60%);
}

#case .case-main-detail .m1400 .item-list .item-box01 .tops2 .left .more457:hover {
  border: 0;
  background-color: #35b37b;
  color: #ffffff;
  box-shadow: 0px 0px 27px 0px rgba(21, 105, 68, 0.34);
}

#case .case-main-detail .m1400 .item-list .item-box01 .tops2 .left .more457:hover .img14s {
  filter: brightness(0%) invert(1);
}

#case .case-main-detail .m1400 .item-list .item-box01 .tops2 .left .tits14 {
  font-family: PingFangSC-Semibold;
  font-size: 46px;
  font-weight: bold;
  font-stretch: normal;
  line-height: 46px;
  letter-spacing: 0px;
  color: #333333;
}

#case .case-main-detail .m1400 .item-list .item-box01 .tops2 .left .wenduan544 {
  font-family: PingFangSC-Regular;
  font-size: 18px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 34px;
  letter-spacing: 0px;
  color: #333333;
  margin: 4% 0;
  min-height: 240px;
  max-height: 280px;
  overflow-y: auto;
  scrollbar-color: #35b37b #f7f7f9;
  /* 滑块颜色  滚动条背景颜色 */
  scrollbar-width: thin;
  /* 滚动条宽度有三种：thin、auto、none */
}

#case .case-main-detail .m1400 .item-list .item-box01 .tops2 .left .wenduan544::-webkit-scrollbar {
  width: 6px;
  border-radius: 8px;
}

#case .case-main-detail .m1400 .item-list .item-box01 .tops2 .left .wenduan544::-webkit-scrollbar-thumb {
  background-color: #35b37b;
  border-radius: 8px;
}

#case .case-main-detail .m1400 .item-list .item-box01 .tops2 .right5454 {
  flex: 1;
}

#case .case-main-detail .m1400 .item-list .item-box01 .tops2 .right5454 .img57 {
  /* width: 761px; */
  /* height: 522px; */
  width: 1000px;
  margin: 0 auto;
  display: block;
}

#case .case-main-detail .m1400 .item-list .item-box01:nth-child(2n) .tops2 {
  flex-direction: row-reverse;
}

#case .case-main-detail .m1400 .item-list .item-box01:nth-child(2n) .tops2 .left {
  margin-left: 5%;
  margin-right: 0 !important;
}

#innovate .innovate-detail .m1400 .bt-title {
  font-family: PingFangSC-Semibold;
  font-size: 46px;
  font-weight: bold;
  font-stretch: normal;
  letter-spacing: 0px;
  color: #333333;
  margin: 4% 0 3% 0;
}

#innovate .innovate-detail .m1400 .de-list .items {
  padding: 10px;
  border: 1px solid #35b37b;
  border-radius: 10px;
  display: flex;
  margin-bottom: 50px;
}

#innovate .innovate-detail .m1400 .de-list .items .left1 {
  width: 400px;
  height: 275px;
  overflow: hidden;
  border-radius: 10px;
}

#innovate .innovate-detail .m1400 .de-list .items .left1 .img1 {
  border-radius: 10px;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

#innovate .innovate-detail .m1400 .de-list .items .right1 {
  margin-left: 30px;
  flex: 1;
  padding-top: 1%;
  width: calc(100% - 450px);
}

#innovate .innovate-detail .m1400 .de-list .items .right1 .title7s {
  font-family: PingFangSC-Semibold;
  font-size: 24px;
  font-weight: bold;
  font-stretch: normal;
  letter-spacing: 0px;
  color: #333333;
}

#innovate .innovate-detail .m1400 .de-list .items .right1 .miaoshu {
  font-family: PingFangSC-Regular;
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 28px;
  letter-spacing: 0px;
  color: #666666;
  min-height: 110px;
  overflow-y: auto;
  max-height: 160px;
  margin: 12px 0;
}

#innovate .innovate-detail .m1400 .de-list .items .right1 .tizhah {
  width: 170px;
  height: 50px;
  background-color: #35b37b;
  box-shadow: 0px 0px 27px 0px rgba(21, 105, 68, 0.34);
  border-radius: 25px;
  display: flex;
  align-items: center;
  font-family: PingFangSC-Regular;
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  letter-spacing: 0px;
  color: #ffffff;
  justify-content: center;
}

#innovate .innovate-detail .m1400 .de-list .items .right1 .tizhah .img1 {
  filter: brightness(0) invert(1);
  margin-left: 10px;
}

#innovate .innovate-detail .m1400 .de-list .items:hover .title7s {
  color: #35b37b;
}

#innovate .page-boxs-s45 {
  margin-bottom: 70px;
}

#news .page-boxs-s45 {
  margin-bottom: 5%;
}

#news .news-detail {
  margin: 4% 0 4% 0;
}

#news .news-detail .m1400 .bt-title {
  font-family: PingFangSC-Semibold;
  font-size: 46px;
  font-weight: bold;
  font-stretch: normal;
  letter-spacing: 0px;
  color: #333333;
  margin: 4% 0 3% 0;
}

#news .news-detail .m1400 .de-list .items {
  padding: 32px 23px;
  display: flex;
  border-bottom: 1px solid #e6e6e6;
}

#news .news-detail .m1400 .de-list .items:hover {
  color: #35b37b;
  border-top: 4px solid #35b37b;
  background-color: #f8f8f8;
}

#news .news-detail .m1400 .de-list .items:hover .right1 .title7s {
  color: #35b37b;
}

#news .news-detail .m1400 .de-list .items:hover .right1 .miaoshu {
  color: #35b37b;
}

#news .news-detail .m1400 .de-list .items:hover .right1 .tizhah {
  background-color: #35b37b;
  color: #fff;
  border: 0 !important;
}

#news .news-detail .m1400 .de-list .items:hover .right1 .tizhah .img1 {
  filter: brightness(0) invert(1);
}

#news .news-detail .m1400 .de-list .items:hover .left1 .rili-box {
  background-color: #35b37b;
}

#news .news-detail .m1400 .de-list .items:hover .left1 .rili-box .riqi,
#news .news-detail .m1400 .de-list .items:hover .left1 .rili-box .day {
  color: #fff;
}

#news .news-detail .m1400 .de-list .items .left1 {
  display: flex;
  align-items: flex-start;
}

#news .news-detail .m1400 .de-list .items .left1 .rili-box {
  margin-right: 30px;
  width: 90px;
  height: 90px;
  background-color: #ffffff;
  border-radius: 4px;
  border: solid 2px #35b37b;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

#news .news-detail .m1400 .de-list .items .left1 .rili-box .riqi {
  font-family: DIN-Bold;
  font-size: 18px;
  font-weight: 500;
  font-stretch: normal;
  letter-spacing: 0px;
  color: #35b37b;
}

#news .news-detail .m1400 .de-list .items .left1 .rili-box .day {
  font-family: DIN-Bold;
  font-size: 54px;
  line-height: 54px;
  font-weight: bold;
  font-stretch: normal;
  letter-spacing: 0px;
  color: #35b37b;
}

#news .news-detail .m1400 .de-list .items .left1 .img1 {
  width: 300px;
  height: 196px;
  overflow: hidden;
  object-fit: cover;
}

#news .news-detail .m1400 .de-list .items .right1 {
  margin-left: 30px;
  flex: 1;
  padding-top: 8px;
  width: 887px;
}

#news .news-detail .m1400 .de-list .items .right1 .title7s {
  font-family: PingFangSC-Medium;
  font-size: 24px;
  font-weight: bold;
  font-stretch: normal;
  line-height: 24px;
  letter-spacing: 0px;
  color: #333333;
  width: 100%;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
}

#news .news-detail .m1400 .de-list .items .right1 .miaoshu {
  font-family: PingFangSC-Regular;
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 28px;
  letter-spacing: 0px;
  color: #666666;
  min-height: 80px;
  overflow-y: auto;
  max-height: 88px;
  margin: 10px 0;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 3;
  display: -webkit-box;
  -webkit-box-orient: vertical;
}

#news .news-detail .m1400 .de-list .items .right1 .tizhah {
  width: 170px;
  height: 50px;
  border-radius: 25px;
  border: solid 1px #999999;
  border-radius: 25px;
  font-family: PingFangSC-Regular;
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  letter-spacing: 0px;
  color: #666666;
  display: flex;
  letter-spacing: 0px;
  color: #666666;
  align-items: center;
  justify-content: center;
}

#news .news-detail .m1400 .de-list .items .right1 .tizhah .img1 {
  filter: brightness(44%) invert(57%);
  margin-left: 10px;
}

#news .news-detail .m1400 .de-list .active {
  border-top: 4px solid #35b37b;
  background-color: #f8f8f8;
}

#cooperation .cooperation-detail {
  margin: 6% 0 5% 0;
}

#cooperation .cooperation-detail .m1400 .item-list4455 {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

#cooperation .cooperation-detail .m1400 .item-list4455 .items {
  margin-bottom: 50px;
  width: 32%;
  margin-right: 1.7%;
}

#cooperation .cooperation-detail .m1400 .item-list4455 .items:nth-child(3n) {
  margin-right: 0;
}

#cooperation .cooperation-detail .m1400 .item-list4455 .items:hover .xiangq-box .title {
  color: #35b37b;
}

#cooperation .cooperation-detail .m1400 .item-list4455 .items:hover .more {
  background-color: #35b37b;
  color: #fff !important;
  border: 0 !important;
}

#cooperation .cooperation-detail .m1400 .item-list4455 .items:hover .more .img1 {
  filter: brightness(0) invert(1);
}

#cooperation .cooperation-detail .m1400 .item-list4455 .items .img-box {
  width: 100%;
  border-radius: 8px;
  overflow: hidden;
}

#cooperation .cooperation-detail .m1400 .item-list4455 .items .img-box .img1 {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

#cooperation .cooperation-detail .m1400 .item-list4455 .items .xiangq-box .title {
  font-family: PingFangSC-Semibold;
  font-size: 32px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 32px;
  letter-spacing: 0px;
  color: #333333;
  margin: 20px 0;
}

#cooperation .cooperation-detail .m1400 .item-list4455 .items .xiangq-box .wenzi {
  font-family: PingFangSC-Regular;
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 34px;
  letter-spacing: 0px;
  color: #333333;
}

#cooperation .cooperation-detail .m1400 .item-list4455 .items .xiangq-box .more {
  margin-top: 30px;
  font-family: PingFangSC-Regular;
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  border: solid 1px #999999;
  letter-spacing: 0px;
  color: #666666;
  width: 170px;
  height: 50px;
  border-radius: 25px;
  display: flex;
  justify-content: center;
  align-items: center;
}

#cooperation .cooperation-detail .m1400 .item-list4455 .items .xiangq-box .more .img1 {
  margin-left: 10px;
}

#connect {
  overflow-x: hidden;
}

#connect .connect-detail .m1400rr .yg-fc-box {
  margin-top: 7%;
}

#connect .connect-detail .m1400rr .yg-fc-box .items545-list .titles15 {
  margin-bottom: 3%;
  font-family: PingFangSC-Semibold;
  font-size: 46px;
  font-weight: bold;
  font-stretch: normal;
  line-height: 46px;
  letter-spacing: 0px;
  color: #333333;
}

#connect .connect-detail .m1400rr .yg-fc-box .items545-list .swipers-parent {
  overflow: hidden;
  position: relative;
  display: flex;
  padding: 3% 0 9% 0;
}

#connect .connect-detail .m1400rr .yg-fc-box .items545-list .swipers-parent::after {
  width: 65%;
  height: 100%;
  background-color: #e3f6ed;
  border-radius: 0px 40px 40px 0px;
  content: '';
  position: absolute;
  display: inline-block;
  top: 0;
  z-index: -1;
  left: 0;
}

#connect .connect-detail .m1400rr .yg-fc-box .items545-list .swipers-parent .zs-lling {
  margin-right: 90px;
}

#connect .connect-detail .m1400rr .yg-fc-box .items545-list .swipers-parent .zs-lling .zs-box-img {
  width: 599px;
  height: 412px;
}

#connect .connect-detail .m1400rr .yg-fc-box .items545-list .swipers-parent .zs-lling .zs-box-img .img78 {
  width: 100%;
  height: 100%;
  border-radius: 4px;
}

#connect .connect-detail .m1400rr .yg-fc-box .items545-list .swipers-parent .zs-lling .zs-box-img .title {
  font-family: PingFangSC-Regular;
  font-size: 28px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 38px;
  letter-spacing: 0px;
  margin-top: 4%;
  color: #35b37b;
}

#connect .connect-detail .m1400rr .yg-fc-box .items545-list .swipers-parent .swiper {
  overflow: hidden;
  width: 50%;
}

#connect .connect-detail .m1400rr .yg-fc-box .items545-list .swipers-parent .swiper .swiper-slide .img-bxos455 .s1 {
  width: 100%;
  height: 100%;
}

#connect .connect-detail .m1400rr .yg-fc-box .items545-list .swipers-parent .swiper .swiper-slide .img-bxos455 .tiels546 {
  font-family: PingFangSC-Regular;
  font-size: 24px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 32px;
  letter-spacing: 0px;
  color: #333333;
  margin-top: 4%;
}

#connect .connect-detail .m1400rr .yg-fc-box .items545-list .swipers-parent .swiper .swiper-slide .img-bxos455:hover .tiels546 {
  color: #35b37b;
}

#connect .connect-detail .m1400rr .yg-fc-box .items545-list .swipers-parent .swiper .connect-pagination {
  width: auto;
  bottom: 15%;
  left: auto;
  right: 24%;
  display: flex;
  align-items: center;
}

#connect .connect-detail .m1400rr .yg-fc-box .items545-list .swipers-parent .swiper .connect-pagination .ml10 {
  margin-left: 10px;
}

#connect .connect-detail .m1400rr .yg-fc-box .items545-list .swipers-parent .swiper .connect-pagination .mr10 {
  margin-right: 10px;
}

#connect .connect-detail .m1400rr .yg-fc-box .items545-list .swipers-parent .swiper .connect-pagination .ztfx {
  font-family: DIN-Bold;
  font-size: 28px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 32px;
  letter-spacing: 0px;
  color: #666666;
}

#connect .connect-detail .m1400rr .yg-fc-box .items545-list .swipers-parent .swiper .connect-pagination .uuu44 {
  font-family: DIN-Bold;
  font-size: 28px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 32px;
  letter-spacing: 0px;
  color: #35b37b;
}

#connect .connect-detail .m1400rr .yg-fc-box .items545-list .swipers-parent .swiper .connect-pagination .swiper-pagination-bullet {
  width: 15px;
  height: 4px;
  background-color: #ccc;
  border-radius: 0 !important;
}

#connect .connect-detail .m1400rr .yg-fc-box .items545-list .swipers-parent .swiper .connect-pagination .swiper-pagination-bullet-active {
  background-color: #35b37b;
}

#connect .connect-detail .m1400rr .yg-fc-box .items545-list .swipers-parent .swiper .swiper-button-prev,
#connect .connect-detail .m1400rr .yg-fc-box .items545-list .swipers-parent .swiper .swiper-button-next {
  width: 52px;
  height: 52px;
  background-color: #35b37b;
  box-shadow: 0px 0px 27px 0px rgba(21, 105, 68, 0.34);
  border-radius: 50%;
  background-image: url(../img/icon-54.png);
  background-size: 8px 12px;
  top: 82%;
}

#connect .connect-detail .m1400rr .yg-fc-box .items545-list .swipers-parent .swiper .swiper-button-next {
  background-image: url(../img/icon-05.png);
  right: 15%;
}

#connect .connect-detail .m1400rr .yg-fc-box .items545-list .swipers-parent .swiper .swiper-button-prev {
  right: 19%;
  left: auto;
  background-color: #f1f8f5;
  border: solid 1px #35b37b;
}

#connect .connect-detail .m1400rr .zx-ns-box {
  padding: 7% 0;
  min-height: 850px;
}

#connect .connect-detail .m1400rr .zx-ns-box .main-s54 .item-list488 {
  justify-content: space-between;
  width: 56%;
}

#connect .connect-detail .m1400rr .zx-ns-box .main-s54 .item-list488 .title .t1 {
  font-family: PingFangSC-Semibold;
  font-size: 46px;
  font-weight: bolder;
  font-stretch: normal;
  line-height: 46px;
  letter-spacing: 0px;
  color: #333333;
}

#connect .connect-detail .m1400rr .zx-ns-box .main-s54 .item-list488 .title .t2 {
  margin-top: 25px;
  font-family: PingFangSC-Regular;
  font-size: 28px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 28px;
  letter-spacing: 0px;
  color: #333333;
}

#connect .connect-detail .m1400rr .zx-ns-box .main-s54 .item-list488 .more-4 {
  width: 260px;
  height: 50px;
  border-radius: 25px;
  border: solid 1px #999999;
  display: flex;
  justify-content: center;
  align-items: center;
  font-family: PingFangSC-Regular;
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  letter-spacing: 0px;
  color: #666666;
}

#connect .connect-detail .m1400rr .zx-ns-box .main-s54 .item-list488 .more-4 .img4s {
  filter: brightness(50%) invert(60%);
  margin-left: 15px;
}

#connect .connect-detail .m1400rr .zx-ns-box .main-s54 .item-list488 .more-4:hover {
  background-color: #35b37b;
  border: 0;
  color: #fff;
}

#connect .connect-detail .m1400rr .zx-ns-box .main-s54 .item-list488 .more-4:hover .img4s {
  filter: brightness(0) invert(1);
}

#connect .connect-detail .m1400rr .zx-ns-box .main-s54 .yuan-boxs-45 {
  margin-top: 5%;
}

#connect .connect-detail .m1400rr .zx-ns-box .main-s54 .yuan-boxs-45 .ophuan {
  margin-left: 12%;
  width: 472px;
  height: 471px;
  border-radius: 50%;
  position: relative;
}

#connect .connect-detail .m1400rr .zx-ns-box .main-s54 .yuan-boxs-45 .ophuan .yyys87 {
  padding: 6px;
  width: 198px;
  height: 198px;
  border-radius: 50%;
  position: absolute;
  bottom: 26%;
  right: 22%;
  background-color: #fff;
  box-shadow: 0px 0px 32px 0px rgba(21, 105, 68, 0.32);
  z-index: 99;
}

#connect .connect-detail .m1400rr .zx-ns-box .main-s54 .yuan-boxs-45 .ophuan .yyys87 .ss-8754 {
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: PingFangSC-Semibold;
  font-size: 24px;
  font-weight: normal;
  font-stretch: normal;
  letter-spacing: 0px;
  color: #ffffff;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(0deg, #35b37b 0%, #5ed8a2 100%), linear-gradient(#35b37b, #35b37b);
  background-blend-mode: normal, normal;
  border-radius: 50%;
  text-align: center;
}

#connect .connect-detail .m1400rr .zx-ns-box .main-s54 .yuan-boxs-45 .ophuan .yuan1 {
  width: 100%;
  height: 100%;
  position: absolute;
}

#connect .connect-detail .m1400rr .zx-ns-box .main-s54 .yuan-boxs-45 .ophuan .yuan1 .sy-01 {
  width: 110px;
  border-radius: 50%;
  height: 110px;
  padding: 6px;
  background-color: #fff;
  box-shadow: 0px 0px 32px 0px rgba(21, 105, 68, 0.32);
}

#connect .connect-detail .m1400rr .zx-ns-box .main-s54 .yuan-boxs-45 .ophuan .yuan1 .sy-01 .sp01 {
  border-radius: 50%;
  width: 100%;
  height: 100%;
  display: flex;
  font-family: PingFangSC-Semibold;
  font-size: 14px;
  text-align: center;
  font-weight: normal;
  font-stretch: normal;
  letter-spacing: 0px;
  color: #ffffff;
  align-items: center;
  justify-content: center;
  background-image: linear-gradient(0deg, #6ba8ce 0%, #9fd5ee 100%), linear-gradient(#35b37b, #35b37b);
  background-blend-mode: normal;
}

#connect .connect-detail .m1400rr .zx-ns-box .main-s54 .yuan-boxs-45 .ophuan .yuan1 .sy-01:nth-child(1) {
  position: absolute;
  left: 17%;
  top: 13%;
  z-index: 10;
}

#connect .connect-detail .m1400rr .zx-ns-box .main-s54 .yuan-boxs-45 .ophuan .yuan1 .sy-01:nth-child(2) {
  position: absolute;
  left: 89%;
  top: 27%;
  z-index: 10;
}

#connect .connect-detail .m1400rr .zx-ns-box .main-s54 .yuan-boxs-45 .ophuan .yuan1 .sy-01:nth-child(3) {
  position: absolute;
  left: 13%;
  top: 56%;
  z-index: 10;
}

#connect .connect-detail .m1400rr .zx-ns-box .main-s54 .yuan-boxs-45 .ophuan .yuan1 .sy-01:nth-child(4) {
  position: absolute;
  top: 30%;
  left: -10%;
  z-index: 10;
}
#connect .connect-detail .m1400rr .zx-ns-box .main-s54 .yuan-boxs-45 .ophuan .yuan1 .sy-01:nth-child(5) {
  position: absolute;
  top: 0%;
  left: 50%;
  z-index: 10;
}

#connect .connect-detail .m1400rr .zx-ns-box .main-s54 .yuan-boxs-45 .ophuan .yuan2 {
  width: 100%;
  height: 100%;
  position: relative;
}

#connect .connect-detail .m1400rr .zx-ns-box .main-s54 .yuan-boxs-45 .ophuan .yuan2 .sy-02 {
  height: 137px;
  width: 137px;
  position: absolute;
  left: 50%;
  top: 50%;
  border-radius: 50%;
  padding: 6px;
  background-color: #fff;
  z-index: 10;
  box-shadow: 0px 0px 32px 0px rgba(21, 105, 68, 0.32);
  border: solid 2px rgba(255, 255, 255, 0.2);
}

#connect .connect-detail .m1400rr .zx-ns-box .main-s54 .yuan-boxs-45 .ophuan .yuan2 .sy-02 .sp02 {
  border-radius: 50%;
  background-image: linear-gradient(0deg, #35b37b 0%, #5ed8a2 100%), linear-gradient(#35b37b, #35b37b);
  background-blend-mode: normal, normal;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: PingFangSC-Semibold;
  font-size: 14px;
  text-align: center;
  font-weight: normal;
  font-stretch: normal;
  letter-spacing: 0px;
  color: #ffffff;
}

#connect .connect-detail .m1400rr .zx-ns-box .main-s54 .yuan-boxs-45 .ophuan .yuan2 .sy-02:nth-child(1) {
  left: -35%;
  top: 2%;
}

#connect .connect-detail .m1400rr .zx-ns-box .main-s54 .yuan-boxs-45 .ophuan .yuan2 .sy-02:nth-child(2) {
  height: 127px;
  width: 127px;
  left: 80%;
  top: -7%;
}

#connect .connect-detail .m1400rr .zx-ns-box .main-s54 .yuan-boxs-45 .ophuan .yuan2 .sy-02:nth-child(3) {
  height: 110px;
  width: 110px;
  left: 111%;
  top: 56%;
}
/* #connect .connect-detail .m1400rr .zx-ns-box .main-s54 .yuan-boxs-45 .ophuan .yuan2 .sy-02:nth-child(4) {
  left: -20%;
  top: 70%;
} */

#connect .connect-detail .m1400rr .zx-ns-box .main-s54 .yuan-boxs-45 .ophuan .yuan2 .sy-02:nth-child(3) .sp02 {
  font-size: 14px;
}

#connect .connect-detail .m1400rr .zx-ns-box .main-s54 .yuan-boxs-45 .ophuan .yuan2 .sy-02:nth-child(4) {
  height: 150px;
  width: 150px;
  left: 40%;
  top: 84%;
}

#connect .connect-detail .m1400rr .zx-ns-box .main-s54 .yuan-boxs-45 .ophuan .yuan2 .sy-02:nth-child(5) {
  height: 93px;
  width: 93px;
  padding: 7px;
  font-size: 14px;
  left: -30%;
  top: 56%;
}

#connect .connect-detail .m1400rr .zx-ns-box .main-s54 .yuan-boxs-45 .ophuan .yuan2 .sy-02:nth-child(5) .sp02 {
  font-size: 14px;
}

@keyframes myAnimation {
  10% {
    transform: rotate(36deg);
  }
  20% {
    transform: rotate(72deg);
  }
  30% {
    transform: rotate(108deg);
  }
  40% {
    transform: rotate(144deg);
  }
  50% {
    transform: rotate(180deg);
  }
  60% {
    transform: rotate(216deg);
  }
  70% {
    transform: rotate(252deg);
  }
  80% {
    transform: rotate(288deg);
  }
  90% {
    transform: rotate(324deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

#connect .connect-detail .m1400rr .zx-ns-box .main-s54 .yuan-boxs-45 .ophuan::before {
  width: 100%;
  height: 100%;
  content: '';
  display: inline-block;
  border-radius: 50%;
  position: absolute;
  background-color: #fff;
  animation: myAnimation 36s infinite;
  border: 1px dashed #35b37b;
}

#connect .connect-detail .m1400rr .zx-ns-box .main-s54 .yuan-boxs-45 .ophuan::after {
  width: 80%;
  height: 80%;
  content: '';
  display: inline-block;
  border-radius: 50%;
  border: 1px dashed #35b37b;
  animation: myAnimation 34s infinite;
  position: absolute;
  left: calc(50% - 40%);
  top: calc(50% - 40%);
}

#connect .connect-detail .m1400rr .jrlc-box {
  padding: 3% 0;
}

#connect .connect-detail .m1400rr .jrlc-box .m1400 {
  width: 100%;
  height: 100%;
}

#connect .connect-detail .m1400rr .jrlc-box .detail887 {
  height: 100%;
}

#connect .connect-detail .m1400rr .jrlc-box .detail887 .titles {
  font-family: PingFangSC-Semibold;
  font-size: 46px;
  font-weight: bold;
  font-stretch: normal;
  text-align: center;
  letter-spacing: 0px;
  color: #333333;
  margin-bottom: 50px;
}

#connect .connect-detail .m1400rr .jrlc-box .detail887 .item-list {
  display: flex;
  height: 100%;
}

#connect .connect-detail .m1400rr .jrlc-box .detail887 .item-list .items {
  display: flex;
  flex-direction: column;
  width: 25%;
  align-items: center;
  justify-content: center;
  position: relative;
}

#connect .connect-detail .m1400rr .jrlc-box .detail887 .item-list .items .img1 {
  object-fit: contain;
  margin-bottom: 20px;
  filter: brightness(0) invert(50%);
}

#connect .connect-detail .m1400rr .jrlc-box .detail887 .item-list .items .p1 {
  font-family: PingFangSC-Regular;
  font-size: 24px;
  font-weight: normal;
  font-stretch: normal;
  letter-spacing: 0px;
  color: #333333;
}

#connect .connect-detail .m1400rr .jrlc-box .detail887 .item-list .items .p2 {
  font-family: PingFangSC-Regular;
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  letter-spacing: 0px;
  color: #999999;
  min-height: 26px;
}

#connect .connect-detail .m1400rr .jrlc-box .detail887 .item-list .items .p3 {
  font-family: DIN-Bold;
  font-size: 20px;
  font-weight: bold;
  font-stretch: normal;
  letter-spacing: 0px;
  color: #333333;
}

#connect .connect-detail .m1400rr .jrlc-box .detail887 .item-list .items::before {
  content: '';
  display: inline-block;
  position: fixed;
  width: 1px;
  height: 50px;
  left: 0;
  background-color: #e7e7e7;
}

#connect .connect-detail .m1400rr .jrlc-box .detail887 .item-list .items:last-child::after {
  content: '';
  display: inline-block;
  position: fixed;
  width: 1px;
  height: 50px;
  right: 0;
  background-color: #e7e7e7;
}

#connect .connect-detail .m1400rr .jrlc-box .detail887 .item-list .items:hover .p1,
#connect .connect-detail .m1400rr .jrlc-box .detail887 .item-list .items:hover .p2,
#connect .connect-detail .m1400rr .jrlc-box .detail887 .item-list .items:hover .p3 {
  color: #35b37b;
}

#connect .connect-detail .m1400rr .jrlc-box .detail887 .item-list .items:hover .img1 {
  margin-top: -50px;
  filter: none;
}

#connect .connect-detail .m1400rr .on-line-box {
  padding: 5.7% 0;
  min-height: 800px;
  background-color: #f1f8f5;
}

#connect .connect-detail .m1400rr .on-line-box .line-main {
  display: flex;
  justify-content: space-between;
}

#connect .connect-detail .m1400rr .on-line-box .line-main .left {
  width: 48%;
}

#connect .connect-detail .m1400rr .on-line-box .line-main .left .title {
  font-family: PingFangSC-Semibold;
  font-size: 46px;
  font-weight: bold;
  font-stretch: normal;
  line-height: 46px;
  letter-spacing: 0px;
  color: #333333;
  margin-bottom: 9%;
}

#connect .connect-detail .m1400rr .on-line-box .line-main .left .iidd544 {
  padding: 20px;
  width: 660px;
  background-color: #ffffff;
  box-shadow: 0px 0px 43px 0px rgba(9, 77, 47, 0.17);
  border-radius: 8px;
  border: solid 1px #ffffff;
}

#connect .connect-detail .m1400rr .on-line-box .line-main .left .iidd544 .img1 {
  width: 100%;
  height: 280px;
  border-radius: 8px;
  margin-bottom: 30px;
  object-fit: cover;
}

#connect .connect-detail .m1400rr .on-line-box .line-main .left .iidd544 .p1 {
  display: flex;
  align-items: flex-start;
  margin-bottom: 20px;
}

#connect .connect-detail .m1400rr .on-line-box .line-main .left .iidd544 .p1 .hhhss {
  font-family: PingFangSC-Regular;
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  letter-spacing: 0px;
  color: #333333;
}

#connect .connect-detail .m1400rr .on-line-box .line-main .left .iidd544 .p1 .phone {
  font-family: PingFangSC-Semibold;
  font-size: 18px;
  font-weight: bold;
  font-stretch: normal;
  letter-spacing: 0px;
  color: #333333;
  margin: 0 30px 0 20px;
  min-width: 40px;
}

#connect .connect-detail .m1400rr .on-line-box .line-main .left .iidd544 .p1 .teshu {
  font-family: PingFangSC-Semibold;
  font-size: 28px;
  line-height: 28px;
  font-weight: bold;
  font-style: italic;
  font-stretch: normal;
  letter-spacing: 0px;
  color: #35b37b;
}

#connect .connect-detail .m1400rr .on-line-box .line-main .left .iidd544 .p1 .img1-box78s4 .img65s47 {
  width: 18px;
  object-fit: contain;
}

#connect .connect-detail .m1400rr .on-line-box .line-main .right {
  width: 48%;
}

#connect .connect-detail .m1400rr .on-line-box .line-main .right .title {
  font-family: PingFangSC-Semibold;
  font-size: 46px;
  line-height: 46px;
  font-weight: bold;
  font-stretch: normal;
  letter-spacing: 0px;
  color: #333333;
  margin-bottom: 9%;
}

#connect .connect-detail .m1400rr .on-line-box .line-main .right .right-iidd544 {
  padding: 25px;
  background-color: #fff;
  border-radius: 8px;
}

#connect .connect-detail .m1400rr .on-line-box .line-main .right .right-iidd544 .titles45 {
  font-family: PingFangSC-Regular;
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  letter-spacing: 0px;
  color: #666666;
  margin-bottom: 15px;
}

#connect .connect-detail .m1400rr .on-line-box .line-main .right .right-iidd544 .box1 {
  height: 66px;
  border-radius: 8px;
  border: solid 1px #cccccc;
  margin-bottom: 15px;
  display: flex;
  justify-content: center;
  align-items: center;
}

#connect .connect-detail .m1400rr .on-line-box .line-main .right .right-iidd544 .box1 .inut1 {
  border: 0;
  width: 90%;
  height: 90%;
}

#connect .connect-detail .m1400rr .on-line-box .line-main .right .right-iidd544 .box2 {
  height: 66px;
  border-radius: 8px;
  margin-bottom: 15px;
  border: solid 1px #cccccc;
  display: flex;
  justify-content: center;
  align-items: center;
}

#connect .connect-detail .m1400rr .on-line-box .line-main .right .right-iidd544 .box2 .inut2 {
  border: 0;
  width: 90%;
  height: 90%;
}

#connect .connect-detail .m1400rr .on-line-box .line-main .right .right-iidd544 .box3 {
  height: 200px;
  border-radius: 8px;
  margin-bottom: 15px;
  border: solid 1px #cccccc;
  display: flex;
  justify-content: center;
  align-items: center;
}

#connect .connect-detail .m1400rr .on-line-box .line-main .right .right-iidd544 .box3 .inut3 {
  border: 0;
  width: 90%;
  height: 90%;
  resize: none;
}

#connect .connect-detail .m1400rr .on-line-box .line-main .right .right-iidd544 .active {
  border: solid 1px #35b37b;
}

#connect .connect-detail .m1400rr .on-line-box .line-main .right .send {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  width: 100%;
}

#connect .connect-detail .m1400rr .on-line-box .line-main .right .send button {
  width: 180px;
  height: 50px;
  background-color: #35b37b;
  border-radius: 8px;
  border: 0;
  display: inline-block;
  font-family: PingFangSC-Regular;
  font-size: 20px;
  font-weight: normal;
  font-stretch: normal;
  letter-spacing: 0px;
  color: #ffffff;
}

#news-detail .inner-boxs-public {
  height: 80px;
}

#news-detail .inner-boxs-public .navigor-lines14 {
  background-color: #f6f6f6;
}

#news-detail .inner-boxs-public .navigor-lines14 .right5 .chird-boxs {
  color: #333;
}

#news-detail .inner-boxs-public .navigor-lines14 .right5 .active {
  color: #35b37b;
}

#news-detail .inner-boxs-public .navigor-lines14 .left5 .active {
  color: #333;
}

#news-detail .news-detail-main {
  padding: 4% 0;
}

#news-detail .news-detail-main .m1400 {
  width: 1100px !important;
}

#news-detail .news-detail-main .m1400 .biaoti-box {
  border-bottom: 1px solid #e6e6e6;
  margin-bottom: 30px;
  text-align: center;
}

#news-detail .news-detail-main .m1400 .biaoti-box .title {
  font-family: PingFangSC-Medium;
  font-size: 36px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 48px;
  letter-spacing: 0px;
  color: #333333;
}

#news-detail .news-detail-main .m1400 .biaoti-box .time {
  font-family: HarmonyOS_Sans_SC;
  font-size: 18px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 18px;
  margin: 35px 0 0 0;
  padding-bottom: 25px;
  letter-spacing: 0px;
  color: #999999;
}

#news-detail .news-detail-main .m1400 .zhuti-box .p1 {
  font-family: PingFangSC-Regular;
  font-size: 18px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 32px;
  letter-spacing: 0px;
  color: #333333;
}

#news-detail .news-detail-main .m1400 .zhuti-box > p > img {
  margin: 25px auto;
  text-align: center;
  max-width: 100%;
  width: 100%;
}

#news-detail .news-detail-main .m1400 .zhuti-box img {
  width: 100%;
  text-align: center;
  margin: 25px auto;
}

#news-detail .news-detail-main .m1400 .orderth-box {
  display: flex;
  justify-content: space-between;
  border-top: 1px solid #e6e6e6;
  margin-top: 20px;
  padding-top: 35px;
}

#news-detail .news-detail-main .m1400 .orderth-box .left {
  max-width: calc(100% - 200px);
}

#news-detail .news-detail-main .m1400 .orderth-box .left .p1 {
  font-family: PingFangSC-Regular;
  font-size: 18px;
  font-weight: normal;
  letter-spacing: 0px;
  color: #999999;
  margin-bottom: 10px;
  display: block;
}

#news-detail .news-detail-main .m1400 .orderth-box .left .p1:hover {
  color: #35b37b;
}

#news-detail .news-detail-main .m1400 .orderth-box .left .active {
  color: #35b37b;
}

#news-detail .news-detail-main .m1400 .orderth-box .right {
  width: 170px;
  height: 50px;
  border-radius: 25px;
  border: solid 1px #999999;
}

#news-detail .news-detail-main .m1400 .orderth-box .right > a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  border-radius: 50px;
}

#news-detail .news-detail-main .m1400 .orderth-box .right:hover {
  border: 0;
}

#news-detail .news-detail-main .m1400 .orderth-box .right:hover > a {
  background-color: #35b37b;
  color: #fff;
}

#recruit .recruit-detail {
  padding: 4% 0;
}

#recruit .recruit-detail .main-ss4s4 .top {
  display: flex;
}

#recruit .recruit-detail .main-ss4s4 .top .l1 {
  width: 40%;
}

#recruit .recruit-detail .main-ss4s4 .top .l1 .p1 {
  font-family: PingFangSC-Semibold;
  font-size: 46px;
  font-weight: bold;
  font-stretch: normal;
  line-height: 34px;
  letter-spacing: 0px;
  color: #333333;
}

#recruit .recruit-detail .main-ss4s4 .top .l1 .p2 {
  width: 39px;
  height: 7px;
  background-color: #35b37b;
  border-radius: 4px;
  margin-top: 37%;
}

#recruit .recruit-detail .main-ss4s4 .top .l2 .p1 {
  font-family: PingFangSC-Regular;
  font-size: 18px;
  font-weight: normal;
  font-stretch: normal;
  letter-spacing: 0px;
  color: #333333;
}

#recruit .recruit-detail .main-ss4s4 .top .l2 .xinagq4s4s {
  justify-content: space-between;
  margin: 5% 0;
  display: flex;
}

#recruit .recruit-detail .main-ss4s4 .top .l2 .xinagq4s4s .item1-s4s {
  display: flex;
  align-items: flex-start;
}

#recruit .recruit-detail .main-ss4s4 .top .l2 .xinagq4s4s .item1-s4s .img1 {
  width: 42px;
  object-fit: contain;
  height: 42px;
  margin-right: 20px;
}

#recruit .recruit-detail .main-ss4s4 .top .l2 .xinagq4s4s .item1-s4s .its01s4s .ss4s5 {
  font-family: PingFangSC-Regular;
  font-size: 20px;
  font-weight: normal;
  font-stretch: normal;
  letter-spacing: 0px;
  color: #333333;
}

#recruit .recruit-detail .main-ss4s4 .top .l2 .xinagq4s4s .item1-s4s .its01s4s .ss4s6 {
  font-family: PingFangSC-Regular;
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  letter-spacing: 0px;
  color: #666666;
}

#recruit .recruit-detail .main-ss4s4 .top .l2 .xinagq4s4s .item1-s4s:hover .its01s4s .ss4s5,
#recruit .recruit-detail .main-ss4s4 .top .l2 .xinagq4s4s .item1-s4s:hover .its01s4s .ss4s6 {
  color: #35b37b;
}

#recruit .recruit-detail .main-ss4s4 .recruit-main {
  max-width: 1680px;
  margin: 0px auto 50px;
}

#recruit .recruit-detail .main-ss4s4 .recruit-main .recruit-main-list .recruit-main-box {
  display: none;
  padding: 40px 140px;
  color: #999999;
  font-size: 16px;
  line-height: 2;
  border: solid 1px #e6e6e6;
  border-top: 0;
}

#recruit .recruit-detail .main-ss4s4 .recruit-main .recruit-main-list .recruit-main-box .tip {
  color: #333333;
  font-size: 18px;
}

#recruit .recruit-detail .main-ss4s4 .recruit-main .recruit-main-list .recruit-main-bar {
  height: 72px;
  padding-left: 140px;
  padding-right: 140px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  box-sizing: border-box;
  cursor: pointer;
}

#recruit .recruit-detail .main-ss4s4 .recruit-main .recruit-main-list .recruit-main-bar p {
  color: #333333;
  font-size: 20px;
}

#recruit .recruit-detail .main-ss4s4 .recruit-main .recruit-main-list .recruit-main-bar p span {
  color: #999999;
  font-size: 16px;
  margin-left: 50px;
}

#recruit .recruit-detail .main-ss4s4 .recruit-main .recruit-main-list .recruit-main-bar .recruit-main-bar__img {
  display: block;
  width: 40px;
  transition: transform 0.3s linear;
}

#recruit .recruit-detail .main-ss4s4 .recruit-main .recruit-main-list:nth-child(n) .recruit-main-bar {
  background-color: #ecf5f1;
}

#recruit .recruit-detail .main-ss4s4 .recruit-main .recruit-main-list:nth-child(2) .recruit-main-bar {
  background-color: #ffffff;
}

#recruit .recruit-detail .main-ss4s4 .recruit-main .recruit-main-list.active .recruit-main-box {
  display: block;
}

#recruit .recruit-detail .main-ss4s4 .recruit-main .recruit-main-list.active .recruit-main-bar {
  background-color: #35b37b;
}

#recruit .recruit-detail .main-ss4s4 .recruit-main .recruit-main-list.active .recruit-main-bar p {
  color: #ffffff;
}

#recruit .recruit-detail .main-ss4s4 .recruit-main .recruit-main-list.active .recruit-main-bar p span {
  color: #ffffff;
}

#recruit .recruit-detail .main-ss4s4 .recruit-main .recruit-main-list.active .recruit-main-bar__img {
  filter: brightness(10) grayscale(100%);
  transform: rotate(180deg);
}

#recruit .recruit-detail .main-ss4s4 .bottom {
  background-color: #f2f2f2;
  padding: 50px 30px;
  margin-top: 50px;
}

#recruit .recruit-detail .main-ss4s4 .bottom .tops14s {
  text-align: center;
  font-family: PingFangSC-Semibold;
  font-size: 20px;
  font-weight: bold;
  font-stretch: normal;
  line-height: 20px;
  letter-spacing: 0px;
  color: #333333;
  display: flex;
  align-items: center;
}

#recruit .recruit-detail .main-ss4s4 .bottom .tops14s .s1 {
  flex: 1;
  height: 1px;
  width: 1px;
  background-color: #ccc;
}

#recruit .recruit-detail .main-ss4s4 .bottom .tops14s .s2 {
  margin: 0 10px;
}

#recruit .recruit-detail .main-ss4s4 .bottom .main-submit .msian1-5s4s {
  display: flex;
  justify-content: space-between;
  margin: 3% 0 2% 0;
}

#recruit .recruit-detail .main-ss4s4 .bottom .main-submit .msian1-5s4s .div4s-kl {
  width: 49%;
  height: 60px;
  background-color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
}

#recruit .recruit-detail .main-ss4s4 .bottom .main-submit .msian1-5s4s .div4s-kl > input {
  width: 90%;
  height: 70%;
  border: 0;
}

#recruit .recruit-detail .main-ss4s4 .bottom .main-submit .duohwenben {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #fff;
  height: 350px;
}

#recruit .recruit-detail .main-ss4s4 .bottom .main-submit .duohwenben .sss455 {
  background-color: transparent;
  resize: none;
  width: 95%;
  height: 90%;
  border: 0;
}

#recruit .recruit-detail .main-ss4s4 .bottom .main-submit .active {
  border: 1px solid #35b37b;
}

#recruit .recruit-detail .main-ss4s4 .bottom .main-submit .button521 {
  display: flex;
  justify-content: center;
  margin-top: 3%;
}

#recruit .recruit-detail .main-ss4s4 .bottom .main-submit .button521 .btn {
  width: 170px;
  height: 50px;
  background-color: #35b37b;
  box-shadow: 0px 0px 27px 0px rgba(21, 105, 68, 0.34);
  border-radius: 25px;
  font-family: PingFangSC-Regular;
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  border: 0;
  letter-spacing: 0px;
  color: #ffffff;
}

#connect .connect-detail .m1400rr .yg-fc-box .items545-list .swipers-parent .zs-lling {
  margin-left: calc((100% - 1400px) / 2) !important;
}

.link-swiper-box .swiper-wrapper {
  -webkit-transition-timing-function: linear;
  -moz-transition-timing-function: linear;
  -ms-transition-timing-function: linear;
  -o-transition-timing-function: linear;
  transition-timing-function: linear;
}
.cooperation-tipimg {
  display: block;
  width: 100%;
}
@media screen and (max-width: 1700px) {
  #recruit .recruit-detail .main-ss4s4 .recruit-main {
    width: 1400px;
  }
}

@media screen and (max-width: 1670px) {
  #connect .connect-detail .m1400rr .yg-fc-box .items545-list .swipers-parent .zs-lling .zs-box-img {
    width: 568px;
  }
  #connect .connect-detail .m1400rr .yg-fc-box .items545-list .swipers-parent .swiper .swiper-button-next {
    right: 14%;
  }
  #index .swiper-box .neirong {
    /* max-width: 75%; */
    /* margin-left: 12%; */
    /* margin: 0 auto 4.5%; */
    margin: 0 auto;
  }
}

@media screen and (max-width: 1510px) {
  #connect .connect-detail .m1400rr .yg-fc-box .items545-list .swipers-parent .zs-lling .zs-box-img {
    width: 532px;
    height: 357px;
  }
}

@media screen and (max-width: 1430px) {
  #connect .connect-detail .m1400rr .yg-fc-box .items545-list .swipers-parent .zs-lling .zs-box-img {
    width: 502px;
    height: 318px;
  }
  #index .news-boxs .plb-tops-mubp .leftssss .option-list-item .item1 {
    align-items: flex-start;
  }
  #index .news-boxs .plb-tops-mubp .leftssss .option-list-item .item1 .img {
    min-width: 236px;
  }
  #index .news-boxs .plb-tops-mubp .leftssss .option-list-item .item1 .bottoms1 {
    width: calc(100% - 270px);
  }
  #index .news-boxs .plb-tops-mubp .leftssss .option-list-item .item1 .bottoms1 .tiems1,
  #index .news-boxs .plb-tops-mubp .leftssss .option-list-item .item1 .bottoms1 .t1,
  #index .news-boxs .plb-tops-mubp .leftssss .option-list-item .item1 .bottoms1 .t2 {
    width: 100%;
  }
  #index .contact-boxs .ls-zhaomu .img11256544 {
    width: auto;
    height: auto;
  }
  #index .contact-boxs .ls-zhaomu .img11256544 .t1 {
    font-size: 24px;
  }
  #index .contact-boxs .ls-zhaomu .list-items1 .item {
    margin-right: 20px;
    margin-left: 10px;
  }
  #index .contact-boxs .ls-zhaomu .list-items1 .item .img14s {
    width: 32px;
    height: 32px;
    margin-right: 10px;
  }
  #index .contact-boxs .ls-zhaomu .list-items1 .item .wenzis1 .tits1o {
    font-size: 18px;
  }
  #index .contact-boxs .ls-zhaomu .list-items1 .item .wenzis1 .ss-s {
    font-size: 14px;
  }
  .ls-zhaomu .img11256544 {
    width: auto;
    height: auto;
  }
  .ls-zhaomu .img11256544 .t1 {
    font-size: 24px;
  }
  .ls-zhaomu .list-items1 .item {
    margin-right: 20px;
    margin-left: 10px;
  }
  .ls-zhaomu .list-items1 .item .img14s {
    width: 32px;
    height: 32px;
    margin-right: 10px;
  }
  .ls-zhaomu .list-items1 .item .wenzis1 .tits1o {
    font-size: 18px;
  }
  .ls-zhaomu .list-items1 .item .wenzis1 .ss-s {
    font-size: 14px;
  }
  #connect .connect-detail .m1400rr .on-line-box .line-main .left .iidd544 {
    width: 100%;
  }
  #connect .connect-detail .m1400rr .on-line-box .line-main .left .iidd544 .p1 .teshu {
    word-break: break-all;
  }
}

@media screen and (max-width: 1400px) {
  .jsz {
    width: 90%;
  }
  #connect .connect-detail .m1400rr .on-line-box .line-main .right .right-iidd544 {
    height: 544px;
  }
  #case .case-main-detail .m1400 .item-list .item-box01 .tops2 .right5454 {
    flex: auto;
  }
  #case .case-main-detail .m1400 .item-list .item-box01 .tops2 {
    align-items: center;
  }
  #case .case-main-detail .m1400 .item-list .item-box01 .tops2 .right5454 .img57 {
    height: auto;
  }
  #connect .connect-detail .m1400rr .yg-fc-box .items545-list .swipers-parent .zs-lling {
    margin-left: 5% !important;
  }
  #recruit .recruit-detail .main-ss4s4 .recruit-main {
    width: 90%;
  }
  #recruit .recruit-detail .main-ss4s4 .top {
    flex-direction: column;
  }
  #recruit .recruit-detail .main-ss4s4 .top .l1 .p2,
  #recruit .recruit-detail .main-ss4s4 .top .l2 {
    margin-top: 30px;
  }
  #recruit .recruit-detail .main-ss4s4 .recruit-main .recruit-main-list .recruit-main-bar {
    padding-left: 80px;
    padding-right: 80px;
  }
  #recruit .recruit-detail .main-ss4s4 .recruit-main .recruit-main-list .recruit-main-box {
    padding: 40px 80px;
  }
  #index .news-boxs .plb-tops-mubp {
    justify-content: space-between;
  }
  #index .news-boxs .plb-tops-mubp .leftssss {
    width: calc(100% - 400px);
    margin-right: 0;
  }
  #index .news-boxs .plb-tops-mubp .rightssss {
    width: 380px;
  }
  #connect .connect-detail .m1400rr .jrlc-box .detail887 .item-list .items .p2 {
    min-height: 48px;
    word-break: break-all;
  }
  #news .news-detail .m1400 .de-list .items .right1 {
    width: calc(100% - 460px);
  }
  #index .contact-boxs .ls-zhaomu .mains {
    width: 90%;
  }
  .ls-zhaomu .mains {
    width: 90%;
  }
  /* #news .news-detail .m1400 .de-list .items .right1 .title7s {
    width: 60%;
  } */
}

@media screen and (max-width: 1280px) {
  #about .qiyerongyu-box .link-swiper-box .swiper-slide .tidao-slide {
    min-height: 460px;
  }
  #about .qiyerongyu-box {
    min-height: 760px;
  }
  #recruit .recruit-detail .main-ss4s4 .recruit-main .recruit-main-list .recruit-main-bar {
    padding-left: 40px;
    padding-right: 40px;
  }
  #recruit .recruit-detail .main-ss4s4 .recruit-main .recruit-main-list .recruit-main-box {
    padding: 40px;
  }
  #index .contact-boxs .ls-zhaomu .img11256544 .t1 {
    font-size: 20px;
  }
  .ls-zhaomu .img11256544 .t1 {
    font-size: 20px;
  }
  #about .fszhan-box .fazhan-swiper .fazhan-items14 .neirong {
    max-width: 19%;
    width: 19%;
    margin-right: 1%;
  }
}

@media screen and (max-width: 1080px) {
  #connect .connect-detail .m1400rr .on-line-box .line-main .left .iidd544 .p1 .teshu {
    font-size: 18px;
    word-break: break-all;
  }
  #connect .connect-detail .m1400rr .on-line-box .line-main .right .right-iidd544 {
    height: 544px;
  }
  #about .fszhan-box .fazhan-swiper .swiper .fazhan-button-prev,
  #about .fszhan-box .fazhan-swiper .swiper .fazhan-button-next {
    top: 9%;
  }
  #about .qiyerongyu-box .qiyerongyu-button-prev,
  #about .qiyerongyu-box .qiyerongyu-button-next {
    top: 10%;
  }
  #about .qiyezizhi-box .qiyezizhi-button-prev,
  #about .qiyezizhi-box .qiyezizhi-button-next {
    top: 10%;
  }
  #about .qiyezizhi-box .qiyezizhi-button-prev,
  #about .qiyerongyu-box .qiyerongyu-button-prev {
    right: 14% !important;
  }
  header .h-right .top-input-pho {
    width: 260px;
  }
  #index .contact-boxs .ls-zhaomu .mains {
    flex-direction: column;
  }
  .ls-zhaomu .mains {
    flex-direction: column;
  }
  #index .swiper-box .neirong .titles p {
    font-size: 52px;
  }
  #about .about-mains05 .mains01 .left1 {
    width: 500px;
  }
  #about .about-mains05 .mains01 .right1 {
    width: calc(100% - 500px);
  }
  #about .about-mains05 .mains01 .left1 .tit {
    font-size: 38px;
  }
  #about .about-mains05 .mains01 .left1 .year {
    font-size: 42px;
  }
  #case .case-main-detail .m1400 .item-list .item-box01 .tops2 .right5454 .img57 {
    width: 750px;
  }
}
@media screen and (max-width: 1000px) {
  #index .swiper-box .swiper {
    margin-top: 0;
  }
}
@media screen and (max-width: 900px) {
  #about .qiyerongyu-box .link-swiper-box .swiper-slide .tidao-slide {
    min-height: 360px;
  }
  #about .qiyerongyu-box {
    min-height: 600px;
  }
}
@media screen and (max-width: 750px) {
  #about .qiyerongyu-box .link-swiper-box .swiper-slide .tidao-slide {
    min-height: 460px;
  }
  #about .qiyerongyu-box {
    min-height: 700px;
  }
  #about .qiyerongyu-box .qiyerongyu-button-prev,
  #about .qiyerongyu-box .qiyerongyu-button-next {
    display: none;
  }
  #about .qiyezizhi-box .qiyezizhi-button-prev,
  #about .qiyezizhi-box .qiyezizhi-button-next {
    display: none;
  }
}
@media screen and (max-width: 568px) {
  header {
    display: none;
  }
  .m-header {
    display: block;
    background-color: #fff;
    height: 60px;
    z-index: 10;
  }
  .m-header .mains {
    display: flex;
    width: 100%;
    position: absolute;
    height: 100%;
    justify-content: space-between;
    align-items: center;
    padding: 0 4%;
  }
  .m-header .mains .logo {
    width: 150px;
  }
  .m-header .mains .idf4d5f4 {
    max-width: 25px;
  }
  .m-header .m-header-down {
    background-color: #f8f8f8;
    display: none;
    padding-top: 60px;
  }
  .m-header .m-header-down::after {
    width: 100%;
    height: 100%;
    content: '';
    position: fixed;
    left: 0;
    z-index: -1;
    top: 0;
    background-color: rgba(0, 0, 0, 0.7);
  }
  .m-header .m-header-down .ss-01 .ss-it01 {
    padding: 0 14px;
    height: 45px;
    border-bottom: 1px solid #eee;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .m-header .m-header-down .ss-01 .ss-it01 .p1 {
    font-size: 16px;
    color: #333;
    flex: 1;
  }
  .m-header .m-header-down .ss-01 .ss-it01 .jiahao {
    position: relative;
    color: #35b37b;
    padding: 18px;
  }
  .m-header .m-header-down .ss-01 .ss-it01 .jiahao::after {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    content: '+';
    font-size: 24px;
    font-weight: bold;
  }
  .m-header .m-header-down .ss-01 .ss-it02 {
    display: none;
    padding: 0 14px;
  }
  .m-header .m-header-down .ss-01 .ss-it02 .span1 {
    padding: 0 20px;
    height: 45px;
    border-bottom: 1px solid #eee;
    line-height: 45px;
    display: flex;
  }
  .swiper-box,
  .inner-boxs-public {
    margin-top: 60px !important;
  }
  #index .swiper-box {
    /* height: 56vh; */
  }
  #index .swiper-box .swiper .swiper-button-prev {
    left: 0;
  }
  #index .swiper-box .swiper .swiper-button-next {
    right: 0;
  }
  #index .swiper-box .neirong {
    /* margin-left: 8%;
    max-width: 86%; */
  }
  #index .swiper-box .neirong .titles .miaoshus {
    font-size: 16px;
  }
  #index .swiper-box .neirong .titles p {
    font-size: 20px;
    line-height: 28px;
  }
  #index .swiper-box .neirong .nums .items1 {
    margin-right: 10px;
    width: 33%;
  }
  #index .swiper-box .neirong .nums .items1 .num-miaoshu {
    width: calc(100% - 35%);
  }
  #index .swiper-box .neirong .nums .items1 .num-miaoshu .tit {
    font-size: 16px;
    line-height: 16px;
    margin-bottom: 5px;
  }
  #index .swiper-box .neirong .nums .items1 .num-miaoshu .danwei {
    font-size: 14px;
    line-height: 14px;
  }
  #index .swiper-box .neirong .nums .items1 .nums11 {
    font-size: 18px;
    height: 40px;
    line-height: 40px;
    border-width: 1px;
  }
  #index .plb-tops-mubp .left-box .en-title {
    font-size: 12px;
    line-height: 12px;
  }
  #index .plb-tops-mubp .left-box .title {
    font-size: 18px;
    line-height: 18px;
    margin-bottom: 10px;
  }
  #index .plb-tops-mubp .right-box {
    height: 30px;
    width: 100px;
  }
  #index .plb-tops-mubp .right-box .miaoshu {
    font-size: 14px;
    line-height: 14px;
  }
  #index .plb-tops-mubp .right-box .img1 {
    width: 15px;
    object-fit: contain;
  }
  #index .time-boxs .swiper .swiper-slide {
    width: 80%;
    height: 290px;
    min-height: 290px;
  }
  #index .time-boxs .swiper .time-button-next,
  #index .time-boxs .swiper .time-button-prev {
    width: 30px;
    height: 30px;
    top: calc(97.5%);
  }
  #index .time-boxs .swiper::before {
    display: none;
  }
  #index .time-boxs .swiper .swiper-slide-active {
    margin-top: 0;
  }
  #index .news-boxs {
    background: #f8f8f8 !important;
  }
  #index .news-boxs .plb-tops-mubp {
    flex-wrap: wrap;
  }
  #index .news-boxs .plb-tops-mubp .leftssss {
    width: 100%;
  }
  #index .news-boxs .plb-tops-mubp .leftssss .option-list-item .item1 {
    flex-wrap: wrap;
  }
  #index .news-boxs .plb-tops-mubp .leftssss .option-list-item .item1 .img {
    max-width: 100%;
    width: 100%;
    min-width: 100%;
    background-color: #eee;
  }
  #index .news-boxs .plb-tops-mubp .leftssss .option-list-item .item1 .bottoms1 {
    width: 100%;
  }
  #index .news-boxs .plb-tops-mubp .leftssss .option-list-item .item1 .bottoms1 .t1 {
    font-size: 16px;
  }
  #index .news-boxs .plb-tops-mubp .leftssss .option-list-item .item1 .bottoms1 .t2,
  #index .news-boxs .plb-tops-mubp .leftssss .option-list-item .item1 .bottoms1 .tiems1,
  #index .news-boxs .plb-tops-mubp .leftssss .option-list-item .item1 .bottoms1 .more1 {
    font-size: 14px;
  }
  #index .news-boxs .plb-tops-mubp .rightssss {
    min-height: auto;
  }
  #index .news-boxs .plb-tops-mubp .rightssss > .flex {
    justify-content: space-between;
  }
  #index .news-boxs .plb-tops-mubp .right-bot-boxs .r-items .down-list01 .times1 {
    width: 80px !important;
    height: 55px !important;
  }
  #index .news-boxs .plb-tops-mubp .right-bot-boxs .r-items .down-list01 .times1 p {
    font-size: 14px;
    line-height: 14px;
  }
  #index .news-boxs .plb-tops-mubp .right-bot-boxs .r-items .down-list01 .times1 .p1 {
    font-size: 16px !important;
    line-height: 28px !important;
  }
  #index .news-boxs .plb-tops-mubp .right-bot-boxs .r-items .down-list01 .wenbens1 {
    width: calc(100% - 90px);
  }
  #index .news-boxs .plb-tops-mubp .right-bot-boxs .r-items .down-list01 .wenbens1 .p155s {
    font-size: 16px !important;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
  }
  #index .news-boxs .plb-tops-mubp .right-bot-boxs .r-items .down-list01 .wenbens1 .p255s {
    font-size: 14px !important;
    overflow-y: hidden !important;
    /* overflow: hidden; */
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
  }
  #index .news-boxs .plb-tops-mubp .right-bot-boxs .r-items .down-list01 .wenbens1 .more1 {
    font-size: 14px !important;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    margin-top: 0 !important;
  }
  #index .news-boxs .plb-tops-mubp .right-bot-boxs .r-items .uu14 span {
    font-size: 14px;
    line-height: 20px;
  }
  #index .news-boxs .plb-tops-mubp .right-bot-boxs .r-items .uu14 span:nth-child(1) {
    max-width: 68%;
  }
  #index .yanfa-boxs {
    min-height: auto;
  }
  #index .yanfa-boxs .plb-tops-mubp .hhh {
    margin: 0;
    padding-top: 30px;
  }
  #index .yanfa-boxs .plb-tops-mubp .detail-item .img-box1s {
    height: 247px;
  }
  #index .contact-boxs {
    min-height: auto;
    padding-top: 30px;
  }
  #index .contact-boxs .plb-tops-mubp .title1454 {
    padding: 11% 0 5% 0;
  }
  #index .contact-boxs .ls-zhaomu {
    margin-top: 0;
    left: 0;
    top: 30px;
    position: static;
  }
  #index .contact-boxs .ls-zhaomu .img11256544 {
    height: 80px;
    width: 100%;
  }
  #index .contact-boxs .ls-zhaomu .img11256544 .t1 {
    font-size: 18px;
    margin-bottom: 0;
    line-height: 27px;
  }
  #index .contact-boxs .ls-zhaomu .img11256544 .t2 {
    font-size: 14px;
    line-height: 26px;
  }
  #index .contact-boxs .ls-zhaomu .mains {
    flex-wrap: wrap;
    position: static;
  }
  #index .contact-boxs .ls-zhaomu .mains .list-items1 {
    flex-wrap: wrap;
  }
  #index .contact-boxs .ls-zhaomu .mains .list-items1 .item {
    margin-left: 0;
    margin-right: 0;
  }
  #index .contact-boxs .ls-zhaomu .mains .list-items1 .item .img14s {
    width: 22px;
    height: 22px;
  }
  #index .contact-boxs .ls-zhaomu .mains .list-items1 .item .wenzis1 {
    width: 80%;
  }
  #index .contact-boxs .ls-zhaomu .mains .list-items1 .item .wenzis1 .tits1o {
    font-size: 16px;
  }
  #index .contact-boxs .ls-zhaomu .mains .list-items1 .item .wenzis1 .ss-s {
    font-size: 14px;
  }
  .ls-zhaomu {
    margin-top: 0;
    left: 0;
    top: 30px;
    position: static;
  }
  .ls-zhaomu .img11256544 {
    height: 80px;
    width: 100%;
  }
  .ls-zhaomu .img11256544 .t1 {
    font-size: 18px;
    margin-bottom: 0;
    line-height: 27px;
  }
  .ls-zhaomu .img11256544 .t2 {
    font-size: 14px;
    line-height: 26px;
  }
  .ls-zhaomu .mains {
    flex-wrap: wrap;
    position: static;
  }
  .ls-zhaomu .mains .list-items1 {
    flex-wrap: wrap;
  }
  .ls-zhaomu .mains .list-items1 .item {
    margin-left: 0;
    margin-right: 0;
  }
  .ls-zhaomu .mains .list-items1 .item .img14s {
    width: 22px;
    height: 22px;
  }
  .ls-zhaomu .mains .list-items1 .item .wenzis1 {
    width: 80%;
  }
  .ls-zhaomu .mains .list-items1 .item .wenzis1 .tits1o {
    font-size: 16px;
  }
  .ls-zhaomu .mains .list-items1 .item .wenzis1 .ss-s {
    font-size: 14px;
  }
  #index .contact-boxs .map-main-box .left-boxs1 .img1s {
    margin: 0 auto;
    height: auto;
    width: 120px;
  }
  #index .contact-boxs .map-main-box .left-boxs1 .title {
    font-size: 18px;
    margin-bottom: 0;
  }
  #index .contact-boxs .map-main-box .left-boxs1 .dizhi,
  #index .contact-boxs .map-main-box .left-boxs1 .you,
  #index .contact-boxs .map-main-box .left-boxs1 .phone,
  #index .contact-boxs .map-main-box .left-boxs1 .hot-line {
    line-height: 26px;
    font-size: 14px;
  }
  #index .contact-boxs .map-main-box .left-boxs1 .dizhi > span,
  #index .contact-boxs .map-main-box .left-boxs1 .you > span,
  #index .contact-boxs .map-main-box .left-boxs1 .phone > span,
  #index .contact-boxs .map-main-box .left-boxs1 .hot-line > span {
    font-size: 14px;
    line-height: 20px;
  }
  #index .contact-boxs .map-main-box .left-boxs1 .hot-line {
    margin-top: 0;
  }
  #index .contact-boxs .map-main-box .left-boxs1 .pho-num {
    font-size: 18px;
  }
  #index .contact-boxs .map-main-box .left-boxs1 .pho-num > span {
    font-size: 14px;
  }
  #index .link-box14s .plb-tops-mubp {
    padding: 6% 0;
    flex-direction: column;
  }
  #index .link-box14s .plb-tops-mubp .title1454 {
    width: 100%;
    justify-content: flex-start;
  }
  #index .link-box14s .plb-tops-mubp .link-swiper-box {
    width: 100%;
  }
  #index .link-box14s .plb-tops-mubp .link-swiper-box .swiper-slide {
    width: 100%;
    height: 100%;
    margin-top: 0;
  }
  footer .f-top .f-left > img {
    width: 210px;
    height: auto;
  }
  footer .f-top .f-right .uls1 {
    flex-wrap: wrap;
  }
  footer .f-top .f-right .uls1 li {
    width: 50%;
    text-align: left;
  }
  footer .f-top .f-right .uls1 li .bot-lanmu {
    display: none;
  }
  footer .f-top .f-right .uls1 li:last-child {
    text-align: left;
  }
  footer .f-bottom {
    padding: 10px 0;
  }
  footer .f-bottom .b-bot {
    flex-wrap: wrap;
  }
  footer .f-bottom .b-bot .acti-col {
    height: auto;
    line-height: normal;
    width: 100%;
    flex-wrap: wrap;
  }
  footer .f-bottom .b-bot .acti-col:nth-child(2) {
    width: 100%;
    justify-content: center;
  }
  .inner-boxs-public {
    height: 300px;
  }
  .inner-boxs-public .navigor-lines14 {
    display: none;
  }
  .inner-boxs-public .pages-titles4-u4 .mains78s4s .p1 {
    font-size: 22px;
    line-height: 40px;
    margin-bottom: 0;
  }
  #about .about-mains05 .mains01 {
    flex-wrap: wrap;
  }
  #about .about-mains05 .mains01 .left1 {
    width: 100%;
  }
  #about .about-mains05 .mains01 .left1 .tit {
    font-size: 20px;
    line-height: 20px;
  }
  #about .about-mains05 .mains01 .left1 .year {
    font-size: 22px;
    line-height: 29px;
  }
  #about .about-mains05 .mains01 .left1 .year .ys {
    font-size: 22px;
    line-height: 29px;
  }
  #about .about-mains05 .mains01 .right1 {
    margin: 10px 0;
    width: 100%;
  }
  #about .about-mains05 .mains02 {
    flex-wrap: wrap;
  }
  #about .about-mains05 .mains02 .itewm01 {
    width: 100%;
    flex-wrap: wrap;
    height: auto;
    padding: 10px;
  }
  #about .about-mains05 .mains02 .itewm01 .p1s,
  #about .about-mains05 .mains02 .itewm01 .p2s {
    width: 100%;
    font-size: 18px;
    line-height: 18px;
  }
  #about .about-mains05 .mains02 .itewm01 .p2s {
    margin-left: 0;
    margin-top: 15px;
  }
  #about .about-mains05 .mains03 .main03-boxs {
    width: 100%;
    margin-top: 20px;
  }
  #about .about-mains05 .mains03 .main03-boxs .m03-item {
    width: 100%;
    flex-wrap: wrap;
  }
  #about .about-mains05 .mains03 .main03-boxs .m03-item .yyy4 {
    width: 100%;
  }
  #about .about-mains05 .mains03 .main03-boxs .m03-item .yyy4 .right4 > img {
    width: 20px;
  }
  #about .fszhan-box {
    height: 380px;
    min-height: 300px;
  }
  #about .fszhan-box .ffg111 {
    display: none;
  }
  #about .fszhan-box .pages-title-box014 > p {
    font-size: 20px;
  }
  #about .fszhan-box .swiper-mobile {
    overflow: hidden;
    display: block;
    height: 80%;
  }
  #about .fszhan-box .swiper-mobile .swiper {
    height: 100%;
    display: flex;
  }
  #about .fszhan-box .swiper-mobile .swiper .fazhan-items14 {
    margin-top: 30px;
  }
  #about .fszhan-box .swiper-mobile .swiper .fazhan-items14 .data {
    color: #35b37b;
    font-size: 18px;
  }
  #about .fszhan-box .swiper-mobile .swiper .fazhan-items14 .data span {
    font-size: 14px;
  }
  #about .fszhan-box .swiper-mobile .swiper .fazhan-items14 .item-lianzi {
    font-size: 14px;
    line-height: 26px;
  }
  #about .fszhan-box .swiper-mobile .swiper .fazhan-items14 .item-lianzi .p1 {
    display: flex;
  }
  #about .fszhan-box .swiper-mobile .swiper .fazhan-items14 .item-lianzi .span1 {
    margin-left: 10px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
  }
  #about .fszhan-box .swiper-mobile .swiper .fazhan-items14 .itmes4466s6 {
    width: 80%;
    margin: 0 auto;
  }
  #about .fszhan-box .swiper-mobile .swiper .mobile-button-next,
  #about .fszhan-box .swiper-mobile .swiper .mobile-button-prev {
    width: 30px;
    height: 30px;
    background-color: #35b37b;
    border-radius: 50%;
    background-image: url(../img/icon-05.png);
    background-size: 8px 10px;
    top: 95%;
  }
  #about .fszhan-box .swiper-mobile .swiper .mobile-button-prev {
    transform: rotate(180deg);
  }
  #about .qiyerongyu-box {
    min-height: auto;
  }
  #about .qiyerongyu-box .pages-title-box014 {
    font-size: 20px;
    line-height: 20px;
  }
  #about .qiyerongyu-box .link-swiper-box .swiper-slide .tidao-slide {
    width: 97%;
    /* height: 320px; */
    height: 300px;
    min-height: 300px;
  }
  #about .qiyerongyu-box .link-swiper-box .swiper-slide .tidao-slide .s1 {
    width: 75%;
    height: auto;
  }
  #about .qiyerongyu-box .link-swiper-box .swiper-slide .biaoti {
    font-size: 16px;
    line-height: 26px;
    margin: 10px 0;
  }
  #about .qiyezizhi-box {
    min-height: auto;
  }
  #about .qiyezizhi-box .pages-title-box014 {
    font-size: 20px;
    line-height: 20px;
  }
  #about .qiyezizhi-box .link-swiper-box .swiper-slide .tidao-slide {
    width: 97%;
    height: 440px;
  }
  #about .qiyezizhi-box .link-swiper-box .swiper-slide .tidao-slide .s1 {
    /* width: 85%;
    height: auto; */
    width: 90%;
    height: 94%;
  }
  #about .qiyezizhi-box .link-swiper-box .swiper-slide .biaoti {
    font-size: 16px;
    line-height: 26px;
    margin: 10px 0;
  }
  #case .case-main-detail .m1400 .item-list .item-box01 .tops1 .zi {
    font-size: 20px;
  }
  #case .case-main-detail .m1400 .item-list .item-box01 .tops2 {
    flex-direction: column-reverse !important;
  }
  #case .case-main-detail .m1400 .item-list .item-box01 .tops2 .left {
    width: 100%;
    margin-right: 0;
  }
  #case .case-main-detail .m1400 .item-list .item-box01 .tops2 .left .tits14 {
    font-size: 20px;
    line-height: 20px;
  }
  #case .case-main-detail .m1400 .item-list .item-box01 .tops2 .left .wenduan544 {
    font-size: 14px;
    line-height: 20px;
    max-height: none;
    min-height: auto;
  }
  #case .case-main-detail .m1400 .item-list .item-box01 .tops2 .left .more457 {
    width: 100px;
    height: 30px;
    font-size: 12px;
  }
  #case .case-main-detail .m1400 .item-list .item-box01 .tops2 .right5454 {
    height: 300px;
  }
  #case .case-main-detail .m1400 .item-list .item-box01 .tops2 .right5454 .img57 {
    width: 100%;
    height: 100%;
  }
  #news .news-detail .m1400 .de-list .items {
    margin-bottom: 20px;
    padding: 0 0 20px 0;
    flex-direction: column;
  }
  #news .news-detail .m1400 .de-list .items .left1 .img1 {
    width: 100%;
  }
  #news .news-detail .m1400 .de-list .items .left1 .rili-box {
    display: none;
  }
  #news .news-detail .m1400 .de-list .items .right1 {
    margin-left: 0;
  }
  #news .news-detail .m1400 .de-list .items .right1 .title7s {
    font-size: 18px;
  }
  #news .news-detail .m1400 .de-list .items .right1 .miaoshu {
    min-height: auto;
    max-height: none;
    font-size: 14px;
    line-height: 20px;
  }
  #news .news-detail .m1400 .de-list .items .right1 .tizhah {
    width: 100px;
    height: 30px;
    font-size: 12px;
  }
  #innovate .innovate-detail .m1400 .de-list .items {
    flex-direction: column;
  }
  #innovate .innovate-detail .m1400 .de-list .items .left1 {
    width: 100%;
    height: 210px;
  }
  #innovate .innovate-detail .m1400 .de-list .items .right1 {
    margin-left: 0;
  }
  #innovate .innovate-detail .m1400 .de-list .items .right1 .title7s {
    font-size: 18px;
    line-height: 18px;
    margin-top: 10px;
  }
  #innovate .innovate-detail .m1400 .de-list .items .right1 .miaoshu {
    font-size: 14px;
    line-height: 20px;
    min-height: auto;
    max-height: none;
  }
  #innovate .innovate-detail .m1400 .de-list .items .right1 .tizhah {
    width: 100px;
    height: 30px;
    font-size: 12px;
  }
  #innovate .innovate-detail .m1400 .bt-title {
    font-size: 20px;
  }
  #news-detail .inner-boxs-public {
    height: 0;
  }
  #news-detail .inner-boxs-public .navigor-lines14 {
    display: none;
  }
  #news-detail .news-detail-main .m1400 .zhuti-box {
    font-size: 14px;
  }
  #news-detail .news-detail-main .m1400 .zhuti-box .p1 {
    font-size: 14px;
    line-height: 24px;
  }
  #news-detail .news-detail-main .m1400 .orderth-box {
    flex-direction: column;
  }
  #news-detail .news-detail-main .m1400 .orderth-box .left {
    width: 100%;
    max-width: none;
  }
  #news-detail .news-detail-main .m1400 .orderth-box .left .p1 {
    font-size: 14px;
  }
  #news-detail .news-detail-main .m1400 .orderth-box .right {
    margin: 0 auto;
    width: 100px;
    height: 40px;
  }
  #news-detail .news-detail-main .m1400 .biaoti-box .title {
    font-size: 18px;
    line-height: 27px;
  }
  #news-detail .news-detail-main .m1400 .biaoti-box .time {
    margin: 15px 0 0 0;
    font-size: 14px;
    padding-bottom: 15px;
  }
  #cooperation .cooperation-detail .m1400 .item-list4455 {
    flex-wrap: wrap;
    flex-direction: column;
  }
  #cooperation .cooperation-detail .m1400 .item-list4455 .items {
    margin-bottom: 20px;
    width: 100%;
  }
  #cooperation .cooperation-detail .m1400 .item-list4455 .items .xiangq-box .title {
    font-size: 18px;
    margin: 6px 0;
  }
  #cooperation .cooperation-detail .m1400 .item-list4455 .items .xiangq-box .wenzi {
    display: flex;
    font-size: 14px;
    line-height: 22px;
  }
  #cooperation .cooperation-detail .m1400 .item-list4455 .items .xiangq-box .more {
    margin-top: 10px;
    width: 100px;
    height: 30px;
    font-size: 12px;
  }
  .page-boxs-s45 .items-list7 .yemazi,
  .page-boxs-s45 .items-list7 .prev,
  .page-boxs-s45 .items-list7 .next {
    width: 32px;
    height: 32px;
  }
  #connect .connect-detail .m1400rr .yg-fc-box .items545-list .swipers-parent {
    padding: 3% 0 14% 0;
    flex-wrap: wrap;
  }
  #connect .connect-detail .m1400rr .yg-fc-box .items545-list .swipers-parent .zs-lling .zs-box-img {
    width: 100%;
    height: auto;
  }
  #connect .connect-detail .m1400rr .yg-fc-box .items545-list .swipers-parent .zs-lling .zs-box-img .title {
    font-size: 18px;
    line-height: 28px;
  }
  #connect .connect-detail .m1400rr .yg-fc-box .items545-list .swipers-parent .swiper {
    width: 100%;
    margin-right: 10px;
    margin-left: 18px;
    margin-top: 10px;
  }
  #connect .connect-detail .m1400rr .yg-fc-box .items545-list .swipers-parent .swiper .swiper-slide .img-bxos455 .tiels546 {
    font-size: 16px;
    line-height: 26px;
  }
  #connect .connect-detail .m1400rr .yg-fc-box .items545-list .swipers-parent .swiper .connect-pagination {
    bottom: 1%;
    right: 45%;
  }
  #connect .connect-detail .m1400rr .yg-fc-box .items545-list .swipers-parent .swiper .connect-pagination .uuu44,
  #connect .connect-detail .m1400rr .yg-fc-box .items545-list .swipers-parent .swiper .connect-pagination .ztfx {
    font-size: 14px;
  }
  #connect .connect-detail .m1400rr .yg-fc-box .items545-list .swipers-parent .swiper .connect-pagination .swiper-pagination-bullet {
    width: 10px;
    height: 2px;
  }
  #connect .connect-detail .m1400rr .yg-fc-box .items545-list .swipers-parent .swiper .swiper-button-next,
  #connect .connect-detail .m1400rr .yg-fc-box .items545-list .swipers-parent .swiper .swiper-button-prev {
    width: 30px;
    height: 30px;
    top: 97%;
  }
  #connect .connect-detail .m1400rr .yg-fc-box .items545-list .swipers-parent .swiper .swiper-button-prev {
    right: 27%;
  }
  #connect .connect-detail .m1400rr .yg-fc-box .items545-list .titles15 {
    font-size: 20px;
  }
  #connect .connect-detail .m1400rr .zx-ns-box {
    min-height: auto;
    padding: 8% 0 13% 0;
    background-size: contain !important;
  }
  #connect .connect-detail .m1400rr .zx-ns-box .main-s54 .yuan-boxs-45 {
    display: flex;
    justify-content: center;
  }
  #connect .connect-detail .m1400rr .zx-ns-box .main-s54 .yuan-boxs-45 .ophuan {
    margin-left: 0;
    width: 300px;
    height: 300px;
  }
  #connect .connect-detail .m1400rr .zx-ns-box .main-s54 .yuan-boxs-45 .ophuan .yuan1 .sy-01 {
    width: 70px;
    height: 70px;
  }
  #connect .connect-detail .m1400rr .zx-ns-box .main-s54 .yuan-boxs-45 .ophuan .yuan1 .sy-01 .sp01 {
    font-size: 12px;
  }
  #connect .connect-detail .m1400rr .zx-ns-box .main-s54 .yuan-boxs-45 .ophuan .yuan1 .sy-01:nth-child(2) {
    left: 79%;
  }
  #connect .connect-detail .m1400rr .zx-ns-box .main-s54 .yuan-boxs-45 .ophuan .yuan2 .sy-02 {
    width: 70px !important;
    height: 70px !important;
  }
  #connect .connect-detail .m1400rr .zx-ns-box .main-s54 .yuan-boxs-45 .ophuan .yuan2 .sy-02 .sp02 {
    font-size: 12px;
  }
  #connect .connect-detail .m1400rr .zx-ns-box .main-s54 .yuan-boxs-45 .ophuan .yuan2 .sy-02:nth-child(1) {
    left: -25px;
  }
  #connect .connect-detail .m1400rr .zx-ns-box .main-s54 .yuan-boxs-45 .ophuan .yuan2 .sy-02:nth-child(2) {
    width: 75px !important;
    height: 75px !important;
  }
  #connect .connect-detail .m1400rr .zx-ns-box .main-s54 .yuan-boxs-45 .ophuan .yuan2 .sy-02:nth-child(3) {
    left: 85%;
    top: 61%;
  }
  #connect .connect-detail .m1400rr .zx-ns-box .main-s54 .yuan-boxs-45 .ophuan .yuan2 .sy-02:nth-child(3) .sp02 {
    font-size: 12px;
  }
  #connect .connect-detail .m1400rr .zx-ns-box .main-s54 .yuan-boxs-45 .ophuan .yuan2 .sy-02:nth-child(4) {
    width: 85px !important;
    height: 85px !important;
  }
  #connect .connect-detail .m1400rr .zx-ns-box .main-s54 .yuan-boxs-45 .ophuan .yuan2 .sy-02:nth-child(5) {
    width: 60px !important;
    height: 60px !important;
    left: -10%;
  }
  #connect .connect-detail .m1400rr .zx-ns-box .main-s54 .yuan-boxs-45 .ophuan .yuan2 .sy-02:nth-child(5) .sp02 {
    font-size: 10px;
  }
  #connect .connect-detail .m1400rr .zx-ns-box .main-s54 .yuan-boxs-45 .yyys87 {
    width: 120px !important;
    height: 120px !important;
  }
  #connect .connect-detail .m1400rr .zx-ns-box .main-s54 .yuan-boxs-45 .yyys87 .ss-8754 {
    font-size: 14px !important;
  }
  #connect .connect-detail .m1400rr .zx-ns-box .main-s54 .yuan-boxs-45 .yyys87 .ss-8754 a {
    color: #ffffff;
  }
  #connect .connect-detail .m1400rr .zx-ns-box .main-s54 .item-list488 {
    width: 100%;
  }
  #connect .connect-detail .m1400rr .zx-ns-box .main-s54 .item-list488 .title .t1 {
    font-size: 20px;
    line-height: 20px;
  }
  #connect .connect-detail .m1400rr .zx-ns-box .main-s54 .item-list488 .title .t2 {
    font-size: 16px;
    margin-top: 0;
  }
  #connect .connect-detail .m1400rr .zx-ns-box .main-s54 .item-list488 .more-4 {
    font-size: 12px;
    width: 153px;
    height: 32px;
  }
  #connect .connect-detail .m1400rr .zx-ns-box .main-s54 .item-list488 .more-4 .img4s {
    margin-left: 4px;
  }
  #connect .connect-detail .m1400rr .jrlc-box .detail887 .titles {
    font-size: 20px;
  }
  #connect .connect-detail .m1400rr .jrlc-box .detail887 .item-list {
    flex-wrap: wrap;
  }
  #connect .connect-detail .m1400rr .jrlc-box .detail887 .item-list .items {
    width: 50%;
    margin-bottom: 30px;
  }
  #connect .connect-detail .m1400rr .jrlc-box .detail887 .item-list .items .img1 {
    width: 25px;
    margin-bottom: 8px;
  }
  #connect .connect-detail .m1400rr .jrlc-box .detail887 .item-list .items .p1 {
    font-size: 16px;
  }
  #connect .connect-detail .m1400rr .jrlc-box .detail887 .item-list .items .p2 {
    width: 100%;
    font-size: 12px;
    word-break: break-all;
    padding: 0 7px;
    text-align: center;
  }
  #connect .connect-detail .m1400rr .jrlc-box .detail887 .item-list .items .p3 {
    font-size: 14px;
  }
  #connect .connect-detail .m1400rr .on-line-box .line-main {
    flex-wrap: wrap;
    flex-direction: column;
  }
  #connect .connect-detail .m1400rr .on-line-box .line-main .left {
    width: 100%;
  }
  #connect .connect-detail .m1400rr .on-line-box .line-main .left .iidd544 {
    width: 100%;
    padding: 8px;
  }
  #connect .connect-detail .m1400rr .on-line-box .line-main .left .iidd544 .p1 {
    margin-bottom: 7px;
  }
  #connect .connect-detail .m1400rr .on-line-box .line-main .left .iidd544 .p1 .phone {
    margin: 0 7px;
    font-size: 16px;
  }
  #connect .connect-detail .m1400rr .on-line-box .line-main .left .iidd544 .p1 .hhhss {
    font-size: 14px;
  }
  #connect .connect-detail .m1400rr .on-line-box .line-main .left .iidd544 .p1 .img1-box78s4 .img65s47 {
    min-width: 20px;
  }
  #connect .connect-detail .m1400rr .on-line-box .line-main .left .iidd544 .img1 {
    height: auto;
  }
  #connect .connect-detail .m1400rr .on-line-box .line-main .left .title {
    font-size: 20px;
    line-height: 20px;
  }
  #connect .connect-detail .m1400rr .on-line-box .line-main .right {
    width: 100%;
  }
  #connect .connect-detail .m1400rr .on-line-box .line-main .right .title {
    margin-top: 7%;
    line-height: 20px;
    font-size: 20px;
  }
  #recruit .recruit-detail .main-ss4s4 .top {
    display: flex;
    flex-direction: column;
  }
  #recruit .recruit-detail .main-ss4s4 .top .l1 {
    width: 100%;
  }
  #recruit .recruit-detail .main-ss4s4 .top .l1 .p1 {
    font-size: 24px;
  }
  #recruit .recruit-detail .main-ss4s4 .top .l1 .p2 {
    margin-top: 10px;
  }
  #recruit .recruit-detail .main-ss4s4 .top .l2 {
    margin-top: 15px;
  }
  #recruit .recruit-detail .main-ss4s4 .top .l2 .p1 {
    font-size: 16px;
  }
  #recruit .recruit-detail .main-ss4s4 .top .l2 .xinagq4s4s {
    flex-direction: column;
    align-items: flex-start;
  }
  #recruit .recruit-detail .main-ss4s4 .bottom {
    padding: 30px 20px;
  }
  #recruit .recruit-detail .main-ss4s4 .bottom .main-submit {
    margin-top: 20px;
  }
  #recruit .recruit-detail .main-ss4s4 .recruit-main .recruit-main-list .recruit-main-bar p span {
    font-size: 12px;
    margin-left: 10px;
  }
  #recruit .recruit-detail .main-ss4s4 .recruit-main .recruit-main-list .recruit-main-bar {
    padding-left: 15px;
    padding-right: 15px;
  }
  #recruit .recruit-detail .main-ss4s4 .recruit-main .recruit-main-list .recruit-main-box {
    padding: 15px;
  }
  #recruit .recruit-detail .main-ss4s4 .recruit-main .recruit-main-list .recruit-main-bar p {
    font-size: 14px;
  }
  #recruit .recruit-detail .main-ss4s4 .recruit-main .recruit-main-list .recruit-main-bar .recruit-main-bar__img {
    width: 25px;
  }
  #recruit .recruit-detail .main-ss4s4 .recruit-main .recruit-main-list .recruit-main-bar {
    height: 60px;
  }
  #index .contact-boxs .ls-zhaomu .mains {
    transform: none;
    margin: 0 auto;
  }
  .ls-zhaomu .mains {
    transform: none;
    margin: 0 auto;
  }
  #news .news-detail .m1400 .de-list .items .right1 {
    width: 100%;
  }
  #innovate .innovate-detail .m1400 .de-list .items .right1 {
    width: 100%;
  }
  .mp-box {
    display: none;
  }
  .mp-sign {
    display: none;
  }
  #index .contact-boxs .ls-zhaomu .mains .list-items1 .item {
    width: 100%;
  }
  #index .contact-boxs .ls-zhaomu .mains .list-items1 {
    flex-direction: column;
  }
  #index .contact-boxs .ls-zhaomu .list-items1 .item .wenzis1 .over-line1 {
    height: auto;
  }
  .ls-zhaomu .mains .list-items1 .item {
    width: 100%;
  }
  .ls-zhaomu .mains .list-items1 {
    flex-direction: column;
  }
  .ls-zhaomu .list-items1 .item .wenzis1 .over-line1 {
    height: auto;
  }
  #index .swiper-box .neirong .line-pagi {
    bottom: 5%;
  }
  #index .swiper-box .neirong .line-pagi .shub {
    width: 8px;
    height: auto;
  }
  #index .swiper-box .neirong .line-pagi .swipers-nums {
    font-size: 12px;
  }
  #index .swiper-box .neirong .line-pagi {
    font-size: 12px;
  }
}
@media screen and (max-width: 450px) {
  #about .qiyezizhi-box .link-swiper-box .swiper-slide .tidao-slide {
    width: 97%;
    height: 340px;
  }
}
@media screen and (max-width: 375px) {
  #about .qiyezizhi-box .link-swiper-box .swiper-slide .tidao-slide {
    height: 340px;
  }
  #about .qiyerongyu-box .link-swiper-box .swiper-slide .tidao-slide .s1 {
    width: 75%;
  }
  #about .qiyerongyu-box .link-swiper-box .swiper-slide .tidao-slide {
    /* min-height: 340px; */
    min-height: 300px;
  }
}
