body,
html {
  width: 100%;
  height: 100%;
}
.swiperPaddingTop {
  padding: 100px 0 0;
}
.color-white {
  color: #fff !important;
}
.bg-orange {
  background-color: #d1ac75 !important;
}
.container {
  width: 1200px;
  margin: 0 auto;
}
.header {
  position: fixed;
  left: 0;
  right: 0;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 99;
}
.header-wrap {
  display: flex;
  justify-content: space-between;
  height: 90px;
  align-items: center;
  color: #fff;
}
.header-wrap .logo {
  display: flex;
  align-items: center;
}
.header-wrap .logo img {
  margin-right: 25px;
  height: 70px;
}
.header-wrap .logo span {
  font-size: 18px;
}
.header-wrap .nav {
  display: flex;
  font-size: 16px;
}
.header-wrap .nav > li {
  height: 90px;
  line-height: 90px;
  padding: 0 35px;
  position: relative;
}
.header-wrap .nav > li a i {
  margin-left: 5px;
}
.header-wrap .nav > li a .en {
  display: none;
}
.header-wrap .nav > li:hover .drop-menu {
  display: block;
}
.header-wrap .nav li.active {
  color: #d1ac75;
}
.header-wrap .nav .drop-menu {
  font-size: 15px;
  position: absolute;
  background-color: rgba(0, 0, 0, 0.5);
  right: 0;
  width: 200px;
  text-align: center;
  padding-bottom: 16px;
  border-radius: 0 0 20px 20px;
  line-height: normal;
  display: none;
  color: #fff;
}
.header-wrap .nav .drop-menu > li {
  padding: 20px;
}
.header-wrap .nav-btn {
  display: none;
}
.banner {
  height: 100%;
  background: no-repeat center / cover;
  position: relative;
}
.angle {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 3%;
}
.about {
  height: 100%;
  background-color: #efefef;
  box-sizing: border-box;
}
.about .about-imgs {
  display: flex;
  justify-content: space-between;
  padding: 8% 0 3%;
}
.about .about-imgs li {
  border-radius: 50%;
  border: 1px solid #d1ac75;
  padding: 10px;
  box-sizing: border-box;
  width: 23%;
}
.about .about-imgs li div {
  width: 100%;
  padding-bottom: 100%;
  border-radius: 50%;
  background-color: gray;
}
.about .about-imgs2 {
  display: none;
}
.about .about-content {
  text-indent: 2em;
  font-size: 16px;
  line-height: 1.6;
}
.swiper-container#swiper-container1,
.swiper-container#swiper-container2 {
  width: 100%;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
}
#swiper-container1 .swiper-slide {
  overflow: hidden;
}
#swiper-container2 .swiper-slide {
  height: auto;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.title-section {
  /* text-align: center; */
  font-size: 16px;
  color: #c7c7c7;
  /* align-items: center; */
  /* justify-content: center; */
  display: flex;
  flex-direction: column;
}
.title-section span:first-child {
  font-size: 36px;
  color: #333;
  position: relative;
}
.subtitle-section {
  color: #d1ac75;
  font-size: 22px;
  text-align: center;
  padding: 10px;
}
.more-btn {
  display: flex;
  justify-content: center;
  padding: 4% 0;
}
.more-btn .more-btn-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  width: 290px;
  height: 50px;
  background-color: #d1ac75;
  border-radius: 50px;
  font-size: 16px;
  cursor: pointer;
}
.more-btn .more-btn-wrap span {
  margin-right: 10px;
}
.more-btn .more-btn-wrap img {
  height: 15px;
}
.more-btn .more-btn-wrap:hover {
  background-color: #000 !important;
}
.angle {
  text-align: center;
  font-size: 60px;
}
.angle i {
  cursor: pointer;
}
.product {
  height: 100%;
  background: url(../../images/product-bg.png) no-repeat center / cover;
  box-sizing: border-box;
}
.product .product-imgs {
  display: flex;
  justify-content: space-between;
  padding: 8% 0 3%;
}
.product .product-imgs li {
  cursor: pointer;
  border-radius: 10px;
  background: no-repeat center / cover;
  box-sizing: border-box;
  width: 26%;
  padding-bottom: 32.34%;
  position: relative;
  overflow: hidden;
}
.product .product-imgs li div {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  border-radius: 0;
  height: 90px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  background-color: #d1ac75;
  transform: translateY(100%);
  transition: all 0.5s;
}
.product .product-imgs li div p {
  font-size: 12px;
  color: #fff;
}
.product .product-imgs li div p:first-child {
  font-size: 16px;
  margin-bottom: 5px;
}
.product .product-imgs li:hover div {
  transform: none;
}
.product .product-imgs2 {
  display: none;
  padding: 8% 0 9%;
}
.product .product-imgs2 .swiper-slide {
  border-radius: 5px;
  background: no-repeat center / cover;
  box-sizing: border-box;
  padding-bottom: 70%;
  position: relative;
  overflow: hidden;
  width: 60% !important;
  margin: 0 20% !important;
}
.product .product-imgs2 .swiper-slide div {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  border-radius: 0;
  height: 70px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  background-color: #d1ac75;
  transition: all 0.5s;
}
.product .product-imgs2 .swiper-slide div p {
  font-size: 12px;
  color: #fff;
}
.product .product-imgs2 .swiper-slide div p:first-child {
  font-size: 16px;
  margin-bottom: 5px;
}
.product .product-imgs2 .swiper-pagination-bullet {
  background: #000;
  opacity: 0.8;
}
.product .product-imgs2 .swiper-pagination-bullet-active {
  background: #D1AC75;
}
.development {
  height: 100%;
  background: #efefef;
  box-sizing: border-box;
}
.development .development-steps {
  display: flex;
  padding: 8% 0 3%;
}
.development .development-steps li {
  width: 28.34%;
  height: var(--step-height, 36.3vh);
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 80px;
  box-sizing: border-box;
  background-color: #f3f3f3;
  border-radius: 50%;
  flex-shrink: 0;
  font-size: 16px;
}
.development .development-steps li:nth-of-type(even) {
  background-color: #d9cbb5;
}
.development .development-steps li:nth-of-type(n+2) {
  margin-left: -53px;
}
.development .development-steps li p {
  color: #999999;
  line-height: 1.5;
}
.development .development-steps li div {
  font-size: 45px;
  font-weight: 600;
  margin-bottom: 30px;
}
.development .development-steps li div span {
  font-size: 30px;
  color: #999999;
}
.development .development-content {
  text-align: center;
  font-size: 16px;
  line-height: 1.6;
  padding: 1% 0 4%;
}
.development .development-content p:last-child {
  color: #666;
  margin-top: 10px;
}
.service {
  height: 100%;
  background: url(../../images/service-bg.jpg) no-repeat center / cover;
  box-sizing: border-box;
}
.service .title-section {
  margin-bottom: 30px;
}
.service .service-wrap {
  padding: 30px 0;
  background-color: rgba(255, 255, 255, 0.5);
}
.service .service-item {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.service .service-item .service-item-title {
  width: 100%;
  flex-shrink: 1;
  font-size: 24px;
  display: flex;
  align-items: center;
  margin-bottom: 15px;
}
.service .service-item .service-item-title img {
  width: 22px;
  margin-right: 15px;
}
.service .service-item .service-subitem > p {
  margin-bottom: 15px;
  color: #999999;
  font-size: 16px;
}
.service .service-item .service-subitem > p span:first-child {
  color: #333;
  font-size: 16px;
}
.service .service-item .service-subitem:last-child {
  width: 400px;
}
.service .service-item:last-child {
  align-items: center;
}
.service .service-item:last-child .service-subitem {
  display: flex;
  justify-content: space-between;
  flex: 1;
}
.service .service-item:last-child .service-subitem:last-child {
  flex: inherit;
}
.service .service-item:last-child .service-subitem:last-child img {
  width: 45%;
}
.service .service-item:last-child .service-subitem ul {
  display: flex;
  flex-wrap: wrap;
}
.service .service-item:last-child .service-subitem ul li {
  background-color: #fff;
  border-radius: 10px;
  width: 26.5%;
  margin-right: 4%;
  margin-top: 4%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 15px;
  box-sizing: border-box;
  font-size: 16px;
}
.service .service-item:last-child .service-subitem ul li p:last-child {
  font-size: 12px;
  color: #999999;
  margin-top: 5px;
}
.service .service-item:last-child .service-subitem ul li:nth-of-type(-n+3) {
  margin-top: 0;
}
.vision {
  height: 100vh;
  background: #fbfbfb;
  box-sizing: border-box;
}
.vision .vision-content p {
  font-size: 16px;
  line-height: 1.6;
}
.vision .vision-content img {
  padding: 8% 0 3%;
}
.footer {
  background-color: #000;
  color: #999999;
  padding: 50px 0;
}
.footer .footer-item:first-child {
  display: flex;
  align-items: flex-start;
}
.footer .footer-item:first-child .footer-nav {
  margin-bottom: 20px;
  flex: 1;
  display: flex;
  justify-content: space-between;
}
.footer .footer-item:first-child .footer-nav dl {
  
  padding-right: 50px;
  margin-top: 6px;
  font-size: 13px;
  line-height: 1.5;
  flex: 1;
}

.footer .footer-item:first-child .footer-nav dl dt {
  font-size: 18px;
  margin-bottom: 5px;
}
.footer .footer-item:first-child img {
  width: 150px;
}
.footer .footer-item-last p {
  font-size: 13px;
  line-height: 2;
}
.footer .footer-item-last p:first-child {
  font-size: 18px;
}
.footer .footer-item-last p:nth-of-type(n+3) {
  
}
.go-top {
  background: url(../../images/zhiding.png) no-repeat center / 25px;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background-color: #d1ac75;
  position: fixed;
  right: 3%;
  bottom: 5%;
  z-index: 999;
  cursor: pointer;
  display: none;
}
.product2 {
  height: 100%;
  box-sizing: border-box;
}
.product2 .product-describe {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 8% 0 4%;
}
.product2 .product-cover {
  width: 480px;
  position: relative;
  padding: 10px;
  box-sizing: border-box;
  background: url(../../images/around.png) no-repeat bottom / 100%;
}
.product2 .product-cover img {
  z-index: 99;
  position: relative;
  border-radius: 50%;
}
.product2 .product-cover dl {
  position: absolute;
  width: 200px;
  height: 200px;
  border-radius: 50%;
  border: 1px solid #d1ac75;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 20px;
  box-sizing: border-box;
}
.product2 .product-cover dl dt {
  font-size: 24px;
  margin-bottom: 5px;
}
.product2 .product-cover dl dd {
  font-size: 16px;
  color: #999;
  line-height: 1.5;
}
.product2 .product-cover dl:nth-of-type(1) {
  left: -260px;
  top: 0;
  z-index: 99;
}
.product2 .product-cover dl:nth-of-type(2) {
  width: 220px;
  height: 220px;
  right: -400px;
  top: 0;
  z-index: 99;
}
.product2 .product-cover dl:nth-of-type(3) {
  width: 270px;
  height: 270px;
  left: -300px;
  top: 300px;
  z-index: 99;
}
.product2 .product-cover dl:nth-of-type(4) {
  right: -300px;
  top: 300px;
  z-index: 99;
}
.introduction {
  height: 100%;
  box-sizing: border-box;
  background-color: #fbfbfb;
}
.introduction .introduction-list {
  padding: 6% 0 3%;
  display: flex;
  justify-content: space-between;
}
.introduction .introduction-list li {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.introduction .introduction-list li img {
  width: 160px;
}
.introduction .introduction-list li dt {
  font-size: 28px;
  margin-left: 10px;
}
.introduction .introduction-list li dd {
  font-size: 18px;
}
.introduction .introduction-list li dl {
  position: relative;
  writing-mode: vertical-lr;
  padding-top: 100px;
}
.introduction .introduction-list li dl::before {
  position: absolute;
  content: '';
  width: 12px;
  height: 12px;
  border: 1px solid #d1ac75;
  display: inline-block;
  border-radius: 50%;
  top: 40px;
  left: 50%;
  margin-left: -6px;
}
.introduction .introduction-list li dl::after {
  position: absolute;
  content: '';
  width: 10px;
  height: 10px;
  border: 1px solid #d1ac75;
  display: inline-block;
  border-radius: 50%;
  top: 70px;
  left: 50%;
  margin-left: -5px;
}
.crowd {
  height: 100vh;
  box-sizing: border-box;
}
.crowd .crowd-imgs {
  display: flex;
  justify-content: space-between;
  padding: 8% 0 4%;
}
.crowd .crowd-imgs li {
  border-radius: 50%;
  border: 1px solid #d1ac75;
  padding: 10px;
  box-sizing: border-box;
  cursor: pointer;
  width: 28%;
}
.crowd .crowd-imgs li > div {
  width: 100%;
  padding-bottom: 100%;
  border-radius: 50%;
  background-color: gray;
  background: no-repeat center / cover;
  position: relative;
}
.crowd .crowd-imgs li > div div {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  padding: 35px;
  box-sizing: border-box;
  color: #fff;
  font-size: 14px;
  line-height: 1.5;
  text-align: center;
  height: 100%;
  border-radius: 50%;
  background-color: rgba(0, 0, 0, 0.5);
  /*visibility: hidden;*/
}
.crowd .crowd-imgs li > div p:first-child {
  margin-bottom: 10px;
  font-size: 22px;
}
.crowd .crowd-imgs li > div:hover div {
  visibility: visible;
}
.crowd .crowd-imgs2 {
  display: none;
}
.crowd .crowd-slogan {
  text-align: center;
}
.crowd .crowd-slogan div {
  display: inline-block;
  width: 490px;
  height: 60px;
  line-height: 60px;
  border-radius: 60px;
  text-align: center;
  border: 1px solid #d1ac75;
  color: #d1ac75;
  font-size: 22px;
}
.crowd .crowd-content {
  padding: 4% 0;
  text-align: center;
  font-size: 16px;
}
.position {
  height: 100%;
  box-sizing: border-box;
}
.position .position-content {
  padding: 60px 0 0;
}
.position .position-content table {
  width: 100%;
  padding-top: 20px;
}
.position .position-content table tr {
  line-height: 1.5;
}
.position .position-content table tr td {
  width: 80%;
  font-size: 16px;
  color: #666666;
}
.position .position-content table tr td:first-child {
  width: 20%;
  font-size: 24px;
}
.position .position-content2 {
  padding-bottom: 20px;
  overflow: hidden;
}
.position .position-content2 p {
  margin-bottom: 30px;
  line-height: 1.5;
}
.consultant {
  height: 100%;
  box-sizing: border-box;
}
.consultant .consultant-describe {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 15% 0 4%;
  position: relative;
}
.consultant .consultant-cover {
  width: 300px;
  padding: 10px;
  box-sizing: border-box;
  text-align: center;
}
.consultant .consultant-cover img {
  z-index: 99;
  position: relative;
  border-radius: 50%;
  margin-bottom: 90px;
}
.consultant .consultant-cover .consultant-name {
  font-size: 30px;
}
.consultant .consultant-cover .consultant-zc {
  font-size: 18px;
  color: #999999;
}
.consultant .consultant-cover .consultant-cw {
  font-size: 16px;
  color: #666666;
  margin-top: 10px;
}
.consultant .consultant-ids {
  font-size: 16px;
}
.consultant .consultant-ids li {
  position: absolute;
  z-index: 99;
}
.consultant .consultant-ids li:nth-of-type(1) {
  top: 130px;
  left: 0;
}
.consultant .consultant-ids li:nth-of-type(2) {
  top: 190px;
  left: 0;
}
.consultant .consultant-ids li:nth-of-type(3) {
  top: 250px;
  left: 0;
}
.consultant .consultant-ids li:nth-of-type(4) {
  top: 310px;
  left: 0;
}
.consultant .consultant-ids li:nth-of-type(5) {
  top: 130px;
  right: 0;
}
.consultant .consultant-ids li:nth-of-type(6) {
  top: 190px;
  right: 0;
}
.consultant .consultant-ids li:nth-of-type(7) {
  top: 250px;
  right: 0;
}
.consultant .consultant-ids li:nth-of-type(8) {
  top: 350px;
  right: 0;
}
.consultant .consultant-ids li:nth-of-type(9) {
  top: 410px;
  right: 0;
}
.consultant .consultant-water {
  position: absolute;
  color: #eee;
  font-size: 41px;
  top: 400px;
  left: 0;
}
.team {
  height: 100%;
  box-sizing: border-box;
}
.team .team-list {
  padding: 8% 0 4%;
  display: flex;
  justify-content: space-between;
}
.team .team-list li {
  width: 370px;
  height: 477px;
  position: relative;
  border-radius: 10px;
  overflow: hidden;
  background: no-repeat center / cover;
  cursor: pointer;
}
.team .team-list li div {
  position: absolute;
  background-color: rgba(0, 0, 0, 0.5);
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  color: #fff;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-end;
  padding: 45px;
  box-sizing: border-box;
  visibility: hidden;
}
.team .team-list li div p {
  font-size: 16px;
}
.team .team-list li div p:first-child {
  font-size: 32px;
  margin-bottom: 10px;
}
.team .team-list li div p:last-child {
  margin-top: 90px;
  font-size: 16px;
}
.team .team-list li:hover > div {
  visibility: visible;
}
.filing {
  height: auto;
  min-height: 100vh;
  box-sizing: border-box;
}
.filing .filing-content {
  padding-bottom: 4%;
}
.filing .filing-list {
  padding: 4% 0 4%;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
.filing .filing-list li {
  width: 370px;
  height: 331px;
  position: relative;
  border-radius: 10px;
  overflow: hidden;
  margin-right: 45px;
  background: no-repeat center / cover;
  border: 1px solid #d1ac75;
  box-sizing: border-box;
}
.filing .filing-list li:nth-of-type(3n) {
  margin-right: 0;
}
.filing .filing-list li:nth-of-type(n+4) {
  margin-top: 45px;
}
.filing .guestbookform {
  padding: 4% 0 2%;
}
.filing .guestbookform form {
  display: flex;
  flex-wrap: wrap;
}
.filing .guestbookform .guestbookform-item {
  border: 1px solid #d1ac75;
  margin-top: -1px;
  width: 50%;
  padding: 20px;
  box-sizing: border-box;
  color: #999;
  font-size: 16px;
  display: flex;
}
.filing .guestbookform .guestbookform-item:first-child {
  width: 100%;
  text-align: center;
  font-size: 24px;
  color: #333;
  display: flex;
  justify-content: center;
}
.filing .guestbookform .guestbookform-item.five {
  width: 100%;
  display: flex;
  flex-direction: column;
}
.filing .guestbookform .guestbookform-item.five textarea {
  height: 120px;
  margin-top: 10px;
  border: 0;
}
.filing .guestbookform .guestbookform-item.last {
  width: 100%;
  text-align: center;
  border: 0;
  display: flex;
  justify-content: center;
}
.filing .guestbookform .guestbookform-item.last input {
  margin-top: 20px;
  width: 290px;
  height: 52px;
  background: #D1AC75;
  border-radius: 26px;
  font-size: 16px;
  font-weight: 500;
  color: #FFFFFF;
  border: 0;
  outline: 0;
  cursor: pointer;
}
.filing .guestbookform .guestbookform-item.last input:hover {
  background-color: #000;
}
.filing .guestbookform .guestbookform-item:nth-of-type(3),
.filing .guestbookform .guestbookform-item:nth-of-type(5) {
  border-left: 0;
}
.filing .guestbookform .guestbookform-item label {
  width: 9em;
  display: inline-block;
}
.filing .guestbookform .guestbookform-item label + input {
  flex: 1;
  border: 0;
}
.filing .filing-content {
  font-size: 16px;
  color: #666;
  line-height: 1.5;
}
.filing .filing-content p:last-child {
  display: flex;
  margin-top: 10px;
  justify-content: space-between;
}
.activities {
  min-height: 100vh;
  box-sizing: border-box;
}
.activities .activities-list {
  padding: 4% 0 4%;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.activities .activities-list li {
  margin-bottom: 20px;
}
.activities .activities-list li .activities-img {
  background: no-repeat center / cover;
  width: 586px;
  height: 322px;
  position: relative;
  border-radius: 10px;
  box-sizing: border-box;
  font-size: 16px;
  margin-bottom: 10px;
  overflow: hidden;
}
.activities .activities-list li .activities-img .activities-desc {
  padding: 40px;
  height: 100%;
  color: #fff;
  display: flex;
  align-items: center;
  text-align: center;
  justify-content: center;
  box-sizing: border-box;
  visibility: hidden;
  background-color: rgba(0, 0, 0, 0.5);
}
.activities .activities-list li .activities-img:hover .activities-desc {
  visibility: visible;
}
.activities .activities-list li p {
  font-size: 22px;
}
.activities .activities-list li p:last-child {
  font-size: 24px;
  margin-top: 15px;
}
.activities .pages {
  padding-bottom: 50px;
}
.activities .pages li {
  display: inline-block;
  padding: 0 5px;
}
.pages {
  text-align: center;
}
.article {
  min-height: 100vh;
  box-sizing: border-box;
}
.article .article-content {
  padding: 60px 0 0;
  padding-bottom: 20px;
}
.article .article-content p {
  margin-bottom: 30px;
  line-height: 1.5;
}
@media all and (max-width: 1280px) {
  .container {
    width: 1024px;
  }
}
@media all and (max-width: 1024px) {
  .swiperPaddingTop {
    padding: 75px 0 0;
  }
  .container {
    width: 92%;
  }
  .header-wrap {
    height: 70px;
  }
  .header-wrap .logo span {
    font-size: 15px;
  }
  .header-wrap .logo img {
    height: 50px;
    margin-right: 15px;
  }
  .header-wrap .nav {
    font-size: 16px;
  }
  .header-wrap .nav > li {
    padding: 0 25px;
    height: 70px;
    line-height: 70px;
  }
  .header-wrap .nav .drop-menu {
    font-size: 15px;
    width: 220px;
  }
  .header-wrap .nav .drop-menu > li {
    padding: 15px;
  }
  .title-section span:first-child {
    font-size: 30px;
  }
  .position .position-content {
    padding: 30px 0 0;
  }
  .position .position-content table tr td {
    width: 70%;
    font-size: 16px;
  }
  .position .position-content table tr td:first-child {
    width: 30%;
    font-size: 18px;
    font-weight: 600;
  }
  .position .position-content2 {
    padding-bottom: 10px;
  }
  .position .position-content2 p {
    margin-bottom: 15px;
  }
  .consultant .consultant-describe {
    padding: 10% 0 4%;
  }
  .consultant .consultant-ids {
    font-size: 18px;
  }
  .consultant .consultant-cover .consultant-name {
    font-size: 24px;
  }
  .consultant .consultant-cover .consultant-zc {
    font-size: 16px;
  }
  .consultant .consultant-cover .consultant-cw {
    font-size: 14px;
  }
  .consultant .consultant-cover img {
    margin-bottom: 8%;
  }
  .consultant .consultant-water {
    font-size: 26px;
    top: 70%;
  }
  .team .team-list {
    flex-wrap: wrap;
  }
  .team .team-list li {
    width: 30%;
    height: auto;
    padding-bottom: 40%;
    border-radius: 5px;
    margin-top: 0;
  }
  .team .team-list li:nth-of-type(-n+2) {
    margin-top: 0;
  }
  .team .team-list li div {
    padding: 15px;
  }
  .team .team-list li div p {
    font-size: 14px;
  }
  .team .team-list li div p:first-child {
    font-size: 18px;
    margin-bottom: 5px;
  }
  .team .team-list li div p:last-child {
    margin-top: 5px;
    font-size: 14px;
  }
  .filing .filing-list li {
    width: 30%;
    height: auto;
    padding-bottom: 30%;
    margin-right: 5%;
    margin-top: 20px;
  }
  .filing .filing-list li:nth-of-type(3n) {
    margin-right: 0;
  }
  .filing .filing-list li:nth-of-type(-n+3) {
    margin-top: 0;
  }
  .activities .activities-list {
    display: flex;
  }
  .activities .activities-list li {
    width: 48%;
  }
  .activities .activities-list li .activities-img {
    width: 100%;
    height: auto;
    padding-bottom: 50%;
    text-align: center;
  }
  .activities .activities-list li .activities-img .activities-desc {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    font-size: 14px;
  }
  .activities .activities-list li p {
    font-size: 14px;
  }
  .activities .activities-list li p:last-child {
    font-size: 16px;
    margin-top: 8px;
  }
  .article .title-section span {
    font-size: 16px !important;
  }
  .article .article-content {
    padding: 20px 0 0;
  }
  .article .article-content p {
    margin-bottom: 15px;
  }
  .product2 .product-cover dl {
    width: 150px;
    height: 150px;
    padding: 10px;
  }
  .product2 .product-cover dl dt {
    font-size: 16px;
  }
  .product2 .product-cover dl dd {
    font-size: 14px;
  }
  .product2 .product-cover dl:nth-of-type(1) {
    left: -35%;
  }
  .product2 .product-cover dl:nth-of-type(2) {
    width: 170px;
    height: 170px;
    right: -40%;
  }
  .product2 .product-cover dl:nth-of-type(3) {
    width: 200px;
    height: 200px;
    left: -38%;
  }
  .product2 .product-cover dl:nth-of-type(4) {
    width: 160px;
    height: 160px;
    right: -35%;
  }
  .product2 .subtitle-section {
    font-size: 16px;
  }
  .introduction .introduction-list li dd {
    font-size: 14px;
  }
  .introduction .introduction-list li dt {
    font-size: 16px;
  }
  .introduction .introduction-list li img {
    width: 130px;
  }
  .crowd .crowd-slogan div {
    width: 60%;
    height: 40px;
    line-height: 40px;
    border-radius: 40px;
    font-size: 16px;
  }
  .crowd .crowd-content {
    font-size: 14px;
  }
  .about .about-content {
    font-size: 14px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
  }
  .more-btn .more-btn-wrap {
    font-size: 16px;
  }
  .more-btn .more-btn-wrap img {
    height: 12px;
  }
  .vision .vision-content p {
    font-size: 14px;
  }
  .development .development-steps li {
    padding: 40px;
    font-size: 14px;
  }
  .development .development-steps li div {
    font-size: 30px;
    margin-bottom: 15px;
  }
  .development .development-steps li div span {
    font-size: 24px;
  }
  .development .development-content {
    font-size: 14px;
  }
  .service .service-item .service-item-title {
    font-size: 18px;
  }
  .service .service-item .service-item-title img {
    width: 16px;
    margin-right: 8px;
  }
  .service .service-item .service-subitem > p {
    font-size: 14px;
  }
  .service .service-item .service-subitem > p span:first-child {
    font-size: 14px;
  }
  .service .service-item .service-subitem:last-child {
    display: none;
  }
  .service .service-item:last-child .service-subitem ul {
    justify-content: space-between;
  }
  .service .service-item:last-child .service-subitem ul li {
    width: 32%;
    border-radius: 5px;
    margin-right: 0;
    margin-top: 15px;
    font-size: 18px;
    padding: 10px;
  }
}
@media all and (max-width: 1024px) and (min-width: 961px) {
  .angle {
    bottom: 0;
  }
  .more-btn {
    padding: 3% 0;
  }
  .about .about-imgs {
    padding: 3% 0;
  }
  .product .product-imgs {
    padding: 3% 0 0;
  }
  .development .development-steps {
    padding: 3% 0;
  }
  .development .development-content {
    padding: 0 0 4%;
  }
  .service .service-wrap {
    padding: 1.2% 0;
  }
  .service .service-item .service-item-title {
    margin-bottom: 1%;
  }
  .service .service-item .service-subitem > p {
    margin-bottom: 1.5%;
  }
  .vision .vision-content img {
    padding: 3% 0;
  }
  .position .position-content {
    padding: 1% 0 0;
  }
  .position .position-content table {
    padding: 1% 0 0;
  }
  .position .position-content table tr td {
    font-size: 12px;
  }
  .position .position-content table tr td:first-child {
    font-size: 14px;
  }
  .consultant .consultant-describe {
    padding: 4% 0;
  }
  .consultant .consultant-ids li:nth-of-type(1) {
    top: 10%;
  }
  .consultant .consultant-ids li:nth-of-type(2) {
    top: 20%;
  }
  .consultant .consultant-ids li:nth-of-type(3) {
    top: 30%;
  }
  .consultant .consultant-ids li:nth-of-type(4) {
    top: 40%;
  }
  .consultant .consultant-ids li:nth-of-type(5) {
    top: 12%;
  }
  .consultant .consultant-ids li:nth-of-type(6) {
    top: 22%;
  }
  .consultant .consultant-ids li:nth-of-type(7) {
    top: 32%;
  }
  .consultant .consultant-ids li:nth-of-type(8) {
    top: 42%;
  }
  .consultant .consultant-ids li:nth-of-type(9) {
    top: 52%;
  }
  .team .team-list {
    padding: 4% 0;
  }
  .product2 .product-describe {
    padding: 2% 0 1%;
  }
  .product2 .product-cover {
    width: 35%;
  }
  .product2 .product-cover dl:nth-of-type(1) {
    left: -50%;
  }
  .product2 .product-cover dl:nth-of-type(2) {
    right: -60%;
  }
  .product2 .product-cover dl:nth-of-type(3) {
    left: -60%;
    top: 60%;
  }
  .product2 .product-cover dl:nth-of-type(4) {
    right: -50%;
    top: 60%;
  }
  .introduction .introduction-list {
    padding: 3% 0;
  }
  .introduction .introduction-list li img {
    width: 75px;
  }
  .introduction .introduction-list li dl {
    padding-top: 80px;
  }
  .introduction .introduction-list li dl::before {
    width: 10px;
    height: 10px;
    top: 20px;
    margin-left: -5px;
  }
  .introduction .introduction-list li dl::after {
    width: 8px;
    height: 8px;
    top: 50px;
    margin-left: -4px;
  }
  .crowd .crowd-imgs {
    padding: 4% 0;
  }
}
@media all and (max-width: 960px) {
  .swiperPaddingTop {
    padding: 60px 0 0;
  }
  .container {
    width: 92%;
  }
  .header-wrap {
    height: 44px;
  }
  .header-wrap .nav-btn {
    font-size: 16px;
  }
  .header-wrap .nav-btn.open {
    display: block;
  }
  .header-wrap .nav {
    position: fixed;
    background-color: #404040;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    overflow: auto;
    display: none;
  }
  .header-wrap .nav.nav-show {
    display: block;
  }
  .header-wrap .nav.nav-show + .nav-btn.close {
    display: block;
    z-index: 99;
  }
  .header-wrap .nav > li {
    height: auto;
    line-height: normal;
    display: flex;
    flex-direction: column;
    min-height: 20%;
    font-size: 18px;
    box-sizing: border-box;
    padding: 0;
  }
  .header-wrap .nav > li i {
    display: none;
  }
  .header-wrap .nav > li > a {
    padding: 30px 30px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    flex: 1;
  }
  .header-wrap .nav > li > a .en {
    margin-top: 15px;
    display: block;
    font-size: 12px;
  }
  .header-wrap .nav > li:nth-of-type(1) {
    background: #404040;
  }
  .header-wrap .nav > li:nth-of-type(2) {
    background: #333333;
  }
  .header-wrap .nav > li:nth-of-type(3) {
    background: #262626;
  }
  .header-wrap .nav > li:nth-of-type(4) {
    background: #1A1A1A;
  }
  .header-wrap .nav > li:nth-of-type(5) {
    background: #000000;
  }
  .header-wrap .nav > li .drop-menu {
    position: relative;
    font-size: 12px;
    width: 100%;
    background: none;
    padding-bottom: 30px;
  }
  .header-wrap .nav > li .drop-menu li {
    padding: 15px 0;
  }
  .header-wrap .nav > li:hover .drop-menu {
    display: block;
  }
  .header-wrap .nav > li:hover .en {
    display: none;
  }
  .header-wrap .logo img {
    margin-right: 10px;
    height: 34px;
  }
  .header-wrap .logo span {
    font-size: 12px;
  }
  .angle {
    font-size: 30px;
  }
  .go-top {
    display: none;
  }
  .footer {
    padding: 20px 0;
  }
  .footer .footer-item:first-child {
    display: none;
  }
  .footer .footer-item-last p {
    font-size: 12px;
  }
  .footer .footer-item-last p:first-child {
    font-size: 12px;
  }
  .title-section {
    /* text-align: center; */
    font-size: 12px;
  }
  .title-section span:first-child {
    font-size: 18px;
  }
  .about .about-imgs {
    display: none;
    flex-wrap: wrap;
  }
  .about .about-imgs li {
    width: 48%;
    padding: 5px;
  }
  .about .about-imgs li div {
    width: 100%;
    padding-bottom: 100%;
    height: auto;
  }
  .about .about-imgs li:nth-of-type(n+3) {
    margin-top: 2%;
  }
  .about .about-imgs2 {
    display: block;
    padding: 8% 0 9%;
  }
  .about .about-imgs2 .swiper-slide {
    border-radius: 50%;
    border: 1px solid #d1ac75;
    padding: 5px;
    box-sizing: border-box;
    width: 60% !important;
    margin: 0 20% !important;
  }
  .about .about-imgs2 .swiper-slide div {
    width: 100%;
    padding-bottom: 100%;
    height: auto;
  }
  .about .about-imgs2 .swiper-pagination-bullet {
    background: #000;
    opacity: 0.8;
  }
  .about .about-imgs2 .swiper-pagination-bullet-active {
    background: #D1AC75;
  }
  .about .about-content {
    font-size: 14px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
  }
  .more-btn .more-btn-wrap {
    width: 160px;
    height: 30px;
    font-size: 12px;
  }
  .more-btn .more-btn-wrap img {
    height: 7px;
  }
  .vision .vision-content p {
    font-size: 14px;
  }
  .product .product-imgs {
    display: none;
  }
  .product .product-imgs2 {
    display: block;
  }
  .development .development-content {
    font-size: 16px;
  }
  .development .development-steps {
    flex-direction: column;
  }
  .development .development-steps li {
    height: auto;
    width: auto;
    padding: 12px;
    border-radius: 5px;
    flex-direction: row;
    align-items: flex-end;
    font-size: 12px;
    margin-bottom: 10px;
    justify-content: space-between;
  }
  .development .development-steps li dl {
    display: flex;
  }
  .development .development-steps li div {
    margin-bottom: 0;
    font-size: 30px;
    line-height: 1;
    color: #fff;
  }
  .development .development-steps li div span {
    font-size: 15px;
    color: #fff;
  }
  .development .development-steps li p {
    color: #000;
  }
  .development .development-steps li:nth-of-type(odd) {
    background: #D1AC75;
    margin-right: 14%;
    margin-left: 0;
  }
  .development .development-steps li:nth-of-type(even) {
    background: #000000;
    margin-left: 14%;
    flex-direction: row-reverse;
  }
  .development .development-steps li:nth-of-type(even) p {
    color: #D1AC75;
  }
  .service .service-item .service-item-title {
    font-size: 16px;
  }
  .service .service-item .service-item-title img {
    width: 16px;
    margin-right: 8px;
  }
  .service .service-item .service-subitem > p {
    font-size: 12px;
  }
  .service .service-item .service-subitem > p span:first-child {
    font-size: 12px;
  }
  .service .service-item .service-subitem:last-child {
    display: none;
  }
  .service .service-item:last-child .service-subitem ul {
    justify-content: space-between;
  }
  .service .service-item:last-child .service-subitem ul li {
    width: 32%;
    border-radius: 5px;
    margin-right: 0;
    margin-top: 15px;
    font-size: 16px;
    padding: 7px;
  }
  .product2 .product-cover {
    padding-top: 40%;
    width: 55%;
  }
  .product2 .product-cover dl {
    width: 140px;
    height: 140px;
    padding: 10px;
  }
  .product2 .product-cover dl dt {
    font-size: 14px;
  }
  .product2 .product-cover dl dd {
    font-size: 12px;
  }
  .product2 .product-cover dl:nth-of-type(1) {
    left: -28%;
    top: -5%;
  }
  .product2 .product-cover dl:nth-of-type(2) {
    width: 160px;
    height: 160px;
    right: -45%;
    top: -5%;
  }
  .product2 .product-cover dl:nth-of-type(3) {
    width: 170px;
    height: 170px;
    left: -40%;
    top: 30%;
  }
  .product2 .product-cover dl:nth-of-type(4) {
    width: 150px;
    height: 150px;
    right: -40%;
    top: 30%;
  }
  .product2 .subtitle-section {
    font-size: 14px;
  }
  .introduction .introduction-list li dd {
    font-size: 12px;
  }
  .introduction .introduction-list li dt {
    font-size: 14px;
  }
  .introduction .introduction-list li:nth-of-type(2n) {
    flex-direction: column-reverse;
    padding-top: 45%;
  }
  .introduction .introduction-list li:nth-of-type(2n) dl {
    padding-top: 0;
    padding-bottom: 100px;
  }
  .introduction .introduction-list li:nth-of-type(2n) dl::before {
    bottom: 40px;
    top: auto;
  }
  .introduction .introduction-list li:nth-of-type(2n) dl::after {
    bottom: 70px;
    top: auto;
  }
  .crowd .crowd-slogan div {
    width: 90%;
    height: 40px;
    line-height: 40px;
    border-radius: 40px;
    font-size: 14px;
  }
  .crowd .crowd-content {
    font-size: 12px;
  }
  .crowd .crowd-imgs {
    display: none;
  }
  .crowd .crowd-imgs2 {
    display: block;
    padding: 8% 0 9%;
  }
  .crowd .crowd-imgs2 .swiper-slide {
    border-radius: 50%;
    border: 1px solid #d1ac75;
    padding: 5px;
    box-sizing: border-box;
    overflow: hidden;
    width: 60% !important;
    margin: 0 20% !important;
  }
  .crowd .crowd-imgs2 .swiper-slide > div {
    background: no-repeat center / cover;
    width: 100%;
    padding-bottom: 100%;
    position: relative;
  }
  .crowd .crowd-imgs2 .swiper-slide > div div {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    padding: 35px;
    box-sizing: border-box;
    color: #fff;
    font-size: 12px;
    line-height: 1.5;
    text-align: center;
    height: 100%;
    border-radius: 50%;
    background-color: rgba(0, 0, 0, 0.5);
  }
  .crowd .crowd-imgs2 .swiper-slide > div p:first-child {
    margin-bottom: 5px;
    font-size: 16px;
  }
  .crowd .crowd-imgs2 .swiper-pagination-bullet {
    background: #000;
    opacity: 0.8;
  }
  .crowd .crowd-imgs2 .swiper-pagination-bullet-active {
    background: #D1AC75;
  }
  .activities .activities-list li .activities-img {
    width: 100%;
    height: auto;
    padding-bottom: 50%;
  }
  .activities .activities-list li .activities-img .activities-desc {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    font-size: 12px;
  }
  .activities .activities-list li p {
    font-size: 12px;
  }
  .activities .activities-list li p:last-child {
    font-size: 14px;
    margin-top: 8px;
  }
  .article .title-section span {
    font-size: 16px !important;
  }
  .article .article-content {
    padding: 20px 0 0;
  }
  .article .article-content p {
    margin-bottom: 15px;
  }
  .filing {
    height: auto;
    min-height: 100vh;
  }
  .filing .guestbookform .guestbookform-item {
    flex-direction: column;
    padding: 10px;
    font-size: 14px;
  }
  .filing .guestbookform .guestbookform-item:first-child {
    font-size: 18px;
  }
  .filing .guestbookform .guestbookform-item label {
    width: auto;
  }
  .filing .guestbookform .guestbookform-item label + input {
    margin-top: 5px;
  }
  .filing .guestbookform .guestbookform-item.last {
    align-items: center;
  }
  .filing .guestbookform .guestbookform-item.last input {
    margin-top: 10px;
    font-size: 18px;
    width: 220px;
    height: 40px;
  }
  .filing .guestbookform .guestbookform-item.five textarea {
    margin-top: 5px;
  }
  .filing .filing-content {
    font-size: 12px;
    padding-bottom: 4%;
  }
  .position .position-content {
    padding: 30px 0 0;
  }
  .position .position-content table tr td {
    width: 70%;
    font-size: 14px;
  }
  .position .position-content table tr td:first-child {
    width: 30%;
    font-size: 14px;
    font-weight: 600;
  }
  .position .position-content2 {
    padding-bottom: 10px;
  }
  .position .position-content2 p {
    margin-bottom: 15px;
  }
  .consultant .consultant-describe {
    padding: 4% 0 4%;
    flex-direction: column;
  }
  .consultant .consultant-ids {
    font-size: 14px;
  }
  .consultant .consultant-ids li {
    position: relative;
    top: auto !important;
    left: auto !important;
    right: auto !important;
    bottom: auto !important;
    margin-top: 10px;
  }
  .consultant .consultant-cover {
    width: 50%;
    padding: 0;
  }
  .consultant .consultant-cover .consultant-name {
    font-size: 18px;
  }
  .consultant .consultant-cover .consultant-zc {
    font-size: 16px;
  }
  .consultant .consultant-cover .consultant-cw {
    font-size: 14px;
  }
  .consultant .consultant-cover img {
    margin-bottom: 10px;
    border: 1px solid #d1ac75;
    padding: 2px;
  }
  .consultant .consultant-water {
    font-size: 16px;
    top: 100px;
    left: -50px;
  }
  .team .team-list {
    flex-wrap: wrap;
  }
  .team .team-list li {
    height: auto;
  }
  .team .team-list li div {
    padding: 10px;
  }
  .team .team-list li div p {
    font-size: 12px;
  }
  .team .team-list li div p:first-child {
    font-size: 16px;
    margin-bottom: 5px;
  }
  .team .team-list li div p:last-child {
    margin-top: 5px;
    font-size: 12px;
  }
  .filing .filing-list li {
    width: 48%;
    height: auto;
    padding-bottom: 48%;
    margin-right: 4% !important;
    margin-top: 10px !important;
  }
  .filing .filing-list li:nth-of-type(2n) {
    margin-right: 0 !important;
  }
}
@media all and (max-width: 480px) {
  .swiperPaddingTop {
    padding: 60px 0 0;
  }
  .container {
    width: 92%;
  }
  .header-wrap {
    height: 44px;
  }
  .header-wrap .nav-btn {
    font-size: 16px;
  }
  .header-wrap .nav-btn.open {
    display: block;
  }
  .header-wrap .nav {
    position: fixed;
    background-color: #404040;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    overflow: auto;
    display: none;
  }
  .header-wrap .nav.nav-show {
    display: block;
  }
  .header-wrap .nav.nav-show + .nav-btn.close {
    display: block;
    z-index: 99;
  }
  .header-wrap .nav > li {
    height: auto;
    line-height: normal;
    display: flex;
    flex-direction: column;
    min-height: 20%;
    font-size: 18px;
    box-sizing: border-box;
    padding: 0;
  }
  .header-wrap .nav > li i {
    display: none;
  }
  .header-wrap .nav > li > a {
    padding: 30px 30px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    flex: 1;
  }
  .header-wrap .nav > li > a .en {
    margin-top: 15px;
    display: block;
    font-size: 12px;
  }
  .header-wrap .nav > li:nth-of-type(1) {
    background: #404040;
  }
  .header-wrap .nav > li:nth-of-type(2) {
    background: #333333;
  }
  .header-wrap .nav > li:nth-of-type(3) {
    background: #262626;
  }
  .header-wrap .nav > li:nth-of-type(4) {
    background: #1A1A1A;
  }
  .header-wrap .nav > li:nth-of-type(5) {
    background: #000000;
  }
  .header-wrap .nav > li .drop-menu {
    position: relative;
    font-size: 12px;
    width: 100%;
    background: none;
    padding-bottom: 30px;
  }
  .header-wrap .nav > li .drop-menu li {
    padding: 15px 0;
  }
  .header-wrap .nav > li:hover .drop-menu {
    display: block;
  }
  .header-wrap .nav > li:hover .en {
    display: none;
  }
  .header-wrap .logo img {
    margin-right: 10px;
    height: 34px;
  }
  .header-wrap .logo span {
    font-size: 12px;
  }
  .angle {
    font-size: 30px;
  }
  .go-top {
    display: none;
  }
  .footer {
    padding: 20px 0;
  }
  .footer .footer-item:first-child {
    display: none;
  }
  .footer .footer-item-last p {
    font-size: 12px;
  }
  .footer .footer-item-last p:first-child {
    font-size: 12px;
  }
  .title-section {
    /* text-align: center; */
    font-size: 12px;
  }
  .title-section span:first-child {
    font-size: 18px;
  }
  .about .about-imgs {
    display: none;
    flex-wrap: wrap;
  }
  .about .about-imgs li {
    width: 48%;
    padding: 5px;
  }
  .about .about-imgs li div {
    width: 100%;
    padding-bottom: 100%;
    height: auto;
  }
  .about .about-imgs li:nth-of-type(n+3) {
    margin-top: 2%;
  }
  .about .about-imgs2 {
    display: block;
    padding: 8% 0 9%;
  }
  .about .about-imgs2 .swiper-slide {
    border-radius: 50%;
    border: 1px solid #d1ac75;
    padding: 5px;
    box-sizing: border-box;
    width: 60% !important;
    margin: 0 20% !important;
  }
  .about .about-imgs2 .swiper-slide div {
    width: 100%;
    padding-bottom: 100%;
    height: auto;
  }
  .about .about-imgs2 .swiper-pagination-bullet {
    background: #000;
    opacity: 0.8;
  }
  .about .about-imgs2 .swiper-pagination-bullet-active {
    background: #D1AC75;
  }
  .about .about-content {
    font-size: 14px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
  }
  .more-btn .more-btn-wrap {
    width: 160px;
    height: 30px;
    font-size: 12px;
  }
  .more-btn .more-btn-wrap img {
    height: 7px;
  }
  .vision .vision-content p {
    font-size: 14px;
  }
  .product .product-imgs {
    display: none;
  }
  .product .product-imgs2 {
    display: block;
  }
  .development .development-content {
    font-size: 14px;
  }
  .development .development-steps {
    flex-direction: column;
  }
  .development .development-steps li {
    height: auto;
    width: auto;
    padding: 12px;
    border-radius: 5px;
    flex-direction: row;
    align-items: flex-end;
    font-size: 12px;
    margin-bottom: 10px;
    justify-content: space-between;
  }
  .development .development-steps li dl {
    display: flex;
  }
  .development .development-steps li div {
    margin-bottom: 0;
    font-size: 30px;
    line-height: 1;
    color: #fff;
  }
  .development .development-steps li div span {
    font-size: 15px;
    color: #fff;
  }
  .development .development-steps li p {
    color: #000;
  }
  .development .development-steps li:nth-of-type(odd) {
    background: #D1AC75;
    margin-right: 14%;
    margin-left: 0;
  }
  .development .development-steps li:nth-of-type(even) {
    background: #000000;
    margin-left: 14%;
    flex-direction: row-reverse;
  }
  .development .development-steps li:nth-of-type(even) p {
    color: #D1AC75;
  }
  .service .service-item .service-item-title {
    font-size: 16px;
  }
  .service .service-item .service-item-title img {
    width: 16px;
    margin-right: 8px;
  }
  .service .service-item .service-subitem > p {
    font-size: 12px;
    display: flex;
  }
  .service .service-item .service-subitem > p span:first-child {
    flex-shrink: 0;
    font-size: 12px;
  }
  .service .service-item .service-subitem:last-child {
    display: none;
  }
  .service .service-item:last-child .service-subitem ul {
    justify-content: space-between;
  }
  .service .service-item:last-child .service-subitem ul li {
    width: 32%;
    border-radius: 5px;
    margin-right: 0;
    margin-top: 15px;
    font-size: 16px;
    padding: 7px;
    justify-content: flex-start;
  }
  .product2 .product-cover {
    padding-top: 70%;
    width: 55%;
  }
  .product2 .product-cover dl {
    width: 140px;
    height: 140px;
    padding: 10px;
    background-color: rgba(255, 255, 255, 0.5);
  }
  .product2 .product-cover dl dt {
    font-size: 14px;
  }
  .product2 .product-cover dl dd {
    font-size: 12px;
  }
  .product2 .product-cover dl:nth-of-type(1) {
    left: -28%;
    top: -5%;
  }
  .product2 .product-cover dl:nth-of-type(2) {
    width: 160px;
    height: 160px;
    right: -45%;
    top: -5%;
  }
  .product2 .product-cover dl:nth-of-type(3) {
    width: 170px;
    height: 170px;
    left: -40%;
    top: 30%;
  }
  .product2 .product-cover dl:nth-of-type(4) {
    width: 150px;
    height: 150px;
    right: -40%;
    top: 30%;
  }
  .product2 .subtitle-section {
    font-size: 14px;
  }
  .introduction .introduction-list li dd {
    font-size: 12px;
  }
  .introduction .introduction-list li dt {
    font-size: 14px;
    margin-left: 5px;
  }
  .introduction .introduction-list li dl {
    padding-top: 80px;
  }
  .introduction .introduction-list li dl::before {
    top: 20px;
  }
  .introduction .introduction-list li dl::after {
    top: 50px;
  }
  .introduction .introduction-list li:nth-of-type(2n) {
    flex-direction: column-reverse;
    padding-top: 45%;
  }
  .introduction .introduction-list li:nth-of-type(2n) dl {
    padding-top: 0;
    padding-bottom: 80px;
  }
  .introduction .introduction-list li:nth-of-type(2n) dl::before {
    bottom: 20px;
    top: auto;
  }
  .introduction .introduction-list li:nth-of-type(2n) dl::after {
    bottom: 50px;
    top: auto;
  }
  .crowd .crowd-slogan div {
    width: 90%;
    height: 40px;
    line-height: 40px;
    border-radius: 40px;
    font-size: 14px;
  }
  .crowd .crowd-content {
    font-size: 12px;
  }
  .crowd .crowd-imgs {
    display: none;
  }
  .crowd .crowd-imgs2 {
    display: block;
    padding: 8% 0 9%;
  }
  .crowd .crowd-imgs2 .swiper-slide {
    border-radius: 50%;
    border: 1px solid #d1ac75;
    padding: 5px;
    box-sizing: border-box;
    overflow: hidden;
  }
  .crowd .crowd-imgs2 .swiper-slide > div {
    background: no-repeat center / cover;
    width: 100%;
    padding-bottom: 100%;
    position: relative;
  }
  .crowd .crowd-imgs2 .swiper-slide > div div {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    padding: 35px;
    box-sizing: border-box;
    color: #fff;
    font-size: 12px;
    line-height: 1.5;
    text-align: center;
    height: 100%;
    border-radius: 50%;
    background-color: rgba(0, 0, 0, 0.5);
  }
  .crowd .crowd-imgs2 .swiper-slide > div p:first-child {
    margin-bottom: 5px;
    font-size: 16px;
  }
  .crowd .crowd-imgs2 .swiper-pagination-bullet {
    background: #000;
    opacity: 0.8;
  }
  .crowd .crowd-imgs2 .swiper-pagination-bullet-active {
    background: #D1AC75;
  }
  .activities .activities-list li {
    width: 100%;
    margin-bottom: 6%;
  }
  .activities .activities-list li .activities-img {
    width: 100%;
    height: auto;
    padding-bottom: 50%;
  }
  .activities .activities-list li .activities-img .activities-desc {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    font-size: 12px;
  }
  .activities .activities-list li p {
    font-size: 12px;
    color: #999;
  }
  .activities .activities-list li p:last-child {
    font-size: 14px;
    margin-top: 8px;
    font-weight: 600;
    color: #333;
  }
  .article .title-section span {
    font-size: 16px !important;
  }
  .article .article-content {
    padding: 20px 0 0;
  }
  .article .article-content p {
    margin-bottom: 15px;
  }
  .filing {
    height: auto;
    min-height: 100vh;
  }
  .filing .guestbookform .guestbookform-item {
    flex-direction: column;
    padding: 10px;
    font-size: 14px;
  }
  .filing .guestbookform .guestbookform-item:first-child {
    font-size: 18px;
  }
  .filing .guestbookform .guestbookform-item label {
    width: auto;
  }
  .filing .guestbookform .guestbookform-item.last {
    align-items: center;
  }
  .filing .guestbookform .guestbookform-item.last input {
    margin-top: 10px;
    font-size: 18px;
    width: 220px;
    height: 40px;
  }
  .filing .filing-content {
    font-size: 12px;
    padding-bottom: 4%;
  }
  .filing .filing-content p:last-child {
    flex-direction: column;
    margin-top: 5px;
  }
  .position .position-content {
    padding: 30px 0 0;
  }
  .position .position-content table tr td {
    width: 70%;
    font-size: 14px;
  }
  .position .position-content table tr td:first-child {
    width: 30%;
    font-size: 14px;
    font-weight: 600;
  }
  .position .position-content2 {
    padding-bottom: 10px;
    font-size: 14px;
  }
  .position .position-content2 p {
    margin-bottom: 15px;
  }
  .consultant .consultant-describe {
    padding: 4% 0 4%;
    flex-direction: column;
  }
  .consultant .consultant-ids {
    font-size: 14px;
  }
  .consultant .consultant-ids li {
    position: relative;
    top: auto !important;
    left: auto !important;
    right: auto !important;
    bottom: auto !important;
    margin-top: 10px;
  }
  .consultant .consultant-cover {
    width: 50%;
    padding: 0;
  }
  .consultant .consultant-cover .consultant-name {
    font-size: 18px;
  }
  .consultant .consultant-cover .consultant-zc {
    font-size: 16px;
  }
  .consultant .consultant-cover .consultant-cw {
    font-size: 14px;
  }
  .consultant .consultant-cover img {
    margin-bottom: 10px;
    border: 1px solid #d1ac75;
    padding: 2px;
  }
  .consultant .consultant-water {
    font-size: 16px;
    top: 100px;
    left: -50px;
  }
  .team .team-list {
    flex-wrap: wrap;
  }
  .team .team-list li {
    width: 48%;
    height: auto;
    padding-bottom: 70%;
    border-radius: 5px;
    margin-top: 4%;
  }
  .team .team-list li:nth-of-type(-n+2) {
    margin-top: 0;
  }
  .team .team-list li div {
    padding: 10px;
  }
  .team .team-list li div p {
    font-size: 12px;
  }
  .team .team-list li div p:first-child {
    font-size: 16px;
    margin-bottom: 5px;
  }
  .team .team-list li div p:last-child {
    margin-top: 5px;
    font-size: 12px;
  }
  .filing .filing-list li {
    width: 48%;
    height: auto;
    padding-bottom: 48%;
    margin-right: 4% !important;
    margin-top: 10px !important;
  }
  .filing .filing-list li:nth-of-type(2n) {
    margin-right: 0 !important;
  }
}
