@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('../font/Adobe\ 黑体\ Std\ R.otf') format('opentype');
  font-weight: normal;
  font-style: normal;
}


@font-face {
  font-family: 'DINBOLD';
  src: url('../font/din-bold.otf') format('opentype');
  font-weight: normal;
  font-style: normal;
}

/* header */
header {
  width: 100%;
  position: relative;
  height: 100px;
  width: 100%;
  border-bottom: 1px solid #eeeeee;
}

.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;
}

.logo {}

.nav-ul {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

.head-r {
  display: flex;
}

.head-lang {
  display: flex;
}

.nav-ul {
  margin-right: 35px;
}

.nav-ul li>a {
  display: block;
  font-size: 18px;
  line-height: 58px;
  text-align: center;
  color: #000;
  position: relative;
  /* transition: all 0.3s; */
  text-transform: uppercase;
  border-bottom: 4px solid #fff;
}

.nav-ul li {
  padding: 0 33px;
}

.nav-ul li:hover>a,
.nav-ul li.nav-active>a {
  color: #e80b00;
  border-bottom: 4px solid #e80b00;
}

.headbom {
  position: relative;
  z-index: 999;
  padding: 0px;
}

.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: 100px;
  z-index: 99;
  /*width: 100%;*/
  display: none;
}

.nav-bg {
  background: #fff;
  height:300px;
  width: 100%;
  position: absolute;
  top: 100px;
  left: 0;
  z-index: 66;
  display: none;
}

.nav-sub dd {
  height: 35px;
  line-height: 35px;
  margin-bottom: 2px;
  font-size: 18px;
}

.nav-sub dl dd a {
  color: #fff;
}

.nav-sub dd:hover a {
  color: #e80b00;
}

.head-lang-box {
  display: flex;
  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-lang-box span {
  color: #e80b00;
}


.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: 45px;
  width: 34px;
  left: 0;
  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 {
  display: flex;
}

.head-langimg span {
  margin-left: 30px;
}

.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-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;
}

/* .logo img:last-child {
  display: none;
} */

.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;
}


@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 {
    width: 50px;
  }

  .logo img {
    width: 100%;
  }

  .headbom {
    height: 0;
  }

  .topmain img {
    display: none;
  }

  .topmain p {
    display: none;
  }

  .topmain {
    height: 70px;
  }

  .logo {
    width: 65px;
    top: -64px;
  }

  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('../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('../img/banner-prev.png') no-repeat center;
  border: 2px solid #fff;
  left: auto;
  right: 68px;
}

/* 底部 */
#footer {
  width: 100%;
  padding-top: 60px;
  padding-bottom: 40px;
  background: #292929;
  overflow: hidden;
}

.footer-top {
  display: flex;
  justify-content: space-between;
}

.footer-topl {
  width: 67.5%;
}

.footer-topr {
  width: 28%;
}

.footer-navul {
  display: flex;
  justify-content: space-between;
}

.footer-copy {
  display: flex;
  padding-top: 40px;
  border-top: 1px solid #525252;
  justify-content: space-between;
  margin-top: 60px;
  font-size: 18px;
  color: #fff;
  font-family: 'SanRegular';
}

.footer-topltxt {
  margin-top: 20px;
  line-height: 35px;
}

.footer-navul li>a {
  font-size: 18px;
  color: #fff;
  font-family: 'HEITI';
}

.footer-lastrowtxt {
  font-size: 18px;
}

.footer-navul li dl {
  margin-top: 35px;
}

.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-code {
  margin-top: 30px;
}

.footer-code h4 {
  margin-top: 18px;
  text-align: center;
  color: #b5b5b5;
}

.footer-navul li dl dd a {
  color: #898989;
  font-size: 18px;

}

.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;
}
.contact{
  overflow: hidden;
}

@media (max-width: 1400px) {}

