body::-webkit-scrollbar {
  display: none;
}
html,
body {
  scroll-behavior: smooth;
  user-select: none;
}
.w200 {
  padding-left: 9.6vw;
  padding-right: 9.6vw;
  box-sizing: border-box;
  width: 100%;
}
.w1200 {
  box-sizing: border-box;
  width: max(62.5vw, 1200px);
  margin: auto;
}
.maodian {
  position: relative;
  /*top: -0.86rem;*/
  top: 0;
}
.Index_banner {
  position: relative;
}
.Index_banner .banner .swiper-slide .item {
  position: relative;
}
.Index_banner .banner .swiper-slide .item .img {
  position: relative;
}
.Index_banner .banner .swiper-slide .item .img img {
  width: 100%;
  height: 100vh;
  object-fit: cover;
}
.Index_banner .banner .swiper-slide .item .img p {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.Index_banner .banner .swiper-slide .item .img p img {
  width: 100%;
  height: 100%;
  animation: Star 3s cubic-bezier(0.76, 0, 0.24, 1) infinite;
}
.Index_banner .banner .swiper-slide .item .posi {
  position: absolute;
  top: 9%;
  right: 2rem;
  width: 8.6rem;
  height: 8.6rem;
}
.Index_banner .banner .swiper-slide .item .posi .img1 {
  width: 100%;
  height: 100%;
}
.Index_banner .banner .swiper-slide .item .posi .img1 img {
  width: 100%;
  height: 100%;
  animation: yuan 3s linear infinite;
}
.Index_banner .banner .swiper-slide .item .posi1 {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  width: 100%;
  box-sizing: border-box;
}
.Index_banner .banner .swiper-slide .item .posi1 h5 {
  font-size: 0.76rem;
  color: #fff;
}
.Index_banner .banner .swiper-slide .item .posi1 .link {
  margin-top: 0.7rem;
}
.Index_banner .banner .swiper-slide .item .posi1 .link a {
  font-size: 16px;
  color: #fff;
  letter-spacing: 4px;
  display: inline-block;
  position: relative;
}
.Index_banner .banner .swiper-slide .item .posi1 .link a::after {
  content: '';
  position: absolute;
  bottom: -12px;
  left: 0;
  width: 120%;
  height: 1px;
  background: #fff;
  transition: 0.4s;
}
.Index_banner .banner .swiper-slide .item .posi1 .link a::before {
  content: '';
  position: absolute;
  left: 120%;
  bottom: -12px;
  height: 15px;
  width: 1px;
  background: #fff;
  transform-origin: center bottom;
  transform: rotate(-45deg);
  transition: 0.4s;
}
.Index_banner .banner .swiper-slide .item .posi1 .link a:hover::after {
  width: 150%;
}
.Index_banner .banner .swiper-slide .item .posi1 .link a:hover::before {
  left: 150%;
}
.Index_banner .banner_page {
  position: absolute;
  bottom: 0.52rem;
  z-index: 1;
  left: 50%;
  transform: translateX(-50%);
}
.Index_banner .banner_page span {
  width: 12px;
  height: 12px;
  margin: 0 5px;
  background: url(../images/icon1.svg);
}
@keyframes yuan {
  to {
    transform: rotate(1turn);
  }
}
@keyframes Star {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.Index_header {
  position: fixed;
  z-index: 9;
  top: 0;
  left: 0;
  width: 100%;
  transition: 0.4s;
}
.Index_header .box .left {
  display: flex;
  align-items: center;
}
.Index_header .box .left a img {
  height: max(0.3rem, 30px);
}
.Index_header .box .left a .img2 {
  display: none;
}
.Index_header .box .center .nav .item {
  margin: 0 0.28rem;
  position: relative;
}
.Index_header .box .center .nav .item p a {
  font-size: max(0.16rem, 16px);
  color: #fff;
  display: block;
  line-height: 1.1rem;
  position: relative;
  /*transition: 0.4s;*/
}
.Index_header .box .center .nav .item p a::after {
  content: '';
  position: absolute;
  bottom: 27%;
  left: 50%;
  width: 0%;
  transform: translateX(-50%);
  height: 1px;
  background: #2c97d3;
  transition: 0.4s;
}
.Index_header .box .center .nav .item ul {
  position: absolute;
  width: 280%;
  left: -90%;
  background: #fff;
  padding: 10px 0;
  -webkit-clip-path: polygon(0 0, 100% 0%, 100% 0, 0% 0%);
  clip-path: polygon(0 0, 100% 0%, 100% 0%, 0% 0%);
  transition: 0.2s;
}
.Index_header .box .center .nav .item ul li a {
  display: block;
  text-align: center;
  line-height: 0.42rem;
  font-size: 16px;
  transition: 0.4s;
}
.Index_header .box .center .nav .item ul li a:hover {
  color: #2c97d3;
}
.Index_header .box .center .nav .item:hover p a::after {
  width: 100%;
}
.Index_header .box .center .nav .item:hover ul {
  transition: 0.4s;
  -webkit-clip-path: polygon(0 0, 100% 0%, 100% 100%, 0% 100%);
  clip-path: polygon(0 0, 100% 0%, 100% 100%, 0% 100%);
}
.Index_header .box .center .nav .active p a::after {
  width: 100%;
}
.Index_header .box .right {
  display: flex;
  align-items: center;
}
.Index_header .box .right p {
  display: flex;
  align-items: center;
}
.Index_header .box .right p a {
  color: #fff;
  display: inline-block;
  transition: 0.4s;
}
.Index_header .box .right p a svg path {
  transition: 0.4s;
}
.Index_header .box .right .language a {
  border-bottom: 1px solid #2c97d3;
  padding-bottom: 5px;
  font-size: max(0.16rem, 16px);
}
.Index_header .box .right .search {
  margin-left: 0.94rem;
}
.Index_header.active,
.Index_header.act {
  background: #fff;
  box-shadow: 0px 0px 0px 1px #ddd;
}
.Index_header.active .box .left a .img1,
.Index_header.act .box .left a .img1 {
  display: none;
}
.Index_header.active .box .left a .img2,
.Index_header.act .box .left a .img2 {
  display: block;
}
.Index_header.active .box .center .nav .item p a,
.Index_header.act .box .center .nav .item p a {
  line-height: 0.8rem;
  color: #000;
}
.Index_header.active .box .right p a,
.Index_header.act .box .right p a {
  color: #000;
}
.Index_header.active .box .right p a svg path,
.Index_header.act .box .right p a svg path {
  fill: #000;
}
.Index_header.on {
  transform: translateY(-100%);
}
.search_container {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #fff;
  display: flex;
  align-items: center;
  transform: translateY(-100%);
  transition: 0.4s;
}
.search_container.active {
  transform: translateY(0%);
}
.search_container .logo {
  position: absolute;
  left: 9.3vw;
}
.search_container .logo a {
  display: block;
}
.search_container .logo img {
  height: 30px;
}
.search_container form {
  display: block;
  width: 100%;
}
.search_container .search_box {
  width: 5.4rem;
  margin: auto;
}
.search_container .search_box .icon {
  display: flex;
  align-items: center;
}
.search_container .search_box .le {
  width: 80%;
}
.search_container .search_box .le input {
  display: block;
  width: 100%;
  height: 0.3rem;
  border: 1px solid transparent;
  box-sizing: border-box;
  padding-left: 5%;
  font-size: 16px;
}
.search_container .search_box .ri {
  display: flex;
  align-items: center;
  padding-left: 5%;
}
.search_container .search_box .ri svg {
  cursor: pointer;
}
.search_container .search_box .ri svg path {
  transition: 0.4s;
}
.search_container .search_box .ri:hover svg path {
  fill: #2c97d3;
}
.IndexTitle {
  text-align: center;
}
.IndexTitle h1 {
  font-size: 0.26rem;
  color: #fff;
  text-transform: uppercase;
}
.IndexTitle.black h1 {
  color: #000;
}
.IndexLink a,
.IndexLink .a {
  font-size: 16px;
  color: #fff;
  letter-spacing: 4px;
  display: inline-block;
  position: relative;
}
.IndexLink a::after,
.IndexLink .a::after {
  content: '';
  position: absolute;
  bottom: -12px;
  left: 0;
  width: 120%;
  height: 1px;
  background: #fff;
  transition: 0.4s;
}
.IndexLink a::before,
.IndexLink .a::before {
  content: '';
  position: absolute;
  left: 120%;
  bottom: -12px;
  height: 15px;
  width: 1px;
  background: #fff;
  transform-origin: center bottom;
  transform: rotate(-45deg);
  transition: 0.4s;
}
.IndexLink a:hover::after,
.IndexLink .a:hover::after {
  width: 150%;
}
.IndexLink a:hover::before,
.IndexLink .a:hover::before {
  left: 150%;
}
.IndexLink.black a,
.IndexLink.black .a {
  color: #000;
}
.IndexLink.black a::after,
.IndexLink.black .a::after {
  background: #2c97d3;
}
.IndexLink.black a::before,
.IndexLink.black .a::before {
  background: #2c97d3;
}
.Index_about {
  position: relative;
  overflow: hidden;
}
.Index_about .box {
  position: relative;
}
.Index_about .box .img img,
.Index_about .box .img video {
  width: 100%;
  height: 100vh;
  object-fit: cover;
}
.Index_about .box .posi {
  position: absolute;
  top: 4.84rem;
  left: 0;
  width: 100%;
  z-index: 1;
  text-align: center;
  opacity: 0;
  transition: 1s;
}
.Index_about .box .posi .content1 {
  margin-bottom: 0.62rem;
}
.Index_about .box .posi .content2 {
  padding: 0 5vw;
  font-size: 0.38rem;
  line-height: 0.6rem;
  color: #fff;
}
.Index_about .box .posi .content3 {
  margin-top: 0.74rem;
}
.Index_about .box .posi .content3 .play {
  font-size: 16px;
  color: #fff;
  margin-right: 0.64rem;
  cursor: pointer;
}
.Index_about .box .posi .content3 .play a {
  color: #fff;
}
.Index_about .box .posi .content3 .play img {
  margin-left: 0.05rem;
  width: 0.4rem;
}
.Index_about .box .posi.active {
  top: 2.84rem;
  opacity: 1;
}
.Index_about .mask_img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.Index_about .mask_img p {
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: 5;
  transform: translate(-50%, -50%);
  text-align: center;
  height: 100%;
  width: 100%;
  transition: 0.4s;
  opacity: 1;
}
.Index_about .mask_img p img{
   position: absolute;
    left: 50%;
    top: 50%;
    z-index: 5;
    transform: translate(-50%, -50%);
    text-align: center;
    width: 100%;
    max-width: none;
   
}
.Index_about .mask_img p.active {
  opacity: 0;
}
.Index_about .mask_img.active {
  visibility: hidden;
  z-index: -1;
  transition: 0.4s;
}
.p100 {
  padding-top: 1rem;
}
.p100_ {
  padding-bottom: 1rem;
}
.index_product {
  background: url(../images/bg1.png) no-repeat 50% 50%;
  background-size: cover;
}
.index_product .IndexTitle h1 {
  color: #000;
}
.index_product .toggle {
  margin-top: 0.3rem;
}
.index_product .toggle p {
  margin: 0 0.18rem;
}
.index_product .toggle p a {
  font-size: 0.18rem;
  color: #666;
  display: inline-block;
  padding-bottom: 0.14rem;
  border-bottom: 2px solid transparent;
  transition: 0.4s;
}
.index_product .toggle p a:hover {
  border-color: #2c97d3;
}
.index_product .toggle .active a {
  color: #000;
  border-color: #2c97d3;
}
.index_product .box {
  margin-top: 1.08rem;
}
.index_product .box .boxLeft {
  width: 8.1rem;
  padding-left: 9.6vw;
  box-sizing: border-box;
}
.index_product .box .boxLeft .banner .swiper-container .swiper-wrapper .swiper-slide {
  padding-bottom: 1.1rem;
}
.index_product .box .boxLeft .banner .swiper-container .swiper-wrapper .swiper-slide .item .content1 img {
  height: 1rem;
}
.index_product .box .boxLeft .banner .swiper-container .swiper-wrapper .swiper-slide .item .content2 {
  margin-top: 0.5rem;
  font-size: 0.38rem;
  color: #000;
}
.index_product .box .boxLeft .banner .swiper-container .swiper-wrapper .swiper-slide .item .content3 {
  font-family: 'D_DIN_bold';
  font-size: 0.38rem;
  color: #999;
  text-transform: uppercase;
  margin-top: 0.1rem;
}
.index_product .box .boxLeft .banner .swiper-container .swiper-wrapper .swiper-slide .item .content4 {
  font-size: 0.16rem;
  color: #666;
  line-height: 0.3rem;
  margin-top: 0.36rem;
}
.index_product .box .boxLeft .banner .swiper-container .swiper-wrapper .swiper-slide .item .content5 {
  margin-top: 0.64rem;
}
.index_product .box .boxRight {
  width: calc(100% - 8.1rem);
  padding-top: 0.36rem;
}
.index_product .box .boxRight .banner .swiper-slide {
  width: 8.08rem;
  box-sizing: border-box;
  padding-right: 1.7rem;
}
.index_product .box .boxRight .banner .swiper-slide .item .img {
  width: 100%;
  display: flex;
  height: 4.3rem;
  position: relative;
}
.index_product .box .boxRight .banner .swiper-slide .item .img img {
  max-width: 100%;
  margin: auto;
  max-height: 100%;
  transition: 1s;
}
.index_product .box .boxRight .banner .swiper-slide .item .img p {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
}
.index_product .box .boxRight .banner .swiper-slide .item .img p img {
  opacity: 0;
}
.index_product .box1 .btn a {
  font-family: 'D_DIN_bold';
  font-size: 0.22rem;
  color: #cccccc;
  text-transform: uppercase;
  display: inline-block;
}
.index_product .box1 .prev a svg {
  transform: rotate(180deg);
  margin-right: 0.2rem;
}
.index_product .box1 .next a {
  color: #fff;
}
.index_product .box1 .next a svg {
  margin-left: 0.2rem;
  position: relative;
  top: -4px;
}
.index_product .box1 .page {
  display: flex;
  align-items: center;
  font-family: 'D_DIN_bold';
  font-size: 0.26rem;
  color: #ccc;
}
.index_product .box1 .page span{
    color: #2c97d3;
}
.index_product .box1 .page font {
  color: #2c97d3;
}
.lunbo {
  display: none;
}
.global_industry {
  position: relative;
}
.global_industry .title {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1;
}
.global_industry .box {
  position: relative;
}
.global_industry .box .img img {
  width: 100%;
}
.global_industry .box .list_dian {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.global_industry .box .list_dian .item {
  position: absolute;
  top: 0%;
  left: 0%;
  z-index: 1;
}
.global_industry .box .list_dian .item .ite {
  width: 30px;
  height: 30px;
  background: #fff;
  border-radius: 50%;
  position: relative;
}
.global_industry .box .list_dian .item .ite::before {
  content: '';
  position: absolute;
  width: 12px;
  height: 12px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border-radius: 50%;
  border: 2px solid #2c97d3;
  background: #d1e9f7;
}
.global_industry .box .list_dian .item .ite::after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #fff;
  border-radius: 50%;
  opacity: 0;
}
.global_industry .box .list_dian .item .ite p {
  position: relative;
  z-index: 2;
  width: 100%;
  height: 100%;
  background: #cd2028;
  border-radius: 50%;
  display: flex;
  align-items: center;
  opacity: 0;
}
.global_industry .box .list_dian .item .ite p img {
  margin: auto;
  width: 12px;
}
.global_industry .box .list_dian .item .text {
  color: #fff;
  position: absolute;
  top: -0.8rem;
  left: 34px;
  white-space: nowrap;
  font-weight: bold;
  text-shadow: 0px 6px 3px #000;
  cursor: pointer;
  z-index: -1;
}
.global_industry .box .list_dian .item .text::before {
  width: 8px;
  height: 8px;
  content: '';
  position: absolute;
  left: -24px;
  top: 8px;
  border-radius: 50%;
  border: 1px solid #fff;
}
.global_industry .box .list_dian .item .text::after {
  position: absolute;
  content: '';
  width: 1px;
  background: #2c97d3;
  height: 0.58rem;
  left: -20px;
  top: 20px;
  transition: 0.4s;
}
.global_industry .box .list_dian .item.active .ite {
  background: none;
}
.global_industry .box .list_dian .item.active .ite::after {
  opacity: 1;
  animation: amplification 2s linear infinite;
}
.global_industry .box .list_dian .item.active .ite p {
  opacity: 1;
  animation: amplification1 2s linear infinite;
}
.global_industry .box .list_dian .item.active .text::after {
  opacity: 0;
}
.global_industry .box .list_dian .milan {
  top: 44%;
  left: 52%;
}
.global_industry .box .list_dian .kafasaba {
  top: 51.3%;
  left: 58.4%;
}
.global_industry .box .list_dian .kaerjiali {
  top: 47%;
  left: 21%;
}
.global_industry .box .list_dian .shengdiyage {
  top: 55%;
  left: 20.2%;
}
.global_industry .box .list_dian .shengdiyage .text {
  top: auto;
  bottom: -1.04rem;
  text-align: right;
  left: -68px;
}
.global_industry .box .list_dian .shengdiyage .text::before {
  left: auto;
  right: -0.24rem;
}
.global_industry .box .list_dian .shengdiyage .text::after {
  left: auto;
  right: -0.2rem;
  top: -0.56rem;
}
.global_industry .box .list_dian .shanghai {
  top: 49.2%;
  left: 82.7%;
}
.global_industry .box .list_dian .kunshan {
  top: 50.6%;
  left: 82.2%;
}
.global_industry .box .list_dian .kunshan .text {
  top: auto;
  bottom: -1.04rem;
  text-align: right;
  left: -84px;
}
.global_industry .box .list_dian .kunshan .text::before {
  left: auto;
  right: -0.24rem;
}
.global_industry .box .list_dian .kunshan .text::after {
  left: auto;
  right: -0.2rem;
  top: -0.56rem;
}
.global_industry .box .list_dian .beijing {
  top: 48%;
  left: 81%;
}
.global_industry .box .list_dian .beijing .text {
  left: -102px;
  text-align: right;
}
.global_industry .box .list_dian .beijing .text::before {
  left: auto;
  right: -24px;
}
.global_industry .box .list_dian .beijing .text::after {
  left: auto;
  right: -0.2rem;
  top: 0.2rem;
}
.global_industry .box .list_dian .jinan{
    top: 49%;
    left: 81.5%;
}
.global_industry .box .list_dian .jinan .text {
    top: -1.5rem;
}
.global_industry .box .list_dian .jinan .text::after {
    height: 1.38rem;
}


.global_industry .box .list_main {
  position: absolute;
  right: 9.6vw;
  top: 50%;
  width: 3.82rem;
  transform: translateY(-50%);
  z-index: 2;
  display: none;
}
.global_industry .box .list_main .content1 {
  position: relative;
}
.global_industry .box .list_main .content1 span {
  position: absolute;
  top: 18px;
  right: 18px;
  font-size: 0.2rem;
  color: #fff;
  cursor: pointer;
  transition: 0.4s;
}
.global_industry .box .list_main .content1 span:hover {
  transform: rotate(45deg);
}
.global_industry .box .list_main .content1 img {
  width: 100%;
}
.global_industry .box .list_main .content2 {
  padding: 0.35rem;
  background: url(../images/img8.png) no-repeat 50% 50%;
}
.global_industry .box .list_main .content2 .content3 p {
  color: #fff;
  font-size: 0.28rem;
  font-weight: bold;
}
.global_industry .box .list_main .content2 .content4 {
  font-family: 'gilroy_Medium';
  font-size: 0.17rem;
  color: #fff;
  margin-top: 0.25rem;
  line-height: 0.22rem;
}
.global_industry .box .list_main .content2 .content4 p {
  margin-bottom: 0.2rem;
  position: relative;
  padding-left: 0.32rem;
}
.global_industry .box .list_main .content2 .content4 p img {
  position: absolute;
  top: 0;
  left: 0;
  width: 0.22rem;
}
.global_industry_ph .banner .list_main .content1 {
  position: relative;
}
.global_industry_ph .banner .list_main .content1 span {
  position: absolute;
  top: 18px;
  right: 18px;
  font-size: 0.2rem;
  color: #fff;
  cursor: pointer;
  transition: 0.4s;
}
.global_industry_ph .banner .list_main .content1 span:hover {
  transform: rotate(45deg);
}
.global_industry_ph .banner .list_main .content1 img {
  width: 100%;
}
.global_industry_ph .banner .list_main .content2 {
  padding: 0.35rem;
  background: url(../images/img8.png) no-repeat 50% 50%;
  background-size: 100% 100%;
}
.global_industry_ph .banner .list_main .content2 .content3 p {
  color: #fff;
  font-size: 0.28rem;
  font-weight: bold;
}
.global_industry_ph .banner .list_main .content2 .content4 {
  font-family: 'gilroy_Medium';
  font-size: 0.17rem;
  color: #fff;
  margin-top: 0.25rem;
  line-height: 0.22rem;
}
.global_industry_ph .banner .list_main .content2 .content4 p {
  margin-bottom: 0.2rem;
  position: relative;
  padding-left: 0.32rem;
}
.global_industry_ph .banner .list_main .content2 .content4 p img {
  position: absolute;
  top: 0;
  left: 0;
  width: 0.22rem;
}
@keyframes amplification {
  0% {
    transform: scale(0.6);
    opacity: 1;
  }
  100% {
    transform: scale(3);
    opacity: 0;
  }
}
@keyframes amplification1 {
  0% {
    transform: scale(0.8);
  }
  50% {
    transform: scale(1);
  }
  100% {
    transform: scale(0.8);
  }
}
.Index_news .IndexTitle h1 {
  color: #000;
}
.Index_news .box {
  margin-top: 0.74rem;
}
.Index_news .box .banner .item {
  display: block;
}
.Index_news .box .banner .item .content1 p {
  height: 3px;
  background: #cccccc;
  width: 100%;
  transition: 0.4s;
}
.Index_news .box .banner .item .content2 {
  font-size: 0.22rem;
  line-height: 0.32rem;
  color: #000;
  padding-right: 0.64rem;
  margin-top: 0.45rem;
  height: 0.64rem;
}
.Index_news .box .banner .item .content3 {
  margin-top: 0.58rem;
}
.Index_news .box .banner .item .content3 div {
  font-size: 0.22rem;
  color: #999;
  font-family: 'D_DIN_bold';
}
.Index_news .box .banner .item .content3 p {
  font-size: 0.22rem;
  color: #999;
  font-family: 'D_DIN_bold';
  transition: .4s;
}
.Index_news .box .banner .item .content4 {
  margin-top: 0.64rem;
  overflow: hidden;
}
.Index_news .box .banner .item .content4 img {
  width: 100%;
  transition: 0.4s;
}
.Index_news .box .banner .item:hover .content1 p {
  background: #2c97d3;
}
.Index_news .box .banner .item:hover .content3 p {
    color: #000;
}
.Index_news .box .banner .item:hover .content4 img {
  transform: scale(1.1);
}
.Index_news .box1 {
  margin-top: 0.87rem;
}
.Index_news .box1 .left p svg {
  cursor: pointer;
}
.Index_news .box1 .left p svg path {
  transition: 0.4s;
}
.Index_news .box1 .left p svg:hover path {
  stroke: #2c97d3;
}
.Index_news .box1 .left .prev {
  position: relative;
  top: 2px;
}
.Index_news .box1 .left .next {
  position: relative;
  top: -2px;
  margin-left: 0.2rem;
}
.Index_news .box1 .center div span {
  width: 12px;
  height: 12px;
  margin: 0 5px;
  background: url(../images/icon6_.svg);
  /*filter: grayscale(1);*/
}
.Index_news .box1 .center div .swiper-pagination-bullet-active {
  /*filter: grayscale(0);*/
  background: url(../images/icon6.svg);
}
.Index_news .box1 .right a {
  font-family: 'D_DIN_bold';
  text-transform: uppercase;
  color: #000;
  transition: 0.4s;
}
.Index_news .box1 .right a svg {
  position: relative;
  top: -4px;
  margin-left: 0.1rem;
}
.Index_news .box1 .right a:hover {
  color: #2c97d3;
}
.index_footer {
  background: #1a1a1a;
  padding-bottom: 0.9rem;
}
.index_footer .box .boxTop .navList h5 {
  font-size: 0.22rem;
  color: #999;
  font-family: 'D_DIN_bold';
  text-transform: uppercase;
  transform: scaleX(0.8);
  transform-origin: left center;
}
.index_footer .box .boxTop .navList ul {
  margin-top: 0.46rem;
}
.index_footer .box .boxTop .navList ul li a {
  font-size: 0.18rem;
  display: inline-block;
  line-height: 0.3rem;
  color: #fff;
  transition: .4s;
}
.index_footer .box .boxTop .navList ul li a:hover{
   color: #2c97d3;
}
.index_footer .box .boxTop .info h5 {
  font-size: 0.22rem;
  color: #999;
  font-family: 'D_DIN_bold';
  text-transform: uppercase;
  transform: scaleX(0.8);
  transform-origin: left center;
}
.index_footer .box .boxTop .info div {
  margin-top: 0.46rem;
}
.index_footer .box .boxTop .info div p {
  font-size: 0.2rem;
  font-family: 'gilroy_regular';
  color: #fff;
  line-height: 0.3rem;
  margin-bottom: 0.05rem;
  position: relative;
  padding-left: 0.35rem;
}
.index_footer .box .boxTop .info div p a {
  color: #fff;
}
.index_footer .box .boxTop .info div p img {
  position: absolute;
  left: 0;
  top: 2px;
}
.index_footer .box .boxTop .ewm figure {
  text-align: center;
}
.index_footer .box .boxTop .ewm figure img {
  width: 1.18rem;
}
.index_footer .box .boxTop .ewm figure figcaption {
  font-size: 0.18rem;
  color: #fff;
  margin-top: 0.22rem;
}
.index_footer .box .boxBot {
  margin-top: 0.84rem;
}
.index_footer .box .boxBot .left {
  color: #fff;
  font-size: 0.18rem;
}
.index_footer .box .boxBot .left a {
  color: #fff;
  font-size: 0.18rem;
}
.index_footer .box .boxBot .left a:hover{
    text-decoration: underline;
}
.index_footer .box .boxBot .right .social-share a {
  padding: 0 !important;
  display: inline-block !important;
  float: none !important;
  width: 24px !important;
  height: 24px !important;
  margin: 0 7px !important;
  border: none;
}
.index_footer .box .boxBot .right .social-share a::before {
  display: none;
}
.index_footer .box .boxBot .right .social-share a:nth-child(1) {
  background: url(../images/fx01.png) no-repeat center center;
}
.index_footer .box .boxBot .right .social-share a:nth-child(2) {
  background: url(../images/fx02.png) no-repeat center center;
}
.index_footer .box .boxBot .right .social-share a:nth-child(3) {
  background: url(../images/fx03.png) no-repeat center center;
}
.main {
  min-height: 50vh;
}
.p156 {
  padding-top: 1.56rem;
}
.bg {
  background: #f5f5f5;
}
.bard_container .box_ .left {
  color: #999;
}
.bard_container .box_ .left a {
  font-size: 16px;
  color: #999;
}
.bard_container .box_ .left span {
  color: #000;
}
.Product_container {
  margin-top: 0.4rem;
}
.Product_container .box .boxLeft {
  width: 50%;
  background: #fff;
  padding: 0.6rem 0 0.32rem;
}
.Product_container .box .boxLeft .banner .item {
  width: 4.12rem;
  height: 4.12rem;
  margin: auto;
  display: flex;
  align-items: center;
}
.Product_container .box .boxLeft .banner .item img {
  max-width: 100%;
  max-height: 100%;
  margin: auto;
}
.Product_container .box .boxLeft .page {
  margin-top: 0.4rem;
}
.Product_container .box .boxLeft .page .ce {
  margin: 0 0.64rem;
}
.Product_container .box .boxLeft .page .ce div span {
  width: 12px;
  height: 12px;
  margin: 0 5px;
  background: url(../images/icon6.svg);
  filter: grayscale(1);
}
.Product_container .box .boxLeft .page .ce div .swiper-pagination-bullet-active {
  filter: grayscale(0);
}
.Product_container .box .boxLeft .page .button p {
  cursor: pointer;
}
.Product_container .box .boxLeft .page .button p svg path {
  transition: 0.4s;
}
.Product_container .box .boxLeft .page .button p:hover svg path {
  stroke: #2c97d3;
}
.Product_container .box .boxLeft .page .prev {
  position: relative;
  top: 2px;
}
.Product_container .box .boxLeft .page .next {
  position: relative;
  top: -2px;
}
.Product_container .box .boxRight {
  width: 50%;
  box-sizing: border-box;
  padding-left: 0.58rem;
}
.Product_container .box .boxRight .content1 {
  margin-top: 0.16rem;
}
.Product_container .box .boxRight .content1 h5 {
  font-size: 0.38rem;
}
.Product_container .box .boxRight .content1 h6 {
  font-size: 0.38rem;
  font-family: 'D_DIN';
  color: #999;
  /*text-transform: uppercase;*/
  letter-spacing: -1px;
  margin-top: 0.05rem;
}
.Product_container .box .boxRight .content2 {
  margin-top: 0.3rem;
  padding: 0.3rem 0;
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
}
.Product_container .box .boxRight .content2 div {
  font-size: 0.22rem;
  color: #000;
  margin-bottom: 0.18rem;
}
.Product_container .box .boxRight .content2 p {
  font-size: 0.16rem;
  color: #666;
  line-height: 0.3rem;
  height: 1.2rem;
  overflow: auto;
  overflow-x: hidden;
  overflow-y: auto;
  padding-right: 10px;
}
.Product_container .box .boxRight .content2 p::-webkit-scrollbar {
  width: 1px;
  height: 2px;
}
.Product_container .box .boxRight .content2 p::-webkit-scrollbar-thumb {
  border-radius: 2px;
  background: #2c97d3;
}
.Product_container .box .boxRight .content2 p::-webkit-scrollbar-track {
  /*滚动条里面轨道*/
  /* -webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2); */
  border-radius: 2px;
  background: rgba(0, 0, 0, 0.1);
}
.Product_container .box .boxRight .content3 {
  margin-top: 0.3rem;
}
.Product_container .box .boxRight .content3 .title {
  font-size: 0.22rem;
  color: #000;
  margin-bottom: 0.18rem;
}
.Product_container .box .boxRight .content3 .list p {
  background: #fff;
  width: 1.2rem;
  height: 1.2rem;
  object-fit: cover;
  display: flex;
  align-items: center;
  margin-right: 0.16rem;
}
.Product_container .box .boxRight .content3 .list p img {
  margin: auto;
  max-width: 90%;
  max-height: 90%;
}
.Product_container .box .boxRight .content3 .list p:last-child {
  margin-right: 0cm;
}
.video_togg div p {
  margin: 0 0.18rem;
}
.video_togg div p a {
  font-size: 0.18rem;
  color: #666;
  border-bottom: 2px solid transparent;
  padding-bottom: 0.2rem;
  display: block;
  transition: 0.4s;
}
.video_togg div p a:hover {
  color: #2c97d3;
}
.video_togg .active p a {
  color: #000;
  border-bottom: 2px solid #2c97d3;
}
.video_togg_main {
  margin-top: 0.42rem;
}
.video_togg_main > div {
  display: none;
}
.video_togg_main > div.active {
  display: block;
}
.video_container {
  position: relative;
}
.video_container .img {
  position: relative;
}
.video_container .img img {
  width: 100%;
}
.video_container .img::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
}
.video_container .img1 img {
  width: 100%;
}
.video_container .posi {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
}
.video_container .posi > div {
  width: 100%;
  text-align: center;
}
.video_container .posi h5 {
  font-size: 0.38rem;
  color: #fff;
}
.video_container .posi .play {
  margin-top: 0.6rem;
}
.video_container .posi .play img {
  width: 1rem;
  cursor: pointer;
}
.video_banner {
  position: relative;
}
.video_banner .banner .item {
  position: relative;
}
.video_banner .banner .item .img img {
  width: 100%;
}
/*.video_banner .banner .item .img::after {*/
/*  content: '';*/
/*  position: absolute;*/
/*  top: 0;*/
/*  left: 0;*/
/*  width: 100%;*/
/*  height: 100%;*/
/*  background: rgba(0, 0, 0, 0.2);*/
/*}*/
.video_banner .banner .item .posi {
  position: absolute;
  top: 1rem;
  left: 9.6vw;
  display: none;
  /*width: 100%;*/
  /*height: 100%;*/
  /*display: flex;*/
  /*align-items: center;*/
}
.video_banner .banner .item .posi > div {
  /*width: 100%;*/
  /*text-align: center;*/
}
.video_banner .banner .item .posi h5 {
  font-size: 0.38rem;
  color: #fff;
}
.video_banner .page {
  position: absolute;
  bottom: 0.42rem;
  z-index: 1;
  left: 50%;
}
.video_banner .page span {
  width: 12px;
  height: 12px;
  margin: 0 5px;
  background: url(../images/icon1.svg);
}
.ProductFeatures .box {
  margin-top: 0.74rem;
}
.ProductFeatures .box .item {
  background: #fff;
  font-size: 0.16rem;
  color: #666;
  width: 49%;
  box-sizing: border-box;
  padding: 0.26rem 0.32rem;
  position: relative;
  overflow: hidden;
  margin-bottom: 0.2rem;
}
.ProductFeatures .box .item p {
  line-height: 0.3rem;
  height: 0.6rem;
}
.ProductFeatures .box .item span {
  position: absolute;
  display: block;
  font-family: 'D_DIN';
  font-size: 1.2rem;
  color: #000;
  opacity: 0.1;
  font-weight: bold;
  right: 0.32rem;
  bottom: -0.5rem;
}
.Product_advantage .box .boxLeft {
  width: 50%;
  box-sizing: border-box;
  padding-right: 1.2rem;
}
.Product_advantage .box .boxLeft .IndexTitle {
  text-align: left;
}
.Product_advantage .box .boxLeft .content2 {
  font-size: 0.18rem;
  color: #666;
  line-height: 0.44rem;
  margin-top: 0.26rem;
}
.Product_advantage .box .boxRight {
  width: 50%;
}
.Product_advantage .box .boxRight img {
  width: 4.35rem;
}
.InnerBanner {
  position: relative;
}
.InnerBanner .img img {
  width: 100%;
}
.InnerBanner .posi {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  width: 100%;
}
.InnerBanner .posi h1 {
  font-size: 0.76rem;
  color: #fff;
}
.Secondary_navigation .box p {
  margin: 0 0.16rem;
}
.Secondary_navigation .box p a {
  display: block;
  font-size: 0.18rem;
  color: #666;
  line-height: 0.8rem;
  border-bottom: 2px solid transparent;
}
.Secondary_navigation .box .active a {
  color: #000;
  border-color: #2c97d3;
}
.product_container_list .box .list {
  position: relative;
  background: #fff;
  overflow: hidden;
  margin-bottom: 0.28rem;
}
.product_container_list .box .list a {
  padding: 0.64rem 0.6rem;
  box-sizing: border-box;
  position: relative;
  z-index: 2;
}
.product_container_list .box .list a .boxLeft h5 {
  font-size: 0.38rem;
  color: #000;
  transition: 0.6s;
}
.product_container_list .box .list a .boxLeft{
    width: 50%;
}
.product_container_list .box .list a .boxLeft h6 {
  font-size: 0.38rem;
  color: #999;
  font-family: 'D_DIN';
  text-transform: uppercase;
  letter-spacing: -1px;
  font-weight: bold;
  margin-top: 0.1rem;
  transition: 0.6s;
}
.product_container_list .box .list a .boxLeft .content1 {
  margin-top: 0.24rem;
  font-size: 0.16rem;
  line-height: 0.3rem;
  color: #666;
  height: 0.6rem;
  transition: 0.6s;
}
.product_container_list .box .list a .boxLeft .content2 {
  margin-top: 0.76rem;
}
.product_container_list .box .list a .boxLeft .content2 .le img {
  width: 1rem;
}
.product_container_list .box .list a .boxLeft .content2 .le .img2 {
  display: none;
}
.product_container_list .box .list a .boxLeft .content2 .ri {
  margin-left: 2rem;
  margin-top: 0.3rem;
}
.product_container_list .box .list a .boxLeft .content2 .ri span {
  transition: 0.6s;
}
.product_container_list .box .list a .boxRight {
  width: 4.18rem;
  display: flex;
  align-items: center;
}
.product_container_list .box .list a .boxRight p {
  width: 4.18rem;
}
.product_container_list .box .list a .boxRight p img {
  width: 100%;
}
.product_container_list .box .list .imgposi1 {
  position: absolute;
  right: 0;
  top: 0;
  width: 2.62rem;
  height: 100%;
}
.product_container_list .box .list .imgposi1 p {
  height: 100%;
  width: 100%;
  transform: translateX(0%);
  transition: 0.6s;
}
.product_container_list .box .list .imgposi1 p img {
  height: 100%;
  width: 100%;
}
.product_container_list .box .list .imgposi2 {
  position: absolute;
  top: 0;
  left: 0;
  width: calc(100% - 2.62rem);
  height: 100%;
}
.product_container_list .box .list .imgposi2 p {
  height: 100%;
  width: 100%;
  transform: translateX(-100%);
  transition: 0.6s;
}
.product_container_list .box .list .imgposi2 p img {
  height: 100%;
  width: 100%;
}
.product_container_list .box .list:hover a .boxLeft h5,
.product_container_list .box .list:hover a .boxLeft h6,
.product_container_list .box .list:hover a .boxLeft .content1 {
  color: #fff;
}
.product_container_list .box .list:hover a .boxLeft .content2 .ri span {
  color: #fff;
}
.product_container_list .box .list:hover a .boxLeft .content2 .ri span::before {
  background: #fff;
}
.product_container_list .box .list:hover a .boxLeft .content2 .ri span::after {
  background: #fff;
}
.product_container_list .box .list:hover .imgposi1 p {
  transform: translateX(100%);
}
.product_container_list .box .list:hover .imgposi2 p {
  transform: translateX(0%);
}
.product_container_list .box .active a .boxLeft h5,
.product_container_list .box .active a .boxLeft h6,
.product_container_list .box .active a .boxLeft .content1 {
  color: #fff;
}
.product_container_list .box .active a .boxLeft .content2 .ri span {
  color: #fff;
}
.product_container_list .box .active a .boxLeft .content2 .ri span::before {
  background: #fff;
}
.product_container_list .box .active a .boxLeft .content2 .ri span::after {
  background: #fff;
}
.product_container_list .box .active .imgposi1 p {
  transform: translateX(100%);
}
.product_container_list .box .active .imgposi2 p {
  transform: translateX(0%);
}
.culture_container {
  background: url(../images/img22.png) no-repeat center / cover;
  padding: 1rem 0 2.3rem;
}
.culture_container .box .item {
  width: 33.333%;
  background: #fff;
  box-sizing: border-box;
  padding: 0.64rem 0.5rem 0.9rem;
  position: relative;
}
.culture_container .box .item .content1 {
  font-size: 0.26rem;
  color: #2c97d3;
  font-family: 'D_DIN';
  position: relative;
  z-index: 2;
  transition: 0.4s;
}
.culture_container .box .item .content2 {
  margin-top: 2rem;
  position: relative;
  z-index: 2;
  transition: 0.4s;
}
.culture_container .box .item .content2 img {
  width: 0.5rem;
}
.culture_container .box .item .content2 .img2 {
  display: none;
}
.culture_container .box .item .content3 {
  font-size: 0.38rem;
  margin-top: 0.54rem;
  position: relative;
  z-index: 2;
  transition: 0.4s;
}
.culture_container .box .item .content4 {
  font-size: 0.16rem;
  color: #666;
  line-height: 0.3rem;
  margin-top: 0.38rem;
  position: relative;
  z-index: 2;
  transition: 0.4s;
}
.culture_container .box .item .content5 {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  transition: 0.4s;
}
.culture_container .box .item .content5 img {
  width: 100%;
  height: 100%;
}
.culture_container .box .item .content5::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(44, 151, 211, 0.7);
}
.culture_container .box .item:hover .content1,
.culture_container .box .item:hover .content2,
.culture_container .box .item:hover .content3,
.culture_container .box .item:hover .content4 {
  color: #fff;
}
.culture_container .box .item:hover .content2 .img1 {
  display: none;
}
.culture_container .box .item:hover .content2 .img2 {
  display: block;
}
.culture_container .box .item:hover .content5 {
  opacity: 1;
}
.news_container .box .item {
  display: block;
  width: 32%;
  margin-right: 2%;
  margin-bottom: 0.68rem;
}
.news_container .box .item:nth-child(3n) {
  margin-right: 0;
}
.news_container .box .item .content1 {
  margin-top: 0.4rem;
}
.news_container .box .item .content1 p {
  height: 3px;
  background: #cccccc;
  width: 100%;
  transition: 0.4s;
}
.news_container .box .item .content2 {
  font-size: 0.22rem;
  line-height: 0.32rem;
  color: #000;
  margin-top: 0.45rem;
  height: 0.64rem;
  transition: 0.4s;
}
.news_container .box .item .content3 {
  margin-top: 0.58rem;
}
.news_container .box .item .content3 div {
  font-size: 0.22rem;
  color: #999;
  font-family: 'D_DIN_bold';
}
.news_container .box .item .content3 p {
  font-size: 0.22rem;
  color: #999;
  font-family: 'D_DIN_bold';
  transition: 0.4s;
}
.news_container .box .item .content4 {
  overflow: hidden;
}
.news_container .box .item .content4 img {
  width: 100%;
  transition: 0.4s;
}
.news_container .box .item:hover .content1 p {
  background: #2c97d3;
}
.news_container .box .item:hover .content2 {
  color: #2c97d3;
}
.news_container .box .item:hover .content3 p {
  color: #000;
}
.news_container .box .item:hover .content4 img {
  transform: scale(1.1);
}
.fengye {
  margin-top: 0.3rem;
}
.fengye .btn a {
  font-family: 'D_DIN_bold';
  font-size: 0.22rem;
  color: #cccccc;
  text-transform: uppercase;
  display: inline-block;
  transition: 0.4s;
}
.fengye .btn a svg path {
  transition: 0.4s;
}
.fengye .btn a:hover {
  color: #2c97d3;
}
.fengye .btn a:hover svg path {
  stroke: #2c97d3;
}
.fengye .prev a svg {
  transform: rotate(180deg);
  margin-right: 0.2rem;
}
.fengye .next a {
  color: #cccccc;
}
.fengye .next a svg {
  margin-left: 0.2rem;
  position: relative;
  top: -4px;
}
.fengye .center_ .page {
  margin: 0 10px;
  display: flex;
  justify-content: center;
}
.fengye .center_ .page a {
  font-size: 0.18rem;
  font-family: 'gilroy_bold';
  line-height: 38px;
  border: 1px solid transparent;
  width: 38px;
  display: block;
  text-align: center;
  margin: 0 12px;
  transition: 0.4s;
  color: #666;
  font-family: 'D_DIN';
}
.fengye .center_ .page span {
  line-height: 38px;
}
.fengye .center_ .page .active {
  color: #2c97d3;
  border: 1px solid #2c97d3;
}
.fengye .center_ .page a:hover {
  color: #2c97d3;
  border: 1px solid #2c97d3;
}
.news_container_info {
  background: #fff;
  box-sizing: border-box;
  padding: 0.5rem 0.5rem 0;
}
.news_container_info h5 {
  font-size: 0.36rem;
  text-align: center;
}
.news_container_info h6 {
  font-size: 0.22rem;
  color: #999;
  font-family: 'D_DIN';
  text-align: center;
  margin-top: 0.24rem;
}
.news_container_info .box {
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
  margin-top: 0.56rem;
  font-size: 0.16rem;
  color: #666;
  line-height: 0.36rem;
  padding: 0.42rem 0;
}
.news_container_info .box img {
  display: block;
  max-width: 100%;
  margin: auto;
}
.news_container_info .box1 {
  padding: 0.5rem 0;
}
.news_container_info .box1 .btn a {
  font-family: 'D_DIN_bold';
  font-size: 0.22rem;
  color: #cccccc;
  text-transform: uppercase;
  display: inline-block;
  transition: 0.4s;
}
.news_container_info .box1 .btn a svg path {
  transition: 0.4s;
}
.news_container_info .box1 .btn a:hover {
  color: #2c97d3;
}
.news_container_info .box1 .btn a:hover svg path {
  stroke: #2c97d3;
}
.news_container_info .box1 .prev a svg {
  transform: rotate(180deg);
  margin-right: 0.2rem;
}
.news_container_info .box1 .next a {
  color: #cccccc;
}
.news_container_info .box1 .next a svg {
  margin-left: 0.2rem;
  position: relative;
  top: -4px;
}
.news_container_info .box1 .center_ a {
  font-size: 0.18rem;
  color: #000;
  border-bottom: 1px solid #ddd;
  padding-bottom: 0.16rem;
  transition: 0.4s;
}
.news_container_info .box1 .center_ a:hover {
  border-color: #2c97d3;
  color: #2c97d3;
}
.contact_container {
  margin-top: 0.56rem;
}
.contact_container .item {
  text-align: center;
  position: relative;
  width: 25%;
}
.contact_container .item::after {
  content: '';
  position: absolute;
  right: -25%;
  top: 22%;
  height: 1.3rem;
  width: 1px;
  background: #ddd;
}
.contact_container .item:last-child::after {
  display: none;
}
.contact_container .item .content1 img {
  width: 1.1rem;
}
.contact_container .item .content2 {
  font-family: 'D_DIN';
  font-size: 0.28rem;
  margin-top: 0.35rem;
}
.contact_container .item .content3 {
  font-size: 0.18rem;
  color: #666;
  margin-top: 0.18rem;
}
.contact_container .item .content3 a {
  color: #666;
  font-family: 'D_DIN';
  font-size: 0.28rem;
}
.contact_container .item .content4 img {
  width: 1.55rem;
}
.contact_container .item .content5 {
  font-size: 0.22rem;
  color: #666;
  margin-top: 0.26rem;
}
.contact_map {
  margin-top: 0.56rem;
}
.contact_map .map {
  height: 6.5rem;
}
.contact_map .anchorBL {
  display: none;
}
.contact_biao .box {
  margin-top: 0.74rem;
}
.contact_biao .box .list {
  display: flex;
  justify-content: space-between;
}
.contact_biao .box .list .item {
  flex: 0 49%;
  box-sizing: border-box;
  position: relative;
  transition: 0.4s;
  margin-bottom: 0.2rem;
}
.contact_biao .box .list .item input {
  height: 0.6rem;
  background-color: #fff;
  box-sizing: border-box;
  border: 0;
  width: 100%;
  font-size: 0.18rem;
  color: #000;
  padding: 0 0.6rem;
}
.contact_biao .box .list .item input::placeholder {
  font-size: 0.18rem;
  color: #999;
}
.contact_biao .box .list .item img {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0.24rem;
  z-index: 1;
  max-height: 0.24rem;
  max-width: 0.24rem;
  filter: grayscale(1);
}
.contact_biao .box .list1 {
  position: relative;
}
.contact_biao .box .list1 textarea {
  display: block;
  width: 100%;
  box-sizing: border-box;
  border: 0;
  resize: none;
  padding: 0.18rem 0.6rem;
  height: 2rem;
  font-size: 0.18rem;
}
.contact_biao .box .list1 img {
  position: absolute;
  top: 0.22rem;
  left: 0.24rem;
  z-index: 1;
  max-height: 0.24rem;
  max-width: 0.24rem;
  filter: grayscale(1);
}
.contact_biao .box .list2 {
  margin-top: 0.48rem;
}
.contact_biao .box .list2 input {
  display: none;
}
.SearchContainer {
  padding-top: 1.7rem;
  padding-bottom: 0.6rem;
}
.SearchContainer .box {
  transition: 0.4s;
}
.SearchContainer .box input[type='text'] {
  font-size: 0.16rem;
  color: #666;
  width: 4.9rem;
  display: block;
  border: 0;
  height: 0.46rem;
  box-sizing: border-box;
  padding: 0 0.25rem;
}
.SearchContainer .box div {
  position: relative;
}
.SearchContainer .box label {
  display: block;
  position: absolute;
  right: 0.28rem;
  top: 50%;
  transform: translateY(-50%);
}
.SearchContainer .box label input {
  display: none;
}
.SearchContainer .box label svg {
  cursor: pointer;
}
.SearchContainer .box label svg path {
  transition: 0.4s;
}
.SearchContainer .box label svg:hover path {
  fill: #2c97d3;
}
.SearchContainer .box:hover {
  box-shadow: 0px 0px 16px rgba(44, 151, 211, 0.1);
}
.SearchList {
  margin-top: 0.45rem;
  
  min-height: 50vh;
}
.SearchList .box .item {
  padding: 0.44rem 0;
  border-bottom: 1px solid #ddd;
}
.SearchList .box .item a .left{
    width: 80%;
}
.SearchList .box .item a .left .content1 {
  font-size: 0.16rem;
  color: #2c97d3;
}
.SearchList .box .item a .left .content2 {
  font-size: 0.28rem;
  color: #000;
  margin-top: 0.25rem;
  transition: 0.4s;
}
.SearchList .box .item a .left .content3 {
  font-size: 0.18rem;
  color: #666;
  margin-top: 0.08rem;
}
.SearchList .box .item a .right {
  display: flex;
  align-items: center;
}
.SearchList .box .item a:hover .content2 {
  color: #2c97d3;
}
.aboout_container {
  position: relative;
}
.aboout_container .particles {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}
.aboout_container .particles > div {
  width: 100%;
  height: 100%;
}
.aboout_container .box1 {
  border-bottom: 1px solid #ddd;
  padding-bottom: 0.7rem;
}
.aboout_container .box1 .boxLeft {
  width: 4rem;
}
.aboout_container .box1 .boxLeft h5 {
  font-size: 0.26rem;
}
.aboout_container .box1 .boxLeft h6 {
  font-size: 0.38rem;
  color: #2c97d3;
  font-weight: bold;
  margin-top: 0.26rem;
}
.aboout_container .box1 .boxRight {
  width: 55%;
  font-size: 0.22rem;
  line-height: 0.44rem;
  margin-top: 0.16rem;
}
.aboout_container .box2 {
  padding-top: 0.7rem;
}
.aboout_container .box2 .boxLeft {
  width: 4rem;
}
.aboout_container .box2 .boxLeft .item {
  width: 50%;
  margin-top: 0.1rem;
}
.aboout_container .box2 .boxLeft .item .top {
  font-size: 0.48rem;
  font-family: 'D_DIN';
  color: #2c97d3;
  font-weight: bold;
}
.aboout_container .box2 .boxLeft .item .top font {
  font-size: 0.16rem;
  color: #000;
}
.aboout_container .box2 .boxLeft .item .top b {
  font-size: 0.18rem;
}
.aboout_container .box2 .boxLeft .item .bot {
  font-size: 0.16rem;
  color: #666;
  margin-top: 0.1rem;
}
.aboout_container .box2 .boxRight {
  width: 55%;
  font-size: 0.16rem;
  color: #666;
  line-height: 0.44rem;
}
.development_course {
  background: url(../images/img31.png) no-repeat 50% 50% / cover;
}
.development_course .box {
  min-height: 2rem;
}
.development_course .box .banner {
  margin-top: 1.6rem;
  padding-bottom: 2.4rem;
  position: relative;
}
.development_course .box .banner .item {
  text-align: center;
}
.development_course .box .banner .item .content1 {
  font-size: 0.38rem;
  color: #fff;
  font-family: 'D_DIN';
  opacity: 0.5;
  letter-spacing: -2px;
  transition: 0.4s;
  height: 0.76rem;
  line-height: 0.76rem;
}
.development_course .box .banner .item .content2 {
  font-size: 0.18rem;
  color: #fff;
  margin-top: 0.28rem;
  opacity: 0;
  transition: 0.4s;
}
.development_course .box .banner .swiper-slide-active .content1 {
  font-size: 0.76rem;
  opacity: 1;
}
.development_course .box .banner .swiper-slide-active .content2 {
  opacity: 1;
}
.development_course .box .banner .swiper-slide-prev .item {
  text-align: left;
}
.development_course .box .banner .swiper-slide-next .item {
  text-align: right;
}
.development_course .box .button div {
  position: absolute;
  top: 9%;
  z-index: 1;
  cursor: pointer;
}
.development_course .box .button .prev {
  left: 23%;
}
.development_course .box .button .next {
  right: 23%;
}
.team_container {
  min-height: 2rem;
  background: url(../images/img32.png) no-repeat 50% 50% / cover;
}
.team_container .box {
  margin-top: 0.3rem;
}
.team_container .box .content1 {
  font-size: 0.16rem;
  color: #fff;
  line-height: 0.36rem;
}
.team_container .box .content1 p {
  width: max(45.3vw, 870px);
  margin: auto;
  text-align: center;
}
.team_container .box .content2 {
  margin-top: 0.52rem;
  overflow: hidden;
}
.team_container .box .content2 .banner {
  position: relative;
  padding-left: max(3.6rem, 18.75vw);
}
.team_container .box .content2 .banner .swiper-slide {
  width: 5rem;
}
.team_container .box .content2 .banner .swiper-slide .item {
  position: relative;
}
.team_container .box .content2 .banner .swiper-slide .item .img {
  position: relative;
}
.team_container .box .content2 .banner .swiper-slide .item .img::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.2);
}
.team_container .box .content2 .banner .swiper-slide .item .img img {
  width: 100%;
}
.team_container .box .content2 .banner .swiper-slide .item .text {
  position: absolute;
  font-size: 0.26rem;
  color: #fff;
  z-index: 1;
  bottom: 0.32rem;
  left: 0.32rem;
}
.team_container .box .content2 .page {
  margin-top: 0.7rem;
}
.team_container .box .content2 .page p {
  color: #fff;
  font-size: 0.26rem;
  font-family: 'D_DIN';
}
.team_container .box .content2 .jdx {
  margin-top: 0.3rem;
  width: 100%;
  position: relative;
  height: 2px;
}
.team_container .box .content2 .jdx p {
  width: 100%;
  height: 100%;
}
.team_container .box .content2 .jdx .swiper-pagination-progressbar {
  background: rgba(255, 255, 255, 0.4);
}
.team_container .box .content2 .jdx .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: #fff;
}
.team_container .box .content2 .button {
  margin-top: 0.3rem;
}
.team_container .box .content2 .button div svg {
  cursor: pointer;
}
.team_container .box .content2 .button div svg path {
  transition: 0.4s;
  opacity: 0.7;
}
.team_container .box .content2 .button div svg:hover path {
  opacity: 1;
}
.team_container .box .content2 .button .prev {
  position: relative;
  top: 2px;
}
.team_container .box .content2 .button .next {
  position: relative;
  top: -2px;
  margin-left: 0.2rem;
}
.wid {
  width: 2.56rem;
  display: none;
}
.about_honor .toggle {
  margin-top: 0.3rem;
}
.about_honor .toggle p {
  margin: 0 0.18rem;
}
.about_honor .toggle p a {
  font-size: 0.18rem;
  color: #666;
  display: inline-block;
  padding-bottom: 0.14rem;
  border-bottom: 2px solid transparent;
  transition: 0.4s;
}
.about_honor .toggle p a:hover {
  border-color: #2c97d3;
}
.about_honor .toggle .active a {
  color: #000;
  border-color: #2c97d3;
}
.about_honor .box {
  margin-top: 0.74rem;
  margin: auto;
}
.about_honor .box .banner {
  margin-top: 0.74rem;
  position: relative;
}
.about_honor .box .banner .swiper-slide {
  width: 2.56rem;
}
.about_honor .box .banner .swiper-slide img {
  width: 100%;
}
.about_honor .box .banner .button div {
  position: absolute;
  top: 50%;
  z-index: 2;
}
.about_honor .box .banner .button div svg {
  cursor: pointer;
}
.about_honor .box .banner .button div svg path {
  transition: 0.4s;
}
.about_honor .box .banner .button div svg:hover path {
  stroke: #2c97d3;
}
.about_honor .box .banner .button .prev {
  left: 0%;
}
.about_honor .box .banner .button .next {
  right: 0%;
}
.about_honor .box .text {
  margin-top: 0.36rem;
}
.about_honor .box .text .main_ .le {
  display: flex;
}
.about_honor .box .text .main_ .le .page {
  font-family: 'D_DIN_bold';
  font-size: 0.26rem;
  color: #ccc;
}
.about_honor .box .text .main_ .le .page span {
  color: #2c97d3;
}
.about_honor .box .text .main_ .le P {
  display: flex;
  align-items: center;
  margin: 0 0.08rem;
}
.about_honor .box .text .main_ .le P span {
  display: block;
  width: 0.6rem;
  height: 1px;
  background: #ddd;
}
.about_honor .box .text .main_ .ri {
  display: flex;
  align-items: center;
}
.about_honor .box .text .main_ .ri p {
  font-size: 0.16rem;
  color: #666;
}
.honorB {
  display: none;
}


