@media (max-width: 500px) {
  .about-page .about-1 .top .text .title {
    font-size: 24px !important;
    line-height: 1.6 !important;
  }
}
/*.inner_banner {
  position: relative;
  z-index: 0;
  margin-top: 114px;
  margin-bottom: 40px;
}

.inner_banner .textAniC {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  overflow: hidden;
  z-index: 1;
}
.inner_banner .textAniC .text .c {
  font-size: 450px;
  font-weight: bold;
  text-transform: uppercase;
  color: #f6f6f6;
  line-height: 0.9;
  white-space: nowrap;
  width: 5000px;
}

.inner_banner .container {
  position: relative;
  z-index: 2;
}
.inner_banner .innerBg {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.inner_banner .cont {
  padding: 180px 0 100px 0;
}
.inner_banner .cont .title {
  font-weight: bold;
}
.inner_banner .cont .mbx {
  font-size: 0;
  font-weight: bold;
  margin-top: 10px;
}
.inner_banner .cont .mbx span {
  font-size: 20px;
  padding-left: 20px;
  position: relative;
}
.inner_banner .cont .mbx a {
  position: relative;
  padding-left: 20px;
  font-size: 20px;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
.inner_banner .cont .mbx a:hover {
  color: var(--color);
}
.inner_banner .cont .mbx a:first-child {
  padding-left: 0;
}
.inner_banner .cont .mbx a:first-child::before {
  display: none;
}
.inner_banner .cont .mbx a:before,
.inner_banner .cont .mbx span:before {
  content: "";
  position: absolute;
  width: 6px;
  height: 2px;
  top: 13px;
  left: 7px;
  background-color: #000;
}*/
.about-page .about-1 .top .img {
  position: relative;
}
.about-page .about-1 .top .img video {
  display: block;
  width: 100%;
}
.about-page .about-1 .top .img .play {
  position: absolute;
  display: inline-block;
  background: var(--color);
  border-radius: 50%;
  z-index: 1;
  cursor: pointer;
  width: 80px;
  height: 80px;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.about-page .about-1 .top .img .play .cont {
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: var(--color);
  border-radius: 50%;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 30px;
}
.about-page .about-1 .top .img .play .cont i {
  margin-left: 4px;
}
.about-page .about-1 .top .img .play .ling {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: var(--color);
  border-radius: 50%;
  animation: ks 3s linear infinite;
}
.about-page .about-1 .top .img .play .ling:last-child {
  animation-delay: -1.5s;
}
.about-page .about-1 .top .text {
  max-width: 1200px;
  width: 100%;
  margin: 80px auto 0;
  position: relative;
  z-index: 1;
}
.about-page .about-1 .top .text .title {
  line-height: 1.2;
  font-size: 42px;
}
.about-page .about-1 .top .text .con {
  margin-top: 46px;
  line-height: 1.8;
  color: #7b7b7b;
  /*max-height: 690px;
  overflow-y: auto;*/
  padding-right: 4px;
}
.about-page .about-1 .bottom {
  max-width: 1215px;
  width: 100%;
  margin: 111px auto 0;
}
.about-page .about-1 .bottom ul {
  margin-right: -70px;
}
.about-page .about-1 .bottom ul li {
  padding-right: 70px;
}
.about-page .about-1 .bottom ul li .data {
  font-weight: bold;
  padding-bottom: 26px;
  border-bottom: 1px solid #58596c;
}
.about-page .about-1 .bottom ul li .data em {
  font-size: 68px;
  line-height: 1.2;
  color: #000;
  display: inline-block;
  vertical-align: bottom;
}
.about-page .about-1 .bottom ul li .data sub {
  font-size: 30px;
  color: var(--color);
  display: inline-block;
  vertical-align: bottom;
  line-height: 1;
  margin: 0 0 9px 7px;
}
.about-page .about-1 .bottom ul li .text .tit {
  font-size: 24px;
  font-weight: 600;
  color: #000000;
  line-height: 2;
  margin-top: 23px;
}
.about-page .about-1 .bottom ul li .text p {
  font-size: 16px;
  font-weight: 500;
  line-height: 30px;
  color: rgba(0, 0, 0, 0.5);
}
.about-page .about-2 {
  margin-top: 120px;
}
.about-page .about-2 .box {
  padding: 80px 0;
  position: relative;
  z-index: 1;
}
.about-page .about-2 .box .img {
  width: 50.06%;
  vertical-align: middle;
}
.about-page .about-2 .box .text {
  width: 49.94%;
  max-width: 632px;
  padding-left: 64px;
  padding-right: 10px;
  vertical-align: middle;
  color: #fff;
}
/*.about-page .about-2 .box .text .tipsTitleCont .tipsTitle1 .cir {
  background-color: #fff;
}*/
.about-page .about-2 .box .text .con {
  line-height: 1.8;
  margin-top: 40px;
  font-size: 16px;
}
.about-page .about-2 .box .text .list {
  margin-top: 29px;
}
.about-page .about-2 .box .text .list ul {
  margin-bottom: -25px;
}
.about-page .about-2 .box .text .list ul li {
  position: relative;
  padding-left: 47px;
  font-size: 20px;
  line-height: 1.5;
  padding-bottom: 25px;
}
.about-page .about-2 .box .text .list ul li::before {
  content: "";
  position: absolute;
  top: 13px;
  left: 0;
  width: 30px;
  height: 2px;
  background: white;
}
.about-page .about-2 .box::after {
  content: "";
  position: absolute;
  z-index: -1;
  bottom: 0;
  right: 0;
  width: 81.25%;
  height: 100%;
  background: var(--color);
}
.about-page .about-3 {
  background-color: #f6f6f6;
  padding: 12% 0 7%;
  margin-top: -122px;
}
.about-page .about-3 .header {
  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-bottom: 63px;
  border-bottom: 1px solid #b8b8bc;
}
.about-page .about-3 .header .left {
  width: 50%;
}
.about-page .about-3 .header .left span.tag {
  color: var(--color);
}
.about-page .about-3 .header .left .title {
  margin-top: 12px;
  line-height: 1.2;
}
.about-page .about-3 .header .right {
  width: 50%;
  font-weight: 500;
  line-height: 1.8;
  color: rgba(0, 0, 0, 0.5);
}
.about-page .about-3 .content {
  margin-top: 88px;
}
.about-page .about-3 .content ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -moz-box-orient: horizontal;
  -moz-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  margin: 0 -15px;
}
.about-page .about-3 .content ul li {
  padding: 0 15px;
  width: 33.33%;
}
.about-page .about-3 .content ul li .box {
  padding: 30px 20px;
  background: #fff;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  color: #121212;
  height: 100%;
}
.about-page .about-3 .content ul li .box .tit {
  font-size: 24px;
   
  font-weight: 600;
  line-height: 2;
  margin-top: 15px;
}
.about-page .about-3 .content ul li .box p {
  font-size: 16px;
  font-weight: 500;
  line-height: 30px;
  color: rgba(0, 0, 0, 0.5);
}
.about-page .about-3 .content ul li .box:hover {
  background: var(--color);
}
.about-page .about-3 .content ul li .box:hover i img {
  -webkit-filter: grayscale(100%) brightness(300);
  filter: grayscale(100%) brightness(300);
}
.about-page .about-3 .content ul li .box:hover .tit {
  color: white;
}
.about-page .about-3 .content ul li .box:hover p {
  color: white;
}
.about-page .about-3 .list {
  margin-top: 151px;
}
.about-page .about-3 .list .img-box {
  display: block;
}
.about-page .about-3 .list .img-box img {
  width: 100%;
}
.about-page .about-3 .list .slick-dots {
  position: absolute;
  z-index: 2;
  left: 0;
  bottom: -54px;
  width: 100%;
  margin: 0;
  text-align: right;
  padding-right: 22px;
}
.about-page .about-3 .list .slick-dots li {
  width: 14px;
  height: 14px;
  background-color: #fff;
  display: inline-block;
  border-radius: 50%;
  margin-right: 14px;
  cursor: pointer;
  -webkit-transition: 0.5;
  -moz-transition: 0.5;
  -o-transition: 0.5;
  transition: 0.5;
  padding: 0;
}
.about-page .about-3 .list .slick-dots li:last-child {
  margin-right: 0;
}
.about-page .about-3 .list .slick-dots li button {
  display: none;
}
.about-page .about-3 .list .slick-dots li.slick-active {
  background: var(--color);
}
.about-page .about-4 {
  background: var(--color);
  padding: 68px 0 70px;
  max-width: 959px;
  width: 100%;
  margin-top: -17%;
  position: relative;
  z-index: 1;
  color: #fff;
}
.about-page .about-4 .box {
  max-width: 507px;
  margin: 0 94px 0 auto;
}
.about-page .about-4 .box .title {
  margin-top: 27px;
}
.about-page .about-4 .box .con {
  font-size: 16px;
  line-height: 1.8;
  margin-top: 27px;
}
.about-page .about-4 .box .info {
  margin-top: 20px;
  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;
  padding-bottom: 30px;
  border-bottom: 1px solid #fff;
}
.about-page .about-4 .box .info .tit {
  font-size: 20px;
  line-height: 1.5;
}
.about-page .about-4 .box .info p {
  font-size: 16px;
  line-height: 1.8;
}
.about-page .about-4 .box .more {
  margin-top: 36px;
  background: #000;
}
.about-page .about-4 .box .more:hover {
  background: #fff;
  color: var(--color);
}
.about-page .about-5 {
  padding: 110px 0 180px;
}
.about-page .about-5 .header {
  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;
  padding-bottom: 45px;
  border-bottom: 1px solid #b8b8bc;
}
.about-page .about-5 .header span.tag {
  color: var(--color);
}
.about-page .about-5 .header .title {
  margin-top: 12px;
  line-height: 1.2;
}
.about-page .about-5 .header .more {
  margin-bottom: 4px;
}
.about-page .about-5 .content {
  margin-top: 47px;
}
.about-page .about-5 .content ul {
  margin: 0 -20px;
}
.about-page .about-5 .content ul li {
  padding: 0 20px;
}
.about-page .about-5 .content ul li .img-box {
  display: block;
  position: relative;
}
.about-page .about-5 .content ul li .img-box::before {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 2;
  display: block;
  content: "";
  width: 0;
  height: 0;
  background: rgba(255, 255, 255, 0.2);
  border-radius: 100%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  opacity: 0;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
.about-page .about-5 .content ul li:hover .img-box:before {
  -webkit-animation: circle 0.75s;
  -moz-animation: circle 0.75s;
  -o-animation: circle 0.75s;
  animation: circle 0.75s;
  -o-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3sease;
  -o-transition: all 0.3sease;
  -moz-transition: all 0.3sease;
  transition: all 0.3sease;
}
.about-page .about-5 .content ul li .img-box img {
  width: 100%;
}
.about-page .about-5 .content ul .slick-dots {
  position: absolute;
  z-index: 2;
  left: 0;
  bottom: -54px;
  width: 100%;
  margin: 0;
  text-align: center;
}
.about-page .about-5 .content ul .slick-dots li {
  width: 14px;
  height: 14px;
  background-color: #d2d2d2;
  display: inline-block;
  border-radius: 50%;
  margin-right: 14px;
  cursor: pointer;
  -webkit-transition: 0.5;
  -moz-transition: 0.5;
  -o-transition: 0.5;
  transition: 0.5;
  padding: 0;
}
.about-page .about-5 .content ul .slick-dots li:last-child {
  margin-right: 0;
}
.about-page .about-5 .content ul .slick-dots li button {
  display: none;
}
.about-page .about-5 .content ul .slick-dots li.slick-active {
  background: var(--color);
}
.about-page .about-6 {
  overflow: hidden;
}
.about-page .about-6 .contentC {
  margin-top: 60px;
}
.about-page .about-6 .contentC .container {
  /*margin-left: auto;*/
  /*width: 1640px;*/
  /*margin-right: 0;*/
}
.about-page .about-6 .contentC .container .titleC {
  width: 48%;
  position: relative;
  z-index: 2;
}
.about-page .about-6 .contentC .container .titleC .subline {
  position: absolute;
  bottom: 6px;
  right: 0;
  background: #e2e0e0;
  width: 1200px;
  height: 1px;
}
.about-page .about-6 .contentC .container .titleC li {
  cursor: pointer;
}
.about-page .about-6 .contentC .container .titleC .num {
  font-size: 20px;
  font-weight: 500;
  text-align: center;
}
.about-page .about-6 .contentC .container .titleC li.active .num {
  color: var(--color);
}
.about-page .about-6 .contentC .container .titleC .cir {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: #e2e0e0;
  margin: 10px auto 0;
}
.about-page .about-6 .contentC .container .titleC li.active .cir {
  background: var(--color);
}
.about-page .about-6 .contentC .container .content {
  position: relative;
  margin-top: -80px;
}
.about-page .about-6 .contentC .container .content .box .left {
  width: 48%;
  padding-right: 200px;
  padding-top: 140px;
}
.about-page .about-6 .contentC .container .content .box .left .title {
  font-weight: 600;
  font-size: 24px;
   
}
.about-page .about-6 .contentC .container .content .box .left .des {
  font-weight: 500;
  margin-top: 20px;
  font-size: 18px;
  line-height: 1.8;
}
.about-page .about-6 .contentC .container .content .box .right {
  width: 52%;
  padding-left: 40px;
}
.about-page .about-6 .contentC .container .content .box .right img {
  width: 100%;
}
.gallery-page .init-1 .container .cont{
  border-bottom: 1px solid #d2d2d2;
}
.gallery-page .init-1 .container .cont li {
  margin-right: 40px;
}
.gallery-page .init-1 .container .cont li:last-child{
  margin-right: 0;
}
.gallery-page .init-1 .container .cont li .box a {
  padding: 8px 20px;
   
  font-size: 20px;
  display: block;
  position: relative;
  font-weight: 600;
}
.gallery-page .init-1 .container .cont li .box a::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 3px;
  bottom: 0;
  left: 0;
  background-color: var(--color);
  -webkit-transform-origin: left;
  -moz-transform-origin: left;
  -ms-transform-origin: left;
  -o-transform-origin: left;
  transform-origin: left;
  opacity: 0;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
  -webkit-transform: scaleX(0);
  -moz-transform: scaleX(0);
  -ms-transform: scaleX(0);
  -o-transform: scaleX(0);
  transform: scaleX(0);
}
.gallery-page .init-1 .container .cont li .box a.active::before,
.gallery-page .init-1 .container .cont li .box a:hover::before {
  opacity: 1;
  -webkit-transform: scaleX(1);
  -moz-transform: scaleX(1);
  -ms-transform: scaleX(1);
  -o-transform: scaleX(1);
  transform: scaleX(1);
}
.gallery-page .init-2 {
  padding-top: 30px;
}
.gallery-page .init-2 .container ul {
  margin: 0 -25px;
}
.gallery-page .init-2 .container ul > p{
  font-size: 16px;
  letter-spacing: 0;
  margin: 20px;
}
.gallery-page .init-2 .container ul li {
  margin-top: 50px;
  padding: 0 25px;
}
.gallery-page .init-2 .container ul li .box video{
  display: block;
  width: 100%;
}
.gallery-page .init-2 .container ul li .box .title{
  font-weight: 600;
  text-align: center;
  margin-top: 16px;
}
.gallery-page .init-2 .container ul li .box .img {
  position: relative;
  display: block;
}
.gallery-page .init-2 .container ul li .box .img img {
  width: 100%;
}
.gallery-page .init-2 .container ul li .box .img::before {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 2;
  display: block;
  content: "";
  width: 0;
  height: 0;
  background: rgba(255, 255, 255, 0.2);
  border-radius: 100%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  opacity: 0;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
.gallery-page .init-2 .container ul li .box:hover .img::before {
  -webkit-animation: circle 0.75s;
  -moz-animation: circle 0.75s;
  -o-animation: circle 0.75s;
  animation: circle 0.75s;
  -o-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3sease;
  -o-transition: all 0.3sease;
  -moz-transition: all 0.3sease;
  transition: all 0.3sease;
}
@media (max-width: 1000px) {
  .gallery-page .init-1 {
    display: none;
  }
  .gallery-page .init-2 {
    padding-top: 0;
  }
}
@media (max-width: 500px) {
  .gallery-page .init-2 .container ul li {
    margin-top: 20px;
  }
}
.faq-page .init-1 .container .tipsTitleCont {
  max-width: 630px;
}
.faq-page .init-1 .container .content {
  padding: 0 120px;
  margin-top: 50px;
}
.faq-page .init-1 .container .content ul li .box {
  cursor: pointer;
  padding: 20px 0;
  border-top: 1px solid #d2d2d2;
}
.faq-page .init-1 .container .content ul li .box .titleC {
  font-weight: 700;
}
.faq-page .init-1 .container .content ul li .box .titleC .num {
  width: 70px;
  color: var(--color);
}
.faq-page .init-1 .container .content ul li .box .titleC .title {
  padding-right: 10px;
  width: -webkit-calc(-80%);
  width: -moz-calc(-80%);
  width: calc(100% - 180px);
}
.faq-page .init-1 .container .content ul li .box .titleC .right {
  margin-top: 4px;
  margin-left: 80px;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background-color: #000;
}
.faq-page .init-1 .container .content ul li .box .titleC .right .img {
  width: 14px;
  height: 14px;
}
.faq-page .init-1 .container .content ul li .box .des {
  padding-left: 70px;
  margin-top: 20px;
  max-width: -webkit-calc(-10%);
  max-width: -moz-calc(-10%);
  max-width: calc(100% - 110px);
  color: rgba(0, 0, 0, 0.5);
  display: none;
}
.faq-page .init-1 .container .content ul li .box.active .titleC .right {
  background-color: var(--color);
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}
.faq-page .init-1 .container .content ul li:last-child .box {
  border-bottom: 1px solid #d2d2d2;
}
@media (max-width: 1250px) {
  .faq-page .init-1 .container .content {
    padding: 0;
  }
}
@media (max-width: 700px) {
  .faq-page .init-1 .container .content ul li .box .titleC .num {
    width: 100%;
  }
  .faq-page .init-1 .container .content ul li .box .titleC .title {
    width: -webkit-calc(60%);
    width: -moz-calc(60%);
    width: calc(100% - 40px);
  }
  .faq-page .init-1 .container .content ul li .box .titleC .right {
    margin-left: 10px;
  }
  .faq-page .init-1 .container .content ul li .box .des {
    width: 100%;
    max-width: 100%;
    padding-left: 0;
  }
}
@media (max-width: 1700px) {
  .about-page .about-6 .contentC .container {
    width: 1360px;
    margin: auto;
  }
}
@media (max-width: 1500px) {
  .about-page .about-6 .contentC .container {
    width: 1200px;
  }
  .about-page .about-6 .contentC .container .content .box .left {
    padding-right: 40px;
  }
}
@media (max-width: 1250px) {
  .about-page .about-1 .bottom ul {
    margin-right: -30px;
  }
  .about-page .about-1 .bottom ul li {
    padding-right: 30px;
  }
  .about-page .about-3 {
    margin-top: -60px;
  }
  .about-page .about-6 .contentC .container {
    width: 970px;
  }
  .about-page .about-6 .contentC .container .titleC {
    width: 100%;
  }
  .about-page .about-6 .contentC .container .titleC .subline {
    width: 100%;
  }
  .about-page .about-6 .contentC .container .content .box .left {
    width: 100%;
    padding-right: 0;
  }
  .about-page .about-6 .contentC .container .content .box .right {
    width: 100%;
    padding-left: 0;
    margin-top: 20px;
  }
}
@media (max-width: 1000px) {
  .about-page .about-1 .top .text {
    margin-top: 40px;
    /*padding: 30px 16px;*/
  }
  .about-page .about-2 {
    margin-top: 20px;
  }
  .about-page .about-2 .box {
    width: 700px;
    margin: auto;
  }
  .about-page .about-2 .box .img {
    width: 100%;
  }
  .about-page .about-2 .box::after {
    display: none;
  }
  .about-page .about-2 .box .text {
    width: 100%;
    padding: 20px 0 40px 0;
    max-width: 100%;
    color: #000;
  }
  .about-page .about-2 .box .text .tipsTitleCont .tipsTitle1 .cir {
    background-color: var(--color);
  }
  .about-page .about-3 .header {
    padding-bottom: 20px;
  }
  .about-page .about-3 .header .left {
    width: 100%;
  }
  .about-page .about-3 .header .right {
    width: 100%;
    padding: 0;
    margin-top: 20px;
  }
  .about-page .about-3 .content {
    margin-top: 20px;
  }
  .about-page .about-3 .content ul li {
    width: 100%;
    margin-top: 20px;
  }
  .about-page .about-5 {
    padding: 60px 0;
  }
  .about-page .about-5 .header {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .about-page .about-5 .header .left {
    width: 100%;
  }
  .about-page .about-5 .header .right {
    margin-top: 20px;
  }
  .about-page .about-5 .content ul .slick-dots {
    position: relative;
    bottom: 0;
    top: 0;
    margin-top: 20px;
    color: #666;
    line-height: 1.6;
  }
  .about-page .about-1 .bottom ul {
    margin: 0;
  }
  .about-page .about-1 .bottom ul li {
    width: 100%;
    padding: 0;
    margin-top: 20px;
  }
  .about-page .about-6 {
    margin-top: 0;
    padding-top: 0;
  }
  .about-page .about-6 .contentC .container {
    width: 700px;
  }
}
@media (max-width: 700px) {
  .about-page .about-2 .box {
    width: 100%;
    padding: 0 16px;
  }
  .about-page .about-3 {
    margin-top: 40px;
  }
  .about-page .about-6 .contentC .container {
    width: 100%;
  }
}
@media (max-width: 500px) {
  .about-page .about-1 .top .text .con {
    margin-top: 20px;
  }
  .about-page .about-1 .bottom {
    margin-top: 40px;
  }
  .about-page .about-1 .bottom ul li .data em {
    font-size: 40px;
  }
  .about-page .about-1 .top .text .con {
    max-height: 460px;
    overflow-y: scroll;
  }
  .about-page .about-2 {
    margin-top: 40px;
  }
  .about-page .about-2 .box .text .con {
    margin-top: 20px;
  }
  .about-page .about-3 {
    margin-top: 0;
  }
  .about-page .about-5 {
    padding: 40px 0;
  }
  .about-page .about-5 .header {
    padding-bottom: 20px;
  }
  .about-page .about-5 .content {
    margin-top: 20px;
  }
}
@media (max-width: 1500px) {
  .inner_banner .textAniC {
    top: 34px;
  }
  .inner_banner .textAniC .text .c {
    font-size: 360px;
  }
}
@media (max-width: 1250px) {
  .inner_banner .textAniC {
    top: 40px;
  }
  .inner_banner .textAniC .text .c {
    font-size: 260px;
  }
}
@media (max-width: 1000px) {
  .inner_banner {
    margin-top: 40px;
  }
  .inner_banner .textAniC .text .c {
    font-size: 160px;
  }
  .inner_banner .cont {
    padding: 40px 0;
  }
}
@media (max-width: 700px) {
  .inner_banner .textAniC .text .c {
    font-size: 100px;
  }
}
@media (max-width: 500px) {
  .inner_banner .textAniC {
    top: 30px;
  }
  .inner_banner .textAniC .text .c {
    font-size: 80px;
  }
}
.support-page .init-1 .container .left {
  width: 50%;
}
.support-page .init-1 .container .left img {
  width: 100%;
}
.support-page .init-1 .container .right {
  width: 50%;
  padding: 10px 50px;
}
.support-page .init-1 .container .right .title {
  font-weight: bold;
  font-size: 48px;
  line-height: 1.2;
}
.support-page .init-1 .container .right .des {
  margin-top: 20px;
  font-weight: 500;
  color: rgba(0, 0, 0, .5);
  line-height: 1.8;
  max-height: 140px;
    padding-right: 20px;
    margin-bottom: 30px;
    overflow: auto;
}
.support-page .init-2 .container .cont {
  color: #fff;
  background-color: var(--color);
  padding: 60px 50px;
}
.support-page .init-2 .container .cont .left {
  width: 50%;
  padding-right: 60px;
}
.support-page .init-2 .container .cont .left .title {
  font-weight: 700;
  font-family: 'syne';
}
.support-page .init-2 .container .cont .left .des {
  margin-top: 20px;
  line-height: 1.8;
}
.support-page .init-2 .container .cont .right {
  width: 50%;
  margin-top: 20px;
}
.support-page .init-2 .container .cont .right ul {
  margin: 0 -20px;
}
.support-page .init-2 .container .cont .right ul li {
  padding: 0 20px;
}
.support-page .init-2 .container .cont .right ul li .box img {
  display: block;
  width: 100%;
  border-radius: 50%;
}
.support-page .init-2 .container .cont .right ul li .box .text {
  position: relative;
  z-index: 2;
  padding-left: 20px;
  margin-top: 40px;
}
.support-page .init-2 .container .cont .right ul li .box .text .sub {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background-color: #fff;
  position: absolute;
  top: 10px;
  left: 0;
}
.support-page .init-3 .container form {
  position: relative;
  margin-top: 30px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.support-page .init-3 .container form textarea,
.support-page .init-3 .container form input {
  margin-top: 14px;
  font-size: 14px;
  line-height: 2;
  padding: 13px 16px;
  width: -webkit-calc(40%);
  width: -moz-calc(40%);
  width: calc(50% - 10px);
  background-color: #f6f6f6;
  border: none;
  border-bottom: 1px solid #2a2a2d;
}
.support-page .init-3 .container form .file_input {
  margin-top: 14px;
  height: 48px;
  width: -webkit-calc(40%);
  width: -moz-calc(40%);
  width: calc(50% - 10px);
  position: relative;
  cursor: pointer;
  border-bottom: 1px solid #2a2a2d;
  padding: 13px 16px;
  background-color: #f0f0f0;
  font-size: 14px;
}
.support-page .init-3 .container form .file_input img {
  cursor: pointer;
  width: 28px;
  height: 28px;
  position: absolute;
  top: 10px;
  right: 20px;
}
.support-page .init-3 .container form .file_input span {
  width: 100%;
  display: block;
  padding-right: 50px;
}
.support-page .init-3 .container form .file_input input {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  opacity: 0;
  margin-top: 0;
  cursor: pointer;
}
.support-page .init-3 .container form .content {
  width: 100%;
}
.support-page .init-3 .container form .tips {
  color: #bebebe;
  position: absolute;
  bottom: 13px;
  left: 0;
}
.support-page .init-3 .container form .more {
  margin: 14px 0 0 auto;
  font-family: 'syne';
  font-weight: 700;
  cursor: pointer;
  color: #fff;
  line-height: 1.3;
  padding: 12px 24px;
  background-color: var(--color);
}
.support-page .init-3 .container form .more .img{
    width: 14px;
    height: 14px;
    margin-left: 12px;
}
.support-page .init-3 .container form .more:hover{
  background: #000;
}
.support-page .init-3 .container form .more:hover .img{
  transform: rotate(45deg);
}
.support-page .init-4 {
  position: relative;
  z-index: 2;
}
.support-page .init-4 .tipsTitleCont{
  text-align: center;
}
.support-page .init-4 .tipsTitleCont .tipsTitle1 span{
  width: auto;
}
.support-page .init-4 .container .tipsTitle {
  text-align: center;
  font-weight: bold;
}
.support-page .init-4 .container .tipsDes {
  margin-top: 40px;
  text-align: center;
  color: rgba(0, 0, 0, .5);
}
.support-page .init-4 .container .content {
  margin-top: 60px;
}
.support-page .init-4 .container .content ul {
  margin: 0 -20px;
}
.support-page .init-4 .container .content ul li {
  width: 33.33%;
  padding: 0 20px;
}
.support-page .init-4 .container .content ul li .mml-text {
  height: 100%;
  padding: 60px 30px;
  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;
  position: relative;
  z-index: 1;
  background-color: #fff;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
  border-radius: 2px;
  overflow: hidden;
  text-align: center;
}
.support-page .init-4 .container .content ul li .mml-text i {
  text-align: center;
  margin: 0 auto;
  font-size: 50px;
  display: block;
  width: 80px;
  height: 80px;
  line-height: 72px;
  border-radius: 50%;
  color: var(--color);
  background-color: #f6f6f6;
  -webkit-transition: 0.5 sease;
  -moz-transition: 0.5s ease;
  -webkit-transition: 0.5s ease;
  -o-transition: 0.5s ease;
  transition: 0.5s ease;
}
.support-page .init-4 .container .content ul li .mml-text::before {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  border-radius: 50%;
  right: -30px;
  top: -50px;
  background-color: rgba(255, 255, 255, 0.1);
  -webkit-transition: 0.5s ease;
  -moz-transition: 0.5s ease;
  -o-transition: 0.5s ease;
  transition: 0.5s ease;
}
.support-page .init-4 .container .content ul li .mml-text::after {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-repeat: no-repeat;
  background-position: center;
  -o-background-size: cover;
  background-size: cover;
  background-image: url(../images/support_6.jpg);
  opacity: 0;
  -webkit-transition: 0.5s ease;
  -moz-transition: 0.5s ease;
  -o-transition: 0.5s ease;
  transition: 0.5s ease;
}
.support-page .init-4 .container .content ul li .mml-text:hover::before {
  width: 200px;
  height: 200px;
}
.support-page .init-4 .container .content ul li .mml-text h4{
  font-family: 'syne';
}
.support-page .init-4 .container .content ul li .mml-text .des{
  font-weight: 500;
  color: rgba(0, 0, 0, .5);
  line-height: 1.8;
}
.support-page .init-4 .container .content ul li .mml-text:hover i {
  background-color: #fff;
}
.support-page .init-4 .container .content ul li .mml-text:hover h4 {
  color: #fff;
}
.support-page .init-4 .container .content ul li .mml-text:hover P {
  color: #fff;
}
.support-page .init-4 .container .content ul li .mml-text:hover:after {
  opacity: 1;
}
.support-page .init-5 {
  margin-top: -200px;
}
.support-page .init-5 img {
  max-height: 320px;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.support-page .init-6 .container .left {
  width: 50%;
  padding-right: 25px;
}
.support-page .init-6 .container .left img {
  width: 100%;
}
.support-page .init-6 .container .right {
  width: 50%;
  padding-left: 25px;
}
.support-page .init-6 .container .right .title {
  font-weight: bold;
  margin-top: 40px;
  font-size: 48px;
  line-height: 1.2;
}
.support-page .init-6 .container .right .des {
  margin-top: 20px;
  font-weight: 500;
  color: rgba(0, 0, 0, .5);
  line-height: 30px;
}
@media (max-width: 1500px) {
  .support-page .init-1 .container .right {
    padding: 10px 0 10px 20px;
  }
}
@media (max-width: 1250px) {
  .support-page .init-1 .container .left {
    width: 100%;
    padding: 0;
  }
  .support-page .init-1 .container .right {
    width: 100%;
    padding: 0;
    margin-top: 20px;
  }
  .support-page .init-2 .container .cont .left {
    width: 100%;
    padding-right: 0;
  }
  .support-page .init-2 .container .cont .right {
    width: 100%;
    margin-top: 20px;
  }
  .support-page .init-4 .container .content ul li {
    width: 100%;
    margin-top: 20px;
  }
  .support-page .init-6 .container .left {
    width: 100%;
    padding-right: 0;
  }
  .support-page .init-6 .container .right {
    width: 100%;
    padding-right: 0;
    padding-left: 0;
  }
}
@media (max-width: 1000px) {
  .support-page .init-2 .container .cont .right ul li {
    width: 50%;
    margin-top: 30px;
  }
  .support-page .init-2 .container .cont .right ul li .box img {
    max-width: 200px;
  }
  .support-page .init-2 .container .cont .right ul li .box .text {
    margin-top: 10px;
  }
}
@media (max-width: 700px) {
  .support-page .init-2 .container .cont .right ul li {
    width: 100%;
    text-align: center;
  }
  .support-page .init-2 .container .cont .right ul li .box img {
    margin: auto;
  }
  .support-page .init-2 .container .cont .right ul li .box .text .sub {
    display: none;
  }
  .support-page .init-5 {
    display: none;
  }
}
@media (max-width: 500px) {
  .support-page .init-2 .container .cont {
    padding: 40px 16px;
  }
  .support-page .init-2 .container .cont .left .des {
    margin-top: 10px;
  }
  .support-page .init-3 .container form {
    margin-top: 10px;
  }
  .support-page .init-3 .container form input,
  .support-page .init-3 .container form textarea {
    width: 100%;
  }
  .support-page .init-3 .container form .tips {
    position: relative;
    top: 0;
    bottom: 0;
  }
  .support-page .init-3 .container form .file_input {
    width: 100%;
  }
  .support-page .init-4 .container .tipsDes {
    margin-top: 20px;
  }
  .support-page .init-4 .container .content {
    margin-top: 20px;
  }
  .support-page .init-4 .container .content ul li .mml-text {
    padding: 30px 16px;
  }
  .support-page .init-6 .container .right .title {
    margin-top: 10px;
  }
}

.seoPublic{
  margin-top: 5vw;
}

.seoPublic .tipsTitleCont .tipsTitle1 span{
  width: auto;
}
.seoPublic>div:nth-child(odd){
  background: none;
}
.pt-160{
    padding-top: 160px;
}
.pb-160{
    padding-bottom: 160px;
}
.pt-150{
    padding-top: 150px;
}
.pb-150{
    padding-bottom: 150px;
}
.pb-140{
    padding-bottom: 140px;
}
.pt-140{
    padding-top: 140px;
}
.pt-130{
    padding-top: 130px;
}
.pb-130{
    padding-bottom: 130px;
}
.pb-120{
    padding-bottom: 120px;
}
.pt-120{
    padding-top: 120px;
}
.pt-110{
    padding-top: 110px;
}
.pb-110{
    padding-bottom: 110px;
}
.pt-100{
    padding-top: 100px;
}
.pb-100{
    padding-bottom: 100px;
}
.pt-90{
    padding-top: 90px;
}
.pb-90{
    padding-bottom: 90px;
}
.pt-80{
    padding-top: 80px;
}
.pb-80{
    padding-bottom: 80px;
}
.pt-70{
    padding-top: 70px;
}
.pb-70{
    padding-bottom: 70px;
}
.pt-60{
    padding-top: 60px;
}
.pb-60{
    padding-bottom: 60px;
}
.pt-50{
    padding-top: 50px;
}
.pb-50{
    padding-bottom: 50px;
}
.pt-40{
    padding-top: 40px;
}
.pb-40{
    padding-bottom: 40px;
}

@media (max-width: 1500px) {
    .pt-160{
        padding-top: 80px;
    }
    .pb-160{
        padding-bottom: 80px;
    }
    .pt-150{
        padding-top: 80px;
    }
    .pb-150{
        padding-bottom: 80px;
    }
    .pt-140{
        padding-top: 80px;
    }
    .pb-140{
        padding-bottom: 80px;
    }
    .pt-130{
        padding-top: 80px;
    }
    .pb-130{
        padding-bottom: 80px;
    }
    .pb-120{
        padding-bottom: 80px;
    }
    .pt-120{
        padding-top: 80px;
    }
    .pt-100{
        padding-top: 80px;
    }
}

@media (max-width: 500px) {
    .pt-160{
        padding-top: 40px;
    }
    .pb-160{
        padding-bottom: 40px;
    }
    .pt-150{
        padding-top: 40px;
    }
    .pb-150{
        padding-bottom: 40px;
    }
    .pt-140{
        padding-top: 40px;
    }
    .pb-140{
        padding-bottom: 40px;
    }
    .pt-130{
        padding-top: 40px;
    }
    .pb-130{
        padding-bottom: 40px;
    }
    .pb-120{
        padding-bottom: 40px;
    }
    .pt-120{
        padding-top: 40px;
    }
    .pt-110{
        padding-top: 40px;
    }
    .pb-110{
        padding-bottom: 40px;
    }
    .pt-100{
        padding-top: 40px;
    }
    .pb-100{
        padding-bottom: 40px;
    }
    .pt-90{
        padding-top: 40px;
    }
    .pb-90{
        padding-bottom: 40px;
    }
    .pb-80{
        padding-bottom: 40px;
    }
    .pt-80{
        padding-top: 40px;
    }
    .pt-70{
        padding-top: 40px;
    }
    .pb-70{
        padding-bottom: 40px;
    }
    .pt-60{
        padding-top: 40px;
    }
    .pb-60{
        padding-bottom: 40px;
    }
    .pt-50{
        padding-top: 40px;
    }
    .pb-50{
        padding-bottom: 40px;
    }
}


.mt-8 {
    margin-top: 8px;
}
.mt-10 {
    margin-top: 10px;
}
.mt-12 {
    margin-top: 12px;
}
.mt-24 {
    margin-top: 24px;
}
.mt-32 {
    margin-top: 32px;
}
.mt-36 {
    margin-top: 36px;
}
.mt-48 {
    margin-top: 48px;
}
.mt-15 {
    margin-top: 15px;
}
.mt-20 {
    margin-top: 20px;
}
.mt-30 {
    margin-top: 30px;
}
.mt-40 {
    margin-top: 40px;
}
.mt-55 {
    margin-top: 55px;
}
.mt-60 {
    margin-top: 60px;
}
.mb-8 {
    margin-bottom: 8px;
}
.mb-10 {
    margin-bottom: 10px;
}
.mb-12 {
    margin-bottom: 12px;
}
.mb-24 {
    margin-bottom: 24px;
}
.mb-32 {
    margin-bottom: 32px;
}
.mb-36 {
    margin-bottom: 36px;
}
.mb-48 {
    margin-bottom: 48px;
}
.mb-15 {
    margin-bottom: 15px;
}
.mb-20 {
    margin-bottom: 20px;
}
.mb-30 {
    margin-bottom: 30px;
}
.mb-40 {
    margin-bottom: 40px;
}
.mb-55 {
    margin-bottom: 55px;
}
.mb-60 {
    margin-bottom: 60px;
}
.ml-8 {
    margin-left: 8px;
}
.ml-10 {
    margin-left: 10px;
}
.ml-12 {
    margin-left: 12px;
}
.ml-24 {
    margin-left: 24px;
}
.ml-32 {
    margin-left: 32px;
}
.ml-36 {
    margin-left: 36px;
}
.ml-48 {
    margin-left: 48px;
}
.ml-15 {
    margin-left: 15px;
}
.ml-20 {
    margin-left: 20px;
}
.ml-30 {
    margin-left: 30px;
}
.ml-40 {
    margin-left: 40px;
}
.ml-55 {
    margin-left: 55px;
}
.ml-60 {
    margin-left: 60px;
}
.mr-8 {
    margin-right: 8px;
}
.mr-10 {
    margin-right: 10px;
}
.mr-12 {
    margin-right: 12px;
}
.mr-24 {
    margin-right: 24px;
}
.mr-32 {
    margin-right: 32px;
}
.mr-36 {
    margin-right: 36px;
}
.mr-48 {
    margin-right: 48px;
}
.mr-15 {
    margin-right: 15px;
}
.mr-20 {
    margin-right: 20px;
}
.mr-30 {
    margin-right: 30px;
}
.mr-40 {
    margin-right: 40px;
}
.mr-55 {
    margin-right: 55px;
}
.mr-60 {
    margin-right: 60px;
}
.pt-8 {
    padding-top: 8px;
}
.pt-10 {
    padding-top: 10px;
}
.pt-12 {
    padding-top: 12px;
}
.pt-24 {
    padding-top: 24px;
}
.pt-36 {
    padding-top: 36px;
}
.pt-48 {
    padding-top: 48px;
}
.pt-15 {
    padding-top: 15px;
}
.pt-20 {
    padding-top: 20px;
}
.pt-30 {
    padding-top: 30px;
}
.pt-40 {
    padding-top: 40px;
}
.pt-55 {
    padding-top: 55px;
}



.pb-8 {
    padding-bottom: 8px;
}
.pb-10 {
    padding-bottom: 10px;
}
.pb-12 {
    padding-bottom: 12px;
}
.pb-24 {
    padding-bottom: 24px;
}
.pb-36 {
    padding-bottom: 36px;
}
.pb-48 {
    padding-bottom: 48px;
}
.pb-15 {
    padding-bottom: 15px;
}
.pb-20 {
    padding-bottom: 20px;
}
.pb-30 {
    padding-bottom: 30px;
}
.pb-40 {
    padding-bottom: 40px;
}
.pb-55 {
    padding-bottom: 55px;
}

.pl-8 {
    padding-left: 8px;
}
.pl-10 {
    padding-left: 10px;
}
.pl-12 {
    padding-left: 12px;
}
.pl-24 {
    padding-left: 24px;
}
.pl-36 {
    padding-left: 36px;
}
.pl-48 {
    padding-left: 48px;
}
.pl-15 {
    padding-left: 15px;
}
.pl-20 {
    padding-left: 20px;
}
.pl-30 {
    padding-left: 30px;
}
.pl-40 {
    padding-left: 40px;
}
.pl-55 {
    padding-left: 55px;
}
.pl-60 {
    padding-left: 60px;
}
.pr-8 {
    padding-right: 8px;
}
.pr-10 {
    padding-right: 10px;
}
.pr-12 {
    padding-right: 12px;
}
.pr-24 {
    padding-right: 24px;
}
.pr-36 {
    padding-right: 36px;
}
.pr-48 {
    padding-right: 48px;
}
.pr-15 {
    padding-right: 15px;
}
.pr-20 {
    padding-right: 20px;
}
.pr-30 {
    padding-right: 30px;
}
.pr-40 {
    padding-right: 40px;
}
.pr-55 {
    padding-right: 55px;
}
.pr-60 {
    padding-right: 60px;
}

.m-page .wp-pagenavi {
  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;
}
.m-page .wp-pagenavi a,
.m-page .wp-pagenavi span {
  display: block;
  width: 34px;
  height: 34px;
  text-align: center;
  line-height: 32px;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  transition: 0.3s;
  background-color: #ffffff;
  border: solid 1px #c8c8c8;

}
.m-page .wp-pagenavi a.prev{
  margin-right: 20px;
} 
.m-page .wp-pagenavi a.next{
  margin-left: 17px;
}
.m-page .wp-pagenavi span.current{
  background-color: var(--color);
  border-color: var(--color);
    color: #fff;
}
.m-page .wp-pagenavi a:hover,
.m-page .wp-pagenavi span:hover {
  background-color: var(--color);
  border-color: var(--color);
    color: #fff;
}