body {
  overflow-x: hidden;
}
@font-face {
  font-family: AlibabaPuHuiTi-2-45-Light;
  src: url(../font/AlibabaPuHuiTi-2-45-Light.ttf), 
}
@font-face {
  font-family: AlibabaPuHuiTi-2-55-Regular;
  src: url(../font/AlibabaPuHuiTi-2-55-Regular.ttf), 
}
@font-face {
  font-family: D-DIN;
  src: url(../font/D-DIN.otf), 
}
@font-face {
  font-family: D-DINExp;
  src: url(../font/D-DINExp.ttf), 
}
@font-face {
  font-family: Poppins-Regular;
  src: url(../font/Poppins-Regular.ttf), 
}
* {
  box-sizing: border-box;
  padding: 0;
  margin: 0;
  font-family: 'AlibabaPuHuiTi-2-45-Light', '微软雅黑', 'Arial', 'PingFang SC';
  text-transform:capitalize;
}
*:focus {
  outline: none;
}
ul,li {
  list-style: none;
}
a:hover,a {
  text-decoration: none;
  color: #303133;
}
img {
  border: none;
  max-width: 100%;
}
::selection {
  background: #2C333E;
  color: #ffffff;
}
::-moz-selection {
  background: #2C333E;
  color: #ffffff;
}
::-webkit-selection {
  background: #2C333E;
  color: #ffffff;
}
dl,dd,p {
  margin: 0;
}
ul,li {
  margin-bottom: 0;
  padding-left: 0;
}

/* header */
.logo{
  width:190px;
  height:50px;
  transition: all .3s;
  -webkit-transition: all .3s;
  -moz-transition: all .3s;
  -ms-transition: all .3s;
  -o-transition: all .3s;
}
@media (max-width: 1200px) {
  .logo{
    width:170px;
    height:45px;
  }
}
.header.open .logo{
  margin:1rem 0;
}
.header.clearing .logo a:first-child,
.logo a:last-child{
  display: none;
}
.header.clearing .logo a:last-child{
  display: block;
}
.header{
  position: fixed;
  left:0;
  top:0;
  z-index: 9999;
  width:100%;
  padding: 0px 76px;
  height:90px;
  border-bottom:1px solid #ebeef5;
  transform: all .3s;
  -webkit-transform: all .3s;
  -moz-transform: all .3s;
  -ms-transform: all .3s;
  -o-transform: all .3s;
  box-shadow: 0 0 15px rgba(0, 0, 0, .2);
  /*backdrop-filter: blur(15px);
  */background: rgba(255, 255, 255, 1);
}
.header.clearing{
  background: rgba(255, 255, 255, 0);
  border-bottom:1px solid rgba(255, 255, 255, .12);
}
@media (max-width: 992px) {
  .header{
    height:70px;
  }
}
.header.open{
  max-height: 100vh;
  min-height: 100vh;
  background: #ebeef5;
}
@media (max-width: 1600px) {
  .header{
    padding:0 20px;
  }
}
@media (max-width: 1400px) {
  .header{
    padding:0 10px;
  }
}
.header .container-fluid{
  display: flex;
  align-items: center;
  justify-content: space-between;
  height:100%;
  position: relative;
}
.header.open .container-fluid {
  flex-direction: column;
  padding: 0;
  height:auto;
}
.nav_tel a{
  font-family: 'D-DIN';
  font-size: 21px;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.02em;
  text-align: left;  
  color: #606266;
  transition: all .3s;
  -webkit-transition: all .3s;
  -moz-transition: all .3s;
  -ms-transition: all .3s;
  -o-transition: all .3s;
}
.header.clearing .nav_tel a{
  color:#ffffff;
}
@media (max-width: 1400px) {
  .nav_tel{
    display: none;
  }
}
.nav_box>li{
  position: relative;
  padding:0 36px;
  height:100%;
  transition: all .3s;
  -webkit-transition: all .3s;
  -moz-transition: all .3s;
  -ms-transition: all .3s;
  -o-transition: all .3s;
}
@media (max-width: 1600px) {
  .nav_box>li{
    padding:0 26px;
  }
}
@media (max-width: 1400px) {
  .nav_box>li{
    padding:0 20px;
  }
}
.nav_box,
.nav_right{
  display: flex;
  height: 100%;
  align-items: center;
}
@media (max-width: 992px) {
  .nav_right{
    display: none;
  }
}
.nav_box>li.nav_parent>a::after{
  content:'';
  width:18px;
  height:18px;
  background:url(../images/nav_box_disc.svg) no-repeat center;
  background-size: cover;
  position: absolute;
  right:-20px;
  top:50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transition: all .5s;
  -webkit-transition: all .5s;
  -moz-transition: all .5s;
  -ms-transition: all .5s;
  -o-transition: all .5s;
}
.header.clearing .nav_box>li.nav_parent>a::after{
  background:url(../images/nav_box_disc_white.svg) no-repeat center;
  background-size: cover;
}
.nav_box>li.selected>a::after,
.nav_box>li.on>a::after{
  background:url(../images/nav_box_disc_on.svg) no-repeat center;
  background-size: cover;
  transform: translateY(-50%) rotateX(180deg);
  -webkit-transform: translateY(-50%) rotateX(180deg);
  -moz-transform: translateY(-50%) rotateX(180deg);
  -ms-transform: translateY(-50%) rotateX(180deg);
  -o-transform: translateY(-50%) rotateX(180deg);
}
.nav_box>li>a::before{
  content: '';
  width:0%;
  height:3px;
  background:rgba(243, 88, 0, 1) ;
  position: absolute;
  left:-10%;
  bottom: 0;
  transition: all .3s;
  -webkit-transition: all .3s;
  -moz-transition: all .3s;
  -ms-transition: all .3s;
  -o-transition: all .3s;
}
.nav_box>li.selected>a::before,
.nav_box>li.on>a::before{
  width:130%;
}
.nav_box>li>a{
  font-family: 'AlibabaPuHuiTi-2-55-Regular';
  font-size: 17px;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: 0.02em;
  text-align: left;
  color:#303133;
  position: relative;
  height:100%;
  display: flex;
  align-items: center;
  transition: all .3s;
  -webkit-transition: all .3s;
  -moz-transition: all .3s;
  -ms-transition: all .3s;
  -o-transition: all .3s;
}
.header.clearing .nav_box>li>a{
  color:#ffffff;
}
.nav_box>li.selected>a,
.nav_box>li.on>a{
  color:#f35814;
}
@media (max-width: 768px) {
  .nav_box>li>a{
    font-size: 17px;
    line-height: 1.4;
  }
}
.nav_lan,
.nav_lan a{
  font-family: 'AlibabaPuHuiTi-2-55-Regular';
  font-size: 17px;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: 0.02em;
  text-align: left;
  color:#9ea0a6;
  transition: all .3s;
  -webkit-transition: all .3s;
  -moz-transition: all .3s;
  -ms-transition: all .3s;
  -o-transition: all .3s;
}
.header.clearing .nav_lan,
.header.clearing .nav_lan a{
  color:rgba(255, 255, 255, .6);
}
@media (max-width: 1200px) {
  .nav_lan{
    display: none;
  }
}
@media (max-width: 768px) {
  .nav_lan,
  .nav_lan a{
      font-size:14px;
      line-height:1.4;
  }
}
.header.open .nav_lan{
  display: block;
  margin-top:1rem;
}
.nav_lan a{
  display: inline-block;
  padding:0 6px;
}
.nav_lan a.on{
  color:#303133;
}
.header.clearing .nav_lan a.on{
  color:#ffffff;
}
.nav_lan a.on:hover,
.nav_lan a:hover{
  color:#f35814;
}
.navi {
  position: absolute;
  width: 30px;
  z-index: 999999;
  top: 22px;
  right: 18px;
  height: auto;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  display: none;
}
@media (max-width: 992px) {
  .navi{
    display: block;
  }   
}
.navi a {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.navi span {
  width: 100%;
  background: #F35800;
  opacity: 0.8;
  border-radius: 1.5px;
  height: 2px;
  margin-top: 6px;
  display: block;
  transition: all 0.2s;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -ms-transition: all 0.2s;
  -o-transition: all 0.2s;
}
.navi.on span:last-child {
  display: none;
}
.navi.on span:nth-child(1) {
    transform: skewY(40deg) translateX(6px) translateY(-1px);
    -webkit-transform: skewY(40deg) translateX(6px) translateY(-1px);
    -moz-transform: skewY(40deg) translateX(6px) translateY(-1px);
    -ms-transform: skewY(40deg) translateX(6px) translateY(-1px);
    -o-transform: skewY(40deg) translateX(6px) translateY(-1px);
}
.navi.on span:nth-child(2) {
  transform: skewY(-40deg) translateX(5px);
  width: 100%;
}
.header.open .container-fluid .nav_right {
  display: flex;
  flex-direction: column;
  width: 100%;
  align-items: center;
}
.header.open .container-fluid .nav_right .nav_box {
  flex-direction: column;
  width: 100%;
}
.header.open .container-fluid .nav_right .nav_box>li {
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
  width: 100%;
  margin: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.header.open .container-fluid .nav_right .nav_box>li>a {
  width:auto;
  text-align: center;
  padding: 16px 0;
}
.nav_parent dl{
  display: none;
  position: absolute;
  top:100%;
  left:50%;
  width:110%;
  /* height:240px; */
  padding:10px 0;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
}
.nav_parent dl.nav-max{
  width:160%;
}
@media (max-width: 1460px) {
  .nav_parent dl{
    width:100%;
  }
}
.nav_box li.on.nav_parent dl{
  background: #F35800;
}
@media (max-width: 992px) {
  .nav_parent dl{
    /* display: block; */
    position: static;
    height:auto;
    padding:10px 0 16px 0;
    margin:0 auto;
    transform: translateX(0%);
    -webkit-transform: translateX(0%);
    -moz-transform: translateX(0%);
    -ms-transform: translateX(0%);
    -o-transform: translateX(0%);
    width:100%;
  }
  .nav_parent dl.nav-max{
    width:100%;
  }
  .nav_box li.on.nav_parent dl{
    background: none;
    width:100%;
  }
}
.nav_parent dl dd{
  line-height: 38px;
  text-align: center;
}
@media (max-width: 1400px) {
  .nav_parent dl dd{
    line-height:2.8;
  }
}
@media (min-width: 992px) {
  .nav_parent dl dd:hover{
    background: rgba(255,255,255,.5);
  }
}
.nav_parent dl dd a{
  font-size: 15px;
  color: #8f8f8f;
}
@media (max-width: 1400px) {
  .nav_parent dl dd a{
    font-size: 16px;
  }  
}
.nav_box li.on.nav_parent dl dd a{
  color:#fff;
}
@media (max-width: 992px) {
  .nav_box li.on.nav_parent dl dd a{
    color:#303133;
  }
}
.nav_down{
  display: none;
  position: absolute;
  width:100%;
  height:240px;
  left:50%;
  top:100%;
  background: rgba(255, 255, 255, .99);
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  box-shadow: 4px 5px 7px rgba(0, 0, 0, .1);
}
@media (max-width: 1400px) {
  .nav_down{
    width:90%;
    height:220px;
  }
}
@media (max-width: 992px) {
  .nav_down{
    display: none !important;
  }
}
.down_left{
  float:left;
  width:18.3%;
  min-height:240px;
  margin:0 1.75%;
  display: flex;
  align-items: center;
  min-height: 100%;
}
@media (max-width: 1400px) {
  .down_left{
    padding: 0;
    margin: 0 3%;
    width: 22%;
   
  }
}
.down_img{
  width:100%;
  height:160px;
  overflow: hidden;
}
@media (max-width: 1400px) {
  .down_img{
    height:120px;
  }
}
.down_center{
  float:left;
  min-height:240px;
  width:40.1%;
}
@media (max-width: 1400px) {
  .down_center{
    display: none;
  }
}
.down_right{
  width: 24.5%;
  float: right;
  background: #F35800;
  padding-top: 40px;
  min-height: 240px;
  box-sizing: border-box;
  position: relative;
}
@media (max-width: 1400px) {
  .down_right{
    display: none;
  }
}
.down_right::after{
  content: '';
  width:240px;
  height:63px;
  background: url(../images/logo3.png) no-repeat center;
  background-size: cover;
  position: absolute;
  opacity: .1;
  left:50%;
  bottom: 10%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
}
.down_right dl{
  position: relative;
  z-index: 33;
  padding-left:16%;
}
.down_right dl dt{
  font-size: 28px;
  font-weight: bold;
  color: #fff;
  line-height: 1.5;
  margin-bottom: 10px;
}
.down_right dl dd a{
  padding-left:3%;
  font-size: 16px;
  color: #fff;
  line-height: 2;
}
.down_right dl dd a:hover{
  color:rgba(255, 255, 255, .5);
}
@media (max-width: 992px) {
  .nav_box>li.nav_parent>a::after{
    display: none;
  }
  .header.open .container-fluid .nav_right .nav_box>.nav_parent::after{
    content: '';
    width: 18px;
    height: 18px;
    position: absolute;
    right: 10%;
    top: 1rem;
    background: url(../images/nav_box_disc.svg) no-repeat center;
    background-size: cover;
    transform: rotateX(180deg);
    -webkit-transform: rotateX(180deg);
    -moz-transform: rotateX(180deg);
    -ms-transform: rotateX(180deg);
    -o-transform: rotateX(180deg);
    transition: all .5s;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
}
  .header.open .container-fluid .nav_right .nav_box>.nav_parent.selected::after,
  .header.open .container-fluid .nav_right .nav_box>.nav_parent.on::after{
    background: url(../images/nav_box_disc_on.svg) no-repeat center;
    background-size: cover;
  }

}

/* 轮播图 */
.banner{
  width:100%;
  overflow: hidden;
  position: relative;
}
#rotation_swiper{
  position: relative;
  height:100vh;
  overflow: hidden;
}
#rotation_wap_swiper{
  position: relative;
  overflow: hidden;
  padding-top:70px;
}
.banner-pc{
  background-repeat: no-repeat;
  background-position: center top;
  background-size: cover;
  width:100vw;
  height:100vh;
}
#rotation_wap_swiper .swiper-pagination,
#rotation_swiper .swiper-pagination{
  z-index: 666;
}
#rotation_wap_swiper .swiper-pagination-bullet,
#rotation_swiper .swiper-pagination-bullet{
  width:36px;
  height:3px;
  margin:0 7px;
  opacity: 1;
  background: rgba(255, 255, 255, .8);
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
}
#rotation_wap_swiper .swiper-pagination-bullet{
  width:30px;
  height:2px;
  margin:0 5px;
}
#rotation_wap_swiper .swiper-pagination-bullet-active,
#rotation_swiper .swiper-pagination-bullet-active{
  background: #F35800;
}
#fp-nav{
  right:40px;
}
@media (max-width: 1200px) {
  #fp-nav{
    right:20px;
  }
}
#fp-nav ul li a,
#fp-nav ul li a span{
  position: relative;
  background: none;
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
}
#fp-nav ul li a.active::before{
  content: '';
  width:30px;
  height:1px;
  background: rgba(255, 255, 255, 1);
  position: absolute;
  top:50%;
  left: -200%;
  transition: all .3s;
  -webkit-transition: all .3s;
  -moz-transition: all .3s;
  -ms-transition: all .3s;
  -o-transition: all .3s;
}
@media (max-width: 1600px) {
  #fp-nav ul li a.active::before{
    width:26px;
    left: -150%;
  }
}
@media (max-width: 1400px) {
  #fp-nav ul li a.active::before{
    width:20px;
    left: -100%;
  }
}
#fp-nav.on ul li a.active::before{
  background: #F35800;
}
#fp-nav ul li, 
.fp-slidesNav ul li{
  margin:38px 0;
  width:auto;
  height:auto;
}
@media (max-width: 1400px) {
  #fp-nav ul li, 
  .fp-slidesNav ul li{
    margin:20px 0;
  }
}
#fp-nav ul li a span::before{
  content: '01';
  font-size:19px;
  color: rgba(255, 255, 255, .6);
  font-family: 'D-DIN';
  transition: all .2s;
  -webkit-transition: all .2s;
  -moz-transition: all .2s;
  -ms-transition: all .2s;
  -o-transition: all .2s;
}
#fp-nav.on ul li a span::before{
  color: #909399;
}
#fp-nav ul li a.active span::before{
  color: #fff;
}
#fp-nav.on ul li a.active span::before{
  color: #F35800;
}
#fp-nav ul li:nth-child(2) a span::before{
  content: '02';
}
#fp-nav ul li:nth-child(3) a span::before{
  content: '03';
}
#fp-nav ul li:nth-child(4) a span::before{
  content: '04';
}
#fp-nav ul li:nth-child(5) a span::before{
  content: '05';
}
#fp-nav ul li:nth-child(6){
  display: none;
}
#fp-nav ul li a.active span, #fp-nav ul li:hover a.active span, .fp-slidesNav ul li a.active span, .fp-slidesNav ul li:hover a.active span{
  margin:0;
}

