@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('/html/static/index/zh-cn/font/SourceHanSansCN-Regular.otf') format('opentype');
  font-weight: normal;
  font-style: normal;
} */

@font-face {
  font-family: "YAHEIB";
  src: url("/html/static/index/zh-cn/font/微软vista雅黑Bold.ttf") format("opentype");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "HEITI";
  src: url("/html/static/index/zh-cn/font/Adobe/ 黑体/ Std/ R.otf") format("opentype");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "SanHeavy";
  src: url("/html/static/index/zh-cn/font/SourceHanSansCN-Heavy.ttf") format("opentype");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "SanLight";
  src: url("/html/static/index/zh-cn/font/SourceHanSansCN-Light.ttf") format("opentype");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "SanNormal";
  src: url("/html/static/index/zh-cn/font/SourceHanSansCN-Normal.otf") format("opentype");
  font-weight: normal;
  font-style: normal;
}

/* header */
header {
  width: 100%;
  position: relative;
  z-index: 999;
  width: 100%;
  /* border-bottom: 1px solid rgba(255, 255, 255, 0.5); */
  background: #ffea01;
}
header {
  background: #fff;
}

.headtop {
  width: 100%;
  overflow: hidden;
  background-color: #126c38;
}

.topmain {
  display: flex;
  height: 60px;
  align-items: center;
  justify-content: flex-end;
  color: #fff;
}

.topmain p {
  margin-left: 10px;
  margin-right: 28px;
}

.header-main {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 90px;
}

.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 14px;
}

/* .nav-ul li:hover>a,
.nav-ul li.nav-active a {
  color: #e66621;
} */

.headbom {
  position: relative;
  z-index: 999;
  padding: 0 100px;
}

.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: 75px;
  z-index: 99;
  width: 100%;
  display: none;
  width: 150px;
  left: 50%;
  transform: translateX(-50%);
}

.nav-sub dl dd {
  background: #fff;
  width: 100%;
  height: 46px;
  line-height: 46px;
  text-align: center;
  position: relative;
  margin-bottom: 1px;
}
.three-sub {
  position: absolute;
  right: -121px;
  width: 120px;
  top: 0;
  display: none;
}
.three-sub p {
  margin-bottom: 1px;
  background: #fff;
}
.nav-sub dl dd a {
  color: #222222;
  display: block;
}
.nav-sub dl dd a:hover {
  background: #ffea01;
}

.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 {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}

.headsou-flex {
  position: absolute;
  right: 0;
  height: 36px;
  background: #fff;
  border-radius: 50px;
  border: 1px solid #dcdcdc;
  overflow: hidden;
  padding-left: 15px;
  display: none;
}
.headsou-flex form {
  display: flex;
}
.headsou-flex input {
  border: none;
  height: 36px;
  line-height: 36px;
}
.headsou-flex button {
  border: none;
  background: none;
  margin-right: 10px;
  margin-bottom: 5px;
}
.headsou-btn {
  width: 34px;
  height: 34px;
  border: 1px solid #272721;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}

.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;
}

.headsou-btn {
  width: 34px;
  height: 34px;
}

.head-soum input {
  border: none;
  border-bottom: 1px solid #4e4e4e;
  width: 100%;
}

.head-soum button {
  border: none;
  background: none;
  position: absolute;
  right: 0;
}

.head-on,
.newsdetail-head {
  background: #fff;
}

.head-on .nav-ul li > a,
.newsdetail-head .nav-ul li > a {
  color: #333333;
}

.head-on .nav-ul li:hover a,
.head-on .nav-ul li.nav-active a {
  color: #e66621;
}

.newsdetail-head .nav-ul li:hover a,
.newsdetail-head .nav-ul li.nav-active a {
  color: #e66621;
}

.head-on .head-langtxt,
.newsdetail-head .head-langtxt {
  color: #333333;
}

.head-on .head-langimg img:last-child,
.newsdetail-head .head-langimg img:last-child {
  display: block;
}

.head-on .head-langimg img:first-child,
.newsdetail-head .head-langimg img:first-child {
  display: none;
}

.head-on .head-sou img:last-child,
.newsdetail-head .head-sou img:last-child {
  display: block;
}

.head-on .head-sou img:first-child,
.newsdetail-head .head-sou img:first-child {
  display: none;
}

.head-on .head-langtxt img:last-child,
.newsdetail-head .head-langtxt img:last-child {
  display: block;
}

.head-on .head-sou img:first-child,
.newsdetail-head .head-sou img:first-child {
  display: none;
}

.head-on .logo img:last-child,
.newsdetail-head .logo img:last-child {
  display: block;
}

.head-on .logo img:first-child,
.newsdetail-head .logo img:first-child {
  display: none;
}

.head-on,
.newsdetail-head {
  border-bottom: none;
}

.head-on .head-langtxt .lan-arrow-white {
  display: none !important;
}

.newsdetail-head .head-langtxt .lan-arrow-white {
  display: none !important;
}
@media (max-width: 1700px) {
  .nav-ul li > a {
    padding: 0 11px;
  }

}

@media (max-width: 1600px) {
  .nav-ul li > a {
    padding: 0 10px;
  }
  .headbom {
    padding: 0 50px;
  }
}

@media (max-width: 1400px) {
  .nav-ul li > a {
    padding: 0 6px;
    font-size: 16px;
  }
}

@media (max-width: 1200px) {
  .nav-ul li > a {
    padding: 0 3px;
     font-size: 14px;
  }

  .hotline-wrap p {
    margin-left: 8px;
  }
}

@media (max-width: 991px) {
  .nav-ul {
    display: none;
  }

  .hotline-wrap {
    display: none;
  }

  .header-main {
    height: 70px;
    border: none;
  }

  .head-lang {
    display: none;
  }

  .logo {
    width: 50px;
  }

  .logo img {
    width: 100%;
  }

  .headbom {
    height: 0;
  }

  .topmain img {
    display: none;
  }

  .topmain p {
    display: none;
  }

  .topmain {
    height: 70px;
  }

  .logo {
    width: 65px;
    top: -64px;
  }

  header {
    height: 70px;
    position: relative;
  }

  .headbom {
    padding: 0 30px;
  }
  .head-sou {
    display: none;
  }
}

@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("/html/static/index/zh-cn/img/banner-next.png") no-repeat center;
  border: 2px solid #fff;
}

.banner-swiper .swiper-button-prev {
  width: 60px;
  height: 60px;
  background: rgba(255, 255, 255, 0.3);
  background: url("/html/static/index/zh-cn/img/banner-prev.png") no-repeat center;
  border: 2px solid #fff;
  left: auto;
  right: 68px;
}

/* 底部 */
#footer {
  width: 100%;
  background: #fafafa;
  overflow: hidden;
  padding: 50px 100px 40px;
  border-top: 1px solid #dcdcdc;
}

.footer-top {
  display: flex;
  justify-content: space-between;
}

.footer-topl {
  width: 70%;
}
.footer-topr {
  display: flex;
  justify-content: space-between;
}
.footer-topr {
  width: 18%;
}
.footer-topr h4 {
  margin-top: 16px;
}
.footer-navul {
  display: flex;
  justify-content: space-between;
}

.footer-copy {
  display: flex;
  padding-top: 40px;
  border-top: 1px solid #d4d4d4;
  justify-content: space-between;
  margin-top: 60px;
  font-size: 14px;
  color: #999999;
  font-family: "SanRegular";
}
.footer-copy-box {
  display: flex;
  justify-content: space-between;
}
.copy-l img {
  margin: 0 3px;
}
.footer-topltxt {
  margin-top: 20px;
  line-height: 35px;
}

