@charset "utf-8";
/* CSS Document */

/*index*/
.banner {
  padding-top: 96px;
}

.banner .swiper-slide {
  position: relative;
  background-position: center;
  background-repeat: no-repeat;
  -o-background-size: cover;
  background-size: cover;
  padding-top: 40%;
}

.banner-con {
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  color: #fff;
  text-align: center;
  right: 0;
  z-index: 3;
}

.banner-con h1 {
  font-size: 88px;
  font-family: 'fantizi';
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-weight: normal;
}

.banner-con h4 {
  font-size: 30px;
  margin-top: 20px;
  font-weight: lighter;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.banner-con h1 .dot {
  font-size: 42px;
  padding: 0 30px;
}

.banner-con h4 .dot {
  font-size: 24px;
  padding: 0 8px;
}

.banner-con .more {
  display: block;
  margin: 0 auto;
  margin-top: 100px;
  width: 180px;
  height: 50px;
  line-height: 48px;
  border: 1px solid rgba(255, 255, 255, 0.35);
  background: rgba(6, 18, 66, 0.35);
  color: #fff;
  font-weight: lighter;
  font-size: 18px;
  border-radius: 50px;
  text-align: center;
  position: relative;
}

.banner-con .more:before {
  content: "";
  display: block;
  width: 0%;
  height: 100%;
  top: 0;
  right: 0;
  background-color: #157efb;
  z-index: -1;
  opacity: 0;
  visibility: hidden;
  -o-transition: .46s;
  -moz-transition: .46s;
  transition: .46s;
  -webkit-transition: .46s;
  position: absolute;
  border-radius: 50px;
}


.sec-wrap {
  background-position: center;
  background-repeat: no-repeat;
  -o-background-size: cover;
  background-size: cover;
  padding: 70px 0;
}

.h-tbox {
  max-width: 500px;
}

.h-tbox .en {
  color: #000;
  font-size: 54px;
  font-weight: bold;
}

.h-tbox .zh {
  color: #000;
  font-size: 24px;
  font-weight: bold;
  margin: 20px auto;
}

.h-tbox .desc {
  text-align: justify;
  line-height: 24px;
  color: #878787;
}

.learn-more {
  text-align: center;
  -webkit-transition: .3s;
  -o-transition: .3s;
  -moz-transition: .3s;
  transition: .3s;
  position: relative;
  z-index: 1;
  display: inline-block;
  color: #157efb;
  font-weight: bold;
  line-height: 1;
  padding: 12px 23px;
  border: 2px solid #157efb;

}

.learn-more:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 0;
  background: rgba(27, 109, 169, 0.25);
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  -moz-transition: 0.4s;
  transition: 0.4s;
  z-index: -1;
}

.learn-more:after {
  content: '';
  position: absolute;
  top: auto;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 0;
  background: rgba(21, 126, 251, 0.55);
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  -moz-transition: 0.4s;
  transition: 0.4s;
  z-index: -1;
}

.learn-more span {
  -o-transition: .26s 0s;
  -moz-transition: .26s 0s;
  transition: .26s 0s;
  -webkit-transition: .26s 0s;
}

.learn-more span:before {
  content: '';
  position: absolute;
  top: auto;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 0;
  background: rgba(21, 126, 251, 0.25);
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  -moz-transition: 0.4s;
  transition: 0.4s;
  -webkit-transition-delay: 0.4s;
  -moz-transition-delay: 0.4s;
  -o-transition-delay: 0.4s;
  transition-delay: 0.4s;
  z-index: -1;
}

.learn-more span:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 0;
  background: rgba(21, 126, 251, 0.55);
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  -moz-transition: 0.4s;
  transition: 0.4s;
  -webkit-transition-delay: 0.4s;
  -moz-transition-delay: 0.4s;
  -o-transition-delay: 0.4s;
  transition-delay: 0.4s;
  z-index: -1;
}

.h-about .learn-more {
  margin-top: 18px;
}

.about-swiper {
  position: relative;
}

.about-swiper .swiper-wrapper {
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 440px;
}

.about-swiper .swiper-slide {

  height: 326px;
  position: relative;
  text-align: center;
  background-color: #fff;

  -webkit-transition: 0.5s ease all;
  -o-transition: 0.5s ease all;
  -moz-transition: 0.5s ease all;
  transition: 0.5s ease all;
  overflow: hidden;
}

.about-swiper .swiper-slide::before {
  content: '';
  position: absolute;
  z-index: 2;
  top: -10px;
  right: -16px;
  bottom: -27px;
  left: -13px;
  background: url(../images/right_shadow.png) no-repeat;
  background-position: center;
  background-size: 100% 100%;
}

.about-swiper .swiper-slide .align-vertical {
  position: relative;
  z-index: 3;
}

.about-swiper .swiper-slide .a-icon {
  width: 136px;
  height: 136px;
  border-radius: 50%;
  margin: 0 auto;
  position: relative;
  -webkit-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  -moz-transition: 0.3s ease;
  transition: 0.3s ease;
}