@media screen and (max-width: 1600px) {
    .Index_banner .banner .swiper-slide .item .posi {
    top: 11%;
    right: 2.3rem;
    width: 8.2rem;
    height: 8.2rem;
}
}
@media screen and (max-width: 1500px) {
  .Index_header .box .center .nav .item {
    margin: 0 0.2rem;
  }
  .Index_header .box .right .search {
    margin-left: 0.4rem;
  }
  .Index_banner .banner .swiper-slide .item .posi {
    width: 7.6rem;
    height: 7.6rem;
  }
  .about_honor .box .banner .button .prev {
    left: 10%;
}
.about_honor .box .banner .button .next {
    right: 10%;
}
}
@media screen and (max-width: 1400px) {
  .Index_banner .banner .swiper-slide .item .posi {
    right: 1.5rem;
  }
  
  
}
@media screen and (max-width: 1366px) {
    .Index_banner .banner .swiper-slide .item .posi {
        width: 7rem;
        height: 7rem;
        right: 2.3rem;
    }
    .Index_about .box .posi.active {
        top: 2.4rem;
    }
    
}
@media screen and (max-width: 1280px) {
    .Index_about .box .posi.active {
        top: 2rem;
    }
    .Index_banner .banner .swiper-slide .item .posi{
        display: none;
    }
}
@media screen and (max-width: 1200px) {
  .w1200 {
    width: 90vw;
  }
  .team_container .box .content2 .banner {
    padding-left: 5vw;
  }
}
@media screen and (max-width: 1024px) {
  .Index_header > .box {
    display: none;
  }
  .w1200 {
    width: 90vw;
  }
  .w200 {
    padding-left: 5vw;
    padding-right: 5vw;
  }
  .search_container {
    height: 1rem;
  }
  .search_container .logo img {
    display: none;
  }
  .Product_container .box .boxLeft {
    width: 100%;
  }
  .Product_container .box .boxRight {
    width: 100%;
    margin-top: 0.5rem;
    padding-left: 0;
  }
  .Product_advantage .box .boxLeft {
    width: 100%;
    padding-right: 0;
  }
  .Product_advantage .box .boxRight {
    width: 100%;
    margin-top: 0.5rem;
    padding-left: 0;
    text-align: center;
  }
  .index_footer .box .boxTop .left {
    display: none;
  }
  .index_footer .box .boxTop .navList {
    display: none;
  }
  .index_footer {
    padding-bottom: 0.6rem;
  }
  .p100 {
    padding-top: 0.7rem;
  }
  .p156 {
    padding-top: 0.56rem;
  }
  .Product_container .box .boxRight .content2 p {
    height: auto;
  }
  .p100_ {
    padding-bottom: 0.7rem;
  }
  .Index_about .mask_img {
    display: none;
  }
  .Index_about .box .img img {
    height: auto;
    min-height: 5rem;
  }
  .Index_about .box .posi {
    top: 50%;
    width: 100%;
    opacity: 1;
    transform: translateY(-50%);
  }
  .Index_banner .banner .swiper-slide .item .posi {
    display: none;
  }
  .Index_banner .banner .swiper-slide .item .posi1 h5 {
    font-size: 0.4rem;
  }
  .Index_about .box .posi .content2 {
    font-size: 0.24rem;
    line-height: 0.4rem;
  }
  .index_product .box .boxLeft {
    width: 100%;
    padding-left: 5vw;
  }
  .index_product .box .boxRight {
    width: 100%;
    margin-bottom: 0.5rem;
  }
  .index_product .box .boxRight .banner .swiper-slide .item .img {
    height: 3rem;
  }
  .index_product .box .boxRight .banner .swiper-slide {
    padding-right: 0;
  }
  .index_product .box .boxLeft .banner .swiper-container .swiper-wrapper .swiper-slide .item .content2 {
    font-size: 0.28rem;
  }
  .index_product .box .boxLeft .banner .swiper-container .swiper-wrapper .swiper-slide .item .content3 {
    font-size: 0.28rem;
  }
  .index_product .box .boxLeft .banner .swiper-container .swiper-wrapper .swiper-slide {
    padding-bottom: 0.4rem;
  }
  .index_footer .box .boxBot .left {
    line-height: 0.4rem;
  }
  .index_footer .box .boxBot .left a {
    display: block;
  }
  .index_footer .box .boxBot .right {
    margin-top: 0.3rem;
  }
  .InnerBanner .posi h1 {
    font-size: 0.4rem;
    color: #fff;
  }
  .aboout_container .box1 .boxRight,
  .aboout_container .box2 .boxLeft,
  .aboout_container .box2 .boxRight,
  .aboout_container .box1 .boxLeft {
    width: 100%;
  }
  .aboout_container .box2 .boxRight {
    margin-top: 0.5rem;
  }
  .development_course .box .button .prev {
    left: 36%;
  }
  .development_course .box .button div {
    top: 46%;
  }
  .development_course .box .button .next {
    right: 36%;
  }
  .team_container .box .content1 p {
    width: 90vw;
  }
  .team_container .box .content2 .banner .swiper-slide {
    width: 4rem;
  }
  .team_container .box .content2 .banner .swiper-slide .item .text {
    font-size: 0.2rem;
  }
  .aboout_container .box1 .boxLeft h6 {
    font-size: 0.32rem;
  }
  .aboout_container .box1 .boxRight {
    font-size: 0.2rem;
  }
  .aboout_container .box2 {
    padding-top: 0.5rem;
  }
  .development_course .box .banner .item {
    text-align: center !important;
  }
  .development_course .box .banner .swiper-slide-active .content1 {
    font-size: 0.56rem;
  }
  .about_honor .box .banner .button .next {
    right: -2%;
  }
  .about_honor .box .banner .button .prev {
    left: -2%;
  }
  .product_container_list .box .list:hover a .boxLeft h5,
  .product_container_list .box .list:hover a .boxLeft .content1 {
    color: #000;
  }
  .product_container_list .box .list:hover a .boxLeft h6 {
    color: #999;
  }
  .product_container_list .box .list:hover a .boxLeft .content2 .ri span {
    color: #000;
  }
  .product_container_list .box .list:hover a .boxLeft .content2 .ri span::before {
    background: #2c97d3;
  }
  .product_container_list .box .list:hover a .boxLeft .content2 .ri span::after {
    background: #2c97d3;
  }
  .product_container_list .box .list:hover .imgposi1 p {
    transform: translateX(100%);
  }
  .product_container_list .box .list:hover .imgposi2 p {
    transform: translateX(0%);
  }
  .product_container_list .box .list a .boxRight {
    width: 100%;
    text-align: center;
    justify-content: center;
  }
  .product_container_list .box .list a .boxRight p {
    margin: auto;
  }
  .product_container_list .box .list a .boxLeft {
    width: 100%;
    margin-top: 0.4rem;
  }
  .product_container_list .box .list a {
    padding: 0.3rem;
  }
  .product_container_list .box .list a .boxLeft h5 {
    font-size: 0.3rem;
  }
  .product_container_list .box .list a .boxLeft h6 {
    font-size: 0.3rem;
  }
  .product_container_list .box .list a {
    flex-flow: column-reverse;
  }
  .product_container_list .box .list .imgposi1 {
    display: none;
  }
  .product_container_list .box .list .imgposi2 {
    display: none;
  }
  .bard_container .box_ .right {
    display: none;
  }
  .culture_container .box .item .content2 {
    margin-top: 1rem;
  }
  .culture_container .box .item {
    padding: 0.3rem;
  }
  .culture_container .box .item .content3 {
    font-size: 0.3rem;
  }
  .culture_container .box .item .content4 {
    height: auto;
  }
  .culture_container {
    padding: 1rem 0 1rem;
  }
  .news_container .box {
    justify-content: space-between;
  }
  .news_container .box .item {
    width: 48%;
  }
  .fengye .center_ .page {
    display: none;
  }
  .news_container_info h5 {
    font-size: 0.26rem;
  }
  .news_container_info {
    padding: 0.5rem 0.3rem 0;
  }
  .contact_container .item .content1 img {
    width: 1rem;
  }
  .contact_map .map {
    height: 5.5rem;
  }
  .SearchContainer {
    padding-top: 0.6rem;
    padding-bottom: 0.6rem;
  }
  .SearchList .box .item a .left .content2 {
    font-size: 0.24rem;
  }
  .global_industry_ph {
    margin-top: 0.7rem;
  }
  .global_industry_ph .banner {
    margin-top: 0.5rem;
  }
  .global_industry_ph .page {
    text-align: center;
    margin-top: 0.3rem;
  }
  .global_industry_ph .page div span {
    width: 12px;
    height: 12px;
    margin: 0 5px;
    background: url(../images/icon6_.svg);
    /*filter: grayscale(1);*/
  }
  .global_industry_ph .page div .swiper-pagination-bullet-active {
    /*filter: grayscale(0);*/
    background: url(../images/icon6.svg);
    
  }
  .Index_banner .banner .swiper-slide .item .img img {
        height: 40vh;
    }
  .Index_banner .banner_page {
    bottom: 0.2rem;
}
.index_footer .box .boxBot .right{
    display: none;
}
}
@media screen and (max-width: 669px) {
  .HeaderMobile .box .logo a img {
    height: 22px;
  }
  .Product_container .box .boxLeft {
    padding: 0.2rem 0 0.32rem;
  }
  .Product_container .box .boxRight .content1 h5 {
    font-size: 0.26rem;
  }
  .ProductFeatures .box .item {
    width: 100%;
  }
  .index_footer .box .boxBot .left a {
    display: block;
    margin-top: 5px;
  }
  .index_footer .box .boxTop .info {
    width: 100%;
  }
  .index_footer .box .boxTop .info div p {
    padding-left: 0.45rem;
    margin-bottom: 10px;
  }
  .index_footer .box .boxTop .info div p img {
    top: -2px;
  }
  .index_footer .box .boxTop .ewm {
    width: 100%;
    text-align: center;
    margin-top: 0.3rem;
  }
  .index_footer .box .boxTop .ewm figure img {
    width: 1.6rem;
  }
  .IndexTitle h1 {
    font-size: 0.21rem;
  }
  .Index_banner .banner .swiper-slide .item .posi1 h5 {
    font-size: 0.32rem;
  }
  .Index_banner .banner .swiper-slide .item .posi1 .link a {
    font-size: 14px;
    letter-spacing: 0px;
  }
  .Index_banner .banner .swiper-slide .item .posi1 .link {
    margin-top: 0.2rem;
  }
  .global_industry_ph .banner .list_main .content2 .content3 p {
    font-size: 0.24rem;
    line-height: 0.4rem;
  }
  .index_product .toggle p {
    margin-bottom: 0.2rem;
  }
  .Index_news .box1 .left {
    display: none;
  }
  .index_footer .box .boxBot .left {
    line-height: 0.3rem;
  }
  .development_course .box .button .next {
    margin-top: -4px;
  }
  .IndexLink a,
  .IndexLink .a {
    font-size: 14px;
  }
  .ProductFeatures .box .item p {
    min-height: 0.6rem;
    height: auto;
  }
  .bard_container .box_ .left a {
    font-size: 13px;
  }
  .bard_container .box_ .left {
    font-size: 13px;
  }
  .Product_container .box .boxRight .content1 h6 {
    font-size: 0.28rem;
  }
  .Product_container .box .boxRight .content3 .list p {
    width: 30%;
    aspect-ratio: 1/1;
  }
  .Product_container .box .boxRight .content3 .list p {
    width: 32%;
    aspect-ratio: 1/1;
    height: auto;
    margin-right: 2%;
    margin-bottom: 0.2rem;
  }
  .Product_container .box .boxRight .content3 .list p:nth-child(3n) {
    margin-right: 0;
  }
  .video_container .posi h5 {
    font-size: 0.3rem;
  }
  .video_container .img img {
    min-height: 4rem;
    object-fit: cover;
  }
  .culture_container .box .item {
    width: 100%;
    margin-bottom: 0.2rem;
  }
  .culture_container .box .item .content2 {
    margin-top: 0.5rem;
  }
  .news_container .box .item .content2 {
    font-size: 14px;
    margin-top: 0.2rem;
  }
  .InnerBanner .posi h1 {
    font-size: 0.3rem;
  }
  .news_container_info .box1 .center_ {
    display: none;
  }
  .contact_container .item {
    width: 100%;
    margin-bottom: 0.5rem;
  }
  .contact_biao .box .list {
    flex-wrap: wrap;
  }
  .contact_biao .box .list .item {
    flex: 0 100%;
  }
  .IndexLink a,
  .IndexLink .a {
    font-size: 14px;
    letter-spacing: 3px;
  }
  .contact_container {
    overflow: hidden;
  }
  .SearchList .box .item a .left {
    width: 100%;
  }
  .SearchList .box .item a .right {
    margin-top: 0.2rem;
  }
  .IndexTitle h1 {
    font-size: 0.26rem;
  }
  .Index_banner .banner_page {
    bottom: 0.2rem;
}
.Index_banner .banner .swiper-slide .item .img img {
    height: 37vh;
}
.index_product .box1 .next a svg,.index_product .box1 .prev a svg{
    display: none;
}
.SearchContainer .box input[type='text'] {
    font-size: 0.22rem;
    height: 0.6rem;
}
.culture_container .box .item .content5 img {
    object-fit: cover;
}
.culture_container .box .item .content5 {
    opacity: 1;
}
.culture_container .box .item .content1,.culture_container .box .item .content3,.culture_container .box .item .content4{
    color: #fff;
}
.culture_container .box .item .content2 .img1{
    display: none;
}
.culture_container .box .item .content2 .img2{
    display: block;
}
.about_honor .box .text {
    margin-top: 0;
}
.about_honor .box .text .main_ .le{
    width: 100%;
    margin-bottom: 0.2rem;
}
.about_honor .box .text .main_ .ri,.about_honor .box .text .main_ .ri p{
    width: 100%;
    /*text-align: center;*/
}
.about_honor .box .text .main_{
    width: 100%;
}

.about_honor .box .text .main_ .le P{
    display: none;
}
.Index_about .box .img img{
    position: relative;
    top: -2px;
    z-index: 1;
}
.global_industry_ph .banner .list_main .content2 .content4{
    min-height: 43px;
}

}
/*# sourceMappingURL=./style.css.map */