@charset "UTF-8";

/**
 * 
 * @authors Your Name (you@example.org)
 * @date    2017-10-18 08:57:34
 * @version $Id$
 */

/*微软雅黑*/
@font-face {
  font-family: "MBold";
  src: url("../font/微软vista雅黑Bold.ttf") format("opentype");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "HeiTi";
  src: url("../font/Adobe\ 黑体\ Std\ R.otf") format("opentype");
  font-weight: normal;
  font-style: normal;
}

.nav-ul li>a {
  font-family: "MBold";
}

.head-sou {
  cursor: pointer;
}

.head-sou {
  margin-left: 32px;
}

.header-lang {
  display: flex;
  align-items: center;
}

.header-lang span {
  display: block;
}

.lang-zw {
  padding: 0 9px;
}

.header-lang span {
  color: #444444;
}

/* header */
header {
  width: 100%;
  background-color: #fff;
  position: fixed;
  height: 90px;
  z-index: 11;
}

.inside-header {
  position: relative;
}

.no-background {
  background-color: transparent;
  height: 100px;
}

.header-main {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 90px;
}

.no-background .header-main {
  margin-top: 0.2rem;
  height: auto;
}

.logo {
  width: 200px;
  overflow: hidden;
  display: block;
}

.logo img {
  display: block;
  width: 100%;
  transition: all 0.5s;
}

.nav-ul {
  display: flex;
  align-items: center;
}

.nav-ul li {
  margin-right: 48px;
}

.nav-ul li:last-child {
  margin-right: 0px;
}

.nav-ul li>a {
  display: block;
  font-size: 18px;
  line-height: 88px;
  text-align: center;
  color: #222;
  border-bottom: 2px solid transparent;
}

.no-background .nav-ul li>a {
  color: #fff;
  line-height: 46px;
}

.nav-ul li:hover a {
  border-bottom-color: #005bac;
  color: #005bac;
}

.nav-ul li.on a {
  border-bottom-color: #005bac;
  color: #005bac;
}

.no-background .nav-ul li.on a {
  border-bottom-color: #fff;
  color: #fff;
}

.no-background .nav-ul li:hover a {
  border-bottom-color: #fff;
  color: #fff;
}

.header-right {
  display: flex;
  align-items: center;
  position: relative;
  color: #666;
}

.no-background .header-item {
  color: #fff;
}

.header-item {
  display: flex;
  align-items: center;
  cursor: pointer;
}

.header-item:first-child {
  margin-right: 20px;
}

.header-item span {
  padding-left: 6px;
}

.header-wx i {
  width: 19px;
  height: 15px;
  background: url(../img/header-wchat-on.png) no-repeat center;
}

.no-background .header-wx i {
  background: url(../img/header-wchat.png) no-repeat center;
}

.header-login i {
  width: 15px;
  height: 15px;
  background: url(../img/login-icon-on.png) no-repeat center;
}

.no-background .header-login i {
  background: url(../img/login-icon.png) no-repeat center;
}

.wx-code {
  width: 136px;
  position: absolute;
  z-index: 99;
  right: 74px;
  top: 48px;
  background-color: #fff;
  text-align: center;
  padding: 5px;
  display: none;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
}

.wx-code::before {
  position: absolute;
  content: "";
  left: 50%;
  transform: rotate(180deg);
  margin-left: -11px;
  top: -12px;
  width: 22px;
  height: 12px;
  background: url(../img/triangle-icon.png) no-repeat center;
  z-index: 100;
}

.code-img {
  width: 100%;
  overflow: hidden;
}

.code-img img {
  width: 100%;
}

.wx-code p {
  font-size: 14px;
  line-height: 16px;
  color: #555;
  margin-bottom: 5px;
}

.logo-on {
  display: block;
}

.logo-hide {
  display: none;
}

.no-background .logo-on {
  display: none;
}

.no-background .logo-hide {
  display: block;
}

@media (max-width: 1400px) {
  .nav-ul li {
    margin-right: 28px;
  }

  .nav-ul li>a {
    font-size: 16px;
  }
}

@media (max-width: 1200px) {
  .nav-ul li {
    margin-right: 18px;
  }
}

@media (max-width: 991px) {
  header {
    height: 60px;
  }

  .header-main {
    margin-top: 0px;
    height: 60px;
    position: relative;
  }

  .no-background .logo-hide {
    display: none;
  }

  .no-background {
    height: 60px;
  }

  .no-background .header-main {
    height: 60px;
    margin-top: 0px;
  }

  .no-background .logo-on {
    display: block;
  }

  .no-background {
    background-color: #fff;
  }

  .nav-ul {
    display: none;
  }

  #navToggle {
    display: block;
  }

  .no-background .header-right {
    color: #666;
  }

  .header-right {
    margin-right: 36px;
  }

  .header-right span {
    color: #666;
  }

  .no-background .header-wx i {
    background-image: url(../img/header-wchat-on.png);
  }

  .no-background .header-login i {
    background-image: url(../img/login-icon-on.png);
  }

  .header-item:first-child {
    margin-right: 10px;
  }

  .wx-code {
    top: 40px;
  }
}

@media (max-width: 559px) {
  .header-wx span {
    display: none;
  }

  .logo {
    width: 124px;
  }

  .header-item {
    font-size: 14px;
  }

  .wx-code {
    right: 40px;
    width: 116px;
  }
}

/*首页关于我们*/

.whabout-l {
  width: 50%;
  color: #fff;
  padding-right: 50px;
  padding-top: 80px;
}

.whabout-l h3 {
  font-size: 50px;
}

.whabout-l h4 {
  font-size: 24px;
  padding: 38px 0;
}

.whabout-txt p {
  font-size: 18px;
  line-height: 35px;
  margin-bottom: 30px;
}

.whabout-more a {
  display: block;
  width: 128px;
  height: 44px;
  background: #00a0e9;
  color: #fff;
  text-align: center;
  line-height: 44px;
}

.whabout-more {
  margin-top: 80px;
}

.whabout {
  display: flex;
}

.whabout-rtop {
  position: relative;
}