.about-swiper .swiper-slide .a-icon:before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  top: 0;
  left: 0;
  -moz-transform: scale(0.8);
  -ms-transform: scale(0.8);
  -o-transform: scale(0.8);
  transform: scale(0.8);
  -webkit-transform: scale(0.8);
  position: absolute;
  -o-transition: .46s;
  -moz-transition: .46s;
  transition: .46s;
  -webkit-transition: .46s;
  z-index: 1;
}

.about-swiper .swiper-slide .a-icon img {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 2;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-transition: 0.4s ease-out 0s;
  -o-transition: 0.4s ease-out 0s;
  -moz-transition: 0.4s ease-out 0s;
  transition: 0.4s ease-out 0s; border-radius: 50%
}

.about-swiper .swiper-slide .a-icon .hover_img {
  opacity: 0;
  visibility: hidden;
}

.about-swiper .swiper-slide .title {
  font-size: 24px;
  font-weight: bold;
  margin: 20px 0 14px 0;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  white-space: nowrap;
  color: #157efb;

}

.about-swiper .swiper-slide .desc {
  font-size: 14px;
  color: #585858;
}

.swiper-button-prev,
.swiper-button-next {
  height: 54px;
  width: 54px;
  background-color: rgba(0, 0, 0, 0.5);
  opacity: 1;
  border-radius: 50%;
  -o-background-size: 9px;
  background-size: 9px;
  outline: none;
  -webkit-transition: 0.3s ease all;
  -o-transition: 0.3s ease all;
  -moz-transition: 0.3s ease all;
  transition: 0.3s ease all
}

.about-swiper .swiper-button-prev {
  left: -94px;
  background-image: url(../images/icon_arrow_left.png)
}

.about-swiper .swiper-button-next {
  right: -94px;
  background-image: url(../images/icon_arrow_right.png)
}


.about-swiper .swiper-slide .learn-more {
  color: #5e5e5e;
  border-color: #000;
  display: none;
  border-width: 1px;
}

.about-swiper .swiper-slide.swiper-slide-active {
  height: 100%;
  box-shadow: inset 40px #ddd
}

.about-swiper .swiper-slide.swiper-slide-active .learn-more {
  display: inline-block;
  margin-top: 70px;
}

/*.about-swiper .swiper-slide.swiper-slide-active .a-icon:before {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
  background-color: #157efb;
}
*/
/*.about-swiper .swiper-slide.swiper-slide-active .hover_img {
  opacity: 1;
  visibility: visible;
}*/

.index-pro-sec {
  padding: 90px 0;
  position: relative;
}

.pro-shadow {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  width: 50%;
  height: 100%;
  background: rgba(0, 0, 0, 0.69)
}

.index-pro-sec .h-tbox {
  color: #fff;
  position: relative;
  z-index: 2;
  width: 23.16%;
}

.index-pro-sec .h-tbox .en {
  color: #fff;
  font-size: 72px;
}

.index-pro-sec .h-tbox .zh {
  color: #fff;
  margin: 10px 0 50px 0;
}

.index-pro-sec .h-tbox .desc {
  color: #fff;
  font-size: 16px;
}

.p-container {
  width: 76.4583%;
  float: right;
  margin-right: 4.6875%;
  position: relative;
  z-index: 3;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between
}

.p-container .rt-con {
  width: 72.88%;
  background: url(../images/pro_bg.jpg) no-repeat center/cover;
  padding: 77px 50px;
}

.p-container .rt-con .pro-tabs {
  text-align: center;
  margin-bottom: 60px;
}

.p-container .rt-con .pro-tabs span {
  display: inline-block;
  margin: 0 1px;
  width: 176px;
  height: 42px;
  line-height: 42px;
  text-align: center;
  font-size: 16px;
  color: #5f5f5f;
  background: #d6e4f5;
  -webkit-transition: 0.3s ease all;
  -o-transition: 0.3s ease all;
  -moz-transition: 0.3s ease all;
  transition: 0.3s ease all;
  cursor: pointer;
}

.p-container .rt-con .pro-tabs span.active {
  color: #fff;
  background: #0d5fc1
}

.p-container .rt-con ul li {
  width: 48%;
  float: left;
  margin-right: 4%;
  margin-bottom: 80px;

}

.p-container .rt-con ul li:nth-last-child(2) {
  margin-bottom: 0;
}

.p-container .rt-con ul li:nth-last-child(1) {
  margin-bottom: 0;
}

.p-container .rt-con ul li:nth-child(2n) {
  margin-right: 0;
}

