@charset "UTF-8";/*fp-seed:e3iulcnr9yhk v4.63 ycqiisxmq*/

.w1400 {
  max-width: 1430px;
  margin: 0 auto;
  padding-left: 15px;
  padding-right: 15px;
}

.flexed {
  display: flex;
  justify-content: space-between;
  flex-wrap: nowrap;
  display: -webkit-flex;
}

/*head*/
.headbg .headindex {
  align-items: center;
}

.headbg .headindex .logo {
  width: 26%;
  line-height: 100px;
}

.headbg .headindex .logo img {
  max-width: 100%;
}

.headbg .headindex .tnav {
  width: 70%;
}

/* 导航样式 */
.x-menu {
  width: 100%;
}

.x-menu > li.yuyan {
  width: 32px;
  line-height: 100px;
}

.x-menu > li {
  width: 13%;
  margin: 0;
  text-align: center;
  float: left;
  position: relative;
}

.x-menu > li > a {
  font-size: 18px;
  position: relative;
  z-index: 999;
  display: flex;
  flex: 0 0 auto;
  line-height: 100px;
  transition: .26s ease;
  color: #333;
  align-items: center;
  justify-content: center;
  font-family: 'zi';
}

.x-menu > li:hover .x-sub-menu {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateY(0);
  transform: translateY(0);
}

.x-sub-menu {
  line-height: 50px;
  position: absolute;
  top: 0;
  visibility: hidden;
  overflow: hidden;
  padding-top: 100px;
  width: 150%;
  left: 50%;
  margin-left: -75%;
  transition: .36s ease;
  transform: translateY(-100%);
  opacity: 0;
  z-index: 99;
}

.x-sub-menu > li {
  position: relative;
  transition: .26s ease;
  background-color: #fff;
  box-sizing: border-box;
  text-align: center;
  width: 100%;
}

.x-sub-menu > li:before {
  content: "";
  width: 100%;
  height: 0;
  position: absolute;
  left: 0;
  top: 0;
  background: #0066ff;
  transition: .36s ease;
}

.x-sub-menu > li:hover:before {
  height: 100%;
}

.x-sub-menu > li:hover a {
  color: #fff;
}

.x-sub-menu > li > a {
  position: relative;
  z-index: 10;
  box-sizing: border-box;
  transition: .26s ease;
  font-size: 14px;
  color: #333;
}

/*about*/
.ab-bg {
  padding: 4.6875vw 0;
}

.ab-wrap {
  position: relative;
}

.ab-wrap::before {
  content: '';
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background: url(../images/f497c4b2_bj11.png) no-repeat left center;
  height: 18.33333333333333vw;
  width: 44.94791666666667vw;
  background-size: 100% 100%;
}

.atitle h3 {
  display: flex;
  align-items: center;
  color: #0066ff;
  font-size: 2.34375vw;
  font-weight: 600;
}

.atitle h3 img {
  margin-right: 1.5vw;
}

.atitle h4 {
  color: #000000;
  font-size: 1.5625vw;
  margin: 2vw 0;
}

.ab-index {
  height: 100%;
  position: relative;
}

.ab-index .abl {
  width: 41.78%;
  display: flex;
  justify-content: space-between;
  flex-direction: column;
}

.ab-index .abl .aw p {
  color: #4f4f4f;
  font-size: 18px;
  line-height: 1.8333;
}

.ab-index .abl .amore {
  width: 185px;
  height: 47px;
  border-radius: 23px;
  background: #0066ff;
}

.ab-index .abl .amore a {
  display: block;
  text-align: center;
  line-height: 47px;
  color: #fff;
  font-size: 16px;
}

.ab-index .abr {
  width: 55.79%;
}

.ab-index .abr img {
  width: 100%;
}

.abimg-index {
  margin-bottom: 4.167vw;
}

.abimg-index .abimglist li {
  justify-content: flex-start;
  align-items: center;
}

  .abimg-index .abimglist li .img1 {
    width: 77px;
    height: 77px;
    background: url(../images/7d40d017_abj.png) no-repeat center center;
  }
.abimg-index .abimglist li .img1 img {
  max-width: 100%;
  transition: all .8s ease;
}

