:root {
  --swiper-theme-color: #e7c53f;
}
@font-face {
  font-family: CAI;
  src: url('../fonts/540-CAI978.ttf');
}
@font-face {
  font-family: BELL;
  src: url('../fonts/bell.woff');
}
@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 {
  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.18rem;
}
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 {
  color: #373737;
  font-size: 0.44rem;
  font-weight: bold;
  text-align: center;
}
.page-1 .section-one .content {
  padding: 0.7rem 0.4rem 1rem;
  box-sizing: border-box;
}
.page-1 .section-one .content p {
  text-align: justify;
  font-size: 0.24rem;
  line-height: 0.44rem;
  color: #2b2b2b;
  hyphens: auto;
}
.page-1 .section-one .img-wrap {
  width: 7rem;
  height: auto;
  margin: 0 auto 0.82rem;
}
.page-1 .section-one .img-wrap img {
  display: inline-block;
  width: 7rem;
  height: auto;
  position: relative;
  z-index: 2;
}
.page-1 .section-two {
  background-color: #f6f6f6;
}
.page-1 .section-two .title {
  padding-left: 0.7rem;
  box-sizing: border-box;
  padding-top: 0.62rem;
  margin-bottom: 0.88rem;
}
.page-1 .section-two .title .title_img {
  width: 1.27rem;
}
.page-1 .section-two .content {
  padding-left: 0.5rem;
  padding-right: 0.5rem;
  padding-bottom: 1rem;
}
.page-1 .section-two .content p {
  font-size: 0.24rem;
  line-height: 0.44rem;
  color: #2b2b2b;
  margin-bottom: 0.3rem;
}
.page-1 .section-three {
  padding-top: 1rem;
}
.page-1 .section-three .title-wrap {
  font-size: 0.44rem;
  font-weight: bold;
  color: #373737;
  text-align: center;
  position: relative;
}
.page-1 .section-three .title-wrap:after {
  content: '';
  display: block;
  width: 4.34rem;
  height: 0.01rem;
  background-color: #000000;
  position: absolute;
  top: 1rem;
  left: 50%;
  transform: translateX(-50%);
}
.page-1 .section-three .content {
  padding-left: 0.5rem;
  padding-right: 0.5rem;
  padding-top: 1.29rem;
  padding-bottom: 0.9rem;
}
.page-1 .section-three .content p {
  font-size: 0.24rem;
  line-height: 0.44rem;
  color: #2b2b2b;
}
.page-1 .section-four .img-wrap {
  width: 100%;
}
.page-1 .section-four .img-wrap img {
  width: 100%;
}
.page-1 .section-four .title-wrap {
  position: relative;
  padding-bottom: 0.7rem;
  margin-top: 1.1rem;
  box-sizing: border-box;
  padding-left: 0.6rem;
  padding-right: 0.5rem;
}
.page-1 .section-four .title-wrap .title {
  padding-left: 0.4rem;
  font-size: 0.5rem;
  font-weight: bold;
  line-height: 0.6rem;
  color: #373737;
}
.page-1 .section-four .title-wrap:after {
  content: '';
  display: block;
  width: 0.08rem;
  height: 1.19rem;
  background-color: #5ba198;
  position: absolute;
  left: 0.6rem;
  top: 0;
}
.page-1 .section-four .content {
  padding-left: 0.5rem;
  padding-right: 0.5rem;
  padding-bottom: 1.2rem;
}
.page-1 .section-four .content p {
  text-align: justify;
  font-size: 0.24rem;
  line-height: 0.44rem;
  color: #2b2b2b;
}
.page-1 .section-five {
  background: #f6f6f6;
  position: relative;
}
.page-1 .section-five .icon-wrap {
  padding-left: 0.7rem;
  box-sizing: border-box;
  padding-top: 0.78rem;
  margin-bottom: 0.61rem;
  position: relative;
}
.page-1 .section-five .icon-wrap .icon_img {
  width: 1.27rem;
}
.page-1 .section-five .bg_text {
  position: absolute;
  width: 3.42rem;
  top: 1.73rem;
  right: 0.65rem;
}
.page-1 .section-five .title-wrap {
  width: 6.88rem;
  height: 1.08rem;
  background-color: #ece9e2;
  position: relative;
  z-index: 2;
  padding-left: 0.38rem;
  margin: 0 auto;
  box-sizing: border-box;
  display: flex;
  align-items: center;
}
.page-1 .section-five .title-wrap .title {
  font-size: 0.4rem;
  font-weight: bold;
  line-height: 0.6rem;
  letter-spacing: 0.16rem;
  color: #373737;
  padding-left: 0.45rem;
  border-left: 0.04rem solid #aea079;
}
.page-1 .section-five .honors-list {
  width: 6.88rem;
  margin: 0 auto;
  padding-top: 0.4rem;
  padding-left: 0.36rem;
  padding-right: 0.4rem;
  padding-bottom: 0.64rem;
  box-sizing: border-box;
  background-color: white;
}
.page-1 .section-five .honors-list .honor-item {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
}
.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;
  border-bottom: 0.02rem dashed rgba(129, 129, 129, 0.6);
}
.page-1 .section-six {
  position: relative;
  padding-top: 1.2rem;
  padding-bottom: 1.3rem;
  background: #f6f6f6;
  --swiper-pagination-color: #01a299;
}
.page-1 .section-six .title-wrap {
  width: 4.34rem;
  margin: 0 auto;
  display: block;
  border-bottom: 1px solid #000000;
  padding-bottom: 0.6rem;
  margin-bottom: 0.6rem;
}
.page-1 .section-six .title-wrap .title {
  text-align: center;
  font-size: 0.44rem;
  font-weight: bold;
  color: #373737;
}
.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;
  --swiper-pagination-color: #01a299;
}
.page-1 .section-recommend .title-wrap {
  padding-top: 1.44rem;
  padding-bottom: 0.5rem;
  font-size: 0.4rem;
  font-weight: bold;
  color: #373737;
  text-align: center;
}
.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%;
  background-color: #eeeae3;
  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: #f8f5f0;
  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;
  margin-top: 0.2rem;
  background: url("../img/index/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;
  width: 85%;
  margin: 0 auto;
  margin-bottom: 0.57rem;
  font-size: 0.24rem;
  color: #373737;
  text-align: center;
}
.page-1 .section-recommend .swiper-container .evaluation-item .content-wrap .title:before {
  content: '';
  display: block;
  width: 0.3rem;
  height: 1px;
  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: 1.2rem;
}
.page-2 .section-one .title {
  margin-left: 0.64rem;
  position: relative;
  padding-left: 0.46rem;
  font-size: 0.45rem;
  font-weight: bold;
  letter-spacing: 0.01rem;
  color: #373737;
}
.page-2 .section-one .title:before {
  content: '';
  display: block;
  width: 0.07rem;
  height: 1.07rem;
  background-color: #5ba198;
  margin-bottom: 0.4rem;
  position: absolute;
  top: 0.1rem;
  left: 0;
}
.page-2 .section-one .img-wrap {
  width: 6.9rem;
  margin: 0.7rem auto 0;
}
.page-2 .section-one .img-wrap img {
  width: 100%;
}
.page-2 .section-two {
  padding-top: 1.17rem;
}
.page-2 .section-two .title-wrap {
  width: 6.2rem;
  margin: 0 auto;
}
.page-2 .section-two .title-wrap .title {
  font-size: 0.34rem;
  font-weight: bold;
  line-height: 0.45rem;
  color: #373737;
  padding-bottom: 0.5rem;
  border-bottom: 1px solid #d3d3d3;
}
.page-2 .section-two .content-wrap {
  margin: 0.85rem auto 0.7rem;
  width: 6.2rem;
}
.page-2 .section-two .content-wrap p {
  font-size: 0.24rem;
  line-height: 0.4rem;
  letter-spacing: 0.01rem;
  color: #828282;
  margin-bottom: 0.3rem;
}
.page-2 .section-two .img-wrap {
  width: 100%;
}
.page-2 .section-two .img-wrap img {
  width: 100%;
}
.page-2 .section-three {
  position: relative;
  padding-top: 0.83rem;
}
.page-2 .section-three .title-wrap {
  width: 6.18rem;
  margin: 0 auto;
}
.page-2 .section-three .title-wrap .title {
  font-size: 0.34rem;
  font-weight: bold;
  line-height: 0.45rem;
  color: #373737;
  padding-bottom: 0.63rem;
  border-bottom: 1px solid #d3d3d3;
}
.page-2 .section-three .content-wrap {
  margin: 0.65rem auto 1.2rem;
  width: 6.2rem;
}
.page-2 .section-three .content-wrap p {
  font-size: 0.24rem;
  line-height: 0.4rem;
  letter-spacing: 0.01rem;
  color: #828282;
  margin-bottom: 0.4rem;
}
.page-2 .section-three .img-wrap {
  position: relative;
  display: block;
  width: 100%;
  height: 5.49rem;
}
.page-2 .section-three .img-wrap img {
  width: 6.95rem;
  position: absolute;
  right: 0;
  top: 0;
  height: 5.49rem;
}
.page-2 .section-four {
  padding-top: 0.86rem;
}
.page-2 .section-four .title-wrap {
  width: 6.18rem;
  margin: 0 auto;
}
.page-2 .section-four .title-wrap .title {
  font-size: 0.34rem;
  font-weight: bold;
  line-height: 0.45rem;
  color: #373737;
  padding-bottom: 0.73rem;
  border-bottom: 1px solid #d3d3d3;
}
.page-2 .section-four .content-wrap {
  margin: 0.65rem auto 1.2rem;
  width: 6.2rem;
}
.page-2 .section-four .content-wrap p {
  font-size: 0.24rem;
  line-height: 0.4rem;
  letter-spacing: 0.01rem;
  color: #828282;
  margin-bottom: 0.4rem;
}
.page-2 .section-four .img-wrap {
  width: 100%;
}
.page-2 .section-four .img-wrap img {
  width: 100%;
}
.page-2 .section-five {
  padding-top: 0.8rem;
}
.page-2 .section-five .title-wrap {
  width: 6.18rem;
  margin: 0 auto;
}
.page-2 .section-five .title-wrap .title {
  font-size: 0.34rem;
  font-weight: bold;
  line-height: 0.45rem;
  color: #373737;
  padding-bottom: 0.73rem;
  border-bottom: 1px solid #d3d3d3;
}
.page-2 .section-five .content-wrap {
  margin: 0.65rem auto 1.2rem;
  width: 6.2rem;
}
.page-2 .section-five .content-wrap p {
  font-size: 0.24rem;
  line-height: 0.4rem;
  letter-spacing: 0.01rem;
  color: #828282;
  margin-bottom: 0.4rem;
}
.page-2 .section-five .img-wrap {
  width: 100%;
}
.page-2 .section-five .img-wrap img {
  width: 100%;
}
.page-2 .section-six {
  padding-top: 1rem;
}
.page-2 .section-six .title-wrap {
  width: 6.18rem;
  margin: 0 auto;
}
.page-2 .section-six .title-wrap .title {
  font-size: 0.34rem;
  font-weight: bold;
  line-height: 0.45rem;
  color: #373737;
  padding-bottom: 0.73rem;
  border-bottom: 1px solid #d3d3d3;
}
.page-2 .section-six .content-wrap {
  margin: 0.65rem auto 1.2rem;
  width: 6.2rem;
}
.page-2 .section-six .content-wrap p {
  font-size: 0.24rem;
  line-height: 0.4rem;
  letter-spacing: 0.01rem;
  color: #828282;
  margin-bottom: 0.4rem;
}
.page-2 .section-six .img-wrap {
  width: 100%;
}
.page-2 .section-six .img-wrap img {
  width: 100%;
}
.page-2 .section-seven {
  padding-top: 1.11rem;
  padding-bottom: 0.4rem;
}
.page-2 .section-seven .title-wrap {
  width: 6.18rem;
  margin: 0 auto;
}
.page-2 .section-seven .title-wrap .title {
  font-size: 0.34rem;
  font-weight: bold;
  line-height: 0.45rem;
  color: #373737;
  padding-bottom: 0.73rem;
  border-bottom: 1px solid #d3d3d3;
}
.page-2 .section-seven .content-wrap {
  margin: 0.65rem auto 1.2rem;
  width: 6.2rem;
}
.page-2 .section-seven .content-wrap p {
  font-size: 0.24rem;
  line-height: 0.4rem;
  letter-spacing: 0.01rem;
  color: #828282;
  margin-bottom: 0.4rem;
}
.page-2 .policy-wrap {
  padding-left: 0.3rem;
  padding-right: 0.3rem;
  box-sizing: border-box;
}
.page-2 .policy-wrap .title-wrap {
  font-size: 0.45rem;
  font-weight: bold;
  line-height: 1.07rem;
  letter-spacing: 0.01rem;
  color: #373737;
  border-left: 0.07rem solid #5ba198;
  padding-left: 0.63rem;
  margin-left: 0.34rem;
}
.page-2 .policy-wrap .policy-list {
  margin-top: 0.72rem;
  padding-bottom: 0.72rem;
}
.page-2 .policy-wrap .policy-list .policy-item {
  width: 100%;
  padding-left: 0.25rem;
  padding-right: 0.25rem;
  background-color: #f3f1ee;
  margin-bottom: 0.6rem;
  box-sizing: border-box;
  height: 1.76rem;
  overflow: hidden;
  display: flex;
  align-items: center;
}
.page-2 .policy-wrap .policy-list .policy-item .icon-wrap {
  width: 1.13rem;
  height: 1.09rem;
  flex-shrink: 0;
  margin-right: 0.25rem;
}
.page-2 .policy-wrap .policy-list .policy-item .icon-wrap img {
  width: 100%;
}
.page-2 .policy-wrap .policy-list .policy-item .content {
  font-size: 0.24rem;
  line-height: 0.36rem;
  hyphens: auto;
  color: #373737;
}
.page-3 {
  overflow-x: hidden;
}
.page-3 .year:after {
  content: '年';
  font-size: 0.24rem;
  font-weight: bold;
}
.page-3 .wPeople:after {
  content: '万人';
  font-size: 0.24rem;
  font-weight: bold;
}
.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 .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-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 {
  font-size: 0.4rem;
  font-weight: bold;
  padding-bottom: 0.54rem;
  color: #373737;
  position: relative;
  text-align: center;
  margin-bottom: 0.65rem;
}
.page-3 .section-2 .title-part:after {
  content: '';
  display: block;
  width: 3.31rem;
  height: 1px;
  background-color: #d3d3d3;
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
  z-index: 0;
}
.page-3 .section-2 .img-wrap {
  width: 100%;
  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 .animate-part {
  width: 100%;
  height: 1.88rem;
  background: white;
  box-shadow: 0.02rem 0.03rem 0.38rem 0rem rgba(213, 213, 213, 0.44);
  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%;
  font-weight: bold;
  box-sizing: border-box;
  font-family: YaheiBold;
  font-size: 0.25rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
.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 {
  font-size: 0.4rem;
  font-weight: bold;
  padding-bottom: 0.54rem;
  color: #373737;
  position: relative;
  text-align: center;
  margin-bottom: 0.65rem;
}
.page-3 .section-3 .title-part:after {
  content: '';
  display: block;
  width: 3.31rem;
  height: 1px;
  background-color: #d3d3d3;
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
  z-index: 0;
}
.page-3 .section-3 .img-wrap {
  width: 100%;
  box-sizing: border-box;
  margin-bottom: 0.4rem;
  position: relative;
}
.page-3 .section-3 .img-wrap img {
  width: 100%;
  position: relative;
  z-index: 1;
}
.page-3 .section-3 .animate-part {
  width: 100%;
  height: 1.88rem;
  background: white;
  box-shadow: 0.02rem 0.03rem 0.38rem 0rem rgba(213, 213, 213, 0.44);
  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%;
  font-weight: bold;
  box-sizing: border-box;
  font-family: YaheiBold;
  font-size: 0.25rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
.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: 17%;
}
.page-3 .section-3 .animate-part .item:first-of-type {
  width: 20%;
}
.page-3 .section-3 .animate-part .item:last-of-type {
  width: 29%;
}
.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 {
  font-size: 0.4rem;
  font-weight: bold;
  padding-bottom: 0.54rem;
  color: #373737;
  position: relative;
  text-align: center;
  margin-bottom: 0.65rem;
}
.page-3 .section-4 .title-part:after {
  content: '';
  display: block;
  width: 3.31rem;
  height: 1px;
  background-color: #d3d3d3;
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
  z-index: 0;
}
.page-3 .section-4 .img-wrap {
  width: 100%;
  box-sizing: border-box;
  margin-bottom: 0.4rem;
  position: relative;
}
.page-3 .section-4 .img-wrap img {
  width: 100%;
  position: relative;
  z-index: 1;
}
.page-3 .section-4 .animate-part {
  width: 100%;
  height: 1.88rem;
  background: white;
  box-shadow: 0.02rem 0.03rem 0.38rem 0rem rgba(213, 213, 213, 0.44);
  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%;
  font-weight: bold;
  box-sizing: border-box;
  font-family: YaheiBold;
  font-size: 0.25rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
.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 {
  font-size: 0.4rem;
  font-weight: bold;
  padding-bottom: 0.54rem;
  color: #373737;
  position: relative;
  text-align: center;
  margin-bottom: 0.65rem;
}
.page-3 .section-5 .title-part:after {
  content: '';
  display: block;
  width: 3.31rem;
  height: 1px;
  background-color: #d3d3d3;
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
  z-index: 0;
}
.page-3 .section-5 .img-wrap {
  width: 100%;
  box-sizing: border-box;
  margin-bottom: 0.4rem;
  position: relative;
}
.page-3 .section-5 .img-wrap img {
  width: 100%;
  position: relative;
  z-index: 1;
}
.page-3 .section-5 .animate-part {
  width: 100%;
  height: 1.88rem;
  background: white;
  box-shadow: 0.02rem 0.03rem 0.38rem 0rem rgba(213, 213, 213, 0.44);
  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%;
  font-weight: bold;
  box-sizing: border-box;
  font-family: YaheiBold;
  font-size: 0.25rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
.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 {
  width: 24%;
}
.page-3 .section-5 .animate-part .item:nth-child(4) {
  width: 14%;
}
.page-3 .section-5 .animate-part .item:nth-child(5) {
  width: 14%;
}
.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 {
  font-size: 0.4rem;
  font-weight: bold;
  padding-bottom: 0.54rem;
  color: #373737;
  position: relative;
  text-align: center;
  margin-bottom: 0.65rem;
}
.page-3 .section-6 .title-part:after {
  content: '';
  display: block;
  width: 3.31rem;
  height: 1px;
  background-color: #d3d3d3;
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
  z-index: 0;
}
.page-3 .section-6 .img-wrap {
  width: 100%;
  box-sizing: border-box;
  margin-bottom: 0.4rem;
  position: relative;
}
.page-3 .section-6 .img-wrap img {
  width: 100%;
  position: relative;
  z-index: 1;
}
.page-3 .section-6 .animate-part {
  width: 100%;
  height: 1.88rem;
  background: white;
  box-shadow: 0.02rem 0.03rem 0.38rem 0rem rgba(213, 213, 213, 0.44);
  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%;
  font-weight: bold;
  box-sizing: border-box;
  font-family: YaheiBold;
  font-size: 0.25rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
.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: #f3f4ee;
}
.page-4 .img-wrap {
  width: 100%;
}
.page-4 .img-wrap img {
  width: 100%;
}
.page-4 .section-1 .title-part {
  font-size: 0.4rem;
  font-weight: bold;
  letter-spacing: 0.01rem;
  color: #373737;
  padding-left: 1.37rem;
  height: 2.33rem;
  line-height: 2.33rem;
  background: white;
  position: relative;
}
.page-4 .section-1 .title-part:before {
  display: inline-block;
  content: '';
  height: 0.67rem;
  position: absolute;
  left: 0.92rem;
  top: 50%;
  margin-top: -0.335rem;
  width: 0.07rem;
  background: #5ba198;
}
.page-4 .section-1 .img-wrap {
  margin-bottom: 0.98rem;
}
.page-4 .section-1 .top-img-part {
  display: flex;
  flex-direction: row;
  align-items: center;
  position: relative;
  z-index: 2;
}
.page-4 .section-1 .top-img-part .img-wrap {
  padding-left: 0.31rem;
  margin-bottom: 0;
}
.page-4 .section-1 .top-img-part .img-wrap img {
  width: 3.52rem;
  height: 3.52rem;
}
.page-4 .section-1 .top-img-part .word-wrap {
  font-size: 0.4rem;
  font-weight: bold;
  width: 3rem;
  margin-top: -0.4rem;
  flex-shrink: 0;
  text-align: left;
}
.page-4 .section-1 .big-font {
  font-size: 1.74rem;
  font-family: BELL;
  color: white;
  width: 100%;
  margin-left: -1.25rem;
  display: inline-block;
  margin-top: -0.7rem;
  height: 1.6rem;
}
.page-4 .section-1 .big-font span {
  position: relative;
  font-family: BELL;
}
.page-4 .section-1 .big-font span:nth-of-type(2) {
  position: relative;
  z-index: 2;
}
.page-4 .section-1 .class-img-wrap {
  padding-left: 0.32rem;
  padding-right: 0.32rem;
  margin-bottom: 1.33rem;
}
.page-4 .section-1 .class-img-wrap.padding-left {
  padding-left: 1.8rem;
}
.page-4 .section-1 .class-img-wrap img {
  width: 100%;
  height: auto;
}
.page-4 .section-1 .content-wrap {
  font-size: 0.24rem;
  line-height: 0.44rem;
  color: #828282;
  padding-left: 0.33rem;
  padding-right: 0.33rem;
  margin-bottom: 0.86rem;
}
.page-4 .section-2 {
  padding-left: 0.3rem;
  padding-right: 0.3rem;
  box-sizing: border-box;
}
.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: 4.14rem;
  background: black;
  color: white;
  font-size: 0.42rem;
  box-sizing: border-box;
  height: 0.94rem;
  line-height: 0.94rem;
  font-weight: bold;
  padding-left: 0.38rem;
}
.page-4 .section-2 .subtitle-part .en {
  font-size: 0.25rem;
  color: rgba(255, 255, 255, 0.6);
}
.page-4 .section-2 .list-wrap {
  padding-top: 0.7rem;
  padding-left: 1px;
  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: 5px;
  height: 5px;
  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-right: 0.3rem;
  padding-top: 0.07rem;
  padding-bottom: 1rem;
  box-sizing: border-box;
}
.page-4 .section-3 .subtitle-wrap {
  width: 4.14rem;
  background: black;
  color: white;
  font-size: 0.42rem;
  box-sizing: border-box;
  height: 0.94rem;
  line-height: 0.94rem;
  font-weight: bold;
  padding-left: 0.38rem;
}
.page-4 .section-3 .subtitle-wrap .en {
  font-size: 0.25rem;
  color: rgba(255, 255, 255, 0.6);
}
.page-4 .section-3 .content-wrap {
  font-size: 0.24rem;
  box-sizing: border-box;
  color: #828282;
  line-height: 0.36rem;
  padding-top: 0.66rem;
  padding-rigth: 0.3rem;
  padding-left: 0.4rem;
  padding-bottom: 0.82rem;
}
.page-5 .section-1 {
  background-color: #eeeae3;
  width: 100%;
  padding-left: 0.29rem;
  padding-right: 0.29rem;
  box-sizing: border-box;
  padding-top: 0.7rem;
  padding-bottom: 0.95rem;
}
.page-5 .section-1 .title-part {
  width: 6.91rem;
  margin: 0 auto;
  border-bottom: 1px solid #373737;
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: 0.6rem;
}
.page-5 .section-1 .title-part .title1 {
  margin: 0 auto;
  text-align: center;
  font-size: 0.3rem;
  color: #373737;
  border-bottom: 1px solid #373737;
  margin-bottom: 0.3rem;
}
.page-5 .section-1 .title-part .title2 {
  text-align: center;
  font-size: 0.4rem;
  font-weight: bold;
  color: #373737;
  padding-bottom: 0.45rem;
}
.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: 0.01rem solid indianred;
}
.page-5 .section-1 .form-wrap .row .col.error textarea {
  border: 0.01rem solid indianred;
}
.page-5 .section-1 .form-wrap .row .col .label {
  font-size: 0.24rem;
  font-weight: bold;
  line-height: 0.27rem;
  color: #363636;
  margin-bottom: 0.24rem;
}
.page-5 .section-1 .form-wrap .row .col input {
  height: 0.67rem;
  padding-left: 0.32rem;
  -webkit-appearance: button;
  width: 100%;
  box-sizing: border-box;
  background-color: #eeeae3;
  border: 0.01rem solid #b9b9b9;
  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%;
  -webkit-appearance: button;
  background-color: #eeeae3;
  border: 0.01rem solid #b9b9b9;
  outline: none;
  font-family: inherit;
  padding: 0.2rem 0.36rem;
  box-sizing: border-box;
  height: 1.6rem;
  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.61rem;
}
.page-5 .section-1 .button-wrap button {
  width: 2.87rem;
  height: 0.78rem;
  background-color: #5ba198;
  font-size: 0.24rem;
  font-weight: bold;
  line-height: 0.78rem;
  letter-spacing: 0.07rem;
  text-align: center;
  color: #ffffff;
  border: none;
}
.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 {
  box-sizing: border-box;
  position: relative;
}
.page-5 .section-2 .map-container .map-wrap .map {
  width: 100%;
  height: auto;
}
.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 {
  color: #373737;
  display: inline-block;
}
.page-5 .section-3 .contact-info .item .value {
  color: #373737;
  display: inline-block;
}
/*# sourceMappingURL=main.css.map */