.whabout-rtoptxt {
  position: absolute;
  top: 0;
  padding: 30px;
}

.whabout-r {
  padding-left: 50px;
  padding-top: 80px;
}

.whabout-rtoptxt h3 {
  font-size: 30px;
  color: #fff;
  margin-bottom: 10px;
}

.whabout-rtoptxt a {
  color: #fff;
}

.whabout-rtop {
  width: 100%;
}

.scale-img {
  overflow: hidden;
}

.scale-img img {
  transition: all 0.4s;
  width: 100%;
}

.scale-img img:hover {
  transform: scale(1.1);
}

.whabout-rbotul {
  display: flex;
  margin-top: 20px;
  justify-content: space-between;
}

.whabout-rbotul li {
  position: relative;
}

/*首页产品*/
.hpro-swiper .swiper-slide .hpro-ibg img {
  width: 100%;
}

.hpro-swiper .swiper-slide a {
  display: block;
}

.hpro-itxt {
  position: absolute;
  top: 240px;
  width: 100%;
}

.mask {
  position: absolute;
  width: 100%;
  height: 100%;
  background: rgba(0, 160, 233, 0.5);
  top: 0;
}

.hpro-itxt-icon {
  width: 102px;
  height: 102px;
  border: 3px solid #ffffff;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
}

.hpro-itxt {
  text-align: center;
  color: #fff;
}

.hpro-itxt-top h4 {
  font-size: 36px;
  padding: 30px 0;
}

.hpro-itxt-top span {
  display: block;
  width: 128px;
  height: 44px;
  background: #fff;
  margin: 0 auto;
  color: #00a0e9;
  line-height: 44px;
}

.hpro-itxtimg img {
  width: 100%;
}

.hpro-itxtimg {
  margin-top: 50px;
}

.hpro-swiper .swiper-slide .mask {
  display: none;
}

.hpro-swiper .swiper-slide:hover .mask {
  display: block;
}

.hpro-swiper .swiper-button-next {
  right: 6%;
  background: url("../img/hpro-next.png") no-repeat center;
}

.hpro-swiper .swiper-button-prev {
  left: 6%;
  background: url("../img/hpro-prev.png") no-repeat center;
}

/*首页案例*/
.whcase-top {
  display: flex;
}

/* .boxBg-case {
  padding-top: 90px;
} */
.whcase-bigw {
  width: 60%;
  position: relative;
}

.whcase-txt {
  position: absolute;
  color: #fff;
  font-size: 36px;
  top: 60px;
  left: 60px;
}

.whcase-bigw img {
  width: 100%;
}

.whcase-smallw {
  width: 40%;
  position: relative;
}

.whcase-smallw img {
  width: 100%;
}

.whcase-top-padding .whcase-txt {
  top: 150px;
}

/*首页解决方案*/
.boxBg-sol {
  background-size: cover;
  background: url("../img/hcase-bg.jpg") no-repeat center;
}

.hsol-l {
  width: 50%;
  color: #fff;
}

.hsol-l h3 {
  color: #fff;
  font-size: 50px;
  margin-bottom: 50px;
}

.hsol-l h4 {
  line-height: 30px;
  font-size: 18px;
}

.hsol-row {
  display: flex;
  justify-content: space-between;
}

.hsol-list {
  margin-top: 90px;
}

.hsol-item {
  display: flex;
  align-items: center;
}

.hsol-item-icon {
  width: 90px;
  height: 90px;
  border: 1px solid #0098dd;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
}

.hsol-txt p {
  font-size: 30px;
  line-height: 30px;
  margin-bottom: 15px;
}

.hsol-txt {
  padding-left: 20px;
}

.hsol-row {
  margin-bottom: 40px;
}

.hsol-row .hsol-item:hover .hsol-item-icon {
  background: #fff;
}

/* 底部 */
.footBg {
  background: #111111;
  color: rgba(255, 255, 255, 0.75);
  font-size: 16px;
}

.footer-box {
  padding-top: 60px;
  padding-bottom: 60px;
}

.footer-l h3 {
  /* font-family: "HeiTi"; */
  font-size: 18px;
  color: #fff;
  padding-top: 25px;
}

.footer-l h4 {
  font-size: 30px;
  color: #fff;
  margin-top: 40px;
}

/* font-family: "HeiTi"; */
.wfooter-main {
  height: 350px;
  padding-top: 60px;
}

.footer-l {
  float: left;
}

.footer-r {
  float: right;
}

.footer-rul {
  display: flex;
  justify-content: space-between;
}

.footer-l {
  /* width: 18%;*/
}

.footer-r {
  width: 70%;
}

.footer-rul dl dt {
  margin-bottom: 25px;
  font-size: 18px;
  font-family: "HeiTi";
}

.footer-rul dl dd {
  line-height: 30px;
}

.footer-rul dl dd a {
  color: #808080;
}

.footer-copy {
  display: flex;
  justify-content: space-between;
  height: 100px;
  line-height: 90px;
  border-top: 1px solid #353535;
  margin-top: 60px;
}

.footBg .container {
  overflow: hidden;
}

.footer-fx {
  display: flex;
  margin-top: 50px;
}

.footer-fxicon {
  width: 48px;
  height: 48px;
  background: #00a0e9;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 22px;
  cursor: pointer;
}

.footer-fxwx {
  position: relative;
  background: #434343;
}

.footer-fxwximg {
  position: absolute;
  top: 48px;
  display: none;
}

#home {
  height: 100vh;
}

#home>.section {
  height: 100vh;
  overflow: hidden;
}

#home>.footBg {
  overflow: visible;
}

.banner {
  position: absolute;
  top: 0px;
  left: 0px;
  bottom: 0px;
  right: 0px;
  height: 100%;
}

.banImg {
  height: 100%;
  transition: all 0.5s;
  transform: scale(1.05);
}