@media (max-width: 991px) {
  .footer-topr {
    width: 100%;
  }

  .footer-topl {
    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 {
    width: 33.3333%;
    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;
  }
}

.footer-copybox {
  display: flex;
  justify-content: space-between;
  color: #898989;
  font-size: 18px;
}

.footer-txt {
  color: #898989;
  margin-top: 40px;
  line-height: 35px;
}

.footer-twotxt {
  padding-left: 68px;
}

.website {
  position: fixed;
  background: url("../img/web-bg.jpg") no-repeat center;
  width: 100%;
  height: 100%;
  left: 100%;
  top: 0px;
  z-index: 99;
  padding-top: 200px;
  transition: all 0.4s;
  background-size: cover;
}

.website.on {
  left: 0px;
}

.website-tit {
  display: flex;
  justify-content: space-between;
  align-items: center;

}

.website-tit {
  font-size: 40px;
  color: #000;
  font-family: 'HEITI';
}

.website-box ul li {
  height: 100px;
  line-height: 100px;
  border: 1px solid #eeeeee;
  width: 31%;
  padding: 0 24px;
  background: #fff;
  margin-bottom: 40px;
}

.website-ul {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.website-ul li a {
  display: flex;
  justify-content: space-between;
  width: 100%;
}

.website-box {
  margin-top: 50px;
}

.website-img img:last-child {
  display: none;
}

.website-ul li:hover a {
  color: #fff;
}

.website-ul li:hover {
  background: #e60012;
}

.website-ul li:hover .website-img img:last-child {
  display: inline-block;
}

.website-ul li:hover .website-img img:first-child {
  display: none;
}

.website-tit img {
  cursor: pointer;
}

.webopen {
  cursor: pointer;
}

.nav-sub dd a{
  overflow: hidden;
  display: block;
  white-space: nowrap;
  text-overflow: ellipsis;
}
@media(max-width:1700px) {
  .headbom.container {
    width: 100%;
  }
  .headbom {
    padding: 0 28px;
  }
}

@media(max-width:1600px) {
  .nav-ul li {
    padding: 0 5px;
  }

  .nav-sub dd a {
    font-size: 14px;
  }
}

@media(max-width:1400px) {
  .nav-ul li {
    padding: 0px;
  }
  .nav-ul li>a{
    font-size: 14px;
    padding: 0 12px;
  }
  .nav-sub dd a {
    font-size: 12px;
  }
  .nav-sub{
    width: 150px;
  }
}

@media(max-width:1200px) {
  .logo {
    width: 150px;
  }

  .logo img {
    width: 100%;
  }

  .nav-ul li>a {
    padding: 0 10px;
  }

  .head-langimg span {
    margin-left: 15px;
  }

  .footer-copybox {
    display: block;
    text-align: center;
  }

  .footer-copybox .copy-l {
    margin-bottom: 15px;
  }
}

@media(max-width:991px) {
  .footer-topr {
    display: none;
  }
}

/*首页关于我们*/
.habout {
  padding: 100px 0;
  overflow: hidden;
}

.habout-box {
  display: flex;
}

.habout-l {
  width: 50%;
  padding-right: 100px;
}

.habout-r {
  width: 50%;
}

.habout-l h3 {
  font-size: 40px;
  font-family: 'HEITI';
  color: #000000;
}

.habout-l h4 {
  font-size: 24px;
  color: #e60012;
  font-family: 'HEITI';
  padding: 30px 0 50px;
}

.habout-l p {
  line-height: 35px;
  font-size: 18px;
}

.habout-more {
  display: block;
  width: 134px;
  height: 46px;
  background: #e60012;
  color: #fff;
  text-align: center;
  line-height: 46px;
  margin-top: 80px;
}

.habout-num ul {
  display: flex;
  justify-content: space-between;
}

.habout-num ul li {
  width: 18%;
  border: 1px solid #e5e5e5;
  padding: 50px 0;
  text-align: center;
}

.habout-num ul li h4 {
  font-size: 48px;
  color: #e60012;
  font-family: 'DINBOLD';
  display: flex;
  justify-content: center;
  align-items: flex-end;
  height: 40px;
}

.habout-num ul li h4 span {
  font-size: 16px;
  font-family: 'HEITI';
}

.habout-num ul li span {
  font-size: 18px;
  margin-top: 5px;
  display: block;
}

.habout-num ul li:hover {
  background: #e60012;
  color: #fff;
  border: 1px solid #e60012;
}

.habout-num ul li:hover h4 {
  color: #fff;
}

.habout-num {
  margin-top: 50px;
}

.hvideo {
  overflow: hidden;
  position: relative;
}

.hvideo-icon {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  cursor: pointer;
}

.hpro {
  padding: 100px 0;
}

.hpronav-swiper a {
  display: block;
  text-align: center;
}

.hpronav-swiper a h3 {
  margin-top: 15px;
  font-family: 'HEITI';
}

.hpronav-icon img:last-child {
  display: none;
}

.hpronav-swiper .swiper-slide a:hover h3 {
  color: #e60012;
}

.hpronav-swiper .swiper-slide a:hover .hpronav-icon img:last-child {
  display: inline-block;
}

.hpronav-swiper .swiper-slide a:hover .hpronav-icon img:first-child {
  display: none;
}

.hpronav-swiper .swiper-slide.on a h3 {
  color: #e60012;
}

.hpronav-swiper .swiper-slide.on a .hpronav-icon img:last-child {
  display: inline-block;
}

.hpronav-swiper .swiper-slide.on a .hpronav-icon img:first-child {
  display: none;
}




.hpro-img {
  background: #fafafa;
  border: 1px solid #eeeeee;
}

.hpro-box {
  margin-top: 50px;
}

.swiper-container-horizontal>.swiper-pagination-progressbar {
  bottom: 0 !important;
  top: auto !important;
}

.hpro-boxswiper h4 {
  font-size: 18px;
  text-align: center;
  font-family: 'HEITI';
  padding: 24px 0 50px;
}

.hpro-boxswiper .swiper-slide a:hover h4 {
  color: #e60012;
}

.hpro-boxswiper .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: #e60012;
}

/*首页合作伙伴*/
.hhzhb {
  position: relative;
  overflow: hidden;
}

.hhzhb-txt {
  position: absolute;
  top: 0;
  width: 100%;
  left: 0;
  color: #fff;
  padding: 100px 0;
}

.hhzhb-bg img {
  /* width: 100%; */
  height: 700px;
}

.hhzhb-bg ul li {
  display: none;

}

.hhzhb-l {
  width: 31%;
}

.hhzhb-r {
  width: 60%;
}

.hhzhb-txtbox {
  display: flex;
  justify-content: space-between;
}

.hhzhb-r ul {
  display: flex;
  flex-wrap: wrap;
}

.hhzhb-r ul li {
  width: 33.33333%;
  text-align: center;
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
  border-right: 1px solid rgba(255, 255, 255, 0.3);
}

.hhzhb-r ul li img {
  width: 90%;
  transition: all 0.4s;
}
.hhzhb-r ul li:hover img{
  transform: translateY(-15px);
}


.hhzhb-r ul {
  border-left: 1px solid rgba(255, 255, 255, 0.3);
  border-top: 1px solid rgba(255, 255, 255, 0.3);
}

.hhzhb-l h3 {
  font-family: 'HEITI';
  font-size: 36px;
  line-height: 48px;
}

.hhzhb-l h4 {
  margin-top: 50px;
  font-size: 18px;
  line-height: 35px;
}

.hhzhb-l a {
  display: block;
  width: 132px;
  height: 44px;
  border: 1px solid #ffffff;
  color: #fff;
  text-align: center;
  line-height: 44px;
  margin-top: 100px;
}

.hnews-tit {
  display: flex;
  justify-content: space-between;
}

.hnews {
  padding: 100px 0;
}

.hnews-tit h3 {
  font-size: 40px;
  font-family: 'HEITI';
  color: #000000;
}

.hnews-nav a {
  margin-left: 70px;
  font-size: 18px;
  font-family: 'HEITI';
  color: #000000;
  padding-bottom: 5px;
  position: relative;
}

.hnews-nav a:hover {
  border-bottom: 3px solid #e60012;
  color: #e60012;
}

.hnews-box {
  display: flex;
}

.hnews-l {
  width: 50%;
  padding-right: 25px;
}

.hnews-r {
  width: 50%;
  padding-left: 25px;
}

.hnews-r ul li a {
  display: flex;
  justify-content: space-between;
}

.hnews-box {
  margin-top: 50px;
}

.hnews-l .henws-txt {
  padding: 50px 0 40px;
  border-bottom: 1px solid #dcdcdc;
}

.henws-txt h3 {
  font-size: 24px;
  font-family: 'HEITI';
  color: #000000;
  margin-bottom: 28px;
}

.henws-txt h4 {
  line-height: 35px;
}

.hnews-r ul li {
  margin-bottom: 35px;
}

.hnews-rimg {
  width: 37.5%;
}

.hnews-r .henws-txt {
  width: 55%;
  border-bottom: 1px solid #dcdcdc;
}

.hcon {
  overflow: hidden;
}

.hnews-tit {
  align-items: center;
}

.hcon ul {
  display: flex;
}

.hcon ul li a {
  position: relative;
  display: block;
  overflow: hidden;
}

.hcon ul li a .hcon-txt {
  position: absolute;
  top: 50%;
  color: #fff;
  left: 50%;
  text-align: center;
  transform: translate(-50%, -50%);
  width: 100%;
  transition: all 0.4s;
}
.hcon ul li a:hover .hcon-txt{
  top: 40%;
}
.hcon ul li a img{
  width: 100%;
}
.hcon-txt h3 {
  font-size: 36px;
  font-family: 'HEITI';
}

.hcon-txt h4 {
  margin: 20px 0 50px;
}

.hcon ul li a span {
  display: block;
  width: 132px;
  height: 44px;
  border: 1px solid #fff;
  line-height: 44px;
  margin: 0 auto;
}

.hcon ul li a span:hover {
  background: #e60012;
  border: 1px solid #e60012;
}

.hvideo-img img {
  width: 100%;
}

.hnews-rimg img {
  width: 100%;
}

@media(max-width:1800px) {
  .hhzhb-l h3 {
    font-size: 32px;
  }
}


@media(max-width:1700px) {
  .habout-l h4 {
    padding: 20px 0 30px;
  }

  .hhzhb-l {
    width: 35%;
  }
}

@media(max-width:1600px) {
  .habout-l h4 {
    padding: 20px 0 30px;
  }

  .habout-l p {
    line-height: 30px;
    font-size: 16px;
  }

  .habout-l {
    padding-right: 30px;
  }

  .habout-more {
    margin-top: 40px;
  }

  .hhzhb-l h3 {
    font-size: 24px;
    line-height: 40px;
  }

  .hhzhb-l h4 {
    margin-top: 20px;
    font-size: 16px;
    line-height: 30px;

  }

  .hhzhb-bg img {
    height: 560px;
  }

  .henws-txt h3 {
    font-size: 20px;
  }

  .henws-txt h4 {
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
    word-break: break-all;
  }

  .hnews-l .henws-txt {
    padding: 40px 0 20px;
    border-bottom: 1px solid #dcdcdc;
  }

  .hnews-l .henws-txt h3 {
    margin-bottom: 22px;
  }

}

@media(max-width:1400px) {
  .habout-more {
    margin-top: 20px;
  }

  .habout-l h4 {
    padding: 10px 0 20px;
  }

  .hhzhb-l a {
    margin-top: 40px;
  }

  .hhzhb-bg img {
    height: 520px;
  }

  .henws-txt h3 {
    font-size: 18px;
  }
}

@media(max-width:1200px) {
  .habout-box {
    display: block;
  }

  .habout-l {
    padding: 0;
    width: 100%;
  }

  .habout-r {
    width: 100%;
    margin-top: 40px;
  }

  .hhzhb-txtbox {
    display: block;
  }

  .hhzhb-l {
    width: 100%;
  }

  .hhzhb-r {
    width: 100%;
  }

  .hhzhb-bg img {
    height: auto;
  }

  .hhzhb-txt {
    padding: 40px 0;
  }

  .hhzhb-l h4 {
    margin-top: 10px;
  }

  .hhzhb-l a {
    margin-top: 15px;
  }

  .hhzhb-l h4 {
    line-height: 26px;
  }

  .hhzhb-r {
    margin-top: 20px;
  }

  .hnews-box {
    display: block;
  }

  .hnews-l {
    width: 100%;
    padding-right: 0;
  }

  .hnews-r {
    width: 100%;
    padding-left: 0;
    margin-top: 50px;
  }
}

@media(max-width:991px) {
  .habout {
    padding: 40px 0;
  }

  .habout-num ul li span {
    font-size: 16px;
  }

  .habout-num ul li h4 {
    font-size: 32px;
  }

  .habout-num ul li {
    padding: 20px 0;
  }

  .habout-num {
    margin-top: 30px;
  }

  .hpro {
    padding: 40px 0;
  }

  .hpro-box {
    margin-top: 30px;
  }

  .hnews-rimg {
    width: 41.5%;
  }

  .henws-txt h3 {
    line-height: 28px;
    margin-bottom: 10px;
  }

  .hnews {
    padding: 40px 0 20px;
  }

  .hcon ul {
    display: block;
  }


}

@media(max-width:768px) {
  .habout-num ul {
    flex-wrap: wrap;
  }

  .habout-num ul li {
    width: 48%;
    margin-bottom: 15px;
  }
}

@media(max-width:600px) {
  .hhzhb-bg img {
    height: 600px;
  }

  .hnews-r ul li a {
    display: block;

  }

  .hnews-rimg {
    width: 100%;
  }

  .hnews-r .henws-txt {
    width: 100%;
    margin-top: 20px;
  }

  .hnews-tit h3 {
    font-size: 28px;
  }

  .hnews-nav a {
    margin-left: 30px;
  }

  .hnews-box {
    margin-top: 20px;
  }

  .hnews-l .henws-txt h3 {
    margin-bottom: 10px;
  }
}

.pronav {
  padding: 20px 0 0;
  border-bottom: 1px solid #eeeeee;
}

.pro {
  padding: 100px 0;
}

.pro-img {
  border: 1px solid #eeeeee;
}

.probox ul li h3 {
  text-align: center;
  font-size: 18px;
  font-family: 'HEITI';
  padding: 25px 0;
  display: inline-block;
    white-space: nowrap;
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
}

.probox ul li:hover h3 {
  color: #e60012;
}

.pronav .hpronav-swiper a h3 {
  position: relative;
  display: inline-block;
  padding-bottom: 20px;
}

.pronav .hpronav-icon {
  height: 30px;
}

.pronav .hpronav-swiper a h3::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 4px;
  background: #e60012;
  bottom: -1px;
  left: 0;
  display: none;
}

