@charset "UTF-8";

/**
 * 
 * @authors Your Name (you@example.org)
 * @date    2017-10-18 08:57:34
 * @version $Id$
 */
@font-face {
  font-family: 'HEITI';
  src: url('https://ziti.sxdcwl.com.cn/mxfj/AdobeHeitiStd-Regular.woff.ttf') format('opentype');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'MiSansBold';
  src: url('https://ziti.sxdcwl.com.cn/mxfj/MiSans-Bold.ttf') format('opentype');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'MiSansN';
  src: url('https://ziti.sxdcwl.com.cn/mxfj/MiSans-Normal.ttf') format('opentype');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'MiSansDem';
  src: url('https://ziti.sxdcwl.com.cn/mxfj/MiSans-Demibold.ttf') format('opentype');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'PingFangBold';
  src: url('https://ziti.sxdcwl.com.cn/mxfj/MiSans-Demibold.ttf') format('opentype');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}



/* header */
header {
  width: 100%;
  position: absolute;
  height: 100px;
  z-index: 999;
  width: 100%;
}

#banner{
  /* background: url("/static/index/zh-cn/img/banner.jpg") no-repeat center;
  background-size: cover; */
  height: 100vh;
  position: relative;
}

.bannerswiper-m{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.bannerswiper a{
  display: block;
  height: 100vh;
  
}

.menu{
  position: fixed;
  width: 100%;
  height:100vh;
  overflow: hidden;
  z-index: 99;
  left:100%;
  top: 0;
  background: url("/static/index/zh-cn/img/menu-bg.png") no-repeat center;
  background-size: 100%;
  transition: all 0.4s;
}
.menu.on{
  left:0;
}
.on-menu{
  height: 100vh;
  overflow: hidden;
}

.menu-ul{
  position: absolute;
  left: 12%;
  top: 25%;
}
.menu-ul li a{
  font-size: 30px;
  color: #1a1a1a;
  display: flex;
  align-items: center;
  font-family: 'HEITI';
}
.menu-ul li a span{
  margin-right: 20px;
}
.menu-ul li>a img{
  opacity: 0;
}
.menu-ul li{
  margin-bottom: 30px;
  /* position: relative; */
  width: 100%;
}
.menu-sub{
  position: absolute;
  right:-500px;
  top: 0;
  display: none;
  width: 400px;
}
.menu-sub  dl dd a{
  font-size: 22px;
  color: #666666;
  font-family: 'HEITI';
  display: block;
  margin-bottom:15px;
}
.menu-ul li.on>a img{
  opacity: 1;
}
.menu-ul li.on>a {
  color: #bc0707;
}
.headtop {
  width: 100%;
  overflow: hidden;
  background-color: #126c38;
}

.topmain {
  display: flex;
  height: 60px;
  align-items: center;
  justify-content: flex-end;
  color: #fff;
}

.topmain p {
  margin-left: 10px;
  margin-right: 28px;
}

.header-main {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 100px;
}

.logo {}

.nav-ul {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

.head-r {
  display: flex;
  align-items: center;
  color: #333333;
}

.head-lang {
  display: flex;
}
.head-ritem{
  display: flex;
  align-items: center;
  margin-left: 30px;
  font-family: 'MiSansN';
}
.head-ritem img{
  margin-right: 10px;
}
.head-menu{
  cursor: pointer;
  text-transform: uppercase;
}
.nav-ul {
  margin-right: 35px;
}

.nav-ul li>a {
  display: block;
  font-size: 18px;
  line-height: 58px;
  text-align: center;
  color: #fff;
  position: relative;
  transition: all 0.3s;
  text-transform: uppercase;
  padding: 0 35px;
}

.nav-ul li:hover>a,
.nav-ul li.nav-active a {
  color: #e66621;
}

.headbom {
  position: relative;
  z-index: 999;
  padding: 0 60px;
}

.nav-ul li:hover>a::after {
  opacity: 1;
}

.nav-ul li.nav-active a::after {
  opacity: 1;
}

.nav-ul li {
  position: relative;
}

.nav-sub {
  position: absolute;
  top: 58px;
  z-index: 99;
  width: 100%;
  display: none;
}

.nav-sub dl dd {
  background: #e66621;
  width: 100%;
  height: 35px;
  line-height: 35px;
  text-align: center;
  margin-bottom: 2px;
}

.nav-sub dl dd a {
  color: #fff;
}

.nav-sub dl dd:hover {
  background: #e66621;
}

.head-lang-box {
  display: flex;
  width: 180px;
  justify-content: center;
  align-items: center;
  border-left: 1px solid rgba(255, 255, 255, 0.5);
  border-right: 1px solid rgba(255, 255, 255, 0.5);
  height: 100px;
  position: relative;
}

.head-on .head-lang-box,
.newsdetail-head .head-lang-box {
  border-left: 1px solid #ededed;
  border-right: 1px solid #ededed;
}

.lang-sub {
  position: absolute;
  background: #fff;
  top: 100px;
  width: 100%;
  display: none;
}

.lang-sub a {
  display: block;
  line-height: 64px;
  height: 64px;
  text-align: center;
  border-bottom: 1px solid #d5d5d5;
}

.lang-sub a:last-child {
  border-bottom: none;
}

.lang-sub a:hover {
  color: #e66621;
}

.head-lang-box>img {
  width: 22px;
}

.head-langimg {
  margin-right: 28px;
}

.head-langtxt img {
  display: block;
  margin-left: 12px;
  width: 13px;
  height: 8px;
}

.head-langtxt {
  font-size: 18px;
  color: #fff;
  display: flex;
  align-items: center;
}

.head-langimg img:last-child {
  display: none;
}

.head-sou img:last-child {
  display: none;
}

.head-langtxt img:last-child {
  display: none;
}

.head-sou {
  display: flex;
  justify-content: center;
  align-items: center;
  padding-left: 60px;
}

.head-soum {
  position: absolute;
  top: 100px;
  left: 0;
  width: 100%;
  background: #fff;
  z-index: 999;
  height: 100px;
  display: none;
}

.head-soum-flex {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 20px;
}

.head-soum form {
  width: 41%;
  display: flex;
  position: relative;
  height: 46px;
  line-height: 46px;
}

.head-soum input {
  border: none;
  border-bottom: 1px solid #4e4e4e;
  width: 100%;
}

.head-soum button {
  border: none;
  background: none;
  position: absolute;
  right: 0;
}


.head-on,
.newsdetail-head {
  background: #fff;
}

.head-on .nav-ul li>a,
.newsdetail-head .nav-ul li>a {
  color: #333333;
}

.head-on .nav-ul li:hover a,
.head-on .nav-ul li.nav-active a {
  color: #e66621;
}

.newsdetail-head .nav-ul li:hover a,
.newsdetail-head .nav-ul li.nav-active a {
  color: #e66621;
}

.head-on .head-langtxt,
.newsdetail-head .head-langtxt {
  color: #333333;
}

.head-on .head-langimg img:last-child,
.newsdetail-head .head-langimg img:last-child {
  display: block;
}

.head-on .head-langimg img:first-child,
.newsdetail-head .head-langimg img:first-child {
  display: none;
}

.head-on .head-sou img:last-child,
.newsdetail-head .head-sou img:last-child {
  display: block;
}

.head-on .head-sou img:first-child,
.newsdetail-head .head-sou img:first-child {
  display: none;
}

.head-on .head-langtxt img:last-child,
.newsdetail-head .head-langtxt img:last-child {
  display: block;
}

.head-on .head-sou img:first-child,
.newsdetail-head .head-sou img:first-child {
  display: none;
}

.head-on .logo img:last-child,
.newsdetail-head .logo img:last-child {
  display: block;
}

.head-on .logo img:first-child,
.newsdetail-head .logo img:first-child {
  display: none;
}

.head-on,
.newsdetail-head {
  border-bottom: none;
}

.head-on .head-langtxt .lan-arrow-white {
  display: none !important;
}

.newsdetail-head .head-langtxt .lan-arrow-white {
  display: none !important;
}

@media (max-width: 1600px) {
  .nav-ul li>a {
    padding: 0 15px;
  }
}

@media (max-width: 1400px) {
  .nav-ul li>a {
    padding: 0 10px;
    font-size: 16px;
  }
}

@media (max-width: 1200px) {
  .nav-ul li>a {
    padding: 0 5px;
  }

  .hotline-wrap p {
    margin-left: 8px;
  }
}

@media (max-width: 991px) {
  .nav-ul {
    display: none;
  }

  .hotline-wrap {
    display: none;
  }

  .header-main {
    height: 70px;
    border: none;
  }

  .head-lang {
    display: none;
  }



  .logo img {
    width: 100%;
  }

  .headbom {
    height: 0;
  }

  .topmain img {
    display: none;
  }

  .topmain p {
    display: none;
  }

  .topmain {
    height: 70px;
  }

  .logo {
    width: 150px;
    top:-30px;
  }

  header {
    height: 70px;
    position: relative;
  }

  .headbom {
    padding: 0 30px;
  }
}

@media (max-width: 500px) {
  .headbom {
    padding: 0 15px;
  }
}

/* banner */
.banner-btn .container {
  position: relative;
}

.banner-btn {
  position: relative;
  top: -110px;
}

.banner-swiper .swiper-button-next {
  width: 60px;
  height: 60px;
  background: rgba(255, 255, 255, 0.3);
  background: url('/static/index/zh-cn/img/banner-next.png') no-repeat center;
  border: 2px solid #fff;
}

.banner-swiper .swiper-button-prev {
  width: 60px;
  height: 60px;
  background: rgba(255, 255, 255, 0.3);
  background: url('/static/index/zh-cn/img/banner-prev.png') no-repeat center;
  border: 2px solid #fff;
  left: auto;
  right: 68px;
}

/* 底部 */
#footer {
  width: 100%;
  padding-top: 70px;
  padding-bottom: 20px;
  background: #f6f6f6;
  overflow: hidden;
}

.footer-top {
  display: flex;
  justify-content: space-between;
  padding: 0 60px;
  overflow: hidden;
}

.footer-topl {
  width: 20%;
}

.footer-topr {
  width:50%;
  display: flex;
  justify-content: space-between;
}

.footer-navul {
  display: flex;
  justify-content: space-between;
}

.footer-copy {
  display: flex;
  padding-top: 20px;
  border-top: 2px solid #ffbfbf;
  justify-content: space-between;
  margin-top: 60px;
  font-size: 16px;
  color: #888888;
  font-family: 'MiSansN';
}
.copy-box{
  padding: 0 60px;
  display: flex;
  justify-content: space-between;
  width: 100%;
}
.copy-l img{
  margin: 0 3px;
}
.footer-topltxt {
  margin-top: 20px;
  line-height: 35px;
}

.footer-navul li>a {
  font-size: 26px;
  color: #333333;
  font-family: 'SanRegular';
}

.footer-lastrowtxt {
  font-family: 'SanRegular';
  font-size: 18px;
}
.footer-telrow h3{
  font-size: 16px;
   color:#888888;
}
.footer-telrow{
  font-family: 'HEITI';
}

.footer-telrow h4{
  font-size: 22px;
  color: #e50012;
  margin-top: 10px;
  font-weight: bold;
}
.footer-telrow{
  margin-bottom: 21px;
}
.footer-add{
  color: #888888;
}
.footer-add h3{
  margin-bottom: 10px;
}
.footer-add ul li{
  margin-bottom:28px;
}
.footer-navul li dl dd {
  line-height: 35px;
  display: flex;
}

.footer-navul li dl dd .footerdd-img {
  text-align: center;
  width: 22px;
  margin-right: 12px;
}

.footer-navul li dl dd.last-dd {
  padding-left: 35px;
}

.footcode {
  color: #fff;
}




.footer-navul li dl dd a {
  color: #333333;
  font-size:16px;
  font-family: 'HEITI';
}

.footer-nav-t {
  color: #fff;
}

.footer-contact dl dd a {
  display: block;
}

.footer-contact-icon {
  padding-right: 12px;
}

.footer-nav-line span {
  display: block;
  width: 186px;
  height: 10px;
}

.footer-nl-l {
  background: #e60012;
  margin-right: 5px;
}

.footer-nl-r {
  background: #1d2088;
}

.footer-nav-line {
  display: flex;
  margin: 14px 0 8px;
}

.footer-nav-since {
  display: flex;
  align-items: center;
}

.since-line {
  width: 125px;
  height: 1px;
  background: #b5b5b5;
}

.footer-nav-since span {
  display: block;
  color: #b5b5b5;
  padding: 0 10px;
}

.footer-nav-logo {
  display: flex;
  align-items: center;
  margin-top: 20px;
}

.footer-nav-logol {
  margin-right: 30px;
}

.footer-lastrow {
  display: flex;
  margin-bottom: 30px;
}

.footer-lastrowimg {
  width: 48px;
  height: 48px;
  border: 1px solid #ffffff;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 30px;
}

.footer-last {
  margin-top: 55px;
}

.footer-lastrowtxt {
  color: #fff;
}

.footer-logo {
  margin-bottom: 26px;
}

@media (max-width: 1400px) {
  .footer-topr {
    width: 70%;
  }
}

@media (max-width: 991px) {
  .footer-topl {
    width: 100%;
  }
  .footer-top{
    display: block;
  }
  .footer-topr {
    width: 100%;
  }

  .footer-copy {
    display: block;
    text-align: center;
    padding-top: 20px;
    margin-top: 0px;
    font-size: 16px;
  }

  .footcode {
    display: none;
  }

  .footer-logobox {
    display: none;
  }

  #footer {
    padding-top: 50px;
  }

  .footer-copy {
    margin-top: 50px;
  }

  .footer-navul li>a {
    font-size: 20px;
  }

  .footer-navul li dl dd a {
    font-size: 16px;
  }

  .footer-navul li dl {
    margin-top: 20px;
  }

  .footer-last {
    margin-top: 20px;
  }

  .footer-lastrowtxt {
    font-size: 16px;
  }

  .footer-lastrow {
    font-size: 16px;
  }

  .banner-swiper .swiper-button-prev {
    width: 40px;
    height: 40px;
    top: 20px;
  }

  .banner-swiper .swiper-button-next {
    width: 40px;
    height: 40px;
    top: 20px;
  }

  .banner-btn {
    top: -45px;
  }
}