.imgBg {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.banner .swiper-slide-active .banImg {
  transform: scale(1);
  transition: all 5s;
}

.banScroll {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 60px;
  z-index: 1;
  text-align: center;
  width: 24px;
  height: 42px;
  border: 2px solid #ffffff;
  border-radius: 21px;
  cursor: pointer;
}

.banScroll span {
  display: block;
  width: 4px;
  height: 4px;
  background: #ffffff;
  border-radius: 50%;
  margin: 0 auto;
  position: absolute;
  left: 50%;
  margin-left: -2px;
  top: 10px;
  animation: banScroll 1.4s linear infinite;
}

.banTip {
  display: block;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  font-size: 14px;
  color: #ffffff;
  line-height: 180%;
  bottom: 30px;
  z-index: 1;
}

.banPage {
  position: absolute;
  bottom: 14px !important;
  width: 100%;
  text-align: center;
  z-index: 1;
}

.banPage .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  background: #00a0e9;
  opacity: 1;
  border-radius: 50%;
  margin: 0 6px !important;
}

.banPage .swiper-pagination-bullet-active {
  opacity: 1;
  background: #ffffff;
}

.banner-swiper {
  height: 100%;
}

@media (max-width: 1200px) {
  .banner {
    position: static;
    height: 100vh;
  }

  .banPage {
    bottom: 20px !important;
  }

  .footer-l h4 {
    font-size: 24px;
    color: #fff;
    margin-top: 40px;
  }
}

@media (max-width: 991px) {
  .banner {
    height: 600px;
  }

  .banScroll {
    display: none;
  }

  .banTip {
    display: none;
  }
}

/* 第二部分 */
.boxBg2 {
  background-color: #eeeeee;
}

.box2Map {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0px;
  top: 0px;
  background: url(../img/habout-bg.jpg) center center no-repeat;
  background-size: cover;
  z-index: 0;
}

.whabout {
  position: relative;
  z-index: 1;
}

.box2Tit {
  font-size: 40px;
  color: #222;
  margin-bottom: 0.27rem;
  margin-top: 0.27rem;
}

.box2Brief {
  font-size: 24px;
  color: #333333;
  line-height: 24px;
}

.box2Des {
  font-size: 18px;
  color: #555;
  line-height: 36px;
  margin-top: 0.4rem;
  margin-bottom: 0.6rem;
  -webkit-line-clamp: 5;
  word-break: break-all;
  text-align: center;
}

.box2List {
  font-size: 0;
  text-align: center;
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 0.8rem;
  margin-left: -20px;
  margin-right: -20px;
}

.box2List li {
  width: 25%;
  padding: 0 0.2rem;
}

.box2Item {
  height: 100%;
  padding: 0.4rem 0.5rem 0.44rem;
  text-align: center;
  background-color: #fff;
  transition: all 0.5s;
}

.box2Text {
  margin-top: 0.04rem;
  font-size: 16px;
  color: #555;
  line-height: 24px;
}

.box2Num {
  display: flex;
  align-items: flex-end;
  justify-content: center;
  color: #005bac;
  font-size: 48px;
  line-height: 48px;
  font-family: "dBold";
}

.box2Num i {
  font-style: normal;
}

.box2Item:hover {
  background-color: #005bac;
}

.box2Item:hover .box2Text {
  color: #fff;
}

.box2Item:hover .box2Num {
  color: #fff;
}

.box2More {
  display: block;
  width: 180px;
  height: 50px;
  line-height: 50px;
  border-radius: 25px;
  text-align: center;
  font-size: 16px;
  color: #fff;
  background-color: #005bac;
  margin: 0 auto;
}

@media (max-width: 1600px) {
  .box2Tit {
    font-size: 34px;
    line-height: 34px;
  }

  .box2Brief {
    font-size: 20px;
    line-height: 20px;
  }

  .box2Des {
    font-size: 16px;
    line-height: 30px;
    margin-top: 0.2rem;
    margin-bottom: 0.4rem;
  }

  .box2Item {
    padding: 0.3rem;
  }

  .box2List {
    margin-bottom: 0.5rem;
  }
}

@media (max-width: 1200px) {
  .box2Tit {
    font-size: 28px;
    line-height: 28px;
    margin-bottom: 0.15rem;
  }

  .box2List {
    margin-left: -15px;
    margin-right: -15px;
  }

  .box2List li {
    padding: 0 15px;
  }

  .box2Item {
    padding: 0.15rem 0.2rem;
  }

  .box2Des {
    margin-bottom: 0.3rem;
  }

  .box2Num {
    font-size: 40px;
    line-height: 40px;
  }

  .box2More {
    width: 160px;
    height: 40px;
    line-height: 40px;
    margin-bottom: 0.25rem;
  }
}

@media (max-width: 991px) {
  .box2List {
    margin-left: -10px;
    margin-right: -10px;
    margin-bottom: 20px;
  }

  .box2List li {
    width: 50%;
    padding: 0 10px;
    margin-bottom: 20px;
  }

  .box2Des {
    font-size: 14px;
    line-height: 24px;
  }

  .box2Text {
    font-size: 14px;
  }

  .box2Tit {
    margin-top: 30px;
    margin-bottom: 15px;
  }

  .habout-main {
    padding-bottom: 20px;
  }
}

/* 第三部分 */
/*首页新闻动态*/

.boxBg6 {
  background: url(../img/hnews-bg.jpg) no-repeat center;
  background-size: cover;
}

.hnews-tit h3 {
  font-size: 50px;
  color: #fff;
}

.hnews-tit {
  display: flex;
  justify-content: space-between;
}

.hnews-tit a {
  height: 44px;
  width: 128px;
  display: block;
  background: #fff;
  color: #0098dd;
  line-height: 44px;
  text-align: center;
}

.hnews-box {
  margin-top: 50px;
}

.hnews-item {
  position: relative;
}

.hnews-item {
  width: 32%;
}

.hnews-two {
  background: #fff;
}

.hews-txtone {
  position: absolute;
  bottom: 0;
  color: #fff;
  padding: 40px;
}

.hnews-box {
  display: flex;
  justify-content: space-between;
}

.hews-txtone h4 {
  font-size: 18px;
}

.hews-txtone h3 {
  font-size: 24px;
  margin: 20px 0;
  line-height: 30px;
}