/* 第二屏 产品分类 */
.classify{
  max-width:1536px;
  margin:5% auto 0 auto;
  height:684px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  --bs-gutter-x:0;
}
@media (max-width: 1600px) {
  .classify{
    max-width:1360px;
    height:600px;
  }
}
@media (max-width: 1400px) {
  .classify{
    max-width:1120px;
    height:560px;
    margin:4% auto 0 auto;
  }
}
@media (max-width: 1200px) {
  .classify{
    max-width:960px;
    height:540px;
  }
}
@media (max-width: 992px) {
  .classify{
    max-width:720px;
    height:400px;
    margin:3rem auto;
  }
}
@media (max-width: 768px) {
  .classify{
    max-width:540px;
    height:360px;
  }
}
@media (max-width: 768px) {
  .classify{
    flex-direction: column;
    height:auto;
    padding:0 .8rem;
  }
}
.classify-l{
  width:36.45%;
  height:100%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
@media (max-width: 768px) {
  .classify-l{
    width:100%;
    height:auto;
    margin-bottom:20px;
  }
}
.classify .device-top{
    display: none;
}
@media (max-width:768px){
    .classify .device-top{
        display: flex;
        justify-content: flex-start;
        width: 100%;
        margin-bottom: 1rem;
    }
}
.classify-l .classify-box{
  height:100%;
  display: flex;
  align-items: flex-end;
}
.classify-r{
  display: grid;
  grid-template-columns:calc(50% - 16px) calc(50% - 16px);
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  height:100%;
  width:61.5%;
}
@media (max-width: 1400px) {
  .classify-r{
    grid-template-columns:calc(50% - 13px) calc(50% - 13px);
    grid-column-gap: 26px;
    grid-row-gap: 26px;
  }
}
@media (max-width: 1200px) {
  .classify-r{
    grid-template-columns:calc(50% - 10px) calc(50% - 10px);
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }
}
@media (max-width: 768px) {
  .classify-r{
    grid-template-columns:calc(50% - 6px) calc(50% - 6px);
    grid-column-gap: 12px;
    grid-row-gap: 12px;
  }
}
@media (max-width: 768px) {
  .classify-r{
    width:100%;
    height:auto;
    display: flex;
    flex-direction:column;
    grid-row-gap: 20px;
  }
}
.classify-box{
  padding:8.5% 9.78%;
  position: relative;
  overflow: hidden;
  cursor: pointer;
}
@media (max-width: 1400px) {
  .classify-box{
    padding:7% 8%;
  }
}
@media (max-width: 992px) {
  .classify-box{
    padding:10%;
  }
}
@media (max-width: 768px) {
  .classify-box{
    padding:8%;
  }
}
@media (max-width:768px){
  .classify-box{
    padding:0;
  }
}
.classify-box.on{
  background-size: 110%;
}
.classify-box::after{
  content: '';
  width:100%;
  height:100%;
  position: absolute;
  left:0;
  top:100%;
  z-index: 444;
  background: rgba(243, 88, 0, .80);
  transition: all .5s;
  -webkit-transition: all .5s;
  -moz-transition: all .5s;
  -ms-transition: all .5s;
  -o-transition: all .5s;
  opacity: 0;
}
.classify-box.on::after{
  top:0;
  opacity: 1;
}
@media (max-width: 576px) {
  .classify-l .classify-box::after{
    top:0;
    opacity: 0;
    /*background: rgba(255, 255,255, .80);*/
  }
}
.classify-pic{
  position: absolute;
  width:100%;
  height:100%;
  top:0;
  left:0;
  z-index: 111;
  overflow: hidden;
}
@media (max-width:768px){
    .classify-pic{
        position: static;
    }
}
.classify-img{
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center top;
  transition: all .3s;
  -webkit-transition: all .3s;
  -moz-transition: all .3s;
  -ms-transition: all .3s;
  -o-transition: all .3s;
  height:100%;
}
.classify-img img{
  opacity: 0;
}
.classify-box:hover .classify-img{
  transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
}
.classify-txt{
  position: relative;
  z-index: 555;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: space-between;
  height:100%;
}
@media (max-width: 768px) {
  .classify-txt{
      position: absolute;
     align-items: center;
     justify-content: center;
     top:0px;
     width:100%;
  }
}
.classify-l .classify-txt{
  height:150px;
}
@media (max-width: 992px) {
  .classify-l .classify-txt{
    height:110px;
  } 
}
@media (max-width: 768px) {
  .classify-l .classify-txt{
    height:100%;
    width:100%;
  } 
}
.classify-txt span{
  font-family: 'AlibabaPuHuiTi-2-55-Regular';
  font-size: 32px;
  font-weight: 500;
  line-height: 1.5;
  color: #303133;
  transition: all .3s;
  -webkit-transition: all .3s;
  -moz-transition: all .3s;
  -ms-transition: all .3s;
  -o-transition: all .3s;
}
@media (max-width: 1400px) {
  .classify-txt span{
    font-size: 1.8rem;
    line-height: 1.3;
  }
}
@media (max-width: 1200px) {
  .classify-txt span{
    font-size: 1.6rem;
  }
}
@media (max-width: 992px) {
  .classify-txt span{
    font-size: 1.4rem;
  }
}
@media (max-width: 768px) {
  .classify-txt span{
    font-size: 1.3rem;
  }
}
@media (max-width:576px){
  .classify-txt span{
    font-size: 1.5rem;
  }
}
.classify-box.on .classify-txt span{
  color:#ffffff;
}
@media (max-width: 576px) {
  .classify-l .classify-box .classify-txt span{
    color:#303133;
  }
}
.classify-txt p{
  margin-top:10px;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.4;
  color: #606266;
  transition: all .3s;
  -webkit-transition: all .3s;
  -moz-transition: all .3s;
  -ms-transition: all .3s;
  -o-transition: all .3s;
}
@media (max-width: 1400px) {
  .classify-txt p{
    margin-top:6px;
    font-size: 1rem;
  }
}
@media (max-width: 992px) {
  .classify-txt p{
    font-size: 1rem;
  }
}
@media (max-width:768px){
    .classify-top{
        display: flex;
        flex-direction: column;
        align-items: center;
    }
}
.classify-box.on .classify-txt p{
  color:#ffffff;
}
@media (max-width:576px){
    .classify-box.on .classify-txt p{
      color:#606266;
    }
}
.classify-box.on .classify-but a,
.classify-but a{
  display: block;
  position: relative;
  font-size: 15px;
  font-weight: 400;
  line-height: 1.4;
  color:#ffffff;
  padding:6px 0 6px 38px;
}
@media (max-width: 992px) {
  .classify-box.on .classify-but a,
  .classify-but a{
    font-size:13px;
    padding:6px 0 6px 24px;
  }
}
.classify-l  .classify-but a{
  color: #606266;
}
.classify-box .classify-but{
  opacity: 0;
}
@media (max-width: 768px) {
  .classify-txt .classify-but{
    display: none !important;
  }
}
.classify-but{
  position: relative;
  transition: all .3s;
  -webkit-transition: all .3s;
  -moz-transition: all .3s;
  -ms-transition: all .3s;
  -o-transition: all .3s;
}
.classify-l .classify-but,
.classify-box.on .classify-but{
  opacity: 1;
}
.classify-but a:hover{
  color:#000000 !important;
}
.classify .classify-but a:hover{
  color:#ffffff !important;
}
.classify-but a::after{
  content: '';
  width:28px;
  height: 28px;
  border-radius: 50%;
  background:rgba(255, 255, 255, .22) ;
  position: absolute;
  left:0px;
  top:50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
}
.classify-but a::before{
  content: '';
  width:18px;
  height:18px;
  background: url(../images/classify_more.svg) no-repeat;
  background-size: cover;
  position: absolute;
  left:5px;
  top:50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  z-index: 222;
}

@media (max-width: 992px) {
  .classify-but a::after{
    width:20px;
    height:20px;
  }
}
@media (max-width: 992px) {
  .classify-but a::before{
    width:14px;
    height:14px;
    left:3px;
  }
}
.classify-l .classify-but a::after{
  background: #F35800;
  background-size: cover;
}
.classify-pic-wap{
    display: none;
}
@media (max-width:768px){
    .classify-pic-wap{
        display: block;
    }
    .classify-img{
       display: none; 
    }
}

/* 第三屏  旗下公司 */
.section3{
  background: url(../images/company_bg.jpg) no-repeat center;
  background-size: cover;
}
.company{
  margin:4% auto 2% auto;
  --bs-gutter-x:0;
}
@media (max-width: 1600px) {
  .company{
    max-width: 1360px;
  }
}
@media (max-width: 1400px) {
  .company{
    max-width: 1120px;
    margin:3% auto 0 auto;
  }
}
@media (max-width: 1200px) {
  .company{
    max-width: 960px;
  }
}
@media (max-width: 992px) {
  .company{
    max-width: 720px;
    margin:0 auto;
    padding:6% 0 5% 0;
  }
}
@media (max-width: 768px) {
  .company{
    max-width: 540px;
    padding:6% 0 5% 0;
  }
}
@media (max-width: 576px) {
  .company{
    padding:3rem .8rem 3rem .8rem;
  }
}
.company-pic{
  display: flex;
  flex-direction: column;
}
@media (max-width: 1200px) {
  .company-pic{
    justify-content: center;
  }
}
.company-pic a{
  margin-top:22px;
  width:260px;
  height:72px;
  background: rgba(255, 255, 255, .8);
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 1400px) {
  .company-pic a{
    margin-top:18px;
  }
}
@media (max-width: 1200px) {
  .company-pic a{
    width:100%;
    height:60px;
  }
}
.company-pic a img{
  max-height: 40px;
}
@media (max-width: 1200px) {
  .company-pic a img{
    max-height: 36px;
  }
}
@media (max-width: 992px) {
  .company-pic a{
    height:50px;
  }
  .company-pic a img{
    max-height: 30px;
  }
}
@media (max-width: 768px) {
  .company-pic a{
    margin-top:12px;
  }
  .company-pic a{
    height:46px;
  }
  .company-pic a img{
    max-height: 26px;
  }
}

.company-thumb{
  overflow: hidden;
  margin-top:40px;
}
@media (max-width: 1600px) {
  .company-thumb{
    margin-top:1.4rem;
  }
}
@media (max-width: 1400px) {
  .company-thumb{
    margin-top:1rem;
  }
}
@media (max-width: 992px) {
  .company-thumb{
    margin-top:.5rem;
  }
}
@media (max-width: 768px) {
  .company-thumb{
    margin-top:.2rem;
  }
}
@media (max-width: 576px) {
  .company-thumb{
    margin-top:0;
  }
}
.company-top{
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
@media (max-width: 768px) {
  .company-top{
    flex-wrap: wrap;
  }
}
.company-box{
  width:61.42%;
  display: flex;
  flex-direction: column;
  overflow: hidden;
}
@media (max-width: 768px) {
  .company-box{
    width:100%;
  }
}
.company-name{
  font-size: 42px;
  font-weight: 600;
  line-height: 1.6;
  color:#ffffff;
}
@media (max-width: 1400px) {
  .company-name{
    font-size: 34px;
    line-height: 1.4;
  }
}
@media (max-width: 1200px) {
  .company-name{
    font-size: 28px;
  }
}
@media (max-width: 992px) {
  .company-name{
    font-size: 25px;
  }
}
@media (max-width: 576px) {
  .company-name{
      font-family: 'AlibabaPuHuiTi-2-55-Regular';
    font-size: 24px;
    font-weight: 400;
  }
}
.company-desc{
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  margin-top:26px;
}
@media (max-width: 1400px) {
  .company-desc{
    margin-top:20px;
  }
}
@media (max-width: 1200px) {
  .company-desc{
    margin-top:16px;
  }
}
@media (max-width: 576px) {
  .company-desc{
    margin-top:1.2rem;
  }
}
.company-desc span{
  font-size: 28px;
  font-weight: 500;
  line-height:1.4;
  color:#ffffff;
}
@media (max-width: 1400px) {
  .company-desc span{
    font-size: 1.4rem;
  }
}
@media (max-width: 1200px) {
  .company-desc span{
    font-size: 1.2rem;
  }
}
.company-desc p{
  margin-top:18px;
  font-size: 15px;
  font-weight: 400;
  line-height:1.8;
  color:#ffffff;
  word-break: break-all;
  text-overflow: ellipsis;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  min-height: 60px;
}
@media (max-width: 1400px) {
  .company-desc p{
    min-height: auto;
    margin-top:10px;
    /*-webkit-line-clamp: 5;*/
  }
}
@media (max-width: 1200px) {
  .company-desc p{
    font-size:14px;
    margin-top:6px;
    /*-webkit-line-clamp: 4;*/
  }
}
.company-desc .classify-but{
  margin-top:40px;
}
@media (max-width: 1400px) {
  .company-desc .classify-but{
    margin-top:2rem;
  }
}
@media (max-width: 1200px) {
  .company-desc .classify-but{
    margin-top:1rem;
  }
}
@media (max-width: 576px) {
  .company-desc .classify-but{
    margin-top:.5rem;
  }
}
.company-desc .classify-but a{
  color:rgba(255, 255, 255, .8);
}
.company-desc .classify-but:hover a{
  color:#F35800 !important; 
}
.company-info{
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  margin-top:1.5%;
}
@media (max-width: 1600px) {
  .company-info{

  }
}
@media (max-width: 1400px) {
  .company-info{
    margin-top:1%;
  }
}
@media (max-width: 1200px) {
  .company .company-info{
    padding-left:2%;
  }
}
@media (max-width: 992px) {
  .company .company-info{
    padding-left:0;
  }
}
@media (max-width: 768px) {
  .company .company-info{
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: flex-start;
  }
}
@media (max-width: 576px) {
  .company .company-info{
    margin-top:0;
    padding:1rem 0;
  }
}
.company-info li{
  display: flex;
  align-items: center;
  margin:16px 0;
}
@media (max-width: 1600px) {
  .company-info li{
    margin:12px 0;
  }
}
@media (max-width: 1400px) {
  .company .company-info li{
    margin:10px 0;
  }
}
@media (max-width: 768px) {
  .company-info li{
    width:100%;
  }
  .company .company-info li{
    margin:6px 0;
  }
}
@media (max-width: 576px) {
  .company .company-info li{
    width:100%;
    /*margin:2px 0;*/
    /*justify-content:center;*/
  }
}
.company-info li b{
  font-family: 'D-DIN';
  font-size: 62px;
  line-height: 67.33px;
  text-align: right;
  color:#ffffff;
  display: block;
  width:100px;
}
@media (max-width: 1400px) {
  .company-info li b{
    font-size: 50px;
    line-height: 1.2;
  }
}
@media (max-width: 1200px) {
  .company-info li b{
    font-size: 40px;
  }
  .company .company-info li b{
    width:60px;
  }
}
@media (max-width:768px){
  .company .company-info li b{
    width: 40px;
  }
}

@media (max-width: 1200px) {
  .company-info li b{
    font-size: 36px;
  }
}
@media (max-width: 992px) {
  .company-info li b{
    font-size: 30px;
  }
}
@media (max-width: 768px) {
  .company-info li b{
    font-size: 24px;
  }
}
.company-info li span{
  font-size: 15px;
  font-weight: 400;
  line-height: 20px;
  /*width:192px;*/
  color:#ffffff;
}
@media (max-width: 1400px) {
  .company-info li span{
    font-size: 14px;
    line-height: 1.4;
  }
}
@media (max-width: 768px) {
  .company-info li span{
    /*font-size: .6rem;*/
    line-height: 1.3;
    width:60%;
    flex:1;
  }
}
@media (max-width: 576px) {
  .company-info li span{
      font-size:15px;
    width:auto;
  }
}
.company-info li em{
  margin:0px 10px;

}
@media (max-width: 1400px) {
  .company-info li em{
    margin:0px 5px;
    width:20px;
  }
}
@media (max-width: 1200px) {
  .company-info li em{
    width:16px;
  }
}
@media (max-width: 992px) {
  .company-info li em{
    width:14px;
  }
}
@media (max-width: 768px) {
  .company-info li em{
    width:10px;
  }
}
/* 加工设备 */
.section4{
  background: url(../images/device_bg.jpg) no-repeat center;
  background-size: cover;
}
.device{
  margin-top:3.5%;
}
@media (max-width: 1400px) {
  .device{
    margin-top:3%;
    --bs-gutter-x:0;
  }
}
@media (min-width: 1400px) {
  .container.device{
    max-width: 1440px;
  }
}
@media (max-width: 992px) {
  .device{
    margin-top:0;
    padding:6% 0 5% 0;
  }
}
@media (max-width: 576px) {
  .device{
    padding:3rem .8rem 2rem .8rem;
  }
}
.device-top{
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.device-top span{
  font-size: 42px;
  font-weight: 600;
  line-height: 1.6;
  color: rgba(48, 49, 51, 1);
}
@media (max-width: 1600px) {
  .device-top span{
    font-size: 36px;
  }
}
@media (max-width: 1400px) {
  .device-top span{
    font-size: 34px;
    line-height: 1.4;
  }
}
@media (max-width: 1200px) {
  .device-top span{
    font-size: 28px;
  }
}
@media (max-width: 992px) {
  .device-top span{
    font-size: 26px;
  }
}
@media (max-width: 768px) {
  .device-top span{
     font-family: 'AlibabaPuHuiTi-2-55-Regular';
    font-size: 24px;
    /*font-weight: 500;*/
  }
}
.news-row .classify-but a,
.device-top .classify-but a{
  color: rgba(96, 98, 102, 1);
}
.news-row .classify-but a::after,
.device-top .classify-but a::after{
  background: #F35800;
}
.device-box{
  position: relative;
  width: 1336px;
	margin: 0 auto;
  margin-top:60px;
}
@media (max-width: 1400px) {
  .device-box{
    width: auto;
    margin-top:40px;
  }
}
@media (max-width: 576px) {
  .device-box{
    margin-top:2rem;
  }
}
.device-box .swiper-container {
	padding-bottom: 60px;
}
@media (max-width: 1400px) {
  .device-box .swiper-container {
    padding-bottom: 40px;
  } 
}
.device-box  .swiper-slide {
	width: 816px;
	height: 490px;
}
@media (max-width: 1600px) {
  .device-box  .swiper-slide {
    width: 680px;
    height: 408px;
  }
}
@media (max-width: 1400px) {
  .device-box  .swiper-slide {
    width: 550px;
    height: 330px;
  }
}
@media (max-width: 1200px) {
  .device-box  .swiper-slide {
    width: 480px;
    height: 288px;
  }
}
@media (max-width: 768px) {
  .device-box  .swiper-slide {
    width: 360px;
    height: 216px;
  }
}
@media (max-width: 576px) {
  .device-box  .swiper-slide {
    width: 340px;
    height: 200px;
  }
}
.device-box .swiper-slide img{
  display:block;
  box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.25);
  transition:all .3s ;
  -webkit-transition:all .3s ;
  -moz-transition:all .3s ;
  -ms-transition:all .3s ;
  -o-transition:all .3s ;
}
.device-box .swiper-slide:hover img{
  transform: scale(1.05);
  -webkit-transform: scale(1.051);
  -moz-transform: scale(1.051);
  -ms-transform: scale(1.051);
  -o-transform: scale(1.051);
}
.device-box .swiper-slide p {
  line-height: 2;
  padding-top: 32px;
  text-align: center;
  color: rgba(48, 49, 51, 1);
  font-size: 1.1em;
  margin: 0;
  display: none;
  transition: all .4s;
  -webkit-transition: all .4s;
  -moz-transition: all .4s;
  -ms-transition: all .4s;
  -o-transition: all .4s;
}
@media (max-width: 1400px) {
  .device-box .swiper-slide p {
    padding-top: 20px;
    line-height: 1;
  }
}
@media (max-width: 992px) {
  .device-box .swiper-slide p {
    font-size: 1em;
  }
}
@media (max-width: 768px) {
  .device-box .swiper-slide p {
    padding-top: 16px;
    /*font-size: .8em;*/
  }
}
.device-box .swiper-slide a:hover p{
  color:rgba(243, 88, 0, 1);
}
#device_swiper .swiper-wrapper .swiper-slide-active p{
  display: block;
}
.device-box .swiper-button-prev,
.device-box .swiper-button-next {
  top:45%;
  width: 42px;
  height: 42px;
  background: url(../images/page_next.svg) no-repeat;
  background-position: center;
  background-size: 100%;
  transition: all .3s;
  -webkit-transition: all .3s;
  -moz-transition: all .3s;
  -ms-transition: all .3s;
  -o-transition: all .3s;
}
@media (max-width: 1200px) {
  .device-box .swiper-button-prev,
  .device-box .swiper-button-next {
    width:36px;
    height:36px;
  }
}
.device-box .swiper-button-prev:hover,
.device-box .swiper-button-next:hover{
  background: url(../images/page_next2.svg) no-repeat;
  background-size: 100%;
}
.device-box .swiper-button-prev{
  left:-100px;
  transform: rotateY(180deg);
  -webkit-transform: rotateY(180deg);
  -moz-transform: rotateY(180deg);
  -ms-transform: rotateY(180deg);
  -o-transform: rotateY(180deg);
}
@media (max-width: 1600px) {
  .device-box .swiper-button-prev{
    left:-60px;
  }
}
@media (max-width: 1400px) {
  .device-box .swiper-button-prev{
    left:-2%;
  }
}
@media (max-width: 1200px) {
  .device-box .swiper-button-prev{
    left:2%;
  }
}
.device-box .swiper-button-next{
  right: -100px;
}
@media (max-width: 1600px) {
  .device-box .swiper-button-next{
    right: -60px;
  }
}
@media (max-width: 1400px) {
  .device-box .swiper-button-next{
    right: -2%;
  }
}
@media (max-width: 1200px) {
  .device-box .swiper-button-next{
    right: 2%;
  }
}
@media (max-width: 992px) {
  .device-box .swiper-button-prev,
  .device-box .swiper-button-next{
    display: none;
  }
}
#device_swiper .swiper-slide,
#device_swiper .swiper-wrapper .swiper-slide-active+div+div{
  opacity: 0 !important;
}
#device_swiper .swiper-slide-next,
#device_swiper .swiper-slide-active,
#device_swiper .swiper-slide-prev{
  opacity: 1 !important;
}

