.sectionBody .section {
  width: 100% !important;
  display: block !important;
  min-height: 500px;
}

/*banner*/
.section1 .banner {
  position: relative;
  width: 100%;
  height: 100%;
  position: relative;
  color: #fff;
}
.section1 .banner .swiper-wrapper {
  width: 100%;
  height: 100%;
  position: relative;
}
.section1 .banner .swiper-slide {
  width: 100%;
  height: 100%;
  position: relative;
}
.section1 .banner .swiper-slide .img {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  transform: scale(1.1);
}
.section1 .banner .swiper-slide-active {
  z-index: 10;
}
.section1 .banner .swiper-slide-active .img {
  transform: scale(1);
  transition: all 3.5s linear 0s;
}
.section1 .banner .swiper-wrapper .bannerTxt {
  width: 100%;
  text-align: center;
  position: relative;
  z-index: 10;
  padding: 0 20px;
  box-sizing: border-box;
  overflow: hidden;
  line-height: 1.5;
}
.section1 .banner .swiper-wrapper .bannerTxt .txt1 {
  font-size: 0.9rem;
  letter-spacing: 3px;
  font-weight: 700;
}
.section1 .banner .swiper-wrapper .bannerTxt .txt2 {
  padding: 14px 0.5rem 1.03rem 0.5rem;
  letter-spacing: 2px;
  text-transform: uppercase;
  font-size: 24px;
}
.section1 .banner .swiper-wrapper .bannerTxt a {
  width: 210px;
  height: 46px;
  border: 2px solid #fff;
  border-radius: 30px;
  margin: 0 auto;
  text-align: center;
  font-size: 18px;
  color: #fff;
}
.section1 .banner .swiper-wrapper .bannerTxt a span:nth-child(2) {
  font-size: 20px;
  margin-left: 10px;
  transition: all 0.3s ease 0s;
  font-weight: 700;
}
.section1 .banner .swiper-wrapper .bannerTxt a:hover {
  background: #00b3c3;
  color: #fff !important;
  border-color: #00b3c3;
}
.section1 .banner .swiper-wrapper .bannerTxt a:hover span:nth-child(2) {
  margin-left: 0.3rem;
}
.section1 .banner .collect_swiper_pagination {
  width: 20px !important;
  position: absolute;
  margin: auto;
  top: 0;
  bottom: 0;
  right: 1.65rem;
  left: unset !important;
  z-index: 9;
  align-items: flex-end;
}
.section1 .banner .collect_swiper_pagination .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  background: none;
  opacity: 1;
  margin: 7px 0px !important;
  position: relative;
}
.section1 .banner .collect_swiper_pagination .swiper-pagination-bullet::after {
  -webkit-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
  position: absolute;
  content: "";
  width: 2px;
  height: 2px;
  background: #fff;
  border-radius: 999px;
  margin: auto;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  border: 2px solid #fff;
}
.section1
  .banner
  .collect_swiper_pagination
  .swiper-pagination-bullet-active::after {
  position: absolute;
  content: "";
  width: 6px;
  height: 6px;
  background: none;
  border: 2px solid #fff;
}
.section1 .banner .tool {
  position: absolute;
  z-index: 9;
  margin: auto;
  left: 0;
  right: 0;
  bottom: 0.9rem;
  float: left;
}
.section1 .banner .tool .prevNext .btn {
  width: 0.5rem;
  height: 0.5rem;
  cursor: pointer;
  border: 1px solid #fff;
  border-radius: 50%;
  text-align: center;
  font-size: 0.2rem;
  position: static !important;
  transition: all 0.4s ease 0s;
  box-sizing: border-box;
}
.section1 .banner .tool .prevNext .btn::after {
  color: #fff;
  font-size: 16px;
}
.section1 .banner .tool .prevNext .btn:nth-child(2) {
  margin-left: 0.3rem;
}
.section1 .banner .tool .prevNext .btn:hover {
  background: #00b3c3;
  border-color: #00b3c3;
  transition: all 0.4s ease 0s;
}
.section1 .banner .tool .swiper-nums {
  font-family: "Arial";
}
.section1 .banner .tool .swiper-nums .txt1 {
  font-size: 0.36rem;
  font-weight: bold;
}
.section1 .banner .tool .swiper-nums .txt2 {
  font-size: 0.16rem;
}
.section1 .banner .banner_mouse {
  position: absolute;
  width: 30px;
  margin: auto;
  left: 0;
  right: 0;
  z-index: 9;
  bottom: 100px;
}
.section1 .banner .banner_mouse img {
  width: 100%;
  animation: huxi 600ms ease-out infinite alternate;
}
@media screen and (max-width: 1680px) {
  .section1 .banner .swiper-wrapper .bannerTxt .txt1 {
    font-size: 0.6rem;
  }
  .section1 .banner .swiper-wrapper .bannerTxt .txt2 {
    font-size: 0.2rem;
  }
  .section1 .banner .swiper-wrapper .bannerTxt a {
    font-size: 0.15rem;
  }
  .section1 .banner .collect_swiper_pagination {
    right: 65px;
  }
}
@media screen and (max-width: 1250px) {
  .section1 .banner .swiper-wrapper .bannerTxt .txt1 {
    font-size: 0.4rem !important;
  }
  .section1 .banner .swiper-wrapper .bannerTxt .txt2 {
    font-size: 0.18rem;
  }
  .section1 .banner .collect_swiper_pagination {
    right: 30px;
  }
}
@media screen and (max-width: 1150px) {
  .section1 .banner .swiper-wrapper .bannerTxt .txt1 {
    font-size: 0.4rem !important;
  }
  .section1 .banner .swiper-wrapper .bannerTxt .txt2 {
    font-size: 0.16rem;
  }
  .section1 .banner .collect_swiper_pagination {
    right: 10px;
    top: 180px;
  }
}
@media screen and (max-width: 768px) {
  .section1 {
    height: 4.25rem !important;
    min-height: 0 !important;
  }
  .section1 .banner {
  margin-top: 60px;
}
  .section1 .banner .swiper-wrapper .bannerTxt {
    margin-top: -0.3rem;
  }
  .section1 .banner .swiper-wrapper .bannerTxt .txt1 {
    font-size: 0.5rem !important;
  }
  .section1 .banner .swiper-wrapper .bannerTxt .txt2 {
    font-size: 0.15rem;
    letter-spacing: 1px;
  }
  .section1 .banner .swiper-wrapper .bannerTxt a {
    width: 120px;
    height: 30px;
    border: 0.5px solid #fff;
    border-radius: 30px;
    margin: 0 auto;
    font-size: 14px;
    display: none;
  }
  .section1 .banner .tool {
    bottom: 10px;
    display: none;
  }
  .section1 .banner .tool .prevNext {
    width: 100%;
    height: 45px;
  }
  .section1 .banner .tool .prevNext .btn {
    width: 32px;
    height: 32px;
    font-size: 0.35rem;
  }
  .section1 .banner .tool .prevNext .btn::after {
    font-size: 0.15rem;
  }
  .section1 .banner .tool .prevNext .btn::before {
    content: "";
    width: 2rem;
    height: 1px;
    background: #fff;
    position: absolute;
    opacity: 0.3;
  }
  .section1 .banner .tool .prevNext .btn:first-child::before {
    left: 60px;
  }
  .section1 .banner .tool .prevNext .btn:last-child::before {
    right: 60px;
  }
  .section1 .banner .tool .swiper-nums {
    display: none;
  }
  .section1 .banner .banner_mouse {
    bottom: 20px;
    display: none;
  }
  .section1 .banner .banner_mouse img {
    width: 23px;
  }
}