.hews-txtone a {
  color: #fff;
  display: block;
  margin-top: 20px;
}

.hnews-twotxt {
  padding: 48px 40px;
}

.hnews-twotxt h4 {
  color: #00a0e9;
}

.hnews-twotxt h3 {
  font-size: 24px;
  padding: 20px 0;
}

.hnews-twotxt h6 {
  line-height: 24px;
  padding: 20px 0;
}

.hnews-twotxt a span {
  color: #00a0e9;
}

.hnews-three {
  background: #00a0e9;
}

.hnews-three-tit {
  padding: 50px 40px 30px;
  color: #fff;
}

.hnews-three-tit h4 {
  font-size: 24px;
  margin-top: 15px;
}

.hnews-th-ul li a {
  display: flex;
  color: #fff;
  padding: 24px 40px;
  border-top: 1px solid #53bff1;
  justify-content: space-between;
}

.hnews-th-ul li h3 {
  font-size: 18px;
  margin-bottom: 10px;
}

.hnews-th-more a {
  color: #fff;
  padding-left: 40px;
  padding-top: 15px;
  display: block;
}

/*响应*/

.wfooter-box {}

.pc {
  display: block;
}

.mb {
  display: none;
}

.hnews-twobg {
  background: #fff;
}

@media (max-width: 991px) {
  .header-right {
    display: none;
  }

  .mb {
    display: block;
  }

  .pc {
    display: none;
  }

  .banner img {
    width: 100%;
  }

  .banner {
    height: auto;
  }
}

@media (max-width: 1700px) {
  .whabout-l h3 {
    font-size: 40px;
  }

  .whabout-txt p {
    font-size: 16px;
    line-height: 30px;
    margin-bottom: 20px;
  }

  .whabout-more {
    margin-top: 50px;
  }

  .hnews-twotxt {
    padding: 25px 30px;
  }

  .hnews-three-tit {
    padding: 20px 30px 10px;
    color: #fff;
  }

  .hnews-th-ul li a {
    padding: 20px 40px;
  }
}

@media (max-width: 1600px) {
  .hpro-swiper .swiper-slide .hpro-ibg img {
    height: 100vh;
  }

  .whcase-bigw img {
    height: 50vh;
  }

  .whcase-smallw img {
    height: 50vh;
  }

  .hnews-itemone .scale-img img {
    width: auto;
  }
}

@media (max-width: 1400px) {
  .whabout-l {
    padding-right: 15px;
  }

  .whabout-r {
    padding-left: 15px;
  }

  .hpro-itxt-top h4 {
    font-size: 30px;
  }

  .hnews-twotxt {
    padding: 15px 20px;
  }

  .hnews-th-ul li a {
    padding: 10px 15px;
  }

  .hnews-three-tit {
    padding: 20px 15px 10px;
    color: #fff;
  }

  .hnews-th-more a {
    padding-left: 15px;
  }

  .hnews-itemone .scale-img img {
    width: 100%;
    position: absolute;
    height: 100%;
  }
}

@media (max-width: 1200px) {
  .whabout {
    display: block;
    padding: 90px 0;
  }

  .whabout-l {
    width: 100%;
    padding: 0;
    text-align: center;
  }

  .whabout-r {
    width: 100%;
    padding: 0;
  }

  .whabout-txtp {
    margin-top: 30px;
  }

  .whabout-more a {
    margin: 0 auto;
  }

  .whabout-r {
    margin-top: 60px;
  }

  .whcase-txt {
    font-size: 28px;
  }

  .hsol-l h3 {
    font-size: 35px;
    margin-bottom: 20px;
  }

  .hsol-l h4 {
    line-height: 26px;
    font-size: 16px;
  }

  .hsol-item-icon {
    width: 65px;
    height: 65px;
  }

  .hsol-txt p {
    font-size: 22px;
    line-height: 22px;
    margin-bottom: 6px;
  }

  .hsol-list {
    margin-top: 50px;
  }

  .hsol {
    padding: 50px;
  }

  .hnews-twobg {
    display: none;
  }

  .hnews-item {
    width: 49%;
  }

  .hnew-wbox {
    padding: 50px 0;
  }
}

@media (max-width: 991px) {
  .whcase-bigw img {
    height: auto;
  }

  .whcase-smallw img {
    height: auto;
  }

  .whcase-smallw {
    width: 50%;
  }

  .whcase-bigw {
    width: 50%;
  }

  .whcase-txt {
    font-size: 22px;
    top: auto;
    left: 50%;
    bottom: 40px !important;
    transform: translateX(-50%);
    text-align: center;
  }

  .whcase-top-padding .whcase-txt {
    top: auto;
  }

  .hsol-l {
    width: 100%;
  }

  .boxBg-sol {
    background: none;
  }

  .mbcase {
    position: relative;
  }

  .hsol-l {
    padding: 150px 25px 0;
    text-align: center;
  }

  .mbcase-img {
    width: 100%;
  }

  .hsol-l {
    position: absolute;
    top: 0;
    left: 0;
  }

  .hsol-item-icon img {
    width: 50%;
  }

  .hnews-tit {
    padding: 0 15px;
  }

  .hnews-box {
    display: block;
  }

  .hnews-itemone .scale-img img {
    position: relative;
  }

  .hnews-item {
    width: 100%;
  }

  .hnew-wbox {
    padding: 100px 25px;
  }

  .wfooter-main {
    height: auto;
  }

  .footer-l {
    float: none;
    width: 100%;
  }

  .footer-r {
    width: 100%;
    margin-top: 50px;
  }

  .footer-l {
    display: flex;
    justify-content: space-between;
  }

  .footer-mr {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    align-items: flex-end;
  }

  .footer-fxicon {
    margin-right: 0;
    margin-left: 22px;
  }

  .footer-fx {
    margin-top: 0;
  }

  .footer-l h4 {
    font-size: 24px;
    margin-top: 15px;
  }
}

@media (max-width: 750px) {
  .hpro-itxt {
    top: 50px;
  }

  .hpro-itxtimg img {
    width: 80%;
  }

  .jjfa {
    display: none;
  }
}