.footer-navul li > a {
  font-size: 16px;
  color: #222222;
  font-family: "SanRegular";
}

.footer-lastrowtxt {
  font-family: "SanRegular";
  font-size: 18px;
}

.footer-navul li dl {
  margin-top: 26px;
}

.footer-navul li dl dd {
  line-height: 32px;
  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-trcode {
  text-align: center;
  font-size: 14px;
  color: #999999;
}

.footer-code h4 {
  margin-top: 18px;
  text-align: center;
  color: #b5b5b5;
}

.footer-navul li dl dd a {
  color: #535353;
  font-family: "SanRegular";
  font-size: 14px;
}

.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;
}

.footer-top .footer-tel a {
  font-size: 30px;
  color: #222222;
}

@media (max-width: 1400px) {
  .footer-topr {
    width: 20%;
  }
  .footer-topl {
    width: 80%;
  }
}

@media (max-width: 1200px) {
  .footer-topl {
    width: 100%;
  }
  .footer-top {
    display: block;
  }
  .footer-topr {
    margin-top: 15px;
  }
}

@media (max-width: 991px) {
  .footer-l-tit {
    display: flex;
    justify-content: space-between;
    padding: 25px 0;
  }
  .footer-l-tit {
    border-bottom: 1px solid #dcdcdc;
  }
  .footer-l-tit a {
    font-size: 24px;
  }
  .footer-topr {
    width: 100%;
  }
  .footer-navul {
    display: block;
  }
  .footer-navul li dl {
    display: none;
  }
  .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:last-child {
    width: 100%;
  }
  .footer-l-tit a {
    font-size: 18px;
  }
  .footer-navul li dl dd {
    line-height: 28px;
  }
  .footer-l-tit {
    padding: 15px 0;
  }
  .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;
  }
}

@media (max-width: 1600px) {
  .logo {
    width: 30%;
  }
  .logo img {
    width: 100%;
  }
}

@media (max-width: 1200px) {
  .logo {
    width: 28%;
  }
  .footer-copy-box {
    display: block;
    text-align: center;
  }
  .copy-l span {
    display: block;
  }
}
@media (max-width: 991px) {
  .logo {
    width: 60%;
  }
  #footer {
    padding: 40px 30px 20px;
  }
  .footer-trcode img {
    width: 100%;
  }
  .footer-topr.mb {
    display: flex !important;
    padding-bottom: 40px;
  }
  .footer-toprcode {
    display: flex;
    width: 50%;
    justify-content: space-between;
  }
  .footer-toprlx {
    width: 50%;
    font-size: 18px;
    padding-right: 60px;
  }
  .footer-topr {
    margin-top: 40px;
  }
  .footer-toprlxbt {
    font-size: 24px;
    color: #222222;
  }
  .footer-toprlx dl dd:last-child a {
    color: #999999;
  }
  .footer-copy-box {
    font-size: 18px;
    line-height: 32px;
  }
}
@media (max-width: 600px) {
  .footer-toprlxbt {
    font-size: 20px;
  }
  .footer-top .footer-tel a {
    font-size: 18px;
  }
  .footer-copy-box {
    font-size: 14px;
  }
  .footer-toprlx {
    font-size: 16px;
    padding-right: 15px;
  }
}

.hpro {
  padding: 100px 0;
}
.hpro-tit {
  display: flex;
  justify-content: space-between;
}
.hometit {
  font-size: 50px;
  font-weight: bold;
  color: #222222;
}
.hpro-more {
  width: 194px;
  height: 48px;
  background: #ffea01;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  border-radius: 5px;
}
.hpro-more span {
  margin-right: 40px;
}
.hpro-box {
  margin-top: 50px;
  display: flex;
  justify-content: space-between;
}
.hpro-l ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.hpro-l ul li {
  width: 48%;
}
.hpro-l {
  width: 66.25%;
}
.hpro-r {
  width: 32%;
}
.hpro-l ul li a {
  display: block;
  position: relative;
  background: #fafafa;
}
.hpro-ltxt {
  position: absolute;
  padding: 50px 30px;
  top: 0;
  z-index: 99;
}
.hpro-ltxt h3 {
  font-size: 26px;
  font-family: "YAHEIB";
  color: #222222;
}
.hpro-ltxt h4 {
  width: 110px;
  height: 36px;
  background: #ffea01;
  border-radius: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #222222;
  font-family: "YAHEIB";
  margin-top: 30px;
}
.hpro-r {
  background: #fafafa;
  position: relative;
}
.hpro-l ul li:nth-of-type(2) {
  margin-bottom: 30px;
}

.hser-bgul li {
  display: none;
}
.hser-bgul li img {
  width: 100%;
}
.white {
  color: #fff !important;
}
.hser-bg {
  position: relative;
}
.hser-box {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
}
.hser-itemul {
  display: flex;
}
.hser-itemul li {
  width: 25%;
  border-right: 1px solid #65655f;
  height: 100%;
  position: relative;
}
.hser-itemul {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
}
.hser-tit {
  /* position: absolute; */
  width: 100%;
  z-index: 6;
}
.hser-itemli-txt {
  position: absolute;
  color: #fff;
  text-align: center;
  bottom: 100px;
  width: 100%;
}
.hser {
  overflow: hidden;
}
.hser-tit {
  text-align: center;
  padding-top: 100px;
}

.hser-txtms {
  color: #fff;
  font-size: 18px;
  padding: 50px 0 70px;
  line-height: 35px;
  text-align: justify;
}
.hser-item-txtm {
  display: none;
}
.hser-itemli-txt h3 {
  font-size: 30px;
  font-family: "YAHEIB";
}

.hser-item-more {
  width: 110px;
  height: 36px;
  background: #ffea01;
  border-radius: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #222222;
  font-family: "YAHEIB";
  margin: 30px auto 0;
}
.hser-item-txtm h4 {
  padding: 20px 120px 0;
  line-height: 30px;
}
.hser-itemul li.on .hser-item-txtm {
  display: block;
}
.habout {
  padding: 100px 0;
}
.habout-l {
  width: 50%;
}
.habout-r {
  width: 50%;
}
.marginauto {
  margin: 0 auto;
}
.habout-ltxt {
  padding: 50px 0;
  line-height: 35px;
  font-size: 18px;
}
.habout-l {
  padding-right: 50px;
}
.habout-ltxt p {
  margin-bottom: 20px;
  text-align: justify;
}
.habout-num {
  margin-bottom: 70px;
}
.habout-num ul {
  display: flex;
  flex-wrap: wrap;
}
.habout-num ul li {
  width: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  border-bottom: 1px solid #e5e5e5;
  border-right: 1px solid #e5e5e5;
  padding-bottom: 25px;
  padding-top: 25px;
}
.habout-num ul li:nth-of-type(2n) {
  border-right: none;
}
.habout-num ul li:nth-of-type(3) {
  border-bottom: none;
}
.habout-num ul li:nth-of-type(4) {
  border-bottom: none;
}
.habout-num ul li h3 {
  font-size: 18px;
  font-family: "HEITI";
}
.habout-num span {
  font-size: 52px;
  font-weight: bold;
  color: #222222;
  margin-right: 5px;
}
.habout-num h4 {
  color: #666666;
  font-size: 14px;
  margin-top: 5px;
}
.habout-box {
  display: flex;
  overflow: hidden;
}
.habout-r ul {
  width: 47%;
}
.habout-r {
  overflow: hidden;
}
.habout-rbox {
  padding-left: 50px;
  display: flex;
  justify-content: space-between;
  height: 850px;
  overflow-y: scroll;
  scrollbar-width: none;
  -ms-overflow-style: none; /* IE 10+ */
}