.pronav .hpronav-swiper a:hover h3::after {
  display: block;
}

.pronav .hpronav-swiper .swiper-slide.on a h3::after {
  display: block;
}

.in-more a {
  display: block;
  background: #e60012;
  color: #fff;
  width: 230px;
  height: 50px;
  text-align: center;
  line-height: 50px;
  margin: 70px auto 0;
}

@media(max-width:991px) {
  .pro {
    padding: 40px 0;
  }

  .in-more a {
    margin: 20px auto 0;
  }
}

.prod {
  padding: 100px 0;
  overflow: hidden;
}

.prod-js {
  display: flex;
}

.prod-jsl img {
  border: 1px solid #eeeeee;
  width: 100%;
}


.prod-jsl {
  padding-right: 50px;
  width: 50%;
}

.prod-jsr {
  padding-left: 50px;
  display: flex;
  justify-content: center;
  width: 50%;
  flex-direction: column;
}

.prod-jsr h3 {
  font-size: 18px;
  color: #292929;
  font-family: 'HEITI';
}

.prod-jsr h3 span {
  font-size: 40px;
  color: #e60012;
  margin-right: 20px;
}

.prod-jsrtxt h4 {
  font-size: 18px;
  font-family: 'HEITI';
  margin-bottom: 30px;
}

