@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;
}

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;
}

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

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

.black_page .section {
  margin-top: 110px;
}

@media only screen and (max-width: 1300px) {
  .header .logo {
    width: 170px;
  }
  .header .mode_btn {
    width: 130px;
  }
}
@media only screen and (max-width: 1200px) {
  .staticHeader .section {
    margin-top: 60px;
  }
  .black_page .section {
    margin-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 #CECECE;
  border-bottom: 2px solid #CECECE;
  -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;
  }
}
@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%;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .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;
  }
}
.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;
}

.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: 100%;
  text-align: center;
  color: #afafaf;
  display: none;
  margin-bottom: 20px;
  margin-top: 20px;
}
.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 .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: 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 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 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);
}

.about .crumb {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: 99;
  top: 0px;
}
.about .banner {
  position: relative;
}
.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;
}
.about .banner .text .a img {
  position: relative;
  top: 2px;
}
.about .banner > img {
  width: 100%;
}
.about .banner > video {
  width: 100%;
}
.about .Milestone {
  position: relative;
  overflow: hidden;
  min-height: 100vh;
}
.about .Milestone .img img {
  width: 100%;
}
.about .Milestone .text {
  position: absolute;
  padding-left: 30px;
  opacity: 0;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  -webkit-transform: translateY(50px);
      -ms-transform: translateY(50px);
          transform: translateY(50px);
}
.about .Milestone .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 .Milestone .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 .Milestone .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;
}
.about .Milestone .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 .Milestone .text.animated {
  opacity: 1;
  -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
          transform: translateY(0);
}
.about .Milestone .text.animated h3 {
  opacity: 1;
  -webkit-transform: translateY(0px);
      -ms-transform: translateY(0px);
          transform: translateY(0px);
}
.about .Milestone .text.animated .p {
  opacity: 1;
  -webkit-transform: translateY(0px);
      -ms-transform: translateY(0px);
          transform: translateY(0px);
}
.about .Milestone .text1 {
  left: 13%;
  top: 7%;
  height: 50%;
  width: 300px;
}
.about .Milestone .text2 {
  left: 47.5%;
  top: 17%;
  height: 30%;
  width: 350px;
}
.about .Milestone .text3 {
  left: 72.6%;
  top: 32%;
  height: 20%;
  width: 300px;
}
.about .Milestone .text4 {
  left: 58%;
  top: 48%;
  height: 23%;
  width: 300px;
}
.about .Milestone .text5 {
  left: 34.2%;
  top: 58%;
  height: 30%;
  width: 300px;
}
.about .Milestone .text6 {
  left: 12.9%;
  top: 65.8%;
  height: 25%;
  width: 250px;
}
.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 .left {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 500px;
          flex: 0 0 500px;
  padding-left: 110px;
  margin-top: 110px;
}
.about .number .left .con {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 180px;
}
.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 970px;
          flex: 0 0 970px;
}
.about .number .right img {
  width: 100%;
}
.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: #e2e2e2;
}
.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;
}
.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%;
  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 .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 .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;
  display: none;
}
.about .international .img_all .positionImg .text_con .text {
  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:hover > img {
  opacity: 1;
}
.about .international .img_all .positionImg:hover .text_con {
  display: block;
  -webkit-animation: displayN 0.5s forwards;
          animation: displayN 0.5s forwards;
}
.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;
}

