
html {font-size:100%;-webkit-text-size-adjust:100%;-ms-text-size-adjust:100%;overflow-x:hidden;}
body {font:14px/1.8 'PingFang',"Montserrat","Microsoft Yahei","微软雅黑"; margin:0 auto;color:#999;}
.content {
  position: fixed;
  left: 0px;
  top: 0px;
  width: 100%;
}

.ibox {
  position: relative;
  width: 100%;
  height: 100%;
}

.page {
  width: 100%;
  height: 100%;
  background-color: #f8f8f8;
  background-position: center;
  background-size: cover;
  overflow: hidden;
  position: relative
}

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}

.slick-list:focus {
  outline: none;
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-list,
.slick-track,
.slick-slide,
.slick-slide img {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  zoom: 1;
}

.slick-track:before,
.slick-track:after {
  content: "";
  display: table;
}

.slick-track:after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}

.slick-slide img {
  display: block;
}

.slick-slide.slick-loading img {
  display: none;
}

.slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized .slick-slide {
  display: block;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

/* Arrows */
.slick-prev,
.slick-next {
  position: absolute;
  display: block;
  height: 20px;
  width: 20px;
  line-height: 0;
  font-size: 0;
  cursor: pointer;
  background: transparent;
  color: transparent;
  padding: 0;
  border: none;
  outline: none;
}

/* Dots */
.slick-dots {
  position: absolute;
  bottom: -45px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0px;
  width: 100%;
}

.slick-dots li {
  position: relative;
  display: inline-block;
  height: 20px;
  width: 20px;
  margin: 0px 5px;
  padding: 0px;
  cursor: pointer;
}

.slick-dots li button {
  border: 0;
  background: transparent;
  display: block;
  height: 20px;
  width: 20px;
  outline: none;
  line-height: 0;
  font-size: 0;
  color: transparent;
  padding: 5px;
  cursor: pointer;
  outline: none;
}

.slick-dots li button:focus {
  outline: none;
}

/*  * Core Owl Carousel CSS File *v1.3.3 */
/* clearfix */
.owl-carousel .owl-wrapper:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}

/* display none until init */
.owl-carousel {
  display: none;
  position: relative;
  -ms-touch-action: pan-y;
}

.owl-carousel .owl-wrapper {
  display: none;
  position: relative;
  -webkit-transform: translate3d(0px, 0px, 0px);
}

.owl-carousel .owl-wrapper-outer {
  overflow: hidden;
  position: relative;
  width: 100%;
}

.owl-carousel .owl-wrapper-outer.autoHeight {
  -webkit-transition: height 500ms ease-in-out;
  -moz-transition: height 500ms ease-in-out;
  -ms-transition: height 500ms ease-in-out;
  -o-transition: height 500ms ease-in-out;
  transition: height 500ms ease-in-out;
}

.owl-carousel .owl-item {
  float: left;
}

.owl-controls .owl-page,
.owl-controls .owl-buttons div {
  cursor: pointer;
}

.owl-controls {
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

/* mouse grab icon */
.grabbing {
  cursor: url(grabbing.png) 8 8, move;
}

/* fix */
.owl-carousel .owl-wrapper,
.owl-carousel .owl-item {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
}

/** Owl Carousel Owl Demo Theme *v1.3.3*/
.owl-theme .owl-controls {
  margin-top: 10px;
  text-align: center;
}

/* Styling Next and Prev buttons */
.owl-theme .owl-controls .owl-buttons div {
  color: #FFF;
  display: inline-block;
  zoom: 1;
  *display: inline;
  /*IE7 life-saver */
  margin: 5px;
  padding: 3px 10px;
  font-size: 12px;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
  background: #869791;
}

/* Clickable class fix problem with hover on touch devices */
/* Use it for non-touch hover action */
.owl-theme .owl-controls.clickable .owl-buttons div:hover {
  filter: Alpha(Opacity=100);
  /*IE7 fix*/
  opacity: 1;
  text-decoration: none;
}

/* Styling Pagination*/
.owl-theme .owl-controls .owl-page {
  display: inline-block;
  zoom: 1;
  *display: inline;
  /*IE7 life-saver */
}

.owl-theme .owl-controls .owl-page span {
  display: block;
  width: 12px;
  height: 12px;
  margin: 5px 7px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
}

/* If PaginationNumbers is true */
.owl-theme .owl-controls .owl-page span.owl-numbers {
  height: auto;
  width: auto;
  color: #FFF;
  padding: 2px 10px;
  font-size: 12px;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
}

/* preloading images */
.owl-item.loading {
  min-height: 150px;
  /* background:url(../images/ajaxloader.gif) no-repeat center center;*/
}

/*  *  Owl Carousel CSS3 Transitions  *  v1.3.2 */
.owl-origin {
  -webkit-perspective: 1200px;
  -webkit-perspective-origin-x: 50%;
  -webkit-perspective-origin-y: 50%;
  -moz-perspective: 1200px;
  -moz-perspective-origin-x: 50%;
  -moz-perspective-origin-y: 50%;
  perspective: 1200px;
}

/* fade */
.owl-fade-out {
  z-index: 10;
  -webkit-animation: fadeOut .7s both ease;
  -moz-animation: fadeOut .7s both ease;
  animation: fadeOut .7s both ease;
}

.owl-fade-in {
  -webkit-animation: fadeIn .7s both ease;
  -moz-animation: fadeIn .7s both ease;
  animation: fadeIn .7s both ease;
}

/* backSlide */
.owl-backSlide-out {
  -webkit-animation: backSlideOut 1s both ease;
  -moz-animation: backSlideOut 1s both ease;
  animation: backSlideOut 1s both ease;
}

.owl-backSlide-in {
  -webkit-animation: backSlideIn 1s both ease;
  -moz-animation: backSlideIn 1s both ease;
  animation: backSlideIn 1s both ease;
}

/* goDown */
.owl-goDown-out {
  -webkit-animation: scaleToFade .7s ease both;
  -moz-animation: scaleToFade .7s ease both;
  animation: scaleToFade .7s ease both;
}

.owl-goDown-in {
  -webkit-animation: goDown .6s ease both;
  -moz-animation: goDown .6s ease both;
  animation: goDown .6s ease both;
}

/* scaleUp */
.owl-fadeUp-in {
  -webkit-animation: scaleUpFrom .5s ease both;
  -moz-animation: scaleUpFrom .5s ease both;
  animation: scaleUpFrom .5s ease both;
}

.owl-fadeUp-out {
  -webkit-animation: scaleUpTo .5s ease both;
  -moz-animation: scaleUpTo .5s ease both;
  animation: scaleUpTo .5s ease both;
}

/* Keyframes */
/*empty*/
@-webkit-keyframes empty {
  0% {
    opacity: 1;
  }
}

@-moz-keyframes empty {
  0% {
    opacity: 1;
  }
}

@keyframes empty {
  0% {
    opacity: 1;
  }
}

@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

@-moz-keyframes fadeIn {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

@-webkit-keyframes fadeOut {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
  }
}

@-moz-keyframes fadeOut {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
  }
}

@keyframes fadeOut {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
  }
}

@-webkit-keyframes backSlideOut {
  25% {
    opacity: .5;
    -webkit-transform: translateZ(-500px);
  }

  75% {
    opacity: .5;
    -webkit-transform: translateZ(-500px) translateX(-200%);
  }

  100% {
    opacity: .5;
    -webkit-transform: translateZ(-500px) translateX(-200%);
  }
}

@-moz-keyframes backSlideOut {
  25% {
    opacity: .5;
    -moz-transform: translateZ(-500px);
  }

  75% {
    opacity: .5;
    -moz-transform: translateZ(-500px) translateX(-200%);
  }

  100% {
    opacity: .5;
    -moz-transform: translateZ(-500px) translateX(-200%);
  }
}

@keyframes backSlideOut {
  25% {
    opacity: .5;
    transform: translateZ(-500px);
  }

  75% {
    opacity: .5;
    transform: translateZ(-500px) translateX(-200%);
  }

  100% {
    opacity: .5;
    transform: translateZ(-500px) translateX(-200%);
  }
}

