:root {
  --swiper-theme-color: #e7c53f;
}
@font-face {
  font-family: CAI;
  src: url('../fonts/540-CAI978.ttf');
}
@font-face {
  font-family: Yahei;
  src: url("../fonts/Yahei.ttf");
}
@font-face {
  font-family: YaheiBold;
  src: url("../fonts/YaheiBold.ttf");
}
@font-face {
  font-family: PingFangBold;
  src: url("../fonts/PingFangBold.ttf");
}
@font-face {
  font-family: PingFangMedium;
  src: url("../fonts/PingFangMedium.ttf");
}
@font-face {
  font-family: DINCond;
  src: url('../fonts/DINCond-BlackAlternate.otf');
}
@font-face {
  font-family: DIN;
  src: url('../fonts/din-condensed-bold.ttf');
}
@font-face {
  font-family: DIN-Medium;
  src: url('../fonts/DIN-Medium.otf');
}
* {
  padding: 0;
  margin: 0;
}
body {
  background: #e9e9e9;
  font-family: Yahei, sans-serif;
}
a {
  color: inherit;
  text-decoration: none;
}
header.header {
  height: 1rem;
  background: white;
  display: flex;
  flex-direction: row;
  align-items: center;
  padding-left: 0.64rem;
  padding-right: 0.64rem;
  box-sizing: border-box;
  justify-content: space-between;
}
header.header .logo {
  width: 1.36rem;
  height: 0.31rem;
  object-fit: contain;
  box-sizing: border-box;
}
header.header .lang-wrap {
  flex-grow: 1;
  text-align: right;
  font-size: 0.22rem;
  color: #afafaf;
}
header.header .lang-wrap a {
  margin-left: 0.05rem;
  margin-right: 0.05rem;
}
header.header .menu-wrap {
  height: 100%;
  width: 1rem;
}
header.header .menu-wrap .menu-trigger {
  width: 1rem;
  height: 1rem;
  display: block;
  background-size: 0.44rem;
  background-position: center right;
  background-repeat: no-repeat;
  transition: all 0.2s;
}
header.header .menu-wrap .menu-trigger.closed {
  background-image: url("../img/common/menu.png");
}
header.header .menu-wrap .menu-trigger.open {
  background-image: url("../img/common/close.jpg");
}
header.header .menu-container {
  position: absolute;
  z-index: 200;
  top: 1rem;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.3);
  font-size: 0.4rem;
}
header.header .menu-container .menu-wrap {
  list-style: none;
  background: white;
  width: 100%;
  height: auto;
  border-top: 0.3rem solid #f3c414;
  padding-top: 0.3rem;
  padding-bottom: 0.3rem;
}
header.header .menu-container .menu-wrap li {
  width: 100%;
  height: 1rem;
  padding-left: 0.3rem;
  box-sizing: border-box;
  padding-right: 0.4rem;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  line-height: 1rem;
}
header.header .menu-container .menu-wrap li .no {
  font-size: 0.2rem;
  width: 1rem;
  color: #cccccc;
  text-align: left;
}
header.header .menu-container .menu-wrap li .title-wrap {
  flex-grow: 1;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid #eeeeee;
}
header.header .menu-container .menu-wrap li .title-wrap .title {
  font-size: 0.24rem;
  color: #444444;
  flex-grow: 2;
  font-family: YaheiBold;
}
header.header .menu-container .menu-wrap li .title-wrap .path {
  font-size: 0.2rem;
  flex-grow: 1;
  color: #999999;
  text-align: right;
}
header.header .menu-container.hide {
  display: none;
}
footer {
  font-size: 0.22rem;
}
footer .link-wrap {
  width: 100%;
  display: flex;
  flex-direction: row;
  height: 0.75rem;
  background: #33549f;
  align-items: center;
}
footer .link-wrap a {
  display: block;
  text-align: center;
  color: white;
  flex-grow: 1;
  position: relative;
}
footer .link-wrap a:after {
  content: '';
  display: inline-block;
  width: 1px;
  height: 0.15rem;
  background-color: white;
  position: absolute;
  right: 0;
  top: 50%;
  margin-top: -0.075rem;
}
footer .link-wrap a:last-of-type:after {
  display: none;
}
footer .black-content {
  background-color: #252525;
  padding: 0.3rem;
  box-sizing: border-box;
  color: rgba(255, 255, 255, 0.3);
}
footer .black-content .top-part {
  display: flex;
  padding: 0.2rem;
  flex-direction: row;
  align-items: flex-end;
  justify-content: space-between;
  border-bottom: 0.01rem solid rgba(255, 255, 255, 0.2);
  box-sizing: border-box;
}
footer .black-content .top-part .logo-wrap img {
  width: 1.69rem;
  height: 0.38rem;
}
footer .black-content .top-part .company-info {
  font-size: 0.22rem;
}
footer .black-content .bottom-part {
  font-size: 0.22rem;
  color: rgba(255, 255, 255, 0.3);
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  padding: 0.2rem;
}
.banner-container {
  height: 5.11rem;
  background: rgba(0, 0, 0, 0.3);
  width: 100%;
  display: block;
  position: relative;
}
.banner-container .swiper-container {
  height: 100%;
}
.banner-container .item {
  width: 100%;
  height: 100%;
}
.banner-container .item:before {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  display: block;
  top: 0;
  left: 0;
}
.banner-container .item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: bottom;
}
.banner-container .nav-wrap {
  width: 100%;
  height: 1rem;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 10;
  text-align: center;
  line-height: 1rem;
}
.banner-container .nav-wrap .swiper-pagination-bullet {
  display: inline-block;
  width: 0.26rem;
  height: 0.04rem;
  border-radius: 0;
  margin: 0.08rem;
  background: rgba(255, 255, 255, 0.6);
}
.phone {
  position: absolute;
  width: auto;
  color: white;
  height: 0.44rem;
  line-height: 0.44rem;
  z-index: 3;
  border-radius: 0.16rem;
  border: solid 1px #fff;
  font-size: 0.215rem;
  display: inline-flex;
  flex-direction: row;
  align-items: center;
  padding-left: 0.18rem;
  padding-right: 0.18rem;
  top: 1.33rem;
  right: 0.3rem;
}
.phone .icon-wrap img {
  width: 0.24rem;
  height: 0.24rem;
}
.page-1 {
  background-color: white;
}
.page-1 .section-one {
  background: white;
  padding-top: 0.87rem;
  box-sizing: border-box;
}
.page-1 .section-one .title {
  font-size: 0.5rem;
  color: #373737;
  font-family: DINCond, serif;
  padding-left: 0.34rem;
  width: 100%;
  box-sizing: border-box;
}
.page-1 .section-one .title:before {
  content: '';
  width: 0.24rem;
  display: block;
  height: 0.24rem;
  background: url("../img/common/plus.png");
  background-size: contain;
  margin-bottom: 0.66rem;
}
.page-1 .section-one .title:after {
  content: '';
  display: block;
  width: 1.27rem;
  height: 0.03rem;
  background: black;
  margin-top: 0.37rem;
}
.page-1 .section-one .content {
  padding-left: 0.3rem;
  padding-right: 0.3rem;
  padding-top: 0.7rem;
  padding-bottom: 0.3rem;
  box-sizing: border-box;
}
.page-1 .section-one .content p {
  color: #828282;
  font-size: 0.24rem;
  line-height: 0.36rem;
  hyphens: auto;
}
.page-1 .section-one .img-wrap {
  width: 6.69rem;
  height: auto;
  text-align: right;
  position: relative;
  margin-bottom: 0.43rem;
}
.page-1 .section-one .img-wrap img {
  display: inline-block;
  width: 5rem;
  height: auto;
  position: relative;
  z-index: 2;
}
.page-1 .section-one .img-wrap:before {
  content: '';
  height: 1.98rem;
  display: block;
  width: 100%;
  position: absolute;
  bottom: 0;
  background-image: linear-gradient(#9dc8c2, #9dc8c2), linear-gradient(#c61e1e, #c61e1e);
  background-blend-mode: normal,
        normal;
}
.page-1 .section-two .title {
  font-size: 0.665rem;
  font-family: DINCond, serif;
  padding-left: 0.32rem;
  box-sizing: border-box;
  padding-top: 0.4rem;
  margin-bottom: 0.33rem;
}
.page-1 .section-two .title:before {
  content: '';
  display: block;
  height: 0.03rem;
  width: 1.26rem;
  background-color: #030303;
  margin-bottom: 0.51rem;
}
.page-1 .section-two .content {
  padding-left: 0.3rem;
  padding-right: 0.3rem;
}
.page-1 .section-two .content p {
  color: #828282;
  font-size: 0.24rem;
  hyphens: auto;
  line-height: 0.36rem;
  margin-bottom: 0.4rem;
}
.page-1 .section-two .img-wrap {
  width: 100%;
  height: 6.33rem;
  position: relative;
  text-align: right;
  padding-bottom: 0.53rem;
}
.page-1 .section-two .img-wrap img {
  display: inline-block;
  max-height: 100%;
}
.page-1 .section-three .title-wrap {
  display: flex;
  flex-direction: row;
  align-items: center;
}
.page-1 .section-three .title-wrap .img-wrap {
  width: 50%;
  flex-shrink: 0;
}
.page-1 .section-three .title-wrap .img-wrap img {
  width: 3.5rem;
}
.page-1 .section-three .title-wrap .title {
  width: 50%;
  flex-shrink: 0;
  font-size: 0.4rem;
  font-weight: bold;
  color: #373737;
}
.page-1 .section-three .content {
  padding-left: 0.5rem;
  padding-right: 0.5rem;
  padding-top: 0.46rem;
  padding-bottom: 0.5rem;
}
.page-1 .section-three .content p {
  color: #828282;
  font-size: 0.24rem;
  hyphens: auto;
  line-height: 0.36rem;
}
.page-1 .section-four .title-wrap {
  position: relative;
  padding-bottom: 0.27rem;
  padding-right: 0.27rem;
  margin-top: 0.5rem;
  box-sizing: border-box;
}
.page-1 .section-four .title-wrap .title {
  text-align: right;
  font-size: 0.6rem;
  color: #a1a1a1;
  opacity: 0.3;
  font-family: DINCond, serif;
}
.page-1 .section-four .title-wrap:after {
  content: '';
  display: block;
  background-color: #ce4e58;
  height: 0.04rem;
  width: 1.86rem;
  position: absolute;
  right: 0.27rem;
  bottom: 0;
}
.page-1 .section-four .img-wrap {
  display: block;
  padding-top: 0.5rem;
  font-size: 0;
  padding-left: 0.26rem;
}
.page-1 .section-four .img-wrap .circle-img {
  width: 1.78rem;
  height: 1.78rem;
  border-radius: 50%;
  background-color: white;
  border: 0.08rem solid #83b7ef;
  display: inline-flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  margin-right: 0.45rem;
}
.page-1 .section-four .img-wrap .circle-img img {
  width: 1.54rem;
  height: 1.54rem;
  border-radius: 50%;
}
.page-1 .section-four .img-wrap:after {
  content: '';
  height: 0.01rem;
  width: 95vw;
  background: #d2d2d2;
  margin-top: 0.37rem;
  display: block;
}
.page-1 .section-four .content {
  padding-left: 0.3rem;
  padding-right: 0.3rem;
  padding-top: 0.9rem;
  padding-bottom: 1.11rem;
}
.page-1 .section-four .content p {
  color: #828282;
  font-size: 0.24rem;
  hyphens: auto;
  line-height: 0.36rem;
  font-weight: normal;
  line-height: 0.44rem;
}
.page-1 .section-four .content p .number {
  font-size: 0.3rem;
}
.page-1 .section-five {
  background: rgba(236, 236, 236, 0.6);
}
.page-1 .section-five .title-wrap {
  font-size: 0.5rem;
  padding-left: 0.32rem;
  padding-right: 0.32rem;
  padding-top: 0.92rem;
}
.page-1 .section-five .title-wrap .title {
  font-weight: bold;
}
.page-1 .section-five .title-wrap:after {
  content: '';
  display: block;
  width: 1.45rem;
  height: 0.03rem;
  background-color: #373737;
  margin-top: 0.34rem;
  margin-bottom: 0.5rem;
}
.page-1 .section-five .honors-list {
  padding-left: 0.3rem;
  padding-right: 0.3rem;
  padding-bottom: 0.92rem;
}
.page-1 .section-five .honors-list .honor-item {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  border-bottom: 0.02rem dashed rgba(129, 129, 129, 0.6);
}
.page-1 .section-five .honors-list .honor-item .point-wrap {
  width: 0.34rem;
  flex-shrink: 0;
}
.page-1 .section-five .honors-list .honor-item .point-wrap .point {
  width: 0.13rem;
  height: 0.13rem;
  border-radius: 50%;
  margin-top: 0.4rem;
  background: #cecece;
}
.page-1 .section-five .honors-list .honor-item .content {
  font-size: 0.24rem;
  color: #373737;
  line-height: 0.36rem;
  padding-bottom: 0.32rem;
  padding-top: 0.3rem;
}
.page-1 .section-six {
  position: relative;
  padding-bottom: 0.3rem;
}
.page-1 .section-six .title {
  text-align: center;
  font-size: 0.4rem;
  font-weight: bold;
  padding-top: 1.32rem;
  padding-bottom: 0.42rem;
  font-family: YaheiBold;
}
.page-1 .section-six .swiper-container {
  width: 100%;
}
.page-1 .section-six .swiper-container .swiper-slide img {
  width: 100%;
  height: auto;
}
.page-1 .section-six .enterprise-swiper-nav {
  width: 100%;
  text-align: center;
}
.page-1 .section-six .enterprise-swiper-nav .swiper-pagination-bullet {
  margin: 0.1rem;
}
.page-1 .section-recommend {
  position: relative;
  padding-bottom: 0.3rem;
}
.page-1 .section-recommend > .title {
  text-align: center;
  font-size: 0.4rem;
  font-weight: bold;
  padding-top: 1.32rem;
  padding-bottom: 0.42rem;
  padding-top: 0.5rem;
  font-family: YaheiBold;
}
.page-1 .section-recommend .evaluation-swiper-nav {
  width: 100%;
  text-align: center;
  margin-top: -0.6rem;
  margin-bottom: 0.6rem;
}
.page-1 .section-recommend .evaluation-swiper-nav .swiper-pagination-bullet {
  margin: 0.1rem;
}
.page-1 .section-recommend .swiper-container:before {
  content: '';
  display: block;
  width: 90%;
  height: 3.5rem;
  position: absolute;
  left: 50%;
  box-shadow: 0.015rem 0.026rem 0.32rem 0rem rgba(0, 0, 0, 0.06);
  top: 50%;
  margin-top: -1.75rem;
  margin-left: -45%;
}
.page-1 .section-recommend .swiper-container .evaluation-item {
  font-size: 0.24rem;
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.page-1 .section-recommend .swiper-container .evaluation-item .content-wrap {
  width: 70%;
  min-height: 6.15rem;
  height: auto;
  padding-bottom: 0.5rem;
  display: block;
  margin: 0 auto;
  font-size: 0.24rem;
  hyphens: auto;
  line-height: 0.36rem;
  background-color: #ffffff;
  box-shadow: 0.14rem 0.242rem 0.79rem 0rem rgba(34, 60, 113, 0.11);
  padding-left: 0.38rem;
  padding-right: 0.38rem;
}
.page-1 .section-recommend .swiper-container .evaluation-item .content-wrap:after {
  content: '';
  display: block;
  width: 0.86rem;
  height: 0.65rem;
  position: absolute;
  top: 0.4rem;
  left: 35%;
  z-index: 2;
  margin-left: -1.36rem;
  background: url("../img/index/green_coma.png");
  background-size: 100%;
  background-repeat: no-repeat;
}
.page-1 .section-recommend .swiper-container .evaluation-item .content-wrap .avatar {
  width: 1.29rem;
  height: 1.29rem;
  margin: 0 auto;
  border-radius: 50%;
  border: 0.05rem solid white;
  box-shadow: 0.2rem 0.2rem 1rem rgba(0, 0, 0, 0.1);
  overflow: hidden;
  transform: translateY(-0.6rem);
  position: relative;
}
.page-1 .section-recommend .swiper-container .evaluation-item .content-wrap .avatar img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.page-1 .section-recommend .swiper-container .evaluation-item .content-wrap .title {
  line-height: 0.36rem;
  color: #828282;
  font-family: "PingFang SC", serif;
  width: 80%;
  margin: 0 auto;
  text-align: center;
  margin-bottom: 0.57rem;
}
.page-1 .section-recommend .swiper-container .evaluation-item .content-wrap .title:before {
  content: '';
  display: block;
  width: 0.3rem;
  height: 0.01rem;
  background-color: #858484;
  margin: 0 auto 0.37rem;
}
.page-1 .section-recommend .swiper-container .evaluation-item .content-wrap .content {
  color: #373737;
}
.page-2 {
  background-color: white;
}
.page-2 .section-one {
  padding-top: 0.7rem;
}
.page-2 .section-one .title {
  font-size: 0.5rem;
  color: #373737;
  font-family: DINCond, serif;
  padding-left: 0.34rem;
  width: 100%;
  box-sizing: border-box;
  padding-left: 1.04rem;
}
.page-2 .section-one .title:before {
  content: '';
  display: block;
  width: 1.45rem;
  height: 0.03rem;
  background-color: #373737;
  margin-bottom: 0.4rem;
}
.page-2 .section-one .img-wrap {
  padding-left: 1.03rem;
}
.page-2 .section-one .img-wrap img {
  width: 100%;
}
.page-2 .section-two {
  padding-top: 1.41rem;
}
.page-2 .section-two .title-wrap {
  display: flex;
  flex-direction: row;
  position: relative;
  z-index: 2;
  padding-left: 0.3rem;
  padding-right: 0.3rem;
  box-sizing: border-box;
}
.page-2 .section-two .title-wrap .icon-wrap {
  display: flex;
  flex-direction: row;
  flex-shrink: 0;
  align-items: center;
  justify-content: center;
  height: 0.74rem;
  width: 0.74rem;
  background-color: rgba(188, 22, 18, 0.08);
  border-radius: 50%;
}
.page-2 .section-two .title-wrap .icon-wrap img {
  width: 0.25rem;
  height: 0.25rem;
  object-fit: contain;
}
.page-2 .section-two .title-wrap .title {
  padding-left: 0.31rem;
  font-size: 0.4rem;
  font-family: DIN-Medium;
  hyphens: auto;
  font-weight: bold;
  line-height: 0.451rem;
  color: #373737;
}
.page-2 .section-two .content-wrap {
  margin-top: 0.7rem;
  padding-left: 0.3rem;
  padding-right: 0.3rem;
  box-sizing: border-box;
  position: relative;
  z-index: 2;
}
.page-2 .section-two .content-wrap p {
  color: #828282;
  font-size: 0.24rem;
  hyphens: auto;
  line-height: 0.36rem;
  margin-bottom: 0.6rem;
}
.page-2 .section-two .img-wrap {
  text-align: left;
  width: 70vw;
  height: 68vw;
  margin-left: 0.3rem;
  position: relative;
}
.page-2 .section-two .img-wrap img {
  display: inline-block;
  object-fit: cover;
  width: 100%;
  height: 100%;
  z-index: 1;
  position: relative;
}
.page-2 .section-two .img-wrap:after {
  content: '';
  width: 2.02rem;
  height: 2.02rem;
  background-color: #ecc035;
  display: block;
  position: absolute;
  bottom: 0;
  margin-bottom: -4vw;
  margin-right: -4vw;
  z-index: 0;
  right: 0;
}
.page-2 .section-two .img-wrap:before {
  content: '';
  width: 0.03rem;
  height: 20vw;
  position: absolute;
  right: 0;
  top: 0;
  margin-right: -20vw;
  display: block;
  background-color: #373737;
}
.page-2 .section-three {
  position: relative;
  padding-top: 1.54rem;
}
.page-2 .section-three .title-wrap {
  display: flex;
  flex-direction: row;
  position: relative;
  z-index: 2;
  padding-left: 0.3rem;
  padding-right: 0.3rem;
  box-sizing: border-box;
}
.page-2 .section-three .title-wrap .icon-wrap {
  display: flex;
  flex-direction: row;
  flex-shrink: 0;
  align-items: center;
  justify-content: center;
  height: 0.74rem;
  width: 0.74rem;
  background-color: rgba(206, 167, 42, 0.1);
  border-radius: 50%;
}
.page-2 .section-three .title-wrap .icon-wrap img {
  width: 0.25rem;
  height: 0.25rem;
  object-fit: contain;
}
.page-2 .section-three .title-wrap .title {
  padding-left: 0.31rem;
  font-size: 0.4rem;
  font-family: DIN-Medium;
  hyphens: auto;
  font-weight: bold;
  line-height: 0.451rem;
  color: #373737;
}
.page-2 .section-three .content-wrap {
  margin-top: 0.7rem;
  padding-left: 0.3rem;
  padding-right: 0.3rem;
  box-sizing: border-box;
  position: relative;
  z-index: 2;
}
.page-2 .section-three .content-wrap p {
  color: #828282;
  font-size: 0.24rem;
  hyphens: auto;
  line-height: 0.36rem;
  margin-bottom: 0.6rem;
}
.page-2 .section-three .img-wrap {
  position: relative;
  display: block;
  width: 100%;
}
.page-2 .section-three .img-wrap img {
  width: 85%;
  margin-left: 0.3rem;
}
.page-2 .section-three .img-wrap:before {
  content: '';
  display: block;
  width: 2.38rem;
  height: 1.18rem;
  right: 0.3rem;
  top: 0;
  margin-top: -0.4rem;
  position: absolute;
  background-image: url("../img/whyDlsp/section_3_dot.png");
  background-size: 0.12rem;
  background-repeat: repeat;
}
.page-2 .section-three .bg {
  margin-top: -40%;
  position: absolute;
  z-index: 0;
  top: 0;
  left: 0;
}
.page-2 .section-three .bg img {
  width: 100%;
}
.page-2 .section-four {
  padding-top: 1.41rem;
}
.page-2 .section-four .title-wrap {
  display: flex;
  flex-direction: row;
  position: relative;
  z-index: 2;
  padding-left: 0.3rem;
  padding-right: 0.3rem;
  box-sizing: border-box;
}
.page-2 .section-four .title-wrap .icon-wrap {
  display: flex;
  flex-direction: row;
  flex-shrink: 0;
  align-items: center;
  justify-content: center;
  height: 0.74rem;
  width: 0.74rem;
  background-color: rgba(102, 175, 248, 0.1);
  border-radius: 50%;
}
.page-2 .section-four .title-wrap .icon-wrap img {
  width: 0.25rem;
  height: 0.25rem;
  object-fit: contain;
}
.page-2 .section-four .title-wrap .title {
  padding-left: 0.31rem;
  font-size: 0.4rem;
  font-family: DIN-Medium;
  hyphens: auto;
  font-weight: bold;
  line-height: 0.451rem;
  color: #373737;
}
.page-2 .section-four .content-wrap {
  margin-top: 0.7rem;
  padding-left: 0.3rem;
  padding-right: 0.3rem;
  box-sizing: border-box;
  position: relative;
  z-index: 2;
}
.page-2 .section-four .content-wrap p {
  color: #828282;
  font-size: 0.24rem;
  hyphens: auto;
  line-height: 0.36rem;
  margin-bottom: 0.6rem;
}
.page-2 .section-four .middle-title-wrap {
  text-align: right;
  margin-bottom: 0.79rem;
}
.page-2 .section-four .middle-title-wrap .title {
  display: inline-block;
  text-align: left;
  width: 50%;
  font-size: 0.54rem;
  color: #373737;
  letter-spacing: 0.01rem;
  font-family: DINCond, serif;
  border-bottom: 0.01rem solid #d2d2d2;
  padding-bottom: 0.47rem;
}
.page-2 .section-four .img-wrap {
  padding-left: 0.3rem;
  padding-right: 0.3rem;
}
.page-2 .section-four .img-wrap img {
  width: 100%;
}
.page-2 .section-five {
  padding-top: 1rem;
}
.page-2 .section-five .title-wrap {
  display: flex;
  flex-direction: row;
  position: relative;
  z-index: 2;
  padding-left: 0.3rem;
  padding-right: 0.3rem;
  box-sizing: border-box;
}
.page-2 .section-five .title-wrap .icon-wrap {
  display: flex;
  flex-direction: row;
  flex-shrink: 0;
  align-items: center;
  justify-content: center;
  height: 0.74rem;
  width: 0.74rem;
  background-color: rgba(209, 126, 29, 0.1);
  border-radius: 50%;
}
.page-2 .section-five .title-wrap .icon-wrap img {
  width: 0.25rem;
  height: 0.25rem;
  object-fit: contain;
}
.page-2 .section-five .title-wrap .title {
  padding-left: 0.31rem;
  font-size: 0.4rem;
  font-family: DIN-Medium;
  hyphens: auto;
  font-weight: bold;
  line-height: 0.451rem;
  color: #373737;
}
.page-2 .section-five .content-wrap {
  margin-top: 0.7rem;
  padding-left: 0.3rem;
  padding-right: 0.3rem;
  box-sizing: border-box;
  position: relative;
  z-index: 2;
}
.page-2 .section-five .content-wrap p {
  color: #828282;
  font-size: 0.24rem;
  hyphens: auto;
  line-height: 0.36rem;
  margin-bottom: 0.6rem;
}
.page-2 .section-five .img-wrap {
  text-align: right;
  position: relative;
}
.page-2 .section-five .img-wrap:before {
  content: '';
  display: block;
  width: 0.03rem;
  height: 1.58rem;
  background: black;
  position: absolute;
  left: 0.3rem;
  top: 0;
  margin-top: -0.3rem;
}
.page-2 .section-five .img-wrap:after {
  content: '';
  display: block;
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: 0;
  height: 1.81rem;
  width: 85%;
  background: #91abcd;
}
.page-2 .section-five .img-wrap img {
  display: inline-block;
  z-index: 1;
  position: relative;
  margin-right: 0.36rem;
  height: 3.48rem;
}
.page-2 .section-six {
  padding-top: 1rem;
}
.page-2 .section-six .title-wrap {
  display: flex;
  flex-direction: row;
  position: relative;
  z-index: 2;
  padding-left: 0.3rem;
  padding-right: 0.3rem;
  box-sizing: border-box;
}
.page-2 .section-six .title-wrap .icon-wrap {
  display: flex;
  flex-direction: row;
  flex-shrink: 0;
  align-items: center;
  justify-content: center;
  height: 0.74rem;
  width: 0.74rem;
  background-color: rgba(120, 213, 172, 0.1);
  border-radius: 50%;
}
.page-2 .section-six .title-wrap .icon-wrap img {
  width: 0.25rem;
  height: 0.25rem;
  object-fit: contain;
}
.page-2 .section-six .title-wrap .title {
  padding-left: 0.31rem;
  font-size: 0.4rem;
  font-family: DIN-Medium;
  hyphens: auto;
  font-weight: bold;
  line-height: 0.451rem;
  color: #373737;
}
.page-2 .section-six .content-wrap {
  margin-top: 0.7rem;
  padding-left: 0.3rem;
  padding-right: 0.3rem;
  box-sizing: border-box;
  position: relative;
  z-index: 2;
}
.page-2 .section-six .content-wrap p {
  color: #828282;
  font-size: 0.24rem;
  hyphens: auto;
  line-height: 0.36rem;
  margin-bottom: 0.6rem;
}
.page-2 .section-six .img-wrap {
  padding-left: 0.3rem;
}
.page-2 .section-six .img-wrap:after {
  content: '';
  display: block;
  width: 100%;
  left: 0.3rem;
  margin-top: 0.3rem;
  height: 0.01rem;
  background: #e2e2e2;
}
.page-2 .section-six .img-wrap .circle-img {
  display: inline-block;
  width: 1.8rem;
  height: 1.8rem;
  border: solid 0.08rem #ececec;
  padding: 0.08rem;
  background: white;
  box-sizing: border-box;
  border-radius: 50%;
  margin-right: 0.2rem;
  overflow: hidden;
}
.page-2 .section-six .img-wrap .circle-img img {
  width: 100%;
  height: 100%;
}
.page-2 .section-seven {
  padding-top: 0.57rem;
  padding-bottom: 0.4rem;
}
.page-2 .section-seven .title-wrap {
  display: flex;
  flex-direction: row;
  position: relative;
  z-index: 2;
  padding-left: 0.3rem;
  padding-right: 0.3rem;
  box-sizing: border-box;
}
.page-2 .section-seven .title-wrap .icon-wrap {
  display: flex;
  flex-direction: row;
  flex-shrink: 0;
  align-items: center;
  justify-content: center;
  height: 0.74rem;
  width: 0.74rem;
  background-color: rgba(59, 103, 180, 0.1);
  border-radius: 50%;
}
.page-2 .section-seven .title-wrap .icon-wrap img {
  width: 0.25rem;
  height: 0.25rem;
  object-fit: contain;
}
.page-2 .section-seven .title-wrap .title {
  padding-left: 0.31rem;
  font-size: 0.4rem;
  font-family: DIN-Medium;
  hyphens: auto;
  font-weight: bold;
  line-height: 0.451rem;
  color: #373737;
}
.page-2 .section-seven .content-wrap {
  padding-top: 0.85rem;
  padding-left: 0.3rem;
  padding-right: 0.3rem;
  box-sizing: border-box;
  position: relative;
  z-index: 2;
}
.page-2 .section-seven .content-wrap p {
  color: #828282;
  font-size: 0.24rem;
  hyphens: auto;
  line-height: 0.36rem;
  margin-bottom: 0.6rem;
}
.page-2 .policy-wrap {
  padding-left: 0.3rem;
  padding-right: 0.3rem;
  box-sizing: border-box;
}
.page-2 .policy-wrap:before {
  content: '';
  display: block;
  width: 100%;
  height: 0.64rem;
  margin-bottom: 0.49rem;
  background: #c24d3f;
}
.page-2 .policy-wrap .title-wrap {
  font-size: 0.483rem;
  letter-spacing: 0.01rem;
  color: #373737;
  font-family: DINCond, serif;
}
.page-2 .policy-wrap .policy-list {
  margin-top: 0.72rem;
  padding-bottom: 0.72rem;
}
.page-2 .policy-wrap .policy-list .policy-item {
  width: 100%;
  box-shadow: 0.1rem 0.173rem 0.43rem 0rem rgba(0, 0, 0, 0.11);
  border: solid 0.01rem #f2f2f2;
  padding-left: 0.36rem;
  padding-right: 0.36rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  margin-bottom: 0.6rem;
  box-sizing: border-box;
  height: auto;
  position: relative;
  overflow: hidden;
}
.page-2 .policy-wrap .policy-list .policy-item .icon-wrap {
  position: absolute;
  width: 0.8rem;
  height: 0.8rem;
  top: 0;
  left: 0;
  background: #5291e8;
  border-bottom-right-radius: 0.6rem;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-right: 0.1rem;
  box-sizing: border-box;
}
.page-2 .policy-wrap .policy-list .policy-item .icon-wrap img {
  width: 0.35rem;
  height: 0.35rem;
  object-fit: contain;
  object-position: center;
}
.page-2 .policy-wrap .policy-list .policy-item .content {
  font-size: 0.24rem;
  line-height: 0.36rem;
  text-indent: 1rem;
  hyphens: auto;
  color: #828282;
}
.page-2 .policy-wrap .policy-list .policy-item .num {
  position: absolute;
  font-family: DINCond;
  font-size: 1.2rem;
  opacity: 0.5;
  color: #e5e5e5;
  bottom: 0;
  right: 0.39rem;
  margin-bottom: -0.25rem;
}
.page-3 {
  overflow-x: hidden;
}
.page-3 .area:after {
  content: 'km²';
  font-size: 0.24rem;
  font-weight: bold;
}
.page-3 .more:after {
  content: '+';
  font-size: 0.24rem;
  font-family: YaheiBold;
}
.page-3 .m-area:after {
  content: 'm²';
  font-size: 0.24rem;
  font-family: YaheiBold;
}
.page-3 .percent:after {
  content: '%';
  font-size: 0.24rem;
  font-family: YaheiBold;
}
.page-3 .section-1 {
  background: white;
}
.page-3 .section-1 .content-wrap {
  padding-bottom: 0.81rem;
  box-sizing: border-box;
  position: relative;
}
.page-3 .section-1 .content-wrap .title-part {
  font-weight: bold;
  padding-top: 0.74rem;
  padding-left: 0.3rem;
  padding-right: 0.3rem;
  position: relative;
  z-index: 2;
}
.page-3 .section-1 .content-wrap .title-part .big-part {
  font-size: 0.4rem;
  display: block;
  margin-bottom: 0.26rem;
  font-family: "PingFangBold", serif;
}
.page-3 .section-1 .content-wrap .title-part .small-part {
  font-size: 0.3rem;
  display: block;
  font-family: "PingFangMedium", serif;
}
.page-3 .section-1 .content-wrap .img-part {
  margin-top: 0.51rem;
  position: relative;
  padding-left: 0.3rem;
  padding-right: 0.3rem;
  z-index: 2;
}
.page-3 .section-1 .content-wrap .img-part img {
  width: 100%;
  height: auto;
  position: relative;
  z-index: 1;
}
.page-3 .section-1 .content-wrap .img-part:after {
  content: '';
  display: block;
  width: 1.8rem;
  height: 3.4rem;
  position: absolute;
  right: 0;
  top: 0;
  margin-top: -0.8rem;
  background: url("../img/moreProject/section_1_dot.png");
  background-size: 0.2rem;
  z-index: 0;
}
.page-3 .section-1 .content-wrap .bg {
  position: absolute;
  left: 0;
  z-index: 0;
  height: 100%;
  margin-left: -40%;
  top: 0;
}
.page-3 .section-2 {
  padding-top: 0.5rem;
  padding-left: 0.3rem;
  padding-right: 0.3rem;
  box-sizing: border-box;
  background: white;
  padding-bottom: 0.8rem;
}
.page-3 .section-2 .title-part {
  padding-left: 1.25rem;
  font-size: 0.4rem;
  font-weight: bold;
  position: relative;
  margin-bottom: 0.3rem;
}
.page-3 .section-2 .title-part:before {
  content: '';
  display: block;
  width: 0.57rem;
  height: 0.57rem;
  left: 0.85rem;
  background: #d2494f;
  border-radius: 0.1rem;
  transform: rotate(40deg);
  position: absolute;
  top: 0;
  margin-top: -0.1rem;
  z-index: 0;
}
.page-3 .section-2 .title-part h3 {
  position: relative;
  font-weight: bold;
  z-index: 2;
}
.page-3 .section-2 .title-part h3 {
  position: relative;
  z-index: 2;
}
.page-3 .section-2 .img-wrap {
  width: 100%;
  padding-left: 0.7rem;
  box-sizing: border-box;
  margin-bottom: 0.4rem;
  position: relative;
}
.page-3 .section-2 .img-wrap img {
  width: 100%;
  position: relative;
  z-index: 1;
}
.page-3 .section-2 .img-wrap:after {
  content: '';
  display: block;
  width: 1.8rem;
  height: 3.4rem;
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -1.7rem;
  margin-bottom: -0.6rem;
  background: url("../img/moreProject/section_2_dot.png");
  background-size: 0.2rem;
  z-index: 0;
}
.page-3 .section-2 .animate-part {
  width: 100%;
  height: 1.88rem;
  background: white;
  box-shadow: 0px 3px 38px 0px rgba(214, 214, 214, 0.35);
  text-align: center;
  display: flex;
  flex-direction: row;
  align-items: center;
}
.page-3 .section-2 .animate-part .item {
  height: 100%;
  flex-grow: 1;
  flex-shrink: 0;
  width: 20%;
  vertical-align: middle;
}
.page-3 .section-2 .animate-part .item .number {
  height: 40%;
  padding-top: 0.4rem;
  font-size: 0.55rem;
  font-family: DIN;
}
.page-3 .section-2 .animate-part .item .number-wrap {
  height: 60%;
  padding-top: 10%;
}
.page-3 .section-2 .animate-part .item .number-wrap .number {
  padding-top: 0;
  vertical-align: middle;
}
.page-3 .section-2 .animate-part .item .number-wrap .number-font {
  font-size: 44px;
  font-family: DIN;
}
.page-3 .section-2 .animate-part .item .small-font {
  height: 62%;
  padding-top: 13%;
  box-sizing: border-box;
  font-family: YaheiBold;
  font-size: 0.22rem;
}
.page-3 .section-2 .animate-part .item .desc {
  font-size: 0.22rem;
  line-height: 0.29rem;
  color: #999999;
}
.page-3 .section-3 {
  padding-left: 0.3rem;
  padding-right: 0.3rem;
  background: white;
  padding-bottom: 0.8rem;
}
.page-3 .section-3 .title-part {
  padding-left: 1.25rem;
  font-size: 0.4rem;
  font-weight: bold;
  position: relative;
  margin-bottom: 0.3rem;
  margin-bottom: 0.5rem;
}
.page-3 .section-3 .title-part:before {
  content: '';
  display: block;
  width: 0.57rem;
  height: 0.57rem;
  left: 0.85rem;
  background: #7fcbfa;
  border-radius: 0.1rem;
  transform: rotate(40deg);
  position: absolute;
  top: 0;
  margin-top: -0.1rem;
  z-index: 0;
}
.page-3 .section-3 .title-part h3 {
  position: relative;
  font-weight: bold;
  z-index: 2;
}
.page-3 .section-3 .animate-part {
  width: 100%;
  height: 1.88rem;
  background: white;
  box-shadow: 0px 3px 38px 0px rgba(214, 214, 214, 0.35);
  text-align: center;
  display: flex;
  flex-direction: row;
  align-items: center;
}
.page-3 .section-3 .animate-part .item {
  height: 100%;
  flex-grow: 1;
  flex-shrink: 0;
  width: 20%;
  vertical-align: middle;
}
.page-3 .section-3 .animate-part .item .number {
  height: 40%;
  padding-top: 0.4rem;
  font-size: 0.55rem;
  font-family: DIN;
}
.page-3 .section-3 .animate-part .item .number-wrap {
  height: 60%;
  padding-top: 10%;
}
.page-3 .section-3 .animate-part .item .number-wrap .number {
  padding-top: 0;
  vertical-align: middle;
}
.page-3 .section-3 .animate-part .item .number-wrap .number-font {
  font-size: 44px;
  font-family: DIN;
}
.page-3 .section-3 .animate-part .item .small-font {
  height: 62%;
  padding-top: 13%;
  box-sizing: border-box;
  font-family: YaheiBold;
  font-size: 0.22rem;
}
.page-3 .section-3 .animate-part .item .desc {
  font-size: 0.22rem;
  line-height: 0.29rem;
  color: #999999;
}
.page-3 .section-3 .animate-part .item {
  width: 16%;
}
.page-3 .section-3 .animate-part .item:last-of-type {
  width: 30%;
}
.page-3 .section-3 .img-wrap {
  width: 100%;
  padding-right: 0.64rem;
  box-sizing: border-box;
  margin-bottom: 0.8rem;
  position: relative;
}
.page-3 .section-3 .img-wrap img {
  width: 100%;
  position: relative;
  z-index: 1;
}
.page-3 .section-3 .img-wrap:after {
  content: '';
  display: block;
  width: 1.8rem;
  height: 3.92rem;
  position: absolute;
  right: 0;
  top: 0;
  margin-top: -0.8rem;
  margin-bottom: -0.6rem;
  background: url("../img/moreProject/section_3_dot.png");
  background-size: 0.2rem;
  z-index: 0;
}
.page-3 .section-4 {
  padding-left: 0.3rem;
  padding-right: 0.3rem;
  padding-bottom: 1.2rem;
  padding-top: 0.4rem;
  background: white;
  position: relative;
}
.page-3 .section-4 .title-part {
  padding-left: 1.25rem;
  font-size: 0.4rem;
  font-weight: bold;
  margin-bottom: 0.3rem;
  position: relative;
  margin-bottom: 0.76rem;
  z-index: 1;
}
.page-3 .section-4 .title-part:before {
  content: '';
  display: block;
  width: 0.57rem;
  height: 0.57rem;
  left: 0.85rem;
  background: #b1b3cc;
  border-radius: 0.1rem;
  transform: rotate(40deg);
  position: absolute;
  top: 0;
  margin-top: -0.1rem;
  z-index: 0;
}
.page-3 .section-4 .title-part h3 {
  position: relative;
  font-weight: bold;
  z-index: 2;
}
.page-3 .section-4 .img-wrap {
  width: 100%;
  padding-left: 0.7rem;
  box-sizing: border-box;
  margin-bottom: 0.8rem;
  position: relative;
  z-index: 1;
}
.page-3 .section-4 .img-wrap img {
  width: 100%;
}
.page-3 .section-4 .img-wrap:after {
  content: '';
  display: block;
  width: 3.22rem;
  height: 1.8rem;
  position: absolute;
  left: 0;
  bottom: 0;
  margin-bottom: -0.6rem;
  background: url("../img/moreProject/section_4_dot.png");
  background-size: 0.2rem;
}
.page-3 .section-4 .animate-part {
  width: 100%;
  height: 1.88rem;
  background: white;
  box-shadow: 0px 3px 38px 0px rgba(214, 214, 214, 0.35);
  text-align: center;
  display: flex;
  flex-direction: row;
  align-items: center;
  position: relative;
  z-index: 1;
}
.page-3 .section-4 .animate-part .item {
  height: 100%;
  flex-grow: 1;
  flex-shrink: 0;
  width: 20%;
  vertical-align: middle;
}
.page-3 .section-4 .animate-part .item .number {
  height: 40%;
  padding-top: 0.4rem;
  font-size: 0.55rem;
  font-family: DIN;
}
.page-3 .section-4 .animate-part .item .number-wrap {
  height: 60%;
  padding-top: 10%;
}
.page-3 .section-4 .animate-part .item .number-wrap .number {
  padding-top: 0;
  vertical-align: middle;
}
.page-3 .section-4 .animate-part .item .number-wrap .number-font {
  font-size: 44px;
  font-family: DIN;
}
.page-3 .section-4 .animate-part .item .small-font {
  height: 62%;
  padding-top: 13%;
  box-sizing: border-box;
  font-family: YaheiBold;
  font-size: 0.22rem;
}
.page-3 .section-4 .animate-part .item .desc {
  font-size: 0.22rem;
  line-height: 0.29rem;
  color: #999999;
}
.page-3 .section-4 .animate-part .item {
  width: 23.3%;
}
.page-3 .section-4 .animate-part .item .number {
  font-size: 0.5rem;
  white-space: nowrap;
}
.page-3 .section-4 .animate-part .item:last-of-type {
  width: 30%;
}
.page-3 .section-4 .bg {
  position: absolute;
  height: 80%;
  left: 0;
  top: 1.4rem;
  margin: 0;
  z-index: 0;
  bottom: 0;
}
.page-3 .section-5 {
  background: white;
  padding-left: 0.3rem;
  padding-right: 0.3rem;
  padding-bottom: 0.8rem;
  box-sizing: border-box;
  padding-top: 0.2rem;
}
.page-3 .section-5 .title-part {
  padding-left: 1.25rem;
  font-size: 0.4rem;
  font-weight: bold;
  position: relative;
  margin-bottom: 0.3rem;
  margin-bottom: 0.78rem;
}
.page-3 .section-5 .title-part:before {
  content: '';
  display: block;
  width: 0.57rem;
  height: 0.57rem;
  left: 0.85rem;
  background: #a4e0b2;
  border-radius: 0.1rem;
  transform: rotate(40deg);
  position: absolute;
  top: 0;
  margin-top: -0.1rem;
  z-index: 0;
}
.page-3 .section-5 .title-part h3 {
  position: relative;
  font-weight: bold;
  z-index: 2;
}
.page-3 .section-5 .img-wrap {
  width: 100%;
  padding-right: 0.7rem;
  box-sizing: border-box;
  position: relative;
  margin-bottom: 0.5rem;
}
.page-3 .section-5 .img-wrap img {
  width: 100%;
  position: relative;
  z-index: 1;
}
.page-3 .section-5 .img-wrap:after {
  content: "";
  display: block;
  width: 0.97rem;
  height: 3.68rem;
  position: absolute;
  background: url("../img/moreProject/section_5_dot.png");
  background-size: 0.2rem;
  top: 50%;
  margin-top: -1.84rem;
  right: 0;
  z-index: 0;
}
.page-3 .section-5 .animate-part {
  width: 100%;
  height: 1.88rem;
  background: white;
  box-shadow: 0px 3px 38px 0px rgba(214, 214, 214, 0.35);
  text-align: center;
  display: flex;
  flex-direction: row;
  align-items: center;
}
.page-3 .section-5 .animate-part .item {
  height: 100%;
  flex-grow: 1;
  flex-shrink: 0;
  width: 20%;
  vertical-align: middle;
}
.page-3 .section-5 .animate-part .item .number {
  height: 40%;
  padding-top: 0.4rem;
  font-size: 0.55rem;
  font-family: DIN;
}
.page-3 .section-5 .animate-part .item .number-wrap {
  height: 60%;
  padding-top: 10%;
}
.page-3 .section-5 .animate-part .item .number-wrap .number {
  padding-top: 0;
  vertical-align: middle;
}
.page-3 .section-5 .animate-part .item .number-wrap .number-font {
  font-size: 44px;
  font-family: DIN;
}
.page-3 .section-5 .animate-part .item .small-font {
  height: 62%;
  padding-top: 13%;
  box-sizing: border-box;
  font-family: YaheiBold;
  font-size: 0.22rem;
}
.page-3 .section-5 .animate-part .item .desc {
  font-size: 0.22rem;
  line-height: 0.29rem;
  color: #999999;
}
.page-3 .section-5 .animate-part .item .number {
  font-size: 0.5rem;
}
.page-3 .section-6 {
  background: white;
  padding-left: 0.3rem;
  padding-right: 0.3rem;
  padding-bottom: 2.3rem;
  box-sizing: border-box;
}
.page-3 .section-6 .title-part {
  padding-left: 1.25rem;
  font-size: 0.4rem;
  font-weight: bold;
  position: relative;
  margin-bottom: 0.3rem;
  margin-bottom: 0.7rem;
}
.page-3 .section-6 .title-part:before {
  content: '';
  display: block;
  width: 0.57rem;
  height: 0.57rem;
  left: 0.85rem;
  background: #e38355;
  border-radius: 0.1rem;
  transform: rotate(40deg);
  position: absolute;
  top: 0;
  margin-top: -0.1rem;
  z-index: 0;
}
.page-3 .section-6 .title-part h3 {
  position: relative;
  font-weight: bold;
  z-index: 2;
}
.page-3 .section-6 .img-wrap {
  width: 100%;
  box-sizing: border-box;
  margin-bottom: 0.5rem;
  position: relative;
}
.page-3 .section-6 .img-wrap img {
  width: 100%;
  position: relative;
  z-index: 10;
}
.page-3 .section-6 .img-wrap:before {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
  margin-left: -0.3rem;
  margin-top: -0.6rem;
  width: 2.22rem;
  height: 1.8rem;
  background: url("../img/moreProject/section_6_dot.png");
  background-size: 0.2rem;
}
.page-3 .section-6 .animate-part {
  width: 100%;
  height: 1.88rem;
  background: white;
  box-shadow: 0px 3px 38px 0px rgba(214, 214, 214, 0.35);
  text-align: center;
  display: flex;
  flex-direction: row;
  align-items: center;
}
.page-3 .section-6 .animate-part .item {
  height: 100%;
  flex-grow: 1;
  flex-shrink: 0;
  width: 20%;
  vertical-align: middle;
}
.page-3 .section-6 .animate-part .item .number {
  height: 40%;
  padding-top: 0.4rem;
  font-size: 0.55rem;
  font-family: DIN;
}
.page-3 .section-6 .animate-part .item .number-wrap {
  height: 60%;
  padding-top: 10%;
}
.page-3 .section-6 .animate-part .item .number-wrap .number {
  padding-top: 0;
  vertical-align: middle;
}
.page-3 .section-6 .animate-part .item .number-wrap .number-font {
  font-size: 44px;
  font-family: DIN;
}
.page-3 .section-6 .animate-part .item .small-font {
  height: 62%;
  padding-top: 13%;
  box-sizing: border-box;
  font-family: YaheiBold;
  font-size: 0.22rem;
}
.page-3 .section-6 .animate-part .item .desc {
  font-size: 0.22rem;
  line-height: 0.29rem;
  color: #999999;
}
.page-3 .section-6 .animate-part .item .number {
  font-size: 0.48rem;
}
.page-4 {
  background: white;
  padding-top: 0.97rem;
}
.page-4 .img-wrap {
  width: 100%;
}
.page-4 .img-wrap img {
  width: 100%;
}
.page-4 .section-1 .title-part {
  font-size: 0.4rem;
  font-family: DINCond, serif;
  color: #373737;
  letter-spacing: 0.008rem;
  line-height: 0.433rem;
  padding-left: 0.66rem;
  padding-right: 0.3rem;
  padding-bottom: 0.59rem;
  position: relative;
}
.page-4 .section-1 .title-part:after {
  content: "";
  display: block;
  margin-left: 0.65rem;
  width: 0.52rem;
  height: 0.03rem;
  background: #373737;
  margin-top: 0.52rem;
}
.page-4 .section-1 .img-wrap {
  margin-bottom: 0.54rem;
}
.page-4 .section-1 .content-wrap {
  font-size: 0.24rem;
  line-height: 0.36rem;
  color: #828282;
  padding-left: 0.33rem;
  padding-right: 0.33rem;
}
.page-4 .section-2 .title-part {
  padding-right: 0.34rem;
  padding-left: 0.34rem;
  text-align: right;
  margin-bottom: 0.7rem;
  margin-top: 0.6rem;
  font-size: 0.483rem;
  font-family: DINCond;
  color: rgba(161, 161, 161, 0.4);
}
.page-4 .section-2 .title-part:after {
  content: "";
  display: inline-block;
  margin-top: 0.22rem;
  width: 1.49rem;
  height: 0.03rem;
  margin-right: 0;
  background: #d24a4f;
}
.page-4 .section-2 .subtitle-part {
  width: 100%;
  background: black;
  color: white;
  font-size: 0.4rem;
  box-sizing: border-box;
  height: 0.94rem;
  line-height: 0.94rem;
  font-weight: bold;
  padding-left: 0.62rem;
}
.page-4 .section-2 .list-wrap {
  padding-top: 0.7rem;
  padding-left: 0.3rem;
  padding-bottom: 0.8rem;
}
.page-4 .section-2 .list-wrap .list-item {
  font-size: 0.24rem;
  color: #828282;
  padding-bottom: 0.21rem;
  padding-top: 0.21rem;
  line-height: 0.36rem;
  border-bottom: 1px dashed rgba(129, 129, 129, 0.6);
  padding-left: 0.4rem;
  position: relative;
}
.page-4 .section-2 .list-wrap .list-item:before {
  content: '';
  display: block;
  position: absolute;
  width: 0.09rem;
  height: 0.09rem;
  top: 0.32rem;
  left: 0;
  border-radius: 50%;
  background-color: #989898;
}
.page-4 .section-2 .img-wrap {
  padding-right: 0.3rem;
  box-sizing: border-box;
}
.page-4 .section-3 {
  padding-left: 0.3rem;
  padding-top: 0.7rem;
  box-sizing: border-box;
}
.page-4 .section-3 .subtitle-wrap {
  width: 100%;
  background: black;
  color: white;
  font-size: 0.4rem;
  box-sizing: border-box;
  height: 0.94rem;
  line-height: 0.94rem;
  font-weight: bold;
  padding-left: 0.62rem;
}
.page-4 .section-3 .content-wrap {
  font-size: 0.24rem;
  color: #828282;
  line-height: 0.36rem;
  padding-top: 0.66rem;
  padding-rigth: 0.3rem;
  padding-bottom: 0.82rem;
}
.page-5 .section-1 {
  background-color: #f4f4f4;
  width: 100%;
  padding-left: 0.38rem;
  padding-right: 0.38rem;
  box-sizing: border-box;
  padding-top: 0.7rem;
  padding-bottom: 0.6rem;
}
.page-5 .section-1 .title-part {
  font-size: 0.4rem;
  color: #373737;
  font-weight: bold;
  margin-bottom: 0.46rem;
}
.page-5 .section-1 .form-wrap .row {
  display: flex;
  flex-direction: row;
  margin-bottom: 0.26rem;
}
.page-5 .section-1 .form-wrap .row .col {
  flex-grow: 1;
}
.page-5 .section-1 .form-wrap .row .col.error input {
  border: solid 1px #f20303;
}
.page-5 .section-1 .form-wrap .row .col.error textarea {
  border: solid 1px #f20303;
}
.page-5 .section-1 .form-wrap .row .col input {
  height: 0.67rem;
  background: white;
  -webkit-appearance: button;
  padding-left: 0.32rem;
  width: 100%;
  box-sizing: border-box;
  border-radius: 0.1rem;
  border: 1px solid #d1d1d1;
  outline: none;
  font-family: "Helvetica Neue", "Hiragino Sans GB", "Segoe UI", "Microsoft Yahei", "微软雅黑", Tahoma, Arial, STHeiti, sans-serif;
}
.page-5 .section-1 .form-wrap .row .col textarea {
  width: 100%;
  border: 1px solid #d1d1d1;
  outline: none;
  font-family: inherit;
  -webkit-appearance: button;
  padding: 0.2rem 0.36rem;
  box-sizing: border-box;
  height: 1.6rem;
  border-radius: 0.1rem;
  font-family: "Helvetica Neue", "Hiragino Sans GB", "Segoe UI", "Microsoft Yahei", "微软雅黑", Tahoma, Arial, STHeiti, sans-serif;
}
.page-5 .section-1 .button-wrap {
  width: 100%;
  text-align: center;
  padding-top: 0.3rem;
}
.page-5 .section-1 .button-wrap button {
  outline: none;
  width: 1.84rem;
  height: 0.59rem;
  border: none;
  margin: 0 auto;
  font-size: 0.26rem;
  border-radius: 0.295rem;
  color: white;
  background-color: #3056b6;
  box-shadow: 0.035rem 0.061rem 0.21rem 0rem rgba(192, 192, 192, 0.82);
}
.page-5 .section-2 {
  width: 100%;
  background: white;
  padding-left: 0.3rem;
  padding-right: 0.3rem;
  box-sizing: border-box;
  padding-top: 1rem;
}
.page-5 .section-2 .map-container {
  width: 100%;
}
.page-5 .section-2 .map-container .map-wrap {
  border: solid 0.01rem #dbdbdb;
  padding: 0.18rem;
  box-sizing: border-box;
  position: relative;
}
.page-5 .section-2 .map-container .map-wrap .map {
  width: 100%;
  height: auto;
}
.page-5 .section-2 .map-container .map-wrap .dlsp {
  width: 1.3rem;
  height: auto;
  position: absolute;
  bottom: 0.55rem;
  right: 0.33rem;
}
.page-5 .section-3 {
  background: white;
  padding-top: 1rem;
}
.page-5 .section-3 .title-part {
  display: flex;
  flex-direction: row;
  align-items: center;
  padding-left: 0.3rem;
  padding-right: 0.3rem;
  box-sizing: border-box;
  justify-content: space-between;
}
.page-5 .section-3 .title-part .title {
  font-size: 0.4rem;
  font-weight: bold;
  color: #373737;
}
.page-5 .section-3 .title-part .title:after {
  content: '';
  height: 0.02rem;
  background: #373737;
  width: 0.82rem;
  display: block;
  margin-top: 0.44rem;
}
.page-5 .section-3 .title-part .qr-wrap {
  width: 1.7rem;
  padding: 0.1rem;
  box-sizing: border-box;
  background: white;
  border: 0.01rem solid #dbdbdb;
}
.page-5 .section-3 .title-part .qr-wrap img {
  width: 100%;
}
.page-5 .section-3 .contact-info {
  padding-left: 0.3rem;
  padding-right: 0.3rem;
  font-size: 0.277rem;
  padding-bottom: 0.33rem;
}
.page-5 .section-3 .contact-info .item {
  margin-bottom: 0.33rem;
}
.page-5 .section-3 .contact-info .item .label {
  font-weight: bold;
  color: #373737;
  display: inline-block;
}
.page-5 .section-3 .contact-info .item .value {
  color: #828282;
  white-space: nowrap;
  display: inline-block;
}
/*# sourceMappingURL=main.css.map */