@charset "UTF-8";

/**
 * 
 * @authors Your Name (you@example.org)
 * @date    2017-10-18 08:57:34
 * @version $Id$
 */


@font-face {
  font-family: 'HEITI';
  src: url('../font/Adobe%20%E9%BB%91%E4%BD%93%20Std%20R.otf') format('opentype');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'DIN';
  src: url('../font/din-bold.otf') format('opentype');
  font-weight: normal;
  font-style: normal;
}

/* header */
header {
  width: 100%;
  height: 100px;
  z-index: 999;
  width: 100%;
  border-bottom: 4px solid #006abc;
}

.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 li>a {
  display: block;
  font-size: 20px;
  line-height: 58px;
  text-align: center;
  color: #292929;
  position: relative;
  transition: all 0.3s;
  text-transform: uppercase;
  padding: 0 20px;
  font-family: 'HEITI';
}

.nav-ul li:hover>a,
.nav-ul li.nav-active>a {
  color: #006abd;
  font-weight: bold;
    font-size: 22px;
}

.headbom {
  position: relative;
  z-index: 999;
}

.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;
  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: 70px;
  width: 80px;
  height: 80px;
  display: none;
  background: url("../img/lang-sub.png") no-repeat center;
  padding-top: 10px;
  padding-left: 10px;
}

.lang-sub a {
  display: block;
  line-height: 32px;
  height: 32px;
  text-align: left;
}

.lang-sub a.on {
  color: #006abc;
}

.lang-sub a:last-child {
  border-bottom: none;
}

.lang-sub a:hover {
  color: #006abc;
}

.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;
}



.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: 1400px) {
  .nav-ul li>a {
    padding: 0 5px;
    font-size: 16px;
  }
}

@media (max-width: 1200px) {
  .nav-ul li>a {
    padding: 0 5px;
  }

  .hotline-wrap p {
    margin-left: 8px;
  }
}

@media (max-width: 991px) {
  .nav-ul {
    display: none;
  }

  .hotline-wrap {
    display: none;
  }

  .header-main {
    height: 70px;
    border: none;
  }

  .head-lang {
    display: none;
  }

  .logo {
    width: 50px;
  }

  .logo img {
    width: 100%;
  }

  .headbom {
    height: 0;
  }

  .topmain img {
    display: none;
  }

  .topmain p {
    display: none;
  }

  .topmain {
    height: 70px;
  }

  .logo {
    width: 65px;
    top: -64px;
  }

  header {
    height: 70px;
    position: relative;
  }

  .headbom {
    padding: 0 30px;
  }
}

@media (max-width: 500px) {
  .headbom {
    padding: 0 15px;
  }
}

/* banner */
.banner-btn .container {
  position: relative;
}

.banner-btn {
  position: relative;
  top: -110px;
}

.banner-swiper .swiper-button-next {
  width: 60px;
  height: 60px;
  background: rgba(255, 255, 255, 0.3);
  background: url('../img/banner-next.png') no-repeat center;
  border: 2px solid #fff;
}

.banner-swiper .swiper-button-prev {
  width: 60px;
  height: 60px;
  background: rgba(255, 255, 255, 0.3);
  background: url('../img/banner-prev.png') no-repeat center;
  border: 2px solid #fff;
  left: auto;
  right: 68px;
}

/* 底部 */
#footer {
  width: 100%;
  padding-top: 70px;
  padding-bottom: 40px;
  background: #033b5f;
  overflow: hidden;
}

.footer-top {
  display: flex;
  justify-content: space-between;
  overflow: hidden;
}

.footer-topl {
  width: 25%;
}

.footer-topr {
  width: 75%;
}

.footer-navul {
  display: flex;
  justify-content: space-between;
}

.footer-copy {
  display: flex;
  padding-top: 40px;
  border-top: 1px solid #426c87;
  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-lastrowtxt {
  font-size: 18px;
}

.footer-navul li dl {
  margin-top: 30px;
}

.footer-navul li dl dd {
  line-height: 35px;
}

.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: #c9c9c9;
  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%;
  }

  .footer-copy {
    display: block;
    text-align: center;
    padding-top: 20px;
    margin-top: 0px;
    font-size: 16px;
  }

  .footcode {
    display: none;
  }

  .footer-logobox {
    display: none;
  }

  #footer {
    padding-top: 50px;
  }

  .footer-copy {
    margin-top: 50px;
  }

  .footer-navul li>a {
    font-size: 20px;
  }

  .footer-navul li dl dd a {
    font-size: 16px;
  }

  .footer-navul li dl {
    margin-top: 20px;
  }

  .footer-last {
    margin-top: 20px;
  }

  .footer-lastrowtxt {
    font-size: 16px;
  }

  .footer-lastrow {
    font-size: 16px;
  }

  .banner-swiper .swiper-button-prev {
    width: 40px;
    height: 40px;
    top: 20px;
  }

  .banner-swiper .swiper-button-next {
    width: 40px;
    height: 40px;
    top: 20px;
  }

  .banner-btn {
    top: -45px;
  }
}

@media (max-width: 600px) {
  .footer-contact {
    width: 100% !important;
  }

  .footer-navul {
    flex-wrap: wrap;
  }

  .footer-navul li {
    width: 33.3333%;
    margin-bottom: 20px;
  }

  .footer-navul li dl dd {
    line-height: 28px;
  }

  .footer-navul li dl {
    margin-top: 15px;
  }

  #footer {
    padding-top: 30px;
    padding-bottom: 20px;
  }

  .footer-copy {
    display: block;
    text-align: center;
    line-height: 30px;
  }

  .footer-copy {
    font-size: 14px;
  }

  .footer-navul li dl dd a {
    font-size: 14px;
  }

  .footer-navul li>a {
    font-size: 16px;
  }

  .footer-lastrowtxt {
    font-size: 14px;
  }

  .footer-copy {
    margin-top: 0;
  }
}

@media (max-width: 500px) {
  .footer-navul li {
    width: auto;
  }
}


.head-tel {
  font-size: 24px;
  font-family: 'DIN';
  color: #006abd;
  line-height: 100px;
  margin-right: 22px;
}