.abimg-index .abimglist li .wz {
  width: calc(100% - 77px);
}

.abimg-index .abimglist li .wz .wza {
  color: #000000;
  display: flex;
  align-items: center;
  position: relative;
  padding: 0 10px;
}

.abimg-index .abimglist li .wz .wza::before {
  content: '';
  position: absolute;
  bottom: 14px;
  left: 0;
  right: 0;
  width: 100%;
  height: 6px;
  background: #0066ff;
  z-index: -1;
}

.abimg-index .abimglist li .wz .wza b {
  font-size: 39px;
  font-weight: 600;
  font-family: 'z1';
}

.abimg-index .abimglist li .wz .wza span {
  font-size: 14px;
  margin-left: 0.5vw;
}

.abimg-index .abimglist li .wz .wzb {
  color: #000000;
  font-size: 16px;
  text-align: center;
  margin-top: -8px;
}

.abimg-index .abimglist li:hover .img1 img{
  transform: rotateY(180deg);
}

/*product*/
.pro-bg {
  background: url(../images/0dadba76_bj11.jpg) no-repeat top center;
  padding-top: 4.167vw;
  padding-bottom: 4.167vw;
}

.tab-con {
  position: relative;
}

.tab-con .tab-main {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 9;
  right: 0;
}

.tab-con .tab-main {
  opacity: 0;
  visibility: hidden;
  transition: all .5s ease;
}

.tab-con .tab-main.active {
  position: static;
  opacity: 1;
  visibility: visible;
}

.ptitle {
  align-items: center;
  margin-bottom: 3.125vw;
}

.ptitle h3 {
  color: #000000;
}

.psort {
  justify-content: flex-end;
}

.psort li {
  border: 1px solid #0066ff;
  border-radius: 30px;
  padding: 0 1vw;
  line-height: 42px;
  margin-left: 1vw;
}

.psort li:nth-of-type(1) {
  margin-left: 0;
}

.psort li a {
  display: block;
  color: #000000;
  font-size: 1.14583333333333vw;
}

.psort li.active {
  background: #0066ff;
}

.psort li.active a {
  color: #fff;
}

.proSwiper {
  overflow: hidden;
}

.proSwiper .swiper-slide a {
  display: flex;
  justify-content: space-between;
  background: #0066ff;
}

.proSwiper .swiper-slide a .img1 {
  width: 66%;
  position: relative;
}

.proSwiper .swiper-slide a .img1 img {
  width: 100%;
  -webkit-transition: all ease .5s;
  -moz-transition: all ease .5s;
  -ms-transition: all ease .5s;
  -o-transition: all ease .5s;
  transition: all ease .5s;
}

.proSwiper .swiper-slide a .img1 .pronext {
  position: absolute;
  background: rgba(0, 0, 0, 0.6) url(../images/3803a6ab_l1.png) no-repeat center center;
  width: 58px;
  height: 58px;
  border-radius: 50%;
  left: 25px;
  top: 50%;
  margin-top: -29px;
  z-index: 99;
}

.proSwiper .swiper-slide a .img1 .proprev {
  position: absolute;
  background: rgba(0, 0, 0, 0.6) url(../images/9ddb1687_r1.png) no-repeat center center;
  width: 58px;
  height: 58px;
  border-radius: 50%;
  right: 25px;
  top: 50%;
  margin-top: -29px;
  z-index: 99;
}

.proSwiper .swiper-slide a .wz {
  width: 34%;
  padding: 5.2vw 2.6vw;
}