@media (max-width: 600px) {
  .footer-contact {
    width: 100% !important;
  }

  .footer-navul {
    flex-wrap: wrap;
  }

  .footer-navul li {
    margin-bottom: 20px;
  }


  .footer-navul li dl dd {
    line-height: 28px;
  }

  .footer-navul li dl {
    margin-top: 15px;
  }

  #footer {
    padding-top: 30px;
    padding-bottom: 20px;
  }

  .footer-copy {
    display: block;
    text-align: center;
    line-height: 30px;
  }

  .footer-copy {
    font-size: 14px;
  }

  .footer-navul li dl dd a {
    font-size: 14px;
  }

  .footer-navul li>a {
    font-size: 16px;
  }

  .footer-lastrowtxt {
    font-size: 14px;
  }

  .footer-copy {
    margin-top: 0;
  }
}

@media (max-width: 500px) {
  .footer-navul li {
    width: auto;
  }
}




.hpro{
  padding: 0 60px;
  overflow: hidden;
  position: absolute;
  z-index: 99;
  width: 100%;
  bottom: 84px;
}
/* .hpro-box{
  margin-top:42vh;
} */

.hpro-top{
  /* height: 380px; */
}
.hpro-top ul li a{
  display: flex;
  background: #fff;
  padding: 10px;
}
.hpro-topl{
  width: 50%;
  padding: 40px;
}
.hpro-topr{
  width: 50%;
}
.hpro-topl h3{
  font-size: 36px;
  font-family: 'HEITI';
  color: #1a1a1a;
  padding: 15px 0 20px;
}
.hpro-topl h4{
  font-size: 16px;
  color: #666666;
  font-family: 'HEITI';
  line-height: 32px;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;

}
.hpro-more{
  width: 124px;
  height: 40px;
  border: 2px solid #e50012;
  border-radius: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 25px;
  font-size: 15px;
  color: #e50012;
  font-family: 'HEITI';
}
.hpro-more span{
  margin-right: 5px;
}
.hpro-cate{
  overflow: hidden;
  width: 100%;
  margin-top: 30px;
}