/* 新闻中心 */
.section5{
  background: url(../images/news_bg.jpg) no-repeat center;
  background-size: cover;
}
.container.news{
  margin-top:2.7%;
}
@media (max-width: 1400px) {
  .container.news{
    margin-top:2%;
  }
}
@media (min-width: 1400px) {
  .container.news{
    max-width:1400px;
    --bs-gutter-x:0;
  }
}
@media (max-width: 992px) {
  .container.news{
    margin-top:0;
    padding:6% 0 5% 0;
  }
}
@media (max-width: 576px) {
  .container.news{
    padding:3rem .8rem 2rem .8rem;
  }
}
.news .device-top{
  padding:0 .5rem;
}
@media (max-width: 1400px) {
  .news .device-top{
    padding:0;
  }
}
.news-row{
  margin-top:50px;
  overflow: hidden;
}
@media (max-width: 1600px) {
  .news-row{
    margin-top:46px;
  }
}
@media (max-width: 1400px) {
  .news-row{
    margin-top:40px;
  }
}
@media (max-width: 1200px) {
  .news-row{
    margin-top:30px;
  }
}
@media (max-width: 992px) {
  .news-row{
    margin-top:2rem;
  }
}

.news-box{
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.news-box span{
  margin-top:38px;
  font-family: D-DIN;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.4;
  color: rgba(96, 98, 102, 1);
}
@media (max-width: 1600px) {
  .news-box span{
    margin-top:30px;
  }
}
@media (max-width: 1400px) {
  .news-box span{
    margin-top:20px;
    font-size:14px;
  }
}
@media (max-width: 1200px) {
  .news-box span{
    margin-top:16px;
  }
}
@media (max-width: 992px) {
  .news-box span{
    margin-top:12px;
  }
}
@media (max-width: 576px) {
  .news .news-box span{
    display: none;
    margin-top:8px;
  }
}
.news-box b{
  font-family: 'AlibabaPuHuiTi-2-55-Regular';
  margin-top:22px;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.4;
  color: rgba(48, 49, 51, 1);
  word-break: break-all;
  text-overflow: ellipsis;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}
@media (max-width: 1600px) {
  .news-box b{
    margin-top:18px;
  }
}
@media (max-width: 1400px) {
  .news-box b{
    margin-top:16px;
    font-size:17px;
  }
}
@media (max-width: 1200px) {
  .news-box b{
    margin-top:10px;
    font-size:16px;
  }
}
@media (max-width: 576px) {
  .news-box b{
    font-size:1.1rem;
    margin-top:1rem;
  }
}
.news-box p{
  margin-top:14px;
  font-size: 15px;
  font-weight: 400;
  line-height: 1.7;
  color: rgba(96, 98, 102, 1);
  word-break: break-all;
  text-overflow: ellipsis;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
@media (max-width: 1400px) {
  .news-box p{
    margin-top:8px;
    font-size:14px;
    line-height:1.6;
  }
}
@media (max-width: 992px) {
  .news-box p{
    margin-top:6px;
    font-size:14px;
    line-height:1.4;
  }
}
@media (max-width: 768px) {
    
}
.news-row .classify-but{
  margin-top:36px;
}
@media (max-width: 1600px) {
  .news-row .classify-but{
    margin-top:30px;
  }
}
@media (max-width: 1400px) {
  .news-row .classify-but{
    margin-top:26px;
  }
}
@media (max-width: 1200px) {
  .news-row .classify-but{
    margin-top:20px;
  }
}
@media (max-width: 992px) {
  .news-row .classify-but{
    margin-top:16px;
  }
}
@media (max-width: 768px) {
  .news-row .classify-but{
    margin-top:12px;
  }
}
@media (max-width: 576px) {
  .news-row .classify-but{
    margin-top:8px;
  }
}
.news-box:hover b{
  color: rgba(243, 88, 0, 1);
}
#news_swiper,
.news-pic{
  overflow: hidden;
  position: relative;
}
.news-pic{
  background-repeat: no-repeat;
  background-size: cover;
  background-position:top center;
  transition: all .3s;
  -webkit-transition: all .3s;
  -moz-transition: all .3s;
  -ms-transition: all .3s;
  -o-transition: all .3s;
}
.news-pic img{
  opacity: 0;
}
.news-box:hover .news-pic img{
  opacity: .2;
}
.news-box:hover .news-pic{
  transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
}
.news-image{
  overflow: hidden;
  width: 100%;
}

/* footer */
.footer{
  height:397px;
  background: rgba(44, 51, 62, 1);
}
@media (min-width: 1400px) {
  .footer .container{
    max-width: 1360px;
  }
}
@media (max-width: 1200px) {
  .footer{
    padding-bottom: 1.5rem;
    height:auto;
  }
}
@media (max-width: 992px) {
  .footer{
    padding-bottom: 1rem;
  }
}
.copyright{
  display: flex;
  flex-direction: column;
  align-items: center;
  max-width:1260px;
  margin:32px auto 0 auto;
  padding-top:16px;
  border-top: 1px solid rgba(255, 255, 255, 0.1)
}
@media (max-width: 1200px) {
  .copyright{
    margin:1rem auto 0 auto;
    padding-top:.6rem;
  }
}
.copyright a,
.copyright p{
  font-size: 13px;
  font-weight: 400;
  line-height: 1.4;
  color: rgba(179, 185, 195, 1);
}
.copyright a:hover{
  color: #F35800;
}
.copyright a:last-child img{
  margin-top:14px;
  width:174px;
  height:49px;
}
@media (max-width: 1200px) {
  .copyright a:last-child img{
    margin-top:6px;
    width:160px;
    height:45px;
  }
}
@media (max-width: 768px) {
  .copyright a:nth-child(2),
  .copyright a:last-child img{
   display: none;
  }
}
.footer-box{
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  padding-top:66px;
}
@media (max-width: 1200px) {
  .footer-box{
    padding-top:2.5rem;
  }
}
@media (max-width: 992px) {
  .footer-box{
    padding-top:2rem;
    flex-wrap: wrap;
  }
}
@media (max-width: 768px) {
  .footer-box{
    padding-top:1.8rem;
  }
}
.footer-menu{
  display: flex; 
  align-items: flex-start;
  justify-content: space-between;
  width:48.23%;
}
@media (max-width: 992px) {
  .footer-menu{
    width:100%;
  } 
}
@media (max-width:576px){
  .footer-menu{
    display: none;
  } 
}
.footer-menu ul li{
  line-height: 1.8;
}
@media (max-width: 1200px) {
  .footer-menu ul li{
    line-height: 1.6;
  } 
}
@media (max-width: 768px) {
  .footer-menu ul li{
    line-height: 1.4;
  } 
}
.footer-menu ul li a{
  font-size: 14px;
  font-weight: 400;
  line-height: 1.6;
  color: rgba(179, 185, 195, 1);
}
@media (max-width: 768px) {
  .footer-menu ul li a{
    font-size: 13px;
    line-height: 1.4;
  }
}
.footer-name,
.footer-menu ul li:first-child a{
  font-family: 'AlibabaPuHuiTi-2-55-Regular';
  font-size: 17px;
  font-weight: 500;
  line-height: 1.4;
  color: rgba(179, 185, 195, 1);
}
@media (max-width: 768px) {
  .footer-name,
  .footer-menu ul li:first-child a{
    font-size:15px;
  }
}
.footer-menu ul li:hover a,
.footer-menu ul li:hover:first-child a{
  color: #F35800;
}
.footer-menu ul li:first-child{
  margin-bottom: 10px;
}
@media (max-width: 1200px) {
  .footer-menu ul li:first-child{
    margin-bottom: 5px;
  }
}
@media (max-width: 768px) {
  .footer-menu ul li:first-child{
    margin-bottom: 2px;
  }
}
.footer-end{
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  width:33.52%;
}
@media (max-width: 1200px) {
  .footer-end{
    width:40%;
  }
}
@media (max-width: 992px) {
  .footer-end{
    width:100%;
    justify-content: flex-start;
    margin-top:1rem;
  }
}
.footer-code{
  display: flex;
  flex-direction:column;
  align-items: center;
}
@media (max-width: 992px) {
  .footer-code{
    width:40%;
  }
}
.footer-code p{
  margin-top:12px;
  width:108px;
  height:108px;
}
@media (max-width: 1200px) {
  .footer-code p{
    margin-top:6px;
    width:90px;
    height:90px;
  } 
}
@media (max-width: 768px) {
  .footer-code p{
    margin-top:4px;
    width:80px;
    height:80px;
  } 
}
.footer-code span{
  margin-top:10px;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.6;
  color: rgba(179, 185, 195, 1);
}
@media (max-width: 768px) {
  .footer-code span{
    font-size:12px;
    margin-top:5px;
  }
}
@media (max-width: 992px) {
  .footer-tel{
    width:60%;
  }
}
.footer-tel ul{
  margin-top:18px;
  max-width: 320px;
}
@media (max-width: 1200px) {
  .footer-tel ul{
    margin-top:8px;
  }
}
.footer-tel ul li{
  font-size: 14px;
  font-weight: 400;
  line-height: 1.6;
  color: rgba(179, 185, 195, 1); 
}
@media (max-width: 768px) {
  .footer-tel ul li{
    font-size: 12px;
  }
}
.footer-tel ul li:nth-child(2){
  font-family: D-DINExp;
  font-size: 28px;
  font-weight: 700;
  letter-spacing: 1px;
  line-height: 1.4;
  color: rgba(255, 95, 5, .8);
  margin-bottom: 5px;
}
@media (max-width: 1200px) {
  .footer-tel ul li:nth-child(2){
    font-size: 1.6rem;
    margin-bottom: 0;
  }
}
@media (max-width: 768px) {
  .footer-tel ul li:nth-child(2){
    font-size: 1.4rem;
  }
}
/* about页面 */
.inner-bar {
	position: relative;
	margin-top:90px;
}
@media (max-width: 992px) {
  .inner-bar{
    margin-top:70px;
  }
}
.container.inner-box{
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%,-60%);
	-webkit-transform: translate(-50%,-60%);
	-moz-transform: translate(-50%,-60%);
	-ms-transform: translate(-50%,-60%);
	-o-transform: translate(-50%,-60%);
}
.inner-name{
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	margin-top:-6%;
}
.inner-name span{
  font-family: Poppins-Regular;
  font-size: 50px;
  font-weight: 600;
  line-height: 1.2;
  color: rgba(255, 255, 255, 0.35);
  text-transform: capitalize;
}
@media (max-width: 1200px) {
  .inner-name span{
    font-size:40px;
  }
}
@media (max-width: 992px) {
  .inner-name span{
    font-size:36px;
  }
}
@media (max-width: 768px) {
  .inner-name span{
    font-size:2rem;
  }
}
.inner-name p{
  font-family: 'AlibabaPuHuiTi-2-55-Regular';
  font-size: 48px;
  font-weight: 500;
  line-height: 67.2px;
  letter-spacing: 0.02em;
  text-align: left;
  color: rgba(255, 255, 255, 1);
}
@media (max-width: 1200px) {
  .inner-name p{
    font-size:38px;
    line-height:1.4;
  }
}
@media (max-width: 992px) {
  .inner-name p{
    font-size:32px;
  }
}
@media (max-width: 768px) {
  .inner-name p{
    font-size:1.8rem;
  }
}
.inner-bar img{
  width:100%;
}
/* 面包屑 */
.crumb{
  height:73px;
  border-bottom: 1px solid rgba(235, 238, 245, 1);
}
@media (max-width: 1400px) {
  .crumb{
    height:auto;
  }
}
.crumb .container{
  display: flex;
  justify-content: space-between;
  align-items: center;
  height:100%;
}
@media (max-width: 768px) {
  .crumb .container{
    justify-content: center;
  }
}
@media (max-width: 992px) {
  .crumb-more .container{
    justify-content: center;
  }
}
.columns{
  display: flex;
  height:100%;
}
.columns li{
  position: relative;
  height:100%;
  margin-right:24px;
}
@media (max-width: 1400px) {
  .columns li{
    padding:1rem 0;
  }
}
@media (max-width: 992px) {
  .columns li{
    padding:.8rem 0;
  }
}
.columns li a{
  display: flex;
  align-items: center;
  height:100%;
  padding:0 6px;
  font-size: 17px;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: 0.02em;
  color: rgba(96, 98, 102, 1);
}
@media (max-width: 992px) {
  .columns li a{
    font-size: 16px;
    line-height:1.4;
  }
}
.columns li::after{
  content: '';
  width:0%;
  background: rgba(243, 88, 0, 1);
  height:3px;
  position: absolute;
  left:0;
  bottom: -2px;
  transition: all .3s;
  -webkit-transition: all .3s;
  -moz-transition: all .3s;
  -ms-transition: all .3s;
  -o-transition: all .3s;
}
.columns li:hover::after,
.columns li.on::after{
  width:100%;
}
.crumb .breadcrumb-item a:hover,
.columns li:hover a,
.columns li.on a{
  color:rgba(243, 88, 0, 1);
}
.crumb .breadcrumb{
  --bs-breadcrumb-margin-bottom:0;
  position: relative;
}
.crumb .breadcrumb::before{
  content: '';
  width:18px;
  height:18px;
  background: url(../images/breadcrumb.svg) no-repeat center;
  background-size:cover;
  position: absolute;
  top:50%;
  left:-24px;
  transform:translateY(-50%) ;
  -webkit-transform:translateY(-50%) ;
  -moz-transform:translateY(-50%) ;
  -ms-transform:translateY(-50%) ;
  -o-transform:translateY(-50%) ;
}
@media (max-width: 992px) {
  .crumb .breadcrumb::before{
    width:14px;
    height:14px;
    left:-20px;
  }
}
.crumb .breadcrumb-item{
  padding:0;
}
.crumb .breadcrumb-item + .breadcrumb-item::before{
  --bs-breadcrumb-item-padding-x:.2rem;
}

@media (max-width: 992px) {
  .crumb .breadcrumb-item a{
    font-size:14px;
  }
}
@media (max-width: 1200px) {
  .crumb-more nav{
    display: none;
  }
}
@media (max-width: 980px) {
  .crumb nav{
    display: none;
  }
  .crumb-page nav{
    display: block;
  }
  .crumb-page .container{
    justify-content: flex-end;
  }
}
@media (max-width: 980px) {
  .crumb-more .columns{
    flex-wrap: wrap;
    padding:.5rem 0;
  }
  .crumb-more .columns li{
    width:50%;
    margin-right:0;
    display: flex;
    justify-content: center;
  }
  .crumb-more li:hover::after, .crumb-more li.on::after{
    display: none;
  }
}
.crumb-top{
  display: none;
}
@media (max-width: 980px) {
  .crumb-top{
    display: flex;
    width: 100%;
    border-bottom: 1px solid #f7f7f7;
  }
  .columns-title{
    position: relative;
    width: 100%;
    display: flex;
    justify-content: flex-start;
    padding:.6rem 0;
    font-size:17px;
    font-family: 'AlibabaPuHuiTi-2-55-Regular';
    font-weight: 600;
  }
  .columns-title::after{
    content: '';
    width:16px;
    height:16px;
    background: url(../images/caret-down.svg) no-repeat center;
    background-size: cover;
    position: absolute;
    right:1rem;
    opacity: .5;
    transition: all .3s;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
}
  .crumb-top.on .columns-title::after{
    transform: rotateX(180deg);
    -webkit-transform: rotateX(180deg);
    -moz-transform: rotateX(180deg);
    -ms-transform: rotateX(180deg);
    -o-transform: rotateX(180deg);
}
}

/* 公司简介 */
.about{
  padding:70px 0 30px 0;
  background: url(../images/about_bg.png) no-repeat center;
  background-position: center 62px;
  background-size:contain;
  position: relative;
}
#about{
  position: absolute;
  top:-10%;
}
@media (max-width: 1400px) {
  .about{
    padding:60px 0 20px 0;
  }
}
@media (max-width: 1200px) {
  .about{
    padding:50px 0 16px 0;
  }
}
@media (max-width: 992px) {
  .about{
    padding:2.4rem 0 10px 0;
  }
}
@media (max-width: 768px) {
  .about{
    padding:2rem 0 10px 0;
  }
}
.about-top{
  display: flex;
  flex-direction: column;
  align-items: center;
}
.about-top h1{
  font-size: 42px;
  font-weight: 600;
  line-height: 1.4;
  color: rgba(48, 49, 51, 1);
}
@media (max-width: 1400px) {
  .about-top h1{
    font-size: 38px;
    line-height: 1.2;
  }
}
@media (max-width: 1200px) {
  .about-top h1{
    font-size: 1.8rem;
    margin-bottom: .2rem;
  }
}
@media (max-width: 992px) {
  .about-top h1{
    font-size: 1.6rem;
  }
}
@media (max-width: 768px) {
  .about-top h1{
    font-size: 1.4rem;
  }
}
.about-top p{
  font-size: 26px;
  font-weight: 400;
  line-height: 1.6;
  color: rgba(96, 98, 102, 1);
}
@media (max-width: 1400px) {
  .about-top p{
    font-size: 22px;
    line-height: 1.4;
  }
}
@media (max-width: 1200px) {
  .about-top p{
    font-size: 18px;
  }
}
@media (max-width: 992px) {
  .about-top p{
    font-size: 15px;
  }
}
@media (max-width: 768px) {
  .about-top p{
    font-size: 13px;
  }
}
.about-box{
  margin:37px 0;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
@media (max-width: 1400px) {
  .about-box{
    margin:1.8rem 0;
  }
}
@media (max-width: 1200px) {
  .about-box{
    margin:1.5rem 0;
    flex-wrap: wrap;
  }
}
@media (max-width: 992px) {
  .about-box{
    margin:1rem 0;
  }
}
@media (max-width: 768px) {
  .about-box{
    margin:.6rem 0;
  }
}
.about-desc{
  width:68.21%;
}
@media (max-width: 1200px) {
  .about-desc{
    width:100%;
  }
}
.about-desc p{
  font-family: 'AlibabaPuHuiTi-2-55-Regular';
  font-size: 17px;
  font-weight: 400;
  line-height: 1.85;
  color: rgba(48, 49, 51, 1 );
  text-indent: 2rem;
  margin-bottom: 2.1rem;
  text-align: justify;
}
@media (max-width: 1400px) {
  .about-desc p{
    font-size: 16px;
    margin-bottom: 1rem;
  }
}
@media (max-width: 992px) {
  .about-desc p{
    font-size: 16px;
    line-height: 1.6;
    margin-bottom: .6rem;
  }
}
@media (max-width: 768px) {
  .about-desc p{
    line-height: 1.6;
    margin-bottom: .4rem;
  }
}
.about-box .company-info{
  width:26.21%;
  margin-top:0;
}
@media (max-width: 1400px) {
  .about-box .company-info{
    width:28.21%;
  }
}
@media (max-width: 1200px) {
  .about-box .company-info{
    width:100%;
    flex-wrap: wrap;
    flex-direction: row;
  }
}
.about-box .company-info li{
  margin:8px 0;
}
@media (max-width: 1200px) {
  .about-box .company-info li{
    margin:4px 0;
  }
}
.about-box .company-info li b{
  width:120px;
  color: rgba(243, 88, 0, 1);
}
@media (max-width: 1200px) {
  .about-box .company-info li b{
    width:100px;
  }
}
@media (max-width: 768px) {
  .about-box .company-info li b{
    width:30%;
  }
}
.about-box .company-info li em{
  margin:0 20px 0 10px;

}
@media (max-width: 1400px) {
  .about-box .company-info li em{
    margin:0 8px;
  }
}
@media (max-width: 992px) {
  .about-box .company-info li em{
    margin:0 6px;
  }
}
@media (max-width: 768px) {
  .about-box .company-info li em{
    margin:0 4px;
  }
}
.about-box .company-info li span{
  color: rgba(96, 98, 102, 1);
}

/* 企业文化 */
.culture{
  position: relative;
  width:100%;
  overflow: hidden;
}
#culture{
  position: absolute;
  top:-70px;
}
.culture .container{
  position: absolute;
  left:50%;
  top:0;
  height:100%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  --bs-gutter-x:0;
}
.about-name{
  display: flex;
  flex-direction: column;
  align-items: center;
  position:absolute;
  top:98px;
  left:50%;
  z-index: 222;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
}
@media (max-width: 1600px) {
  .about-name{
    top:10%;
  }
}
@media (max-width: 992px) {
  .about-name{
    top:8%;
  }
}
@media (max-width: 768px) {
  .about-name{
    top:8%;
    width:100%;
  }
}
.about-name span{
  font-family: 'AlibabaPuHuiTi-2-55-Regular';
  font-size: 42px;
  font-weight: 700;
  line-height: 1.4;
  color: rgba(48, 49, 51, 1);
  margin-top:10px;
}
@media (max-width: 1400px) {
  .about-name span{
    font-size:36px;
    margin-top:5px;
  }
}
@media (max-width: 1200px) {
  .about-name span{
    font-size:1.8rem;
  }
}
@media (max-width: 992px) {
  .about-name span{
    font-size:1.5rem;
  }
}
@media (max-width: 768px) {
  .about-name span{
    font-size:1.2rem;
  }
}
.about-name p{
  font-size: 17px;
  font-weight: 400;
  line-height: 1.6;
  color: rgba(144, 147, 153, 1);
}
@media (max-width: 1400px) {
  .about-name p{
    font-size: 15px;
  }
}
@media (max-width: 992px) {
  .about-name p{
    font-size: 13px;
  }
}
.culture-item{
  position:absolute;
  height: 100%;
  width:100%;
  z-index: 111;
}
.culture-item .swiper{
  height: 100%;
}
.culture-box{
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height:100%;
  position: relative;
}
.culture-item .swiper .swiper-slide:first-child .culture-box::before,
.culture-box::after{
  content: '';
  width:1px;
  height:100%;
  background: rgba(255, 255, 255, 0.4);
  position: absolute;
  right:0;
  top:0;
}
.culture-item .swiper .swiper-slide:first-child .culture-box::before{
  left:0;
  right:auto;
}
.culture-logo{
  position: relative;
  margin-top:70px;
  padding-bottom: 32px;
}
@media (max-width: 1400px) {
  .culture-logo{
    margin-top:10%;
    padding-bottom:8%;
  }
}
@media (max-width: 1200px) {
  .culture-logo{
    margin-top:7%;
    padding-bottom:5%;
  }
  .culture-logo svg{
    width:52px;
    height:52px;
  }
}
@media (max-width: 992px) {
  .culture-logo{
    margin-top:7%;
    padding-bottom:5%;
  }
  .culture-logo svg{
    width:52px;
    height:52px;
  }
}
@media (max-width: 768px) {
  .culture-logo{
    margin-top:16%;
    padding-bottom:4%;
  }
  .culture-logo svg{
    width:36px;
    height:36px;
  }
}
.culture-logo::after{
  content: '';
  width:40px;
  height:3px;
  background: rgba(243, 88, 0, 0.6);
  position: absolute;
  left:50%;
  bottom: 0;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
}
.culture-txt{
  margin-top:42px;
  display: flex;
  flex-direction:column;
  align-items: center;
}
@media (max-width: 1400px) {
  .culture-txt{
    margin-top:34px;
  }
}
@media (max-width: 1200px) {
  .culture-txt{
    margin-top:4%;
  }
}
@media (max-width: 992px) {
    
}
@media (max-width: 768px) {
  .culture-txt{
    margin-top:2%;
  }
}
.culture-txt span{
  font-size: 28px;
  font-weight: 600;
  line-height: 1.6;
  color: rgba(48, 49, 51, 1);
}
@media (max-width: 1400px) {
  .culture-txt span{
    font-size: 24px;
  }
}
@media (max-width: 1200px) {
  .culture-txt span{
    font-size: 1.4rem;
    line-height: 1.4;
  }
}
@media (max-width: 992px) {
  .culture-txt span{
    font-size: 1.2rem;
  }
}
@media (max-width: 768px) {
  .culture-txt span{
    font-size: 1rem;
  }
}
.culture-txt p{
  margin-top:10px;
  font-size: 17px;
  font-weight: 400;
  line-height: 1.6;
  color: rgba(48, 49, 51, 1);
  max-width: 240px;
}
@media (max-width: 1400px) {
  .culture-txt p{
    margin-top:6px;
    font-size: 15px;
  }
}
@media (max-width: 1200px) {
  .culture-txt p{
    margin-top:4px;
    font-size: .9rem;
  }
}
@media (max-width: 992px) {
  .culture-txt p{
    margin-top:2px;
    font-size: .8rem;
  }
}
@media (max-width: 768px) {
  .culture-txt p{
    font-size: 15px;
  }
}
.culture img{
  width:100%;
}
/* 荣誉资质 */
.honor{
  position: relative;
  background: url(../images/honor_bg.jpg) no-repeat center;
  background-size: cover;
  padding:80px 0 148px 0;
}
#honor{
  position: absolute;
  top:-70px;
}
@media (max-width: 1400px) {
  .honor{
    padding:70px 0 120px 0;
  }
}
@media (max-width: 1200px) {
  .honor{
    padding:7% 0 10% 0;
  }
}
@media (max-width: 992px) {
  .honor{
    padding:6% 0 9% 0;
  }
}
@media (min-width: 1400px) {
  .honor .container{
    max-width: 1460px;
  }
}
.honor .about-name{
  position: static;
  transform: translate(0);
  -webkit-transform: translate(0);
  -moz-transform: translate(0);
  -ms-transform: translate(0);
  -o-transform: translate(0);
}
.honor .about-name p{
  margin-top:8px;
}
@media (max-width: 992px) {
  .honor .about-name p{
    margin-top:4px;
  }
}
.honor-row{
  margin-top:75px;
  overflow: hidden;
  transform: translateX(14px);
  -webkit-transform: translateX(14px);
  -moz-transform: translateX(14px);
  -ms-transform: translateX(14px);
  -o-transform: translateX(14px);
}
@media (max-width: 1400px) {
  .honor-row{
    margin-top:60px;
  }
}
@media (max-width: 1200px) {
  .honor-row{
    margin-top:50px;
  }
}
@media (max-width: 992px) {
  .honor-row{
    margin-top:40px;
  }
}
@media (max-width: 768px) {
  .honor-row{
    margin-top:30px;
    transform: translateX(0px);
    -webkit-transform: translateX(0px);
    -moz-transform: translateX(0px);
    -ms-transform: translateX(0px);
    -o-transform: translateX(0px);
}
}
.honor-box{
  height:308px;
}
@media (max-width: 1400px) {
  .honor-box{
    height:280px;
  }
}
@media (max-width: 1200px) {
  .honor-box{
    height:260px;
  }
}
@media (max-width: 992px) {
  .honor-box{
    height:200px;
  }
}
@media (max-width: 768px) {
  .honor-box{
    height:180px;
  }
}
.honor-box a{
  display: flex;
  justify-content: center;
  align-items: flex-end;
  height:100%;
}
.honor-box a img{
  max-height: 100%;
}
.fancybox-button--zoom{
  display: none !important;
}

