.contain, .nr-banner .bnr-box {
  max-width: 1200px;
  margin: 0 auto;
}

.scaleSwiper .pj-name, .scaleSwiper .pj-dsc {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.imglist .item img, .imglist2 .item img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transition: all 0.4s ease-in 0s;
  transition: all 0.4s ease-in 0s;
}

.imglist .item:hover img, .imglist2 .item:hover img {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}

.scaleSwiper .swiper-pagination-bullet {
  opacity: 1;
  background-color: #959595;
}

.scaleSwiper .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: #fff;
}

/* body {
  text-align: justify;
} */

.header .contain, .abouts-nav-warp .contain, .cases-nav-warp .contain {
  padding-left: 0;
  padding-right: 0;
}

* {
  padding: 0;
  margin: 0;
  list-style: none;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

html {
  font-size: 50px;
}

body {
  font-family: 'Arial','Microsoft YaHei';
  font-size: 14px;
  color: #000;
  -webkit-text-size-adjust: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  background-color: #fff;
}

h1, h2, h3, h4, h5, h6 {
  font-weight: 500;
}

abbr, article, aside, audio, canvas, datalist, details, figure, footer, header, hgroup, mark, menu, meter, nav, output, progress, section, time, video {
  display: block;
  /*width:100%*/
}

em, address, i {
  font-style: normal;
}

a {
  color: #fff;
  text-decoration: none;
  cursor: pointer;
}

a:hover,
a:active {
  text-decoration: none;
}

a img {
  border: none;
}

img {
  vertical-align: middle;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
  width: 100%;
}

.clearfix:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
  font-size: 0;
}

input, button, select, textarea {
  outline: none;
  -webkit-appearance: none;
  border-radius: 0;
}