.hpro-cateswiper .swiper-slide a{
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 80px;
  position: relative;
}
.hpro-cateswiper .swiper-slide a .hpro-icon{
  margin-right: 15px;
}
.hpro-cateswiper .swiper-slide a span{
  font-size: 18px;
  font-family: 'MiSansN';
  color: #1a1a1a;
}
.hpro-cateswiper .swiper-slide a::after{
  position: absolute;
  content: "";
  border-left: 15px solid transparent;
  border-right: 15px solid transparent;
  border-bottom: 15px solid #fff;
  top:-15px;
  display: none;
}
.hpro-cateswiper{
  padding-top:15px;
}

.hpro-cateswiper .swiper-slide.on a::after{
  display: block;
}
.hpro-top ul{
  position: relative;
  height:60vh;
  /* background: red; */
}
.hpro-top ul li{
  opacity: 0;
  position: absolute;
  bottom: 0;
  transition: all 0.4s;
}
.hpro-top ul li.on{
  opacity: 1;
  z-index: 9999;
}

@media(max-width:1700px){
  .hpro-topl{
    padding: 20px;
  }
  .menu{
    background-size: cover;
  } 
  


}

@media(max-width:1600px){
  .hpro-topl h3 {
    font-size: 24px;
    padding: 15px 0 10px;
  }
  .hpro-box{
    margin-top: 55vh;
  }
}

@media(max-width:1400px){
  .hpro-topl h4{
    line-height: 26px;
  }
}

@media(max-width:1200px){
  .hpro-top ul li a{
    display: flex;
    flex-wrap: wrap;
  }
  .hpro-topl{
    width: 100%;
  }
  .hpro-topr{
    width: 100%;
  }
  .hpro-box{
    margin-top: 20vh;
  }
  .footer-topl{
    width: 28%;
  }


}

@media(max-width:991px){
  .hpro-topl{
    width: 100%;
  }
  .hpro-topr{
    width: 100%;
  }
  .hpro-box{
    margin-top:30px;
  }
  .hpro{
    padding: 0 15px;
  }
  .footer-topl{
    width: 100%;
    margin-bottom: 20px;
  }
  .footer-code{
    display:none;
  }
  .copy-box{
    flex-wrap: wrap;
    justify-content: center;
  }
  .footer-top{
    padding: 0 30px;
  }
  
}
@media(max-width:600px){
  .footer-topr{
    display: block;
  }
  .footer-telrow {
    margin-bottom: 15px;
  }
  .footer-add ul li{
    margin-bottom: 15px;
  }
  .menu-ul li a{
    font-size: 24px;
  }
  .menu-ul li{
    margin-bottom: 20px;
  }
  .menu-sub{
    right: -300px;
  }
}




/*内页*/
.in-head{
  position: relative;
}
.inside{
  background: #f6f6f6;
}
.ib-txt{
  position: sticky;
  top: 0px;
  /* height: 380px; */
  z-index: 99;
  padding: 200px 0 80px;
}
.ib-txt h3{
  font-size: 20px;
  color: #e50012;
  font-family: 'HEITI';
  transition: all 0.4s;
}
.ib-txt h4{
  font-size: 48px;
  color: #1a1a1a;
  font-family: 'HEITI';
  margin-top: 20px;
  transition: all 0.4s;
}
.white{
  color: #fff !important;
}
.inside-banner{
  position: relative;
}
.ib-scroll-txt{
  position: absolute;
  width: 100%;
  top: auto;
  bottom: 150px;
  opacity: 0;
}
.fadeShow{
  opacity: 1;
  z-index: 99;
}
.hideShow{
  opacity: 0;
  z-index: -1;
}


@media(max-width:1400px){
  .ib-scroll-txt{
    bottom:50px;
  }
}

@media(max-width:991px){
  .ib-scroll-txt{
    bottom: 50px;
  }
  .ib-txt h4{
    font-size: 32px;
    margin-top: 10px;
  }
  .ib-txt{
    padding: 100px 0 40px;
  }
}

@media(max-width:600px){
  .ib-scroll-txt{
    bottom:70px;
  }
  .ib-txt h4{
    font-size: 28px;
    margin-top: 8px;
  }
  .ib-txt{
    padding:80px 0 40px;
  }
}
.about{
  background: #fff;
  padding: 50px 0 130px;
}
.about-nav ul{
  display: flex;
  background: #f5f5f5;
  border-radius: 50px;
  width: 42%;
  align-items: center;
  padding: 8px;
  margin: 0 auto;
  justify-content: center;
}
.about-nav a{
  display: block;
  height: 100%;
  border-radius: 50px;
  overflow: hidden;
  cursor: pointer;
  font-family: 'MiSansN';
}
.about-nav ul li{
  width: 24%;
  height: 54px;
  line-height: 54px;
  text-align: center;
}
.about-nav ul li.on a{
  background: #e50012;
  color: #fff;
}
.about-top{
  margin-top: 80px;
}
.about-topm{
  display: flex;
  margin-top: 40px;
  font-size: 18px;
  font-family: 'MiSansN';
  color: #333333;
  line-height: 35px;
}
.about-topl{
  width: 50%;
  padding-right: 50px;
}
.about-topr{
  width: 50%;
  padding-left: 50px;
}
.about-top h3{
  font-size: 42px;
  color: #e50012;
  font-family: 'PingFangBold';
}
.about-topltxt p{
  margin-bottom: 10px;
}
.about-num ul{
  display: flex;
  justify-content: space-between;
}
.about-num ul li{
  width: 15.4%;
  border-top: 1px solid #e1e1e1;
}
.about-num ul li h3{
  color: #1a1a1a;
  font-family: 'HEITI';
  padding: 25px 0;
}
.about-num{
  margin-top: 110px;
}

