@charset "utf-8";
:root {
  --main-color:#122B57;
  --main-color-light:#ABCD03;
  --color-gray:#646464;
  --color-gray-2:#828286;
  --color-gray-3:#dadada;
  --color-lightGray:#f0f0f0;
  --color-white:#fff;
  --color-black:#333;
  --lineHeight:1;
  --inputHeight:90px;
  --borderRadius:10px;
}

@media only screen and (max-width: 1400px) {
  :root {
    --inputHeight:70px;
    --borderRadius:6px;
  }
}
.textColor {
  color: var(--main-color);
}

.textColorGray {
  color: var(--color-gray-2);
}

.textCenter {
  text-align: center;
}

a:hover {
  color: var(--main-color);
}

.flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.flexWrap {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.alignCenter {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.justifyCenter {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

img {
  display: inline-block;
}

html {
  font-size: 14px;
}

body {
  background: #F0F0F0;
  overflow-x: hidden;
}

body.black_page {
  background: #000000;
}

.nav_bgJt {
  position: absolute;
  right: 20%;
  bottom: 0px;
}

.nav_bgJt img {
  height: 100%;
}

.scrollHeader.header .nav_bgJt {
  height: var(--header-height-small);
}

.header .nav li .TWnav a {
  font-size: 18px;
}

.staticHeader .header {
  background-color: #fff;
  background-image: none;
}

.staticHeader .header .nav li .TWnav a {
  color: var(--color-black);
  font-size: 18px;
}

.staticHeader .header .lang svg path {
  fill: var(--color-black);
}

.staticHeader .header .search svg path {
  fill: var(--color-black);
}

.header .mode_btn {
  width: 150px;
  height: 35px;
  border: 1px solid #122B57;
  border-radius: 35px;
  text-align: center;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.header .mode_btn:hover {
  background: #122B57;
  color: #fff;
}

.header .mode_btn a {
  color: var(--main-color);
  display: block;
}

.header .mode_btn:hover a {
  color: #fff;
}

.header .mode_btn span {
  padding-left: 26px;
}

.scrollHeader.header .lang.mode_btn {
  height: 35px;
}

.black_page .header .mode_btn a {
  color: var(--main-color-light);
}

.black_page .header .mode_btn:hover {
  background: var(--main-color-light);
  color: #fff;
}

.black_page .header .mode_btn:hover a {
  color: #fff;
}

.staticHeader .section {
  padding-top: 110px;
}

.black_page .detailT {
  padding-top: 110px;
}

@media only screen and (max-width: 1300px) {
  .header .mode_btn {
    width: 130px;
  }
}
@media only screen and (max-width: 1200px) {
  .staticHeader .section {
    padding-top: 60px;
  }
  .black_page .detailT {
    padding-top: 60px;
  }
}
@media only screen and (max-width: 700px) {
  .header .mode_btn {
    display: none;
  }
  .nav_bgJt {
    right: 0px;
    opacity: 0.1;
    width: 100%;
  }
  .nav_bgJt img {
    width: 100%;
  }
}
.footer {
  margin-top: 150px;
}
.footer .footer_top {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.footer .footer_top .left {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 210px;
          flex: 0 0 210px;
}
.footer .footer_top .left h3 {
  color: var(--main-color);
  font-weight: 400;
}
.footer .footer_top .left dt {
  font-weight: 700;
  color: var(--main-color);
}
.footer .footer_top .left dd {
  color: var(--color-gray-2);
  font-weight: 300;
}
.footer .footer_top .right a:hover {
  color: var(--main-color);
  text-decoration: underline;
}
.footer .footer_top .right dt a:hover {
  text-decoration: none;
}
.footer .footer_top .right dl {
  margin-left: 60px;
}
.footer .footer_top .right dt {
  font-weight: 400;
}
.footer .footer_top .right dt a {
  color: var(--main-color);
}
.footer .footer_top .right dt a:hover {
  text-decoration: underline;
}
.footer .footer_top .right dd a {
  color: var(--color-gray-2);
  display: block;
  margin-bottom: 10px;
  font-weight: 300;
}
.footer .footer_mind {
  border-top: 2px solid #e5e5e5;
  border-bottom: 2px solid #e5e5e5;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.footer .footer_mind .left {
  color: var(--color-gray);
}
.footer .footer_mind .right a {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-left: 30px;
  border-radius: 20px;
  overflow: hidden;
  width: 66px;
  height: 66px;
  border: 1px solid #e0e0e0;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.footer .footer_mind .right a svg {
  width: 36px;
  height: 36px;
}
.footer .footer_mind .right a path {
  fill: var(--color-gray-2);
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.footer .footer_mind .right a:hover {
  background-color: var(--main-color);
}
.footer .footer_mind .right a:hover path {
  fill: var(--color-lightGray);
}
.footer .footer_bottom {
  color: var(--color-gray-2);
  text-align: center;
}
.footer .footer_bottom .f_logo {
  width: 391px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}
.footer .footer_bottom .f_logo a {
  text-align: center;
  margin-left: 0;
  margin-right: 0px;
  width: 100%;
  display: block;
}
.footer .footer_bottom img {
  max-width: 100%;
  display: inline-block;
}
.footer .footer_bottom a {
  color: var(--color-gray-2);
  padding-left: 20px;
  padding-right: 20px;
  display: inline-block;
}
.footer .footer_bottom a:hover {
  color: var(--main-color);
}
.footer .footer_bottom .a {
  margin-bottom: 10px;
}
.footer .footer_bottom .a a {
  position: relative;
}
.footer .footer_bottom .a a:after {
  content: "";
  position: absolute;
  left: 0px;
  top: 50%;
  width: 1px;
  height: 14px;
  background: #D8D8D8;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}
.footer .footer_bottom .a a:first-child:after {
  display: none;
}

.black_page .footer .footer_top .right dt a {
  color: var(--main-color-light);
}

.black_page .footer .footer_top .right dd a:hover {
  color: var(--main-color-light);
}

.black_page .footer .footer_bottom .a a:hover {
  color: var(--main-color-light);
}

.black_page .footer .footer_bottom .a a:after {
  background: var(--color-gray);
}

.black_page .footer .footer_top .left dt {
  color: var(--main-color-light);
}

.black_page .footer .footer_top .left h3 {
  color: var(--main-color-light);
}

.black_page .footer .footer_mind .right a {
  border-color: #4D4D4D;
}

.black_page .footer .footer_mind .right a:hover {
  background: var(--main-color-light);
}

.black_page .footer .footer_mind {
  border-top: 1px solid #4D4D4D;
  border-bottom: 1px solid #4D4D4D;
}

@media only screen and (max-width: 1600px) {
  .footer {
    margin-top: 8vw;
  }
  .footer .footer_top .right dl {
    margin-left: 3vw;
  }
  .footer .footer_mind .right a {
    width: 45px;
    height: 45px;
    border-radius: 10px;
  }
  .footer .footer_mind .right a svg {
    width: 28px;
    height: 28px;
  }
  .footer .footer_bottom .f_logo {
    width: 23vw;
  }
  .header .nav li .TWnav a {
    font-size: 16px;
  }
}
@media only screen and (max-width: 1330px) {
  .footer .footer_top .right dl {
    margin-left: 2vw;
  }
}
@media only screen and (max-width: 1200px) {
  .footer .footer_top .right {
    display: none;
  }
  .footer .footer_top .left {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
  .footer .footer_top .left dl {
    margin-top: 2vw;
  }
  .footer .footer_top .left dt {
    margin-bottom: 1vw;
  }
}
@media only screen and (max-width: 700px) {
  .footer {
    padding-bottom: 12vw;
    margin-top: 12vw;
  }
  .footer .footer_top .left {
    text-align: center;
  }
  .footer .footer_top .left dl {
    margin-top: 5vw;
  }
  .footer .footer_top .left dt {
    margin-bottom: 3vw;
  }
  .footer .footer_mind .left {
    display: none;
  }
  .footer .footer_mind .right {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    -ms-flex-pack: distribute;
        justify-content: space-around;
  }
  .footer .footer_mind .right a {
    margin-left: 0;
  }
  .footer .footer_bottom .f_logo {
    width: 45vw;
  }
  .footer .footer_bottom .a {
    margin-bottom: 20px;
  }
  .footer .footer_bottom .a a {
    width: 50%;
    margin: 5px 0;
  }
  .footer .footer_bottom .a a:nth-of-type(3):after {
    display: none;
  }
}
.close {
  position: absolute;
  top: -10px;
  right: -10px;
  width: 40px;
  height: 40px;
  cursor: pointer;
  background: #fff;
  border-radius: 100%;
  cursor: pointer;
  z-index: 2;
  -webkit-box-shadow: 0 0 10px #e7e7e7;
  box-shadow: 0 0 10px #e7e7e7;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.close:after {
  content: "";
  display: block;
  position: absolute;
  left: 50%;
  top: 50%;
  width: 20px;
  height: 1px;
  background: #777;
  -webkit-transform: translateX(-50%) rotate(45deg);
  -ms-transform: translateX(-50%) rotate(45deg);
  transform: translateX(-50%) rotate(45deg);
}

.close:before {
  content: "";
  display: block;
  position: absolute;
  left: 50%;
  top: 50%;
  width: 20px;
  height: 1px;
  background: #777;
  -webkit-transform: translateX(-50%) rotate(135deg);
  -ms-transform: translateX(-50%) rotate(135deg);
  transform: translateX(-50%) rotate(135deg);
}

.close:hover {
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}

.crumb {
  color: var(--color-gray);
  margin-top: 30px;
}
.crumb a {
  color: var(--color-gray);
  text-decoration: none;
}
.crumb a:hover {
  color: var(--main-color);
}
.crumb span {
  margin: 0 10px;
  padding-top: 1px;
}

@media only screen and (max-width: 768px) {
  .crumb {
    margin-top: 20px;
  }
}
.selectTitle {
  text-align: center;
  position: relative;
}
.selectTitle .title {
  text-align: center;
  color: var(--main-color);
  line-height: var(--lineHeight);
}
.selectTitle .des {
  text-align: center;
  color: var(--color-gray);
  font-weight: 300;
  margin-top: 15px;
}
.selectTitle .titleList {
  text-align: center;
  position: absolute;
  left: 50%;
  top: 0px;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 100%;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.selectTitle .titleList:first-child {
  position: static;
  -webkit-transform: translateX(0%);
      -ms-transform: translateX(0%);
          transform: translateX(0%);
}
.selectTitle .titleList.active {
  opacity: 1;
  visibility: visible;
}
.selectTitle a {
  color: var(--main-color);
  text-decoration: underline;
}

.err {
  color: #cc0000;
  text-align: center;
  display: none;
}

.Contact_form .selectStep {
  width: 420px;
  margin-left: auto;
  margin-right: auto;
  border-top: 3px solid rgba(18, 43, 87, 0.25);
  border-bottom: 3px solid rgba(18, 43, 87, 0.25);
  position: relative;
  height: 30px;
  margin-top: 50px;
}
.Contact_form .selectStep dt {
  position: absolute;
}
.Contact_form .selectStep dt.dtL {
  bottom: 15px;
  left: 0px;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.Contact_form .selectStep dt.dtL img {
  position: absolute;
  left: 0px;
  bottom: 0px;
  display: none;
}
.Contact_form .selectStep dt.dtL img.che {
  position: static;
  display: block;
}
.Contact_form .selectStep dt.dtR {
  bottom: -10px;
  right: -50px;
}
.Contact_form .selectStep dd {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
  height: 100%;
  gap: 13px;
}
.Contact_form .selectStep dd p {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  height: 4px;
  background-color: rgba(18, 43, 87, 0.25);
  -webkit-transition: 0.5s ease-in 0.2s;
  transition: 0.5s ease-in 0.2s;
}
.Contact_form .selectStep dd p.active {
  background-color: var(--main-color);
}
.Contact_form .selectCon {
  position: relative;
  z-index: 2;
}
.Contact_form .selectCon .selectList {
  display: none;
}
.Contact_form .selectCon .selectList.active {
  display: block;
  -webkit-animation: displayN 0.5s forwards;
          animation: displayN 0.5s forwards;
}
.Contact_form .selectCon .industry {
  width: 1235px;
  margin-left: auto;
  margin-right: auto;
}
.Contact_form .selectCon .industry dt {
  width: 100%;
  background-color: var(--color-white);
  border-radius: var(--borderRadius);
  padding: 30px;
  color: var(--main-color);
}
.Contact_form .selectCon .industry dt span {
  display: block;
  line-height: var(--lineHeight);
}
.Contact_form .selectCon .industry dt textarea {
  background: var(--color-lightGray);
  width: 100%;
  height: var(--inputHeight);
  border-radius: var(--borderRadius);
  border: 0px;
  margin-top: 20px;
  padding: 20px 25px;
}
.Contact_form .selectCon .industry dd {
  position: relative;
  width: calc(33.3333333333% - 4px);
  border-radius: var(--borderRadius);
  margin-bottom: 23px;
  margin-right: 5px;
  height: var(--inputHeight);
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  background: var(--color-white) url(../img/ddbg.png) no-repeat -105px center;
  color: var(--main-color);
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
.Contact_form .selectCon .industry dd.hover .img {
  -webkit-transform: translate(-10px, -50%);
      -ms-transform: translate(-10px, -50%);
          transform: translate(-10px, -50%);
}
.Contact_form .selectCon .industry dd.hover {
  background-color: var(--main-color);
  color: var(--color-white);
  background-image: url(../img/ddbgh.png);
}
.Contact_form .selectCon .industry dd span {
  padding-left: 30px;
}
.Contact_form .selectCon .industry dd .img {
  position: absolute;
  top: 50%;
  right: 0px;
  width: 180px;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  background-repeat: no-repeat;
  background-position: left center;
  z-index: 2;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.Contact_form .selectCon .industry dd .img img {
  max-width: 100%;
  opacity: 0;
}
.Contact_form .selectCon .industry dd.dd1 .img {
  background-image: url("../img/icon1.png");
}
.Contact_form .selectCon .industry dd.dd2 .img {
  background-image: url("../img/icon2.png");
}
.Contact_form .selectCon .industry dd.dd3 .img {
  background-image: url("../img/icon3.png");
}
.Contact_form .selectCon .industry dd.dd4 .img {
  background-image: url("../img/icon4.png");
}
.Contact_form .selectCon .industry dd.dd5 .img {
  background-image: url("../img/icon5.png");
}
.Contact_form .selectCon .industry dd.dd6 .img {
  background-image: url("../img/icon6.png");
}
.Contact_form .selectCon .industry dd:nth-of-type(3n) {
  margin-right: 0px;
}
.Contact_form .selectCon .from {
  display: none;
  width: 670px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  z-index: 99;
}
.Contact_form .selectCon .from dt {
  width: 100%;
  position: relative;
  height: 110px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  border-radius: var(--borderRadius);
  background: var(--color-white) url(../img/ddbg.png) no-repeat -105px center;
  color: var(--main-color);
  text-align: center;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
.Contact_form .selectCon .from dt .img {
  position: absolute;
  top: 50%;
  right: 0px;
  width: 104px;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  background-repeat: no-repeat;
  background-position: left center;
  z-index: 2;
  background-image: url(../img/icon7.png);
}
.Contact_form .selectCon .from dt .img img {
  max-width: 100%;
  opacity: 0;
}
.Contact_form .selectCon .from dt span {
  display: block;
  width: 100%;
  text-align: center;
}
.Contact_form .selectCon .from dd {
  display: none;
  width: 100%;
  background-color: #E4E4E4;
  position: absolute;
  top: 110px;
  left: 0px;
  right: 0px;
}
.Contact_form .selectCon .from dd .input {
  background-color: var(--main-color);
  border-radius: 4px;
  margin: 20px auto;
  width: 90%;
}
.Contact_form .selectCon .from dd .input input {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  border: 2px solid var(--main-color);
  height: 57px;
  padding: 5px 10px;
  border-radius: 4px;
  background-color: var(--color-white);
  font-size: 16px;
}
.Contact_form .selectCon .from dd .input a {
  display: none;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 115px;
          flex: 0 0 115px;
  background-color: var(--main-color);
  color: #fff;
  border-radius: 4px;
  text-align: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.Contact_form .selectCon .from dd .input a svg {
  width: 26px;
  height: 26px;
}
.Contact_form .selectCon .from dd ul {
  max-height: 400px;
  overflow-y: auto;
  padding-bottom: 40px;
}
.Contact_form .selectCon .from dd ul li {
  padding: 15px 5%;
  -webkit-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
  cursor: pointer;
}
.Contact_form .selectCon .from dd ul li:hover {
  background-color: #D8D8D8;
}
.Contact_form .selectCon .from dt.hover {
  background-color: var(--main-color);
  color: var(--color-white);
  background-image: url(../img/ddbgh.png);
}
.Contact_form .selectCon .from dt.hover .img {
  background-image: url(../img/icon8.png);
}
.Contact_form .selectCon .from dt:hover {
  background-color: var(--main-color);
  color: var(--color-white);
  background-image: url(../img/ddbgh.png);
}
.Contact_form .selectCon .information {
  display: none;
  width: 1235px;
  margin-left: auto;
  margin-right: auto;
  background-color: var(--color-white);
  padding: 40px 30px 50px 30px;
  border-radius: var(--borderRadius);
}
.Contact_form .selectCon .information dd {
  margin-top: 20px;
}
.Contact_form .selectCon .information dd:nth-of-type(1) {
  margin-top: 0px;
}
.Contact_form .selectCon .information span {
  display: block;
  line-height: var(--lineHeight);
  color: var(--main-color);
}
.Contact_form .selectCon .information input {
  background-color: var(--color-lightGray);
  width: 100%;
  border: 0;
  height: 60px;
  padding: 5px 10px;
  margin-top: 15px;
  border-radius: 4px;
  font-size: 16px;
}
.Contact_form .selectCon .connected {
  display: none;
  width: 1235px;
  margin-left: auto;
  margin-right: auto;
  background-color: var(--color-white);
  padding: 40px 30px 50px 30px;
  border-radius: var(--borderRadius);
}
.Contact_form .selectCon .connected dd {
  margin-top: 20px;
}
.Contact_form .selectCon .connected dd:nth-of-type(1) {
  margin-top: 0px;
}
.Contact_form .selectCon .connected span {
  display: block;
  line-height: var(--lineHeight);
  color: var(--main-color);
}
.Contact_form .selectCon .connected input {
  background-color: var(--color-lightGray);
  width: 100%;
  border: 0;
  height: 60px;
  padding: 5px 10px;
  margin-top: 15px;
  border-radius: 4px;
  font-size: 16px;
}
.Contact_form .selectCon .hear {
  display: none;
  width: 1310px;
  margin-left: auto;
  margin-right: auto;
}
.Contact_form .selectCon .hear dt {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  background-color: var(--color-white);
  border-radius: var(--borderRadius);
  height: var(--inputHeight);
  color: var(--main-color);
  padding: 0 30px;
}
.Contact_form .selectCon .hear dt span {
  display: block;
  line-height: var(--lineHeight);
  margin-right: 20px;
}
.Contact_form .selectCon .hear dt input {
  background: var(--color-lightGray);
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  border-radius: var(--borderRadius);
  border: 0px;
  padding: 10px 25px;
}
.Contact_form .selectCon .hear dd {
  position: relative;
  width: calc(25% - 17px);
  border-radius: var(--borderRadius);
  margin-bottom: 23px;
  margin-right: 22px;
  height: var(--inputHeight);
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  background: var(--color-white) url(../img/ddbg.png) no-repeat -105px center;
  color: var(--main-color);
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
.Contact_form .selectCon .hear dd.hover {
  background-color: var(--main-color);
  color: var(--color-white);
  background-image: url(../img/ddbgh.png);
}
.Contact_form .selectCon .hear dd.hover .img {
  -webkit-transform: translate(-10px, -50%);
      -ms-transform: translate(-10px, -50%);
          transform: translate(-10px, -50%);
}
.Contact_form .selectCon .hear dd span {
  padding-left: 30px;
  line-height: var(--lineHeight);
}
.Contact_form .selectCon .hear dd .img {
  position: absolute;
  top: 50%;
  right: 0px;
  width: 80px;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  background-repeat: no-repeat;
  background-position: left center;
  z-index: 2;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.Contact_form .selectCon .hear dd .img img {
  max-width: 100%;
  opacity: 0;
}
.Contact_form .selectCon .hear dd.dd1 .img {
  background-image: url("../img/iconF1.png");
}
.Contact_form .selectCon .hear dd.dd2 .img {
  background-image: url("../img/iconF2.png");
}
.Contact_form .selectCon .hear dd.dd3 .img {
  background-image: url("../img/iconF3.png");
}
.Contact_form .selectCon .hear dd.dd4 .img {
  background-image: url("../img/iconF4.png");
}
.Contact_form .selectCon .hear dd.dd5 .img {
  background-image: url("../img/iconF5.png");
}
.Contact_form .selectCon .hear dd.dd6 .img {
  background-image: url("../img/iconF6.png");
}
.Contact_form .selectCon .hear dd.dd7 .img {
  background-image: url("../img/iconF7.png");
}
.Contact_form .selectCon .hear dd.dd8 .img {
  background-image: url("../img/iconF8.png");
}
.Contact_form .selectCon .hear dd.dd9 .img {
  background-image: url("../img/iconF9.png");
}
.Contact_form .selectCon .hear dd.dd10 .img {
  background-image: url("../img/iconF10.png");
}
.Contact_form .selectCon .hear dd.dd11 .img {
  background-image: url("../img/iconF11.png");
}
.Contact_form .selectCon .hear dd.dd12 .img {
  background-image: url("../img/iconF12.png");
}
.Contact_form .selectCon .hear dd.dd13 .img {
  background-image: url("../img/iconF13.png");
}
.Contact_form .selectCon .hear dd.dd14 .img {
  background-image: url("../img/iconF14.png");
}
.Contact_form .selectCon .hear dd.dd15 .img {
  background-image: url("../img/iconF15.png");
}
.Contact_form .selectCon .hear dd.dd16 .img {
  background-image: url("../img/iconF16.png");
}
.Contact_form .selectCon .hear dd.dd17 .img {
  background-image: url("../img/iconF17.png");
}
.Contact_form .selectCon .hear dd.dd16 {
  width: calc(33.3333333333% - 10px);
}
.Contact_form .selectCon .hear dd:nth-of-type(4n) {
  margin-right: 0px;
}
.Contact_form .priv {
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  color: #afafaf;
  display: none;
  margin-bottom: 20px;
  margin-top: 20px;
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
  font-size: 16px;
}
.Contact_form .priv > div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 10px;
}
.Contact_form .priv > div div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.Contact_form .priv .priv01 {
  position: relative;
}
.Contact_form .priv .priv01:after {
  content: "*";
  display: block;
  position: absolute;
  top: 4px;
  left: 18px;
  color: #f00;
  font-size: 16px;
}
.Contact_form .priv span {
  display: block;
  margin-left: 10px;
}
.Contact_form .priv input {
  cursor: pointer;
  width: 16px;
  height: 16px;
  position: relative;
  top: 2px;
}
.Contact_form .priv a {
  color: #000;
  text-decoration: underline;
}
.Contact_form .priv a:hover {
  color: var(--main-color);
}
.Contact_form .formBtn {
  width: 1235px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}
.Contact_form .formBtn .next span {
  color: var(--main-color-light);
}
.Contact_form .formBtn .next span .submit {
  color: var(--main-color-light);
  background: transparent;
  line-height: 1;
  border: 0px;
  display: none;
}
.Contact_form .formBtn .prev {
  display: none;
  position: absolute;
  left: 0px;
  top: 0px;
  z-index: 1;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
.Contact_form .formBtn .prev span {
  margin-left: 15px;
  margin-right: 0px;
  color: #bcbcbc;
}
.Contact_form .formBtn .prev img {
  -webkit-transform: rotate(-180deg);
      -ms-transform: rotate(-180deg);
          transform: rotate(-180deg);
  padding-top: 0px;
  -webkit-filter: grayscale(100%);
          filter: grayscale(100%);
}
.Contact_form .formBtn span {
  line-height: var(--lineHeight);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-right: 15px;
  cursor: pointer;
  -webkit-transition: color 0.3s ease-in-out;
  transition: color 0.3s ease-in-out;
}
.Contact_form .formBtn img {
  cursor: pointer;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.Contact_form .formBtn.next_open .next {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.Contact_form .formBtn.prev_open .prev {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.Contact_form .formBtn .next:hover img {
  -webkit-transform: translateX(5px);
      -ms-transform: translateX(5px);
          transform: translateX(5px);
}
.Contact_form .formBtn .prev:hover img {
  -webkit-transform: rotate(-180deg) translateX(5px);
      -ms-transform: rotate(-180deg) translateX(5px);
          transform: rotate(-180deg) translateX(5px);
}
.Contact_form .succeed {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.Contact_form .succeed h3 {
  color: var(--main-color);
  line-height: var(--lineHeight);
  letter-spacing: -1px;
}
.Contact_form .succeed .p p {
  text-align: center;
  color: var(--color-gray);
  font-weight: 300;
}
.Contact_form .succeed .p p.mt20 {
  font-weight: 700;
}

.container {
  position: relative;
}

.contact_sprite {
  position: absolute;
  right: 0px;
  bottom: 0px;
  z-index: 9;
  width: 260px;
  height: 450px;
  background-repeat: no-repeat;
  background-position: 0 0;
  background-image: url("../img/step1-part1.png"); /* 初始第一张 */
  -webkit-transform-origin: right bottom;
      -ms-transform-origin: right bottom;
          transform-origin: right bottom;
}

@media only screen and (max-width: 1600px) {
  .contact_sprite {
    -webkit-transform: scale(0.7);
        -ms-transform: scale(0.7);
            transform: scale(0.7);
  }
}
@media only screen and (max-width: 1400px) {
  .contact_sprite {
    -webkit-transform: scale(0.5);
        -ms-transform: scale(0.5);
            transform: scale(0.5);
  }
}
@media only screen and (max-width: 1200px) {
  .contact_sprite {
    -webkit-transform: scale(0.3);
        -ms-transform: scale(0.3);
            transform: scale(0.3);
  }
}
@media only screen and (min-width: 700px) {
  .Contact_form .selectCon .industry dd:hover {
    background-color: var(--main-color);
    color: var(--color-white);
    background-image: url(../img/ddbgh.png);
  }
  .Contact_form .selectCon .industry dd:hover .img {
    -webkit-transform: translate(-10px, -50%);
        -ms-transform: translate(-10px, -50%);
            transform: translate(-10px, -50%);
  }
  .Contact_form .selectCon .hear dd:hover {
    background-color: var(--main-color);
    color: var(--color-white);
    background-image: url(../img/ddbgh.png);
  }
  .Contact_form .selectCon .hear dd:hover .img {
    -webkit-transform: translate(-10px, -50%);
        -ms-transform: translate(-10px, -50%);
            transform: translate(-10px, -50%);
  }
}
@media only screen and (max-width: 1950px) {
  .Contact_form .selectCon .industry dd .img {
    width: 120px;
    background-size: 100%;
  }
  .Contact_form .selectCon .hear dd .img {
    background-size: 50%;
  }
}
@media only screen and (max-width: 1400px) {
  .Contact_form .formBtn {
    width: 100%;
  }
  .Contact_form .selectCon .industry {
    width: 100%;
  }
  .Contact_form .selectCon .industry dd .img {
    width: 120px;
    background-size: 100%;
  }
  .Contact_form .selectCon .industry dd:hover .img {
    -webkit-transform: translate(-5px, -50%);
        -ms-transform: translate(-5px, -50%);
            transform: translate(-5px, -50%);
  }
  .Contact_form .selectCon .industry dd.hover .img {
    -webkit-transform: translate(-5px, -50%);
        -ms-transform: translate(-5px, -50%);
            transform: translate(-5px, -50%);
  }
  .Contact_form .selectCon .from {
    width: 60%;
  }
  .Contact_form .selectCon .from dt {
    height: 100px;
  }
  .Contact_form .selectCon .from dt .img {
    width: auto;
    background-size: auto 100%;
    height: 100%;
  }
  .Contact_form .selectCon .from dt .img img {
    height: 100%;
  }
  .Contact_form .selectCon .information {
    width: 100%;
  }
  .Contact_form .selectCon .information input {
    height: 50px;
  }
  .Contact_form .selectCon .connected {
    width: 100%;
  }
  .Contact_form .selectCon .connected input {
    height: 50px;
  }
  .Contact_form .selectCon .hear {
    width: 100%;
  }
  .Contact_form .selectCon .hear dd .img {
    width: 60px;
    background-size: auto 80%;
  }
  .Contact_form .selectCon .hear dd span {
    text-align: left;
    display: block;
    width: 75%;
  }
  .Contact_form .selectCon .hear dd:hover .img {
    -webkit-transform: translate(-5px, -50%);
        -ms-transform: translate(-5px, -50%);
            transform: translate(-5px, -50%);
  }
  .Contact_form .selectCon .hear dd.hover .img {
    -webkit-transform: translate(-5px, -50%);
        -ms-transform: translate(-5px, -50%);
            transform: translate(-5px, -50%);
  }
  .Contact_form .selectCon .hear dd.dd15 span {
    width: 320px;
  }
  .Contact_form .selectCon .hear dl.other dd span {
    width: 260px;
  }
  .Contact_form .succeed > img {
    width: 9vw;
    max-width: 99px;
  }
}
@media only screen and (max-width: 1230px) {
  .Contact_form .selectCon .industry dd span {
    padding-left: 20px;
  }
  .Contact_form .selectCon .hear dd {
    width: 31.33%;
    margin-right: 3%;
    margin-bottom: 3%;
  }
  .Contact_form .selectCon .hear dd:nth-of-type(4n) {
    margin-right: 3%;
  }
  .Contact_form .selectCon .hear dd:nth-of-type(3n) {
    margin-right: 0px;
  }
  .Contact_form .selectCon .hear dd span {
    padding-left: 20px;
  }
  .Contact_form .selectCon .hear dd.dd17 {
    width: 100%;
    margin-right: 0px;
  }
  .Contact_form .selectCon .hear dd.dd16 {
    width: 100%;
    margin-right: 0px;
  }
  .Contact_form .selectCon .hear dt {
    padding: 10px 20px;
    width: 100%;
    -webkit-box-flex: 1;
        -ms-flex: auto;
            flex: auto;
    height: auto;
  }
}
@media only screen and (max-width: 800px) {
  .Contact_form .priv {
    width: 90%;
  }
}
@media only screen and (max-width: 700px) {
  .Contact_form .container {
    margin-top: 12vw;
  }
  .Contact_form .selectStep {
    width: 300px;
  }
  .Contact_form .selectStep dt.dtL img {
    width: 40px;
  }
  .Contact_form .selectStep dt.dtR {
    right: -35px;
  }
  .Contact_form .selectCon {
    margin-top: 10vw;
  }
  .Contact_form .selectCon .industry dt {
    padding: 20px;
  }
  .Contact_form .selectCon .industry dd {
    width: 49%;
    margin-right: 2%;
    height: 55px;
    background-size: 150px;
  }
  .Contact_form .selectCon .industry dd:nth-of-type(3n) {
    margin-right: 2%;
  }
  .Contact_form .selectCon .industry dd:nth-of-type(2n) {
    margin-right: 0px;
  }
  .Contact_form .selectCon .industry dd .img {
    width: 70px;
  }
  .Contact_form .selectCon .industry dd span {
    padding-left: 10px;
  }
  .Contact_form .selectCon .industry dt textarea {
    padding: 15px;
    margin-top: 15px;
  }
  .Contact_form .selectCon .from {
    width: 100%;
  }
  .Contact_form .selectCon .from dt {
    height: 70px;
  }
  .Contact_form .selectCon .from dd {
    top: 70px;
  }
  .Contact_form .selectCon .from dd .input input {
    height: 45px;
  }
  .Contact_form .selectCon .information {
    width: 100%;
    padding: 20px 20px 30px 20px;
  }
  .Contact_form .selectCon .connected {
    width: 100%;
    padding: 20px 20px 30px 20px;
  }
  .Contact_form .selectCon .hear dd {
    width: 100%;
    margin-right: 0px;
    height: 65px;
    background-size: 150px;
  }
  .Contact_form .selectCon .hear dd:nth-of-type(4n) {
    margin-right: 0px;
  }
  .Contact_form .selectCon .hear dd.dd16 {
    width: 100%;
  }
  .Contact_form .selectCon .hear dd .img {
    background-size: auto 50%;
    width: 45px;
  }
  .Contact_form .selectCon .hear dt input {
    padding: 15px 20px;
  }
  .Contact_form .selectCon .hear dt {
    line-height: normal;
    padding: 20px;
    height: auto;
  }
  .Contact_form .selectCon .hear dt input {
    margin-top: 10px;
  }
  .Contact_form .formBtn {
    margin-top: 8vw;
  }
  .Contact_form .succeed > img {
    width: 15vw;
  }
  .Contact_form .formBtn img {
    width: 15px;
  }
}
.hover_con .hover_img {
  position: relative;
  top: 0px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.hover_con .hover_img img {
  -webkit-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}
.hover_con .hover_img .hover {
  position: absolute;
  left: 0px;
  top: 0px;
  opacity: 0;
}
.hover_con:hover img {
  opacity: 0;
}
.hover_con:hover .hover_img .hover {
  opacity: 1;
}

.a a {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.a span {
  display: block;
  margin-right: 7px;
  -webkit-transition: 0.3s ease-in;
  transition: 0.3s ease-in;
}
.a img {
  -webkit-transform: translate(0px, 0px);
      -ms-transform: translate(0px, 0px);
          transform: translate(0px, 0px);
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.a .hover_img {
  width: 11px;
  height: 11px;
}
.a .hover_img img {
  width: 100%;
}
.a .hover_img svg {
  width: 100%;
  height: 100%;
}
.a .hover_img path {
  fill: var(--color-gray-2);
  -webkit-transition: 0.3s ease-in;
  transition: 0.3s ease-in;
}
.a a:hover span {
  color: var(--main-color);
}
.a a:hover img {
  -webkit-transform: translate(5px, 0px);
      -ms-transform: translate(5px, 0px);
          transform: translate(5px, 0px);
}
.a a:hover path {
  fill: var(--main-color-light);
}

@media only screen and (max-width: 1400px) {
  .a .hover_img {
    width: 9px;
    height: 9px;
    top: 1px;
  }
}
.about .crumb {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: 99;
  top: 110px;
  color: #fff;
}
.about .crumb a {
  color: #fff;
}
.about .banner {
  position: relative;
  height: calc(100vh - 110px);
}
.about .banner .text {
  width: 1000px;
  position: absolute;
  top: 12%;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: 2;
  text-align: center;
}
.about .banner .text h3 {
  line-height: 1.2;
  color: #fff;
}
.about .banner .text .a span {
  color: #fff;
}
.about .banner .text .a img {
  position: relative;
  top: 2px;
}
.about .banner .text .a svg {
  width: 15px;
  height: 15px;
  position: relative;
  top: 1px;
}
.about .banner .text .a path {
  fill: var(--main-color-light);
}
.about .banner:after {
  content: "";
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
}
.about .banner > img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.about .banner > video {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.about .Milestone1 .time {
  position: relative;
}
.about .Milestone1 .time .zheX {
  position: absolute;
  inset: 0;
  overflow: hidden;
}
.about .Milestone1 .time .zheX img {
  width: 100%;
}
.about .Milestone1 .time img {
  width: 100%;
  display: block;
}
.about .Milestone1 .timeT .zheX img {
  clip-path: polygon(0 0, 0 100%, 0 100%, 0 0);
}
.about .Milestone1 .timeB .zheX img {
  clip-path: polygon(100% 0, 100% 100%, 100% 100%, 100% 0);
}
.about .Milestone1 .text {
  position: absolute;
  z-index: 6;
  padding-left: 30px;
  opacity: 0;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.about .Milestone1 .text:after {
  content: "";
  height: 100%;
  width: 3px;
  display: block;
  position: absolute;
  left: 0px;
  top: 15px;
  background: -webkit-gradient(linear, left top, left bottom, from(rgb(0, 25, 115)), to(rgba(0, 25, 115, 0)));
  background: linear-gradient(to bottom, rgb(0, 25, 115), rgba(0, 25, 115, 0));
}
.about .Milestone1 .text:before {
  content: "";
  width: 10px;
  height: 10px;
  background: #fff;
  -webkit-box-shadow: 0 0 15px #3e4c71;
          box-shadow: 0 0 15px #3e4c71;
  display: block;
  position: absolute;
  left: -3px;
  top: 15px;
  border-radius: 100%;
  z-index: 2;
}
.about .Milestone1 .text h3 {
  opacity: 0;
  -webkit-transform: translateY(20px);
      -ms-transform: translateY(20px);
          transform: translateY(20px);
  -webkit-transition: all 0.5s ease-in-out 0.2s;
  transition: all 0.5s ease-in-out 0.2s;
  color: var(--main-color);
  font-weight: 700;
}
.about .Milestone1 .text .p {
  font-size: 18px;
  opacity: 0;
  -webkit-transform: translateY(20px);
      -ms-transform: translateY(20px);
          transform: translateY(20px);
  -webkit-transition: all 0.5s ease-in-out 0.5s;
  transition: all 0.5s ease-in-out 0.5s;
}
.about .Milestone1 .text > span {
  position: absolute;
  left: -3px;
  display: block;
  width: 8px;
  height: 8px;
  background: var(--main-color);
  -webkit-box-shadow: 0 0 10px var(--main-color);
          box-shadow: 0 0 10px var(--main-color);
  border-radius: 100%;
}
.about .Milestone1 .text.active {
  opacity: 1;
}
.about .Milestone1 .text.active h3 {
  opacity: 1;
  -webkit-transform: translateY(0px);
      -ms-transform: translateY(0px);
          transform: translateY(0px);
}
.about .Milestone1 .text.active .p {
  opacity: 1;
  -webkit-transform: translateY(0px);
      -ms-transform: translateY(0px);
          transform: translateY(0px);
}
.about .Milestone1 .text1 {
  left: 13%;
  top: 0%;
  height: 60%;
  width: 300px;
}
.about .Milestone1 .text1 > span {
  top: 45%;
}
.about .Milestone1 .text2 {
  left: 47.5%;
  top: 20%;
  height: 60%;
  width: 350px;
}
.about .Milestone1 .text2 > span {
  top: 69%;
}
.about .Milestone1 .text3 {
  left: 72.6%;
  top: 52%;
  height: 50%;
  width: 300px;
}
.about .Milestone1 .text3 > span {
  top: 69%;
}
.about .Milestone1 .text4 {
  left: 60%;
  top: -10%;
  height: 50%;
  width: 300px;
}
.about .Milestone1 .text4 > span {
  top: 73.5%;
}
.about .Milestone1 .text5 {
  left: 35%;
  top: 10%;
  height: 60%;
  width: 300px;
}
.about .Milestone1 .text5 > span {
  top: 73%;
}
.about .Milestone1 .text6 {
  left: 13%;
  top: 29.3%;
  height: 60%;
  width: 250px;
}
.about .Milestone1 .text6 > span {
  top: 80.5%;
}
.about .vision_number {
  background: url(../img/visionBg.png) no-repeat center top;
  background-size: 100%;
}
.about .vision {
  position: relative;
  overflow: hidden;
}
.about .vision > h3 {
  -webkit-transform: translateY(30px);
      -ms-transform: translateY(30px);
          transform: translateY(30px);
}
.about .vision > .img {
  opacity: 0;
}
.about .vision > .img img {
  width: 100%;
}
.about .vision .text {
  width: 400px;
  position: absolute;
  top: 18%;
  left: 50%;
  z-index: 9;
}
.about .vision .text .title {
  font-size: 64px;
  position: relative;
  display: inline-block;
  -webkit-transform-origin: bottom center;
      -ms-transform-origin: bottom center;
          transform-origin: bottom center;
  -webkit-transform: skew(-70deg, 35deg) scaleY(0.46667) rotate(-12deg);
      -ms-transform: skew(-70deg, 35deg) scaleY(0.46667) rotate(-12deg);
          transform: skew(-70deg, 35deg) scaleY(0.46667) rotate(-12deg);
}
.about .vision .text .title span {
  display: inline-block;
  opacity: 0;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  -webkit-transform: skew(0deg, 0deg);
      -ms-transform: skew(0deg, 0deg);
          transform: skew(0deg, 0deg);
  -webkit-transform-origin: center bottom;
      -ms-transform-origin: center bottom;
          transform-origin: center bottom;
}
.about .vision .text .title::before {
  content: attr(data-text);
  position: absolute;
  left: -15px;
  top: 0;
  color: var(--color-gray-2);
  -webkit-transform-origin: bottom center;
      -ms-transform-origin: bottom center;
          transform-origin: bottom center;
  display: block;
  pointer-events: none;
  z-index: -1;
  opacity: 0.2;
}
.about .vision .text .p {
  font-size: 30px;
  line-height: 1;
  -webkit-transform: skew(-70deg, 35deg) scaleY(0.46667) rotate(-12deg);
      -ms-transform: skew(-70deg, 35deg) scaleY(0.46667) rotate(-12deg);
          transform: skew(-70deg, 35deg) scaleY(0.46667) rotate(-12deg);
  position: absolute;
  right: 70%;
  top: 60%;
  width: 70%;
}
.about .vision .text .p span {
  display: inline-block;
  opacity: 0;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  -webkit-transform: skew(0deg, 0deg);
      -ms-transform: skew(0deg, 0deg);
          transform: skew(0deg, 0deg);
  -webkit-transform-origin: center bottom;
      -ms-transform-origin: center bottom;
          transform-origin: center bottom;
}
.about .vision .text .p::before {
  content: attr(data-text);
  position: absolute;
  left: 0px;
  top: 0;
  color: var(--color-gray-2);
  -webkit-transform-origin: bottom center;
      -ms-transform-origin: bottom center;
          transform-origin: bottom center;
  display: block;
  pointer-events: none;
  z-index: -1;
  opacity: 0.2;
}
.about .vision .text:hover .title span {
  opacity: 1;
  -webkit-transform: skew(45deg, 0deg);
      -ms-transform: skew(45deg, 0deg);
          transform: skew(45deg, 0deg);
}
.about .vision .text:hover .p span {
  opacity: 1;
  -webkit-transform: skew(45deg, 0deg);
      -ms-transform: skew(45deg, 0deg);
          transform: skew(45deg, 0deg);
}
.about .vision .text2 {
  position: absolute;
  top: 36%;
  left: 48%;
}
.about .vision .text2 .title {
  font-size: 90px;
  -webkit-transform: skew(60deg, -30deg) scaleY(0.66667);
      -ms-transform: skew(60deg, -30deg) scaleY(0.66667);
          transform: skew(60deg, -30deg) scaleY(0.66667);
}
.about .vision .text2 .title::before {
  -webkit-transform: skew(0deg, 0deg);
      -ms-transform: skew(0deg, 0deg);
          transform: skew(0deg, 0deg);
  left: 20px;
}
.about .vision .text2 .p {
  width: 100%;
  -webkit-transform: skew(60deg, -30deg) scaleY(0.66667);
      -ms-transform: skew(60deg, -30deg) scaleY(0.66667);
          transform: skew(60deg, -30deg) scaleY(0.66667);
  right: -24%;
  top: 56%;
}
.about .vision .text2 .p::before {
  -webkit-transform: skew(0deg, 0deg);
      -ms-transform: skew(0deg, 0deg);
          transform: skew(0deg, 0deg);
}
.about .vision .text2:hover .title span {
  opacity: 1;
  -webkit-transform: skew(-50deg, 0deg);
      -ms-transform: skew(-50deg, 0deg);
          transform: skew(-50deg, 0deg);
}
.about .vision .text2:hover .p span {
  opacity: 1;
  -webkit-transform: skew(-50deg, 0deg);
      -ms-transform: skew(-50deg, 0deg);
          transform: skew(-50deg, 0deg);
}
.about .vision .text3 {
  position: absolute;
  top: 54%;
  left: 35%;
}
.about .vision .text3 .title {
  font-size: 90px;
  -webkit-transform: skew(-70deg, 35deg) scaleY(0.46667) rotate(-7deg);
      -ms-transform: skew(-70deg, 35deg) scaleY(0.46667) rotate(-7deg);
          transform: skew(-70deg, 35deg) scaleY(0.46667) rotate(-7deg);
}
.about .vision .text3 .title span {
  -webkit-transform: skew(0deg, 0deg);
      -ms-transform: skew(0deg, 0deg);
          transform: skew(0deg, 0deg);
}
.about .vision .text3 .title::before {
  -webkit-transform: skew(0deg, 0deg);
      -ms-transform: skew(0deg, 0deg);
          transform: skew(0deg, 0deg);
  left: 0px;
}
.about .vision .text3 .p {
  -webkit-transform: skew(-70deg, 35deg) scaleY(0.46667) rotate(-7deg);
      -ms-transform: skew(-70deg, 35deg) scaleY(0.46667) rotate(-7deg);
          transform: skew(-70deg, 35deg) scaleY(0.46667) rotate(-7deg);
  right: 50%;
  top: 80%;
}
.about .vision .text3 .p span {
  -webkit-transform: skew(0deg, 0deg);
      -ms-transform: skew(0deg, 0deg);
          transform: skew(0deg, 0deg);
}
.about .vision .text3 .p::before {
  -webkit-transform: skew(0deg, 0deg);
      -ms-transform: skew(0deg, 0deg);
          transform: skew(0deg, 0deg);
  left: 0px;
}
.about .vision .text3:hover .title span {
  opacity: 1;
  -webkit-transform: skew(45deg, 0deg);
      -ms-transform: skew(45deg, 0deg);
          transform: skew(45deg, 0deg);
}
.about .vision .text3:hover .p span {
  opacity: 1;
  -webkit-transform: skew(45deg, 0deg);
      -ms-transform: skew(45deg, 0deg);
          transform: skew(45deg, 0deg);
}
.about .number {
  position: relative;
}
.about .number .left {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 500px;
          flex: 0 0 500px;
  margin-top: 80px;
}
.about .number .left .con {
  margin-top: 80px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
}
.about .number .left .con dl {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
  position: relative;
}
.about .number .left .con dl:after {
  content: "";
  position: absolute;
  left: -25px;
  top: -10px;
  width: 23px;
  height: 23px;
  display: block;
  background: url(../img/jt.png) no-repeat;
}
.about .number .left .con dt {
  margin-bottom: 10px;
}
.about .number .left .con dl:nth-of-type(2n) {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
}
.about .number .right {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 900px;
          flex: 0 0 900px;
}
.about .number .right img {
  width: 100%;
}
.about .number .right .city-tag-icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  top: 50%;
}
.about .number .right .city-card {
  height: 45px;
}
.about .number .right .city-tag-text {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  line-height: 1.2;
}
.about .vision_number .team_edite {
  position: fixed;
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
  overflow: hidden;
  background: rgba(255, 255, 255, 0.8);
  z-index: 9999;
  display: none;
}
.about .vision_number .team_edite .team_lay.show {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-animation: displayN 0.5s forwards;
          animation: displayN 0.5s forwards;
}
.about .vision_number .team_edite .team_lay {
  display: none;
  width: 785px;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  background: #fff;
  -webkit-box-shadow: 0 0 10px #e7e7e7;
          box-shadow: 0 0 10px #e7e7e7;
  padding: 50px;
}
.about .vision_number .team_edite .team_lay .left {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 191px;
          flex: 0 0 191px;
  margin-right: 40px;
  position: relative;
}
.about .vision_number .team_edite .team_lay .right {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.about .vision_number .team_edite .close {
  position: absolute;
  top: -10px;
  right: -10px;
  width: 40px;
  height: 40px;
  cursor: pointer;
  background: #fff;
  border-radius: 100%;
  z-index: 2;
  -webkit-box-shadow: 0 0 10px #e7e7e7;
          box-shadow: 0 0 10px #e7e7e7;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.about .vision_number .team_edite .close:after {
  content: "";
  display: block;
  position: absolute;
  left: 50%;
  top: 50%;
  width: 20px;
  height: 1px;
  background: #777;
  -webkit-transform: translateX(-50%) rotate(45deg);
      -ms-transform: translateX(-50%) rotate(45deg);
          transform: translateX(-50%) rotate(45deg);
}
.about .vision_number .team_edite .close:before {
  content: "";
  display: block;
  position: absolute;
  left: 50%;
  top: 50%;
  width: 20px;
  height: 1px;
  background: #777;
  -webkit-transform: translateX(-50%) rotate(135deg);
      -ms-transform: translateX(-50%) rotate(135deg);
          transform: translateX(-50%) rotate(135deg);
}
.about .vision_number .team_edite .close:hover {
  -webkit-transform: rotate(90deg);
      -ms-transform: rotate(90deg);
          transform: rotate(90deg);
}
.about .vision_number .p p {
  margin-bottom: 8px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding-right: 15px;
}
.about .vision_number .p p a {
  color: var(--color-gray-2);
}
.about .vision_number .p p svg {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 16px;
          flex: 0 0 16px;
  margin-right: 10px;
  position: relative;
  top: 2px;
}
.about .vision_number .p p span {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.about .team .title h3 {
  padding-left: 110px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 500px;
          flex: 0 0 500px;
}
.about .team .title .p {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 970px;
          flex: 0 0 970px;
  padding-right: 100px;
}
.about .team .team_con {
  overflow: hidden;
  max-width: 1920px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}
.about .team .team_con .list {
  gap: 20px;
  margin-bottom: 20px;
}
.about .team .team_con .infoImg {
  cursor: pointer;
}
.about .team .team_con .img {
  width: 190px;
  height: 107px;
  background-color: #dedede;
  position: relative;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 190px;
          flex: 0 0 190px;
  opacity: 0.4;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
.about .team .team_con .img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}
.about .team .team_con .img:hover img {
  -webkit-transform: scale(1.05);
      -ms-transform: scale(1.05);
          transform: scale(1.05);
}
.about .team .team_con .img span {
  display: block;
  width: 100%;
  height: 100%;
  background: #F0F0F0;
  font-weight: 700;
  font-size: 90px;
  line-height: 1;
  color: var(--main-color);
}
.about .team .team_con .img:after {
  content: "";
  display: none;
  width: 0px;
  height: 0px;
  position: absolute;
  top: -10px;
  right: -10px;
  z-index: 2;
  border-bottom: 25px solid transparent;
  border-top: 25px solid #f0f0f0;
  border-left: 25px solid transparent;
  border-right: 25px solid #f0f0f0;
}
.about .team .team_con .img:before {
  content: "";
  display: none;
  width: 0px;
  height: 0px;
  position: absolute;
  bottom: -10px;
  right: -10px;
  z-index: 2;
  border-bottom: 25px solid #f0f0f0;
  border-top: 25px solid transparent;
  border-left: 25px solid transparent;
  border-right: 25px solid #f0f0f0;
}
.about .team .team_con .img.infoImg {
  opacity: 1;
}
.about .team .team_con .img.flash {
  opacity: 1;
}
.about .team .team_con .font {
  width: auto;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  opacity: 1;
}
.about .team .team_con .list:nth-of-type(1) .img:nth-of-type(4):after {
  display: block;
}
.about .team .team_con .list:nth-of-type(2) {
  -webkit-transform: translateX(-90px);
      -ms-transform: translateX(-90px);
          transform: translateX(-90px);
}
.about .team .team_con .list:nth-of-type(2) .img:nth-of-type(5):after {
  display: block;
}
.about .team .team_con .list:nth-of-type(3) .img:nth-of-type(6):after {
  display: block;
}
.about .team .team_con .list:nth-of-type(3) .img:nth-of-type(6):before {
  display: block;
}
.about .team .team_con .list:nth-of-type(4) {
  -webkit-transform: translateX(-140px);
      -ms-transform: translateX(-140px);
          transform: translateX(-140px);
}
.about .team .team_con .list:nth-of-type(4) .img:nth-of-type(6):before {
  display: block;
}
.about .team .team_con .list:nth-of-type(5) {
  -webkit-transform: translateX(20px);
      -ms-transform: translateX(20px);
          transform: translateX(20px);
}
.about .team .team_con .list:nth-of-type(5) .img:nth-of-type(4):before {
  display: block;
}
.about .team .team_con .otherBg {
  background-color: #e2e2e2;
}
.about .team .team_con .team_edite {
  position: absolute;
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
  overflow: hidden;
  background: rgba(255, 255, 255, 0.8);
  z-index: 9999;
  display: none;
}
.about .team .team_con .team_edite .team_lay {
  width: 785px;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  background: #fff;
  -webkit-box-shadow: 0 0 10px #e7e7e7;
          box-shadow: 0 0 10px #e7e7e7;
  padding: 50px;
}
.about .team .team_con .team_edite .team_lay .left {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 191px;
          flex: 0 0 191px;
  margin-right: 40px;
  position: relative;
}
.about .team .team_con .team_edite .team_lay .left:after {
  content: "";
  display: block;
  width: 0px;
  height: 0px;
  position: absolute;
  top: -2px;
  right: -2px;
  z-index: 2;
  border-bottom: 15px solid transparent;
  border-top: 15px solid #fff;
  border-left: 15px solid transparent;
  border-right: 15px solid #fff;
}
.about .team .team_con .team_edite .team_lay .right {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.about .team .team_con .team_edite .close {
  position: absolute;
  top: -10px;
  right: -10px;
  width: 40px;
  height: 40px;
  cursor: pointer;
  background: #fff;
  border-radius: 100%;
  z-index: 2;
  -webkit-box-shadow: 0 0 10px #e7e7e7;
          box-shadow: 0 0 10px #e7e7e7;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.about .team .team_con .team_edite .close:after {
  content: "";
  display: block;
  position: absolute;
  left: 50%;
  top: 50%;
  width: 20px;
  height: 1px;
  background: #777;
  -webkit-transform: translateX(-50%) rotate(45deg);
      -ms-transform: translateX(-50%) rotate(45deg);
          transform: translateX(-50%) rotate(45deg);
}
.about .team .team_con .team_edite .close:before {
  content: "";
  display: block;
  position: absolute;
  left: 50%;
  top: 50%;
  width: 20px;
  height: 1px;
  background: #777;
  -webkit-transform: translateX(-50%) rotate(135deg);
      -ms-transform: translateX(-50%) rotate(135deg);
          transform: translateX(-50%) rotate(135deg);
}
.about .team .team_con .team_edite .close:hover {
  -webkit-transform: rotate(90deg);
      -ms-transform: rotate(90deg);
          transform: rotate(90deg);
}
.about .international {
  background: #f0f0f0;
}
.about .international .title {
  text-align: center;
}
.about .international .title h3 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
}
.about .international .title .p {
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
}
.about .international .img_all {
  width: 1230px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}
.about .international .img_all .img > img {
  width: 100%;
}
.about .international .img_all .xian img {
  width: 100%;
}
.about .international .img_all .positionImg {
  position: absolute;
  left: 0px;
  top: 0px;
  cursor: pointer;
}
.about .international .img_all .positionImg > img {
  width: 100%;
  opacity: 0;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.about .international .img_all .positionImg .text_con {
  position: absolute;
  z-index: 2;
  visibility: hidden;
}
.about .international .img_all .positionImg .text_con .text {
  opacity: 0;
  -webkit-transition: opacity 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out;
  position: absolute;
  background: #fff;
  border-radius: 10px;
  -webkit-box-shadow: 0px 7px 26px 3px rgba(0, 0, 0, 0.07);
          box-shadow: 0px 7px 26px 3px rgba(0, 0, 0, 0.07);
  padding: 20px 20px 30px;
  width: 350px;
}
.about .international .img_all .positionImg .text_con .text h3 {
  background: url(../img/gongC.png) no-repeat left 2px;
  background-size: 20px;
  padding-left: 30px;
}
.about .international .img_all .positionImg .text_con .text .p {
  padding-left: 30px;
}
.about .international .img_all .positionImg .text_con .text .a {
  padding-left: 30px;
}
.about .international .img_all .positionImg .text_con .xian {
  opacity: 0;
  -webkit-transition: opacity 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out;
}
.about .international .img_all .positionImg .text_con a {
  -webkit-transition: none;
  transition: none;
}
.about .international .img_all .positionImg.hover > img {
  opacity: 1;
}
.about .international .img_all .positionImg.hover .text_con {
  visibility: inherit;
}
.about .international .img_all .positionImg.hover .xian {
  opacity: 1;
  -webkit-transition-delay: 0.2s;
          transition-delay: 0.2s;
}
.about .international .img_all .positionImg.hover .text {
  opacity: 1;
  -webkit-transition-delay: 0.4s;
          transition-delay: 0.4s;
}
.about .international .img_all .positionImg.active > img {
  opacity: 1;
}
.about .international .img_all .img1 {
  top: 28.3%;
  left: 57.4%;
  width: 30.4%;
}
.about .international .img_all .img1 .text_con {
  left: 30%;
  bottom: 85%;
  width: 232px;
}
.about .international .img_all .img1 .text_con .text {
  left: 100%;
  top: 0px;
}
.about .international .img_all .img2 {
  top: 0%;
  left: 38.7%;
  width: 24.5%;
}
.about .international .img_all .img2 .text_con {
  right: 70%;
  top: 0%;
  width: 308px;
}
.about .international .img_all .img2 .text_con .text {
  right: 100%;
  top: 0px;
}
.about .international .img_all .img3 {
  top: 31.5%;
  left: 15.1%;
  width: 38%;
}
.about .international .img_all .img3 .text_con {
  right: 65%;
  bottom: 50%;
  width: 180px;
}
.about .international .img_all .img3 .text_con .text {
  right: 100%;
  top: 0px;
}
.about .international .img_all .mo_con .text {
  display: none;
  position: absolute;
  background: #fff;
  border-radius: 10px;
  -webkit-box-shadow: 0px 7px 26px 3px rgba(0, 0, 0, 0.07);
          box-shadow: 0px 7px 26px 3px rgba(0, 0, 0, 0.07);
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 2;
  padding: 20px 20px 30px;
  width: 350px;
}
.about .international .img_all .mo_con .text h3 {
  background: url(../img/jt.png) no-repeat left 2px;
  background-size: 20px;
  padding-left: 30px;
}
.about .international .img_all .mo_con .text .p {
  padding-left: 30px;
}
.about .international .img_all .mo_con .text .a {
  padding-left: 30px;
}
.about .international .img_all .mo_con .close {
  position: absolute;
  top: -10px;
  right: -10px;
  width: 40px;
  height: 40px;
  cursor: pointer;
  background: #fff;
  border-radius: 100%;
  cursor: pointer;
  z-index: 2;
  -webkit-box-shadow: 0 0 10px #e7e7e7;
          box-shadow: 0 0 10px #e7e7e7;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.about .international .img_all .mo_con .close:after {
  content: "";
  display: block;
  position: absolute;
  left: 50%;
  top: 50%;
  width: 20px;
  height: 1px;
  background: #777;
  -webkit-transform: translateX(-50%) rotate(45deg);
      -ms-transform: translateX(-50%) rotate(45deg);
          transform: translateX(-50%) rotate(45deg);
}
.about .international .img_all .mo_con .close:before {
  content: "";
  display: block;
  position: absolute;
  left: 50%;
  top: 50%;
  width: 20px;
  height: 1px;
  background: #777;
  -webkit-transform: translateX(-50%) rotate(135deg);
      -ms-transform: translateX(-50%) rotate(135deg);
          transform: translateX(-50%) rotate(135deg);
}
.about .international .img_all .mo_con .close:hover {
  -webkit-transform: rotate(90deg);
      -ms-transform: rotate(90deg);
          transform: rotate(90deg);
}
.about .international .inter_list > div {
  gap: 40px;
}
.about .international .inter_list .list {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding: 30px 40px 40px 40px;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  border: 3px solid #fff;
  background: -webkit-gradient(linear, left bottom, left top, from(#E0E0E0), to(#EFEFEF));
  background: linear-gradient(0deg, #E0E0E0 0%, #EFEFEF 100%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.about .international .inter_list .list:hover {
  border-color: #ABCD03;
}
.about .international .inter_list .list .list_top {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.about .international .inter_list .list .list_top .icon {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 80px;
          flex: 0 0 80px;
}
.about .international .inter_list .list .list_top img {
  width: 100%;
  height: auto;
}
.about .international .inter_list .list .list_top .p {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
}
.about .international .inter_list .list .hover_img {
  position: relative;
  top: 2px;
}

@media only screen and (max-width: 1200px) {
  .about .crumb {
    top: 60px;
  }
  .about .banner {
    height: calc(70vh - 60px);
  }
}
@media only screen and (max-width: 1100px) {
  .about .banner .text {
    width: 90%;
    top: 20%;
  }
}
@media only screen and (max-width: 768px) {
  .about .banner {
    height: 340px;
  }
  .about .banner h3 br {
    display: none;
  }
  .about .banner > img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
@media only screen and (max-width: 1400px) {
  .about .Milestone1 .text4 {
    width: 260px;
  }
  .about .Milestone1 .text5 {
    width: 260px;
  }
}
@media only screen and (max-width: 1200px) {
  .about .Milestone1 .text .p {
    margin-top: 10px;
    font-size: 14px;
  }
  .about .Milestone1 .text .p br {
    display: none;
  }
  .about .Milestone1 .text1 {
    width: 30%;
  }
  .about .Milestone1 .text2 {
    width: 20%;
  }
  .about .Milestone1 .text3 {
    width: 20%;
  }
  .about .Milestone1 .text4 {
    width: 20%;
  }
  .about .Milestone1 .text5 {
    width: 20%;
  }
  .about .Milestone1 .text6 {
    width: 20%;
  }
}
@media only screen and (max-width: 1000px) {
  .about .Milestone1 .time img {
    width: 140%;
    -webkit-transform: translateX(-13%);
        -ms-transform: translateX(-13%);
            transform: translateX(-13%);
  }
  .about .Milestone1 .time .zheX {
    width: 140%;
    z-index: 2;
  }
  .about .Milestone1 .text1 {
    left: 0px;
  }
  .about .Milestone1 .text2 {
    width: 35%;
    left: 35%;
  }
  .about .Milestone1 .text2 > span {
    top: 53%;
  }
  .about .Milestone1 .text3 {
    width: 30%;
    top: 44%;
  }
  .about .Milestone1 .text4 {
    width: 30%;
    left: 70%;
    top: -14%;
  }
  .about .Milestone1 .text5 {
    width: 28%;
    top: 3%;
    left: 39%;
  }
  .about .Milestone1 .text6 {
    width: 30%;
    left: 3%;
    top: 26.3%;
  }
}
.about .Milestone1 .img {
  display: none;
}

@media only screen and (max-width: 768px) {
  .about .Milestone1 {
    padding-bottom: 15vw;
    width: 100%;
    overflow: hidden;
  }
  .about .Milestone1 .miles_con {
    position: relative;
    z-index: 2;
    margin-top: 8vw;
    width: 90%;
    margin-left: auto;
    margin-right: auto;
  }
  .about .Milestone1 .text {
    position: relative;
    width: 100% !important;
    padding-bottom: 10vw;
    left: 0px;
    height: auto;
  }
  .about .Milestone1 .text:before {
    top: 12px;
    left: 8px;
  }
  .about .Milestone1 .text:after {
    left: 11px;
  }
  .about .Milestone1 .text {
    opacity: 1 !important;
  }
  .about .Milestone1 .text h3 {
    opacity: 1 !important;
    -webkit-transform: translateY(0px) !important;
        -ms-transform: translateY(0px) !important;
            transform: translateY(0px) !important;
  }
  .about .Milestone1 .text .p {
    opacity: 1 !important;
    -webkit-transform: translateY(0px) !important;
        -ms-transform: translateY(0px) !important;
            transform: translateY(0px) !important;
  }
  .about .Milestone1 .zheX {
    display: none;
  }
  .about .Milestone1 .text > span {
    display: none;
  }
  .about .Milestone1 .time img {
    display: none;
  }
  .about .Milestone1 {
    position: relative;
  }
  .about .Milestone1 .img {
    display: block;
    position: absolute;
    top: 0px;
    left: 0px;
    opacity: 0.1;
    width: 100vw;
    overflow: hidden;
  }
  .about .Milestone1 .img img {
    width: 280%;
    -webkit-transform: translate(-50%, 0%);
        -ms-transform: translate(-50%, 0%);
            transform: translate(-50%, 0%);
  }
}
@media only screen and (max-width: 1700px) {
  .about .vision .text .title {
    font-size: 58px;
  }
  .about .vision .text2 {
    top: 38%;
  }
  .about .vision .text2 .title {
    font-size: 80px;
  }
  .about .vision .text2 .p {
    right: -13%;
    top: 45%;
  }
  .about .vision .text3 {
    top: 58%;
    left: 34%;
  }
  .about .vision .text3 .title {
    font-size: 80px;
  }
}
@media only screen and (max-width: 1400px) {
  .about .vision .text .title {
    font-size: 48px;
  }
  .about .vision .text2 {
    top: 40%;
    left: 52%;
  }
  .about .vision .text2 .title {
    font-size: 70px;
  }
  .about .vision .text3 {
    top: 55%;
    left: 34%;
  }
  .about .vision .text3 .title {
    font-size: 70px;
  }
}
@media only screen and (max-width: 1300px) {
  .about .vision .text2 .title {
    font-size: 60px;
  }
  .about .vision .text2 .p {
    right: -14%;
    top: 20%;
  }
  .about .vision .text3 {
    top: 52%;
    left: 34%;
  }
  .about .vision .text3 .title {
    font-size: 60px;
  }
  .about .vision .text3 .p {
    right: 30%;
    top: 110%;
    width: 100%;
  }
}
@media only screen and (max-width: 1200px) {
  .about .vision .text .p {
    font-size: 24px;
  }
  .about .vision .text2 {
    top: 45%;
    left: 53%;
  }
  .about .vision .text2 .title {
    font-size: 50px;
  }
  .about .vision .text2 .p {
    top: 0px;
    width: 80%;
    right: 0px;
  }
  .about .vision .text3 {
    top: 63%;
    left: 37%;
  }
  .about .vision .text3 .title {
    font-size: 50px;
  }
  .about .vision .text3 .p {
    width: 86%;
    right: 60%;
    top: 50%;
  }
}
@media only screen and (max-width: 1000px) {
  .about .vision .text2 {
    top: 48%;
    left: 56%;
  }
  .about .vision .text3 {
    top: 63%;
    left: 37%;
  }
  .about .vision > .img img {
    height: 500px;
  }
  .about .vision_number {
    background-size: 120%;
  }
  .about .vision .text {
    top: 25%;
  }
  .about .vision .text .title {
    font-size: 30px;
  }
  .about .vision .text .p {
    font-size: 18px;
    width: 50%;
    top: 100%;
  }
  .about .vision .text .title span {
    opacity: 1;
    -webkit-transform: skew(45deg, 0deg);
        -ms-transform: skew(45deg, 0deg);
            transform: skew(45deg, 0deg);
  }
  .about .vision .text .p span {
    opacity: 1;
    -webkit-transform: skew(45deg, 0deg);
        -ms-transform: skew(45deg, 0deg);
            transform: skew(45deg, 0deg);
  }
  .about .vision .text .title::before {
    left: -6px;
  }
  .about .vision .text2 {
    top: 53%;
    left: 55%;
  }
  .about .vision .text2 .title span {
    opacity: 1;
    -webkit-transform: skew(-50deg, 0deg);
        -ms-transform: skew(-50deg, 0deg);
            transform: skew(-50deg, 0deg);
  }
  .about .vision .text2 .p {
    width: 60%;
    top: 20%;
    right: 32%;
  }
  .about .vision .text2 .p span {
    opacity: 1;
    -webkit-transform: skew(-50deg, 0deg);
        -ms-transform: skew(-50deg, 0deg);
            transform: skew(-50deg, 0deg);
  }
  .about .vision .text3 {
    top: 55%;
    left: 28%;
  }
  .about .vision .text3 .title::before {
    left: -10px;
  }
  .about .vision .text3 .p {
    top: 190%;
    width: 50%;
    left: -12%;
  }
  .about .vision .text3 .p::before {
    -webkit-transform: skew(20deg, 0deg);
        -ms-transform: skew(20deg, 0deg);
            transform: skew(20deg, 0deg);
  }
}
@media only screen and (max-width: 768px) {
  .about .vision_number {
    width: 100%;
    overflow: hidden;
    background-size: 160%;
    padding-bottom: 10vw;
  }
  .about .vision > .img {
    height: 860px;
  }
  .about .vision .text {
    width: 380px;
  }
  .about .vision .text .p {
    width: 50%;
  }
  .about .vision .text .title span {
    opacity: 1;
    -webkit-transform: skew(45deg, 0deg);
        -ms-transform: skew(45deg, 0deg);
            transform: skew(45deg, 0deg);
  }
  .about .vision .text .p span {
    opacity: 1;
    -webkit-transform: skew(45deg, 0deg);
        -ms-transform: skew(45deg, 0deg);
            transform: skew(45deg, 0deg);
  }
  .about .vision .text2 {
    top: 43%;
    left: 3%;
  }
  .about .vision .text2 .title span {
    opacity: 1;
    -webkit-transform: skew(-50deg, 0deg);
        -ms-transform: skew(-50deg, 0deg);
            transform: skew(-50deg, 0deg);
  }
  .about .vision .text2 .p {
    width: 70%;
    top: 50%;
    right: 20%;
  }
  .about .vision .text2 .p span {
    opacity: 1;
    -webkit-transform: skew(-50deg, 0deg);
        -ms-transform: skew(-50deg, 0deg);
            transform: skew(-50deg, 0deg);
  }
  .about .vision .text3 {
    top: 67%;
    left: 33%;
  }
  .about .vision .text3 .title::before {
    left: -10px;
  }
  .about .vision .text3 .p {
    top: 190%;
    width: 80%;
    left: -4%;
  }
  .about .vision .text3 .p::before {
    -webkit-transform: skew(20deg, 0deg);
        -ms-transform: skew(20deg, 0deg);
            transform: skew(20deg, 0deg);
  }
}
@media only screen and (max-width: 1700px) {
  .about .number .left {
    margin-top: 4vw;
    padding-left: 6vw;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 40%;
            flex: 0 0 40%;
  }
  .about .number .left .con {
    margin-top: 4vw;
  }
  .about .number .right {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
  }
  .about .number .left .con dl:after {
    width: 18px;
    height: 18px;
    background-size: 100%;
  }
}
@media only screen and (max-width: 1400px) {
  .about .number .left {
    padding-left: 3vw;
  }
  .about .number .right {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 45%;
            flex: 0 0 45%;
  }
  .about .number .left .con dl {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 47%;
            flex: 0 0 47%;
  }
  .about .number .left .con dl:nth-of-type(2n) {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 47%;
            flex: 0 0 47%;
  }
}
@media only screen and (max-width: 1200px) {
  .about .number .left {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
  .about .number .left .con dl {
    margin: 15px 0;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
  }
  .about .number .left .con dt {
    line-height: 0.8;
  }
  .about .number .left .con dl:after {
    width: 13px;
    height: 13px;
    left: -13px;
    top: -13px;
  }
  .about .number .right {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 40%;
            flex: 0 0 40%;
    width: 500px;
    height: 500px;
  }
  .about .vision_number .team_edite .team_lay {
    width: 80%;
    padding: 3vw;
  }
}
@media only screen and (max-width: 1000px) {
  .about .number .left {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
  }
}
@media only screen and (max-width: 768px) {
  .about .number {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
  }
  .about .number .left {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    padding-left: 0px;
    margin-top: 3vw;
  }
  .about .number .right {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    width: 100vw;
    height: 100vw;
  }
  .about .number .left .con {
    margin-top: 13vw;
  }
  .about .number .left .con dl {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 45%;
            flex: 0 0 45%;
  }
  .about .number .left .con dl:nth-of-type(2n) {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 45%;
            flex: 0 0 45%;
  }
  .about .number .left .con dl:after {
    left: 0px;
    top: -10px;
    width: 10px;
    height: 10px;
  }
  .about .vision_number .team_edite .team_lay {
    padding: 5vw;
  }
  .about .vision_number .team_edite .team_lay .left {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    margin-right: 0px;
    margin-bottom: 5vw;
  }
  .about .vision_number .team_edite .team_lay .right .a {
    margin-top: 5vw;
  }
}
@media only screen and (max-width: 1700px) {
  .about .team .title h3 {
    padding-left: 6vw;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 40%;
            flex: 0 0 40%;
  }
  .about .team .title .p {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    padding-right: 0px;
  }
  .about .team .team_con .img {
    height: 6vw;
  }
  .about .team .team_con .img span {
    font-size: 4vw;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
@media only screen and (max-width: 1400px) {
  .about .team {
    margin-top: 5vw;
  }
  .about .team .team_con .list {
    -webkit-transform: translateX(-10vw);
        -ms-transform: translateX(-10vw);
            transform: translateX(-10vw);
  }
  .about .team .team_con .list:nth-of-type(2) {
    -webkit-transform: translateX(-8vw);
        -ms-transform: translateX(-8vw);
            transform: translateX(-8vw);
  }
  .about .team .team_con .list:nth-of-type(4) {
    -webkit-transform: translateX(-30vw);
        -ms-transform: translateX(-30vw);
            transform: translateX(-30vw);
  }
  .about .team .team_con .list:nth-of-type(5) {
    -webkit-transform: translateX(-8vw);
        -ms-transform: translateX(-8vw);
            transform: translateX(-8vw);
  }
  .about .team .team_con .img {
    height: 8vw;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
  }
}
@media only screen and (max-width: 1200px) {
  .about .team .team_con .list {
    -webkit-transform: translateX(-22vw);
        -ms-transform: translateX(-22vw);
            transform: translateX(-22vw);
  }
  .about .team .team_con .list:nth-of-type(2) {
    -webkit-transform: translateX(-20vw);
        -ms-transform: translateX(-20vw);
            transform: translateX(-20vw);
  }
  .about .team .team_con .list:nth-of-type(4) {
    -webkit-transform: translateX(-42vw);
        -ms-transform: translateX(-42vw);
            transform: translateX(-42vw);
  }
  .about .team .team_con .list:nth-of-type(5) {
    -webkit-transform: translateX(-20vw);
        -ms-transform: translateX(-20vw);
            transform: translateX(-20vw);
  }
  .about .team .team_con .img {
    height: 9vw;
  }
  .about .team .title .p br {
    display: none;
  }
}
@media only screen and (max-width: 1000px) {
  .about .team .title h3 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
  }
  .about .team .team_con .team_edite .team_lay {
    width: 80%;
    padding: 3vw;
  }
  .about .team .team_con .img {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 16vw;
            flex: 0 0 16vw;
  }
  .about .team .team_con .img span {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
@media only screen and (max-width: 768px) {
  .about .team {
    margin-top: 0vw;
  }
  .about .team .title h3 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    padding-left: 0px;
    margin-bottom: 5vw;
    line-height: 1.1;
  }
  .about .team .title .p {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
  }
  .about .team .team_con .list {
    margin-bottom: 10px;
    gap: 10px;
  }
  .about .team .team_con .img {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 20vw;
            flex: 0 0 20vw;
    height: 16vw;
  }
  .about .team .team_con .img:after {
    border-bottom: 17px solid transparent;
    border-top: 17px solid #f0f0f0;
    border-left: 17px solid transparent;
    border-right: 17px solid #f0f0f0;
  }
  .about .team .team_con .img:before {
    border-bottom: 17px solid #f0f0f0;
    border-top: 17px solid transparent;
    border-left: 17px solid transparent;
    border-right: 17px solid #f0f0f0;
  }
  .about .team .team_con .list {
    -webkit-transform: translateX(-38vw);
        -ms-transform: translateX(-38vw);
            transform: translateX(-38vw);
  }
  .about .team .team_con .list:nth-of-type(2) {
    -webkit-transform: translateX(-36vw);
        -ms-transform: translateX(-36vw);
            transform: translateX(-36vw);
  }
  .about .team .team_con .list:nth-of-type(4) {
    -webkit-transform: translateX(-58vw);
        -ms-transform: translateX(-58vw);
            transform: translateX(-58vw);
  }
  .about .team .team_con .list:nth-of-type(5) {
    -webkit-transform: translateX(-36vw);
        -ms-transform: translateX(-36vw);
            transform: translateX(-36vw);
  }
  .about .team .team_con .team_edite .team_lay {
    padding: 5vw;
  }
  .about .team .team_con .team_edite .team_lay .left {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    margin-right: 0px;
    margin-bottom: 5vw;
  }
  .about .team .team_con .team_edite .team_lay .right .a {
    margin-top: 5vw;
  }
}
@media only screen and (max-width: 1600px) {
  .about .international .img_all .img1 .text_con {
    width: 10vw;
    left: 20%;
    bottom: 70%;
  }
  .about .international .img_all .img2 .text_con {
    width: 7vw;
    top: 30%;
  }
  .about .international .img_all .img3 .text_con {
    width: 10vw;
    right: 30%;
  }
}
@media only screen and (max-width: 1300px) {
  .about .international .img_all {
    width: 90%;
  }
  .about .international .img_all .img1 .text_con {
    width: 7vw;
    left: 20%;
    bottom: 60%;
  }
}
@media only screen and (max-width: 1200px) {
  .about .international .img_all .positionImg .text_con .text {
    display: none;
  }
  .about .international .img_all .positionImg .text_con .xian {
    display: none;
  }
}
@media only screen and (max-width: 1000px) {
  .about .international .inter_list .list {
    padding: 3vw;
  }
  .about .international .inter_list .list .icon img {
    width: 40px;
  }
  .about .international .inter_list > div {
    gap: 20px;
  }
  .about .international .inter_list .list .list_top .p br {
    display: none;
  }
}
@media only screen and (max-width: 768px) {
  .about .international .inter_list .list {
    padding: 8vw 5vw;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
  }
  .about .international .img_all .mo_con .text h3 {
    background-size: 20px;
  }
}
.newsEvents {
  overflow: hidden;
}
.newsEvents .news_tab li {
  width: 220px;
}
.newsEvents .news_tab li a {
  padding-bottom: 20px;
  display: block;
  text-align: center;
  width: 100%;
  border-bottom: 3px solid var(--color-gray-2);
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.newsEvents .news_tab a:hover {
  color: var(--main-color);
  border-color: var(--main-color);
}
.newsEvents .news_tab .active a {
  color: var(--main-color);
  border-color: var(--main-color);
}
.newsEvents .news_top .left {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.newsEvents .news_top .img_tab {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 80px;
          flex: 0 0 80px;
  margin-right: 40px;
  height: 100%;
}
.newsEvents .news_top .img_tab .img {
  margin-bottom: 10px;
  height: 0px;
  border: 1px solid var(--main-color);
  width: 100%;
  opacity: 0.3;
}
.newsEvents .news_top .img_tab .img:first-child {
  height: 45px;
}
.newsEvents .news_top .img_tab .img.active {
  opacity: 1;
}
.newsEvents .news_top .img_tab img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.newsEvents .news_top .img_chage {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  overflow: hidden;
  height: 450px;
  position: relative;
}
.newsEvents .news_top .img_chage .imglist {
  position: absolute;
  left: 30%;
  top: 30%;
  width: 100%;
  height: 100%;
  -webkit-transform-origin: right bottom;
      -ms-transform-origin: right bottom;
          transform-origin: right bottom;
  -webkit-transform: scale(0.3);
      -ms-transform: scale(0.3);
          transform: scale(0.3);
  overflow: hidden;
}
.newsEvents .news_top .img_chage .imglist:first-child {
  -webkit-transform-origin: left top;
      -ms-transform-origin: left top;
          transform-origin: left top;
  -webkit-transform: scale(1);
      -ms-transform: scale(1);
          transform: scale(1);
  top: 0px;
  left: 0px;
}
.newsEvents .news_top .img_chage img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.newsEvents .news_top .img_chage .imglist:hover img {
  -webkit-transform: scale(1.05);
      -ms-transform: scale(1.05);
          transform: scale(1.05);
}
.newsEvents .news_top .right {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 600px;
          flex: 0 0 600px;
  margin-left: 90px;
  position: relative;
}
.newsEvents .news_top .right .a a:hover span {
  color: var(--main-color-light);
}
.newsEvents .news_top .right h3 a:hover {
  color: var(--main-color-light);
}
.newsEvents .news_top .text_list {
  position: absolute;
  height: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  opacity: 0;
  pointer-events: none;
}
.newsEvents .news_top .text_list .top {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.newsEvents .news_top .text_list .p {
  max-height: 4.5em;
  line-height: 1.5;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  text-overflow: ellipsis;
}
.newsEvents .news_top .text_list h3 {
  max-height: 2.6em;
  line-height: 1.3;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  text-overflow: ellipsis;
}
.newsEvents .news_top .text_list .a .hover_img {
  position: relative;
  top: 2px;
}
.newsEvents .news_top .text_list .a path {
  fill: var(--main-color);
}
.newsEvents .news_top .text_list .a a:hover path {
  fill: var(--main-color-light);
}
.newsEvents .news_top .text_list:first-child {
  opacity: 1;
  pointer-events: auto;
}
.newsEvents .news_top .text_list.active {
  pointer-events: auto;
  opacity: 1;
}
.newsEvents .news_select {
  position: relative;
  z-index: 2;
}
.newsEvents .news_select dl {
  border: 2px solid var(--main-color);
  border-radius: 7px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}
.newsEvents .news_select dt {
  position: relative;
  width: 170px;
  height: 47px;
  cursor: pointer;
  background: var(--main-color);
  color: #fff;
}
.newsEvents .news_select dt:after {
  content: "";
  width: 0px;
  height: 0px;
  position: absolute;
  top: -1px;
  right: -50px;
  z-index: 2;
  border-bottom: 25px solid transparent;
  border-top: 25px solid transparent;
  border-left: 25px solid var(--main-color);
  border-right: 25px solid transparent;
}
.newsEvents .news_select dd {
  width: 170px;
  height: 47px;
}
.newsEvents .news_select ul {
  position: absolute;
  left: 0px;
  top: 49px;
  display: none;
  width: 100%;
  text-align: center;
  background-color: #E4E4E4;
}
.newsEvents .news_select li {
  padding: 7px 0;
  cursor: pointer;
  color: var(--main-color);
}
.newsEvents .news_select li.all {
  display: none;
}
.newsEvents .news_select li:hover {
  background: #D8D8D8;
}
.newsEvents .news_select dt.hover ul {
  display: block;
  -webkit-animation: displayN 0.5s forwards;
          animation: displayN 0.5s forwards;
}
.newsEvents .news_lists .list {
  position: relative;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.newsEvents .news_lists .list .list_con {
  border-bottom: 1px solid #dadada;
  padding: 50px 0;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  position: relative;
}
.newsEvents .news_lists .list .time {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100px;
          flex: 0 0 100px;
  margin-right: 110px;
}
.newsEvents .news_lists .list .con {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.newsEvents .news_lists .list .img {
  margin-right: 110px;
  overflow: hidden;
  max-width: 241px;
  position: relative;
  z-index: 2;
}
.newsEvents .news_lists .list .img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.newsEvents .news_lists .list .img:hover img {
  -webkit-transform: scale(1.05);
      -ms-transform: scale(1.05);
          transform: scale(1.05);
}
.newsEvents .news_lists .list .p {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: relative;
  z-index: 2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.newsEvents .news_lists .list .p h3 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
}
.newsEvents .news_lists .list .p h3 a {
  max-height: 3em;
  line-height: 1.5;
  padding-right: 50px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  text-overflow: ellipsis;
}
.newsEvents .news_lists .list .p h3 a:hover {
  color: var(--main-color-light);
}
.newsEvents .news_lists .list .p .tip a {
  margin-right: 20px;
  position: relative;
  display: inline-block;
  padding-bottom: 7px;
}
.newsEvents .news_lists .list .p .tip a:after {
  content: "";
  display: block;
  height: 2px;
  background: var(--main-color-light);
  position: absolute;
  left: 0px;
  bottom: 0px;
  width: 0%;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.newsEvents .news_lists .list .p .tip a:hover {
  color: #fff;
}
.newsEvents .news_lists .list .p .tip a:hover:after {
  width: 100%;
}
.newsEvents .news_lists .list .bg {
  position: absolute;
  right: 0px;
  top: 0px;
  opacity: 0;
  -webkit-transform: translateX(-40px);
      -ms-transform: translateX(-40px);
          transform: translateX(-40px);
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  height: 100%;
  z-index: 0;
}
.newsEvents .news_lists .list .bg img {
  height: 100%;
}
.newsEvents .news_lists .list .a {
  position: absolute;
  top: 50%;
  right: 0px;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  width: 13px;
  height: 13px;
}
.newsEvents .news_lists .list .a svg {
  width: 100%;
  height: 100%;
}
.newsEvents .news_lists .list .a path {
  fill: var(--color-gray-2);
}
.newsEvents .news_lists .list:first-child .list_con {
  border-top: 1px solid #dadada;
}
.newsEvents .news_lists .list:hover {
  background: var(--main-color);
}
.newsEvents .news_lists .list:hover .list_con {
  border-color: var(--main-color);
}
.newsEvents .news_lists .list:hover h3 a {
  color: #fff;
}
.newsEvents .news_lists .list:hover .time span {
  color: #f3f3f3;
}
.newsEvents .news_lists .list:hover .time p {
  color: #f3f3f3;
}
.newsEvents .news_lists .list:hover .bg {
  opacity: 1;
  -webkit-transform: translateX(0);
      -ms-transform: translateX(0);
          transform: translateX(0);
}
.newsEvents .news_lists .list:hover .a {
  opacity: 0;
}

.news_page .laypage_main {
  font-size: 22px;
  color: var(--color-gray-2);
}
.news_page .laypage_main a {
  font-size: 22px;
  color: var(--color-gray-2);
  margin: 0 10px;
  display: inline-block;
  padding: 5px;
  border-bottom: 2px solid transparent;
  border: 0px;
  height: auto;
  width: auto;
  line-height: normal;
  background-color: transparent;
}
.news_page .laypage_main a:hover {
  color: var(--main-color);
  border-color: var(--main-color);
}
.news_page .laypage_main span {
  height: auto;
  font-size: 22px;
  color: var(--main-color);
  border-color: var(--main-color);
  line-height: normal;
  margin: 0 10px;
  padding: 5px;
  border: 0px;
  background-color: transparent;
}
.news_page .laypage_main .prev {
  padding-left: 25px;
  background: url(../img/grayJL.png) no-repeat left center;
}
.news_page .laypage_main .prev:hover {
  background-image: url(../img/grayJL3.png);
}
.news_page .laypage_main .next {
  padding-right: 25px;
  background: url(../img/grayJ.png) no-repeat right center;
}
.news_page .laypage_main .next:hover {
  background-image: url(../img/grayJ3.png);
}
.news_page .laypage_main .laypage_prev {
  padding-left: 25px;
  background: url(../img/grayJL.png) no-repeat left center;
}
.news_page .laypage_main .laypage_prev:hover {
  background-image: url(../img/grayJL3.png);
}
.news_page .laypage_main .laypage_next {
  padding-right: 25px;
  background: url(../img/grayJ.png) no-repeat right center;
}
.news_page .laypage_main .laypage_next:hover {
  background-image: url(../img/grayJ3.png);
}
.news_page .laypage_main .home {
  margin-right: 70px;
}
.news_page .laypage_main .last {
  margin-left: 70px;
}

.black_page .news_page .laypage_main a:hover {
  color: var(--main-color-light);
  border-color: var(--main-color-light);
}
.black_page .news_page .laypage_main .laypage_next:hover {
  background-image: url(../img/grayJ2.png);
}
.black_page .news_page .laypage_main .laypage_prev:hover {
  background-image: url(../img/grayJL2.png);
}
.black_page .news_page .laypage_main span {
  color: var(--main-color-light);
}

@media only screen and (max-width: 1700px) {
  .newsEvents .news_top .img_chage {
    height: 28vw;
  }
  .newsEvents .news_top .right {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 30vw;
            flex: 0 0 30vw;
    margin-left: 4.5vw;
  }
  .newsEvents .news_select dt {
    width: 140px;
    height: 38px;
  }
  .newsEvents .news_select dd {
    width: 140px;
    height: 38px;
  }
  .newsEvents .news_select dt:after {
    border-width: 19px;
    right: -38px;
  }
  .newsEvents .news_select ul {
    top: 40px;
  }
  .newsEvents .news_lists .list .list_con {
    padding: 3vw 0;
  }
  .newsEvents .news_lists .list .time {
    margin-right: 6vw;
  }
  .newsEvents .news_lists .list .img {
    margin-right: 6vw;
  }
}
@media only screen and (max-width: 1300px) {
  .newsEvents .news_tab li {
    width: 140px;
  }
  .newsEvents .news_top .img_chage {
    height: 24vw;
  }
  .newsEvents .news_top .right {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 35vw;
            flex: 0 0 35vw;
  }
}
@media only screen and (max-width: 1200px) {
  .newsEvents .news_top .text_list {
    -webkit-box-orient: unset;
    -webkit-box-direction: unset;
        -ms-flex-direction: unset;
            flex-direction: unset;
  }
  .newsEvents .news_top .text_list .top .time p {
    font-size: 14px;
    margin-right: 10px;
  }
  .newsEvents .news_top .text_list .top .time span {
    font-size: 16px;
  }
  .newsEvents .news_top .text_list .top .time {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
  .newsEvents .news_top .text_list .top .time p:after {
    content: ",";
  }
  .newsEvents .news_top .text_list .top {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
  }
  .newsEvents .news_top .text_list .a {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
  }
  .news_page a {
    font-size: 16px;
  }
}
@media only screen and (max-width: 1100px) {
  .newsEvents .news_top .right {
    height: 30vw;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    margin-top: 5vw;
    margin-left: 0px;
  }
  .newsEvents .news_top .img_chage {
    height: 32vw;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 70%;
            flex: 0 0 70%;
  }
  .newsEvents .news_lists .list .img {
    width: 22vw;
  }
}
@media only screen and (max-width: 768px) {
  .newsEvents .news_top .left {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 90vw;
            flex: 0 0 90vw;
  }
  .newsEvents .news_tab li {
    width: 100px;
  }
  .newsEvents .news_tab li a {
    padding-bottom: 3vw;
  }
  .newsEvents .news_top .img_tab {
    display: none;
  }
  .newsEvents .news_top .img_chage {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    width: 100%;
    height: 52vw;
  }
  .newsEvents .news_top .right {
    height: 45vw;
  }
  .newsEvents .news_lists .list .list_con {
    padding: 8vw 0;
  }
  .newsEvents .news_lists .list .img {
    width: 60vw;
    position: relative;
    z-index: 2;
  }
  .newsEvents .news_lists .list .time {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    margin-right: 0px;
  }
  .newsEvents .news_lists .list .time p {
    font-size: 14px;
    margin-right: 10px;
  }
  .newsEvents .news_lists .list .time p:after {
    content: ",";
  }
  .newsEvents .news_lists .list .time span {
    font-size: 16px;
  }
  .newsEvents .news_lists .list .con {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    margin-top: 4vw;
    position: relative;
    z-index: 2;
  }
  .newsEvents .news_lists .list .p {
    margin-top: 5vw;
    position: relative;
    z-index: 2;
  }
  .newsEvents .news_lists .list .p h3 {
    margin-bottom: 5vw;
  }
  .newsEvents .news_lists .list:hover .bg {
    opacity: 0.3;
  }
  .news_page a {
    margin: 0 5px;
    padding: 3px;
  }
  .news_page a.last {
    display: none;
  }
  .news_page a.home {
    display: none;
  }
}
@media only screen and (max-width: 450px) {
  .newsEvents .news_top .right {
    height: 55vw;
  }
}
.label_tab li {
  margin-right: 40px;
}
.label_tab li a {
  color: #0688d4;
  border-bottom: 2px solid transparent;
  padding-bottom: 3px;
}
.label_tab li a:hover {
  border-color: var(--main-color-light);
}
.label_tab li.hover a {
  border-color: var(--main-color-light);
}

.label_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 40px;
}

.label_list .con_list {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 calc((100% - 80px) / 3);
          flex: 0 0 calc((100% - 80px) / 3);
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  border: 1px solid #D8D8D8;
  border-radius: 8px;
  overflow: hidden;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.label_list .con_list .img {
  position: relative;
  color: #fff;
  overflow: hidden;
  height: 260px;
}

.label_list .con_list .img img {
  width: 100%;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  display: block;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.label_list .con_list .text {
  padding: 30px 30px 0px;
}

.label_list .con_list .text h3 {
  line-height: 1.2;
}

.label_list .con_list .text h3 a:hover {
  color: var(--main-color-light);
}

.label_list .con_list .text .p {
  color: #0688d4;
  overflow: hidden;
}

.label_list .con_list .text .time {
  margin-bottom: 10px;
  color: #666;
}

.label_list .con_list a:hover {
  color: var(--main-color);
}

.label_list .list_top {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.label_list .list_bottom {
  padding: 0px 30px 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.label_list .con_list:hover .img img {
  -webkit-transform: scale(1.05);
      -ms-transform: scale(1.05);
          transform: scale(1.05);
}

.label_list .con_list:hover {
  border-color: var(--main-color);
}

@media screen and (max-width: 1600px) {
  .label_list .con_list .text {
    padding: 2vw 2vw 0vw;
  }
  .label_list .con_list .img {
    height: 14vw;
  }
  .label_list .list_bottom {
    padding: 0vw 2vw 2vw;
  }
}
@media screen and (max-width: 1200px) {
  .label_list {
    gap: 20px;
  }
  .label_list .con_list {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 calc((100% - 40px) / 3);
            flex: 0 0 calc((100% - 40px) / 3);
  }
  .label_list .con_list .img {
    height: 16vw;
  }
}
@media screen and (max-width: 767px) {
  .label_list {
    gap: 0;
  }
  .label_list .con_list {
    margin-right: 0px;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    margin-bottom: 5vw;
  }
  .label_list .con_list .text {
    padding: 5vw 5vw 0vw;
  }
  .label_list .con_list .img {
    height: auto;
  }
  .label_list .list_bottom {
    padding: 0vw 5vw 5vw;
  }
}
.NDetail_Con {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.NDetail_Con .title {
  border-bottom: 1px solid var(--color-gray-3);
}
.NDetail_Con .title li {
  margin-right: 20px;
}
.NDetail_Con .title li a {
  color: #0688d4;
  border-bottom: 2px solid transparent;
  padding-bottom: 3px;
}
.NDetail_Con .title li a:hover {
  border-color: var(--main-color-light);
}
.NDetail_Con .title li.hover a {
  border-color: var(--main-color-light);
}
.NDetail_Con .Detail {
  border-bottom: 1px solid var(--color-gray-3);
}
.NDetail_Con .Detail h3 {
  color: var(--main-color-light);
  margin-bottom: 10px;
  margin-top: 30px;
  font-size: 2rem;
  line-height: 1.2;
}
.NDetail_Con .Detail p {
  margin-bottom: 10px;
  font-size: 16px;
  line-height: 1.8;
}
.NDetail_Con .Detail h4 {
  color: #626262;
  margin-bottom: 5px;
  margin-top: 20px;
  font-size: 1.5rem;
  line-height: 1.4;
}
.NDetail_Con .Detail li {
  position: relative;
  padding-left: 20px;
  margin-bottom: 7px;
}
.NDetail_Con .Detail li:after {
  content: "";
  display: block;
  position: absolute;
  left: 0px;
  top: 8px;
  width: 10px;
  height: 10px;
  border-radius: 100%;
  background: var(--color-gray-2);
}
.NDetail_Con .Detail strong {
  color: var(--main-color-light);
}
.NDetail_Con .Detail p video {
  width: 100% !important;
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
  height: auto !important;
  display: block;
}
.NDetail_Con .prevNext p {
  background: url(../img/grayJ2.png) no-repeat left 3px;
  padding-left: 25px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
  margin-bottom: 10px;
}
.NDetail_Con .prevNext p a:hover {
  color: var(--main-color);
}
.NDetail_Con .prevNext p.prev {
  background-image: url(../img/grayJL2.png);
}
.NDetail_Con .detail_other_btn {
  display: block;
  width: 420px;
  height: 90px;
  margin-left: auto;
  margin-right: auto;
}
.NDetail_Con .detail_other_btn a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #fff;
  border: 1px solid #c6c6c6;
  border-radius: 5px;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.NDetail_Con .detail_other_btn path {
  fill: var(--main-color-light);
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.NDetail_Con .detail_other_btn svg {
  margin-left: 10px;
}
.NDetail_Con .detail_other_btn a:hover {
  background: var(--main-color-light);
  color: #fff;
  color: #fff;
  border-color: var(--main-color-light);
}
.NDetail_Con .detail_other_btn a:hover span {
  color: #fff;
}
.NDetail_Con .detail_other_btn a:hover path {
  fill: #fff;
}
.NDetail_Con .zhtz a {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}
.NDetail_Con .zhtz a:hover span {
  color: var(--main-color-light);
}
.NDetail_Con .zhtz a:hover path {
  fill: var(--main-color-light);
}
.NDetail_Con .zhtz svg {
  padding-left: 10px;
  width: 26px;
  height: 26px;
}

.newsContent .news_top {
  border-bottom: 1px solid #ccc;
}
.newsContent .news_top .right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.newsContent .news_top .text_list {
  height: auto;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
  width: 100%;
}
.newsContent .news_top .text_list .a .hover_img {
  top: 1px;
}
.newsContent .news_top .text_list .a path {
  fill: var(--main-color-light);
}
.newsContent .news_top .ad_time {
  max-width: 450px;
}
.newsContent .news_top .ad {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  background: url(../img/ad.jpg) no-repeat;
  padding-left: 35px;
  background-size: 20px;
}
.newsContent .news_top .time {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  background: url(../img/time.jpg) no-repeat;
  padding-left: 35px;
  background-size: 20px;
}
.newsContent .top_right {
  border-bottom: 1px solid var(--color-gray-3);
}
.newsContent .detail_left {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 55px;
          flex: 0 0 55px;
  margin-right: 50px;
}
.newsContent .detail_left .right a {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 10px;
  border-radius: 20px;
  overflow: hidden;
  width: 66px;
  height: 66px;
  border: 1px solid #e0e0e0;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.newsContent .detail_left .right a svg {
  width: 36px;
  height: 36px;
}
.newsContent .detail_left .right a path {
  fill: var(--color-gray-2);
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.newsContent .detail_left .right a:hover {
  background-color: var(--main-color);
}
.newsContent .detail_left .right a:hover path {
  fill: var(--color-lightGray);
}
.newsContent .detail_right {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 355px;
          flex: 0 0 355px;
  margin-left: 160px;
}
.newsContent .detail_right h3 {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.newsContent .detail_right h3 a {
  font-size: 12px;
  padding-right: 10px;
  background: url(../img/grayJ2.png) no-repeat right center;
  background-size: 8px;
}
.newsContent .detail_right .PopularA {
  border-bottom: 1px solid var(--color-gray-3);
}
.newsContent .detail_right .PopularT {
  border-bottom: 1px solid var(--color-gray-3);
}
.newsContent .detail_right dt {
  border-radius: 8px;
  overflow: hidden;
  margin-bottom: 25px;
}
.newsContent .detail_right dd p {
  margin-top: 15px;
}
.newsContent .detail_right dd a {
  color: var(--color-gray-2);
}
.newsContent .detail_right dd a:hover {
  color: var(--main-color);
}
.newsContent .detail_right img {
  width: 100%;
}
.newsContent .detail_right li {
  margin-right: 20px;
  margin-bottom: 15px;
}
.newsContent .detail_right li a {
  color: #0688d4;
  border-bottom: 2px solid transparent;
  padding-bottom: 3px;
}
.newsContent .detail_right li a:hover {
  border-color: var(--main-color-light);
}
.newsContent .fixediv {
  position: sticky;
  top: 80px;
  height: -webkit-min-content;
  height: -moz-min-content;
  height: min-content;
}

@media screen and (max-width: 1700px) {
  .newsContent .detail_left {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 45px;
            flex: 0 0 45px;
    margin-right: 2vw;
  }
  .newsContent .detail_right {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 20vw;
            flex: 0 0 20vw;
    margin-left: 6vw;
  }
  .newsContent .detail_left .right a {
    width: 45px;
    height: 45px;
    border-radius: 10px;
  }
  .newsContent .detail_left .right a svg {
    width: 28px;
    height: 28px;
  }
}
@media screen and (max-width: 768px) {
  .newsContent .detail_left {
    display: none;
  }
  .newsContent .top_right {
    display: none;
  }
  .newsContent .detail_right {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    margin-top: 8vw;
    margin-left: 0px;
  }
  .NDetail_Con .title .time {
    margin-top: 5vw;
  }
  .newsEvents .news_top .text_list .top .ad {
    background-size: 20px;
  }
  .newsEvents .news_top .text_list .top .time {
    background-size: 20px;
  }
  .newsContent .news_top .ad {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
  .NDetail_Con .detail_other_btn {
    width: 60%;
    height: 70px;
  }
  .NDetail_Con .detail_other_btn svg {
    width: 14px;
    height: 14px;
  }
  .NDetail_Con .zhtz svg {
    width: 20px;
    height: 20px;
  }
}
@font-face {
  font-family: "MyCustomFont";
  src: url("rr_basic04.TTF") format("truetype");
  font-weight: normal;
  font-style: normal;
  font-display: swap; /* 优化字体加载显示 */
}
.noPage {
  margin-top: 0px !important;
  position: relative;
  height: calc(100vh - 0px);
  overflow: hidden;
  background: #020302;
}
.noPage .other_china1 {
  position: absolute;
  top: 30px;
  left: 10%;
  z-index: 2;
  height: auto;
  border: 2px solid #ABCD03;
  border-radius: 50px;
  border-color: var(--main-color-light);
  color: #fff;
  padding: 5px;
  padding-right: 18px;
}
.noPage .other_china1 a {
  color: #999;
  font-size: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.noPage .other_china1 a img {
  margin-right: 10px;
}
.noPage .other_china1:hover a {
  color: #fff;
}
.noPage .other_china1:hover {
  background: #000000;
}
.noPage video {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.noPage .con {
  width: 100%;
  text-align: center;
  position: absolute;
  left: 0%;
  bottom: 7%;
  z-index: 2;
}
.noPage .con .text {
  text-align: center;
  width: 383px;
  margin-left: auto;
  margin-right: auto;
}
.noPage .con .text img {
  max-width: 100%;
}
.noPage .con .text1 {
  width: 250px;
}
.noPage .con .text2 {
  width: 383px;
}
.noPage .time {
  margin: 20px 0 20px;
}
.noPage .time .flipdown {
  margin-left: auto;
  margin-right: auto;
}
.noPage .backA {
  margin-top: 20px;
}
.noPage .backA a {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  width: 140px;
  height: 45px;
  border: 1px solid #ABCD03;
  color: #ABCD03;
  border-radius: 5px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.noPage .backA a:hover {
  background-color: #ABCD03;
  color: #fff;
}
.noPage .flipdown.flipdown__theme-dark .rotor-group-heading:before {
  color: #ABCD03;
}
.noPage .flipdown.flipdown__theme-dark .rotor,
.noPage .flipdown.flipdown__theme-dark .rotor-top,
.noPage .flipdown.flipdown__theme-dark .rotor-leaf-front {
  color: #ABCD03;
}
.noPage .flipdown.flipdown__theme-dark .rotor-bottom,
.noPage .flipdown.flipdown__theme-dark .rotor-leaf-rear {
  color: #ABCD03;
}
.noPage .flipdown.flipdown__theme-dark .rotor-leaf-front {
  border: 1px solid #ABCD03;
}
.noPage .flipdown.flipdown__theme-dark .rotor-leaf-rear {
  border: 1px solid #ABCD03;
  border-top: 0px;
}
.noPage .flipdown.flipdown__theme-dark .rotor-top {
  border: 1px solid #ABCD03;
  border-bottom: 0px;
}
.noPage .flipdown.flipdown__theme-dark .rotor-bottom {
  border: 1px solid #ABCD03;
  border-top: 0px;
}
.noPage .flipdown .rotor-group:nth-child(n+2):nth-child(-n+3):before {
  display: none;
}
.noPage .flipdown .rotor-group:nth-child(n+2):nth-child(-n+3):after {
  display: none;
}

.flipdown .rotor {
  font-size: 56px;
  font-family: "MyCustomFont", serif;
  height: 68px;
}

.flipdown .rotor-leaf {
  text-indent: 7px;
  height: 68px;
}

.flipdown .rotor-top {
  text-indent: 7px;
  line-height: 1;
  height: 34px;
  padding-top: 8px;
}

.flipdown .rotor-bottom {
  text-indent: 7px;
  height: 34px;
  padding-top: 4px;
}

.flipdown .rotor:after {
  height: 33px;
}

.flipdown .rotor-leaf-front {
  text-indent: 7px;
  line-height: 1;
  height: 34px;
  padding-top: 8px;
  border-bottom: 0px !important;
}

.flipdown .rotor-leaf-rear {
  text-indent: 7px;
  height: 34px;
  padding-top: 4px;
}

@media screen and (max-width: 1500px) {
  .noPage .con .text1 {
    width: 190px;
  }
  .noPage .con .text2 {
    width: 270px;
  }
  .noPage .time {
    margin: 20px 0 20px;
  }
}
@media screen and (max-width: 1000px) {
  .noPage {
    height: 70vh;
  }
}
@media screen and (max-width: 600px) {
  .noPage .other_china1 {
    top: 20px;
    left: 10%;
  }
  .noPage .other_china1 a {
    font-size: 16px;
  }
  .noPage .other_china1 a img {
    width: 28px;
  }
  .noPage {
    height: 100vh;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .noPage video {
    height: 50vh;
    position: relative;
    top: -10%;
  }
  .noPage .time {
    margin: 10px 0 10px;
  }
  .noPage .backA a {
    width: 120px;
    height: 40px;
  }
  .noPage .con {
    bottom: 20%;
  }
  .flipdown {
    width: 100%;
    height: 90px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .flipdown .rotor-group {
    padding-right: 15px;
  }
  .flipdown .rotor {
    width: 40px;
    height: 54px;
    font-size: 38px;
  }
  .flipdown .rotor-leaf {
    text-indent: 3px;
    height: 54px;
    width: 40px;
  }
  .flipdown .rotor-top {
    text-indent: 3px;
    line-height: 1;
    height: 30px;
    padding-top: 9px;
    width: 40px;
  }
  .flipdown .rotor-bottom {
    text-indent: 3px;
    height: 30px;
    padding-top: 5px;
    width: 40px;
  }
  .flipdown .rotor:after {
    height: 26px;
    width: 40px;
  }
  .flipdown .rotor-leaf-front {
    text-indent: 3px;
    line-height: 1;
    height: 30px;
    padding-top: 9px;
    border-bottom: 0px !important;
    width: 40px;
  }
  .flipdown .rotor-leaf-rear {
    text-indent: 3px;
    height: 30px;
    padding-top: 5px;
    width: 40px;
  }
}
.privacy {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 5vw;
}
.privacy .title {
  text-align: center;
  margin-bottom: 30px;
}
.privacy dt {
  margin-bottom: 10px;
  font-weight: 700;
  font-size: 16px;
}
.privacy p {
  line-height: 1.5;
  margin-bottom: 20px;
  font-size: 16px;
}
.privacy div {
  line-height: 1.5;
  margin-bottom: 20px;
  font-size: 16px;
}
.privacy h1 {
  font-weight: 700;
}
.privacy h2 {
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 30px;
  margin-top: 30px;
}
.privacy .p2 {
  padding-left: 20px;
}
.privacy h3 {
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 20px;
  margin-top: 20px;
  padding-left: 20px;
}
.privacy .p3 {
  padding-left: 40px;
}
.privacy h4 {
  font-size: 16px;
  font-weight: 700;
  margin-bottom: 10px;
  margin-top: 10px;
  padding-left: 40px;
}
.privacy .p4 {
  padding-left: 60px;
}
.privacy dl {
  margin-bottom: 15px;
  margin-top: 15px;
}
.privacy dd {
  margin-bottom: 10px;
  font-size: 16px;
  padding-left: 20px;
}
.privacy ul {
  margin-top: 15px;
  margin-bottom: 15px;
}
.privacy li {
  margin-bottom: 10px;
  font-size: 16px;
}
.privacy table {
  margin-bottom: 20px;
}
.privacy tr td:first-child {
  width: 160px;
}
.privacy td {
  padding: 10px;
  border: 1px solid #ccc;
}
.privacy th {
  padding: 10px;
  border: 1px solid #ccc;
  background: #f5f5f5;
}
.privacy thead td {
  font-weight: 700;
}
.privacy a {
  color: #646464;
  text-decoration: underline;
  display: inline-block;
  margin-right: 10px;
}
.privacy a:hover {
  color: var(--main-color);
}
.privacy .p_f {
  text-align: right;
  margin-top: 5vw;
}

@media screen and (max-width: 1200px) {
  .privacy {
    max-width: 90%;
  }
}
@media screen and (max-width: 768px) {
  .privacy .table {
    width: 100%;
    overflow-x: auto;
  }
  .privacy .table table {
    width: 1000px;
  }
  .privacy h3 {
    padding-left: 10px;
  }
  .privacy h4 {
    padding-left: 20px;
  }
  .privacy .p2 {
    padding-left: 10px;
  }
  .privacy .p3 {
    padding-left: 20px;
  }
  .privacy .p4 {
    padding-left: 30px;
  }
}
.solu_footer .footer {
  margin-top: 0px;
}

.top_title {
  padding: 0 20px;
}
.top_title h3 {
  position: relative;
  text-align: center;
  line-height: 1.2;
  color: var(--main-color);
}
.top_title .p {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 500px;
          flex: 0 0 500px;
  margin-top: 1vw;
  text-align: center;
  color: var(--color-gray-2);
  font-weight: 200;
}

.left_title {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.left_title h3 {
  position: relative;
  line-height: 0.8;
}
.left_title .p {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 500px;
          flex: 0 0 500px;
  color: var(--color-gray-2);
  font-weight: 200;
}

@media screen and (max-width: 1000px) {
  .left_title h3 {
    line-height: 1;
  }
  .left_title .p {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    margin-top: 3vw;
  }
  .top_title .p br {
    display: none;
  }
}
@media screen and (max-width: 600px) {
  .top_title {
    width: 94%;
    margin-left: auto;
    margin-right: auto;
  }
  .top_title .p {
    margin-top: 3vw;
  }
}
.crumb_banner .crumb {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: 99;
  top: 110px;
}
.crumb_banner .banner {
  position: relative;
  height: 100vh;
}
.crumb_banner .banner .text {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
      -ms-transform: translateX(-50%) translateY(-50%);
          transform: translateX(-50%) translateY(-50%);
  z-index: 2;
}
.crumb_banner .banner .text h3 {
  max-width: 450px;
  position: relative;
  line-height: 1.2;
  color: transparent;
  background: radial-gradient(circle at 30% 20%, var(--main-color-light), #ffffff 50%);
  -webkit-background-clip: text;
  background-clip: text;
}
.crumb_banner .banner .text .a img {
  position: relative;
  top: 2px;
}
.crumb_banner .banner .text .a svg {
  width: 13px;
  height: 13px;
  position: relative;
  top: 2px;
}
.crumb_banner .banner .text .a path {
  fill: var(--main-color-light);
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.crumb_banner .banner .text .a a:hover path {
  fill: var(--main-color-light);
}
.crumb_banner .banner .text .a span {
  color: var(--main-color-light);
}
.crumb_banner .banner .text .p {
  color: var(--color-gray-2);
}
.crumb_banner .banner > img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.crumb_banner .banner > video {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

@media only screen and (max-width: 1200px) {
  .crumb_banner .crumb {
    top: 60px;
  }
}
@media screen and (max-width: 768px) {
  .mt80 {
    margin-top: 12vw;
  }
  .crumb_banner .banner {
    height: 440px;
    padding-top: 60px;
  }
  .crumb_banner .banner h3 br {
    display: none;
  }
  .crumb_banner .banner > img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .crumb_banner .banner > video {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
.video_con {
  position: fixed;
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
  overflow: hidden;
  background: rgba(0, 0, 0, 0.8);
  display: none;
  z-index: 9999;
}

.video_con .vid_dom {
  width: 70%;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.video_con img {
  width: 100%;
}

.video_con .vid_dom video {
  width: 100%;
}

.video_con .close {
  position: absolute;
  top: 10px;
  right: 10px;
  width: 40px;
  height: 40px;
  cursor: pointer;
  background: #000;
  border-radius: 100%;
  cursor: pointer;
  z-index: 2;
}

.video_con .close:after {
  content: "";
  display: block;
  position: absolute;
  left: 50%;
  top: 50%;
  width: 20px;
  height: 1px;
  background: #fff;
  -webkit-transform: translateX(-50%) rotate(45deg);
      -ms-transform: translateX(-50%) rotate(45deg);
          transform: translateX(-50%) rotate(45deg);
}

.video_con .close:before {
  content: "";
  display: block;
  position: absolute;
  left: 50%;
  top: 50%;
  width: 20px;
  height: 1px;
  background: #fff;
  -webkit-transform: translateX(-50%) rotate(135deg);
      -ms-transform: translateX(-50%) rotate(135deg);
          transform: translateX(-50%) rotate(135deg);
}

@media screen and (max-width: 768px) {
  .video_con .vid_dom {
    width: 90%;
  }
  .video_con .close {
    top: 0px;
    right: 0px;
  }
}
@property --bg-x {
  syntax: "<number>";
  inherits: true;
  initial-value: 0;
}
@property --bg-y {
  syntax: "<number>";
  inherits: true;
  initial-value: 0;
}
:root {
  --animation-speed: 6s;
  --hue-speed: 1;
  --highlight-alpha: 0.85;
  --rotage:80px;
  --card-radius:8px;
}

@-webkit-keyframes rotate-bg {
  0% {
    --bg-x: 50;
    --bg-y: 0;
  }
  20% {
    --bg-x: 100;
    --bg-y: 0;
  }
  40% {
    --bg-x: 100;
    --bg-y: 100;
  }
  60% {
    --bg-x: 0;
    --bg-y: 100;
  }
  80% {
    --bg-x: 0;
    --bg-y: 0;
  }
  100% {
    --bg-x: 50;
    --bg-y: 0;
  }
}

@keyframes rotate-bg {
  0% {
    --bg-x: 50;
    --bg-y: 0;
  }
  20% {
    --bg-x: 100;
    --bg-y: 0;
  }
  40% {
    --bg-x: 100;
    --bg-y: 100;
  }
  60% {
    --bg-x: 0;
    --bg-y: 100;
  }
  80% {
    --bg-x: 0;
    --bg-y: 0;
  }
  100% {
    --bg-x: 50;
    --bg-y: 0;
  }
}
@-webkit-keyframes hue-animation {
  0% {
    -webkit-filter: brightness(1);
            filter: brightness(1);
  }
  50% {
    -webkit-filter: brightness(2);
            filter: brightness(2);
  }
  100% {
    -webkit-filter: brightness(1);
            filter: brightness(1);
  }
}
@keyframes hue-animation {
  0% {
    -webkit-filter: brightness(1);
            filter: brightness(1);
  }
  50% {
    -webkit-filter: brightness(2);
            filter: brightness(2);
  }
  100% {
    -webkit-filter: brightness(1);
            filter: brightness(1);
  }
}
.list_tab {
  position: relative;
  top: -60px;
  z-index: 9;
}
.list_tab ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 1500px;
  margin-right: auto;
  margin-left: auto;
}
.list_tab li {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  height: 170px;
  position: relative;
  color: #414143;
  background: #353728;
  clip-path: polygon(0 0, calc(100% - var(--rotage)) 0, 100% 50%, calc(100% - var(--rotage)) 100%, 0 100%, var(--rotage) 50%);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  text-align: center;
  overflow: hidden;
}
.list_tab li span {
  display: inline-block;
  -webkit-transform: translateX(25%);
      -ms-transform: translateX(25%);
          transform: translateX(25%);
}
.list_tab li.active span {
  -webkit-transform: translateX(0%);
      -ms-transform: translateX(0%);
          transform: translateX(0%);
}
.list_tab li:not(:first-child) {
  margin-left: calc((var(--rotage) - 20px) * -1);
}
.list_tab li:first-child {
  clip-path: polygon(0 0, calc(100% - var(--rotage)) 0, 100% 50%, calc(100% - var(--rotage)) 100%, 0 100%, 0px 0%);
  border-radius: 8px;
}
.list_tab li:first-child::after {
  left: 2px;
}
.list_tab li:last-child {
  clip-path: polygon(0 0, 100% 0, 100% 100%, calc(100% - var(--rotage)) 100%, 0 100%, var(--rotage) 50%);
  border-radius: 8px;
}
.list_tab li:last-child::after {
  right: 2px;
}
.list_tab li::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 0;
  clip-path: inherit;
  background: #435001 radial-gradient(30% 30% at calc(var(--bg-x, 0) * 1%) calc(var(--bg-y, 0) * 1%), #8eaa03 0%, #8eaa03 20%, transparent 100%);
  opacity: 0;
  -webkit-transition: opacity 0.4s ease;
  transition: opacity 0.4s ease;
}
.list_tab li::after {
  content: "";
  position: absolute;
  inset: 0;
  clip-path: inherit;
  background: #111;
  background-size: 200% 200%;
  -webkit-filter: blur(0px);
          filter: blur(0px);
  opacity: 1;
  z-index: 5;
  -webkit-transition: opacity 0.4s ease;
  transition: opacity 0.4s ease;
  top: 2px;
  right: 2px;
  bottom: 2px;
  left: 5px;
}
.list_tab li > div {
  position: relative;
  z-index: 10;
  color: #525255;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-transition: color 0.3s ease;
  transition: color 0.3s ease;
  overflow: hidden;
  clip-path: inherit;
  top: 2px;
  width: calc(100% - 3px);
  height: calc(100% - 4px);
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.list_tab li > div a {
  color: #525255;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.list_tab li > div::before {
  content: "";
  position: absolute;
  left: -50%;
  top: -50%;
  width: 200%;
  height: 100%;
  z-index: 6;
  pointer-events: none;
  background: radial-gradient(circle at 50% 50%, rgba(142, 170, 3, var(--highlight-alpha, 0.85)) 0%, rgba(142, 170, 3, 0.4) 25%, rgba(142, 170, 3, 0.12) 40%, rgba(142, 170, 3, 0.03) 60%, rgba(142, 170, 3, 0) 100%);
  mix-blend-mode: screen;
  -webkit-filter: blur(40px);
          filter: blur(40px);
  opacity: 0.2;
  -webkit-transition: opacity 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out;
}
.list_tab li:first-child > div span {
  -webkit-transform: translateX(0);
      -ms-transform: translateX(0);
          transform: translateX(0);
}
.list_tab li:hover {
  background: #a3c400;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 500px;
          flex: 0 0 500px;
}
.list_tab li:hover::before {
  opacity: 1;
  -webkit-animation: rotate-bg var(--animation-speed, 6s) linear infinite, hue-animation calc(var(--animation-speed, 6s) * 2) linear infinite;
          animation: rotate-bg var(--animation-speed, 6s) linear infinite, hue-animation calc(var(--animation-speed, 6s) * 2) linear infinite;
}
.list_tab li:hover > div {
  color: #abcd03;
}
.list_tab li:hover > div::before {
  opacity: 1;
}
.list_tab li.active {
  background: #a3c400;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 500px;
          flex: 0 0 500px;
}
.list_tab li.active::before {
  opacity: 1;
  -webkit-animation: rotate-bg var(--animation-speed, 6s) linear infinite, hue-animation calc(var(--animation-speed, 6s) * 2) linear infinite;
          animation: rotate-bg var(--animation-speed, 6s) linear infinite, hue-animation calc(var(--animation-speed, 6s) * 2) linear infinite;
}
.list_tab li.active > div {
  color: #abcd03;
}
.list_tab li.active > div a {
  color: #abcd03;
}
.list_tab li.active > div::before {
  opacity: 1;
}

@media screen and (max-width: 1700px) {
  .list_tab ul {
    width: 100%;
  }
  .list_tab li {
    height: 140px;
  }
}
@media screen and (max-width: 1500px) {
  .list_tab li.active {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 400px;
            flex: 0 0 400px;
  }
}
@media screen and (max-width: 1200px) {
  .list_tab li {
    clip-path: none;
    height: 10vw;
    border-radius: 8px;
  }
  .list_tab li:not(:first-child) {
    margin-left: 20px;
  }
  .list_tab li.active {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
  .list_tab li::before {
    border-radius: 8px;
  }
  .list_tab li::after {
    border-radius: 8px;
    left: 2px;
  }
  .list_tab li:first-child {
    clip-path: none;
  }
  .list_tab li:last-child {
    clip-path: none;
  }
  .list_tab li > div {
    width: 100%;
  }
  .list_tab li span {
    -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
            transform: translateX(0);
    padding: 0 10px;
  }
}
@media screen and (max-width: 768px) {
  .list_tab li > div {
    top: 0px;
  }
  .list_tab li {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 48.5%;
            flex: 0 0 48.5%;
    height: auto;
    padding: 20px;
    margin-right: 3%;
    margin-left: 0px !important;
    margin-bottom: 20px;
  }
  .list_tab li.active {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 48.5%;
            flex: 0 0 48.5%;
  }
  .list_tab li:nth-of-type(2n) {
    margin-right: 0px;
  }
  .list_tab li span {
    color: #999;
  }
}
.solutions_con .capabilities .left_title h3 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
  line-height: 1;
  background: radial-gradient(circle at -30% 20%, var(--main-color-light), #ffffff 50%);
  color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
  margin-bottom: 15px;
}
.solutions_con .capabilities .left_title h3 br {
  display: none;
}
.solutions_con .capabilities .left_title .p {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
}
.solutions_con .capabilities .left_title .p br {
  display: none;
}
.solutions_con .capabilities .con {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.solutions_con .capabilities .con .left {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 550px;
          flex: 0 0 550px;
  position: relative;
}
.solutions_con .capabilities .con .left:after {
  content: "";
  width: 20vw;
  height: 20vw;
  background: var(--main-color-light);
  -webkit-filter: blur(200px);
          filter: blur(200px);
  border-radius: 100%;
  position: absolute;
  left: 0px;
  top: 0px;
  z-index: -1;
  opacity: 0.3;
}
.solutions_con .capabilities .con .left dl {
  padding: 20px 0;
  position: relative;
  overflow: hidden;
  padding-left: 50px;
}
.solutions_con .capabilities .con .left dl:before {
  content: "";
  display: block;
  width: 3px;
  height: 100%;
  background: rgba(171, 205, 3, 0.3);
  position: absolute;
  left: 0px;
  top: 0px;
}
.solutions_con .capabilities .con .left span.nav_indicator {
  position: absolute;
  left: 0px;
  top: 0px;
  height: 100px;
  width: 3px;
  display: block;
  background: var(--main-color-light);
  -webkit-transition: top 0.5s cubic-bezier(0.25, 1, 0.5, 1);
  transition: top 0.5s cubic-bezier(0.25, 1, 0.5, 1);
}
.solutions_con .capabilities .con .left dl.active dt {
  opacity: 1;
}
.solutions_con .capabilities .con .left dl.active dd {
  opacity: 1;
}
.solutions_con .capabilities .con .left dt {
  color: var(--main-color-light);
  opacity: 0.2;
  -webkit-transition: opacity 0.4s cubic-bezier(0.25, 1, 0.5, 1);
  transition: opacity 0.4s cubic-bezier(0.25, 1, 0.5, 1);
  line-height: 1;
}
.solutions_con .capabilities .con .left dd {
  color: var(--color-gray-2);
  margin-top: 15px;
  opacity: 0.4;
  -webkit-transition: opacity 0.4s cubic-bezier(0.25, 1, 0.5, 1);
  transition: opacity 0.4s cubic-bezier(0.25, 1, 0.5, 1);
}
.solutions_con .capabilities .con .left dd p {
  margin-bottom: 7px;
}
.solutions_con .capabilities .con .left p.slog {
  font-weight: 700;
  font-style: italic;
  line-height: 1.2;
  margin-bottom: 15px;
}
.solutions_con .capabilities .con .right {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 837px;
          flex: 0 0 837px;
  margin-right: 50px;
  position: relative;
  text-align: center;
}
.solutions_con .capabilities .con .right > img {
  opacity: 0;
  width: 100%;
}
.solutions_con .capabilities .con .right .img {
  opacity: 0;
  -webkit-transition: opacity 0.5s cubic-bezier(0.25, 1, 0.5, 1);
  transition: opacity 0.5s cubic-bezier(0.25, 1, 0.5, 1);
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
}
.solutions_con .capabilities .con .right .img.active {
  opacity: 1;
  z-index: 2;
}
.solutions_con .capabilities .con .right .img img {
  width: 100%;
}
.solutions_con .safety {
  position: relative;
}
.solutions_con .safety .top_title {
  position: absolute;
  top: 5%;
  z-index: 3;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 90%;
}
.solutions_con .safety .top_title h3 {
  background: radial-gradient(circle at 60% -100%, var(--main-color-light), #ffffff 25%);
  color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
}
.solutions_con .safety .safety_bg {
  background: url(../img/bg1.jpg) no-repeat center center;
}
.solutions_con .safety .safety_con {
  position: relative;
  max-width: 1920px;
  margin: 0 auto;
}
.solutions_con .safety .safety_con > img {
  width: 100%;
  opacity: 0;
}
.solutions_con .safety .safety_con .baiChe {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  z-index: 2;
  height: 100%;
}
.solutions_con .safety .safety_con .baiChe img {
  width: 100%;
  position: absolute;
  left: 0px;
  top: 0px;
}
.solutions_con .safety .safety_con ul {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
}
.solutions_con .safety .safety_con li {
  position: absolute;
  z-index: 3;
  opacity: 0;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  -webkit-transform: scale(0.8);
      -ms-transform: scale(0.8);
          transform: scale(0.8);
}
.solutions_con .safety .safety_con li:after {
  content: "";
  display: block;
  z-index: 1;
  position: absolute;
  left: 0%;
  top: 0px;
  width: 100%;
  height: 100%;
  background: var(--main-color-light);
  border-radius: 100%;
  -webkit-filter: blur(100px);
          filter: blur(100px);
}
.solutions_con .safety .safety_con li img {
  width: 100%;
  position: relative;
  z-index: 5;
}
.solutions_con .safety .safety_con li:nth-of-type(1) {
  left: 2.5%;
  top: 38%;
  max-width: 488px;
  max-height: 260px;
  width: 25.5%;
}
.solutions_con .safety .safety_con li:nth-of-type(2) {
  left: 23%;
  top: 49%;
  max-width: 291px;
  max-height: 162px;
  width: 15.5%;
}
.solutions_con .safety .safety_con li:nth-of-type(3) {
  left: 32%;
  top: 36%;
  max-width: 366px;
  max-height: 311px;
  width: 19.2%;
}
.solutions_con .safety .safety_con li:nth-of-type(4) {
  left: 49%;
  top: 37%;
  max-width: 340px;
  max-height: 309px;
  width: 17.8%;
}
.solutions_con .safety .safety_con li:nth-of-type(5) {
  left: 62%;
  top: 43%;
  max-width: 337px;
  max-height: 231px;
  width: 17.6%;
}
.solutions_con .safety .safety_con li:nth-of-type(6) {
  left: 74%;
  top: 41%;
  max-width: 389px;
  max-height: 225px;
  width: 20.4%;
}
.solutions_con .safety .safety_con li.active {
  opacity: 1;
  z-index: 8;
}
.solutions_con .safety .safety_con li.active:nth-of-type(1) {
  -webkit-transform: scale(1) translateX(-40px);
      -ms-transform: scale(1) translateX(-40px);
          transform: scale(1) translateX(-40px);
}
.solutions_con .safety .safety_con li.active:nth-of-type(2) {
  -webkit-transform: scale(1) translateX(-40px);
      -ms-transform: scale(1) translateX(-40px);
          transform: scale(1) translateX(-40px);
}
.solutions_con .safety .safety_con li.active:nth-of-type(3) {
  -webkit-transform: scale(1) translateX(-40px);
      -ms-transform: scale(1) translateX(-40px);
          transform: scale(1) translateX(-40px);
}
.solutions_con .safety .safety_con li.active:nth-of-type(4) {
  -webkit-transform: scale(1) translateX(40px);
      -ms-transform: scale(1) translateX(40px);
          transform: scale(1) translateX(40px);
}
.solutions_con .safety .safety_con li.active:nth-of-type(5) {
  -webkit-transform: scale(1) translateX(40px);
      -ms-transform: scale(1) translateX(40px);
          transform: scale(1) translateX(40px);
}
.solutions_con .safety .safety_con li.active:nth-of-type(6) {
  -webkit-transform: scale(1) translateX(40px);
      -ms-transform: scale(1) translateX(40px);
          transform: scale(1) translateX(40px);
}
.solutions_con .safety .safety_con dl {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
}
.solutions_con .safety .safety_con dd {
  position: absolute;
  z-index: 5;
}
.solutions_con .safety .safety_con dd img {
  width: 100%;
  position: relative;
  z-index: 5;
  opacity: 0;
}
.solutions_con .safety .safety_con dd:nth-of-type(1) {
  left: 1%;
  top: 37%;
  max-width: 488px;
  max-height: 260px;
  width: 25.5%;
  clip-path: polygon(29% 14%, 97% 23%, 96% 85%, 24% 90%, 28% 50%);
}
.solutions_con .safety .safety_con dd:nth-of-type(2) {
  left: 22%;
  top: 48%;
  max-width: 291px;
  max-height: 162px;
  width: 15.5%;
  clip-path: polygon(47% 23%, 81% 26%, 94% 51%, 91% 87%, 23% 93%, 23% 61%);
}
.solutions_con .safety .safety_con dd:nth-of-type(3) {
  left: 31%;
  top: 35%;
  max-width: 366px;
  max-height: 311px;
  width: 19.2%;
  clip-path: polygon(41% 12%, 80% 14%, 96% 23%, 95% 74%, 76% 82%, 31% 85%, 30% 41%);
}
.solutions_con .safety .safety_con dd:nth-of-type(4) {
  left: 50%;
  top: 35%;
  max-width: 340px;
  max-height: 309px;
  width: 17.8%;
  clip-path: polygon(5% 27%, 37% 16%, 75% 23%, 75% 62%, 74% 83%, 21% 85%, 5% 69%, 6% 41%);
}
.solutions_con .safety .safety_con dd:nth-of-type(5) {
  left: 64%;
  top: 42%;
  max-width: 337px;
  max-height: 231px;
  width: 17.6%;
  clip-path: polygon(0% 17%, 53% 15%, 60% 23%, 62% 50%, 67% 66%, 64% 84%, 2% 81%, 0% 33%);
}
.solutions_con .safety .safety_con dd:nth-of-type(6) {
  left: 75%;
  top: 40%;
  max-width: 389px;
  max-height: 225px;
  width: 20.4%;
  clip-path: polygon(9% 14%, 69% 5%, 92% 31%, 84% 60%, 83% 86%, 26% 90%, 4% 82%, 0% 33%);
}
.solutions_con .motion .top_title h3 {
  background: radial-gradient(circle at 50% 0%, var(--main-color-light), #ffffff 15%);
  color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
}
.solutions_con .motion .con .ul {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 1025px;
          flex: 0 0 1025px;
  border-bottom: 2px solid var(--color-gray);
  padding-bottom: 20px;
  position: relative;
}
.solutions_con .motion .con .ul span.otherLine {
  display: block;
  position: absolute;
  left: 0px;
  bottom: -2px;
  width: 170.8333333333px;
  height: 2px;
  background: var(--main-color-light);
  -webkit-transition: left 0.5s cubic-bezier(0.25, 1, 0.5, 1);
  transition: left 0.5s cubic-bezier(0.25, 1, 0.5, 1);
}
.solutions_con .motion .con .ul li {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  text-align: center;
  cursor: pointer;
}
.solutions_con .motion .con .ul li p {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
  margin-top: 15px;
}
.solutions_con .motion .con .ul li.active p {
  color: var(--main-color-light);
}
.solutions_con .motion .con .ul li.active img {
  opacity: 0;
}
.solutions_con .motion .con .ul li.active img.hover {
  opacity: 1;
}
.solutions_con .motion .con .tab_content {
  width: 1301px;
  margin-top: 30px;
  position: relative;
  padding-bottom: 320px;
}
.solutions_con .motion .con .tab_content .canvasBg {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 1000px;
  bottom: 0px;
}
.solutions_con .motion .con .tab_content .lists {
  position: relative;
  width: 1180px;
  text-align: center;
  margin: 0 auto;
}
.solutions_con .motion .con .tab_content .lists > img {
  opacity: 0;
  width: 100%;
}
.solutions_con .motion .con .tab_content .tabC_list {
  display: none;
  border: 1px solid #3c4701;
  border-radius: 10px;
  overflow: hidden;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  z-index: 2;
  position: absolute;
  left: 50%;
  top: 0px;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 100%;
  height: 100%;
}
.solutions_con .motion .con .tab_content .tabC_list img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.solutions_con .motion .con .tab_content .tabC_list .video_btn {
  cursor: pointer;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 2;
  border: 2px solid rgba(171, 205, 3, 0.2);
  width: 80px;
  height: 80px;
  border-radius: 100%;
  overflow: hidden;
  background: rgba(0, 0, 0, 0.4);
}
.solutions_con .motion .con .tab_content .tabC_list .video_btn svg {
  position: absolute;
  left: 55%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.solutions_con .motion .con .tab_content .tabC_list .video_btn path {
  fill: var(--main-color-light);
}
.solutions_con .motion .con .tab_content .tabC_list.active {
  display: block;
}

@media screen and (max-width: 1600px) {
  .solutions_con .capabilities .con .left {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 35%;
            flex: 0 0 35%;
  }
  .solutions_con .capabilities .con .right {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 60%;
            flex: 0 0 60%;
    margin-right: 0px;
  }
  .solutions_con .motion .con .tab_content {
    width: 100%;
    padding-bottom: 15vw;
  }
  .solutions_con .motion .con .tab_content .lists {
    width: 90%;
    height: 40vw;
  }
  .solutions_con .motion .con .tab_content .canvasBg {
    height: 67vw;
  }
}
@media screen and (max-width: 1400px) {
  .solutions_con .capabilities .con .left dl {
    padding-left: 3vw;
  }
  .solutions_con .capabilities .con .right .img:nth-of-type(1) {
    width: 70%;
  }
  .solutions_con .capabilities .con .right .img:nth-of-type(2) {
    width: 100%;
  }
  .solutions_con .capabilities .con .right .img:nth-of-type(3) {
    width: 65%;
  }
  .solutions_con .motion .con .ul {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 80%;
            flex: 0 0 80%;
  }
  .solutions_con .motion .con .ul span.otherLine {
    width: 16.6666666667%;
  }
  .solutions_con .motion .con .tab_content {
    width: 100%;
    background-size: 100%;
    padding-bottom: 22vw;
  }
  .solutions_con .motion .con .tab_content .lists {
    width: 90%;
  }
  .solutions_con .motion .con .ul li img {
    -webkit-transform: scale(0.8);
        -ms-transform: scale(0.8);
            transform: scale(0.8);
  }
  .solutions_con .motion .con .ul li p {
    margin-top: 5px;
  }
  .solutions_con .motion .con .tab_content .tabC_list .video_btn {
    width: 60px;
    height: 60px;
  }
  .solutions_con .motion .con .tab_content .tabC_list svg {
    width: 24px;
    height: 24px;
  }
}
@media screen and (max-width: 1200px) {
  .solutions_con.crumb_banner .banner {
    height: 60vh;
  }
}
@media screen and (max-width: 1000px) {
  .solutions_con .capabilities .con .left {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
  }
  .solutions_con .capabilities .con .right {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
  }
  .solutions_con .motion .con .ul li img {
    -webkit-transform: scale(0.6);
        -ms-transform: scale(0.6);
            transform: scale(0.6);
  }
  .solutions_con .motion .con .ul li p {
    margin-top: 0px;
  }
  .solutions_con .motion .con .ul {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
  }
  .solutions_con .motion .con .tab_content .tabC_list .video_btn {
    width: 45px;
    height: 45px;
  }
  .solutions_con .motion .con .tab_content .tabC_list svg {
    width: 18px;
    height: 18px;
  }
  .solutions_con .safety .safety_bg {
    background: none;
  }
}
.solutions_con .safety .safety_con .moimg {
  display: none;
}

.solutions_con .safety .safety_con .close {
  display: none;
}

@media screen and (max-width: 768px) {
  .solutions_con.crumb_banner .banner {
    height: 440px;
  }
  .solutions_con .capabilities .con .right .img:nth-of-type(1) {
    width: 100%;
  }
  .solutions_con .capabilities .con .right .img:nth-of-type(3) {
    width: 100%;
  }
  .solutions_con .capabilities .con .left dl {
    padding: 5vw;
  }
  .solutions_con .motion .top_title h3 {
    background: radial-gradient(circle at 50% -100%, var(--main-color-light), #ffffff 85%);
    -webkit-background-clip: text;
            background-clip: text;
  }
  .solutions_con .motion .con .ul {
    padding-bottom: 0px;
    border: 0px;
  }
  .solutions_con .motion .con .ul span.otherLine {
    display: none;
  }
  .solutions_con .motion .con .ul li {
    margin-bottom: 5vw;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33%;
            flex: 0 0 33.33%;
  }
  .solutions_con .motion .con .tab_content {
    margin-top: 10px;
  }
  .solutions_con .safety {
    margin-top: 15vw;
    background: url(../img/bg2.png) no-repeat center;
    background-size: cover;
    padding-bottom: 8vw;
  }
  .solutions_con .safety .top_title {
    position: static;
    -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
            transform: translateX(0);
  }
  .solutions_con .safety .safety_bg {
    margin-top: 8vw;
  }
  .solutions_con .safety .safety_con > img {
    height: 100vw;
    display: none;
  }
  .solutions_con .safety .safety_con dl {
    display: none;
  }
  .solutions_con .safety .safety_con .baiChe {
    display: none;
  }
  .solutions_con .safety .safety_con .moimg {
    display: block;
  }
  .solutions_con .safety .safety_con .moimg img {
    width: 100%;
  }
  .solutions_con .safety .list_tab {
    top: 0px;
    margin-top: 8vw;
  }
  .solutions_con .safety .safety_con li {
    width: 65% !important;
    left: 50% !important;
    top: 50% !important;
    -webkit-transform: translate(-50%, -50%) !important;
        -ms-transform: translate(-50%, -50%) !important;
            transform: translate(-50%, -50%) !important;
  }
  .solutions_con .safety .safety_con .close {
    display: block;
    position: absolute;
    right: 20px;
    top: 20px;
    color: #fff;
    background: rgba(171, 205, 3, 0.1490196078);
    -webkit-box-shadow: 0 0 0 #000;
            box-shadow: 0 0 0 #000;
  }
}
@-webkit-keyframes inner-ripple {
  0% {
    -webkit-transform: translate(-50%, -50%) scale(0);
            transform: translate(-50%, -50%) scale(0);
    opacity: 0;
  }
  50% {
    -webkit-transform: translate(-50%, -50%) scale(1);
            transform: translate(-50%, -50%) scale(1);
    opacity: 1;
  }
  100% {
    -webkit-transform: translate(-50%, -50%) scale(2);
            transform: translate(-50%, -50%) scale(2);
    opacity: 0;
  }
}
@keyframes inner-ripple {
  0% {
    -webkit-transform: translate(-50%, -50%) scale(0);
            transform: translate(-50%, -50%) scale(0);
    opacity: 0;
  }
  50% {
    -webkit-transform: translate(-50%, -50%) scale(1);
            transform: translate(-50%, -50%) scale(1);
    opacity: 1;
  }
  100% {
    -webkit-transform: translate(-50%, -50%) scale(2);
            transform: translate(-50%, -50%) scale(2);
    opacity: 0;
  }
}
.solutions_con_detail .css_banner {
  height: 100vh;
}
.solutions_con_detail .css_banner .swiper-slide {
  height: 100vh;
}
.solutions_con_detail.crumb_banner .banner .text {
  left: 10%;
  -webkit-transform: translateX(0);
      -ms-transform: translateX(0);
          transform: translateX(0);
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  z-index: 5;
}
.solutions_con_detail.crumb_banner .banner .text h3 {
  max-width: 900px;
  text-align: left;
}
.solutions_con_detail.crumb_banner .banner .text .a {
  display: none;
}
.solutions_con_detail .banner {
  position: relative;
}
.solutions_con_detail .banner video {
  width: 100%;
}
.solutions_con_detail .banner li {
  position: absolute;
  z-index: 6;
  color: #fff;
  cursor: pointer;
  width: 10px;
  height: 10px;
  background: #fff;
  border-radius: 100%;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.solutions_con_detail .banner li:hover {
  background: var(--main-color-light);
}
.solutions_con_detail .banner li:hover span {
  display: block;
  -webkit-animation: displayN 0.5s forwards;
          animation: displayN 0.5s forwards;
}
.solutions_con_detail .banner li span {
  display: none;
  position: absolute;
  left: 25px;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  padding: 5px 20px;
  border-radius: 20px;
  background: var(--main-color-light);
  color: #fff;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
}
.solutions_con_detail .banner li:after {
  content: "";
  display: block;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  border-radius: 100%;
  width: 200%;
  height: 200%;
  background: rgba(255, 255, 255, 0.6);
  z-index: 1;
  -webkit-animation: inner-ripple 1000ms linear infinite;
          animation: inner-ripple 1000ms linear infinite;
}
.solutions_con_detail .banner li:nth-of-type(1):after {
  -webkit-animation: inner-ripple 1300ms linear infinite;
          animation: inner-ripple 1300ms linear infinite;
}
.solutions_con_detail .banner li:nth-of-type(2):after {
  -webkit-animation: inner-ripple 1800ms linear infinite;
          animation: inner-ripple 1800ms linear infinite;
}
.solutions_con_detail .banner li:nth-of-type(3):after {
  -webkit-animation: inner-ripple 2300ms linear infinite;
          animation: inner-ripple 2300ms linear infinite;
}
.solutions_con_detail .banner li:nth-of-type(4):after {
  -webkit-animation: inner-ripple 2800ms linear infinite;
          animation: inner-ripple 2800ms linear infinite;
}
.solutions_con_detail .banner li:nth-of-type(5):after {
  -webkit-animation: inner-ripple 3300ms linear infinite;
          animation: inner-ripple 3300ms linear infinite;
}
.solutions_con_detail .banner li:nth-of-type(6):after {
  -webkit-animation: inner-ripple 3800ms linear infinite;
          animation: inner-ripple 3800ms linear infinite;
}
.solutions_con_detail .content .left {
  width: 150px;
  text-align: right;
  position: relative;
  float: left;
}
.solutions_con_detail .content .left ul {
  border-right: 3px solid rgba(171, 205, 3, 0.317647059);
  padding-right: 20px;
}
.solutions_con_detail .content .left li {
  color: var(--color-gray-2);
  padding: 10px 0;
  cursor: pointer;
  font-size: 14px;
}
.solutions_con_detail .content .left li a {
  display: block;
  line-height: 1;
  color: #868686;
  font-weight: 700;
}
.solutions_con_detail .content .left li:hover a {
  color: var(--main-color-light);
}
.solutions_con_detail .content .left li.active a {
  color: var(--main-color-light);
}
.solutions_con_detail .content .left li.active .p {
  color: var(--main-color-light);
}
.solutions_con_detail .content .left span.line_li {
  display: block;
  position: absolute;
  right: 0px;
  top: 0px;
  height: 50px;
  width: 3px;
  background: var(--main-color-light);
  -webkit-transition: top 0.5s cubic-bezier(0.25, 1, 0.5, 1);
  transition: top 0.5s cubic-bezier(0.25, 1, 0.5, 1);
}
.solutions_con_detail .content .left li .p {
  margin-top: 15px;
  cursor: pointer;
}
.solutions_con_detail .content .left li .p p {
  margin-bottom: 8px;
  font-size: 12px;
  line-height: 1.2;
  color: var(--color-gray);
  display: none;
}
.solutions_con_detail .content .left li .p p:hover {
  color: var(--main-color-light);
}
.solutions_con_detail .content .left li.active .p p:hover {
  text-decoration: underline;
}
.solutions_con_detail .content .right {
  width: calc(100% - 230px);
  float: right;
}
.solutions_con_detail .content .right .list {
  border-top: 1px solid #363636;
}
.solutions_con_detail .content .right .list:last-child {
  border-bottom: 1px solid #363636;
  padding-bottom: 60px;
}
.solutions_con_detail .content .right .list_title {
  cursor: pointer;
}
.solutions_con_detail .content .right .list_title h3 {
  color: var(--color-gray-2);
  font-size: 36px;
  position: relative;
  padding-right: 50px;
}
.solutions_con_detail .content .right .list_title h3 span {
  display: none;
  width: 13px;
  height: 13px;
  background: url(../img/grayJ.png) no-repeat;
  position: absolute;
  right: 0px;
  top: 50%;
  -webkit-transform: translateY(-50%) rotate(90deg);
      -ms-transform: translateY(-50%) rotate(90deg);
          transform: translateY(-50%) rotate(90deg);
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.solutions_con_detail .content .right .list_title .p {
  color: var(--color-gray-2);
  width: 100% !important;
  font-size: 22px;
}
.solutions_con_detail .content .right .list.active .list_title h3 {
  color: var(--main-color-light);
  font-size: 36px;
}
.solutions_con_detail .content .right .list.active .list_title h3 span {
  background-image: url(../img/grayJ2.png);
  -webkit-transform: translateY(-50%) rotate(-90deg);
      -ms-transform: translateY(-50%) rotate(-90deg);
          transform: translateY(-50%) rotate(-90deg);
}
.solutions_con_detail .content .right .list.active .list_title .p {
  width: 100%;
  font-size: 22px;
}
.solutions_con_detail .content .right .list.active .list_title .p {
  color: var(--color-gray-2);
}
.solutions_con_detail .content .right .list:nth-of-type(2n+1) .con_list:nth-of-type(2n) {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
.solutions_con_detail .content .right .list:nth-of-type(2n+1) .con_list:nth-of-type(2n) .list_text {
  padding-left: 30px;
  padding-right: 50px;
}
.solutions_con_detail .content .right .list:nth-of-type(2n) .con_list:nth-of-type(2n+1) {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
.solutions_con_detail .content .right .list:nth-of-type(2n) .con_list:nth-of-type(2n+1) .list_text {
  padding-left: 30px;
  padding-right: 50px;
}
.solutions_con_detail .con_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  overflow: hidden;
  border-bottom: 1px solid #363636;
}
.solutions_con_detail .con_list:last-child {
  border-bottom: 0px;
}
.solutions_con_detail .con_list:first-child {
  margin-top: 0px;
}
.solutions_con_detail .con_list .list_text .title h3:hover {
  color: var(--main-color-light);
}
.solutions_con_detail .list_img {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 700px;
          flex: 0 0 700px;
  border-radius: 10px;
  overflow: hidden;
  position: relative;
}
.solutions_con_detail .list_img .img_logo {
  position: absolute;
  right: 15px;
  top: 15px;
  z-index: 2;
  width: 40px;
}
.solutions_con_detail .list_img img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.solutions_con_detail .list_img video {
  width: 100%;
  height: 100%;
}
.solutions_con_detail .list_img:hover img {
  -webkit-transform: scale(1.03);
      -ms-transform: scale(1.03);
          transform: scale(1.03);
}
.solutions_con_detail .list_text {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-left: 120px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.solutions_con_detail .list_text .text_content {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
}
.solutions_con_detail .list_text a {
  cursor: initial;
}
.solutions_con_detail .list_text .title h3 a:hover {
  color: var(--main-color-light);
}
.solutions_con_detail .list_text .title h3 {
  line-height: 1.3;
  width: 100%;
  color: var(--color-white);
  position: relative;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  font-size: 22px;
  margin-bottom: 10px;
}
.solutions_con_detail .list_text .title span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  left: -20px;
  top: 0px;
  width: 13px;
  height: 13px;
}
.solutions_con_detail .list_text .title span img {
  width: 100%;
}
.solutions_con_detail .list_text .title span svg {
  width: 100%;
  height: 100%;
}
.solutions_con_detail .list_text .title span path {
  fill: var(--main-color-light);
}
.solutions_con_detail .list_text .p {
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.solutions_con_detail .list_text .p a {
  color: var(--color-gray-2);
  cursor: inherit;
}
.solutions_con_detail .list_text .p a:hover {
  color: var(--color-gray-3);
}
.solutions_con_detail .list_text .p i {
  font-style: italic;
  margin-top: 10px;
  font-size: 14px;
  display: block;
}
.solutions_con_detail .cards .dl_con {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 45px;
}
.solutions_con_detail .cards .con_list {
  margin-bottom: 2%;
  position: relative;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  border: 2px solid #828186;
  border-radius: 10px;
  padding: 30px 40px;
  background: url("../img/solu02.jpg") no-repeat center top;
  background-size: cover;
}
.solutions_con_detail .cards .con_list:nth-of-type(2) {
  background-image: url("../img/solu01.jpg");
}
.solutions_con_detail .cards .list_top {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.solutions_con_detail .cards .list_top h3 {
  color: var(--color-gray-2);
  -webkit-transition: color 0.3s ease-in-out;
  transition: color 0.3s ease-in-out;
}
.solutions_con_detail .cards .list_top h3 a:hover {
  color: var(--main-color-light);
}
.solutions_con_detail .cards .list_bottom .a a span {
  opacity: 0.4;
}
.solutions_con_detail .cards .list_bottom .a a:hover span {
  opacity: 1;
  color: var(--color-gray-2);
}
.solutions_con_detail .cards .con_list:hover .list_top h3 a {
  color: var(--main-color-light);
}

.solutions_con_detail.crumb_banner .banner.miningBanner .text {
  left: auto;
  top: 74%;
  right: 5%;
}

.solutions_con_detail.crumb_banner .banner.taxiBanner .text {
  left: auto;
  top: 74%;
  right: 5%;
}

.solutions_con_detail.crumb_banner .banner.schoolBanner .text {
  left: auto;
  top: 74%;
  right: 5%;
}

.solutions_con_detail.crumb_banner .banner.busBanner .text {
  left: 5%;
  top: 74%;
  right: auto;
}

.solutions_con_detail.crumb_banner .banner.truckingBanner .text {
  left: auto;
  top: 74%;
  right: 5%;
}

.solutions_con_detail .content .right .list .con_list.wuImg .list_text {
  padding-left: 30px;
  padding-right: 50px;
}

@media only screen and (max-width: 1600px) {
  .solutions_con_detail .content .right .list_title .p {
    width: 70%;
  }
  .solutions_con_detail .list_img {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 55%;
            flex: 0 0 55%;
  }
  .solutions_con_detail .list_img .img_logo {
    width: 10%;
    max-width: 60px;
  }
  .solutions_con_detail .list_text {
    padding-left: 5vw;
  }
}
@media only screen and (max-width: 1400px) {
  .solutions_con_detail .content .right .list_title h3 {
    font-size: 26px;
  }
  .solutions_con_detail .content .right .list_title .p {
    font-size: 16px;
  }
  .solutions_con_detail .content .right .list.active .list_title h3 {
    font-size: 26px;
  }
  .solutions_con_detail .content .right .list.active .list_title .p {
    font-size: 16px;
  }
  .solutions_con_detail .cards .list_top h3 br {
    display: none;
  }
  .solutions_con_detail .cards .list_top .hover_img {
    -webkit-transform: scale(0.7);
        -ms-transform: scale(0.7);
            transform: scale(0.7);
    -webkit-transform-origin: left;
        -ms-transform-origin: left;
            transform-origin: left;
  }
}
@media only screen and (max-width: 1200px) {
  .solutions_con_detail.crumb_banner .banner {
    height: auto;
  }
  .solutions_con_detail .content .left {
    display: none;
  }
  .solutions_con_detail .content .right {
    margin-left: 0vw;
    width: 100%;
  }
  .solutions_con_detail .content .right .list_title .p {
    width: 100%;
  }
  .solutions_con_detail .cards .dl_con {
    gap: 20px;
  }
  .solutions_con_detail .cards .con_list {
    padding: 3vw 3vw;
  }
}
@media only screen and (max-width: 1200px) {
  .solutions_con_detail.crumb_banner .banner .text h3 {
    font-size: 24px;
  }
}
@media only screen and (max-width: 768px) {
  .solutions_con_detail.crumb_banner .banner {
    margin-top: 60px;
    padding-top: 0px;
  }
  .solutions_con_detail.crumb_banner .banner .text {
    display: none;
  }
  .solutions_con_detail .banner li {
    width: 7px;
    height: 7px;
  }
  .solutions_con_detail .list_img {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
  }
  .solutions_con_detail .list_img .img_logo {
    width: 20%;
    max-width: 60px;
  }
  .solutions_con_detail .list_img img {
    height: 100%;
  }
  .solutions_con_detail .list_text {
    padding: 5vw 0vw 0vw 20px;
  }
  .solutions_con_detail .cards .list_top h3 {
    margin-top: 5px;
  }
  .solutions_con_detail .cards .con_list {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    padding: 5vw 5vw;
  }
  .solutions_con_detail .content .right .list:nth-of-type(2n+1) .con_list:nth-of-type(2n) .list_text {
    padding: 5vw 0vw 0vw 20px;
  }
  .solutions_con_detail .content .right .list:nth-of-type(2n) .con_list:nth-of-type(2n+1) .list_text {
    padding: 5vw 0vw 0vw 20px;
  }
  .solutions_con_detail .list_text .text_content {
    margin-bottom: 5vw;
  }
  .solutions_con_detail .list_text .title span {
    width: 10px;
    height: 10px;
  }
}
.case_con .banner .text .p {
  max-width: 600px;
  color: #fff;
  font-weight: 200;
}
.case_con .top_title .a a {
  color: var(--main-color-light);
}
.case_con .top_title .a img {
  -webkit-transform: translateY(2px);
      -ms-transform: translateY(2px);
          transform: translateY(2px);
}
.case_con .top_title h3 {
  background: radial-gradient(circle at 50% 0%, var(--main-color-light), #ffffff 25%);
  color: transparent;
  line-height: 1.3;
  -webkit-background-clip: text;
  background-clip: text;
}
.case_con .region_industry {
  width: 100%;
  overflow: hidden;
}
.case_con .region_industry .RI_tab li {
  color: #fff;
  cursor: pointer;
  width: 220px;
  padding-bottom: 20px;
  display: block;
  text-align: center;
  border-bottom: 2px solid #343e01;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.case_con .region_industry .RI_tab li:hover {
  color: var(--main-color-light);
  border-color: var(--main-color-light);
}
.case_con .region_industry .RI_tab .active {
  color: var(--main-color-light);
  border-color: var(--main-color-light);
}
.case_con .region_industry .RI_con {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}
.case_con .region_industry .region {
  position: relative;
}
.case_con .region_industry .region .top_title {
  position: absolute;
  left: 50%;
  top: 0%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: 5;
}
.case_con .region_industry .region .top_title a:hover span {
  color: #fff;
}
.case_con .region_industry .region .part {
  position: relative;
  width: 100vw;
}
.case_con .region_industry .region .part > img {
  width: 100%;
}
.case_con .region_industry .region .region_list {
  position: absolute;
  top: 0px;
  bottom: 0px;
  left: 0px;
  right: 0px;
  z-index: 4;
}
.case_con .region_industry .region .region_list dl {
  width: 80px;
  height: 80px;
  position: absolute;
  -webkit-transform: scale(0.5);
      -ms-transform: scale(0.5);
          transform: scale(0.5);
  -webkit-transition: -webkit-transform 0.3s ease-in-out;
  transition: -webkit-transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
}
.case_con .region_industry .region .region_list dl:after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  width: 15px;
  height: 15px;
  display: block;
  background: var(--main-color-light);
  border-radius: 100%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -webkit-transition: opacity 0.5s ease-in-out;
  transition: opacity 0.5s ease-in-out;
}
.case_con .region_industry .region .region_list dt {
  height: 100%;
  width: 100%;
}
.case_con .region_industry .region .region_list dt span {
  width: 13px;
  height: 13px;
  -webkit-transition: all 0.3s cubic-bezier(0.25, 1, 0.5, 1);
  transition: all 0.3s cubic-bezier(0.25, 1, 0.5, 1);
}
.case_con .region_industry .region .region_list dt span img {
  width: 100%;
}
.case_con .region_industry .region .region_list dt span:nth-of-type(1) {
  position: absolute;
  left: 50%;
  top: 10px;
  -webkit-transform: translate3d(-50%, 0%, 10px) rotate(90deg);
          transform: translate3d(-50%, 0%, 10px) rotate(90deg);
}
.case_con .region_industry .region .region_list dt span:nth-of-type(2) {
  position: absolute;
  left: 10px;
  top: 50%;
  -webkit-transform: translate3d(0%, -50%, 10px) rotate(0deg);
          transform: translate3d(0%, -50%, 10px) rotate(0deg);
}
.case_con .region_industry .region .region_list dt span:nth-of-type(3) {
  position: absolute;
  right: 10px;
  top: 50%;
  -webkit-transform: translate3d(0%, -50%, 10px) rotate(180deg);
          transform: translate3d(0%, -50%, 10px) rotate(180deg);
}
.case_con .region_industry .region .region_list dt span:nth-of-type(4) {
  position: absolute;
  left: 50%;
  bottom: 10px;
  -webkit-transform: translate3d(-50%, 0%, 10px) rotate(-90deg);
          transform: translate3d(-50%, 0%, 10px) rotate(-90deg);
}
.case_con .region_industry .region .region_list dl.active {
  -webkit-transform: scale(1);
      -ms-transform: scale(1);
          transform: scale(1);
  z-index: 3;
}
.case_con .region_industry .region .region_list dl.active dt span:nth-of-type(1) {
  top: 0px;
}
.case_con .region_industry .region .region_list dl.active dt span:nth-of-type(2) {
  left: 0px;
}
.case_con .region_industry .region .region_list dl.active dt span:nth-of-type(3) {
  right: 0px;
}
.case_con .region_industry .region .region_list dl.active dt span:nth-of-type(4) {
  bottom: 0px;
}
.case_con .region_industry .region .region_list .dian_other dd {
  left: auto;
  right: 100px;
}
.case_con .region_industry .region .region_list dd {
  width: 385px;
  opacity: 0;
  pointer-events: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: absolute;
  top: 0px;
  left: 100px;
  border-radius: 10px;
  background: linear-gradient(30deg, #000000 20%, #4d5f00 70%);
  color: var(--text-color);
  padding: calc(var(--card-width) / 8);
}
.case_con .region_industry .region .region_list dd .dd_con {
  display: none;
  -webkit-animation: displayN 0.5s forwards;
          animation: displayN 0.5s forwards;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 10px 10px 10px 20px;
}
.case_con .region_industry .region .region_list dd .dd_con .left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.case_con .region_industry .region .region_list dd .dd_con .left p {
  color: #fff;
  background: url(../img/mimg2.png) no-repeat left center;
  padding-left: 20px;
}
.case_con .region_industry .region .region_list dd .dd_con .left .a {
  margin-top: 6px;
}
.case_con .region_industry .region .region_list dd .dd_con .left a {
  font-size: 12px;
  color: var(--main-color-light);
}
.case_con .region_industry .region .region_list dd .dd_con .left a img {
  width: 10px;
}
.case_con .region_industry .region .region_list dd .dd_con .left a:hover span {
  color: #fff;
}
.case_con .region_industry .region .region_list dd .dd_con .right {
  border-radius: 10px;
  overflow: hidden;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 147px;
          flex: 0 0 147px;
  border: 2px solid #495800;
}
.case_con .region_industry .region .region_list dd .dd_con .right img {
  width: 100%;
}
.case_con .region_industry .region .region_list dl.active dd {
  opacity: 1;
  pointer-events: all;
}
.case_con .region_industry .region .region_list dl.active dd .dd_con {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-animation: displayN 0.5s forwards;
          animation: displayN 0.5s forwards;
}
.case_con .region_industry .region .region_list dd::before {
  content: "";
  display: block;
  position: absolute;
  border-radius: 9px;
  mix-blend-mode: color-burn;
  z-index: -1;
  background: hsl(0, 0%, 16%) radial-gradient(30% 30% at calc(var(--bg-x) * 1%) calc(var(--bg-y) * 1%), #8eaa03 0%, #8eaa03 20%, transparent 100%);
  width: calc(100% + 2px);
  height: calc(100% + 2px);
  -webkit-animation: hue-animation var(--animation-speed) linear infinite, rotate-bg var(--animation-speed) linear infinite;
          animation: hue-animation var(--animation-speed) linear infinite, rotate-bg var(--animation-speed) linear infinite;
  transition: --bg-size var(--interaction-speed) ease;
}
.case_con .region_industry .region .mo_con.region_list {
  display: none;
}
.case_con .region_industry .region #particles {
  position: absolute;
  top: 0;
  left: 0;
  pointer-events: none;
}
.case_con .region_industry .region .region_tab {
  position: relative;
  top: -40px;
}
.case_con .region_industry .region .region_tab ul {
  width: 100%;
}
.case_con .region_industry .region .region_tab li {
  height: 110px;
  clip-path: none !important;
  overflow: hidden;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  border-radius: 10px;
  background-image: -webkit-gradient(linear, left bottom, left top, from(#000000), to(#121600));
  background-image: linear-gradient(to top, #000000, #121600);
  position: relative;
}
.case_con .region_industry .region .region_tab li:not(:last-child) {
  margin-right: 15px;
}
.case_con .region_industry .region .region_tab li::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 0;
  clip-path: inherit;
  background: #303b07;
  opacity: 1;
  -webkit-transition: opacity 0.4s ease;
  transition: opacity 0.4s ease;
  z-index: 1;
}
.case_con .region_industry .region .region_tab li::after {
  content: "";
  position: absolute;
  inset: 0;
  clip-path: inherit;
  background-image: -webkit-gradient(linear, left bottom, left top, from(#000000), to(#121600));
  background-image: linear-gradient(to top, #000000, #121600);
  background-size: 100% 100%;
  -webkit-filter: blur(0px);
          filter: blur(0px);
  opacity: 1;
  z-index: 2;
  -webkit-transition: opacity 0.4s ease;
  transition: opacity 0.4s ease;
  top: 2px;
  right: 2px;
  bottom: 2px;
  left: 2px;
  border-radius: 10px;
  overflow: hidden;
}
.case_con .region_industry .region .region_tab li .hover_con {
  z-index: 5;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  height: 100%;
  -ms-flex-line-pack: center;
      align-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.case_con .region_industry .region .region_tab li .hover_con p {
  text-align: center;
  margin-top: 10px;
  color: #828186;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
}
.case_con .region_industry .region .region_tab li .hover_con::before {
  content: "";
  position: absolute;
  left: -50%;
  top: -50%;
  width: 200%;
  height: 100%;
  z-index: 6;
  pointer-events: none;
  background: radial-gradient(circle at 50% 50%, rgba(142, 170, 3, 0.95) 0%, rgba(142, 170, 3, 0.4) 25%, rgba(142, 170, 3, 0.12) 40%, rgba(142, 170, 3, 0.03) 60%, rgba(142, 170, 3, 0) 100%);
  mix-blend-mode: screen;
  -webkit-filter: blur(20px);
          filter: blur(20px);
  opacity: 0.2;
  -webkit-transition: opacity 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out;
}
.case_con .region_industry .region .region_tab li > div .hover_img {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 56px;
          flex: 0 0 56px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
}
.case_con .region_industry .region .region_tab li > div .hover_img .hover {
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  left: 50%;
}
.case_con .region_industry .region .region_tab li.active .hover_con img {
  opacity: 0;
}
.case_con .region_industry .region .region_tab li.active .hover_con .hover_img .hover {
  opacity: 1;
}
.case_con .region_industry .region .region_tab li:hover::before {
  background: #303b07 radial-gradient(30% 30% at calc(var(--bg-x, 0) * 1%) calc(var(--bg-y, 0) * 1%), #8eaa03 0%, #8eaa03 20%, transparent 100%);
  -webkit-animation: rotate-bg var(--animation-speed, 6s) linear infinite, hue-animation calc(var(--animation-speed, 6s) * 2) linear infinite;
          animation: rotate-bg var(--animation-speed, 6s) linear infinite, hue-animation calc(var(--animation-speed, 6s) * 2) linear infinite;
}
.case_con .region_industry .region .region_tab li.active::before {
  background: #303b07 radial-gradient(30% 30% at calc(var(--bg-x, 0) * 1%) calc(var(--bg-y, 0) * 1%), #8eaa03 0%, #8eaa03 20%, transparent 100%);
  -webkit-animation: rotate-bg var(--animation-speed, 6s) linear infinite, hue-animation calc(var(--animation-speed, 6s) * 2) linear infinite;
          animation: rotate-bg var(--animation-speed, 6s) linear infinite, hue-animation calc(var(--animation-speed, 6s) * 2) linear infinite;
}
.case_con .region_industry .region .region_tab li:hover .hover_con::before {
  opacity: 1;
}
.case_con .region_industry .region .region_tab li.active .hover_con::before {
  opacity: 1;
}
.case_con .region_industry .industry {
  position: relative;
}
.case_con .region_industry .industry .top_title {
  width: 100vw;
}
.case_con .region_industry .industry .top_title h3 {
  background: radial-gradient(circle at 65% 0%, var(--main-color-light), #ffffff 25%);
  -webkit-background-clip: text;
          background-clip: text;
}
.case_con .region_industry .industry .top_title a:hover span {
  color: #fff;
}
.case_con .region_industry .industry .indu_bottom {
  position: relative;
  padding: 170px 0 335px 0;
  background: url(../img/caseimg1.png) no-repeat center center;
  background-size: cover;
}
.case_con .region_industry .industry .indu_con .hover_con {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: end;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.case_con .region_industry .industry .indu_con .hover_con .hover_img {
  height: auto;
}
.case_con .region_industry .industry .indu_con .hover_con .hover_img img {
  height: auto;
  width: 100%;
}
.case_con .region_industry .industry .indu_con .hover_con .hover_img .hover {
  bottom: 0px;
  top: auto;
}
.case_con .region_industry .industry .indu_con .hover_con.active .hover_img img {
  opacity: 0;
}
.case_con .region_industry .industry .indu_con .hover_con.active .hover_img .hover {
  opacity: 1;
}
.case_con .region_industry .industry .indu_tab {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  top: auto;
  bottom: 15%;
}
.case_con .region_industry .industry .indu_tab li {
  height: 100px;
}
.case_con .region_industry .industry .top_title h3 {
  -webkit-transition: all 0.8s ease-in-out 0s;
  transition: all 0.8s ease-in-out 0s;
  -webkit-transform: translateY(50px);
      -ms-transform: translateY(50px);
          transform: translateY(50px);
  opacity: 0;
}
.case_con .region_industry .industry .top_title .p {
  -webkit-transition: all 0.8s ease-in-out 0.2s;
  transition: all 0.8s ease-in-out 0.2s;
  -webkit-transform: translateY(50px);
      -ms-transform: translateY(50px);
          transform: translateY(50px);
  opacity: 0;
}
.case_con .region_industry .industry .top_title .a {
  -webkit-transition: all 0.8s ease-in-out 0.4s;
  transition: all 0.8s ease-in-out 0.4s;
  -webkit-transform: translateY(50px);
      -ms-transform: translateY(50px);
          transform: translateY(50px);
  opacity: 0;
}
.case_con .region_industry .industry.active .top_title h3 {
  opacity: 1;
  -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
          transform: translateY(0);
}
.case_con .region_industry .industry.active .top_title .p {
  opacity: 1;
  -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
          transform: translateY(0);
}
.case_con .region_industry .industry.active .top_title .a {
  opacity: 1;
  -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
          transform: translateY(0);
}
.case_con .ventures {
  overflow: hidden;
}
.case_con .ventures .top_title {
  position: relative;
  top: 80px;
}
.case_con .ventures .top_title h3 {
  background: radial-gradient(circle at 65% 0%, var(--main-color-light), #ffffff 25%);
  -webkit-background-clip: text;
          background-clip: text;
}
.case_con .ventures .vent_con {
  height: 100vh;
  background: url(../img/caseimg3.png) no-repeat center top;
  background-size: cover;
  position: relative;
  -webkit-perspective: 1500px;
          perspective: 1500px;
  overflow: hidden;
}
.case_con .ventures .vent_con .logo_layer {
  position: absolute;
  top: 45%;
  left: 50%;
  -webkit-transform-style: preserve-3d;
          transform-style: preserve-3d;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 2;
}
.case_con .ventures .vent_con .logo_img {
  position: absolute;
  width: 50px;
  opacity: 1;
  -webkit-filter: blur(0);
          filter: blur(0);
  -webkit-transform-origin: center center;
      -ms-transform-origin: center center;
          transform-origin: center center;
}
.case_con .ventures .vent_con .line_layer {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  bottom: 0px;
  -webkit-transform-style: preserve-3d;
          transform-style: preserve-3d;
}
.case_con .ventures .vent_con .line_layer img {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.case_con .results {
  overflow: hidden;
}
.case_con .results .top_title h3 {
  background: radial-gradient(circle at 50% 0%, var(--main-color-light), #ffffff 25%);
  -webkit-background-clip: text;
          background-clip: text;
}
.case_con .results .imgsAll {
  width: 1301px;
  position: relative;
  margin-left: auto;
  margin-right: auto;
  margin-top: 90px;
  height: 666px;
  -webkit-box-sizing: initial;
          box-sizing: initial;
  padding-bottom: 250px;
}
.case_con .results .imgsAll .canvasBg {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 1000px;
  bottom: 0px;
}
.case_con .results .imgsAll .imgscon {
  border-radius: 15px;
  width: 1180px;
  height: 605px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}
.case_con .results .imgsAll .card {
  -webkit-box-shadow: 0 0 60px #bae805;
          box-shadow: 0 0 60px #bae805;
  border: 1px solid #3c4701;
  border-radius: 15px;
  overflow: hidden;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  z-index: 2;
  position: absolute;
  left: 0%;
  top: 0px;
  width: 100%;
  height: 100%;
}
.case_con .results .imgsAll .card img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.case_con .results .imgsAll .card .video_btn {
  cursor: pointer;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 2;
  border: 2px solid rgba(171, 205, 3, 0.2);
  width: 80px;
  height: 80px;
  border-radius: 100%;
  overflow: hidden;
  background: rgba(0, 0, 0, 0.4);
}
.case_con .results .imgsAll .card .video_btn svg {
  position: absolute;
  left: 55%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.case_con .results .imgsAll .card .video_btn path {
  fill: var(--main-color-light);
}
.case_con .results .imgsAll .card.visible {
  -webkit-box-shadow: 0 0 0px #bae805;
          box-shadow: 0 0 0px #bae805;
}
.case_con .results .imgsAll .card.active.visible {
  -webkit-box-shadow: 0 0 60px #bae805;
          box-shadow: 0 0 60px #bae805;
}
.case_con .results .imgsAll .imgbtn {
  position: absolute;
  right: -30px;
  top: 0px;
  color: #fff;
  width: 60px;
  height: 60px;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
  border-radius: 100%;
  border: 2px solid #ABCD03;
  opacity: 0.3;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.case_con .results .imgsAll .imgbtn path {
  fill: var(--main-color-light);
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.case_con .results .imgsAll .imgbtn:hover {
  background: var(--main-color-light);
  opacity: 1;
}
.case_con .results .imgsAll .imgbtn:hover path {
  fill: #000;
}
.case_con .results .imgsAll .imgbtn.img_prev {
  -webkit-transform: rotate(-90deg);
      -ms-transform: rotate(-90deg);
          transform: rotate(-90deg);
  left: auto;
}
.case_con .results .imgsAll .imgbtn.img_next {
  -webkit-transform: rotate(90deg);
      -ms-transform: rotate(90deg);
          transform: rotate(90deg);
  top: 70px;
}
.case_con .proven {
  width: 100%;
  overflow-x: hidden;
}
.case_con .proven .top_title {
  position: relative;
}
.case_con .proven .proven_con {
  padding: 80px 0;
  position: relative;
  border: 3px solid rgba(171, 205, 3, 0.1411764706);
  border-left: 0px;
  border-right: 0px;
}
.case_con .proven .road-line {
  position: absolute;
  left: 0px;
  right: 0px;
  top: 50%;
  -webkit-transform: trasnlateY(-50%);
      -ms-transform: trasnlateY(-50%);
          transform: trasnlateY(-50%);
  width: 100%;
  height: 3px;
  background-image: linear-gradient(to right, rgba(171, 205, 3, 0.1411764706) 0%, rgba(171, 205, 3, 0.1411764706) 150px, transparent 150px, transparent 300px);
  background-size: 300px 100%;
  background-repeat: repeat-x;
}
.case_con .proven .text {
  width: 277px;
  height: 124px;
  border-radius: 10px;
  margin-right: 16px;
  padding: 20px;
  font-size: 12px;
  color: #fff;
  background-image: -webkit-gradient(linear, left bottom, left top, from(#000000), to(#121600));
  background-image: linear-gradient(to top, #000000, #121600);
  position: relative;
  clip-path: none !important;
  overflow: hidden;
}
.case_con .proven .text .text_con {
  z-index: 99;
  position: relative;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.case_con .proven .text h3 {
  height: 2.4em;
  line-height: 1.2;
  overflow: hidden;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
}
.case_con .proven .text .name {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: end;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
}
.case_con .proven .text .p {
  color: var(--main-color-light);
}
.case_con .proven .text .p span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border: 1px solid var(--main-color-light);
  border-radius: 100%;
  margin-right: 7px;
  width: 20px;
  height: 20px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.case_con .proven .text .img {
  width: 47px;
}
.case_con .proven .text .img img {
  opacity: 0.7;
  width: 100%;
}
.case_con .proven .text::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 0;
  clip-path: inherit;
  opacity: 1;
  -webkit-transition: opacity 0.4s ease;
  transition: opacity 0.4s ease;
  background: #303b07 radial-gradient(30% 30% at calc(var(--bg-x, 0) * 1%) calc(var(--bg-y, 0) * 1%), #8eaa03 0%, #8eaa03 20%, transparent 100%);
}
.case_con .proven .text::after {
  content: "";
  position: absolute;
  inset: 0;
  clip-path: inherit;
  background-image: -webkit-gradient(linear, left bottom, left top, from(#000000), to(#121600));
  background-image: linear-gradient(to top, #000000, #121600);
  background-size: 100% 100%;
  -webkit-filter: blur(0px);
          filter: blur(0px);
  opacity: 1;
  z-index: 2;
  -webkit-transition: opacity 0.4s ease;
  transition: opacity 0.4s ease;
  top: 2px;
  right: 2px;
  bottom: 2px;
  left: 2px;
  border-radius: 10px;
  overflow: hidden;
}
.case_con .proven .text .text_con::before {
  content: "";
  position: absolute;
  left: -50%;
  top: -50%;
  width: 200%;
  height: 100%;
  z-index: 6;
  pointer-events: none;
  background: radial-gradient(circle at 50% 50%, rgba(142, 170, 3, 0.95) 0%, rgba(142, 170, 3, 0.4) 25%, rgba(142, 170, 3, 0.12) 40%, rgba(142, 170, 3, 0.03) 60%, rgba(142, 170, 3, 0) 100%);
  mix-blend-mode: screen;
  -webkit-filter: blur(20px);
          filter: blur(20px);
  opacity: 0.2;
  -webkit-transition: opacity 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out;
}
.case_con .proven .text:hover .text_con::before {
  opacity: 1;
}
.case_con .proven ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -ms-flex-preferred-size: auto;
      flex-basis: auto;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  will-change: transform;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.case_con .proven ul li {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 830px;
          flex: 0 0 830px;
  height: 163px;
  background: url(../img/caseimg2.png) no-repeat;
  background-size: cover;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 830px;
}
.case_con .proven .top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  width: 100%;
}
.case_con .proven .top ul {
  -webkit-animation: ticker linear 30s infinite;
          animation: ticker linear 30s infinite;
}
.case_con .proven .top ul li {
  opacity: 0.6;
}
.case_con .proven .top:hover ul {
  -webkit-animation-play-state: paused;
          animation-play-state: paused;
}
.case_con .proven .top ul li:hover {
  opacity: 1;
}
.case_con .proven .bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 160px;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  width: 100%;
}
.case_con .proven .bottom ul {
  -webkit-animation: ticker2 linear 30s infinite;
          animation: ticker2 linear 30s infinite;
}
.case_con .proven .bottom ul li {
  opacity: 0.6;
}
.case_con .proven .bottom:hover ul {
  -webkit-animation-play-state: paused;
          animation-play-state: paused;
}
.case_con .proven .bottom ul li:hover {
  opacity: 1;
}
.case_con .proven .bottom ul li {
  background-image: url(../img/caseimg2R.png);
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
}
.case_con .proven .bottom .text {
  margin-left: 16px;
  margin-right: 0px;
}

@-webkit-keyframes ticker {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
  100% {
    -webkit-transform: translate3d(-100%, 0, 0);
            transform: translate3d(-100%, 0, 0);
  }
}

@keyframes ticker {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
  100% {
    -webkit-transform: translate3d(-100%, 0, 0);
            transform: translate3d(-100%, 0, 0);
  }
}
@-webkit-keyframes ticker2 {
  0% {
    -webkit-transform: translate3d(-100%, 0, 0);
            transform: translate3d(-100%, 0, 0);
  }
  100% {
    -webkit-transform: translate3d(0%, 0, 0);
            transform: translate3d(0%, 0, 0);
  }
}
@keyframes ticker2 {
  0% {
    -webkit-transform: translate3d(-100%, 0, 0);
            transform: translate3d(-100%, 0, 0);
  }
  100% {
    -webkit-transform: translate3d(0%, 0, 0);
            transform: translate3d(0%, 0, 0);
  }
}
@media only screen and (max-width: 1600px) {
  .case_con .region_industry .region .top_title {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
  }
  .case_con .region_industry .industry .indu_bottom {
    padding: 7.4vw 0 16.7vw 0;
  }
  .case_con .results .imgsAll {
    width: 75%;
    background-size: 100%;
    padding-bottom: 15vw;
    height: 38vw;
  }
  .case_con .results .imgsAll .canvasBg {
    height: 58vw;
  }
  .case_con .results .imgsAll .imgscon {
    width: 90%;
    height: 35vw;
  }
  .case_con .results .imgsAll .imgbtn {
    width: 45px;
    height: 45px;
  }
  .case_con .results .imgsAll .imgbtn svg {
    width: 16px;
  }
}
@media only screen and (max-width: 1400px) {
  .case_con .region_industry .region .top_title {
    position: static;
    -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
            transform: translateX(0);
  }
  .case_con .region_industry .region .region_tab {
    position: static;
    -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
            transform: translateX(0);
  }
  .case_con .region_industry .region .region_tab li {
    height: 90px;
  }
  .case_con .region_industry .region .region_tab li > div .hover_img {
    height: 30px;
  }
  .case_con .region_industry .region .region_tab li > div .hover_img img {
    height: 100%;
  }
  .case_con .region_industry .region .region_tab li .hover_con p {
    line-height: 1;
  }
  .case_con .region_industry .region .region_list dd {
    top: -50px;
  }
  .case_con .region_industry .region .region_list dl {
    width: 50px;
    height: 50px;
  }
  .case_con .region_industry .region .region_list dl:after {
    width: 6px;
    height: 6px;
  }
  .case_con .region_industry .industry .indu_tab {
    bottom: 0px;
  }
  .case_con .results .imgsAll .card .video_btn {
    width: 50px;
    height: 50px;
  }
  .case_con .results .imgsAll .card .video_btn svg {
    width: 20px;
    height: 20px;
  }
}
@media only screen and (max-width: 1200px) {
  .case_con .region_industry .region .region_tab li {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 23.5%;
            flex: 0 0 23.5%;
    margin-bottom: 20px;
  }
  .case_con .region_industry .region .region_tab li:not(:last-child) {
    margin-right: 2%;
  }
  .case_con .region_industry .region .region_tab li:nth-of-type(4n) {
    margin-right: 0px;
  }
}
@media only screen and (max-width: 768px) {
  .case_con .region_industry .RI_tab li {
    width: auto;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
  .case_con .region_industry .region .region_tab li > div .hover_img {
    height: 24px;
  }
  .case_con .region_industry .region .region_list dl {
    width: 40px;
    height: 40px;
  }
  .case_con .region_industry .region .region_list dl:after {
    width: 5px;
    height: 5px;
  }
  .case_con .region_industry .region .region_list dd {
    display: none !important;
  }
  .case_con .region_industry .region .region_list.mo_con {
    display: none;
    background: rgba(0, 0, 0, 0.7);
    z-index: 9;
  }
  .case_con .region_industry .region .region_list.mo_con dl {
    display: none;
    width: 90%;
    height: auto;
    left: 50%;
    -webkit-transform: scale(1) translateX(-50%);
        -ms-transform: scale(1) translateX(-50%);
            transform: scale(1) translateX(-50%);
    top: 30%;
  }
  .case_con .region_industry .region .region_list.mo_con dd {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    opacity: 1;
    left: 0;
    top: 0%;
    width: 100%;
  }
  .case_con .region_industry .region .region_list.mo_con dd .dd_con {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    opacity: 1;
  }
  .case_con .region_industry .region .region_list.mo_con dl:after {
    display: none;
  }
  .case_con .region_industry .region .region_list.mo_con dt {
    width: 40px;
    height: 40px;
    background-color: #000000;
    top: -50px;
    -webkit-box-shadow: 0px 0px 10px #9cbd02;
            box-shadow: 0px 0px 10px #9cbd02;
  }
  .case_con .region_industry .region .region_list.mo_con dt:after {
    background-color: #fff;
  }
  .case_con .region_industry .region .region_list.mo_con dt:before {
    background-color: #fff;
  }
  .case_con .region_industry .industry .indu_bottom {
    padding-bottom: 0px;
    padding-top: 120px;
  }
  .case_con .region_industry .industry .indu_tab li {
    padding: 0px;
    height: 50px;
  }
  .case_con .region_industry .industry .indu_tab {
    position: static;
    -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
            transform: translateX(0);
  }
  .case_con .region_industry .industry .indu_con {
    margin-bottom: 40px;
  }
  .case_con .region_industry .industry .indu_con .wrap1600 {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }
  .case_con .region_industry .industry .indu_con .hover_con {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 55%;
            flex: 0 0 55%;
  }
  .case_con .ventures .top_title {
    top: 0px;
  }
  .case_con .ventures .vent_con {
    height: 70vh;
  }
  .case_con .proven {
    margin-top: 15vw;
  }
  .case_con .proven .proven_con {
    padding: 10vw 0;
  }
  .case_con .proven .bottom {
    margin-top: 20vw;
  }
  .case_con .proven ul li {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    background-size: 100%;
    height: auto;
    background: none;
  }
  .case_con .proven .bottom ul li {
    background: none;
  }
  .case_con .results .imgsAll {
    width: 100%;
    height: 54vw;
  }
  .case_con .results .imgsAll .canvasBg {
    height: 70vw;
  }
  .case_con .results .imgsAll .imgscon {
    height: 45vw;
  }
  .case_con .results .imgsAll .imgbtn {
    right: 0px;
    z-index: 3;
  }
  .case_con .results .imgsAll .img_prev {
    top: auto;
    bottom: 0px;
    left: 37%;
    -webkit-transform: rotate(-180deg);
        -ms-transform: rotate(-180deg);
            transform: rotate(-180deg);
  }
  .case_con .results .imgsAll .img_next {
    top: auto;
    bottom: 0px;
    left: 53%;
    -webkit-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
            transform: rotate(0deg);
  }
}
.case_list_con .banner {
  height: auto;
}
.case_list_con .banner .text h3 {
  max-width: 1000px;
  background: radial-gradient(circle at 15% 20%, var(--main-color-light), #ffffff 30%);
  -webkit-background-clip: text;
          background-clip: text;
}
.case_list_con .banner .text .a span {
  color: var(--color-gray-2);
}
.case_list_con .banner .text .a path {
  fill: var(--color-gray-2);
}
.case_list_con .banner .text .a a:hover span {
  color: var(--main-color-light);
}
.case_list_con .banner .text .a a:hover path {
  fill: var(--main-color-light);
}
.case_list_con .top_title .a a {
  color: var(--main-color-light);
}
.case_list_con .top_title .a img {
  -webkit-transform: translateY(2px);
      -ms-transform: translateY(2px);
          transform: translateY(2px);
}
.case_list_con .top_title h3 {
  background: radial-gradient(circle at 50% 0%, var(--main-color-light), #ffffff 25%);
  color: transparent;
  line-height: 1.3;
  -webkit-background-clip: text;
  background-clip: text;
}

.case_select {
  position: relative;
  z-index: 2;
}
.case_select dl {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  color: #fff;
  margin-right: 80px;
}
.case_select dl:last-child {
  margin-right: 0px;
}
.case_select dt {
  position: relative;
  width: 200px;
  height: 47px;
  cursor: pointer;
  color: var(--color-gray-2);
  border-radius: 7px;
  border: 1px solid rgba(130, 130, 134, 0.368627451);
}
.case_select dt span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding: 0 20px;
  height: 100%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 7px;
  overflow: hidden;
  position: relative;
  z-index: 2;
}
.case_select dt span i {
  position: absolute;
  right: 20px;
  top: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 12px;
  height: 12px;
  -webkit-transform: translateY(-50%) rotate(90deg);
      -ms-transform: translateY(-50%) rotate(90deg);
          transform: translateY(-50%) rotate(90deg);
}
.case_select dt span i svg {
  width: 100%;
  height: 100%;
}
.case_select dt path {
  fill: var(--color-gray-2);
}
.case_select dd {
  color: var(--color-gray-2);
  margin-right: 20px;
}
.case_select ul {
  position: absolute;
  left: 0px;
  top: 40px;
  display: none;
  border: 1px solid var(--main-color-light);
  width: 100%;
  text-align: center;
  background-color: #000000;
  padding-top: 5px;
  border-bottom-left-radius: 7px;
  border-bottom-right-radius: 7px;
}
.case_select li {
  padding: 7px 0;
  cursor: pointer;
  color: var(--color-gray-2);
}
.case_select li.all {
  display: none;
}
.case_select li:hover {
  background: rgba(130, 130, 134, 0.368627451);
}
.case_select dt.hover span {
  background-color: var(--main-color-light);
  color: #000;
}
.case_select dt.hover span i {
  -webkit-transform: translateY(-50%) rotate(-90deg);
      -ms-transform: translateY(-50%) rotate(-90deg);
          transform: translateY(-50%) rotate(-90deg);
}
.case_select dt.hover path {
  fill: #030401;
}
.case_select dt.hover ul {
  display: block;
  -webkit-animation: displayN 0.5s forwards;
          animation: displayN 0.5s forwards;
}

@media screen and (max-width: 1400px) {
  .case_select dl {
    margin-right: 5vw;
  }
}
@media screen and (max-width: 767px) {
  .case_select {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .case_select dl {
    margin-bottom: 10px;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 49%;
            flex: 0 0 49%;
    margin-right: 2%;
  }
  .case_select dt {
    width: 100%;
  }
  .case_select dd {
    width: 100%;
    margin-bottom: 10px;
    text-align: left;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}
.case_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 40px;
}

.case_list .con_list {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 calc((100% - 80px) / 3);
          flex: 0 0 calc((100% - 80px) / 3);
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  border: 1px solid #303030;
  border-radius: 8px;
  overflow: hidden;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.case_list .con_list .img {
  position: relative;
  color: #fff;
  overflow: hidden;
  height: 260px;
}

.case_list .con_list .img img {
  width: 100%;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  display: block;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.case_list .con_list .text {
  padding: 30px 30px 0px;
}

.case_list .con_list .text h3 {
  line-height: 1.2;
}

.case_list .con_list .text h3 a {
  color: #fff;
}

.case_list .con_list .text h3 a:hover {
  color: var(--main-color-light);
}

.case_list .con_list .text .span {
  color: #0688d4;
  overflow: hidden;
}

.case_list .con_list .text .p {
  margin-top: 10px;
  color: #666;
}

.case_list .con_list a:hover span {
  color: var(--main-color-light);
}

.case_list .list_top {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.case_list .list_bottom {
  padding: 0px 30px 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.case_list .con_list:hover .img img {
  -webkit-transform: scale(1.05);
      -ms-transform: scale(1.05);
          transform: scale(1.05);
}

.case_list .con_list:hover {
  border-color: var(--main-color-light);
}

@media screen and (max-width: 1600px) {
  .case_list .con_list .text {
    padding: 2vw 2vw 0vw;
  }
  .case_list .con_list .img {
    height: 14vw;
  }
  .case_list .list_bottom {
    padding: 0vw 2vw 2vw;
  }
}
@media screen and (max-width: 1200px) {
  .case_list {
    gap: 20px;
  }
  .case_list .con_list {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 calc((100% - 40px) / 3);
            flex: 0 0 calc((100% - 40px) / 3);
  }
  .case_list .con_list .img {
    height: 16vw;
  }
}
@media screen and (max-width: 767px) {
  .case_list {
    gap: 0;
  }
  .case_list .con_list {
    margin-right: 0px;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    margin-bottom: 5vw;
  }
  .case_list .con_list .text {
    padding: 5vw 5vw 0vw;
  }
  .case_list .con_list .img {
    height: auto;
  }
  .case_list .list_bottom {
    padding: 0vw 5vw 5vw;
  }
}
.Bodywhite {
  background-color: #fff;
}

.case_detail_con .number {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.case_detail_con .number .left {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 650px;
          flex: 0 0 650px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.case_detail_con .number .left .title h3 {
  font-weight: 700;
  color: #fff;
}
.case_detail_con .number .left .title .p {
  color: var(--color-gray-2);
}
.case_detail_con .number .left .con {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.case_detail_con .number .left .con dl {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 33%;
          flex: 0 0 33%;
  position: relative;
}
.case_detail_con .number .left .con dl:after {
  content: "";
  position: absolute;
  left: -15px;
  top: -10px;
  width: 13px;
  height: 13px;
  display: block;
  background: url(../img/jt.png) no-repeat;
  background-size: cover;
}
.case_detail_con .number .left .con dt {
  margin-bottom: 10px;
  line-height: 1;
}
.case_detail_con .number .right {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 705px;
          flex: 0 0 705px;
  height: 400px;
  overflow: hidden;
  border-radius: 8px;
}
.case_detail_con .number .right img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.case_detail_con .show_btn {
  padding-bottom: 20px;
  cursor: pointer;
  text-align: center;
  color: var(--main-color);
  border-bottom: 1px solid rgba(130, 129, 134, 0.2509803922);
}
.case_detail_con .show_btn svg {
  width: 17px;
  height: 17px;
  -webkit-transform: rotate(90deg);
      -ms-transform: rotate(90deg);
          transform: rotate(90deg);
  margin-top: 10px;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.case_detail_con .show_btn path {
  fill: var(--main-color-light);
}
.case_detail_con .show_btn:hover p {
  color: var(--main-color-light);
}
.case_detail_con .show_btn.show svg {
  -webkit-transform: rotate(-90deg);
      -ms-transform: rotate(-90deg);
          transform: rotate(-90deg);
}
.case_detail_con .detailRecom {
  border-top: 1px solid rgba(130, 129, 134, 0.2509803922);
}
.case_detail_con .detailRecom .top_title h4 {
  max-width: 400px;
  position: relative;
  margin-left: auto;
  margin-right: auto;
  line-height: 1.2;
  text-align: center;
  color: transparent;
  background: radial-gradient(circle at 70% 20%, var(--main-color-light), #ffffff 50%);
  -webkit-background-clip: text;
  background-clip: text;
}
.case_detail_con .detailRecom .Recom_list .con_list {
  height: 100%;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  border: 1px solid rgba(136, 135, 140, 0.2509803922);
  border-radius: 8px;
  overflow: hidden;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.case_detail_con .detailRecom .Recom_list .con_list .img {
  position: relative;
  color: #fff;
  overflow: hidden;
  height: 260px;
}
.case_detail_con .detailRecom .Recom_list .con_list .img img {
  width: 100%;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  display: block;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.case_detail_con .detailRecom .Recom_list .con_list .text {
  padding: 30px 30px 0px;
}
.case_detail_con .detailRecom .Recom_list .con_list .text h3 {
  line-height: 1.2;
}
.case_detail_con .detailRecom .Recom_list .con_list .text h3 a {
  color: var(--color-gray-2);
}
.case_detail_con .detailRecom .Recom_list .con_list .text h3 a:hover {
  color: var(--main-color-light);
}
.case_detail_con .detailRecom .Recom_list .con_list .text .p {
  margin-top: 15px;
  color: #aaa;
}
.case_detail_con .detailRecom .Recom_list .list_top {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.case_detail_con .detailRecom .Recom_list .list_bottom {
  padding: 0px 30px 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.case_detail_con .detailRecom .Recom_list .list_bottom .a .hover_img {
  width: 40px;
  height: auto;
}
.case_detail_con .detailRecom .Recom_list .con_list:hover {
  border-color: var(--main-color-light);
}
.case_detail_con .detailRecom .Recom_list .con_list:hover .img img {
  -webkit-transform: scale(1.05);
      -ms-transform: scale(1.05);
          transform: scale(1.05);
}
.case_detail_con .detailRecom .swiper_button {
  width: 50px;
  height: 50px;
  border: 2px solid rgba(215, 215, 215, 0.2509803922);
  border-radius: 100%;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.case_detail_con .detailRecom .swiper_button:after {
  display: none;
}
.case_detail_con .detailRecom .swiper_button svg {
  width: 20px;
  height: 20px;
}
.case_detail_con .detailRecom .swiper_button path {
  fill: var(--main-color-light);
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.case_detail_con .detailRecom .swiper-button-prev {
  left: -70px;
}
.case_detail_con .detailRecom .swiper-button-prev svg {
  -webkit-transform: rotate(-180deg);
      -ms-transform: rotate(-180deg);
          transform: rotate(-180deg);
}
.case_detail_con .detailRecom .swiper-button-next {
  right: -70px;
}
.case_detail_con .detailRecom .swiper_button:hover {
  background: var(--main-color-light);
  border-color: var(--main-color-light);
}
.case_detail_con .detailRecom .swiper_button:hover path {
  fill: #000;
}
.case_detail_con .detailRecom .more {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.case_detail_con .detailRecom .more svg {
  width: 15px;
  height: 15px;
  margin-left: 10px;
}
.case_detail_con .detailRecom .more path {
  fill: var(--main-color-light);
}
.case_detail_con .detailRecom .more a:hover {
  color: var(--main-color-light);
}
.case_detail_con .detailStart.banner {
  height: auto;
}
.case_detail_con .detailStart.banner .text {
  top: 50%;
}
.case_detail_con .detailStart.banner .text .a span {
  color: var(--color-gray-2);
}
.case_detail_con .detailStart.banner .text .a a:hover span {
  color: var(--main-color-light);
}
.case_detail_con .detail_tab_con.active {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.case_detail_con .detail_tab_con {
  display: none;
}
.case_detail_con .detail_tab_con .left {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  margin-right: 240px;
}
.case_detail_con .detail_tab_con .left .tab {
  /*position: sticky;top:0px;*/
  border-bottom: 2px solid rgba(233, 233, 233, 0.2509803922);
  background: #000;
  z-index: 9;
  padding-top: 30px;
}
.case_detail_con .detail_tab_con .left .tab li {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding-bottom: 20px;
  font-weight: 700;
  position: relative;
  text-align: center;
  cursor: pointer;
}
.case_detail_con .detail_tab_con .left .tab li:after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -2px;
  height: 3px;
  width: 0%;
  display: block;
  background: var(--main-color-light);
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.case_detail_con .detail_tab_con .left .tab li.active:after {
  width: 100%;
}
.case_detail_con .detail_tab_con .left .tab li:hover:after {
  width: 100%;
}
.case_detail_con .detail_tab_con .left .tab li.active {
  color: #fff;
}
.case_detail_con .detail_tab_con .left .tab_con .list > h3 {
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.case_detail_con .detail_tab_con .left .tab_con .list h3 img {
  margin-right: 15px;
}
.case_detail_con .detail_tab_con .left .tab_con .list h3 span {
  line-height: 1;
}
.case_detail_con .detail_tab_con .left .tab_con .list h4 {
  margin-top: 20px;
  margin-bottom: 5px;
}
.case_detail_con .detail_tab_con .right {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 240px;
          flex: 0 0 240px;
}
.case_detail_con .detail_tab_con .right h3 {
  font-weight: 700;
  border-bottom: 2px solid rgba(233, 233, 233, 0.2509803922);
  padding-bottom: 20px;
  color: #fff;
}
.case_detail_con .detail_tab_con .right li {
  margin-bottom: 20px;
}
.case_detail_con .detail_tab_con .right li h4 {
  font-weight: 700;
  background: url(../img/detd.png) no-repeat;
  padding-left: 30px;
  background-size: 22px 26px;
  margin-bottom: 5px;
  color: #fff;
}
.case_detail_con .detail_tab_con .right dl {
  margin-bottom: 50;
}
.case_detail_con .detail_tab_con .right dl dt {
  margin-bottom: 12px;
  font-weight: 700;
}
.case_detail_con .detail_tab_con .right dl dd {
  margin-bottom: 7px;
}
.case_detail_con .detail_tab_con .right dl dd a:hover span {
  color: var(--main-color-light);
}
.case_detail_con .detail_tab_con .right dl svg {
  width: 11px;
  height: 11px;
  margin-left: 10px;
}

@media only screen and (max-width: 1700px) {
  .case_detail_con .number .left {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 44%;
            flex: 0 0 44%;
  }
  .case_detail_con .number .right {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    height: 25vw;
  }
  .case_detail_con .number .left .con dl:after {
    width: 18px;
    height: 18px;
    background-size: 100%;
  }
  .case_detail_con .detail_tab_con .left {
    margin-right: 12vw;
  }
  .case_detail_con .detailRecom .Recom_list {
    width: 80%;
  }
  .case_detail_con .detailRecom .Recom_list .con_list .img {
    height: 14vw;
  }
}
@media only screen and (max-width: 1400px) {
  .case_detail_con .detail_tab_con .left {
    margin-right: 8vw;
  }
  .case_detail_con .detail_tab_con .left .tab_con .list > h3 img {
    -webkit-transform: scale(0.7);
        -ms-transform: scale(0.7);
            transform: scale(0.7);
    -webkit-transform-origin: left center;
        -ms-transform-origin: left center;
            transform-origin: left center;
    margin-right: 0px;
  }
  .case_detail_con .detailRecom .Recom_list .con_list .text {
    padding: 2vw 2vw 0;
  }
  .case_detail_con .detailRecom .Recom_list .list_bottom {
    padding: 0 2vw 2vw;
  }
}
@media only screen and (max-width: 1200px) {
  .case_detail_con .detail_tab_con .right li h4 {
    background-size: 18px;
  }
  .case_detail_con .detailRecom .Recom_list .con_list .img {
    height: 22vw;
  }
  .case_detail_con .detailRecom .swiper_button {
    width: 35px;
    height: 35px;
  }
  .case_detail_con .detailRecom .swiper_button svg {
    width: 15px;
    height: 15px;
  }
  .case_detail_con .detailRecom .swiper-button-next {
    right: -50px;
  }
  .case_detail_con .detailRecom .swiper-button-prev {
    left: -50px;
  }
  .case_detail_con .detailRecom .Recom_list .list_bottom .a .hover_img {
    width: 30px;
  }
}
@media only screen and (max-width: 768px) {
  .case_detail_con .number {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
  .case_detail_con .number .left {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    padding-left: 0px;
    margin-top: 5vw;
  }
  .case_detail_con .number .right {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    width: 100%;
  }
  .case_detail_con .number .left .con {
    margin-top: 8vw;
  }
  .case_detail_con .number .left .con dl {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 45%;
            flex: 0 0 45%;
    margin-bottom: 5vw;
  }
  .case_detail_con .number .left .con dl:nth-of-type(2n) {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 45%;
            flex: 0 0 45%;
  }
  .case_detail_con .number .left .con dl:after {
    left: 0px;
    top: -15px;
    width: 10px;
    height: 10px;
  }
  .case_detail_con .show_btn {
    margin-top: 5vw;
  }
  .case_detail_con .detail_tab_con .left {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
  }
  .case_detail_con .detail_tab_con .right {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
  }
  .case_detail_con .detail_tab_con .left .tab li {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    margin-bottom: 5vw;
    padding-bottom: 10px;
  }
  .case_detail_con .detail_tab_con .right ul {
    margin-bottom: 8vw;
  }
  .case_detail_con .detail_tab_con .right dl {
    margin-bottom: 8vw;
  }
  .case_detail_con .detailRecom .Recom_list .con_list .text {
    padding: 5vw 5vw 0;
  }
  .case_detail_con .detailRecom .Recom_list .list_bottom {
    padding: 0 5vw 5vw;
    margin-top: 5vw;
  }
  .case_detail_con .detailRecom .Recom_list .con_list .img {
    height: 44vw;
  }
  .case_detail_con .detailRecom .swiper-button-next {
    right: -35px;
  }
  .case_detail_con .detailRecom .swiper-button-prev {
    left: -35px;
  }
  .case_detail_con .detailRecom .swiper_button {
    width: 28px;
    height: 28px;
  }
  .case_detail_con .detailRecom .swiper_button svg {
    width: 10px;
    height: 10px;
  }
  .case_detail_con .detailRecom .more svg {
    position: relative;
    top: 2px;
  }
}
:root {
  --border: 1px;
  --border-color: hsl(var(--hue2), 55%, 22%);
  --radius: 22px;
  --ease: cubic-bezier(0.5, 1, 0.89, 1);
}

.cardBorder {
  --hue1: 137;
  --hue2: 137;
  min-width: 105px;
  min-height: 105px;
  width: 100%;
  border-radius: var(--radius);
  border: var(--border) solid var(--border-color);
  background: linear-gradient(235deg, hsl(var(--hue1), 50%, 10%, 0.8), hsl(var(--hue1), 50%, 10%, 0) 33%), linear-gradient(45deg, hsl(var(--hue2), 50%, 10%, 0.8), hsl(var(--hue2), 50%, 10%, 0) 33%), linear-gradient(hsla(137, 40%, 10%, 0.66));
  backdrop-filter: blur(12px);
  -webkit-box-shadow: hsl(var(--hue2), 50%, 2%) 0px 10px 16px -8px, hsl(var(--hue2), 50%, 4%) 0px 20px 36px -14px;
          box-shadow: hsl(var(--hue2), 50%, 2%) 0px 10px 16px -8px, hsl(var(--hue2), 50%, 4%) 0px 20px 36px -14px;
}

/* 高光通用样式 */
.cardBorder .shine {
  position: absolute;
  inset: calc(var(--border) * -1);
  border-radius: inherit;
  pointer-events: none;
  -webkit-mask: -webkit-gradient(linear, left top, left bottom, from(transparent)), -webkit-gradient(linear, left top, left bottom, from(black));
  -webkit-mask: linear-gradient(transparent), linear-gradient(black);
          mask: -webkit-gradient(linear, left top, left bottom, from(transparent)), -webkit-gradient(linear, left top, left bottom, from(black));
          mask: linear-gradient(transparent), linear-gradient(black);
  -webkit-mask-clip: padding-box, border-box;
          mask-clip: padding-box, border-box;
  mask-composite: subtract;
  -webkit-mask-composite: source-out;
  border: var(--border) solid transparent;
}

.cardBorder .shine-top {
  --conic: 115deg;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: conic-gradient(from var(--conic) at center, transparent 40%, hsl(var(--hue2), 100%, 60.77%) 50%, transparent 100%) border-box;
}

.cardBorder .shine-bottom {
  --conic: -75deg;
  height: 100%;
  width: 100%;
  top: auto;
  left: auto;
  bottom: calc(var(--border) * -1);
  right: calc(var(--border) * -1);
  background: conic-gradient(from var(--conic) at center, transparent 50%, hsl(var(--hue2), 100%, 60.77%) 60%, transparent 70%) border-box;
}

.technology_con {
  overflow-x: hidden;
}
.technology_con .banner .text {
  left: 10%;
  max-width: 750px;
  -webkit-transform: translate(0, -50%);
      -ms-transform: translate(0, -50%);
          transform: translate(0, -50%);
}
.technology_con .banner .text h3 {
  max-width: 100%;
  background: radial-gradient(circle at 60% 20%, var(--main-color-light), #ffffff 50%);
  -webkit-background-clip: text;
          background-clip: text;
}
.technology_con .banner .text .p {
  color: #999;
  margin-top: 20px;
}
.technology_con .top_title .a a {
  color: var(--main-color-light);
}
.technology_con .top_title .a img {
  -webkit-transform: translateY(2px);
      -ms-transform: translateY(2px);
          transform: translateY(2px);
}
.technology_con .top_title h3 {
  background: radial-gradient(circle at 50% 0%, var(--main-color-light), #ffffff 25%);
  color: transparent;
  line-height: 1.3;
  -webkit-background-clip: text;
  background-clip: text;
}
.technology_con .pyramid .top_title {
  position: relative;
  top: 0px;
  z-index: 2;
  padding-bottom: 50px;
  overflow: hidden;
}
.technology_con .pyramid .pyramid_con {
  position: relative;
  max-width: 1920px;
  margin-left: auto;
  margin-right: auto;
}
.technology_con .pyramid .pyramid_con > .a {
  opacity: 0;
  position: absolute;
  top: 10px;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: 99;
}
.technology_con .pyramid .pyramid_con > .a a {
  width: 148px;
  height: 48px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border: 1px solid #999;
  border-radius: 48px;
  margin-left: auto;
  margin-right: auto;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.technology_con .pyramid .pyramid_con > .a a:hover {
  background-color: #999;
}
.technology_con .pyramid .pyramid_con > .a a:hover span {
  color: var(--main-color-light);
}
.technology_con .pyramid .pyramid_con > .a span {
  color: #999;
}
.technology_con .pyramid .pyramid_con > .a svg {
  width: 18px;
  height: 18px;
}
.technology_con .pyramid .pyramid_con > img {
  opacity: 0;
}
.technology_con .pyramid .pyramid_con .pyramid_img {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
}
.technology_con .pyramid .pyramid_con .pyramid_img img {
  position: absolute;
  left: 0px;
  top: 0px;
  opacity: 0;
  width: 100%;
}
.technology_con .pyramid .pyramid_con .pyramid_moveVideo {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
}
.technology_con .pyramid .pyramid_con .pyramid_moveVideo video {
  position: absolute;
  left: 0px;
  top: 0px;
  opacity: 0;
  width: 100%;
}
.technology_con .pyramid .pyramid_con .pyramid_showVideo {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
}
.technology_con .pyramid .pyramid_con .pyramid_showVideo video {
  position: absolute;
  left: 0px;
  top: 0px;
  opacity: 0;
  width: 100%;
}
.technology_con .pyramid .pyramid_con .py_text {
  color: var(--main-color-light);
}
.technology_con .pyramid .pyramid_con .py_text dl {
  position: absolute;
  z-index: 2;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  left: 50%;
}
.technology_con .pyramid .pyramid_con .py_text dd {
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 630px;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.technology_con .pyramid .pyramid_con .py_text dd p {
  margin-left: 20px;
}
.technology_con .pyramid .pyramid_con .py_text dd > img {
  display: none;
}
.technology_con .pyramid .pyramid_con .py_text .text1 {
  opacity: 0;
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
}
.technology_con .pyramid .pyramid_con .py_text .text1 dl:nth-of-type(1) {
  top: 30%;
}
.technology_con .pyramid .pyramid_con .py_text .text1 dl:nth-of-type(1) dd {
  top: -110px;
  left: 90px;
}
.technology_con .pyramid .pyramid_con .py_text .text1 dl:nth-of-type(2) {
  top: 57%;
}
.technology_con .pyramid .pyramid_con .py_text .text1 dl:nth-of-type(2) dd {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  top: -130px;
  right: 190px;
}
.technology_con .pyramid .pyramid_con .py_text .text1 dl:nth-of-type(2) dd > img {
  -webkit-transform: rotate(180deg) scaleY(-1);
      -ms-transform: rotate(180deg) scaleY(-1);
          transform: rotate(180deg) scaleY(-1);
}
.technology_con .pyramid .pyramid_con .py_text .text1 dl:nth-of-type(3) {
  top: 85%;
}
.technology_con .pyramid .pyramid_con .py_text .text1 dl:nth-of-type(3) dd {
  top: -150px;
  left: 342px;
}
.technology_con .pyramid .pyramid_con .py_text .text2 {
  opacity: 0;
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
}
.technology_con .pyramid .pyramid_con .py_text .text2 p {
  height: 55px;
  line-height: 55px;
  width: 190px;
  text-align: center;
  background: rgba(171, 205, 3, 0.1254901961);
  border-radius: 55px;
  cursor: pointer;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  color: rgba(171, 205, 3, 0.4392156863);
}
.technology_con .pyramid .pyramid_con .py_text .text2 p:hover {
  background: #ABCD03;
  color: #000;
}
.technology_con .pyramid .pyramid_con .py_text .text2 dl dd p {
  -webkit-transform: translateY(-10px);
      -ms-transform: translateY(-10px);
          transform: translateY(-10px);
}
.technology_con .pyramid .pyramid_con .py_text .text2 dl dd .edit_line {
  display: none !important;
}
.technology_con .pyramid .pyramid_con .py_text .text2 dl dd:nth-of-type(2) {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  left: auto !important;
}
.technology_con .pyramid .pyramid_con .py_text .text2 dl dd:nth-of-type(2) > img {
  -webkit-transform: rotate(180deg) scaleY(-1);
      -ms-transform: rotate(180deg) scaleY(-1);
          transform: rotate(180deg) scaleY(-1);
}
.technology_con .pyramid .pyramid_con .py_text .text2 dl dd:nth-of-type(2) p {
  margin-left: 0px;
  margin-right: 20px;
}
.technology_con .pyramid .pyramid_con .py_text .text2 dl:nth-of-type(1) {
  top: 30%;
}
.technology_con .pyramid .pyramid_con .py_text .text2 dl:nth-of-type(1) dd {
  top: -110px;
  left: 100px;
}
.technology_con .pyramid .pyramid_con .py_text .text2 dl:nth-of-type(1) dd:nth-of-type(2) {
  right: 95px;
}
.technology_con .pyramid .pyramid_con .py_text .text2 dl:nth-of-type(2) {
  top: 57%;
}
.technology_con .pyramid .pyramid_con .py_text .text2 dl:nth-of-type(2) dd {
  top: -130px;
  left: 200px;
}
.technology_con .pyramid .pyramid_con .py_text .text2 dl:nth-of-type(2) dd:nth-of-type(2) {
  right: 200px;
}
.technology_con .pyramid .pyramid_con .py_text .text2 dl:nth-of-type(3) {
  top: 85%;
}
.technology_con .pyramid .pyramid_con .py_text .text2 dl:nth-of-type(3) dd {
  top: -150px;
  left: 345px;
}
.technology_con .pyramid .pyramid_con .py_text .text2 dl:nth-of-type(3) dd:nth-of-type(2) {
  right: 340px;
}
.technology_con .pyramid .pyramid_con .py_text .text2 ul {
  position: absolute;
  top: 10%;
  left: 50%;
  width: 600px;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  z-index: 4;
}
.technology_con .pyramid .pyramid_con .py_text .text2 li {
  color: var(--main-color-light);
  -webkit-box-flex: 0;
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
  text-align: center;
}
.technology_con .pyramid .pyramid_con .py_text .text2 li:nth-of-type(2) {
  padding-left: 50px;
}
.technology_con .pyramid .pyramid_con .py_edit .dl {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 6;
  width: 384px;
  display: none;
}
.technology_con .pyramid .pyramid_con .py_edit .dt {
  height: 55px;
  line-height: 55px;
  width: 190px;
  text-align: center;
  background: #ABCD03;
  border-radius: 55px;
  color: #000000;
  margin-bottom: 40px;
}
.technology_con .pyramid .pyramid_con .py_edit .dd .img {
  border-radius: 8px;
  width: 100%;
  margin-bottom: 20px;
  overflow: hidden;
}
.technology_con .pyramid .pyramid_con .py_edit .dd img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.technology_con .pyramid .pyramid_con .py_edit .dd .p {
  color: #999;
}
.technology_con .pyramid .pyramid_con .py_text.left dl {
  left: 30%;
}
.technology_con .pyramid .pyramid_con .py_text.left dt {
  display: block;
  position: absolute;
}
.technology_con .pyramid .pyramid_con .py_text.left dd {
  display: block;
}
.technology_con .pyramid .pyramid_con .py_text.left .text2 dd {
  width: 190px;
}
.technology_con .pyramid .pyramid_con .py_text.left .text2 dd > img {
  display: none;
}
.technology_con .pyramid .pyramid_con .py_text.left .text2 dd p {
  margin: 0 !important;
}
.technology_con .pyramid .pyramid_con .py_text.left .text2 dl:nth-of-type(1) {
  top: 30%;
}
.technology_con .pyramid .pyramid_con .py_text.left .text2 dl:nth-of-type(1) dd {
  top: -60px;
  left: 100px;
}
.technology_con .pyramid .pyramid_con .py_text.left .text2 dl:nth-of-type(1) dd:nth-of-type(2) {
  right: 20px;
}
.technology_con .pyramid .pyramid_con .py_text.left .text2 dl:nth-of-type(2) {
  top: 60%;
}
.technology_con .pyramid .pyramid_con .py_text.left .text2 dl:nth-of-type(2) dd {
  top: -130px;
  left: 200px;
}
.technology_con .pyramid .pyramid_con .py_text.left .text2 dl:nth-of-type(2) dd:nth-of-type(2) {
  right: 100px;
}
.technology_con .pyramid .pyramid_con .py_text.left .text2 dl:nth-of-type(3) {
  top: 85%;
}
.technology_con .pyramid .pyramid_con .py_text.left .text2 dl:nth-of-type(3) dd {
  top: -120px;
  left: 280px;
}
.technology_con .pyramid .pyramid_con .py_text.left .text2 dl:nth-of-type(3) dd:nth-of-type(2) {
  right: 240px;
}
.technology_con .pyramid .pyramid_con .py_text.left .text2 ul {
  left: 32%;
}
.technology_con .pyramid .pyramid_con .py_text.left .py_edit .dl {
  right: 15%;
}
.technology_con .pyramid .pyramid_con .py_text.left-1 .text2 dl:nth-of-type(1) dt {
  top: 47px;
}
.technology_con .pyramid .pyramid_con .py_text.left-1 .text2 dl:nth-of-type(1) dd:nth-of-type(1) {
  top: -80px;
  left: 20px;
}
.technology_con .pyramid .pyramid_con .py_text.left-1 .text2 dl:nth-of-type(1) dd:nth-of-type(1) p {
  display: none;
}
.technology_con .pyramid .pyramid_con .py_text.left-1 .text2 dl:nth-of-type(1) dd:nth-of-type(1) .edit_line {
  display: block;
  width: 630px;
  -webkit-animation: displayN 0.3s forwards;
          animation: displayN 0.3s forwards;
}
.technology_con .pyramid .pyramid_con .py_text.left-1 .text2 dl:nth-of-type(1) dd:nth-of-type(1) .edit_line img {
  -webkit-transform: rotate(180deg) scaleY(-1);
      -ms-transform: rotate(180deg) scaleY(-1);
          transform: rotate(180deg) scaleY(-1);
  width: 100%;
}
.technology_con .pyramid .pyramid_con .py_text.left-1 .py_edit .dl:nth-of-type(4) {
  display: block;
  -webkit-animation: displayN 0.5s forwards;
          animation: displayN 0.5s forwards;
}
.technology_con .pyramid .pyramid_con .py_text.left-2 .text2 dl:nth-of-type(2) dd:nth-of-type(1) {
  top: -190px;
  left: 150px;
}
.technology_con .pyramid .pyramid_con .py_text.left-2 .text2 dl:nth-of-type(2) dd:nth-of-type(1) p {
  display: none;
}
.technology_con .pyramid .pyramid_con .py_text.left-2 .text2 dl:nth-of-type(2) dd:nth-of-type(1) .edit_line {
  display: block;
  width: 456px;
  -webkit-animation: displayN 0.3s forwards;
          animation: displayN 0.3s forwards;
}
.technology_con .pyramid .pyramid_con .py_text.left-2 .text2 dl:nth-of-type(2) dd:nth-of-type(1) .edit_line img {
  -webkit-transform: rotate(180deg) scaleY(-1);
      -ms-transform: rotate(180deg) scaleY(-1);
          transform: rotate(180deg) scaleY(-1);
  width: 100%;
}
.technology_con .pyramid .pyramid_con .py_text.left-2 .py_edit .dl:nth-of-type(5) {
  display: block;
  -webkit-animation: displayN 0.5s forwards;
          animation: displayN 0.5s forwards;
}
.technology_con .pyramid .pyramid_con .py_text.left-3 .text2 dl:nth-of-type(3) dd:nth-of-type(1) {
  top: -210px;
  left: 290px;
}
.technology_con .pyramid .pyramid_con .py_text.left-3 .text2 dl:nth-of-type(3) dd:nth-of-type(1) p {
  display: none;
}
.technology_con .pyramid .pyramid_con .py_text.left-3 .text2 dl:nth-of-type(3) dd:nth-of-type(1) .edit_line {
  display: block;
  width: 319px;
  -webkit-animation: displayN 0.3s forwards;
          animation: displayN 0.3s forwards;
}
.technology_con .pyramid .pyramid_con .py_text.left-3 .text2 dl:nth-of-type(3) dd:nth-of-type(1) .edit_line img {
  -webkit-transform: rotate(180deg) scaleY(-1);
      -ms-transform: rotate(180deg) scaleY(-1);
          transform: rotate(180deg) scaleY(-1);
  width: 100%;
}
.technology_con .pyramid .pyramid_con .py_text.left-3 .py_edit .dl:nth-of-type(6) {
  display: block;
  -webkit-animation: displayN 0.5s forwards;
          animation: displayN 0.5s forwards;
}
.technology_con .pyramid .pyramid_con .py_text.right dl {
  left: 69%;
}
.technology_con .pyramid .pyramid_con .py_text.right dt {
  display: block;
  position: absolute;
}
.technology_con .pyramid .pyramid_con .py_text.right dd {
  display: block;
}
.technology_con .pyramid .pyramid_con .py_text.right .text2 dd {
  width: 190px;
}
.technology_con .pyramid .pyramid_con .py_text.right .text2 dd > img {
  display: none;
}
.technology_con .pyramid .pyramid_con .py_text.right .text2 dd p {
  margin: 0 !important;
}
.technology_con .pyramid .pyramid_con .py_text.right .text2 dl:nth-of-type(1) {
  top: 30%;
}
.technology_con .pyramid .pyramid_con .py_text.right .text2 dl:nth-of-type(1) dd {
  top: -60px;
  left: 50px;
}
.technology_con .pyramid .pyramid_con .py_text.right .text2 dl:nth-of-type(1) dd:nth-of-type(2) {
  right: 20px;
}
.technology_con .pyramid .pyramid_con .py_text.right .text2 dl:nth-of-type(2) {
  top: 60%;
}
.technology_con .pyramid .pyramid_con .py_text.right .text2 dl:nth-of-type(2) dd {
  top: -130px;
  left: 200px;
}
.technology_con .pyramid .pyramid_con .py_text.right .text2 dl:nth-of-type(2) dd:nth-of-type(2) {
  right: 100px;
}
.technology_con .pyramid .pyramid_con .py_text.right .text2 dl:nth-of-type(3) {
  top: 85%;
}
.technology_con .pyramid .pyramid_con .py_text.right .text2 dl:nth-of-type(3) dd {
  top: -120px;
  left: 280px;
}
.technology_con .pyramid .pyramid_con .py_text.right .text2 dl:nth-of-type(3) dd:nth-of-type(2) {
  right: 240px;
}
.technology_con .pyramid .pyramid_con .py_text.right .text2 ul {
  left: 69%;
}
.technology_con .pyramid .pyramid_con .py_text.right .py_edit .dl {
  left: 15%;
}
.technology_con .pyramid .pyramid_con .py_text.right-1 .text2 dl:nth-of-type(1) dd:nth-of-type(2) {
  top: -80px;
  left: 20px;
  right: 475px;
}
.technology_con .pyramid .pyramid_con .py_text.right-1 .text2 dl:nth-of-type(1) dd:nth-of-type(2) p {
  display: none;
}
.technology_con .pyramid .pyramid_con .py_text.right-1 .text2 dl:nth-of-type(1) dd:nth-of-type(2) .edit_line {
  display: block;
  width: 630px;
  -webkit-animation: displayN 0.3s forwards;
          animation: displayN 0.3s forwards;
}
.technology_con .pyramid .pyramid_con .py_text.right-1 .text2 dl:nth-of-type(1) dd:nth-of-type(2) .edit_line img {
  width: 100%;
}
.technology_con .pyramid .pyramid_con .py_text.right-1 .py_edit .dl:nth-of-type(1) {
  display: block;
  -webkit-animation: displayN 0.5s forwards;
          animation: displayN 0.5s forwards;
}
.technology_con .pyramid .pyramid_con .py_text.right-2 .text2 dl:nth-of-type(2) dd:nth-of-type(2) {
  top: -190px;
  left: 160px;
  right: 400px;
}
.technology_con .pyramid .pyramid_con .py_text.right-2 .text2 dl:nth-of-type(2) dd:nth-of-type(2) p {
  display: none;
}
.technology_con .pyramid .pyramid_con .py_text.right-2 .text2 dl:nth-of-type(2) dd:nth-of-type(2) .edit_line {
  display: block;
  width: 456px;
  -webkit-animation: displayN 0.3s forwards;
          animation: displayN 0.3s forwards;
}
.technology_con .pyramid .pyramid_con .py_text.right-2 .text2 dl:nth-of-type(2) dd:nth-of-type(2) .edit_line img {
  width: 100%;
}
.technology_con .pyramid .pyramid_con .py_text.right-2 .py_edit .dl:nth-of-type(2) {
  display: block;
  -webkit-animation: displayN 0.5s forwards;
          animation: displayN 0.5s forwards;
}
.technology_con .pyramid .pyramid_con .py_text.right-3 .text2 dl:nth-of-type(3) dd:nth-of-type(2) {
  top: -210px;
  left: 290px;
  right: 400px;
}
.technology_con .pyramid .pyramid_con .py_text.right-3 .text2 dl:nth-of-type(3) dd:nth-of-type(2) p {
  display: none;
}
.technology_con .pyramid .pyramid_con .py_text.right-3 .text2 dl:nth-of-type(3) dd:nth-of-type(2) .edit_line {
  display: block;
  width: 319px;
  -webkit-animation: displayN 0.3s forwards;
          animation: displayN 0.3s forwards;
}
.technology_con .pyramid .pyramid_con .py_text.right-3 .text2 dl:nth-of-type(3) dd:nth-of-type(2) .edit_line img {
  width: 100%;
}
.technology_con .pyramid .pyramid_con .py_text.right-3 .py_edit .dl:nth-of-type(3) {
  display: block;
  -webkit-animation: displayN 0.5s forwards;
          animation: displayN 0.5s forwards;
}
.technology_con .pyramid .pyramid_list {
  width: 1330px;
}
.technology_con .pyramid .pyramid_list ul {
  color: var(--main-color-light);
}
.technology_con .pyramid .pyramid_list ul li {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  text-align: center;
  line-height: 1.2;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  opacity: 0.5;
  cursor: pointer;
}
.technology_con .pyramid .pyramid_list ul li p {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  max-width: 190px;
  width: 65%;
}
.technology_con .pyramid .pyramid_list ul li > img {
  width: 100%;
}
.technology_con .pyramid .pyramid_list ul li:first-child {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 300px;
          flex: 0 0 300px;
}
.technology_con .pyramid .pyramid_list ul li:first-child p {
  left: 40%;
}
.technology_con .pyramid .pyramid_list ul li:nth-of-type(2) p {
  left: 55%;
}
.technology_con .pyramid .pyramid_list ul li:nth-of-type(3) p {
  left: 55%;
}
.technology_con .pyramid .pyramid_list ul li:last-child {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 300px;
          flex: 0 0 300px;
}
.technology_con .pyramid .pyramid_list ul li:last-child p {
  left: 60%;
}
.technology_con .pyramid .pyramid_list ul li:hover {
  opacity: 1;
}
.technology_con .pyramid .pyramid_list ul li.hover {
  opacity: 1;
}
.technology_con .pyramid .pyramid_list dl {
  margin-top: 50px;
}
.technology_con .pyramid .pyramid_list dl dd {
  display: none;
  overflow: hidden;
  width: 100%;
  padding: 30px 50px;
  color: var(--main-color-light);
  border: 2px solid rgba(171, 205, 3, 0.1882352941);
  background: rgba(2, 144, 40, 0.2196078431);
  -webkit-box-shadow: inset 0 0 30px 5px rgba(2, 144, 40, 0.3764705882);
          box-shadow: inset 0 0 30px 5px rgba(2, 144, 40, 0.3764705882);
  border-radius: 8px;
  overflow: hidden;
}
.technology_con .pyramid .pyramid_list dl dd .p {
  max-width: 910px;
  width: 90%;
  margin-left: auto;
  margin-right: auto;
}
.technology_con .pyramid .pyramid_list dl dd p {
  padding-left: 20px;
  position: relative;
  margin: 10px 0;
}
.technology_con .pyramid .pyramid_list dl dd p:after {
  content: "";
  position: absolute;
  left: 0px;
  top: 10px;
  display: block;
  width: 8px;
  height: 8px;
  background: var(--main-color-light);
  border-radius: 100%;
}
.technology_con .pyramid .pyramid_list dl dd.hover {
  display: block;
  -webkit-animation: displayN 0.5s forwards;
          animation: displayN 0.5s forwards;
}
.technology_con .pyramid2 .sanJ {
  position: relative;
  width: 100%;
  background-color: #000;
  padding-top: 100px;
}
.technology_con .pyramid2 #pin-container {
  position: relative;
  height: 800px;
  width: 800px;
  margin-left: auto;
  margin-right: auto;
}
.technology_con .pyramid2 .dltext {
  color: #fff;
}
.technology_con .pyramid2 .dltext dl {
  position: absolute;
  z-index: 9;
  width: 500px;
  opacity: 0;
}
.technology_con .pyramid2 .dltext dl:nth-of-type(1) {
  left: 80%;
  top: 5%;
}
.technology_con .pyramid2 .dltext dl:nth-of-type(2) {
  left: 90%;
  top: 35%;
}
.technology_con .pyramid2 .dltext dl:nth-of-type(3) {
  left: 100%;
  top: 65%;
}
.technology_con .pyramid2 .dltext dt {
  border-radius: 50px;
  height: 50px;
  width: 200px;
  background: var(--main-color-light);
  text-align: center;
  line-height: 50px;
  margin-bottom: 20px;
  color: #000;
  font-weight: 700;
}
.technology_con .pyramid2 .dltext dd {
  color: var(--color-gray-2);
  padding-left: 10px;
}
.technology_con .pyramid2 .dltext dl:nth-of-type(1) dt {
  background: -webkit-gradient(linear, left top, right top, from(#2ac968), to(#2aca68));
  background: linear-gradient(to right, #2ac968, #2aca68);
}
.technology_con .pyramid2 .dltext dl:nth-of-type(2) dt {
  background: -webkit-gradient(linear, left top, right top, from(#62d644), to(#62d543));
  background: linear-gradient(to right, #62d644, #62d543);
}
.technology_con .pyramid2 .dltext dl:nth-of-type(3) dt {
  background: -webkit-gradient(linear, left top, right top, from(#abcd01), to(#aacc00));
  background: linear-gradient(to right, #abcd01, #aacc00);
}
.technology_con .pyramid2 .dltext dd svg {
  width: 12px;
  height: 12px;
  margin-left: 10px;
  position: relative;
  top: 1px;
}
.technology_con .pyramid2 .dltext dd path {
  fill: #a9cb02;
}
.technology_con .pyramid2 .dltext dd.more {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 20px;
  cursor: pointer;
}
.technology_con .pyramid2 .dltext dl:nth-of-type(1) dd.more:hover span {
  color: #2aca68;
}
.technology_con .pyramid2 .dltext dl:nth-of-type(2) dd.more:hover span {
  color: #62d543;
}
.technology_con .pyramid2 .dltext dl:nth-of-type(3) dd.more:hover span {
  color: #aacc00;
}
.technology_con .pyramid2 .ulText {
  color: #fff;
}
.technology_con .pyramid2 .ulText li {
  position: absolute;
  z-index: 9;
  width: 200px;
  text-align: center;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  opacity: 0;
}
.technology_con .pyramid2 .ulText li:nth-of-type(1) {
  top: 23%;
  font-size: 18px;
  color: #29c968;
}
.technology_con .pyramid2 .ulText li:nth-of-type(2) {
  top: 54%;
  font-size: 28px;
  color: #62d543;
}
.technology_con .pyramid2 .ulText li:nth-of-type(3) {
  top: 85%;
  font-size: 38px;
  color: #abcd00;
}
.technology_con .pyramid_window {
  display: none;
  position: fixed;
  width: 100%;
  height: 100vh;
  top: 0px;
  left: 0px;
  background: rgba(0, 0, 0, 0.8);
  z-index: 9999;
}
.technology_con .pyramid_window .win_con {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 50%;
}
.technology_con .pyramid_window .close {
  background-color: #000;
  -webkit-box-shadow: 0 0 20px #07170b;
          box-shadow: 0 0 20px #07170b;
}
.technology_con .pyramid_window .close:before, .technology_con .pyramid_window .close:after {
  background: #999;
}
.technology_con .pyramid_window .cardBorder {
  padding: 30px 0 30px 0;
}
.technology_con .pyramid_window h3 {
  height: 55px;
  line-height: 55px;
  background: url(../img/oem/oem6.png) no-repeat;
  padding-left: 50px;
  color: #29c968;
}
.technology_con .pyramid_window .con {
  padding: 0px 50px;
  padding-top: 20px;
}
.technology_con .pyramid_window .con h4 {
  color: #ccc;
  margin-bottom: 10px;
}
.technology_con .pyramid_window .con .p {
  margin-bottom: 20px;
}
.technology_con .pyramid_window .con ul {
  margin-bottom: 20px;
}
.technology_con .pyramid_window .con li {
  position: relative;
  padding-left: 20px;
  margin-bottom: 7px;
}
.technology_con .pyramid_window .con li:after {
  content: "";
  display: block;
  position: absolute;
  left: 0px;
  top: 7px;
  width: 7px;
  height: 7px;
  border-radius: 100%;
  background: var(--color-gray-2);
}
.technology_con .pyramid_window .list {
  display: none;
}
.technology_con .pyramid_window .list:nth-of-type(2) h3 {
  color: #62d543;
}
.technology_con .pyramid_window .list:nth-of-type(2) .cardBorder {
  --hue1: 107;
  --hue2: 107;
  background: linear-gradient(235deg, hsl(var(--hue1), 45%, 15%, 0.8), hsl(var(--hue1), 45%, 15%, 0) 33%), linear-gradient(45deg, hsl(var(--hue2), 45%, 15%, 0.8), hsl(var(--hue2), 60%, 15%, 0) 33%), linear-gradient(hsla(107, 50%, 10%, 0.66));
  -webkit-box-shadow: hsl(var(--hue2), 50%, 2%) 0px 10px 16px -8px, hsl(var(--hue2), 50%, 4%) 0px 20px 36px -14px;
          box-shadow: hsl(var(--hue2), 50%, 2%) 0px 10px 16px -8px, hsl(var(--hue2), 50%, 4%) 0px 20px 36px -14px;
}
.technology_con .pyramid_window .list:nth-of-type(2) .cardBorder .shine-top {
  background: conic-gradient(from var(--conic) at center, transparent 40%, hsl(var(--hue2), 100%, 60.77%) 50%, transparent 100%) border-box;
}
.technology_con .pyramid_window .list:nth-of-type(2) .cardBorder .shine-bottom {
  background: conic-gradient(from var(--conic) at center, transparent 50%, hsl(var(--hue2), 100%, 60.77%) 53%, transparent 100%) border-box;
}
.technology_con .pyramid_window .list:nth-of-type(3) h3 {
  color: #abcd00;
}
.technology_con .pyramid_window .list:nth-of-type(3) .cardBorder {
  --hue1: 70;
  --hue2: 70;
  background: linear-gradient(235deg, hsl(var(--hue1), 45%, 15%, 0.8), hsl(var(--hue1), 45%, 15%, 0) 33%), linear-gradient(45deg, hsl(var(--hue2), 45%, 15%, 0.8), hsl(var(--hue2), 60%, 15%, 0) 33%), linear-gradient(hsla(107, 50%, 10%, 0.66));
  -webkit-box-shadow: hsl(var(--hue2), 50%, 2%) 0px 10px 16px -8px, hsl(var(--hue2), 50%, 4%) 0px 20px 36px -14px;
          box-shadow: hsl(var(--hue2), 50%, 2%) 0px 10px 16px -8px, hsl(var(--hue2), 50%, 4%) 0px 20px 36px -14px;
}
.technology_con .pyramid_window .list:nth-of-type(3) .cardBorder .shine-top {
  background: conic-gradient(from var(--conic) at center, transparent 40%, hsl(var(--hue2), 100%, 60.77%) 50%, transparent 100%) border-box;
}
.technology_con .pyramid_window .list:nth-of-type(3) .cardBorder .shine-bottom {
  background: conic-gradient(from var(--conic) at center, transparent 50%, hsl(var(--hue2), 100%, 60.77%) 53%, transparent 100%) border-box;
}
.technology_con .hardware {
  overflow: hidden;
}
.technology_con .hardware .top_title h3 {
  background: radial-gradient(circle at 45% 0%, var(--main-color-light), #ffffff 10%);
  -webkit-background-clip: text;
          background-clip: text;
}
.technology_con .hardware .hardware_con {
  height: 900px;
  position: relative;
}
.technology_con .hardware .hardware_con p {
  left: 0%;
  top: 0%;
  clip-path: circle(50% at 50% 50%);
  opacity: 0.8;
  position: absolute;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 28px;
  font-weight: 700;
  text-align: center;
  line-height: 1;
  width: 256px;
  height: 256px;
  background: url(../img/shui.png) no-repeat;
  background-size: cover;
}
.technology_con .hardware .hardware_con p:hover {
  opacity: 1;
}
.technology_con .hardware .hardware_con p.qian1 {
  left: 7%;
  top: 5%;
  --initial-scale: 0.5;
  -webkit-transform: scale(var(--initial-scale));
      -ms-transform: scale(var(--initial-scale));
          transform: scale(var(--initial-scale));
  padding: 0 15px;
}
.technology_con .hardware .hardware_con p.qian2 {
  left: 5%;
  top: 40%;
  --initial-scale: 0.6;
  -webkit-transform: scale(var(--initial-scale));
      -ms-transform: scale(var(--initial-scale));
          transform: scale(var(--initial-scale));
  padding: 0 15px;
}
.technology_con .hardware .hardware_con p.qian3 {
  left: 18%;
  top: 20%;
  --initial-scale: 0.8;
  -webkit-transform: scale(var(--initial-scale));
      -ms-transform: scale(var(--initial-scale));
          transform: scale(var(--initial-scale));
  padding: 0 15px;
}
.technology_con .hardware .hardware_con p.qian4 {
  left: 21%;
  top: 40%;
  --initial-scale: 0.4;
  -webkit-transform: scale(var(--initial-scale));
      -ms-transform: scale(var(--initial-scale));
          transform: scale(var(--initial-scale));
  padding: 0 15px;
}
.technology_con .hardware .hardware_con p.qian5 {
  left: 31%;
  top: 5%;
  --initial-scale: 0.7;
  -webkit-transform: scale(var(--initial-scale));
      -ms-transform: scale(var(--initial-scale));
          transform: scale(var(--initial-scale));
  padding: 0 15px;
}
.technology_con .hardware .hardware_con p.qian6 {
  left: 30%;
  top: 50%;
  --initial-scale: 0.7;
  -webkit-transform: scale(var(--initial-scale));
      -ms-transform: scale(var(--initial-scale));
          transform: scale(var(--initial-scale));
  padding: 0 15px;
}
.technology_con .hardware .hardware_con p.qian7 {
  left: 41%;
  top: 26%;
  --initial-scale: 1.0;
  -webkit-transform: scale(var(--initial-scale));
      -ms-transform: scale(var(--initial-scale));
          transform: scale(var(--initial-scale));
  padding: 0 15px;
}
.technology_con .hardware .hardware_con p.qian8 {
  left: 46%;
  top: 3%;
  --initial-scale: 0.4;
  -webkit-transform: scale(var(--initial-scale));
      -ms-transform: scale(var(--initial-scale));
          transform: scale(var(--initial-scale));
  padding: 0 15px;
}
.technology_con .hardware .hardware_con p.qian9 {
  left: 43%;
  top: 53%;
  --initial-scale: 0.4;
  -webkit-transform: scale(var(--initial-scale));
      -ms-transform: scale(var(--initial-scale));
          transform: scale(var(--initial-scale));
  padding: 0 15px;
}
.technology_con .hardware .hardware_con p.qian10 {
  left: 55%;
  top: 44%;
  --initial-scale: 0.6;
  -webkit-transform: scale(var(--initial-scale));
      -ms-transform: scale(var(--initial-scale));
          transform: scale(var(--initial-scale));
  padding: 0 15px;
}
.technology_con .hardware .hardware_con p.qian11 {
  left: 62%;
  top: 18%;
  --initial-scale: 0.7;
  -webkit-transform: scale(var(--initial-scale));
      -ms-transform: scale(var(--initial-scale));
          transform: scale(var(--initial-scale));
}
.technology_con .hardware .hardware_con p.qian12 {
  left: 66%;
  top: 0%;
  --initial-scale: 0.4;
  -webkit-transform: scale(var(--initial-scale));
      -ms-transform: scale(var(--initial-scale));
          transform: scale(var(--initial-scale));
  padding: 0 15px;
}
.technology_con .hardware .hardware_con p.qian13 {
  left: 65%;
  top: 43%;
  --initial-scale: 0.4;
  -webkit-transform: scale(var(--initial-scale));
      -ms-transform: scale(var(--initial-scale));
          transform: scale(var(--initial-scale));
  padding: 0 15px;
}
.technology_con .hardware .hardware_con p.qian14 {
  left: 75%;
  top: 6%;
  --initial-scale: 0.4;
  -webkit-transform: scale(var(--initial-scale));
      -ms-transform: scale(var(--initial-scale));
          transform: scale(var(--initial-scale));
  padding: 0 15px;
}
.technology_con .hardware .hardware_con p.qian15 {
  left: 75%;
  top: 36%;
  --initial-scale: 0.8;
  -webkit-transform: scale(var(--initial-scale));
      -ms-transform: scale(var(--initial-scale));
          transform: scale(var(--initial-scale));
  padding: 0 15px;
}
.technology_con .hardware .hardware_con p.hou {
  width: 50px;
  height: 50px;
  -webkit-filter: blur(5px);
          filter: blur(5px);
}
.technology_con .hardware .hardware_con p.hou1 {
  left: 5%;
  top: 10%;
}
.technology_con .hardware .hardware_con p.hou2 {
  left: 8%;
  top: 20%;
}
.technology_con .hardware .hardware_con p.hou3 {
  left: 10%;
  top: 65%;
}
.technology_con .hardware .hardware_con p.hou4 {
  left: 5%;
  top: 75%;
  -webkit-transform: scale(0.5);
      -ms-transform: scale(0.5);
          transform: scale(0.5);
}
.technology_con .hardware .hardware_con p.hou5 {
  left: 20%;
  top: 70%;
  -webkit-transform: scale(0.7);
      -ms-transform: scale(0.7);
          transform: scale(0.7);
}
.technology_con .hardware .hardware_con p.hou6 {
  left: 23%;
  top: 60%;
  -webkit-transform: scale(1);
      -ms-transform: scale(1);
          transform: scale(1);
  -webkit-filter: blur(0px);
          filter: blur(0px);
}
.technology_con .hardware .hardware_con p.hou7 {
  left: 18%;
  top: 50%;
  -webkit-transform: scale(0.9);
      -ms-transform: scale(0.9);
          transform: scale(0.9);
  -webkit-filter: blur(0px);
          filter: blur(0px);
}
.technology_con .hardware .hardware_con p.hou8 {
  left: 26%;
  top: 14%;
  -webkit-transform: scale(0.9);
      -ms-transform: scale(0.9);
          transform: scale(0.9);
  -webkit-filter: blur(2px);
          filter: blur(2px);
}
.technology_con .hardware .hardware_con p.hou9 {
  left: 34%;
  top: 37%;
  -webkit-transform: scale(1.4);
      -ms-transform: scale(1.4);
          transform: scale(1.4);
  -webkit-filter: blur(3px);
          filter: blur(3px);
}
.technology_con .hardware .hardware_con p.hou10 {
  left: 46%;
  top: 16%;
  -webkit-transform: scale(0.9);
      -ms-transform: scale(0.9);
          transform: scale(0.9);
  -webkit-filter: blur(4px);
          filter: blur(4px);
}
.technology_con .hardware .hardware_con p.hou11 {
  left: 56%;
  top: 18%;
  -webkit-transform: scale(0.7);
      -ms-transform: scale(0.7);
          transform: scale(0.7);
  -webkit-filter: blur(0px);
          filter: blur(0px);
}
.technology_con .hardware .hardware_con p.hou12 {
  left: 58%;
  top: 28%;
  -webkit-transform: scale(1);
      -ms-transform: scale(1);
          transform: scale(1);
  -webkit-filter: blur(0px);
          filter: blur(0px);
}
.technology_con .hardware .hardware_con p.hou13 {
  left: 60%;
  top: 38%;
  -webkit-transform: scale(0.7);
      -ms-transform: scale(0.7);
          transform: scale(0.7);
  -webkit-filter: blur(4px);
          filter: blur(4px);
}
.technology_con .hardware .hardware_con p.hou14 {
  left: 55%;
  top: 44%;
  -webkit-transform: scale(0.7);
      -ms-transform: scale(0.7);
          transform: scale(0.7);
  -webkit-filter: blur(2px);
          filter: blur(2px);
}
.technology_con .hardware .hardware_con p.hou15 {
  left: 67%;
  top: 64%;
  -webkit-transform: scale(0.9);
      -ms-transform: scale(0.9);
          transform: scale(0.9);
  -webkit-filter: blur(3px);
          filter: blur(3px);
}
.technology_con .hardware .hardware_con p.hou16 {
  left: 77%;
  top: 68%;
  -webkit-transform: scale(0.9);
      -ms-transform: scale(0.9);
          transform: scale(0.9);
  -webkit-filter: blur(3px);
          filter: blur(3px);
}
.technology_con .hardware .hardware_con p.hou17 {
  left: 84%;
  top: 62%;
  -webkit-transform: scale(0.9);
      -ms-transform: scale(0.9);
          transform: scale(0.9);
  -webkit-filter: blur(3px);
          filter: blur(3px);
}
.technology_con .hardware .hardware_con p.hou18 {
  left: 84%;
  top: 10%;
  -webkit-transform: scale(0.8);
      -ms-transform: scale(0.8);
          transform: scale(0.8);
  -webkit-filter: blur(1px);
          filter: blur(1px);
}
.technology_con .hardware .hardware_con p.hou19 {
  left: 82%;
  top: 30%;
  -webkit-transform: scale(0.9);
      -ms-transform: scale(0.9);
          transform: scale(0.9);
  -webkit-filter: blur(0px);
          filter: blur(0px);
}
.technology_con .hardware .hardware_con p.hou20 {
  left: 75%;
  top: 28%;
  -webkit-transform: scale(0.8);
      -ms-transform: scale(0.8);
          transform: scale(0.8);
  -webkit-filter: blur(0px);
          filter: blur(0px);
}
.technology_con .AI {
  overflow: hidden;
}
.technology_con .AI .top_title h3 {
  background: radial-gradient(circle at 45% 0%, var(--main-color-light), #ffffff 10%);
  -webkit-background-clip: text;
          background-clip: text;
}
.technology_con .AI .AI_con {
  position: relative;
  max-width: 1920px;
  overflow: hidden;
  margin-left: auto;
  margin-right: auto;
  background: #000 url(../img/aibg.jpg) no-repeat center;
  background-size: 94%;
}
.technology_con .AI .AI_con .img {
  min-height: 100vh;
}
.technology_con .AI .AI_con .img > img {
  width: 100%;
}
.technology_con .AI .AI_con .img_all {
  width: 510px;
  height: 510px;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 2;
}
.technology_con .AI .AI_con .img_all img {
  position: absolute;
  left: 0%;
  top: 0%;
}
.technology_con .AI .AI_con .img_all .imgD img {
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  opacity: 0.7;
}
.technology_con .AI .AI_con .img_all .imgD img.click {
  visibility: hidden;
  opacity: 0;
}
.technology_con .AI .AI_con .img_all .imgD img.hover {
  opacity: 1;
}
.technology_con .AI .AI_con .img_all .imgH img {
  opacity: 0;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.technology_con .AI .AI_con .img_all .imgH img.click {
  opacity: 1;
}
.technology_con .AI .AI_con .imgM li {
  position: absolute;
  left: 0%;
  top: 0%;
  width: 100%;
  height: 100%;
  z-index: 9;
  cursor: pointer;
}
.technology_con .AI .AI_con .imgM li:nth-of-type(1) {
  clip-path: polygon(25% 10%, 8% 28%, 3% 50%, 6% 72%, 48% 50%, 50% 0%);
}
.technology_con .AI .AI_con .imgM li:nth-of-type(2) {
  clip-path: polygon(51% 2%, 51% 50%, 95% 73%, 97% 40%, 85% 19%, 72% 9%);
}
.technology_con .AI .AI_con .imgM li:nth-of-type(3) {
  clip-path: polygon(51% 51%, 6% 74%, 25% 90%, 56% 97%, 81% 85%, 91% 73%);
}
.technology_con .AI .AI_con .sanX {
  width: 510px;
  height: 510px;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  pointer-events: none;
}
.technology_con .AI .AI_con .sanX img {
  position: absolute;
  left: 0%;
  top: 0%;
  opacity: 0;
  width: 100%;
}
.technology_con .AI .AI_con .sanX img:nth-of-type(1) {
  left: -13%;
  top: 0%;
}
.technology_con .AI .AI_con .sanX img:nth-of-type(2) {
  left: 13%;
  top: 0%;
}
.technology_con .AI .AI_con .sanX img:nth-of-type(3) {
  left: 13%;
  top: 0%;
}
.technology_con .AI .AI_con .list_all .list {
  opacity: 0;
  pointer-events: none;
  position: absolute;
  left: 0px;
  top: 13%;
  width: 408px;
  height: 710px;
  background-size: cover;
  color: #fff;
}
.technology_con .AI .AI_con .list_all .list h3 {
  width: 100%;
  height: 85px;
  padding-left: 60px;
  margin-top: 10%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.technology_con .AI .AI_con .list_all .list .con {
  padding: 30px 50px;
}
.technology_con .AI .AI_con .list_all .list .con .p {
  color: var(--color-gray-2);
  margin-bottom: 30px;
  position: relative;
}
.technology_con .AI .AI_con .list_all .list .con .p:after {
  content: "";
  position: absolute;
  left: -15px;
  top: -10px;
  width: 14px;
  height: 14px;
  display: block;
  background: url(../img/jt.png) no-repeat;
  background-size: cover;
}
.technology_con .AI .AI_con .list_all .list .con h4 {
  color: var(--color-gray-2);
  margin-bottom: 5px;
  font-weight: 700;
}
.technology_con .AI .AI_con .list_all .list .con p {
  font-size: 16px;
}
.technology_con .AI .AI_con .list_all .list .con ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 5px;
}
.technology_con .AI .AI_con .list_all .list .con ul li {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  background: rgba(65, 145, 129, 0.1882352941);
  padding: 20px 10px;
}
.technology_con .AI .AI_con .list_all .list:nth-of-type(1) {
  left: 12%;
  background: url(../img/ailine4.png) no-repeat;
}
.technology_con .AI .AI_con .list_all .list:nth-of-type(1) h3 {
  color: #4a9948;
  background: url(../img/ailine3.png) no-repeat;
}
.technology_con .AI .AI_con .list_all .list:nth-of-type(1) .con .p:after {
  background-image: url(../img/jt_1.png);
}
.technology_con .AI .AI_con .list_all .list:nth-of-type(2) {
  left: 67%;
  background: url(../img/ailine2.png) no-repeat;
}
.technology_con .AI .AI_con .list_all .list:nth-of-type(2) h3 {
  color: #abcd05;
  background: url(../img/ailine1.png) no-repeat;
}
.technology_con .AI .AI_con .list_all .list:nth-of-type(3) {
  left: 67%;
  background: url(../img/ailine6.png) no-repeat;
}
.technology_con .AI .AI_con .list_all .list:nth-of-type(3) h3 {
  color: #419181;
  background: url(../img/ailine5.png) no-repeat;
}
.technology_con .AI .AI_con .list_all .list:nth-of-type(3) .con .p:after {
  background-image: url(../img/jt_2.png);
}
.technology_con .AI .AI_con .textD dl {
  width: 27vw;
  max-width: 340px;
  position: absolute;
  opacity: 0.7;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.technology_con .AI .AI_con .textD dl dd {
  position: absolute;
}
.technology_con .AI .AI_con .textD dl dd:nth-of-type(1) h3 {
  color: #6AD667;
}
.technology_con .AI .AI_con .textD dl dd:nth-of-type(2) h3 {
  color: #ABCD03;
}
.technology_con .AI .AI_con .textD dl dd:nth-of-type(3) h3 {
  color: #5ECBB5;
}
.technology_con .AI .AI_con .textD dl .p {
  color: #828286;
}
.technology_con .AI .AI_con .textD dl.hover {
  opacity: 1;
}
.technology_con .AI .AI_con .textD dl:nth-of-type(1) {
  left: 10%;
  top: 25%;
}
.technology_con .AI .AI_con .textD dl:nth-of-type(1) dd:nth-of-type(2) {
  opacity: 0;
  pointer-events: none;
}
.technology_con .AI .AI_con .textD dl:nth-of-type(1) dd:nth-of-type(3) {
  opacity: 0;
  pointer-events: none;
}
.technology_con .AI .AI_con .textD dl:nth-of-type(2) {
  left: 70%;
  top: 25%;
}
.technology_con .AI .AI_con .textD dl:nth-of-type(2) dd:nth-of-type(1) {
  opacity: 0;
  pointer-events: none;
}
.technology_con .AI .AI_con .textD dl:nth-of-type(2) dd:nth-of-type(3) {
  opacity: 0;
  pointer-events: none;
}
.technology_con .AI .AI_con .textD dl:nth-of-type(3) {
  left: 10%;
  top: 60%;
}
.technology_con .AI .AI_con .textD dl:nth-of-type(3) dd:nth-of-type(1) {
  opacity: 0;
  pointer-events: none;
}
.technology_con .AI .AI_con .textD dl:nth-of-type(3) dd:nth-of-type(2) {
  opacity: 0;
  pointer-events: none;
}
.technology_con .AI .AI_con .textD dl:nth-of-type(4) {
  left: 70%;
  top: 60%;
}
.technology_con .AI .AI_con .textD dl:nth-of-type(4) dd:nth-of-type(1) {
  opacity: 0;
  pointer-events: none;
}
.technology_con .AI .AI_con .textD dl:nth-of-type(4) dd:nth-of-type(2) {
  opacity: 0;
  pointer-events: none;
}
.technology_con .AI .AI_con .textD dl:nth-of-type(4) dd:nth-of-type(3) {
  opacity: 0;
  pointer-events: none;
}
.technology_con .AI .AI_con .active0 .textD dl:nth-of-type(1) {
  opacity: 0;
  pointer-events: none;
}
.technology_con .AI .AI_con .active0 .textD dl:nth-of-type(3) {
  opacity: 0;
  pointer-events: none;
}
.technology_con .AI .AI_con .active0 .textD dl:nth-of-type(4) dd:nth-of-type(3) {
  opacity: 1;
  pointer-events: auto;
}
.technology_con .AI .AI_con .active1 .textD dl:nth-of-type(2) {
  opacity: 0;
  pointer-events: none;
}
.technology_con .AI .AI_con .active2 .textD dl:nth-of-type(2) {
  opacity: 0;
  pointer-events: none;
}
.technology_con .AI .AI_con .active2 .textD dl:nth-of-type(3) dd:nth-of-type(1) {
  opacity: 1;
  pointer-events: auto;
}
.technology_con .AI .AI_con .active2 .textD dl:nth-of-type(3) dd:nth-of-type(3) {
  opacity: 0;
  pointer-events: none;
}
.technology_con .AI .AI_con .active2 .textD dl:nth-of-type(1) dd:nth-of-type(1) {
  opacity: 0;
  pointer-events: none;
}
.technology_con .AI .AI_con .active2 .textD dl:nth-of-type(1) dd:nth-of-type(2) {
  opacity: 1;
  pointer-events: auto;
}

.technology_con .AI .AI_con .list_all .list .con .tip {
  color: #999;
  font-style: italic;
}

@media only screen and (min-width: 1950px) {
  .technology_con .pyramid .pyramid_con .py_text .text1 dl:nth-of-type(3) dd {
    left: 358px;
  }
  .technology_con .pyramid .pyramid_con .py_text .text2 dl:nth-of-type(3) dd {
    left: 358px;
  }
  .technology_con .pyramid .pyramid_con .py_text .text2 dl:nth-of-type(3) dd:nth-of-type(2) {
    right: 358px;
  }
}
@media only screen and (max-width: 1900px) {
  .technology_con .pyramid .pyramid_con .py_text dd {
    width: 30vw;
  }
  .technology_con .pyramid .pyramid_con .py_text dd > img {
    width: 35%;
  }
  .technology_con .pyramid .pyramid_con .py_text dd p br {
    display: none;
  }
  .technology_con .pyramid .pyramid_con .py_text .text1 {
    height: 49vw;
  }
  .technology_con .pyramid .pyramid_con .py_text .text1 dl:nth-of-type(1) dd {
    top: -5.5vw;
    left: 5.3vw;
  }
  .technology_con .pyramid .pyramid_con .py_text .text1 dl:nth-of-type(2) dd {
    top: -8.5vw;
    right: 10vw;
  }
  .technology_con .pyramid .pyramid_con .py_text .text1 dl:nth-of-type(3) dd {
    top: -10vw;
    left: 18.5vw;
  }
  .technology_con .pyramid .pyramid_con .py_text .text2 {
    height: 49vw;
  }
  .technology_con .pyramid .pyramid_con .py_text .text2 dl:nth-of-type(1) dd {
    top: -5.5vw;
    left: 6vw;
  }
  .technology_con .pyramid .pyramid_con .py_text .text2 dl:nth-of-type(1) dd:nth-of-type(2) {
    right: 6vw;
  }
  .technology_con .pyramid .pyramid_con .py_text .text2 dl:nth-of-type(2) dd {
    top: -7.5vw;
    left: 10.7vw;
  }
  .technology_con .pyramid .pyramid_con .py_text .text2 dl:nth-of-type(2) dd:nth-of-type(2) {
    right: 10.7vw;
  }
  .technology_con .pyramid .pyramid_con .py_text .text2 dl:nth-of-type(3) dd {
    top: -7.5vw;
    left: 18.8vw;
  }
  .technology_con .pyramid .pyramid_con .py_text .text2 dl:nth-of-type(3) dd:nth-of-type(2) {
    right: 18.8vw;
  }
  .technology_con .pyramid .pyramid_con .py_text.left .text2 dd {
    width: 12vw;
  }
  .technology_con .pyramid .pyramid_con .py_edit .dl {
    width: 23vw;
    top: 25vw;
  }
  .technology_con .pyramid .pyramid_con .py_text.left .text2 dl:nth-of-type(1) dd {
    top: -3.5vw;
    left: 6vw;
  }
  .technology_con .pyramid .pyramid_con .py_text.left .text2 dl:nth-of-type(1) dd:nth-of-type(2) {
    right: 0vw;
  }
  .technology_con .pyramid .pyramid_con .py_text.left .text2 dl:nth-of-type(3) dd {
    top: -6vw;
    left: 16vw;
  }
  .technology_con .pyramid .pyramid_con .py_text.left .text2 dl:nth-of-type(3) dd:nth-of-type(2) {
    right: 14vw;
  }
  .technology_con .pyramid .pyramid_con .py_text.left .text2 dl:nth-of-type(2) dd {
    left: 10vw;
    top: -7vw;
  }
  .technology_con .pyramid .pyramid_con .py_text.left .text2 dl:nth-of-type(2) dd:nth-of-type(2) {
    right: 7vw;
  }
  .technology_con .pyramid .pyramid_con .py_text.left-1 .text2 dl:nth-of-type(1) dd:nth-of-type(1) .edit_line {
    width: 20vw;
  }
  .technology_con .pyramid .pyramid_con .py_text.left-1 .text2 dl:nth-of-type(1) dd:nth-of-type(1) {
    left: 4vw;
    top: -4vw;
  }
  .technology_con .pyramid .pyramid_con .py_text.left-2 .text2 dl:nth-of-type(2) dd:nth-of-type(1) {
    top: -9vw;
    left: 9vw;
  }
  .technology_con .pyramid .pyramid_con .py_text.left-2 .text2 dl:nth-of-type(2) dd:nth-of-type(1) .edit_line {
    width: 20vw;
  }
  .technology_con .pyramid .pyramid_con .py_text.left-3 .text2 dl:nth-of-type(3) dd:nth-of-type(1) .edit_line {
    width: 13vw;
  }
  .technology_con .pyramid .pyramid_con .py_text.left-3 .text2 dl:nth-of-type(3) dd:nth-of-type(1) {
    top: -9vw;
    left: 16.8vw;
  }
  .technology_con .pyramid .pyramid_con .py_text.right .text2 dl:nth-of-type(1) dd {
    left: 2vw;
    top: -3.5vw;
  }
  .technology_con .pyramid .pyramid_con .py_text.right .text2 dl:nth-of-type(1) dd:nth-of-type(2) {
    right: 4vw;
  }
  .technology_con .pyramid .pyramid_con .py_text.right .text2 dl:nth-of-type(2) dd {
    left: 8vw;
    top: -7vw;
  }
  .technology_con .pyramid .pyramid_con .py_text.right .text2 dl:nth-of-type(2) dd:nth-of-type(2) {
    right: 11vw;
  }
  .technology_con .pyramid .pyramid_con .py_text.right .text2 dl:nth-of-type(3) dd {
    left: 14vw;
    top: -6vw;
  }
  .technology_con .pyramid .pyramid_con .py_text.right .text2 dl:nth-of-type(3) dd:nth-of-type(2) {
    right: 17vw;
  }
  .technology_con .pyramid .pyramid_con .py_text.right-1 .text2 dl:nth-of-type(1) dd:nth-of-type(2) .edit_line {
    width: 20vw;
  }
  .technology_con .pyramid .pyramid_con .py_text.right-1 .text2 dl:nth-of-type(1) dd:nth-of-type(2) {
    right: 9vw;
    top: -5vw;
  }
  .technology_con .pyramid .pyramid_con .py_text.right-2 .text2 dl:nth-of-type(2) dd:nth-of-type(2) .edit_line {
    width: 15vw;
  }
  .technology_con .pyramid .pyramid_con .py_text.right-2 .text2 dl:nth-of-type(2) dd:nth-of-type(2) {
    top: -9vw;
    right: 10vw;
  }
  .technology_con .pyramid .pyramid_con .py_text.right-3 .text2 dl:nth-of-type(3) dd:nth-of-type(2) .edit_line {
    width: 13vw;
  }
  .technology_con .pyramid .pyramid_con .py_text.right-3 .text2 dl:nth-of-type(3) dd:nth-of-type(2) {
    top: -9vw;
    right: 15vw;
  }
  .technology_con .AI .AI_con {
    background-size: 90%;
  }
  .technology_con .AI .AI_con .img_all {
    width: 25vw;
    height: 25vw;
  }
  .technology_con .AI .AI_con .img_all .imgD img {
    width: 100%;
    height: 100%;
  }
  .technology_con .AI .AI_con .img_all .imgH img {
    width: 100%;
    height: 100%;
  }
  .technology_con .AI .AI_con .sanX {
    width: 25vw;
    height: 25vw;
  }
  .technology_con .AI .AI_con .list_all .list {
    width: 21vw;
    background-size: 100% !important;
  }
  .technology_con .AI .AI_con .list_all .list:nth-of-type(1) {
    left: 13%;
  }
  .technology_con .AI .AI_con .list_all .list:nth-of-type(2) {
    left: 66%;
  }
  .technology_con .AI .AI_con .list_all .list:nth-of-type(3) {
    left: 66%;
  }
}
@media only screen and (max-width: 1600px) {
  .technology_con .pyramid2 #pin-container {
    width: 40vw;
    height: 40vw;
  }
  .technology_con .pyramid2 .dltext dt {
    width: 180px;
    height: 40px;
    line-height: 40px;
    margin-bottom: 10px;
  }
  .technology_con .pyramid2 .dltext dd.more {
    margin-top: 15px;
  }
  .technology_con .pyramid2 .ulText li:nth-of-type(1) {
    font-size: 14px;
  }
  .technology_con .pyramid2 .ulText li:nth-of-type(2) {
    font-size: 20px;
  }
  .technology_con .pyramid2 .ulText li:nth-of-type(3) {
    font-size: 28px;
  }
}
@media only screen and (max-width: 1600px) {
  .technology_con .AI .AI_con .list_all .list .con {
    padding: 2vw 2vw 2vw 3vw;
  }
  .technology_con .AI .AI_con .list_all .list .con p {
    font-size: 14px;
  }
  .technology_con .AI .AI_con .list_all .list .con ul li {
    padding: 1vw;
  }
  .technology_con .AI .AI_con .list_all .list .con .p:after {
    width: 8px;
    height: 8px;
    left: -10px;
    top: -5px;
  }
  .technology_con .AI .AI_con .list_all .list h3 {
    height: 65px;
    background-size: cover !important;
    padding-left: 20px;
  }
}
@media only screen and (max-width: 1500px) {
  .technology_con .pyramid .pyramid_con > .a a {
    width: 120px;
    height: 40px;
    line-height: 40px;
  }
  .technology_con .pyramid .pyramid_con .py_text .text2 p {
    font-size: 18px;
    height: 40px;
    line-height: 40px;
    width: 120px;
  }
  .technology_con .pyramid .pyramid_con .py_text .text2 dl:nth-of-type(1) dd {
    left: 6.4vw;
  }
  .technology_con .pyramid .pyramid_con .py_text .text2 dl:nth-of-type(1) dd:nth-of-type(2) {
    right: 6.5vw;
  }
  .technology_con .pyramid .pyramid_con .py_text.left .text2 dl:nth-of-type(1) dd:nth-of-type(2) {
    right: -3vw;
  }
  .technology_con .pyramid .pyramid_con .py_text.left .text2 dl:nth-of-type(2) dd:nth-of-type(2) {
    right: 3vw;
  }
  .technology_con .pyramid .pyramid_con .py_text.left .text2 dl:nth-of-type(3) dd:nth-of-type(2) {
    right: 11vw;
  }
  .technology_con .pyramid .pyramid_con .py_text.left .text2 dl:nth-of-type(1) dd {
    left: 4vw;
  }
  .technology_con .pyramid .pyramid_con .py_text.left .text2 dl:nth-of-type(2) dd {
    left: 11vw;
  }
  .technology_con .pyramid .pyramid_con .py_text.left .text2 dl:nth-of-type(3) dd {
    left: 19vw;
  }
  .technology_con .pyramid .pyramid_con .py_edit .dt {
    width: 120px;
    height: 40px;
    line-height: 40px;
    font-size: 18px;
  }
  .technology_con .pyramid .pyramid_con .py_text.left .py_edit .dl {
    right: 13vw;
  }
  .technology_con .pyramid .pyramid_con .py_text.right .text2 dl:nth-of-type(1) dd:nth-of-type(2) {
    right: -3vw;
  }
  .technology_con .pyramid .pyramid_con .py_text.right .text2 dl:nth-of-type(2) dd:nth-of-type(2) {
    right: 3vw;
  }
  .technology_con .pyramid .pyramid_con .py_text.right .text2 dl:nth-of-type(3) dd:nth-of-type(2) {
    right: 11vw;
  }
  .technology_con .pyramid .pyramid_con .py_text.right-1 .text2 dl:nth-of-type(1) dd:nth-of-type(2) {
    right: 6vw;
  }
  .technology_con .pyramid .pyramid_con .py_text.right-2 .text2 dl:nth-of-type(2) dd:nth-of-type(2) {
    right: 8vw;
  }
  .technology_con .pyramid .pyramid_con .py_text.right-3 .text2 dl:nth-of-type(3) dd:nth-of-type(2) {
    right: 12vw;
  }
}
@media only screen and (max-width: 1450px) {
  .technology_con .pyramid .pyramid_list {
    width: 85%;
  }
  .technology_con .pyramid .pyramid_list ul li:first-child {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 22.5%;
            flex: 0 0 22.5%;
  }
  .technology_con .pyramid .pyramid_list ul li:last-child {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 22.5%;
            flex: 0 0 22.5%;
  }
  .technology_con .pyramid .pyramid_list dl dd {
    padding: 2vw 3vw;
  }
  .technology_con .hardware .hardware_con p {
    width: 15vw;
    height: 15vw;
    font-size: 1.7vw;
  }
}
@media only screen and (max-width: 1400px) {
  .technology_con .pyramid2 .dltext dl:nth-of-type(1) {
    top: 0px;
  }
  .technology_con .pyramid2 .dltext dl:nth-of-type(2) {
    top: 32%;
  }
}
@media only screen and (max-width: 1200px) {
  .technology_con .hardware .hardware_con p {
    font-weight: normal;
    padding: 0 20px;
  }
  .technology_con .hardware .hardware_con p.qian1 {
    left: 7%;
    top: 5%;
    -webkit-transform: scale(1.2);
        -ms-transform: scale(1.2);
            transform: scale(1.2);
  }
  .technology_con .hardware .hardware_con p.qian2 {
    left: 5%;
    top: 40%;
    -webkit-transform: scale(0.8);
        -ms-transform: scale(0.8);
            transform: scale(0.8);
  }
  .technology_con .hardware .hardware_con p.qian3 {
    left: 18%;
    top: 20%;
    -webkit-transform: scale(1);
        -ms-transform: scale(1);
            transform: scale(1);
  }
  .technology_con .hardware .hardware_con p.qian4 {
    left: 21%;
    top: 40%;
    -webkit-transform: scale(0.6);
        -ms-transform: scale(0.6);
            transform: scale(0.6);
  }
  .technology_con .hardware .hardware_con p.qian5 {
    left: 31%;
    top: 5%;
    -webkit-transform: scale(0.9);
        -ms-transform: scale(0.9);
            transform: scale(0.9);
  }
  .technology_con .hardware .hardware_con p.qian6 {
    left: 30%;
    top: 50%;
    -webkit-transform: scale(0.9);
        -ms-transform: scale(0.9);
            transform: scale(0.9);
  }
  .technology_con .hardware .hardware_con p.qian7 {
    left: 41%;
    top: 26%;
    -webkit-transform: scale(1);
        -ms-transform: scale(1);
            transform: scale(1);
  }
  .technology_con .hardware .hardware_con p.qian8 {
    left: 46%;
    top: 3%;
    -webkit-transform: scale(0.6);
        -ms-transform: scale(0.6);
            transform: scale(0.6);
  }
  .technology_con .hardware .hardware_con p.qian9 {
    left: 43%;
    top: 53%;
    -webkit-transform: scale(0.6);
        -ms-transform: scale(0.6);
            transform: scale(0.6);
  }
  .technology_con .hardware .hardware_con p.qian10 {
    left: 55%;
    top: 44%;
    -webkit-transform: scale(0.8);
        -ms-transform: scale(0.8);
            transform: scale(0.8);
  }
  .technology_con .hardware .hardware_con p.qian11 {
    left: 62%;
    top: 18%;
    -webkit-transform: scale(0.9);
        -ms-transform: scale(0.9);
            transform: scale(0.9);
  }
  .technology_con .hardware .hardware_con p.qian12 {
    left: 66%;
    top: 0%;
    -webkit-transform: scale(0.6);
        -ms-transform: scale(0.6);
            transform: scale(0.6);
  }
  .technology_con .hardware .hardware_con p.qian13 {
    left: 65%;
    top: 43%;
    -webkit-transform: scale(0.6);
        -ms-transform: scale(0.6);
            transform: scale(0.6);
  }
  .technology_con .hardware .hardware_con p.qian14 {
    left: 75%;
    top: 6%;
    -webkit-transform: scale(0.6);
        -ms-transform: scale(0.6);
            transform: scale(0.6);
  }
  .technology_con .hardware .hardware_con p.qian15 {
    left: 75%;
    top: 36%;
    -webkit-transform: scale(1);
        -ms-transform: scale(1);
            transform: scale(1);
  }
  .technology_con .AI .AI_con .list_all .list .con {
    max-height: 30vw;
    overflow-y: auto;
  }
  .technology_con .AI .AI_con .img {
    min-height: auto;
  }
  .technology_con .AI .AI_con .textD dl:nth-of-type(1) {
    left: 8%;
    top: 5%;
  }
  .technology_con .AI .AI_con .textD dl:nth-of-type(3) {
    left: 8%;
  }
  .technology_con .AI .AI_con .textD dl:nth-of-type(2) {
    top: 5%;
  }
  .technology_con .pyramid2 .dltext dl {
    width: 100%;
  }
  .technology_con .pyramid2 .dltext dt {
    width: 170px;
    height: 30px;
    line-height: 30px;
  }
  .technology_con .pyramid2 .dltext dl:nth-of-type(1) {
    left: 60%;
  }
  .technology_con .pyramid2 .dltext dl:nth-of-type(2) {
    left: 70%;
    top: 33%;
  }
  .technology_con .pyramid2 .dltext dl:nth-of-type(3) {
    left: 85%;
  }
  .technology_con .pyramid2 .dltext dd.more {
    margin-top: 10px;
  }
  .technology_con.crumb_banner .banner {
    height: 60vh;
  }
  .technology_con .css_banner .text {
    left: 10%;
  }
}
@media only screen and (max-width: 1000px) {
  .technology_con .AI .AI_con .textD dl:nth-of-type(1) {
    top: 0px;
    left: 5%;
  }
  .technology_con .AI .AI_con .textD dl:nth-of-type(2) {
    top: 0%;
  }
  .technology_con .AI .AI_con .textD dl:nth-of-type(3) {
    left: 5%;
    width: 100vw;
  }
  .technology_con .AI .AI_con .textD dl .p {
    margin-bottom: 10px;
    line-height: 1.3;
  }
  .technology_con .AI .AI_con .textD dl dd h3 {
    font-size: 16px;
    margin-bottom: 10px !important;
    font-weight: 700;
  }
  .technology_con .pyramid2 .dltext dl {
    width: 80%;
  }
  .technology_con .pyramid2 #pin-container {
    width: 55vw;
    height: 55vw;
  }
  .technology_con .AI .AI_con .list_all .list {
    width: 28vw;
    top: 0px;
  }
  .technology_con .AI .AI_con .list_all .list:nth-of-type(1) {
    left: 5%;
  }
  .technology_con .AI .AI_con .textD dl {
    width: 30vw;
  }
  .technology_con .AI .AI_con .textD dl:nth-of-type(4) {
    left: 67%;
    top: 55%;
  }
  .technology_con .AI .AI_con .textD dl:nth-of-type(2) {
    left: 67%;
  }
  .technology_con .banner .text {
    left: 5%;
  }
}
.pyramid_mo {
  display: none;
}

.technology_con .AI .AI_con .list_all .list .close {
  display: none;
  z-index: 9;
}

@media only screen and (max-width: 768px) {
  .technology_con .hardware .hardware_con p {
    font-size: 14px !important;
  }
  .technology_con.crumb_banner .banner {
    height: 350px;
  }
  .technology_con.crumb_banner .banner .text {
    top: 55%;
    width: 80%;
    left: 5%;
  }
  .technology_con .banner .text .a {
    margin-top: 5vw;
  }
  .technology_con .banner .text .p {
    margin-top: 10px;
    display: none;
  }
  .technology_con .pyramid .top_title {
    padding-bottom: 5vw;
    padding-top: 10vw;
  }
  .technology_con .pyramid .top_title .p br {
    display: none;
  }
  .technology_con .pyramid_con {
    display: none;
  }
  .technology_con .pyramid_mo {
    display: block;
  }
  .technology_con .pyramid_mo .top_title .a a {
    color: var(--main-color-light);
  }
  .technology_con .pyramid_mo .top_title .a img {
    -webkit-transform: translateY(2px);
        -ms-transform: translateY(2px);
            transform: translateY(2px);
  }
  .technology_con .pyramid_mo .top_title h3 {
    background: radial-gradient(circle at 50% 0%, var(--main-color-light), #ffffff 25%);
    color: transparent;
    line-height: 1.3;
    -webkit-background-clip: text;
    background-clip: text;
  }
  .technology_con .pyramid_mo .top_title .p br {
    display: none;
  }
  .technology_con .pyramid_mo .py_mo_con > ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .technology_con .pyramid_mo .py_mo_con > ul li {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    color: var(--main-color-light);
    text-align: center;
    text-align: right;
  }
  .technology_con .pyramid_mo .py_mo_con > ul li:nth-of-type(1) {
    text-align: right;
    padding-right: 20px;
  }
  .technology_con .pyramid_mo .py_mo_con > ul li:nth-of-type(2) {
    text-align: left;
    padding-left: 20px;
  }
  .technology_con .pyramid_mo .py_mo_con .py_text {
    color: var(--main-color-light);
    position: relative;
  }
  .technology_con .pyramid_mo .py_mo_con .py_text dt p {
    position: absolute;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
  }
  .technology_con .pyramid_mo .py_mo_con .py_text dt p:nth-of-type(1) {
    left: 50%;
    top: 25%;
  }
  .technology_con .pyramid_mo .py_mo_con .py_text dt p:nth-of-type(2) {
    left: 50%;
    top: 55%;
  }
  .technology_con .pyramid_mo .py_mo_con .py_text dt p:nth-of-type(3) {
    left: 50%;
    top: 85%;
  }
  .technology_con .pyramid_mo .py_mo_con .py_text dd p {
    width: 130px;
    height: 42px;
    line-height: 42px;
    text-align: center;
    background: rgb(171, 205, 3);
    border-radius: 40px;
    color: #fff;
    position: absolute;
  }
  .technology_con .pyramid_mo .py_mo_con .py_text dd p:nth-of-type(1) {
    right: 55%;
    top: 13%;
  }
  .technology_con .pyramid_mo .py_mo_con .py_text dd p:nth-of-type(2) {
    left: 55%;
    top: 13%;
  }
  .technology_con .pyramid_mo .py_mo_con .py_text dd p:nth-of-type(3) {
    right: 60%;
    top: 40%;
  }
  .technology_con .pyramid_mo .py_mo_con .py_text dd p:nth-of-type(4) {
    left: 60%;
    top: 40%;
  }
  .technology_con .pyramid_mo .py_mo_con .py_text dd p:nth-of-type(5) {
    right: 65%;
    top: 70%;
  }
  .technology_con .pyramid_mo .py_mo_con .py_text dd p:nth-of-type(6) {
    left: 65%;
    top: 70%;
  }
  .technology_con .pyramid_mo .py_mo_con .py_text > img {
    width: 100%;
  }
  .technology_con .pyramid_mo .py_edit {
    display: none;
  }
  .technology_con .pyramid_mo .div_text {
    position: fixed;
    top: 0px;
    left: 0px;
    right: 0px;
    bottom: 0px;
    z-index: 99;
    background: rgba(0, 0, 0, 0.8);
    display: none;
  }
  .technology_con .pyramid_mo .div_text .close {
    top: 16%;
    right: 20px;
    background-color: rgba(255, 255, 255, 0.2);
    -webkit-box-shadow: none;
            box-shadow: none;
  }
  .technology_con .pyramid_mo .div_text .close:before {
    background-color: #fff;
  }
  .technology_con .pyramid_mo .div_text .close:after {
    background-color: #fff;
  }
  .technology_con .pyramid_mo .div_text .dl {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    z-index: 6;
    width: 90%;
    display: none;
  }
  .technology_con .pyramid_mo .div_text .dl.active {
    display: block;
  }
  .technology_con .pyramid_mo .div_text .dt {
    height: 45px;
    line-height: 45px;
    width: 130px;
    text-align: center;
    background: #ABCD03;
    border-radius: 55px;
    color: #000000;
    margin-bottom: 40px;
  }
  .technology_con .pyramid_mo .div_text .dd .img {
    border-radius: 8px;
    width: 100%;
    margin-bottom: 20px;
    overflow: hidden;
  }
  .technology_con .pyramid_mo .div_text .dd img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .technology_con .pyramid_mo .div_text .dd .p {
    color: #999;
  }
  .technology_con .pyramid .pyramid_list {
    margin-top: 15vw;
  }
  .technology_con .pyramid .pyramid_list ul li {
    background: var(--main-color-light);
    color: #fff;
    padding: 15px 10px;
    margin-bottom: 3%;
    margin-right: 3%;
    border-radius: 10px;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 48.5%;
            flex: 0 0 48.5%;
  }
  .technology_con .pyramid .pyramid_list ul li img {
    display: none;
  }
  .technology_con .pyramid .pyramid_list ul li p {
    position: static;
    -webkit-transform: translate(0%, 0%);
        -ms-transform: translate(0%, 0%);
            transform: translate(0%, 0%);
  }
  .technology_con .pyramid .pyramid_list ul li:first-child {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 48.5%;
            flex: 0 0 48.5%;
  }
  .technology_con .pyramid .pyramid_list ul li:last-child {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 48.5%;
            flex: 0 0 48.5%;
  }
  .technology_con .pyramid .pyramid_list ul li:nth-of-type(2n) {
    margin-right: 0px;
  }
  .technology_con .pyramid .pyramid_list dl {
    margin-top: 5vw;
  }
  .technology_con .pyramid2 .sanJ {
    padding-top: 50px;
  }
  .technology_con .pyramid2 #pin-container {
    width: 90vw;
    height: auto;
    -webkit-transform: translateX(0) !important;
        -ms-transform: translateX(0) !important;
            transform: translateX(0) !important;
  }
  .technology_con .pyramid2 #canvasHeight {
    height: 80vw;
    width: 80vw;
    -webkit-transform: translateX(0) !important;
        -ms-transform: translateX(0) !important;
            transform: translateX(0) !important;
    margin-left: auto;
    margin-right: auto;
  }
  .technology_con .pyramid2 .ulText li:nth-of-type(1) {
    font-size: 10px;
  }
  .technology_con .pyramid2 .dltext dl {
    position: static;
    -webkit-transform: translate(0, 0) !important;
        -ms-transform: translate(0, 0) !important;
            transform: translate(0, 0) !important;
    margin-top: 5vw;
  }
  .technology_con .hardware .hardware_con p {
    width: 30vw;
    height: 30vw;
    font-size: 3.5vw;
  }
  .technology_con .hardware .hardware_con p.qian1 {
    left: 0%;
    top: 5%;
    -webkit-transform: scale(0.7);
        -ms-transform: scale(0.7);
            transform: scale(0.7);
  }
  .technology_con .hardware .hardware_con p.qian2 {
    left: 0%;
    top: 60%;
    -webkit-transform: scale(0.8);
        -ms-transform: scale(0.8);
            transform: scale(0.8);
  }
  .technology_con .hardware .hardware_con p.qian3 {
    left: 10%;
    top: 30%;
    -webkit-transform: scale(1);
        -ms-transform: scale(1);
            transform: scale(1);
  }
  .technology_con .hardware .hardware_con p.qian4 {
    left: 20%;
    top: 48%;
    -webkit-transform: scale(1);
        -ms-transform: scale(1);
            transform: scale(1);
  }
  .technology_con .hardware .hardware_con p.qian5 {
    left: 21%;
    top: 12%;
    -webkit-transform: scale(0.9);
        -ms-transform: scale(0.9);
            transform: scale(0.9);
  }
  .technology_con .hardware .hardware_con p.qian6 {
    left: 30%;
    top: 70%;
    -webkit-transform: scale(0.9);
        -ms-transform: scale(0.9);
            transform: scale(0.9);
  }
  .technology_con .hardware .hardware_con p.qian7 {
    left: 35%;
    top: 35%;
    -webkit-transform: scale(0.5);
        -ms-transform: scale(0.5);
            transform: scale(0.5);
  }
  .technology_con .hardware .hardware_con p.qian8 {
    left: 36%;
    top: 3%;
    -webkit-transform: scale(0.6);
        -ms-transform: scale(0.6);
            transform: scale(0.6);
  }
  .technology_con .hardware .hardware_con p.qian9 {
    left: 60%;
    top: 60%;
    -webkit-transform: scale(0.6);
        -ms-transform: scale(0.6);
            transform: scale(0.6);
  }
  .technology_con .hardware .hardware_con p.qian10 {
    left: 45%;
    top: 55%;
    -webkit-transform: scale(0.8);
        -ms-transform: scale(0.8);
            transform: scale(0.8);
  }
  .technology_con .hardware .hardware_con p.qian11 {
    left: 50%;
    top: 20%;
    -webkit-transform: scale(0.9);
        -ms-transform: scale(0.9);
            transform: scale(0.9);
  }
  .technology_con .hardware .hardware_con p.qian12 {
    left: 60%;
    top: 0%;
    -webkit-transform: scale(0.6);
        -ms-transform: scale(0.6);
            transform: scale(0.6);
  }
  .technology_con .hardware .hardware_con p.qian13 {
    left: 68%;
    top: 47%;
    -webkit-transform: scale(0.6);
        -ms-transform: scale(0.6);
            transform: scale(0.6);
  }
  .technology_con .hardware .hardware_con p.qian14 {
    left: 65%;
    top: 10%;
    -webkit-transform: scale(0.6);
        -ms-transform: scale(0.6);
            transform: scale(0.6);
  }
  .technology_con .hardware .hardware_con p.qian15 {
    left: 65%;
    top: 35%;
    -webkit-transform: scale(1);
        -ms-transform: scale(1);
            transform: scale(1);
  }
  .technology_con .AI .AI_con {
    background-size: 280%;
  }
  .technology_con .AI .AI_con .img {
    height: 150vw;
  }
  .technology_con .AI .AI_con .img_all {
    width: 80vw;
    height: 80vw;
  }
  .technology_con .AI .AI_con .textD dl .p {
    display: none;
  }
  .technology_con .AI .AI_con .textD dl dd h3 {
    width: 130px;
  }
  .technology_con .AI .AI_con .textD dl:nth-of-type(1) {
    left: 17%;
    top: 32%;
  }
  .technology_con .AI .AI_con .textD dl:nth-of-type(2) {
    left: 60%;
    top: 32%;
  }
  .technology_con .AI .AI_con .textD dl:nth-of-type(3) {
    left: 35%;
    top: 62%;
  }
  .technology_con .AI .AI_con .textD dl:nth-of-type(4) {
    left: 60%;
    top: 62%;
  }
  .technology_con .AI .AI_con .sanX {
    display: none;
  }
  .technology_con .AI .AI_con .list_all {
    display: none;
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0px;
    bottom: 0px;
    background: rgba(0, 0, 0, 0.8);
    z-index: 2;
  }
  .technology_con .AI .AI_con .list_all .list .close {
    display: block;
    top: 30px;
    right: 0px;
    background-color: #000;
    -webkit-box-shadow: 0 0 10px #626262;
            box-shadow: 0 0 10px #626262;
  }
  .technology_con .AI .AI_con .list_all .list {
    width: 90%;
    left: 50% !important;
    top: 50% !important;
    -webkit-transform: translate(-50%, -50%) !important;
        -ms-transform: translate(-50%, -50%) !important;
            transform: translate(-50%, -50%) !important;
    height: 100%;
  }
  .technology_con .AI .AI_con .list_all .list .con {
    max-height: 100vw;
    padding: 8vw;
  }
  .technology_con .AI .AI_con .list_all .list h3 {
    font-weight: 700;
    padding-left: 8vw;
  }
  .technology_con .AI .AI_con .textD dl dd h3 {
    font-size: 16px;
  }
}
.products_con .products_other.case_con .region_industry .industry .top_title h3 {
  opacity: 1;
}
.products_con .category .top_title h3 {
  max-width: 100%;
  background: radial-gradient(circle at 40% -100%, var(--main-color-light), #ffffff 25%);
  color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
}
.products_con .category .category_con {
  position: relative;
  background: url("../img/caimg1.jpg") no-repeat center center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: space-evenly;
      -ms-flex-pack: space-evenly;
          justify-content: space-evenly;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 1670px;
  margin-left: auto;
  margin-right: auto;
  height: 471px;
}
.products_con .category .category_con .dl {
  position: relative;
  width: 225px;
  height: 225px;
  opacity: 0.6;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.products_con .category .category_con .dl a {
  display: block;
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 3;
}
.products_con .category .category_con .dl img {
  width: 100%;
}
.products_con .category .category_con .dl dl {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.products_con .category .category_con .dl dt {
  width: 90px;
  margin-left: auto;
  margin-right: auto;
}
.products_con .category .category_con .dl dt img {
  width: 100%;
}
.products_con .category .category_con .dl dd {
  text-align: center;
  color: #fff;
  line-height: 1;
  margin-top: 10px;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.products_con .category .category_con .dl:after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 200%;
  height: 200%;
  background: var(--main-color-light);
  border-radius: 100%;
  z-index: 2;
  -webkit-filter: blur(100px);
          filter: blur(100px);
  opacity: 0;
  visibility: hidden;
}
.products_con .category .category_con .dl:nth-of-type(2n) {
  width: 200px;
  height: 200px;
}
.products_con .category .category_con .dl:hover {
  opacity: 1;
}
.products_con .category .category_con .dl:hover dd {
  color: var(--main-color-light);
}
.products_con .category .category_con .dl:hover a > img {
  -webkit-animation: caRotate 90s linear infinite;
          animation: caRotate 90s linear infinite;
}
.products_con .category .category_con .dl:hover:after {
  opacity: 0.2;
  visibility: visible;
}
.products_con .category .a a {
  color: var(--color-gray-2);
}
.products_con .category .a a:hover span {
  color: #fff;
}
.products_con .category .a svg {
  width: 14px;
  height: 14px;
  position: relative;
  top: 2px;
}
.products_con .category .a path {
  fill: var(--main-color-light);
}

.products_con .products_other.case_con .region_industry .industry .top_title h3 {
  -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
          transform: translateY(0);
}

@-webkit-keyframes caRotate {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

@keyframes caRotate {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
@media only screen and (max-width: 1700px) {
  .products_con .category .category_con {
    width: 90%;
    height: 30vw;
    max-height: 470px;
    background-size: cover;
  }
  .products_con .category .category_con .dl dt {
    width: 4.5vw;
  }
  .products_con .category .category_con .dl {
    width: 16vw;
    height: 16vw;
  }
  .products_con .category .category_con .dl:nth-of-type(2n) {
    width: 13vw;
    height: 13vw;
  }
  .products_con .category .category_con .dl:after {
    width: 150%;
    height: 150%;
  }
}
@media only screen and (max-width: 1400px) {
  .category {
    margin-top: 5vw;
  }
  .products_con .products_other.case_con .region_industry .industry .top_title h3 {
    -webkit-transform: translateY(20px);
        -ms-transform: translateY(20px);
            transform: translateY(20px);
  }
}
@media only screen and (max-width: 1200px) {
  .products_con .category .category_con .dl dd {
    font-size: 14px;
  }
}
@media only screen and (max-width: 768px) {
  .products_con .category .category_con {
    height: auto;
    padding: 8vw 0;
    max-height: none;
  }
  .products_con .category .category_con .dl {
    width: 25vw;
    height: 25vw;
  }
  .products_con .category .category_con .dl:nth-of-type(2n) {
    width: 25vw;
    height: 25vw;
  }
  .products_con .category .category_con .dl dt {
    width: 10vw;
  }
}
@media only screen and (max-width: 500px) {
  .products_con .category .category_con {
    height: auto;
    padding: 6vw 0;
    max-height: none;
  }
  .products_con .category .category_con .dl {
    width: 30vw;
    height: 30vw;
  }
  .products_con .category .category_con .dl:nth-of-type(2n) {
    width: 30vw;
    height: 30vw;
  }
  .products_con .category .category_con .dl dt {
    width: 13vw;
  }
}
.products_con.crumb_banner .banner .text .p {
  color: #fff;
}

.products_con.crumb_banner .banner .text h3 {
  font-weight: normal;
}

.products_con.crumb_banner .banner .text h3 span {
  margin-right: 10px;
}

.products_con.crumb_banner .banner .text h3 i {
  font-style: italic;
  color: #ccc;
  font-weight: normal;
}

.products_list.crumb_banner .banner .text h3 {
  font-weight: normal;
}

.products_list.crumb_banner .banner .text h3 span {
  margin-right: 10px;
}

.products_list.crumb_banner .banner .text h3 i {
  font-style: italic;
  color: #ccc;
  font-weight: normal;
}

.products_list.crumb_banner .banner .text .p {
  color: #fff;
}

.products_list.crumb_banner .banner .swiper {
  height: 100%;
}

.products_list.crumb_banner .css_banner .swiper-slide {
  height: 100%;
}

.touch_body_banner .products_list .css_banner .swiper-slide video {
  display: block;
}

.products_list .css_banner .text {
  text-align: left;
  left: 15%;
  -webkit-transform: translateX(0);
      -ms-transform: translateX(0);
          transform: translateX(0);
  top: 50%;
  color: #fff;
  z-index: 8;
}
.products_list .css_banner .text h3 {
  text-align: left;
  margin-bottom: 10px;
  max-width: 100%;
}
.products_list .css_banner .text h3 span {
  background: radial-gradient(circle at 90% 0%, var(--main-color-light), #ffffff 55%);
  color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
}

@media only screen and (max-width: 1200px) {
  .products_list.crumb_banner .banner {
    height: 60vh;
  }
  .products_list .css_banner .text {
    left: 15%;
    width: 80vw;
  }
}
@media only screen and (max-width: 768px) {
  .touch_body .products_list .css_banner .swiper-slide {
    height: 40vh;
  }
  .products_list .css_banner .swiper-slide {
    height: 40vh;
  }
  .products_list .css_banner .text {
    left: 5%;
  }
  .products_list .css_banner .swiper-slide {
    height: auto;
    padding-bottom: 80px;
  }
  .products_list .css_banner .text {
    width: 90%;
    left: 5%;
    top: auto;
    bottom: 0px;
    -webkit-transform: translate(0, 0%);
        -ms-transform: translate(0, 0%);
            transform: translate(0, 0%);
  }
  .products_list.crumb_banner .banner {
    height: auto;
    padding-bottom: 50px;
  }
  .products_list .css_banner .swiper-slide:after {
    top: 60%;
    background: -webkit-gradient(linear, left bottom, left top, color-stop(50%, #000), to(transparent));
    background: linear-gradient(to top, #000 50%, transparent);
  }
  .products_list .css_banner .swiper-horizontal > .swiper-pagination-bullets {
    bottom: -10%;
  }
  .products_list .swiper {
    overflow: inherit;
  }
}
.products_con .css_banner .text {
  max-width: 100%;
  text-align: left;
  left: 15%;
  -webkit-transform: translate(0, -50%);
      -ms-transform: translate(0, -50%);
          transform: translate(0, -50%);
  top: 50%;
  color: #fff;
  z-index: 8;
}
.products_con .css_banner .text h3 {
  max-width: 100%;
  line-height: 1.2;
  text-align: left;
  margin-bottom: 10px;
}
.products_con .css_banner .text h3 span {
  background: radial-gradient(circle at 90% 0%, var(--main-color-light), #ffffff 55%);
  color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
}

.touch_body_banner .products_con .css_banner .swiper-slide video {
  display: block;
}

@media only screen and (max-width: 1600px) {
  .products_con .css_banner .swiper-slide {
    height: 100vh;
  }
}
@media only screen and (max-width: 1200px) {
  .products_con.crumb_banner .banner {
    height: 60vh;
  }
  .products_con .css_banner .swiper-slide {
    height: 60vh;
  }
  .products_con .css_banner .text {
    left: 10%;
  }
}
@media only screen and (max-width: 768px) {
  .products_con .css_banner .swiper-slide {
    height: auto;
    padding-bottom: 80px;
  }
  .products_con .css_banner .text {
    width: 90%;
    left: 5%;
    top: auto;
    bottom: 0px;
    -webkit-transform: translate(0, 0%);
        -ms-transform: translate(0, 0%);
            transform: translate(0, 0%);
  }
  .products_con.crumb_banner .banner {
    height: auto;
    padding-bottom: 50px;
  }
  .products_con .css_banner .swiper-slide:after {
    top: 60%;
    background: -webkit-gradient(linear, left bottom, left top, color-stop(50%, #000), to(transparent));
    background: linear-gradient(to top, #000 50%, transparent);
  }
  .products_con .css_banner .swiper-horizontal > .swiper-pagination-bullets {
    bottom: -10%;
  }
  .products_con .swiper {
    overflow: inherit;
  }
}
.produ_tab {
  position: relative;
}
.produ_tab ul {
  width: 100%;
}
.produ_tab li {
  clip-path: none !important;
  overflow: hidden;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  border-radius: 20px;
  background-image: -webkit-gradient(linear, left bottom, left top, from(#000000), to(#121600));
  background-image: linear-gradient(to top, #000000, #121600);
  position: relative;
  padding: 2px;
}
.produ_tab li .liCon {
  z-index: 5;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  height: 100%;
  -ms-flex-line-pack: center;
      align-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 25px;
  overflow: hidden;
}
.produ_tab li .liCon > img {
  position: absolute;
  z-index: 9;
  opacity: 1 !important;
  width: 100%;
  top: 0px;
  left: 0px;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.produ_tab li .p {
  z-index: 10;
  padding: 40px;
  width: 100%;
}
.produ_tab li .p p {
  margin-top: 40px;
  color: #828186;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
}
.produ_tab li .p .hover_img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  position: relative;
  width: 51px;
}
.produ_tab li .p .hover_img > img {
  width: 100%;
}
.produ_tab li .p .a {
  margin-top: 40px;
}
.produ_tab li .p .a a {
  color: var(--color-gray-2);
}
.produ_tab li .p .a svg {
  width: 12px;
  height: 12px;
}
.produ_tab li .p .a path {
  fill: var(--color-gray);
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.produ_tab li .p .a a:hover span {
  color: var(--main-color-light);
}
.produ_tab li .p .a a:hover path {
  fill: var(--main-color-light);
}
.produ_tab li:not(:last-child) {
  margin-right: 42px;
}
.produ_tab li::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 0;
  clip-path: inherit;
  background: #303b07;
  opacity: 1;
  -webkit-transition: opacity 0.4s ease;
  transition: opacity 0.4s ease;
  z-index: 1;
}
.produ_tab li::after {
  content: "";
  position: absolute;
  inset: 0;
  clip-path: inherit;
  background-image: -webkit-gradient(linear, left bottom, left top, from(#000000), to(#121600));
  background-image: linear-gradient(to top, #000000, #121600);
  background-size: 100% 100%;
  -webkit-filter: blur(0px);
          filter: blur(0px);
  opacity: 1;
  z-index: 2;
  -webkit-transition: opacity 0.4s ease;
  transition: opacity 0.4s ease;
  top: 2px;
  right: 2px;
  bottom: 2px;
  left: 2px;
  border-radius: 20px;
  overflow: hidden;
}
.produ_tab li:hover::before {
  background: #303b07 radial-gradient(30% 30% at calc(var(--bg-x, 0) * 1%) calc(var(--bg-y, 0) * 1%), #8eaa03 0%, #8eaa03 20%, transparent 100%);
  -webkit-animation: rotate-bg var(--animation-speed, 6s) linear infinite, hue-animation calc(var(--animation-speed, 6s) * 2) linear infinite;
          animation: rotate-bg var(--animation-speed, 6s) linear infinite, hue-animation calc(var(--animation-speed, 6s) * 2) linear infinite;
}

@media only screen and (max-width: 1100px) {
  .produ_tab li .p {
    padding: 5vw 3vw;
  }
  .produ_tab li .p p {
    margin-top: 3vw;
  }
}
@media only screen and (max-width: 768px) {
  .produ_tab li {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    margin-bottom: 5vw;
    padding: 2px;
  }
  .produ_tab li:not(:last-child) {
    margin-right: 0px;
  }
  .produ_tab li .p {
    padding: 8vw 5vw;
  }
  .produ_tab li .p .hover_img {
    width: 40px;
  }
  .produ_tab li .p p {
    margin-top: 5vw;
  }
  .produ_tab li .p .a {
    margin-top: 5vw;
  }
}
.produ_select {
  position: relative;
  z-index: 2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.produ_select dl {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  color: #fff;
  margin-right: 80px;
}
.produ_select dl:last-child {
  margin-right: 0px;
}
.produ_select dt {
  position: relative;
  width: 200px;
  height: 47px;
  cursor: pointer;
  color: var(--color-gray-2);
  border-radius: 7px;
  border: 1px solid rgba(130, 130, 134, 0.368627451);
}
.produ_select dt span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding: 0 20px;
  height: 100%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 7px;
  overflow: hidden;
  position: relative;
  z-index: 2;
}
.produ_select dt span i {
  position: absolute;
  right: 20px;
  top: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 12px;
  height: 12px;
  -webkit-transform: translateY(-50%) rotate(90deg);
      -ms-transform: translateY(-50%) rotate(90deg);
          transform: translateY(-50%) rotate(90deg);
}
.produ_select dt span i svg {
  width: 100%;
  height: 100%;
}
.produ_select dt path {
  fill: var(--color-gray-2);
}
.produ_select dd {
  color: var(--color-gray-2);
  margin-right: 20px;
}
.produ_select ul {
  position: absolute;
  left: 0px;
  top: 40px;
  display: none;
  border: 1px solid var(--main-color-light);
  width: 100%;
  text-align: center;
  background-color: #000000;
  padding-top: 5px;
  border-bottom-left-radius: 7px;
  border-bottom-right-radius: 7px;
}
.produ_select li {
  padding: 7px 0;
  cursor: pointer;
  color: var(--color-gray-2);
}
.produ_select li.all {
  display: none;
}
.produ_select li:hover {
  background: rgba(130, 130, 134, 0.368627451);
}
.produ_select dt.hover span {
  background-color: var(--main-color-light);
  color: #000;
}
.produ_select dt.hover span i {
  -webkit-transform: translateY(-50%) rotate(-90deg);
      -ms-transform: translateY(-50%) rotate(-90deg);
          transform: translateY(-50%) rotate(-90deg);
}
.produ_select dt.hover path {
  fill: #030401;
}
.produ_select dt.hover ul {
  display: block;
  -webkit-animation: displayN 0.5s forwards;
          animation: displayN 0.5s forwards;
}
.produ_select .input {
  position: relative;
  width: 390px;
}
.produ_select .input input {
  border: 2px solid rgba(130, 129, 134, 0.1882352941);
  border-radius: 10px;
  width: 100%;
  height: 47px;
  padding-right: 50px;
  background: transparent;
  font-size: 16px;
  padding-left: 15px;
}
.produ_select .input a {
  position: absolute;
  right: 20px;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 2;
}
.produ_select .input svg {
  width: 18px;
  height: 18px;
}

@media screen and (max-width: 1400px) {
  .produ_select dl {
    margin-right: 5vw;
  }
}
@media screen and (max-width: 1200px) {
  .produ_select dl {
    margin-right: 2vw;
  }
  .produ_select .input {
    width: 280px;
  }
}
@media screen and (max-width: 1000px) {
  .produ_select {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
  .produ_select .input {
    margin-bottom: 8vw;
    margin-left: auto;
  }
}
@media screen and (max-width: 767px) {
  .produ_select {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .produ_select .dl {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
  }
  .produ_select .dl dl {
    z-index: 1;
  }
  .produ_select .dl dl:first-child {
    z-index: 2;
  }
  .produ_select dl {
    margin-bottom: 10px;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    margin-right: 0%;
  }
  .produ_select dt {
    width: 100%;
  }
  .produ_select dd {
    width: 100%;
    margin-bottom: 10px;
    text-align: left;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}
.produ_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 40px;
}

.produ_list .con_list {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 calc((100% - 80px) / 3);
          flex: 0 0 calc((100% - 80px) / 3);
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  border: 1px solid #303030;
  border-radius: 8px;
  overflow: hidden;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.produ_list .con_list:after {
  content: "";
  position: absolute;
  left: 50%;
  top: 0%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 80%;
  height: 80%;
  background: var(--main-color-light);
  border-radius: 100%;
  -webkit-filter: blur(80px);
          filter: blur(80px);
  opacity: 0.3;
  z-index: -1;
}

.produ_list .con_list .img {
  position: relative;
  color: #fff;
  overflow: hidden;
  max-height: 460px;
  height: 25vw;
  width: 100%;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.produ_list .con_list .img:after {
  content: "";
  width: 100%;
  height: 100%;
  opacity: 0;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  position: absolute;
  left: 0%;
  top: 0%;
  background: url(../img/proli4.png) no-repeat;
  background-size: 100% 100%;
}

.produ_list .con_list .img a {
  display: block;
  width: 100%;
  text-align: center;
}

.produ_list .con_list .img img {
  max-width: 360px;
  width: 60%;
  display: inline-block;
}

.produ_list .con_list .text h3 {
  line-height: 1.2;
}

.produ_list .con_list .text h3 a {
  color: #fff;
}

.produ_list .con_list .text h3 a:hover {
  color: var(--main-color-light);
}

.produ_list .con_list .text .span {
  color: #0688d4;
  overflow: hidden;
}

.produ_list .con_list .text .span span {
  display: inline-block;
  margin-right: 20px;
}

.produ_list .con_list .text .p {
  margin-top: 10px;
  color: #666;
}

.produ_list .con_list a:hover span {
  color: var(--main-color-light);
}

.produ_list .list_bottom {
  padding: 0px 30px 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.produ_list .con_list:hover .img:after {
  opacity: 1;
}

.produ_list .con_list:hover {
  border-color: var(--main-color-light);
}

@media screen and (max-width: 1600px) {
  .produ_list .list_bottom {
    padding: 0vw 2vw 2vw;
  }
}
@media screen and (max-width: 1200px) {
  .produ_list {
    gap: 20px;
  }
  .produ_list .con_list {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 calc((100% - 40px) / 3);
            flex: 0 0 calc((100% - 40px) / 3);
  }
}
@media screen and (max-width: 1000px) {
  .produ_list .con_list {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 calc((100% - 40px) / 2);
            flex: 0 0 calc((100% - 40px) / 2);
  }
}
@media screen and (max-width: 767px) {
  .produ_list {
    gap: 0;
  }
  .produ_list .con_list {
    margin-right: 0px;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    margin-bottom: 5vw;
  }
  .produ_list .con_list .img {
    height: 60vw;
  }
  .produ_list .list_bottom {
    padding: 0vw 5vw 5vw;
  }
}
.productEvents {
  overflow: hidden;
}
.productEvents .news_top .left {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.productEvents .news_top .img_tab {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 80px;
          flex: 0 0 80px;
  margin-right: 40px;
  height: 100%;
}
.productEvents .news_top .img_tab .img {
  margin-bottom: 10px;
  height: 0px;
  border: 1px solid var(--color-gray-2);
  width: 100%;
  opacity: 0.3;
}
.productEvents .news_top .img_tab .img:first-child {
  height: 45px;
}
.productEvents .news_top .img_tab .img.active {
  opacity: 1;
}
.productEvents .news_top .img_tab img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.productEvents .news_top .img_chage {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  overflow: hidden;
  height: 450px;
  position: relative;
}
.productEvents .news_top .img_chage .imglist {
  position: absolute;
  left: 30%;
  top: 30%;
  width: 100%;
  height: 100%;
  -webkit-transform-origin: right bottom;
      -ms-transform-origin: right bottom;
          transform-origin: right bottom;
  -webkit-transform: scale(0.3);
      -ms-transform: scale(0.3);
          transform: scale(0.3);
  overflow: hidden;
  border-radius: 10px;
}
.productEvents .news_top .img_chage .imglist:first-child {
  -webkit-transform-origin: left top;
      -ms-transform-origin: left top;
          transform-origin: left top;
  -webkit-transform: scale(1);
      -ms-transform: scale(1);
          transform: scale(1);
  top: 0px;
  left: 0px;
}
.productEvents .news_top .img_chage img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.productEvents .news_top .img_chage .imglist:hover img {
  -webkit-transform: scale(1.05);
      -ms-transform: scale(1.05);
          transform: scale(1.05);
}
.productEvents .news_top .right {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 600px;
          flex: 0 0 600px;
  margin-left: 90px;
  position: relative;
}
.productEvents .news_top .right h3 {
  color: var(--main-color-light);
  font-weight: 700;
}
.productEvents .news_top .right .a a span {
  color: var(--color-gray-2);
}
.productEvents .news_top .right .a a path {
  fill: var(--main-color-light);
}
.productEvents .news_top .right .a a:hover span {
  color: var(--main-color-light);
}
.productEvents .news_top .right h3 a:hover {
  color: var(--main-color-light);
}
.productEvents .news_top .text_list {
  position: static;
  height: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  opacity: 0;
  pointer-events: none;
}
.productEvents .news_top .text_list .top {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.productEvents .news_top .text_list .oLins a {
  display: inline-block;
  margin-right: 30px;
  position: relative;
  color: #016fce;
  padding-bottom: 10px;
}
.productEvents .news_top .text_list .oLins a:after {
  content: "";
  width: 0%;
  height: 3px;
  display: block;
  position: absolute;
  bottom: 0px;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  background: var(--main-color-light);
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.productEvents .news_top .text_list .oLins a:hover:after {
  width: 100%;
}
.productEvents .news_top .text_list .tips {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  max-width: 400px;
}
.productEvents .news_top .text_list .tips li {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  min-width: 33%;
  border: 2px solid #434343;
  margin-bottom: 20px;
  margin-right: 20px;
  text-align: center;
  padding: 8px 15px;
  border-radius: 20px;
  opacity: 0.5;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.productEvents .news_top .text_list .tips li:hover {
  opacity: 1;
}
.productEvents .news_top .text_list .p {
  max-height: 4.5em;
  line-height: 1.5;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  text-overflow: ellipsis;
}
.productEvents .news_top .text_list h3 {
  line-height: 1.3;
  overflow: hidden;
}
.productEvents .news_top .text_list .a .hover_img {
  position: relative;
  top: 2px;
}
.productEvents .news_top .text_list .a path {
  fill: var(--main-color);
}
.productEvents .news_top .text_list .a a:hover path {
  fill: var(--main-color-light);
}
.productEvents .news_top .text_list:first-child {
  opacity: 1;
  pointer-events: auto;
}
.productEvents .news_top .text_list.active {
  pointer-events: auto;
  opacity: 1;
}

@media only screen and (max-width: 1700px) {
  .productEvents .news_top .img_chage {
    height: 28vw;
  }
  .productEvents .news_top .right {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 30vw;
            flex: 0 0 30vw;
    margin-left: 4.5vw;
  }
}
@media only screen and (max-width: 1300px) {
  .productEvents .news_top .img_chage {
    height: 24vw;
  }
  .productEvents .news_top .right {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 35vw;
            flex: 0 0 35vw;
  }
}
@media only screen and (max-width: 1200px) {
  .productEvents .news_top .text_list {
    -webkit-box-orient: unset;
    -webkit-box-direction: unset;
        -ms-flex-direction: unset;
            flex-direction: unset;
  }
  .productEvents .news_top .text_list .top {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
  }
  .productEvents .news_top .text_list .a {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
  }
}
@media only screen and (max-width: 1100px) {
  .productEvents .news_top .right {
    height: 40vw;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    margin-top: 5vw;
    margin-left: 0px;
  }
  .productEvents .news_top .img_chage {
    height: 32vw;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 70%;
            flex: 0 0 70%;
  }
}
@media only screen and (max-width: 768px) {
  .productEvents .news_top .img_tab {
    display: none;
  }
  .productEvents .news_top .img_chage {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    width: 90vw;
    height: 52vw;
  }
  .productEvents .news_top .right {
    height: 45vw;
  }
}
@media only screen and (max-width: 450px) {
  .productEvents .news_top .right {
    height: 75vw;
  }
}
.productEvents .features {
  position: relative;
  overflow: hidden;
}
.productEvents .features:after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 50%;
  bottom: -30%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  background: rgba(171, 205, 3, 0.1882352941);
  border-radius: 100%;
  -webkit-filter: blur(500px);
          filter: blur(500px);
}
.productEvents .features .top_title h3 {
  background: radial-gradient(circle at 60% -100%, var(--main-color-light), #ffffff 25%);
  color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
}
.productEvents .features .dl {
  width: 1440px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  z-index: 2;
}
.productEvents .features .dl dl {
  border-bottom: 1px solid rgba(255, 255, 255, 0.1882352941);
  padding: 32px 0;
}
.productEvents .features .dl dl:first-child {
  border-top: 1px solid rgba(255, 255, 255, 0.1882352941);
}
.productEvents .features .dl h3 {
  color: #fff;
  -webkit-transition: color 0.3s ease-in-out;
  transition: color 0.3s ease-in-out;
}
.productEvents .features .dl dt {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  margin-right: 70px;
}
.productEvents .features .dl dt .p {
  margin-top: 10px;
}
.productEvents .features .dl dd {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 91px;
          flex: 0 0 91px;
  opacity: 0;
  -webkit-transition: opacity 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.productEvents .features .dl dd img {
  width: 100%;
}
.productEvents .features .dl dl:hover dt h3 {
  color: var(--main-color-light);
}
.productEvents .features .dl dl:hover dd {
  opacity: 1;
}
.productEvents .prductdetailList {
  width: 1250px;
  margin-left: auto;
  margin-right: auto;
}
.productEvents .prductdetailList .con_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.productEvents .prductdetailList .con_list:nth-of-type(2n) {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
.productEvents .prductdetailList .con_list:nth-of-type(2n) .list_text {
  padding-left: 0px;
  padding-right: 100px;
}
.productEvents .prductdetailList .list_img {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 550px;
          flex: 0 0 550px;
  border-radius: 10px;
  overflow: hidden;
}
.productEvents .prductdetailList .list_img img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.productEvents .prductdetailList .list_img:hover img {
  -webkit-transform: scale(1.03);
      -ms-transform: scale(1.03);
          transform: scale(1.03);
}
.productEvents .prductdetailList .list_text {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-left: 120px;
}
.productEvents .prductdetailList .list_text .title h3 a:hover {
  color: var(--main-color-light);
}
.productEvents .prductdetailList .list_text .title h3 {
  line-height: 1.3;
  width: 90%;
  color: var(--color-white);
  position: relative;
}
.productEvents .prductdetailList .list_text .title span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  left: -20px;
  top: 0px;
  width: 13px;
  height: 13px;
}
.productEvents .prductdetailList .list_text .title span img {
  width: 100%;
}
.productEvents .prductdetailList .list_text .title span svg {
  width: 100%;
  height: 100%;
}
.productEvents .prductdetailList .list_text .title span path {
  fill: var(--main-color-light);
}
.productEvents .prductdetailList .list_text .p a {
  color: var(--color-gray-2);
}
.productEvents .prductdetailList .list_text .p a:hover {
  color: var(--color-gray-3);
}
.productEvents .corres .top_title h3 {
  background: radial-gradient(circle at 60% -100%, var(--main-color-light), #ffffff 25%);
  color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
}
.productEvents .corres .con {
  text-align: center;
}
.productEvents .corres .con img {
  max-width: 100%;
}
.productEvents .corres .con video {
  max-width: 100%;
}
.productEvents .corres .a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.productEvents .corres .a span {
  color: var(--color-gray-2);
}
.productEvents .corres .a path {
  fill: var(--main-color-light);
}
.productEvents .corres .a a:hover span {
  color: var(--main-color-light);
}

@media only screen and (max-width: 1600px) {
  .productEvents .features .dl {
    width: 70%;
  }
  .productEvents .features .dl dt {
    margin-right: 4vw;
  }
  .productEvents .features .dl dd {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 45px;
            flex: 0 0 45px;
  }
  .productEvents .prductdetailList {
    width: 65%;
  }
  .productEvents .prductdetailList .list_img {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 45%;
            flex: 0 0 45%;
  }
  .productEvents .prductdetailList .list_text {
    padding-left: 5vw;
  }
}
@media only screen and (max-width: 1200px) {
  .productEvents .features .dl {
    width: 90%;
  }
  .productEvents .prductdetailList {
    width: 85%;
  }
}
@media only screen and (max-width: 768px) {
  .productEvents .features .top_title h3 {
    background: radial-gradient(circle at 60% -50%, var(--main-color-light), #ffffff 25%);
    -webkit-background-clip: text;
            background-clip: text;
  }
  .productEvents .features .dl dl {
    padding: 5vw 0;
  }
  .productEvents .features .dl dt {
    margin-right: 0px;
  }
  .productEvents .features:after {
    -webkit-filter: blur(100px);
            filter: blur(100px);
  }
  .productEvents .prductdetailList .list_img {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
  }
  .productEvents .prductdetailList .list_img img {
    height: 100%;
  }
  .productEvents .prductdetailList .list_text {
    padding: 5vw 0vw 0;
  }
  .productEvents .prductdetailList .con_list:nth-of-type(2n) .list_text {
    padding-right: 0px;
  }
  .productEvents .corres .top_title h3 {
    background: radial-gradient(circle at 60% -50%, var(--main-color-light), #ffffff 25%);
    -webkit-background-clip: text;
            background-clip: text;
  }
}
.productEvents .productDetial {
  width: 60%;
  color: var(--color-gray-2);
}
.productEvents .productDetial p {
  margin-bottom: 10px;
  line-height: 1.4;
  min-height: 12px;
}
.productEvents .productDetial ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.productEvents .productDetial li {
  width: 50%;
  padding-left: 20px;
  margin-bottom: 10px;
  position: relative;
  padding-right: 20px;
}
.productEvents .productDetial li:after {
  content: "";
  position: absolute;
  left: 0px;
  top: 9px;
  display: block;
  width: 10px;
  height: 10px;
  background: var(--color-gray-2);
  border-radius: 100%;
}
.productEvents .features2 {
  position: relative;
  overflow: hidden;
}
.productEvents .features2:after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 50%;
  bottom: -30%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  background: rgba(171, 205, 3, 0.1882352941);
  border-radius: 100%;
  -webkit-filter: blur(500px);
          filter: blur(500px);
}
.productEvents .features2 .top_title h3 {
  background: radial-gradient(circle at 60% -100%, var(--main-color-light), #ffffff 25%);
  color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
}
.productEvents .features2 .dl {
  width: 1440px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  z-index: 2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.productEvents .features2 .dl dl {
  border: 1px solid rgba(255, 255, 255, 0.1882352941);
  padding: 32px;
  border-radius: 10px;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  margin-right: 2%;
  margin-bottom: 2%;
  width: 48%;
}
.productEvents .features2 .dl dl:hover {
  border-color: var(--main-color-light);
}
.productEvents .features2 .dl h3 {
  color: var(--color-gray-2);
  -webkit-transition: color 0.3s ease-in-out;
  transition: color 0.3s ease-in-out;
}
.productEvents .features2 .dl dt {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  margin-right: 70px;
  position: relative;
  z-index: 2;
}
.productEvents .features2 .dl dd {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 91px;
          flex: 0 0 91px;
  opacity: 0;
  -webkit-transition: opacity 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: absolute;
  right: 20%;
  top: 0px;
  bottom: 0px;
  z-index: 1;
}
.productEvents .features2 .dl dd img {
  width: 100%;
  height: 100%;
}
.productEvents .features2 .dl dl:hover dt h3 {
  color: var(--main-color-light);
}
.productEvents .features2 .dl dl:hover dd {
  opacity: 1;
}

@media only screen and (max-width: 1600px) {
  .productEvents .features2 .dl {
    width: 90%;
  }
  .productEvents .features2 .dl dt {
    margin-right: 4vw;
  }
  .productEvents .features2 .dl dd {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 45px;
            flex: 0 0 45px;
  }
  .productEvents .productDetial {
    width: 70%;
  }
}
@media only screen and (max-width: 1200px) {
  .productEvents .productDetial {
    width: 90%;
  }
  .productEvents .features2 .dl {
    width: 90%;
  }
}
@media only screen and (max-width: 768px) {
  .productEvents .features2 .top_title h3 {
    background: radial-gradient(circle at 60% -50%, var(--main-color-light), #ffffff 25%);
    -webkit-background-clip: text;
            background-clip: text;
  }
  .productEvents .features2 .dl dl {
    padding: 5vw;
    width: 100%;
    margin-right: 0px;
    margin-bottom: 3vw;
  }
  .productEvents .features2 .dl dt {
    margin-right: 0px;
  }
  .productEvents .features2:after {
    -webkit-filter: blur(100px);
            filter: blur(100px);
  }
  .productEvents .productDetial li {
    width: 100%;
  }
}
.Absolutecenter {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

#enter-btn {
  position: fixed;
  bottom: 15%;
  left: 50%;
  -webkit-transform: translate(-50%);
      -ms-transform: translate(-50%);
          transform: translate(-50%);
  z-index: 10000;
  padding: 12px 40px;
  font-size: 1.2rem;
  background: transparent;
  color: var(--main-color-light);
  border: 2px solid var(--main-color-light);
  cursor: pointer;
  text-transform: uppercase;
  letter-spacing: 2px;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  opacity: 0;
  border-radius: 50px;
}

#enter-btn:hover {
  background: var(--main-color-light);
  color: #fff;
}

@media only screen and (max-width: 768px) {
  #enter-btn {
    bottom: 25%;
  }
}
.Fpage .text {
  position: fixed;
  z-index: 10000;
  color: #fff;
  text-align: center;
  opacity: 0;
}
.Fpage .text h3 {
  position: relative;
  background: radial-gradient(circle at 0% 0%, var(--main-color-light), #ffffff 45%);
  color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
}
.Fpage .text h3 span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  position: absolute;
  left: -20px;
  top: -15px;
  width: 23px;
  height: 23px;
}
.Fpage .text h3 path {
  fill: var(--main-color-light);
}

@media only screen and (max-width: 768px) {
  .Fpage .text {
    width: 100%;
  }
  .Fpage .text h3 span {
    display: none;
  }
}
.indexBanner.css_banner {
  position: relative;
}

.indexBanner.css_banner .swiper-slide:after {
  display: none;
}

.indexBanner.css_banner .text h3 span {
  opacity: 1;
  -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
          transform: translateY(0);
}

.indexBanner.css_banner .swiper:after {
  content: "";
  display: block;
  position: absolute;
  bottom: 0px;
  width: 100%;
  left: 0px;
  top: 0px;
  background-image: -webkit-gradient(linear, left bottom, left top, color-stop(1%, rgb(0, 0, 0)), to(rgba(0, 0, 0, 0.3)));
  background-image: linear-gradient(to top, rgb(0, 0, 0) 1%, rgba(0, 0, 0, 0.3));
}

.indexBanner.css_banner {
  overflow: hidden;
  width: 100%;
}

.indexBanner.css_banner .swiper-pagination-bullet {
  height: 30px;
  color: #fff;
  width: auto;
  margin: 0;
  background: transparent;
  position: relative;
  display: inline-block;
  padding: 0 20px;
  border-bottom: 2px solid rgba(171, 205, 3, 0.1333333333);
}

.indexBanner.css_banner .swiper-pagination-bullet:after {
  content: "";
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  position: absolute;
  left: 50%;
  bottom: -1px;
  width: 0%;
  height: 2px;
  background: var(--main-color-light);
}

.indexBanner.css_banner .swiper-pagination-bullet.swiper-pagination-bullet-active {
  height: 30px;
  color: #fff;
  width: auto;
}

.indexBanner.css_banner .swiper-pagination-bullet.swiper-pagination-bullet-active:after {
  width: 100%;
}

.indexBanner.css_banner {
  height: 100vh;
  position: relative;
}

.indexBanner.css_banner .swiper-slide video {
  opacity: 0;
}

.indexBanner.css_banner .swiper-slide img {
  opacity: 0;
}

.indexBanner.css_banner > video {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
  position: absolute;
  left: 0px;
  top: 0px;
}

@media only screen and (max-width: 1600px) {
  .indexBanner.css_banner .swiper-slide {
    height: 100vh;
  }
}
@media only screen and (max-width: 1200px) {
  .indexBanner.css_banner {
    height: 70vh;
  }
  .touch_body_banner .indexBanner .video_btn {
    display: none !important;
  }
  .indexBanner.css_banner .swiper-slide {
    height: 70vh;
  }
}
.world {
  background: #0d0e02;
  position: relative;
}
.world .worldCon {
  overflow: hidden;
  color: #fff;
  height: 42vw;
  max-height: 840px;
  max-width: 1920px;
  margin-left: auto;
  margin-right: auto;
  background: url(../img/inbg.jpg) no-repeat;
  background-size: 100%;
  position: relative;
}
.world .worldCon .title {
  text-align: center;
  position: absolute;
  left: 50%;
  top: 5%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: 11;
}
.world .worldCon .title h3 {
  background: radial-gradient(circle at 60% 0%, var(--main-color-light), #ffffff 55%);
  color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
}
.world .worldCon .title .a svg {
  width: 12px;
  height: 12px;
  position: relative;
  top: 3px;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.world .worldCon .title .a span {
  color: var(--main-color-light);
}
.world .worldCon .title .a path {
  fill: var(--main-color-light);
}
.world .worldCon .title .a a:hover svg {
  -webkit-transform: translateX(10px);
      -ms-transform: translateX(10px);
          transform: translateX(10px);
}
.world .worldCon .con {
  width: 1445px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 320px;
  position: relative;
  z-index: 11;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.world .worldCon .con dl {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 33.33%;
          flex: 0 0 33.33%;
  position: relative;
  text-align: center;
  height: 300px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-line-pack: center;
      align-content: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.world .worldCon .con dt {
  margin-bottom: 10px;
}
.world .worldCon .con dt span {
  line-height: 0.8;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  position: relative;
}
.world .worldCon .con dt span:after {
  content: "";
  position: absolute;
  left: -20px;
  top: -20px;
  width: 20px;
  height: 20px;
  display: block;
  background: url(../img/jt.png) no-repeat;
  background-size: cover;
}
.world .worldCon .con dt i {
  font-size: 18px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  margin-left: 7px;
}
.world .overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10;
  mask-image: radial-gradient(circle 100px at center, transparent 0%, black 100%);
  -webkit-mask-image: radial-gradient(circle 100px at center, transparent 0%, black 100%);
  background: rgba(0, 0, 0, 0.8);
  transition: mask-image 0.1s, -webkit-mask-image 0.1s;
}

@media only screen and (max-width: 1910px) {
  .world .worldCon .con {
    width: 76%;
    margin-top: 17vw;
  }
  .world .worldCon .con dl {
    height: 15vw;
  }
}
@media only screen and (max-width: 1200px) {
  .world .worldCon .title h3 br {
    display: none;
  }
}
@media only screen and (max-width: 1000px) {
  .world .worldCon .title {
    top: 0px;
    position: relative;
    width: 90%;
  }
  .world .worldCon .a {
    margin-top: 15px;
  }
  .world .worldCon .con {
    margin-top: 5vw;
    width: 78%;
  }
}
@media only screen and (max-width: 767px) {
  .world .worldCon {
    height: auto;
    background-size: cover;
    background: none;
  }
  .world .worldCon .con dl {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    min-width: 50%;
    height: auto;
    border: 1px solid rgba(171, 205, 3, 0.1882352941);
    padding: 30px;
  }
  .world .worldCon .con dt span:after {
    width: 13px;
    height: 13px;
    top: -13px;
    left: -13px;
  }
}
.index_solutions .list_tab {
  top: -110px;
  z-index: 9;
}

@media only screen and (max-width: 1200px) {
  .index_solutions .list_tab {
    top: -80px;
  }
}
.index_number {
  background-color: #F0F0F0;
  max-height: 950px;
  overflow: hidden;
  position: relative;
}
.index_number .number {
  position: relative;
}
.index_number .number h3 {
  text-align: center;
}
.index_number .number .left {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 570px;
          flex: 0 0 570px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-left: 110px;
}
.index_number .number .left .con dl {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 46%;
          flex: 0 0 46%;
  position: relative;
  margin-right: 3%;
}
.index_number .number .left .con dl:after {
  content: "";
  position: absolute;
  left: -25px;
  top: -10px;
  width: 23px;
  height: 23px;
  display: block;
  background: url(../img/jt.png) no-repeat;
}
.index_number .number .left .con dt {
  margin-bottom: 10px;
}
.index_number .number .left .con dl:nth-of-type(2n) {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
}
.index_number .number .right {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 970px;
          flex: 0 0 970px;
}
.index_number .number .right img {
  width: 100%;
}
.index_number .number .right .city-tag-icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  top: 50%;
}
.index_number .number .right .city-card {
  height: 45px;
}
.index_number .number .right .city-tag-text {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  line-height: 1.2;
}

.index_number2 .team_edite {
  position: fixed;
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
  overflow: hidden;
  background: rgba(255, 255, 255, 0.8);
  z-index: 9999;
  display: none;
}
.index_number2 .team_edite .team_lay.show {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-animation: displayN 0.5s forwards;
          animation: displayN 0.5s forwards;
}
.index_number2 .team_edite .team_lay {
  display: none;
  width: 785px;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  background: #fff;
  -webkit-box-shadow: 0 0 10px #e7e7e7;
          box-shadow: 0 0 10px #e7e7e7;
  padding: 50px;
}
.index_number2 .team_edite .team_lay .left {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 191px;
          flex: 0 0 191px;
  margin-right: 40px;
  position: relative;
}
.index_number2 .team_edite .team_lay .right {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.index_number2 .team_edite .close {
  position: absolute;
  top: -10px;
  right: -10px;
  width: 40px;
  height: 40px;
  cursor: pointer;
  background: #fff;
  border-radius: 100%;
  z-index: 2;
  -webkit-box-shadow: 0 0 10px #e7e7e7;
          box-shadow: 0 0 10px #e7e7e7;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.index_number2 .team_edite .close:after {
  content: "";
  display: block;
  position: absolute;
  left: 50%;
  top: 50%;
  width: 20px;
  height: 1px;
  background: #777;
  -webkit-transform: translateX(-50%) rotate(45deg);
      -ms-transform: translateX(-50%) rotate(45deg);
          transform: translateX(-50%) rotate(45deg);
}
.index_number2 .team_edite .close:before {
  content: "";
  display: block;
  position: absolute;
  left: 50%;
  top: 50%;
  width: 20px;
  height: 1px;
  background: #777;
  -webkit-transform: translateX(-50%) rotate(135deg);
      -ms-transform: translateX(-50%) rotate(135deg);
          transform: translateX(-50%) rotate(135deg);
}
.index_number2 .team_edite .close:hover {
  -webkit-transform: rotate(90deg);
      -ms-transform: rotate(90deg);
          transform: rotate(90deg);
}
.index_number2 .p p {
  margin-bottom: 8px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding-right: 15px;
}
.index_number2 .p p a {
  color: var(--color-gray-2);
}
.index_number2 .p p svg {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 16px;
          flex: 0 0 16px;
  margin-right: 10px;
  position: relative;
  top: 2px;
}
.index_number2 .p p span {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

@media only screen and (max-width: 1700px) {
  .index_number .number .left {
    padding-left: 6vw;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 40%;
            flex: 0 0 40%;
  }
  .index_number .number .right {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
  }
  .index_number .number .left .con dl:after {
    width: 18px;
    height: 18px;
    background-size: 100%;
  }
}
@media only screen and (max-width: 1400px) {
  .index_number .number .left {
    padding-left: 3vw;
  }
  .index_number .number .right {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 45%;
            flex: 0 0 45%;
  }
  .index_number .number .left .con dl {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 47%;
            flex: 0 0 47%;
  }
  .index_number .number .left .con dl:nth-of-type(2n) {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 47%;
            flex: 0 0 47%;
  }
}
@media only screen and (max-width: 1200px) {
  .index_number .number .left {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
  .index_number .number .left .con dt {
    line-height: 0.8;
  }
  .index_number .number .left .con dl:after {
    width: 13px;
    height: 13px;
    left: -13px;
    top: -13px;
  }
  .index_number .number .right {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 40%;
            flex: 0 0 40%;
    width: 500px;
    height: 500px;
  }
  .index_number2 .team_edite .team_lay {
    width: 80%;
    padding: 3vw;
  }
}
@media only screen and (max-width: 1000px) {
  .index_number .number .left .con dl {
    margin: 15px 0;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
  }
}
@media only screen and (max-width: 768px) {
  .index_number .number {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
  }
  .index_number .number .left {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    padding-left: 0px;
    padding-left: 8vw;
  }
  .index_number .number .right {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    width: 100vw;
    height: 100vw;
  }
  .index_number .number .left .con dl {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 45%;
            flex: 0 0 45%;
  }
  .index_number .number .left .con dl:nth-of-type(2n) {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 45%;
            flex: 0 0 45%;
  }
  .index_number .number .left .con dl:after {
    left: -10px;
    top: -10px;
    width: 10px;
    height: 10px;
  }
  .index_number2 .team_edite .team_lay {
    padding: 5vw;
  }
  .index_number2 .team_edite .team_lay .left {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    margin-right: 0px;
    margin-bottom: 5vw;
  }
  .index_number2 .team_edite .team_lay .right .a {
    margin-top: 5vw;
  }
}
.index_technology {
  background: #000;
  position: relative;
  height: 100vh;
  overflow: hidden;
}
.index_technology .bla {
  position: relative;
  height: 100%;
}
.index_technology .bla .title {
  text-align: center;
  position: absolute;
  left: 50%;
  top: 8%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: 11;
}
.index_technology .bla .title h3 {
  background: radial-gradient(circle at 0% 0%, var(--main-color-light), #ffffff 55%);
  color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
}
.index_technology .bla .title .a svg {
  width: 12px;
  height: 12px;
  position: relative;
  top: 3px;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.index_technology .bla .title .a span {
  color: var(--main-color-light);
}
.index_technology .bla .title .a path {
  fill: var(--main-color-light);
}
.index_technology .bla .title .a a:hover svg {
  -webkit-transform: translateX(10px);
      -ms-transform: translateX(10px);
          transform: translateX(10px);
}
.index_technology .bla .video {
  height: 100%;
}
.index_technology .bla .video video {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.index_technology .whi {
  background: #efefef;
  position: absolute;
  top: 0px;
  left: 0px;
  opacity: 0;
  visibility: hidden;
  z-index: 20;
  width: 100%;
  height: 100%;
  bottom: 0px;
  will-change: opacity, visibility;
}
.index_technology .whi .title {
  text-align: center;
  position: absolute;
  left: 50%;
  top: 8%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: 11;
}
.index_technology .whi .title .p {
  margin-top: 10px;
}
.index_technology .whi .title .a svg {
  width: 12px;
  height: 12px;
  position: relative;
  top: 2px;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.index_technology .whi .title .a span {
  color: var(--main-color);
}
.index_technology .whi .title .a path {
  fill: var(--main-color);
}
.index_technology .whi .title .a a:hover svg {
  -webkit-transform: translateX(10px);
      -ms-transform: translateX(10px);
          transform: translateX(10px);
}
.index_technology .whi .video {
  height: 100%;
}
.index_technology .whi .video video {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.end_ani {
  position: absolute;
  width: 1080px;
  height: 720px;
  right: 0px;
  bottom: 0px;
  z-index: 29;
  background-repeat: no-repeat;
  background-position: 0 0;
  background-image: url("../img/index/step1-part1.png"); /* 初始第一张 */
  -webkit-transform-origin: right bottom;
      -ms-transform-origin: right bottom;
          transform-origin: right bottom;
  -webkit-transform: scale(0.5);
      -ms-transform: scale(0.5);
          transform: scale(0.5);
}

@media only screen and (max-width: 768px) {
  .end_ani {
    right: -10vh;
    bottom: 10vh;
  }
}
.nuber_Fan {
  position: absolute;
  width: 100%;
  height: 100px;
  background-color: transparent;
  z-index: -1;
}

.ip_con {
  position: absolute;
  z-index: 99;
  width: 300px;
  height: 200px;
  will-change: transform;
  left: 42%;
  top: 26%;
}
.ip_con .to {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.ip_con .to img {
  width: 100%;
  display: block;
}
.ip_con .toLeft {
  opacity: 0;
}
.ip_con .static_imgs {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.ip_con .seq_anim {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url("../img/index/toRightA.png"); /* 替换你的序列帧大图 */
  background-repeat: no-repeat;
  /* 假设图片高度自适应，宽度是总宽 */
  background-size: 3600% 100%; /* 如果有5帧，宽度就是500% */
  background-position: 0 0;
  opacity: 0; /* 默认隐藏，静止时才显示 */
  visibility: hidden;
}
.ip_con .seq_animLeft {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url("../img/index/toLeftA.png"); /* 替换你的序列帧大图 */
  background-repeat: no-repeat;
  /* 假设图片高度自适应，宽度是总宽 */
  background-size: 3600% 100%; /* 如果有5帧，宽度就是500% */
  background-position: 0 0;
  opacity: 0; /* 默认隐藏，静止时才显示 */
  visibility: hidden;
}

.ip_con2 {
  position: absolute;
  z-index: 99;
  left: 100%;
  top: 0px;
  width: 300px;
  height: 200px;
  will-change: transform;
}
.ip_con2 .to {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.ip_con2 .to img {
  width: 100%;
  display: block;
}
.ip_con2 .toRight {
  opacity: 0;
}
.ip_con2 .static_imgs {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.ip_con2 .seq_anim {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url("../img/index/toRightA.png"); /* 替换你的序列帧大图 */
  background-repeat: no-repeat;
  /* 假设图片高度自适应，宽度是总宽 */
  background-size: 3600% 100%; /* 如果有5帧，宽度就是500% */
  background-position: 0 0;
  opacity: 0; /* 默认隐藏，静止时才显示 */
  visibility: hidden;
}
.ip_con2 .seq_animLeft {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url("../img/index/toLeftA.png"); /* 替换你的序列帧大图 */
  background-repeat: no-repeat;
  /* 假设图片高度自适应，宽度是总宽 */
  background-size: 3600% 100%; /* 如果有5帧，宽度就是500% */
  background-position: 0 0;
  opacity: 0; /* 默认隐藏，静止时才显示 */
  visibility: hidden;
}

@media only screen and (max-width: 768px) {
  .ip_con {
    left: 0%;
    top: 30%;
  }
  .index_technology .bla {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .index_technology .bla .video {
    height: 80vh;
  }
  .index_technology .bla .title {
    width: 90%;
  }
  .index_technology .whi .title {
    width: 90%;
  }
  .index_technology .whi {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    background-color: #d9d9d9;
  }
  .index_technology .whi .video {
    height: 80vh;
  }
}
.index_customer {
  position: relative;
}
.index_customer > img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.index_customer .title {
  text-align: center;
  position: absolute;
  left: 50%;
  top: 8%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: 11;
}
.index_customer .title h3 {
  background: radial-gradient(circle at 70% 0%, var(--main-color-light), #ffffff 55%);
  color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
}
.index_customer .title .p {
  margin-top: 10px;
}
.index_customer .logoQ {
  position: absolute;
  left: 0px;
  bottom: 5%;
  z-index: 9;
  width: 100%;
}
.index_customer .logoQ ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -ms-flex-preferred-size: auto;
      flex-basis: auto;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  will-change: transform;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-animation: ticker linear 30s infinite;
          animation: ticker linear 30s infinite;
}
.index_customer .logoQ ul li {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  opacity: 0.5;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  max-width: 175px;
  cursor: pointer;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  margin: 0 30px;
}
.index_customer .logoQ ul li img {
  max-width: 100%;
}
.index_customer .logoQ ul li:hover {
  opacity: 1;
}
.index_customer .logoQ:hover ul {
  -webkit-animation-play-state: paused;
          animation-play-state: paused;
}

@media only screen and (max-width: 1300px) {
  .index_customer .logoQ ul li {
    margin: 0px;
    -webkit-transform: scale(0.7);
        -ms-transform: scale(0.7);
            transform: scale(0.7);
  }
}
@media only screen and (max-width: 768px) {
  .index_customer {
    height: 500px;
  }
  .index_customer .title {
    width: 90%;
  }
  .index_customer .logoQ ul li {
    margin: 0px;
    -webkit-transform: scale(0.5);
        -ms-transform: scale(0.5);
            transform: scale(0.5);
  }
}
.index-share {
  background: url(../img/index/inimg6.png) no-repeat center;
  background-size: 100%;
  max-width: 1920px;
  margin-left: auto;
  margin-right: auto;
}
.index-share .dl_con {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 72px;
  width: 1130px;
}
.index-share .con_list {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  border-radius: 10px;
  border: 1px solid rgba(130, 130, 134, 0.2509803922);
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  background: #000;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.index-share .con_list:after {
  content: "";
  display: block;
  width: 72px;
  height: 100%;
  position: absolute;
  right: -72px;
  top: 0px;
  background: url(../img/index/inimg7.png) no-repeat center;
  background-size: 100%;
}
.index-share .con_list:last-child:after {
  display: none;
}
.index-share .img {
  width: 43px;
  height: 43px;
  border: 1px solid #4d4d4d;
  border-radius: 7px;
  overflow: hidden;
  position: relative;
  margin-bottom: 15px;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.index-share .img img {
  width: 100%;
}
.index-share .img svg {
  width: 26px;
  height: 26px;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.index-share .list_top {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  position: relative;
  overflow: hidden;
  padding: 25px;
  padding-bottom: 0px;
}
.index-share .list_top:before {
  content: "";
  display: block;
  width: 80%;
  height: 100%;
  position: absolute;
  left: 50%;
  top: -50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  background-color: #1E2300;
  border-radius: 100%;
  -webkit-filter: blur(50px);
          filter: blur(50px);
  opacity: 0;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.index-share .list_bottom {
  padding: 25px;
  padding-top: 0px;
}
.index-share .list_bottom .a .hover_img {
  width: 30px;
}
.index-share .con_list:hover {
  border-color: #3C4701;
}
.index-share .con_list:hover .list_top:before {
  opacity: 1;
}
.index-share .con_list:hover .img {
  border-color: var(--main-color-light);
}
.index-share .con_list:hover .img svg path {
  fill: var(--main-color-light);
}

@media only screen and (max-width: 1600px) {
  .index-share .dl_con {
    width: 65%;
    gap: 50px;
  }
  .index-share .con_list:after {
    width: 50px;
    right: -50px;
  }
}
@media only screen and (max-width: 1200px) {
  .index-share .dl_con {
    width: 75%;
    gap: 20px;
  }
}
@media only screen and (max-width: 768px) {
  .index-share {
    background: none;
    position: relative;
  }
  .index-share:after {
    content: "";
    display: block;
    width: 80%;
    height: 100%;
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    background-color: #8ca500;
    border-radius: 100%;
    -webkit-filter: blur(100px);
            filter: blur(100px);
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
    opacity: 0.5;
  }
  .index-share .dl_con {
    width: 90%;
    gap: 3vw;
    position: relative;
    z-index: 2;
  }
  .index-share .con_list {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
  }
  .index-share .con_list:after {
    display: none;
  }
}
.w1470 {
  width: 1470px;
  margin-left: auto;
  margin-right: auto;
}

@media only screen and (max-width: 1900px) {
  .w1470 {
    width: 80%;
  }
}
@media only screen and (max-width: 768px) {
  .w1470 {
    width: 90%;
  }
}
.solutions_oem_detail .oemBanner .con {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.solutions_oem_detail .oemBanner .left {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
  text-align: center;
}
.solutions_oem_detail .oemBanner .left img {
  max-width: 100%;
}
.solutions_oem_detail .oemBanner .right {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  position: relative;
  margin-left: 10%;
}
.solutions_oem_detail .oemBanner .right .text {
  width: 100%;
}
.solutions_oem_detail .oemBanner .right .text h3 {
  max-width: 550px;
}
.solutions_oem_detail .oemBanner > img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.solutions_oem_detail .top_title h3 {
  background: radial-gradient(circle at 50% 0%, var(--main-color-light), #ffffff 40%);
  color: transparent;
  line-height: 1.3;
  -webkit-background-clip: text;
  background-clip: text;
}
.solutions_oem_detail .certified .dlcon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.solutions_oem_detail .certified .dlcon dl {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 33.33%;
          flex: 0 0 33.33%;
  text-align: center;
  position: relative;
  overflow: hidden;
  padding-bottom: 30px;
}
.solutions_oem_detail .certified .dlcon dl:after {
  content: "";
  display: block;
  width: 150px;
  height: 30px;
  background: var(--main-color-light);
  border-radius: 100%;
  position: absolute;
  left: 50%;
  top: 90%;
  -webkit-transform: translate(-50%, 0%);
      -ms-transform: translate(-50%, 0%);
          transform: translate(-50%, 0%);
  z-index: 0;
  -webkit-filter: blur(30px);
          filter: blur(30px);
}
.solutions_oem_detail .certified .dlcon dl::before {
  content: "";
  display: block;
  height: 80px;
  width: 2px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0)), color-stop(rgba(255, 255, 255, 0.4)), to(rgba(255, 255, 255, 0)));
  background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.4), rgba(255, 255, 255, 0));
  position: absolute;
  right: 0px;
  top: 0px;
  z-index: 2;
}
.solutions_oem_detail .certified .dlcon dl:nth-of-type(3n)::before {
  display: none;
}
.solutions_oem_detail .certified .dlcon dt {
  color: var(--main-color-light);
}
.solutions_oem_detail .certified .dlcon dd {
  color: var(--color-gray-2);
  width: 40%;
  margin-left: auto;
  margin-right: auto;
  margin-top: 10px;
}
.solutions_oem_detail .GSR {
  background: url(../img/oem/oem3.jpg) no-repeat center bottom;
  padding-bottom: 300px;
  background-size: 100%;
}
.solutions_oem_detail .GSR .con {
  width: 1200px;
  margin-left: auto;
  margin-right: auto;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.solutions_oem_detail .GSR .con > h3 {
  color: #fff;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
}
.solutions_oem_detail .GSR .con .left {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
}
.solutions_oem_detail .GSR .con .right {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 40%;
          flex: 0 0 40%;
}
.solutions_oem_detail .GSR .con p {
  margin-bottom: 30px;
  line-height: 1.8;
}
.solutions_oem_detail .GSR .con p b {
  color: var(--main-color-light);
  font-weight: normal;
}
.solutions_oem_detail .GSR .con .right p {
  line-height: 1.4;
  margin-bottom: 20px;
}
.solutions_oem_detail .GSR .con li {
  margin-bottom: 7px;
  position: relative;
  padding-left: 15px;
  font-size: 14px;
}
.solutions_oem_detail .GSR .con li:after {
  content: "";
  display: block;
  position: absolute;
  left: 0px;
  top: 7px;
  width: 8px;
  height: 8px;
  border-radius: 100%;
  background: var(--color-gray-2);
}
.solutions_oem_detail .matters {
  width: 1280px;
}
.solutions_oem_detail .matters .con {
  gap: 2%;
}
.solutions_oem_detail .matters .list {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 46%;
          flex: 0 0 46%;
  background: url(../img/oem/oem4.png) no-repeat;
  background-size: 100%;
  height: 563px;
}
.solutions_oem_detail .matters .list h3 {
  height: 56px;
  background: url(../img/oem/oem6.png) no-repeat left center;
  line-height: 56px;
  padding-left: 40px;
  margin-top: 30px;
  margin-bottom: 20px;
}
.solutions_oem_detail .matters .list .dl {
  padding: 40px;
  padding-top: 0px;
}
.solutions_oem_detail .matters .list dl {
  margin-bottom: 10px;
}
.solutions_oem_detail .matters .list dt {
  color: #fff;
  margin-bottom: 5px;
  position: relative;
  padding-left: 15px;
}
.solutions_oem_detail .matters .list dt:after {
  content: "";
  display: block;
  position: absolute;
  left: 0px;
  top: 9px;
  width: 5px;
  height: 5px;
  border-radius: 100%;
  background: #fff;
}
.solutions_oem_detail .matters .left h3 {
  color: #51a44f;
}
.solutions_oem_detail .matters .right {
  background-image: url(../img/oem/oem5.png);
}
.solutions_oem_detail .matters .right h3 {
  color: #397162;
  background-image: url(../img/oem/oem7.png);
}
.solutions_oem_detail .streamax .con h3 {
  color: var(--main-color-light);
  line-height: 1.2;
}
.solutions_oem_detail .streamax .con .list {
  position: relative;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: end;
}
.solutions_oem_detail .streamax .con .list:nth-of-type(2n) {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.solutions_oem_detail .streamax .con .list:nth-of-type(2n) .left {
  left: auto;
  right: 10%;
  top: 50%;
}
.solutions_oem_detail .streamax dl {
  margin-bottom: 10px;
}
.solutions_oem_detail .streamax dt {
  color: #fff;
  margin-bottom: 5px;
}
.solutions_oem_detail .streamax dd b {
  font-weight: normal;
  color: var(--main-color-light);
}
.solutions_oem_detail .streamax .left {
  width: 600px;
  position: absolute;
  left: 10%;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 2;
}
.solutions_oem_detail .streamax .right {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 770px;
          flex: 0 0 770px;
}
.solutions_oem_detail .streamax .right img {
  width: 100%;
}
.solutions_oem_detail .optional {
  text-align: center;
}
.solutions_oem_detail .optional .top_title {
  position: relative;
}
.solutions_oem_detail .optional .con {
  width: 1150px;
  margin-left: auto;
  margin-right: auto;
}
.solutions_oem_detail .optional .con img {
  width: 100%;
}
.solutions_oem_detail .optional .con video {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.solutions_oem_detail .compliance .con h3 {
  color: var(--main-color-light);
}
.solutions_oem_detail .compliance .con li {
  position: relative;
  padding-left: 20px;
}
.solutions_oem_detail .compliance .con li:after {
  content: "";
  display: block;
  position: absolute;
  left: 0px;
  top: 9px;
  width: 12px;
  height: 12px;
  border-radius: 100%;
  background: var(--color-gray-2);
}
.solutions_oem_detail .compliance .con li b {
  color: var(--main-color-light);
}
.solutions_oem_detail .compliance .con .list {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.solutions_oem_detail .compliance .con .list:nth-of-type(2n) {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
.solutions_oem_detail .compliance .con .list:nth-of-type(2n) .left {
  padding-right: 0px;
  padding-left: 100px;
}
.solutions_oem_detail .compliance .con .left {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding-right: 100px;
}
.solutions_oem_detail .compliance .con .left li {
  margin-bottom: 10px;
}
.solutions_oem_detail .compliance .con .right {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 671px;
          flex: 0 0 671px;
  border-radius: 20px;
  overflow: hidden;
}
.solutions_oem_detail .compliance .con .right img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.solutions_oem_detail .insight .top_title h3 {
  background: radial-gradient(circle at 40% 0%, var(--main-color-light), #ffffff 30%);
  color: transparent;
  line-height: 1.3;
  -webkit-background-clip: text;
  background-clip: text;
}
.solutions_oem_detail .insight .con h3 {
  color: var(--main-color-light);
}
.solutions_oem_detail .insight .con .list {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.solutions_oem_detail .insight .con .list:nth-of-type(2n) {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
.solutions_oem_detail .insight .con .list:nth-of-type(2n) .left {
  padding-right: 0px;
  padding-left: 100px;
}
.solutions_oem_detail .insight .con .listother dl {
  margin-bottom: 20px;
}
.solutions_oem_detail .insight .con .listother dt {
  color: #fff;
  margin-bottom: 7px;
}
.solutions_oem_detail .insight .con .listother dd p {
  margin-bottom: 5px;
}
.solutions_oem_detail .insight .con .left {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding-right: 100px;
}
.solutions_oem_detail .insight .con .left li {
  margin-bottom: 10px;
}
.solutions_oem_detail .insight .con .right {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 671px;
          flex: 0 0 671px;
  border-radius: 20px;
  overflow: hidden;
}
.solutions_oem_detail .insight .con .right img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.solutions_oem_detail .topTitle h3 {
  color: var(--main-color-light);
}
.solutions_oem_detail .con.detail {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.solutions_oem_detail .con.detail .left {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding-right: 100px;
}
.solutions_oem_detail .con.detail .left p {
  line-height: 1.6;
}
.solutions_oem_detail .con.detail .right {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 671px;
          flex: 0 0 671px;
  border-radius: 20px;
  overflow: hidden;
}
.solutions_oem_detail .con.detail .right img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.solutions_oem_detail .con.detail .bottom {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
}
.solutions_oem_detail .con.detail p {
  margin-bottom: 10px;
}
.solutions_oem_detail .con.detail h4 {
  color: #fff;
  margin-bottom: 10px;
  margin-top: 30px;
}
.solutions_oem_detail .con.detail li {
  position: relative;
  padding-left: 20px;
  margin-bottom: 7px;
}
.solutions_oem_detail .con.detail li:after {
  content: "";
  display: block;
  position: absolute;
  left: 0px;
  top: 8px;
  width: 10px;
  height: 10px;
  border-radius: 100%;
  background: var(--color-gray-2);
}
.solutions_oem_detail .con.detail b {
  color: var(--main-color-light);
}
.solutions_oem_detail .z5 .video {
  width: 100%;
}
.solutions_oem_detail .z5 video {
  width: 100%;
}

@media only screen and (max-width: 1700px) {
  .solutions_oem_detail .compliance .con .right {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.5vw;
            flex: 0 0 33.5vw;
  }
  .solutions_oem_detail .insight .con .right {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.5vw;
            flex: 0 0 33.5vw;
  }
  .solutions_oem_detail .con.detail .right {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.5vw;
            flex: 0 0 33.5vw;
  }
  .solutions_oem_detail .streamax .left {
    left: 0px;
  }
  .solutions_oem_detail .streamax .con .list:nth-of-type(2n) .left {
    right: 0px;
  }
}
@media only screen and (max-width: 1600px) {
  .solutions_oem_detail .streamax .left {
    width: 500px;
  }
}
@media only screen and (max-width: 1500px) {
  .solutions_oem_detail .fnt22 {
    font-size: 18px;
  }
  .solutions_oem_detail .compliance .con li:after {
    width: 7px;
    height: 7px;
    top: 7px;
  }
  .solutions_oem_detail .con.detail li:after {
    width: 7px;
    height: 7px;
    top: 7px;
  }
  .solutions_oem_detail .GSR .con li:after {
    width: 7px;
    height: 7px;
    top: 6px;
  }
  .solutions_oem_detail .GSR .con {
    width: 80%;
  }
  .solutions_oem_detail .GSR .con p {
    line-height: 1.5;
  }
  .solutions_oem_detail .matters {
    width: 80%;
  }
  .solutions_oem_detail .matters .list {
    height: auto;
    background-size: 100% 100%;
  }
  .solutions_oem_detail .streamax .con .list {
    padding: 5vw 0;
  }
  .solutions_oem_detail .streamax .right {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
  }
  .solutions_oem_detail .streamax .left {
    width: 50%;
    left: 0;
    position: static;
    -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
            transform: translateY(0);
  }
  .solutions_oem_detail .con.detail .left {
    padding-right: 5vw;
  }
  .solutions_oem_detail .insight .con .left {
    padding-right: 5vw;
  }
  .solutions_oem_detail .compliance .con .left {
    padding-right: 5vw;
  }
  .solutions_oem_detail .compliance .con .list:nth-of-type(2n) .left {
    padding-left: 5vw;
  }
  .solutions_oem_detail .streamax .con .list:nth-of-type(2n) {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
}
@media only screen and (max-width: 1200px) {
  .solutions_oem_detail .fnt60 {
    font-size: 32px;
  }
  .crumb_banner .banner.oemBanner {
    height: 70vh;
  }
  .solutions_oem_detail .optional .con {
    width: 90%;
  }
}
@media only screen and (max-width: 1000px) {
  .solutions_oem_detail .certified .dlcon dd {
    width: 90%;
  }
  .solutions_oem_detail .GSR {
    padding-bottom: 150px;
  }
  .solutions_oem_detail .GSR .con .left {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
  }
  .solutions_oem_detail .GSR .con .right {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
  }
  .solutions_oem_detail .GSR .con {
    width: 100%;
  }
  .solutions_oem_detail .matters .con {
    gap: 0;
  }
  .solutions_oem_detail .matters .list {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    margin-bottom: 20px;
  }
  .solutions_oem_detail .streamax .top_title {
    position: relative;
    top: 80px;
  }
  .solutions_oem_detail .streamax .con .list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
  .solutions_oem_detail .streamax .left {
    width: 100%;
  }
  .solutions_oem_detail .streamax .con .list:nth-of-type(2n) {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
  .solutions_oem_detail .compliance .con .list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
  .solutions_oem_detail .compliance .con .left {
    padding-right: 0px;
    margin-top: 5vw;
  }
  .solutions_oem_detail .compliance .con .list:nth-of-type(2n) {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
  .solutions_oem_detail .compliance .con .list:nth-of-type(2n) .left {
    padding-left: 0px;
    margin-top: 5vw;
  }
  .solutions_oem_detail .insight .con .list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
  .solutions_oem_detail .insight .con .left {
    padding-right: 0px;
    margin-top: 5vw;
  }
  .solutions_oem_detail .con.detail .left {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    padding-right: 0px;
  }
  .solutions_oem_detail .con.detail .right {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 44.5vw;
            flex: 0 0 44.5vw;
    margin: 3vw 0;
    margin-left: auto;
    margin-right: auto;
  }
  .solutions_oem_detail .con.detail h4 {
    margin-top: 2vw;
  }
}
@media only screen and (max-width: 768px) {
  .solutions_oem_detail .fnt60 {
    font-size: 26px;
    line-height: 1.2 !important;
    font-weight: 700;
  }
  .solutions_oem_detail .fnt60 br {
    display: none;
  }
  .solutions_oem_detail .oemBanner .left {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
  }
  .solutions_oem_detail .oemBanner .right {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    margin-left: 0px;
  }
  .solutions_oem_detail .oemBanner .right .text {
    position: static;
    -webkit-transform: translate(0, 0);
        -ms-transform: translate(0, 0);
            transform: translate(0, 0);
  }
  .solutions_oem_detail .top_title h3 {
    background: radial-gradient(circle at 50% 0%, var(--main-color-light), #ffffff 60%);
    -webkit-background-clip: text;
            background-clip: text;
  }
  .solutions_oem_detail .certified .dlcon dl {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    padding-bottom: 20px;
    min-width: 50%;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    margin-bottom: 8vw;
  }
  .solutions_oem_detail .certified .dlcon dl:nth-of-type(3n):before {
    content: "";
    display: block;
    height: 80px;
    width: 2px;
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0)), color-stop(rgba(255, 255, 255, 0.4)), to(rgba(255, 255, 255, 0)));
    background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.4), rgba(255, 255, 255, 0));
    position: absolute;
    right: 0px;
    top: 0px;
    z-index: 2;
  }
  .solutions_oem_detail .certified .dlcon dl:nth-of-type(2n):before {
    display: none;
  }
  .solutions_oem_detail .certified .dlcon dl:last-child:before {
    display: none;
  }
  .solutions_oem_detail .fnt30 {
    font-size: 18px;
  }
  .solutions_oem_detail .fnt38 {
    font-size: 22px;
  }
  .solutions_oem_detail .GSR {
    padding-bottom: 100px;
    background-size: 200%;
  }
  .solutions_oem_detail .matters .list {
    background-size: 120% 120%;
    background-position: center;
    border-radius: 10px;
    overflow: hidden;
  }
  .solutions_oem_detail .matters .list h3 {
    height: 44px;
    line-height: 44px;
  }
  .solutions_oem_detail .matters .list .dl {
    padding: 5vw;
    padding-top: 0px;
  }
  .solutions_oem_detail .streamax .top_title {
    top: 0px;
  }
  .solutions_oem_detail .compliance .con .right {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    border-radius: 10px;
  }
  .solutions_oem_detail .insight .con .right {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    border-radius: 10px;
  }
  .solutions_oem_detail .con.detail .right {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    border-radius: 10px;
  }
  .solutions_oem_detail .con.detail h4 {
    margin: 5vw 0;
  }
  .solutions_oem_detail .con.detail {
    margin-top: 5vw;
  }
}