.footer-topltxt {
  color: #c9c9c9;
}

.footer-copy-box {
  display: flex;
  justify-content: space-between;
  font-size: 16px;
  color: #c9c9c9;
  width: 100%;
}

@media(max-width:1800px) {
  .nav-ul li>a {
    padding: 0 10px;
  }
}

@media(max-width:1600px) {
  .nav-ul li>a {
    padding: 0 6px;
  }

  .footer-topl {
    width: 30%;
  }

  .footer-topr {
    width: 65%;
  }
}

@media(max-width:1200px) {
  .logo img {
    width: 130px;
  }

  .head-tel {
    font-size: 16px;
  }

  .footer-logo img {
    width: 200px;
  }

  .footer-topr {
    width: 68%;
  }

  .footer-copy-box {
    display: block;
    text-align: center;
  }
}

@media(max-width:991px) {
  .footer-top {
    display: block;
  }

  .footer-topl {
    width: 100%;
  }

  .footer-topr {
    width: 100%;
    margin-top: 20px;
  }

  .footer-navul {
    flex-wrap: wrap;
  }

  .footer-navul li {
    width: 25%;
    text-align: center;
    margin-bottom: 30px;
  }

  .footer-navul li dl dd a {
    text-align: center;
  }

  .footer-copy {
    margin-top: 10px;
  }
}



/*首页产品详情*/
.hpro {
  padding: 100px 0;
}

.hpro-tit {
  display: flex;
  justify-content: space-between;
}

.home-tit {
  font-size: 50px;
  color: #292929;
  font-family: 'HEITI';
}

.home-more a {
  width: 158px;
  height: 42px;
  border: 1px solid #eeeeee;
  display: flex;
  justify-content: center;
  align-items: center;
}
.home-more a:hover{
  background: #006abc;
  border: 1px solid #006abc;
  color: #fff;
}
.home-more a:hover img{
  filter: brightness(100);
}

.home-more a img {
  margin-left: 20px;
}

.hpro-m {
  margin-top: 50px;
}

.hpro-swiper .swiper-slide a {
  display: block;
  border: 1px solid #dcdcdc;
}

.hpro-swiper .swiper-pagination {
  top: auto;
  bottom: 0;
}

.hpro-swiper .swiper-slide:hover .hpro-txt h3 {
  transform: translateY(-10px);
}

.hpro-txt h3 {
  transition: all 0.4s;
}

.hpro-txt h3 {
  font-size: 22px;
  color: #292929;
  margin-bottom: 10px;
}

.hpro-txt h4 {
  line-height: 30px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  text-overflow: ellipsis;
}