.num-m{
  display: flex;
  color: #e50012;
  align-items: flex-start;
}
.num-m span{
  font-size: 60px;
  font-family: 'MiSansBold';
  line-height: 50px;
  margin-right: 10px;
}
.about-bot{
  margin-top: 120px;
}

.about-botswiper .swiper-pagination-bullet {
  width: 9px;
  height: 9px;
  border-radius: 50px;
  opacity: 1;
  background-color: #f8f7f6 !important;
  position: relative;
  opacity: 1;
  box-sizing: content-box;
  position: relative;
  margin: 0 20px;
}

.about-botswiper .swiper-pagination-bullet::after{
  content: "";
  width: 20px;
  height: 20px;
  border: 1px solid #e50012;
  position: absolute;
  border-radius: 50%;
  left: 50%;
  top: 50%;
  transform: translate(-50%,-50%);
  display: none;
}

.about-botswiper .swiper-pagination-bullet-active {
  background-color: #e50012 !important;
  border-radius: 50px;
}
.about-botswiper .swiper-pagination-bullet-active::after{
  display: block;
}

.about-botswiper > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 10px;
}

.about-botswiper> .swiper-pagination-bullets {
  bottom: 48px;
}
.about-bot .swiper-button-prev{
  width:50px;
  height: 50px;
  border-radius:50px;
  left: 4%;
  background:rgba(255,255,255,.3) url("../img/about-prev.png") no-repeat center;
}
.about-bot .swiper-button-next{
  width:50px;
  height: 50px;
  right: 4%;
  border-radius:50px;
  background:rgba(255,255,255,.3) url("../img/about-next.png") no-repeat center;
}
.about-bot .swiper-button-prev:hover{
  background:#e50012 url("../img/about-prev.png") no-repeat center;
}
.about-bot .swiper-button-next:hover{
  background:#e50012 url("../img/about-next.png") no-repeat center;
}
@media(max-width:1400px){
  .about-topl{
    padding-right: 20px;
  }
  .about-topr{
    padding-left: 20px;
  }
}

@media(max-width:1200px){
  .about-topl{
    padding-right: 0px;
    width: 100%;
  }
  .about-topr{
    padding-left: 0px;
    width: 100%;
    margin-top: 20px;
  }
  .about-topm{
    display: block;
  }
 
}
@media(max-width:991px){
  .about-nav ul{
    width:80%
  }
  .about-num ul{
    flex-wrap: wrap;
  }
  .about-num ul li{
    width: 48%;
    margin-bottom: 30px;
  }
  .num-m span{
    font-size: 40px;
  }
  .about{
    padding: 40px 0 40px;
  }
  .about-num{
    margin-top: 50px;
  }
  .about-bot{
    margin-top: 40px;
  }
}
@media(max-width:600px){
  .about-nav ul{
    width:100%
  }
  
}

.inside-com{
  background: #fff;
  padding: 50px 0 110px;
}
.equ-box{
  margin-top: 100px;
}

.equ-box ul li h3{
  color: #1a1a1a;
  
  padding: 30px 0 60px;
  text-align: center;
}
.in-more a{
  width: 164px;
  height: 50px;
  border: 2px solid #e50012;
  border-radius: 50px;
  display: block;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #e50012;
  font-family: 'HEITI';
  margin: 0 auto;
}
.org-img img{
  max-width: 100%;
}
@media(max-width:991px){
  .equ-box{
    margin-top: 40px;
  }
  .inside-com{
    padding: 40px 0 40px;
  }
}