.p-container .rt-con ul li a {
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.p-container .rt-con ul li figure {
  position: relative;
  width: 37%;
  overflow: hidden;
  -webkit-flex: none;
  -moz-box-flex: 0;
  -ms-flex: none;
  flex: none;
  border-radius: 50%;
}

.p-container .rt-con ul li section {
  width: 63%;
  padding-left: 20px;
}

.p-container .rt-con ul li figure::before {
  content: '';
  display: block;
  padding-top: 100%;
}

.p-container .rt-con ul li figure img {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%; height:100%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-transition: all .5s ease-in-out;
  -moz-transition: all .5s ease-in-out;
  -o-transition: all .5s ease-in-out;
  transition: all .5s ease-in-out;
}

.p-container .rt-con ul li h4 {
  font-size: 16px;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  white-space: nowrap;
  margin-bottom: 20px;
  -webkit-transition: 0.3s all;
  -o-transition: 0.3s all;
  -moz-transition: 0.3s all;
  transition: 0.3s all;
}

.p-container .rt-con ul li article {
  line-height: 24px;
  color: #656565;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  overflow: hidden;
  height: 96px;
}

.pro-wrap .pro-item {
  display: none;
}

.pro-wrap .pro-item:first-child {
  display: block;
}

.index-news-con {
  position: relative;
}

.index-news-con .h-tbox {
  max-width: 100%;
}

.index-news-con .h-tbox .desc {
  color: #fff;
  font-size: 16px;
  font-weight: lighter;
}

.index-news-con .h-tbox .en {
  color: #fff;
  font-size: 72px
}

.index-news-con .h-tbox .zh {
  color: #fff;
}

.index-news-con .swiper-container {
  margin-top: 40px;
}

.index-news-con .news-con {
  padding: 10px
}

.index-news-con .news-con a {
  display: block;
  background: #fff;
  box-shadow: 0px 0px 16px rgba(0, 0, 0, 0.12)
}

.index-news-con .news-con figure {
  position: relative;
  overflow: hidden;
}

.index-news-con .news-con figure::before {
  content: '';
  display: block;
  padding-top: 56.7062%
}

.index-news-con .news-con figure img {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-transition: all .5s ease-in-out;
  -moz-transition: all .5s ease-in-out;
  -o-transition: all .5s ease-in-out;
  transition: all .5s ease-in-out;

}

.index-news-con .news-con footer {
  background: #fff;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  padding: 0 130px 0 20px;
  font-size: 16px;
  line-height: 72px;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  white-space: nowrap;
  -webkit-transition: 0.3s ease all;
  -o-transition: 0.3s ease all;
  -moz-transition: 0.3s ease all;
  transition: 0.3s ease all
}

.index-news-con .news-con footer p {
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.index-news-con .news-con footer .time {
  position: absolute;
  top: 0;
  right: 30px;
}

.swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
  background-image: url(../images/icon_arrow_right.png)
}

.swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
  background-image: url(../images/icon_arrow_left.png)
}


.sp-btns {
  position: absolute;
  top: 70px;
  right: 0;
  font-size: 0;
}

.sp-btns .swiper-button-prev,
.sp-btns .swiper-button-next {
  margin-top: 0;
  left: 0;
  right: 0;
  position: relative;
  display: inline-block;
  margin-left: 6px;
  background-color: #e6e6e6;
  -webkit-transition: 0.3s ease all;
  -o-transition: 0.3s ease all;
  -moz-transition: 0.3s ease all;
  transition: 0.3s ease all;
}


.swiper-pagination {
  position: relative;
  font-size: 0;
  padding-top: 70px;
}

.swiper-pagination-bullet {
  opacity: 1 !important;
}

.swiper-pagination .swiper-pagination-bullet {
  width: 44px;
  height: 2px;
  background: #e4e4e4;
  border-radius: 0;
  opacity: 1;
}

.swiper-pagination .swiper-pagination-bullet-active {
  background: #157efb
}



.honor_wrap .honor {
  background: #e6e6e6;
  position: relative;
  text-align: center;
  padding: 13px;
  -webkit-transition: 0.4s ease all;
  -o-transition: 0.4s ease all;
  -moz-transition: 0.4s ease all;
  transition: 0.4s ease all;
  cursor: pointer
}

.honor_wrap .honor figure {
  background: #fff;
  position: relative;
}

.honor_wrap .honor figure::before {
  content: '';
  display: block;
  padding-top: 126%
}

.honor_wrap .honor figure img {
  max-width: 94%;
  max-height: 94%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transition: .65s ease-out 0s;
  -o-transition: .65s ease-out 0s;
  -moz-transition: .65s ease-out 0s;
  transition: .65s ease-out 0s;
}

.honor_wrap .honor article {
  font-size: 18px;
  color: #565656; height: 43px;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  white-space: nowrap;
  padding-top: 17px;
  padding-bottom: 6px;
  -webkit-transition: 0.3s ease all;
  -o-transition: 0.3s ease all;
  -moz-transition: 0.3s ease all;
  transition: 0.3s ease all;
}

.index-logos-sec {
  padding: 115px 0 200px 0;
}

.index-logos-sec .h-tbox {
  max-width: 640px;
}

.index-logos-sec .h-tbox .en {
  font-size: 42px;
}

.index-logos-sec .h-tbox .zh {
  font-size: 18px;
  font-weight: bold;
  color: #4c4c4c;
  margin: 30px 0 10px 0;
}

.index-logos-sec .h-tbox .desc {
  font-size: 16px;
  font-weight: lighter;
  color: #4c4c4c
}


.logos-swiper {
  margin-top: 70px;
  position: relative;
}

.logos-swiper .logo-item {
  width: 100%;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background: url(../images/logo_bg.png) no-repeat center;
  -o-background-size: 100% 100%;
  background-size: 100% 100%;
  -webkit-transition: 0.2s all;
  -o-transition: 0.2s all;
  -moz-transition: 0.2s all;
  transition: 0.2s all;
  position: relative;
}

