@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: 'DINBold';
  src: url('../font/din-bold.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;
}

/* header */
header {
  width: 100%;
  position: fixed;
  height: 100px;
  z-index: 999;
  width: 100%;
}

.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 {
  display: flex;
  align-items: center;
  height: 100px;
}

.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: #fff;
  position: relative;
  transition: all 0.3s;
  text-transform: uppercase;
  padding: 0 35px;
}

.nav-ul li:hover>a,
.nav-ul li.nav-active a {
  color: #e66621;
}

.headbom {
  position: relative;
  z-index: 999;
  padding: 0 50px;
}

.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: 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: 150px;
  }

  .logo img {
    width: 100%;
  }

  .headbom {
    height: 0;
  }

  .topmain img {
    display: none;
  }

  .topmain p {
    display: none;
  }

  .topmain {
    height: 70px;
  }

  header {
    height: 70px;
  }

  .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: 70px;
  padding-bottom: 40px;
  background: #292929;
  overflow: hidden;
}

.footer-top {
  display: flex;
  justify-content: space-between;
}

.footer-topl {
  width: 28%;
}

.footer-topr {
  width: 71%;
}

.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;
}

.footer-lastrowtxt {
  font-size: 18px;
}

.footer-navul li dl {
  margin-top: 40px;
}

.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: 1400px) {
  .footer-topr {
    width: 70%;
  }
}

@media (max-width: 991px) {
  .footer-topr {
    width: 100%;
    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: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;
  }
}

.mb-nav {
  position: fixed;
  width: 300px;
  height: 100vh;
  background: #fff;
  right: 0;
  top: 0;
  z-index: 999999;
  display: none;
}

.footer-codew {
  margin-top: 40px;
}

.footer-bq {
  color: #666666;
  line-height: 32px;
}

.mb-navclose {
  height: 100px;
  position: relative;

}

.mb-navclose img {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 55px;
  cursor: pointer;
}

.mb-nav {
  border-left: 1px solid #ededed;
}

.mb-navul {
  padding: 0 50px;
  margin-top: 50px;
}

.mb-navul li {
  margin-bottom: 50px;
}

.mb-navul li a {
  display: flex;
  justify-content: space-between;
}

.mb-navcode {
  text-align: center;
  margin-top: 100px;
  line-height: 30px;
}

.mb-navcode img {
  margin-bottom: 20px;
}

@media(max-width:1700px) {
  .mb-navul li {
    margin-bottom: 10%;
  }

  .mb-navcode {
    text-align: center;
    margin-top: 10%;
    line-height: 30px;
  }

  .mb-navul {
    padding: 0 50px;
    margin-top: 10%;
  }

  .mb-navclose {
    height: 10%;
  }
}

@media(max-width:1200px) {
  .last-gz {
    display: none;
  }
}



@media(max-width:991px) {
  .banner-img img {
    width: 100%;
  }

  .footer-topl {
    width: 100%;
  }

  .footer-bq {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
  }

  .footer-bq p {
    margin: 0 5px;
  }

  .footer-logo {
    text-align: center;
  }
}

/*首页关于我们*/
.habout {
  padding: 100px 0;
  overflow: hidden;
}

.habout-box {
  display: flex;
}

.habout-ul {
  display: flex;
  justify-content: space-between;
}

.habout-l {
  width: 50%;
  padding-right: 50px;
}

.habout-r {
  width: 50%;
  padding-left: 50px;
}

.habout-ul li {
  width: 22.6%;
  text-align: center;
}

.habout-ul li img {
  width: 100%;
}

.habout-l h3 {
  font-size: 48px;
  color: #000000;
}

.habout-ltxt {
  margin-top: 46px;
  color: #666666;
  line-height: 35px;
}

.habout-ul {
  margin-top: 140px;
}

.habout-ul li h4 {
  margin-top: 10px;
}

.habout-rbtnl {
  position: relative;
}