/* 隐藏垂直滚动条 */
.habout-rbox::-webkit-scrollbar {
  width: 0;
  display: none;
}

.habout-r ul:nth-of-type(2n) {
  margin-top: 80px;
}
.habout-r ul li {
  position: relative;
  margin-bottom: 50px;
}
.habout-rbox ul li a {
  position: relative;
  display: block;
}
.habout-rtxts {
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  opacity: 0;
  transition: all 0.4s;
  background: #fedc2d;
}

.habout-rbox ul li:hover .habout-rtxts {
  opacity: 1;
}
.habout-rbox ul li:hover h3 {
  display: none;
}
.habout-rtxts h6 {
  font-size: 30px;
  padding: 30px 0 10px;
  color: #111111;
}
.habout-rtxts h4 {
  font-size: 14px;
  text-transform: uppercase;
  font-weight: lighter;
}
.habout-r ul li h3 {
  font-size: 30px;
  color: #fff;
  position: absolute;
  z-index: 99;
  bottom: 30px;
  text-align: center;
  width: 100%;
}
.habout-num ul li:hover {
  background: #ffea01;
}

.hcase-top {
  position: relative;
  overflow: hidden;
}

.hcase-bot {
  position: relative;
  overflow: hidden;
}

@media (max-width: 991px) {
  .hcase-txtm {
    width: 90%;
  }

  .hcase-txtm h4 {
    line-height: 30px;
    padding: 40px 0 50px;
    font-size: 16px;
  }
}

.hcase-ul {
  display: flex;
}

.hcase {
  position: relative;
  overflow: hidden;
}

.hcase-txt {
  position: absolute;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.3);
  top: 0;
  left: 0;
  display: flex;
  align-items: center;
}

.hcase-txtm {
  width: 74%;
  margin: 0 auto;
  text-align: center;
}

.hcase-txtm .home-more a {
  margin: 0 auto;
}

.hcase-txtm h4 {
  line-height: 35px;
  padding: 40px 0 70px;
  font-size: 18px;
  color: #fff;
  text-align: justify;
}