@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 .Milestone .text4 {
    top: 47%;
  }
  .about .Milestone .text5 {
    width: 260px;
    top: 54%;
  }
}
@media only screen and (max-width: 1200px) {
  .about .Milestone .text .p {
    margin-top: 10px;
  }
  .about .Milestone .text1 {
    width: 30%;
  }
  .about .Milestone .text2 {
    width: 20%;
  }
  .about .Milestone .text3 {
    width: 20%;
  }
  .about .Milestone .text4 {
    width: 20%;
  }
  .about .Milestone .text5 {
    width: 20%;
  }
  .about .Milestone .text6 {
    width: 20%;
  }
}
@media only screen and (max-width: 1000px) {
  .about .Milestone .img img {
    width: 125%;
    position: relative;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
    left: 50%;
  }
  .about .Milestone .text1 {
    left: 3.6%;
  }
  .about .Milestone .text2 {
    left: 47%;
    top: 18%;
    height: 40%;
    width: 40%;
  }
  .about .Milestone .text3 {
    left: 78.2%;
  }
  .about .Milestone .text4 {
    left: 60%;
    top: 49%;
    height: 30%;
    width: 27%;
  }
  .about .Milestone .text5 {
    left: 30.2%;
    top: 56%;
    width: 30%;
  }
  .about .Milestone .text6 {
    left: 3.6%;
    width: 25%;
  }
}
@media only screen and (max-width: 768px) {
  .about .Milestone {
    padding-bottom: 15vw;
    width: 100%;
  }
  .about .Milestone .miles_con {
    position: relative;
    z-index: 2;
    margin-top: 8vw;
    width: 90%;
    margin-left: auto;
    margin-right: auto;
  }
  .about .Milestone .text {
    position: static;
    width: 100% !important;
    padding-bottom: 10vw;
  }
  .about .Milestone .text:before {
    top: 12px;
    left: 8px;
  }
  .about .Milestone .text:after {
    left: 11px;
  }
  .about .Milestone .img {
    position: absolute;
    top: 0px;
    left: 0px;
    opacity: 0.2;
  }
  .about .Milestone .img img {
    width: 280%;
  }
}
@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%;
  }
}
@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: 6vw;
    padding-left: 6vw;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 40%;
            flex: 0 0 40%;
  }
  .about .number .left .con {
    margin-top: 6vw;
  }
  .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: 1000px) {
  .about .number .left {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
  }
}
@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%;
  }
  .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;
  }
}
@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;
  }
}
@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: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 70px;
          flex: 0 0 70px;
  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;
}
.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;
}
.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 {
  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%;
}
.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;
}
.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 {
  font-size: 22px;
  color: var(--color-gray-2);
}
.news_page a {
  font-size: 22px;
  color: var(--color-gray-2);
  margin: 0 10px;
  display: inline-block;
  padding: 5px;
  border-bottom: 2px solid transparent;
}
.news_page a:hover {
  color: var(--main-color);
  border-color: var(--main-color);
}
.news_page .prev {
  padding-left: 25px;
  background: url(../img/grayJL.png) no-repeat left center;
}
.news_page .next {
  padding-right: 25px;
  background: url(../img/grayJ.png) no-repeat right center;
}
.news_page .home {
  margin-right: 70px;
}
.news_page .last {
  margin-left: 70px;
}

@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_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: 90vw;
    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: 75vw;
  }
}
.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 {
  -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 .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);
}