/* 产品列表 */
.views{
  padding:70px 0;
}
@media (max-width: 1400px) {
  .views{
    padding:3rem 0;
  }
}
@media (max-width: 992px) {
  .views{
    padding:2.4rem 0;
  }
}
@media (max-width: 768px) {
  .views{
    padding:2rem 0;
  }
}
@media (min-width: 1400px) {
  .views .container{
    max-width: 1436px;
  }
}
.views-top{
  display: flex;
  flex-direction: column;
  align-items: center;
}
.views-top h1{
  font-family:'AlibabaPuHuiTi-2-55-Regular';
  font-size: 42px;
  font-weight: 600;
  line-height: 1.4;
  color: rgba(48, 49, 51, 1);
}
@media (max-width: 1400px) {
  .views-top h1{
    font-size:36px;
    margin-bottom: .2rem;
  }
}
@media (max-width: 1200px) {
  .views-top h1{
    font-size:28px;
  }
}
@media (max-width: 992px) {
  .views-top h1{
    font-size:24px;
  }
}
@media (max-width: 768px) {
  .views-top h1{
    font-size:24px;
  }
}
.views-top span{
  font-size: 17px;
  font-weight: 400;
  line-height: 1.3 ;
  color: rgba(144, 147, 153, 1);
}
@media (max-width: 1400px) {
  .views-top span{
    font-size:15px;
  }
}
@media (max-width: 1200px) {
  .views-top span{
    font-size:14px;
  }
}
.product-row{
  margin-top:50px;
}
@media (max-width: 1400px) {
  .product-row{
    margin-top:2.2rem;
  }
}
@media (max-width: 1200px) {
  .product-row{
    margin-top:1.8rem;
  }
}
.product-item{
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: 50px;
}
@media (max-width: 1400px) {
  .product-item{
    margin-bottom: 2rem;
  }
}
@media (max-width: 1200px) {
  .product-item{
    margin-bottom: 1.5rem;
  }
}
@media (max-width: 768px) {
  .product-item{
    margin-bottom: 1.2rem;
  }
}
.product-item span{
  font-family:'AlibabaPuHuiTi-2-55-Regular';
  margin-top:28px;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.5;
  color: rgba(48, 49, 51, 1);
  word-break: break-all;
  text-overflow: ellipsis;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}