.logos-swiper .logo-item::before {
  content: '';
  display: block;
  padding-top: 67.5%;
}

.logos-swiper .logo-item::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(../images/logo_bg_on.png) no-repeat center;
  -o-background-size: 100% 100%;
  background-size: 100% 100%;
  z-index: 1;
  -webkit-transition: 0.3s all;
  -o-transition: 0.3s all;
  -moz-transition: 0.3s all;
  transition: 0.3s all;
  opacity: 0;
  visibility: hidden;

}


.logos-swiper .logo-item img {
  max-width: 90%;
  max-height: 46%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) ;
  z-index: 2;
}

.logos-swiper .swiper-button-prev {
  left: -94px
}

.logos-swiper .swiper-button-next {
  right: -94px
}

/* case-banner */
.in-banner-wrap {
  position: relative;
  padding-top: 96px;
  overflow: hidden;
}

.in-banner-wrap .in-banner {
  padding-top: 23%;
  background-position: center;
  background-repeat: no-repeat;
  -o-background-size: cover;
  background-size: cover;
}

.in-banner-wrap .in-con {
  position: absolute;
  top: 59%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  color: #fff;
  background: url(../images/in-banner-tit-bg.png) no-repeat left center;
  -o-background-size: 47%;
  background-size: 47%;
  padding-top: 32%;
}

.in-banner-wrap .in-con aside {
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  padding: 0 30px;
}

.in-banner-wrap .in-con aside h2 {
  font-size: 36px;
  font-weight: bold;
}

.in-banner-wrap .in-con aside p {
  font-size: 18px;
  font-weight: lighter;
  padding-top: 8px;
}

.case-list {
  padding-top: 50px;
  padding-left: 18.75%;
}

.case-list li {
  margin-bottom: 50px;
}

.case-list li .con-box {
  padding: 50px 0 50px 40px;
  background-color: #f3f3f3;
  -o-transition: .36s;
  -moz-transition: .36s;
  transition: .36s;
  -webkit-transition: .36s;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}

.case-list li figure {
  float: left;
  width: 38%;
  position: relative;
  z-index: 4;
  background: #fff;
  text-align: center;
}

.case-list li figure::before {
  content: '';
  display: block;
  padding-top: 60.7142%;
}

.case-list li figure::after {
  content: "";
  display: block;
  position: absolute;
  width: 45%;
  height: 56%;
  background-color: #157df9;
  bottom: -50px;
  left: -40px;
  z-index: 1;
  -o-transition: .6s;
  -moz-transition: .6s;
  transition: .6s;
  -webkit-transition: .6s;
}


.case-list li figure .fi-inner {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  background: #fff;

}

.case-list li figure .fi-inner .case-name {
  font-size: 24px;
  font-weight: lighter;
  position: absolute;
  bottom: 44px;
  left: 0;
  width: 100%;
}

.case-list li figure .fi-inner img {
  max-width: 90%;
  max-height: 70%;
}

.case-list li .word {
  width: 62%;
  padding: 0 50px;
}

.case-list li .tit {
  font-size: 30px;
  font-weight: bold;
  line-height: 1;
  overflow: hidden;
  white-space: nowrap;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  margin-bottom: 30px;
  -o-transition: .36s;
  -moz-transition: .36s;
  transition: .36s;
  -webkit-transition: .36s;
}

.case-list li .desc {
  color: #585858;
  line-height: 30px;
}

.case-list li .more {
  display: block;
  width: 160px;
  height: 42px;
  line-height: 42px;
  text-align: center;
  border: 1px solid #646464;
  text-transform: uppercase;
  color: #000;
  margin-top: 60px;
  z-index: 1;
  position: relative;
  -o-transition: .36s;
  -moz-transition: .36s;
  transition: .36s;
  -webkit-transition: .36s;
}

.case-list li .more:before {
  content: "";
  display: block;
  width: 0%;
  height: 100%;
  top: 0;
  right: 0;
  background-color: #157df9;
  z-index: -1;
  opacity: 0;
  visibility: hidden;
  -o-transition: .46s;
  -moz-transition: .46s;
  transition: .46s;
  -webkit-transition: .46s;
  position: absolute;
}

.case-list .link {
  display: block;
  position: relative;
}


.pager {
  text-align: center;
  font-size: 0;
  padding: 10px 0 60px 0;
}

.pager a {
  display: inline-block;
  font-size: 20px;
  background: #d7d6d6;
  padding: 9px 18px;
  margin: 0 2px;
  cursor: pointer;
  -moz-transition: all 0.4s linear;
  -o-transition: all 0.4s linear;
  -webkit-transition: all 0.4s linear;
  transition: all 0.4s linear;
}

.pager a {
  color: #fff
}

.pager a.active {
  background: #007fe1;
}

.in-banner-wrap .about-banner {
  padding: 130px 0 70px 0;

}

.about-topic {
  color: #fff;
}

.about-topic article {
  line-height: 24px;
  padding-top: 60px;
}

.about-topic article p {
  margin-bottom: 24px;
}

.comm-tit {
  text-align: center;
  position: relative;
  font-size: 48px;
  font-weight: bold;
  padding-bottom: 23px;
}