.hnews {
  padding: 100px 0 90px;
  overflow: hidden;
}
.hnews-tit {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.hnews-nav {
  display: flex;
}
.hnews-nav li {
  width: 150px;
  height: 48px;
  background: #fafafa;
  border-radius: 5px;
  text-align: center;
  line-height: 48px;
  margin-left: 20px;
}
.hnews-nav li:hover {
  background: #ffea01;
}
.hnews-box {
  margin-top: 50px;
}
.hnews-txt {
  padding: 30px;
  border: 1px solid #e5e5e5;
}
.hnews-txt-tit {
  display: flex;
  justify-content: space-between;
}
.hnews-txt-tit h4 {
  width: 68px;
  height: 24px;
  background: #ffea01;
  font-size: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.hnews-txt h6 {
  font-size: 18px;
  font-family: "HEITI";
  color: #222222;
  padding: 15px 0 15px;
}
.hnews-txt p {
  color: #555555;
  line-height: 30px;
  text-align: justify;
}

@media (max-width: 1600px) {
  .hpro-ltxt h3 {
    font-size: 20px;
  }
  .hpro-ltxt {
    padding: 30px 20px;
  }
  .hpro-ltxt h4 {
    margin-top: 20px;
  }
  .hometit {
    font-size: 40px;
  }
  .hser-item-txtm h4 {
    padding: 20px 30px 0;
  }
  .habout-l {
    padding-right: 20px;
  }
  .habout-rbox {
    padding-left: 20px;
  }
  .habout-r ul li h3 {
    font-size: 20px;
  }
  .habout-r ul li {
    margin-bottom: 30px;
  }
}

@media (max-width: 1400px) {
  .hser-itemli-txt {
    bottom: 25px;
  }
  .hser-itemli-txt h3 {
    font-size: 24px;
  }
  .hser-tit {
    padding-top: 50px;
  }
}

@media (max-width: 1200px) {
  .hser-txtms {
    color: #fff;
    font-size: 16px;
    padding: 20px 0 30px;
    line-height: 30px;
  }
  .habout-ltxt {
    padding: 30px 0;
    line-height: 32px;
    font-size: 16px;
  }
}

@media (max-width: 991px) {
  .hpro-r {
    width: 48%;
  }
  .hpro-lmb {
    width: 48%;
  }
  .hpro-lmb ul li a {
    display: block;
    position: relative;
  }
  .hpro-lmb ul li h4 {
    position: absolute;
    font-size: 24px;
    z-index: 6;
    top: 30px;
    left: 15px;
  }
  .hpro-lmb ul li:first-child {
    margin-bottom: 20px;
  }
  .hpro-mbbot ul li a {
    display: block;
    position: relative;
  }

  .hpro-mbbot ul li h4 {
    position: absolute;
    font-size: 24px;
    z-index: 6;
    top: 30px;
    left: 15px;
  }
  .hpro-mbbot ul {
    display: flex;
    justify-content: space-between;
  }
  .hpro-mbbot ul li {
    width: 48%;
  }
  .hpro-mbbot {
    margin-top: 20px;
  }
  .hometit {
    font-size: 32px;
  }
  .hser-bgmb {
    position: relative;
  }
  .hser-bgmb .hser-tit {
    position: absolute;
    top: 50%;
    padding-top: 0;
    padding: 0 30px;
    transform: translateY(-50%);
  }
  .hpro {
    padding: 60px 0;
  }
  .hpro-box {
    margin-top: 30px;
  }
  .habout-box {
    display: block;
  }
  .habout-l {
    width: 100%;
    padding-right: 0;
  }
  .habout-r {
    width: 100%;
  }
  .habout-rbox {
    padding-left: 0;
    height: auto;
  }
  .habout-r ul:nth-of-type(2n) {
    margin-top: 0;
  }
  .habout-num {
    margin-bottom: 50px;
  }
  .habout {
    padding: 40px 0 0;
  }
  .hcase-txt {
    background: none;
  }
  .hcase-txtm {
    width: 100%;
    padding: 0 15px;
  }
  .hpro-more img {
    display: none;
  }
  .hpro-more span {
    margin-right: 0;
  }
  .hnews-box ul li {
    margin-bottom: 30px;
  }
  .hnews {
    padding: 50px 0 0px;
  }
  .hnews-box {
    margin-top: 20px;
  }
}

@media (max-width: 600px) {
  .hpro-lmb ul li h4 {
    position: absolute;
    font-size: 18px;
    z-index: 6;
    top: 15px;
    left: 12px;
  }
  .hpro-mbbot ul li h4 {
    position: absolute;
    font-size: 18px;
    z-index: 6;
    top: 15px;
    left: 12px;
  }
  .hometit {
    font-size: 28px;
  }
  .habout-num span {
    font-size: 36px;
  }
  .hcase-txtm h4 {
    line-height: 30px;
    padding: 20px 0 30px;
    font-size: 16px;
    color: #fff;
  }
}

/*内页*/
.inpage {
  background: #fff;
}
.in-nav {
  height: 110px;
  line-height: 110px;
}
.in-navswiper a {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}
.in-navswiper .swiper-slide:hover a {
  background: #ffea01;
}

.in-navswiper a .innav-img {
  margin-right: 10px;
}
.in-navswiper .swiper-slide.on {
  background: #ffea01;
}

.in-navswiper a::after {
  position: absolute;
  height: 22px;
  width: 1px;
  background: #dcdcdc;
  content: "";
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
.in-navswiper .swiper-slide:first-child a::after {
  display: none;
}

#qyjj {
  background: url("/html/static/index/zh-cn/img/qyjj-bg.jpg") no-repeat top center;
  padding: 85px 0 60px;
  overflow: hidden;
}

.qyjjbox {
  display: flex;
}
.qyjjbox-l {
  width: 50%;
}
.qyjjbox-r {
  width: 50%;
  padding-left: 90px;
}
.about-tit h3 {
  font-size: 40px;
  font-weight: lighter;
}
.about-tit {
  display: flex;
  align-items: flex-end;
}
.about-tit span {
  font-size: 20px;
  color: #cccccc;
  font-weight: lighter;
  margin-left: 15px;
}
.qyjjbox-l h4 {
  font-size: 24px;
  font-weight: lighter;
  padding: 40px 0;
}
.qyjj-line {
  display: flex;
  align-items: center;
  font-size: 44px;
}
.qyjj-linem {
  height: 2px;
  width: 70%;
  background: #e5e5e5;
}
.qyjj-line span {
  text-transform: uppercase;
  margin: 0 3px;
  color: #222222;
}
.qyjj-line p {
  color: #ffea01;
  font-size: 48px;
}
.qyjj-txt {
  margin-top: 40px;
  font-size: 14px;
  color: #333333;
}
.qyjj-txt p {
  margin-bottom: 20px;
  line-height: 30px;
  text-align: justify;
}

#qyry {
  padding: 90px 0;
  background: url("/html/static/index/zh-cn/img/qyry-bg.png") no-repeat top center;
  overflow: hidden;
}
.aboutcom-btn {
  position: relative;
}
.aboutcom-tit {
  display: flex;
  justify-content: space-between;
}
.aboutcom-btn {
  width: 80px;
}
.qyry-box {
  margin-top: 40px;
}
.qyry-swiper .swiper-slide a .scale-img {
  display: block;
  background: #fafafa;
  padding: 24px;
}
.qyry-swiper .swiper-slide a h3 {
  border: 1px solid #eeeeee;
  height: 50px;
  text-align: center;
  line-height: 50px;
  border-top: none;
  font-size: 14px;
  color: #111111;
}
.qyry-swiper .swiper-slide a:hover h3 {
  background: #ffea01;
}
.qyry-swiper .swiper-slide a {
  margin-bottom: 30px;
  display: block;
}
.aboutcom-btn .swiper-button-prev {
  width: 36px;
  height: 36px;
  border: 1px solid #9b9b9b;
  border-radius: 50px;
  background: url("/html/static/index/zh-cn/img/qyry-prev.png") no-repeat center;
  left: 0;
}
.aboutcom-btn .swiper-button-next {
  width: 36px;
  height: 36px;
  border: 1px solid #9b9b9b;
  border-radius: 50px;
  right: 0;
  background: url("/html/static/index/zh-cn/img/qyry-next.png") no-repeat center;
}

.aboutcom-btn .swiper-button-prev:hover {
  border: 1px solid #272727;
  background: #ffea01 url("../img/qyry-prevh.png") no-repeat center;
}

.aboutcom-btn .swiper-button-next:hover {
  border: 1px solid #272727;
  background: #ffea01 url("../img/qyry-nexth.png") no-repeat center;
}

#qywh {
  background: url("/html/static/index/zh-cn/img/qywh-bg.jpg") no-repeat top center;
  padding: 90px 0;
}
.qywh-top ul {
  display: flex;
  justify-content: space-between;
}
.qywh-top ul li {
  width: 48%;
}
.qywh-top ul li a {
  background: #fff;
  padding: 40px;
  border-radius: 10px;
  overflow: hidden;
}
.qywh-box {
  margin-top: 40px;
}
.qywh-top ul li a {
  display: flex;
  justify-content: space-between;
  position: relative;
}
.qywh-topl h3 {
  font-size: 24px;
  font-weight: lighter;
}
.qywh-top ul li a::after {
  position: absolute;
  right: -154px;
  top: -162px;
  width: 300px;
  height: 300px;
  background: #ffea01;
  content: "";
  border-radius: 150px;
  z-index: 0;
  transition: all 1.5s;
}
.qywh-topr {
  position: relative;
  z-index: 99;
}
.qywh-topl {
  position: relative;
  z-index: 99;
}
.qywh-topl h4 {
  margin-top: 18px;
  font-size: 14px;
  color: #666666;
}
.qywh-top ul li:hover a::after {
  width: 1000px;
  height: 1000px;
}
.qywh-top ul li a {
  box-shadow: 1px -1px 15px rgba(0, 0, 0, 0.1);
}
.qywh-bot ul {
  display: flex;
  justify-content: space-between;
}
.qywh-bot ul li {
  width: 18%;
}
.qywh-bot ul li a {
  background: #fff;
  border-radius: 10px;
  display: block;
  padding: 40px 0;
  position: relative;
  overflow: hidden;
}
.qywh-bot {
  margin-top: 40px;
}
.qywh-bw {
  text-align: center;
}
.qywh-bot ul li h3 {
  font-size: 24px;
  font-weight: lighter;
  padding: 20px 0 15px;
}
.qywh-bot ul li h4 {
  font-size: 14px;
}

.qywh-bot ul li a::after {
  position: absolute;
  right: -75px;
  top: -75px;
  width: 150px;
  height: 150px;
  background: #ffea01;
  content: "";
  border-radius: 150px;
  z-index: 0;
  transition: all 1.3s;
}
.qywh-bw {
  position: relative;
  z-index: 99;
}

.qywh-bot ul li:hover a::after {
  width: 1000px;
  height: 1000px;
}

#fzlc {
  background: url("/html/static/index/zh-cn/img/fzlc-bg.jpg") no-repeat top center;
  padding: 90px 0 60px;
  background-size: cover;
}
.fzlc-box {
  display: flex;
}
.fzlc-boxtl ul li {
  display: none;
}
.fzlc-boxtr ul li {
  display: none;
}
.fzlc-boxtr {
  padding-left: 90px;
}
.fzlc-boxtl {
  padding-top: 40px;
  width: 52%;
}
.fzlc-tltxt {
  font-size: 14px;
}
.fzlc-boxtl ul li h2 {
  width: 200px;
  height: 50px;
  background: #ffea01;
  font-size: 30px;
  font-weight: lighter;
  text-align: center;
  line-height: 50px;
}
.fzlc-boxtl ul li h3 {
  font-size: 30px;
  font-weight: lighter;
  padding: 30px 0;
}
.fzlc-boxtr {
  width: 48%;
}
.fzlc-tltxt {
  line-height: 30px;
  text-align: justify;
}
.fzlc-time-line {
  background: url("/html/static/index/zh-cn/img/fzlc-time.png") center;
  height: 16px;
  width: 100%;
}
.fzlc-time {
  margin-top: 70px;
}
.fzlc-timeswiper .swiper-slide a span {
  display: block;
  width: 10px;
  height: 10px;
  background: #000000;
  border-radius: 50%;
  margin: 10px auto 20px;
}
.fzlc-timeswiper .swiper-slide a {
  display: block;
  text-align: center;
}
.fzlc-timeswiper .swiper-button-next {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  top: 30px;
  right: 0;
  background: #ffea01 url("/html/static/index/zh-cn/img/qyry-next.png") no-repeat center;
}
.fzlc-timeswiper {
  padding-top: 30px;
  position: relative;
  top: -30px;
}