.prod-jsrtxt {
  padding: 40px 0;
  border-top: 1px solid #e5e5e5;
  border-bottom: 1px solid #e5e5e5;
  margin-top: 30px;
}

.prod-jsrtxt p {
  line-height: 35px;
  font-size: 18px;
}

.prod-jszx {
  display: flex;
}

.prod-jszx a {
  display: block;
  width: 50%;
  height: 80px;
  background: #e60012;
  color: #fff;
  text-align: center;
  line-height: 80px;
  font-size: 24px;
  font-family: 'HEITI';
}

.prod-jszx span {
  display: block;
  width: 50%;
  height: 80px;
  background: #292929;
  color: #fff;
  text-align: center;
  line-height: 80px;
  font-size: 24px;
  font-family: 'HEITI';
  cursor: pointer;
}

.prod-jszx {
  margin-top: 100px;
}

.prod-tit {
  font-size: 40px;
  font-family: 'HEITI';
  color: #292929;
}

.prod-gg {
  margin-top: 100px;
}

.prod-tit {
  text-align: center;
}

.prod-ggbox {
  margin-top: 50px;
  padding: 0 208px;
}

.prod-ggbox img {
  margin: 0 auto;
  display: block;
  max-width: 100%;
}

.prod-tj {
  margin-top: 100px;
}