.comm-tit::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 36px;
  height: 4px;
  background: #fff;
  margin-left: -18px;
}

.in-sec {
  padding: 130px 0 100px 0;
  background-position: center;
  background-repeat: no-repeat;
  -o-background-size: cover;
  background-size: cover;
}

.blue-comm-tit::after {
  background: #0d5fc1
}

.his-wrap {
  padding: 57px 26px;
  background: #000;
  margin-top: 60px;
  position: relative;
}

.his-wrap::before {
  content: '';
  position: absolute;
  top: 18px;
  left: 26px;
  right: 26px;
  height: 20px;
  background: url(../images/line-bg.png) no-repeat center
}

.his-wrap::after {
  content: '';
  position: absolute;
  bottom: 18px;
  left: 26px;
  right: 26px;
  height: 20px;
  background: url(../images/line-bg.png) no-repeat center
}

.his-btns {
  position: relative;
  text-align: center;
  margin-top: 40px;
}

.his-btns>div {
  position: relative;
  top: 0;
  left: 0;
  right: 0;
  margin: 0 1px;
  display: inline-block;
  border-radius: 0;background-color: #0d5fc1
}

.his-box {
  background: #fff;
  width: 100%;
  text-align: center;
  cursor: pointer; position: relative;overflow: hidden;
}
.his-box:before{ content: ''; display: block; padding-top: 65%;}
.his-box img{ position:absolute; top: 50%; left: 50%; 
 -webkit-transform:translate(-50%,-50%);
 -moz-transform:translate(-50%,-50%);
 -o-transform:translate(-50%,-50%);
  transform:translate(-50%,-50%);}
.his-box p{ position:absolute; bottom:0; left:0; right:0; z-index:2; background:rgba(0,0,0,0.6); color:#fff;height: 40px;
    line-height: 40px;overflow: hidden;
text-overflow:ellipsis;
white-space: nowrap; padding:0 10px}  
  
.h-tit {
  font-size: 36px;
  color: #c7c7c7;
  font-family: 'Impact';
  -webkit-transition: 0.3s ease all;
  -o-transition: 0.3s ease all;
  -moz-transition: 0.3s ease all;
  transition: 0.3s ease all;
}

.his-box article {
  line-height: 24px;
  color: #595959;
  text-align: left;
  margin: 8px 0 12px 0;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  overflow: hidden;
  height: 72px;
}

.his-box .m-btn {
  border: 1px solid #d6d6d6;
  padding: 6px 26px;
  display: inline-block;
  -webkit-transition: 0.3s ease all;
  -o-transition: 0.3s ease all;
  -moz-transition: 0.3s ease all;
  transition: 0.3s ease all;
}

.cul-txt {
  text-align: center;
  margin-top: 90px;
  line-height: 48px;
  font-size: 24px;
  font-family: 'shutifangyanti';
}

.case-d-wrap {
  padding: 60px 0 20px 0;
}

.case-d-header {
  text-align: center;
}

.case-d-header figure {
  width: 180px;
  margin: 0 auto;
  height: 180px;
  border-radius: 50%;
  border: 1px solid #e8e8e8;
}

.case-d-header figure img {
  max-width: 90%;
  max-height: 90%
}

.case-d-header p {
  font-size: 24px;
  font-weight: lighter;
  padding: 24px 0;
}

.case-d-txt {
  font-size: 14px;
  color: #4e4e4e;
  line-height: 30px;
  border-bottom: 1px dotted #c5c5c5;
  padding-bottom: 45px;
}

.article-page {
  text-align: center;
  font-size: 0;
  padding: 30px 0;
}

.article-page ul li {
  font-size: 14px;
  list-style: none;
  display: inline-block;
  margin: 0 1.5px;
}

.article-page ul li a {
  display: block;
  background: #e6e6e6;
  color: #9b9b9b;
  font-size: 14px;
  display: inline-block;
  width: 116px;
  height: 38px;
  line-height: 38px;
}

.case-swiper-container {
  padding: 40px 0;
  margin: 40px 0 60px 0;
}

.case-swiper-container .swiper-pagination {
  position: absolute;
  padding-top: 0;
  bottom: 30px;
}

.case-swiper-container .swiper-pagination .swiper-pagination-bullet {
  width: 11px;
  height: 11px;
  border-radius: 50%;
  background: #d0d0d0
}

.case-swiper-container .swiper-pagination .swiper-pagination-bullet-active {
  background: #157efb
}

.case-swiper-container .case-pic {
  position: relative;
  background-position: bottom center;
  background-repeat: no-repeat;
  -o-background-size: cover;
  background-size: cover;
}

.case-swiper-container .case-pic::after {
  content: '';
  position: absolute;
  z-index: -1;
  bottom: -25px;
  height: 60px;
  width: 100%;
  background-image: url(../images/shadow.png);
  background-position: bottom center;
  background-repeat: no-repeat;
  -o-background-size: contain;
  background-size: contain;
}

.case-swiper-container .case-pic::before {
  content: '';
  display: block;
  padding-top: 66.57%;
}

.case-swiper-container .swiper-slide {
  -webkit-transition: 0.4s ease all;
  -o-transition: 0.4s ease all;
  -moz-transition: 0.4s ease all;
  transition: 0.4s ease all;

}

