.banner {
  width: 100%;
  height: 10.8rem;
  height: 7rem;
  position: relative;
}

.banner img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.banner .text {
  position: absolute;
  top: 2.54rem;
  left: 2.44rem;
}

.banner .text .tit1 {
  font-family: AlibabaPuHuiTi-3-85-Bold;
  font-weight: 700;
  font-size: .48rem;
  font-size: .3rem;
  color: rgba(255, 255, 255, 1);
}

.banner .text .tit2 {
  font-family: AlimamaShuHeiTi-Bold;
  font-weight: 700;
  font-size: .64rem;
  font-size: .4rem;
  color: rgba(255, 255, 255, 1);
}

.banner .text .titen {
  font-family: AlibabaPuHuiTi-3-85-Bold;
  font-weight: 700;
  font-size: 2rem;
  color: rgba(255, 255, 255, 0.16);
  margin-top: -0.39rem;
}

.box1 {
  padding: 1rem 2.35rem 0rem;
  background: rgba(243, 244, 248, 1);
}

.box1 .tit {
  font-family: AlibabaPuHuiTi-3-65-Medium;
  font-weight: 500;
  font-size: .4rem;
  text-align: center;
  color: rgba(51, 51, 51, 1);
  padding-bottom: .66rem;
}

.box1 .txt {
  font-family: AlibabaPuHuiTi-3-45-Light;
  font-weight: 300;
  font-size: 24px;
  color: rgba(102, 102, 102, 1);
}

.box1 .numList {
  display: flex;
  justify-content: space-between;
  margin-top: .18rem;
  margin-bottom: 100px;
}

.box1 .numList .item {
  /* flex: 1; */
  display: flex;
  flex-direction: column;
  align-items: center;
}

.box1 .numList .item div {
  font-family: AlibabaPuHuiTi-3-85-Bold;
  font-weight: 700;
  font-size: .64rem;
  color: rgba(91, 196, 196, 1);
}

.box1 .numList .item div span {
  font-family: AlibabaPuHuiTi-3-85-Bold;
  font-weight: 700;
  font-size: .96rem;
  color: rgba(91, 196, 196, 1);
}

.box1 .numList .item p {
  font-family: AlibabaPuHuiTi-3-55-Regular;
  font-weight: 400;
  font-size: .24rem;
  color: rgba(102, 102, 102, 1);
}

.box2 {
  width: 100%;
  min-height: 8.06rem;
  position: relative;
  padding: 1.19rem 0 .87rem;
}

.box2 img {
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
  top: 0;
  left: 0;
}

.box2 .main {
  display: flex;
  position: relative;
  z-index: 1;
  gap: 1rem;
}

.box2 .main .item {
  width: 5rem;
  height: 6rem;
  background: rgba(255, 255, 255, 0.8);
  padding: .57rem .8rem 0 .66rem;
}

.box2 .main .item .tit {
  font-family: AlimamaShuHeiTi-Bold;
  font-weight: 700;
  font-size: .48rem;
  color: rgba(91, 196, 196, 1);
  margin-bottom: 1.64rem;
  margin-bottom: .64rem;
}

.box2 .main .item .txt {
  font-family: AlibabaPuHuiTi-3-55-Regular;
  font-weight: 400;
  font-size: .32rem;
  color: rgba(51, 51, 51, 1);
}

.box3 {
  background: rgba(243, 244, 248, 1);
  padding-top: 1rem;
  padding-bottom: .93rem;
}

.box3 .tit {
  font-family: AlibabaPuHuiTi-3-65-Medium;
  font-weight: bold;
  font-size: .4rem;
  text-align: center;
  margin-bottom: .6rem;
}

.box3 .swiper1 {
  margin-bottom: 1rem
}

.box3 .swiper1 .swiper-slide {
  display: flex;
  flex-wrap: wrap;
  gap: .35rem;
  padding: 0 1.53rem;
}

.box3 .swiper1 .swiper-slide img:nth-child(1),
.box3 .swiper1 .swiper-slide img:nth-child(4) {
  width: 8.7rem;
  height: 3.66rem;
}

.box3 .swiper1 .swiper-slide img:nth-child(2),
.box3 .swiper1 .swiper-slide img:nth-child(3) {
  width: 4.88rem;
  height: 3.66rem;
}