.prod-tjbox {
  margin-top: 50px;
}

.prodtj-img {
  border: 1px solid #eeeeee;
}

.prodtj-img img {
  width: 100%;
}

.prodtj-swiper h4 {
  font-size: 18px;
  color: #292929;
  font-family: 'HEITI';
  text-align: center;
  margin-top: 26px;
}

@media(max-width:1600px) {
  .prod-jszx {
    margin-top: 40px;
  }
}

@media(max-width:1400px) {
  .prod-jszx {
    margin-top: 40px;
  }

  .prod-jsl {
    padding-right: 20px;
  }

  .prod-jsr {
    padding-left: 20px;
  }

  .prod-jsrtxt p {
    line-height: 30px;
    font-size: 16px;
  }
}

@media(max-width:1200px) {
  .prod-js {
    display: block;
  }

  .prod-jsl {
    width: 100%;
    padding: 0;
  }

  .prod-jsr {
    width: 100%;
    padding: 0;
    margin-top: 40px;
  }

  .prod-jsr h3 span {
    font-size: 30px;
  }

  .prod-ggbox {
    padding: 0px;
  }

}

@media(max-width:991px) {
  .prod-tit {
    font-size: 20px;
  }

  .prod-gg {
    margin-top: 40px;
  }

  .prod-ggbox {
    margin-top: 20px;
  }

  .prod-tj {
    margin-top: 40px;
  }

  .prod-tjbox {
    margin-top: 20px;
  }

  .prod {
    padding: 40px 0;
  }
}

.news-nav ul {
  display: flex;
  height: 100px;
  line-height: 100px;
  justify-content: center;
}

.news-nav {
  border-bottom: 1px solid #eeeeee;
}

.news-nav ul li {
  padding: 0 90px;
  font-size: 18px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis; 
}

.news-nav ul li:hover a {
  color: #e60012;
  font-family: 'HEITI';
}

.news-nav ul li a {
  position: relative;

}

.news-nav ul li a::after {
  position: absolute;
  content: "";
  bottom: -40px;
  width: 100%;
  height: 4px;
  background: #e60012;
  left: 0;
  display: none;
}

.news-nav ul li.on a::after {
  display: block;
}

.news-nav ul li.on a {
  color: #e60012;
}

.news {
  padding: 100px 0;
}

.news-topl {
  width: 50%;
}
.news-topl ul li{
  display: none;
}

.news-top {
  display: flex;
}

.news-topr {
  width: 50%;
  border: 1px solid #e5e5e5;
  /* display: flex; */
  flex-direction: column;
  justify-content: center;
  /* overflow: hidden; */
}

.news-topr a h3 {
  font-size: 18px;
  color: #555555;
}

.news-topr a h4 {
  font-size: 24px;
  color: #e60012;
  font-family: 'HEITI';
  padding: 34px 0;
}

.news-topr a p {
  font-size: 18px;
  line-height: 35px;
}

.news-topr a {
  display: block;
  padding: 80px 50px 0;
}

.news-topr .swiper-pagination {
  bottom: 0;
  text-align: left;
  left: 50px;
}

.news-toprswiper {
  padding-bottom: 100px;
}

.news-topr .swiper-pagination .swiper-pagination-bullet {
  width: 16px;
  height: 16px;
  margin: 0 8px;
}

.news-topr .swiper-pagination .swiper-pagination-bullet-active {
  background: #e60012;
}

.news-box {
  margin-top: 50px;
}

.news-txt {
  margin-top: 30px;
}

.news-box ul li {
  margin-bottom: 50px;
}

.news-box ul li h4 {
  font-size: 24px;
  font-family: 'HEITI';
  color: #000000;
  padding: 25px 0;
  display: inline-block;
  white-space: nowrap;
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
}

.news-box ul li p {
  font-size: 18px;
  line-height: 35px;
}

.news-more a {
  margin-top: 30px !important;
}

@media(max-width:1600px) {
  .news-topr a {
    padding: 30px 20px 0;
  }

  .news-topr a h4 {
    font-size: 20px;
  }

  .news-topr .swiper-pagination {
    left: 20px;
  }
}

@media(max-width:1400px) {
  .news-toprswiper {
    padding-bottom: 50px;
  }
}

@media(max-width:1200px) {
  .news-top {
    display: block;
  }

  .news-topl {
    width: 100%;
  }

  .news-topr {
    width: 100%;
    padding: 20px;
  }
}

@media(max-width:991px) {
  .news-nav ul li {
    padding: 0 15px;
    font-size: 16px;
  }

  .news {
    padding: 40px 0;
  }

  .news-topr a {
    padding: 0;
  }

  .news-topr .swiper-pagination {
    left: 0;
  }

  .news-topr a p {
    font-size: 16px;
    line-height: 30px;
  }

  .news-topr a h4 {
    font-size: 20px;
    line-height: 30px;
    padding: 15px 0;
  }

  .news-box ul li h4 {
    font-size: 18px;
  }

  .news-box ul li p {
    font-size: 16px;
    line-height: 30px;
  }

  .news-box ul li h4 {
    padding: 15px 0;
  }

  .news-box ul li {
    margin-bottom: 20px;
  }
}

@media(max-width:449px){
  .news-nav ul li {
    padding: 0 5px;
  }
}

