@charset "UTF-8";

/**
 * 
 * @authors Your Name (you@example.org)
 * @date    2017-10-18 08:57:34
 * @version $Id$
 */
/* @font-face {
  font-family: 'SanRegular';
  src: url('../font/SourceHanSansCN-Regular.otf') format('opentype');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'SanMedium';
  src: url('../font/SourceHanSansCN-Medium.otf') format('opentype');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'SanBold';
  src: url('../font/SourceHanSansCN-Bold.ttf') format('opentype');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'SanHeavy';
  src: url('../font/SourceHanSansCN-Heavy.ttf') format('opentype');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'SanLight';
  src: url('../font/SourceHanSansCN-Light.ttf') format('opentype');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'SanNormal';
  src: url('../font/SourceHanSansCN-Normal.otf') format('opentype');
  font-weight: normal;
  font-style: normal;
} */


@font-face {
  font-family: 'HEITi';
  src: url('../font/Adobe\ 黑体\ Std\ R.otf') format('opentype');
  font-weight: normal;
  font-style: normal;
}

/* header */
header {
  width: 100%;
  position: absolute;
  height: 120px;
  line-height: 120px;
  z-index: 999;
  width: 100%;
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}

.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: 16px;
  line-height: 120px;
  text-align: center;
  color: #fff;
  position: relative;
  transition: all 0.3s;
  text-transform: uppercase;
  padding: 0 24px;
  height: 120px;
  font-family: 'HEITi';
}

.nav-ul li>a::after {
  position: absolute;
  height: 4px;
  width: 70px;
  background: #e60012;
  bottom: 0;
  opacity: 1;
  content: "";
  left: 50%;
  transform: translateX(-50%);
  opacity: 0;
}

.nav-ul li:hover>a,
.nav-ul li.nav-active a {}

.headbom {
  position: relative;
  z-index: 999;
  padding: 0 160px;
}

.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;
}

/* .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;
}

.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:1800px) {
  .headbom {
    padding: 0 70px;
  }
}


@media (max-width: 1600px) {
  .nav-ul li>a {
    padding: 0 10px;
  }

  .headbom {
    padding: 0 30px;
  }
}

@media (max-width: 1400px) {
  .nav-ul li>a {
    padding: 0 10px;
    font-size: 16px;
  }

  .logo img {
    width: 200px;
  }

  .nav-ul {
    margin-right: 5px;
  }
}

@media (max-width: 1200px) {
  .nav-ul li>a {
    padding: 0 5px;
  }

  .hotline-wrap p {
    margin-left: 8px;
  }

  .logo img {
    width: 170px;
  }

  .headbom {
    padding: 0 15px;
  }
}

@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: 130px;
    top: -64px;
  }

  header {
    height: 70px;
  }

  .headbom {
    padding: 0 30px;
  }
}

@media (max-width: 500px) {
  .headbom {
    padding: 0 15px;
  }
}

/* banner */
.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: 70px;
  padding-bottom: 40px;
  background: #292929;
  overflow: hidden;
}

.footer-top {
  display: flex;
  justify-content: space-between;
}

.footer-topl {
  width: 66%;
}

.footer-topr {
  width: 25%;

}

.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: 16px;
  color: #666666;
  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-family: 'SanRegular';
  font-size: 18px;
}

.footer-navul li dl {
  margin-top: 30px;
}

.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: #666666;
  font-size: 16px;

}

.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: 991px) {
  .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-navul {
    flex-wrap: wrap;
  }

  #footer {
    padding-top: 50px;
  }

  .footer-copy {
    margin-top: 50px;
  }

  .footer-topr {
    display: none;
  }

  .footer-navul li>a {
    font-size: 18px;
  }

  .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;
  }

}

@media (max-width: 600px) {
  .footer-contact {
    width: 100% !important;
  }



  .footer-navul li {
    margin-bottom: 20px;
  }

  .footer-navul li:last-child {
    width: 100%;
  }

  .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;
  }
}


.head-tel span {
  display: block;
  width: 160px;
  height: 36px;
  background: #fff;
  font-size: 19px;
  text-align: center;
  line-height: 36px;
  color: #e60012;
  border-radius: 30px;
}

.headlang {
  display: flex;
  color: #fff;
  align-items: center;
}

.head-tel {
  margin-right: 16px;
}

.headlang-en img {
  vertical-align: middle;
}