@-webkit-keyframes backSlideIn {

  0%,
  25% {
    opacity: .5;
    -webkit-transform: translateZ(-500px) translateX(200%);
  }

  75% {
    opacity: .5;
    -webkit-transform: translateZ(-500px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateZ(0) translateX(0);
  }
}

@-moz-keyframes backSlideIn {

  0%,
  25% {
    opacity: .5;
    -moz-transform: translateZ(-500px) translateX(200%);
  }

  75% {
    opacity: .5;
    -moz-transform: translateZ(-500px);
  }

  100% {
    opacity: 1;
    -moz-transform: translateZ(0) translateX(0);
  }
}

@keyframes backSlideIn {

  0%,
  25% {
    opacity: .5;
    transform: translateZ(-500px) translateX(200%);
  }

  75% {
    opacity: .5;
    transform: translateZ(-500px);
  }

  100% {
    opacity: 1;
    transform: translateZ(0) translateX(0);
  }
}

@-webkit-keyframes scaleToFade {
  to {
    opacity: 0;
    -webkit-transform: scale(.8);
  }
}

@-moz-keyframes scaleToFade {
  to {
    opacity: 0;
    -moz-transform: scale(.8);
  }
}

@keyframes scaleToFade {
  to {
    opacity: 0;
    transform: scale(.8);
  }
}

@-webkit-keyframes goDown {
  from {
    -webkit-transform: translateY(-100%);
  }
}

@-moz-keyframes goDown {
  from {
    -moz-transform: translateY(-100%);
  }
}

@keyframes goDown {
  from {
    transform: translateY(-100%);
  }
}

@-webkit-keyframes scaleUpFrom {
  from {
    opacity: 0;
    -webkit-transform: scale(1.5);
  }
}

@-moz-keyframes scaleUpFrom {
  from {
    opacity: 0;
    -moz-transform: scale(1.5);
  }
}

@keyframes scaleUpFrom {
  from {
    opacity: 0;
    transform: scale(1.5);
  }
}

@-webkit-keyframes scaleUpTo {
  to {
    opacity: 0;
    -webkit-transform: scale(1.5);
  }
}

@-moz-keyframes scaleUpTo {
  to {
    opacity: 0;
    -moz-transform: scale(1.5);
  }
}

@keyframes scaleUpTo {
  to {
    opacity: 0;
    transform: scale(1.5);
  }
}

/*index style*/
#banner {
  position: relative;
  overflow: hidden;
}

.banTxt {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 11;
  display: flex;
  align-items: center;
  justify-content: center;
}

.banTxt .inner {
  position: relative;
  top: 10px;
}

.banTxt_div {
  margin-bottom: 58px;
}

.banTxt .hidden {
  position: relative;
  overflow: hidden;
}

.banTxt_span {
  display: block;
  font-size: 65px;
  line-height: 1.2;
  color: #fff;
  font-weight: bold;
  font-family: "MARKBOLD";
  text-transform: uppercase;
  letter-spacing: .5px;
  font-weight: bold;
  margin-bottom: 20px;
  /* dh */
  position: relative;
  top: 128px;
}

.banTxt_span02 {
  color: #f5a700;
}

.slick-active .banTxt_span {
  top: 0;
  -webkit-transition: all 500ms 1s cubic-bezier(0, 0, 0.1, 1);
  -moz-transition: all 500ms 1s cubic-bezier(0, 0, 0.1, 1);
  -o-transition: all 500ms 1s cubic-bezier(0, 0, 0.1, 1);
  -ms-transition: all 500ms 1s cubic-bezier(0, 0, 0.1, 1);
  transition: all 500ms 1s cubic-bezier(0, 0, 0.1, 1);
}

.banTxt_p {
  color: #fff;
  font-weight: bold;
  line-height: 1.2;
  font-family: "Montserrat";
  font-size: 34px;
  letter-spacing: 1px;
  text-transform: capitalize;
  font-family: "MARKBOOK";
  /* dh */
  position: relative;
  top: 128px;
}

.banTxt_p02 {
  color: #fff;
  font-weight: bold;
  line-height: 1.8;
  font-family: "Montserrat";
  font-size: 12.3px;
  text-transform: capitalize;
  font-family: "MARKBOOK";
  /* dh */
  position: relative;
  top: 128px;
  text-transform: uppercase;
  font-weight: normal
}

.slick-active .banTxt_p {
  top: 0;
  -webkit-transition: all 500ms 1.4s cubic-bezier(0, 0, 0.1, 1);
  -moz-transition: all 500ms 1.4s cubic-bezier(0, 0, 0.1, 1);
  -o-transition: all 500ms 1.4s cubic-bezier(0, 0, 0.1, 1);
  -ms-transition: all 500ms 1.4s cubic-bezier(0, 0, 0.1, 1);
  transition: all 500ms 1.4s cubic-bezier(0, 0, 0.1, 1);
}

.slick-active .banTxt_p02 {
  top: 0;
  -webkit-transition: all 500ms 1.4s cubic-bezier(0, 0, 0.1, 1);
  -moz-transition: all 500ms 1.4s cubic-bezier(0, 0, 0.1, 1);
  -o-transition: all 500ms 1.4s cubic-bezier(0, 0, 0.1, 1);
  -ms-transition: all 500ms 1.4s cubic-bezier(0, 0, 0.1, 1);
  transition: all 500ms 1.4s cubic-bezier(0, 0, 0.1, 1);
}

.banTxt .inner>.hidden {
  display: flex;
  align-items: center;
}

.banTxt_cn {
  font-size: 32px;
  letter-spacing: 1px;
  color: #0e3f7b;
  font-weight: bold;
  margin-left: 32px;
  /* dh */
  position: relative;
  left: 102%;
}

.slick-active .banTxt_cn {
  left: 0;
  -webkit-transition: all 1s 1.6s cubic-bezier(0, 0, 0.1, 1);
  -moz-transition: all 1s 1.6s cubic-bezier(0, 0, 0.1, 1);
  -o-transition: all 1s 1.6s cubic-bezier(0, 0, 0.1, 1);
  -ms-transition: all 1s 1.6s cubic-bezier(0, 0, 0.1, 1);
  transition: all 1s 1.6s cubic-bezier(0, 0, 0.1, 1);
}

.banTxt .indMore {
  margin: 0;
}

.banTxt .indMore .more {
  transform-origin: left;
  /* dh */
  position: relative;
  left: -102%;
}

.banTxt .indMore span {
  font-size: 19px;
}

.slick-active .banTxt .indMore .more {
  left: 0;
  -webkit-transition: all 500ms 1.8s cubic-bezier(0, 0, 0.1, 1);
  -moz-transition: all 500ms 1.8s cubic-bezier(0, 0, 0.1, 1);
  -o-transition: all 500ms 1.8s cubic-bezier(0, 0, 0.1, 1);
  -ms-transition: all 500ms 1.8s cubic-bezier(0, 0, 0.1, 1);
  transition: all 500ms 1.8s cubic-bezier(0, 0, 0.1, 1);
}


#banner .bg::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: .1;
}

#banner .bg .bimg {
  position: relative;
  left: 0px;
  top: 0px;
  width: 100%;
  display: block;
}

#banner .slick-prev,
#banner .slick-next {
  right: 5%;
  z-index: 11;
  top: 50%;
  transform: translateY(-40%);
  width: 68px;
  height: 68px;
  background: transparent;
}

#banner .slick-prev {
  display: none !important;
}

#banner svg {
  position: relative;
  left: 0;
  width: 100%;
  height: 100%;
  animation: svgHandler 1s infinite;
}

@keyframes svgHandler {
  0% {
    left: 0;
  }

  100% {
    left: 21px;
  }
}

#banner .slick-dots {
  position: absolute;
  right: 5%;
  top: 50%;
  bottom: auto;
  z-index: 100;
  width: auto;
}

#banner .slick-dots li {
  position: relative;
  background-color: transparent;
  display: block;
  font-family: "Montserrat";
  font-weight: 600;
  width: 8px;
  height: 8px;
  border-radius: 38px;
  line-height: 1;
  font-size: 0;
  background: #fff;
  margin-top: 24px;
  transition: all .48s;
}

#banner .slick-dots li.slick-active {
  height: 48px;
}