@media (max-width: 500px) {
  .whcase-txt {
    white-space: nowrap;
  }

  .hsol-l {
    padding: 50px 25px 0;
  }

  .hsol-l h3 {
    font-size: 28px;
  }

  .footer-rul dl dd {
    font-size: 14px;
    line-height: 24px;
  }

  .footer-rul dl dt {
    font-size: 15px;
  }

  .footer-logo {
    width: 150px;
  }

  .footer-logo img {
    width: 100%;
  }

  .footer-copyr {
    display: none;
  }

  .footer-copyl {
    font-size: 14px;
    text-align: center;
  }

  .footer-copy {
    justify-content: center;
  }

  .footer-copy {
    height: 60px;
    line-height: 60px;
  }

  .footer-l h3 {
    font-size: 14px;
  }

  .hnews-tit h3 {
    font-size: 35px;
  }

  .hnew-wbox {
    padding: 50px 15px;
  }

  .hnews-box {
    margin-top: 30px;
  }

  .jjfa {
    display: none;
  }
}

/*内页关于我们*/
.inside-head {
  position: relative !important;
}

.wabout-desc {
  padding-top: 100px;
  padding-bottom: 100px;
}

.wabout-tit {
  font-size: 50px;
  text-align: center;
  line-height: 50px;
}

.wabout-desctxt {
  margin-top: 60px;
  line-height: 36px;
}

.wabout-desctxt p {
  margin-bottom: 30px;
  font-size: 18px;
  color: #555555;
  text-indent: 2em;
}

.wabout-video {
  cursor: pointer;
}

.wabout-wh {
  background: #f1f4f9;
  padding: 100px 0;
}

.wabout-whbox {
  margin-top: 60px;
}

.wabout-whbox ul li .wabout-whl {
  background: #fff;
  padding: 25px 50px;
}

.wabout-whbox ul li {
  display: flex;
  margin-bottom: 40px;
}

.whonor {
  background: #fff;
  padding: 100px 0;
}

.wabout-whbox ul li h3 {
  font-size: 30px;
  padding: 40px 0 30px;
}

.wabout-whr img {
  width: 100%;
}

.wabout-whl {
  width: 50%;
}

.wabout-whr {
  width: 50%;
}

.wabout-whbox ul li:hover .wabout-whl {
  background: #00a0e9;
}

.wabout-whl-icon img:last-child {
  display: none;
}

.wabout-whbox ul li:hover .wabout-whl-icon img:first-child {
  display: none;
}

.wabout-whbox ul li:hover .wabout-whl-icon img:last-child {
  display: block;
}

.wabout-whbox ul li p {
  color: #666666;
}

.wabout-whbox ul li:hover {
  color: #fff;
}

.wabout-whbox ul li:hover p {
  color: #fff;
}

.whr-color {
  color: #00a0e9;
}

.wabout-whbox ul li:hover .whr-color {
  color: #fff;
}

.whonor-box {
  margin-top: 60px;
}

.whonor-swiper .swiper-slide a {
  display: block;
  border: 1px solid #e8e8e8;
  text-align: center;
  padding: 50px 0 30px;
}

.whonor-swiper .swiper-slide h4 {
  margin-top: 40px;
  font-size: 18px;
}

.whonor {
  position: relative;
}

.whonor-btn .swiper-button-prev {
  left: 40px;
  width: 68px;
  height: 68px;
  background: #00a0e9 url("../img/honor-prev.png") no-repeat center;
}

.whonor-btn .swiper-button-next {
  right: 40px;
  width: 68px;
  height: 68px;
  background: #00a0e9 url("../img/honor-next.png") no-repeat center;
}

.vedio-img img {
  width: 100%;
}

@media (max-width: 1700px) {
  .wabout-whbox ul li p {
    height: 40px;
  }

  .wabout-whbox ul li h3 {
    padding: 20px 0;
  }
}

@media (max-width: 1600px) {
  .wabout-whbox ul li h3 {
    padding: 15px 0;
  }
}

@media (max-width: 1400px) {
  .wabout-whbox ul li h3 {
    padding: 10px 0;
    font-size: 22px;
  }

  .wabout-whbox ul li .wabout-whl {
    padding: 20px 30px;
  }
}

@media (max-width: 1200px) {
  .wabout-whr img {
    width: 100%;
    height: 100%;
  }

  .wabout-whbox ul li .wabout-whl {
    padding: 20px;
  }

  .wabout-whl-icon {
    height: 60px;
  }

  .wabout-whbox ul li p {
    height: 40px;
    font-size: 14px;
    line-height: 24px;
  }
}

@media (max-width: 991px) {
  .wabout-tit {
    font-size: 30px;
  }

  .wabout-desc {
    padding: 40px 0;
  }

  .wabout-desctxt {
    margin-top: 10px;
    padding: 0 15px;
  }

  .wabout-desctxt p {
    font-size: 16px;
    line-height: 28px;
    margin-bottom: 15px;
  }

  .wabout-wh {
    padding: 40px 0;
  }

  .wabout-whbox {
    margin-top: 30px;
  }

  .wabout-whbox ul li {
    margin-bottom: 20px;
  }

  .whonor {
    padding: 40px 0;
  }

  .whonor-box {
    margin-top: 30px;
  }

  .whonor-btn .swiper-button-prev {
    left: 16px;
    width: 45px;
  }

  .whonor-btn .swiper-button-next {
    right: 16px;
    width: 45px;
  }
}

@media (max-width: 600px) {
  .wabout-whbox ul li {
    display: block;
  }

  .wabout-whr img {
    height: auto;
  }

  .wabout-whl {
    width: 100%;
  }

  .wabout-whr {
    width: 100%;
  }
}

/*新闻中心*/
.wnews-navul {
  display: flex;
  justify-content: center;
}

.wnews-nav {
  height: 90px;
  line-height: 90px;
}

.wnews-navul li {
  margin: 0 75px;
}

.wnews-nav {
  border-bottom: 1px solid #eeeeee;
}