@media (max-width: 1400px) {
  .product-item span{
    margin-top:1.5rem;
    font-size:17px;
  }
}
@media (max-width: 1200px) {
  .product-item span{
    margin-top:1rem;
    font-size:16px;
  }
}
@media (max-width: 768px) {
  .product-item span{
    margin-top:.8rem;
  }
}
.product-item:hover .news-pic{
  transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
}
.product-item:hover span{
  color:#f35814;
}
/* 分页 */
.paging{
  display: flex;
  align-items: center;
  justify-content: center;
  padding:1rem 0;
}
@media (max-width: 1200px) {
  .paging{
    padding:.5rem 0;
  }
}
.paging li{
  width:38px;
  height:38px;
  margin:0 4px;
  border-radius: 5px;
  border: 1px solid rgba(235, 238, 245, 1);
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 768px) {
  .paging li{
    display: none;
    margin:0 16px;
  }
  .paging li:first-child,
  .paging li:last-child{
    display: block;
  }
}
.paging li span,
.paging li a{
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height:100%;
  font-size: 15px;
  font-weight: 400;
  color: rgba(48, 49, 51, 1);
}
.paging li a img{
  width:22px;
  height:22px;
}
.pagination li a:hover, 
.pagination .active span{
  background: rgba(243, 88, 0, 1);
  color:#fff;
}
.pagination li:last-child:hover span,
.pagination li:first-child:hover span{
  background: none;
}
/* 公司新闻列表页 */
.product-row .news-box{
  margin-bottom: 50px ;
}
@media (max-width: 1400px) {
  .product-row .news-box{
    margin-bottom: 40px ;
  }
}
@media (max-width: 1200px) {
  .product-row .news-box{
    margin-bottom: 30px ;
  }
}
@media (max-width: 992px) {
  .product-row .news-box{
    margin-bottom: 24px ;
  }
}
@media (max-width: 768px) {
  .product-row .news-box{
    margin-bottom: 20px ;
  }
}
.product-row .news-box b{
  margin-top:30px;
}
@media (max-width: 1400px) {
  .product-row .news-box b{
    margin-top:20px;
  }
}
@media (max-width: 1200px) {
  .product-row .news-box b{
    margin-top:16px;
  }
}
@media (max-width: 992px) {
  .product-row .news-box b{
    margin-top:12px;
  }
}
.product-row .news-box p{
  margin-top:12px;
}
@media (max-width: 1400px) {
  .product-row .news-box p{
    margin-top:6px;
  }
}
@media (max-width: 1200px) {
  .product-row .news-box p{
    margin-top:4px;
  }
}
.product-row .news-box span{
  margin-top:18px ;
}
@media (max-width: 1400px) {
  .product-row .news-box span{
    margin-top:10px ;
  }
}
@media (max-width: 1200px) {
  .product-row .news-box span{
    margin-top:6px ;
  }
}
/* 人才招聘 */
.job-views{
  background:#f7f7f7;
}
.talent-row{
  margin-top:50px;
}
@media (max-width: 1400px) {
  .talent-row{
    margin-top:40px;
  }
}
@media (max-width: 1200px) {
  .talent-row{
    margin-top:30px;
  }
}
@media (max-width: 768px) {
  .talent-row{
    margin-top:20px;
  }
}
.talent-item{
  background: #ffffff;
  padding:40px 40px 50px 40px;
  margin-bottom: 24px;
}
@media (max-width: 1400px) {
  .talent-item{
    padding:30px;
  }
}
@media (max-width: 1200px) {
  .talent-item{
    padding:25px;
  }
}
@media (max-width: 992px) {
  .talent-item{
    padding:18px;
    margin-bottom: 18px;
  }
}
@media (max-width: 768px) {
  .talent-item{
    padding:14px;
    margin-bottom: 14px;
  }
}
.talent-top{
  display: flex;
  flex-direction: column;
  position: relative;
  transition: all .3s;
  -webkit-transition: all .3s;
  -moz-transition: all .3s;
  -ms-transition: all .3s;
  -o-transition: all .3s;
  cursor: pointer;
}
.talent-item.on .talent-top{
  border-bottom: 1px solid rgba(235, 238, 245, 1);
  padding-bottom: 28px; 
}
@media (max-width: 1400px) {
  .talent-item.on .talent-top{
    padding-bottom: 20px;
  }
}
@media (max-width: 992px) {
  .talent-item.on .talent-top{
    padding-bottom: 16px;
  }
}
@media (max-width: 768px) {
  .talent-item.on .talent-top{
    padding-bottom: 10px;
  }
}
.talent-title{
  font-family: 'AlibabaPuHuiTi-2-55-Regular';
  font-size: 24px;
  font-weight: 500;
  line-height: 1.6;
  color: rgba(48, 49, 51, 1);
  margin-bottom: 10px;
  padding-left:10px;
  transition: all .3s;
  -webkit-transition: all .3s;
  -moz-transition: all .3s;
  -ms-transition: all .3s;
  -o-transition: all .3s;
}
@media (max-width: 1400px) {
  .talent-title{
    font-size: 20px;
    margin-bottom: 8px;
  }
}
@media (max-width: 992px) {
  .talent-title{
    font-size: 18px;
    margin-bottom: 8px;
  }
}
@media (max-width: 768px) {
  .talent-title{
    font-size: 17px;
    margin-bottom: 4px;
    padding-left:5px;
  }
}
.talent-item.on .talent-title{
  color: rgba(243, 88, 0, 1);
}
.talent-tool{
  display: flex;
  align-items: center;
  justify-content: space-between;
  /*max-width:924px;*/
  padding-left:10px;
  width:100%;
 flex-wrap: wrap;
}
@media (max-width: 1200px) {
  .talent-tool{
    padding-left: 5px;
    flex-wrap: wrap;
  }
}
.talent-tool li{
  font-family: 'AlibabaPuHuiTi-2-55-Regular';
  font-size: 16px;
  font-weight: 400;
  line-height: 1.6;
  color: rgba(48, 49, 51, 1);
  width:50%;
}
.talent-tool li:nth-child(3),
.talent-tool li:first-child{
    width:60%;
}
.talent-tool li:nth-child(4),
.talent-tool li:nth-child(2){
    width:40%;
}
@media (max-width: 1400px) {
  .talent-tool li{
    font-size:15px;
  }
}