.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;
  }
}
@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 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 {
    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 h3 {
  position: relative;
  text-align: center;
  line-height: 0.8;
  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;
  }
}
@media screen and (max-width: 600px) {
  .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: 0px;
}
.crumb_banner .banner {
  position: relative;
}
.crumb_banner .banner .text {
  position: absolute;
  top: 40%;
  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: 400px;
  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 span {
  color: var(--main-color-light);
}
.crumb_banner .banner .text .p {
  color: var(--color-gray-2);
}
.crumb_banner .banner > img {
  width: 100%;
}
.crumb_banner .banner > video {
  width: 100%;
}

@media screen and (max-width: 768px) {
  .mt80 {
    margin-top: 12vw;
  }
  .crumb_banner .banner {
    height: 340px;
  }
  .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 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;
}
.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;
  cursor: pointer;
  overflow: hidden;
}
.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: 5px;
  bottom: 2px;
  left: 5px;
}
.list_tab li > div {
  text-indent: 30px;
  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::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 {
  text-indent: 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::before {
  opacity: 1;
}

.solutions_con .capabilities .left_title h3 {
  background: radial-gradient(circle at -30% 20%, var(--main-color-light), #ffffff 50%);
  color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
}
.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 500px;
          flex: 0 0 500px;
  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);
}
.solutions_con .capabilities .con .left dd {
  color: var(--color-gray-2);
  margin-top: 10px;
  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 .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 .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 .motion .top_title h3 {
  background: radial-gradient(circle at 50% -150%, 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;
  background: url(../img/videoBorder.png) no-repeat center bottom;
  padding-bottom: 320px;
}
.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;
  }
}
@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: 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%;
  }
}
@media screen and (max-width: 768px) {
  .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 .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_detail .banner h3 {
  max-width: 600px;
}
.solutions_con_detail .content .left {
  width: 170px;
  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: 25px 0;
  cursor: pointer;
}
.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 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 .right {
  width: calc(100% - 320px);
  margin-left: 150px;
  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: 32px;
  position: relative;
  padding-right: 50px;
}
.solutions_con_detail .content .right .list_title h3 span {
  display: block;
  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: 50%;
  font-size: 20px;
}
.solutions_con_detail .content .right .list_title:hover h3 {
  color: var(--main-color-light);
}
.solutions_con_detail .content .right .list_title:hover .p {
  color: var(--color-gray-3);
}
.solutions_con_detail .content .right .dl_con {
  display: none;
}
.solutions_con_detail .content .right .list.active .dl_con {
  display: block;
  -webkit-animation: displayN 0.5s forwards;
          animation: displayN 0.5s forwards;
}
.solutions_con_detail .content .right .list.active .list_title h3 {
  color: var(--main-color-light);
  font-size: 46px;
}
.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: 28px;
}
.solutions_con_detail .content .right .list.active .list_title .p {
  color: var(--color-gray-2);
}
.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 .list_img {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 550px;
          flex: 0 0 550px;
  border-radius: 10px;
  overflow: hidden;
}
.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: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;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-left: 120px;
}
.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: 90%;
  color: var(--color-white);
  position: relative;
}
.solutions_con_detail .list_text .title span {
  display: inline-block;
  position: absolute;
  left: -20px;
  top: 0px;
}
.solutions_con_detail .list_text .title span img {
  width: 100%;
}
.solutions_con_detail .list_text .p a {
  color: var(--color-gray-2);
}
.solutions_con_detail .list_text .p a:hover {
  color: var(--color-gray-3);
}
.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);
}

@media only screen and (max-width: 1600px) {
  .solutions_con_detail .content .right {
    margin-left: 7vw;
    width: calc(100% - 7vw - 170px);
  }
  .solutions_con_detail .content .right .list_title .p {
    width: 70%;
  }
  .solutions_con_detail .list_img {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 45%;
            flex: 0 0 45%;
  }
  .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: 28px;
  }
  .solutions_con_detail .content .right .list_title .p {
    font-size: 18px;
  }
  .solutions_con_detail .content .right .list.active .list_title h3 {
    font-size: 36px;
  }
  .solutions_con_detail .content .right .list.active .list_title .p {
    font-size: 20px;
  }
  .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 .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: 768px) {
  .solutions_con_detail .list_img {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
  }
  .solutions_con_detail .list_img img {
    height: 100%;
  }
  .solutions_con_detail .list_text {
    padding: 5vw 0vw 0;
  }
  .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;
  }
}
.case_con .banner .text .p {
  max-width: 600px;
  color: #fff;
  font-weight: 200;
}
.case_con .region_industry .RI_tab li {
  color: #fff;
  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 .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%);
}
.case_con .region_industry .region .top_title .a a {
  color: var(--main-color-light);
}
.case_con .region_industry .region .top_title .a img {
  -webkit-transform: translateY(3px);
      -ms-transform: translateY(3px);
          transform: translateY(3px);
}
.case_con .region_industry .region .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 .region .region_list {
  position: absolute;
  top: 0px;
  bottom: 0px;
  left: 0px;
  right: 0px;
  z-index: 9;
}
.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 dl.dl1 {
  left: 50%;
  top: 50%;
}
.case_con .region_industry .region .region_list dl.dl2 {
  left: 70%;
  top: 30%;
}
.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);
}
.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 dd {
  width: 385px;
  display: none;
  -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 {
  -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 {
  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 #particles {
  position: absolute;
  top: 0;
  left: 0;
  pointer-events: none;
}
.case_con .region_industry .region .region_tab {
  position: absolute;
  z-index: 10;
  bottom: 0px;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
}
.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 .case .top_title h3 {
  background: radial-gradient(circle at 50% 0%, var(--main-color-light), #ffffff 25%);
  color: transparent;
  line-height: 1.3;
}