input[type=number] {
  -moz-appearance: textfield;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.index-title {
  padding: 0.88rem 0;
  margin: 0;
  font-size: 28px;
  text-align: center;
  line-height: 1;
}

.swiper-pagination {
  font-size: 0;
  line-height: 0;
}

.header {
  height: 1.52rem;
  line-height: 1.52rem;
  font-size: 15px;
}

.header .header-container {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
}

.header .hd-logo {
  float: left;
  width: 120px;
  margin: 0 0 0 3%;
}

.header .hd-logo img {
  max-width: 100%;
}

.header .hd-nav {
  float: right;
  margin: 0 7% 0 0;
}

.header .hd-nav .first-nav {
  position: relative;
  float: left;
}

.header .hd-nav .first-item {
  position: relative;
  padding: 0 0.4rem;
}

.header .hd-nav .second-nav-wrap {
  display: none;
  position: absolute;
  top: 100%;
  left: 50%;
  width: calc(230px*3 + 40px*4);
  -webkit-transform: translateX(-32%);
          transform: translateX(-32%);
  padding: 0.44rem 0.8rem;
  color: #fff;
  line-height: 1.5;
  white-space: nowrap;
  font-size: .84em;
  background-color: rgba(12, 27, 53, 0.9);
}

.header .hd-nav .second-nav-wrap a {
  color: #fff;
}

.header .hd-nav .second-nav {
  display: inline-block;
  vertical-align: top;
  width: 4.6rem;
  margin-left: 0.8rem;
}

.header .hd-nav .second-nav:nth-child(3n+1) {
  margin-left: 0;
}

.header .hd-nav .second-item {
  position: relative;
  border-bottom: solid 1px rgba(128, 135, 148, 0.66);
  font-size: 1.1em;
}

.header .hd-nav .nav-second-url, .header .hd-nav .nav-third-url, .header .hd-nav .nav-four-url {
  display: inline-block;
  vertical-align: middle;
}

.header .hd-nav .nav-second-url {
  padding: 0.12rem 0.28rem;
}

.header .hd-nav .third-item {
  position: relative;
}

.header .hd-nav .third-nav-wrap {
  padding: 0.18rem 0.28rem;
}

.header .hd-nav .nav-third-url {
  padding: 0.14rem 0;
}

.header .hd-nav .four-nav-wrap {
  display: none;
  /* font-size: .865em; */
  padding: 0.04rem 0 0.2rem;
}

.header .hd-nav .nav-four-url {
  padding: 0.06rem 0;
}

.header .hd-nav .arrowicon {
  display: inline-block;
  vertical-align: middle;
  cursor: pointer;
  font-size: 1em;
}

.header .hd-nav .first-item .arrowicon, .header .hd-nav .second-item .arrowicon {
  display: none;
}

.header .hd-nav .navSelected + div[class*="nav-wrap"] {
  display: block;
}

.header .hd-nav .navSelected .arrowicon {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

.header .hd-nav .navhover::before {
  content: '';
  position: absolute;
  top: 100%;
  left: 50%;
  width: 4.2em;
  margin-top: -3px;
  border-top: solid 3px #fff;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.header .hd-nav .navhover1::before {
  content: '';
  position: absolute;
  top: 100%;
  left: 50%;
  width: 4.2em;
  margin-top: -3px;
  border-top: solid 3px #805BFD;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.header .hd-nav .navhover .second-nav-wrap,
.header .hd-nav.pcNav .navSelected + .second-nav-wrap {
  /* display: block; */
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.header .hd-nav .two-column {
  width: 11.6rem;
  white-space: normal;
}

.header .hd-nav .two-column .second-nav {
  float: left;
}

.header .hd-nav .two-column .second-nav:nth-child(3n+1) {
  margin-left: 0.8rem;
}
.header .hd-nav .two-column .second-nav:nth-child(2n+1) {
  margin-left: 0;
}

.header .hd-nav .one-column {
  width: calc(114px + 40px*2);
  padding-bottom: 0.64rem;
  white-space: normal;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.header .hd-nav .one-column .second-nav {
  float: left;
  margin-left: 0;
  min-width: 2.28rem;
  text-align: center;
}

.header .hd-nav .one-column .second-item {
  border-bottom: none;
  font-size: 1.1em;
}

.header .hd-nav-btn {
  display: none;
  float: right;
  width: 26px;
  height: 100%;
  margin: 0 3% 0;
  cursor: pointer;
}

.header .hd-nav-btn > a {
  position: relative;
  display: inline-block;
  width: 100%;
  height: 3px;
  vertical-align: middle;
  background-color: #666;
}

.header .hd-nav-btn > a::before {
  content: '';
  position: absolute;
  top: -8px;
  left: 0;
  right: 0;
  height: 100%;
  background-color: #666;
}

.header .hd-nav-btn > a::after {
  content: '';
  position: absolute;
  bottom: -8px;
  left: 0;
  right: 0;
  height: 100%;
  background-color: #666;
}

.header .hd-nav-btn.curr > a {
  -webkit-animation: buttonAnimation 0.3s ease 0s forwards;
  animation: buttonAnimation 0.3s ease 0s forwards;
}

.header .hd-nav-btn.curr > a::before {
  -webkit-animation: buttonAnimationBefore 0.3s ease 0s forwards;
  animation: buttonAnimationBefore 0.3s ease 0s forwards;
}

.header .hd-nav-btn.curr > a::after {
  -webkit-animation: buttonAnimationAfter 0.3s ease 0s forwards;
  animation: buttonAnimationAfter 0.3s ease 0s forwards;
}

@-webkit-keyframes buttonAnimationBefore {
  0% {
    -webkit-transform: translateY(0px) rotate(0);
    transform: translateY(0px) rotate(0);
  }
  50% {
    -webkit-transform: translateY(8px) rotate(0);
    transform: translateY(8px) rotate(0);
  }
  100% {
    -webkit-transform: translateY(8px) rotate(45deg);
    transform: translateY(8px) rotate(45deg);
  }
}

@keyframes buttonAnimationBefore {
  0% {
    -webkit-transform: translateY(0px) rotate(0);
    transform: translateY(0px) rotate(0);
  }
  50% {
    -webkit-transform: translateY(8px) rotate(0);
    transform: translateY(8px) rotate(0);
  }
  100% {
    -webkit-transform: translateY(8px) rotate(45deg);
    transform: translateY(8px) rotate(45deg);
  }
}

@-webkit-keyframes buttonAnimationAfter {
  0% {
    -webkit-transform: translateY(0px) rotate(0);
    transform: translateY(0px) rotate(0);
  }
  50% {
    -webkit-transform: translateY(-8px) rotate(0);
    transform: translateY(-8px) rotate(0);
  }
  100% {
    -webkit-transform: translateY(-8px) rotate(-45deg);
    transform: translateY(-8px) rotate(-45deg);
  }
}

@keyframes buttonAnimationAfter {
  0% {
    -webkit-transform: translateY(0px) rotate(0);
    transform: translateY(0px) rotate(0);
  }
  50% {
    -webkit-transform: translateY(-8px) rotate(0);
    transform: translateY(-8px) rotate(0);
  }
  100% {
    -webkit-transform: translateY(-8px) rotate(-45deg);
    transform: translateY(-8px) rotate(-45deg);
  }
}

@-webkit-keyframes buttonAnimation {
  0% {
    background: #aaaaaa;
  }
  50% {
    background: rgba(255, 255, 255, 0);
  }
  100% {
    background: rgba(255, 255, 255, 0);
  }
}

@keyframes buttonAnimation {
  0% {
    background: #aaaaaa;
  }
  50% {
    background: rgba(255, 255, 255, 0);
  }
  100% {
    background: rgba(255, 255, 255, 0);
  }
}

.header .hd-tel {
  float: right;
  font-size: 1.05em;
  color: #8bb1ed;
  letter-spacing: .5px;
  font-weight: bold;
}

.header .hd-tel .icon-tel {
  display: inline-block;
  width: 16px;
  height: 18px;
  overflow: hidden;
  margin: 0 4px -2px 0;
  background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAASCAYAAABSO15qAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyhpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNi1jMTQ1IDc5LjE2MzQ5OSwgMjAxOC8wOC8xMy0xNjo0MDoyMiAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIDIwMTkgKE1hY2ludG9zaCkiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6NzRCRUMxNkZFREI2MTFFOTg5Mjg4Rjk2NEU4MTA0N0EiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6NzRCRUMxNzBFREI2MTFFOTg5Mjg4Rjk2NEU4MTA0N0EiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDo3NEJFQzE2REVEQjYxMUU5ODkyODhGOTY0RTgxMDQ3QSIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDo3NEJFQzE2RUVEQjYxMUU5ODkyODhGOTY0RTgxMDQ3QSIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/PrvWbekAAAEvSURBVHjaYuze+JYBCASAuAWIg4C4HIgXMxAJmICYB4j7gTgbiCWBuACI1UkxIAuIE5DEjIA4ghQDCrCIBwCxDrEGCGARNwBiU2INOIsm9hAaiBeIMYAFiNcBsQ2Ufw+IC4F4EylhsA2In0P53AwkApABD4B4JpQvDo0VUVIM+AnEK4D4JlTMDohDSDGAAap5IhB/B2JOIC4BYktSDACB5UC8BspWAuIutLQA8pYfEMvgMuADELcC8REoHxQz06Eu4YHGzkYgngHEhtgMgHmlBik8bKABPA0puXsD8RwgtsdmAAgcBOJ8aJoAAV0gjoVmNOT8AjLYkglH2OyERudlPOEHyrHRTHgUgAyJx5MqQWG1moVALJ0H4hQgjgHidCCWA+LrQLwEiFcB8VOAAAMAJkg0KwJJVKgAAAAASUVORK5CYII=") no-repeat center;
}

.header .hd-trybtn {
  float: right;
  width: 122px;
  margin: 0.32rem 1% 0 5%;
  color: #fff;
  line-height: 46px;
  text-align: center;
  border-radius: 6px;
  background-color: #8bb1ed;
}

.footer {
  overflow: hidden;
  color: #fff;
  font-size: 12px;
  background-color: #0c1b35;
}

.footer .footer-container {
  padding-top: 5%;
  padding-bottom: 5%;
  min-height: 155px;
}

.footer .ft-con {
  float: left;
  margin: 46px 6.6%;
}

.footer .ft-logo {
  display: block;
  margin: 0 auto;
  width: 152px;
}

.footer .ft-logo img {
  width: 100%;
}

.footer .ft-nav-warp {
  float: left;
  width: calc(78% - 255px);
}

.footer .ft-nav {
  float: left;
  max-width: 50%;
  line-height: 2.2;
}

.footer .ft-nav > dt {
  display: inline-block;
  padding: 16px 56px 16px 0;
  font-size: 1.3em;
  font-weight: bold;
  line-height: 1;
  border-bottom: solid 1px;
}

.footer .ft-nav > dd {
  margin: 16px 0;
}

.footer .ft-nav .link {
  display: block;
  color: #fff;
}

.footer .ft-conright {
  float: right;
  margin: 35px 4.3% 0;
}

.footer .weix-code {
  width: 100px;
}

.footer .consultus {
  display: none;
  margin-top: 0.2rem;
  color: #fff;
  font-size: 14px;
}

.footer .ft-copyright {
  padding: 14px 0;
  text-align: center;
  /* border-top: solid 1px rgba(255, 255, 255, 0.3); */
}

.footer .ft-copyright .badge {
  margin: -4px 4px 0 14px;
}
.footer .mob-status {
  display: none;
}

.rightfloat {
  position: fixed;
  right: 0;
  top: 50%;
  z-index: 99;
  font-size: 16px;
  text-align: center;
  -webkit-transform: translate3d(0, -50%, 0);
          transform: translate3d(0, -50%, 0);
  -webkit-box-shadow: -2px 4px 10px rgba(0, 0, 0, 0.2);
          box-shadow: -2px 4px 10px rgba(0, 0, 0, 0.2);
}

.rightfloat .link {
  position: relative;
  display: block;
  width: 88px;
  height: 96px;
  padding: 20px 0 0;
  background-color: #fff;
}

.rightfloat .link:hover {
  color: #fff;
  background-color: #0c1b35;
}

.rightfloat .link:hover .wxbox {
  display: block;
}

.rightfloat .link .iconfont {
  display: block;
  margin: 0 0 5px;
  font-size: 32px;
  line-height: 1;
}

.rightfloat .wxbox {
  display: none;
  position: absolute;
  right: 100%;
  top: 0;
  padding: 6px;
  background-color: #fff;
  -webkit-box-shadow: -2px 2px 6px rgba(0, 0, 0, 0.2);
          box-shadow: -2px 2px 6px rgba(0, 0, 0, 0.2);
}

.rightfloat .wxbox img {
  width: 124px;
}

.more-btn {
  display: block;
  width: 116px;
  margin: 0.88rem auto 0;
  font-size: 16px;
  line-height: 44px;
  text-align: center;
  border: solid 1px;
  border-radius: 6px;
}

.more-btn:hover {
  color: #fff;
  background-color: #0c1b35;
}

.trybtn {
  display: block;
  width: 9em;
  margin: 5% auto 0;
  color: #141819;
  line-height: 3em;
  /* border: solid 2px; */
  border-radius: 6px;
  background-color: #e2e6e7;
}

.scaleSwiper img {
  width: 100%;
  -webkit-transform: scale(1.5);
  transform: scale(1.5);
  -webkit-transition: all 0.5s ease-in-out 0.2s;
  transition: all 0.5s ease-in-out 0.2s;
}

.scaleSwiper .swiper-slide {
  width: 86.9%;
  overflow: hidden;
}

.scaleSwiper .swiper-slide::before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 2;
  background-color: rgba(0, 0, 0, 0.64);
}

.scaleSwiper .swiper-slide.swiper-slide-active::before {
  display: none;
}

.scaleSwiper .swiper-slide.swiper-slide-active img {
  -webkit-transform: scale(1);
  transform: scale(1);
}

.scaleSwiper .swiper-slide.swiper-slide-active .pj-infos {
  -webkit-transform: translateY(0px);
  transform: translateY(0px);
}

.scaleSwiper .pj-infos {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 3% 5%;
  color: #fff;
  font-size: 15px;
  background-color: rgba(0, 0, 0, 0.64);
  -webkit-transition: all 0.3s ease 0.1s;
  transition: all 0.3s ease 0.1s;
  -webkit-transform: translateY(100%);
  transform: translateY(100%);
}

.scaleSwiper .pj-name {
  margin: 0 0 1.5%;
  font-size: 1.4em;
}

.imglist {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          /* justify-content: space-between; */
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  font-size: 15px;
  color: #fff;
  line-height: 1.5;
  margin-top: -2%;
}

.imglist .item {
  display: block;
  position: relative;
  overflow: hidden;
  width: 23%;
  height: 6.4rem;
  /* margin-top: 2%; */
  color: #fff;
  margin: 2% 1% 0;
}

/* .imglist .item::before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 2;
  background-color: rgba(0, 0, 0, 0.64);
} */

/* .imglist .item:hover .dsc {
  -webkit-transform: translateY(0);
  transform: translateY(0);
} */

.imglist .infos {
  position: absolute;
  width: 100%;
  padding: .5em 1em;
  height: auto;
  bottom: 0;
  background-color: rgba(0,0,0,.7);
}

.imglist .name {
  font-size: 1.3em;
  font-weight: bold;
}

/* .imglist .dsc {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: 14% 8%;
  text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -moz-line-clamp: 2;
  -o-line-clamp: 2;
  -webkit-box-orient: vertical;
  -webkit-transform: translateY(500%);
  transform: translateY(500%);
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
} */

.imglist2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          /* justify-content: space-between; */
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: -3%;
  font-size: 16px;
  color: #fff;
}

.imglist2 .item {
  position: relative;
  overflow: hidden;
  width: 31%;
  min-height: 5.2rem;
  max-height: 6.82rem;
  margin: 3% 1% 0;
  color: #fff;
}

.imglist2 .item::before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 2;
  background-color: rgba(0, 0, 0, 0.64);
}

.imglist2 .item:hover .dsc {
  -webkit-transform: translateY(0);
  transform: translateY(0);
}

.imglist2 .infos {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 6;
  padding: 11% 8%;
}

.imglist2 .name {
  font-size: 1.3em;
}

.imglist2 .dsc {
  position: absolute;
  top: 70%;
  left: 0;
  right: 0;
  bottom: 0;
  margin: 0 8%;
  -webkit-transform: translateY(100%);
  transform: translateY(100%);
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.imglist2 .seemore {
  display: inline-block;
  margin-top: 6%;
  padding: 0 7%;
  font-size: .875em;
  line-height: 2;
  border: 1px solid;
  vertical-align: top;
}

.succase {
  padding-bottom: 0.88rem;
}

.succase .item .infos {
  font-size: 14px;
}

.succase .item .name {
  text-align: left;
}

.succase .item .seemore {
  position: absolute;
  bottom: 0;
  left: 0;
  margin: 14% 8%;
  padding: 0 7%;
  line-height: 2;
  border: 1px solid;
  border-radius: 4px;
  -webkit-transform: translateY(300%);
  transform: translateY(300%);
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.succase .item:hover .seemore{
  -webkit-transform: translateY(0);
  transform: translateY(0);
}

.nr-banner {
  position: relative;
  height: 10.3rem;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

.nr-banner::before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 2;
  background-color: rgba(0, 0, 0, 0.64);
}

.nr-banner .bnr-box {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  z-index: 3;
  font-size: 16px;
  color: #fff;
  text-align: center;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.nr-banner .bnr-box .tit {
  font-size: 2.85em;
  letter-spacing: 2px;
  font-weight: normal;
  line-height: 1.2;
}

.nr-banner .bnr-box .dsc {
  margin: 1.2% auto 0;
  max-width: 90%;
  font-size: 1.55em;
  line-height: 1.5;
}

.swiper-p-4 {
  font-size: 0;
}

.swiper-p-4 .swiper-pagination-bullet {
  margin: 0 4px;
  opacity: 1;
  background-color: #898989;
}

.swiper-p-4 .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: #c9c9c9;
}

.swiper-button-next, .swiper-button-prev {
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.iconfont {
  display: inline-block;
  width: auto;
  height: auto;
  margin-top: 0;
  vertical-align: middle;
  line-height: 1;
  background: none;
}

.icon-xiangyoujiantou {
  font-size: 40px !important;
  color: #fff;
  text-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
}

.icon-xiangyoujiantou.swiper-button-prev {
  -webkit-transform: scaleX(-1) translateY(-50%);
          transform: scaleX(-1) translateY(-50%);
}

.icon-leftarrow {
  left: 0;
  font-size: 56px !important;
}

.icon-leftarrow.swiper-button-next {
  right: 0;
  left: auto;
  -webkit-transform: scaleX(-1) translateY(-50%);
          transform: scaleX(-1) translateY(-50%);
}

.icon-zuojiantou {
  left: -.3em;
  font-size: 40px !important;
  color: #626262;
}

.icon-zuojiantou.swiper-button-next {
  right: -.3em;
  left: auto;
  -webkit-transform: scaleX(-1) translateY(-50%);
          transform: scaleX(-1) translateY(-50%);
}

.pagination {
  padding: 0 0.2rem;
  font-size: 14px;
  color: #595757;
  line-height: 1.2;
  text-align: right;
}

.pagination a {
  color: #595757;
}

.pagination .p-pre, .pagination .p-next {
  margin: 0 0 0 0.2rem;
}

.pagination .p-number {
  width: 4em;
  height: 1.85em;
  margin: 0 0.28rem;
  font-size: 1em;
  color: #595757;
  text-align: center;
  vertical-align: middle;
  border: solid 1px #a0a0a0;
  border-radius: 0.12rem;
  background-color: transparent;
}

.pagination .disable {
  display: none;
}

.pagination.pg2 {
  font-size: 1em;
  text-align: center;
}

.abouts-nav-warp {
  padding: 0.6rem 0 0;
  border-bottom: solid 1px #c6c6c6;
}

.abouts-nav {
  font-size: 15px;
  color: #595757;
  line-height: 1.4;
  text-align: center;
}

.abouts-nav .item {
  position: relative;
  float: left;
  max-width: 25%;
  padding: 0.16rem;
}

.abouts-nav .item.curr::before {
  content: '';
  position: absolute;
  bottom: -1px;
  left: 50%;
  min-width: 4em;
  height: 3px;
  background-color: #0c1b35;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.cases-nav-warp {
  padding: 0.6rem 0 0;
  border-bottom: solid 1px #c6c6c6;
}

.cases-nav {
  font-size: 0;
  line-height: 0;
  text-align: right;
}

.cases-nav .item {
  position: relative;
  display: inline-block;
  max-width: 25%;
  padding: 0.24rem 0.36rem;
  font-size: 20px;
  color: #313131;
  line-height: 1.4;
  vertical-align: top;
  text-align: center;
}

.cases-nav .item.curr::before {
  content: '';
  position: absolute;
  bottom: -1px;
  left: 50%;
  min-width: 3em;
  height: 3px;
  background-color: #0c1b35;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.index-ecocp .ecocp-scroll-contain {
  height: 100%;
  overflow: hidden;
}

.index-ecocp .ecocp-warp {
  position: relative;
  margin-top: -40px;
  padding: 20px 0 0;
  overflow: hidden;
  height: 9.88rem;
}

.index-ecocp .ecocp-warp::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 2;
  height: 20%;
  background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(rgba(255, 255, 255, 0)));
  background: linear-gradient(180deg, #fff, rgba(255, 255, 255, 0));
}

.index-ecocp .ecocp-warp::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 2;
  height: 20%;
  background: -webkit-gradient(linear, left bottom, left top, from(#fff), to(rgba(255, 255, 255, 0)));
  background: linear-gradient(0deg, #fff, rgba(255, 255, 255, 0));
}

.index-ecocp .ecocp-title {
  position: relative;
  font-size: 20px;
  color: #535353;
  text-align: center;
}

.index-ecocp .ecocp-title::after {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  height: 1px;
  background-color: #d2d2d2;
}

.index-ecocp .ecocp-title > span {
  position: relative;
  z-index: 1;
  display: inline-block;
  padding: 0 4%;
  background-color: #fff;
}

.index-ecocp .ecocp-list {
  margin: .8% -3% 2%;
  font-size: 0;
  line-height: 0;
  text-align: center;
}

.index-ecocp .ecocp-item {
  display: inline-block;
  width: 10.2%;
  margin: 1.8%;
}

.index-ecocp .ecocp-item img {
  width: 100%;
}

.index-ecocp .list2 .ecocp-item {
  width: 15.4%;
}

.ecocp2 {
  background-color: #f1f0f0;
}

.ecocp2 .ecocp-title > span {
  background-color: #f1f0f0;
}

.ecocp2 .ecocp-warp::before {
  /* background: -webkit-gradient(linear, left top, left bottom, from(#f1f0f0), to(rgba(255, 255, 255, 0)));
  background: linear-gradient(180deg, #f1f0f0, rgba(255, 255, 255, 0)); */
}

.ecocp2 .ecocp-warp::after {
  background: -webkit-gradient(linear, left bottom, left top, from(#f1f0f0), to(rgba(255, 255, 255, 0)));
  background: linear-gradient(0deg, #f1f0f0, rgba(255, 255, 255, 0));
}

.consult-form {
  max-width: 60%;
  margin: 0 auto;
  padding: 0.88rem 0;
  font-size: 16px;
  line-height: 56px;
}

.consult-form .f-item {
  overflow: hidden;
  margin-top: 0.32rem;
}

.consult-form .f-item:first-child {
  margin-top: 0;
}

.consult-form .f-item label {
  float: left;
  width: 4em;
  margin-right: 6%;
  text-align: right;
}

.consult-form .itxt2 {
  float: left;
  width: 100%;
  height: 1.12rem;
  padding: 0 3%;
  font-size: 16px;
  -webkit-box-shadow: 0 0 0.1rem rgba(0, 0, 0, 0.1) inset;
          box-shadow: 0 0 0.1rem rgba(0, 0, 0, 0.1) inset;
  border: solid 1px #e2e2e2;
  border-radius: 6px/4px;
}

.consult-form textarea.itxt2 {
  height: auto;
  padding-top: 1em;
  padding-bottom: 1em;
  resize: none;
}

.consult-form .inputwarp {
  position: relative;
  overflow: hidden;
}

.consult-form .verify {
  position: absolute;
  right: 0;
  top: 50%;
  padding: 0 4%;
  color: #84b0f3;
  cursor: pointer;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.consult-form .submit {
  display: block;
  margin: 0.48rem auto 0;
  width: 10em;
  font-size: 20px;
  line-height: 3;
  color: #fff;
  text-align: center;
  background-color: #84b0f3;
  border-radius: 6px;
  border: none;
}

.banner2 .bnr-box{
  max-width: 1200px;
  margin: 0 auto;
}
.banner2 .index-title {
  padding: 0;
}

.banner2 .bnr-warp {
  display: block;
  height: 585px;
  overflow: hidden;
  color: #fff;
}

.banner2 .bnr-img {
  height: 100%;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  -webkit-transform: matrix(1.1, 0, 0, 1.1, 0, 0);
          transform: matrix(1.1, 0, 0, 1.1, 0, 0);
}

.banner2 .bnr-img::before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 2;
  background-color: rgba(0, 0, 0, 0.64);
}

.banner2 .bnr-box {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  font-size: 16px;
  text-align: center;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.banner2 .bnr-box .tit {
  margin: 3% 0 0;
  font-size: 1.85em;
  /* letter-spacing: 2px; */
}

.banner2 .bnr-box .dsc {
  margin: 2.3% auto 0;
  line-height: 1;
}

.banner2 .bnr-box .tit, .banner2 .bnr-box .dsc, .banner2 .bnr-box .trybtn {
  opacity: 0;
  -webkit-transform: translateY(60%);
  transform: translateY(60%);
}

.banner2 .swiper-slide-active .bnr-img {
  -webkit-transform: matrix(1, 0, 0, 1, 0, 0);
          transform: matrix(1, 0, 0, 1, 0, 0);
  -webkit-transition: all 5s ease 0.2s;
  transition: all 5s ease 0.2s;
}

.banner2 .swiper-slide-active .bnr-box .tit, .banner2 .swiper-slide-active .bnr-box .dsc, .banner2 .swiper-slide-active .bnr-box .trybtn {
  opacity: 1;
  -webkit-transform: translateY(0);
  transform: translateY(0);
  -webkit-transition: all 0.6s ease-in-out 0s;
  transition: all 0.6s ease-in-out 0s;
}

.banner2 .swiper-pagination {
  bottom: 4%;
}
.banner2 .swiper-pagination-bullet {
  opacity: 1;
  background-color: #959595;
}

.banner2 .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: #fff;
}

/* 移动端底部 */
.foot_menu{
  display: none;
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 100;
  width: 100%;
  height: 52px;
  /* display: table; */
  table-layout: fixed;
  color: #fff;
  font-size: 12px;
  text-align: center;
  background-color: #84b0f3;
}
.foot_menu .icon{
  position: relative;
  display: table-cell;
  vertical-align: middle;
  color: #fff;
  line-height: 1;
}
.foot_menu .icon::before{
  content: '';
  position: absolute;
  left: 0;
  top: 20%;
  bottom: 20%;
  border-left: solid 1px;
}
.foot_menu .icon:first-child::before{
  content: none;
}
.foot_menu .iconfont{
  display: block;
  margin-bottom: 4px;
  font-size: 14px;
}
.enable::before{
  content: none !important;
}
/*# sourceMappingURL=reset.css.map */