body {
  font-family: "Poppins";
  --index-main-color: #fea168;
  --index-color: #fff2e5;
  --index-color1: #e6dac3;
  --index-color2: #bb9677;
}
.about-page .seoPublic .Auxil-honor{
  background: linear-gradient(to bottom,var(--index-color) 0%,transparent 100%);
}
.inner-page .m-page {
  margin-top: 4vw;
  text-align: center;
  padding-bottom: 70px;
}
.inner-page .m-page a,
.inner-page .m-page span {
  margin: 0 13px;
  width: 45px;
  height: 45px;
  line-height: 45px;
  text-align: center;
  border-radius: 100%;
  font-weight: 600;
  font-size: 14px;
  color: #301500;
  display: inline-block;
  vertical-align: middle;
  position: relative;
  background: rgb(0 0 0 / 10%);
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.inner-page .m-page a::after,
.inner-page .m-page span::after {
  content: '';
  width: 130%;
  height: 130%;
  position: absolute;
  left: -15%;
  top: -15%;
  border-radius: inherit;
  border: 2px solid #ececec;
}
.inner-page .m-page a:hover {
  background-color: #111;
  color: #fff;
}
.inner-page .m-page span.current {
  background-color: #111;
  color: #fff;
}

.MainWrapper {
  padding-left: 0px;
  position: fixed !important;
  /*position: relative;*/
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  overflow: auto;
}
.more {
  display: inline-block;
  font-size: 14px;
  font-weight: 600;
  padding: 16px 39px 14px 43px;
  color: #fff;
  background-color: var(--index-main-color);
  border-radius: 21px;
  line-height: 1;
  -webkit-transition: all 0.4s ease-in;
  -moz-transition: all 0.4s ease-in;
  transition: all 0.4s ease-in;
}
.more:hover {
  background: #fff;
  color: var(--index-main-color);
}
.font-18 {
  line-height: 1.6;
}
.font-16 {
  line-height: 1.8;
}
.pageShapeContainer {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  height: 102vh;
  z-index: 1;
}
.pageShapeContainer--light .pageShape path {
  stroke: #fff;
}
.pageShape {
  position: absolute;
  pointer-events: none;
  opacity: 0.2;
  -webkit-transition: opacity 0.2s linear;
  -moz-transition: opacity 0.2s linear;
  transition: opacity 0.2s linear;
}
.pageShape--1 {
  bottom: 50%;
  right: 50%;
  margin-bottom: -300px;
  margin-right: -400px;
  -webkit-animation: shape1 20s infinite alternate linear;
  -moz-animation: shape1 20s infinite alternate linear;
  animation: shape1 20s infinite alternate linear;
}
.pageShape--2 {
  top: 50%;
  left: 50%;
  margin-top: -600px;
  margin-left: -475px;
  -webkit-transform: rotate(15deg);
  -moz-transform: rotate(15deg);
  -ms-transform: rotate(15deg);
  transform: rotate(15deg);
  -webkit-animation: shape2 20s infinite alternate linear;
  -moz-animation: shape2 20s infinite alternate linear;
  animation: shape2 20s infinite alternate linear;
}
.pageShape path {
  -webkit-transition: all 0.4s linear;
  -moz-transition: all 0.4s linear;
  transition: all 0.4s linear;
}
.xian {
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 0;
  overflow: hidden;
}
.xian img {
  width: auto;
  -webkit-transition: 0.5s ease;
  -moz-transition: 0.5s ease;
  transition: 0.5s ease;
}
.xian .xianBox {
  position: absolute;
  width: 100%;
  height: 100%;
  background: #fff;
  left: 100%;
  bottom: 0;
}
@media screen and (max-width: 1000px) {
  .home .homePage {
    min-height: 70vh !important;
  }
  .MainWrapper {
    overflow: hidden;
  }
}
@media screen and (max-width: 700px) {
}
@media screen and (max-width: 500px) {
  .font-18 {
    font-size: 16px;
    line-height: 1.8;
  }
}
.inner-page .m-link {
  font-size: 16px;
  line-height: 1.8;
}
.inner-page .m-link a {
  display: block;
}
.inner-page .m-link a:hover {
  text-decoration: underline;
}
.inner-banner {
  padding: 79px 0 69px;
  background: url(../images/beijing.jpg) no-repeat;
  background-size: 100% 100%;
}
.inner-banner .box .ig {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -moz-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 79px 0 45px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.85);
}
.inner-banner .box .ig .left {
  position: relative;
  z-index: 1;
  width: 64%;
}
.inner-banner .box .ig .left .mbx {
  font-size: 18px;
  line-height: 1.2;
  text-transform: uppercase;
  position: relative;
}
.inner-banner .box .ig .left .tit {
  font-size: 88px;

  line-height: 1;
  text-transform: uppercase;
  margin-top: 5px;
  position: relative;
}
.inner-banner .box .ig .left::after {
  content: "";
  width: 299px;
  height: 299px;
  position: absolute;
  bottom: -90px;
  left: -126px;
  z-index: -1;
  /*background: url(../images/in-icon.png) no-repeat;*/
}
.inner-banner .box .ig .right {
  font-size: 18px;
  color: rgba(0, 0, 0, 0.65);
  line-height: 1.3;
  width: 36%;
  margin-bottom: 10px;
}
@media screen and (max-width: 1680px) {
  .inner-banner .box .ig .left::after {
    left: -80px;
  }
  .inner-banner .box .ig .left .tit {
    font-size: 70px;
  }
}
@media screen and (max-width: 1440px) {
  .inner-banner .box .ig .left::after {
    left: -70px;
  }
  .inner-banner .box .ig .left .tit {
    font-size: 60px;
  }
}
@media screen and (max-width: 1280px) {
  .inner-banner .box .ig .left::after {
    left: -50px;
  }
  .inner-banner .box .ig .left .tit {
    font-size: 50px;
  }
}
@media screen and (max-width: 1100px) {
  .inner-banner .box .ig .left .tit {
    font-size: 40px;
  }
}
@media screen and (max-width: 1000px) {
  .inner-banner {
    padding: 60px 0 30px;
  }
  .inner-banner .box .ig {
    display: block;
    padding: 30px 0;
  }
  .inner-banner .box .ig .left {
    width: 100%;
  }
  .inner-banner .box .ig .left::after {
    display: none;
  }
  .inner-banner .box .ig .right {
    display: none;
  }
  .xian {
    display: none;
  }
}
@media screen and (max-width: 700px) {
  .inner-banner .box .ig .left .mbx {
    font-size: 16px;
  }
  .inner-banner .box .ig .left .tit {
    font-size: 30px;
    line-height: 1.2;
  }
}
@media screen and (max-width: 500px) {
  .inner-banner .box .ig {
    padding: 20px 0;
  }
  .inner-banner .box .ig .left .mbx {
    font-size: 14px;
    line-height: 2;
  }
  .inner-banner .box .ig .left .tit {
    display: none;
  }
}

.inner-page {
  /*background: url(../images/dibu-beijing.jpg) no-repeat;*/
  background-size: 100% 100%;
}
.gallery-page {
  padding: 50px 0;
}
.gallery-page .list ul {
  margin: -10px;
}
.gallery-page .list ul li {
  padding: 10px;
}
.gallery-page .list ul li a.img-box {
  display: block;
  border-radius: 5px;
  border: 10px solid #eee;
}
.product-yd-page {
  padding: 100px 0;
  background: url(../images/dibu-beijing.jpg) no-repeat;
  background-size: 100% 100%;
}
.product-yd-page .list ul {
  margin: -70px -40px;
}
.product-yd-page .list ul li.column {
  padding: 70px 40px;
  width: 55%;
}
.product-yd-page .list ul li.column a.img-box {
  display: block;
}
.product-yd-page .list ul li.column span.h3 {
  font-size: 28px;
  font-weight: 500;
  display: block;
  margin: 1em 0 0.5em;
}
.product-yd-page .list ul li.column:nth-child(1),
.product-yd-page .list ul li.column:nth-child(4),
.product-yd-page .list ul li.column:nth-child(5),
.product-yd-page .list ul li.column:nth-child(8),
.product-yd-page .list ul li.column:nth-child(9),
.product-yd-page .list ul li.column:nth-child(12) {
  width: 45%;
}
.inner-page a.link {
  font-size: 15px;
  line-height: 1;
  display: inline-block;
  padding-bottom: 0.3em;
  font-weight: 500;
  position: relative;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}
.inner-page a.link:before {
  content: "";
  width: 100%;
  height: 1px;
  background-color: black;
  position: absolute;
  bottom: 0;
  right: 0;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}
.inner-page a.link img {
  margin-left: 1em;
  -webkit-filter: brightness(0);
  filter: brightness(0);
  max-width: 0.7em;
  display: inline-block;
  vertical-align: middle;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}