.headlang-en span {
  vertical-align: middle;
  font-family: 'HEITi';
  color: #fff;
}

.footer-topr ul {
  display: flex;
}

.footer-topr ul li span {
  display: block;
}

.footer-onedl {
  display: flex;
}

.footer-onedl dl {
  margin-right: 30px;
}

.footer-topr ul li {
  margin-left: 18px;
  text-align: center;
}

.footer-topr ul li span {
  display: block;
  margin-top: 15px;
}

@media(max-width:1600px) {
  .footer-topr ul li {
    width: 30%;
  }

  .footer-topr ul li img {
    width: 100%;
  }
}

@media(max-width:1400px) {
  .head-tel span {
    width: 160px;
    font-size: 18px;
  }
}

@media(max-width:1200px) {
  .head-tel span {
    width: 120px;
    font-size: 16px;
  }

  .footer-top {
    display: block;
  }

  .footer-topl {
    width: 100%;
  }

  .footer-topr {
    width: 50%;
    margin-top: 30px;
  }
}

@media(max-width:991px) {
  .head-r .headlang {
    display: none;
  }
}

/*首页关于我们*/
.habout {
  padding: 100px 0 0;
}

.hometit {
  font-size: 48px;
  color: #000000;
  font-family: 'HEITi';
}

.habout-tit h4 {
  font-size: 30px;
  font-family: 'HEITi';
  color: #e60012;
  padding: 20px 0 40px;
}

.habout-tit {
  text-align: center;
}

.habout-tit p {
  padding: 0 100px;
  line-height: 35px;
}