.box3 .swiper1 .swiper-button-prev,
.box3 .swiper1 .swiper-button-next {
  width: 1rem;
  height: 1rem;
  border-radius: 50%;
  border: .025rem solid rgba(91, 196, 196, 1);
}

.box3 .swiper1 .swiper-button-prev:hover,
.box3 .swiper1 .swiper-button-next:hover {
  background: rgba(91, 196, 196, 1);
}

.box3 .swiper1 .swiper-button-prev::after,
.box3 .swiper1 .swiper-button-next::after {
  color: rgba(91, 196, 196, 1);
  font-size: .4rem;
}

.box3 .swiper1 .swiper-button-prev:hover::after,
.box3 .swiper1 .swiper-button-next:hover::after {
  color: rgba(255, 255, 255, 1);
}

.box3 .swiper2 {
  width: 100%;
  height: 5.6rem;
  padding-bottom: .76rem;
  margin-bottom: 1rem;
}

.box3 .swiper2 .swiper-slide {
  height: 2.2rem;
}

.box3 .swiper2 .swiper-pagination {
  display: flex;
  justify-content: center;
}

.box3 .swiper2 .swiper-pagination-bullet {
  width: .2rem;
  height: .2rem;
  background: rgba(217, 217, 217, 1);
  border-radius: .3rem;
}

.box3 .swiper2 .swiper-pagination-bullet-active {
  width: .47rem;
  background: rgba(91, 196, 196, 1);
}

.box3 .contact {
  display: flex;
  gap: 1.09rem;
}

.box3 .contact .left {
  width: 7.08rem;
}

.box3 .contact .left #map,
.box3 .contact .left #aboutMap {
  width: 7.08rem;
  height: 3.73rem;
  margin-bottom: .49rem;
}

.box3 .contact .left .det {
  display: flex;
  gap: .47rem;
  margin-top: .7rem;
}

.box3 .contact .left .det .code {
  width: 1.8rem;
}

.box3 .contact .left .det .rightDet{
    width: calc(100% - 2.27rem);
}

.box3 .contact .left .det .it {
  display: flex;
  gap: .19rem;
  align-items: center;
  margin-bottom: .26rem;
}

.box3 .contact .left .det .it:last-child {
  margin-bottom: 0;
}

.box3 .contact .left .det .it img {
  width: .5rem;
  height: .5rem;
}

.box3 .contact .left .det .it p {
  width: calc(100% - .69rem);
  font-family: AlibabaPuHuiTi-3-55-Regular;
  font-weight: 400;
  font-size: .16rem;
  color: rgba(51, 51, 51, 1);
  word-break: break-word;
}

.box3 .contact .right {
  width: 8.83rem;
  display: flex;
  flex-wrap: wrap;
  column-gap: .63rem;
  row-gap: .4rem;
}

.box3 .contact .right input {
  padding: .33rem;
  width: 4.1rem;
  height: .92rem;
  background: rgba(255, 255, 255, 1);
  font-family: AlibabaPuHuiTi-3-45-Light;
  font-weight: 300;
  font-size: .24rem;
  color: rgba(51, 51, 51, 1);
}

.box3 .contact .right input.add {
  width: 100%;
}

.box3 .contact .right textarea::-webkit-input-placeholder,
.box3 .contact .right input::-webkit-input-placeholder {
  font-family: AlibabaPuHuiTi-3-45-Light;
  font-weight: 300;
  font-size: .24rem;
  color: rgba(179, 179, 179, 1);
}

.box3 .contact .right textarea {
  width: 100%;
  height: 2.13rem;
  background: rgba(255, 255, 255, 1);
  font-family: AlibabaPuHuiTi-3-45-Light;
  font-weight: 300;
  font-size: .24rem;
  color: rgba(51, 51, 51, 1);
  padding: .29rem .33rem;
}

.box3 .contact .right button {
  width: 1.94rem;
  height: .7rem;
  border-radius: .6rem;
  background: rgba(91, 196, 196, 1);
  margin: .69rem auto 0;
  font-family: AlibabaPuHuiTi-3-65-Medium;
  font-weight: bold;
  font-size: .24rem;
  color: rgba(255, 255, 255, 1);
}