.habout-rswiper .swiper-button-next {
  background: #fff url("../img/habout-next.png") no-repeat center;
  width: 68px;
  height: 68px;
}

.habout-rswiper .swiper-button-prev {
  background: #fff url("../img/habout-prev.png") no-repeat center;
  width: 68px;
  height: 68px;
  left: 0;
  bottom: 0;
  top: auto;
  opacity: 1;
}

.habout-rswiper .swiper-button-next {
  background: #fff url("../img/habout-next.png") no-repeat center;
  width: 68px;
  height: 68px;
  left: 68px;
  bottom: 0;
  top: auto;
  opacity: 1;
}

.habout-rswiper .swiper-slide a {
  position: relative;
  display: block;
}

.habout-rswiper .swiper-slide a h3 {
  position: absolute;
  bottom: 20px;
  right: 5px;
  color: #fff;
  font-size: 24px;
}

.habout-rswiper .swiper-slide a h3 span {
  font-weight: bold;
}

.hadv-ul {
  display: flex;
}

.hadv-ul li {
  width: 16.66666%;
  position: relative;
  transition: width 0.3s;
}

.hadv-ul li.on {
  width: 50%;
}

.hadv-txt {
  position: absolute;
  color: #fff;
  width: 52%;
  bottom: 50px;
  top: auto;
  left: 50%;
  transform: translateX(-50%);
}

.hadv-txtm a {
  display: block;
  color: #fff;
  width: 140px;
  height: 40px;
  text-align: center;
  line-height: 40px;
  border: 1px solid #fff;
  text-transform: uppercase;
}

.hadv {
  overflow: hidden;
}

.hadv-txt h3 {
  font-size: 30px;
}

.hadv-txtm h4 {
  margin: 24px 0 40px;
  line-height: 30px;
}

.hadv-txt {
  display: none;
}

.hav-tit {
  position: absolute;
  color: #fff;
  width: 100%;
  top: auto;
  bottom: 50px;
  text-align: center;
  font-size: 30px;
}

.hadv-ul li.on .hav-tit {
  display: none;
}

.hadv-ul li.on .hadv-txt {
  display: block;
}

.hpro {
  padding: 100px 0;
  position: relative;
}

.home-tit h3 {
  font-size: 50px;
  color: #000000;
}

.hpro-swiper .swiper-slide {
  width: 80%;
}

.hpro-swiper .swiper-slide img {
  width: 100%;
}

.hpro-btn {
  position: relative;
}

