@charset "utf-8";

html,
body {
  position: relative;
}

/* * {
  transition: 1s;
} */

section {
  padding-top: 120px;
  padding-bottom: 80px;
}

section .title {
  display: flex;
  justify-content: space-between;
  padding-bottom: 75px;
}

section .title .left {
  display: flex;
  align-items: flex-end;
}

section .title .left img {
  transition: 1s;
  mix-blend-mode: luminosity;
  opacity: .25;
}

section .title .left:hover img {
  mix-blend-mode: normal;
  opacity: 1;
}

section .title .left h1 {
  margin: 0;
  margin-left: -60px;
  font-weight: 700;
  font-size: 24px;
  line-height: 1;
  letter-spacing: 0.1em;
  color: #000000;
}

/* banner */
.bannerSwiper {
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.banner-slide {
  overflow: hidden;
}


.banner-slide img {
  width: 100%;
}

/* end-banner */
/* box2 */
.box2 {
  background: url(/assets/images/Img3.png) no-repeat right;
  background-color: #F4F6FA;
}

.box2Swiper {
  overflow: visible;
  overflow-x: clip;
}

.box2Slide {
  overflow: hidden;
}

.box2Slide img {
  width: 100%;
}



.box2pagination {
  top: -100px !important;
  bottom: auto;
  width: auto;
  right: 70px;
  left: auto;
  font-size: 20px;
  font-weight: bold;
}

.box2pagination span {

  font-size: 20px;
  font-weight: bold;
}

.box2 .swiper-button-next {
  width: 45px;
  height: 13px;
  background: url(/assets/images/Img8.png);
  top: -70px;
}

.box2 .swiper-button-next:after {
  display: none;
}

/* end-box2 */
/* box3 */
.box3 {
  background: url(https://ss-res.oss-cn-hangzhou.aliyuncs.com/site_res/147/20230417162103_CbPlyvVh.png) no-repeat bottom;
  padding-bottom: 420px;
}

.box3 .title .right {
  display: flex;
  align-items: center;
}

.box3 .title .right a {
  color: #000;
  font-size: 20px;
}

.box3ySwiper {
  position: relative;
  width: 60vw;
  height: 100%;
  overflow: inherit;
}

.box3ySwiper .swiper-wrapper {
  display: flex;
  align-items: center;
}

.box3Slide {
  position: relative;
  overflow: hidden;
}

.box3Slide.swiper-slide-active {
  width: 100% !important;
}

.box3Slide:after {
  display: block;
  content: "";
  width: 100%;
  height: 1px;
  background: #C1C1C1;
  position: absolute;
  top: 50%;
}

.box3Slide.swiper-slide-active h1 {
  text-align: center;
  color: #000000;
  font-weight: 700;
  font-size: 50px;
  line-height: 1;
  margin: 0;
  margin-bottom: 75px;
}

.box3Slide.swiper-slide-active span {
  width: 33px;
  height: 33px;
  background: #FFFFFF;
  border-radius: 20px;
  border: 8px solid #F97B33;
  z-index: 9;
  display: flex;
  margin: 0 auto;
  position: absolute;
  top: calc(50% - 16px);
  left: calc(50% - 16px);
}

.box3Slide.swiper-slide-active p {
  width: 100%;
  max-width: 80%;
  font-size: 18px;
  line-height: 30px;
  word-break: break-all;
  margin: 0 auto;
  text-align: center;
}


.box3Slide.swiper-slide-next h1 {
  font-weight: 700;
  font-size: 20px;
  margin: 0;
  line-height: 1;
  display: inline-block;
  color: #000000;
  position: relative;
  left: 10vw;
  z-index: 9;
}

.box3Slide.swiper-slide-next p {
  display: none;
}

.box3Slide.swiper-slide-next span {
  display: block;
  width: 20px;
  height: 20px;
  background: #C1C1C1;
  position: absolute;
  top: calc(50% - 10px);
  left: calc(10vw - 30px);
  border-radius: 10px;
}

.box3Slide.swiper-slide-prev h1 {
  font-weight: 700;
  font-size: 20px;
  margin: 0;
  line-height: 1;
  text-align: right;
  color: #000000;
  position: relative;
  right: 10vw;
  z-index: 9;
}

.box3Slide.swiper-slide-prev p {
  display: none;
}

.box3Slide.swiper-slide-prev span {
  display: block;
  width: 20px;
  height: 20px;
  background: #C1C1C1;
  position: absolute;
  top: calc(50% - 10px);
  right: calc(10vw - 30px);
  border-radius: 10px;
}

.box3 .swiper-button-next:after,
.box3 .swiper-button-prev:after {
  color: #c1c1c1;
  font-size: 30px;
}

.box3 .swiper-button-next,
.box3 .swiper-button-prev {
  width: 70px;
  height: 70px;
  border: 1px solid #c1c1c1;
  border-radius: 50%;
  margin-top: -35px;
  background: #fff;
}

/* end-box3 */
/* box4 */
.box4 {
  display: flex;
  padding: 0;
}

.box4 .iconBigBox {
  width: 33.333vw;
  position: relative;
}

.box4 .iconBox {
  padding: 90px 0;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  width: 50%;
  margin: 0 auto;
}

.box4 .iconBox img {
  margin-bottom: 30px;
}

.box4 .iconBox p {
  font-size: 20px;
  color: #fff;
  margin: 0;
}

.box4 .iconBox span {
  margin-top: 30px;
  font-size: 58px;
  line-height: 1;
  color: #fff;
  font-weight: bold;
  display: flex;
  align-items: baseline;
}

.box4 .iconBox span sub {
  bottom: 0;
}

.box4 .iconBox span p {
  margin-left: 30px;
}

.box4 .iconBigBox:nth-child(1) {
  background: #DE5C26;
}

.box4 .iconBigBox:nth-child(2) {
  background: #F97B33;
}

.box4 .iconBigBox:nth-child(3) {
  background: #FF8D26;
}

.iconBigBox.cur::after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: url(/assets//images/Img14.png);
  background-size: cover;
  position: absolute;
  top: 0;
  mix-blend-mode: multiply;
}

/* end-box4 */
/*  box5  */
.box5 {
  background: url(/assets/images/Img4.png) no-repeat;
  background-color: #F4F6FA;
  padding-top: 100px;
  padding-bottom: 0;
}

.box5 .container {
  display: flex;
  justify-content: space-between;
}

.box5 .left {
  width: 720px;
}

.box5 .right {
  width: auto;
}

.box5 .text>img {
  margin-top: 75px;
  margin-bottom: 30px;
}

.box5 .text p {
  border-top: 1px solid #000000;
  padding-top: 45px;
  margin-bottom: 75px;
  font-size: 18px;
  line-height: 2;
}

.box5 .phone {
  position: absolute;
  left: 0;
  display: flex;
  align-items: center;
}

.box5 .phone span {
  display: block;
  width: 560px;
  height: 90px;
  background: linear-gradient(90deg, #E3892F 0%, #FC6033 100%);
  font-size: 18px;
  color: #fff;
  line-height: 90px;
  padding-left: calc(50vw - 800px + 15px);
}

.box5 .phone .img {
  margin-left: 10px;
  width: 320px;
  height: 90px;
  background: linear-gradient(90deg, #E48A30 0%, #FA7B34 100%);
  border-radius: 0px 50px 50px 0px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.box5 .phone .img img {
  width: 60px;
}

/*  end-box5  */
/*  box6  */
.box6 .title .left {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-end;
  align-content: flex-start;
}

.box6 .title .left p {
  margin-top: 45px;
  max-width: 560px;
  font-size: 18px;
  line-height: 2;
}

.box6Swiper {
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.box6Slide {
  border: 1px solid #9D9D9D;
}

.box6Slide img {
  width: 100%;
}

/*  end-box6  */
/*  box7  */
.box7 {
  background: #F4F6FA;
  padding-bottom: 0;
}

.box7 .title .right {
  display: flex;
  align-items: center;
}

.box7 .title .right a {
  color: #000;
  font-size: 20px;
}

.box7Swiper {
  width: 100%;
  height: 100%;
  overflow: hidden;
}


.box7Slide a {
  padding: 90px 45px;
  display: block;
}

.box7Slide span {
  font-size: 18px;
  line-height: 24px;
  letter-spacing: 0.05em;
  color: #F86531;
}

.box7Slide .text {
  font-size: 18px;
  line-height: 1.5;
  margin-top: 45px;
  margin-bottom: 60px;
  color: #222222;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.box7Slide .more {
  font-size: 14px;
  line-height: 1.5;
  margin-bottom: 90px;
  color: #222222;
}

.box7Slide img {
  margin-bottom: 75px;
}

.box7Slide .img {
  border-bottom: 1px solid #5B5B5B;
}

.box7Slide.cur a {
  background: linear-gradient(180deg, #E4852F 0%, #F96431 100%);
  box-shadow: 4px 4px 10px rgba(0, 0, 0, 0.25);
}

.box7Slide.cur a p {
  color: #fff;
}

.box7Slide.cur a span {
  color: #fff;
}

.box7Slide.cur .img {
  border-bottom: 1px solid #fff;
}

/*  end-box7  */