.fzlc-timeswiper .swiper-button-prev {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  top: 30px;
  left: 0;
  background: #ffea01 url("/html/static/index/zh-cn/img/qyry-prev.png") no-repeat center;
}

.fzlc-timeswiper .swiper-slide.on span {
  background: #ffea01;
}

#hzhb {
  background: url("/html/static/index/zh-cn/img/hzhb-bg.jpg") no-repeat top center;
  padding: 90px 0 60px;
  background-size: cover;
}
.hzhb-box {
  margin-top: 40px;
}
.hzhb-boxswiper .scale-img {
  margin-bottom: 30px;
}

@media (max-width: 1600px) {
  .qyjjbox-r {
    padding-left: 30px;
  }
  .qyjjbox-l h4 {
    padding: 20px 0;
  }
  .fzlc-boxtr {
    padding-left: 20px;
  }
  .fzlc-boxtl ul li h3 {
    font-size: 24px;
    padding: 15px 0;
  }
}
@media (max-width: 1400px) {
  .qyjj-txt p {
    margin-bottom: 15px;
    line-height: 28px;
  }
  .qywh-topl h4 {
    line-height: 26px;
  }
  .qywh-bot ul li h4 {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
  }
  .qywh-bot ul li a {
    padding: 20px 15px;
  }
  .qywh-bot ul li h3 {
    font-size: 18px;
  }
}

@media (max-width: 1200px) {
  .qyjjbox {
    display: block;
  }
  .qyjjbox-l {
    width: 100%;
  }
  .qyjjbox-r {
    width: 100%;
    padding-left: 0;
  }
  #qyjj {
    background-size: cover;
  }
  .fzlc-box {
    display: block;
  }
  .fzlc-boxtl {
    width: 100%;
  }
  .fzlc-boxtr {
    padding-left: 0;
    width: 100%;
    margin-top: 30px;
  }
}
@media (max-width: 991px) {
  .qyjjbox-l h4 {
    font-size: 20px;
  }
  .about-tit h3 {
    font-size: 30px;
  }
  #qyjj {
    padding: 50px 0 30px;
  }
  .about-tit span {
    font-size: 16px;
  }
  #qyry {
    padding: 50px 0 30px;
  }
  .qywh-bot ul {
    flex-wrap: wrap;
  }
  .qywh-bot ul li {
    width: 48%;
  }
  #qywh {
    background-size: cover;
    padding: 50px 0 20px;
  }
  .qywh-bot ul li {
    margin-bottom: 20px;
  }
  .qywh-top ul {
    display: block;
  }
  .qywh-top ul li {
    width: 100%;
    margin-bottom: 20px;
  }
  #hzhb {
    padding: 50px 0 20px;
  }
}

/*产品分类*/
.procate {
  padding: 90px 0;
}
.procate-row {
  display: flex;
  justify-content: space-between;
}
.procate-box {
  margin-top: 40px;
  overflow: hidden;
}
.procate-rowl {
  width: 65.7%;
  position: relative;
}
.procate-rowr {
  width: 31.4%;
  position: relative;
}
.procate-tit {
  font-size: 30px;
  color: #000000;
}
.procate-rowltxt {
  position: absolute;
  z-index: 99;
  padding: 34px;
  color: #000000;
  width: 100%;
}
.procate-rowltxt h4 {
  color: #000000;
  padding: 15px 0;
  letter-spacing: 8px;
}
.procate-rowltxt p {
  text-transform: uppercase;
}
.tc {
  text-align: center !important;
}
.procate-center {
  padding: 40px 0;
}
.procate-center {
  position: relative;
}
.procate-centetxt {
  position: absolute;
  left: 45%;
  z-index: 99;
  padding-top: 55px;
}
.procate-centetxt h4 {
  letter-spacing: 20px;
  color: #666666;
  margin-top: 15px;
}
.procate-centetxt .procate-tit {
  text-align: center;
}
.procate-rowl .procate-both4 {
  color: #666666;
}

@media (max-width: 1400px) {
  .procate-tit {
    font-size: 22px;
  }
}

@media (max-width: 991px) {
  .procate-row {
    flex-wrap: wrap;
  }
  .procate-rowl {
    width: 100%;
    margin-bottom: 30px;
  }
  .procate-rowr {
    width: 100%;
  }
  .procate-rowbot {
    flex-direction: column-reverse;
  }
  .procate {
    padding: 50px 0;
  }
}
@media (max-width: 600px) {
  .procate-rowltxt {
    padding: 15px;
  }
  .procate-tit {
    font-size: 18px;
  }
  .procate-rowltxt h4 {
    letter-spacing: 2px;
  }
  .procate-centetxt {
    left: 0;
    padding: 15px;
  }
  .procate-centetxt h4 {
    letter-spacing: 5px;
  }
  .procate-centetxt {
    width: 100%;
    text-align: center;
  }
  .procate-rowltxt {
    font-size: 14px;
  }
  .procate-rowltxt p {
    font-size: 14px;
  }
}