.newsd-tit h3 {
  font-size: 32px;
  font-family: 'HEITI';
  color: #292929;
  margin-bottom: 30px;
}

.newsd {
  padding: 100px 0;
}

.newsd-tit {
  text-align: center;
}

.newsd-tit h4 {
  font-size: 18px;
  color: #666666;
}

.newsd-tit h4 img {
  margin-right: 10px;
  vertical-align: middle;
}

.newsd-tit h4 span {
  vertical-align: middle;
}

.newsd-box {
  margin: 50px 120px 0;
  padding: 50px 0 0px;
  border-top: 1px solid #ededed;
  text-align: center;
}

.newsd-box p {
  text-indent: 2em;
  line-height: 35px;
  margin-bottom: 20px;
  font-size: 18px;
}

.newsd-page {
  display: flex;
  padding-top: 40px;
  margin-top: 40px;
  justify-content: space-between;
  border-top: 1px solid #ededed;
}

.newsd-box img {
  width: 100%;
}

@media(max-width:1400px) {
  .newsd-box {
    margin: 30px 0 0;
  }
}

@media(max-width:991px) {
  .newsd-page a {
    display: block;
  }

  .newsd-page {
    display: block;
    text-align: left;
  }

  .newsd-box p {
    font-size: 16px;
    line-height: 30px;
  }

  .newsd-tit h3 {
    font-size: 22px;
    line-height: 28px;
    margin-bottom: 15px;
  }

  .newsd {
    padding: 40px 0;
  }

  .newsd-box {
    padding: 20px 0 0;
  }
}
.case{
  padding: 100px 0;
}
.case-ul li{
  margin-bottom: 30px;
}
@media(max-width:991px){
  .case-ul li{
    margin-bottom: 15px;
  }
  .case{
    padding:40px 0;
  }
}

.yfzz{
  padding: 100px 0;
}
.yfzz-box ul li h3{
  font-size: 24px;
  font-family: 'HEITI';
  color: #292929;
  text-align: center;
  padding: 24px 0 30px;
}
.yfzz-more a{
  margin-top: 30px;
}
@media(max-width:1400px){
  .yfzz-box ul li h3{
    font-size:20px;
  }
}
@media(max-width:991px){
  .yfzz-box ul li h3{
    font-size:20px;
  }
  .yfzz{
    padding: 40px 0;
  }
}
.hr-tit{
  font-size: 40px;
  color: #292929;
  font-family: 'HEITI';
  text-align: center;
}
.hr{
  padding: 100px 0 0;
}
.rcln-box{
  margin-top: 50px;
}
.rcln-txt{
  margin-top: 40px;
}
.rcln-txt h3{
  font-size: 24px;
  font-family: 'HEITI';
  text-align: center;
}
.rcln-txtm{
  text-align: center;
  margin-top: 20px;
  font-size: 18px;
  color: #292929;
  line-height: 35px;
}



.hrrczp-th {
  background: #e60012;
  color: #fff;
}

.hrrczp-th ul {
  display: flex;
  height: 80px;
  line-height: 80px;
  justify-content: space-between;
}

.hrrczp-th ul li {
  width: 20%;
  text-align: center;
}

.hrrczp-tdtit {
  display: flex;
  height: 80px;
  line-height: 80px;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid #f5f5f5;
  cursor: pointer;
}

.hrrczp-tdtit span {
  display: block;
  width: 20%;
  text-align: center;
}

.hrrczp-box {
  margin-top: 40px;
}
.hrrczp-box{
  background: #fff;
}

.hr-jia {
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  margin: 0 auto;
  border-radius: 3px;
  overflow: hidden;
  background: url("../img/hr-up.png") no-repeat center;
}
.hrrczp-td ul li.on .hr-jia{
  background: url("../img/hr-downh.png") no-repeat center;
}
.hrrczp-sub {
  display: none;
  padding: 50px;
}

.hrrczp-sub dd {
  margin-right: 190px;
  line-height: 35px;
}
.hr-zpgw{
  background: #fafafa;
  padding: 100px 0;
  margin-top: 100px;
  font-family: 'HEITI';
}
.hrrczp-sub h3{
  color: #e60012;
  font-size: 18px;
  font-family: 'HEITI';
  margin-bottom:15px;
  margin-top: 15px;
}
.hrrczp-sub  p{
  line-height: 30px;
}

@media(max-width:1600px){
  .rcln-txtm{
    font-size: 16px;
    line-height: 30px;
  }
}
@media(max-width:1400px){
  .rcln-txtm{
    font-size: 14px;
    line-height: 30px;
  }
}
@media(max-width:1200px){
  .rcln-box ul li{
    margin-bottom: 20px;
  }
}