.wnews-box {
  padding-top: 90px;
}

.wnews-topul {
  display: flex;
  justify-content: space-between;
}

.wnews-topul li:nth-of-type(2) {
  margin: 0 50px;
}

.wnews-txt {
  margin-top: 35px;
}

.wnews-top {
  border-bottom: 1px solid #eeeeee;
}

.wnews-txt h3 {
  font-size: 24px;
  margin-bottom: 24px;
}

.wnews-txt h4 {
  font-size: 18px;
  line-height: 30px;
}

.wnews-txt span {
  color: #999999;
  display: block;
  margin-top: 40px;
  padding-bottom: 40px;
}

.wnews-botul li {
  display: flex;
  padding: 50px 0;
  border-bottom: 1px solid #eeeeee;
  align-items: center;
}

.wnews-l {
  width: 31.25%;
}

.wnews-l img {
  width: 100%;
}

.wnews-r {
  width: 68.75%;
  padding-left: 50px;
}

.wnews-navul li.on a {
  color: #00a0e9;
}

.wnews-navul li {
  position: relative;
  font-size: 18px;
}

.wnews-navul li::after {
  position: absolute;
  width: 66px;
  height: 2px;
  background: #00a0e9;
  content: "";
  bottom: 0;
  left: 3px;
  display: none;
}

.wnews-navul li.on::after {
  display: block;
}

.wnews-navul li:hover::after {
  display: block;
}

.wnews-navul li:hover a {
  color: #00a0e9;
}

.wnews-r h3 {
  font-size: 24px;
}

.wnews-r span {
  display: block;
  color: #999999;
  padding: 24px 0;
}

.wnews-r h4 {
  line-height: 35px;
  color: #555555;
}

.wnews-r a {
  display: block;
  width: 130px;
  height: 44px;
  line-height: 44px;
  color: #999999;
  margin-top: 50px;
  border: 1px solid #999999;
  text-align: center;
  border-radius: 5px;
}

.wnews-botul li:hover .wnews-r h3 {
  color: #00a0e9;
}

.wnews-botul li:hover .wnews-r a {
  background: #00a0e9;
  color: #fff;
  border: 1px solid #fff;
}

.wnews-more {
  width: 230px;
  height: 50px;
  background: #00a0e9;
  color: #fff;
  margin: 75px auto;
  text-align: center;
  border-radius: 5px;
  line-height: 50px;
  cursor: pointer;
}

@media(max-width:1200px) {
  .wnews-txt h3 {
    font-size: 18px;
    line-height: 24px;
    height: 40px;
  }

  .wnews-txt {
    margin-top: 20px;
  }

  .wnews-txt h4 {
    font-size: 16px;
    line-height: 24px;
  }

  .wnews-box {
    padding-top: 40px;
  }
}

@media(max-width:991px) {
  .wnews-topul {
    display: block;
  }

  .wnews-topul li:nth-of-type(2) {
    margin: 0;
  }

  .wnews-txt h3 {
    margin-bottom: 0;
  }

  .wnews-txt span {
    color: #999999;
    display: block;
    margin-top: 15px;
    padding-bottom: 15px;
  }

  .wnews-navul li {
    margin: 0 20px;
  }

  .wnews-l {
    width: 100%;
  }

  .wnews-botul li {
    display: block;
  }

  .wnews-r {
    width: 100%;
    margin-top: 30px;
    padding: 0;
  }

  .wnews-r a {
    margin-top: 20px;
  }

  .wnews-botul li {
    padding: 30px 0;
  }

  .wnews-r h3 {
    font-size: 22px;
    line-height: 30px;
  }

  .wnews-r span {
    padding: 10px 0;
  }

  .wnews-more {
    margin: 25px auto;
  }
}

.pro {
  padding: 100px 0;
}

