@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: 'HEITI';
  src: url('../font/Adobe\ 黑体\ Std\ R.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;
}
.Singleline {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.Singleline2 {
  -webkit-line-clamp: 2;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}


/* header */
header {
  width: 100%;
  position: relative;
  height: 100px;
  z-index: 999;
  width: 100%;
  border-bottom: 4px solid #e62136;
}

.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: #222222;
  position: relative;
  transition: all 0.3s;
  text-transform: uppercase;
  padding: 0 35px;
}

.nav-ul li:hover>a,
.nav-ul li.nav-active a {
  color: #e62136;
  font-family: 'HEITI';
}

.headbom {
  position: relative;
  z-index: 999;
  padding: 0 70px;
}

.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: #e62136;
}

.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-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: 100px;
  display: none;
  padding: 10px 20px;
}

.lang-sub a {
  display: block;
  line-height: 35px;
  height: 35px;
  text-align: left;
  font-size: 18px;
  /* border-bottom: 1px solid #d5d5d5; */
}

.lang-sub a:last-child {
  border-bottom: none;
}

.lang-sub a:hover {
  color: #e62136;
}

.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-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: #e62136;
}

.newsdetail-head .nav-ul li:hover a,
.newsdetail-head .nav-ul li.nav-active a {
  color: #e62136;
}

.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:1700px) {
  .nav-ul li>a {
    padding: 0 30px;
  }
}


@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;
  }

  .logo img {
    width: 300px;
  }
}

@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: 250px;
    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: 60px;
  background: #222222;
  overflow: hidden;
}

.footer-top {
  display: flex;
  justify-content: space-between;
}

.footer-topl {
  width: 36.25%;
}

.footer-topr {
  width: 54%;
}

.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;
}

.footer-topltxt {
  margin-top: 20px;
  line-height: 35px;
}

.footer-navul li>a {
  font-size: 18px;
  color: #fff;
  font-family: 'HEITI';
}


.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: #b5b5b5;
  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;
}

.foot-leftcopy {
  color: #b5b5b5;
  margin-top: 30px;
  line-height: 35px;
}

.footer-code h5 {
  color: #b5b5b5;
  display: block;
  text-align: center;
  margin-top: 20px;
}

@media(max-width:1600px) {
  .footer-logo img {
    width: 80%;
  }

  .foot-leftcopy {
    white-space: nowrap;
  }
}



@media (max-width: 1400px) {
  .foot-leftcopy {
    margin-top: 60px;
  }
}

@media(max-width:1200px) {
  .footer-top {
    flex-direction: column-reverse;
  }

  .footer-topl {
    width: 100%;
  }

  .footer-topr {
    width: 100%;
  }

  .footer-logo {
    display: none;
  }

  .foot-leftcopy {
    text-align: center;
  }
}


@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 {
    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;
  }

  .foot-leftcopy {
    white-space: normal;
  }

  .footer-navul li:last-child {
    display: none;
  }

  .foot-leftcopy {
    margin-top: 0px;
  }
}

@media (max-width: 500px) {
  .footer-navul li {
    width: auto;
  }
}


/*首页产品*/
.homepro {
  background: #fafafa;
  padding: 120px 0 60px;
}

.home-tit {
  font-size: 50px;
  font-family: 'HEITI';
  color: #222222;
}

.homepro-tit {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.hompro-cate ul {
  display: flex;
}

.hompro-cate ul a {
  display: block;
  width: 140px;
  height: 46px;
  background: #fff;
  text-align: center;
  line-height: 46px;
  border: 1px solid #eeeeee;
  margin-left: 20px;
}

.hompro-cate ul li a:hover {
  background: #e70012;
  color: #fff;
  border: 1px solid #e70012;
}

.homepro-box {
  margin-top: 60px;
}

.homepro-item h4 {
  font-size: 22px;
  color: #222222;
  font-family: 'HEITI';
  text-align: center;
  padding: 30px 0 40px;
}

.homepro-swiper .swiper-slide:hover a h4 {
  color: #e70012;
}

.homepro-swiper .swiper-pagination {
  bottom: 0;
  opacity: 0;
}

.homepro-swiper .swiper-pagination .swiper-pagination-bullet {
  background: #000000;
  opacity: 1;
}

.homepro-swiper .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #e70012;
}

.habout {
  padding: 120px 0;
}

.habout-box {
  display: flex;
  overflow: hidden;
}

.habout-l {
  width: 50%;
  padding-right: 100px;
}

.habout-r {
  width: 50%;
  position: relative;
}