.prolist {
  background: #fafafa;
  padding: 60px 0 45px;
}
.prolist-txt {
  background: #fff;
  padding: 34px 30px;
}
.prolist-box ul li a {
  display: block;
  border-radius: 10px;
  overflow: hidden;
}
.prolist-icon {
  width: 36px;
  height: 36px;
  background: #ffea01;
  border-radius: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.prolist-txttit {
  display: flex;
  justify-content: space-between;
}
.prolist-txttit h3 {
  font-size: 16px;
  color: #222222;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.prolist-txt h4 {
  font-size: 14px;
  line-height: 24px;
}
.prolist-txt span {
  display: block;
  height: 1px;
  width: 100%;
  background: url("/html/static/index/zh-cn/img/pro-titbg.png") center;
  margin: 15px 0;
}
.prolist-box ul li {
  margin-bottom: 34px;
}

.prolist-box ul li:hover .prolist-txt {
  background: #ffea01;
}
.prolist-box ul li:hover .prolist-icon {
  background: #fff;
}
@media (max-width: 1200px) {
  .prolist-txttit {
    align-items: center;
  }
  .prolist-txttit h3 {
    font-size: 18px;
  }
  .prolist-txt {
    padding: 15px;
  }
}

@media (max-width: 991px) {
  .prolist {
    padding: 40px 0 0;
  }
  .prolist-box ul li {
    margin-bottom: 20px;
  }
}

.contact {
  padding: 90px 0;
}
.contact-top {
  overflow: hidden;
}
.contact-top ul li {
  display: flex;
  align-items: center;
}
.contact-ticon {
  width: 70px;
  height: 70px;
  background: #ffea01;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 70px;
  margin-right: 10px;
  transition: all 0.4s;
}

.contact-top ul li:hover .contact-ticon {
  transform: rotate(45deg);
}
.contact-top ul {
  display: flex;
  justify-content: space-between;
}
.contact-ttxt h3 {
  font-size: 18px;
  color: #222222;
  margin-bottom: 10px;
}
.contact-ttxt h4 {
  font-size: 14px;
  color: #666666;
}
.contact-ditu {
  margin-top: 40px;
}

@media (max-width: 1400px) {
  .contact-ttxt h3 {
    font-size: 16px;
  }
  .contact-top ul {
    flex-wrap: wrap;
  }
  .contact-top ul li {
    width: 50%;
    margin-bottom: 15px;
  }
  .contact-ttxt {
    width: calc(100% - 80px);
  }
}
@media (max-width: 991px) {
  .contact-top ul li {
    width: 100%;
  }
  .contact {
    padding: 50px 0;
  }
}

.news {
  background: #fafafa;
  padding: 90px 0;
}
.news-top {
  display: flex;
  overflow: hidden;
}
.news-topl {
  width: 50%;
}
.news-topr {
  width: 50%;
  background: #fff;
  padding: 70px 40px;
}
.news-tswiper a h3 {
  font-size: 24px;
  color: #333333;
}
.news-time {
  padding: 25px 0;
  color: #999999;
  display: flex;
  align-items: center;
}
.news-time img {
  margin-right: 6px;
}
.news-tswiper a p {
  font-size: 14px;
  color: #666666;
  line-height: 32px;
  display: -webkit-box;
  -webkit-line-clamp: 2; /* 定义显示的最大行数 */
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

.news-tswiper h4 {
  width: 112px;
  height: 40px;
  background: #ffea01;
  color: #333333;
  line-height: 40px;
  font-size: 14px;
  text-align: center;
  margin-top: 40px;
}

.news-tswiper .swiper-pagination .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  border: 1px solid #6d6d6d;
  background: none;
  opacity: 1;
}
.news-tswiper
  .swiper-pagination
  .swiper-pagination-bullet.swiper-pagination-bullet-active {
  border: 1px solid #ffea01;
  background: #ffea01;
}
.news-tswiper .swiper-pagination {
  text-align: right;
  bottom: 0;
}
.news-topl ul li {
  display: none;
}
.news-box ul li {
  margin-top: 40px;
}
.news-box ul li:hover .news-txt {
  background: #ffea01;
}
.news-txt {
  background: #fff;
  padding: 30px 30px 40px;
}
.news-txt h4 {
  font-size: 14px;
  margin-top: 20px;
  line-height: 24px;
  display: -webkit-box;
  -webkit-line-clamp: 2; /* 定义显示的最大行数 */
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

@media (max-width: 1600px) {
  .news-tswiper a h3 {
    font-size: 20px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
  }
  .news-time {
    padding: 15px 0;
  }
  .news-topr {
    padding: 50px 40px;
  }
}

@media (max-width: 1200px) {
  .news-top {
    display: block;
  }
  .news-topl {
    width: 100%;
  }
  .news-topr {
    width: 100%;
  }
}

@media (max-width: 991px) {
  .news {
    padding: 50px 0;
  }
  .news-txt {
    padding: 20px;
  }
}

.case {
  background: #fafafa;
  padding: 90px 0;
}
.case-box ul li h3 {
  padding: 18px 0;
  border: 1px solid #eeeeee;
  font-size: 14px;
  text-align: center;
  background: #fff;
}
.case-box ul li {
  margin-bottom: 30px;
}
.case-box ul li:hover h3 {
  background: #ffea01;
}
.case .page-box {
  margin-top: 40px;
}

@media (max-width: 991px) {
  .case {
    padding: 50px 0;
  }
  .case .page-box {
    margin-top: 20px;
  }
}

.newsd {
  background: #fafafa;
  padding: 90px 0;
}
.newsd-l {
  background: #fff;
}
.newsd-box {
  display: flex;
  justify-content: space-between;
  overflow: hidden;
}
.newsd-r {
  width: 28%;
}
.newsd-l {
  width: 70%;
  padding: 50px 40px;
}
.newsd-l h3 {
  text-align: center;
  font-size: 24px;
}
.newsd-tit {
  display: flex;
  justify-content: center;
  padding: 30px 0;
  border-bottom: 1px solid #dcdcdc;
}
.newsd-tit-row {
  display: flex;
  margin: 0 25px;
  font-size: 14px;
  color: #999999;
  align-items: center;
}
.newsd-txt {
  margin-top: 30px;
  font-size: 14px;
  color: #666666;
  line-height: 30px;
}
.newsd-timg {
  padding-right: 6px;
}
.newsd-share a {
  margin: 0 4px;
}
.newsd-txt p {
  margin-bottom: 15px;
}
.newsd-txt img {
  margin-bottom: 15px;
  width: 100%;
}
.newsd-pagel a {
  display: block;
}
.newsd-page {
  border-top: 1px solid #dcdcdc;
  padding-top: 50px;
  display: flex;
  justify-content: space-between;
}
.newsd-page a {
  font-size: 14px;
}
.newsd-pager a {
  display: block;
  width: 110px;
  height: 46px;
  background: #ffea01;
  text-align: center;
  line-height: 46px;
}
.newsd-r h4 {
  height: 60px;
  background: #ffea01;
  line-height: 60px;
  padding-left: 24px;
}
.newsd-r ul {
  background: #fff;
  padding: 24px;
}
.newsd-r ul h5 {
  font-size: 14px;
  padding: 14px 0;
}

@media (max-width: 991px) {
  .newsd-box {
    display: block;
  }
  .newsd-l {
    width: 100%;
  }
  .newsd-r {
    width: 100%;
    margin-top: 30px;
  }
  .newsd-l {
    padding: 30px 15px;
  }
  .newsd-l h3 {
    font-size: 18px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
  }

  .newsd {
    padding: 40px 0 20px;
  }
}

@media (max-width: 600px) {
  .newsd-tit {
    flex-wrap: wrap;
    justify-content: center;
  }
  .newsd-tit-row {
    width: 100%;
    justify-content: center;
  }
}

.network {
  border-top: 1px solid #dcdcdc;
}
.network-jmtj {
  display: flex;
  padding: 90px 0;
}
.network-jmtjl {
  width: 50%;
  padding-top: 30px;
}
.network-jmtjr {
  width: 50%;
}
.network-jmtj-txt {
  font-size: 14px;
  padding-right: 100px;
  padding-top: 40px;
  line-height: 30px;
}
.net-jmzc {
  background: #fafafa;
  padding: 90px 0 60px;
  overflow: hidden;
}
.net-jmzcbox {
  margin-top: 40px;
}
.net-jmzcbox ul li {
  margin-bottom: 30px;
}
.net-jmzcbox ul li .jmzc-txt {
  padding: 25px 0;
  background: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
}
.net-jmzcbox ul li:hover .jmzc-txt {
  background: #ffea01;
}
.net-jmzcbox ul li:hover .jmzc-txt span {
  background: #fff;
}

.jmzc-txt span {
  display: block;
  width: 25px;
  height: 25px;
  background: #ffea01;
  color: #222222;
  border-radius: 50%;
  text-align: center;
  line-height: 25px;
  margin-right: 10px;
}
.jmzhichi {
  padding: 90px 0;
}
.jmzhichi-box {
  margin-top: 40px;
}
.jmzhichi-swiper a {
  display: flex;
  background: #fafafa;
  padding: 40px 0;
  justify-content: center;
  flex-direction: column;
  align-items: center;
}
.jmzhichi-icon {
  width: 70px;
  height: 70px;
  background: #ffea01;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.4s;
}
.jmzhichi-swiper  h3 {
  padding: 20px 0 15px;
  font-size: 18px;
  color: #222222;
}
.jmzhichi-swiper li:hover a {
  background: #ffea01;
}
.jmzhichi-swiper li:hover .jmzhichi-icon {
  background: #fff;
  transform: rotate(45deg);
}
.jmzhichi-swiper li a h4 {
  font-size: 14px;
  text-align: center;
  padding: 0 15px;
  line-height: 24px;
  text-align: justify;
}
@media (max-width: 1600px) {
  .network-jmtj-txt {
    padding-top: 15px;
  }
}

@media (max-width: 1400px) {
  .network-jmtj-txt {
    padding-top: 15px;
  }
  .network-jmtj-txt {
    padding-right: 30px;
  }


}
@media (max-width: 1200px) {
  .network-jmtj {
    display: block;
  }
  .network-jmtjl {
    width: 100%;
  }
  .network-jmtjr {
    width: 100%;
    margin-top: 20px;
  }
}
@media (max-width: 991px) {
  .network-jmtj {
    padding: 40px 0;
  }
  .net-jmzc {
    padding: 50px 0;
  }
  .jmzhichi {
    padding: 50px 0;
  }
}

@media (max-width: 600px) {
  .network .about-tit h3 {
    font-size: 24px;
  }
  .about-tit span {
    font-size: 14px;
  }
}
.network-jmtj {
  overflow: hidden;
}
.job {
  border-top: 1px solid #dcdcdc;
  padding: 90px 0;
}
.job-lntxt {
  width: 375px;
  position: absolute;
  background: #ffea01;
  padding: 60px;
  top: 100px;
  left: 100px;
}
.job-ln {
  position: relative;
}
.job-lntxt h3 {
  font-size: 36px;
  margin-bottom: 30px;
}
.job-lntxtm p {
  color: #222222;
  font-size: 18px;
  line-height: 30px;
}
.job-zp h3 {
  font-size: 40px;
  color: #222222;
  position: relative;
  padding-left: 25px;
}
.job-zp {
  margin-top: 90px;
}
.job-zp h3::after {
  position: absolute;
  content: "";
  width: 2px;
  height: 40px;
  background: #ffea01;
  left: 0;
}
.job-zp ul {
  margin-top: 40px;
}
.job-zp ul li {
  border: 1px solid #e5e5e5;
  margin-bottom: 20px;
}
.job-zpul dl {
  display: flex;
  align-items: center;
  height: 80px;
  justify-content: space-between;
  padding: 0 50px;
}
.job-zpul dl dd {
  width: 18%;
}

.job-zpul dl dd:last-child {
  width: 18px;
}
.job-zptxt {
  background: #fafafa;
  padding: 50px;
  display: flex;
  font-size: 14px;
  color: #666666;
}
.job-zptxtl {
  width: 50%;
}
.job-zptxtr {
  width: 50%;
  padding-left: 200px;
}
.job-zp-tit {
  color: #222222;
  margin-bottom: 10px;
}
.job-zpul li:hover dl {
  background: #ffea01;
}
.job-zptxtw {
  display: none;
}
.job-zpul li dl {
  cursor: pointer;
}

@media (max-width: 1600px) {
  .job-lntxt h3 {
    font-size: 24px;
  }
  .job-lntxtm p {
    font-size: 16px;
  }
  .job-lntxt {
    padding: 30px;
  }
  .job-zpul dl dd {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
  }
  .job-zpul dl {
    font-size: 14px;
  }
}

@media (max-width: 1200px) {
  .job-lntxt {
    left: 5%;
    top: 5%;
  }
  .job-zpul dl {
    padding: 0 5px;
  }
  .job-zp h3 {
    font-size: 24px;
    line-height: 40px;
  }
}
@media (max-width: 991px) {
  .job-lntxt {
    width: 100%;
  }
  .job-lntxt {
    position: relative;
    left: 0;
    top: 0;
  }
  .job {
    padding: 50px 0;
  }
  .job-zpul {
    width: 1000px;
  }
  .job-zpscroll {
    overflow-x: scroll;
  }
  .job-zp {
    overflow: hidden;
    margin-top: 40px;
  }
}
.ygddser {
  padding: 90px 0;
  border-top: 1px solid #dcdcdc;
}
.ygddser-box {
  display: flex;
  overflow: hidden;
}
.ygddser-l {
  width: 50%;
  padding-right: 60px;
}
.ygddser-r {
  width: 50%;
}

.ygddser-r h3 {
  font-size: 40px;
  color: #222222;
  font-weight: lighter;
  text-align: center;
}
.ygddser-rtxt {
  margin-top: 40px;
}
.ygddser-rtxt p {
  font-size: 14px;
  color: #666666;
  line-height: 30px;
  margin-bottom: 15px;
  text-align: justify;
}
.ygddser-rtel {
  font-size: 16px;
  color: #000000;
  font-weight: 600;
}
.ser-tit {
  font-size: 40px;
  font-weight: lighter;
}
.fwtx {
  background: #fafafa;
  padding: 90px 0;
  color: #000000;
}
.fwtx-box {
  margin-top: 40px;
}
.fwtx-txt {
  background: #fff;
  padding: 30px 0;
  text-align: center;
}
.fwtx-txt h3 {
  font-size: 18px;
  color: #222222;
  margin-bottom: 14px;
}
.fwtx-txt h4 {
  font-size: 14px;
  color: #666666;
}
.fwtx-box ul li:hover .fwtx-txt {
  background: #ffea01;
}
.wmf {
  padding: 90px 0;
}
.wmf-nav ul {
  display: flex;
  justify-content: space-between;
}
.wmf-nav {
  margin-top: 40px;
}
.wmf-nav ul li {
  width: 15%;
  background: #fafafa;
  height: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 14px;
  color: #222222;
  cursor: pointer;
}
.wmf-nav-icon {
  margin-right: 15px;
}
.wmf-nav ul li.on {
  background: #ffea01;
}
.wmf-nav ul li:hover {
  background: #ffea01;
}
.wmf-box {
  margin-top: 20px;
}
.wmf-box ul li a {
  display: flex;
}
.wmf-boxl {
  width: 50%;
  background: #fafafa;
  padding: 50px 50px;
}
.wmf-box-img {
  width: 80px;
  height: 80px;
  background: #ffea01;
  border-radius: 80px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-left: 30px;
}
.wmf-boxl h3 {
  font-size: 24px;
  font-weight: lighter;
  color: #222222;
  padding: 20px 0;
}
.wmf-boxl h4 {
  font-size: 14px;
  color: #666666;
  line-height: 24px;
  text-align: justify;
}
.wmf-box ul li {
  display: none;
}
.szb {
  padding: 90px 0;
  height: 650px;
  background: url("/html/static/index/zh-cn/img/szb-bg.jpg") no-repeat top center;
  background-size: cover;
}
.szb-txt {
  width: 50%;
  padding-right: 50px;
}
.szb-txt p {
  padding: 40px 0;
  font-size: 14px;
  color: #666666;
  line-height: 30px;
  text-align: justify;
}
.ygwhat {
  padding: 90px 0;
}
.ygdd {
  padding: 90px 0;
  background: #fafafa;
}
.ygdd ul li .jmzc-txt {
  display: block;
  text-align: left;
}
.ygdd-tit {
  display: flex;
  justify-content: center;
  align-items: center;
}
.ygdd ul li .jmzc-txt h4 {
  padding: 0 5px;
  font-size: 14px;
  line-height: 24px;
  margin-top: 20px;
  text-align: justify;
}
.ygdd-tit h3 {
  font-size: 18px;
  color: #222222;
}
.fwyy {
  padding: 90px 0;
}
.fwyy-box ul {
  display: flex;
  flex-wrap: wrap;
}
.fwyy-box ul li {
  width: 25%;
}
.fwyy-box ul li a {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: 100%;
}
.fwyy-icon {
  width: 70px;
  height: 70px;
  background: #ffea01;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.4s;
}
.fwyy-box ul li h3 {
  padding: 20px 0 12px;
  color: #222222;
}
.fwyy-box ul li h4 {
  font-size: 14px;
  color: #666666;
}
.fwyy-box ul li:hover a {
  background: #ffea01;
}
.fwyy-box ul li:hover a .fwyy-icon {
  background: #fff;
  transform: rotate(45deg);
}

@media (max-width: 1600px) {
  .ygddser-r h3 {
    font-size: 30px;
  }
  .ygddser-rtxt {
    margin-top: 15px;
  }
   .ygdd ul li .jmzc-txt {
 height: 150px;
}
}
@media (max-width: 1400px) {
  .wmf-boxl {
    padding: 20px;
  }
  .szb {
    height: auto;
  }
 
}

@media (max-width: 1200px) {
  .ygddser-box {
    display: block;
  }
  .ygddser-l {
    width: 100%;
    padding-right: 0;
  }
  .ygddser-r {
    width: 100%;
    margin-top: 40px;
  }
  .ygddser {
    padding: 40px 0 20px;
  }
  .fwtx-txt h4 {
    padding: 0 15px;
    line-height: 24px;
  }
  .wmf-box ul li a {
    display: block;
  }
  .wmf-boxl {
    width: 100%;
  }
  .wmf-nav ul {
    flex-wrap: wrap;
  }
  .wmf-nav ul li {
    width: 32%;
    margin-bottom: 15px;
  }
  .fwyy-box ul li {
    width: 50%;
  }
}
@media (max-width: 991px) {
	.ygdd ul li .jmzc-txt {
 height: 110px;
}
  .ser-tit {
    font-size: 24px;
  }
  .fwtx {
    padding: 40px 0;
  }
  .fwtx-box {
    margin-top: 15px;
  }
  .fwtx-box ul li {
    margin-bottom: 20px;
  }
  .wmf-nav ul li {
    width: 48%;
    margin-bottom: 15px;
  }
  .wmf {
    padding: 40px 0;
  }
  .szb-txt {
    width: 100%;
    padding-right: 0;
    line-height: 20px;
  }
  .szb {
    padding: 30px 0 80px;
  }
  .szb-txt p {
    padding: 15px 0;
  }
  .ygwhat {
    padding: 40px 0;
  }
  .ygdd {
    padding: 50px 0 20px;
  }
  .fwyy {
    padding: 40px 0;
  }
}

@media (max-width: 600px) {
  .fwyy-box ul li {
    width: 100%;
  }
  .fwyy-box ul li a {
    padding: 50px 0;
  }
}

/*产品详情*/
.prod-top {
  padding: 90px 0 70px;
  display: flex;
  overflow: hidden;
}
.prod-topr {
  padding-left: 90px;
}
.prod-topr h3 {
  font-size: 30px;
  color: #222222;
}
.prod-topr-tit {
  margin-top: 40px;
}
.prod-topr-tit {
  display: flex;
  border-bottom: 1px solid #e5e5e5;
}
.prod-topl {
  width: 50%;
}
.prod-topr {
  width: 50%;
}
.prod-topr-tit span {
  font-size: 14px;
  color: #222222;
  display: block;
  margin-right: 40px;
  padding-bottom: 20px;
  position: relative;
  cursor: pointer;
}
.prod-topr-tit span::after {
  position: absolute;
  width: 56px;
  height: 4px;
  background: #ffea01;
  content: "";
  bottom: -1px;
  left: 0;
  display: none;
}

.prod-topr-tit span.on::after {
  display: block;
}
.prod-txt {
  margin-top: 30px;
  font-size: 14px;
  color: #777777;
  line-height: 30px;
}

#content-1 {
  height: 200px;
  overflow: hidden;
}

#content-1 .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background: #fedc2d;
}
#content-1 .mCSB_scrollTools .mCSB_draggerRail {
  background: #dcdcdc;
  width: 4px;
}
.prod-next a {
  display: block;
  border: 1px solid #999999;
  width: 200px;
  height: 50px;
  text-align: center;
  line-height: 50px;
  margin-right: 30px;
  font-size: 14px;
  color: #999999;
}
.prod-next {
  display: flex;
  border-top: 1px solid #e5e5e5;
  margin-top: 40px;
  padding-top: 40px;
}
.prod-next a.on {
  background: #ffea01;
  color: #222222;
  border: 1px solid #ffea01;
}
.prod-next a:hover {
  background: #ffea01;
  color: #222222;
  border: 1px solid #ffea01;
}
.prod-tit {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 50px;
}
.prod-tit span {
  display: block;
  height: 1px;
  background: #e5e5e5;
  width: 40%;
}
.prod-tit h3 {
  font-size: 30px;
  color: #333333;
}
.prod-paramsimg img {
  max-width: 100%;
}
.prod-paramsimg {
  padding: 0 200px;
}