.hpro-txt {
  text-align: center;
  padding: 0 60px;
  height: 120px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.hpro-swiper {
  padding-bottom: 60px;
}

.hpro-swiper .swiper-slide a:hover {
  border: 1px solid #006abd;
}

.hpro-swiper .swiper-slide a:hover .hpro-txt {
  background: #006abc;
  color: #fff;
}

.hpro-swiper .swiper-slide a:hover .hpro-txt h3 {
  color: #fff;
}

.habout {
  background: #fafafa;
  padding: 100px 0;
  overflow: hidden;
}

.habout-t {
  display: flex;
  overflow: hidden;
}

.about-tl:hover .home-tit {
  transform: translatex(15px);
}

.habout-t .home-tit {
  transition: all 0.3s;
}

.about-tl {
  width: 50%;
  padding-right: 80px;
}

.about-tr {
  width: 50%;
}

.about-tl h4 {
  font-size: 24px;
  color: #006abc;
  line-height: 35px;
  padding: 50px 0;
}

.about-tl p {
  font-size: 18px;
  line-height: 35px;
}

.hwhite a {
  background: #fff;
}

.habout .home-more {
  margin-top: 80px;
}

.habout-num ul {
  display: flex;
  justify-content: space-between;
}

.habout-num ul li {
  width: 31.8%;
}

.habout-num ul li a {
  display: flex;
  background: #fff;
  padding: 50px;
  justify-content: space-between;
}

.habout-num {
  margin-top: 80px;
}

.habout-num ul li a .habout-numr img:last-child {
  display: none;
}

.habout-numl span {
  font-size: 60px;
  font-family: 'DIN';
  color: #292929;
}

.habout-numl h3 {
  margin-top: 15px;
  color: #292929;
  font-size: 18px;
}

.habout-num ul li:hover a {
  background: #006abc;
  color: #fff;
}

.habout-num ul li:hover a .habout-numr img:last-child {
  display: block;
}

.habout-num ul li:hover a .habout-numr img:first-child {
  display: none;
}

.habout-num ul li:hover a span {
  color: #fff;
}

.habout-num ul li:hover a h3 {
  color: #fff;
}

.habout-num ul li a .habout-numr {
  transition: all 0.4s;
}

.habout-num ul li:hover a .habout-numr {
  transform: translateY(-20px);
}

.hcase {
  padding: 100px 0;
}

.hcase-tit {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.hcase-nav {
  width: 60%;
}

.hcase-navswiper .swiper-slide a {
  text-align: center;
  display: block;
  width: 100%;
  padding-bottom: 10px;
  border-bottom: 3px solid #fff;
  font-size: 18px;
}

.hcase-navswiper .swiper-slide.on a {
  border-bottom: 3px solid #006abc;
  color: #006abc;
  font-family: 'HEITI';
}
.hcase-navswiper .swiper-slide a:hover{
  border-bottom: 3px solid #006abc;
  color: #006abc;
  font-family: 'HEITI';
}

.hcasesmall-swiper .swiper-slide img {
  width: 100%;
}

.hcasebig-swiper .swiper-slide img {
  width: 100%;
}

.hcase-small {
  margin-top: 25px;
}

.hcasebig-swiper a h3 {
  font-size: 30px;
  font-family: 'HEITI';
}

.hcasebig-swiper .swiper-slide a {
  display: block;
  position: relative;
}

.hcasebig-swiper a h3 {
  position: absolute;
  bottom: 50px;
  color: #fff;
  text-align: center;
  width: 100%;
}

.hcasebig-swiper .swiper-button-next {
  background: url("../img/hcase-next.png") no-repeat center;
}

.hcasebig-swiper .swiper-button-prev {
  background: url("../img/hcase-prev.png") no-repeat center;
}

.hcasesmall-swiper .swiper-slide.swiper-slide-thumb-active {
  border: 3px solid #006abc;
}

.hcase-m {
  margin-top: 50px;
}

.tech {
  background: #fafafa;
  padding: 100px 0;
}

.tech-m {
  margin-top: 50px;
}

.tech-m a {
  display: block;
  position: relative;
}

.tech-txt {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.4);
  color: #fff;
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
}

.tech-m ul {
  display: flex;
  justify-content: space-between;
}

.tech-m ul li {
  overflow: hidden;
  width: 21.8%;
  transition: all 0.4s;
}

.tech-m ul li.on {
  width: 50%;
}

.tech-txtm {
  position: absolute;
  top: 0;
  display: none;
  width: 100%;
  height: 100%;
  background: linear-gradient(to right, rgba(10, 103, 175, 1), rgba(10, 103, 175, 0.1));
}

.tech-m ul li h3 {
  font-size: 30px;
  margin-bottom: 30px;
  font-family: 'HEITI';
}

.tech-m ul li.on .tech-txtm {
  display: block;
}

.tech-m ul li.on .tech-txt {
  display: none;
}

.tech-txtm-c {
  position: absolute;
  bottom: 50px;
  padding: 0 200px 0 50px;
  top: auto;
}

.tech-txtm-c h3 {
  color: #fff;
  margin: 30px 0;
  font-family: 'HEITI';
}

.tech-txtm-c h4 {
  color: #fff;
  line-height: 35px;
}

.hnews-tit {
  display: flex;
  justify-content: space-between;
}

.hnews {
  padding: 100px 0;
}

.hnews-nav a {
  display: block;
  width: 158px;
  height: 42px;
  border: 1px solid #dcdcdc;
  text-align: center;
  line-height: 42px;
  margin-left: 20px;
}

.hnews-nav {
  display: flex;
}

.hnews-nav a:hover {
  background: #006abc;
  color: #fff;
  border: 1px solid #006abc;
}

.hnews-m ul {
  display: flex;
  justify-content: space-between;
}

.hnews-m ul li {
  width: 32%;
}

.hnews-m {
  margin-top: 50px;
}

.hnews-txt {
  background: #fafafa;
  padding: 50px 35px;
}

.hnews-txt h3 {
  font-size: 24px;
  font-family: 'HEITI';
  margin-top: 20px;
  height: 50px;
}

.hnews-txt span {
  font-size: 18px;
  color: #555555;
}

.hkf {
  background: #fafafa;
  padding: 100px 0;
}

.hkf-tit {
  display: flex;
  align-items: flex-end;
}

.hkf-tit span {
  font-size: 18px;
  margin-left: 20px;
}

.kf-table {
  margin-top: 50px;
  background: #fff;

}

.kf-table table {
  border: 1px solid #dfdddc;
  width: 100%;
}

.kf-table th {
  text-align: center;
  height: 50px;
  line-height: 50px;
  background: #006abc;
  color: #fff;
}

.kf-table td {
  height: 50px;
  line-height: 50px;
  text-align: center;
  position: relative;
}

.kf1w {
  width: 37.5%;
}

.kf2w {
  width: 25%;
}

.kf3w {
  width: 10%;
}

.kf-code {
  position: absolute;
  right: -2%;
  top: -50%;
  display: none;
}

@media(max-width:1800px) {
  .about-tl h4 {
    padding: 30px 0;
  }

  .about-tl p {
    font-size: 16px;
    line-height: 30px;
  }
}

@media(max-width:1600px) {
  .hpro-txt h3 {
    font-size: 18px;
    line-height: 28px;
    /* white-space: nowrap; */
  }
  .kf-table tr td:last-child .kf-code {
    position: absolute;
    right: -2%;
    top: -120%;
  }
  .about-tl h4 {
    font-size: 22px;
    padding: 15px 0;
  }

  .habout .home-more {
    margin-top: 40px;
  }

  .habout-numl h3 {
    line-height: 28px;
    height: 50px;
  }

  .habout-numl span {
    font-size: 48px;
  }

  .habout-num ul li a {
    padding: 30px;
  }
}

@media(max-width:1400px) {
  .about-tl {
    padding-right: 30px;
  }

  .about-tl h4 {
    font-size: 18px;
    line-height: 30px;
  }

  .home-tit {
    font-size: 40px;
  }

  .about-tl p {
    line-height: 28px;
  }

  .habout .home-more {
    margin-top: 30px;
  }

  .habout-numl h3 {
    line-height: 24px;
    font-size: 16px;
  }

  .habout-numl span {
    font-size: 40px;
  }

  .habout-num ul li a {
    padding: 20px;
  }
}

@media(max-width:1200px) {
  .habout-t {
    display: block;
  }

  .about-tl {
    width: 100%;
    padding-right: 0;
  }

  .about-tr {
    width: 100%;
    margin-top: 40px;
  }

  .hcasebig-swiper a h3 {
    font-size: 22px;
    bottom: 20px;
  }

  .tech-txt {
    padding: 0 15px;
    text-align: center;
  }

  .tech-txt h4 {
    line-height: 26px;
  }

  .tech-m ul li h3 {
    margin-bottom: 20px;
  }

  .tech-txtm-c {
    padding: 0 50px;
  }

  .hnews-txt h3 {
    font-size: 18px;
    line-height: 28px;
  }

  .hnews-txt {
    padding: 30px;
  }

  .hnews-txt h3 {
    margin-top: 10px;
  }

  .hkf-tit {
    display: block;
  }

  .hkf-tit span {
    margin-left: 0;
  }

  .hkf-tit h3 {
    margin-bottom: 15px;
  }
}


@media(max-width:991px) {


  .habout {
    padding: 40px 0;
  }

  .home-tit {
    font-size: 30px;
  }

  .hpro {
    padding: 40px 0;
  }

  .hpro-m {
    margin-top: 30px;
  }

  .hpro-txt {
    padding: 0 15px;
  }

  .habout-num ul {
    display: block;
  }

  .habout-num ul li {
    width: 100%;
    margin-bottom: 30px;
  }

  .habout-num {
    margin-top: 40px;
  }

  .hcasebig-swiper a h3 {
    font-size: 16px;
    bottom: 15px;
  }

  .hcase-m {
    margin-top: 30px;
  }

  .hcase {
    padding: 40px 0;
  }

  .tech-m ul {
    display: block;
  }

  .tech-m ul li {
    width: 100%;
  }

  .tech-m ul li img {
    width: 100%;
  }

  .tech-m ul li.on {
    width: 100%;
  }

  .tech-m ul li .tech-txtm-c img {
    width: 40px;
  }

  .tech-m ul li {
    margin-bottom: 30px;
  }

  .tech-txtm-c h4 {
    font-size: 16px;
    line-height: 24px;
  }

  .tech-txtm-c h3 {
    margin: 10px 0;
  }

  .tech-m ul li h3 {
    margin-bottom: 0;
    font-size: 20px;
  }

  .tech-txtm-c {
    bottom: 20px;
  }

  .tech-txtm-c {
    padding: 0 20px;
  }

  .tech {
    padding: 40px 0 10px;
  }

  .tech-m {
    margin-top: 30px;
  }

  .hnews {
    padding: 40px 0 10px;
  }

  .hnews-m ul {
    display: block;
  }

  .hnews-m ul li {
    width: 100%;
    margin-bottom: 30px;
  }

  .hnews-txt {
    padding: 15px;
  }

  .kf-table table {
    width: 100%;
    /* table-layout: fixed; */
  }

  .kf-table tr td {
    /* overflow: hidden; */
    white-space: nowrap;
    text-overflow: ellipsis;
  }

  .kf-table tr th {
    width: 25%;
  }

  .hkf {
    padding: 40px 0 0;
    margin-bottom: 40px;
  }

  .kf-table {
    margin-top: 30px;
  }
}

@media(max-width:600px) {
  .habout-num ul li {
    margin-bottom: 20px;
  }


  
  /* .kf-table{
    overflow-x: scroll;
    -webkit-overflow-scrolling: touch;
  }
  .kf-table::-webkit-scrollbar-track-piece {
    background-color: rgba(0, 0, 0, 0);
    border-left: 1px solid rgba(0, 0, 0, 0);
  }
    .kf-table::-webkit-scrollbar {
    width: 5px;
    height: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    }
    .kf-table::-webkit-scrollbar-thumb {
    background-color: rgba(191, 191, 191, 191);
    background-clip: padding-box;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    min-height: 28px;
    }
    .kf-table::-webkit-scrollbar-thumb:hover {
    background-color: rgba(0, 0, 0, 0.5);
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    } */



  
  



  .kf-table table{
    width: 900px;
  }
  .kf-table .kf1w {
    width:50%;
  }




  .hcasebig-swiper .swiper-button-next {
    width: 10px;
    background-size: 100%;
  }

  .hcasebig-swiper .swiper-button-prev {
    width: 10px;
    background-size: 100%;
  }

  .hnews-tit {
    display: block;
  }

  .hnews-nav {
    margin-top: 20px;
  }

  .hnews-nav a {
    margin-left: 0;
    margin-right: 20px;
  }


}

/*企业简介*/
.about-nav a {
  height: 80px;
  display: block;
  line-height: 80px;
  text-align: center;
}

.about-nav {
  border-bottom: 1px solid #eeeeee;
  overflow: hidden;
}

.about-navswiper a {
  position: relative;
}

.about-navswiper a::after {
  position: absolute;
  width: 1px;
  height: 17px;
  background: #dcdcdc;
  content: "";
  left: 0;
  top: 50%;
  transform: translateX(-50%);
}

.about-navswiper .swiper-slide:first-child a::after {
  display: none;
}

.about-nav .on a {
  background: #006abc;
  color: #fff;
}

.in-box {
  padding: 100px 0;
  overflow: hidden;
}

.in-tit {
  font-size: 50px;
  color: #292929;
  font-family: 'HEITI';
}

.in-tittc {
  text-align: center;
}

.about-txt p {
  text-indent: 2em;
  margin-bottom: 30px;
}

.about-txt {
  margin-top: 50px;
  line-height: 35px;
}

.about .habout-num ul li a {
  border: 1px solid #eeeeee;
}

@media(max-width:991px) {
  .in-box {
    padding: 40px 0;
  }

  .in-tit {
    font-size: 30px;
  }

  .about-txt {
    margin-top: 30px;
    line-height: 30px;
  }

  .about-txt p {
    margin-bottom: 20px;
  }
}

.zzjg-img img {
  width: 100%;
}

.zzjg-img {
  margin-top: 50px;
}

@media(max-width:991px) {
  .zzjg-img {
    margin-top: 30px;
  }
}

.promise-box {
  margin-top: 50px;
}

.promise-box p {
  text-indent: 2em;
  line-height: 30px;
}

.promise-box img {
  margin: 50px 0;
}

@media(max-width:991px) {
  .promise-box {
    margin-top: 30px;
  }

  .promise-box img {
    margin: 30px 0;
  }
}

.qqhj-box {
  margin-top: 50px;
}

.qqhj-swiper a {
  display: block;
}

.qqhj-swiper a h3 {
  position: absolute;
  bottom: 36px;
  color: #fff;
  text-align: center;
  width: 100%;
  font-size: 24px;
  font-family: 'HEITI';
}

.qqhj-swiper .swiper-button-next {
  background: url("../img/qqhj-next.png") no-repeat center;
}

.qqhj-swiper .swiper-button-prev {
  background: url("../img/qqhj-prev.png") no-repeat center;
}

.in-more a {
  display: block;
  width: 230px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  background: #006abc;
  color: #fff;
  margin: 0 auto;
}

.qqhj-bot {
  margin-top: 50px;
}

.qqhj-bot ul li h4 {
  text-align: center;
  padding: 25px 0 30px;
}

.qqhj-bot ul {
  margin-bottom: 40px;
}

@media(max-width:991px) {
  .qqhj-swiper a h3 {
    font-size: 18px;
    bottom: 10px;
  }

  .qqhj-box {
    margin-top: 30px;
  }

  .qqhj-bot {
    margin-top: 30px;
  }

  .qqhj-bot ul {
    margin-bottom: 0px;
  }
}

@media(max-width:600px) {
  .qqhj-swiper {
    position: relative;
    height: 300px;
  }

  .qqhj-swiper img {
    height: 300px;
    width: auto;
    position: absolute;
    left: 50%;
    margin-left: -50%;
  }
}

.video {
  position: relative;
  margin-top: 50px;
}

.video-icon {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

@media(max-width:991px) {
  .video {
    margin-top: 30px;
  }

  .video-icon img {
    width: 50px;
  }
}

.pro-l {
  width: 300px;
}

.pro-l ul li a {
  display: block;
  height: 60px;
  line-height: 60px;
  border: 1px solid #dcdcdc;
  padding-left: 40px;
  transition: all 0.4s;
}
.pro-l ul li a:hover {
  background: #006abc;
  color: #fff;
  border: 1px solid #006abc;
}
.pro-l ul li.on a{
  background: #006abc;
  color: #fff;
  border: 1px solid #006abc;
}

.pro-l ul li {
  margin-bottom: 10px;
}

.pro-lzxfw {
  border: 1px solid #dcdcdc;
  padding: 40px 0;
  text-align: center;
  margin-top: 50px;
}

.pro-box {
  display: flex;
  justify-content: space-between;
}

.pro-r {
  width: calc(100% - 380px);
}

.pro-lzxfw h4 {
  font-size: 24px;
  font-family: 'HEITI';
  color: #333333;
  margin-bottom: 15px;
}

.pro-lzxfw h3 {
  color: #666666;
}

.pro-ltel {
  padding: 25px 0 30px;
  border: 1px solid #dcdcdc;
  border-top: none;
  text-align: center;
}

.pro-licon {
  width: 120px;
  height: 120px;
  background: #006abc;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
}

.promore a {
  display: block;
  height: 55px;
  text-align: center;
  background: #006abc;
  color: #fff;
  line-height: 55px;
  font-family: 'HEITI';
}

.pro-ltel h6 {
  margin: 20px 0px;
  font-size: 30px;
  font-family: 'DIN';
  color: #006abc;
}


.pro-r ul li a {
  display: block;
  border: 1px solid #dcdcdc;
}

.pro-r ul li a:hover {
  border: 1px solid #006abd;
}

.pro-r ul li a:hover .hpro-txt {
  background: #006abc;
  color: #fff;
}

.pro-r ul li a:hover .hpro-txt h3 {
  color: #fff;
}

.pro-r ul li {
  margin-bottom: 50px;
}

.pro {
  overflow: hidden;
}


@media(max-width:1600px) {
  .pro-r .hpro-txt h3 {
    font-size: 16px;
    line-height: 26px;
    /* white-space: nowrap; */
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;				
    text-overflow: ellipsis;		
    display: -webkit-box;			
    -webkit-line-clamp: 2;			
    line-clamp: 2;					
    -webkit-box-orient: vertical;	
  }
  .hpro-txt h4{
    font-size: 14px;
    line-height: 24px;
  }
  .pro-r .hpro-txt {
    padding: 0 30px;
  }
}

@media(max-width:1200px) {
  .pro-l {
    width: 280px;
  }

  .pro-r {
    width: calc(100% - 300px);
  }

  .pro-r .hpro-txt h3 {
    font-size: 18px;

  }

  .pro-r .hpro-txt h4 {
    line-height: 24px;
  }

  .pro-r .hpro-txt {
    height: auto;
    padding: 20px 0;
  }

  .pro-r .hpro-txt h3 {
    margin-bottom: 10px;
  }
}

@media(max-width:991px) {
  .pro-box {
    display: block;
  }

  .pro-l {
    width: 100%;
    margin-bottom: 40px;
  }

  .pro-r {
    width: 100%;
  }
}

.prod {
  overflow: hidden;
}

.prod-top {
  display: flex;
}

.prod-topl {
  width: 50%;
  border: 1px solid #dcdcdc;
}

.prod-topr {
  width: 50%;
  padding-left: 50px;
}

.prod-contact a {
  display: block;
}

.prod-contact {
  display: flex;
}

.prod-toprtit h3 {
  font-size: 34px;
  color: #006abc;
  font-family: 'HEITI';
}

.prod-toprtit h4 {
  font-size: 30px;
  font-family: 'HEITI';
  margin-top: 20px;
}

.prod-toprtit {
  border-bottom: 1px solid #eeeeee;
  padding-bottom: 60px;
}

.prod-toprtxt {
  padding-top: 40px;
  line-height: 50px;
}

.prod-toprtxt span {
  font-size: 18px;
  color: #292929;
  font-family: 'HEITI';
}

.prod-toprtxt-lp {
  padding-left: 55px;
}

.prod-contact {
  border-top: 1px solid #eeeeee;
  padding-top: 60px;
  margin-top: 30px;
}

.prod-contact a {
  height: 68px;
  width: 50%;
  text-align: center;
  line-height: 68px;
  display: block;
  border: 1px solid #eeeeee;
  font-size: 20px;
  color: #555555;
  font-family: 'HEITI';
}

.prod-contact .on {
  background: #006abc;
  color: #fff;
}

.prod-dettxt h3 {
  color: #006abc;
  font-size: 24px;
  font-family: 'HEITI';
}

.prod-det {
  margin-top: 50px;
}

.prod-dettit {
  border-bottom: 1px solid #eeeeee;
}

.prod-dettit span {
  display: block;
  width: 150px;
  height: 50px;
  background: #006abc;
  color: #fff;
  font-size: 24px;
  line-height: 50px;
  text-align: center;
  font-family: 'HEITI';
}

.prod-dettxt {
  padding-top: 40px;
}

.prod-dettxt h3 {
  margin-bottom: 30px;
}

.prod-dettxtm p {
  line-height: 35px;
}

.prod-params h3 {
  color: #006abc;
  font-size: 24px;
  font-family: 'HEITI';
  border-top: 1px solid #eeeeee;
  padding-top: 50px;
  margin-top: 50px;
  margin-bottom: 50px;
}

.prod-paramstxt {
  text-align: center;
}

.prod-dianzi a {
  display: flex;
  background: #006abc;
  color: #fff;
  width: 180px;
  height: 50px;
  margin: 0 auto;
  justify-content: center;
  align-items: center;
}

.prod-dianzi {
  text-align: center;
  margin-top: 77px;
}

.prod-dianzi a img {
  width: 18px;
  height: 18px;
  margin-left: 10px;
}

.prod-dianzi h6 {
  margin-bottom: 30px;
}

.prod-dianzi a {
  border-radius: 3px;
}

.prod-hot {
  background: #fafafa;
  padding: 100px 0;
}

.prod-hotbox>h3 {
  font-size: 50px;
  color: #292929;
  text-align: center;
  font-family: 'HEITI';
}

.prod-hotm {
  margin-top: 50px;
}

.hpro-hot-swiper .swiper-slide a {
  display: block;
  background: #fff;
  border: 1px solid #dcdcdc;
}

@media(max-width:1800px) {
  .prod-toprtit h3 {
    font-size: 30px;
  }

  .prod-toprtit h4 {
    font-size: 28px;
  }

  .prod-toprtit {
    padding-bottom: 30px;
  }

  .prod-toprtxt {
    padding-top: 20px;
    line-height: 46px;
  }
}

@media(max-width:1600px) {

  .prod-toprtxt {
    line-height: 32px;
  }

  .prod-contact {
    margin-top: 15px;
  }

  .prod-paramstxt img {
    width: 80%;
  }
}

@media(max-width:1200px) {
  .prod-top {
    display: block;
  }

  .prod-topl {
    width: 100%;
    margin-bottom: 40px;
  }

  .prod-topr {
    width: 100%;
    padding-left: 0;
  }


}

@media(max-width:991px) {
  .prod-toprtit h3 {
    font-size: 26px;
  }

  .prod-toprtit h4 {
    font-size: 24px;
    margin-top: 10px;
  }

  .prod-contact {
    padding-top: 30px;
  }

  .prod-dettxt h3 {
    margin-bottom: 20px;
  }

  .prod-dettxt {
    padding-top: 20px;
  }

  .prod-dettxtm p {
    line-height: 32px;
  }

  .prod-params h3 {
    margin-top: 15px;
    margin-bottom: 15px;
  }

  .prod-paramstxt img {
    width: 100%;
  }

  .prod-hotbox>h3 {
    font-size: 32px;
  }

  .prod-hot {
    padding: 40px 0;
  }

  .prod-hotm {
    margin-top: 30px;
  }
}

.news-navul li a {
  display: block;
  width: 268px;
}

.news-navul {
  display: flex;
  justify-content: center;
}

.news-navul li a {
  position: relative;
}

.news-navul li a::after {
  position: absolute;
  width: 1px;
  height: 17px;
  background: #dcdcdc;
  content: "";
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}

.news-navul li.on a {
  background: #006abc;
  color: #fff;
}

.news-box {
  margin-top: 50px;
}

.news-box ul li a {
  display: block;
  background: #fafafa;
}

.news-txt {
  padding: 50px 40px;
}

.news-txt h4 {
  font-size: 24px;
  color: #222222;
  margin-top: 20px;
  font-family: 'HEITI';
  display: inline-block;
    white-space: nowrap;
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
}

.news-box ul li:hover .news-txt h4 {
  color: #006abc;
}

.news-txt h3 {
  font-size: 18px;
}

.news-box ul li {
  margin-bottom: 40px;
}

@media(max-width:1800px) {
  .news-txt h4 {
    font-size: 22px;
    line-height: 32px;
  }
}

@media(max-width:1400px) {
  .news-txt h4 {
    font-size: 18px;
    line-height: 28px;
    display: inline-block;
    white-space: nowrap;
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
  }
}

@media(max-width:1200px) {
  .news-txt h4 {
    font-size: 16px;
    line-height: 28px;
    margin-top: 10px;
    display: inline-block;
    white-space: nowrap;
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;

  }

  .news-txt {
    padding: 25px;
  }

}

@media(max-width:991px) {
  .news-navul li a {
    display: block;
    width: 150px;
  }
}

.newsd-page {
  display: flex;
  border-top: 1px solid #ededed;
  justify-content: space-between;
  padding-top: 50px;
}

.newsd-page a {
  display: block;
}

.newsd-tit {
  border-bottom: 1px solid #ededed;
  text-align: center;
}

.newsd-tit h3 {
  font-size: 30px;
  color: #333333;
  font-family: 'HEITI';
}

.newsd-time {
  padding: 25px 0;
}

.newsd-txt {
  padding: 50px 0;
  line-height: 35px;
}

.newsd-txt p {
  margin-bottom: 30px;
}

.newsd-txt img {
  display: block;
  max-width: 100%;
 
  margin: 0 auto 30px;
}

@media(max-width:1200px) {
  .newsd-txt img {
    display: block;
    width: 100%;
    margin: 0 auto 30px;
  }
}

@media(max-width:991px) {
  .newsd-tit h3 {
    font-size: 26px;
  }

  .newsd-time {
    padding: 20px 0;
  }

  .newsd-txt {
    padding: 30px 0 0;
    line-height: 30px;
  }

  .newsd-txt p {
    margin-bottom: 20px;
  }

  .newsd-page {
    display: block;
    padding-top: 30px;
  }

  .newsd-page a {
    margin-bottom: 10px;
  }
}

.case-tit h4 {
  text-align: center;
  margin-top: 30px;
  line-height: 24px;
}

.case-box ul {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.case-box ul li {
  width: 48%;
}

.case-box {
  margin-top: 50px;
}

.case-box ul li h4 {
  font-size: 24px;
  color: #333333;
  font-family: 'HEITI';
  padding: 20px 0 30px;
  text-align: center;
}

.case-click {
  margin-top: 40px;
}

@media(max-width:1600px) {
  .case-box ul li h4 {
    font-size: 20px;
  }
}

@media(max-width:991px) {
  .case-box ul li h4 {
    font-size: 16px;
  }

  .case-box ul {
    display: block;
  }

  .case-box ul li {
    width: 100%;
  }

  .case-box {
    margin-top: 30px;
  }

  .case-box ul li h4 {
    padding: 20px 0;
  }

  .case-click {
    margin-top: 20px;
  }

  .in-more a {
    width: 180px;
  }
}

.par ul li {
  display: flex;
  justify-content: space-between;
  margin-bottom: 40px;
}

.par-tit {
  width: 190px;
  background: #006abc;
  color: #fff;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.par-img {
  width: calc(100% - 200px);
}

.par {
  margin-top: 50px;
}

.par-tit h3 {
  font-size: 38px;
}

.par-tit h4 {
  font-size: 18px;
  font-family: 'HEITI';
  margin-top: 20px;
}

@media(max-width:991px) {
  .par-tit h3 {
    font-size: 24px;
  }

  .par-tit h4 {
    margin-top: 5px;
  }

  .par-tit {
    width: 120px;
  }

  .par-img {
    width: calc(100% - 130px);
  }

  .par ul li {
    margin-bottom: 10px;
  }
}

@media(max-width:600px) {
  .par ul li {
    display: block;
  }

  .par-img {
    width: 100%;
  }

  .par-tit {
    width: 100%;
    padding: 20px 0;
  }

  .par-tit h3 {
    font-size: 18px;
  }

  .par-tit h4 {
    font-size: 14px;
  }
}

.honor-box {
  margin-top: 50px;
}

.honor-box ul li a {
  display: block;
}

.honor-img {
  background: #fafafa;
  padding: 20px;
}

.honor-box ul li h3 {
  font-size: 18px;
  padding: 20px 0 60px;
  text-align: center;
  font-family: 'HEITI';
}

.honor-box ul li:hover h3 {
  color: #006abc;
}

@media(max-width:991px) {

  .honor-box ul li h3 {
    padding: 20px 0 20px;
  }
}

@media(max-width:449px) {
  .honor-nav ul li a {
    width: 100px;
  }

}

.concept ul li {
  position: relative;
  margin-bottom: 50px;
}

.hr-txt {
  position: absolute;
  color: #fff;
  top: 50%;
  transform: translateY(-50%);
  left: 50px;
  width: 100%;
  font-size: 24px;
  font-family: 'HEITI';
  line-height: 50px;
  transition: all 0.4s;
}

.concept {
  margin-top: 50px;
}

.hr-two .hr-txt {
  text-align: right;
  left: auto;
  right: 50px;
}

.concept ul li:hover .hr-txt {
  transform: translateY(-60%);
}

@media(max-width:1200px) {
  .hr-txt {
    font-size: 20px;
    line-height: 35px;
  }
}

@media(max-width:991px) {
  .concept ul li img {
    height: 250px;
    width: auto;
    left: 50%;
    transform: translateX(-50%);
    position: relative;
  }

  .hr-txt {
    width: auto;
    font-size: 16px;
    line-height: 30px;
    left: 0;
    padding: 0 30px;
    text-align: center;
  }

  .hr-two .hr-txt {
    text-align: center;
    right: 0;
  }

  .concept ul li {
    margin-bottom: 20px;
  }

  .concept {
    margin-top: 30px;
  }
}


.hrrczp-th {
  background: #006abd;
  color: #fff;
}

.hrrczp-th ul {
  display: flex;
  height: 80px;
  line-height: 80px;
  justify-content: space-between;
}

.hrrczp-th ul li {
  width: 20%;
  text-align: center;
}

.hrrczp-tdtit {
  display: flex;
  height: 80px;
  line-height: 80px;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid #f5f5f5;
  cursor: pointer;
}

.hrrczp-tdtit span {
  display: block;
  width: 20%;
  text-align: center;
}

.hrrczp-box {
  margin-top: 40px;
}

.hrrczp-box {
  background: #fff;
}

.hr-jia {
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  margin: 0 auto;
  border-radius: 3px;
  overflow: hidden;
  transition: all 0.2s;
  background: url("../img/hr-jia.png") no-repeat center;
}

.hrrczp-td ul li.on .hr-jia {
  background: url("../img/hr-jian.png") no-repeat center;
}

.hrrczp-sub {
  display: none;
  padding: 50px 100px;
}

.hrrczp-sub-m {
  display: flex;
}

.hrrczp-sub-m .hrrczp-sub-row {
  width: 50%;
}

.hrrczp-sub dd {
  margin-right: 190px;
  line-height: 35px;
}

.hr-zpgw {
  background: #fafafa;
  padding: 100px 0;
  margin-top: 100px;
  font-family: 'HEITI';
}

.hrrczp-sub h3 {
  /* color: #006abd; */
  /* font-size: 18px;
  font-family: 'HEITI'; */
  margin-bottom: 15px;
  margin-top: 15px;
}

.hrrczp-sub p {
  line-height: 30px;
}

@media(max-width:1600px) {
  .rcln-txtm {
    font-size: 16px;
    line-height: 30px;
  }
}

@media(max-width:1400px) {
  .rcln-txtm {
    font-size: 14px;
    line-height: 30px;
  }
}

@media(max-width:1200px) {
  .rcln-box ul li {
    margin-bottom: 20px;
  }
}

@media(max-width:991px) {
  .hr-zpgw {
    padding: 40px 0;
    margin-top: 20px;
    font-size: 14px;
  }

  .hrrczp-tdtit span {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
  }

  .hr-tit {
    font-size: 24px;
  }

  .zpgw-box.container {
    padding: 0 5px;
  }

  .hrrczp-sub {
    padding: 15px;
  }

  .hr {
    padding: 40px 0;
  }

  .rcln-box {
    margin-top: 20px;
  }
}

@media(max-width:500px) {
  .hrrczp-th ul li {
    font-size: 14px;
  }

  .hrrczp-tdtit span {
    font-size: 14px;
  }
}

.contact-top ul {
  display: flex;
  justify-content: space-between;
}

.contact-top {
  margin-top: 50px;
}

.contact-top ul li {
  background: #fafafa;
  width: 23.5%;
  padding: 50px 60px;
  text-align: center;
  cursor: pointer;
}

.contact-top ul li h3 {
  color: #333333;
  font-size: 24px;
  font-family: 'HEITI';
  padding: 30px 0;
}

.contact-top ul li h4 {
  line-height: 30px;
}

.contact-top-icon img:last-child {
  display: none;
}

.contact-top ul li:hover {
  background: #006abc;
}

.contact-top ul li:hover h3 {
  color: #fff;
}

.contact-top ul li:hover h4 {
  color: #fff;
}

.contact-top-icon {
  transition: all 0.4s;
}

.contact-top ul li:hover img:last-child {
  display: inline-block;
}

.contact-top ul li:hover img:first-child {
  display: none;
}

.contact-top ul li:hover .contact-top-icon {
  transform: rotate(45deg);
}

.contact-top ul li {
  transition: all 0.3s;
}

.contact-ditu {
  margin-top: 50px;
}

.feedback {
  background: #fafafa;
  padding: 100px 0;
}

.feedback-wrap {
  overflow: hidden;
  width: 100%;
}

.feedback-main {
  margin-top: 42px;
}

.feedback-item {
  display: flex;
  flex-wrap: wrap;
}

.feedback-input {
  flex: 1;
  margin-right: 16px;
  font-family: 'HEITI';
  color: #888;
  height: 72px;
  border: 1px solid #dcdcdc;
  padding-left: 25px;
  display: flex;
  align-items: center;
  margin-bottom: 21px;
  background: #fff;

}

.feedback-textare {
  flex: 1;
  font-family: 'HEITI';
  color: #888;
  border: 1px solid #dcdcdc;
  padding-left: 25px;
  padding-right: 20px;
  padding-top: 18px;
  padding-bottom: 18px;
  display: flex;
  align-items: flex-start;
  background: #fff;
}

.feedback-item .feedback-input:last-child {
  margin-right: 0px;
}



.feedback-input input {
  outline: none;
  appearance: none;
  border: none;
  width: calc(100% - 48px);


}

.feedback-label {
  width: 50px;
  text-align: right;
}

.feedback-textare textarea {
  outline: none;
  appearance: none;
  border: none;
  background: none;
  resize: none;
  width: calc(100% - 48px);
  line-height: 30px;
  height: 240px;
}

.feedback-btn {
  background: #006abd;
  border: none;
  width: 230px;
  height: 50px;
  text-align: center;
  line-height: 50px;
  font-size: 18px;
  color: #fff;
  display: block;
  margin: 70px auto 0px;
}

@media (max-width: 1600px) {
  .contact-list {
    padding: 0 120px;
  }

  .contact-item {
    width: calc(50% - 55px);
  }
}

@media (max-width: 1400px) {
  .contact-list {
    padding: 0 70px;
    margin-top: 20%;
  }

  .contact-item {
    width: calc(50% - 40px);
  }
}

@media (max-width: 1200px) {
  .feedback-item {
    justify-content: space-between;
  }

  .feedback-four {
    width: calc(50% - 8px);
    flex: none;
    margin-right: 0px;
  }

  .contact-list {
    padding: 0px;
    margin-top: 20%;
  }

  .contact-item {
    height: 320px;
  }

  .contact-item h3 {
    margin-top: 35px;
  }

  .contact-info h4 {
    margin-top: 32px;
    margin-bottom: 20px;
  }
}

@media (max-width: 991px) {
  .contact-wrap {
    padding-top: 38px;
    padding-bottom: 40px;
  }

  .contact-list {
    margin-top: 20px;
  }

  .contact-item {
    height: auto;
    width: 100%;
    padding: 0 15px 20px;
  }

  .contact-item:first-child {
    margin-bottom: 20px;
  }

  .contact-title {
    font-size: 30px;
    line-height: 30px;
  }

  .contact-item h3 {
    margin-top: 20px;
    font-size: 26px;
    line-height: 26px;
    padding-bottom: 15px;
  }

  .contact-info h4 {
    margin-top: 20px;
    font-size: 20px;
    line-height: 20px;
    margin-bottom: 10px;
  }

  .contact-des {
    font-size: 16px;
    line-height: 30px;
  }

  .feedback-wrap {
    padding-top: 38px;
    padding-bottom: 40px;
  }

  .feedback-input {
    width: 100%;
    flex: none;
    margin-right: 0px;
    height: 50px;
    padding-left: 14px;
  }

  .feedback-textare {
    padding: 12px 14px;
  }

  .feedback-textare textarea {
    height: 180px;
  }

  .feedback-main {
    margin-top: 20px;
  }

  .feedback-btn {
    margin-top: 22px;
    width: 160px;
    height: 50px;
    line-height: 50px;
  }
}

@media(max-width:1400px) {
  .contact-top ul li {
    padding: 40px 20px;
  }
}

@media(max-width:1200px) {
  .contact-top ul li {
    padding: 30px 15px;
  }
}

@media(max-width:991px) {
  .contact-top ul li {
    padding: 30px 15px;
    width: 49%;
    margin-bottom: 20px;
  }

  .contact-top ul {
    flex-wrap: wrap;
  }
}

@media(max-width:991px) {
  .contact-top ul li {

    width: 100%;

  }

  .contact-top {
    margin-top: 30px;
  }

  .contact-ditu {
    margin-top: 30px;
  }

  .kf-table {
    margin-top: 10px;
  }

  .feedback {
    padding: 0;
  }
}
/*手机电脑切换*/
.dc-mo {
  display: none;
}

@media (max-width: 991px) {
  .dc-mo {
    display: block;
  }

  .dc-pc {
    display: none;
  }
}
#p-banner .swiper-slide img {
    width: 100%;
   
}

@media(max-width:991px){
  .pro-lzxfw{
    display: none;
  }
  .pro-ltel{
    display: none;
  }
  .promore{
    display: none;
  }
}
.hkf-box{
  overflow: hidden;
}