.pro-lnav {
  border: 1px solid #dcdcdc;
  padding: 0px 20px 0px 10px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.pro-l {
  width: 280px;
}

.pro-box {
  display: flex;
  justify-content: space-between;
}

.pro-lnav li {
  height: 65px;
  line-height: 65px;
  border-bottom: 1px solid #dcdcdc;
}

.pro-lnav li img {
  padding-right: 20px;
}

.pro-lnav li:last-child {
  border-bottom: none;
}

.pro-lnav ul li a {
  display: flex;
}

.pro-lnav-icon {
  width: 40px;
}

.pro-lhot {
  border: 1px solid #dcdcdc;
  margin-top: 40px;
  padding: 20px;
}

.hot-tit {
  background: #00a0e9;
  height: 50px;
  font-size: 24px;
  color: #fff;
  padding: 0 15px;
  position: relative;
}

.hot-tit h4 {
  line-height: 50px;
}

.hot-btn .swiper-button-next {
  background: url("../img/hot-pro-next.png") no-repeat center;
}

.hot-btn .swiper-button-prev {
  left: auto;
  right: 25px;
  background: url("../img/hot-pro-prev.png") no-repeat center;
}

.hot-swiper .swiper-slide h3 {
  height: 48px;
  line-height: 48px;
  text-align: center;
  border-top: 1px solid #dcdcdc;
}

.procase-swiper .swiper-slide h3 {
  height: 48px;
  line-height: 48px;
  text-align: center;
  border-top: 1px solid #dcdcdc;
}

.pcase-btn .swiper-button-next {
  background: url("../img/hot-pro-next.png") no-repeat center;
}

.pcase-btn .swiper-button-prev {
  left: auto;
  right: 25px;
  background: url("../img/hot-pro-prev.png") no-repeat center;
}

.pro-r {
  width: calc(100% - 340px);
}

.pro-rul li a {
  display: block;
}

.pro-rul li a .scale-img {
  border: 5px solid #eeeeee;
}

.pro-rul li a h3 {
  text-align: center;
  padding: 20px 0 30px;
  font-size: 18px;
      display: inline-block;
    white-space: nowrap;
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
}

.wpror-more {
  width: 230px;
  height: 50px;
  background: #00a0e9;
  color: #fff;
  margin: 50px auto 0;
  text-align: center;
  border-radius: 5px;
  line-height: 50px;
  cursor: pointer;
}

.pro-rul li:hover a .scale-img {
  border: 5px solid #00a0e9;
}

.pro-rul li:hover a h3 {
  color: #00a0e9;
}

@media(max-width:1200px) {
  .pro-rul li a h3 {
    font-size: 16px;
  }
}

@media(max-width:991px) {
  .pro-box {
    display: block;
  }

  .pro-l {
    width: 100%;
  }

  .hot-swiper .swiper-slide img {
    width: 100%;
  }

  .procase-swiper .swiper-slide img {
    width: 100%;
  }

  .pro-r {
    width: 100%;
    margin-top: 30px;
  }

  .pro {
    padding: 40px 0;
  }

  .wpror-more {
    margin-top: 20px;
  }
}

/*产品详情*/
.prod-box {
  display: flex;
}

.prod-bigimg ul li {
  display: none;
}

.prod-bigimg {
  border: 5px solid #eeeeee;
}

.prod-bigimg img {
  width: 100%;
}

.prod-rl {
  width: 50%;
  margin-right: 60px;
}

.prod-rr {
  width: 50%;
}

.prod-small {
  padding: 0 50px;
  position: relative;
  margin-top: 20px;
}

.prodsmall-swiper .swiper-slide img {
  border: 2px solid #eeeeee;
}

.prod-yd ul {
  display: flex;
}

.prod-small-btn .swiper-button-next {
  width: 28px;
  height: 28px;
  border: 2px solid #eeeeee;
  background: url("../img/prod-small-next.png") no-repeat center;
}

.prod-small-btn .swiper-button-prev {
  width: 28px;
  height: 28px;
  border: 2px solid #eeeeee;
  background: url("../img/prod-small-prev.png") no-repeat center;
}

.prod-small-btn .swiper-button-next:hover {
  background: #00a0e9 url("../img/prod-small-nexth.png") no-repeat center;
  border: 2px solid #00a0e9;
}

.prod-small-btn .swiper-button-prev:hover {
  background: #00a0e9 url("../img/prod-small-prevh.png") no-repeat center;
  border: 2px solid #00a0e9;
}

.prodsmall-swiper .swiper-slide.on img {
  border: 3px solid #00a0e9;
}

.prod-rrtit h3 {
  font-size: 40px;
}

.prod-rrtit h4 {
  margin-top: 50px;
  color: #555555;
  font-size: 18px;
  line-height: 30px;
  border-bottom: 1px solid #dcdcdc;
  padding-bottom: 30px;
}

.prod-yd {
  margin-top: 30px;
}

.prod-yd ul li .prod-ydimg {
  width: 60px;
  height: 60px;
  background: #00a0e9;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.prod-yd ul {}

.prod-yd ul li {
  width: 16.6%;
}

.prod-yd ul li h5 {
  font-size: 18px;
  margin-top: 5px;
  font-family: "HeiTi";
  width: 60px;
  text-align: center;
}

.prod-yd h2 {
  font-size: 24px;
  margin-bottom: 40px;
}

.prod-tel {
  font-size: 36px;
  background: #00a0e9;
  height: 100px;
  line-height: 100px;
  margin-top: 70px;
  color: #fff;
  text-align: center;
  border-radius: 50px;
}

.prod-detail {
  margin-top: 60px;
}

.prod-detail-tit {
  background: #00a0e9;
  height: 50px;
  line-height: 50px;
  color: #fff;
  padding: 0 30px;
  font-size: 18px;
  font-family: "HeiTi";
}

.prod-detail-txt {
  font-size: 18px;
  color: #555555;
  line-height: 30px;
  margin-top: 30px;
}

.prod-detail-txt img {
  max-width: 100%;
}

.prod-detail-txt p {
  margin-bottom: 20px;
}

.prod-tj-tit {
  position: relative;
  border-bottom: 2px solid #00a0e9;
  padding-bottom: 20px;
}

.prod-tj-tit h3 {
  font-size: 40px;
}

.prod-tj {
  margin-top: 100px;
}

.prod-tjswiper .swiper-slide a {
  text-align: center;
  display: block;
}

.prod-tjswiper .swiper-slide .scale-img {
  border: 5px solid #eeeeee;
}

.prod-tjswiper {
  margin-top: 40px;
}

.prod-tjswiper span {
  display: block;
  margin-top: 20px;
}


.prod-tjbtn .swiper-button-next {
  width: 34px;
  height: 34px;
  border: 2px solid #eeeeee;
  background: url("../img/prod-small-next.png") no-repeat center;
}

.prod-tjbtn .swiper-button-prev {
  width: 34px;
  height: 34px;
  border: 2px solid #eeeeee;
  left: auto;
  right: 56px;
  background: url("../img/prod-small-prev.png") no-repeat center;
}

.prod-tjbtn .swiper-button-next:hover {
  background: #00a0e9 url("../img/prod-small-nexth.png") no-repeat center;
  border: 2px solid #00a0e9;
}

.prod-tjbtn .swiper-button-prev:hover {
  background: #00a0e9 url("../img/prod-small-prevh.png") no-repeat center;
  border: 2px solid #00a0e9;
}

.back {
  background: #00a0e9 url("../img/back-top.png") no-repeat center;
  width: 48px;
  height: 48px;
  border-radius: 5px;
  right: 2%;
  position: fixed;
  bottom: 5%;
  cursor: pointer;
  z-index: 9999;
}

.prod-tj {
  position: relative;
}

.prodsmall-swiper .swiper-slide img {
  width: 100%;
}

@media(max-width:1700px) {
  .prod-rrtit h3 {
    font-size: 30px;
  }

  .prod-rrtit h4 {
    margin-top: 10px;
  }

  .prod-tel {
    font-size: 28px;
    background: #00a0e9;
    height: 80px;
    line-height: 80px;
    margin-top: 44px;
    color: #fff;
    text-align: center;
    border-radius: 50px;
  }

}

@media(max-width:1600px) {
  .prod-rrtit h4 {
    margin-top: 20px;
    color: #555555;
    font-size: 16px;
    line-height: 26px;
    border-bottom: 1px solid #dcdcdc;
    padding-bottom: 20px;
  }

  .prod-yd h2 {
    font-size: 24px;
    margin-bottom: 30px;
  }
}

@media(max-width:1400px) {
  .prod-rl {
    margin-right: 20px;
  }

  .prod-tel {
    font-size: 22px;
    background: #00a0e9;
    height: 60px;
    line-height: 60px;
    margin-top: 20px;
    color: #fff;
    text-align: center;
    border-radius: 50px;
  }

  .prod-yd h2 {
    font-size: 24px;
    margin-bottom: 20px;
  }

  .prod-yd {
    margin-top: 20px;
  }
}

@media(max-width:1200px) {
  .prod-box {
    display: block;
  }

  .prod-rl {
    width: 100%;
  }

  .prod-rr {
    width: 100%;
    margin-top: 30px;
  }
}

@media(max-width:991px) {
  .prod-detail {
    margin-top: 40px;
  }

  .prod-tj-tit h3 {
    font-size: 28px;
  }

  .prod-tj {
    margin-top: 40px;
  }

  .prod-detail-txt p {
    margin-bottom: 10px;
  }

  .whcase-txt {
    font-size: 18px;
    top: auto;
    left: 9%;
    bottom: 19px !important;
    transform: translateX(0%);
    text-align: center;
  }

  .wcase-setvhone img {
    height: auto !important;
  }

  .wcase-setvhone {
    height: auto !important;
  }

  .wcase-setvhtwo {
    height: auto !important;
  }

  .whabout-rtoptxt h3 {
    font-size: 22px;
  }
}

@media(max-width:449px) {
  .prod-detail {
    margin-top: 40px;
  }

  .prod-yd ul {
    flex-wrap: wrap;
  }

  .prod-yd ul li {
    width: 33.33333333%;
    margin-bottom: 15px;
  }

  .prod-yd ul li h5 {
    width: auto;
  }

  .prod-yd ul li .prod-ydimg {
    margin: 0 auto;
  }

  .hsol-l h4 {
    line-height: 22px;
    font-size: 14px;
  }

  .hpro-swiper .swiper-slide .hpro-ibg img {
    height: 80vh;
  }
}




@media(max-width:449px) {
  .footer-rul {
    display: none;
  }

  .footer-fx {
    display: none;
  }

  .footer-mr {
    justify-content: flex-start;
  }

  .footer-l {
    display: block;
  }

  .footer-mr {
    align-items: flex-start;
  }

  .wfooter-main {
    padding-top: 30px;
  }

  .footer-l h3 {
    padding-top: 15px;
  }

  .footer-r {
    display: none;
  }

  .footer-copy {
    margin-top: 30px;
    flex-wrap: wrap;
    height: auto;
    line-height: 30px;
    padding: 15px 0;
  }

  .footer-copyr {
    display: block;
    font-size: 14px;
  }

  .hsol-item-icon {
    width: 50px;
    height: 50px;
  }

  .hsol-txt {
    padding-left: 10px;
  }

  .whcase-txt {
    font-size: 18px;
    top: auto;
    left: 9%;
    bottom: 19px !important;
    transform: translateX(-50%);
    text-align: center;
  }

  .hpro-itxt-top h4 {
    font-size: 18px;
    padding: 10px 0;
  }

  .hpro-itxt-icon {
    width: 85px;
    height: 85px;
  }

  .hpro-itxt {
    top: 25px;
  }

  .whcase-txt {
    transform: translateX(0%);
  }
}

.hnew-wbox {
  padding-top: 100px;
}

.wcase-setvhone {
  height: 55vh;
}

.wcase-setvhone img {
  height: 55vh;
}

.wcase-setvhtwo {
  height: 45vh;
}

/* 联系我们 */
.contact-main {
  padding-bottom: 60px;
}

.contact-cont {
  overflow: hidden;
}

.contact-info {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  background: #f2f2f2;
  justify-content: center;
}

.contact-info dl dt {
  font-size: 24px;
  color: #000;
  margin-bottom: 25px;
}

.contact-info dl dd {
  line-height: 30px;
  color: #666;
  font-size: 16px;
}

.contact-img {
  overflow: hidden;
  width: 100%;
}

.contact-img img {
  display: block;
  width: 100%;
}

.contact-ditu {
  margin-top: 28px;
  overflow: hidden;
  width: 100%;
}

.contact-ditu img {
  display: block;
  width: 100%;
}

@media(max-width: 1200px) {
  .contact-info dl dt {
    margin-bottom: 15px;
  }
}

@media(max-width: 991px) {
  .col-xxs-12 {
    width: 100%;
  }

  .contact-info {
    padding: 30px 0px;
    margin-bottom: 15px;
  }

  .contact-main {
    padding-bottom: 40px;
  }
}

@media(max-width: 599px) {
  .contact-main {
    padding-bottom: 30px;
  }

  .contact-ditu {
    margin-top: 15px;
  }

  .whcase-txt {
    font-size: 14px;
    left: 10px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
  }

}

.about-txts {
  padding-bottom: 50px;
  width: 100%;
}



/*搜索框*/
.sou-mask {
  position: fixed;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.5);
  z-index: 99999999999;
  width: 100%;
  height: 100vh;
  display: none;
}

.sou-input input {
  width: 100%;
  height: 55px;
  border-radius: 11px;
  background: #fff;
  border: 1px solid #fff;
  padding-left: 20px;
  font-size: 16px;
  color: #a0a0a0;
}

.sou-input {
  top: 50%;
  position: fixed;
  width: 1000px;
  left: 24%;

}

.msou-icon {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 999;
  right: 20px;
  cursor: pointer;
}

.sou-cha {
  position: absolute;
  right: 6px;
  top: -32px;
  cursor: pointer;
}

.footer-douyinimg img {
  width: 120px;
}

.footer-douyinimg {
  position: absolute;
  top: 55px;
  left: 0;
  display: none;
}

.footer-fxicon {
  position: relative;
}