@media(max-width:991px){
  .hr-zpgw{
    padding: 40px 0;
    margin-top: 20px;
    font-size: 14px;
  }
  .hrrczp-tdtit span{
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
  }
  .hr-tit{
    font-size: 24px;
  }
  .zpgw-box.container{
    padding: 0 5px;
  }
  .hrrczp-sub{
    padding: 15px;
  }
  .hr{
    padding: 40px 0;
  }
  .rcln-box{
    margin-top: 20px;
  }
}
/*联系我们*/
.conus-t{
  display: flex;
  padding: 100px 0 50px;
}
.conus-tl{
  width: 50%;
  padding-right: 50px;
}
.conus-tr{
  width: 50%;
  padding-left: 50px;
}
.conus-tit{
  font-size: 40px;
  font-family: 'HEITI';
  color: #000000;
}
.conus-tl ul{
  margin-top: 50px;
  border-top: 1px solid #e5e5e5;
}
.conus-tl ul li{
  height: 80px;
  line-height: 80px;
  border-bottom: 1px solid #e5e5e5;
  display: flex;
  justify-content: space-between;
}
.conus-tl ul li span{
  display: block;
  width:45%;
  white-space: nowrap;
}
.conus-tl ul li span:last-child{
  width: 55%;
}
.conus-t{
  font-size: 18px;
  color: #000000;
}
.conus-jt ul{
  display: flex;
  justify-content: space-between;
}
.conus-jticon{
  background: #e60012;
  width: 120px;
  height: 40px;
  margin-top: 50px;
  display: flex;
  color: #fff;
  align-items: center;
  justify-content: center;
}
.conus-jticon img{
  margin-right: 10px;
}
.conus-txt{
  font-size: 18px;
  margin-top: 30px;
  line-height: 35px;
}
.conus-jt{
  padding-bottom: 100px;
}
.wxzn{
  background: #fafafa;
  padding: 100px 0;
}
.wxzn-box h3{
  text-align: center;
}
.wxzn-img img{
  width: 100%;
}
.wxzn-m{
  margin-top: 50px;
}
.wxzn-m ul li h4{
  font-size: 24px;
  color: #292929;
  font-family: 'HEITI';
  text-align: center;
  padding: 30px 0 40px;
}
.wx-video{
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%,-50%);
}
.wxzn-img{
  position: relative;
}
.conus-ditu img{
  width: 100%;
}
@media(max-width:1800px){
  .conus-tl ul{
    margin-top: 30px;
  }
  .conus-tl ul li{
    height: 70px;
    line-height: 70px;
  }
}
@media(max-width:1600px){
  .conus-tl ul{
    margin-top:20px;
  }
  .conus-tl ul li{
    height: 60px;
    line-height: 60px;
  }
  .conus-tl{
    padding-right: 0px;
  }
  .conus-tl ul li span{
    width: 50%;
    white-space:nowrap;
  }
  .conus-tl ul li span:last-child{
    width: 50%;
  }
  .conus-tr{
    padding-left: 100px;
  }
}
@media(max-width:1400px){
  .conus-tit{
    font-size: 32px;
  }
  .conus-txt{
    font-size: 16px;
  }
  .conus-tl ul li{
    height: auto;
    line-height: auto;
  }
  .conus-tl ul li span:last-child{
    width: 50%;
    text-align: right;
  }
}
@media(max-width:1200px){
  .conus-t{
    display: block;
  }
  .conus-tl{
    width: 100%;
    padding: 0;
  }
  .conus-tr{
    width: 100%;
    padding: 0;
    margin-top: 40px;
  }
  .conus-tl ul li span{
    display: block;
    width:45%;
  
  }
  .conus-jt ul{
    display: block;
  }
  .wxzn-m ul li h4{
    font-size: 18px;
  }
  .wxzn{
    padding: 40px 0 0;
  }
  .conus-t{
    padding: 40px 0 20px;
  }
  .conus-txt{
    margin-top: 15px;
  }
  .conus-jt{
    padding-bottom: 40px;
  }
  .conus-jticon{
    margin-top:20px;
  }
  .wxzn-m{
    margin-top: 20px;
  }
  .conus-tit{
    font-size: 24px;
  }
}
@media(max-width:991px){
  .conus-tl ul li span:last-child{
    text-align: left;
  }
}

@media(max-width:768px){
  .conus-tl ul li{
    height: auto;
    line-height: 30px;
    font-size: 16px;
  }
  .conus-tl ul li span{
    display: block;
    width: 100% !important;
    white-space: normal;
  }
  .conus-tl ul li{
    display: block;
  }

}