.video-box{
  margin-top: 80px;
}
.video-box h3{
  font-size: 32px;
  text-align: center;
  margin-bottom: 40px;
}
.video-icon{
  position: absolute;
  top: 0;
  background: rgba(0, 0,0, 0.3);
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
.video-top{
  position: relative;
  overflow: hidden;
  border-radius: 10px;
}
.video-bot{
  margin-top: 90px;
}
.video-bot ul li .scale-img{
  position: relative;
}
.video-bot ul li .video-icon img{
  width: 60px;
}
.video-bot ul li h5{
  font-family: 'HEITI';
  text-align: center;
  margin-top: 30px;
}
@media(max-width:991px){
  .video-box{
    margin-top: 40px;
  }
  .video-bot{
    margin-top: 50px;
  }
  .video-bot ul li h5{
    margin-bottom: 30px;
  }
  .video-bot ul li:last-child h5{
    margin-bottom:0px;
  }
  .equ-box ul li h3{
    padding:20px 0;
  }
}
.corein{
  background: #fff;
  padding:130px 0 20px; 
}
.corein-box a{
  display: block;
  border-radius: 10px;
  overflow: hidden;
  position: relative;
}
.corein-txt{
  position: absolute;
  width: 550px;
  background: rgba(255, 255, 255, 0.3);
  top: 50%;
  transform: translateY(-50%);
  right:80px;
  z-index: 99;
  color: #fff;
  padding: 90px 70px;
  border-radius: 10px;
  overflow: hidden;
}
.corein-txt h3{
  font-size: 28px;
  font-family: 'MiSansDem';
}
.corein-txt h4{
  margin-top: 50px;
  font-family: 'MiSansN';
  line-height: 35px;
}
.corein-txt span{
  width: 149px;
  height: 50px;
  border: 2px solid #fff;
  border-radius: 50px;
  margin-top: 40px;
  display: flex;
  align-items: center;
  justify-content:  center;
}
.corein-boxtwo .corein-txt{
  left: 80px;
}
.corein-box ul li{
  margin-bottom: 90px;
}

@media(max-width:1400px){
  .corein-txt{
    width: 50%;
    padding: 50px;
  }
}
@media(max-width:1200px){
  .corein-txt{
    width: 60%;
    padding: 50px;
  }
  .corein-txt h4{
    margin-top: 15px;
  }
  .corein-txt span{
    margin-top: 20px;
  }
}

@media(max-width:991px){
  .corein-txt h4{
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
  }
  .corein-txt{
    width: 100%;
    padding: 15px;
    left: 0 !important;
    right: 0 !important;
  }
  .corein-box ul li .scale-img img{
    height: 400px;
    position: relative;
    width: auto;
    left: 50%;
    transform: translateX(-50%);
  }
  .corein{
    padding: 50px 0 20px;
  }
  .corein-box ul li{
    margin-bottom: 40px;
  }
}
.pro-cnav{
  position: absolute;
  bottom: 70px;
  width: 100%;
}
.pro-cnavswiper .swiper-slide a{
  display: flex;
  background: #fff;
  justify-content: center;
  align-items: center;
  height: 80px;
  font-size: 18px;
  font-family: 'MiSansN';
  color: #1a1a1a;
}
.procate-icon{
  margin-right: 20px;
}
.pro-cnavswiper .swiper-slide:hover a{
  background: #e50012;
  color: #fff;
}
.pro-cnavswiper .swiper-slide:hover a .procate-icon{
  filter: grayscale(100%) brightness(500%)
}

.pro-cnavswiper .swiper-slide.on a{
 background: #e50012;
  color: #fff;
}
.pro-cnavswiper .swiper-slide.on a .procate-icon{
  filter: grayscale(100%) brightness(500%)
}
.pro-nav ul{
  background: #fff;
}
.pro{
  padding: 50px 0 110px;
}


.pro-nav{

  background: #ffffff;
  border-radius: 50px;
  width: 80%;
  align-items: center;
  padding: 8px;
  margin: 0 auto;
  justify-content: center;
}
.pro-navswiper a{
  display: block;
  height: 100%;
  border-radius: 50px;
  overflow: hidden;
  cursor: pointer;
  font-family: 'MiSansN';
  text-align: center;
  height: 54px;
  line-height: 54px;
  border-radius: 27px;
}

.pro-navswiper a:hover {
color: #fff;
background: red;
}

.pro-navswiper .swiper-slide.on a{
  background: #e50012;
  color: #fff;
}

.pro-m{
  margin-top: 70px;
}
.pro-mtxt{
  background: #fff;
  border-top: 1px solid #efefef;
  display: flex;
  height: 80px;
  align-items: center;
  justify-content: space-between;
  padding: 0 30px;
}
.pro-m ul li{
  margin-bottom: 14px;
}
.pro{
  background: #f9f9f9;
}
.pro-more{
  margin-top: 60px;
}
.pro-m ul li .scale-img{
  background: #fff;
}
.pro-mtxt h3{
  overflow: hidden;
  white-space: nowrap; 
  text-overflow: ellipsis; 
}

@media(max-width:1400px){
  .pro-cnav{
    bottom: 0;
  }
}

@media(max-width:991px){
  .inside-banner>img{
    height: 350px;
    width: auto;
    position: relative;
    left: 50%;
    transform: translateX(-50%);
  }
  .pro{
    padding: 50px 0;
  }
}

.prod{
  background: #f6f6f6;
}
.prod-navm{
  display: flex;
  justify-content: space-between;
  padding: 40px 0 30px;
  border-bottom: 1px solid #e1e1e1;
}
.prod-nav{
  position: sticky;
  top: 0;
  background: #f6f6f6;
  z-index: 9;
}
.prod-navm a{
  font-family: 'MiSansN';
  color: #333333;
}

.prod-navr{
  font-family: 'MiSansN';
  color: #333333;
}
.prod-top{
  background: #f6f6f6;
  padding: 80px 0;
}
.prod-topm{
  display: flex;
  justify-content: space-between;
  overflow: hidden;
}
.prod-tl{
  width: 50%;
}
.prod-tr{
  width: 50%;
  display: flex;
  justify-content: center;
}
.prod{
  background: #fff;
  padding: 80px 0 70px;
}
.prod-params{
 /* display: flex;*/
  justify-content: center;
}
.prod-navr span{
  margin: 0 5px;
}
.prod-back{
  width: 57px;
  height: 30px;
  background: #e50012;
  color: #fff;
  font-size: 14px;
  display: flex;
  border-radius: 30px;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
.prod-navr{
  display: flex;
  align-items: center;
}
.prod-tl h3{
  font-size: 32px;
  color: #e50315;
  font-family: 'MiSansDem';
}
.prod-tl h4{
  font-size: 20px;
  font-family: 'MiSansDem';
  color: #1a1a1a;
  margin-top: 30px;
  margin-bottom: 10px;
}
.prod-tl p{
  font-family: 'MiSansN';
  color: #666666;
}
.prod-llx{
  width: 320px;
  height: 54px;
  border: 2px solid #e60d1e;
  color: #e60d1e;
  border-radius: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 40px;
  font-family: 'MiSansDem';
  font-size: 18px;
}
.prod-ptitm{
  font-size: 32px;
  font-family: 'MiSansBold';
  color: #1a1a1a;
  text-align: center;
  position: relative;
}
.prod-ptit{
  border-bottom: 1px solid #f6f6f6;
  padding-bottom: 24px;
}
.prod-params{
  padding: 50px 0;
}
.prod-ptitm::after{
  position: absolute;
  content: "";
  width: 34px;
  height: 3px;
  background: #e50012;
  left: 50%;
  transform: translateX(-50%);
  bottom: -25px;
}
.prod-tj-tit{
  font-size: 32px;
  font-family: 'MiSansBold';
  color: #1a1a1a;
  text-align: center;
  position: relative;
}
.prod-tjbox{
  margin-top: 40px;
}
.prod-tjtxt{
  display: flex;
  background: #f9f9f9;
  border-top: 1px solid #efefef;
  height: 88px;
  align-items: center;
  padding: 0 30px;
  justify-content: space-between;
}
.prod-tjtxt h3{
  color: #333333;
  font-family: 'MiSansN';
}

@media(max-width:1600px){
  .prod-tr img{
    width: 80%;
  }
}
@media(max-width:1200px){
  .prod-tr img{
    width: 100%;
  }
  .prod-topm{
    display: block;
  }
  .prod-tl{
    width: 100%;
  }
  .prod-tr{
    width: 100%;
    margin-top: 30px;
  }
  .prod-params img{
    width: 100%;
  }
}
@media(max-width:991px){
  .prod-navm{
    display: block;
  }
  .prod-navr{
    margin-top:15px;
  }
  .prod-tl h3{
    font-size: 26px;
  }
  .prod{
    padding: 40px 0;
  }
}

.news{
  padding: 100px 0 70px;
  background: #fff;
}
.news-nav ul{
  display: flex;
  justify-content: center;
}

.news-nav ul li a{
  font-family: 'MiSansN';
  color: #333333;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 10px;
  border: 1px solid #878787;
  border-radius: 50px;
  width: 200px;
  height: 60px;
} 
.news-nav ul li.on a{
  background: #e50012;
  color: #fff;
  border: 1px solid #e50012;
}
.news-nav ul li:hover a{
  background: #e50012;
  color: #fff;
  border: 1px solid #e50012;
}
.news-top{
  margin-top: 100px;
}
.news-topswiper .swiper-slide a{
  display: flex;
}
.news-topl{
  width: 50%;
}
.news-topr{
  width: 50%;
  background: #f9f9f9;
  padding: 50px 70px;
}
.news-topr h3{
  width: 70px;
  height: 32px;
  background: #eeeeee;
  color:#e50012;
  border-radius: 5px;
  text-align: center;
  line-height: 32px;
  font-size: 14px;
  font-family: 'MiSansN';
}
.news-topr h4{
  font-size: 20px;
  color: #1a1a1a;
  padding: 26px 0;
}
.news-topr span{
  color: #888888;
}
.news-topr h5{
  margin-top: 35px;
  line-height: 30px;
  color: #888888;
  font-family: 'MiSansN';
}
.news-tmore{
  display: flex;
  margin-top: 100px;
  align-items: center;
}
.news-tmore img{
  width: auto;
}
.news-tmore p{
  font-size: 15px;
  color: #333333;
  margin-right: 12px;
}
.news-topswiper .swiper-pagination{
  bottom: 0;
}
.news-topswiper{
  padding-bottom: 70px;
}
.news-topswiper .swiper-pagination .swiper-pagination-bullet{
  width: 12px;
  height: 12px;
  border: 1px solid #e60618;
  opacity: 1;
  background: none;
}
.news-topswiper .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active{
  background: #e60618;
}
.news-box{
  margin-top: 110px;
  overflow: hidden;
}
.news-box ul li .scale-img{
  border-radius: 5px;
  overflow: hidden;
}
.news-box ul{
  display: flex;
  margin: 0 -50px;
  flex-wrap:wrap;
}
.news-box ul li{
  width: 33.3%;
  padding: 0 50px;
}
.news-txttit{
  display: flex;
  justify-content: space-between;
  
}
.news-txt{
  padding: 25px 0 100px;
}

.news-txttit h3{
  width: 70px;
  height: 32px;
  background: #eeeeee;
  color:#e50012;
  border-radius: 5px;
  text-align: center;
  line-height: 32px;
  font-size: 14px;
  font-family: 'MiSansN';
}
.news-txttit span{
  color: #888888;
}
.news-txt h4{
  font-size: 18px;
  margin-top: 20px;
  font-family: 'MiSansN';
}

@media(max-width:1600px){
  .news-topr h5{
    margin-top: 10px;
  }
  .news-tmore{
    margin-top: 30px;
  }
}

@media(max-width:1400px){
  .news-topr{
    padding:25px 30px
  }
  .news-box ul li{
    padding: 0 25px;
  }
  .news-box ul{
    margin: 0 -25px;
  }
  
}
@media(max-width:1200px){
  .news-topswiper .swiper-slide a{
    display: block;
  }
  .news-topl{
    width: 100%;
  }
  .news-topr{
    width: 100%;
  }
  .news-txt h4{
    overflow: hidden;
    white-space: nowrap; 
    text-overflow: ellipsis; 
  }
}

@media(max-width:991px){
  .news{
    padding: 40px 0 30px;
  }
  .news-top{
    margin-top: 40px;
  }
  .news-box ul li{
    width: 50%;
  }
  .news-nav ul li a{
    width: 120px;
  }
  .news-txt{
    padding: 25px 0 30px;
  }
}
@media(max-width:600px){
  .news-box ul li{
    width: 100%;
  }
  .news-box ul{
    margin: 0;
  }
  .news-box ul li{
    padding: 0;
  }
  
}
.newsd{
  background: #fff;
  padding: 120px 0;
}
.newsd-tit h3{
  font-size: 40px;
  color: #1a1a1a;
  font-family: 'MiSansBold';
}
.newsd-tit h4{
  color: #1a1a1a;
  font-family: 'MiSansN';
  padding: 25px 0 40px;
}
.newsd-box{
  display: flex;
  justify-content: space-between;
  overflow: hidden;
}
.newsd-l{
  width: 67%;
  border-top: 1px solid #e1e1e1;
  padding-top: 60px;
}
.newsd-r{
  width: 350px;
  background: #f6f6f6;
  padding: 40px;
  margin-top: 60px;
}
.newsd-r h3{
  font-size: 26px;
  font-family: 'MiSansDem';
  color: #1a1a1a;
}
.newsd-r ul li{
  margin-top: 35px;
}
.newsd-ltxt{
  font-family: 'MiSansN';
  color: #333333;
}
.newsd-ltxt p{
  text-indent: 2em;
  margin-top: 40px;
}
.newsd-r ul li h4{
  color: #1a1a1a;
  font-family: 'HEITI';
  margin-top: 10px;
  line-height: 24px;
}
.newsd-r ul li span{
  display: block;
  margin-top: 24px;
}

@media(max-width:1200px){
  .newsd-box{
    display: block;
  }
  .newsd-l{
    width: 100%;
  }
  .newsd-r{
    width: 100%;
  }
}

@media(max-width:991px){
  .newsd-tit h3{
    font-size: 30px;
  }
  .newsd{
    padding: 50px 0;
  }
  .newsd-r{
    padding: 15px;
  }
  .newsd-l{
    padding-top: 30px;
  }
  .newsd-ltxt p{
    margin-top: 20px;
  }
}
@media(max-width:600px){
  .head-ritem{
    margin-left:8px;
  }
}

.honor{
  background: #fff;
  padding: 90px 0;
}
.honor-tit h3{
  font-size: 42px;
  color: #e50012;
}
.honor-tit{
  text-align: center;
}
.honor-tit h4{
  margin-top: 40px;
  font-size: 18px;
  font-family: 'MiSansN';
  line-height: 32px;
  color: #333333;
  padding:0 114px;
}
.honor-swiper a .scale-img{
  display: block;
  background: #fafafa;
  padding: 30px;
}
.honor-box{
  margin-top: 120px;
  position: relative;
}
.honor-box h3{
  text-align: center;
  font-family: 'MiSansN';
  margin-top: 30px;
}

.honor-btn .swiper-button-next{
  background: url("/static/index/zh-cn/img/honor-next.png") no-repeat center;
  width: 50px;
  height: 50px;
  border-radius: 50px;
  border: 1px solid #a2a2a2;
  right: 5%;
}

.honor-btn .swiper-button-prev{
  background: url("/static/index/zh-cn/img/honor-prev.png") no-repeat center;
  width: 50px;
  height: 50px;
  border-radius: 50px;
  border: 1px solid #a2a2a2;
  left: 5%;
}


@media(max-width:1800px){
  .honor-btn .swiper-button-next{
    right: 2%;
  }
  .honor-btn .swiper-button-prev{
    left: 2%;
  }
}

@media(max-width:991px){
  .honor-tit h4{
    padding: 0;
  }
  .honor{
    padding: 40px 0;
  }
  .honor-box{
    margin-top: 30px;
  }
}

.culture{
  background: #fff;
  padding-top: 100px;
}
.culture-top{
  padding: 120px 0 90px;
  overflow: hidden;
}
.culture-top ul{
  display: flex;
}
.culture-top ul li{
  width: 33.33%;
  text-align: center;
}
.culture-ticon{
  width: 122px;
  height: 122px;
  background: #f4f4f4;
  border-radius: 122px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
  transition: all 0.4s;
}
.culture-ticon img:last-child{
  display: none;
}
.culture-top ul li h3{
  font-size: 24px;
  font-family: 'MiSansN';
  color: #000000;
  padding: 30px 0 20px;
}
.culture-top ul li:hover .culture-ticon{
  background: #e50012;
  transform: rotate(45deg);
}
.culture-top ul li:hover .culture-ticon img:last-child{
  display: block;
}
.culture-top ul li:hover .culture-ticon img:first-child{
  display: none;
}
.culture-txt p{
  font-size: 18px;
  color: #888888;
  font-family: 'MiSansN';
}

.culture-bot{
  background: url("/static/index/zh-cn/img/culture-bg.png") no-repeat top center;
  padding: 200px 0;
}
.culture-bot ul li{
  border: 1px solid #ffffff;
  width: 27%;
  display: flex;
  padding: 70px 50px;
}
.culture-bot ul{
  display: flex;
  justify-content: space-around;
}
.culture-bot ul li .culture-iconb img:last-child{
  display: none;
}
.culture-iconb{
  margin-right: 30px;
  transition: all 0.4s;
}
.culture-txtb h3{
  font-size: 24px;
  font-family: 'MiSansN';
  
}
.culture-txtb{
  color: #fff;
}
.culture-txtb h4{
  margin-top:15px;
  line-height: 24px;
  font-size: 18px;
  font-family: 'MiSansN';
}
.culture-bot ul li:hover .culture-iconb img:last-child{
  display: block;
}
.culture-bot ul li:hover .culture-iconb img:first-child{
  display: none;
}
.culture-bot ul li:hover{
  background: #ffffff;
}
.culture-bot ul li:hover .culture-txtb{
  color: #000000;
}
.culture-bot ul li:hover h3{
  color: #e50012;
}
.culture-bot ul li:hover .culture-iconb{
  transform: translateY(-15px);
}
@media(max-width:1400px){
  .culture-bot ul li{
    padding: 20px;
  }
}
@media(max-width:1200px){
  .culture-bot ul li{
    width: 32%;
  }
}
@media(max-width:991px){
  .culture-top ul{
    display: block;
  }
  .culture-top ul li{
    width: 100%;
    margin-bottom: 30px;
  }
  .culture{
    padding-top: 50px;
  }
  .culture-top{
    padding: 40px 0;
  }
  .culture-bot{
    background-size: cover;
  }
  .culture-bot ul li{
    width:100%;
    margin-bottom: 20px;
  }
  .culture-bot ul{
    display: block;
  }
  .culture-bot{
    padding: 50px 0 20px;
  }
}
.dang .news-topswiper a{
  background: #e50012;
  color: #fff;
}
.dang .news-topswiper .news-topr{
  background: #e50012;
  color: #fff !important;
}
.dang .news-topswiper .news-topr h4{
  color: #fff;
}
.dang .news-topswiper .news-topr span{
  color: #fff;
}
.dang .news-topswiper .news-topr h5{
  color: #fff;
}
.dang .news-topswiper .news-topr .news-tmore p{
  color: #fff;
}
.dang .news-topswiper .news-topr .news-tmore .news-tmoreimg{
  filter: grayscale(100%) brightness(500%);
}
.dang-box .news-txt{
  
  padding: 50px 35px 40px;
}
.dang-box ul li a{
  overflow: hidden;
  border-radius: 5px;
  background: #f7f7f7;
  display: block;
}
.dang-box ul li{
  margin-bottom: 70px;
}
.hr{
  padding: 130px 0 280px;
  background: #fff;
}
.hr-box{
  display: flex;
  position: relative;
}
.hr-r{
  background: url("/static/index/zh-cn/img/hr-img2.png") no-repeat top center;
  position: absolute;
  background-size: cover;
  height: 450px;
  right: 0;
  width: 55%;
  top: 100px;
  display: flex;
  justify-content: center;
  flex-direction: column;
  padding-left: 270px;
}
.hr-l{
  width: 55%;
  position: relative;
  z-index: 99;
}
.hr-r h3{
  font-size: 40px;
}
.hr-rtxt ul li{
  display: flex;
}
.hr-rtxt{
  margin-top: 120px;
}
.hr-rtxt ul li{
  margin-bottom: 20px;
}
.hr-img{
  padding-right: 20px;
}
.hr-r span{
  color: #e50012;
}

@media(max-width:1600px){
  .hr-r{
    padding-left: 15%;
  }
}
@media(max-width:1200px){
  .hr-box{
    display: block;
  }
  .hr-r{
    position: relative;
    width:100%;
  }
  .hr-l{
    width: 100%;
  }
  
}

@media(max-width:991px){
  .hr{
    padding:50px 0 100px;
  }
  .hr-r{
    top: 50px;
  }
}

.con-top{
  padding: 110px 0 90px;
}
.con-top ul li{
  background: #fff;
  width: 47%;
  border-radius: 10px;
  padding: 60px;
  margin-bottom: 70px;
  transition: all 0.4s;
}
.con-top ul{
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.con-top ul li h3{
  font-size: 24px;
  color: #e50012;
}
.con-ttxt dd{
  display: flex;
  margin-bottom: 15px;
}
.con-icon img:last-child{
  display: none;
}
.con-ttxt{
  margin-top: 50px;
}
.con-ttxt span{
  color: #1a1a1a;
  padding-left: 20px;
}
.con-icon{
  width: 18px;
}
.con-top ul li:hover {
  background:url("/static/index/zh-cn/img/con-top-bg.png") no-repeat top center;
  background-size: cover;
  color: #fff;
}
.con-top ul li:hover h3{
  color: #fff;
}
.con-top ul li:hover span{
  color: #fff;
}
.con-top ul li:hover .con-icon img:last-child{
  display: block;
}
.con-top ul li:hover .con-icon img:first-child{
  display: none;
}
.con-form{
  background: url("/static/index/zh-cn/img/con-bg.png") no-repeat top center;
  padding: 78px 0 68px;
  overflow: hidden;
}
.con-formbox{
  display: flex;
  justify-content: flex-end;
}
.con-formboxm{
  background: #fff;
  border-radius: 5px;
  overflow: hidden;
  width: 58%;
  padding: 60px 80px;
}
.formbox-tit h3{
  font-size: 36px;
  color: #1a1a1a;
  font-family: 'MiSansDem';
}
.formbox-c{
  margin-top: 30px;
}

.formbox-c ul{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.formbox-c ul li{
  width: 48%;
}
.formbox-c .formbox-row{
  width: 100%;
}
.formbox-c i{
  font-style: normal;
  color: #d72424;
}
.formbox-c ul li input{
  width: 100%;
  height: 50px;
  border: 1px solid #bfbfbf;
  border-radius: 5px;
  overflow: hidden;
  padding-left: 20px;
}
.formbox-c ul li{
  font-family: 'MiSansN';
  margin-bottom: 27px;
}
.formbox-c ul li input::placeholder{
  color: #cacaca;
  font-size: 14px;
}
.formbox-c ul li p{
  margin-bottom: 15px;
}
.formbox-row textarea{
  border: 1px solid #bfbfbf;
  border-radius: 5px;
  overflow: hidden;
  padding-left: 20px;
  padding-top: 15px;
  width: 100%;
}
.form-code input{
  width: 145px;
  height: 50px;
  border: 1px solid #bfbfbf;
  border-radius: 5px;
  overflow: hidden;
  padding-left: 20px;
}
.form-code input::placeholder{
  color: #cacaca;
  font-size: 14px;
  font-family: 'MiSansN';
}
.formbox-row textarea::placeholder{
  color: #cacaca;
  font-size: 14px;
}

.form-btntj{
  width: 126px;
  height:60px;
  background: #e50012;
  color: #fff;
  border-radius: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 28px;
  cursor: pointer;
}
.form-code-img{
  margin-right: 20px;
}
.form-code-img img{
  width: 100%;
  border: 1px solid #bebebe;
  border-radius: 5px;
  overflow: hidden;
}
.form-code{
  display: flex;
}
.form-btntj span{
  margin-right: 10px;
}

@media(max-width:1400px){
  .con-top ul li{
    padding: 30px;
    width: 49%;
  }
  .con-formboxm{
    padding: 30px;
    width: 60%;
  }

}

@media(max-width:1200px){
  .con-top ul li{
    padding: 30px;
    width: 100%;
    margin-bottom: 30px;
  }
  .con-top ul{
    display: block;
  }
}

@media(max-width:991px){
  .con-top{
    padding: 50px 0;
  }
  .con-top ul li h3{
    line-height: 30px;
    font-size: 20px;
  }
  .con-ttxt{
    margin-top: 30px;
  }
  .con-formboxm{
    padding: 30px;
    width: 100%;
  }
  .formbox-tit h3{
    font-size: 24px;
  }
  .con-top ul li{
    padding: 15px;
  }
}
.dev-tit h3{
  font-size: 36px;
  font-family: 'MiSansDem';
  color: #1a1a1a;
}
.dev-tit{
  margin-top: 60px;
  text-align: center;
}
.dev-tit h4{
  margin-top: 20px;
  font-size: 18px;
  color: #1a1a1a;
  font-family: 'MiSansN';
}
.dev-m{
  display: flex;
  width: 68%;
  margin:30px auto 0;
  position: relative;
}
.dev-line{
  position: relative;
  padding: 0 10px;
}

.dev-linebg{
  width: 4px;
  background: #f5f5f5;
  height: 100%;
  position: relative;
  left: 50%;
  transform: translateX(-50%);
  position: relative;
}

.dev-linebg-box{
  position: absolute;
  content: "";
  height:0px;
  width: 4px;
  top: 0;
  z-index: 66;
  background: #e50012;
  transition: all 0.4s;
}

.dev-m ul li{
  margin-top: 130px;
}
.dev-ml{
  margin-top: 300px;
  width: 50%;
}
.dev-mr{
  width: 50%;
}
.dev-m ul li h3{
  font-size: 36px;
  font-family: 'MiSansDem';
  color: #1a1a1a;
}
.dev-m ul li h4{
  font-size: 18px;
  margin: 40px 0 50px;
  line-height: 30px;
}
.dev-ml ul li{
  text-align: right;
}
@media(max-width:1200px){
  .dev-m{
    width: 100%;
  }
}
@media(max-width:991px){
  .dev-m{
    width: 100%;
  }
  .dev-mlimg img{
    width: 100%;
  }
  .dev-ml{
    width: 48%;
  }
  .dev-mr{
    width: 48%;
  }
  .dev-m ul li h4{
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 3; 
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    white-space: normal;
  }
  .dev-tit h4{
    line-height: 30px;
  }
}
@media(max-width:600px){
  .dev-m ul li h3{
    font-size: 24px;
  }
  .dev-m ul li h4{
    margin: 20px 0;
  }
  .dev-line{
    padding: 0;
  }
}


.pro .pro-navswiper .swiper-slide{
  width: auto;
}
.pro-navswiper .swiper-slide a{
  padding: 0 25px;
}
.prod-navr span:hover{
  color: #ee0e0e;
}
.prod-navr span{
  cursor: pointer;
}
.prod-navr span:last-child:hover{
  color: #fff;
}
#prodGai{
  position: relative;
}
#prodCan{
  position: relative;
}

.inside-banner{
  transform: scale(0.9);
  transition: all 0.4s;
}
.dc-mo {
    display: none;
}
@media (max-width: 991px) {
    .dc-mo {
        display: block;
    }

    .dc-pc {
        display: none;
    }
}


.menu-close{
  position: absolute;
  right: 50px;
  top: 80px;
  cursor: pointer;
}
.menu-close img{
  width: 40px;
  height: 40px;
}
@media(max-width:991px){
  .menu-close{
    right:30px;
  }
  .hpro{
    position: relative;
    height: auto;
    bottom: 0;
  }
  .hpro-top ul li{
    position: relative;
    opacity: 0;
    display: none;
    
  }
  .hpro-top ul li:first-child{
    display: block;
    opacity: 1;
  }
  .hpro-top ul li.on{
    display: block !important;
    opacity: 1 !important;
  }
  .hpro-top ul li a{
    flex-direction: column-reverse;
  }
  .hpro-cateswiper .swiper-slide a{
    display: flex;
    flex-wrap: wrap;
    text-align: center;
    align-items: center;
  }
  .hpro-cateswiper .swiper-slide a span{
    font-size: 14px;
    width: 100%;
  }
  .hpro-icon{
    height: 40px;
    /* width: 40px; */
    margin-right: 0;
    text-align: center;
  }
  .hpro-icon img{
    width: 100%;
  }
  .hpro-topl{
    padding: 20px 0;
  }
  .hpro-topl h3{
    font-size: 18px;
  }
  .hpro-topl h4{
    font-size: 14px;
  }
  .hpro-top ul{
    height: auto;
  }
  .bannerswiper-m{
    position: relative;
  }
  #banner{
    height: auto;
  }
  .dc-mo .bannerswiper .swiper-slide img{
    width: 100%;
  }
  .bannerswiper a{
    height: auto;
  }

  .about-botswiper .swiper-slide{
    position: relative;
    left: 50%;
    transform: translateX(-50%);
  }
  .about-botswiper .swiper-slide img{
    width: auto;
    height: 300px;
   
  }
  .about-botswiper .swiper-pagination{
    bottom: 10px;
  }
  .about-bot .swiper-button-prev{
    width: 30px;
    height: 30px;
  }
  .about-bot .swiper-button-next{
    width: 30px;
    height: 30px;
  }
  .hpro-topr img{
    width: auto;
    height: 300px;
  }
  .hpro-topr{
    position: relative;
    left: 50%;
    transform: translateX(-50%);
  }
  .hpro-topl img{
    display: none;
  }
}

@media (max-width: 600px) {
   .about-botswiper .swiper-slide img{
    width: auto;
    height: 200px;
    }
 .hpro-topr img{
    width: auto;
    height: 200px;
  }
  .mail{
    display: none;
     }
 .logo img {
  width: 95%;
}
  }

  /***************新增核心产业css代码*******************/
.hxcybox{
  background: #f9f9f9;
  padding: 100px 0;
}
.hxcybox .prod-tjtxt{
  background: #fff;
}
.display .swiper-slide a{
  display: block;
  background: #fff;
}
.display-tit{
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.display-tit h3{
  font-size: 32px;
  color: #1a1a1a;
}
.display-tit a{
  display: flex;
  width: 152px;
  height: 54px;
  border: 2px solid #999999;
  color: #999999;
  align-items: center;
  justify-content:  center;
  border-radius: 50px;
}
@media(max-width:991px){
  .hxcybox .prod-tjtxt h3{
    overflow: hidden;
    white-space: nowrap; 
    text-overflow: ellipsis; 
  }
  .corein-txt h3{
    font-size: 20px;
    overflow: hidden;
    white-space: nowrap; 
    text-overflow: ellipsis; 
  }
  .display-tit h3{
    font-size: 26px;
  }
  .hxcybox{
    padding: 50px 0;
  }
}


/***************新增核心产业css代码*******************/
.hxcybox{
  background: #f9f9f9;
  padding: 100px 0;
}
.hxcybox .prod-tjtxt{
  background: #fff;
}
.display .swiper-slide a{
  display: block;
  background: #fff;
}
.display-tit{
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.display-tit h3{
  font-size: 32px;
  color: #1a1a1a;
}
.display-tit a{
  display: flex;
  width: 152px;
  height: 54px;
  border: 2px solid #999999;
  color: #999999;
  align-items: center;
  justify-content:  center;
  border-radius: 50px;
  transition: all 0.4s;
}


.display-tit a:hover{
  background: #e50012;
  color: #fff;
  border: 1px solid #e50012;
}
@media(max-width:991px){
  .hxcybox .prod-tjtxt h3{
    overflow: hidden;
    white-space: nowrap; 
    text-overflow: ellipsis; 
  }
  .corein-txt h3{
    font-size: 20px;
    overflow: hidden;
    white-space: nowrap; 
    text-overflow: ellipsis; 
  }
  .display-tit h3{
    font-size: 26px;
  }
  .hxcybox{
    padding: 50px 0;
  }
}