@media (max-width:1200px) {
  .talent-tool li:nth-child(3),
.talent-tool li:first-child{
    width:100%;
}
.talent-tool li:nth-child(4),
.talent-tool li:nth-child(2){
    width:100%;
}
}
.talent-open{
  position: absolute;
  right:10px;
  top:20px;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 1400px) {
  .talent-open{
    width:30px;
    height:30px;
  }
}
@media (max-width: 1200px) {
  .talent-open{
    top:30px;
    width:20px;
    height:20px;
        transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
  }
}
@media (max-width: 768px) {
  .talent-open{
    width:18px;
    height:18px;
  }
}
.talent-item.on .talent-open img:last-child{
  display: block;
}
.talent-item.on .talent-open img:first-child,
.talent-open img:last-child{
  display: none;
}
.talent-but{
  margin-top:18px;
  padding:10px 0;
  display: none;
}
@media (max-width: 1400px) {
  .talent-but{
    margin-top:10px;
  }
}
@media (max-width: 1200px) {
  .talent-but{
    padding:6px 0;
  }
}
@media (max-width: 992px) {
  .talent-but{
    margin-top:6px;
    padding:4px;
  }
}
.talent-name{
  font-size: 16px;
  font-weight: 400;
  line-height: 1.4;
  color: rgba(48, 49, 51, 1);
  margin-left:10px;
}
@media (max-width: 1400px) {
  .talent-name{
    font-size:15px;
  }
}
@media (max-width: 992px) {
  .talent-name{
    margin-left:0px;
  }
}
.talent-app{
  padding:10px;
}
@media (max-width: 992px) {
  .talent-app{
    padding:6px;
  }
}
.talent-app p{
  font-size: 15px;
  font-weight: 400;
  line-height: 2;
  color: rgba(96, 98, 102, 1);
}
@media (max-width: 1400px) {
  .talent-app p{
    font-size: 14px;
    line-height: 1.8;
  }
}
/* 联系我们 */
.contact-row{
  background: #ffffff;
  padding:70px 50px;
  margin-top:50px;
}
@media (max-width: 1400px) {
  .contact-row{
    padding:60px 40px;
    margin-top:40px;
  }  
}
@media (max-width: 1200px) {
  .contact-row{
    padding:50px 30px;
    margin-top:30px;
  } 
}
@media (max-width: 992px) {
  .contact-row{
    padding:40px 26px;
    margin-top:20px;
  } 
}
@media (max-width: 768px) {
  .contact-row{
    padding:26px 18px;
  } 
}
.contact-pic{
  display: flex;
  align-items: center;
  justify-content: center;
  width:78px;
  height:78px;
  border-radius: 50%;
  background: rgba(243, 88, 0, 1);
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
}
@media (max-width: 1400px) {
  .contact-pic{
    width:70px;
    height:70px;
  }
}
@media (max-width: 1200px) {
  .contact-pic{
    width:60px;
    height:60px;
  }
  .contact-pic img{
    width:26px;
    height:26px;
  }
}
.contact-box{
  display: flex;
  flex-direction:column;
  align-items: center;
  position: relative;
}
.contact-box::before{
  content: '';
  width:1px;
  height:90%;
  background: rgba(235, 238, 245, 1);
  position: absolute;
  right:0;
  top:50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
}
.contact-item>div:last-child .contact-box::before{
  display: none;
}
@media (max-width: 992px) {
  .contact-box{
    margin-bottom: 1rem;
  }
  .contact-box::before{
    height:80%;
  }
  .contact-item>div:nth-child(2) .contact-box::before{
    display: none;
  }
}
.contact-box span{
  margin-top:20px;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.4;
  color: rgba(144, 147, 153, 1);
}
@media (max-width: 1400px) {
  .contact-box span{
    margin-top:16px;
    font-size: 15px;
  }
}
@media (max-width: 1200px) {
  .contact-box span{
    margin-top:12px;
    font-size: 14px;
  }
}
@media (max-width: 768px) {
  .contact-box span{
    margin-top:8px;
    font-size: 13px;
  }
}
.contact-box p{
  margin-top:12px;
  font-family: 'AlibabaPuHuiTi-2-55-Regular';
  font-size: 22px;
  font-weight: 400;
  line-height: 1.3;
  text-align: center;
  color: rgba(48, 49, 51, 1);
  max-width: 221px;
}
@media (max-width: 1400px) {
  .contact-box p{
    margin-top:8px;
    font-size:18px;
  }
}
@media (max-width: 1200px) {
  .contact-box p{
    margin-top:4px;
    font-size:16px;
  }
}
@media (max-width: 768px) {
  .contact-box p{
    font-size:14px;
  }
}
.contact-map{
  margin-top:28px;
}
@media (max-width: 1400px) {
  .contact-map{
    margin-top:20px;
  }
}
@media (max-width: 1200px) {
  .contact-map{
    margin-top:16px;
  }
}
@media (max-width: 768px) {
  .contact-map{
    margin-top:6px;
  }
}
@media (max-width: 768px) {
  #contact{
    height:20rem;
  }
  .map-logo{
    padding:0  7px !important;
  }
  .map-logo img{
    max-width: 100px;
    height:auto;
  }
}