.case-swiper-container .swiper-slide-active {
  -webkit-transform: scale(1.41);
  -moz-transform: scale(1.41);
  -ms-transform: scale(1.41);
  -o-transform: scale(1.41);
  transform: scale(1.41);
  z-index: 2;

}


/* product */
.pro-list {
  padding-top: 60px;
}

.consult-list {
  overflow: hidden;
  position: relative;
  margin-bottom: 40px;
}

.consult-list::before {
  display: block;
  content: '';
  padding-top: 39.2817%;
}

.consult-list .con-txt {
  width: 57%;
  height: 100%;
  padding: 55px 50px;
  background: url(../images/bg.png) no-repeat center;
  -o-background-size: 100% 100%;
  background-size: 100% 100%;
  position: absolute;
  top: 0%;
  left: 0;
  z-index: 2;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-flow: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-flow: column;
  flex-flow: column;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.consult-list .con-txt .col-wrap {
  width: 80%;
}

.consult-list .con-txt .zx-tit {
  font-size: 36px;
  font-weight: bold;
  position: relative;
  padding-top: 30px;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  white-space: nowrap
}

.consult-list .con-txt .zx-tit::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 70px;
  height: 6px;
  background: #007fe1;
}

.consult-list .con-txt .zx-tip {
  color: #6a6a6a;
  font-size: 16px;
  padding-top: 15px;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-height: 30px;
}


.consult-list .con-img {
  width: 57%;
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
  overflow: hidden;
}

.consult-list .fwlb {
  font-size: 16px;
  color: #686868;
  margin-top: 20px;
  line-height: 30px;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  overflow: hidden;
  height: 90px;
}

.consult-list .con-img img {
  left: 50%;
  position: absolute;
  top: 50%;
  z-index: 1;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-transition: 0.65s ease-out 0s;
  -o-transition: 0.65s ease-out 0s;
  -moz-transition: 0.65s ease-out 0s;
  transition: 0.65s ease-out 0s;
}

.lx-btn {
  display: inline-block;
  width: 180px;
  height: 52px;
  line-height: 52px;
  color: #fff;
  background: #007fe1;
  text-align: center;
  font-size: 16px;
}

/* eq-wrap */
.eq-wrap {
  background: #f6f6f6;
  padding-bottom: 45px;
}

.eq-content {
  background: #ffffff;
  padding: 60px 36px;
  border-radius: 10px;
  position: relative;
  margin-top: -45px;
}

.eq-tit {
  text-align: center;
  font-size: 36px;
  font-weight: bold;
  position: relative;
  padding-top: 30px;
}

.eq-tit::before {
  content: '';
  position: absolute;
  top: 0;
  left: 50%;
  width: 68px;
  height: 6px;
  background: #007fe1;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%)
}

.tuwen {
  margin-top: 50px;
  background: #f6f6f6;
  position: relative;
}

.tuwen::before {
  content: '';
  display: block;
  padding-top: 34%;
}



.tuwen .tu {
  width: 50%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.tuwen .tu img {
  width: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%)
}

.tuwen .wen {
  width: 50%;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  padding: 50px 40px;
  overflow-y: auto
}

.tuwen .wen h4 {
  font-size: 24px;
}

.tuwen .wen .txt {
  font-size: 14px;
  color: #6a6a6a;
  line-height: 30px;
  margin-top: 30px;
}

.eq-text {
  padding-top: 40px;
  color: #414141;
  font-size: 14px;
  line-height: 30px;
}

/* product-d-info */
.product-d {
  font-size: 14px;
  color: #414141;
  line-height: 30px;
  padding: 50px 0;
  border-bottom: 1px dotted #c5c5c5
}

.product-d h4 {
  font-size: 18px;
}

.product-d-info {
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  background: #f4f4f4;
  position: relative;
}

.product-d-info::before {
  content: '';
  padding-top: 39%
}

.product-d-info .info-img {
  width: 50%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
}

.product-d-info .info-img img {
  width: 100%;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  position: absolute;
}

.product-d-info .info-con {
  width: 50%;
  padding: 55px 34px;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  overflow-y: auto;
}

.product-d-info .info-con .zx-tit {
  font-size: 36px;
  font-weight: bold;
  position: relative;
  color: #000000;
  padding-top: 30px;

}

.product-d-info .info-con .zx-tit::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 70px;
  height: 6px;
  background: #007fe1;
}

.product-d-info .info-con section {
  margin: 24px 0 40px 0;
}

.product-d-info .info-con section>div {
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 16px;
  color: #686868
}

.product-d-info .info-con section label {
  -webkit-flex: none;
  -moz-box-flex: 0;
  -ms-flex: none;
  flex: none;
  color: #000
}

.product-d .art-txt {
  margin-top: 30px;
}

/* contact */
.cont-tit {
  text-align: center;
  font-size: 36px;
  color: #000;
  font-weight: bold;
  background: #f7f7f7;
  padding: 50px 0;
}

.cont-sec {
  padding: 170px 0 140px 0;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between
}

.cont-info dl {
  line-height: 36px;
}