.home-tit {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.hpro-box {
  width: 91.6%;
  margin-top: 60px;
}

.hpro-swiper .swiper-pagination {
  top: auto;
  bottom: 0;
  width: 90%;
}

.hpro-swiper {
  padding-bottom: 54px;
}

.hvideo {
  position: relative;
}

.hvideo-icon {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.hpro-swiper .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: #292929;
}

.hpro-btn .swiper-button-prev {
  width: 44px;
  height: 44px;
  border: 1px solid #c8c8c8;
  background: url("../img/hpro-prev.png") no-repeat center;
  left: 0;
}

.hpro-btn .swiper-button-next {
  width: 44px;
  height: 44px;
  border: 1px solid #c8c8c8;
  right: 0;
  left: auto;
  background: url("../img/hpro-next.png") no-repeat center;
}

.hpro-btn {
  width: 100px;
}

.hpro-btn .swiper-button-next:hover {
  background: #292929 url("../img/hpro-next.png") no-repeat center;
  border: none;
}

.hpro-btn .swiper-button-prev:hover {
  background: #292929 url("../img/hpro-prev.png") no-repeat center;
  border: none;
}

.hpro-swiper .swiper-slide {
  position: relative;
}

.hpro-swiper .hpro-txt {
  position: absolute;
  top: 0;
  color: #fff;
  width: 540px;
  margin: 60px;
  display: none;
}

.hpro-txt ul li a {
  color: #fff;
  display: block;
  border: 1px solid #fff;
  width: 118px;
  height: 34px;
  text-align: center;
  line-height: 34px;
}

.hpro-txt ul {
  display: flex;
  margin: 30px 0;
}

.hpro-txt h4 {
  font-size: 36px;
}

.hpro-txt ul li {
  margin-right: 14px
}

.hpro-txt h5 {
  line-height: 30px;
}

.hpro-swiper .swiper-slide.swiper-slide-active .hpro-txt {
  display: block;
}

.hnews-more a {
  display: block;
  text-transform: uppercase;
  width: 138px;
  height: 38px;
  border: 1px solid #a0a0a0;
  text-align: center;
  line-height: 38px;
}

.hnews {
  padding: 100px 0;
}

.hnews-m ul li a {
  display: flex;
  border-bottom: 1px solid #dcdcdc;
  padding: 40px 0;
  justify-content: space-between;
}

.hnews-m {
  margin-top: 20px;
}

.hnews-ml {
  width: 23.1%;
}

.hnews-mr {
  width: 74.3%;
}

.hnews-mr h3 {
  color: #969696;
}

.hnews-mr h4 {
  font-size: 20px;
  color: #000000;
  margin: 18px 0 24px;
}

.hnews-mr p {
  color: #666666;
  line-height: 24px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.hnews-mr span {
  display: block;
  margin-top: 50px;
  text-transform: uppercase;
  color: #555555;
}

.h-video img {
  width: 100%;
}

@media(max-width:1919px) {
  .hpro-box {
    margin-left: 7.4%;
  }

}

@media(max-width:1700px) {
  .habout-ul {
    margin-top: 80px;
  }

  .hav-tit {
    font-size: 22px;
  }

  .hadv-txt h3 {
    font-size: 22px;
  }
}

@media(max-width:1600px) {
  .habout-ul {
    margin-top: 40px;
  }

  .habout-l {
    padding-right: 20px;
  }

  .habout-r {
    padding-left: 20px;
  }

  .habout-l h3 {
    font-size: 40px;
  }

  .habout-ltxt {
    margin-top: 30px;
  }

  .hnews-mr span {
    margin-top: 30px;
  }
}

@media(max-width:1400px) {
  .habout-ltxt {
    margin-top: 20px;
  }

  .habout-ltxt {
    line-height: 28px;
  }

  .hadv-txt {
    width: 70%;
  }

  .hnews-mr h4 {
    margin: 15px 0;
  }

  .hnews-mr span {
    margin-top: 10px;
  }

}

@media(max-width:1200px) {
  .habout-box {
    display: block;
  }

  .habout-l {
    padding-right: 0px;
    width: 100%;
  }

  .habout-r {
    margin-top: 40px;
    padding-left: 0px;
    width: 100%;
  }

  .hnews-mr p {
    overflow: hidden;
    -webkit-line-clamp: 2;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
  }

  .hav-tit {
    font-size: 18px;
  }
}

@media(max-width:991px) {
  .habout-r {
    display: none;
  }

  .habout-l h3 {
    text-align: center;
  }

  .hadv-swiper .swiper-slide img {
    width: 100%;
  }

  .hadv-swiper .swiper-slide {
    position: relative;
  }

  .hadv-swiper .swiper-slide .hadv-txt {
    display: block;
    width: 66.66%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }

  .hadv-swiper .swiper-slide .hadv-txt h3 {
    text-align: center;
  }

  .hadv-txtm a {
    margin: 0 auto;
  }

  .hadv-txtm h4 {
    overflow: hidden;
    -webkit-line-clamp: 2;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
  }

  .hadv-swiper .swiper-slide a {
    display: block;
  }

  .hnews-last {
    display: none;
  }

  .hnews-ml {
    width: 30%;
  }

  .hnews-mr {
    width: 65%;
  }

  .hadv-swiper .swiper-button-next {
    background: url("../img/mbadv-next.png") no-repeat center;
  }

  .hadv-swiper .swiper-button-prev {
    background: url("../img/mbadv-prev.png") no-repeat center;
  }

  .home-tit h3 {
    font-size: 36px;
  }

  .hpro-swiper .swiper-slide {
    width: 100%;
  }

  .hpro-box {
    margin-left: 0;
    padding: 30px 15px !important;
    width: 100%;
    margin-top: 15px;
  }

  .hpro-swiper .swiper-pagination {
    width: 100%;
  }

  .hpro {
    padding: 60px 0 30px;
  }

  .hpro-txt h4 {
    font-size: 24px;
    text-align: center;
  }

  .hpro-txt ul {
    justify-content: center;
    margin: 15px 0;
  }

  .hpro-swiper .hpro-txt {
    width: 80%;
    left: 50%;

    margin: 0;
    top: 50%;
    transform: translate(-50%, -50%)
  }

  .hpro-swiper {
    padding-bottom: 30px;
  }

  .hnews {
    padding: 60px 0;
  }

  .hnews-box .home-tit h3 {
    text-align: center;
    width: 100%;
  }

  .hnews-more a {
    margin: 50px auto 0;
  }
}

@media(max-width:600px) {
  .habout {
    padding: 40px 0;
  }

  .habout-l h3 {
    font-size: 30px;
  }

  .hadv-txtm h4 {
    margin: 15px 0 20px;
    line-height: 28px;
  }

  .home-tit h3 {
    font-size: 30px;
  }

  .hpro-txt h5 {
    overflow: hidden;
    -webkit-line-clamp: 2;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    line-height: 24px;
  }

  .hpro-txt ul li a {
    width: 85px;
  }

  .hpro-txt h4 {
    font-size:18px;
  }
  .hpro-txt ul li a{
    font-size: 14px;
  }
  .hpro-txt h5{
    font-size: 14px;
  }

  .hpro-txt ul {
    margin: 10px 0;
  }

  .hnews-mr h4 {
    font-size: 16px;
    margin: 10px 0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  .hnews-mr span {
    margin-top: 5px;
  }

  .hnews-m ul li a {
    padding: 20px 0;
  }
  .hadv-txt h3{
    font-size: 18px;
  }
  .hadv-txtm h4{
    font-size: 14px;
    line-height: 22px;
  }
  .hadv-swiper .swiper-slide a{
    font-size: 14px;
    width: 125px;
  }
}

.ppjs{
  padding: 100px 0 90px;
}
.ppjs-top{
  display: flex;
  overflow: hidden;
}
.about-tit{
  font-size: 36px;
  color: #292929;
}
.ppjs-l{
  width: 50%;
  padding-right: 40px;
}
.ppjs-r{
  width: 50%;
  padding-left: 40px;
}
.ppjs-ltxt{
  margin-top: 50px;
  line-height: 28px;
}
.ppjs-ltxt p{
  margin-bottom: 24px;
}
.ppjs-num ul{
  display: flex;
}
.ppjs-num ul li{
  width: 25%;
  text-align: center;
  border-right: 1px solid #dcdcdc;
}
.ppjs-num{
  margin-top:60px;
}
.ppjs-num ul li span{
  color: #292929;
  font-size: 36px;
  font-family: 'DINBold';
}
.num-jia{
  font-size: 30px;
  color: #292929;
  font-weight: bold;
}
.ppjs-num ul li i{
  font-style: normal;
  color: #292929;
  margin-left: 5px;
}
.ppjs-num ul li h5{
  color: #666666;
  margin-top: 15px;
}
.about-smswiper .swiper-slide a{
  display: block;
}
.about-smswiper .about-smtxt{
  position: absolute;
  top: 50%;
  color: #fff;
  left: 50%;
  transform: translate(-50%,-50%);
  text-align: center;
} 
.about-smtxt h3{
  font-size: 30px;
}
.about-smtxt h4{
  margin-top: 30px;
}
.about-smswiper .swiper-button-next{
  background: url("../img/about-smnext.png") no-repeat center;
}
.about-smswiper .swiper-button-prev{
  background: url("../img/about-smprev.png") no-repeat center;
}
.ppyj{
  padding: 100px 0;
}
.ppyj-box .about-tit{
  text-align: center;
}
.ppyj-txt{
  margin-top: 40px;
}
.ppyj-txt p{
  margin-bottom: 50px;
}
.ppyj-txt p:last-child{
  margin-bottom: 20px;
}
.honor{
  background: #eeeeee;
  padding: 100px 0;
}
.honor-btn{
  position: relative;
}
.honor-tit{
  display: flex;
  justify-content: space-between;
}
.honor-btn{
  width: 80px;
}
.honor-btn .swiper-button-next{
  width: 33px;
  height: 33px;
  background:#fff url("../img/honor-next.png") no-repeat center;
}
.honor-btn .swiper-button-prev{
  width: 33px;
  height: 33px;
  background:#fff url("../img/honor-prev.png") no-repeat center;
  left: 0;
}
.honor-swiper .swiper-slide h4{
  text-align: center;
  margin-top: 20px;
}
.honor-box{
  margin-top: 50px;
}
@media(max-width:1600px){
  .ppjs-ltxt{
    margin-top:20px;
  }
  .ppjs-ltxt p{
    margin-bottom: 15px;
  }
  .ppjs-l{
    padding-right: 20px;
  }
  .ppjs-r{
    padding-left: 20px;
  }
}
@media(max-width:1400px){
  .ppjs-ltxt{
    margin-top:15px;
    line-height: 24px;
  }
  .ppjs-ltxt p{
    margin-bottom: 10px;
  }
  .ppjs-l{
    padding-right:15px;
  }
  .ppjs-r{
    padding-left: 15px;
  }
  .about-smtxt h4{
    line-height: 26px;
  }
}
@media(max-width:1200px){
  .ppjs-top{
    display: block;
  }
  .ppjs-l{
    width: 100%;
    padding: 0;
  }
  .ppjs-r{
    width: 100%;
    padding: 0;
    margin-top: 20px;
  }
  
}
@media(max-width:991px){
  .ppjs-num ul li{
    width: 50%;
    margin-bottom: 30px;
  }
  .ppjs-num ul{
    flex-wrap: wrap;
  }
  .ppjs{
    padding: 40px 0 0;
  }
  .about-smtxt h3{
    font-size: 24px;
  }
  .ppjs-num ul li span{
    font-size: 24px;
  }
  .about-tit{
    font-size: 24px;
  }
  .ppyj{
    padding: 40px 0;
  }
  .ppyj-txt{
    margin-top: 20px;
  }
  .honor{
    padding: 40px 0;
  }
  .honor-box{
    margin-top: 30px;
  }
}
@media(max-width:600px){
  .about-smtxt h3{
    font-size:18px;
  }
  .about-smtxt h4 {
    margin-top: 10px;
    font-size: 14px;
    line-height: 22px;
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;				
    text-overflow: ellipsis;		
    display: -webkit-box;			
    -webkit-line-clamp: 2;			
    line-clamp: 2;					
    -webkit-box-orient: vertical;	

  }
  .ppjs-num ul li h5{
    font-size: 14px;
    padding: 0 5px;
    line-height: 22px;
    margin-top: 8px;
  }
  
}

.service{
  padding: 100px 0;
  overflow: hidden;
}
.ser-top ul{
  display: flex;
  justify-content: space-between;
}
.ser-top ul li{
  width: 24%;
  border: 1px solid #e4e4e4;
  text-align: center;
  padding: 40px 0;
}
.ser-ditu{
  margin-top: 40px;
}
.ser-topicon{
  height: 52px;
}
.ser-top ul li h3{
  color: #333333;
  padding:30px 0;
}
@media(max-width:1200px){
  .ser-top ul li h3{
    padding:10px 0;
  }
}
@media(max-width:991px){
  .ser-top ul{
    display: flex;
    flex-wrap: wrap;
  }
  .ser-top ul li{
    width:48%;
    margin-bottom: 30px;
  }
  .service{
    padding: 40px 0;
  }
  .ser-ditu{
    margin-top: 30px;
  }
}
@media(max-width:449px){
  .ser-top ul li{
    width:100%;
    margin-bottom:15px;
  }

}
/*新闻动态*/
.news{
  padding:60px 0 70px;
}
.news-box ul li a{
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: 1px solid #dcdcdc;
  padding-bottom: 40px;
  padding-top: 40px;
}
.news-l{
  width: 23.1%;
}
.news-r{
  width:74.3%;
}
.news-r h3{
  color: #969696;
}
.news-r h4{
  padding: 18px 0 30px;
  font-size:20px;
  color: #292929;
}
.news-rtxt{
  color: #666666;
}
.news-r span{
  display: block;
  margin-top: 50px;
  text-transform: uppercase;
  color: #555555;
  font-size: 14px;
}
.moreload a{
  display: block;
  text-transform: uppercase;
  width: 158px;
  height: 38px;
  line-height: 38px;
  text-align: center;
  border: 1px solid #9f9f9f;
  color: #9f9f9f;
  margin:70px auto 0;
}
.join{
  padding: 100px 0 50px;
}
.join-tit h3{
  font-size: 36px;
  text-align:center;
}
.jmjh-txt{
  margin-top: 50px;
}
.jmjh-txt p{
  margin-bottom: 30px;
}
.jmjh-list ul{
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.jmjh-list ul li{
  width: 48.5%;
  margin-bottom: 46px;
}
.jmjh-list{
  margin-top: 100px;
}
.jmjh-list h3{
  margin-top: 36px;
  font-size: 24px;
  color: #292929;
  margin-bottom: 20px;
}
.jmjh-list h4{
  line-height: 30px;
}



.jmtj{
  margin-top: 64px;
}
.jmtj-box ul{
  display: flex;
  justify-content: space-between;
}
.jmtj-box ul li{
  width: 32%;
  display: flex;
  border-right: 1px solid #e4e4e4;
  align-items: center;
  margin:50px 0;
}
.jmtj-box ul{
  border-top: 1px solid #e4e4e4;
}
.jmtj-box{
  margin-top: 50px;
}
.jmtj-r{
  margin-left: 15px;
  padding-right:70px;
}
.jmtj-box ul li:last-child{
  border-right: none;
}

@media(max-width:1600px){
  .jmtj-r{
    margin-left: 15px;
    padding-right:15px;
  }
}

@media(max-width:991px){
  .jmjh-list ul li{
    width: 100%;
  }
  .jmtj-box ul li{
    width: 100%;
    border-right: none;
    margin:0;
    border-bottom: 1px solid #e4e4e4;
    padding: 25px 0;
  }
  .jmtj-box ul{
    flex-wrap: wrap;
    border: none;
  }
  .join-tit h3{
    font-size: 24px;
  }
  .join{
    padding: 40px 0;
  }
  .jmjh-txt{
    margin-top: 20px;
  }
  .jmjh-txt p{
    margin-bottom: 15px;
  }
  .jmjh-list{
    margin-top: 40px;
  }
  .jmjh-list ul li{
    margin-bottom: 20px;
  }
  .jmjh-list h3{
    font-size: 20px;
    margin-bottom: 10px;
  }
  .jmtj-box{
    margin-top: 15px;
  }
  .jmtj{
    margin-top:30px;
  }
}



/* 品牌风尚 */
.brand-fashion {
  padding: 100px 0px;
  overflow: hidden;
}
.brand-list li {
  margin-bottom: 50px;
}
.brand-list li:last-child {
  margin-bottom: 0px;
}
.brand-item {
  overflow: hidden;
  width: 100%;
  position: relative;
}
.brand-item img {
  width: 100%;
  transition: all 0.5s;
}
.brand-item:hover img {
  transform: scale(1.1);
}
.brand-info {
  position: absolute;
  width: 50%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  top: 0px;
  color: #fff;
}
.brand-list li:nth-child(odd) .brand-info {
  left: 0px;
  padding-left: 95px;
}
.brand-list li:nth-child(even) .brand-info {
  right: 0px;
  padding-right: 95px;
  align-items: flex-end;
}
.brand-info h4 {
  font-size: 30px;
  line-height: 30px;
  margin-bottom: 22px;
}
.brand-info p {
  line-height: 30px;
}
.brand-list li:nth-child(even) .brand-info p {
  text-align: right;
}
@media (max-width: 1200px) {
  .brand-list li:nth-child(odd) .brand-info {
    padding-left: 55px;
  }
  .brand-list li:nth-child(even) .brand-info {
    padding-right: 55px;
  }
}
@media (max-width: 991px) {
  .brand-list li {
    margin-bottom: 20px;
  }
  .brand-info {
    width: 100%;
    position: relative;
    top: auto;
    left: auto;
  }
  .brand-list li:nth-child(odd) .brand-info {
    padding: 20px 0px 0px;
  }
  .brand-list li:nth-child(even) .brand-info {
    padding: 20px 0px 0px;
    align-items: flex-start;
  }
  .brand-info h4 {
    font-size: 24px;
    line-height: 24px;
    margin-bottom: 10px;
    color: #111;
  }
  .brand-info p {
    color: #666666;
  }
  .brand-list li:nth-child(even) .brand-info p {
    text-align: left;
  }
  .brand-fashion {
    padding: 40px 0px;
  }
}
/* 产品中心 */
.pro-wrap {
  padding-bottom: 70px;
}
.pro-left {
  width: 160px;
  float: left;
}
.pro-right {
  width: calc(100% - 260px);
  float: right;
}
.proleft-list {
  width: 100%;
}
.proleft-list li {
  border-top: 1px solid #eeeeee;
}
.proleft-list li h3 a {
  display: block;
  width: 100%;
  height: 45px;
  padding-right: 20px;
  font-size: 16px;
  font-weight: bold;
  display: flex;
  align-items: center;
  background: url(../img/pro-down.png) no-repeat right center;
}
.proleft-list li dl {
  border-top: 1px solid #eeeeee;
  padding-left: 15px;
  padding-top: 7px;
  padding-bottom: 7px;
}
.proleft-list li.on h3 a {
  background-image: url(../img/pro-up.png);
}
.proleft-list li dl dd a {
  font-size: 16px;
  color: #555;
  line-height: 30px;
}
.pro-list {
  margin-left: -17px;
  margin-right: -17px;
}
.pro-list li {
  padding: 0 17px;
  width: 33.333%;
  float: left;
  margin-bottom: 34px;
}
.pro-item {
  width: 100%;
}
.pro-more {
  width: 100%;
  display: flex;
  align-items: center;
  margin-top: 11px;
  border-bottom: 1px solid #dcdcdc;
  height: 40px;
  justify-content: space-between;
  color: #555;
}
.pro-more i {
  width: 15px;
  height: 9px;
  display: block;
  background: url(../img/pro-arrow.png) no-repeat center;
}
.click-more {
  display: block;
  margin: 36px auto 0px;
  width: 160px;
  height: 40px;
  text-transform: uppercase;
  text-align: center;
  line-height: 40px;
  color: #898989;
  font-size: 14px;
  border: 1px solid #a0a0a0;
}
.pro-item .public-img:hover img {
  transform: scale(1.1);
}
@media (max-width: 991px) {
  .pro-left {
    float: none;
    width: 100%;
  }
  .pro-right {
    float: none;
    width: 100%;
  }
  .click-more {
    margin-top: 40px;
  }
  .pro-list {
    margin-left: 0px;
    margin-right: 0px;
  }
  .pro-list li {
    width: 100%;
    float: none;
    margin-bottom: 20px;
    padding: 0px;
  }
  .pro-wrap {
    padding-bottom: 40px;
  }
}


.inner-main img {
  max-width: 100%
}