.proSwiper .swiper-slide a .wz .wza {
  color: #fff;
  font-size: 1.90104166666667vw;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.proSwiper .swiper-slide a .wz .wzb {
  color: #fff;
  font-size: 20px;
  margin-top: 1.4vw;
}

.proSwiper .swiper-slide a .wz .wzc {
  width: 144px;
  height: 42px;
  background: #fff;
  border-radius: 20px;
  text-align: center;
  line-height: 42px;
  color: #0066ff;
  font-size: 16px;
  margin-top: 3.6vw;
}

.pro2Swiper {
  overflow: hidden;
  margin-top: 2.6vw;
}

.pro2Swiper .swiper-slide {
  border: 1px solid #b8b7b7;
  padding: 0.78125vw;
  background: #fff;
}

.pro2Swiper .swiper-slide .img1 img {
  width: 100%;
}

.pro2Swiper .swiper-slide .wz {
  padding: 1vw 0;
}

.pro2Swiper .swiper-slide .wz .wza {
  color: #000000;
  font-size: 22px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.pro2Swiper .swiper-slide .wz .wzb {
  color: #333333;
  font-size: 16px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.pro2Swiper .swiper-slide:hover {
  border: 1px solid #0066ff;
}

/*电梯领域*/
.dianti-bg {
  background: #f6f6f6;
  align-items: center;
  margin-top: 7.8vw;
}

.dianti-bg .dianti-left {
  width: 61%;
  padding-left: 13.54166666666667vw;
}

.dianti-bg .dianti-left .dianti-con {
  max-width: 86.7%;
  position: relative;
}

.dianti-bg .dianti-left .dianti-con .swiper-pagination-dt {
  position: absolute;
  right: 0;
  top: 15px;
}

.dianti-bg .dianti-left .dianti-con .swiper-pagination-dt .swiper-pagination-bullet {
  background: #62a0fb;
  opacity: 1;
  margin-left: 14px;
}

.dianti-bg .dianti-left .dianti-con .swiper-pagination-dt .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #0066ff;
}

.dianti-bg .dianti-left .dianti-con .dttitle h3 {
  color: #000000;
}

.dianti-bg .dianti-left .dianti-con .dttitle h4 {
  color: #0066ff;
}

.dianti-bg .dianti-left .dianti-con .diantiwen p {
  color: #333333;
  font-size: 18px;
  line-height: 30px;
}

.dianti-bg .dianti-left .dianti-con .dtSwiper {
  overflow: hidden;
  margin-top: 3vw;
}

.dianti-bg .dianti-left .dianti-con .dtSwiper .swiper-slide .img1 {
  border: 3px solid transparent;
  border-radius: 24px;
}

.dianti-bg .dianti-left .dianti-con .dtSwiper .swiper-slide .img1 img {
  width: 100%;
  border-radius: 24px;
}

.dianti-bg .dianti-left .dianti-con .dtSwiper .swiper-slide:hover .img1 {
  border: 3px solid #0066ff;
  box-shadow: 0 0 5px #0066ff;
}

.dianti-bg .dianti-right {
  width: 39%;
}

.dianti-bg .dianti-right img {
  width: 100%;
}

/*video*/
.video-bg {
  position: relative;
  background: url(../images/64425a5f_v1.jpg) no-repeat top center;
  background-attachment: fixed;
  background-size: cover;
  padding: 9.8vw 0;
}

.video-bg > img {
  width: 100%;
  display: none;
}

.video-bg .video-index {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

/*case*/
.case-bg {
  background: url(../images/6bf66a2a_bj22.jpg) no-repeat top center;
  background-size: 100% 100%;
  padding: 4.167vw 0;
}

.case-bg .case-index .ctitle {
  display: flex;
  align-items: center;
  justify-content: center;
}

.case-bg .case-index .ctitle b {
  color: #000000;
  font-size: 2.34375vw;
  margin: 0 2vw;
}

.case-bg .case-index .caseSwiper {
  overflow: hidden;
  margin-top: 3.125vw;
}

.case-bg .case-index .caseSwiper .swiper-slide {
  background: #fff;
  border: 1px solid #eeeeee;
  padding: 0.78125vw;
}

.case-bg .case-index .caseSwiper .swiper-slide .img1 img {
  width: 100%;
}

.case-bg .case-index .caseSwiper .swiper-slide .wz {
  text-align: center;
  color: #333333;
  font-size: 1.04166666666667vw;
  padding: 0 5px;
  padding-top: 1vw;
  padding-bottom: 5px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.case-bg .case-index .caseSwiper .swiper-slide:hover {
  background: #0066ff;
  border: 1px solid #0066ff;
}

.case-bg .case-index .caseSwiper .swiper-slide:hover .wz {
  color: #fff;
}

.case-bg .case-index .casejian {
  margin-top: 2.4vw;
  align-items: center;
  justify-content: center;
}

.case-bg .case-index .casejian .casenext {
  background: url(../images/4502ceb5_l2.png) no-repeat center center;
  width: 48px;
  height: 48px;
}

.case-bg .case-index .casejian .casemore {
  width: 178px;
  height: 43px;
  border-radius: 21px;
  background: #0066ff;
  margin: 0 1vw;
}

.case-bg .case-index .casejian .casemore a {
  display: block;
  text-align: center;
  line-height: 43px;
  color: #fff;
  font-size: 18px;
}

.case-bg .case-index .casejian .caseprev {
  background: url(../images/457e0110_r2.png) no-repeat center center;
  width: 48px;
  height: 48px;
}

/*news*/
.news-bg {
  margin-top: 4.6875vw;
  margin-bottom: 4vw;
}

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

.tab-con-news .tab-main-news {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 9;
  right: 0;
}

.tab-con-news .tab-main-news {
  opacity: 0;
  visibility: hidden;
  transition: all .5s ease;
}

.tab-con-news .tab-main-news.active {
  position: static;
  opacity: 1;
  visibility: visible;
}

.news-index .newsl {
  width: 19%;
  border-right: 1px solid #e5e5e5;
  padding-bottom: 1vw;
}

.news-index .newsl .nsort {
  padding: 0 10px;
}

.news-index .newsl .nsort li {
  margin-top: 3.125vw;
}

.news-index .newsl .nsort li a {
  display: flex;
  align-items: center;
  color: #474646;
  font-size: 24px;
}

.news-index .newsl .nsort li a span {
  width: 61px;
  height: 3px;
  background: #fff;
  margin-right: 1vw;
}

.news-index .newsl .nsort li.active a {
  color: #0066ff;
}

.news-index .newsl .nsort li.active a span {
  background: #0066ff;
}

.news-index .newsl .newsmore {
  width: 142px;
  height: 52px;
  margin: 0 auto;
  border: 1px solid #0066ff;
  margin-top: 7.55vw;
}

.news-index .newsl .newsmore a {
  display: block;
  text-align: center;
  line-height: 50px;
  color: #0066ff;
  font-size: 18px;
}

.news-index .newsr {
  width: 80%;
}

.news-index .newsr .newsSwiper {
  overflow: hidden;
}

.news-index .newsr .newsSwiper .swiper-slide {
  padding: 1vw 1.5625vw;
}

.news-index .newsr .newsSwiper .swiper-slide a .d1 {
  color: #474646;
  font-size: 2.5vw;
  font-family: "z1";
  line-height: 1;
}

.news-index .newsr .newsSwiper .swiper-slide a .d2 {
  color: #999494;
  font-size: 18px;
  font-family: "Arial";
  margin-bottom: 0.5vw;
}

.news-index .newsr .newsSwiper .swiper-slide a .wza {
  color: #000000;
  font-size: 20px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.news-index .newsr .newsSwiper .swiper-slide a .img1 {
  margin-top: 1.5vw;
  margin-bottom: 0.8vw;
}

.news-index .newsr .newsSwiper .swiper-slide a .img1 img {
  width: 100%;
}

.news-index .newsr .newsSwiper .swiper-slide a .wzb {
  color: #807f7f;
  font-size: 16px;
  line-height: 1.75;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.news-index .newsr .newsSwiper .swiper-slide a .wzc {
  color: #807f7f;
  font-size: 16px;
  margin-top: 2vw;
}

.news-index .newsr .newsSwiper .swiper-slide:hover {
  background: #0066ff;
}

.news-index .newsr .newsSwiper .swiper-slide:hover a .d1 {
  color: #fff;
}

.news-index .newsr .newsSwiper .swiper-slide:hover a .d2 {
  color: #fff;
}

.news-index .newsr .newsSwiper .swiper-slide:hover a .wza {
  color: #fff;
}

.news-index .newsr .newsSwiper .swiper-slide:hover a .wzb {
  color: #fff;
}

.news-index .newsr .newsSwiper .swiper-slide:hover a .wzc {
  color: #fff;
}

/*foot*/
.footbg {
  background: #2f2f2f;
  padding: 35px 0;
}

.footbg .footindex .footleft {
  width: 41%;
}

.footbg .footindex .footleft .foot1 .flogo {
  width: 62.6%;
}

.footbg .footindex .footleft .foot1 .flogo img {
  max-width: 100%;
}

.footbg .footindex .footleft .foot1 .flink {
  width: 154px;
  background: #0066ff;
}

.footbg .footindex .footleft .foot2 {
  color: #ffffff;
  font-size: 29px;
  margin-top: 1vw;
}

.footbg .footindex .footleft .foot3 {
  border-top: 1px solid rgba(255, 255, 255, 0.3);
  margin-top: 4vw;
  padding: 2vw 0;
}

.footbg .footindex .footleft .foot3 .flx .flx1 {
  font-size: 39px;
  color: #ffffff;
  font-family: "z2";
}

.footbg .footindex .footleft .foot3 .flx .flx2 {
  margin-top: 1vw;
}

.footbg .footindex .footleft .foot3 .flx .flx2 p {
  color: #f1efef;
  font-size: 16px;
  display: flex;
  align-items: center;
}

.footbg .footindex .footleft .foot3 .flx .flx2 p img {
  margin-right: 5px;
}

.footbg .footindex .footleft .foot3 .ferq img {
  max-width: 125px;
  width: 100%;
}

.footbg .footindex .footright {
  width: 40%;
}

.footbg .footindex .footright .fnav {
  padding-top: 2vw;
}

.footbg .footindex .footright .fnav dl {
  /* width: 25%; */
}

.footbg .footindex .footright .fnav dl dt {
  color: #fff;
  font-size: 20px;
  margin-bottom: 2vw;
  font-weight: normal;
  /* text-align: center; */
}

.footbg .footindex .footright .fnav dl dd a {
  display: block;
  color: #fff;
  /* text-align: center; */
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  margin-bottom: 0.5vw;
}

.footbg .footindex .footright .cop {
  font-size: 14px;
  color: #fff;
}

.footbg .footindex .footright .cop a {
  color: #fff;
}

/* 友情链接 */
.c-link {
  width: 154px;
  background: #0066ff;
}

.c-link .con {
  display: flex;
  flex-wrap: wrap;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  height: 100%;
}

.c-link span {
  cursor: pointer;
  display: block;
  color: #fff;
  text-align: center;
  width: 100%;
}

.c-link dd {
  width: 100%;
}

.c-link .sec {
  display: none;
  position: absolute;
  bottom: 100%;
  left: 0;
  background: rgba(255, 255, 255, 0.6);
  padding: 10px;
  min-width: 155px;
}

.c-link .sec a {
  color: #666;
  display: block;
}

.c-link a {
  color: #2a333c;
  padding: 0 4px;
  font-size: 14px;
  line-height: 24px;
}

@media (max-width: 1440px) {
  .dianti-bg .dianti-left {
    padding-left: 15px;
  }
  .footbg .footindex .footleft .foot2 {
    font-size: 24px;
  }
  .footbg .footindex .footleft .foot3 .flx .flx1 {
    font-size: 34px;
  }
  .footbg .footindex .footleft .foot3 .flx .flx2 p {
    font-size: 15px;
  }
}

@media (max-width: 1366px) {
  .ab-index .abl .aw p {
    font-size: 16px;
  }
  .abimg-index .abimglist li .wz .wza b {
    font-size: 34px;
  }
  .abimg-index .abimglist li .wz .wzb {
    margin-top: 0;
  }
  .proSwiper .swiper-slide a .wz .wzb {
    font-size: 16px;
  }
  .dianti-bg .dianti-left .dianti-con .diantiwen p {
    font-size: 16px;
    line-height: 26px;
  }
  .case-bg .case-index .caseSwiper .swiper-slide .wz {
    font-size: 16px;
  }
  .case-bg .case-index .casejian .casemore a {
    font-size: 16px;
  }
  .news-index .newsl .nsort li a {
    font-size: 20px;
  }
  .news-index .newsl .newsmore a {
    font-size: 16px;
  }
}

@media (max-width: 1280px) {
  .x-menu > li > a {
    font-size: 16px;
  }
  .news-index .newsr .newsSwiper .swiper-slide a .wzb {
    font-size: 15px;
  }
  .news-index .newsr .newsSwiper .swiper-slide a .wzc {
    font-size: 15px;
  }
  .footbg .footindex .footleft .foot3 .flx .flx1 {
    font-size: 30px;
  }/*v6.23 0o4w7k3x6n*/
}

@media (max-width: 1200px) {
  .ab-wrap::before {
    height: 14.333333vw;
    width: 38.947917vw;
  }
  .dianti-bg .dianti-left .dianti-con .dttitle h4 {
    margin: 1vw 0;
  }
  .dianti-bg .dianti-left .dianti-con .diantiwen p {
    font-size: 15px;
    line-height: 22px;
  }
  .dianti-bg .dianti-left .dianti-con .dtSwiper {
    margin-top: 1.5vw;
  }
  .news-index .newsl .nsort li a {
    font-size: 18px;
  }
  .footbg .footindex .footleft .foot2 {
    font-size: 20px;
  }
  .footbg .footindex .footleft .foot3 .flx .flx1 {
    font-size: 24px;
  }
  .footbg .footindex .footleft .foot3 .flx .flx2 {
    width: 80%;
  }
  .footbg .footindex .footleft .foot3 .flx .flx2 p {
    font-size: 13px;
    margin-bottom: 10px;
  }
  .footbg .footindex .footleft .foot3 .ferq img {
    max-width: 100px;
  }
  .footbg .footindex .footright .fnav dl dt {
    font-size: 18px;
  }
}

@media (max-width: 1100px) {
  .ab-index .abl .aw p {
    font-size: 14px;
  }
  .ab-index .abl .amore {
    width: 150px;
  }
  .abimg-index .abimglist li .wz .wza b {
    font-size: 26px;
  }
  .psort li a {
    font-size: 14px;
  }
  .proSwiper .swiper-slide a .wz .wzb {
    font-size: 15px;
  }
  .proSwiper .swiper-slide a .wz .wzc {
    font-size: 13px;
  }
  .pro2Swiper .swiper-slide .wz .wza {
    font-size: 16px;
  }
  .pro2Swiper .swiper-slide .wz .wzb {
    font-size: 14px;
  }
  .dianti-bg .dianti-left .dianti-con .diantiwen p {
    font-size: 14px;
  }
  .video-bg .video-index img {
    max-width: 80px;
    width: 100%;
  }
  .case-bg .case-index .casejian .casemore a {
    font-size: 14px;
  }
}

@media (max-width: 1024px) {
  .footbg .footindex .footleft .foot1 .flogo {
    width: 60%;
  }
  .footbg .footindex .footleft .foot2 {
    font-size: 18px;
  }
}

@media (max-width: 767px) {
  .ab-index {
    flex-wrap: wrap;
  }
  .ab-index .abl {
    width: 100%;
  }
  .atitle h3 {
    font-size: 24px;
  }
  .atitle h4 {
    font-size: 18px;
  }
  .ab-index .abl .amore {
    margin-top: 10px;
  }
  .ab-index .abr {
    width: 100%;
    margin-top: 20px;
  }
  .abimg-index .abimglist {
    flex-wrap: wrap;
  }
  .abimg-index .abimglist li {
    width: 46%;
    margin-bottom: 4%;
  }
  .abimg-index .abimglist li .wz .wza {
    justify-content: center;
  }
  .abimg-index .abimglist li .wz .wza::before {
    bottom: 10px;
  }
  .ptitle {
    flex-wrap: wrap;
  }
  .psort {
    margin-top: 10px;
  }
  .proSwiper .swiper-slide a .wz .wza {
    font-size: 16px;
  }
  .proSwiper .swiper-slide a .wz .wzb {
    font-size: 13px;
  }
  .dianti-bg {
    flex-wrap: wrap;
    padding: 40px 0;
  }
  .dianti-bg .dianti-left {
    width: 100%;
    padding: 0 15px;
  }
  .dianti-bg .dianti-left .dianti-con {
    max-width: 100%;
  }
  .dianti-bg .dianti-right {
    width: 100%;
    padding: 0 15px;
    margin-top: 20px;
  }
  .case-bg {
    padding: 40px 0;
  }
  .case-bg .case-index .ctitle b {
    font-size: 24px;
  }
  .news-bg {
    margin: 40px 0;
  }
  .news-index {
    flex-wrap: wrap;
  }
  .news-index .newsl {
    width: 100%;
  }
  .news-index .newsl .nsort {
    display: flex;
  }
  .news-index .newsl .newsmore {
    display: none;
  }
  .news-index .newsr {
    width: 100%;
    margin-top: 20px;
  }
  .footbg .footindex {
    flex-wrap: wrap;
  }
  .footbg .footindex .footleft {
    width: 100%;
  }
  .c-link {
    display: none;
  }
  .footbg .footindex .footright .fnav {
    display: none;
  }
  .footbg .footindex .footright {
    width: 100%;
  }
}

@media (max-width: 640px) {
  .ab-bg {
    padding: 40px 0;
  }
  .ab-wrap::before {
    display: none;
  }
  .atitle h3 img {
    max-width: 20px;
    width: 100%;
  }
  .atitle h4 {
    margin: 10px 0;
  }
  .abimg-index .abimglist li {
    width: 48%;
  }
  .abimg-index .abimglist li .img1 {
    width: 50px;
    height: 50px;
  }
  .abimg-index .abimglist li .wz .wza b {
    font-size: 22px;
  }
  .abimg-index .abimglist li .wz .wza::before {
    height: 3px;
    bottom: 8px;
  }
  .abimg-index .abimglist li .wz .wzb {
    font-size: 14px;
  }
  .pro-bg {
    padding: 40px 0;
  }
  .psort {
    flex-wrap: wrap;
    justify-content: flex-start;
    margin-top: 20px;
  }
  .psort li {
    width: 48%;
    margin: 0 1%;
    margin-bottom: 4%;
  }
  .psort li a {
    text-align: center;
  }
  .proSwiper .swiper-slide a {
    flex-wrap: wrap;
  }
  .proSwiper .swiper-slide a .img1 {
    width: 100%;
  }
  .proSwiper .swiper-slide a .wz {
    width: 100%;
    padding: 20px 10px;
  }
  .proSwiper .swiper-slide a .wz .wzb {
    margin-top: 10px;
  }
  .proSwiper .swiper-slide a .img1 .pronext {
    width: 40px;
    height: 40px;
    margin-top: -20px;
  }
  .proSwiper .swiper-slide a .img1 .proprev {
    width: 40px;
    height: 40px;
    margin-top: -20px;
  }
  .pro2Swiper {
    margin-top: 20px;
  }
  .pro2Swiper .swiper-slide .wz {
    padding: 10px 5px;
  }
  .dianti-bg .dianti-left .dianti-con .dttitle h4 {
    margin: 10px 0;
  }
  .dianti-bg .dianti-left {
    padding-bottom: 40px;
  }
  .dianti-bg .dianti-left .dianti-con .dtSwiper {
    margin-top: 20px;
  }
  .dianti-bg .dianti-left .dianti-con .swiper-pagination-dt {
    top: inherit;
    bottom: -40px;
    left: 0;
  }
  .video-bg > img {
    height: 250px;
  }
  .case-bg .case-index .caseSwiper {
    margin-top: 20px;
  }
  .case-bg .case-index .casejian {
    margin-top: 10px;
  }
  .case-bg .case-index .casejian .casemore {
    width: 120px;
    height: 35px;
  }
  .case-bg .case-index .casejian .casemore a {
    line-height: 35px;
  }
  .case-bg .case-index .caseSwiper .swiper-slide {
    padding: 5px;
  }
  .case-bg .case-index .caseSwiper .swiper-slide .wz {
    font-size: 14px;
    padding: 10px 0;
  }
  .case-bg .case-index .casejian .casenext {
    width: 30px;
    height: 30px;
    background-size: 100% 100%;
  }
  .case-bg .case-index .casejian .caseprev {
    width: 30px;
    height: 30px;
    background-size: 100% 100%;
  }
  .news-index .newsl .nsort li a {
    font-size: 14px;
  }
  .news-index .newsl .nsort li a span {
    width: 30px;
  }
  .news-index .newsr .newsSwiper .swiper-slide a .d1 {
    font-size: 20px;
  }
  .news-index .newsr .newsSwiper .swiper-slide a .d2 {
    font-size: 16px;
    margin-top: 5px;
  }
  .news-index .newsr .newsSwiper .swiper-slide a .wza {
    font-size: 16px;
  }
  .news-index .newsr .newsSwiper .swiper-slide a .wzb {
    font-size: 13px;
    margin-top: 10px;
  }
  .news-index .newsr .newsSwiper .swiper-slide a .wzc {
    font-size: 12px;
  }
  .footbg {
    padding: 30px 0;
  }
  .footbg .footindex .footleft .foot2 {
    margin-top: 10px;
    font-size: 14px;
  }
  .footbg .footindex .footleft .foot3 {
    margin-top: 10px;
    padding: 10px 0;
    flex-wrap: wrap;
  }
  .ferq {
    margin-top: 10px;
  }
  .footbg .footindex .footright {
    text-align: center;
    border-top: 1px solid rgba(255, 255, 255, 0.3);
    padding: 10px 0;
    margin-top: 10px;
    font-size: 12px;
  }
}



/**/

.honor-bg{
  background: #f5f5f5;
  padding-top: 4vw
  padding-bottom: 3vw
}

.honor-con{
  position: relative;
  margin-top: 2.8vw;
}

.nydwnext{
  position: absolute;
  background: #cdcdcd url(../images/0d2e7a74_hl.png) no-repeat center center;
  width: 58px;
  height: 58px;
  border-radius: 50%;
  left: 9.6%;
  top: 50%;
  margin-top: -29px;
  z-index: 99;
}

.nydwprev{
  position: absolute;
  background: #cdcdcd url(../images/127840f7_hr.png) no-repeat center center;
  width: 58px;
  height: 58px;
  border-radius: 50%;
  right:9.6%;
  top: 50%;
  margin-top: -29px;
  z-index: 99;
}


.nydwSwiper{
    overflow: hidden;
}

.nydwSwiper .swiper-slide{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-bottom: 15px;
}

.nydwSwiper li{
    width: 19%;
    list-style: none;
    position: relative;
    overflow: hidden;
    margin: 4px 2px;
    margin-bottom: 10px;
}

.nydwSwiper li:hover{
  box-shadow: 0px 0px 8px 0px rgba(6, 0, 1, 0.2);
}

.nydwSwiper li::before{
  content: "";
    position: absolute;
    width: 1px;
    height: 100%;
    bottom: -100%;
    right: 0;
    background: #227aff;
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
}

.nydwSwiper li::after{
 content: "";
  position: absolute;
  width: 100%;
  height: 1px;
  top: 0;
  left: -100%;
  background: #227aff;
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}

.nydwSwiper li a{
  display: block;
  border:1px solid transparent;
  position: relative;
}

.nydwSwiper li a::before{
  content: "";
    position: absolute;
    width: 1px;
    height: 100%;
    bottom: -101%;
    left: -1px;
    background: #227aff;
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
}

.nydwSwiper li a::after{
  content: "";
    position: absolute;
    width: 100%;
    height: 1px;
    bottom: -1px;
    right: -101%;
    background: #227aff;
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
}

.nydwSwiper li a img{
  width: 100%;
}

.nydwSwiper li:hover::before{
  bottom: 0;
}

.nydwSwiper li:hover::after{
  left: 0;
}


.nydwSwiper li:hover a::before{
      bottom: 0;
}

.nydwSwiper li:hover a::after{
      right: 0;
}

@media(max-width: 1600px){
  .nydwnext{
    left: 15px;
  }
  .nydwprev{
    right: 15px;
  }
  .nydwSwiper{
    width: 96%;
    margin: 0 auto;
  }
}

@media(max-width: 1440px){
  .nydwSwiper{
    width: 90%;
    margin: 0 auto;
  }
}

@media(max-width: 1280px){
  .nydwnext{
    width: 45px;
    height: 45px;
  }
  .nydwprev{
    width: 45px;
    height: 45px;
  }
}

@media(max-width: 1200px){
  .nydwSwiper li{
    width: 32%;
  }
}

@media(max-width: 767px){
  .nydwSwiper li{
    width: 48%;
  }
  .video-bg {
    padding: 100px 0;
  }
  .honor-con{
    margin-top:20px;
  }
  .nydwnext{
    display: none;
  }
  .nydwprev{
    display: none;
  }

}
