body {
  --interval: 5.2vw;
  --nav_height: 1rem;
  --color: #e60012;
  --f14: 0.14rem;
  --f16: 0.16rem;
  --f18: 0.18rem;
  --f20: 0.2rem;
  --f22: 0.22rem;
  --f24: 0.24rem;
  --f26: 0.26rem;
  --f28: 0.28rem;
  --f30: 0.3rem;
  --f32: 0.32rem;
  --f34: 0.34rem;
  --f36: 0.36rem;
  --f38: 0.38rem;
  --f40: 0.4rem;
  --f44: 0.44rem;
  --f46: 0.46rem;
  --f48: 0.48rem;
  --f54: 0.54rem;
  --f56: 0.56rem;
  --f58: 0.58rem;
  --f60: 0.6rem;
  --f62: 0.62rem;
}
@media screen and (max-width: 1520px) {
  body {
    --f14: 12px;
    --f16: 14px;
    --f18: 16px;
    --f20: 18px;
    --f22: 18px;
    --f24: 20px;
    --f26: 22px;
    --f28: 24px;
  }
}
@media screen and (max-width: 1200px) {
  body {
    --f20: 16px;
    --f22: 16px;
    --f24: 18px;
    --f26: 20px;
    --f28: 22px;
    --f30: 0.36rem;
    --f32: 0.36rem;
    --f34: 0.38rem;
    --f36: 0.38rem;
    --f38: 0.4rem;
    --f40: 0.4rem;
    --f44: 0.4rem;
    --f46: 0.4rem;
    --f48: 0.4rem;
    --f54: 0.5rem;
    --f56: 0.52rem;
    --f58: 0.52rem;
    --f60: 0.54rem;
    --f62: 0.54rem;
    --interval: 5vw;
    --nav_height: 58px;
  }
}
@media screen and (max-width: 767px) {
  body {
    --f14: 0.26rem;
    --f16: 0.28rem;
    --f18: 0.3rem;
    --f20: 0.3rem;
    --f22: 0.32rem;
    --f24: 0.34rem;
    --f26: 0.34rem;
    --f28: 0.36rem;
    --f30: 0.4rem;
    --f32: 0.4rem;
    --f34: 0.4rem;
    --f36: 0.4rem;
    --f38: 0.4rem;
    --f40: 0.4rem;
    --f44: 0.4rem;
    --f46: 0.4rem;
    --f48: 0.42rem;
    --f54: 0.44rem;
    --f56: 0.46rem;
    --f58: 0.46rem;
    --f60: 0.48rem;
    --f62: 0.48rem;
  }
}
.maodian {
  position: relative;
  top: calc(var(--nav_height) * -1 + 1px);
}
/** 纵向滚动条样式 */
html,
body {
  background: #fafafa;
}
.wMain {
  padding-left: var(--interval);
  padding-right: var(--interval);
  width: 100%;
}
.swiper-button-lock {
  display: none !important;
}
.dw {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
}
.bgf6 {
  background: #f6f7fa;
}
.bgfa {
  background: #fafafa;
}
.pt {
  padding-top: 1.2rem;
}
.pb {
  padding-bottom: 1.2rem;
}
.mt {
  margin-top: 0.6rem;
}
.Privacy_Policy .box_ .content1 {
  font-size: var(--f32);
}
.Privacy_Policy .box_ .hr {
  border-top: 1px solid #eee;
  margin: 0.5rem 0;
}
.Privacy_Policy .box_ .content3 {
  font-size: var(--f18);
  line-height: 1.8;
  color: #333;
}
.Search_List .box1 {
  padding: 1.4rem 0 0.5rem;
  font-size: var(--f20);
  background: #f6f7fa;
}
.Search_List .box2 {
  min-height: 40vh;
}
.Search_List .box2 .item {
  padding: 0.2rem 0.8rem;
  border-bottom: 1px solid #eee;
}
@media screen and (max-width: 1200px) {
  .Search_List .box2 .item {
    padding: 0.2rem 0rem;
  }
}
.Search_List .box2 .item a .left {
  max-width: 80%;
}
.Search_List .box2 .item a .left .t {
  font-size: var(--f14);
  color: #999;
}
.Search_List .box2 .item a .left .b {
  font-size: var(--f24);
  color: #333;
  transition: 0.4s;
  margin-top: 12px;
}
.Search_List .box2 .item a .right {
  font-size: var(--f16);
  color: #e60012;
  display: flex;
  align-items: center;
  transition: 0.4s;
}
.Search_List .box2 .item a .right i {
  font-size: var(--f16);
  display: inline-block;
  transition: 0.4s;
}
.Search_List .box2 .item a:hover .b {
  color: #e60012;
}
.Search_List .box2 .item a:hover .right i {
  transform: translateX(5px);
}
.Search_List .box3 {
  font-size: var(--f18);
  text-align: center;
}
.df {
  display: flex;
  flex-wrap: wrap;
}
.jc {
  justify-content: center;
}
.js {
  justify-content: space-between;
}
.jf {
  justify-content: flex-end;
}
.ac {
  align-items: center;
}
.af {
  align-items: flex-end;
}
.pc_header {
  z-index: 5;
  position: fixed;
  top: 0;
  width: 100%;
}
.pc_header a {
  display: block;
}
.pc_header .he_box {
  transition: 0.4s;
  outline: rgba(255, 255, 255, 0.5) solid 1px;
  background: rgba(0, 0, 0, 0.1);
}
.pc_header .he_box .logo a img {
  height: 0.3rem;
}
.pc_header .he_box .logo a .img2 {
  display: none;
}
.pc_header .he_box .column .nav .slide {
  padding: 0 0.28rem;
}
.pc_header .he_box .column .nav .slide .item a {
  transition: 0.4s;
  position: relative;
  color: #fff;
  font-size: var(--f16);
  line-height: var(--nav_height);
}
.pc_header .he_box .column .nav .slide .item a::before {
  transition: 0.4s;
  content: '';
  position: absolute;
  left: 0;
  bottom: 30%;
  width: 0%;
  height: 2px;
  background: #e60012;
}
.pc_header .he_box .column .nav .slide .down {
  display: none;
  width: 100%;
  position: absolute;
  top: 100%;
  left: 0;
  background-color: rgba(239, 239, 239, 0.8);
}
.pc_header .he_box .column .nav .slide .down .ul {
  padding: 0 var(--interval);
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.pc_header .he_box .column .nav .slide .down .ul a {
  position: relative;
  color: #333;
  line-height: 0.8rem;
  font-size: var(--f16);
}
.pc_header .he_box .column .nav .slide .down .ul a::before {
  transition: 0.4s;
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0%;
  height: 2px;
  background: #e60012;
}
.pc_header .he_box .column .nav .slide .down .ul a:hover::before {
  width: 100%;
}
.pc_header .he_box .column .nav .slide .down .ul a + a {
  margin-left: 0.36rem;
}
.pc_header .he_box .column .nav .slide:hover .item a::before {
  width: 100%;
}
.pc_header .he_box .column .nav .slide:hover .down {
  display: block;
}
.pc_header .he_box .column .nav .slide.active .item a::before {
  width: 100%;
}
.pc_header .menu .search {
  cursor: pointer;
}
.pc_header .menu .search svg {
  max-width: 0.2rem;
}
.pc_header .menu .search svg path {
  transition: 0.4s;
}
.pc_header .menu .lang {
  margin-left: 0.32rem;
}
.pc_header .menu .lang a {
  transition: 0.4s;
  color: #fff;
  font-size: var(--f16);
}
.pc_header .menu .lang a i {
  transition: 0.4s;
  color: rgba(255, 255, 255, 0.5);
  font-size: 0.8em;
}
.pc_header .logo,
.pc_header .menu {
  width: 16%;
}
.pc_header.sticky .he_box,
.pc_header.active .he_box {
  background: #fff;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.18);
}
.pc_header.sticky .he_box .logo img,
.pc_header.active .he_box .logo img {
  display: none;
}
.pc_header.sticky .he_box .logo .img2,
.pc_header.active .he_box .logo .img2 {
  display: block;
}
.pc_header.sticky .he_box .column .nav .slide .item a,
.pc_header.active .he_box .column .nav .slide .item a {
  color: #333;
}
.pc_header.sticky .he_box .menu .search svg path,
.pc_header.active .he_box .menu .search svg path {
  stroke: #333;
}
.pc_header.sticky .he_box .menu .lang a,
.pc_header.active .he_box .menu .lang a {
  color: #333;
}
.pc_header.sticky .he_box .menu .lang a i,
.pc_header.active .he_box .menu .lang a i {
  color: rgba(51, 51, 51, 0.5);
}
.pc_footer {
  background: #fff;
  padding-top: 1rem;
}
.pc_footer a {
  display: block;
}
.pc_footer .ter_top .content1 .le_box .txt {
  font-size: var(--f48);
  color: #252525;
  font-weight: bold;
}
.pc_footer .ter_top .content1 .le_box .share {
  margin-top: 0.4rem;
}
.pc_footer .ter_top .content1 .le_box .share .li {
  position: relative;
}
.pc_footer .ter_top .content1 .le_box .share .li a {
  transition: 0.6s;
  width: 0.5rem;
  height: 0.5rem;
  background: rgba(141, 141, 141, 0.2);
  border-radius: 50%;
  display: flex;
}
.pc_footer .ter_top .content1 .le_box .share .li a svg {
  margin: auto;
  max-width: 50%;
}
.pc_footer .ter_top .content1 .le_box .share .li a svg path {
  transition: 0.4s;
}
.pc_footer .ter_top .content1 .le_box .share .li .post {
  transition: 0.6s;
  position: absolute;
  top: 140%;
  left: 50%;
  transform: translateX(-50%) scale(0);
  transform-origin: top center;
  padding: 6px;
  background: #e8e8e8;
  border-radius: 6px;
  z-index: 2;
}
.pc_footer .ter_top .content1 .le_box .share .li .post::before {
  content: '';
  position: absolute;
  bottom: 100%;
  left: 50%;
  transform: translateX(-50%);
  border: 0.08rem solid transparent;
  border-bottom-color: #e8e8e8;
}
.pc_footer .ter_top .content1 .le_box .share .li .post img {
  width: 1.46rem;
  max-width: inherit;
}
.pc_footer .ter_top .content1 .le_box .share .li + .li {
  margin-left: 0.24rem;
}
.pc_footer .ter_top .content1 .le_box .share .li:hover a {
  background: #e60012;
}
.pc_footer .ter_top .content1 .le_box .share .li:hover a svg path {
  fill: #fff;
}
.pc_footer .ter_top .content1 .le_box .share .li:hover .post {
  transform: translateX(-50%) scale(1);
}
.pc_footer .ter_top .content1 .ri_box > div {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.pc_footer .ter_top .content1 .ri_box > div .item {
  margin-left: 0.6rem;
  max-width: 20%;
}
.pc_footer .ter_top .content1 .ri_box > div .item .one {
  margin-bottom: 0.3rem;
}
.pc_footer .ter_top .content1 .ri_box > div .item .one a {
  transition: 0.4s;
  font-size: var(--f24);
  color: #333;
  font-weight: bold;
}
.pc_footer .ter_top .content1 .ri_box > div .item .one a:hover {
  color: #e60012;
}
.pc_footer .ter_top .content1 .ri_box > div .item .two a {
  transition: 0.4s;
  color: rgba(0, 0, 0, 0.6);
  font-size: var(--f18);
  line-height: 1.4;
}
.pc_footer .ter_top .content1 .ri_box > div .item .two a:hover {
  color: #e60012;
}
.pc_footer .ter_top .content1 .ri_box > div .item .two a + a {
  margin-top: 0.12rem;
}
.pc_footer .ter_top .content2 {
  padding: 1.52rem 0 0.56rem;
}
.pc_footer .ter_top .content2 .le_box .li {
  display: flex;
  align-items: center;
}
.pc_footer .ter_top .content2 .le_box .li .svg {
  width: 20px;
}
.pc_footer .ter_top .content2 .le_box .li .svg img {
  width: 16px;
}
.pc_footer .ter_top .content2 .le_box .li .wz {
  margin-left: 6px;
  font-size: var(--f16);
  color: #666;
}
.pc_footer .ter_top .content2 .le_box .li .wz span {
  font-weight: bold;
}
.pc_footer .ter_top .content2 .le_box .li .wz a {
  display: inline;
  transition: 0.4s;
  color: #666;
}
.pc_footer .ter_top .content2 .le_box .li .wz a:hover {
  color: #e60012;
}
.pc_footer .ter_top .content2 .le_box .li + .li {
  margin-top: 0.2rem;
}
.pc_footer .ter_top .content2 .ri_box div {
  cursor: pointer;
  width: 0.7rem;
  height: 0.7rem;
  border-radius: 0.1rem;
  background: #e60012;
  display: flex;
}
.pc_footer .ter_top .content2 .ri_box div i {
  color: #fff;
  margin: auto;
  font-size: var(--f16);
  font-weight: bold;
}
.pc_footer .ter_bot {
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  padding: 0.26rem var(--interval);
}
.pc_footer .ter_bot > div {
  font-size: var(--f16);
}
.pc_footer .ter_bot > div .copy p {
  color: rgba(0, 0, 0, 0.3);
}
.pc_footer .ter_bot > div .copy p a {
  transition: 0.4s;
  color: rgba(0, 0, 0, 0.3);
}
.pc_footer .ter_bot > div .copy p a:hover {
  color: #e60012;
}
.pc_footer .ter_bot > div .copy p + p {
  margin-left: 0.1rem;
}
.pc_footer .ter_bot > div .author a {
  transition: 0.4s;
  color: rgba(0, 0, 0, 0.3);
}
.pc_footer .ter_bot > div .author a:hover {
  color: #e60012;
}
.pc_footer .ter_bot > div .author span {
  color: rgba(0, 0, 0, 0.3);
}
.pu_link {
  display: inline-block;
}
.pu_link .a {
  transition: 0.3s;
  cursor: pointer;
  min-width: 1.6rem;
  height: 0.56rem;
  padding: 0 0.3rem;
  color: #fff;
  background: #e60012;
  font-size: var(--f16);
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}
.pu_link .a i,
.pu_link .a svg {
  margin-left: 0.2rem;
}
.pu_link .a:hover i,
.pu_link .a:hover svg {
  -webkit-animation: arrow 1s infinite;
  animation: arrow 1s infinite;
}
.pu_link1 {
  display: inline-block;
}
.pu_link1 .a {
  transition: 0.3s;
  cursor: pointer;
  min-width: 1.6rem;
  height: 0.56rem;
  padding: 0 0.3rem;
  color: #666;
  font-size: var(--f16);
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  border: 1px solid #666;
}
.pu_link1 .a i,
.pu_link1 .a svg {
  margin-left: 0.2rem;
}
.pu_link1 .a:hover i,
.pu_link1 .a:hover svg {
  -webkit-animation: arrow 1s infinite;
  animation: arrow 1s infinite;
}
.pu_link2 {
  display: inline-block;
}
.pu_link2 .a {
  transition: 0.3s;
  cursor: pointer;
  min-width: 1.6rem;
  height: 0.56rem;
  padding: 0 0.3rem;
  color: #fff;
  font-size: var(--f16);
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  border: 1px solid #fff;
}
.pu_link2 .a i,
.pu_link2 .a svg {
  margin-left: 0.2rem;
}
.pu_link2 .a:hover i,
.pu_link2 .a:hover svg {
  -webkit-animation: arrow 1s infinite;
  animation: arrow 1s infinite;
}
.index_banner {
  position: relative;
}
.index_banner .swiper .swiper-slide {
  overflow: hidden;
}
.index_banner .swiper .swiper-slide .slide_img {
  width: 100%;
}
.index_banner .swiper .swiper-slide .slide_img video,
.index_banner .swiper .swiper-slide .slide_img img {
  width: 100%;
  height: 100vh;
}

.index_banner .swiper .swiper-slide .orientation{
    position: absolute;
    right: calc(var(--interval) + 1.3rem);
    top: 50%;
    transform: translateY(-50%);
    z-index: 2;
    background: rgba(255,255,255,1);
    backdrop-filter: blur(10px);
    width: 8.3rem;
    padding: 0 .5rem .4rem;
}

.index_banner .swiper .swiper-slide .orientation .content1 img{
    width: 100%;
    max-height: 5.4rem;
}

.index_banner .swiper .swiper-slide .orientation .posi{
    position: absolute;
    left: 0;
    bottom: 0; 
    width: 100%;
    z-index: 2;
    padding: 0 .6rem .5rem;
}

.index_banner .swiper .swiper-slide .orientation .posi .heng{
    width: .6rem;
    height: 4px;
    background: #e60012;
    display: none;
}
.index_banner .swiper .swiper-slide .orientation .content2{
    font-size: var(--f24);
    width: 90%;
    line-height: 2;
    font-family: "gilroy_Medium";
    line-height: 1.25;
    color: #666;
    height: 3.75em;
    margin: .35rem 0 .35rem;
}
.index_banner .swiper .swiper-slide .orientation .content3 .pu_link{
    margin: 0 .2rem 0 0;
}




.index_banner .swiper .swiper-slide .slide_post {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  display: flex;
  padding: 0 var(--interval);
}
.index_banner .swiper .swiper-slide .slide_post > div {
  width: 100%;
  margin: auto;
}
.index_banner .swiper .swiper-slide .slide_post > div .content1 {
  color: #fff;
}
.index_banner .swiper .swiper-slide .slide_post > div .content1 .txt {
  font-size: var(--f62);
  font-weight: bold;
}
.index_banner .swiper .swiper-slide .slide_post > div .content1 .desc {
  margin-top: 0.16rem;
  font-size: var(--f28);
}
.index_banner .swiper .swiper-slide .slide_post > div .content2 {
  margin-top: 1rem;
}
.index_banner .div_ {
  /*z-index: 2;*/
  /*position: absolute;*/
  /*bottom: 5%;*/
  /*width: 100%;*/
  /*padding: 0 var(--interval);*/
  /*display: flex;*/
  /*flex-wrap: wrap;*/
  /*justify-content: space-between;*/
  /*align-items: flex-end;*/
}
.index_banner .div_ .toggle {
  display: flex;
  flex-wrap: wrap;
}
.index_banner .div_ .toggle .prev,
.index_banner .div_ .toggle .next {
  cursor: pointer;
  
  z-index: 2;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}

.index_banner .div_ .toggle .prev{
    left: var(--interval);
}
.index_banner .div_ .toggle .next{
    right: var(--interval);
}
.index_banner .div_ .toggle .prev i,
.index_banner .div_ .toggle .next i {
  transition: 0.4s;
  color: #fff;
  font-size: var(--f26);
}
.index_banner .div_ .toggle .prev:hover i,
.index_banner .div_ .toggle .next:hover i {
  color: #e60012;
}
.index_banner .div_ .toggle .next {
  margin-left: 0.2rem;
}
.index_banner .div_ .drop {
  width: auto;
  display: none;
}
.index_banner .div_ .drop .swiper-pagination-bullet {
  transition: 0.4s;
  width: 10px;
  height: 2px;
  background: rgba(255, 255, 255, 0.5);
  opacity: 1;
  border-radius: 0;
}
.index_banner .div_ .drop .swiper-pagination-bullet-active {
  width: 0.4rem;
  background: #e60012;
}
.index_banner .div_ .scroll {
  text-align: right;
}
.index_banner .div_ .scroll img {
  max-width: 0.18rem;
  -webkit-animation: moveNext 1.6s linear infinite;
  animation: moveNext 1.6s linear infinite;
}
.index_banner .div_ .toggle,
.index_banner .div_ .scroll {
  width: 10%;
}
@-webkit-keyframes arrow {
  0% {
    transform: translateX(0%);
  }
  50% {
    transform: translateX(50%);
  }
  100% {
    transform: translateX(0%);
  }
}
@keyframes arrow {
  0% {
    transform: translateX(0%);
  }
  50% {
    transform: translateX(50%);
  }
  100% {
    transform: translateX(0%);
  }
}
@-webkit-keyframes moveNext {
  0% {
    transform: translateY(0.1rem);
  }
  50% {
    transform: translateY(0);
  }
  100% {
    transform: translateY(0.1rem);
  }
}
@keyframes moveNext {
  0% {
    transform: translateY(0.1rem);
  }
  50% {
    transform: translateY(0);
  }
  100% {
    transform: translateY(0.1rem);
  }
}
.index_industry {
  background: #fff;
}
.index_industry .ry_top {
  position: relative;
  z-index: 1;
}
.index_industry .ry_top .content1 {
  flex: 1;
}
.index_industry .ry_top .content1 .t1 {
  font-size: var(--f48);
  font-weight: bold;
  color: #333;
}

.index_industry .ry_top .content1 .t2 {
  margin-top: 0.1rem;
  font-size: var(--f28);
  color: #666;
}
.index_industry .ry_top .content2 form .item {
  display: flex;
}
.index_industry .ry_top .content2 form .item .select {
  width: 2.4rem;
}
.index_industry .ry_top .content2 form .item .select .layui-form-select .layui-input {
  height: 0.56rem;
  padding: 0 0.3rem;
  font-size: var(--f16);
  color: #666;
  border-color: #e9e9e9;
}
.index_industry .ry_top .content2 form .item .select .layui-form-select .layui-input::-webkit-input-placeholder {
  color: #666;
}
.index_industry .ry_top .content2 form .item .select .layui-form-select .layui-input::-moz-placeholder {
  color: #666;
}
.index_industry .ry_top .content2 form .item .select .layui-form-select .layui-input:-ms-input-placeholder {
  color: #666;
}
.index_industry .ry_top .content2 form .item .select .layui-form-select .layui-input::-ms-input-placeholder {
  color: #666;
}
.index_industry .ry_top .content2 form .item .select .layui-form-select .layui-input::placeholder {
  color: #666;
}
.index_industry .ry_top .content2 form .item .select .layui-form-select .layui-edge {
  right: 0.3rem;
}
.index_industry .ry_top .content2 form .item .select .layui-form-select dl {
  top: 0.56rem;
  font-size: 0.9em;
}
.index_industry .ry_top .content2 form .item .select .layui-form-selectup dl {
  top: auto;
  bottom: 0.56rem;
}
.index_industry .ry_top .content2 form .item .select + .select {
  margin-left: 0.2rem;
}
.index_industry .ry_top .content2 form .submit {
  margin-left: 0.2rem;
}
.index_industry .ry_bot {
  margin-top: 0.48rem;
  display: flex;
}
.index_industry .ry_bot .item {
  transition: 0.6s;
  flex: 1;
  overflow: hidden;
}
.index_industry .ry_bot .item a {
  position: relative;
  display: block;
}
.index_industry .ry_bot .item a .box1 {
  position: relative;
  width: 100%;
}
.index_industry .ry_bot .item a .box1 .bk {
  width: 100%;
  position: relative;
}
.index_industry .ry_bot .item a .box1 .bk:after{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    content: '';
    background: linear-gradient(134deg, rgba(0, 33, 72, 0.50) 16.51%, rgba(0, 80, 174, 0.05) 100%);
}
.index_industry .ry_bot .item a .box1 .bk img {
  width: 100%;
  height: 5.64rem;
}
.index_industry .ry_bot .item a .box2 {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  background: linear-gradient(134deg, rgba(0, 0, 0, 0.2) 16.51%, rgba(0, 0, 0, 0) 100%);
}
.index_industry .ry_bot .item a .box2 > div {
  position: relative;
  width: 100%;
  height: 100%;
  margin: auto;
  padding: 0.58rem 0.48rem;
  display: flex;
  flex-direction: column;
}
.index_industry .ry_bot .item a .box2 > div .content1 {
  position: relative;
  flex: 1;
  color: #fff;
}
.index_industry .ry_bot .item a .box2 > div .content1 .txt_1 {
  transition: 0.3s;
  position: absolute;
  width: 100%;
  top: 50%;
  font-weight: bold;
  font-size: var(--f32);
}
.index_industry .ry_bot .item a .box2 > div .content1 .txt_2 {
  transition: 0.3s;
  opacity: 0;
  position: absolute;
  width: 54%;
  top: 40%;
}
.index_industry .ry_bot .item a .box2 > div .content1 .txt_2 .t1 {
  font-weight: bold;
  font-size: var(--f46);
}
.index_industry .ry_bot .item a .box2 > div .content1 .txt_2 .t2 {
  margin-top: 0.3rem;
  font-size: var(--f16);
  line-height: 1.8;
  height: 5.4em;
  /*overflow: auto;*/
  /*padding-right: 0.1rem;*/
}
/*.index_industry .ry_bot .item a .box2 > div .content1 .txt_2 .t2::-webkit-scrollbar {*/
/*  width: 2px;*/
/*  height: 2px;*/
/*}*/
/*.index_industry .ry_bot .item a .box2 > div .content1 .txt_2 .t2::-webkit-scrollbar-thumb {*/
/*  border-radius: 2px;*/
/*  background: #fff;*/
/*}*/
/*.index_industry .ry_bot .item a .box2 > div .content1 .txt_2 .t2::-webkit-scrollbar-track {*/
/*  border-radius: 2px;*/
/*  background: rgba(255, 255, 255, 0.5);*/
/*}*/
.index_industry .ry_bot .item a .box2 > div .content2 {
  height: 0.65rem;
}
.index_industry .ry_bot .item a .box2 > div .content2 img {
  max-height: 100%;
}
@media screen and (min-width: 1200px) {
    
    
  .index_industry .ry_bot .item + .item {
    margin-left: 0.32rem;
  }
  .index_industry .ry_bot .item:hover {
    flex: 2.5;
  }
  .index_industry .ry_bot .item:hover a .box2 {
    background: linear-gradient(103deg, rgba(0, 33, 72, 0.5) 6.59%, rgba(0, 80, 174, 0.05) 93.28%);
  }
  .index_industry .ry_bot .item:hover a .box2 > div .content1 .txt_1 {
    opacity: 0;
  }
  .index_industry .ry_bot .item:hover a .box2 > div .content1 .txt_2 {
    opacity: 1;
    top: 20%;
    transition: 0.6s;
    transition-delay: 0.6s;
  }
}
.index_about {
  padding: 2.2rem 0 1rem;
  background: url('../images/5.jpg') no-repeat;
  background-size: cover;
}
.index_about .le_box {
  max-width: 5.3rem;
}
.index_about .le_box .content1 .t1 {
  font-size: var(--f48);
  font-weight: bold;
  color: #333;
}
.index_about .le_box .content1 .t2 {
  margin-top: 0.1rem;
  font-size: var(--f28);
}
.index_about .le_box .content2 {
  margin: 0.6rem 0 1rem;
  font-size: var(--f18);
  color: #666;
  line-height: 1.8;
  height: 7.2em;
  /*text-align: justify;*/
}
.index_about .ri_box {
  width: 9.2rem;
  padding-right: 0.94rem;
}
.index_about .ri_box > div {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0.4rem;
}
.index_about .ri_box > div .item {
  position: relative;
  background: #fff;
  border-radius: 0 0 0 0.3rem;
}
.index_about .ri_box > div .item::after {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  transition: 0.4s;
  background: linear-gradient(121deg, #E60012 0%, #FA6B23 100%);
  box-shadow: 0px 100px 80px 0px rgba(222, 27, 27, 0.07), 0px 41.778px 33.422px 0px rgba(222, 27, 27, 0.05), 0px 22.336px 17.869px 0px rgba(222, 27, 27, 0.04), 0px 12.522px 10.017px 0px rgba(222, 27, 27, 0.04), 0px 6.65px 5.32px 0px rgba(222, 27, 27, 0.03), 0px 2.767px 2.214px 0px rgba(222, 27, 27, 0.02);
  opacity: 0;
  border-radius: 0 0 0 0.3rem;
}
.index_about .ri_box > div .item > div {
  transition: 1s;
  padding: 0.4rem;
  position: relative;
  z-index: 1;
}
.index_about .ri_box > div .item > div .data {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 0.88rem;
}
.index_about .ri_box > div .item > div .data .txt {
  flex: 1;
}
.index_about .ri_box > div .item > div .data .txt .t1 {
  transition: 0.4s;
  color: #dedede;
  font-size: var(--f16);
}
.index_about .ri_box > div .item > div .data .txt .t2 {
  transition: 0.4s;
  font-size: var(--f54);
  font-family: 'gilroy_bold';
  font-weight: bold;
}
.index_about .ri_box > div .item > div .data .txt .t2 span {
  display: inline-block;
}
.index_about .ri_box > div .item > div .data .svg img {
  transition: 0.4s;
  -webkit-filter: brightness(0);
  filter: brightness(0);
  opacity: 0.2;
  max-width: 0.8rem;
}
.index_about .ri_box > div .item > div .desc {
  transition: 0.4s;
  color: #777;
  font-size: var(--f16);
  line-height: 1.5;
  height: 3em;
  /*text-align: justify;*/
  padding-right: 0.5rem;
}
.index_about .ri_box > div .item:hover {
  border-radius: 0px 0px 0px 30px;
}
.index_about .ri_box > div .item:hover::after {
  opacity: 1;
}
.index_about .ri_box > div .item:hover .data .txt .t1 {
  color: rgba(255, 255, 255, 0.6);
}
.index_about .ri_box > div .item:hover .data .txt .t2 {
  color: #fff;
}
.index_about .ri_box > div .item:hover .data .svg img {
  opacity: 1;
  -webkit-filter: brightness(1);
  filter: brightness(1);
}
.index_about .ri_box > div .item:hover .desc {
  color: rgba(255, 255, 255, 0.8);
}
.index_about .ri_box > div .item:nth-child(odd) {
  top: -0.5rem;
}
.index_product {
  background: url('../images/6.jpg') no-repeat;
  background-size: cover;
}
.index_product .box {
  position: relative;
}
.index_product .box .boxLeft {
  flex: 1;
  padding-left: var(--interval);
}
.index_product .box .boxLeft .list {
  padding-left: var(--f24);
  margin-top: 0.6rem;
}
.index_product .box .boxLeft .list ul li {
  margin-bottom: 0.28rem;
  font-size: var(--f24);
  color: #333;
  cursor: pointer;
  transition: 0.4s;
  list-style: disc;
}
.index_product .box .boxLeft .list ul li::marker {
  color: rgba(102, 102, 102, 0.4);
  transition: 0.4s;
}
.index_product .box .boxLeft .list ul li:hover {
  color: #e60012;
}
.index_product .box .boxLeft .list ul .active {
  color: #e60012;
}
.index_product .box .boxLeft .list ul .active::marker {
  color: #e60012;
}
.index_product .box .boxRight {
  width: 12.8rem;
  position: relative;
}
.index_product .box .boxRight .banner .swiper-slide {
  --w: 6.66rem;
  width: var(--w);
  position: relative;
  padding-bottom: 1rem;
}
.index_product .box .boxRight .banner .swiper-slide .item a {
  display: block;
  position: relative;
  transform-origin: center bottom;
  transform: scale(0.55);
  transition: 1s;
}
.index_product .box .boxRight .banner .swiper-slide .item a .bg {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  opacity: 0;
  transition: 0.4s;
}
.index_product .box .boxRight .banner .swiper-slide .item a .bg img {
  width: 100%;
}
.index_product .box .boxRight .banner .swiper-slide .item a .img {
  position: relative;
  z-index: 2;
  width: var(--w);
  height: 6.5rem;
  padding: 0.28rem;
}
.index_product .box .boxRight .banner .swiper-slide .item a .orientation {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding-left: 0.5rem;
  transform: translateY(190%);
  opacity: 0;
  transition: 0.1s;
}
.index_product .box .boxRight .banner .swiper-slide .item a .orientation .content1 {
  font-size: var(--f24);
  font-weight: bold;
  color: #333;
}
.index_product .box .boxRight .banner .swiper-slide .item a .orientation .content1 svg {
  transform: translateY(-2px);
  margin-left: 0.12rem;
}
.index_product .box .boxRight .banner .swiper-slide .item a .orientation .content2 {
  font-size: var(--f16);
  margin-top: 0.24rem;
  color: #666;
  line-height: 1.6;
  height: 3.2em;
}
.index_product .box .boxRight .banner .swiper-slide .item a .orientation .content2 span {
  font-weight: bold;
}
.index_product .box .boxRight .banner .swiper-slide-active .item a {
  transform: scale(1);
}
.index_product .box .boxRight .banner .swiper-slide-active .item a .bg {
  opacity: 1;
}
.index_product .box .boxRight .banner .swiper-slide-active .item a .orientation {
  transform: translateY(90%);
  opacity: 1;
  transition: 0.4s;
  transition-delay: 1s;
}
.index_product .box .boxRight .button {
  position: absolute;
  right: var(--interval);
  bottom: 0;
  z-index: 1;
}
.index_product .box .boxRight .button .button_p p {
  margin-left: 0.18rem;
  width: 0.6rem;
  height: 0.6rem;
  border-radius: 0.1rem;
  border: 4px solid #e7e7e7;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #666;
  transition: 0.4s;
  cursor: pointer;
}
.index_product .box .boxRight .button .button_p p i {
  font-size: var(--f16);
  font-weight: bold;
}
.index_product .box .boxRight .button .button_p p:hover {
  color: #fff;
  background: #e60012;
  border: #e60012;
}
.index_product .box .btn {
  position: absolute;
  left: var(--interval);
  bottom: 0;
  z-index: 1;
}
.index_news {
  background: url('../images/2.jpg') no-repeat;
  background-size: cover;
}
.index_news .ws_top .txt {
  font-size: var(--f48);
  font-weight: bold;
  color: #333;
}
.index_news .ws_bot {
  margin-top: 0.6rem;
}
.index_news .ws_bot .swiper {
  padding-left: var(--interval);
}
.index_news .ws_bot .swiper .swiper-slide a {
  position: relative;
  display: block;
}
.index_news .ws_bot .swiper .swiper-slide a .bk {
  transition: 0.4s;
  opacity: 0;
  width: 100%;
  overflow: hidden;
}
.index_news .ws_bot .swiper .swiper-slide a .bk img {
  transition: 0.4s;
  width: 100%;
}
.index_news .ws_bot .swiper .swiper-slide a .post {
  transition: 0.6s;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: #fff;
}
.index_news .ws_bot .swiper .swiper-slide a .post > div {
  padding: 0.4rem;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
}
.index_news .ws_bot .swiper .swiper-slide a .post > div .st_1 {
  flex: 1;
}
.index_news .ws_bot .swiper .swiper-slide a .post > div .st_1 .tips {
  transition: 0.4s;
  color: #e60012;
  font-size: var(--f16);
}
.index_news .ws_bot .swiper .swiper-slide a .post > div .st_1 .txt {
  transition: 0.4s;
  margin-top: 0.24rem;
  color: #333;
  font-weight: bold;
  font-size: var(--f28);
  line-height: 1.4;
  height: 2.8em;
}
.index_news .ws_bot .swiper .swiper-slide a .post > div .st_2 {
  transition: 0.4s;
  border-top: 1px solid #ccc;
  padding-top: 0.4rem;
  display: flex;
  justify-content: space-between;
}
.index_news .ws_bot .swiper .swiper-slide a .post > div .st_2 .t1 {
  transition: 0.4s;
  font-size: 1rem;
  font-family: 'gilroy_bold';
  color: #e60012;
  line-height: 0.8;
}
.index_news .ws_bot .swiper .swiper-slide a .post > div .st_2 .t2 {
  transition: 0.4s;
  font-size: var(--f18);
  color: #999;
}
.index_news .ws_bot .swiper .swiper-slide a:hover .bk {
  opacity: 1;
}
.index_news .ws_bot .swiper .swiper-slide a:hover .bk img {
  transform: scale(1.05);
}
.index_news .ws_bot .swiper .swiper-slide a:hover .post {
  background: rgba(0, 0, 0, 0.6);
}
.index_news .ws_bot .swiper .swiper-slide a:hover .post > div .st_1 .tips,
.index_news .ws_bot .swiper .swiper-slide a:hover .post > div .st_1 .txt {
  color: #fff;
}
.index_news .ws_bot .swiper .swiper-slide a:hover .post > div .st_2 {
  border-top-color: #fff;
}
.index_news .ws_bot .swiper .swiper-slide a:hover .post > div .st_2 .t1,
.index_news .ws_bot .swiper .swiper-slide a:hover .post > div .st_2 .t2 {
  color: #fff;
}
@-moz-document url-prefix() {
  .index_about .le_box .content2 {
    scrollbar-color: #e60012 rgba(230, 0, 18, 0.5);
    scrollbar-width: thin;
    -ms-overflow-style: none;
  }
  .index_industry .ry_bot .item a .box2 > div .txt .t2 p {
    scrollbar-color: #fff rgba(255, 255, 255, 0.5);
    scrollbar-width: thin;
    -ms-overflow-style: none;
  }
}
.Inner_Banner {
  position: relative;
}
.Inner_Banner picture img {
  width: 100%;
}
.Inner_Banner .orientation {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  display: flex;
  align-items: center;
  color: #fff;
}
.Inner_Banner .orientation .content1 {
  font-size: var(--f62);
  font-weight: bold;
}
.Inner_Banner .orientation .content2 {
  font-size: var(--f28);
  margin-top: 0.18rem;
}
.main_box .box .boxLeft {
  width: 4.4rem;
  padding-right: 0.8rem;
}
.main_box .box .boxLeft .pro_main {
  position: -webkit-sticky;
  position: sticky;
  top: calc(var(--nav_height) + 0.2rem);
}
.main_box .box .boxLeft .pro_main .input {
  position: relative;
}
.main_box .box .boxLeft .pro_main .input input {
  display: block;
  height: 0.56rem;
  border: 1px solid #e9e9e9;
  width: 100%;
  background: none;
  font-size: var(--f16);
  padding: 0 0.25rem;
}
.main_box .box .boxLeft .pro_main .input p {
  position: absolute;
  right: 0.25rem;
  top: 50%;
  transform: translateY(-50%);
  z-index: 2;
  cursor: pointer;
  transition: 0.4s;
}
.main_box .box .boxLeft .pro_main .input p svg {
  cursor: pointer;
}
.main_box .box .boxLeft .pro_main .input p:hover {
  transform: scale(1.2) translateY(-50%);
}
.main_box .box .boxRight {
  flex: 1;
}
.InnerNav {
  margin-top: 0.18rem;
  background: #fff;
}
.InnerNav .item {
  border-bottom: 1px solid rgba(0, 0, 0, 0.04);
}
.InnerNav .item:last-child {
  border: 0;
}
.InnerNav .item .top {
  line-height: 0.7rem;
  position: relative;
  font-size: var(--f16);
  color: #999;
  padding: 0 0.25rem;
  cursor: pointer;
  transition: 0.4s;
}
.InnerNav .item .top p {
  width: 80%;
}
.InnerNav .item .top i {
  position: absolute;
  right: 0.25rem;
  top: 50%;
  transform: translateY(-50%);
  font-size: var(--f16);
  transition: 0.4s;
}
.InnerNav .item .top:hover {
  color: #e60012;
}
.InnerNav .item .bot {
  padding: 0 0.45rem;
  display: grid;
  grid-template-rows: 0fr;
  overflow: hidden;
  transition: 0.4s;
  opacity: 0;
}
.InnerNav .item .bot ul {
  min-height: 0;
  transition: 0.4s;
}
.InnerNav .item .bot ul li {
  margin-bottom: 0.2rem;
}
.InnerNav .item .bot ul li:last-child {
  margin-bottom: 0;
}
.InnerNav .item .bot ul li a {
  display: block;
  font-size: var(--f16);
  color: #999;
  transition: 0.4s;
}
.InnerNav .item .bot ul li:hover a {
  color: #e60012;
}
.InnerNav .item .bot ul .active a {
  color: #e60012;
}
.InnerNav .item.active .top {
  color: #fff;
  background: #e60012;
}
.InnerNav .item.active .top i {
  transform: translateY(-50%) rotate(90deg);
}
.InnerNav .item.active .bot {
  grid-template-rows: 1fr;
  opacity: 1;
}
.InnerNav .item.active .bot ul {
  padding: 0.22rem 0;
}
.Product_Container {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0.4rem;
}
.Product_Container .item a {
  display: block;
  text-align: center;
  padding: 0.5rem 0.4rem 0.4rem;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  position: relative;
  background: #FFF;
  overflow: hidden;
  transition: 0.4s;
}
.Product_Container .item a .content1 {
  font-size: var(--f28);
  color: #666;
  height: 1.4em;
  transition: 0.4s;
}
.Product_Container .item a .content2 {
  font-size: var(--f18);
  color: #999;
  height: 2.8em;
  margin-top: 0.2rem;
}
.Product_Container .item a .content3 {
  margin-top: 0.2rem;
}
.Product_Container .item a .content3 img {
  width: 100%;
  transition: 0.4s;
}
.Product_Container .item a .content4 {
  position: absolute;
  bottom: 0.24rem;
  left: 0;
  text-align: center;
  z-index: 1;
  font-size: var(--f18);
  color: #e60012;
  width: 100%;
  opacity: 0;
  transform: translateY(0.5rem);
  transition: 0.4s;
}
.Product_Container .item a .content4 i {
  margin-left: 0.15rem;
  font-size: var(--f16);
  font-weight: bold;
}
.Product_Container .item a:hover {
  box-shadow: 0px 0px 50px -4px rgba(0, 0, 0, 0.1);
  border-bottom: transparent;
}
.Product_Container .item a:hover .content1 {
  color: #e60012;
}
.Product_Container .item a:hover .content3 img {
  transform: scale(0.9);
}
.Product_Container .item a:hover .content4 {
  opacity: 1;
  transform: translateY(0);
}
.pu_page {
  display: flex;
  justify-content: center;
}
.pu_page a {
  display: flex;
  width: 40px;
  height: 40px;
  border: 1px solid transparent;
  justify-content: center;
  align-items: center;
  font-size: var(--f16);
  transition: 0.4s;
}
.pu_page a i {
  font-size: var(--f16);
}
.pu_page a:hover {
  border-color: #e60012 !important;
  background: #e60012;
  color: #fff;
}
.pu_page .prev a,
.pu_page .next a {
  border: 1px solid #666;
}
.pu_page .number {
  display: flex;
  margin: 0 0.1rem;
}
.pu_page .number a {
  margin: 0 0.1rem;
}
.pu_page .number .active {
  border-color: #e60012;
}
.Product_info_01 {
  position: relative;
}

.Product_info_01 .News_03{
    position: absolute;
    left: 0;
    width: 100%;
    z-index: 1;
    top: var(--nav_height);
}
.Product_info_01 .img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.Product_info_01 .img img {
  width: 100%;
  height: 100vh;
}
.Product_info_01 .box {
  position: relative;
}
.Product_info_01 .box .boxLeft {
  height: 100vh;
  max-width: 8rem;
  display: flex;
  align-items: center;
}
.Product_info_01 .box .boxLeft .main {
  color: #fff;
}
.Product_info_01 .box .boxLeft .main .content1 {
  font-size: var(--f54);
  font-weight: bold;
  line-height: 1;
}
.Product_info_01 .box .boxLeft .main .content2 {
  margin: 0.28rem 0 0.34rem;
}
.Product_info_01 .box .boxLeft .main .content2 p {
  width: 45px;
  height: 3px;
  background: #e60012;
}
.Product_info_01 .box .boxLeft .main .content3 ul {
  transform: translateX(var(--f24));
}
.Product_info_01 .box .boxLeft .main .content3 ul li {
  font-size: var(--f24);
  opacity: 0.8;
  list-style: disc;
  line-height: 1.8;
}
.Product_info_01 .box .boxRight {
  height: 100vh;
  flex: 1;
  position: relative;
}
.Product_info_01 .box .boxRight .proHeight {
  height: 200vh;
  position: absolute;
  top: 100%;
  right: 0;
  transform: translateY(-50%);
}
.fixed_pro {
  position: absolute;
  right: 1.5rem;
  background: rgba(255, 255, 255, 0.1);
  box-shadow: 0px 4px 34px -2px rgba(0, 0, 0, 0.1);
  width: 5.7rem;
  height: 5.7rem;
  padding: 0.38rem;
  display: flex;
  top: 0;
  transition: all 0.2s linear;
}
.fixed_pro img {
  margin: auto;
}
.height {
  height: var(--nav_height);
  display: none;
}
.title_01 {
  font-size: var(--f48);
  line-height: 1;
  font-weight: bold;
  color: #333;
}
.title_desc {
  font-size: var(--f16);
  color: #666;
  margin-top: 0.3rem;
}
.center {
  text-align: center;
}
.Product_info_02 {
  padding: 1.5rem 0 1rem;
}
.Product_info_02 .box .boxLeft {
  max-width: 7.8rem;
}
.Product_info_02 .box .boxLeft .desc {
  font-size: var(--f22);
  line-height: 1.8;
  color: #666;
  margin-top: 0.4rem;
  min-height: 10.8em;
}
.Product_info_02 .box .boxLeft .link {
  margin-top: 0.64rem;
}
.Product_info_02 .box .boxLeft .link .pu_link1 {
  margin-left: 0.3rem;
}
.Product_info_02 .box .boxRight {
  display: none;
}
.Product_info_02 .box .boxRight p {
  background: rgba(255, 255, 255, 0.1);
  box-shadow: 0px 4px 34px -2px rgba(0, 0, 0, 0.1);
  width: 5.7rem;
  height: 5.7rem;
  padding: 0.38rem;
  display: flex;
}
.Product_info_02 .box .boxRight p img {
  margin: auto;
}
.Product_info_03 .box table {
  width: 100%;
  background: #f5f5f5;
}
.Product_info_03 .box table tr:nth-child(2n-1) {
  background: #fff;
}
.Product_info_03 .box table tr th {
  background: #e60012;
  color: #fff;
  line-height: 0.3rem;
  padding: 0.25rem 0;
  text-align: left;
  font-size: var(--f32);
}
.Product_info_03 .box table tr th:nth-child(1) {
  width: 4.4rem;
  text-align: center;
  border-right: 1px solid #fff;
}
.Product_info_03 .box table tr th:nth-child(2) {
  padding-left: 1.3rem;
}
.Product_info_03 .box table tr td {
  font-size: var(--f26);
  color: #666;
  line-height: 0.3rem;
  padding-left: 1.3rem;
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  border-right: 1px solid rgba(194, 194, 194, 0.5);
}
.Product_info_03 .box table tr td:nth-child(1) {
  width: 4.4rem;
  text-align: center;
  padding-left: 0;
}
.Product_info_03 .box table tr td:last-child {
  border-right: transparent;
}
.Product_info_04 .box {
  padding: 0 var(--interval);
}
.Product_info_04 .box .banner {
  width: calc(100% + 0.4rem);
  margin: -0.4rem;
}
.Product_info_04 .box .banner .swiper {
  padding: 0.4rem;
}
.Product_info_04 .box .banner .item a {
  display: block;
  text-align: center;
  padding: 0.5rem 0.4rem 0.4rem;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  position: relative;
  background: #FFF;
  overflow: hidden;
  transition: 0.4s;
}
.Product_info_04 .box .banner .item a .content1 {
  font-size: var(--f28);
  color: #666;
  height: 1.4em;
  transition: 0.4s;
}
.Product_info_04 .box .banner .item a .content2 {
  font-size: var(--f18);
  color: #999;
  height: 2.8em;
  margin-top: 0.2rem;
}
.Product_info_04 .box .banner .item a .content3 {
  margin-top: 0.2rem;
}
.Product_info_04 .box .banner .item a .content3 img {
  width: 100%;
  transition: 0.4s;
}
.Product_info_04 .box .banner .item a .content4 {
  position: absolute;
  bottom: 0.24rem;
  left: 0;
  text-align: center;
  z-index: 1;
  font-size: var(--f18);
  color: #e60012;
  width: 100%;
  opacity: 0;
  transform: translateY(0.5rem);
  transition: 0.4s;
}
.Product_info_04 .box .banner .item a .content4 i {
  margin-left: 0.15rem;
  font-size: var(--f16);
  font-weight: bold;
}
.Product_info_04 .box .banner .item a:hover {
  box-shadow: 0px 0px 50px -4px rgba(0, 0, 0, 0.1);
  border-bottom: transparent;
}
.Product_info_04 .box .banner .item a:hover .content1 {
  color: #e60012;
}
.Product_info_04 .box .banner .item a:hover .content3 img {
  transform: scale(0.9);
}
.Product_info_04 .box .banner .item a:hover .content4 {
  opacity: 1;
  transform: translateY(0);
}
.page_page {
  padding-top: 0.1rem;
}
.page_page div {
  text-align: center;
}
.page_page div .swiper-pagination-bullet {
  transition: 0.4s;
  width: 10px;
  height: 2px;
  background: rgba(0, 0, 0, 0.15);
  opacity: 1;
  border-radius: 0;
}
.page_page div .swiper-pagination-bullet-active {
  width: 0.4rem;
  background: #e60012;
}
.IndustryApplication_01 .box {
  padding: 0 0.5rem;
}
.IndustryApplication_01 .box .item {
  margin-bottom: 0.3rem;
  top: calc(var(--nav_height) + 0.3rem);
}
.IndustryApplication_01 .box .item:last-child {
  margin-bottom: 0;
}
.IndustryApplication_01 .box .item a {
  border-radius: 0.2rem;
  overflow: hidden;
  display: block;
  position: relative;
}
.IndustryApplication_01 .box .item a .img {
  position: relative;
}
.IndustryApplication_01 .box .item a .img img {
  width: 100%;
  transition: 1s;
}
.IndustryApplication_01 .box .item a .img::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(../images/img6.png) no-repeat 50% 50% / cover;
}
.IndustryApplication_01 .box .item .orientation {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  padding: 0.96rem 0.9rem 0;
  color: #fff;
}
.IndustryApplication_01 .box .item .orientation .content1 {
  font-size: var(--f34);
}
.IndustryApplication_01 .box .item .orientation .content2 {
  font-size: var(--f18);
  line-height: 1.8;
  margin-top: 0.24rem;
  height: 3.6em;
  max-width: 5.8rem;
}
.IndustryApplication_01 .box .item .orientation .content3 {
  font-size: var(--f16);
  margin-top: 1.4rem;
}
.IndustryApplication_01 .box .item .orientation .content3 i {
  margin-left: 0.2rem;
  display: inline-block;
}
.IndustryApplication_01 .box .item:hover .img img {
  transform: scale(1.05);
}
.IndustryApplication_01 .box .item:hover .orientation .content3 i {
  -webkit-animation: arrow 1s infinite;
  animation: arrow 1s infinite;
}
.IndustryApplication_02 .box .item {
  margin-bottom: 0.4rem;
  background: #fff;
}
.IndustryApplication_02 .box .item:last-child {
  margin-bottom: 0;
}
.IndustryApplication_02 .box .item .boxLeft {
  width: 50%;
}
.IndustryApplication_02 .box .item .boxLeft p {
  overflow: hidden;
}
.IndustryApplication_02 .box .item .boxLeft img {
  width: 100%;
  transition: 0.4s;
}
.IndustryApplication_02 .box .item .boxRight {
  width: 50%;
  padding: 1rem 1rem 0;
}
.IndustryApplication_02 .box .item .boxRight .title {
  font-size: var(--f46);
  font-weight: bold;
}
.IndustryApplication_02 .box .item .boxRight .desc {
  margin-top: 0.4rem;
  font-size: var(--f18);
  line-height: 2;
  padding-left: var(--f18);
  color: #666;
}
.IndustryApplication_02 .box .item .boxRight .desc li {
  list-style: disc;
}
.IndustryApplication_02 .box .item:nth-child(2) {
  flex-flow: row-reverse;
}
.IndustryApplication_02 .box .item:hover .boxLeft img {
  transform: scale(1.1);
}
.Case_01 .box {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0.4rem;
}
.Case_01 .box .item a {
  display: block;
  background: #fff;
  transition: 0.4s;
}
.Case_01 .box .item a figure {
  overflow: hidden;
}
.Case_01 .box .item a figure img {
  width: 100%;
  transition: 0.4s;
}
.Case_01 .box .item a figcaption {
  padding: 0.4rem 0.35rem;
}
.Case_01 .box .item a figcaption .title {
  font-size: var(--f26);
  line-height: 1.3;
  height: 2.6em;
  color: #444;
  transition: 0.4s;
}
.Case_01 .box .item a figcaption .time {
  margin-top: 0.38rem;
  color: #666;
  opacity: 0.6;
  font-size: var(--f18);
}
@media screen and (min-width: 1200px) {
  .Case_01 .box .item a:hover {
    box-shadow: 0px 0px 50px -4px rgba(0, 0, 0, 0.1);
  }
  .Case_01 .box .item a:hover figure img {
    transform: scale(1.02);
  }
  .Case_01 .box .item a:hover figcaption .title {
    color: #e60012;
  }
}
.Case_02 {
  margin-top: -4.35rem;
  position: relative;
  z-index: 1;
}
.Case_02 .box .boxLeft {
  width: 4.8rem;
}
.Case_02 .box .boxRight {
  flex: 1;
  padding-left: 1.3rem;
  padding-top: 5.55rem;
}
.Case_02 .box .boxRight .content2 {
  margin: 0.64rem 0 0.54rem;
}
.Case_02 .box .boxRight .content2 p {
  background: rgba(51, 51, 51, 0.1);
  height: 2px;
  position: relative;
}
.Case_02 .box .boxRight .content2 p::before {
  content: "";
  position: absolute;
  background: #e60012;
  left: 0;
  width: 1.9rem;
  height: 100%;
  top: 0;
}
.Case_02 .box .boxRight .content3 {
  font-size: var(--f18);
  color: #666;
  line-height: 2;
}
.Case_Recommended {
  position: -webkit-sticky;
  position: sticky;
  top: 2.4rem;
  background: #FFF;
  box-shadow: 0px 426px 119px 0px rgba(0, 0, 0, 0), 0px 273px 109px 0px rgba(0, 0, 0, 0.01), 0px 153px 92px 0px rgba(0, 0, 0, 0.05), 0px 68px 68px 0px rgba(0, 0, 0, 0.09), 0px 17px 38px 0px rgba(0, 0, 0, 0.1);
  min-height: 1rem;
  padding: 0.3rem 0.32rem;
}
.Case_Recommended .content1 img {
  height: 0.44rem;
}
.Case_Recommended .content2 {
  font-size: var(--f32);
  line-height: 1.4;
  color: #333;
  margin-top: 0.44rem;
  font-weight: bold;
}
.Case_Recommended .content3 {
  margin-top: 1rem;
}
.Case_Recommended .content3 .pu_link i {
  transform: scale(1.4);
}
.Case_Recommended .content3 .goList {
  margin-top: 0.5rem;
  text-align: center;
}
.Case_Recommended .content3 .goList a {
  font-size: var(--f16);
  color: #999;
  transition: 0.4s;
}
.Case_Recommended .content3 .goList a:hover {
  color: #e60012;
}
.Case_Recommended .content4 {
  margin-top: 0.34rem;
  padding-top: 0.3rem;
  border-top: 1px solid #ccc;
}
.Case_Recommended .content4 a {
  color: #999;
  font-size: var(--f16);
  transition: 0.4s;
  display: block;
  line-height: 1.4;
  max-height: 2.8em;
}
.Case_Recommended .content4 a:hover {
  color: #e60012;
}
.News_01 .box {
  background: #fff;
  padding: 0.58rem;
}
.News_01 .box .boxLeft {
  width: 50%;
}
.News_01 .box .boxLeft p {
  overflow: hidden;
}
.News_01 .box .boxLeft p img {
  width: 100%;
  transition: 0.4s;
}
.News_01 .box .boxRight {
  flex: 1;
  padding-left: 0.9rem;
}
.News_01 .box .boxRight .content1 {
  font-size: var(--f18);
  color: #999;
}
.News_01 .box .boxRight .content2 {
  font-size: var(--f36);
  line-height: 1.4;
  height: 2.8em;
  color: #333;
  margin-top: 0.12rem;
  transition: 0.4s;
}
.News_01 .box .boxRight .content3 {
  font-size: var(--f18);
  line-height: 1.7;
  height: 5.1em;
  color: #888;
  margin-top: 0.1rem;
}
.News_01 .box .boxRight .content4 {
  margin-top: 1.38rem;
}
@media screen and (min-width: 1200px) {
  .News_01 .box:hover .boxLeft img {
    transform: scale(1.1);
  }
  .News_01 .box:hover .boxRight .content2 {
    color: #e60012;
  }
  .News_01 .box:hover .boxRight .pu_link .a i {
    -webkit-animation: arrow 1s infinite;
    animation: arrow 1s infinite;
  }
}
.News_02 .box .item {
  border-bottom: 1px solid #CCC;
}
.News_02 .box .item a {
  padding: 0.78rem 0.3rem;
  line-height: 0.45rem;
  transition: 0.4s;
}
.News_02 .box .item a .content1 {
  width: 2.7rem;
  display: flex;
  font-size: var(--f18);
  color: #555;
  align-items: center;
}
.News_02 .box .item a .content1 p {
  margin-right: 0.08rem;
}
.News_02 .box .item a .content1 p svg {
  fill: #e60012;
  transform: translateY(-2px);
  transition: 0.4s;
}
.News_02 .box .item a .content1 p svg path {
  stroke: #e60012;
  transition: 0.4s;
}
.News_02 .box .item a .content2 {
  font-size: var(--f32);
  height: 0.45rem;
  font-weight: bold;
  flex: 1;
  transition: 0.4s;
}
.News_02 .box .item a .content3 {
  color: #999;
  font-size: var(--f20);
  transition: 0.4s;
}
.News_02 .box .item a .content4 {
  font-size: var(--f16);
  margin-left: 1.7rem;
  color: #333;
  transition: 0.4s;
}
.News_02 .box .item a .content4 i {
  font-size: var(--f14);
  margin-left: 0.2rem;
}
@media screen and (min-width: 1200px) {
  .News_02 .box .item a:hover {
    background: #e60012;
  }
  .News_02 .box .item a:hover .content1 {
    color: #fff;
  }
  .News_02 .box .item a:hover .content1 p svg {
    fill: none;
  }
  .News_02 .box .item a:hover .content1 p svg path {
    stroke: #fff;
  }
  .News_02 .box .item a:hover .content2,
  .News_02 .box .item a:hover .content3,
  .News_02 .box .item a:hover .content4 {
    color: #fff;
  }
}
.height_height {
  height: var(--nav_height);
}
.News_03 {
  height: 1rem;
}
.News_03 .box {
  height: 100%;
  background: #e60012;
}
.News_03 .box .wMain {
  height: 100%;
}
.News_03 .box .main {
  position: relative;
  display: flex;
  align-items: center;
  height: 100%;
}
.News_03 .box .main .text {
  font-size: var(--f30);
  color: #fff;
  margin-right: 0.3rem;
}
.News_03 .box .main .close {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  cursor: pointer;
}
.News_03 .box .main .close svg {
  transition: 0.4s;
}
.News_03 .box .main .close:hover svg {
  transform: rotate(90deg);
}
.News_04 .content1 {
  text-align: center;
}
.News_04 .content2 {
  font-size: var(--f16);
  color: #666;
  text-align: center;
  margin-top: 0.34rem;
}
.News_04 .content3 {
  background: #fff;
  border-radius: 0.2rem 0.2rem 0 0;
  margin-top: 0.36rem;
  padding: 0.54rem 2.6rem 0.8rem;
  font-size: var(--f18);
  line-height: 2;
  color: #666;
}
.News_04 .content4 {
  border-radius: 0 0 0.2rem 0.2rem;
  padding: 0 0.5rem 1.05rem;
  background: #fff;
}
.News_04 .content4 .main {
  border-top: 1px solid rgba(51, 51, 51, 0.1);
  border-bottom: 1px solid rgba(51, 51, 51, 0.1);
  padding: 0.4rem 0;
}
.News_04 .content4 .main .page {
  width: 40%;
}
.News_04 .content4 .main .page a {
  font-size: var(--f18);
  color: #999;
}
.News_04 .content4 .main .page a span {
  transition: 0.4s;
}
.News_04 .content4 .main .page a:hover span {
  color: #e60012;
}
.News_04 .content4 .main .next {
  text-align: right;
}
.News_04 .content4 .main .go a {
  color: #333;
  transition: 0.4s;
  font-size: var(--f18);
}
.News_04 .content4 .main .go a svg {
  transform: translateY(-2px);
}
.News_04 .content4 .main .go a:hover {
  color: #e60012;
}
.Contact_01 .box .boxLeft {
  display: flex;
  align-items: center;
  padding-right: 0.5rem;
  flex: 1;
}
.Contact_01 .box .boxLeft > div {
  width: 100%;
}
.Contact_01 .box .boxLeft .content2 {
  margin-top: 0.5rem;
}
.Contact_01 .box .boxLeft .content2 .item {
  margin-bottom: 0.4rem;
}
.Contact_01 .box .boxLeft .content2 .item:last-child {
  margin-bottom: 0;
}
.Contact_01 .box .boxLeft .content2 .item .left {
  display: flex;
  align-items: center;
}
.Contact_01 .box .boxLeft .content2 .item .left p {
  width: 42px;
  height: 42px;
  border-radius: 50%;
  border: 2px solid #e60012;
  display: flex;
}
.Contact_01 .box .boxLeft .content2 .item .left p svg {
  margin: auto;
}
.Contact_01 .box .boxLeft .content2 .item .right {
  flex: 1;
  margin-left: 0.1rem;
}
.Contact_01 .box .boxLeft .content2 .item .right .top {
  font-size: var(--f16);
  color: #999;
}
.Contact_01 .box .boxLeft .content2 .item .right .bot {
  font-size: var(--f16);
  margin-top: 0.06rem;
  color: #666;
}
.Contact_01 .box .boxLeft .content2 .item .right .bot a {
  color: #333;
  font-family: 'gilroy_bold';
  line-height: 1;
  font-size: var(--f24);
}
.Contact_01 .box .boxLeft .content3 {
  margin-top: 0.8rem;
}
.Contact_01 .box .boxRight {
  width: 9.5rem;
  overflow: hidden;
}
.Contact_01 .box .boxRight img {
  width: 100%;
  transition: 0.4s;
}
.Contact_01 .box .boxRight img:hover {
  transform: scale(1.05);
}
.Contact_02 {
  position: relative;
}
.Contact_02 picture img {
  width: 100%;
}
.Contact_02 .orientation {
  position: absolute;
  right: var(--interval);
  top: 50%;
  transform: translateY(-50%);
  min-height: 1rem;
  min-width: 1rem;
  border-radius: 10px;
  background: #FFF;
  box-shadow: 0px 4px 4px -4px rgba(0, 0, 0, 0.1);
  text-align: center;
  padding: 0.46rem 0.6rem 0.6rem;
  overflow: hidden;
}
.Contact_02 .orientation .content1 {
  font-size: var(--f40);
  color: #333;
  line-height: 1;
  font-weight: bold;
}
.Contact_02 .orientation .content2 {
  color: #666;
  font-size: var(--f20);
  margin-top: 0.09rem;
}
.Contact_02 .orientation .content3 {
  margin-top: 0.52rem;
  display: flex;
}
.Contact_02 .orientation .content3 div {
  background: linear-gradient(121deg, #E60012 0%, #FA6B23 100%);
  padding: 0.1rem;
  margin: auto;
}
.Contact_02 .orientation .content3 div img {
  width: 2rem;
}
.Leave_Container .title_desc{
    font-size: var(--f24);
    color: #333;
    
}
.Leave_Container .box {
  padding: 0 1rem;
}
.Leave_Container .box .list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0.2rem;
}
.Leave_Container .box .list .item {
  position: relative;
  background: #fff;
  border-radius: 0.06rem;
}
.Leave_Container .box .list .item input {
  width: 100%;
  height: 0.6rem;
  border: 0;
  padding: 0 0.3rem;
  background: none;
  z-index: 2;
  position: relative;
}
.Leave_Container .box .list .item input:not(:placeholder-shown) + p {
  opacity: 0;
}
.Leave_Container .box .list .item p {
  position: absolute;
  left: 0.3rem;
  top: 50%;
  transform: translateY(-50%);
  font-size: var(--f16);
}
.Leave_Container .box .list .item p em {
  color: red;
}
.Leave_Container .box .list1 {
  margin-top: 0.2rem;
  position: relative;
  background: #fff;
  border-radius: 0.06rem;
  overflow: hidden;
}
.Leave_Container .box .list1 textarea {
  padding: 0.15rem 0.3rem;
  width: 100%;
  height: 1.8rem;
  background: none;
  border: 0;
  resize: none;
  
}
.Leave_Container .box .list1 textarea::placeholder{
    color: #333;
}
.Leave_Container .box .list2 {
  margin-top: 0.2rem;
  font-size: var(--f14);
  color: #999;
}
.Leave_Container .box .list2 a {
  color: #e60012;
}
.Leave_Container .box .list2 a:hover {
  text-decoration: underline;
}
.Leave_Container .box .list2 svg {
  transform: translateY(-2px);
  cursor: pointer;
}
.Leave_Container .box .list2 svg .act {
  stroke: transparent;
}
.Leave_Container .box .list2 svg.active {
  fill: #e60012;
}
.Leave_Container .box .list2 svg.active path {
  stroke: #e60012;
}
.Leave_Container .box .list2 svg.active .act {
  stroke: #fff;
}
.Leave_Container .box .list3 {
  margin-top: 0.6rem;
}
.about_01 {
  background: url(../images/img24.png) no-repeat 50% 50% / cover;
  position: relative;
}
.about_01 .title_01 {
  position: absolute;
  top: 0;
  left: 0;
  padding-left: var(--interval);
}
.about_01 .banner > svg {
  height: 3.14rem;
  position: relative;
  left: 50%;
  transform: translateX(-50%);
}
.about_01 .banner .swiper {
  padding-bottom: 3.3rem;
  padding-top: 3.4rem;
}
.about_01 .banner .swiper .swiper-slide {
  position: relative;
}
.about_01 .banner .swiper .swiper-slide > img {
  width: 100%;
}
.about_01 .banner .swiper .swiper-slide .list .item {
  position: absolute;
  top: 0%;
  left: 0%;
  width: 1.76rem;
}
.about_01 .banner .swiper .swiper-slide .list .item .content1 {
  font-size: var(--f38);
  color: #e60012;
  line-height: 1;
}
.about_01 .banner .swiper .swiper-slide .list .item .content2 {
  margin-top: 0.1rem;
}
.about_01 .banner .swiper .swiper-slide .list .item .content2 img {
  width: 100%;
}
.about_01 .banner .swiper .swiper-slide .list .item .content3 {
  padding-left: var(--f22);
  margin-top: 0.08rem;
}
.about_01 .banner .swiper .swiper-slide .list .item .content3 ul {
  height: 2.8em;
  line-height: 1.4;
  font-size: var(--f22);
}
.about_01 .banner .swiper .swiper-slide .list .item .content3 ul li {
  color: #666;
  list-style: disc;
}
.about_01 .banner .swiper .swiper-slide .list .item .content4 {
  margin-top: 0.4rem;
}
.about_01 .banner .swiper .swiper-slide .list .item .content4 p {
  width: 0.25rem;
  height: 0.25rem;
  background: #e60012;
  border-radius: 50%;
  margin: auto;
  position: relative;
}
.about_01 .banner .swiper .swiper-slide .list .item .content4 p:after {
  content: '';
  width: 0.1rem;
  height: 0.1rem;
  background: #fff;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.about_01 .banner .swiper .swiper-slide .list .item:nth-child(2n) {
  display: flex;
  flex-flow: column-reverse;
}
.about_01 .banner .swiper .swiper-slide .list .item:nth-child(2n) .content4 {
  margin-top: 0;
  margin-bottom: 0.4rem;
}
.about_01 .banner .swiper .swiper-slide .list .item1 {
  left: 4.7%;
  top: 12.3%;
}
.about_01 .banner .swiper .swiper-slide .list .item2 {
  left: 16.8%;
  top: 89.4%;
}
.about_01 .banner .swiper .swiper-slide .list .item3 {
  left: 28%;
  top: 35%;
}
.about_01 .banner .swiper .swiper-slide .list .item4 {
  left: 40%;
  top: 70.5%;
}
.about_01 .banner .swiper .swiper-slide .list .item5 {
  left: 51%;
  top: -25%;
}
.about_01 .banner .swiper .swiper-slide .list .item6 {
  left: 62.5%;
  top: 4%;
}
.about_01 .banner .swiper .swiper-slide .list .item7 {
  left: 74%;
  top: -59%;
}
.about_01 .banner .swiper .swiper-slide .list .item8 {
  left: 85.8%;
  top: 14%;
}
.about_01 .phone {
  display: none;
}
.about_02 {
  background: url(../images/img26.png) no-repeat 50% 50% / cover;
}
.about_02 .box .boxLeft {
  flex: 1;
  display: flex;
  align-items: center;
  padding-right: 2.12rem;
}
.about_02 .box .boxLeft > div {
  width: 100%;
}
.about_02 .box .boxLeft > div .content1 {
  font-size: var(--f16);
  line-height: 1.8;
  color: #666;
  margin-top: 0.4rem;
}
.about_02 .box .boxLeft > div .content3 {
  margin-top: 1.2rem;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0.5rem;
}
.about_02 .box .boxLeft > div .content3 .item {
  background: #fff;
  border-radius: 0 0 0 0.3rem;
  padding: 0.44rem 0.42rem 0;
  height: 2.02rem;
  position: relative;
}
.about_02 .box .boxLeft > div .content3 .item::after {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  transition: 0.4s;
  background: linear-gradient(121deg, #E60012 0%, #FA6B23 100%);
  box-shadow: 0px 100px 80px 0px rgba(222, 27, 27, 0.07), 0px 41.778px 33.422px 0px rgba(222, 27, 27, 0.05), 0px 22.336px 17.869px 0px rgba(222, 27, 27, 0.04), 0px 12.522px 10.017px 0px rgba(222, 27, 27, 0.04), 0px 6.65px 5.32px 0px rgba(222, 27, 27, 0.03), 0px 2.767px 2.214px 0px rgba(222, 27, 27, 0.02);
  opacity: 0;
  border-radius: 0 0 0 0.3rem;
}
.about_02 .box .boxLeft > div .content3 .item .top {
  position: relative;
  font-size: 0.7rem;
  line-height: 1;
  font-family: 'gilroy_bold';
  z-index: 1;
}
.about_02 .box .boxLeft > div .content3 .item .top span {
  transition: 0.4s;
}
.about_02 .box .boxLeft > div .content3 .item .top .span1 {
  background: linear-gradient(121deg, #E60012 0%, #FA6B23 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.about_02 .box .boxLeft > div .content3 .item .top .span2 {
  position: absolute;
  left: 0;
  top: 0;
  color: #fff;
  opacity: 0;
}
.about_02 .box .boxLeft > div .content3 .item .bot {
  font-size: var(--f24);
  color: #666;
  margin-top: 0.1rem;
  position: relative;
  z-index: 1;
  transition: 0.4s;
}
.about_02 .box .boxLeft > div .content3 .item:hover::after {
  opacity: 1;
}
.about_02 .box .boxLeft > div .content3 .item:hover .top span {
  opacity: 0;
}
.about_02 .box .boxLeft > div .content3 .item:hover .top .span2 {
  opacity: 1;
}
.about_02 .box .boxLeft > div .content3 .item:hover .bot {
  color: #fff;
}
.about_02 .box .boxRight {
  min-height: 50vh;
  width: 9.4rem;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}
.about_02 .box .boxRight .swiper_card {
  height: 100vh;
  overflow: hidden;
}
.about_02 .box .boxRight .swiper_card .swiper-wrapper_card {
  -webkit-animation: moveY 10s linear infinite;
  animation: moveY 10s linear infinite;
}
.about_02 .box .boxRight .swiper_card .swiper-wrapper_card .swiper-slide {
  padding: 0.1rem 0;
}
.about_02 .box .boxRight .swiper_card .swiper-wrapper_card .swiper-slide img {
  width: 3rem;
}
@-webkit-keyframes moveY {
  0% {
    transform: 0;
  }
  100% {
    transform: translateY(-50%);
  }
}
@keyframes moveY {
  0% {
    transform: 0;
  }
  100% {
    transform: translateY(-50%);
  }
}
.about_03 .box {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 0.4rem;
}
.about_03 .box .item {
  position: relative;
}
.about_03 .box .item::after {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  transition: 0.4s;
  background: linear-gradient(121deg, #E60012 0%, #FA6B23 100%);
  box-shadow: 0px 100px 80px 0px rgba(222, 27, 27, 0.07), 0px 41.778px 33.422px 0px rgba(222, 27, 27, 0.05), 0px 22.336px 17.869px 0px rgba(222, 27, 27, 0.04), 0px 12.522px 10.017px 0px rgba(222, 27, 27, 0.04), 0px 6.65px 5.32px 0px rgba(222, 27, 27, 0.03), 0px 2.767px 2.214px 0px rgba(222, 27, 27, 0.02);
  opacity: 0;
  border-radius: 0 0 0 0.3rem;
}
.about_03 .box .item .img {
  position: relative;
  overflow: hidden;
  transition: 0.4s;
}
.about_03 .box .item .img img {
  width: 100%;
}
.about_03 .box .item .img::after {
  background: rgba(0, 0, 0, 0.4);
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.about_03 .box .item .orientation {
  position: absolute;
  left: 0;
  width: 100%;
  padding: 0rem 0.4rem;
  top: 0;
  z-index: 2;
}
.about_03 .box .item .orientation > div {
  padding: 0.46rem 0rem 0.35rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
}
.about_03 .box .item .orientation .right {
  display: flex;
  align-items: center;
  font-size: var(--f28);
  color: #fff;
}
@media screen and (min-width: 1200px) {
  .about_03 .box .item:hover::after {
    opacity: 1;
  }
  .about_03 .box .item:hover .img {
    border-radius: 0 0 0 0.3rem;
  }
}
@media screen and (max-width: 1680px) {
  .index_industry .ry_bot .item:hover {
    flex: 1.8;
  }
  .index_about .ri_box > div .item > div .data {
    margin-bottom: 0.68rem;
  }
  .index_about .ri_box > div .item > div .desc {
    height: 4.5em;
  }
  .index_about .le_box {
    max-width: 7.2rem;
  }
  .index_product .box .boxRight {
    width: 13.8rem;
  }
  .index_product .box .boxRight .banner .swiper-slide {
    padding-bottom: 1.2rem;
  }
}
@media screen and (max-width: 1520px) {
  .about_01 .banner .swiper .swiper-slide .list .item .content3 {
    padding-left: 16px;
  }
  .about_01 .banner .swiper .swiper-slide .list .item .content3 ul {
    font-size: 16px;
  }
  .about_01 .banner .swiper .swiper-slide .list .item3 {
    top: 38%;
  }
  .about_01 .banner .swiper .swiper-slide .list .item4 {
    top: 72.5%;
  }
  .about_01 .banner .swiper .swiper-slide .list .item5 {
    top: -20%;
  }
  .about_01 .banner .swiper .swiper-slide .list .item7 {
    top: -56%;
  }
}
/* 搜索 */
.pu_search {
  display: none;
  position: fixed;
  top: var(--nav_height);
  z-index: 5;
  width: 100%;
  background: #fff;
  padding: 0.6rem 0 0.3rem;
  box-shadow: 0 6px 6px rgba(0, 0, 0, 0.08);
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}
.pu_search .close {
  position: absolute;
  right: var(--interval);
  top: 0.1rem;
  font-size: var(--f24);
}
.pu_search .close i {
  cursor: pointer;
  transition: 0.4s;
  font-size: var(--f18);
}
.pu_search .close i:hover {
  color: var(--color);
}
.pu_search .form form {
  font-size: var(--f18);
  max-width: 1200px;
  margin: auto;
}
.pu_search .form form .item {
  flex: 1;
}
.pu_search .form form .item input {
  width: 100%;
  line-height: 0.6rem;
  padding: 0 0.2rem;
  color: #000;
  border: none;
  border: 1px solid #ccc;
}
.pu_search .form form .item input::-webkit-input-placeholder {
  color: #ccc;
}
.pu_search .form form .item input::-moz-placeholder {
  color: #ccc;
}
.pu_search .form form .item input:-ms-input-placeholder {
  color: #ccc;
}
.pu_search .form form .item input::-ms-input-placeholder {
  color: #ccc;
}
.pu_search .form form .item input::placeholder {
  color: #ccc;
}
.pu_search .form form .submit {
  width: 1.6rem;
}
.pu_search .form form .submit input {
  cursor: pointer;
  width: 100%;
  border: none;
  background: var(--color);
  color: #fff;
  height: 100%;
}
@media (max-width: 1200px) {
  .pu_search {
    padding: 0.66rem 0 0.3rem;
  }
  .pu_search .form form .item input {
    line-height: 0.7rem;
  }
}
@media (max-width: 750px) {
  .pu_search .form form .submit {
    width: 1.2rem;
  }
  .pu_search .form form .item input {
    line-height: 0.8rem;
  }
  .pu_search {
    padding: 0.72rem 0 0.3rem;
  }
}
@media screen and (max-width: 1400px) {
  .index_industry .ry_bot .item a .box2 > div .content1 .txt_2 .t1 {
    font-size: var(--f40);
  }
  .about_01 .banner .swiper .swiper-slide .list .item1 {
    top: 8.3%;
  }
  .about_01 .banner .swiper .swiper-slide .list .item3 {
    top: 30%;
  }
  .about_01 .banner .swiper .swiper-slide .list .item4 {
    top: 70.5%;
  }
  .about_01 .banner .swiper .swiper-slide .list .item5 {
    top: -27.5%;
  }
  .about_01 .banner .swiper .swiper-slide .list .item7 {
    top: -62%;
  }
}

.btn_phone{
    display: none;
}
@media screen and (max-width: 1200px) {
    
      .index_banner .swiper .swiper-slide .orientation {
        position: initial;
        transform: translateY(0%);
        width: 100%;
        padding:0rem 5vw;
    }
    .index_banner .swiper .swiper-slide .orientation .content1 img{
        height: auto;
    }
    .index_banner .div_ .toggle{
        display: none;
    }
    
    
    .index_banner .div_ {
  z-index: 2;
  position: absolute;
  bottom: 50%;
  width: 100%;
  padding: 0 var(--interval);
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-end;
}
    
  .pc_header ,
  .btn_pc {
    display: none;
  }
  .btn_phone{
      display: flex;
  }
  .index_banner .swiper .swiper-slide .slide_img video,
  .index_banner .swiper .swiper-slide .slide_img img {
    width: 100%;
    height: 35vh;
  }
  .index_industry .ry_top .content1 {
    flex: 1 100%;
  }
  .index_industry .ry_top .content2 {
    width: 100%;
    margin-top: 0.3rem;
  }
  .index_banner .div_ .scroll img {
    display: none;
  }
  .index_about {
    padding: 1rem 0;
  }
  .pb {
    padding-bottom: 1rem;
  }
  .pt {
    padding-top: 1rem;
  }
  .index_about .le_box {
    max-width: 100%;
  }
  .index_about .ri_box {
    width: 100%;
    padding-right: 0;
    margin-top: 0.6rem;
  }
  .index_about .ri_box > div .item:nth-child(odd) {
    top: 0;
  }
  .index_about .le_box .content2 {
    margin: 0.5rem 0;
  }
  .index_product .box .boxRight {
    width: 100%;
    margin-top: 0.5rem;
  }
  .index_product .box .boxRight .swiper {
    padding-left: 5vw;
  }
  .index_product .box .btn {
    position: initial;
    margin-top: 0.5rem;
    width: 100%;
    display: flex;
    justify-content: center;
  }
  .pc_footer .ter_top .content1 .ri_box {
    display: none;
  }
  .pc_footer .ter_top .content2 {
    padding: 1rem 0 0.56rem;
  }
  .pc_footer .ter_bot .copy,
  .pc_footer .ter_bot .author {
    width: 100%;
    justify-content: center;
    line-height: 2;
  }
  .pc_footer .ter_bot .author a,
  .pc_footer .ter_bot .author span {
    line-height: 2;
  }
  .index_industry .ry_bot {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 0.2rem;
  }
  .index_industry .ry_bot .item:hover {
    flex: 1;
  }
  .index_industry .ry_bot .item a .box2 > div .content2 {
    height: 0.85rem;
  }
  .pu_search .close i {
    font-size: 0.32rem;
  }
  .main_box .box .boxLeft {
    width: 3.8rem;
    padding-right: 0.4rem;
  }
  .Product_Container {
    grid-template-columns: repeat(2, 1fr);
    gap: 0.2rem;
  }
  .Inner_Banner picture img {
    min-height: 5.4rem;
  }
  .Product_Container .item a {
    padding: 0.3rem 0.2rem 0.2rem;
  }
  .Product_info_01 .box .boxLeft {
    max-width: 100%;
    width: 100%;
  }
  .Product_info_01 .box .boxRight {
    display: none;
  }
  .Product_info_01 .img img,
  .Product_info_01 .box .boxLeft {
    height: 8rem;
  }
  .Product_info_02 .box .boxLeft {
    max-width: 100%;
  }
  .Product_info_02 .box .boxLeft .desc {
    min-height: auto;
  }
  .Product_info_02 .box .boxRight {
    display: flex;
    width: 100%;
    margin-top: 0.6rem;
    justify-content: center;
  }
  .Product_info_03 .box table tr td {
    padding-left: 0.3rem;
  }
  .Product_info_03 .box table tr th:nth-child(1),
  .Product_info_03 .box table tr td:nth-child(1) {
    width: 2.4rem;
  }
  .Product_info_03 .box table tr th {
    font-size: var(--f26);
  }
  .Product_info_03 .box table tr td:nth-child(1),
  .Product_info_03 .box table tr td {
    font-size: var(--f22);
  }
  .Product_info_04 .box {
    padding: 0;
  }
  .Product_info_04 .box .banner {
    width: 100%;
    margin: 0;
  }
  .Product_info_04 .box .banner .swiper {
    padding: 0 5vw;
  }
  .IndustryApplication_01 .box {
    padding: 0;
  }
  .IndustryApplication_01 .box .item a .img img {
    min-height: 4rem;
  }
  .IndustryApplication_01 .box .item .orientation {
    padding: 0.6rem 0.5rem 0;
  }
  .IndustryApplication_01 .box .item .orientation .content3 {
    margin-top: 0.8rem;
  }
  .IndustryApplication_02 .box .item .boxLeft {
    width: 100%;
  }
  .IndustryApplication_02 .box .item .boxRight {
    width: 100%;
    padding: 0.5rem;
  }
  .IndustryApplication_02 .box .item:nth-child(2) {
    flex-flow: column;
  }
  .Case_01 .box,
  .about_03 .box {
    grid-template-columns: repeat(2, 1fr);
    gap: 0.2rem;
  }
  .Case_02 .box .boxRight {
    flex: 1 100%;
    padding-left: 0;
    padding-top: 0;
  }
  .Case_02 {
    margin-top: -3rem;
  }
  .Case_02 .box .boxLeft {
    width: 5.4rem;
  }
  .News_01 .box .boxLeft {
    width: 100%;
  }
  .News_01 .box {
    padding: 0.4rem;
  }
  .News_01 .box .boxRight {
    flex: 1 100%;
    margin-top: 0.4rem;
    padding-left: 0;
  }
  .News_02 .box .item a .content3 {
    display: none;
  }
  .News_02 .box .item a .content4 {
    margin-left: 0.5rem;
  }
  .News_02 .box .item a .content1 {
    width: 2.2rem;
  }
  .News_02 .box .item a .content1 p svg path {
    stroke: #fff;
  }
  .News_04 .content3 {
    padding: 0.4rem;
  }
  .News_03 .box .main .text {
    font-size: var(--f24);
  }
  .News_03 .box .main .close svg {
    transform: scale(0.8);
  }
  .News_04 .content4 .main .go {
    display: none;
  }
  .about_02 .box .boxRight .swiper_card {
    height: 60vh;
  }
  .about_02 .box .boxRight {
    width: 100%;
  }
  .about_02 .box .boxRight img {
    width: 100% !important;
  }
  .about_02 .box .boxLeft {
    flex: 1 100%;
    padding: 1rem 0 0.5rem;
  }
  .about_02 .box .boxLeft > div .content3 .item {
    height: 2.6rem;
  }
  .about_02 .box .boxLeft > div .content3 .item .bot {
    margin-top: 0.3rem;
  }
  .about_02 .box .boxLeft > div .content3 {
    margin-top: 0.5rem;
  }
  .about_01 .pc {
    display: none;
  }
  .about_01 .phone {
    display: block;
  }
  .about_01 .banner .swiper .swiper-slide .list .item {
    width: 2.2rem;
  }
  .about_01 .banner .swiper .swiper-slide .list .item1 {
    left: 22.7%;
    top: -11.7%;
  }
  .about_01 .banner .swiper .swiper-slide .list .item2 {
    left: 65%;
    top: -4.2%;
  }
  .about_01 .banner .swiper {
    padding-bottom: 2rem;
    padding-top: 3.4rem;
  }
  .Contact_01 .box .boxLeft {
    padding-right: 0;
    flex: 1 100%;
    margin-bottom: 0.5rem;
  }
  .Contact_01 .box .boxRight {
    width: 100%;
  }
  .Contact_02 picture img {
    min-height: 7rem;
  }
  .Leave_Container .box {
    padding: 0;
  }
  .Leave_Container .box .list2 svg {
    transform: translateY(0px);
  }
  .Contact_02 .orientation .content3 div {
    padding: 0.2rem;
  }
  .Contact_01 .box .boxLeft .content2 .item .right {
    margin-left: 0.2rem;
 }
  .index_about .le_box .content3{
      display: flex;
      justify-content: center;
  }
  .News_01 .box .boxRight .content4 {
    margin-top: 0.4rem;
}
.height_height{
    display: none;
}


.index_banner .div_ .drop{
    display: flex;
}

.index_banner .swiper .swiper-slide .orientation {
        padding: 0rem 5vw 2rem;
    }

.index_banner .pu_link1 {
    margin: .3rem 0 0;
}
.index_banner .div_{
    bottom: 64%;
}



}
@media screen and (max-width: 699px) {
    .index_banner .swiper .swiper-slide .orientation .content2 {
    font-size: var(--f20);
}
  .pu_link .a,
  .index_industry .ry_top .content2 form .item .select .layui-form-select .layui-input,
  .pu_link1 .a,
  .main_box .box .boxLeft .pro_main .input input,
  .pu_link2 .a {
    height: 0.76rem;
  }
  .MobileMain .HeaderMobile .box .logo a img {
    height: 25px;
  }
  .index_banner .div_ .toggle,
  .index_banner .div_ .scroll {
    width: 15%;
    transform: translateY(2px);
  }
  .index_about .ri_box > div,
  .index_industry .ry_bot {
    grid-template-columns: repeat(1, 1fr);
    gap: 0.2rem;
  }
  .index_about .ri_box > div .item > div .data .svg img {
    max-width: 1rem;
  }
  .index_product .box .boxRight .banner .swiper-slide .item a .orientation {
    padding-left: 0;
  }
  .index_product .box .boxRight .button {
    position: initial;
    display: flex;
    justify-content: center;
    margin-top: 0.4rem;
  }
  .index_product .box .boxRight .banner .swiper-slide {
    padding-bottom: 1.6rem;
  }
  .index_product .box .boxRight .button .button_p p {
    width: 0.8rem;
    height: 0.8rem;
  }
  .pc_footer .ter_top .content2 .le_box {
    width: 80%;
  }
  .pc_footer .ter_top .content2 {
    padding: 0.7rem 0;
  }
  .pc_footer .ter_top .content1 .le_box .share .li a {
    width: 0.7rem;
    height: 0.7rem;
  }
  .pc_footer .ter_bot > div {
    font-size: 13px;
  }
  .index_about .le_box .content1 .t2 {
    font-size: var(--f24);
  }
  .main_box .box .boxLeft {
    width: 100%;
    padding-right: 0;
    margin-bottom: 0.5rem;
  }
  .pu_page .number {
    display: none;
  }
  .pu_page .next {
    margin-left: 0.2rem;
  }
  .Product_info_03 .box {
    overflow: scroll;
  }
  .Product_info_03 .box table {
    width: 200%;
  }
  .Product_Container {
    grid-template-columns: repeat(1, 1fr);
  }
  .Case_01 .box,
  .about_03 .box {
    grid-template-columns: repeat(1, 1fr);
    gap: 0.2rem;
  }
  .Case_01 .box .item a figcaption .title {
    line-height: 1.4;
    height: 2.8em;
  }
  .Case_02 {
    margin-top: -0.8rem;
  }
  .Case_02 .box .boxLeft {
    width: 100%;
  }
  .News_02 .box .item a .content1 {
    display: none;
  }
  .News_02 .box .item a .content2 {
    font-size: var(--f26);
  }
  .News_02 .box .item a .content4 i {
    margin-left: 0.1rem;
  }
  .News_02 .box .item a {
    padding: 0.58rem 0.3rem;
  }
  .News_03 {
    height: 2rem;
  }
  .News_03 .box .main .text {
    font-size: 14px;
    width: 42%;
    transform: translateX(-0.6rem);
  }
  .News_04 .content1 {
    line-height: 1.4;
  }
  .News_04 .content4 .main .page {
    width: 100%;
  }
  .News_04 .content4 .main .next {
    text-align: left;
    margin-top: 0.2rem;
  }
  .about_01 .banner .swiper .swiper-slide .list .item {
    width: 2.5rem;
  }
  .about_01 .banner .swiper .swiper-slide .list .item1 {
    left: 12.7%;
    top: -84.7%;
  }
  .about_01 .banner .swiper .swiper-slide .list .item .content3 ul {
    font-size: 14px;
  }
  .about_01 .banner .swiper .swiper-slide .list .item .content3 {
    padding-left: 14px;
  }
  .about_02 .box .boxRight {
    gap: 0.2rem;
  }
  .Contact_02 .orientation {
    top: 100%;
  }
  .Leave_Container {
    padding-top: 2rem;
  }
  .Leave_Container .box .list {
    grid-template-columns: repeat(1, 1fr);
  }
  .Leave_Container .box .list .item input {
    height: 0.76rem;
  }
  .pc_footer .ter_top .content2 .le_box .li .wz {
    position: relative;
    padding-left: 0rem;
  }
  .pc_footer .ter_top .content2 .le_box .li .wz span {
    position: initial;
    left: 0;
    top: 0;
    margin-bottom: 0.1rem;
    display: block;
    width: 100%;
  }
  .pc_footer .ter_top .content2 .le_box .li {
    align-items: flex-start;
  }
  
  .index_industry .ry_top .content2 form .item{
      width: 100%;
  }
  .index_industry .ry_top .content2 form .item .select{
      width: 50%;
  }
  .index_industry .ry_top .content2 form .submit {
    margin-left: 0;
    margin: 0.3rem 0 0;
}
  
}
/*# sourceMappingURL=./style.css.map */