.active .ibox,
.m-active .ibox {
  transition: all 0.9s cubic-bezier(0.445, 0.145, 0.355, 1) 0s;
  -webkit-transition: all 0.9s cubic-bezier(0.445, 0.145, 0.355, 1) 0s;
  opacity: 1;
}

@keyframes opacity_right {
  0% {
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
    opacity: .1;
  }

  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
  }
}

.headMenu_Box {
  width: 40vw;
  height: 100vh;
  position: fixed;
  right: 0;
  top: 0;
  background: #fff;
  z-index: 9999;
  display: flex;
}

.headMenu_Box_xq {
  width: 100%;
  height: 100%;
  display: flex;
  background: #fff;
}

.headMenu_Box_l {
  width: 50%;
  background: #fff;
  border-right: 1px solid #d6d6d6;
  display: flex;
}

.headMenu_Box_l .talk {
  width: 30%;
  background: #85ac53;
  border-right: 1px solid #d6d6d6;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
}

.headMenu_Box_l .talk .talk_tact {
  width: 100%;
  height: 50%;
  text-align: center;
  color: #fff;
  font-size: 22px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.talk_img {
  width: 70px;
  height: 70px;
  background: #fff;
  border-radius: 100%;
  margin: 0 auto;
}

.tpZhanshi {
  width: 70%;
  padding: 0 2%;
  padding-top: 40px;
}

.tpZhanshi img {
  width: 100%;
}

.tpZhanshi h4 {
  margin-bottom: 5%;
  font-size: 28px;
  font-weight: normal;
}

.tpZhanshi p {
  font-size: 22px;
  color: #333;
}

.tpZhanshi p span {
  float: right;
  color: #333;
  font-weight: bold;
}

.headMenu_Box_r {
  width: 100%;
  padding: 0 10%;
  padding-top: 40px;
  /*border-right:1px solid #d6d6d6;*/
}

.headMenu_Box_r h4 {
  margin-bottom: 5%;
  font-size: 28px;
  font-weight: normal;
}

.headMenu_Box_r li {
  border-bottom: 1px solid#d6d6d6;
  line-height: 112px;
  font-size: 32px;
  /*margin-bottom:2%;*/
  position: relative;
}

.headMenu_Box_r li a {
  color: #333;
}

.headMenu_Box_r li a:hover {
  color: #0e3f7b !important;
}

.guanBi {
  width: 10%;
  position: relative;
}

.nav_logo {
  width: 30px;
  height: 350px;
  position: absolute;
  bottom: 0;
  left: 30%;
}

.tpZhanshi .swiper-container {
  width: 100%;
  height: 100%;
}

.tpZhanshi .swiper-slide {
  height: 40%;
}

.close {
  width: 30px;
  height: 30px;
  position: absolute;
  right: 10%;
  top: 5%;
  cursor: pointer;
}

.close img {
  width: 100%;
  height: 100%;
}

.tpZhanshi .prev,
.tpZhanshi .next {
  display: block;
  width: 50px;
  height: 50px;
  border: 1px solid #fff;
  border-radius: 100%;
  background: url(./images/arrow-right-lighth.png)no-repeat;
  background-size: 30% 30%;
  background-position: center;
  position: absolute;
  left: 10%;
  bottom: 35%;
  z-index: 33;
}

.tpZhanshi .next {
  background: url(./images/arrow-left-lighth.png)no-repeat;
  background-position: center;
  background-size: 30% 30%;
  position: absolute;
  left: 10%;
  bottom: 40%;
}

.nav_zk {
  position: absolute;
  right: 5%;
  top: 37%;
}

.nav_zk span {
  display: block;
  width: 3px;
  height: 25px;
  background: #333;
  position: absolute;
  left: 12px;
  top: 0;
}

.nav_zk span:nth-child(2) {
  width: 25px;
  height: 3px;
  position: absolute;
  left: 0;
  top: 12px;
}

.Menu_Box {
  display: none;
  /*opacity:1;*/
}

.click {
  transform: translateX(0);
}

*/.tc_moreNr {
  width: 100%;
  height: 100%;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 99;
  display: none;
}

.tc_moreNr img {
  display: block;
  margin: 5% auto;
  height: 82%;
  z-index: 9999;
}


.inner {
  width: 80%;
  margin: 0 auto;
}

@media(max-width:1024px) {
  .wgt-fade-animate {
    -webkit-transform: scale(0.3);
    transform: scale(0.3);
    -webkit-transform: translateY(100px);
    transform: translateY(100px);
    opacity: 1;
  }

  .appear {
    -wewgtit-animation: opacity_show 1s 1 cubic-bezier(0.445, 0.05, 0.55, 0.95) forwards;
    -webkit-animation: opacity_show 1s 1 cubic-bezier(0.445, 0.05, 0.55, 0.95) forwards;
    animation: opacity_show 1s 1 cubic-bezier(0.445, 0.05, 0.55, 0.95) forwards;
    opacity: 1 !important;
  }

  .close img {
    width: 200%;
    height: auto;
  }

  @-webkit-keyframes opacity_show {
    0% {
      -webkit-transform: scale(0.3);
      transform: scale(0.3);
      -webkit-transform: translateY(150px);
      transform: translateY(150px);
      opacity: .1;
    }

    100% {
      -webkit-transform: scale(1);
      transform: scale(1);
      -webkit-transform: translateY(0);
      transform: translateY(0);
      opacity: 1;
    }
  }

  @-webkit-keyframes opacity_show {
    0% {
      -webkit-transform: scale(0.3);
      transform: scale(0.3);
      -webkit-transform: translateY(150px);
      transform: translateY(150px);
      opacity: .1;
    }

    100% {
      -webkit-transform: scale(1);
      transform: scale(1);
      -webkit-transform: translateY(0);
      transform: translateY(0);
      opacity: 1;
    }
  }

  @keyframes opacity_show {
    0% {
      -webkit-transform: scale(0.3);
      transform: scale(0.3);
      -webkit-transform: translateY(150px);
      transform: translateY(150px);
      opacity: .1;
    }

    100% {
      -webkit-transform: scale(1);
      transform: scale(1);
      -webkit-transform: translateY(0);
      transform: translateY(0);
      opacity: 1;
    }
  }
}


/* 3 */
.indSolu {position:relative;width:100%;height:100%;background-position:center left;background-repeat:no-repeat;background-size:cover;}

.indSolu_txt {width:80%; margin:0 auto; padding-top:200px; overflow:hidden; opacity:0; top:-50%; transition: all 1.5s; transition-delay:1s;} 
.page.active .indSolu_txt{opacity:1; top:0;}
.indSolu_txt .indMore,.indSolu_txt .indSolu_p,.indSolu_txt .indTit,.indSolu_txt .indTitt {position:relative;/* dh */top:0 ; transition:all 1.5s;}
.indSolu_txt .indTit_box{ float:left;}
.indSolu_txt .indTit {transition-delay:1s;}
.indSolu_txt .indSolu_p {transition-delay:1.2s;}
.indSolu_txt .indMore {transition-delay:1.4s; float:right}
.indSolu_p {margin-top:0px;margin-bottom:0px;}
.indSolu_p p {color:#fff;font-size:16px;line-height:1.6;letter-spacing:1px;}
  
.indSolu_map{position:absolute; width:100%; overflow:hidden; margin-top:10%; left:0; z-index:999}

.inmap_pro .swiper-slide{background:#fff; position:relative; overflow:hidden; cursor:pointer; width:400px;}
.inmap_pro .swiper-slide .img{width:100%; height:100%}
.inmap_pro .swiper-slide img{width:100%; height:100%}
.inmap_pro .swiper-slide .wz{width:100%; height:100%; overflow:hidden;}
.inmap_pro .swiper-slide .name{background:rgba(245,167,0,1); color:#fff; text-align:center; font-size:18px; height:40px; line-height:40px; transition: all .3s ease;}
.inmap_pro .swiper-slide .nr{padding:0 15px 20px; color:#FFF; overflow:auto}
.inmap_pro .swiper-slide .d1{color:#f5a700; font-size:16px}
.inmap_pro .swiper-slide .d102{ display:block; width:100%; border-top:#CCC 1px dashed; margin-top:5px; padding-top:5px}
.inmap_pro .swiper-slide p{ margin:0; padding:0; font-size:14px; line-height:20px}
.inmap_pro .swiper-slide:hover .name{background:#0e3f7b;}

.indSolu_map .indSolu_arr a {width:50%;height:100%;display:flex;align-items:center;justify-content:center;border-right:1px solid rgba(203,203,203,0.38); background:#0e3f7b}
.indSolu_map .indSolu_arr a:hover{background:#f5a700}
.indSolu_map .indSolu_arr a i{color:#fff}

.map-content{margin-top:9%}
.map-module{max-width:80%; margin:0 auto; position:relative; transition:all .3s ease;}
.map-module .indTitt{ position:absolute; top:0; right:-20%; opacity:0; transition:all 1.5s; transition-delay:1s;}
.page.active .map-module .indTitt{right:0; opacity:1;}


  .indTitt {position:relative;}
  .indTitt>div {display:inline-block;}
  .indTitt span {line-height:1; font-size:60px; letter-spacing:1px; text-transform:uppercase; font-weight:bold; color:#dedede;}
  .indTitt p {font-size:34px;line-height:1.4; letter-spacing:1px;font-weight:bold;color:#0e3f7b;}
  .indTitt.white span, .indTitt.white p {color: #fff;}



.indTit span {
  font-weight: bold;
  font-size: 34px;
  color: #333;
}

.indTit.white span {
  letter-spacing: 1px;
  color: #fff;
  font-size: 48px;
}

/*  */
.indMore {
  position: relative;
  margin-top: 30px;
}

.indMore .more {
  background: #0e3f7b;
  padding: 10px 60px;
  border-radius: 2px;
  display: inline-block;
}

.indMore .more:hover {
  background: #f5a700;
  padding: 10px 80px;
}

.indMore .more02 {
  background: #f5a700;
}

.indMore span {
  color: #fff;
  text-transform: uppercase;
  font-family: "Montserrat";
  font-weight: 500;
  font-size: 16px;
  line-height: 1;
  margin-right: 6px;
}

.indMore i {
  color: #fff;
  font-size: 18px
}

.indMore .indMore_ico {
  vertical-align: middle;
  display: inline-block;
  position: relative;
  padding-left: 15px;
}

.indMore .indMore_ico_y {
  width: 28px;
  display: block;
  vertical-align: middle;
  position: relative;
  top: -1.5px;
}

.indMore .indMore_ico_j {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 28px;
  margin-top: -1.5px;
}

.indMore.sm span {
  font-size: 13px;
}

.indMore.sm .more {
  padding: 8px 28px;
}

.indMore.sm .indMore_ico {
  padding-left: 12px;
}

.indMore.sm .indMore_ico_j {
  width: 24px;
}

.indMore.sm .indMore_ico_y {
  width: 24px;
}


@media (max-width:1600px) {
  #navId4 ul {
    padding-left: 38%
  }

  #navId6 ul {
    padding-left: 52%
  }

  #navId7 ul {
    padding-left: 60%
  }
}


/* 5 */
.indNews {
  position: relative;
  width: 100%;
  height: 100%;
  background-position: center left;
  background-repeat: no-repeat;
  background-size: cover;
}

/* ===================    index=============================================================================== */


@media screen and (min-width:1025px) {

  /* 首页简介动画 */
  .disappear .indPro_l,
  .disappear .indAb_img {
    transform: translateY(-108%);
  }

  .disappear .indPro_r,
  .disappear .indAb_txt {
    transform: translateY(108%);
  }

  .disappear .indAb_img_div p,
  .disappear .indAb_img_div span {
    top: 108px;
    opacity: 0;
  }

  .disappear .indAb_bl>div {
    width: 0;
  }

  .disappear .indAb_br {
    opacity: 0;
  }

  .disappear .indPro_bl p,
  .disappear .indPro_bl span,
  .disappear .indPro_info .indMore,
  .disappear .indPro_p,
  .disappear .indPro_name,
  .disappear .indPro_name02,
  .disappear .indPro_info .indTit,
  .disappear .indAb .indMore,
  .disappear .indAb .indTit,
  .disappear .indAb_span,
  .disappear .indAb_p {
    top: 108px;
    opacity: 0;
  }

  .disappear .indPro_br_btm,
  .disappear .indPro_br_top {
    height: 0;
  }

  .disappear .lxNew_box {
    opacity: 0;
    top: 108px;
  }

  /* ----------------------------------- */
  .page.active .indPro_l,
  .page.active .indPro_r,
  .page.active .indAb_txt,
  .page.active .indAb_img {
    transform: translateY(0);
    transition-delay: .48s;
  }

  .page.active .indAb_img_div span,
  .page.active .indAb_img_div p {
    top: 0;
    opacity: 1;
  }

  .page.active .indAb_bl>div {
    width: 100%;
  }

  .page.active .indAb_br {
    opacity: 1;
  }

  /* pro */
  .page.active .indPro_bl p,
  .page.active .indPro_bl span,
  .page.active .indPro_info .indMore,
  .page.active .indPro_p,
  .page.active .indPro_name,
  .page.active .indPro_name02,
  .page.active .indPro_info .indTit,
  /* ab */
  .page.active .indAb .indMore,
  .page.active .indAb .indTit,
  .page.active .indAb_span,
  .page.active .indAb_p {
    top: 0;
    opacity: 1;
  }

  .page.active .indSolu_box .indSolu_pro {
    bottom: 0;
    opacity: 1;
  }

  .page.active .indPro_br_top {
    height: 89px;
  }

  .page.active .indPro_br_btm {
    height: calc(100% - 89px);
  }

  .page.active .lxNew_box {
    top: 42px;
    opacity: 1;
    box-shadow: 0 12px 30px rgb(80 80 80 / 10%);
  }


  @-webkit-keyframes scaleUpDown {
    from {
      -webkit-transform: scale(1.08);
      transform: scale(1.08);
    }

    to {
      opacity: 1;
      -webkit-transform: scale(1);
      transform: scale(1);
    }
  }

  @keyframes scaleUpDown {
    from {
      -webkit-transform: scale(1.08);
      transform: scale(1.08);
    }

    to {
      opacity: 1;
      -webkit-transform: scale(1);
      transform: scale(1);
    }
  }
}

@media screen and (max-width:1024px) {
  .content {
    position: initial;
  }
}
  @media(max-width:1680px) {
    /* banner*/

    .banTxt_cn {
      font-size: 30px;
    }

    .banTxt .indMore .more {
      padding: 14px 48px;
    }

    .banTxt .indMore span {
      font-size: 18px;
    }

    #banner .slick-dots {
      top: 52%;
    }

    #banner .slick-dots li {
      width: 6px;
      height: 6px;
      margin-top: 18px;
    }

    /*  */
    .indSolu_txt {
      top: 54%;
    }
  }

  @media(max-width:1480px) {
    .indTit.white span {
      font-size: 45px;
    }


    .headMenu span {
      margin-top: 7px;
    }

    .headMenu_txt {
      font-size: 17px;
    }

    /* banner */
    .banTxt_span {
      font-size: 80px;
    }

    .banTxt .indMore .more {
      padding: 12px 42px;
    }

    .banTxt .indMore span {
      font-size: 16px;
    }

    /*  */
    .indAb_bl svg {
      width: 78px;
      height: 78px;
    }

    .indAb_p {
      margin-top: 14px;
    }

    .indAb_p p {
      -webkit-line-clamp: 4;
    }

    .indSolu_p p {
      font-size: 32px;
    }
  }

  @media(max-width:1368px) {
    .indTit.white span {
      font-size: 42px;
    }

    .indMore {
      margin-top: 38px;
    }

    .indMore span {
      font-size: 15px;
    }

    /* banner */
    .banTxt_span {
      font-size: 72px;
      line-height: 1;
    }

    .banTxt .indMore .more {
      padding: 10px 36px;
    }

    #banner .slick-dots li.slick-active {
      height: 40px;
    }
  }

  @media(max-width:1280px) {
    .indTit.white span {
      font-size: 38px;
    }

    .indTit span {
      font-size: 32px;
    }

    .indMore span {
      font-size: 14px;
    }

    .banTxt_div {
      margin-bottom: 51px;
    }

    .indMore {
      margin-top: 30px;
    }

    .banTxt .indMore .indMore_ico,
    .indMore .indMore_ico {
      padding-left: 7px;
    }

    .banTxt .indMore .indMore_ico_y,
    .indMore .indMore_ico_y {
      width: 25px;
    }

    .banTxt .indMore .indMore_ico_j,
    .indMore .indMore_ico_j {
      width: 21px;
    }

    /* banner */
    .banTxt_span {
      font-size: 62px;
    }

    #banner .slick-dots li.slick-active {
      height: 34px;
    }
  }

  @media(max-width:1200px) {
    .pc_nav {
      display: none
    }
  }





  @media(max-width:1024px) {
    #banner .bg .bimg {
      height: 92vh;
      width: 100%;
      object-fit: cover;
    }

    .indTit.white span {
      font-size: 36px;
    }

    .indMore .more {
      padding: 8px 50px;
    }

    /* banner */
    #banner {
      margin-top: 59px;
    }

    .banTxt .inner {
      top: 0;
      width: 94%
    }

    .banTxt_span {
      font-size: 36px;
    }

    .banTxt_p {
      font-size: 24px
    }

    .banTxt_p02 {
      font-size: 12px
    }

    .banTxt .indMore .more {
      padding: 8px 50px;
    }

    .banTxt_div {
      margin-bottom: 34px;
    }

    #banner .slick-dots {
      top: 45%;
    }
    .indSolu_txt {left:10%;}
    .indSolu_p p {font-size:24px;}
    .appear .indSolu_txt .indMore,.appear .indSolu_txt .indSolu_p,.appear .indSolu_txt .indTit {top:0;opacity:1;transition:all 1s 1s;}
    .indSolu_txt{opacity:1; top:20%; padding-top:60px; width:94%; animation-name: fadeInDown;animation-duration: 2s; animation-delay: .4s;}
  }

  @media(max-width:920px) {
    #banner .bg .bimg {
      height: 45vh;
    }
    .indSolu_txt {left:8%;top:0; padding-top:30px;}
  }

  @media(max-width:820px) {
    .footTop {
      padding: 30px 0 20px;
    }

    .footBtm ul {
      padding: 30px 0;
      padding-right: 3%;
    }

    .footMess {
      padding: 30px 0;
      padding-left: 3%;
    }

    .footCopy {
      padding: 10px 0 12px;
    }
  }

  @media(max-width:768px) {
    #banner .bg .bimg {
      height: 35vh;
    }

    .indTit span {
      font-size: 28px;
    }

    .indTit.white span {
      font-size: 32px;
    }

    /* index */
    #banner .bg .bimg {
      height: 60vh;
      width: 100%;
      object-fit: cover;
    }

    .banTxt_cn {
      font-size: 18px;
      margin-left: 20px;
    }
  }

  @media(max-width:680px) {
    .wzHead_logo a {
      width: 178px;
    }

    .indTit.white span {
      font-size: 30px;
    }

    .indSolu_p p {
      font-size: 18px;
    }
  }

  @media(max-width:540px) {
    .banTxt_div {
      margin-bottom: 20px
    }

    .banTxt_span {
      font-size: 28px;
      margin-bottom: 10px
    }

    .banTxt_p {
      font-size: 18px;
    }

    .banTxt .indMore .more {
      padding: 5px 30px;
    }

    .banTxt .indMore span,
    .indMore i {
      font-size: 14px
    }

    .indMore .more {
      padding: 5px 35px;
    }

    .indMore {
      margin-top: 10px
    }

    #s3 {
      height: 400px;
    }

  }

  @media(max-width:480px) {
    #s3 {
      min-height: 489px;
    }

    #banner .bg .bimg {
      height: 400px
    }

    .banTxt .inner {
      width: 94%;
    }

    .banTxt_span {
      letter-spacing: -1px;
      margin-bottom: 8px;
    }

    .banTxt_p02 {
      display: none
    }

    .banTxt_p {
      font-size: 16px;
      margin-bottom: 20px;
      margin-top: 5px
    }

    .indTit span {
      font-size: 24px;
    }

    .indTit.white span {
      font-size: 24px;
      letter-spacing: .5px;
    }

    .banTxt .indMore .more,
    .indMore .more {
      padding: 6px 24px;
    }

    .banTxt .indMore span,
    .indMore span {
      margin-right: 3px;
    }

    .banTxt .indMore .indMore_ico,
    .indMore .indMore_ico {
      padding-left: 9px;
    }

    .banTxt .indMore .indMore_ico_y,
    .indMore .indMore_ico_y {
      width: 21px;
    }

    .banTxt .indMore .indMore_ico_j,
    .indMore .indMore_ico_j {
      width: 18px;
      margin-top: -1px;
    }

    .wgt-fade-animate {
      -webkit-transform: scale(0.6);
      transform: scale(0.6);
      -webkit-transform: translateY(80px);
      transform: translateY(80px);
      opacity: 1;
    }

    /* index */
    .banTxt_div {
      margin: 0;
    }

    .banTxt .inner>.hidden {
      flex-wrap: wrap;
    }

    .banTxt .inner>.hidden .hidden:last-of-type {
      order: -1;
    }

    .banTxt_cn {
      margin: 0;
      margin-top: 8px;
      margin-bottom: 28px;
      left: -102%;
    }

    #banner .slick-dots {
      top: auto;
      bottom: 24px;
      right: auto;
      left: 0;
      width: 100%;
      text-align: center;
    }

    #banner .slick-dots li {
      display: inline-block;
      width: 5px;
      height: 5px;
    }

    #banner .slick-dots li.slick-active {
      width: 24px;
      height: 5px;
    }
  }

  


  /*首页关于我们*/
  .indAbout {
    background-position: center;
    background-repeat: no-repeat;
    background-image: url(../images/bg02.jpg);
    background-size: cover;
  }

  .indAbout_l {
    position: relative;
    width: 45%;
    height: 100%;
    float: left;
    right: 40%;
    opacity: 0;
    transition: all 1.5s;
    transition-delay: 1s;
  }

  .page.active .indAbout_l {
    opacity: 1;
    right: 0
  }

  .indAbout_img {
    position: relative;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
  }

  .indAbout_img_mbl {
    width: 100%;
    display: none;
  }

  .indAbout_r {
    display: inline-block;
    text-align: left;
    width: 50%;
    position: relative;
    margin-top: 10%;
    float: right;
    opacity: 0;
    left: 50%;
    transition: all 1.5s;
    transition-delay: 1s;
  }

  .page.active .indAbout_r {
    opacity: 1;
    left: 0
  }

  .indAbout_r>div {
    width: 70%;
    margin-left: 5%
  }

  .indAbout_p {
    margin-top: 24px;
    position: relative;
    text-indent: 2em;
    text-align: justify
  }

  .indAbout_num {
    position: absolute;
    left: 25.8%;
    width: 58%;
    background: #fff;
    box-sizing: border-box;
    z-index: 11;
    bottom: -50%;
    opacity: 0;
    transition: all 1.5s;
    transition-delay: 1s;
  }

  .page.active .indAbout_num {
    opacity: 1;
    bottom: 0
  }

  .indAbout_num li {
    position: relative;
    float: left;
    width: 33.33%;
    text-align: center;
    padding: 32px 0;
  }

  .indAbout_num li::before {
    content: "";
    position: absolute;
    top: 16%;
    left: 0;
    width: 1px;
    height: 68%;
    background: #eee;
  }

  .indAbout_num a {
    display: inline-block;
    text-align: left;
    color: #787878;
    font-size: 15px;
  }

  .indAbout_num i {
    display: block;
    width: 60px;
    height: 70px;
    font-size: 50px;
    color: #999
  }

  .indAbout_num span {
    font-size: 48px;
    letter-spacing: -1px;
    color: #0e3f7b;
  }

  .indAbout_num p {
    display: block;
    font-size: 14px;
    color: #787878;
  }

  .indAbout_num li:nth-child(1) i {
    font-size: 56px;
  }

  @media(max-width:1400px) {
    .map-module .indTitt{ top:30px}
    .indAbout_r {
      margin-top: 15%;
    }

    .indAbout_r>div {
      width: 85%;
    }

    .indAbout_num {
      left: 15%;
      width: 70%;
    }
  }

  @media(max-width:1300px) {
    .indAbout_r {
      margin-top: 12%;
    }
  }

  @media(max-width:1024px) {
    .indTitt span {
      font-size: 40px;
    }

    .indTitt p {
      font-size: 24px;
    }

    .indAbout {
      height: 600px
    }

    .indAbout_p {
      margin-top: 20px;
    }

    .indAbout_l {
      animation-name: fadeInLeft;
      animation-duration: 2s;
      animation-delay: .2s;
      opacity: 1;
      right: 0
    }

    .indAbout_r {
      animation-name: fadeInRight;
      animation-duration: 2s;
      animation-delay: .4s;
      opacity: 1;
      left: 0;
      margin-top: 8%;
    }

    .indAbout_num {
      animation-name: fadeInUp;
      animation-duration: 2s;
      animation-delay: .6s;
      opacity: 1;
      left: 10%;
      width: 80%;
      bottom: 0;
    }

    .indAbout_num li {
      padding: 20px 0;
    }

    .indAbout_num li:nth-child(1) i {
      font-size: 36px
    }

    .indAbout_num i {
      font-size: 40px;
      height: 50px;
    }

    .indAbout_num span {
      font-size: 30px
    }
  }

  @media(max-width:920px) {
    .indTitt span {
      font-size: 36px;
    }
    .indAbout_p{margin-top:20px; font-size:12px; line-height: 24px; height: 195px; overflow: hidden;}
    .indAbout_num i {font-size: 32px;}
    .indAbout_num span {font-size: 24px;}
    .indAbout_num p {font-size: 12px;}
  }

  @media(max-width:820px) {
    .indAbout_r>div {
      width: 90%;
      margin-left: 0
    }
  }

  @media(max-width:540px) {
    .indTitt span {
      font-size: 28px;
    }

    .indTitt p {
      font-size: 20px;
    }

    .indAbout_num {
      width: 90%;
      left: 5%;
    }

    .indAbout_p {
      margin-top: 10px
    }

    .indAbout {
      height: 500px
    }

    .indAbout_num li {
      padding: 10px 0;
    }

    .indAbout_r {
      margin-top: 5%
    }
  }

  @media(max-width:420px) {
    .indAbout {
      height: 450px
    }

    .indAbout_l {
      width: 100%;
      float: none;
      position: relative
    }

    .indAbout_l:before {
      content: "";
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background: rgba(0, 0, 0, .5);
      z-index: 99
    }

    .indAbout_r {
      width: 96%;
      z-index: 999
    }

    .indAbout_r>div {
      width: 96%;
    }

    .indAbout_r .indTitt span,
    .indAbout_r .indTitt p,
    .indAbout_r .indAbout_p {
      color: #FFF
    }

    .indAbout_num {
      width: 100%;
      left: 0;
      z-index: 999
    }

    .indAbout_num li:nth-child(1) i {
      font-size: 42px
    }
  }

  /*首页产品展示*/
  .indProduct {
    background-position: center;
    background-repeat: no-repeat;
    background-image: url(../images/bg03.jpg);
    background-size: cover;
  }

  .indProduct:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.28);
  }

  .indProd_l {
    width: 66%;
    height: 100%;
    position: relative;
  }

  .indProd_tit {
    position: relative;
    top: 32%;
    margin-left: 24%;
    right: 20%;
    display: inline-block;
    animation-name: fadeInLeft;
    animation-duration: 2s;
    animation-delay: .4s;
    opacity: 0;
    transition: all 1.5s;
    transition-delay: 1s;
  }

  .page.active .indProd_tit {
    right: 0;
    opacity: 1
  }

  .indProd_p {
    color: #FFF;
    font-size: 16px;
    opacity: 0.88;
    line-height: 1.8;
    letter-spacing: 0.68px;
    max-width: 68%;
    display: inline-block;
    margin-top: 31px;
  }

  .indProd_ul {
    position: absolute;
    bottom: 0;
    left: 0;
    bottom: -50%;
    width: 100%;
    animation-name: fadeInLeft;
    animation-duration: 2s;
    animation-delay: .6s;
    opacity: 0;
    transition: all 1.5s;
    transition-delay: 1s;
  }

  .page.active .indProd_ul {
    bottom: 0;
    opacity: 1
  }

  .indProd_ul li {
    width: 25%;
    height: 238px;
    transition: all .6s;
    float: left;
    background: rgba(6, 112, 196, 0.86);
    color: #fff;
    padding: 20px;
    box-sizing: border-box;
    position: relative;
  }

  .indProd_ul a {
    color: #fff;
    display: block;
    width: 100%;
    height: 100%;
  }

  .indProd_ul span {
    color: rgba(255, 255, 255, .5);
    font-size: 12px;
    text-transform: uppercase;
    position: absolute;
    top: 40px;
    left: 40px;
    font-size: 15px;
    line-height: 1.4;
    transition: all .6s;
  }

  .indProd_ul h3 {
    position: absolute;
    font-size: 18px;
    letter-spacing: 1px;
    bottom: 38px;
    left: 0px;
    width: 100%;
    padding: 0 40px;
    box-sizing: border-box;
    transition: all .6s;
    font-weight: 500;
  }

  .indProd_ul em {
    float: right;
    font-style: inherit;
  }

  .indProd_ul li:nth-child(1) {
    background: rgba(4, 61, 139, 0.86);
  }

  .indProd_ul li:nth-child(1):hover {
    background: rgba(4, 61, 139, .5);
  }

  .indProd_ul li:nth-child(2) {
    background: rgba(0, 91, 163, 0.86);
  }

  .indProd_ul li:nth-child(2):hover {
    background: rgba(0, 91, 163, .5);
  }

  .indProd_ul li:nth-child(3) {
    background: rgba(4, 61, 139, 0.86);
  }

  .indProd_ul li:nth-child(3):hover {
    background: rgba(4, 61, 139, .5);
  }

  .indProd_ul li:nth-child(4) {
    background: rgba(6, 112, 196, .86);
  }

  .indProd_ul li:nth-child(4):hover {
    background: rgba(6, 112, 196, .5);
  }

  .indProd_ul li:hover span {
    transform: translateY(30px);
  }

  .indProd_ul li:hover h3 {
    transform: translateY(-30px);
  }

  .indProd_r {
    right: 10%;
    position: relative;
    float: right;
    top: 0;
    animation-name: fadeInRight;
    animation-duration: 2s;
    animation-delay: .2s;
    opacity: 0;
    transition: all 1.5s;
    transition-delay: 1s;
  }

  .page.active .indProd_r {
    top: -60%;
    opacity: 1
  }

  .indProd_box {
    position: relative;
    width: 230px;
    height: 300px;
    border: 7px solid rgba(255, 255, 255, .5);
  }

  .indProd_a {
    display: block;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    color: #fff;
  }

  .indProd_a h3 {
    font-size: 26px;
    font-weight: 500;
  }

  .indProd_a .morecase {
    margin-top: 50px;
    display: block;
    text-transform: uppercase
  }

  .indProd_a p {
    font-size: 24px;
    display: block;
    text-transform: uppercase;
    line-height: 1.3;
  }

  .indProd_a .indMore .more {
    color: #fff;
    font-size: 14px;
    margin-top: 70px;
  }

  .indProd_box .topLine {
    width: 0px;
    height: 7px;
    background: #fff;
    position: absolute;
    left: 0;
    top: -7px;
    animation: flash2 3s infinite linear;
  }

  .indProd_box .rightLine {
    width: 7px;
    height: 0px;
    background: #fff;
    position: absolute;
    right: -7px;
    top: -7px;
    animation: flash1 3s infinite linear;
  }

  .indProd_box .bottomLine {
    width: 0px;
    height: 7px;
    background: #fff;
    position: absolute;
    right: 0px;
    bottom: -7px;
    animation: flash2 3s infinite linear;
  }

  .indProd_box .leftLine {
    width: 7px;
    height: 0px;
    background: #fff;
    position: absolute;
    left: -7px;
    bottom: -7px;
    animation: flash1 3s infinite linear;
  }

  @media(max-width:1400px) {
    .indProd_p {
      max-width: 75%;
    }
  }

  @media(max-width:1300px) {
    .indProd_tit {
      top: 25%
    }

    .page.active .indProd_r {
      top: -70%;
    }

    .indProd_ul span {
      top: 30px;
      left: 20px;
    }

    .indProd_ul h3 {
      bottom: 30px;
      padding: 0 20px;
    }
  }

  @media(max-width:1200px) {
    .page.active .map-module .indTitt{ right:30px}
    .indProd_p {
      font-size: 14px;
    }
  }

  @media(max-width:1024px) {
    .map-module .indTitt{opacity:1; right: auto; left:5%; animation-name: fadeInDown;animation-duration: 2s;animation-delay: .4s; position:relative}
    .indProd_tit {
      right: 0;
      opacity: 1;
      top: 14%;
      margin-left: 10%;
    }

    .indProd_p {
      font-size: 14px;
      margin-top: 20px;
      width: 50%
    }

    .indProd_ul {
      bottom: 0;
      opacity: 1
    }

    .indProd_l {
      width: 100%
    }

    .indProd_r {
      opacity: 1;
      position: absolute;
      top: 12%;
    }

    .indProd_a h3 {
      font-size: 24px
    }

    .indProd_a p {
      font-size: 16px
    }
  }

  @media(max-width:920px) {

    .indProd_p,
    .indProd_ul span {
      font-size: 12px;
    }

    .indProd_ul h3 {
      font-size: 16px;
    }

    .indProd_a h3 {
      font-size: 20px
    }

    .indProd_a p {
      font-size: 14px;
    }

    .indProd_ul li {
      height: 200px;
    }

    .indProd_p {
      width: 56%
    }

    .indProd_r {
      right: 5%
    }
    .map-module .indTitt {left: 0;}
  }

  @media(max-width:780px) {
    .indProd_box {
      height: 250px
    }
  }

  @media(max-width:540px) {
    .indProd_tit {
      margin-left: 3%;
      top: 6%
    }

    .indProd_p {
      margin-top: 10px
    }

    .indProd_r {
      right: 3%;
      top: 6%
    }

    .indProd_box {
      width: 160px;
      height: 200px
    }

    .indProd_a h3 {
      font-size: 18px
    }

    .indProd_a p {
      font-size: 12px
    }

    .indProd_ul li {
      height: 150px;
      padding: 10px;
    }

    .indProd_ul span {
      position: relative;
      top: auto;
      left: auto;
      line-height: 20px;
      display: block
    }

    .indProd_ul h3 {
      font-size: 14px;
      padding: 0 10px;
      bottom: 20px
    }
  }

  @media(max-width:480px) {
    .indProd_ul li {
      width: 50%;
      height: 100px
    }
  }

  @media(max-width:390px) {
    .indProd_box {
      width: 140px;
    }

    .indProd_ul li {
      height: 110px;
    }
  }

  @keyframes flash2 {
    0% {
      width: 0;
    }

    100% {
      width: 100%;
    }
  }

  @keyframes flash1 {
    0% {
      height: 0;
    }

    100% {
      height: 100%;
    }
  }


  /*首页解决方案*/
  .indSolu {
    background-position: top;
    background-repeat: no-repeat;
    background-image: url(../images/bg04.png);
    background-size: cover;
  }

  .indSolu {
    position: relative;
    width: 100%;
    height: 100%;
  }

  .indSolu_l {
    position: absolute;
    width: 50%;
    overflow: hidden;
    top: 30%;
    left: 10%;
    z-index: 999
  }

  .indSolu_r {
    position: absolute;
    width: 50%;
    background: #0e3f7b;
    height: 100%;
    right: -50%;
    overflow: hidden;
    z-index: 998;
    top: 0;
    animation-name: fadeInRight;
    animation-duration: 2s;
    animation-delay: .4s;
    opacity: 0;
    transition: all 1.5s;
    transition-delay: 1s;
  }

  .page.active .indSolu_r {
    right: 0;
    opacity: 1
  }

  .indSolu_r_box {
    margin-top: 30%;
    margin-left: 30%;
  }

  .indSolu_r_img {
    position: absolute;
    width: 60%;
    bottom: -14%;
    opacity: 0.48;
    right: -10%;
  }

  .indSolu_r_img img {
    width: 100%;
  }

  #particles-js {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: -1;
  }

  .indSolu_l .indSolu_pro {
    position: relative;
    animation-name: fadeInLeft;
    animation-duration: 1s;
    animation-delay: .6s;
    opacity: 0;
    right: 50%;
    transition: all 1.5s;
    transition-delay: 1s;
  }

  .page.active .indSolu_l .indSolu_pro {
    right: 0;
    opacity: 1
  }

  .indSolu_l .swiper-slide .indSolu_info {
    padding: 3%;
    background: #fff;
  }

  .indSolu_l .swiper-slide .indSolu_img {
    overflow: hidden;
    position: relative;
    display: block;
  }

  .indSolu_l .swiper-slide .indSolu_img img {
    display: block;
    width: 100%;
    opacity: 1;
    -webkit-transition: all 0.5s linear;
    transition: all 0.5s linear;
  }

  .indSolu_l .swiper-slide:hover .indSolu_img img {
    -webkit-transform: scale(1.04);
    transform: scale(1.04);
  }

  .indSolu_l .swiper-slide .indSolu_wz {
    width: 100%;
    overflow: hidden;
    margin: 0 auto;
    padding: 20px 5% 20px;
  }

  .indSolu_l .swiper-slide .indSolu_wz .indSolu_name {
    font-size: 20px;
    color: #0e3f7b;
    position: relative;
    padding-bottom: 15px;
    margin-bottom: 15px
  }

  .indSolu_l .swiper-slide .indSolu_wz .indSolu_name:before {
    content: "";
    display: block;
    width: 20px;
    height: 3px;
    background-color: #ccc;
    position: absolute;
    left: 0px;
    bottom: 0px;
  }

  .indSolu_l .swiper-slide .indSolu_wz .indSolu_name:after {
    content: "";
    display: block;
    width: 100%;
    height: 1px;
    background-color: #e5e5e5;
    position: absolute;
    left: 0px;
    bottom: 0px;
  }

  .indSolu_l .swiper-slide .indSolu_wz .indSolu_p {
    font-size: 14px;
    line-height: 25px;
    display: block;
    height: 50px;
    overflow: hidden;
    line-height: 25px;
    color: #666
  }

  .indSolu_br_top {
    position: relative;
    overflow: hidden;
    width: 16%;
    height: 60px;
    display: flex;
    align-items: stretch;
    justify-content: space-between;
    background: #fafafa;
    margin-top: 30px;
    right: 50%;
    transition: all 1.5s;
    transition-delay: 1s;
  }

  .page.active .indSolu_br_top {
    right: 0;
    opacity: 1
  }

  .indSolu_arr {
    height: 100%;
    width: 100%;
    display: flex;
    align-items: stretch;
    justify-content: space-between;
  }

  .indSolu_arr a {
    width: 50%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    border-right: 1px solid rgba(203, 203, 203, 0.38);
  }

  .indSolu_arr a:hover {
    background: #0e3f7b
  }

  .indSolu_arr a i {
    font-size: 20px;
    color: #333
  }

  .indSolu_arr a:hover i {
    color: #fff
  }

  .indSolu_arr svg {
    width: 16px;
    height: 16px;
    stroke: #262626;
  }

  @media(max-width:1400px) {
    .indSolu_br_top {
      width: 20%;
    }

    .indSolu_l {
      left: 5%;
      width: 60%
    }

    .indSolu_r {
      width: 40%;
    }

    .indSolu_r_box {
      margin-top: 50%;
      margin-left: 25%;
    }
  }

  @media(max-width:1024px) {
    .indSolu {
      height: 700px
    }

    .indSolu_l {
      width: 95%;
      left: 2.5%;
      top: 32%;
    }

    .indSolu_r {
      right: 0;
      opacity: 1;
      width: 100%;
    }

    .indSolu_l .indSolu_pro {
      right: 0;
      opacity: 1
    }

    .indSolu_br_top {
      right: 0;
      opacity: 1;
      height: 40px;
      margin-top: 10px;
      animation-name: fadeInDown;
      animation-duration: 2s;
      animation-delay: .4s;
    }

    .indSolu_arr a i {
      font-size: 16px
    }

    .indSolu_r_box {
      margin-top: 70px;
      margin-left: 3%;
    }

    .indSolu_r_box .indProd_p {
      margin-top: 10px
    }

    .indSolu_r_box .indMore {
      position: absolute;
      top: 8%;
      right: 3%
    }

    .indSolu_p {
      margin-bottom: 0px;
    }


    .indSolu_l .swiper-slide .indSolu_wz {
      padding: 10px 3%;
    }

    .indSolu_l .swiper-slide .indSolu_wz .indSolu_name {
      font-size: 16px;
      padding-bottom: 10px;
      margin-bottom: 10px;
    }
  }

  @media(max-width:992px) {
    .map-module .indTitt {top: 0px;}
    .indSolu {
      height: 560px;
      margin-bottom: 50px;
    }
    .indSolu_map {margin-top: 10px;}
    .indSolu_r_box .indProd_p {
      display: none
    }
  }

  @media(max-width:820px) {
    .indSolu {
      height: 520px
    }
  }

  @media(max-width:780px) {
    .indSolu {
      height: 55vh;
    }

    .indSolu_r_box {
      margin-top: 50px;
    }

    .indSolu_l {
      top: 24%;
    }
  }

  @media(max-width:540px) {
    .indSolu {
      height: 400px;
    }

    .indSolu_r_box {
      margin-top: 30px
    }

    .indSolu_l {
      top: 27%;
    }

    .indSolu_r_box .indProd_p {
      width: 60%
    }

    .indSolu_l .swiper-slide .indSolu_wz {
      padding: 0;
    }

    .indSolu_l .swiper-slide .indSolu_wz .indSolu_p {
      font-size: 12px;
      height: 40px;
      line-height: 20px
    }

    .indSolu_l .swiper-slide .indSolu_wz .indSolu_name {
      padding-bottom: 5px;
      margin-bottom: 5px;
    }
  }

  @media(max-width:420px) {
    .indSolu {
      height: 360px;
    }
  }


  /*首页新闻动态*/
  .indNew {
    background-position: center;
    background-repeat: no-repeat;
    background-image: url(../images/bj02.jpg);
    background-size: cover;
  }

  .indNew:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.28);
  }

  .home_news_box {
    width: 80%;
    margin: 0 auto;
    margin-top: 40px;
    overflow: hidden
  }

  .home_news_box .news_img_box {
    float: left;
    width: 49%;
    position: relative;
    transition: all 1.5s;
    transition-delay: 1s;
    right: 30%;
    opacity: 0;
  }

  .home_news_box .news_img_box .img {
    display: block;
    line-height: 0;
    height: 453px;
    overflow: hidden
  }

  .home_news_box .news_img_box .img img {
    width: 100%;
    height: 100%
  }

  .home_news_box .news_img_box .text {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    background: rgba(14, 63, 123, .9);
    padding: 25px 30px;
  }

  .home_news_box .news_img_box .text .top {
    color: #fff;
    line-height: 26px;
  }

  .home_news_box .news_img_box .text .top h3 {
    float: left;
    max-width: 70%;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    font-size: 18px;
  }

  .home_news_box .news_img_box .text .top span {
    font-size: 16px;
    float: right;
  }

  .home_news_box .news_img_box .text p {
    margin-top: 12px;
    color: #ffffff;
    font-size: 14px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
  }

  .home_news_box .news_text_box {
    float: right;
    width: 49%;
    border: 1px solid #e5e5e5;
    border-bottom: none;
    position: relative;
    transition: all 1.5s;
    transition-delay: 1s;
    left: 30%;
    opacity: 0;
  }

  .home_news_box .news_text_box .box {
    float: left;
    padding: 20px 20px 20px 0px;
    width: 100%;
    background: rgba(255, 255, 255, 1);
    border-bottom: 1px solid #f5f5f5;
  }

  .home_news_box .news_text_box .box .data {
    float: left;
    width: 15%;
    text-align: center;
    position: relative;
    overflow: hidden;
  }

  .home_news_box .news_text_box .box .data:before {
    content: "";
    position: absolute;
    right: 0;
    top: 0;
    width: 1px;
    height: 100%;
    background: #e5e5e5;
  }

  .home_news_box .news_text_box .box .data p {
    color: #666;
    font-size: 32px;
    font-family: arial;
    display: block;
    height: 40px
  }

  .home_news_box .news_text_box .box .data span {
    color: #999;
    font-size: 14px;
    display: block;
  }

  .home_news_box .news_text_box .box .text {
    float: right;
    width: 82%;
    padding-top: 4px;
  }

  .home_news_box .news_text_box .box .text .bt {
    color: #666;
    font-size: 18px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
  }

  .home_news_box .news_text_box .box .text p {
    margin-top: 10px;
    color: #999;
    font-size: 14px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
  }

  .home_news_box .news_text_box .box:hover {
    background: #f5f5f5;
  }

  .page.active .news_img_box {
    right: 0;
    opacity: 1;
  }

  .page.active .news_text_box {
    left: 0;
    opacity: 1;
  }

  .indNew_r .desc {
    line-height: 24px;
    overflow: hidden;
    color: rgba(255, 255, 255, .68);
    margin: 40px 0;
    font-size: 13px;
    letter-spacing: 0.5px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    text-overflow: ellipsis;
  }

  .indNew_r h3 {
    font-size: 18px;
    letter-spacing: 0.5px;
    line-height: 1.6;
    white-space: nowrap;
    overflow: hidden;
    font-weight: 500;
    text-overflow: ellipsis;
  }

  .indNew_r span {
    color: rgba(255, 255, 255, .5);
  }

  @media(max-width:1400px) {
    .home_news_box .news_img_box .img {
      height: 377px;
    }

    .home_news_box .news_text_box .box {
      padding: 14px 20px 14px 0px;
    }

    .home_news_box .news_text_box .box .text p {
      margin-top: 0px;
    }

  }

  @media(max-width:1024px) {
    .indNew {
      padding-bottom: 70px
    }

    .indNew_r:hover img {
      transform: scale(1.05, 1.05);
    }

    .home_news_box {
      width: 94%;
      margin-top: 30px;
    }

    .home_news_box .news_img_box {
      opacity: 1;
      right: 0;
      animation-name: fadeInLeft;
      animation-duration: 2s;
      animation-delay: .6s;
    }

    .home_news_box .news_text_box {
      opacity: 1;
      left: 0;
      animation-name: fadeInRight;
      animation-duration: 2s;
      animation-delay: .8s;
    }

    .home_news_box .news_img_box .img {
      height: 300px
    }

    .home_news_box .news_img_box .text {
      padding: 15px 15px 0;
    }

    .home_news_box .news_img_box .text .top h3 {
      font-size: 14px
    }

    .home_news_box .news_img_box .text .top span {
      font-size: 12px
    }

    .home_news_box .news_text_box .box {
      padding: 10px 20px 10px 0px;
    }

    .home_news_box .news_text_box .box .text .bt {
      font-size: 14px
    }

    .home_news_box .news_text_box .box .data p {
      font-size: 24px;
      height: 32px;
    }

    .home_news_box .news_text_box .box .text p,
    .home_news_box .news_text_box .box .data span {
      font-size: 12px
    }
  }

  @media(max-width:780px) {
    .indNew {
      padding-bottom: 50px
    }

    .home_news_box .news_img_box .img {
      height: 260px
    }

    .home_news_box .news_text_box .box {
      padding: 5px 10px 5px 0px;
    }

    .home_news_box .news_text_box .box .data {
      width: 20%
    }

    .home_news_box .news_text_box .box .text {
      width: 76%
    }
  }

  @media(max-width:540px) {
    .indNew {
      padding-bottom: 30px
    }

    .home_news_box {
      margin-top: 10px
    }

    .home_news_box .news_img_box,
    .home_news_box .news_text_box {
      width: 100%
    }
  }