/*关于我们*/
.about-nav{
  height: 100px;
  line-height: 100px;
  border-bottom: 1px solid #eeeeee;
}
.about-navswiper .swiper-slide a{
  text-align: center;
  display: block;
  position: relative;
}
.about-navswiper .swiper-slide a::after{
  position: absolute;
  content: "";
  width: 70px;
  height: 4px;
  background:#e60012;
  bottom: 0;
  left:50%;
  transform: translateX(-50%);
  display: none;
}
.about-navswiper .swiper-slide a:hover{
  color: #e60012;
}
.about-navswiper .swiper-slide a:hover::after{
  display: block;
}
.about-navswiper .swiper-slide.on a{
  color: #e60012;
}
.about-navswiper .swiper-slide.on a::after{
  display: block;
}
.wqyjj{
  padding: 80px 0;
}
.about-tit{
  font-size: 40px;
  color: #000000;
}
.tc{
  text-align: center;
}
.wqyjj-txt{
  margin-top: 50px;
  font-size: 18px;
  color: #555555;
  line-height: 35px;
}
.wqyjj-txt p{
  text-indent: 2em;
  margin-bottom: 20px;
}
.white{
  color: #fff;
}
.wppjs{
  background: url("../img/about-bg.jpg") no-repeat top center; 
  padding: 200px 0;
}
.wppjs-p{
  color: #fff;
}
.wppjs-m{
  text-align: center;
}
.wppjs-m h3{
  padding: 20px 0 40px;
}
.wppjs-p{
  font-size: 24px;
  line-height: 40px;
}
.wzzjg-box{
  padding: 100px 0;
}
.wzzjg-img img{
  width: 100%;
}
.wzzjg-img{
  margin-top: 50px;
}
.wqyjs ul{
  display: flex;
}
.wqyjs ul li{
  position: relative;
  width: 25%;
}
.wqyjs ul li .wqyjs-txt{
  position: absolute;
  bottom: 100px;
  color: #fff;
  width: 100%;
  text-align: center;
  transition: all 0.4s;

}
.wqyjs ul li:hover .wqyjs-txt{
  transform: translateY(-30px);
}
.wqyjs-txt h4{
  font-size: 30px;
  font-family: 'HEITI';
  margin-bottom: 20px;
}
.wqyjs-txt h5{
  font-size: 18px;
}
.wqyjs{
  position: relative;
}
.wqyjs-tit{
  color: #fff;
  position: absolute;
  font-size: 40px;
  font-family: 'HEITI';
  top: 100px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 99;
}
.whonor{
  padding: 100px 0;
}
.honor-ul li{
  display: flex;
  align-items: center;
  height: 35px;
}
.honor-ul li img{
  margin-right: 10px;
}
.honor-ul li:hover h3{
  color: #e60012;
  font-family: 'HEITI';
}
.honor-ul{
  /* height: 420px; */
}
#content-l3{
  height: 420px;
}
.whonor-m{
  display: flex;
}
.whonor-ml{
  width: 50%;
  padding-right: 100px;
}
.whonor-mr{
  width: 50%;
  background: #fafafa;
  padding: 80px 120px;
}
.whonor-mr ul li{
  display: none;
}
.whonor-mr ul li img{
  width: 100%;
}
.honor-ul{
  margin-top: 50px;
}
.wcqhj{
  background: #fafafa;
  padding: 100px 0;
  position: relative;
}
.wcqhj-m{
  margin-top: 50px;
}
.wcqhj-swiper .swiper-slide h3{
  font-size: 24px;
  color: #292929;
  font-family: 'HEITI';
  text-align: center;
  margin-top: 30px;
}
.wcqhj-btn .swiper-button-next{
  background: url("../img/cqhj-next.png") no-repeat center;
  top: 55%;
  right:4%;
}
.wcqhj-btn .swiper-button-prev{
  background: url("../img/cqhj-prev.png") no-repeat center;
  top: 55%;
  left: 4%;
}
.av-video{
  padding-bottom: 100px;
}
.about{
  overflow: hidden;
}
.wqyjj-img img{
  width: 100%;
}

@media(max-width:1600px){
  .wqyjs-img img{
    width: 100%;
  }
  .wqyjs-txt h5{
    padding: 0 30px;
    line-height: 30px;
  }
}
@media(max-width:1400px){
  .wqyjs ul li .wqyjs-txt{
    bottom: 30px;
  }
  .wqyjs-tit{
    top: 30px;
  }
}


@media(max-width:991px){
  .about-tit{
    font-size: 24px;
  }
  .wppjs-p{
    font-size: 16px;
    line-height: 28px;
  }
  .wppjs{
    padding: 150px 0;
  }
  .wzzjg-box{
    padding: 40px 0;
  }
  .wqyjs ul{
    flex-wrap: wrap;
  }
  .wqyjs ul li{
    width: 50%;
  }
  .wqyjs-tit{
    font-size: 24px;
  }
  .wqyjs-txt h4{
    font-size: 20px;
  }
  .wqyjs-txt h5{
    font-size: 16px;
    line-height: 24px;
    padding: 0 5px;
  }
  .av-video{
    padding-bottom: 40px;
  }
  .hvideo-icon img{
    width: 40px;
  }
  .wcqhj{
    padding: 40px 0;
  }
  .wcqhj-m{
    margin-top: 20px;
  }
  .wcqhj-swiper .swiper-slide h3{
    font-size: 18px;
  }
  .whonor{
    padding: 40px 0;
  }
  .wqyjj-txt p{
    font-size: 16px;
    line-height: 28px;
  }
  .wqyjj{
    padding: 40px 0;
  }
  .wqyjj-txt{
    margin-top: 20px;
  }
}

#content-l3 .mCSB_dragger_bar{
  background: #e60012 ;
}

@media(max-width:1600px){
  .whonor-mr{
    padding: 30px;
  }
  #content-l3{
    height: 390px;
  }
  .whonor-ml{
    padding-right: 30px;
  }
}
@media(max-width:1400px){
  .whonor-mr{
    padding: 30px;
  }
  #content-l3{
    height: 360px;
  }
}

@media(max-width:1200px){
  .whonor-mr{
    padding: 30px;
  }
  #content-l3{
    height: 260px;
  }
}
@media(max-width:991px){
  .whonor-m{
    display: block;
  }
  .whonor-ml{
    width: 100%;
    margin-bottom: 30px;
  }
  .whonor-mr{
    width: 100%;
  }
}

/*手机电脑切换*/
.dc-mo {
  display: none;
}

@media (max-width: 991px) {
  .dc-mo {
    display: block;
  }

  .dc-pc {
    display: none;
  }
}
#p-banner .swiper-slide img {
    width: 100%;
   
}