.hnews-tit {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.hnews-more a {
  display: block;
  width: 140px;
  height: 38px;
  line-height: 38px;
  text-align: center;
  border: 1px solid #c9c9c9;
  color: #a0a0a0;
}

.hnews {
  padding: 100px 0;
  overflow: hidden;
}

.hnews-box {
  margin-top: 50px;
}

.hnews-l {
  width: 50%;
  padding-right: 50px;
}

.hnews-l a h3 {
  font-size: 24px;
  color: #222222;
}

.hnews-ltxt {
  margin-top: 30px;
}

.hnews-ltxt h4 {
  margin-top: 20px;
  line-height: 30px;
  margin-bottom: 40px;
}

.hnews-lmore {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: 2px solid #e60012;
  width: 138px;
  padding-bottom: 15px;
  color: #333333;
}

.hnews-lmore img {
  width: 13px;
  height: 5px;
}

.hnews-box {
  display: flex;
}

.hnews-r {
  width: 50%;
}

.hnews-r ul li a {
  display: flex;
  justify-content: space-between;
}

.hnews-rimg {
  width: 37.5%;
}

.hnews-rtxt {
  width: 58%;
}

.hnews-r ul li {
  margin-bottom: 50px;
}

.hnews-rtxt h3 {
  font-size: 22px;
  color: #222222;
  font-family: 'HEITi';
}

.hnews-rtxt h4 {
  margin: 20px 0 40px;
  line-height: 30px;
}

@media(max-width:1700px) {
  .hnews-rtxt h4 {
    margin: 15px 0 20px;
    line-height: 30px;
  }
}

@media(max-width:1400px) {
  .hnews-rtxt h4 {
    margin: 10px 0 10px;
    line-height: 26px;
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
  }
}

@media(max-width:1200px) {
  .hnews-box {
    display: block;
  }

  .hnews-l {
    width: 100%;
    padding-right: 0;
    margin-bottom: 50px;
  }

  .hnews-r {
    width: 100%;
  }

  .hnews-rtxt h3 {
    font-size: 18px;
  }
}

@media(max-width:991px) {
  .hnews-rtxt h3 {
    font-size: 18px;
  }

  .hnews-rtxt h4 {
    font-size: 14px;
    line-height: 24px;
  }

  .hnews-r ul li {
    margin-bottom: 30px;
  }

  .hnews {
    padding: 30px 0 10px;
  }
}


.habout-boxm {
  margin-top: 150px;
}

.habout-boxm ul {
  display: flex;
  /* align-items: flex-end; */
}

.habout-boxm ul li {
  margin: 0 10px;
}

.habout-boxm ul li a .habout-boxmimg {
  display: block;
  overflow: hidden;
  border-radius: 15px;
}

.habout {
  overflow: hidden;
}

.habout-txt {
  opacity: 0;
  height: 100px;
  padding: 30px 0 0 40px;
}

.habout-boxm ul li a {
  display: block;
  transition: all 0.4s;
}

.habout-boxm ul li a:hover .habout-txt {
  opacity: 1;
}

.habout-boxm ul li a:hover {
  transform: translateY(-100px);
}

.habout-boxtop {
  position: relative;
}

.habout-boxtop h2 {
  position: absolute;
  bottom: 50px;
  font-size: 30px;
  color: #fff;
  left: 50px;
}

.habout-txt h3 {
  font-size: 30px;
  color: #000;
  margin-bottom: 15px;
}

.hpro {
  background: #fafafa;
  padding: 100px 0;
}

.hpro-tit {
  display: flex;
  justify-content: space-between;
}

.hpro-cate ul {
  display: flex;
}

.hpro-cate ul li a {
  display: block;
  width: 138px;
  height: 38px;
  background: #fff;
  line-height: 38px;
  text-align: center;
  margin-left: 20px;
  border: 1px solid #eeeeee;
}

.hpro-cate ul li a:hover {
  background: #e60012;
  color: #fff;
}

.hpro-cate ul li.on a {
  background: #e60012;
  color: #fff;
}

.hpro-swiper{
  margin-top: 60px;
}

.hpro-box ul li a {
  display: flex;
}
.hpro-swiper .swiper-slide a {
  display: flex;
}

.hpro-l {
  width: 50%;
}

.hpro-r {
  width: 50%;
  color: #fff;
  padding: 80px 50px 0;
  background: url("../img/hpro-rbg.jpg") no-repeat top center;
}

.hpro-more {
  width: 160px;
  height: 40px;
  background: #fff;
  color: #e60012;
  display: flex;
  justify-content: center;
  align-items: center;
}

.hpro-more span {
  margin-right: 10px;
}

.hpro-r h3 {
  font-size: 40px;
}

.hpro-r h4 {
  font-size: 24px;
  padding: 20px 0 40px;
}

.hpro-r h5 {
  font-size: 18px;
  line-height: 30px;
}

.hpro-more {
  margin-top: 40px;
}

.hpro-box ul li {
  display: none;
}

/*厂房设备*/
.hequ-box ul {
  display: flex;
}

.hequ {
  overflow: hidden;
}

.hequ-txt {
  width: 75%;
  background: #fff;
  position: absolute;
  bottom: 60px;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  justify-content: space-between;
  padding: 40px;
  align-items: center;
}

.hequ-txt h3 {
  font-size: 26px;
  color: #000000;
}

.hequ-box ul a {
  position: relative;
  display: block;
}

.hequ-txt img {
  width: 26px;
  height: 16px;
}

@media(max-width:1700px) {
  .hpro-r h3 {
    font-size: 30px;
  }

  .hpro-r h5 {
    font-size: 16px;
  }
}

@media(max-width:1600px) {
  .hpro-r {
    padding: 30px 30px 0;
  }

  .hpro-r h4 {
    font-size: 22px;
    padding: 20px 0;
  }


}

@media(max-width:1400px) {
  .hpro-r h5 {
    line-height: 24px;
  }

  .hpro-more {
    margin-top: 20px;
  }

  .hequ-txt {
    padding: 20px;
  }

  .hequ-txt h3 {
    font-size: 22px;
  }


}




@media(max-width:1200px) {
  .habout-tit p {
    padding: 0 30px;
  }

  .habout-boxm {
    margin-top: 100px;
  }

  .habout-boxmimg {
    width: 500px;
  }

  .habout-boxmimg img {
    width: 100%;
  }

  .habout-boxtop h2 {
    bottom: 30px;
    left: 30px;
  }

  .hpro-swiper .swiper-slide a  {
    display: block;
  }

  .hpro-l {
    width: 100%;
  }

  .hpro-r {
    width: 100%;
    background-size: cover;
    padding: 30px;
  }
}

@media(max-width:991px) {
  .hometit {
    font-size: 40px;
  }

  .habout-tit h4 {
    font-size: 22px;
    padding: 15px 0;
    line-height: 30px;
  }

  .habout {
    padding: 40px 0 0;
  }

  .habout-tit p {
    padding: 0 15px;
    line-height: 26px;
  }

  .habout-boxm ul {
    display: block;
    padding: 0 15px;
  }

  .habout-boxmimg {
    width: 100%;
  }

  .habout-txt {
    display: none;
  }

  .habout-boxm {
    margin-top: 40px;
  }

  .habout-boxm ul li {
    margin-bottom: 30px;
  }

  .habout-boxtop h2 {
    font-size: 22px;
  }

  .hpro {
    padding: 40px 0;
  }

  .hpro-swiper {
    margin-top: 40px;
  }


}

@media(max-width:768px) {
  .hpro-tit {
    display: block;
  }

  .hpro-cate ul {
    justify-content: center;
  }

  .hpro-cate ul li {
    width: 30%;
    margin: 0 5px;
  }

  .hpro-cate ul li a {
    width: 100%;
    margin-left: 0;
  }

  .hpro-cate {
    margin-top: 20px;
  }

  .hequ-box ul {
    display: block;
  }

  .hequ-txt {
    bottom: 40px;
  }

  .hequ-box ul li {
    margin-bottom: 30px;
  }
}

@media(max-width:449px) {
  .habout-boxm ul {
    padding: 0;
  }
}

.news-box ul li a {
  display: flex;
  align-items: center;
}

.news-box .hnews-rimg {
  width: 25%;
}

.news-box .hnews-rtxt {
  width: 75%;
}

.news {
  padding: 100px 0;
}

.news-box ul li {
  margin-bottom: 40px;
  padding-bottom: 40px;
  border-bottom: 1px solid #e5e5e5;
}


.news-box .hnews-rtxt {
  padding: 0px 0 0 40px;
}

.news-box .hnews-rtxt h4 {
  margin: 25px 0 45px;
  line-height: 35px;
}

.news-more a {
  display: block;
  width: 160px;
  height: 44px;
  background: #e60012;
  color: #fff;
  border-radius: 5px;
  text-align: center;
  line-height: 44px;
  margin: 0 auto;
}

@media(max-width:1400px) {
  .news-box .hnews-rtxt h4 {
    margin: 20px 0 20px;
    line-height: 30px;
  }
}

@media(max-width:1200px) {
  .news-box .hnews-rtxt h4 {
    margin: 15px 0 15px;
    line-height: 26px;
  }
}

@media(max-width:991px) {
  .news-box .hnews-rtxt h4 {
    margin: 10px 0 10px;
    line-height: 26px;
  }

  .news-box .hnews-rimg {
    width: 35%;
  }

  .news {
    padding: 40px 0;
  }
}

@media(max-width:650px) {
  .news-box ul li a {
    display: block;
  }

  .news-box .hnews-rimg {
    width: 100%;
  }

  .news-box .hnews-rtxt {
    width: 100%;
    padding: 30px 0 0;
  }

}

.about-t {
  padding: 100px 0;
  display: flex;
}

.about-tl {
  width: 50%;
}

.about-tr {
  width: 50%;
}

.about-tl {
  padding-right: 100px;
}

.about-tltit {
  display: flex;
  align-items: flex-end;
}

.about-tltit h3 {
  width: 96px;
  height: 40px;
  background: #ff0000;
  color: #fff;
  text-transform: uppercase;
  line-height: 40px;
  text-align: center;
}

.about-tltit span {
  font-size: 110px;
  line-height: 100px;
  display: block;
  color: #e60012;
  margin-left: 18px;
}

.about-tl h4 {
  margin-top: 30px;
  font-size: 24px;
  color: #000000;
}

.about-txt {
  margin-top: 48px;
}

.about-txt p {
  margin-bottom: 30px;
  line-height: 35px;
  color: #555555;
}

.about-cbtn {
  position: relative;
}

.aboutCswiper .about-ctxt {
  position: absolute;
  color: #fff;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
}

.aboutCswiper .swiper-slide a {
  display: block;
  position: relative;
}

.about-ctxt h3 {
  font-size: 44px;
  font-family: 'HEITi';
}

.about-ctxt h4 {
  margin-top: 50px;
  font-size: 24px;
  line-height: 40px;
}

.aboutCswiper .swiper-button-prev {
  left: 8.33333%;
  background: url("../img/about-prev.png") no-repeat center;
}

.aboutCswiper .swiper-button-next {
  right: 8.33333%;
  background: url("../img/about-next.png") no-repeat center;
}

.honor {
  padding: 100px 0;
}

.honor-btn {
  position: relative;
}

.honor-tit h3 {
  font-size: 44px;
  font-family: 'HEITi';
}

.honor-btn {
  width: 104px;
}

.honor-tit {
  display: flex;
  justify-content: space-between;
}

.honor-box {
  margin-top: 60px;
}

.honorSwiper .swiper-slide a .honor-img {
  display: block;
  background: #fafafa;
  padding: 50px;
}

.honor-txt h3 {
  font-size: 18px;
  text-align: center;
  margin-top: 24px;
}

.honor-btn .swiper-button-prev {
  background: url("../img/honor-prev.png") no-repeat center;
  width: 43px;
  height: 43px;
  border: 1px solid #d8d8d8;
  left: 0;
}

.honor-btn .swiper-button-next {
  background: url("../img/honor-next.png") no-repeat center;
  width: 43px;
  height: 43px;
  border: 1px solid #d8d8d8;
  right: 0;
}

.honor-btn .swiper-button-prev:hover {
  background: #e60012 url("../img/honor-prevh.png") no-repeat center;
  border: 1px solid #e60012;

}

.honor-btn .swiper-button-next:hover {
  background: #e60012 url("../img/honor-nexth.png") no-repeat center;
  border: 1px solid #e60012;

}

.honorSwiper .swiper-slide:hover .honor-txt h3 {
  color: #e60012;
  font-family: 'HEITi';
}

@media(max-width:1600px) {
  .honorSwiper .swiper-slide a .honor-img {
    padding: 20px;
  }

  .about-tl {
    padding-right: 30px;
  }

  .about-tltit span {
    font-size: 80px;
    line-height: 70px;
  }

  .about-txt {
    margin-top: 30px;
  }

  .about-txt p {
    margin-bottom: 15px;
    line-height: 30px;
    color: #555555;
  }
}

@media(max-width:1400px) {
  .about-tltit span {
    font-size: 50px;
    line-height: 40px;
  }

  .about-txt {
    margin-top: 10px;
  }

  .about-tl h4 {
    font-size: 22px;
    margin-top: 20px;
  }

  .about-txt p {
    margin-bottom: 15px;
    line-height: 26px;
    color: #555555;
  }
}

@media(max-width:1200px) {
  .about-t {
    display: block;
  }

  .about-tl {
    width: 100%;
    padding: 0;
  }

  .about-tr {
    width: 100%;
    margin-top: 30px;
  }

}

@media(max-width:991px) {
  .about-t {
    padding: 40px 0;
  }

  .aboutCswiper .about-ctxt {
    width: 70%;

  }

  .aboutCswiper .about-ctxt h4 {
    font-size: 18px;
    margin-top: 30px;
  }

  .honor {
    padding: 50px 0;
  }

  .honor-tit h3 {
    font-size: 32px;
  }

  .honor-box {
    margin-top: 20px;
  }
}

.about {
  overflow: hidden;
}

.pro {
  background: #fafafa;
  padding: 100px 0;
}

.pro-box {
  display: flex;
  justify-content: space-between;
}

.pro-l ul {
  width: 200px;
  background: #fff;
  border: 1px solid #eeeeee;
}

.pro-l ul li {
  padding: 35px 30px;
  border-bottom: 1px solid #eeeeee;
}

.pro-l ul li dl dt a {
  font-size: 24px;
  font-family: 'HEITi';
  color: #000;
}

.pro-l ul li dl dd {
  margin-top: 12px;
}

.pro-r {
  width: calc(100% - 270px);
}

.pro-r ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.pro-r ul li {
  width: 48%;
  margin-bottom: 50px;
}

.pro-r ul li h3 {
  margin-top: 30px;
  text-align: center;
  font-size: 24px;
  color: #292929;
}

.pro-more a {
  display: block;
  width: 160px;
  height: 44px;
  background: #e60012;
  color: #fff;
  border-radius: 5px;
  text-align: center;
  line-height: 44px;
  margin: 60px auto 0;
}

.pro-img {
  border: 1px solid #eeeeee;
}

.pro-r ul li:hover h3 {
  color: #e60012;
}

@media(max-width:1600px) {
  .pro-r ul li h3 {
    font-size: 16px;
    line-height: 24px;
  }
}

@media(max-width:991px) {
  .pro-box {
    display: block;
  }

  .pro-l {
    width: 100%;
  }

  .pro-l ul {
    width: 100%;
  }

  .pro-r {
    margin-top: 40px;
    width: 100%;
  }

  .pro {
    padding: 40px 0;
  }

  .pro-more a {
    margin: 0px auto 0;
  }

}

@media(max-width:600px) {
  .pro-r ul li {
    width: 100%;
  }

  .pro-l ul li {
    padding: 20px;
  }
}

/*****联系方式*****/
.contact-box {
  padding-top: 70px;
}
.contact-qyzbw h3 {
  font-size: 50px;
  font-weight: bold;
}
.qyzb-m {
  margin-top: 40px;
}
.qyzb-mimg img {
  width: 100%;
}
.qyzb-mul li {
  display: flex;
  height: 60px;
  line-height: 60px;
  border-bottom: 1px solid #999999;
}
.qyzb-mul li p {
  padding-right: 90px;
}
.contact-qyzbw {
  margin-bottom: 70px;
}
.qytop {
  padding-top: 100px;
}
.c-zxly {
  background: #f5f5f5;
  padding: 70px 0;
}
.c-zxly h4 {
  font-size: 50px;
  color: #111111;
  font-weight: bold;
  text-align: center;
}
.c-zxlytit p {
  padding-top: 40px;
  text-align: center;
  line-height: 32px;
}
.c-zxlyform {
  margin-top: 40px;
}
.c-zxlyform-ul li input {
  width: 100%;
  height: 70px;
  line-height: 70px;
  padding-left: 25px;
  border: 1px solid #dcdcdc;
}
.c-zxlyform-ul li {
  margin-bottom: 20px;
}
.c-zxlyform-ul li textarea {
  width: 100%;
  padding-left: 25px;
  padding-top: 10px;
  border: 1px solid #dcdcdc;
}
.zxly-submit {
  width: 260px;
  height: 60px;
  background: #e60012;
  color: #fff;
  border: none;
  margin: 0 auto;
  display: block;
  font-size: 18px;
  font-family: "MBold";
}
@media (max-width: 1600px) {
  .contact-qyzbw h3 {
    font-size: 32px;
  }
  .qyzb-mul li p {
    padding: 0;
  }
  .qyzb-mul li {
    justify-content: space-between;
  }
}
@media (max-width: 1200px) {
  .qyzb-mul li {
    flex-wrap: wrap;
    height: auto;
    padding-right: 15px;
  }
}
@media (max-width: 991px) {
  .contact-qyzbw h3 {
    font-size: 24px;
  }
  .qyzb-m {
    margin-top: 20px;
  }
  .qyzb-mul li {
    line-height: 35px;
  }
  .contact-box {
    padding-top: 30px;
  }
  .contact-qyzbw {
    margin-bottom: 30px;
  }
  .qytop {
    padding-top: 20px;
  }
  .c-zxly h4 {
    font-size: 24px;
  }
  .c-zxlytit p {
    padding-top: 15px;
    line-height: 28px;
  }
  .c-zxly {
    padding: 40px 0;
  }
  .c-zxlyform-ul li input {
    width: 100%;
    height: 55px;
    line-height: 55px;
    padding-left: 15px;
    border: 1px solid #dcdcdc;
  }
  .c-zxlyform-ul li textarea {
    padding-left: 15px;
  }
  .c-zxlyform-ul li {
    margin-bottom: 15px;
  }
  .zxly-submit {
    width: 180px;
  }
}


/* 联系我们 */
.contact-main{
    padding-bottom: 60px;
}
.contact-cont{
    overflow: hidden;
}
.contact-info{
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    background: #f2f2f2;
    justify-content: center;
}
.contact-info dl dt{
    font-size: 24px;
    color: #000;
    margin-bottom: 25px;
}
.contact-info dl dd{
    line-height: 30px;
    color: #666;
    font-size: 16px;
}
.contact-img{
    overflow: hidden;
    width: 100%;
}
.contact-img img{
    display: block;
    width: 100%;
}
.contact-ditu{
    margin-top: 28px;
    overflow: hidden;
    width: 100%;
}
.contact-ditu img{
    display: block;
    width: 100%;
}
@media(max-width: 1200px){
    .contact-info dl dt{
        margin-bottom: 15px;
    }
}
@media(max-width: 991px){
    .col-xxs-12{
        width:100%;
    }
    .contact-info{
        padding: 30px 0px;
        margin-bottom: 15px;
    }
    .contact-main{
        padding-bottom: 40px;
    }
}
@media(max-width: 599px){
    .contact-main{
        padding-bottom: 30px;
    }
    .contact-ditu{
        margin-top: 15px;
    }
}