.inner-page a.link:hover {
  color: var(--index-main-color);
}
.inner-page a.link:hover:before {
  width: 0;
}
.inner-page a.link:hover img {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.product-page {
  padding: 100px 0;
}
.inner-page .slideBarBox .slideBarLeft {
  width: 30%;
}
.inner-page .slideBarBox .slideBarLeft + .slideBarRight {
  padding-left: 4%;
  padding-right: 0;
}
.inner-page .slideBarBox .slideBarLeft .slide {
  margin-bottom: 40px;
  padding: 50px;
  background-color: #efefef;
}
.inner-page .slideBarBox .slideBarLeft .slide span.h5 {
  font-size: 20px;

  display: block;
  margin-bottom: 1em;
}
.inner-page .slideBarBox .slideBarLeft .slide form {
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 14px;
  background-color: white;
}
.inner-page .slideBarBox .slideBarLeft .slide form input {
  width: 100%;
  padding: 1em;
  border: none;
  background-color: transparent;
  color: black;
}
.inner-page .slideBarBox .slideBarLeft .slide form input[type="submit"] {
  width: 4em;
  background-image: url("../images/icon-search-black.png");
  background-position: center;
  background-repeat: no-repeat;
  padding: 0;
}
.inner-page .slideBarBox .slideBarLeft .slide.search {
  background-color: var(--index-main-color);
  color: white;
}
.inner-page .slideBarBox .slideBarLeft .slide .postList ul li {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 20px;
}
.inner-page .slideBarBox .slideBarLeft .slide .postList ul li:last-child {
  margin-bottom: 0;
}
.inner-page .slideBarBox .slideBarLeft .slide .postList ul li a.img {
  width: 30%;
  background-size: cover;
  background-position: center;
}
.inner-page .slideBarBox .slideBarLeft .slide .postList ul li .content {
  width: 70%;
  padding: 10px 0;
  padding-left: 5%;
}
.inner-page .slideBarBox .slideBarLeft .slide .postList ul li .content span.h6 {
  font-size: 16px;
  font-weight: 500;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  line-height: 1.6;
  height: 3.2em;
}
.inner-page .slideBarBox .slideBarLeft .slide .postList ul li .content time {
  display: block;
  font-size: 14px;
  margin-top: 0.5em;
}
.inner-page .slideBarBox .slideBarLeft .slide .nav {
  font-size: 14px;
  font-weight: 500;
}
.inner-page .slideBarBox .slideBarLeft .slide .nav ul li {
  margin-bottom: 1em;
}
.inner-page .slideBarBox .slideBarLeft .slide .nav ul li a {
  padding: 1.5em;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  color: white;
  background-color: var(--index-main-color);
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}
.inner-page .slideBarBox .slideBarLeft .slide .nav ul li a i {
  width: 1.5em;
  height: 1.5em;
  border-radius: 100%;
  background-color: white;
  color: black;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.inner-page .slideBarBox .slideBarLeft .slide .nav ul li a:hover {
  background-color: var(--index-main-color);
}
.inner-page .slideBarBox .slideBarLeft .slide:last-child {
  margin-bottom: 0;
}
.inner-page .slideBarBox .slideBarRight {
  width: 70%;
  padding-right: 4%;
}
.inner-page .product_list ul {
  margin: -15px;
}
.inner-page .product_list ul li {
  padding: 15px;
}
.inner-page .product_list ul li a.img-box {
  display: block;
}
.inner-page .product_list ul li span.h6 {
  font-size: 20px;
  font-weight: 500;
  display: block;
  margin: 1em 0 0.5em;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}
.inner-page .product_list ul li span.h6:hover {
  color: var(--index-main-color);
}
/*.inner-page .m-page {
  margin-top: 122px;
  text-align: center;
  font-size: 18px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.inner-page .m-page a,
.inner-page .m-page span {
  width: 2.5em;
  height: 2.5em;
  border-radius: 5px;
  border: 1px solid #c7c7c7;
  display: inline-block;
  text-align: center;
  line-height: 2.5em;
  margin: 0 0.3em;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}
.inner-page .m-page a:hover,
.inner-page .m-page span.current {
  background-color: #ceaf65;
  color: white;
  border-color: #ceaf65;
}*/
.prodet-page .prodet-1 {
  padding: 100px 0;
}
.prodet-page .prodet-1 .left {
  padding-right: 3%;
  vertical-align: middle;
}
.prodet-page .prodet-1 .left ul {
  margin: -5px;
}
.prodet-page .prodet-1 .left ul li {
  padding: 5px;
}
.prodet-page .prodet-1 .left .small {
  margin-top: 10px;
}
.prodet-page .prodet-1 .left .small .slick-track {
  margin-left: 0;
}
.prodet-page .prodet-1 .right {
  vertical-align: middle;
}
.prodet-page .prodet-1 .right h1 {
  font-size: 40px;
}
.prodet-page .prodet-1 .right .text {
  margin: 1.5em 0;
  font-size: 18px;
  color: #2b2b2b;
  line-height: 1.8;
  opacity: 0.72;
}
.prodet-page .prodet-1 .right a.btn {
  height: 3.5em;
  line-height: 3.5em;
}
.prodet-page .prodet-1 .right .share {
  font-size: 14px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 3em;
}
.prodet-page .prodet-1 .right .share a {
  width: 1.5em;
  height: 1.5em;
  border-radius: 100%;
  margin-left: 1em;
  background-color: black;
  color: white;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}
.prodet-page .prodet-1 .right .share a:hover {
  background-color: var(--index-main-color);
}
.prodet-page .prodet-2 .options {
  font-size: 16px;
  font-weight: 500;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
}
.prodet-page .prodet-2 .options:before {
  content: "";
  width: 100%;
  height: 1px;
  background-color: #eee;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: -1;
}
.prodet-page .prodet-2 .options span {
  padding: 1em 2em;
  cursor: pointer;
  cursor: hand;
  border: 1px solid transparent;
  border-bottom: none;
  border-top-width: 2px;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}
.prodet-page .prodet-2 .options span.active {
  background-color: white;
  color: var(--index-main-color);
  border-color: #eee;
  border-top-color: var(--index-main-color);
}
.prodet-page .prodet-2 .ret {
  margin-top: 50px;
}
.prodet-page .prodet-3 {
  padding: 100px 0;
}
.prodet-page .prodet-3 span.h3 {
  font-size: 28px;
  font-weight: 500;
  display: block;
  margin-bottom: 1em;
}
.inner-page a.btn {
  font-size: 15px;
  line-height: 4.53333333em;
  height: 4.53333333em;
  padding: 0 2.4em;
  display: inline-block;
  font-weight: 500;
  color: white;
  background-color: var(--index-main-color);
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}
.inner-page a.btn img {
  display: inline-block;
  vertical-align: middle;
  margin-left: 1em;
  max-width: 0.7em;
}
.inner-page a.btn:hover {
  background-color: black;
}
.inner-page .form ul {
  margin: -10px;
}
.inner-page .form ul li {
  padding: 10px;
  font-size: 14px;
}
.inner-page .form ul li label {
  display: block;
  margin-bottom: 0.5em;
  font-weight: 500;
}
.inner-page .form ul li input,
.inner-page .form ul li textarea {
  display: block;
  width: 100%;
  border: none;
  background-color: transparent;
  padding: 0.5em 0;
  border-bottom: 1px solid #999;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}
.inner-page .form ul li input:focus,
.inner-page .form ul li textarea:focus {
  border-color: var(--index-main-color);
}
.inner-page .form ul li textarea {
  height: 80px;
}
.inner-page .form ul li.wid-100 {
  width: 100%;
}
.news-page .news-1 {
  padding: 100px 0;
}
.news-page .news-1 .list ul {
  margin: -15px;
}
.news-page .news-1 .list ul li {
  padding: 15px;
}
.news-page .news-1 .list ul li a.img-box {
  display: block;
}
.news-page .news-1 .list ul li .content {
  -o-box-shadow: 0px 5px 43px 0px rgba(27, 26, 26, 0.06);
  -webkit-box-shadow: 0px 5px 43px 0px rgba(27, 26, 26, 0.06);
  box-shadow: 0px 5px 43px 0px rgba(27, 26, 26, 0.06);
  padding: 10%;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
  position: relative;
  z-index: 1;
  background-color: white;
}
.news-page .news-1 .list ul li .content time {
  font-size: 14px;
  display: block;
  margin-bottom: 1em;
}
.news-page .news-1 .list ul li .content span.h6 {
  font-size: 20px;
  font-weight: 500;
  display: block;
  line-height: 1.6;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
  height: 4.8em;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}
.news-page .news-1 .list ul li .content .text {
  font-size: 14px;
}
.news-page .news-1 .list ul li .content .pre {
  position: relative;
  z-index: 1;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}
.news-page .news-1 .list ul li .content .pre .text {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  opacity: 0;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 5;
  overflow: hidden;
  height: 9em;
}
.news-page .news-1 .list ul li .content a.link {
  margin-top: 2em;
}
.news-page .news-1 .list ul li:hover .content {
  margin-top: -30px;
}
.news-page .news-1 .list ul li:hover .content span.h6 {
  opacity: 0;
}
.news-page .news-1 .list ul li:hover .content .text {
  opacity: 1;
}
.news-page .news-1 .list ul li:hover .content .pre {
  padding-bottom: 30px;
}
.newdet-page {
  padding: 100px 0;
}
.newdet-page .slideBarRight time {
  font-size: 14px;
  display: block;
}
.newdet-page .slideBarRight h1 {
  font-size: 40px;
  line-height: 1.4;
}
.newdet-page .slideBarRight .text {
  margin: 2em 0;
}
.newdet-page .slideBarRight .text p {
  margin-top: 1em;
}
.newdet-page .slideBarRight .text p:first-child {
  margin-top: 0;
}
.newdet-page .slideBarRight .share {
  font-size: 14px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 2em;
}
.newdet-page .slideBarRight .share a {
  margin-left: 1em;
  width: 1.5em;
  height: 1.5em;
  background-color: black;
  color: white;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-radius: 100%;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}
.newdet-page .slideBarRight .share a:hover {
  background-color: var(--index-main-color);
}
.newdet-page .slideBarRight span.h5 {
  font-size: 20px;
  font-weight: 500;
  margin: 2em 0 1em;
  display: block;
}
.inner-page .side-title h4 {
  font-size: 30px;

  line-height: 1;
  text-transform: uppercase;
  color: #000000;
}
.contact-page {
  padding: 60px 0 0 0;
}
.contact-page .contact-1 {
  padding: 85px 120px 65px 90px;
}
.contact-page .contact-2 {
  padding: 100px 0 110px;
}
.contact-page .contact-2 ul {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
}
.contact-page .contact-2 ul li {
  width: 25%;
  padding-left: 40px;
}
.contact-page .contact-2 ul li:nth-child(1) {
  padding-left: 0;
}
.contact-page .contact-2 ul li:hover .content h6 {
  transform: translate(0, 0) rotate(0) scale(1, 1) skew(0, 0) rotateX(0)
    rotateY(360deg);
  -webkit-transform: translate(0, 0) rotate(0) scale(1, 1) skew(0, 0) rotateX(0)
    rotateY(360deg);
  -moz-transform: translate(0, 0) rotate(0) scale(1, 1) skew(0, 0) rotateX(0)
    rotateY(360deg);
  -ms-transform: translate(0, 0) rotate(0) scale(1, 1) skew(0, 0) rotateX(0)
    rotateY(360deg);
  -o-transform: translate(0, 0) rotate(0) scale(1, 1) skew(0, 0) rotateX(0)
    rotateY(360deg);
}
.contact-page .contact-2 ul li .content {
  display: flex;
  align-items: center;
}
.contact-page .contact-2 ul li .content h6 {
  width: 60px;
  height: 60px;
  border-radius: 100%;
  border: 1px solid #aaaaaa;
  display: flex;
  align-items: center;
  margin-right: 20px;
  justify-content: center;
  transition: 1s ease;
  -webkit-transition: 1s ease;
  -moz-transition: 1s ease;
  -ms-transition: 1s ease;
  -o-transition: 1s ease;
}
.contact-page .contact-2 ul li .content h6 i {
  font-size: 20px;
  color: #000000;
}
.contact-page .contact-2 ul li .content p {
  font-size: 16px;
  color: #000000;
  line-height: 2;
  max-width: 290px;
}
.contact-page .contact-2 ul .add {
  padding-left: 0;
}
.contact-page .contact-2 ul .add .content {
  align-items: flex-start;
}
.contact-page .contact-3 {
  padding: 0 120px 0 90px;
}
.contact-page .contact-3 ul {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
}
.contact-page .contact-3 ul li {
  width: 33.3333%;
  padding-left: 125px;
  position: relative;
  margin-bottom: 45px;
}
.contact-page .contact-3 ul li img {
  width: 160px;
  display: inline-block;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 23px;
  box-shadow: 5px 10px 20px 0px rgba(0, 0, 0, 0.1);
}
.contact-page .contact-3 ul li .content {
  background: #f8f8f8;
  padding: 35px 45px;
}
.contact-page .contact-3 ul li .content .top {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  border-bottom: 1px solid #b3b3b3;
}
.contact-page .contact-3 ul li .content .top .fa {
  font-size: 24px;
  color: #000000;
  line-height: 1;
  display: inline-block;
  margin-right: 18px;
}
.contact-page .contact-3 ul li .content .top h5 {
  font-size: 16px;
  line-height: 1.8;
  color: #000000;
  font-weight: bold;
  max-width: 230px;
  padding-bottom: 10px;
}
.contact-page .contact-3 ul li .content .bottom {
  max-width: 230px;
  margin: 0 0 0 auto;
  margin-top: 10px;
  font-size: 14px;
  color: #000000;
  line-height: 1;
}
.contact-page .contact-3 ul li .content .bottom > div {
  margin-bottom: 15px;
}
.contact-page .contact-3 ul li .content .bottom a {
  color: inherit;
  font-size: inherit;
  font-weight: inherit;
  font-family: inherit;
  line-height: inherit;
  font-style: inherit;
}
.contact-page .contact-3 ul li .content .bottom p {
  font-size: 14px;
  color: #000000;
  line-height: 1;
  margin-bottom: 15px;
}
.contact-page .contact-4 {
  padding: 0px 0 50px;
}
.contact-page .contact-4 .ui.container {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.contact-page .contact-4 .left {
  max-width: 380px;
  padding-top: 40px;
}
.contact-page .contact-4 .left h4 {
  font-size: 48px;
  line-height: 1;
  color: #000000;

  margin-bottom: 10px;
}
.contact-page .contact-4 .left p {
  font-size: 18px;
  line-height: 1.8;
  color: #000000;
  /*font-weight: bold;*/
}
.contact-page .contact-4 .right {
  width: 63%;
}
.contact-page .contact-4 .right form {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.contact-page .contact-4 .right form input {
  width: 49%;
  background: none;
  padding: 10px 0;
  border: none;
  border-bottom: 1px solid #000000;
  font-size: 18px;
  color: #000000;
  line-height: 2;
  font-weight: bold;
  margin-bottom: 30px;
}
.contact-page .contact-4 .right form textarea {
  width: 49%;
  background: none;
  border: none;
  padding: 10px 0;
  border-bottom: 1px solid #000000;
  font-size: 18px;
  color: #000000;
  line-height: 1;
  font-weight: bold;
  margin-bottom: 30px;
}
.contact-page .contact-4 .right form input[type="submit"] {
  width: 220px;
  height: 48px;
  background: #000;
  font-size: 16px;
  color: #ffffff;
  line-height: 1;
  border: none;
  font-weight: bold;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}
.contact-page .contact-4 .right form input[type="submit"]:hover {
  background: var(--index-main-color);
}
.contact-page .contact-4 .right p {
  font-size: 16px;
  line-height: 2;
  /*font-weight: bold;*/
  color: #989898;
}
@media screen and (max-width: 1700px) {
  .product-yd-page .list ul li.column span.h3 {
    font-size: 24px;
  }
  .product-yd-page .list ul li.column {
    padding: 40px 30px;
  }
  .product-yd-page .list ul {
    margin: -40px -30px;
  }
  .newdet-page,
  .news-page .news-1,
  .gallery-page,
  .prodet-page .prodet-1,
  .prodet-page .prodet-3,
  .product-page,
  .product-yd-page {
    padding: 70px 0;
  }
  .newdet-page .slideBarRight h1,
  .prodet-page .prodet-1 .right h1 {
    font-size: 32px;
  }
  .inner-page .slideBarBox .slideBarLeft .slide {
    padding: 30px;
  }
  .inner-page .product_list ul li span.h6 {
    font-size: 18px;
  }
  .prodet-page .prodet-1 .right .text {
    font-size: 16px;
  }
  .news-page .news-1 .list ul li .content {
    padding: 7%;
  }
  .news-page .news-1 .list ul li .content span.h6 {
    font-size: 18px;
  }
}
@media screen and (max-width: 1450px) {
  .prodet-page .prodet-1 .right h1,
  .newdet-page .slideBarRight h1 {
    font-size: 28px;
  }
  .prodet-page .prodet-2 .ret {
    margin-top: 30px;
  }
  .prodet-page .prodet-3 span.h3 {
    font-size: 24px;
  }
  .product-yd-page .list ul li.column {
    padding: 20px;
  }
  .product-yd-page .list ul {
    margin: -20px;
  }
  .product-yd-page .list ul li.column span.h3 {
    font-size: 20px;
  }
  .inner-page a.link {
    font-size: 14px;
  }
  .inner-page .slideBarBox .slideBarLeft .slide {
    padding: 20px;
  }
  .inner-page .slideBarBox .slideBarLeft .slide .nav ul li a {
    padding: 1em;
  }
  .inner-page .slideBarBox .slideBarLeft .slide span.h5 {
    font-size: 18px;
  }
  .inner-page .product_list ul li span.h6 {
    font-size: 16px;
  }
  .news-page .news-1 .list ul li .content {
    padding: 5%;
  }
  .news-page .news-1 .list ul li .content span.h6 {
    font-size: 16px;
  }
  .news-page .news-1 .list ul li:hover .content .pre {
    padding-bottom: 50px;
  }
  .news-page .news-1 .list ul li:hover .content {
    margin-top: -50px;
  }
}
@media screen and (max-width: 1250px) {
  .prodet-page .prodet-1 .right h1,
  .newdet-page .slideBarRight h1 {
    font-size: 24px;
  }
  .prodet-page .prodet-1 .right .share {
    margin-top: 1.5em;
  }
  .prodet-page .prodet-2 .options span {
    padding: 0.7em 1.5em;
  }
  .inner-page .slideBarBox .slideBarLeft + .slideBarRight {
    padding-left: 2%;
  }
  .inner-page .product_list ul li {
    padding: 10px;
  }
  .inner-page .product_list ul {
    margin: -10px;
  }
}
@media screen and (max-width: 1000px) {
  .prodet-page .prodet-1 .left {
    position: static;
    width: 100%;
    padding-right: 0;
  }
  .prodet-page .prodet-1 .right {
    width: 100%;
    margin-top: 40px;
    padding-left: 0;
  }
  .product-yd-page .list ul li.column span.h3 {
    font-size: 18px;
  }
  .inner-page .slideBarBox .slideBarLeft {
    display: none;
  }
  .inner-page .slideBarBox .slideBarLeft + .slideBarRight {
    width: 100%;
    padding-left: 0;
  }
}
@media screen and (max-width: 700px) {
  .prodet-page .prodet-1,
  .prodet-page .prodet-3,
  .product-page,
  .product-yd-page,
  .newdet-page,
  .news-page .news-1 {
    padding: 30px 0;
  }
  .prodet-page .prodet-1 .right h1,
  .newdet-page .slideBarRight h1 {
    font-size: 20px;
  }
  .product-yd-page .list ul li.column {
    width: 50% !important;
    padding: 10px;
  }
  .product-yd-page .list ul {
    margin: -10px;
  }
  .product-yd-page .list ul li.column span.h3 {
    font-size: 16px;
  }
  .prodet-page .prodet-1 .right .text {
    font-size: 14px;
  }
  .news-page .news-1 .list ul li .content .pre .text {
    position: static;
    opacity: 1;
    margin-top: 1em;
  }
  .news-page .news-1 .list ul li:hover .content span.h6 {
    opacity: 1;
  }
  .news-page .news-1 .list ul li:hover .content {
    margin-top: 0;
  }
  .news-page .news-1 .list ul li:hover .content .pre {
    padding-bottom: 0;
  }
  .news-page .news-1 .list ul li .content a.link {
    margin-top: 1em;
  }
}
@media screen and (max-width: 500px) {
  .product-yd-page .list ul li.column {
    width: 100% !important;
  }
  .news-page .news-1 .list ul li .content span.h6,
  .news-page .news-1 .list ul li .content .pre .text {
    height: auto;
  }
}
.about-page .about-1 {
  background: url(../images/ab-wz.png) no-repeat center top;
  background-size: 100% auto;
  padding-top: 8.542%;
}
.about-page .about-1 .top .left {
  width: 55%;
  padding-right: 13%;
}
.about-page .about-1 .top .left span {
  font-size: 18px;
  line-height: 2.5;
  padding-left: 21px;
  position: relative;
}
.about-page .about-1 .top .left span::before {
  content: "";
  position: absolute;
  left: 0;
  top: 9px;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background-color: #000000;
}
.about-page .about-1 .top .left .title {
  font-size: 72px;
font-weight: 500;
  line-height: 0.9;
  color: #030303;
}
.about-page .about-1 .top .left .title em {
  display: block;
  text-align: right;
}
.about-page .about-1 .top .right {
  width: 45%;
  font-size: 18px;
  line-height: 1.5;
  color: rgba(0, 0, 0, 0.65);
}
.about-page .about-1 .img {
  padding-top: 65px;
}
.about-page .about-1 .img .box {
  height: 682px;
  position: relative;
  overflow: hidden;
}
.about-page .about-1 .img .box .play {
  position: absolute;
  top: 45%;
  left: 0;
  width: 100%;
  text-align: center;
  font-size: 25px;
}
.about-page .about-1 .img .box .play span {
  display: inline-block;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background: #fff;
  color: #000;
  text-align: center;
  line-height: 60px;
  padding-left: 5px;
  position: relative;
  z-index: 1;
}
.about-page .about-1 .img .box .play span::before,
.about-page .about-1 .img .box .play span::after {
  content: "";
  position: absolute;
  z-index: -1;
  top: -15px;
  left: -15px;
  bottom: -15px;
  right: -15px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.5);
  -webkit-animation: ks 5s linear infinite;
  -moz-animation: ks 5s linear infinite;
  animation: ks 5s linear infinite;
}
.about-page .about-1 .img .box .play span::before {
  -webkit-animation-delay: 0.5s;
  -moz-animation-delay: 0.5s;
  animation-delay: 0.5s;
}
.about-page .about-1 .img .box .mask {
  position: absolute;
  left: 50%;
  top: 0;
  width: 100%;
  height: 100%;
  background-image: url(../images/about-1.jpg);
  background-repeat: no-repeat;
  background-position: center center;
  -webkit-transform-origin: center center;
  -moz-transform-origin: center center;
  -ms-transform-origin: center center;
  transform-origin: center;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}
.about-page .about-1 .bottom {
  padding: 72px 61px 0 42px;
  font-size: 18px;
  line-height: 1.8;
  color: #000000;
  opacity: 0.65;
}
.about-page .about-1 .data {
  padding: 83px 7px 0 20px;
}
.about-page .about-1 .data ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.about-page .about-1 .data ul li {
  position: relative;
  padding: 0 15px 0 15px;
}
.about-page .about-1 .data ul li:nth-child(2) p {
  margin-left: 10px;
}
.about-page .about-1 .data ul li .num {
  font-size: 120px;

  font-weight: 500;
  color: var(--index-main-color);
  opacity: 0.17;
  line-height: 1;
}
.about-page .about-1 .data ul li p {
  position: absolute;
  top: 43%;
  left: 0;
  width: 100%;
  text-align: center;
  font-size: 17px;
  line-height: 1.4;
}
.about-page .about-1 .data ul li::after {
  content: "";
  position: absolute;
  top: 34%;
  right: 0;
  width: 1px;
  height: 58px;
  background-color: #000000;
  opacity: 0.1;
}
.about-page .about-1 .data ul li:first-child {
  padding-left: 0;
}
/*.about-page .about-1 .data ul li:last-child {
    padding-right: 0;
  }*/
.about-page .about-1 .data ul li:last-child p {
  padding-left: 15px;
}
.about-page .about-1 .data ul li:last-child::after {
  display: none;
}
.about-page .about-2 {
  /*background: url(../images/about2-bg.jpg) no-repeat center 178px;*/
  margin-top: 129px;
  background: linear-gradient(to bottom,var(--index-color) 0%,transparent 100%);
  padding-top: 6vw;
}
.about-page .about-2 ul li {
  /*color: #fff;*/
  padding-bottom: 51px;
  position: relative;
  margin-bottom: 110px;
}
.about-page .about-2 ul li .ig {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}
.about-page .about-2 ul li .img {
  width: 59.267%;
}
.about-page .about-2 ul li .text {
  width: 40.733%;
  padding: 0 0 106px 53px;
}
.about-page .about-2 ul li .text .tit {
  font-size: 30px;
  line-height: 1.1;
      font-weight: 500;
      color: #000;
}
.about-page .about-2 ul li .text .con {
  font-size: 18px;
  line-height: 1.5;
  color: #f4f0ed;
  opacity: 0.65;
  margin-top: 26px;
      color: #000;
}
.about-page .about-2 ul li .nr {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding-right: 32px;
}
.about-page .about-2 ul li .nr .left {
  width: 70.466%;
  text-align: right;
  padding-right: 60px;
}
.about-page .about-2 ul li .nr .left span {
  font-size: 18px;
  line-height: 1.5;
  padding: 0 160px 0 21px;
  position: relative;
      color: #ffefe5;
      display: block;
}
.about-page .about-2 ul li .nr .left span::before {
  content: "";
  position: absolute;
  left: 0;
  top: 9px;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background-color: #ffefe6;
}
.about-page .about-2 ul li .nr .left .title {
  font-size: 100px;
  line-height: 1;
  color: #ffefe6;
    font-weight: 700;
}
.about-page .about-2 ul li .nr .right {
  width: 29.534%;
  height: 1px;
  background-color: #000;
  opacity: 0.26;
}
.about-page .about-2 ul li:nth-child(odd) .ig {
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -moz-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}
.about-page .about-2 ul li:nth-child(even) .ig {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
  -moz-box-orient: horizontal;
  -moz-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
.about-page .about-2 ul li:nth-child(even) .ig .text {
  padding: 41px 44px 0 0;
}
.about-page .about-2 ul li:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
}
.about-page .about-3 {
  padding: 1% 0 6.407%;
  /*background: linear-gradient(to bottom,var(--index-color) 0%,transparent 100%);*/
}
.about-page .about-3 .left {
  width: 58.666%;
  position: -webkit-sticky;
  position: sticky;
  top: 10vw;
  
}
.about-page .about-3 .left span {
  font-size: 18px;
  line-height: 1.5;
  padding-left: 21px;
  position: relative;
}
.about-page .about-3 .left span::before {
  content: "";
  position: absolute;
  left: 0;
  top: 9px;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background-color: #000000;
}
.about-page .about-3 .left .title {
  font-size: 72px;
font-weight: 500;
  color: #030303;
  line-height: 1;

  margin-top: 21px;
}
.about-page .about-3 .left .title em {
  display: block;
}
.about-page .about-3 .right {
  width: 41.334%;
  padding-left: 101px;
  position: relative;
}
.about-page .about-3 .right .tag {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
}
.about-page .about-3 .right .tag ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  /*-webkit-justify-content: space-around;*/
  -ms-flex-pack: distribute;
  /*justify-content: space-around;*/
  height: 100%;
}
.about-page .about-3 .right .tag ul li {
  list-style: none;
  height: 7.1%;
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transition: all 0.3s 0s ease-out;
  -moz-transition: all 0.3s 0s ease-out;
  transition: all 0.3s 0s ease-out;
  margin-bottom: 60px;
}
.about-page .about-3 .right .tag ul li span {
  position: absolute;
  width: 1px;
  height: 0;
  background: #20282d;
  left: 27px;
  bottom: 0;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.about-page .about-3 .right .tag ul li a {
  width: 54px;
  height: 54px;
  line-height: 54px;
  background: #fff;
  color: #20282d;
  position: relative;
  text-align: center;
  border: 1px solid #e6e6e6;
  z-index: 2;
  font-size: 20px;
}
.about-page .about-3 .right .tag ul li.current span {
  height: 100%;
  bottom: auto;
  top: 0;
}
.about-page .about-3 .right .tag ul li.current a {
  background-color: #000000;
  color: #fff;
  border-color: #000;
}
.about-page .about-3 .right .content ul li {
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    color-stop(90%, rgba(241, 238, 226, 0.8)),
    to(rgba(255, 255, 255, 0))
  );
  background: -webkit-linear-gradient(
    rgba(241, 238, 226, 0.8) 90%,
    rgba(255, 255, 255, 0)
  );
  background: -moz-linear-gradient(
    rgba(241, 238, 226, 0.8) 90%,
    rgba(255, 255, 255, 0)
  );
  background: linear-gradient(
    rgba(241, 238, 226, 0.8) 90%,
    rgba(255, 255, 255, 0)
  );
  padding: 60px 43px 88px 43px;
  margin-bottom: 60px;
}
.about-page .about-3 .right .content ul li .tit {
  font-size: 82px;
  line-height: 1;
  color: #030303;
}
.about-page .about-3 .right .content ul li .con {
  font-size: 18px;
  line-height: 1.5;
  color: rgba(0, 0, 0, 0.65);
  margin-top: 21px;
}
.about-page .about-3 .right .content ul li:last-child {
  margin-bottom: 0;
}
.about-page .about-3 .right .content ul li.active {
  background: rgba(241, 238, 226, 0.8);
}
@media screen and (max-width: 1680px) {
  .about-page .about-1 .data ul li {
    padding: 0 50px 0 0;
  }
  .about-page .about-2 {
    background-position-y: 100px;
    background-size: 100% 96%;
  }
  .about-page .about-2 ul li {
    margin-bottom: 60px;
  }
  .about-page .about-3 .left .title {
    font-size: 72px;
  }
}
@media screen and (max-width: 1440px) {
  .about-page .about-1 .top .left {
    padding-right: 8.5%;
  }
  .about-page .about-1 .data ul li .num {
    font-size: 130px;
  }
  .about-page .about-2 ul li .text .tit {
    font-size: 46px;
  }
  .about-page .about-2 ul li .nr .left .title {
    font-size: 90px;
  }
  .about-page .about-2 ul li .text .con {
    font-size: 16px;
  }
  .about-page .about-3 .left .title {
    font-size: 66px;
  }
}
@media screen and (max-width: 1280px) {
  .about-page .about-1 .top .left {
    padding-right: 6%;
  }
  .about-page .about-1 .data ul li {
    padding: 0 26px 0 0;
  }
  .about-page .about-1 .data ul li .num {
    font-size: 110px;
  }
  .about-page .about-2 {
    background-position-y: 0px;
    background-size: 100% 100%;
  }
  .about-page .about-2 ul li {
    margin-bottom: 30px;
  }
  .about-page .about-2 ul li .text {
    padding: 0 0 40px 40px;
  }
  .about-page .about-2 ul li .text .tit {
    font-size: 40px;
  }
  .about-page .about-2 ul li:nth-child(even) .ig {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .about-page .about-2 ul li:nth-child(even) .text {
    padding: 0 40px 0 0;
  }
  .about-page .about-3 .right .content ul li {
    padding: 60px 20px;
  }
}
@media screen and (max-width: 1100px) {
  .about-page .about-1 .top .left .title {
    font-size: 77px;
  }
  .about-page .about-2 ul li .nr .left .title {
    font-size: 83px;
  }
  .about-page .about-3 .left .title {
    font-size: 53px;
  }
  .about-page .about-3 .right .content ul li {
    padding: 40px 20px;
  }
  .about-page .about-3 .right .content ul li .tit {
    font-size: 60px;
  }
  .about-page .about-3 .right .content ul li .con {
    margin-top: 10px;
  }
}
@media screen and (max-width: 1000px) {
  .about-page .about-1 .top .left {
    width: 100%;
    padding-right: 0;
  }
  .about-page .about-1 .top .right {
    width: 100%;
  }
  .about-page .about-1 .img {
    padding-top: 40px;
  }
  .about-page .about-1 .bottom {
    padding: 30px 0 0 0;
  }
  .about-page .about-1 .data {
    display: none;
  }
  .about-page .about-2 {
    margin-top: 40px;
  }
  .about-page .about-2 ul li {
    padding-bottom: 0;
  }
  .about-page .about-2 ul li .ig {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .about-page .about-2 ul li .img {
    width: 100%;
  }
  .about-page .about-2 ul li .text {
    width: 100%;
    padding: 20px 0 0 0;
  }
  .about-page .about-2 ul li .nr {
    position: initial;
    margin-top: 20px;
  }
  .about-page .about-2 ul li .nr .left {
    text-align: left;
  }
  .about-page .about-2 ul li .nr .left .title {
    font-size: 54px;
  }
  .about-page .about-2 ul li:nth-child(even) .ig .text {
    padding: 20px 0;
  }
  .about-page .about-3 .left {
    position: initial;
    width: 100%;
  }
  .about-page .about-3 .right {
    width: 100%;
    margin-top: 30px;
  }
  #footer {
    padding: 60px 0 26px;
  }
}
@media screen and (max-width: 700px) {
  .about-page .about-1 {
    background: transparent;
    padding-top: 0;
  }
  .about-page .about-2 ul li .nr .left {
    width: 100%;
    padding-right: 0;
  }
  .about-page .about-2 ul li .nr .right {
    display: none;
  }
  .about-page .about-3 .left .title {
    font-size: 46px;
  }
  #footer {
    padding: 20px 0;
  }
}
@media screen and (max-width: 500px) {
  .about-page .about-1 .top .left .title {
    font-size: 50px;
  }
  .about-page .about-1 .top .right {
    margin-top: 20px;
    font-size: 16px;
    line-height: 1.8;
  }
  .about-page .about-1 .img {
    padding-top: 20px;
  }
  .about-page .about-1 .img .box {
    height: 300px;
  }
  .about-page .about-1 .bottom {
    font-size: 16px;
    line-height: 1.8;
  }
  .about-page .about-2 ul li .text .tit {
    font-size: 32px;
  }
  .about-page .about-2 ul li .nr .left .title {
    font-size: 40px;
  }
  .about-page .about-3 .left .title {
    font-size: 32px;
  }
  .about-page .about-3 .right {
    padding-left: 0;
  }
  .about-page .about-3 .right .tag {
    display: none;
  }
  .about-page .about-3 .right .content ul li {
    margin-bottom: 20px;
    background: rgba(241, 238, 226, 0.8);
    padding: 30px 15px;
  }
  .about-page .about-3 .right .content ul li .tit {
    font-size: 40px;
  }
  .about-page .about-3 .right .content ul li .con {
    font-size: 16px;
    line-height: 1.8;
  }
}
.inner-page span.tag {
  font-size: 18px;
  line-height: 1.5;
  padding-left: 21px;
  position: relative;
  text-transform: uppercase;
}
.inner-page span.tag::before {
  content: "";
  position: absolute;
  left: 0;
  top: 9px;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background-color: #000000;
}
.faq-page {
  padding-top: 39px;
}
.faq-page .faq-1 {
  background: url(../images/faq-bg.png) no-repeat right bottom;
  padding-bottom: 8.8023%;
}
.faq-page .faq-1 .header {
  max-width: 1134px;
}
.faq-page .faq-1 .header .title {
  font-size: 90px;
  line-height: 1;

  text-transform: uppercase;
}
.faq-page .faq-1 .content {
  margin-top: 82px;
  border-top: 1px solid #bebebe;
}
.faq-page .faq-1 .content ul li {
  border-bottom: 1px solid #bebebe;
  padding: 34px 0 40px;
  color: #030303;
}
.faq-page .faq-1 .content ul li .tit {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  font-size: 24px;
  line-height: 1.5;

  font-weight: bold;
  cursor: pointer;
}
.faq-page .faq-1 .content ul li .tit em {
  padding-right: 34px;
  width: 90%;
}
.faq-page .faq-1 .content ul li .tit i {
  display: inline-block;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}
.faq-page .faq-1 .content ul li .tit i img {
  display: inline-block;
  vertical-align: middle;
}
.faq-page .faq-1 .content ul li .con {
  font-size: 18px;
  line-height: 1.6;
  margin-top: 20px;
  display: none;
}
.faq-page .faq-1 .content ul li.active .tit i {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.faq-page .faq-2 .box {
  background: url(../images/faq-1.jpg) no-repeat center center;
  background-size: 100% 100%;
  padding: 11.459% 20% 10.6771%;
  text-align: center;
}
.faq-page .faq-2 .box .play {
  font-size: 36px;
  color: #fff;
  background-color: rgba(71, 26, 26, 0);
  border: 1px solid #fff;
  border-radius: 50%;
  display: inline-block;
  width: 280px;
  height: 280px;
  line-height: 280px;
  position: relative;
  text-align: center;
}
.faq-page .faq-3 {
  background: url(../images/ab-wz.png) no-repeat center top;
  margin-top: 13%;
  padding-top: 7%;
}
.faq-page .faq-3 .header {
  color: #030303;
}
.faq-page .faq-3 .header .title {
  font-size: 70px;
  line-height: 1;

  text-transform: uppercase;
}
.faq-page .faq-3 .header p {
  font-size: 27px;
  line-height: 1.3;
  margin-top: 12px;
}
.faq-page .faq-3 .search {
  text-align: center;
  margin-top: 87px;
}
.faq-page .faq-3 .search form {
  max-width: 773px;
  margin: 0 auto;
  position: relative;
}
.faq-page .faq-3 .search form input[type="text"] {
  width: 100%;
  height: 54px;
  border: 0;
  border-bottom: 1px solid #000;
  font-size: 18px;
  padding-right: 176px;
}
.faq-page .faq-3 .search form input[type="text"]::-webkit-input-placeholder {
  color: rgba(3, 3, 3, 0.4);
}
.faq-page .faq-3 .search form input[type="text"]:-moz-placeholder {
  color: rgba(3, 3, 3, 0.4);
}
.faq-page .faq-3 .search form input[type="text"]::-moz-placeholder {
  color: rgba(3, 3, 3, 0.4);
}
.faq-page .faq-3 .search form input[type="text"]:-ms-input-placeholder {
  color: rgba(3, 3, 3, 0.4);
}
.faq-page .faq-3 .search form input[type="text"]::placeholder {
  color: rgba(3, 3, 3, 0.4);
}
.faq-page .faq-3 .search form input[type="submit"] {
  background: url(../images/faq-icon.png) no-repeat 29px center;
  text-align: right;
  border: 0;
  position: absolute;
  bottom: 14px;
  right: 0;
  font-size: 18px;
  width: 176px;
  text-transform: uppercase;
  color: #030303;
  border-left: 1px solid #000;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}
.faq-page .faq-3 .search form input[type="submit"]:hover {
  background-position-x: 30px;
  color: var(--index-main-color);
  border-color: var(--index-main-color);
}
@media screen and (max-width: 1000px) {
  .faq-page .faq-1 .header .title {
    font-size: 60px;
  }
  .faq-page .faq-3 .header .title {
    font-size: 52px;
  }
  .faq-page .faq-1 {
    background: transparent;
  }
  /*.inner-page .m-page {
    margin-top: 40px;
  }*/
}
@media screen and (max-width: 700px) {
  .faq-page .faq-1 .header .title {
    font-size: 45px;
  }
  .faq-page .faq-1 .content {
    margin-top: 40px;
  }
  .faq-page .faq-3 .header .title {
    font-size: 40px;
  }
  /*.inner-page .m-page {
    margin-top: 20px;
  }*/
}
@media screen and (max-width: 500px) {
  .faq-page {
    padding-top: 0;
  }
  .faq-page .faq-1 .header .title {
    font-size: 36px;
  }
  .faq-page .faq-1 .content {
    margin-top: 20px;
  }
  .faq-page .faq-1 .content ul li .tit {
    font-size: 20px;
    line-height: 1.4;
  }
  .faq-page .faq-1 .content ul li .tit em {
    padding-right: 20px;
  }
  .faq-page .faq-2 .box {
    padding-left: 0;
    padding-right: 0;
  }
  .faq-page .faq-3 {
    background: transparent;
    margin-top: 5%;
  }
  .faq-page .faq-3 .header .title {
    font-size: 36px;
  }
  .faq-page .faq-3 .header p {
    font-size: 20px;
    line-height: 1.4;
  }
  .faq-page .faq-3 .search {
    margin-top: 20px;
  }
  .faq-page .faq-3 .search form input[type="text"] {
    padding-right: 0;
  }
  .faq-page .faq-3 .search form input[type="submit"] {
    position: initial;
    margin-top: 20px;
    border: 1px solid #000;
    height: 50px;
    padding-right: 15px;
    background-position-x: 20px;
  }
}

.service-page .service-1 {
  padding-bottom: 5%;
}
.service-page .service-1 .top .left {
  width: 47%;
}
.service-page .service-1 .top .left .title {
  font-size: 70px;
  line-height: 1;
  color: #030303;
  /*text-transform: uppercase;*/
}
.service-page .service-1 .top .right {
  width: 53%;
  font-size: 18px;
  line-height: 1.5;
  color: rgba(0, 0, 0, 0.65);
  vertical-align: bottom;
  margin-bottom: 10px;
}
.service-page .service-1 .bottom {
  padding: 5% 0 0 66px;
}
.service-page .service-1 .bottom ul li {
  /*border-right: 1px solid #dcdcdc;*/
  /*text-align: center;*/
  padding-right: 60px;
  width: 25%;
}
.service-page .service-1 .bottom ul li .ig {
  position: relative;
  padding: 15px 20px 0px 0;
}
.service-page .service-1 .bottom ul li .ig::after {
  content: "";
  display: block;
  height: 100%;
  width: 1px;
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  background: #dcdcdc;
}
.service-page .service-1 .bottom ul li i {
  -webkit-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.service-page .service-1 .bottom ul li p {
  font-size: 24px;
  line-height: 1.3;
  color: #030303;
  font-weight: 500;
  /*width: 78%;*/
  margin-top: 18px;
  text-align: left;
  height: 64px;
}
.service-page .service-1 .bottom ul li .mores {
  display: block;
  margin-top: 38px;
  position: relative;
  top: auto;
  left: auto;
  height: auto;
  width: auto;
  z-index: 1;
  font-size: 15px;
}
.service-page .service-1 .bottom ul li .mores .link_text {
  position: relative;
  margin-right: 0;
  display: inline-block;
  vertical-align: middle;
  text-indent: -110px;
  visibility: hidden;
  white-space: nowrap;
  opacity: 0;
  margin-top: -10px;
  -webkit-transition: visibility 0.4s ease, margin-right 0.4s ease-out,
    text-indent 0.5s ease-out, opacity 0.4s ease;
  -ms-transition: visibility 0.4s ease, margin-right 0.4s ease-out,
    text-indent 0.5s ease-out, opacity 0.4s ease;
  transition: visibility 0.4s ease, margin-right 0.4s ease-out,
    text-indent 0.5s ease-out, opacity 0.4s ease;
}
.service-page .service-1 .bottom ul li .mores .link_icon {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  overflow: hidden;
  width: 1.4em;
  height: 1.4em;
  line-height: 1.4em;
  text-align: center;
}
.service-page .service-1 .bottom ul li .mores:hover .link_text {
  opacity: 1;
  text-indent: 0;
  margin-right: 6px;
  visibility: visible;
}
/*.service-page .service-1 .bottom ul li:last-child {
  padding-right: 0;
  width: 16%;
}*/
.service-page .service-1 .bottom ul li:last-child .ig::after {
  display: none;
}
.service-page .service-1 .bottom ul li:hover i {
  filter: brightness(0);
}
.service-page .service-2 {
  position: relative;
  padding: 87px 0 79px;
  z-index: 1;
}
.service-page .service-2 .left {
  width: 53.646%;
}
.service-page .service-2 .right {
  width: 46.354%;
  color: #000;
  padding: 38px 20px 0 0;
}
.service-page .service-2 .right .ig {
  max-width: 706px;
  padding-left: 57px;
}
/*.service-page .service-2 .right .header {
  text-align: right;
}*/
.service-page .service-2 .right .header .tag {
  color: #000;
  /*padding-right: 138px;*/
}
.service-page .service-2 .right .header .tag::before {
  background: #000;
  top: 8px;
}
.service-page .service-2 .right .header .title {
  text-align: left;
  font-size: 60px;
  line-height: 1;

  margin-top: 6px;
  /*margin-left: -132px;*/
}
.service-page .service-2 .right .header .con {
  font-size: 18px;
  line-height: 1.5;
  opacity: 0.65;
  text-align: left;
}
.service-page .service-2 .right .list {
  margin-top: 75px;
  border-top: 1px solid rgba(0, 0, 0, 0.2);
}
.service-page .service-2 .right .list ul li {
  padding: 19px 0 22px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
}
.service-page .service-2 .right .list ul li .tit {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 26px;
}
.service-page .service-2 .right .list ul li .tit em {
  width: 90%;
}
.service-page .service-2 .right .list ul li .tit i {
  position: relative;
  width: 14px;
  height: 14px;
}
.service-page .service-2 .right .list ul li .tit i::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 2px;
  background: #000;
  left: 0;
  top: 6px;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}
.service-page .service-2 .right .list ul li .tit i::after {
  content: "";
  position: absolute;
  height: 100%;
  width: 2px;
  background: #000;
  top: 0;
  left: 6px;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}
.service-page .service-2 .right .list ul li .con {
  font-size: 18px;
  line-height: 1.5;
  opacity: 0.65;
  display: none;
}
.service-page .service-2 .right .list ul li.active .tit i::after {
  opacity: 0;
}
.service-page .service-2::after {
  content: "";
  position: absolute;
  z-index: -1;
  right: 0;
  top: 0;
  width: 54.115%;
  height: 100%;
  background-color: #e6dac3;
}
.service-page .service-3 {
  padding-top: 7.2%;
  margin-bottom: 3vw;
}
.service-page .service-3 .header {
  text-align: center;
}
.service-page .service-3 .header .title {
  font-size: 72px;
  color: #030303;
  line-height: 1;

  margin-top: 5px;
}
.service-page .service-3 .content {
  margin-top: 65px;
}
.service-page .service-3 .content ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  margin-right: -20px;
}
.service-page .service-3 .content ul li {
  padding-right: 20px;
  width: 20.79%!important;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
  cursor: pointer;
}
.service-page .service-3 .content ul li .ig {
  border: solid 1px var(--index-main-color);
  border-radius: 20px;
  padding: 55px 35px 30px 37px;
  height: 383px;
}
.service-page .service-3 .content ul li .ig i {
  display: block;
}
.service-page .service-3 .content ul li .ig .tit {
  font-size: 28px;
    font-weight: 500;
  line-height: 1.2;
  margin-top: 15px;
}
.service-page .service-3 .content ul li .ig .con {
  font-size: 18px;
  line-height: 1.5;
  opacity: 0;
  -webkit-transition: opacity 0.1s ease-out, -webkit-transform 0.4s ease-out,
    -webkit-clip-path 0.6s cubic-bezier(0.25, 0.59, 0.29, 0.96);
  transition: opacity 0.1s ease-out, -webkit-transform 0.4s ease-out,
    -webkit-clip-path 0.6s cubic-bezier(0.25, 0.59, 0.29, 0.96);
  -moz-transition: opacity 0.1s ease-out, transform 0.4s ease-out,
    clip-path 0.6s cubic-bezier(0.25, 0.59, 0.29, 0.96),
    -moz-transform 0.4s ease-out;
  transition: opacity 0.1s ease-out, transform 0.4s ease-out,
    clip-path 0.6s cubic-bezier(0.25, 0.59, 0.29, 0.96);
  transition: opacity 0.1s ease-out, transform 0.4s ease-out,
    clip-path 0.6s cubic-bezier(0.25, 0.59, 0.29, 0.96),
    -webkit-transform 0.4s ease-out, -moz-transform 0.4s ease-out,
    -webkit-clip-path 0.6s cubic-bezier(0.25, 0.59, 0.29, 0.96);
  transition: opacity 0.1s ease-out, transform 0.4s ease-out,
    clip-path 0.6s cubic-bezier(0.25, 0.59, 0.29, 0.96),
    -webkit-transform 0.4s ease-out,
    -webkit-clip-path 0.6s cubic-bezier(0.25, 0.59, 0.29, 0.96);
  -webkit-clip-path: polygon(0 0, 0 0, 0 100%, 0 100%);
  clip-path: polygon(0 0, 0 0, 0 100%, 0 100%);
  -webkit-transform: translateX(50px);
  -moz-transform: translateX(50px);
  -ms-transform: translateX(50px);
  transform: translateX(50px);
}
.service-page .service-3 .content ul li .ig .num {
  position: absolute;
  bottom: 30px;
  right: 35px;
  font-size: 16px;
  color: #030303;
}
.service-page .service-3 .content ul li.active {
  width: 37.63%!important;
}
.service-page .service-3 .content ul li.active .con {
  opacity: 0.65;
  -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
  clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
  -webkit-transition-delay: 0.4s;
  -moz-transition-delay: 0.4s;
  transition-delay: 0.4s;
  -webkit-transform: translate(0);
  -moz-transform: translate(0);
  -ms-transform: translate(0);
  transform: translate(0);
}
.service-page .service-4 {
padding: 6% 0 5.6%;
    background: linear-gradient(to bottom,var(--index-color) 0%,transparent 100%);
}
.service-page .service-4 .header .title {
  font-size: 72px;

  line-height: 1;
  /*text-transform: uppercase;*/
  margin-top: 22px;
}
.service-page .service-4 .content {
  margin-top: 51px;
}
.service-page .service-4 .content ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  margin-right: -18px;
}
.service-page .service-4 .content ul li {
  padding-right: 18px;
  width: 17.544%;
  -webkit-transition: width 0.6s cubic-bezier(0.65, 0, 0.35, 1);
  -moz-transition: width 0.6s cubic-bezier(0.65, 0, 0.35, 1);
  transition: width 0.6s cubic-bezier(0.65, 0, 0.35, 1);
  overflow: hidden;
}
.service-page .service-4 .content ul li .ig {
  position: relative;
  height: 559px;
}
.service-page .service-4 .content ul li .ig .img {
  margin: 0;
  width: 100%;
  height: 100%;
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  right: 0;
  -webkit-transition: height 0.6s cubic-bezier(0.65, 0, 0.35, 1);
  -moz-transition: height 0.6s cubic-bezier(0.65, 0, 0.35, 1);
  transition: height 0.6s cubic-bezier(0.65, 0, 0.35, 1);
}
.service-page .service-4 .content ul li .ig .img img {
  width: 100%;
  height: 78%;
  -o-object-fit: cover;
  object-fit: cover;
  -webkit-transform: scale(1.06) translateZ(0);
  -moz-transform: scale(1.06) translateZ(0);
  transform: scale(1.06) translateZ(0);
  -webkit-transition: -webkit-transform 0.8s cubic-bezier(0.65, 0, 0.35, 1);
  transition: -webkit-transform 0.8s cubic-bezier(0.65, 0, 0.35, 1);
  -moz-transition: transform 0.8s cubic-bezier(0.65, 0, 0.35, 1),
    -moz-transform 0.8s cubic-bezier(0.65, 0, 0.35, 1);
  transition: transform 0.8s cubic-bezier(0.65, 0, 0.35, 1);
  transition: transform 0.8s cubic-bezier(0.65, 0, 0.35, 1),
    -webkit-transform 0.8s cubic-bezier(0.65, 0, 0.35, 1),
    -moz-transform 0.8s cubic-bezier(0.65, 0, 0.35, 1);
  will-change: transform;
}
.service-page .service-4 .content ul li .ig .text {
  background: #fff;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 34px 8px 51px;
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  opacity: 0;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.service-page .service-4 .content ul li .ig .text .tit {
  font-size: 28px;
    FONT-WEIGHT: 500;
  line-height: 1.1;

  width: 54%;
}
.service-page .service-4 .content ul li .ig .text .mores {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -moz-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 14px;
  letter-spacing: 1px;
  line-height: 1;
  text-transform: uppercase;
  padding: 25px 0 19px 38px;
  position: relative;
  z-index: 1;
}
.service-page .service-4 .content ul li .ig .text .mores img {
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}
.service-page .service-4 .content ul li .ig .text .mores em {
  margin-left: 28px;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}
.service-page .service-4 .content ul li .ig .text .mores::after {
  content: "";
  position: absolute;
  left: 59px;
  top: 0;
  width: 57px;
  height: 56px;
  border-radius: 50%;
  border: solid 1px #dcdcdc;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}
.service-page .service-4 .content ul li .ig .text .mores:hover em {
  -webkit-transform: translateX(-86px);
  -moz-transform: translateX(-86px);
  -ms-transform: translateX(-86px);
  transform: translateX(-86px);
}
.service-page .service-4 .content ul li .ig .text .mores:hover img {
  -webkit-transform: translateX(150px);
  -moz-transform: translateX(150px);
  -ms-transform: translateX(150px);
  transform: translateX(150px);
}
.service-page .service-4 .content ul li.active {
  width: 29.824%;
}
.service-page .service-4 .content ul li.active .ig .img {
  height: 425px;
}
.service-page .service-4 .content ul li.active .ig .img img {
  -webkit-transform: scale(1) translateZ(0);
  -moz-transform: scale(1) translateZ(0);
  transform: scale(1) translateZ(0);
}
.service-page .service-4 .content ul li.active .text {
  opacity: 1;
}
@media screen and (max-width: 1680px) {
  .service-page .service-1 .bottom ul li {
    padding-right: 40px;
  }
  .service-page .service-4 .content ul li.active .text {
    display: block;
  }
  .service-page .service-4 .content ul li .ig .text .tit {
    font-size: 36px;
    width: 100%;
  }
  .service-page .service-4 .content ul li.active .text .mores {
    margin-top: 20px;
  }
}
@media screen and (max-width: 1440px) {
  .service-page .service-1 .bottom ul li p {
    width: 90%;
  }
  .service-page .service-2 .right .header .title {
    font-size: 78px;
    margin-left: -90px;
  }
  .service-page .service-3 .content ul li .ig {
    padding: 40px 30px 30px;
  }
  .service-page .service-3 .content ul li .ig .tit {
    font-size: 32px;
  }
}
@media screen and (max-width: 1280px) {
  .service-page .service-1 .top .left .title {
    font-size: 80px;
  }
  .service-page .service-1 .bottom {
    padding-left: 0;
  }
  .service-page .service-1 .bottom ul li p {
    width: 100%;
  }
  .service-page .service-2 {
    padding: 50px 0;
  }
  .service-page .service-2 .left,
  .service-page .service-2 .right {
    vertical-align: middle;
  }
  .service-page .service-2 .right {
    padding-top: 0;
  }
  .service-page .service-2 .right .ig {
    padding-left: 30px;
  }
  .service-page .service-2 .right .header .title {
    font-size: 62px;
    margin-left: 0px;
  }
  .service-page .service-3 .content ul li .ig {
    padding: 40px 20px 30px;
  }
  .service-page .service-3 .content ul li .ig .tit {
    font-size: 29px;
  }
}
@media screen and (max-width: 1100px) {
  .service-page .service-1 .top .left .title {
    font-size: 70px;
  }
  .service-page .service-1 .bottom ul li p {
    font-size: 21px;
  }
  .service-page .service-2 .right .header .title {
    font-size: 53px;
  }
  .service-page .service-2 .right .list {
    margin-top: 40px;
  }
  .service-page .service-3 .content ul li .ig .tit {
    font-size: 26px;
  }
  .service-page .service-4 .content ul li .ig {
    height: 400px;
  }
  .service-page .service-4 .content ul li.active .ig .img {
    height: 300px;
  }
  .service-page .service-4 .content ul li .ig .text {
    padding: 15px 8px 20px;
  }
  .service-page .service-4 .content ul li .ig .text .tit {
    font-size: 30px;
  }
}
@media screen and (max-width: 1000px) {
  .service-page .service-1 .top .left,
  .service-page .service-1 .top .right {
    width: 100%;
  }
  .service-page .service-1 .top .right {
    margin-top: 20px;
  }
  .service-page .service-1 .bottom ul {
    margin-bottom: -20px;
  }
  .service-page .service-1 .bottom ul li:last-child {
    width: 33.3333%;
  }
  .service-page .service-1 .bottom ul li {
    width: 33.3333%;
    margin-bottom: 20px;
  }
  .service-page .service-2 .left {
    display: none;
  }
  .service-page .service-2 .right {
    width: 100%;
  }
  .service-page .service-2::after {
    width: 100%;
  }
  .service-page .service-3 .header .title {
    font-size: 70px;
  }
  .service-page .service-3 .content ul {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: -10px;
  }
  .service-page .service-3 .content ul li {
    width: 50%!important;
    margin-bottom: 10px;
  }
  .service-page .service-3 .content ul li.active {
    width: 50%!important;
  }
  .service-page .service-3 .content ul li .ig .con {
    opacity: 0.65;
    -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
    -webkit-transition-delay: 0.4s;
    -moz-transition-delay: 0.4s;
    transition-delay: 0.4s;
    -webkit-transform: translate(0);
    -moz-transform: translate(0);
    -ms-transform: translate(0);
    transform: translate(0);
  }
  .service-page .service-3 .content ul li .ig {
    padding: 30px 20px 20px;
  }
  .service-page .service-3 .content ul li .ig .con {
    font-size: 17px;
  }
  .service-page .service-4 .header .title {
    font-size: 66px;
  }
  .service-page .service-4 .content ul {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: -10px;
  }
  .service-page .service-4 .content ul li {
    width: 50%;
    margin-bottom: 10px;
  }
  .service-page .service-4 .content ul li.active {
    width: 50%;
  }
  .service-page .service-4 .content ul li:last-child {
    width: 100%;
  }
  .service-page .service-4 .content ul li:last-child.active {
    width: 100%;
  }
}
@media screen and (max-width: 700px) {
  .service-page .service-1 .bottom ul li {
    width: 50%;
    padding-right: 20px;
  }
  .service-page .service-1 .bottom ul li:last-child {
    width: 50%;
  }
  .service-page .service-1 .bottom ul li:nth-child(even) {
    padding-right: 0;
  }
  .service-page .service-2 .right .list ul li .tit {
    font-size: 22px;
  }
  .service-page .service-3 .header .title {
    font-size: 53px;
  }
  .service-page .service-3 .content {
    margin-top: 20px;
  }
  .service-page .service-3 .content ul li .ig i {
    zoom: 0.7;
  }
  .service-page .service-3 .content ul li .ig {
    padding: 10px;
  }
  .service-page .service-3 .content ul li .ig .tit {
    font-size: 24px;
    margin-top: 0;
  }
  .service-page .service-3 .content ul li .ig .num {
    bottom: 0;
  }
  .service-page .service-4 .header .title {
    font-size: 50px;
  }
  .service-page .service-4 .content {
    margin-top: 20px;
  }
  .service-page .service-4 .content ul li .ig .text .tit {
    font-size: 24px;
  }
  .service-page .service-4 .content ul li.active .text .mores {
    zoom: 0.7;
  }
  .service-page .service-4 .content ul li .ig {
    height: 300px;
  }
}
@media screen and (max-width: 500px) {
  .service-page .service-1 .top .left .title {
    font-size: 50px;
  }
  .service-page .service-1 .top .right {
    font-size: 16px;
    line-height: 1.8;
  }
  .service-page .service-1 .bottom ul li {
    width: 100%;
    padding-right: 0;
  }
  .service-page .service-1 .bottom ul li:last-child {
    width: 100%;
  }
  .service-page .service-1 .bottom ul li .ig {
    padding: 0;
  }
  .service-page .service-1 .bottom ul li .ig::after {
    display: none;
  }
  .service-page .service-2 .right {
    padding: 0 15px;
  }
  .service-page .service-2 .right .ig {
    padding-left: 0;
  }
  .service-page .service-2 .right .header .title {
    font-size: 40px;
  }
  .service-page .service-2 .right .header .con {
    font-size: 16px;
    line-height: 1.8;
  }
  .service-page .service-2 .right .list ul li .tit {
    font-size: 20px;
    line-height: 1.4;
  }
  .service-page .service-3 .header .title {
    font-size: 36px;
  }
  .service-page .service-3 .content ul li,
  .service-page .service-3 .content ul li.active {
    width: 100%!important;
  }
  .service-page .service-3 .content ul li .ig {
    height: auto;
    padding: 20px 15px;
  }
  .service-page .service-3 .content ul li .ig .tit {
    line-height: 1.5;
  }
  .service-page .service-3 .content ul li .ig .con {
    font-size: 16px;
    line-height: 1.8;
  }
  .service-page .service-4 .header .title {
    font-size: 33px;
  }
  .service-page .service-4 .content ul li,
  .service-page .service-4 .content ul li.active {
    width: 100%;
  }
  .service-page .service-4 .content ul li.active .text .mores {
    zoom: 1;
  }
  .service-page .service-4 .content ul li .ig .text .tit {
    line-height: 1.5;
  }
  .service-page .service-4 .content ul li .ig .text {
    opacity: 1;
    display: block;
  }
}
.application-page {
  padding-bottom: 12%;
}
.application-page .application-list .header {
  max-width: 690px;
}
.application-page .application-list .header .title {
  font-size: 90px;

  line-height: 1.1;
}
.application-page .application-list .swiper {
  margin-top: 132px;
  padding-bottom: 100px;
}
.application-page .application-list .swiper .tit {
  font-size: 30px;
  line-height: 1.3;
  color: #030303;
  text-align: center;
  margin-top: 25px;
  opacity: 0;
  -webkit-transition: opacity 0.5s ease;
  -moz-transition: opacity 0.5s ease;
  transition: opacity 0.5s ease;
}
.application-page .application-list .swiper .swiper-slide {
  cursor: pointer;
}
.application-page .application-list .swiper .swiper-slide:hover .tit {
  opacity: 1;
}
.application-page .application-list .swiper .swiper-pagination {
  bottom: 0;
  height: 41px;
}
.application-page .application-list .swiper .swiper-pagination-bullet {
  position: relative;
  width: 1px;
  height: 16px;
  border-radius: 0px;
  display: inline-block;
  vertical-align: middle;
  background-color: rgba(0, 0, 0, 0.5);
  margin: 0 9px;
  cursor: pointer;
  -webkit-transition: all 0.4s ease-out 0s;
  -moz-transition: all 0.4s ease-out 0s;
  transition: all 0.4s ease-out 0s;
  opacity: 1;
}
.application-page .application-list .swiper .swiper-pagination-bullet-active {
  height: 41px;
  background: #5f5e5f;
}
.tc {
  height: 100%;
  position: fixed;
  z-index: 999;
  top: 79px;
  right: 0;
  width: 100%;
  background: url(../images/beijing.jpg) no-repeat;
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}
.tc .list {
  position: relative;
  -webkit-transition: all 0.4s ease-in-out 0s;
  -moz-transition: all 0.4s ease-in-out 0s;
  transition: all 0.4s ease-in-out 0s;
}
.tc .list .item {
  position: relative;
  height: 100vh;
  text-align: center;
  padding: 0vh 15vw 0;
}
.tc .list .item .title {
  font-size: 100px;
  line-height: 1;

  text-transform: uppercase;
  position: relative;
  z-index: 1;
}
.tc .list .item .img {
  position: relative;
  max-width: 600px;
  margin: -4% auto 0;
}
.tc .list .item .img .desc {
  position: absolute;
  right: 30px;
  top: 10%;
  /*color: #fff;*/
  font-size: 18px;
  line-height: 1.6;
  font-weight: bold;
}
.tc .list .item .gallery {
  position: absolute;
  bottom: 100px;
  right: 20%;
}
.tc .list .item .gallery ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-right: -20px;
  text-align: right;
  margin: 0 auto;
}
.tc .list .item .gallery ul li {
  padding-right: 20px;
  max-width: 100px;
  cursor: pointer;
}
.tc .list .item .gallery ul li img {
  width: 100%;
}
.tc.active {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}
@media screen and (max-width: 1680px) {
  .contact-page .contact-2 ul li {
    width: 50%;
    padding-left: 0;
    margin-bottom: 10px;
  }
  .contact-page .contact-2 ul li .content p {
    max-width: 83%;
  }
}
@media screen and (max-width: 1440px) {
  .tc .list .item {
    padding: 0 10vw;
  }
}
@media screen and (max-width: 1280px) {
  .tc .list .item {
    padding: 0 6vw;
  }
  .tc .list .item .title {
    font-size: 66px;
  }
  .about-page .about-1 .data ul{
    flex-wrap: wrap;
  }
}
@media screen and (max-width: 1000px) {
  .application-page .application-list .header .title {
    font-size: 60px;
  }
  .application-page .application-list .swiper {
    margin-top: 60px;
  }
  .application-page .application-list .swiper .tit {
    font-size: 25px;
    line-height: 1.4;
  }
  .tc .list .item {
    padding: 0 10vw;
  }
  .tc .list .item .title {
    font-size: 60px;
  }
  .contact-page {
    padding: 30px 0 0;
  }
  .contact-page .contact-4 .left {
    margin-top: 0;
  }
  .contact-page .contact-4 .right {
    width: 100%;
    margin-top: 20px;
  }
  .contact-page .contact-2 {
    padding: 30px 0;
  }
  .contact-page .contact-2 ul li .content h6 {
    width: 40px;
    height: 40px;
    margin-right: 10px;
  }
  .contact-page .contact-2 ul li .content p {
    max-width: 270px;
  }
}
@media screen and (max-width: 700px) {
  .application-page .application-list .header .title {
    font-size: 40px;
  }
  .application-page .application-list .swiper {
    margin-top: 30px;
    padding-bottom: 30px;
  }
  .tc .list .item {
    padding: 0 6vw;
  }
  .tc .list .item .gallery {
    position: initial;
    margin-top: 20px;
  }
  .tc .list .item .title {
    font-size: 46px;
  }
  .contact-page .contact-2 ul li {
    width: 100%;
    margin-bottom: 10px;
  }
  .contact-page .contact-2 ul li:last-child {
    margin-bottom: 0;
  }
  .contact-page .contact-2 ul li .content p {
    max-width: 100%;
    width: 90%;
  }
}
@media screen and (max-width: 500px) {
  .application-page .application-list .swiper {
    overflow: hidden;
    padding: 0 15px 30px;
  }
  .application-page .application-list .swiper .tit {
    opacity: 1;
    font-size: 24px;
    line-height: 1.5;
    margin-top: 10px;
  }
  .tc .list .item .title {
    font-size: 36px;
  }
  .contact-page .contact-4 .right form input,
  .contact-page .contact-4 .right form textarea {
    width: 100%;
    margin-bottom: 10px;
  }
  .contact-page .contact-4 {
    padding: 0px;
  }
}