.cont-info dl dt {
  font-size: 18px;
  padding-bottom: 44px;
}

.cont-wechat {
  padding-top: 9px;
}

.cont-wechat h4 {
  font-size: 24px;
  font-weight: bold;
  padding-bottom: 24px;
}

.cont-wechat ul li {
  float: left;
  margin-right: 13px;
  text-align: center;
  width: 166px;
  height: 166px;
  background: #eeeeee;
  padding-top: 33px;
}

.cont-wechat ul li:last-child {
  margin-right: 0;
}

.cont-wechat ul li img {
  width: 85px;
  display: block;
  margin: 0 auto;
}

.cont-wechat ul li span {
  padding: 13px 0;
  font-size: 16px;
  color: #797979;
  display: inline-block;
}

.map-sec {
  padding: 100px 0;
}

.mapContainer {
  height: 580px;
  padding: 10px;
  border: 1px solid #ececec
}

#mapContainer {
  width: 100%;
  height: 100%;
}

.icon {
  background: url(http://lbs.amap.com/console/public/show/marker.png) no-repeat;
}

.icon-cir {
  height: 31px;
  width: 28px;
}

.icon-cir-red {
  background-position: -11px -5px;
}


/* in-news-wrap */

.in-news-wrap {
  padding: 50px 0 30px 0;
}

.in-news-wrap ul {
  margin-left: -16px;
}

.in-news-wrap ul li {
  width: 33.3333%;
  padding: 16px;
  float: left;
}

.in-news-wrap ul li a {

  background: #f6f6f6;
  display: block;
  -webkit-transition: 0.65s ease-out 0s;
  -o-transition: 0.65s ease-out 0s;
  -moz-transition: 0.65s ease-out 0s;
  transition: 0.65s ease-out 0s;
}

.in-news-wrap ul li figure {
  position: relative;
  overflow: hidden;
}

.in-news-wrap ul li figure::before {
  content: '';
  display: block;
  padding-top: 59%
}

.in-news-wrap ul li figure img {
  -webkit-backface-visibility: hidden;
  left: 50%;
  max-height: 100%;
  width: 100%;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-transition: 0.65s ease-out 0s;
  -o-transition: 0.65s ease-out 0s;
  -moz-transition: 0.65s ease-out 0s;
  transition: 0.65s ease-out 0s;
}



.in-news-wrap ul li section {
  padding: 36px 30px;
}

.in-news-wrap ul li section h4 {
  font-size: 20px;
  font-weight: bold;
  line-height: 30px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  overflow: hidden;
  height: 60px;
  -webkit-transition: 0.1s ease all;
  -o-transition: 0.1s ease all;
  -moz-transition: 0.1s ease all;
  transition: 0.1s ease all
}

.in-news-wrap ul li section article {
  line-height: 24px;
  color: #636363;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  overflow: hidden;
  margin: 18px 0;
  height: 72px;
  -webkit-transition: 0.2s ease-out 0s;
  -o-transition: 0.2s ease-out 0s;
  -moz-transition: 0.2s ease-out 0s;
  transition: 0.2s ease-out 0s;
}

.in-news-wrap ul li section footer {
  color: #b9b9b9;
  -webkit-transition: 0.65s ease-out 0s;
  -o-transition: 0.65s ease-out 0s;
  -moz-transition: 0.65s ease-out 0s;
  transition: 0.65s ease-out 0s;
}

.news-d-header {
  text-align: center;
  padding-bottom: 30px;
}

.news-d-header h4 {
  font-size: 30px;
  font-weight: bold;
}

.news-d-header small {
  color: #979797;
  display: inline-block;
  font-size: 14px;
  padding-top: 20px;
}

.news-d-header small span {
  padding: 0 5px;
}

.news-d-header small .blue {
  color: #007fe1;
  font-weight: normal;
}

.news-d-txt {
  padding-top: 40px;
  border-top: 1px dotted #c5c5c5
}

.page-shadow-popup,
.img-shadow-popup {
  position: fixed;
  z-index: 100000;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.4);
  display: none;
  overflow: auto;
  text-align: center
}



.history-popup {

  -moz-transform: translate(0, 20px);
  -webkit-transform: translate(0, 20px);
  -ms-transform: translate(0, 20px);
  -o-transform: translate(-0, 20px);
  transform: translate(0, 20px);
  -webkit-transition: 0.4s ease all;
  -o-transition: 0.4s ease all;
  -moz-transition: 0.4s ease all;
  transition: 0.4s ease all;
  opacity: 0;
  visibility: hidden;
  max-width: 90%;
  margin: 40px auto; height:100%
}

.img-popup {
  -moz-transform: translate(0, 20px);
  -webkit-transform: translate(0, 20px);
  -ms-transform: translate(0, 20px);
  -o-transform: translate(-0, 20px);
  transform: translate(0, 20px);
  -webkit-transition: 0.4s ease all;
  -o-transition: 0.4s ease all;
  -moz-transition: 0.4s ease all;
  transition: 0.4s ease all;
  opacity: 0;
  max-width: 90%;
  visibility: hidden;
  display: inline-block;
  margin: 40px auto;
}

.img-popup figure,.history-popup figure {
  position: relative; display:inline-block
}