.prod-hot {
  background: #fafafa;
  padding: 90px 0;
}

.prod-txt ul li {
  display: none;
}

.prod-hotmswiper .swiper-slide a {
  display: block;
  border-radius: 10px;
  overflow: hidden;
}

.prod-hotmswiper .swiper-slide:hover .prolist-txt {
  background: #ffea01;
}
.prod-hotmswiper .swiper-slide:hover .prolist-icon {
  background: #fff;
}

@media (max-width: 1600px) {
  .prod-topr {
    padding-left: 50px;
  }
}

@media (max-width: 1200px) {
  .prod-topr {
    padding-left: 0px;
    width: 100%;
    margin-top: 30px;
  }
  .prod-top {
    display: block;
  }
  .prod-topl {
    width: 100%;
  }
  .prod-paramsimg {
    padding: 0 50px;
  }
}

@media (max-width: 991px) {
  .prod-topr h3 {
    font-size: 24px;
  }
  .prod-top {
    padding: 40px 0;
  }
  .prod-tit span {
    width: 30%;
  }
  .prod-tit h3 {
    font-size: 22px;
  }
  .prod-paramsimg {
    padding: 0;
  }
  .prod-hot {
    padding: 40px 0;
  }
}

.newstxt {
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}


.proin-nav{
  height:60px;
  background: #fafafa;
}
@media(max-width:991px){
  .proin-nav{
    height:40px;
  }
}
.jmzhichi-box-ul{
  display: flex;
  margin: 0 -20px;
}
.jmzhichi-box-ul li{
  width: 16%;
  margin: 0 10px;
}
.jmzhichi-swiper .swiper-notification{
  display: none;
}
@media(max-width:1400px){
  .jmzhichi-box-ul li{
    width: 32%;
    margin: 0px;
    margin-bottom: 15px;
  }
  .jmzhichi-box-ul{
    flex-wrap: wrap;
    justify-content: space-between;
    margin: 0;
  }
}


@media(max-width:991px){
  .jmzhichi-box-ul li{
    width: 49%;
    margin: 0px;
    margin-bottom: 15px;
  }
}

@media(max-width:449px){
  .jmzhichi-box-ul li{
    width:100%;
    margin: 0px;
    margin-bottom: 15px;
  }
}