/* 新闻详情 */
.turning,
.details{
  background: #fff;
}
.details{
  padding:3rem;
}
@media (max-width: 1400px) {
  .details{
    padding:2.6rem;
  }
}
@media (max-width: 1200px) {
  .details{
    padding:2.2rem;
  }
}
@media (max-width: 992px) {
  .details{
    padding:2rem;
    margin-bottom: 1.8rem;
  }
}
@media (max-width: 768px) {
  .details{
    padding:1.4rem 1.2rem;
    margin-bottom: 1.2rem;
  }
}
.details h1{
  font-family: 'AlibabaPuHuiTi-2-55-Regular';
  font-size: 36px;
  font-weight: 400;
  line-height: 1.3;
}
@media (max-width: 1400px) {
  .details h1{
    font-size:30px;
  }
}
@media (max-width: 1200px) {
  .details h1{
    font-size:26px;
  }
}
@media (max-width: 992px) {
  .details h1{
    font-size:24px;
  }
}
.details-info {
	display: flex;
	justify-content: flex-start;
	align-items: center;
	height: 60px;
}
@media (max-width: 1400px) {
  .details-info {
    height:auto;
    padding:1rem 0;
  }
}
@media (max-width: 1200px) {
  .details-info {
    padding:.8rem 0;
  } 
}
@media (max-width: 992px) {
  .details-info {
    padding:.6rem 0;
  } 
}
@media (max-width: 768px) {
  .details-info {
    padding:.3rem 0;
  } 
}
.details-info em {
	display: flex;
	margin-right: 2rem;
	color: #909399;
	font-size: 15px;
	font-style: normal;
	font-weight: 400;
	line-height: 145%;
	letter-spacing: 0.3px;
}
@media (max-width: 768px) {
  .details-info em {
    font-size:12px;
    margin-right:1rem;
  }
}
.details-info em img{
  margin-right:.5rem;
}
.details-desc{
  padding:1rem 0 2rem 0;
}
@media (max-width: 1200px) {
  .details-desc{
    padding:.5rem 0 1rem 0;
  }
}
@media (max-width: 768px) {
  .details-desc{
    padding-bottom: 0;
  }
}
.details-desc p{
  color: #303133;
	font-size: 18px;
	font-style: normal;
	font-weight: 400;
	line-height: 1.8;
	letter-spacing: 0.3px;
  margin-bottom: 1rem;
}
@media (max-width: 1400px) {
  .details-desc p{
    font-size:17px;
    line-height:1.6;
  }
}
@media (max-width: 992px) {
  .details-desc p{
    font-size:16px;
    line-height:1.5;
    margin-bottom: .8rem;
  }
}
@media (max-width: 768px) {
  .details-desc p{
    font-size:15px;
    margin-bottom: .5rem;
  }
}
.turning{
  padding:1.5rem 2rem;
  margin-bottom: 1.5rem;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
@media (max-width: 1400px) {
  .turning{
    padding:1.2rem 1.6rem;
  }
}
@media (max-width: 1200px) {
  .turning{
    padding:1rem 1.4rem;
  }
}
@media (max-width: 768px) {
  .turning{
    padding:.8rem 1.2rem;
    margin-bottom: 1.2rem;
  }
}
.turning span{
  font-family: 'AlibabaPuHuiTi-2-55-Regular';
  font-size: 20px;
	font-style: normal;
	font-weight: 800;
	line-height: 1.8;
	letter-spacing: 0.3px;
  color: #303133;
}
@media (max-width: 1400px) {
  .turning span{
    font-size: 18px;
  }
}
@media (max-width: 1200px) {
  .turning span{
    font-size: 16px;
  }
}
@media (max-width: 768px) {
  .turning span{
    font-size: 15px;
  }
}
.turning a{
  font-size: 16px;
  font-weight: 400;
  line-height: 1.4;
  color: rgba(48, 49, 51, 1);
}
.turning a:hover{
  color:#F35800;
}
.turning em{
  margin-top:.5rem;
  color: #909399;
	font-size: 15px;
	font-style: normal;
	font-weight: 400;
	line-height: 145%;
	letter-spacing: 0.3px;
}
@media (max-width: 1400px) {
  .turning em{
    margin-top:.2rem;
    font-size:13px;
    line-height:1.3;
  }
}
@media (max-width: 768px) {
  .turning-return{
    margin-bottom: .6rem;
  }
}
.turning-return a{
  width: 100%;
  height: 42px;
  line-height: 42px;
  background: #2C333E;
  text-align: center;
  font-size: 18px;
  color: #fff;
  display: block;
}
@media (max-width: 1400px) {
  .turning-return a{
    font-size: 16px;
    height:auto;
    line-height:1.5;
    padding:.8rem 0;
  }
}
@media (max-width: 768px) {
  .turning-return a{
    font-size:14px;
    line-height:1.4;
    padding:.6rem 0;
  }
}
.turning-box{
  overflow: hidden;
  width: 100%;
  margin-top:1rem;
}
.turning-box .news-box span{
  margin-top:4px;
  font-size:14px;
  font-weight: normal;
}
.turning-box .news-box b{
  margin-top:10px;
}
.turning-box .news-box p{
  margin-top:4px;
  font-size:14px;
  line-height:1.4;
}


#react{
  animation: rotate 6s linear infinite;
  -webkit-animation: rotate 6s linear infinite;
}
@keyframes rotate {
	0% {
		transform: rotate(0deg);
		-webkit-transform: rotate(0deg);
		-moz-transform: rotate(0deg);
		-ms-transform: rotate(0deg);
		-o-transform: rotate(0deg);
  }
	50% {
		transform: rotate(180deg);
		-webkit-transform: rotate(180deg);
		-moz-transform: rotate(180deg);
		-ms-transform: rotate(180deg);
		-o-transform: rotate(180deg);
  }
	100% {
		transform: rotate(360deg);
		-webkit-transform: rotate(360deg);
		-moz-transform: rotate(360deg);
		-ms-transform: rotate(360deg);
		-o-transform: rotate(360deg);
  }
}