@media screen and (max-height: 600px) {
  .section1 .banner .swiper-wrapper .bannerTxt .txt2 {
    padding-bottom: 0.5rem;
    font-size: 0.2rem;
  }
  .section1 .banner .swiper-wrapper .bannerTxt .txt1 {
    font-size: 0.5rem;
  }
}

@media screen and (max-height: 650px) {
  .section1 .banner .swiper-wrapper .bannerTxt .txt2 {
    padding-bottom: 0.5rem;
    font-size: 0.2rem;
  }
  .section1 .banner .swiper-wrapper .bannerTxt .txt1 {
    font-size: 0.5rem;
  }
}

/*.section2*/
.section2 {
  min-height: 650px;
}
.section2 .aboutWap {
  display: none;
}
.section2 .aboutPc {
  display: block;
  background: #fff;
}
.section2 .aboutPc {
  width: 100%;
  height: 100%;
  overflow: hidden;
  position: relative;
}
.section2 .aboutPc::after {
  content: "";
  height: 80%;
  width: 75%;
  position: absolute;
  background: url("../images/abobg.jpg") left top no-repeat;
  background-size: cover;
  left: 0;
  top: 0;
  z-index: 1;
}
.section2 .aboutPc .box {
  height: 100%;
  position: relative;
  z-index: 3;
}
.section2 .aboutPc .companyImg {
  width: 40%;
  height: 58.5%;
  position: absolute;
  left: 3%;
  top: 0;
  z-index: 3;
}
.section2 .aboutPc .companyImg dl dt {
  font-size: 0.4rem;
  color: #fff;
  position: relative;
}
.section2 .aboutPc .companyImg dl dt span {
  position: relative;
}
.section2 .aboutPc .companyImg dl dt span::after {
  content: "";
  height: 4px;
  width: 40px;
  background: #fff;
  position: absolute;
  right: -65px;
  top: 50%;
  margin-top: -2px;
  border-radius: 5px;
}
.section2 .aboutPc .companyImg dl dd {
  font-size: 14px;
  text-transform: uppercase;
  color: #fff;
  margin-top: 3px;
  letter-spacing: 2px;
  font-family: Arial;
}
.section2 .aboutPc .companyImg .video {
  font-family: Arial;
  font-size: 20px;
  color: #fff;
  width: 20px;
  text-align: center;
  font-weight: 700;
  writing-mode: vertical-lr;
}
.section2 .aboutPc .companyImg .video {
  position: absolute;
  bottom: 14%;
  left: 0;
}
.section2 .aboutPc .companyImg .video::after {
  content: "";
  height: 45px;
  width: 1px;
  background: rgba(255, 255, 255, 0.5);
  position: absolute;
  left: 50%;
  top: -50px;
  margin-left: -0.5px;
}
.section2 .aboutPc .companyImg .paly {
  position: absolute;
  left: 40%;
  top: 50%;
  margin-left: -42px;
  margin-top: -37.5px;
  cursor: pointer;
}
.section2 .aboutPc .companyImg .paly .icon {
  font-size: 60px;
  color: #fff;
}
.section2 .aboutPc .companyImg .s1 {
  display: block;
  width: 46px;
  height: 46px;
  margin: 0 auto;
}
.section2 .aboutPc .companyImg .s1 img {
  width: 100%;
  height: 100%;
}
.section2 .aboutPc .companyImg .s2 {
  display: block;
  font-size: 14px;
  color: #fff;
  margin: 0 auto;
  text-align: center;
  margin-top: 10px;
}
.section2 .aboutPc .companyIntro {
  width: 57%;
  height: 59%;
  background: #fff url(../images/abobg2.png) no-repeat left center;
  position: absolute;
  right: 0;
  z-index: 3;
}
.section2 .aboutPc .companyIntro {
  background-size: auto 80%;
}
.section2 .aboutPc .companyIntroBox {
  width: 85%;
  height: 100%;
  border-right: 1px solid #ededed;
  padding: 0 8%;
  box-sizing: border-box;
  line-height: 1.3;
  cursor: pointer;
}
.section2 .aboutPc .companyIntroBox h1 {
  font-size: 30px;
  line-height: 1.5;
  max-height: 90px;
  overflow: hidden;
}
.section2 .aboutPc .companyIntroBox p {
  font-size: 18px;
  color: #666666;
  line-height: 2;
  margin-top: 3%;
}
.section2 .aboutPc .companyIntroBox .more {
  width: 50px;
  height: 50px;
  margin-top: 20px;
  display: block;
}
.section2 .aboutPc .companyIntroBox .more img {
  width: 100%;
  height: 100%;
}
.section2 .aboutPc .companyIntro .us {
  width: 15%;
  height: 100%;
  position: absolute;
  border-bottom: 70px solid #059ba4;
  right: 0;
  top: 0;
  box-sizing: border-box;
}
.section2 .aboutPc .companyIntro .us {
  font-family: Arial;
  font-size: 20px;
  color: #e5e5e5;
  writing-mode: vertical-lr;
  text-align: center;
  text-transform: uppercase;
  font-size: 40px;
  font-weight: 700;
}
.section2 .aboutPc .count {
  height: 20%;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  background: #f4f4f4;
  z-index: 3;
}
.section2 .aboutPc .count .li {
  width: 15%;
  height: 100%;
  text-align: center;
  float: left;
  transition: all 0.3s ease 0s;
  cursor: pointer;
}
.section2 .aboutPc .count .li > div {
  width: 100%;
}
.section2 .aboutPc .count .li .s1 {
  height: 40px;
  width: 40px;
  margin: 0 auto;
}
.section2 .aboutPc .count .li .s1 img {
  height: 100%;
  width: 100%;
}
.section2 .aboutPc .count .li img.A {
  display: block;
}
.section2 .aboutPc .count .li img.B {
  display: none;
}
.section2 .aboutPc .count .li .s2 {
  padding: 30px 0 20px 0;
}
.section2 .aboutPc .count .li .s2 .t1 {
  font-size: 64px;
  font-weight: 700;
  font-family: "H_Roman_SemiB";
  line-height: 1;
}
.section2 .aboutPc .count .li .s2 .t2 {
  font-size: 14px;
  margin-left: 2%;
}
.section2 .aboutPc .count .li .s3 {
  color: #7f7f7f;
  font-size: 18px;
  line-height: 1;
}
.section2 .aboutPc .count .hr {
  height: 100%;
  width: 2%;
  float: left;
  position: relative;
}
.section2 .aboutPc .count .hr::after {
  content: "";
  height: 1px;
  width: 60%;
  left: 20%;
  top: 50%;
  background: #e6e6e6;
  position: absolute;
}
.section2 .aboutPc .count .li.on {
  background: #05b5c4;
  transition: all 0.3s ease 0s;
}
.section2 .aboutPc .count .li.on img.A {
  display: none;
}
.section2 .aboutPc .count .li.on img.B {
  display: block;
}
.section2 .aboutPc .count .li.on .s2 .t1 {
  color: #fff;
}
.section2 .aboutPc .count .li.on .s2 .t2 {
  color: #fff;
}
.section2 .aboutPc .count .li.on .s3 {
  color: #fff;
}
.section2 .aboutPc .count .li:hover {
  background: #05b5c4;
}
.section2 .aboutPc .count .li:hover img.A {
  display: none;
}
.section2 .aboutPc .count .li:hover img.B {
  display: block;
}
.section2 .aboutPc .count .li:hover .s2 .t1 {
  color: #fff;
}
.section2 .aboutPc .count .li:hover .s2 .t2 {
  color: #fff;
}
.section2 .aboutPc .count .li:hover .s3 {
  color: #fff;
}
.section2 .aboutPc .companyImg {
  top: 20%;
  height: 58.5%;
}
.section2 .aboutPc .companyIntro {
  top: 20%;
}
.section2 .aboutPc .count {
  height: 21.5%;
}
/*aboutWap*/
.section2 .aboutWap dl {
  text-align: center;
}
.section2 .aboutWap dl dt {
  font-size: 0.4rem;
  position: relative;
  font-weight: 700;
}
.section2 .aboutWap dl dd {
  font-size: 0.18rem;
  text-transform: uppercase;
  color: #999;
  margin-top: 3px;
  letter-spacing: 2px;
  font-family: Arial;
}
.section2 .aboutWap .count {
  background: #fff;
  overflow: hidden;
  border-bottom: 1px solid #f1f1f1;
}
.section2 .aboutWap .count .li {
  width: 33.3333333%;
  text-align: center;
  float: left;
  transition: all 0.3s ease 0s;
  cursor: pointer;
  padding: 0.5rem 0;
  font-family: "H_Roman_SemiB";
}
.section2 .aboutWap .count .li {
  border-top: 1px solid #f1f1f1;
  border-right: 1px solid #f1f1f1;
  box-sizing: border-box;
}
.section2 .aboutWap .count .li:nth-child(3) {
  border-right: none;
}
.section2 .aboutWap .count .li:nth-child(6) {
  border-right: none;
}
.section2 .aboutWap .count .li .s1 {
  height: 0.4rem;
  width: 0.4rem;
  margin: 0 auto;
}
.section2 .aboutWap .count .li .s1 img {
  height: 100%;
  width: 100%;
}
.section2 .aboutWap .count .li img.A {
  display: block;
}
.section2 .aboutWap .count .li img.B {
  display: none;
}
.section2 .aboutWap .count .li .s2 {
  line-height: 1;
  padding: 0.3rem 0 0.2rem 0;
}
.section2 .aboutWap .count .li .s2 .t1 {
  font-size: 30px;
  color: #000;
}
.section2 .aboutWap .count .li .s2 .txt {
  font-size: 10px;
  color: #000;
}
.section2 .aboutWap .count .li .s2 .t2 {
  font-size: 12px;
  margin-left: 0.1rem;
}
.section2 .aboutWap .count .li .s3 {
  color: #7f7f7f;
  font-size: 0.24rem;
  line-height: 1;
}
.section2 .aboutWap .count .li {
  transition: all 0.3s ease 0s;
}
.section2 .aboutWap .count .li.on img.A {
  display: none;
}
.section2 .aboutWap .count .li.on img.B {
  display: block;
}
.section2 .aboutWap .companyIntro {
  background: #fff url(../images/abobg2.png) no-repeat left center;
}
.section2 .aboutWap .companyIntro {
  background-size: auto 80%;
  position: relative;
}
.section2 .aboutWap .companyIntroBox {
  border-right: 1px solid #ededed;
  box-sizing: border-box;
  line-height: 1.3;
}
.section2 .aboutWap .companyIntroBox .boxIntro {
  position: relative;
  padding: 0 12% 0.2rem 0.2rem;
}
.section2 .aboutWap .companyIntroBox .boxIntro .us {
  border-left: 1px solid #ededed;
}
.section2 .aboutWap .companyIntroBox h1 {
  font-size: 15px;
  line-height: 1.5;
  overflow: hidden;
  text-align: center;
  padding: 10px 0;
  margin-top: 0.2rem;
}
.section2 .aboutWap .companyIntroBox .img {
  position: relative;
}
.section2 .aboutWap .companyIntroBox .img img {
  width: 100%;
}
.section2 .aboutWap .companyIntroBox .img .mask {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
}
.section2 .aboutWap .companyIntroBox .img .mask .icon {
  width: 46px;
  height: 46px;
  font-size: 46px;
  color: #fff;
}
.section2 .aboutWap .companyIntroBox p {
  font-size: 15px;
  color: #666666;
  line-height: 2;
  margin-top: 3%;
}
.section2 .aboutWap .companyIntroBox .more {
  width: 26px;
  height: 26px;
  margin-top: 10px;
  display: block;
}
.section2 .aboutWap .companyIntroBox .more img {
  width: 100%;
  height: 100%;
}
.section2 .aboutWap .companyIntro .us {
  width: 10%;
  height: 100%;
  position: absolute;
  border-bottom: 0.3rem solid #059ba4;
  right: 0;
  top: 0;
  box-sizing: border-box;
}
.section2 .aboutWap .companyIntro .us {
  font-size: 0.2rem;
  color: #e5e5e5;
  writing-mode: vertical-lr;
  text-align: center;
  text-transform: uppercase;
  font-size: 0.4rem;
  font-weight: 700;
  font-family: "H_Roman_SemiB";
}
.turn {
  animation: turn 4s linear infinite;
}
@keyframes turn {
  0% {
    transform: rotate(0deg);
  }
  25% {
    transform: rotate(90deg);
  }
  50% {
    transform: rotate(180deg);
  }
  75% {
    transform: rotate(270deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

@media screen and (max-width: 1920px) {
  .section2 .aboutPc .count .li .s2 {
    padding: 8% 0 3% 0;
  }
  .section2 .aboutPc .count .li .s2 .t1 {
    font-size: 60px;
  }
}

@media screen and (max-width: 1680px) {
  .section2 .aboutPc .companyImg {
    top: 15%;
    height: 58.5%;
    width: 33%;
  }
  .section2 .aboutPc .companyIntro {
    top: 15%;
    width: 67%;
  }
  .section2 .aboutPc .count {
    height: 26.5%;
  }
  .section2 .aboutPc .companyIntroBox h1 {
    font-size: 28px;
  }
  .section2 .aboutPc .count .li .s2 {
    padding: 7% 0;
  }
  .section2 .aboutPc .count .li .s2 .t1 {
    font-size: 50px;
  }
}
@media screen and (max-width: 1450px) {
  .section1 .banner .swiper-wrapper .bannerTxt .txt1 {
    font-size: 0.66rem;
  }
  .section1 .banner .swiper-wrapper .bannerTxt .txt2 {
    font-size: 0.16rem;
  }
}

@media screen and (max-width: 1250px) {
  .section2 .aboutPc .companyImg dl dt {
    font-size: 0.3rem;
  }
  .section2 .aboutPc .companyIntroBox h1 {
    font-size: 20px;
  }
  .section2 .aboutPc .companyIntroBox p {
    font-size: 16px;
    max-height: 168px;
    overflow: hidden;
  }
  .section2 .aboutPc .companyIntroBox .more {
    width: 35px;
    height: 35px;
    margin-top: 10px;
  }
  .section2 .aboutPc .count .li {
    width: 15%;
  }
  .section2 .aboutPc .count .hr {
    width: 6.25%;
  }
  .section2 .aboutPc .count .li .s2 .t1 {
    font-size: 30px;
  }
  .section2 .aboutPc .count .li .s1 {
    height: 30px;
    width: 30px;
    margin: 0 auto;
  }
}
@media screen and (max-width: 750px) {
  .section2 .aboutWap {
    display: block;
  }
  .section2 .aboutPc {
    display: none;
  }
  .section2 {
    height: auto !important;
    min-height: auto !important;
  }
}
@media screen and (max-height: 650px) {
  .section2 .aboutPc .companyIntroBox h1 {
    -webkit-line-clamp: 1 !important;
    line-clamp: 1 !important;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    width: 80%;
  }
  .section2 .aboutPc .companyIntroBox p {
    width: 80%;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
  }
  .section2 .aboutPc .count .li .s2 .t1 {
    font-size: 30px;
  }
  .section2 .aboutPc .count .li .s1 {
    width: 20px;
    height: 20px;
  }
  .section2 .aboutPc .count .li .s3 {
    font-size: 14px;
  }
}

/*section3*/
.section3 {
  position: relative;
}
.section3 .isPcBox {
  height: 100%;
}
.section3 .bg {
  width: 100%;
  height: 100%;
  background: url("../images/axbg.jpg") no-repeat;
  background-size: cover;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
}
.section3 .ul {
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 1;
}
.section3 .ul .libox {
  height: 100%;
}
.section3 .ul .libox .li {
  padding: 0 35px;
  width: calc(25vw - 70px);
  height: 100%;
  width: 100%;
  border-left: 1px solid rgba(255, 255, 255, 0.5);
  position: relative;
  box-sizing: border-box;
  cursor: pointer;
}
.section3 .ul .libox .li:nth-child(1) {
  border-left: none;
}
.section3 .ul .libox .li .li_index {
  font-size: 40px;
  color: #fff;
  padding: 0 0 1rem;
  font-family: "H_Roman_SemiB";
}
.section3 .ul .libox .li .li_top .li_top_img img {
  width: 40px;
}
.section3 .ul .libox .li .li_top .li_top_title {
  padding: 20px 0 47px;
}
.section3 .ul .libox .li .li_top .li_top_subtitle {
  line-height: 18px;
  font-family: "Arial";
}
.section3 .ul .libox .li .li_bot_txt {
  font-size: 0.18rem;
  color: #fff;
  line-height: 1.78;
  margin: 0.5rem 0 0.8rem 0;
  display: none;
  max-height: 1.602rem;
  overflow: hidden;
}
.section3 .ul .libox .li .imore {
  display: none;
}
.section3 .ul .libox .li .contentBox {
  position: absolute;
  left: 0;
  bottom: 1.2rem;
  width: 100%;
  padding: 0 35px;
  box-sizing: border-box;
}
.section3 .ul .libox .li.on {
  background: rgba(0, 0, 0, 0.5);
}
.section3 .ul .libox .li.on .li_index {
  font-size: 198px;
  color: rgba(255, 255, 255, 0.3);
  padding: 0 0 5%;
}
.section3 .ul .libox .li.on .li_bot_txt {
  display: block;
}
.section3 .ul .libox .li.on .imore {
  display: block;
  width: 50px;
  height: 50px;
}
.section3 .ul .libox .li.on .imore img {
  width: 100%;
  height: 100%;
}
.section3 .ul .libox .li.on .li_top_title {
  padding: 20px 0 10px;
}
@media screen and (max-width: 1680px) {
  .section3 .ul .libox .li {
    padding: 0 30px;
  }
  .section3 .ul .libox .li.on .li_index {
    font-size: 150px;
  }
  .section3 .ul .libox .li .li_bot_txt {
    margin: 0.4rem 0 0.7rem 0;
  }
  .section3 .ul .libox .li .li_index {
    font-size: 30px;
    padding: 0 0 0.8rem;
  }
  .section3 .ul .libox .li .li_top .li_top_title {
    padding: 10px 0 24px;
  }
  .section3 .ul .libox .li .contentBox {
    bottom: 1rem;
  }
}
@media screen and (max-width: 1450px) {
  .section2 .aboutPc .companyIntroBox h1 {
    font-size: 0.26rem;
  }
  .section2 .aboutPc .companyIntroBox p {
    font-size: 16px;
  }
  .section3 .ul .libox .li {
    padding: 0 20px;
    padding-top: 150px;
  }
  .section3 .ul .libox .li.on .li_index {
    font-size: 90px;
  }
  .section3 .ul .libox .li .li_bot_txt {
    margin: 0.3rem 0 0.6rem 0;
    font-size: 0.16rem;
    height: 1.424rem;
  }
  .section3 .ul .libox .li .li_index {
    font-size: 26px;
    padding: 0 0 0.5rem;
  }
  .section3 .ul .libox .li .li_top .li_top_title {
    padding: 8px 0 20px;
  }
  .section3 .ul .libox .li .contentBox {
    bottom: 0.8rem;
  }
}
@media screen and (max-width: 1250px) {
  .section3 .ul .libox .li {
    padding: 0 20px;
  }
  .section3 .ul .libox .li.on .li_index {
    font-size: 70px;
  }
  .section3 .ul .libox .li .li_bot_txt {
    margin: 0.3rem 0 0.6rem 0;
  }
  .section3 .ul .libox .li .li_index {
    font-size: 26px;
    padding: 0 0 0.5rem;
  }
  .section3 .ul .libox .li .li_top .li_top_title {
    padding: 8px 0 20px;
  }
  .section3 .ul .libox .li .contentBox {
    bottom: 0.6rem;
  }
}
@media screen and (max-height: 650px) {
  .section3 .ul .libox .li.on .li_top .li_top_subtitle {
    display: none;
  }
  .section3 .ul .libox .li.on .li_bot_txt {
    margin-bottom: 0.2rem;
  }
  .section3 .ul .libox .li .li_top .li_top_title {
    padding-bottom: 0;
  }
}
@media screen and (max-height: 600px) {
  .section3 .ul .libox .li .li_bot_txt {
    height: 0.5rem;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
  }
}

/*section3(isWapBox)*/
@media screen and (max-width: 1080px) {
  .section3 {
    height: auto !important;
    min-height: auto !important;
    background: #fff !important;
  }
}
.section3 .isWapBox .section3Banner {
  width: 100%;
  position: relative;
}
.section3 .isWapBox .section3Banner .swiper-slide {
  width: 100%;
  display: block;
}
.section3 .isWapBox .section3Banner .imgBox {
  width: 100%;
  position: relative;
  text-align: center;
}
.section3 .isWapBox .section3Banner .imgBox img {
  width: 100%;
}
.section3 .isWapBox .section3Banner .imgBox .imgBoxText {
  position: absolute;
  width: 100%;
  height: 100%;
  font-size: 0.25rem;
  color: #fff;
}
.section3 .isWapBox .section3Banner .wapP1 {
  font-size: 0.5rem;
  font-weight: 700;
  margin-bottom: 0.2rem;
}
.section3 .isWapBox .prevNext {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  box-sizing: border-box;
  padding: 0.2rem;
}
.section3 .isWapBox .prevNext .btn {
  width: 0.5rem;
  height: 0.5rem;
  cursor: pointer;
  border: 1px solid #fff;
  border-radius: 50%;
  text-align: center;
  font-size: 0.2rem;
  position: static !important;
  transition: all 0.4s ease 0s;
  box-sizing: border-box;
}
.section3 .isWapBox .prevNext .btn::after {
  color: #fff;
  font-size: 16px;
}
.section3 .isWapBox .prevNext .btn:nth-child(2) {
  margin-left: 0.3rem;
}
.section3 .isWapBox .prevNext .btn:hover {
  background: #00b3c3;
  border-color: #00b3c3;
  transition: all 0.4s ease 0s;
}

/*section4*/
.section4 {
  min-height: 650px;
  position: relative;
  background: #fff !important;
}
.section4 .more {
  width: 180px;
  height: 50px;
  background: #00b3c3;
  color: #fff !important;
  border-color: #00b3c3;
  border-radius: 30px;
  margin: 0 auto;
  text-align: center;
  font-size: 18px;
  color: #fff;
}
.section4 .more {
  position: absolute;
  right: 10%;
  top: 200px;
  z-index: 2;
}
.section4 .more span:nth-child(2) {
  font-size: 20px;
  margin-left: 10px;
  transition: all 0.3s ease 0s;
  font-weight: 700;
}
.section4 .more:hover span:nth-child(2) {
  margin-left: 30px;
}
#sectionBoxPcSwiper {
  width: 100%;
  height: 100%;
}
.section4 .sectionBoxPc {
  height: 100%;
  width: 100%;
  background: #000;
  box-sizing: border-box;
  background-size: cover;
}
.section4 .sectionBoxPc .mainContent {
  width: 100%;
  background: url() no-repeat center;
  box-sizing: border-box;
  background-size: 100% 100%;
  height: 100%;
}
.section4 .sectionBoxPc .prevNext {
  left: 5%;
  bottom: 5%;
  position: absolute;
  z-index: 1;
}
.section4 .sectionBoxPc .prevNext .li:hover {
  background: #fff;
  color: #00b3c3;
  transition: all 0.4s ease 0s;
}
.section4 .sectionBoxPc .prevNext .li.prev {
  transform: rotate(180deg);
}
.section4 .sectionBoxPc .prevNext .number {
  font-family: "Arial";
  color: #fff;
  padding: 0 30px;
}
.section4 .sectionBoxPc .prevNext .number .txt1 {
  font-size: 0.36rem;
  font-weight: bold;
}
.section4 .sectionBoxPc .prevNext .number .txt2 {
  font-size: 0.16rem;
}
.section4 .sectionBoxPc .prevNext .li {
  width: 0.5rem;
  height: 0.5rem;
  cursor: pointer;
  border: 1px solid #fff;
  border-radius: 50%;
  text-align: center;
  font-size: 0.2rem;
  position: static !important;
  transition: all 0.4s ease 0s;
  box-sizing: border-box;
  font-size: 0.2rem;
  color: #fff;
}

.section4 .sectionBoxWap {
  display: none;
  width: 100%;
}
.section4 .swiper-container {
  background: #19387b;
}
.section4 .sectionBoxWap a {
  color: #fff;
  display: block;
}
.section4 .sectionBoxWap .mainContent img {
  width: 100%;
}
.section4 .sectionBoxWap .mainContent {
  width: 100%;
  color: #fff;
}
.section4 .sectionBoxWap .mainContent .txt {
  padding: 0.3rem;
}
.section4 .sectionBoxWap .mainContent .txt h1 {
  color: #fff;
  font-size: 0.35rem;
}
.section4 .sectionBoxWap .mainContent .txt h2 {
  color: #fff;
  font-size: 0.30rem;
  background: #00b3c4;
  display: inline-block;
  padding: 0.2rem 0.3rem;
  border-radius: 100px;
  font-weight: normal;
}
.section4 .sectionBoxWap .mainContent .txt p {
  color: #ffffff;
  font-size: 0.28rem;
  line-height: 1.7;
  margin: 0.2rem 0;
}
.section4 .sectionBoxWap .textBox {
  background: #19387b;
}
.section4 .sectionBoxWap .bottomBox {
  background: #19387b;
}
.section4 .sectionBoxWap .bottomBox .prevNext {
  padding: 0.3rem;
}
.section4 .sectionBoxWap .bottomBox .prevNext .li {
  width: 0.56rem;
  height: 0.56rem;
  cursor: pointer;
  border: 1px solid #fff;
  border-radius: 50%;
  text-align: center;
  font-size: 0.2rem;
  position: static !important;
  box-sizing: border-box;
  font-size: 0.2rem;
  color: #fff;
}
.section4 .sectionBoxWap .bottomBox .prevNext .li:hover {
  background: #fff;
  color: #00b3c3;
}
.section4 .sectionBoxWap .bottomBox .prevNext .li.Next {
  transform: rotate(180deg);
}
.section4 .sectionBoxWap .bottomBox .prevNext .number {
  font-family: "Arial";
  color: #fff;
  padding: 0 0.3rem;
}
.section4 .sectionBoxWap .bottomBox .prevNext .number .txt11 {
  font-size: 0.36rem;
  font-weight: bold;
}
.section4 .sectionBoxWap .bottomBox .prevNext .number .txt22 {
  font-size: 0.16rem;
}

@media screen and (max-width: 1680px) {
  .section4 .more {
    right: 4%;
    top: 140px;
  }
}
@media screen and (max-width: 1450px) {
  .section4 .more {
    right: 4%;
    top: 110px;
  }
}
@media screen and (max-width: 1250px) {
  .section4 {
    height: auto !important;
    min-height: auto !important;
  }
  .section4 .more {
    bottom: 0.5rem;
    top: auto !important;
    width: 160px;
    height: 45px;
    font-size: 15px;
    height: 40px;
    padding: 0 10px;
    width: 100px;
    right: 10px;
  }
  .section4 .sectionBoxPc {
    display: none;
  }
  .section4 .sectionBoxWap {
    display: block;
  }
}

/*.section5-new*/
.section5-new {
  height: 100%;
  width: 100%;
}
.section5-new .contentLeft {
  width: 57%;
  height: 100%;
  float: left;
  background: #00b3c3 url() no-repeat center;
  background-size: cover;
  position: relative;
  cursor: pointer;
  display: block;
}
.section5-new .contentLeft .txt {
  position: absolute;
  right: 0;
  bottom: 0;
  color: #fff;
  width: 100%;
  background: rgba(0, 0, 0, 0.5);
  padding: 0.6rem 0.6rem 0.3rem 0.6rem;
  box-sizing: border-box;
}
.section5-new .contentLeft .txt .p1 {
  font-size: 16px;
  line-height: 1;
}
.section5-new .contentLeft .txt .p2 {
  font-size: 30px;
  line-height: 1.67;
  margin-top: 15px;
}
.section5-new .contentLeft .txt .YQjt {
  margin-top: 0.3rem;
}
.section5-new .contentRight {
  position: relative;
}
.section5-new .contentRight .contenBox {
  padding-top: 150px;
}
.section5-new .contentRight .title {
  margin-left: 0.6rem;
  margin-bottom: 3%;
}
.section5-new .contentRight .title dt {
  font-size: 0.4rem;
  position: relative;
  line-height: 1;
}
.section5-new .contentRight .title dt span {
  position: relative;
}
.section5-new .contentRight .title dt span::after {
  content: "";
  height: 4px;
  width: 40px;
  background: #18d3e6;
  position: absolute;
  right: -65px;
  top: 50%;
  margin-top: -2px;
  border-radius: 5px;
}
.section5-new .contentRight .title dd {
  font-size: 14px;
  text-transform: uppercase;
  margin-top: 14px;
  letter-spacing: 2px;
  font-family: Arial;
  line-height: 1;
}
.section5-new .contentRight {
  width: 43%;
  float: right;
  height: 100%;
}
.section5-new .contentRight .box1 {
  background: #14b0be;
  padding: 4% 0.6rem;
  color: #fff;
  display: block;
}
.section5-new .contentRight .box1 .p1 {
  border: 1px solid #fff;
  float: left;
  padding: 10px;
  text-align: center;
}
.section5-new .contentRight .box1 .p1 span {
  display: block;
  color: #fff;
}
.section5-new .contentRight .box1 .p1 .s1 {
  font-size: 53px;
  font-weight: 700;
  line-height: 1;
  padding-bottom: 4px;
}
.section5-new .contentRight .box1 .p1 .s2 {
  font-size: 16px;
  border-top: 1px solid #fff;
  line-height: 1;
  padding-top: 4px;
}
.section5-new .contentRight .box1 .intro {
  margin-left: 100px;
}
.section5-new .contentRight .box1 .intro h2 {
  font-size: 0.32rem;
  font-weight: normal;
}
.section5-new .contentRight .box1 .intro .p2 {
  font-size: 0.18rem;
  margin: 0.15rem 0;
  line-height: 1.67;
}
.section5-new .contentRight .box1 .intro .p3 {
  font-size: 0.18rem;
}
.section5-new .contentRight .box2 {
  border-top: 1px solid #ededed;
  padding: 5% 0.6rem;
}
.section5-new .contentRight .box2 li:nth-of-type(n + 7) {
  display: none;
}
.section5-new .contentRight .box2 li a {
  font-size: 18px;
  line-height: 18px;
  padding: 13px 0;
  text-indent: 20px;
  position: relative;
  display: block;
}
.section5-new .contentRight .box2 li a span {
  display: block;
  margin-right: 100px;
  height: 18px;
  overflow: hidden;
}
.section5-new .contentRight .box2 li a em {
  color: #999999;
  font-size: 16px;
  float: right;
}
.section5-new .contentRight .box2 li a::after {
  content: "";
  width: 5px;
  height: 5px;
  background: #00b3c3;
  position: absolute;
  left: 0;
  top: 18px;
  border-radius: 50px;
}
.section5-new .contentRight .box2 .YQjt2 {
  margin-top: 4%;
}
.section5-new .isPcBox {
  height: 100%;
}

@media screen and (max-width: 1680px) {
  .section5-new .contentLeft {
    width: 57%;
  }
  .section5-new .contentRight {
    width: 43%;
  }
  .section5-new .contentRight .box2 li:nth-of-type(n + 5) {
    display: none;
  }
  .section5-new .contentRight .box1 .intro .p2 {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
  }
}

@media screen and (max-width: 1380px) {
  .section5-new .contentRight .contenBox {
    padding-top: 110px;
  }
  .section5-new .contentRight .box1 .intro h2 {
    font-size: 0.24rem;
  }
  .section5-new .contentRight .box1 .intro .p2 {
    font-size: 0.16rem;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
  }
  .section5-new .contentRight .box1 .intro .p3 {
    font-size: 0.14rem;
  }
  .section5-new .contentLeft .txt {
    padding: 0.3rem;
  }
  .section5-new .contentLeft .txt .p2 {
    font-size: 0.22rem;
  }
}
@media screen and (max-height: 650px) {
  .section5-new .contentRight .box2 li:nth-of-type(n + 5) {
    display: none;
  }
  .section5-new .contentRight .box2 {
    padding: 2% 0.6rem;
  }
}
@media screen and (max-height: 600px) {
  .section5-new .contentRight .title dt {
    font-size: 0.2rem;
  }
  .YQjt2 {
    font-size: 15px;
    height: 40px;
    padding: 0 10px;
    width: 100px;
  }
}
@media screen and (max-height: 550px) {
  .section5-new .contentRight .box1 {
    padding: 2% 0.6rem;
  }
  .section5-new .contentRight .box2 .YQjt2 {
    margin-top: 2%;
  }
  .section5-new .contentRight .box1 .intro .p2 {
    -webkit-line-clamp: 1;
    line-clamp: 1;
  }
}

@media screen and (max-width: 1080px) {
  .section5-new {
    height: auto !important;
    min-height: 0 !important;
    padding: 0 0 0.3rem 0;
    background: #f5f5f5 !important;
  }
  .section5-new .isWapBox .imgBox {
    display: block;
    position: relative;
  }
  .section5-new .isWapBox .imgBox img {
    width: 100%;
  }
  .section5-new .isWapBox .txt {
    position: absolute;
    right: 0;
    bottom: 0;
    color: #fff;
    width: 100%;
    background: rgba(0, 0, 0, 0.5);
    padding: 0.3rem;
    box-sizing: border-box;
  }
  .section5-new .isWapBox .txt .p1 {
    font-size: 0.25rem;
    line-height: 1;
  }
  .section5-new .isWapBox .txt .p2 {
    font-size: 0.3rem;
    line-height: 1.67;
    margin-top: 0.15rem;
  }
  .section5-new .isWapBox .txt .YQjt {
    margin-top: 0.3rem;
  }
  .section5-new .isWapBox .ul {
    margin: 0.3rem 0.3rem 0 0.3rem;
  }
  .section5-new .isWapBox .ul li a {
    font-size: 0.28rem;
    line-height: 1.5;
    padding: 13px 0;
    text-indent: 20px;
    position: relative;
  }
  .section5-new .isWapBox .ul li a span {
    display: block;
    overflow: hidden;
    width: 60%;
  }

  .section5-new .isWapBox .ul li a em {
    color: #999999;
    font-size: 16px;
    float: right;
  }
  .section5-new .isWapBox .ul li a::after {
    content: "";
    width: 5px;
    height: 5px;
    background: #00b3c3;
    position: absolute;
    left: 0;
    top: 50%;
    border-radius: 50px;
    margin-top: -2.5px;
  }
  .section5-new .isWapBox a.more {
    width: 3.1rem;
    height: 0.8rem;
    border: 2px solid #00b3c3;
    border-radius: 30px;
    margin: 20px auto;
    text-align: center;
    font-size: 0.28rem;
    color: #fff;
    background: #00b3c3;
  }
  .section5-new .isWapBox a.more span:nth-child(2) {
    font-size: 20px;
    margin-left: 10px;
    transition: all 0.3s ease 0s;
    font-weight: 700;
  }
}

/*section6*/
.section6 {
  height: auto !important;
  min-height: auto !important;
}
