body {
  padding-top: 0.84rem;
}
.banner {
  height: calc(100vh - 0.84rem);
}
.banner .swiper {
  height: 100%;
}
.banner .swiper .swiper-slide {
  background-size: cover;
  background-position: center;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.banner .swiper .swiper-slide p {
  width: 4.5rem;
  line-height: 2;
}
.banner .swiper .swiper-slide .enText {
  font-size: 0.15rem;
}
.banner .swiper-pagination-bullet {
  width: 0.18rem;
  height: 0.18rem;
}
.banner .swiper-pagination-bullet-active {
  width: 0.4rem;
  border-radius: 0.09rem;
  background-color: #fff;
}
.banner .banner-text {
  margin-left: 1.7rem;
  text-align: left;
  color: #01073d;
  font-family: PingFang HK, Arial, Helvetica, sans-serif;
}
.banner .banner-text h1 {
  font-size: 1rem;
  letter-spacing: 0.1rem;
}
.banner .banner-text p {
  font-size: 0.24rem;
}
.banner .banner-text hr {
  border-color: #000;
  width: 60%;
  margin: 0.3rem 0;
}
.container {
  overflow: hidden;
}
.container1 {
  display: flex;
  justify-content: space-between;
  padding: 1rem 0;
  background-color: #f5f5f5;
}
.container1 .left {
  width: 53%;
  padding-left: 1.6rem;
}
.container1 .left .title {
  position: relative;
}
.container1 .left .title h2 {
  position: absolute;
  top: 0.285rem;
  font-size: 0.28rem;
  color: #020202;
  z-index: 1;
  margin-left: 0.1rem;
  display: inline-block;
}
.container1 .left .title h2::before {
  display: block;
  content: "";
  width: 100%;
  height: 2px;
  background-color: #060606;
  position: absolute;
  top: 0.44rem;
}
.container1 .left .title h2::after {
  display: block;
  content: "";
  width: 25%;
  height: 2px;
  background-color: #fe3800;
  position: absolute;
  top: 0.44rem;
  z-index: 2;
}
.container1 .left .title p {
  position: relative;
  font-size: 0.85rem;
  color: #e5e5e5;
  top: 0;
  font-weight: bolder;
  font-family: Palanquin Dark, Microsoft yahei;
  line-height: 0.85rem;
  z-index: 0;
}
.container1 .left .textContent {
  margin-top: 0.4rem;
  text-indent: 2em;
  font-size: 0.16rem;
  line-height: 2;
  color: #000;
}
.container1 .left ul {
  margin-top: 0.2rem;
}
.container1 .left ul li {
  display: flex;
  width: 100%;
  margin: 0.2rem 0;
  height: 1.55rem;
  overflow: hidden;
}
.container1 .left ul li > div {
  display: flex;
  width: 100%;
}
.container1 .left ul li > div:hover {
  transition: all ease-out 0.5s;
  transform: scale(1.02);
}
.container1 .left ul li:last-child {
  margin-bottom: 0;
}
.container1 .left ul li .list-left {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 33%;
  background-color: #fe3800;
  color: #fff;
  padding: 0.23rem 0.2rem;
}
.container1 .left ul li .list-left h3 {
  font-size: 0.44rem;
  font-weight: normal;
  line-height: 1;
  margin-bottom: 0.08rem;
}
.container1 .left ul li .list-left p {
  position: relative;
  font-size: 0.14rem;
  padding-bottom: 0.1rem;
}
.container1 .left ul li .list-left p::after {
  display: block;
  content: "";
  position: absolute;
  bottom: 0;
  width: 0.42rem;
  height: 2px;
  background-color: #fff;
}
.container1 .left ul li .center {
  width: 0.3rem;
  background-color: rgba(255, 43, 0, 0.11);
}
.container1 .left ul li .list-right {
  display: flex;
  width: 68%;
  align-items: center;
  padding: 0.3rem 0.5rem 0.3rem 0.8rem;
  background-color: #fff;
}
.container1 .left ul li .list-right p {
  font-size: 0.15rem;
  line-height: 2;
  color: #000;
}
.container1 .right {
  text-align: right;
  width: 43%;
  background-size: cover;
  height: auto;
  margin-left: 1rem;
}
.container2 {
  display: flex;
  background-color: #f8f8f8;
}
.container2 .left {
  width: 36%;
  padding-top: 0.85rem;
  padding-bottom: 2rem;
  background-color: #fe3800;
  color: #fff;
}
.container2 .left .title {
  width: 100%;
  display: flex;
  justify-content: center;
  position: relative;
}
.container2 .left .title h2 {
  text-align: center;
  position: relative;
  font-size: 0.28rem;
  margin-top: 0.28rem;
  color: #fff;
  z-index: 1;
  display: inline-block;
}
.container2 .left .title h2::before {
  display: block;
  content: "";
  width: 100%;
  height: 2px;
  background-color: #fff;
  position: absolute;
  top: 0.44rem;
}
.container2 .left .title h2::after {
  display: block;
  content: "";
  width: 25%;
  height: 2px;
  background-color: #b4b4b4;
  position: absolute;
  top: 0.44rem;
  z-index: 2;
}
.container2 .left .title p {
  position: absolute;
  font-size: 0.85rem;
  color: rgba(255, 255, 255, 0.12);
  top: 0;
  right: 0;
  font-weight: bolder;
  font-family: Palanquin Dark, Microsoft yahei;
  line-height: 0.85rem;
  z-index: 0;
}
.container2 .left .textContent {
  margin-top: 1rem;
  padding: 0 0.9rem 0 1.2rem;
  text-indent: 2em;
  font-size: 0.16rem;
  line-height: 2;
  font-family: PingFang SC, Arial, Helvetica, sans-serif;
}
.container2 .left .icon-bofang {
  display: block;
  position: relative;
  font-size: 0.8rem;
  margin-left: 50%;
  left: -0.4rem;
  margin-top: 0.4rem;
  cursor: pointer;
}
.container2 .right {
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 64%;
  padding: 1.4rem;
}
.container2 .right p {
  font-size: 0.16rem;
  line-height: 2;
  font-family: PingFang SC, Arial, Helvetica, sans-serif;
  text-indent: 2em;
  color: #000;
}
.container2 .right ul {
  display: grid;
  grid: auto-flow / 1fr 1fr 1fr;
  margin: 0.55rem 0;
}
.container2 .right ul li {
  padding: 0.4rem 0.25rem;
  color: #fff;
  box-sizing: border-box;
  overflow: hidden;
}
.container2 .right ul li > div {
  display: flex;
  flex-direction: column;
}
.container2 .right ul li > div:hover {
  transition: all ease-out 0.5s;
  transform: scale(1.05);
}
.container2 .right ul li:first-child {
  background-color: #fe3800;
}
.container2 .right ul li:first-child h3 {
  border-color: #fff;
}
.container2 .right ul li:nth-of-type(2) {
  background-color: #cde1ff;
}
.container2 .right ul li:nth-of-type(2) h3 {
  color: #272727;
}
.container2 .right ul li:nth-of-type(2) p {
  color: #000;
}
.container2 .right ul li:nth-of-type(3) {
  background-color: #01073d;
}
.container2 .right ul li h3 {
  text-align: left;
  margin-bottom: 0.3rem;
  font-size: 0.16rem;
  border-left: 1px solid;
  padding-left: 0.1rem;
}
.container2 .right ul li p {
  text-indent: 0;
  color: #fff;
  font-size: 0.14rem;
}
.container3 {
  padding-top: 0.4rem;
  height: 9rem;
}
.container3 .title {
  position: relative;
  text-align: center;
}
.container3 .title h2 {
  position: relative;
  top: 0.285rem;
  font-size: 0.28rem;
  color: #020202;
  z-index: 1;
  margin-left: 0.1rem;
  display: inline-block;
}
.container3 .title h2::before {
  display: block;
  content: "";
  width: 100%;
  height: 2px;
  background-color: #060606;
  position: absolute;
  top: 0.44rem;
}
.container3 .title h2::after {
  display: block;
  content: "";
  width: 25%;
  height: 2px;
  background-color: #fe3800;
  position: absolute;
  top: 0.44rem;
  z-index: 2;
}
.container3 .title p {
  position: absolute;
  font-size: 0.85rem;
  color: #f6f6f6;
  top: 0;
  left: 0;
  right: 0;
  font-weight: bolder;
  font-family: Palanquin Dark, Microsoft yahei;
  line-height: 0.85rem;
  z-index: 0;
}
.container3 .swiper-container {
  position: relative;
  height: 100%;
  margin-top: 0.4rem;
  padding-top: 0.4rem;
  background-size: cover;
  background-position: center 60%;
  background-color: rgba(255, 255, 255, 0.6);
  background-blend-mode: color;
  overflow: hidden;
}
.container3 .swiper-container::before {
  position: absolute;
  top: -1.5rem;
  left: 75%;
  margin-left: -100%;
  display: block;
  background-color: #fff;
  content: "";
  border-radius: 70%;
  width: 150%;
  height: 2rem;
  z-index: 9;
}
.container3 .swiper-container .swiper {
  height: 100%;
}
.container3 .swiper-container .swiper-slide {
  position: relative;
  display: flex;
  align-items: center;
  transition: transform ease-in-out 0.5s;
  transform-origin: center;
  padding: 0 0.2rem;
  box-sizing: border-box;
}
.container3 .swiper-container .swiper-slide > div {
  position: relative;
}
.container3 .swiper-container .swiper-slide .tips {
  opacity: 0;
  z-index: 9;
  transform: scale(0) translateY(0.5rem);
  transition: all ease-in-out 0.3s;
}
.container3 .swiper-container .swiper-slide img {
  width: 100%;
  height: auto;
  box-shadow: 5px 5px 20px 10px #00000042;
}
.container3 .swiper-container .swiper-slide-active {
  transform: scale(1.3);
  z-index: 5;
}
.container3 .swiper-container .swiper-slide-active .tips {
  position: absolute;
  width: 100%;
  height: 0.4rem;
  line-height: 0.4rem;
  border-radius: 0.2rem;
  font-size: 0.17rem;
  color: #4d4d4d;
  background-color: rgba(255, 255, 255, 0.66);
  text-align: center;
  opacity: 1;
  transform: scale(1) translateY(-0.6rem);
}
.container3 .swiper-container .swiper-slide-active .tips::after {
  position: absolute;
  left: 50%;
  bottom: -0.16rem;
  margin-left: -0.08rem;
  display: block;
  content: "";
  width: 0;
  height: 0;
  border-left: 0.16rem solid transparent;
  border-right: 0.16rem solid transparent;
  border-top: 0.16rem solid rgba(255, 255, 255, 0.66);
}
.container3 .swiper-container .swiper-slide:has(+ .swiper-slide-prev) {
  transform: scale(0.8) translateX(1.7rem);
  z-index: 3;
}
.container3 .swiper-container .swiper-slide-prev {
  transform: scale(1) translateX(0.4rem);
  z-index: 4;
}
.container3 .swiper-container .swiper-slide-next {
  transform: scale(1) translateX(-0.4rem);
  z-index: 4;
}
.container3 .swiper-container .swiper-slide-next + .swiper-slide {
  transform: scale(0.8) translateX(-1.7rem);
  z-index: 3;
}
.container4 .top {
  display: flex;
  padding: 0.7rem 0;
  background-color: #efefef;
}
.container4 .top .title {
  width: 34%;
  box-sizing: border-box;
  padding-right: 0.7rem;
  position: relative;
  display: flex;
  justify-content: flex-end;
}
.container4 .top .title h2 {
  position: relative;
  top: 0.285rem;
  font-size: 0.28rem;
  color: #020202;
  z-index: 1;
  margin-left: 0.1rem;
  display: inline-block;
}
.container4 .top .title h2::before {
  display: block;
  content: "";
  width: 100%;
  height: 2px;
  background-color: #060606;
  position: absolute;
  top: 0.44rem;
}
.container4 .top .title h2::after {
  display: block;
  content: "";
  width: 25%;
  height: 2px;
  background-color: #fe3800;
  position: absolute;
  top: 0.44rem;
  z-index: 2;
}
.container4 .top .title p {
  position: absolute;
  font-size: 0.85rem;
  color: #e5e5e5;
  top: 0;
  right: 0;
  font-weight: bolder;
  font-family: Palanquin Dark, Microsoft yahei;
  line-height: 0.85rem;
  z-index: 0;
}
.container4 .top .textContent {
  width: 66%;
  padding-left: 0.4rem;
  text-indent: 2em;
  padding-right: 1.77rem;
}
.container4 .textContent {
  font-size: 0.16rem;
  color: #000;
}
.container4 ul {
  display: flex;
}
.container4 ul li {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 1rem 0 2rem;
  transition: width, background ease-in-out 0.5s;
}
.container4 ul li h3 {
  font-size: 0.6rem;
  color: #000;
}
.container4 ul li h4 {
  font-size: 0.26rem;
  color: #fe3800;
  margin-top: 0.4rem;
  margin-bottom: 0.5rem;
  padding-bottom: 0.2rem;
  border-bottom: 2px solid #fe3800;
}
.container4 ul li p {
  font-size: 0.18rem;
  line-height: 2;
  color: #000;
}
.container4 ul li:first-child {
  width: 15%;
  background-color: #e6e6e6;
}
.container4 ul li:first-child p {
  padding: 0 0.3rem;
}
.container4 ul li:nth-of-type(2) {
  width: 25%;
  background-color: #cdcdcd;
}
.container4 ul li:nth-of-type(3) {
  background-color: #e6e6e6;
}
.container4 ul li:nth-of-type(3) p {
  padding: 0 0.3rem;
}
.container4 ul li.active {
  flex: 1;
  background-color: #fe3800;
  color: #fff;
}
.container4 ul li.active h3 {
  color: #fff;
}
.container4 ul li.active h4 {
  color: #fff;
  border-color: #fff;
}
.container4 ul li.active p {
  color: #fff;
}
.container4 ul li:hover {
  background-color: #fe3800;
  color: #fff;
  width: 60%;
}
.container4 ul li:hover h3 {
  color: #fff;
}
.container4 ul li:hover h4 {
  color: #fff;
  border-color: #fff;
}
.container4 ul li:hover p {
  color: #fff;
}
.container4 ul li:hover + li {
  background-color: #e6e6e6;
}
.container4 ul li:hover + li h3 {
  color: #000;
}
.container4 ul li:hover + li h4 {
  color: #fe3800;
  border-color: #fe3800;
}
.container4 ul li:hover + li p {
  color: #000;
}
.container4 ul li:hover + li + li {
  background-color: #cdcdcd;
}
.container4 ul li:hover + li + li h3 {
  color: #000;
}
.container4 ul li:hover + li + li h4 {
  color: #fe3800;
  border-color: #fe3800;
}
.container4 ul li:hover + li + li p {
  color: #000;
}
.dialog {
  display: none;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 9999;
}
.dialog .icon-guanbi {
  position: absolute;
  font-size: 0.5rem;
  top: 2vh;
  left: 50%;
  margin-left: -0.25rem;
  cursor: pointer;
}
.dialogModal {
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.6);
}
.dialogContent {
  position: absolute;
  width: 70%;
  height: 80vh;
  left: 15%;
  top: 10vh;
  border-radius: 0.1rem;
  text-align: center;
}
@media screen and (max-width: 1000px) {
  .banner .swiper .swiper-slide {
    justify-content: center;
  }
  .banner .banner-text h1 {
    font-size: 0.6rem;
  }
  .banner .banner-text {
    margin: 0 0.2rem;
  }
  .container1 {
    flex-direction: column;
  }
  .container1 .left {
    width: 90%;
    padding: 0 5%;
  }
  .container1 .right {
    width: 100%;
    padding: 0;
    height: 2rem;
    margin-left: 0;
    margin-top: 0.2rem;
  }
  .container1 .left ul li .list-right {
    padding: 0.2rem 0.5rem;
  }
  .container1 .left ul li {
    height: auto;
  }
  .container1 .left .title {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .container2 {
    flex-direction: column;
  }
  .container2 .left .textContent {
    padding: 0 0.2rem;
  }
  .container2 .left {
    width: 100%;
  }
  .container2 .right {
    width: 90%;
    padding: 0 5%;
    margin: 0.4rem 0;
  }
  .container2 .right ul {
    display: flex;
    flex-direction: column;
  }
  .container2 .right ul li {
    padding: 0.4rem 0.25rem;
    height: 2rem;
  }
  .container3 {
    height: auto;
  }
  .container3 .swiper-container {
    height: 6.5rem;
  }
  .container3 .swiper-container .swiper-slide-active .tips {
    font-size: 0.1rem;
    transform: scale(0.8) translateY(-0.7rem);
    width: 150%;
    left: -25%;
  }
  .container3 .swiper-container .swiper-slide-active {
    transform: scale(2);
  }
  .container4 .top {
    flex-direction: column;
  }
  .container4 .top .title {
    display: flex;
    justify-content: center;
    padding: 0 5%;
    width: 90%;
    box-sizing: content-box;
  }
  .container4 .top .textContent {
    width: 90%;
    padding: 0 5%;
    margin-top: 0.8rem;
  }
  .container4 ul {
    flex-direction: column;
  }
  .container4 ul li:first-child {
    width: 100%;
    height: 15%;
  }
  .container4 ul li:nth-of-type(2) {
    width: 100%;
    height: 25%;
  }
  .container4 ul li:nth-of-type(3) {
    height: 60%;
  }
  .container4 ul li:hover {
    width: 100%;
  }
  .container4 ul li {
    padding: 0.4rem 0 0.4rem;
  }
}