.habout-photo ul {
  display: flex;
  justify-content: space-between;
}

.habout-ltxt {
  padding: 60px 0 50px;
  font-size: 18px;
  color: #555555;
  line-height: 35px;
}

.habout-rbtn {
  position: relative;
  width: 80px;
}

.habout-rtxt {
  position: absolute;
  height: 80px;
  background: rgba(0, 0, 0, 0.4);
  bottom: 0;
  width: 100%;
  left: 0;
  z-index: 99;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 50px;
}

.habout-rtxt h5 {
  font-size: 24px;
  color: #fff;
}

.habout-rbtn .swiper-button-next {
  background: url("../img/habout-next.png") no-repeat center;
}

.habout-rbtn .swiper-button-prev {
  background: url("../img/habout-prev.png") no-repeat center;
}

.habout-rbtn-line {
  width: 1px;
  height: 20px;
  background: #fff;
  left: 50%;
  top: 50%;
  position: absolute;
  transform: translate(-50%, -50%);
}

.hnews {
  background: #fafafa;
  padding: 120px 0;
}

.hnews-m {
  margin-top: 60px;
}

.hnews-btn {
  position: relative;
  width: 110px;
}

.hnews-tit {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.hnews-btn .swiper-button-next {
  background: #fff url("../img/hnews-next.png") no-repeat center;
  width: 44px;
  height: 44px;
  border: 1px solid #eeeeee;
}

.hnews-btn .swiper-button-next:hover {
  background: #e70012 url("../img/hnews-nexth.png") no-repeat center;
  border: 1px solid #e70012;
}

.hnews-btn .swiper-button-prev {
  background: #fff url("../img/hnews-prev.png") no-repeat center;
  width: 44px;
  height: 44px;
  border: 1px solid #eeeeee;
  left: 0;
}

.hnews-btn .swiper-button-prev:hover {
  background: #e70012 url("../img/hnews-prevh.png") no-repeat center;
  border: 1px solid #e70012;
}


.hnews-txt h5{
  font-size: 24px;
  font-family: 'HEITI';
  padding: 25px 0 20px;
}
.hnews-txt h6{
  color: #222222;
  font-size: 18px;
}
.hnews-swiper a{
  display: block;
}
.hnews-swiper a:hover h5{
  color: #e70012;
}
.hcon{
  padding:120px 0;
  overflow: hidden;
}
.hcon-box ul{
  display: flex;
  justify-content: space-between;
}
.hcon-box ul li{
  width: 48%;
  position: relative;
}
.hcon-txt{
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  color: #fff;
  padding-left: 60px;
}
.hcon-txt h3{
  margin-bottom: 36px;
  font-size: 36px;
}
.hcon-txt h4{
  font-size:18px;
}
.hcon-txt a{
  display: block;
  width: 138px;
  height: 38px;
  border: 1px solid #fff;
  color: #fff;
  line-height: 38px;
  text-align: center;
  border-radius: 30px;
  margin-top: 70px;
}
.hcon-box ul li a:hover{
  background: #e70012;
  border: 1px solid #e70012;
}
.habout-photo ul li{
  width: 30%;
}
@media(max-width:1700px){
  .habout-l{
    padding-right: 50px;
  }
  .habout-ltxt{
    padding:40px 0 30px;
    font-size: 16px;
  }
}
@media(max-width:1600px){
  .habout-l{
    padding-right: 50px;
  }
  .habout-ltxt{
    padding:30px 0 20px;
    font-size: 16px;
    line-height: 30px;
  }
}

@media(max-width:1400px){
  .habout-l{
    padding-right: 30px;
  }
  .habout-ltxt{
    padding:15px 0 10px;
    font-size: 14px;
    line-height:28px;
  }
}
@media(max-width:1200px){
  .habout-box{
    display: block;
  }
  .habout-l{
    width: 100%;
    padding-right: 0;
  }
  .habout-r{
    width: 100%;
    margin-top: 30px;
  }
  .hcon-txt a{
    margin-top: 30px;
  }
  .hcon-txt h3 {
    margin-bottom: 20px;
    font-size: 24px;
  } 
}

@media(max-width:991px){
  .home-tit{
    font-size: 30px;
  }
  .hompro-cate ul a{
    width: 100px;
  }
  .hompro-cate ul a{
    margin-left: 5px;
  }
  .homepro{
    padding: 50px 0 20px;
  }
  .homepro-box{
    margin-top: 30px;
  }
  .homepro-item h4{
    font-size: 16px;
    padding: 20px 0;
    display: inline-block;
    white-space: nowrap;
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
  }
  .homepro-swiper .swiper-pagination{
    opacity: 1;
    bottom: 0px;
  }
  .homepro-swiper{
    padding-bottom: 20px;
  }
  
  .habout{
    padding: 50px 0;
  }
  .habout-ltxt{
    line-height:28px;
  }
  .habout-ltxt {
    padding: 20px 0 15px;
    font-size: 16px;
  } 
  .habout-rtxt h5 {
    font-size: 20px;
    color: #fff;
  }
  .habout-rtxt{
    padding: 0 15px;
    height: 60px;
  }
  .hnews{
    padding: 50px 0 30px;
  }
  .hnews-m{
    margin-top: 30px;
  }
  .hnews-txt h5{
    font-size: 18px;
  }
  .hcon-box ul{
    display: block;
  }
  .hcon-box ul li{
    width: 100%;
    margin-bottom: 30px;
  }
  .hcon-txt{
    padding-left: 15px;
  }
  .hcon-txt h4{
    font-size: 16px;
  }
  .hcon{
    padding: 50px 0 10px;
  }
}


.about{
  padding: 120px 0;
}
.tc{
  text-align: center;
}
.about-top-txt{
  font-size: 18px;
  line-height: 35px;
  margin-top: 60px;
}
.about-top-list{
  margin-top: 60px;
}
.about-vision{
  margin-top: 80px;
}
.vision-swiper a{
  display: block;
  position: relative;
}
.vision-txt{
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left:0;
  color: #fff;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  z-index: 66;
}
.vision-swiper .swiper-button-next{
  background: url("../img/about-next.png") no-repeat center;
  right: 6%;
}
.vision-swiper .swiper-button-prev{
  background: url("../img/about-prev.png") no-repeat center;
  left: 6%;
}
.vision-txt h3{
  font-size: 40px;
  font-family: 'HEITI';
  margin-bottom: 30px;
}

@media(max-width:991px){
  .about{
    padding:50px 0;
  }
  .about-top-txt {
    font-size:16px;
    line-height:28px;
    margin-top: 30px;
  }
  .about-top-list{
    margin-top: 30px;
  }
  .about-top-list ul li{
    margin-bottom:20px;
  }
  .about-vision{
    margin-top: 20px;
  }
  .vision-txt h3{
    font-size: 20px;
    margin-bottom: 10px;
  }
  .vision-swiper .swiper-slide img{
    height: 250px;
    width: auto;
    position: relative;
    left: 50%;
    transform: translateX(-50%);
  }
}
.news{
  padding: 120px 0;
}
.news-top-list{
  margin-top: 60px;
  overflow: hidden;
}
.news-top-list ul li:hover h5{
  color: #e70012;
}
.news-m{
  margin-top: 80px;
}
.news-mdate{
  width: 120px;
  height: 120px;
  background: #e70012;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.news-mdate h3{
  font-size: 50px;
}
.news-m ul li a{
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.news-m ul li{
  width: 48%;
  border-bottom: 1px solid #eeeeee;
  padding: 30px 0;
}
.news-m ul li:nth-of-type(1){
  border-top: 1px solid #eeeeee;
}
.news-m ul li:nth-of-type(2){
  border-top: 1px solid #eeeeee;
}
.news-m ul{
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.news-mtxt{
  width: calc(100% - 150px);
}
.news-mtxt h5{
  font-size: 24px;
  color: #222222;
  margin-bottom: 20px;
}
.news-mtxt p{
  -webkit-line-clamp: 2;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
.in-more{
  width: 200px;
  height: 50px;
  text-align: center;
  line-height: 50px;
  background: #e70012;
  cursor: pointer;
  color: #fff;
  margin: 80px auto 0;
}

@media(max-width:1200px){
  .news-mtxt h5{
    font-size: 22px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }
}
@media(max-width:991px){
  .news{
    padding:50px 0;
  }
  .news-top-list{
    margin-top: 30px;
  }
  .news-top-list ul li{
    margin-bottom: 30px;
  }
  .news-m ul li{
    width: 100%;
  }
  .in-more{
    margin: 40px auto 0;
  }
}
@media(max-width:600px){
  .news-mdate{
    width: 90px;
    height:90px;
  }
  .news-mdate h3 {
    font-size: 32px;
  }
  .news-mtxt {
    width: calc(100% - 110px);
  }
}

.pro{
  padding: 120px 0;
  background: #fafafa;
}
.pro-box{
  margin-top: 60px;
}

.pro-box ul li h4 {
  font-size: 22px;
  color: #222222;
  font-family: 'HEITI';
  text-align: center;
  padding: 30px 0 40px;
}

.pro-box ul li:hover a h4 {
  color: #e70012;
}
@media(max-width:991px){
  .pro{
    padding: 50px 0;
  }
  .pro-box{
    margin-top: 30px;
  }
  .pro-more{
    margin: 0 auto;
  }
}
@media(max-width:449px){
  .home-tit {
    font-size: 24px;
  }
  
}
.prod{
  overflow: hidden;
}
.prod-topm{
  display: flex;
}
.prod-topml{
  width: 50%;
}
.prod-topr{
  width: 50%;
  padding-left: 80px;
}
.prod-top{
  background: #fafafa;
  padding: 120px 0;
}
.prod-big ul li{
  display: none;
}
.prod-small{
  margin-top: 26px;
}
.prod-topr-txt h3{
  font-size: 50px;
  font-family: 'HEITI';
  color: #222222;
}
.prod-top-txtm{
  font-size: 18px;
  border-top: 1px solid #e5e5e5;
  border-bottom: 1px solid #e5e5e5;
  margin-top: 38px;
  line-height: 35px;
  padding: 40px 0;
}
.prod-topr{
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.prod-topr-more{
  display: flex;
}
.prod-topr-more a{
  display: block;
  height: 120px;
  width: 50%;
  background: #fff;
  font-size: 24px;
  text-align: center;
  line-height: 120px;
  font-family: 'HEITI';
  color: #e70012;
}
.prod-topr-more a.on,.prod-topr-more a:hover{
  background: #e70012;
  color: #fff;
}
.prodSmall-swiper .swiper-slide{
  border: 2px solid #fff;
}
.prodSmall-swiper .swiper-slide.on{
  border: 2px solid #e70012;
}
.prod-m{
  padding: 120px 0;
}
.prod-mtit{
  font-size: 24px;
  color:#e70012 ;
  font-family: 'HEITI';
  padding: 40px 0 30px;
}
.prod-cate{
  display: flex;
}
.prod-cate p{
  padding:0 30px;
  height: 60px;
  line-height: 60px;
  position: relative;
  cursor: pointer;
}
.prod-cate{
  border-bottom: 1px solid #e5e5e5;
}
.prod-cate p.on,.prod-cate p:hover{
  background: #e70012;
  color: #fff;
}
.prod-cate p::after{
  position: absolute;
  content: "";
  width: 1px;
  height: 18px;
  background:#c9c9c9;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
}
.prod-cate p:first-child::after{
  display: none;
}
.prod-mtxt img{
 /* padding: 30px;*/
}
.prod-mtxt p{
  line-height: 35px;
  font-size: 18px;
}
.prod-mlist .prod-mtxt{
  display: none;
}


@media(max-width:1600px){
  .prod-topr-txt h3{
    font-size: 40px;
  }
  .prod-top-txtm{
    font-size: 16px;
    padding: 20px 0;
  }
}
@media(max-width:1400px){
  .prod-topr-more a{
    height:80px;
    line-height: 80px;
  }
  .prod-topr{
    padding-left: 50px;
  }
}
@media(max-width:1200px){
  .prod-topm{
    display: block;
  }
  .prod-topml{
    width: 100%;
  }
  .prod-topr{
    padding: 0;
    width: 100%;
    margin-top:50px;
  }

}

@media(max-width:991px){
  .prod-topr-txt h3{
    font-size: 22px;
  }
  .prod-top{
    padding:50px 0;
  }
  .prod-top-txtm{
    padding: 10px 0;
  }
  .prod-top-txtm{
    line-height: 28px;
  }
}

@media(max-width:1700px){
  .prod-mtxt img{
    width:100%;
  }
}
@media(max-width:1200px){
  .prod-m{
    padding: 50px 0;
  }
  .prod-mtit{
    padding: 20px 0;
  }
  .prod-cate{
    flex-wrap: wrap;
  }
}
@media(max-width:991px){
  .prod-cate p{
    width: 50%;
    padding: 0;
    font-size: 14px;
    text-align: center;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }
  .prod-cate p::after{
    display: none;
  }
  .prod-mtxt p{
    line-height: 28px;
    font-size: 16px;
  }
}

/* 联系我们 */
.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;
    }
}

/*手机电脑切换*/
.dc-mo {
  display: none;
}

@media (max-width: 991px) {
  .dc-mo {
    display: block;
  }

  .dc-pc {
    display: none;
  }
}