.img-popup .closeBtn, .history-popup .closeBtn{
  position: absolute;
  top: 0px;
  right: -50px;
  height: 30px;
  width: 30px;
  background-image: url(../images/close-btn2.png);
  background-position: center;
  background-repeat: no-repeat;
  -o-background-size: contain;
  background-size: contain;
  cursor: pointer;
}



.history-popup .close-btn {
  display: block;
  margin: 0 auto;
  border: 1px solid #d6d6d6;
  padding: 6px 26px;
  background: #ffffff;
  -webkit-transition: 0.3s ease all;
  -o-transition: 0.3s ease all;
  -moz-transition: 0.3s ease all;
  transition: 0.3s ease all;
}

.history-popup.active,
.img-popup.active {
  -moz-transform: translate(0, 0);
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  transform: translate(0, 0);
  opacity: 1;
  visibility: visible;
}

.history-popup p{position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 2;
    background: rgba(0,0,0,0.6);
    color: #fff;
    height: 40px;
    line-height: 40px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    padding: 0 10px;}

.img-popup figure img,.history-popup figure img{ box-shadow: 0px 0px 32px rgba(6, 0, 1, 0.55);}

.history-popup figure{ top:50%;-webkit-transform: translateY(-50%);-moz-transform: translateY(-50%);-o-transform: translateY(-50%);-ms-transform: translateY(-50%);transform: translateY(-50%);}

.history-popup .h-tit {
  text-align: center;
  font-size: 60px;
  color: #0074ff;
}

.history-popup article {
  color: #545454;
  line-height: 24px;
  margin: 14px 0 28px 0;
}

.history-popup .m-btn {
  display: none;
}

.tbox .popup-con {
  display: none
}


.history-popup .hidden-tit {
  font-size: 18px;
  margin-top: 20px;
}

.swiper-button-next.swiper-button-disabled,
.swiper-button-prev.swiper-button-disabled {
  opacity: 1;
}
  .pager a:hover {
    background: #cecaca
  }
  #page_view{ color: #fff!important; background: #007fe1}
@media screen and (min-width:768px) {
  .banner-con .more:hover {
    background: #157efb;
    border-color: #157efb;
  }

  .banner-con .more:hover:before {
    width: 100%;
    left: 0;
    opacity: 1;
    visibility: visible;
  }

  .learn-more:hover {
    color: #fff;
  }

  .learn-more:hover:before {
    height: 100%;
  }

  .learn-more:hover:after {
    height: 100%;
  }

  .about-swiper .swiper-slide .learn-more:hover {
    color: #fff;border:1px solid rgba(27, 109, 169, 0.25);
  }

  .swiper-button-prev:hover,
  .swiper-button-next:hover {
    background-color: #157efb;
  }

  .p-container .rt-con .pro-tabs span:hover {
    color: #fff;
    background: #0d5fc1
  }

  .p-container .rt-con ul li:hover h4 {
    color: #0072ff
  }

  .honor_wrap .honor:hover {
    background: rgba(21, 126, 251, 0.66);
  }

  .honor_wrap .honor:hover article {
    color: #fff
  }

  .logos-swiper .logo-item:hover::after {
    opacity: 1;
    visibility: visible;
  }

  .index-news-con .news-con:hover footer {
    color: #0d5fc1
  }

  .index-news-con .news-con:hover figure img {
    -webkit-transform: translate(-50%, -50%) scale3d(1.07, 1.07, 1.07);
    -moz-transform: translate(-50%, -50%) scale3d(1.07, 1.07, 1.07);
    transform: translate(-50%, -50%) scale3d(1.07, 1.07, 1.07);
  }


  .case-list li:hover .con-box {
    background: #e4e4e4
  }

  .case-list li:hover .more {
    color: #fff;
    border-color: #157df9;
    background: #157df9;
  }

  .case-list li:hover figure::after {
    width: 99%;
    height: 100%;
  }

  .case-list li:hover .more:before {
    width: 100%;
    left: 0;
    opacity: 1;
    visibility: visible;
  }

  .case-list li:hover .tit {
    color: #157df9;
  }



  .his-box:hover .h-tit {
    color: #0d5fc1
  }

  .his-box:hover .m-btn {
    color: #0d5fc1
  }

  .his-btns>div:hover {
   background-color: #ff0000
  }

  .article-page ul li a:hover {
    background: #007fe1;
    color: #fff;
  }

  .lx-btn:hover {
    background: #0d5fc1
  }

  .in-news-wrap ul li:hover a {
    background: #0063d8
  }

  .in-news-wrap ul li:hover h4 {
    color: #fff;
  }

  .in-news-wrap ul li:hover article {
    color: #fff;
  }

  .in-news-wrap ul li:hover footer {
    color: #fff;
  }

  .in-news-wrap ul li:hover img {
    -webkit-transform: translate(-50%, -50%) scale3d(1.07, 1.07, 1.07);
    -moz-transform: translate(-50%, -50%) scale3d(1.07, 1.07, 1.07);
    transform: translate(-50%, -50%) scale3d(1.07, 1.07, 1.07);
  }

  .history-popup .close-btn:hover {
    color: #0072ff;
    border-color: #0072ff
  }
}