﻿@charset "UTF-8";
@font-face {
  font-family: "SourceHanSansCN-Regular";
  src: url("../SourceHanSansCN/SourceHanSansCN-Regular.ttf") format("truetype");
}
@font-face {
  font-family: "SourceHanSansCN-Medium";
  src: url("../SourceHanSansCN/SourceHanSansCN-Medium.otf") format("OpenType");
}
@font-face {
  font-family: "SourceHanSansCN-Light";
  src: url("../SourceHanSansCN/SourceHanSansCN-Light.otf") format("OpenType");
}
@media (max-width: 1200px) {
  html {
    width: 1200px;
    max-width: 100%;
  }
}
@media (min-width: 1200px) and (max-width: 1500px) {
  .container,
  .container-lg,
  .container-md,
  .container-sm,
  .container-xl {
    max-width: 90%;
    padding: 0;
  }
}
@media (min-width: 1500px) {
  .container,
  .container-lg,
  .container-md,
  .container-sm,
  .container-xl {
    max-width: 1400px;
    padding: 0;
  }
}
.index-wrap {
  margin: 0 auto;
  max-width: 90%;
}
@media (min-width: 1700px) {
  .container,
  .container-lg,
  .container-md,
  .container-sm,
  .container-xl {
    max-width: 1420px;
    padding: 0;
  }
  .index-wrap {
    width: 1660px;
    margin: 0 auto;
    max-width: 94%;
  }
}
html body {
  font-family: "SourceHanSansCN-Regular";
}
.padd-85 {
  padding: 85px 0 90px;
}
.padd-55 {
  padding-top: 55px;
  padding-bottom: 60px;
}
.padd-110 {
  padding: 110px 0 110px;
}
.row {
  margin: 0;
}
.col,
.col-1,
.col-10,
.col-11,
.col-12,
.col-2,
.col-3,
.col-4,
.col-5,
.col-6,
.col-7,
.col-8,
.col-9,
.col-auto,
.col-lg,
.col-lg-1,
.col-lg-10,
.col-lg-11,
.col-lg-12,
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-9,
.col-lg-auto,
.col-md,
.col-md-1,
.col-md-10,
.col-md-11,
.col-md-12,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-md-auto,
.col-sm,
.col-sm-1,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9,
.col-sm-auto,
.col-xl,
.col-xl-1,
.col-xl-10,
.col-xl-11,
.col-xl-12,
.col-xl-2,
.col-xl-3,
.col-xl-4,
.col-xl-5,
.col-xl-6,
.col-xl-7,
.col-xl-8,
.col-xl-9,
.col-xl-auto {
  padding: 0;
}
#header.on {
  background-color: #f7f7f7;
}
#header.on .logo .on {
  display: inline-block;
}
#header.on .logo .off {
  display: none;
}
#header.on .search .on {
  display: inline-block;
}
#header.on .search .off {
  display: none;
}
#header.on .language .on {
  display: inline-block;
}
#header.on .language .off {
  display: none;
}
#header.on .header .nav-a {
  color: #000;
}
#header.on .header .language p {
  color: #000;
}
#header:hover {
  background-color: #f7f7f7;
}
#header:hover .logo .on {
  display: inline-block;
}
#header:hover .logo .off {
  display: none;
}
#header:hover .search .on {
  display: inline-block;
}
#header:hover .search .off {
  display: none;
}
#header:hover .language .on {
  display: inline-block;
}
#header:hover .language .off {
  display: none;
}
#header:hover .header .nav-a {
  color: #000;
}
#header:hover .header .language p {
  color: #000;
}
.inner-body #header {
  background-color: #f7f7f7;
}
.inner-body #header .logo .on {
  display: inline-block;
}
.inner-body #header .logo .off {
  display: none;
}
.inner-body #header .search .on {
  display: inline-block;
}
.inner-body #header .search .off {
  display: none;
}
.inner-body #header .language .on {
  display: inline-block;
}
.inner-body #header .language .off {
  display: none;
}
.inner-body #header .header .nav-a {
  color: #000;
}
.inner-body #header .header .language p {
  color: #000;
}
#header {
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
  background-color: rgba(247, 247, 247, 0.1);
  z-index: 999;
}
#header .logo .off {
  display: inline-block;
}
#header .logo .on {
  display: none;
}
#header .search .off {
  display: inline-block;
}
#header .search .on {
  display: none;
}
#header .language .off {
  display: inline-block;
}
#header .language .on {
  display: none;
}
#header .language .lang-bg {
  position: absolute;
  transform: translate(-50%, -50%);
  top: 50%;
  left: 50%;
  width: 40px;
  height: 40px;
}
#header .language .lang-bg img {
  width: 100%;
}
header .nav-li {
  position: relative;
}
header .nav-li .child-nav {
  display: none;
  position: absolute;
  transform: translateX(-50%);
  left: 50%;
  top: 80px;
  width: 210px;
  z-index: 99;
}
header .nav-li .nav-top {
  padding: 10px 0;
  margin-top: 15px;
  text-align: center;
  background-image: url(../images/news_bg_03.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  border-radius: 10px;
}
header .nav-li .nav-top dd {
  margin: 0;
}
header .nav-li .nav-top dd a {
  display: block;
  font-size: 14px;
  line-height: 1.5em;
  padding: 7px 0;
  color: #fff;
}
header .nav-li .nav-top dd a:hover {
  color: #a81c43;
}
.header {
  padding: 10px 5%;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 999;
  justify-content: space-between;
}
.header .nav {
  margin-left: auto;
  margin-right: auto;
}
.header .nav-ul {
  width: 100%;
}
.header .nav-li {
  padding: 0 32px;
}
.header .nav-a {
  position: relative;
  display: inline-block;
  font-weight: bold;
  line-height: 80px;
  color: #fff;
  transition: all 0.4s;
  font-size: 14px;
}
.header .nav-a::after {
  display: block;
  width: 100%;
  height: 2px;
  background-color: #a81c43;
  content: '';
  position: absolute;
  bottom: 4px;
  left: 0;
  transition: all 0.3s;
  transform: scale(0);
}
.header .nav-li:hover .nav-a {
  color: #a81c43 !important;
}
.header .nav-li:hover .nav-a::after {
  transform: scale(1);
}
.header .logo a {
  display: block;
}
.header .search {
  position: relative;
  margin-left: 0;
  margin-right: 0;
}
.header .search-btn {
  cursor: pointer;
}
.header .search-img {
  line-height: 90px;
  cursor: pointer;
}
.header .input {
  visibility: hidden;
  position: absolute;
  width: 200px;
  line-height: 40px;
  height: 40px;
  right: -60px;
  top: 100%;
  transition: all 0.3s;
  z-index: 5;
}
.header .input input {
  outline: none;
  padding-left: 15px;
}
.header .input.active {
  visibility: visible;
  right: 0px;
}
.header .language {
  position: relative;
  margin-left: 40px;
}
.header .language span {
  margin-left: 10px;
}
.header .language span img {
  transition: all 0.3s;
}
.header .language p {
  font-size: 18px;
  position: relative;
  color: #fff;
}
.header .language p::after {
  content: url(../images/langu_bg_off.png);
  display: block;
  width: 40px;
  height: 40px;
  position: absolute;
  transform: translate(-50%, -50%);
  left: 50%;
  top: 50%;
}
.header .language .language-change {
  visibility: hidden;
  position: absolute;
  top: 100%;
  transform: translateX(-50%);
  left: 50%;
  width: 100px;
  z-index: 9;
  transition: all 0.3s;
}
.header .language .language-change a {
  color: #000;
  display: block;
  text-align: center;
  line-height: 30px;
  background-color: #fff;
  box-shadow: 0px 0px 0px 0px #333;
}
.header .language p {
  line-height: 90px;
}
.header .language p::after {
  display: none;
  width: 1px;
  height: 30px;
  background-color: #ccc;
  content: '';
  position: absolute;
  transform: translateY(-50%);
  top: 50%;
  right: 0;
}
.header .language:hover span img {
  transform: rotate(180deg);
}
.header .language:hover .language-change {
  left: 50%;
  visibility: visible;
}
.footer {
  background-image: url(../images/footer_bg_02.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center ;
}
.footer .footer-nav-box {
  padding: 75px 8% 25px;
}
.footer .footer-list-div {
  width: calc(100% - 400px);
}
.footer .foot-des {
  width: 400px;
}
.footer dl dt a {
  font-weight: bold;
  display: block;
  margin-bottom: 10px;
  font-size: 14px;
  opacity: 1;
}
.footer dl a {
  display: block;
  color: #fff;
  font-size: 14px;
  line-height: 1.8em;
  opacity: 0.5;
}
.footer dl a:hover {
  opacity: 1;
}
.footer .des h5 {
  margin: 5px 0 10px;
  font-size: 18px;
  color: #fff;
}
.footer .des p {
  font-size: 14px;
  opacity: 0.5;
  color: #fff;
}
.footer .footer-bot {
  border-top: 1px solid rgba(255, 255, 255, 0.3);
}
.footer .footer-bot p {
  color: #fff;
  opacity: 1;
  padding: 0 10px;
  line-height: 1em;
  margin: 10px 0;
  font-size: 14px;
}
.footer .footer-bot a {
  display: inline-block;
  color: #fff;
  padding-left: 12px;
  line-height: 1em;
  margin: 10px 0;
  font-size: 14px;
}
.footer .foot-des {
  text-align: end;
  width: 295px;
}
.footer .foot-des .tel {
  text-align: end;
  padding-right: 20px;
  margin: 0;
}
.footer .foot-des .tel span {
  display: inline-block;
  color: #fff;
  font-size: 30px;
}
.footer .foot-des .tel p {
  margin-top: 15px;
  font-size: 16px;
  color: #fff;
}
.footer .link span {
  margin-right: 10px;
  display: inline-block;
  line-height: 40px;
  color: #fff;
}
.footer .link .sel {
  position: relative;
  cursor: pointer;
  background-color: #fff;
  width: 128px;
  height: 40px;
  padding: 0;
  display: inline-block;
  line-height: 40px;
  text-align: center;
}
.footer .link .sel p {
  background-color: #0aaf70;
}
.footer .link p b {
  display: inline-block;
  transform: rotate(90deg) scaleY(1.5);
  transition: all 0.6s;
  color: #fff;
}
.footer .link .sel.active ul {
  opacity: 1;
}
.footer .link .sel.active p b {
  display: inline-block;
  transform: rotate(270deg) scaleY(1.5);
}
.footer .link ul {
  opacity: 0;
  transition: all 0.6s;
  width: 100%;
  position: absolute;
  right: 0;
  top: 100%;
}
.footer .link ul li a {
  text-align: center;
  display: block;
  line-height: 40px;
  color: #000;
  background-color: #fff;
  border-top: 1px solid #ddd;
}
.footer .link ul li a:hover {
  color: #1f569e;
}
.footer .social-share .social-share-icon {
  border-radius: 0%;
  width: 45px;
  height: 45px;
  line-height: 45px;
  background-color: #fff;
}
.banner-con {
  position: relative;
}
.banner-con .banner-img img {
  width: 100%;
}
.banner-con .banner-text {
  position: absolute;
  transform: translateY(-50%);
  top: 50%;
  left: 5%;
}
.banner-con .banner-text h2 {
  font-size: 54px;
  color: #fff;
  margin-bottom: 15px;
}
.banner-con .banner-text h4 {
  width: 808px;
  font-size: 24px;
  color: #fff;
  line-height: 1.8em;
}
.crumbs {
  border-bottom: 1px solid #eee;
}
.crumbs .left a {
  display: block;
  line-height: 65px;
  padding: 0 17px;
}
.crumbs .left .crumbs-li {
  margin-right: 20px;
}
.crumbs .left .crumbs-li.active {
  background-color: #1f569e;
}
.crumbs .left .crumbs-li.active a {
  color: #fff;
}
.crumbs .right .crumbs-li {
  margin-right: 8px;
}
.crumbs .right a {
  display: block;
  line-height: 65px;
}
@keyframes seeMore {
  0% {
    bottom: 6%;
  }
  25% {
    bottom: 4%;
  }
  50% {
    bottom: 2%;
  }
  75% {
    bottom: 4%;
  }
  100% {
    bottom: 6%;
  }
}
.index-swiper .swiper-button-next {
  color: rgba(255, 255, 255, 0.5);
  background-image: url(../images/banner_jty.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  right: 40px;
}
.index-swiper .swiper-button-next::after {
  display: none;
}
.index-swiper .swiper-button-prev {
  color: rgba(255, 255, 255, 0.5);
  background-image: url(../images/banner_jt.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  left: 40px;
}
.index-swiper .swiper-button-prev::after {
  display: none;
}
.index-swiper .swiper-text {
  position: absolute;
  transform: translateY(-50%);
  top: 50%;
  left: 12%;
}
.index-swiper .swiper-text h2 {
  margin-bottom: 25px;
  font-size: 54px;
  color: #fff;
}
.index-swiper .swiper-text h4 {
  width: 700px;
  font-size: 24px;
  color: #fff;
}
.index-swiper .swiper-img img {
  width: 100%;
}
.index-swiper .swiper-slide {
  position: relative;
}
.index-swiper .see-more {
  position: absolute;
  width: auto;
  transform: translateX(-50%);
  left: 50%;
  bottom: 2%;
  text-align: center;
  animation: seeMore 1.5s linear infinite;
}
.index-swiper .see-more p {
  color: #fff;
  margin-top: 5px;
  font-weight: lighter;
}
.title1 h2 {
  font-size: 40px;
  font-weight: bold;
  color: #fff;
  position: relative;
}
.title1 h2::after {
  content: '';
  display: block;
  margin: 25px 0 20px;
  width: 72px;
  height: 8px;
  background-image: url(../images/h_bg.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}
.tc h2 {
  text-align: center;
}
.tc h2::after {
  margin: 25px auto 30px;
}
.title2 h2 {
  font-size: 40px;
  font-weight: bold;
  color: #000;
  position: relative;
}
.title2 h2::after {
  content: '';
  display: block;
  margin: 25px 0 20px;
  width: 72px;
  height: 8px;
  background-image: url(../images/h_bg2.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}
.tc h2 {
  text-align: center;
}
.tc h2::after {
  margin: 25px auto 30px;
}
.index-page1 .page1-box {
  position: relative;
}
.index-page1 .left {
  width: 720px;
  padding: 0 130px;
}
.index-page1 .left p {
  font-size: 18px;
  color: #fff;
}
.index-page1 .right {
  width: calc(100% - 720px);
}
.index-page1 .pro-swiper {
  position: relative;
}
.index-page1 .swiper-slide {
  position: relative;
  display: block;
}
.index-page1 .swiper-img img {
  width: 100%;
}
.index-page1 .swiper-text {
  position: absolute;
  transform: translate(-50%, -50%);
  top: 50%;
  left: 50%;
  width: 80%;
  overflow: hidden;
  transition: all 0.6s;
}
.index-page1 .swiper-text .img {
  text-align: center;
  margin-bottom: 20px;
}
.index-page1 .swiper-text h4 {
  text-align: center;
  font-size: 18px;
  color: #fff;
}
.index-page1 .swiper-text p {
  font-size: 14px;
  color: #fff;
  text-align: justify;
  line-height: 1.5em;
  height: 4.5em;
  transform: translateY(100%);
  transition: all 0.6s;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
}
.index-page1 .swiper-button-prev {
  color: #fff;
  bottom: 5%;
  left: 60%;
  top: auto;
}
.index-page1 .swiper-button-next {
  color: #fff;
  bottom: 5%;
  right: auto;
  left: 96%;
  top: auto;
}
.index-page1 .swiper-slide:hover .swiper-text {
  top: 45%;
}
.index-page1 .swiper-slide:hover .swiper-text p {
  transform: translateY(0);
}
.index-page2 {
  padding: 100px 0 115px;
  position: relative;
}
.index-page2::after {
  content: url(../images/con_bg.png);
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 0;
}
.index-page2 .des p {
  font-size: 18px;
  margin-bottom: 30px;
}
.index-page2 .video-box {
  position: relative;
}
.index-page2 .play {
  position: absolute;
  transform: translate(-50%, -50%);
  top: 50%;
  left: 50%;
  cursor: pointer;
  transition: all 0.6s;
}
.index-page2 .play:hover {
  transform: translate(-50%, -50%) scale(1.1);
}
.index-page2 .video-box {
  margin-top: 40px;
}


.index-page2 .video-box video {
  max-width: 100%;
}


 .video-box video {
  width: 100%;
}
.index-page3 {
  padding: 150px 0;
  position: relative;
}
.index-page3 .in-pro {
  width: 500px;
}
.index-page3 .in-pro a {
  display: inline-block;
  opacity: 0.5;
  transition: all 0.6s;
  cursor: pointer;
  padding-left: 85px;
  background-size: 39px auto;
  background-position: left center;
  background-repeat: no-repeat;
  font-size: 24px;
  color: #fff;
  line-height: 90px;
  margin: 0;
  position: relative;
}
.index-page3 .in-pro a::after {
  display: block;
  content: '';
  width: 110%;
  height: 2px;
  position: absolute;
  left: -20px;
  bottom: 5px;
  background-color: #a81c43;
  transform: scale(0);
  transition: all 0.6s;
}
.index-page3 .in-pro a:hover {
  opacity: 1;
}
.index-page3 .in-pro a:hover::after {
  transform: scale(1);
}
.index-page3 .in-pro a.active {
  font-size: 30px;
  opacity: 1;
}
.index-page3 .in-pro a.active::after {
  transform: scale(1);
}
.index-page3 .img-box {
  display: block;
  width: 60%;
  position: absolute;
  transform: translateY(-50%);
  top: 55%;
  right: 0;
  opacity: 0;
  transition: all 0.6s;
}
.index-page3 .img-box .text {
  position: absolute;
  bottom: 5%;
  left: 2%;
}
.index-page3 .img-box h3 {
  padding-left: 60px;
  background-size: 39px auto;
  background-position: left center;
  background-repeat: no-repeat;
  font-size: 36px;
  font-family: "SourceHanSansCN-Medium";
  color: #fff;
  line-height: 90px;
  margin: 0;
  position: relative;
}
.index-page3 .img-box.active {
  opacity: 1;
}
.index-page3 .img-box:hover h3 {
  color: #a81c43;
}
.index-page4 {
  padding: 100px 0 100px;
}
.index-page4 .top .more a {
  font-size: 18px;
  font-weight: bold;
}
.index-page4 .top .more a:hover {
  color: #a81c43;
}
.index-page4 .right-box {
  padding: 0 40px 0 60px;
}
.index-page4 .news-swiper {
  height: 100%;
}
.index-page4 .news-swiper .swiper {
  height: 100%;
}
.index-page4 .news-swiper .swiper-img {
  height: 100%;
}
.index-page4 .news-swiper .swiper-img img {
  height: 100%;
}
.index-page4 .news-center {
  margin-top: 35px;
}
.index-page4 .news-center .con-top {
  display: block;
  padding: 60px 0 36px;
}
.index-page4 .news-center .con-top h3 {
  margin-bottom: 15px;
  font-size: 24px;
  color: #fff;
  line-height: 1.8em;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
.index-page4 .news-center .con-top p {
  font-size: 16px;
  color: #fff;
  line-height: 1.8em;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
.index-page4 .news-center .con-bot .con {
  display: block;
  padding: 30px 0;
  border-top: 1px solid rgba(255, 255, 255, 0.3);
}
.index-page4 .news-center .con-bot .con:hover h4 {
  opacity: 1;
}
.index-page4 .news-center .con-bot h4 {
  opacity: 0.5;
  transition: all 0.6s;
  padding-left: 40px;
  font-size: 18px;
  color: #fff;
  line-height: 1.8em;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
  background-image: url(../images/p_bg.png);
  background-size: 20px auto;
  background-position: left center;
  background-repeat: no-repeat;
}
.index-page4 .news-center .left {
  width: 61%;
}
.index-page4 .news-center .right {
  width: 39%;
  background-image: url(../images/news_bg_03.jpg);
}
.index-page4 .news-center .swiper-pagination {
  left: 35%;
}
.index-page4 .news-center .swiper-pagination-bullet {
  width: 50px;
  height: 6px;
  background-image: url(../images/xw_03.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  border-radius: 0%;
  opacity: 0.5;
  background-color: rgba(255, 255, 255, 0);
}
.index-page4 .news-center .swiper-pagination-bullet.swiper-pagination-bullet-active {
  opacity: 1;
}
.index-page4 .swiper-slide {
  position: relative;
}
.index-page4 .swiper-text {
  position: absolute;
  transform: translateX(-50%);
  bottom: 5%;
  left: 50%;
  width: 90%;
}
.index-page4 .swiper-text h3 {
  font-size: 24px;
  color: #fff;
}
.index-page4 .team-swiper {
  margin: 50px 0 0;
}
.index-page4 .team-swiper .swiper-wrapper {
  -webkit-transition-timing-function: linear;
  /*之前是ease-out*/
  -moz-transition-timing-function: linear;
  -ms-transition-timing-function: linear;
  -o-transition-timing-function: linear;
  transition-timing-function: linear;
}
.index-page4 .team-swiper .swiper-slide {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 260px;
  height: 110px;
  border-right: 1px solid #ddd;
}
.index-page4 .team-swiper .swiper-slide img {
  transition: all 0.6s;
}
.index-page4 .team-swiper .swiper-slide:hover img {
  transform: scale(1.15);
}
.download {
  position: relative;
  padding: 80px 0;
}
.download::after {
  content: url(../images/con_bg.png);
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 0;
}
.download .title2 {
  text-align: center;
}
.download .title2 h2::after {
  margin: 25px auto 30px;
}
.download .con {
  padding: 42px 0;
  border-bottom: 1px solid #dedede;
}
.download .con p {
  width: calc(100% - 170px);
  font-size: 24px;
}
.download .con .img {
  width: 85px;
  text-align: center;
}
.download .con .on {
  display: none;
}
.download .con .off {
  display: inline-block;
}
.download .con:hover {
  background-image: url(../images/down_con_bg.png);
}
.download .con:hover .off {
  display: none;
}
.download .con:hover .on {
  display: inline-block;
}
.download .con:hover p {
  color: #fff;
}
.support {
  position: relative;
  padding: 80px 0 220px;
}
.support::after {
  content: url(../images/con_bg.png);
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 0;
}
.support .des p {
  font-size: 18px;
  color: #666;
  text-align: center;
}
.support .support-con {
  margin-top: 40px;
  padding: 48px 0 58px;
  background-color: #fafafa;
}
.support .con {
  transition: all 0.6s;
  min-height: 370px;
  text-align: center;
  padding: 40px 0 0;
  border-right: 1px solid #dedede;
}
.support .con:hover p {
  transform: translateY(-15px);
}
.support .con:hover h4 {
  color: #a81c43;
}
.support h4 {
  margin: 20px 0 30px;
  font-size: 18px;
  color: #000;
  font-weight: bold;
}
.support p {
  font-size: 16px;
  color: #666;
  transition: all 0.6s;
}
.question {
  position: relative;
  padding: 85px 0 210px;
}
.question::after {
  content: url(../images/con_bg.png);
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 0;
}
.question .con {
  padding: 42px 0;
  border-bottom: 1px solid #dedede;
  cursor: pointer;
  position: relative;
  z-index: 9;
}
.question .con p {
  width: calc(100% - 170px);
  font-size: 24px;
}
.question .con .img {
  width: 85px;
  text-align: center;
}
.question .con .on {
  display: none;
}
.question .con .off {
  display: inline-block;
}
.question .con:hover p {
  color: #a81c43;
}
.question .con:hover .img .off {
  display: none;
}
.question .con:hover .img .on {
  display: inline-block;
}
.question .con.active .off {
  display: none;
}
.question .con.active .on {
  display: inline-block;
}
.question .con.active p {
  color: #a81c43;
}
.question .text-des {
  padding: 40px 40px 20px;
  display: none;
  background-color: #fafafa;
}
.question .text-des p {
  margin-bottom: 20px;
  color: #666;
}
.question .open-des span {
  display: inline-block;
  font-size: 20px;
  width: 35px;
  height: 35px;
  line-height: 35px;
  text-align: center;
}
.question .open-des .closex {
  background-image: url(../images/close_bg_03.png);
  color: #fff;
  opacity: 1;
}
.question .open-des .open {
  border: 1px solid #ccc;
}
.bg-com {
  position: relative;
}
.bg-com::after {
  content: url(../images/con_bg.png);
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 0;
}
.service {
  position: relative;
  padding: 80px 0 220px;
}
.service::after {
  content: url(../images/con_bg.png);
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 0;
}
.service .des p {
  font-size: 18px;
  color: #666;
  text-align: center;
}
.service .service-con {
  margin-top: 50px;
  padding: 62px 100px 62px 0;
  background-color: #fafafa;
}
.service form {
  width: 100%;
}
.service .con {
  display: flex;
  align-items: center;
  width: 50%;
  margin-bottom: 35px;
}
.service .con span {
  display: inline-block;
  width: 105px;
  text-align: center;
  font-size: 16px;
  color: #666;
}
.service .con input {
  width: calc(100% - 110px);
  padding: 0 20px;
  line-height: 50px;
  background-color: #fff;
  outline: none;
  font-size: 18px;
  border: 1px solid #DDD;
}
.service .con textarea {
  width: calc(100% - 110px);
  padding: 0 20px;
  line-height: 1.65em;
  background-color: #fff;
  outline: none;
  font-size: 18px;
  border: 1px solid #DDD;
  resize: none;
}
.service .more {
  text-align: center;
  width: 100%;
}
.service .more a {
  display: inline-block;
  width: 250px;
  height: 70px;
  line-height: 70px;
  font-size: 20px;
  color: #000;
  text-transform: uppercase;
  border: 1px solid #ddd;
  background-color: #fff;
}
.service .more a:hover {
  color: #fff;
  background-image: url(../images/more_bg_03.png);
}
.service .con:last-child {
  width: 100%;
  align-items: flex-start;
}
.service h4 {
  margin: 20px 0 30px;
  font-size: 18px;
  color: #000;
  font-weight: bold;
}
.service p {
  font-size: 16px;
  color: #666;
  transition: all 0.6s;
}
.pro-category {
  padding: 50px 0;
  background-color: #eeeeee;
}
.pro-category .proA a {
  position: relative;
  display: block;
  margin: 0 36px;
  line-height: 50px;
  font-size: 18px;
  font-family: "SourceHanSansCN-Regular";
}
.pro-category .proA a img {
  margin-right: 35px;
  transition: all 0.6s;
}
.pro-category .proA a:hover {
  color: #a81c43;
}
.pro-category .proA a:hover img {
  transform: scale(1.2);
}
.pro-category .proA a.active {
  font-weight: bold;
  font-size: 22px;
  color: #a81c43;
}
.pro-category .proA a.active img {
  transform: scale(1.2);
}
.pro {
  padding: 95px 0 250px;
}
.pro .index-wrap {
  position: relative;
  z-index: 9;
}
.pro .pro-tab {
  width: 290px;
  text-align: center;
}
.pro .pro-con {
  width: calc(100% - 380px);
  position: relative;
}
.pro .con-box {
  position: absolute;
  top: 10%;
  right: 0;
  width: 100%;
  visibility: hidden;
  z-index: 9;
  opacity: 0;
}
.pro .con-box.active {
  position: relative;
  top: 0;
  transition: 0.6s;
  visibility: visible;
  z-index: 99;
  opacity: 1;
}
.pro .con {
  display: block;
  width: 32%;
  margin-right: 2%;
  margin-bottom: 2%;
  background-color: #fff;
}
.pro .con h4 {
  padding: 10px;
  line-height: 1.8em;
  font-size: 20px;
}
.pro .con:nth-of-type(3n) {
  margin-right: 0;
}
.pro .tab {
  cursor: pointer;
  padding: 20px 0;
  position: relative;
  border-bottom: 1px solid #e5e5e5;
}
.pro .tab h3 {
  font-size: 18px;
  color: #000;
  opacity: 0.5;
  line-height: 40px;
}
.pro .tab .img {
  margin: 0 35px 0 22px;
}
.pro .tab::after {
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 4px;
  content: '';
  background-position: center;
  background-size: cover ;
  background-repeat: no-repeat;
  background-image: url(../images/tab_bg.png);
  transition: all 0.6s;
  transform: scale(0);
}
.pro .tab:hover::after {
  transform: scale(1);
}
.pro .tab:hover h3 {
  color: #a81c43;
}
.pro .tab.active::after {
  transform: scale(1);
}
.pro .tab.active h3 {
  color: #a81c43;
}
.pro .pro-img {
  width: 100%;
  min-height: 250px;
  border: 1px solid #ddd;
  overflow: hidden;
}
.pro .pro-img img {
  transition: all 0.6s;     max-height: 250px; 
}
.pro .con:hover .pro-img img {
  transform: scale(1.1);
}
.pro .con:hover h4 {
  color: #a81c43;
}
.demo {
  margin-top: 40px;
  text-align: center;
}
.demo .layui-laypage a {
  text-decoration: none;
  padding: 0;
  text-align: center;
  height: 36px;
  line-height: 36px;
  width: 36px;
  border: 1px solid #eee;
  margin: 0 8px;
}
.demo .layui-laypage-curr {
  text-decoration: none;
  padding: 0;
  text-align: center;
  height: 36px;
  line-height: 36px;
  width: 36px;
  border: 1px solid #eee;
  margin: 0 8px;
  background-image: url(../images/demo_bg.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.demo .layui-laypage .layui-laypage-curr .layui-laypage-em {
  background-color: rgba(0, 0, 0, 0) !important;
}
.prodt {
  padding: 190px 0 100px;
}
.prodt .prodt-box {
  padding: 0 60px;
}
.prodt .prodt-top h2 {
  font-size: 40px;
  font-weight: bold;
}
.prodt .prodt-top h2::after {
  display: block;
  margin: 25px 0;
  content: '';
  width: 80px;
  height: 2px;
  background-image: url(../images/h2_bg.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.prodt .prodt-top p {
  font-size: 18px;
  text-align: justify;
}
.prodt .prodt-top ul {
  margin-top: 25px;
}
.prodt .prodt-top li p {
  margin-bottom: 5px;
  color: #666;
  padding-left: 20px;
  background-image: url(../images/li_bg.png);
  background-repeat: no-repeat;
  background-size: 12px auto;
  background-position: left center;
}
.prodt .prodt-top .left {
  width: 48%;
}
.prodt .prodt-top .left img {
  width: 100%;
}
.prodt .prodt-top .right {
  width: 52%;
  padding: 2% 4%;
}
.prodt .prodt-bot h3 {
  position: relative;
  font-size: 24px;
  border-bottom: 1px solid #dedede;
  line-height: 60px;
}
.prodt .prodt-bot h3::after {
  display: block;
  position: absolute;
  left: 0;
  bottom: -1px;
  content: '';
  width: 80px;
  height: 2px;
  background-image: url(../images/h2_bg.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.prodt .prodt-bot p {
  font-size: 16px;
  color: #666;
}
.prodt .prodt-bot .con {
  margin-top: 80px;
}
.prodt .form-ul li {
  width: 46%;
  margin: 30px 2% 0;
  margin-top: 30px;
}
.prodt .form-ul li h5 {
  margin: 0;
  font-size: 18px;
  font-weight: bold;
  color: #a81c43;
}
.prodt .form-ul .des {
  border-bottom: 1px solid #ccc;
}
.prodt .form-ul dl {
  margin: 0;
  padding-right: 20px;
}
.prodt .more {
  text-align: center;
  margin-top: 110px;
  width: 100%;
}
.prodt .more a {
  display: inline-block;
  width: 250px;
  height: 70px;
  line-height: 70px;
  font-size: 20px;
  color: #000;
  text-transform: uppercase;
  border: 1px solid #ddd;
  background-color: #fff;
}
.prodt .more a:hover {
  color: #fff;
  background-image: url(../images/more_bg_03.png);
}
.contact {
  padding: 90px 0 230px;
}
.contact .left {
  width: 40%;
}
.contact .contact-map {
  min-height: 455px;
}
.contact .right {
  width: 60%;
  padding-left: 3%;
  position: relative;
  z-index: 9;
}
.contact h3 {
  font-size: 30px;
  margin-bottom: 60px;
}
.contact p {
  font-size: 16px;
  color: #999;
}
.contact .img {
  width: 65px;
  padding: 5px 0 0;
}
.contact .text {
  width: calc(100% - 65px);
}
.contact .con {
  margin-top: 60px;
}
.contact .text-box {
  margin-bottom: 20px;
}
.contact .amap-info-content {
  width: 252px;
}
.job {
  position: relative;
  padding: 85px 0 210px;
}
.job .question-con {
  position: relative;
  z-index: 9;
}
.job .con {
  padding: 30px 0 20px;
  border-bottom: 1px solid #dedede;
  cursor: pointer;
  position: relative;
  z-index: 9;
}
.job .con h4 {
  width: calc(100% - 170px);
  font-size: 30px;
  margin-bottom: 10px;
}
.job .con p {
  font-size: 16px;
  color: #000;
}
.job .con p span {
  display: inline-block;
  min-width: 320px;
  padding-right: 20px;
  opacity: 0.5;
}
.job .con .img {
  width: 85px;
  text-align: center;
}
.job .con .on {
  display: none;
}
.job .con .off {
  display: inline-block;
}
.job .con:hover h4 {
  color: #a81c43;
}
.job .con:hover .img .off {
  display: none;
}
.job .con:hover .img .on {
  display: inline-block;
}
.job .con.active .off {
  display: none;
}
.job .con.active .on {
  display: inline-block;
}
.job .con.active h4 {
  color: #a81c43;
}
.job .text-des {
  padding: 20px 40px 20px;
  display: none;
  background-color: #fafafa;
  position: relative;
  z-index: 9;
}
.job .text-des h3,.job .text-des h5 {
  margin-top: 25px;
  font-size: 16px;
  font-weight: bold;
}
.job .text-des p {
  margin-bottom: 0px;
  color: #666;
}
.job .open-des span {
  display: inline-block;
  font-size: 20px;
  width: 35px;
  height: 35px;
  line-height: 35px;
  text-align: center;
}
.job .open-des .closex {
  background-image: url(../images/close_bg_03.png);
  color: #fff;
  opacity: 1;
}
.job .open-des .open {
  border: 1px solid #ccc;
}
.company {
  padding: 100px 0;
}
.company .left {
  width: 400px;
}
.company .right {
  width: 66%;
  padding-right: 5%;
}
.company .right p {
  margin-bottom: 35px;
}
.company .video-box {
  position: relative;
}
.company .play {
  position: absolute;
  transform: translate(-50%, -50%);
  top: 50%;
  left: 50%;
  cursor: pointer;
}
.company .video-box {
  position: relative;
  z-index: 99;
  margin-top: 40px;
}
.company .video-box video {
  max-width: 100%;
}
.culture {
  padding: 90px 0 0;
  position: relative;
}
.culture::after {
  content: url(../images/com_bg_03.png);
  display: block;
  position: absolute;
  width: 360px;
  bottom: 0;
  left: 0;
  z-index: 0;
}
.culture .culture-box {
  min-height: 760px;
  position: relative;
}
.culture .left {
  width: 800px;
  position: relative;
}
.culture .left p {
  font-size: 18px;
  color: #666;
  margin-bottom: 5px;
}
.culture .right {
  position: absolute;
  right: 0%;
  bottom: -100px;
  z-index: 99;
}
.culture .right::after {
  content: '';
  display: block;
  position: absolute;
  background-color: #fff;
  width: 230px;
  height: 130px;
  top: 0;
  left: 0;
  z-index: 99;
}
.history {
  padding: 250px 0 130px;
}
.history h4 {
  color: #fff;
  font-size: 36px;
  font-weight: lighter;
}
.history p {
  font-size: 18px;
  color: #fff;
}
.history h6 {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 50%;
  font-size: 14px;
  color: #fff;
  text-align: center;
  text-transform: uppercase;
}
.history .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background-color: #a81c43;
}
.history .swiper-pagination {
  top: auto;
  bottom: 30px;
  left: 50%;
  transform: translateX(-50%);
  width: 50%;
}
.history .swiper {
  margin-top: 80px;
  min-height: 420px;
}
.honor {
  padding: 140px 0 70px;
  background-color: #fafafa;
}
.honor h4 {
  color: #fff;
  font-size: 36px;
  font-weight: lighter;
}
.honor p {
  font-size: 18px;
  color: #000;
  font-weight: bold;
}
.honor h6 {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 50%;
  font-size: 14px;
  color: #333;
  text-align: center;
  text-transform: uppercase;
}
.honor .swiper-slide {
  padding: 40px 0 25px;
  text-align: center;
  background-color: #fff;
  box-shadow: 0px 0px 5px -1px #999;
}
.honor .swiper-slide img {
  transition: all 0.6s;
}
.honor .swiper-slide:hover img {
  transform: scale(1.1);
}
.honor .text {
  width: 280px;
  margin: 35px auto 0;
}
.honor .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background-color: #a81c43;
}
.honor .swiper-pagination {
  top: auto;
  bottom: 30px;
  left: 50%;
  transform: translateX(-50%);
  width: 50%;
}
.honor .swiper {
  padding-top: 30px;
  min-height: 700px;
}
.partner {
  padding: 90px 0 0;
}
.partner .team-swiper {
  margin: 50px 0 0;
}
.partner .team-swiper .swiper-wrapper {
  -webkit-transition-timing-function: linear;
  /*之前是ease-out*/
  -moz-transition-timing-function: linear;
  -ms-transition-timing-function: linear;
  -o-transition-timing-function: linear;
  transition-timing-function: linear;
}
.partner .team-swiper .swiper-slide {
  width: 260px;
  height: 110px;
}
.partner .team-swiper .swiper-img {
  border-right: 1px solid #ddd;
  width: 100%;
  height: 128px;
  line-height: 128px;
  text-align: center;
  margin: 0 5px;
}
.partner .team-swiper .swiper-img img {
  transition: 0.6s;
}
.partner .team-swiper .swiper-img:first-child {
  border-bottom: 1px solid #ddd;
  margin-bottom: 5px;
}
.partner .team-swiper .swiper-img:hover img {
  transform: scale(1.2);
}
.partner .team-swiper .img {
  padding: 5px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.partner .team-swiper .swiper {
  min-height: 520px;
  padding-top: 60px;
}
.news-link {
  padding-top: 95px;
}
.news-link .newsA {
  margin-right: 70px;
}
.news-link .newsA h2 {
  font-size: 40px;
  font-weight: bold;
  color: #000;
  position: relative;
  opacity: 0.5;
}
.news-link .newsA:hover h2 {
  opacity: 1;
}
.news-link .newsA:hover h2::after {
  content: '';
  display: block;
  margin: 25px 0 30px;
  width: 72px;
  height: 8px;
  background-image: url(../images/h_bg2.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}
.news-link .newsA.active h2 {
  opacity: 1;
}
.news-link .newsA.active h2::after {
  content: '';
  display: block;
  margin: 25px 0 30px;
  width: 72px;
  height: 8px;
  background-image: url(../images/h_bg2.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}
.news {
  position: relative;
  z-index: 9;
}
.news .con {
  display: block;
  width: 32%;
  margin-right: 2%;
  margin-bottom: 2%;
  transition: all 0.6s;
}
.news .img {
  overflow: hidden;
}
.news .img img {
  width: 100%;
  transition: all 0.6s;
}
.news .con:nth-child(3n) {
  margin-right: 0;
}
.news .con:hover {
  transform: translateY(-15px);
}
.news .con:hover h3 {
  color: #a81c43;
}
.news .con:hover .img img {
  transform: scale(1.1);
}
.news h3 {
  font-size: 24px;
  line-height: 1.5em;
  height: 3em;
}
.news p {
  font-size: 16px;
  color: #666;
  line-height: 1.5em;
  height: 3em;
}
.news .text {
  padding: 25px 0;
}
.news .demo {
  margin: 60px 0 120px;
}
.newsdt {
  padding: 120px 0 50px;
}
.newsdt h2 {
  font-size: 30px;
}
.newsdt .title {
  border-bottom: 1px solid #dedede;
}
.newsdt .title p {
  margin: 15px 0;
}
.newsdt .title p span:first-child {
  opacity: 0.5;
  color: #000;
}
.newsdt .title p span:not(:first-child) {
  margin-left: 10px;
  margin-right: 33px;
  color: #a81c43;
  opacity: 1;
}
.newsdt .con {
  padding: 30px 0 100px;
}
.newsdt .con p {
  margin-bottom: 20px;
}
.more-box {
  margin: 40px 0 10px;
}
.more-box .moreL a {
  display: block;
  font-size: 20px;
  line-height: 1.8em;
  margin-bottom: 8px;
}
.more-box .moreL span {
  display: inline-block;
  margin-right: 5px;
}
.more-box .moreL span:first-child {
  width: 95px;
}
.more-box .moreL a:hover {
  color: #a81c43;
}
.more-box .more {
  text-align: center;
  width: 100%;
}
.more-box .more a {
  display: inline-block;
  width: 250px;
  height: 70px;
  line-height: 70px;
  font-size: 20px;
  color: #000;
  text-transform: uppercase;
  border: 1px solid #ddd;
  background-color: #fff;
}
.more-box .more a:hover {
  color: #fff;
  background-image: url(../images/more_bg_03.png);
}
.devel1 {
  padding: 190px 0;
}
.devel1 .icon {
  margin-bottom: 20px;
}
.devel1 .text {
  width: 47%;
  padding-right: 2%;
}
.devel1 .img-box {
  width: 49%;
}
.devel1 .img-box img {
  width: 100%;
}
.devel1 .des p {
  margin-bottom: 20px;
  font-size: 18px;
  color: #666;
}
.devel2 {
  background-color: #fafafa;
  padding: 190px 0;
}
.devel2 .icon {
  margin-bottom: 20px;
}
.devel2 .text {
  width: 47%;
  padding-right: 2%;
}
.devel2 .img-box {
  width: 49%;
}
.devel2 .img-box img {
  width: 100%;
}
.devel2 .des p {
  margin-bottom: 20px;
  font-size: 18px;
  color: #666;
}
.devel3 {
  padding: 190px 0;
  position: relative;
}
.devel3::after {
  content: url(../images/com_bg_03.png);
  display: block;
  position: absolute;
  width: 360px;
  bottom: 0;
  left: 0;
  z-index: 0;
}
.devel3 .icon {
  margin-bottom: 20px;
}
.devel3 .text {
  width: 47%;
  padding-right: 2%;
}
.devel3 .img-box {
  width: 49%;
}
.devel3 .img-box img {
  width: 100%;
}
.devel3 .des p {
  margin-bottom: 20px;
  font-size: 18px;
  color: #666;
}
.industry .industry-box {
  min-height: 1060px;
}
.industry .des-con {
  padding: 0 105px 0 145px;
  width: 1160px;
  height: 630px;
  background-image: url(../images/des_bg.png);
  position: absolute;
  left: 0;
  top: -90px;
  z-index: 9;
}
.industry .des-con .img {
  margin-right: 35px;
}
.industry .des-con h2 {
  font-size: 40px;
  color: #fff;
  font-weight: bold;
}
.industry .des-con p {
  margin-top: 35px;
  font-size: 18px;
  color: #fff;
}
.industry .img-box {
  position: absolute;
  bottom: 0;
  right: 5.5%;
  z-index: 99;
  min-width: 50.5%;
}
.industry .img-box img {
  width: 100%;
}
.scope {
  padding: 190px 0 200px;
}
.scope .img-box {
  margin-top: 50px;
  padding: 0 50px;
}
.scope .img-box img {
  width: 100%;
}
.scope .des {
  width: 60%;
}
.scope .des .img {
  margin-right: 15px;
}
.scope .des h4 {
  margin-bottom: 30px;
  font-size: 18px;
  text-transform: uppercase;
}
.scope .des p {
  color: #666;
  font-size: 16px;
}
.scope .des li {
  padding-left: 5%;
  margin-bottom: 85px;
  width: 50%;
}

@media screen and (max-width: 1500px) {
  
.header {
    padding: 0 5%;
  }
  .header .nav-li {
    padding: 0 20px;
  }
  .header .logo {
    width: 160px;
  }
  .foot-logo {
    width: 160px;
  }
  .header .search {
    margin-left: 20px;
  }
  .footer .footer-list-div {
    width: calc(100% - 280px);
  }
  .footer dl a {
    font-size: 12px;
  }
  .footer .foot-des .tel span {
    font-size: 24px;
  }
  .footer .foot-des {
    width: 260px;
  }
  .index-swiper .swiper-text h2 {
    margin-bottom: 20px;
    font-size: 44px;
  }
  .index-swiper .swiper-text h4 {
    width: 640px;
    font-size: 22px;
  }
  .footer .footer-nav-box {
    padding: 75px 5% 10px;
  }
  .history .swiper {
    margin-top: 80px;
    min-height: 480px;
  }
  .devel-box .text {
    width: 48%;
  }
  .devel-box {
    align-items: center;
  }
.pro-category .proA a.active {
    font-size: 20px;
}

.pro-category .proA a {
    margin: 0 20px;
    line-height: 40px;
}
.pro-category .proA a img {
    margin-right: 20px;
}


.pro-category {
    padding: 35px 0;
    background-color: #eeeeee;
}
.banner-con .banner-text h2 {
    font-size: 42px;
    color: #fff;
    margin-bottom: 15px;
}
}


@media screen and (max-width: 1300px) {
  .header {
    padding: 0 3%;
  }
  .header .nav-li {
    padding: 0 10px;
  }
  .footer .foot-des .tel span {
    font-size: 24px;
  }
  .footer .footer-list-div {
    width: calc(100% - 400px);
  }
}



.index-page2 .video-box video {
    max-width: 100%;
    width: 100%;
}
.culture .left {
    width: 48%;
    position: relative;
}
.culture .right {
    position: initial;
    width: 48%;
    right: 0%;
    bottom: -100px;
    z-index: 99;
}
.culture .right::after {
    display:none;
}
.history p {
    font-size: 18px;
    color: #fff;
    overflow-y: scroll;
    max-height: 450px;
    padding-right:20px;
}
	.history p.none{
		max-height: none;
		overflow: hidden;		
	}
	.history .swiper-slide:nth-child(1) p{
		max-height: none;
		overflow: hidden;
	}
.history .swiper-slide:nth-child(2) p{
		max-height: none;
		overflow: hidden;
	}
	.history p::-webkit-scrollbar {
            /*滚动条整体样式*/
            width: 4px;
            height: 130px;
        }

        .history p::-webkit-scrollbar-thumb {
            /*滚动条里面小方块*/
            background-color: #1a5dae;
            border: solid 1px #1a5dae;
            border-radius: 2px;
        }

        .history p::-webkit-scrollbar-track {
            /*滚动条里面轨道*/
            /* -webkit-box-shadow: inset 0 0 5px rgba(0,0,0,0.2); */
            border-radius: 2px;
            background: #dee8f4;
            height: 130px;
        }
.history .swiper {
    padding-bottom: 50px;
}
.honor .swiper-slide .img {
    overflow: hidden;
}
.partner .team-swiper .swiper-img:nth-child(2){
	display:none;
}
.partner .team-swiper .swiper-img {
    border-right: 1px solid #ddd;
    width: 100%;
    height: 160px;
    line-height: 160px;
    text-align: center;
    margin: 0 5px;
}

.culture .culture-box {
    margin-bottom: 60px;
    min-height: auto;
    position: relative;
}
.honor .swiper {
    padding-bottom: 40px;
}
.header .search {
    margin-left: 20px;
    display: none;
}
.history {
    padding: 100px 0;
}
.history h6{
	display: none;
}
.partner .team-swiper .swiper {
    min-height: fit-content;
    padding-top: 60px;
    padding-bottom: 150px;
}






html {
  margin: auto;
}
@media screen and (max-width: 768px) {
  #header {
    background-color: #f7f7f7;
  }
  #header .logo .on {
    display: inline-block;
  }
  #header .logo .off {
    display: none;
  }
  #header .search .on {
    display: inline-block;
  }
  #header .search .off {
    display: none;
  }
  #header .language .on {
    display: inline-block;
  }
  #header .language .off {
    display: none;
  }
  #header .header .nav-a {
    color: #000;
  }
  #header .header .language p {
    color: #000;
  }
  body {
    margin-top: 70px;
  }
  .nav {
    width: 180px;
    position: absolute;
    background-color: #fff;
    top: 70px;
    right: -100px;
    visibility: hidden;
    transition: all 0.6s;
  }
  .nav.on {
    visibility: visible;
    right: 0;
  }
  .header {
    padding: 10px 20px;
  }
  .header .nav-ul {
    display: block;
  }
  .footer .footer-list-div {
    display: none;
  }
  .index-page3 .in-pro {
    width: 100%;
  }
  .index-swiper .swiper-text h4 {
    width: 100%;
  }
  .header .nav-a {
    line-height: 35px;
  }
  .header .language p {
    line-height: 50px;
  }
  .header .search-img {
    line-height: 50px;
    cursor: pointer;
  }
  .index-page1 .left {
    width: 100%;
    padding: 15px;
  }
  .index-page3 .img-box .text {
    position: initial;
  }
  .index-page3 .img-box {
    display: block;
    width: 100%;
    position: initial;
  }
  .index-page4 {
    padding: 30px 0;
    overflow: hidden;
  }
  .index-page2 {
    padding: 30px 0;
    overflow: hidden;
  }
  .index-swiper .swiper-text {
    position: absolute;
    transform: translateY(-50%);
    top: 30%;
    left: 0;
    width: 100%;
    padding: 10px 15px;
  }
  .index-swiper .swiper-text h2 {
    margin-bottom: 5px;
    font-size: 20px;
    text-align: center;
  }
  .index-swiper .swiper-text h4 {
    display: none;
    width: 100%;
    font-size: 16px;
  }
  .index-swiper .swiper-button-next {
    background-size: 15px;
    right: 10px;
  }
  .index-swiper .swiper-button-prev {
    background-size: 15px;
    left: 10px;
  }
  .index-swiper .see-more {
    transform: translateX(-50%) scale(0.8);
    transform-origin: bottom;
    bottom: 0%;
  }
  .title1 h2 {
    font-size: 20px;
  }
  .title1 h2::after {
    height: 4px;
    margin: 10px 0;
    background-size: cover;
  }
  .title2 h2 {
    font-size: 20px;
  }
  .title2 h2::after {
    height: 4px;
    margin: 10px 0;
    background-size: cover;
  }
  .index-page1 .left p {
    font-size: 16px;
    color: #fff;
  }
  .index-page1 {
    overflow: hidden;
  }
  .index-page1 .right {
    width: 100%;
  }
  .index-page1 .swiper-button-prev {
    left: 15px;
  }
  .index-page1 .swiper-button-next {
    color: #fff;
    bottom: 5%;
    right: 15px;
    left: auto;
  }
  .swiper-button-next:after,
  .swiper-button-prev:after {
    font-size: 25px;
  }
  .index-page2 .index-wrap {
    position: relative;
    z-index: 2;
  }
  .index-page2 .des p {
    font-size: 16px;
    margin-bottom: 10px;
  }
  .index-page2 .play {
    width: 50px;
  }

 header .nav-li .child-nav {
        display: none;
        position: initial;
        transform: none;
        left: 50%;
        top: 80px;
        width: 100%;
        z-index: 99;
    }
    header .nav-li .nav-top {
        padding: 5px 0;
        margin: 0 !important;
        text-align: start;
        background-image: none;
    }
    header .nav-li .nav-top dd a {
        display: block;
        font-size: 14px;
        line-height: 1.5em;
        padding: 5px;
        color: #000;
    }
    .index-page3{
        padding: 30px 0;
    }
    .index-page3 .in-pro a.active {
        font-size: 20px;
        opacity: 1;
    }
    .index-page3 .in-pro a{
        font-size: 20px;
        padding-left: 60px;
        line-height: 60px;
        background-size: 30px auto;
    }
    .index-page3 .in-pro a::after{
        left: 0;
    }
    .index-page3 .img-box {
        transform: none;
        display: none;
        width: 100%;
        position: initial;
    }
    .index-page3 .img-box h3 {
        padding-left: 60px;
        font-size: 22px;
        line-height: 60px;
    }
    .index-page3 .img-box .text {
        position: absolute;
        bottom: 2%;
        left: 2%;
    }
.index-page3 .img-box.active {
    opacity: 1;
    display: block;
}
.index-page3 .in-pro {
    width: 100%;
    margin-bottom: 20px;
}
.index-page4 .news-center .left {
        width: 100%;
    }
    .index-page4 .news-center .right {
        width: 100%;
    }
    .index-wrap {
        margin: 0 auto;
        max-width: 100%;
    }
    .index-page4 .news-center .swiper-pagination {
        left: 0;
    }
    .index-page4 .swiper-text {
        bottom: 20%;
    }
    .index-page4 .swiper-text h3 {
        font-size: 20px;
        color: #fff;
    }
    .index-page4 .right-box {
        padding: 15px;
    }
    .index-page4 .news-center .con-top {
        display: block;
        padding: 10px 0;
    }
    .index-page4 .news-center .con-top h3 {
        margin-bottom: 5px;
        font-size: 20px;
        line-height: 1.5em;
    }
    .index-page4 .news-center .con-bot .con {
        display: block;
        padding: 10px 0;
        border-top: 1px solid rgba(255, 255, 255, 0.3);
    }
    .index-page4 .news-center .con-bot h4{
        line-height: 1.5em;
        -webkit-line-clamp: 2;

    }
    .index-page4 .team-swiper .swiper-slide {
        width: 150px;
        height: 80px;
    }
    .index-page4 .team-swiper .swiper-slide img {
        transition: all 0.6s;
        max-height: 40px;
        max-width: 120px;
    }
    .footer .footer-nav-box {
        padding: 15px;
    }
    .footer .foot-des {
        width: 100%;
        text-align: center;
    }
    .footer .foot-des .tel {
        text-align: center;
        padding-right: 0;
        margin: 0;
    }
    .footer .footer-bot p {
        color: #fff;
        opacity: 1;
        padding: 0 15px;
        line-height: 1.5em;
        margin: 5px 0;
    }
.index-wrap {
    margin: 0 auto;
    max-width: 100%;
    padding: 0 15px;
}

.index-wrap {
        margin: 0 auto;
        max-width: 100%;
        padding: 0 15px;
    }
    .banner-con .banner-text h2 {
        font-size: 20px;
        color: #fff;
        margin-bottom: 5px;
        text-align: center;
    }
    .banner-con .banner-text {
        position: absolute;
        transform: translateY(-50%);
        top: 50%;
        left: 0;
        padding: 15px;
        width: 100%;
    }
    .banner-con .banner-text h4 {
        width: 100%;
        font-size: 18px;
        color: #fff;
        line-height: 1.5em;
        display: none;
    }
    .company{
        padding: 30px 0;
    }
    .company .index-wrap{
        position: relative;
        z-index: 2;
    }
    .company .left {
        width: 100%;
    }
    .company .right {
        width: 100%;
        padding-right: 0;
        text-align: justify;
    }
    .company .right p {
        margin-bottom: 10px;
        line-height: 1.5em;
    }
    .play img{
        width: 50px;
    }
    .culture .left{
        width: 100%;
    }
    .culture .left p {
        font-size: 16px;
        color: #666;
        margin-bottom: 5px;
    }
    .culture .right{
        width: 100%;
    }
    .culture .culture-box {
        margin-bottom: 26px;
        min-height: auto;
        position: relative;
    }
    .history {
        padding: 30px 0;
    }
    .history .swiper {
        margin-top: 30px;
        padding-bottom: 50px;
        min-height: auto;
    }

.history p {
        font-size: 16px;
        text-align: justify;
        line-height: 1.5em;
        color: #fff;
        overflow-y: scroll;
        max-height: 400px;
        padding-right: 20px;
    }
    .honor {
        padding: 30px 0;
        background-color: #fafafa;
    }
    .honor .swiper-slide {
        padding: 15px;
        text-align: center;
        background-color: #fff;
        box-shadow: 0px 0px 5px -1px #999;
    }
    .honor .text {
        width: 100%;
        margin: 10px auto 0;
    }
    .honor .swiper {
        padding-top: 20px;
        min-height: auto;
        padding-bottom: 50px;
    }
    .partner {
        padding: 30px 0;
    }
    .partner .team-swiper .swiper-img {
        border-right: 1px solid #ddd;
        width: 100%;
        height: 100px;
        line-height: 100px;
        text-align: center;
        margin: 0 5px;
    }
    .partner .team-swiper .swiper-img img {
        transition: 0.6s;
        max-height: 60px;
        max-width: 100px;
    }
    .partner .team-swiper .swiper-slide {
        width: 160px;
        height: 100px;
    }
    .partner .team-swiper .swiper{
        padding: 20px 0;
    }



    body {
        margin-top: 70px !important;
    }
    .pro-category .proA a img {
        margin-right: 10px;
        width: 30px;
    }
    .pro-category .proA a {
        margin: 0;
        padding: 5px 10px;
        line-height: 40px;
        display: block;
        width: 100%;
    }
    .pro {
        padding: 30px 0;
        overflow: hidden;
    }
    .pro .pro-tab {
        width: 100%;
        text-align: center;
    }
    .pro .tab {
        cursor: pointer;
        display: inline-block;
        padding: 5px;
        position: relative;
        border-bottom: 1px solid #e5e5e5;
    }
    .pro .tab h3 {
        font-size: 16px;
        color: #000;
        opacity: 0.5;
        line-height: 40px;
    }
    .pro .tab::after{
        height: 3px;
    }
    .pro .pro-con {
        width: 100%;
        position: relative;
    }
    .pro .con {
        display: block;
        width: 100%;
        margin-right: 0;
        margin-bottom: 5%;
        background-color: #fff;
    }
    .pro .con h4 {
        padding: 10px;
        line-height: 1.8em;
        font-size: 18px;
        text-align: center;
    }
    .demo {
        margin-top: 20px;
        text-align: center;
    }
    .pro .pro-img{
        width: 100%;
        text-align: center;
    }

.news-link {
        padding: 30px 0;
    }
    .news-link .index-wrap{
        position: relative;
        z-index: 2;
    }
    .news .index-wrap{
        position: relative;
        z-index: 2;
    }
    .news-link .newsA h2 {
        font-size: 20px;
    }
    .news-link .newsA.active h2::after {
        margin: 10px 0;
        height: 4px;
        background-size: cover;
    }
    .news-link .newsA h2 {
        font-size: 18px;
    }
    .news-link .newsA {
        margin-right: auto;
        margin-bottom: 5px;
    }
    .news .con {
        display: block;
        width: 100%;
        margin-right: 0;
        margin-bottom: 5%;
        transition: all 0.6s;
    }
    .news h3 {
        font-size: 18px;
        line-height: 1.5em;
        height: 3em;
    }
    .news .demo {
        margin: 0 0 30px;
    }
	
 .newsdt .container{
        position: relative;
        z-index: 2;
    }
    .newsdt {
        padding: 30px 0;
    }
    .newsdt h2 {
        font-size: 20px;
    }
    .newsdt .title p {
        margin: 0px 0;
    }
    .newsdt .con p {
        margin-bottom: 10px;
    }
    .newsdt .con {
        padding: 20px 0;
    }
    .more-box {
        margin: 10px 0;
        display: block;
    }
    .more-box .more a {
        display: inline-block;
        width: 150px;
        height: 50px;
        line-height: 50px;
        font-size: 18px;
    }
    .service .container{
        position: relative;
        z-index: 2;
    }
    .service {
        position: relative;
        padding: 30px 0;
    }
    .service .title2 h2::after {
        height: 4px;
        margin: 10px auto;
        background-size: cover;
    }
    .service .service-con {
        margin-top: 20px;
        padding: 15px;
        background-color: #fafafa;
    }
    .service .des p {
        font-size: 16px;
        color: #666;
        text-align: start;
    }
    .service .con {
        display: flex;
        align-items: center;
        width: 100%;
        margin-bottom: 10px;
    }
    .service .con span {
        display: inline-block;
        width: 90px;
        text-align: center;
        font-size: 14px;
        color: #666;
    }
    .service .con input {
        width: calc(100% - 90px);
        padding: 0 15px;
        line-height: 40px;
        background-color: #fff;
        outline: none;
        font-size: 16px;
        border: 1px solid #DDD;
    }
    .service .con textarea {
        width: calc(100% - 90px);
        padding: 0 15px;
        line-height: 1.65em;
        background-color: #fff;
        outline: none;
        font-size: 16px;
        border: 1px solid #DDD;
        resize: none;
    }
    .service .more a {
        display: inline-block;
        width: 150px;
        height: 50px;
        line-height: 50px;
        font-size: 16px;
        color: #000;
        text-transform: uppercase;
        border: 1px solid #ddd;
        background-color: #fff;
    }
    .support::after{
        z-index: -1;
    }
    .support .title2 h2::after {
        height: 4px;
        margin: 10px auto;
        background-size: cover;
    }
    .support .support-con {
        margin-top: 20px;
        padding: 20px 0;
        background-color: #fafafa;
    }
    .support .con {
        transition: all 0.6s;
        min-height: auto;
        text-align: center;
        padding: 20px;
        border-right: none;
        border-bottom: 1px solid #ddd;
    }
    .support h4 {
        margin: 10px 0;
        font-size: 16px;
        color: #000;
        font-weight: bold;
    }
    .support {
        position: relative;
        padding: 30px 0;
    }
.question {
        position: relative;
        padding: 30px 0;
    }
    .question .con {
        padding: 20px 0;
        border-bottom: 1px solid #dedede;
        cursor: pointer;
        position: relative;
        z-index: 9;
    }
    .question .con .img {
        width: 40px;
        text-align: center;
    }
    .question .con p {
        width: calc(100% - 90px);
        font-size: 18px;
        line-height: 1.5em;
    }
    .question .text-des {
        padding: 15px;
        display: none;
        background-color: #fafafa;
    }
    .download{
        padding: 30px 0;
    }
    .download .container{
        position: relative;
        z-index: 2;
    }
    .question .container{
        position: relative;
        z-index: 2;
    }
    .download .con {
        padding: 20px 0;
        border-bottom: 1px solid #dedede;
    }
    .download .con .img {
        width: 50px;
        text-align: center;
    }
    .download .con p {
        width: calc(100% - 105px);
        font-size: 18px;
        line-height: 1.5em;
    }
.download .title2 h2::after {
    margin: 10px auto;
}
.job .title2 h2::after {
    margin: 10px auto;
}
    .contact .index-wrap{
        position: relative;
        z-index: 2;
    }
    .contact {
        padding: 30px 0;
    }
    .contact .con {
        margin-top: 20px;
    }
    .contact h3 {
        font-size: 18px;
        margin-bottom: 20px;
    }
.job .con {
    padding: 15px 0;
    border-bottom: 1px solid #dedede;
    cursor: pointer;
    position: relative;
    z-index: 9;
}
    .contact .left {
        width: 100%;
    }
    .contact .text-box {
        margin-bottom: 10px;
    }
    .contact .right {
        width: 100%;
        padding-left: 0;
        position: relative;
        z-index: 9;
    }
    .contact .contact-map {
        min-height: 365px;
    }
    .job .index-wrap{
        position: relative;
        z-index: 2;
    }
    .job {
        position: relative;
        padding: 30px 0;
    }
    .job .con h4 {
        width: calc(100% - 50px);
        font-size: 18px;
        margin-bottom: 5px;
    }
    .job .text-des {
        padding: 15px;
    }

    .contact{
        overflow: hidden;
    }
    .contact .img {
        width: 50px;
        padding: 5px 0 0;
    }
    .contact .text {
        width: calc(100% - 50px);
    }
}
