@charset "utf-8";

html,
body {
  position: relative;
}

/* 标题 */
section {
  padding: 80px 0;
}

section .title {
  margin-bottom: 45px;
}

section .title p {
  font-size: 14px;
  color: #000000;
  letter-spacing: 0.03em;
  margin-bottom: 0;
}

section .title h1 {
  font-size: 24px;
  letter-spacing: 0.03em;
  line-height: 2;
  color: #000000;
  margin-bottom: 0;
}

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

.bannerSlide {
  width: 100%;
  height: 100%;
  overflow: hidden;
  position: relative;
}

.bannerSlide img {
  width: 100%;
}

.bannerText {
  position: absolute;
  width: 500px;
  left: calc(50% - 250px);
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.bannerText span {
  position: absolute;
  overflow: hidden;
}

.bannerText span p {
  margin-bottom: 0;
  font-size: 64px;
  color: #fff;
  font-weight: bold;
  line-height: 1;
  position: relative;
  left: 64px;
  transition: 1s;
}

.bannerText .text {
  position: absolute;
  top: calc(50% + 100px);
  right: 0;
  width: 380px;
  color: #fff;
  font-size: 18px;
}

.bannerSlide.cur .bannerText p {
  left: 10px;
}

.bannerText span:nth-child(1) {
  left: 30px;
  top: 38%;
  overflow: hidden;
}

.bannerText span:nth-child(2) {
  top: 38%;
  left: 146px;
}

.bannerText span:nth-child(3) {
  top: 38%;
  left: 262px;
}

.bannerText span:nth-child(4) {
  top: 38%;
  left: 378px;
}

.bannerText span:nth-child(5) {
  top: 50%;
  left: 87px;
}

.bannerText span:nth-child(6) {
  top: 50%;
  left: 203px;
}

.bannerText span:nth-child(7) {
  top: 50%;
  left: 319px;
}

.bannerText span:nth-child(8) {
  top: 50%;
  left: 435px;
}

.bannerText span:nth-child(9) {
  top: 33%;
  right: 0;
}

.bannerText span:nth-child(9) p {
  display: table-caption;
  font-size: 24px;
  left: 5px;
  line-height: 1.2;
  left: 30px;
}

.bannerSlide.cur .bannerText span:nth-child(9) p {
  left: 5px;
}

.bannerText img {
  width: 500px;
}

/* end-banner */
/* box2 */
.box2 {
  background: url(/assets/images/img34.png) no-repeat center;
  background-size: 100% 100%;
}

.ListBox {
  display: flex;
  justify-content: space-between;
  margin-bottom: 036px;
}

.ListBox a {
  display: block;
  width: 32.75%;
  background: #F3F3F3;
  border-radius: 015px;
  padding: 36px 45px;
}

.ListBox a.cur {
  background: linear-gradient(180deg, #54C5CF 0%, #71BF44 100%);
}

.ListBox a.cur h1 {
  color: #fff;
}


.ListBox a h1 {
  font-size: 18px;
  line-height: 1;
  letter-spacing: 0.03em;
  color: #000000;
  margin-bottom: 0;
}

.ListBox a img {
  width: 100%;
}

.box2 .items .item {
  display: none;
}

.box2 .items .itemBox {
  display: flex;
  justify-content: space-between;
}

.box2 .items .item a {
  display: flex;
  justify-content: flex-start;
  background: #F3F3F3;
  width: 32.75%;
  border-radius: 15px;
  overflow: hidden;
}

.box2 .items .item .text {
  padding-top: 36px;
  padding-left: 45px;
  width: 50%;
}

.box2 .items .item .text p {
  font-size: 18px;
  margin-bottom: 15px;
  color: #000;
}

.box2 .items .item .img {
  width: 50%;
  display: flex;
  justify-content: center;
}

.box2 .items .item .img img {
  width: auto;
  max-width: 100%;
}

/* end-box2 */
/* box3 */
.box3 {
  padding: 0;
  position: relative;
  overflow: hidden;
  height: 70vh;
}

.box3 .imgBox {
  position: relative;
}

.box3 .imgBox img {
  width: 100%;
  position: relative;
  left: 0;
  top: 0;
  display: none;
}

.box3 .box3iconBox {
  position: absolute;
  z-index: 2;
  top: 0;
  left: 0;
  display: flex;
  width: 100%;
  height: 100%;
}

.box3 .box3iconBox .left {
  width: 400px;
  height: 100%;
  padding-left: 160px;
  padding-top: 80px;
  padding-bottom: 80px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  position: absolute;
}



.box3iconBox .left .top p {
  font-size: 14px;
  line-height: 2;
  color: #FFFFFF;
  margin-bottom: 0;
}

.box3iconBox .left .top h1 {
  font-size: 24px;
  line-height: 2;
  color: #FFFFFF;
  margin-bottom: 0;
}

.box3iconBox .left .bottom p {
  font-size: 18px;
  line-height: 2;
  color: #FFFFFF;
  margin-bottom: 0;
}

.box3iconBox .left .bottom h1 {
  font-size: 80px;
  line-height: 1;
  letter-spacing: 0.1em;
  color: #71BF44;
  margin-bottom: 0;
}

.box3 .box3iconBox .right {
  width: 100%;
  padding-left: 400px;
  display: flex;
}

.box3iconBox .right h1 {
  font-size: 20px;
  line-height: 2;
  text-align: center;
  color: #FFFFFF;
  position: relative;
  z-index: 1;
  margin-bottom: 60px;
}

.box3iconBox .right a {
  font-size: 16px;
  line-height: 2;
  color: #FFFFFF;
  position: relative;
  z-index: 1;
}

.box3iconBox .right img {
  width: 100vw;
}

.box3iconBox .right .caseList {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  border-left: 1px solid #fff;
  overflow: hidden;
  position: relative;
}

.box3iconBox .right .caseList .caseImg {
  position: absolute;
  width: 100vw;
  height: 100%;
  left: 0;
  top: 0;
  opacity: 0;
}

.box3iconBox .right .caseList img {
  width: 100vw;
}

.box3iconBox .caseList.cur .caseImg {
  opacity: 1;
}

.box3iconBox .caseList.cur img {
  filter: blur(10px);
  transform: scale(1.05);
}

/* end-box3 */
/* box4 */
.box4 {
  background: url(/assets/images/img35.png) no-repeat center;
  background-size: 100% 100%;
}

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

.box4Box .left {
  width: 100%;
  max-width: 500px;
  display: flex;
  flex-direction: column;
  justify-content: space-evenly;
}

.box4Box .left a {
  display: block;
  width: 125px;
  height: 35px;
  line-height: 35px;
  font-size: 14px;
  border: 1px solid #4D4D4D;
  color: #4D4D4D;
  text-align: center;
}

.box4Box .text h1 {
  font-size: 22px;
  line-height: 2;
  text-align: justify;
  color: #71BF44;
}

.box4Box .text>p {
  font-size: 14px;
  line-height: 14px;
  text-align: justify;
  color: #71BF44;
}

.box4Box .text .desc {
  margin: 45px 0;
}

.box4Box .text .desc p {
  font-size: 16px;
  line-height: 2;
  text-align: justify;
  color: #4D4D4D;
}

.box4Box .text .desc p:first-child {
  font-weight: bold;
}

.box4Box .right {
  width: 100%;
  max-width: 900px;
  display: flex;
  flex-wrap: wrap;
}

.box4Box .right .box4Icon {
  width: 33.333%;
  padding: 45px 0;
  border-left: 1px solid #CDCDCD;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  color: #000;
}

.box4Box .right .box4Icon .img {
  height: 90px;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  border-left: 3px solid #71BF44;
}

.box4Box .right .box4Icon .img img {
  width: auto;
}

.box4Box .right .box4Icon p {
  height: 50px;
  width: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  margin-top: 30px;
  margin-bottom: 0;
}

.box4Box .right .box4Icon p img {
  width: auto;
}

/* end-box4 */
/*  box5  */
.box5 {
  background: url(https://ss-res.oss-cn-hangzhou.aliyuncs.com/site_res/150/20230531112111_XQueO2uH.png) no-repeat center;
  background-size: 100% 100%;
}

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

.box5Box .left {
  width: 28%;
}

.box5Box .mid {
  width: 28%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.box5Box .right {
  width: 41%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.newsBox {
  background: #FFFFFF80;
  padding: 30px;
  transition: 1s;
  display: block;
  color: #000;
  font-family: auto;
}

.newsBox h1 {
  font-size: 18px;
  line-height: 2;
  color: #000000;
}

.newsBox p {
  font-size: 16px;
  line-height: 2;
  color: #828282;
}

.box5Box .left h1 {
  margin-top: 30px;
  line-height: 1;
  margin-bottom: 15px;
}

.box5Box .left span {
  margin-bottom: 10px;
  font-weight: 100;
}


.box5Box .mid .time {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-top: 15px;
  padding-bottom: 30px;
  border-bottom: 1px solid #E6E6E6;
}

.box5Box .mid .time span {
  font-weight: bold;
  font-size: 50px;
  line-height: 1;
  color: #999;
  transition: 1s;
}

.box5Box .mid .time p {
  font-size: 16px;
  line-height: 2;
  color: #999;
  transition: 1s;
  margin: 0;
}

.box5Box .mid .time .Moreimg {
  position: relative;
  display: flex;
}

.box5Box .mid .time .Moreimg .img1 {
  position: absolute;
  z-index: 1;
}

.box5Box .mid .time .Moreimg .img2 {
  position: relative;
}

.box5Box .mid .newsBox h1 {
  margin: 15px 0;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
}

.box5Box .mid .newsBox p {
  line-height: 1.5;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  margin-bottom: 0;
}

.box5Box .right .newsBox {
  display: flex;
  align-items: center;
}

.box5Box .right .newsBox h1 {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  margin: 0;
}

.box5Box .right .newsBox .time span {
  font-weight: bold;
  font-size: 50px;
  line-height: 1;
  color: #999;
}

.box5Box .right .newsBox .time p {
  font-size: 16px;
  line-height: 1.5;
  color: #999;
  margin: 0;
}

.box5Box .right .newsBox h1 {
  margin-left: 60px;
  margin-right: 120px;
}

.newsBox:hover {
  color: #000;
  background: #FFFFFF;
}

.newsBox:hover .time span {
  color: #71BF44 !important;
}

.newsBox:hover .time span p {
  color: #71BF44 !important;
}

/*  end-box5  */
/*  box6  */

/*  end-box6  */
/*  box7  */

/*  end-box7  */