#bird{
  animation: bird 3s linear infinite;
  -webkit-animation: bird 3s linear infinite;
}
@keyframes bird {
	0% {
		transform: rotate(0deg);
		-webkit-transform: rotate(0deg);
		-moz-transform: rotate(0deg);
		-ms-transform: rotate(0deg);
		-o-transform: rotate(0deg);
  }
	50% {
		transform: rotate(15deg);
		-webkit-transform: rotate(15deg);
		-moz-transform: rotate(15deg);
		-ms-transform: rotate(15deg);
		-o-transform: rotate(15deg);
}
	100% {
		transform: rotate(0deg);
		-webkit-transform: rotate(0deg);
		-moz-transform: rotate(0deg);
		-ms-transform: rotate(0deg);
		-o-transform: rotate(0deg);
}
}

#plane{
  animation: plane 3s linear infinite;
  -webkit-animation: plane 3s linear infinite;
}
@keyframes plane {
	0% {
		transform: translateX(0px) translateY(0px);
		-webkit-transform: translateX(0px) translateY(0px);
		-moz-transform: translateX(0px) translateY(0px);
		-ms-transform: translateX(0px) translateY(0px);
		-o-transform: translateX(0px) translateY(0px);
}
	50% {
		transform: translateX(10px) translateY(-10px);
		-webkit-transform: translateX(10px) translateY(-10px);
		-moz-transform: translateX(10px) translateY(-10px);
		-ms-transform: translateX(10px) translateY(-10px);
		-o-transform: translateX(10px) translateY(-10px);
}
	100% {
		transform: translateX(0px) translateY(0);
		-webkit-transform: translateX(0px) translateY(0);
		-moz-transform: translateX(0px) translateY(0);
		-ms-transform: translateX(0px) translateY(0);
		-o-transform: translateX(0px) translateY(0);
}
}

.contact-pic img{
  animation: location 2s linear infinite;
  -webkit-animation: location 2s linear infinite;
}
@keyframes location {
	0% {
		transform: translateY(0px) ;
		-webkit-transform: translateY(0px) ;
		-moz-transform: translateY(0px) ;
		-ms-transform: translateY(0px) ;
		-o-transform: translateY(0px) ;
}
	50% {
		transform: translateY(4px) ;
		-webkit-transform: translateY(4px) ;
		-moz-transform: translateY(4px) ;
		-ms-transform: translateY(4px) ;
		-o-transform: translateY(4px) ;
}
	100% {
		transform: translateY(0px) ;
		-webkit-transform: translateY(0px) ;
		-moz-transform: translateY(0px) ;
		-ms-transform: translateY(0px) ;
		-o-transform: translateY(0px) ;
}
}

.turning .hot-name{
    font-size:24px;
}
@media (max-width: 768px) {
    .turning .hot-name{
    font-size:20px;
}
}
.contact-box p.contact_add{
  font-size:16px;
  max-width:300px;
}