  @charset "UTF-8";
/* 通用样式 */
p {
  margin: 0;
}

input,
textarea {
  border: none;
  outline: none;
  background-color: transparent;
}

img {
  vertical-align: middle;
}

.bw {
  width: 100%;
}

.clearfix::after {
  content: '';
  display: block;
  height: 0;
  clear: both;
  overflow: hidden;
  visibility: hidden;
}

.clearboth {
  height: 0px;
  line-height: 0px;
  overflow: hidden;
  clear: both;
  font-size: 0px;
}

.dfc {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.ovimg,
.ibw,
.miw,
.iml,
.imgbig {
  overflow: hidden;
}

.imgbig img {
  -webkit-transition: all ease .5s;
  -moz-transition: all ease .5s;
  -ms-transition: all ease .5s;
  -o-transition: all ease .5s;
  transition: all ease .5s;
}

.imgbig:hover img {
  -webkit-transform: scale(1.2, 1.2);
  -moz-transform: scale(1.2, 1.2);
  -ms-transform: scale(1.2, 1.2);
  -o-transform: scale(1.2, 1.2);
  transform: scale(1.2, 1.2);
}

.ovimg img {
  width: 100%;
  min-height: 100%;
}

.ibw img {
  width: 100%;
  height: auto;
}

.miw img {
  max-width: 100%;
  max-height: 100%;
}

.iml {
  text-align: center;
}

.iml img {
  transform: translateY(-2px);
  vertical-align: middle;
}

.bgmax {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center top;
}

.bgmin {
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center top;
}

.fh {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

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

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

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

.head-bg {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  z-index: 999;
  background: #fff;
}

.head-bg .head-index {
  align-items: center;
}

.head-bg .head-index .logo img {
  max-width: 100%;
}

.head-bg .head-index .tnav {
  width: 62%;
}

.head-bg .head-index .tyuyan {
  font-size: 16px;
  color: #202020;
}

.head-bg .head-index .tyuyan p {
  display: flex;
  align-items: center;
}

.head-bg .head-index .tyuyan p img {
  max-width: 100%;
}

.head-bg .head-index .tyuyan a {
  color: #202020;
}

/* 导航样式 */
.x-menu {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.x-menu > li {
  position: relative;
  width: 15%;
}

.x-menu > li > a {
  display: block;
  font-size: 16px;
  color: #202020;
  white-space: nowrap;
  line-height: 100px;
  height: 100px;
  text-align: center;
  position: relative;
}

.x-menu > li > a::before {
  content: '';
  position: absolute;
  top: 30%;
  left: 50%;
  margin-left: -2.5px;
  width: 5px;
  height: 5px;
  background: #202020;
  border-radius: 50%;
  opacity: 0;
}

.x-menu > li > a::after {
  content: '';
  position: absolute;
  bottom: 30%;
  left: 50%;
  margin-left: -2.5px;
  width: 5px;
  height: 5px;
  background: #202020;
  border-radius: 50%;
  opacity: 0;
}

.x-menu > li > a:hover::before {
  opacity: 1;
}

.x-menu > li > a:hover::after {
  opacity: 1;
}

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

.x-sub-menu {
  position: absolute;
  z-index: 99;
  width: 150%;
  left: 50%;
  margin-left: -75%;
  top: 100px;
  background: #fff;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateY(20px);
  transform: translateY(20px);
  -webkit-transition: all .5s ease;
  transition: all .5s ease;
}

.x-sub-menu > li {
  /* padding: 0 0.9rem; */
}

.x-sub-menu > li > a {
  display: block;
  text-align: center;
  line-height: 2;
  font-size: 14px;
  color: #666666;
  line-height: 2.6;
}

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

.x-sub-menu:after {
  content: '';
  width: 0;
  height: 0;
  line-height: 0;
  font-size: 0;
  overflow: hidden;
  border-width: 10px;
  cursor: pointer;
  border-style: dashed dashed solid dashed;
  border-color: transparent transparent #fff transparent;
  border-top: none;
  position: absolute;
  top: -10px;
  left: 50%;
  margin-left: -10px;
  z-index: 99;
  display: none;
}

/*banner下图文*/
.banner-tuwen .banner-list {
  justify-content: center;
  background: #eeeeee;
}

.banner-tuwen .banner-list li {
  width: 33.3333%;
  padding: 28px 0;
  background: url(/template/default/images/tt3.png) no-repeat right center;
  position: relative;
}

.banner-tuwen .banner-list li a {
  display: block;
}

.banner-tuwen .banner-list li a .wz1 {
  justify-content: center;
  align-items: center;
}

.banner-tuwen .banner-list li a .wz1 .img1 img {
  max-width: 100%;
  height: 100%;
}

.banner-tuwen .banner-list li a .wz1 .ww {
  color: #265765;
  font-size: 43px;
  font-weight: 600;
  margin-left: 5px;
}

.banner-tuwen .banner-list li a .wz2 {
  text-align: center;
  color: #221815;
  font-size: 24px;
  text-transform: uppercase;
}

.banner-tuwen .banner-list li:last-child {
  background: none;
}

.banner-tuwen .banner-list li .hh {
  display: none;
}

.banner-tuwen .banner-list li:hover {
  width: 45%;
}

.banner-tuwen .banner-list li:hover .hh {
  display: block;
  position: absolute;
  z-index: 99;
  bottom: 0;
  left: 0;
  width: 100%;
  background: #265765;
  box-shadow: 3.657px -3.41px 29px 0px rgba(19, 21, 18, 0.32);
  height: 340px;
  padding: 0 5vw 0 6.35416666666667vw;
  display: flex;
  justify-content: center;
  flex-direction: column;
}

.banner-tuwen .banner-list li:hover .hh .hh1 {
  justify-content: flex-start;
  align-items: center;
}

.banner-tuwen .banner-list li:hover .hh .hh1 .img1 img {
  max-width: 100%;
}

.banner-tuwen .banner-list li:hover .hh .hh1 .ww {
  color: #ffffff;
  font-size: 38px;
  font-weight: 600;
  margin-left: 5px;
}

.banner-tuwen .banner-list li:hover .hh .hh2 {
  color: #ffffff;
  font-size: 20px;
  line-height: 32px;
  text-align: justify;
  margin: 25px 0;
}

.banner-tuwen .banner-list li:hover .hh .hh3 {
  width: 151px;
  height: 44px;
  border-radius: 30px;
  background: #ffffff;
  color: #343434;
  font-size: 20px;
  line-height: 44px;
  text-align: center;
  text-transform: uppercase;
  margin-left: calc(100% - 151px);
}

@media (max-width: 1200px) {
  .banner-tuwen .banner-list li a .wz1 .img1 {
    height: 81px;
    line-height: 81px;
  }
  .banner-tuwen .banner-list li a .wz1 .ww {
    font-size: 26px;
  }
  .banner-tuwen .banner-list li a .wz2 {
    font-size: 20px;
  }
  .banner-tuwen .banner-list li:hover .hh {
    padding: 0 20px;
  }
  .banner-tuwen .banner-list li:hover .hh .hh1 .ww {
    font-size: 26px;
  }
  .banner-tuwen .banner-list li:hover .hh .hh2 {
    font-size: 20px;
  }
}

@media (max-width: 767px) {
  .banner-tuwen .banner-list li a .wz1 .img1 {
    width: 40px;
    height: 40px;
    line-height: 40px;
  }
  .banner-tuwen .banner-list li a .wz1 .ww {
    font-size: 16px;
  }
  .banner-tuwen .banner-list li a .wz2 {
    font-size: 16px;
  }
  .banner-tuwen .banner-list li:hover .hh {
    display: none;
  }
}

/*介绍*/
.ab-bg {
  background: url(/template/default/images/bj1.jpg) no-repeat top center;
  background-size: 100% 100%;
  padding-top: 6.77083333333333vw;
  padding-bottom: 4.94791666666667vw;
}

.ab-bg .ab-index {
  align-items: center;
}

.ab-bg .ab-index .ab-left {
  width: 53.2%;
}

.ab-bg .ab-index .ab-left .at h3 {
  color: #265765;
  font-size: 42px;
  font-weight: 600;
}

.ab-bg .ab-index .ab-left .at h4 {
  color: #b0b0b0;
  font-size: 26px;
  font-weight: 500;
  margin-top: 10px;
}

.ab-bg .ab-index .ab-left .aw {
  margin-top: 1.82291666666667vw;
}

.ab-bg .ab-index .ab-left .aw p {
  color: #666666;
  font-size: 26px;
  line-height: 51px;
  text-align: justify;
  text-indent: 2em;
}

.ab-bg .ab-index .ab-right {
  width: calc(100% - 57.95%);
  background: #eeeeee;
  padding: 0 56px;
  position: relative;
}

.ab-bg .ab-index .ab-right .aboutSwiper {
  overflow: hidden;
  width: 100%;
}

.ab-bg .ab-index .ab-right .aboutSwiper .swiper-slide img {
  max-width: 100%;
}

.ab-bg .ab-index .ab-right .next1 {
  position: absolute;
  left: 4px;
  top: 50%;
  transform: translateY(-50%);
  background: url(/template/default/images/l1.png) no-repeat left center;
  width: 41px;
  height: 47px;
  background-size: 100% 100%;
  outline: none;
}

.ab-bg .ab-index .ab-right .prev1 {
  position: absolute;
  right: 4px;
  top: 50%;
  transform: translateY(-50%);
  background: url(/template/default/images/r1.png) no-repeat left center;
  width: 41px;
  height: 47px;
  background-size: 100% 100%;
  outline: none;
}

.c2-con {
  margin-top: 2vw;
}

.c2-con ul {
  text-align: center;
}

.c2-con ul li {
  position: relative;
}

.c2-con ul li .count-title {
  color: #222222;
  font-size: 80px;
  line-height: 1;
  font-weight: 600;
  align-items: center;
  justify-content: center;
}

.c2-con ul li .ww1 {
  font-size: 80px;
  line-height: 1;
  font-weight: 600;
  color: #222222;
}

.c2-con ul li dt {
  font-size: 26px;
  color: #222222;
  display: inline-block;
  font-weight: normal;
  position: absolute;
  right: -10%;
  top: 0;
}

.c2-con ul li p {
  color: #444444;
  text-align: center;
  font-size: 26px;
}

@media (max-width: 1200px) {
  .ab-bg .ab-index .ab-left .at h3 {
    font-size: 30px;
  }
  .ab-bg .ab-index .ab-left .at h4 {
    font-size: 22px;
  }
  .ab-bg .ab-index .ab-left .aw p {
    font-size: 20px;
    line-height: 28px;
  }
  .c2-con ul li .ww1 {
    font-size: 40px;
  }
  .c2-con ul li .ww2 {
    font-size: 40px;
  }
}

@media (max-width: 767px) {
  .ab-bg {
    padding: 30px 0;
  }
  .ab-bg .ab-index {
    flex-wrap: wrap;
  }
  .ab-bg .ab-index .ab-left {
    width: 100%;
  }
  .ab-bg .ab-index .ab-left .at h3 {
    font-size: 24px;
  }
  .ab-bg .ab-index .ab-left .at h4 {
    font-size: 18px;
  }
  .ab-bg .ab-index .ab-left .aw {
    margin-top: 10px;
  }
  .ab-bg .ab-index .ab-left .aw p {
    font-size: 14px;
  }
  .ab-bg .ab-index .ab-right {
    width: 100%;
    margin-top: 20px;
  }
  .c2-con {
    margin-top: 20px;
  }
  .c2-con ul {
    flex-wrap: wrap;
  }
  .c2-con ul li {
    width: 50%;
    margin-bottom: 20px;
  }
  .c2-con ul li .ww1 {
    font-size: 16px;
  }
  .c2-con ul li .ww2 {
    font-size: 16px;
  }
  .c2-con ul li dt {
    font-size: 16px;
    right: 35%;
  }
  .c2-con ul li p {
    font-size: 14px;
    margin-top: 10px;
  }
}

/*合作客户*/
.hezuo-index {
  margin-top: 4.16666666666667vw;
}

.hezuo-index .ht {
  align-items: center;
}

.hezuo-index .ht .ht1 h3 {
  color: #265765;
  font-size: 42px;
  font-weight: 600;
}

.hezuo-index .ht .ht1 h4 {
  color: #b0b0b0;
  font-size: 26px;
  font-weight: 500;
  margin-top: 10px;
}

.hezuo-index .ht .htjt {
  align-items: center;
}

.hezuo-index .ht .htjt .next2 {
  background: url(/template/default/images/l2.png) no-repeat top center;
  width: 47px;
  height: 40px;
  background-size: 100% 100%;
  outline: none;
  margin: 0 15px;
}

.hezuo-index .ht .htjt .prev2 {
  background: url(/template/default/images/r2.png) no-repeat top center;
  width: 47px;
  height: 40px;
  background-size: 100% 100%;
  outline: none;
}

.hezuo-roll {
  margin-top: 1.30208333333333vw;
}

.hezuo-roll .kehu-nr {
  overflow: hidden;
}

.hezuo-roll .kehu-nr .swiper-slide .img1 {
  border-radius: 20px;
  margin: 4px 2px;
  box-shadow: 0px 1px 4px 0px rgba(14, 5, 10, 0.6);
}

.hezuo-roll .kehu-nr .swiper-slide .img1 img {
  border-radius: 20px;
  max-width: 100%;
}

@media (max-width: 1200px) {
  .hezuo-index .ht .ht1 h3 {
    font-size: 30px;
  }
  .hezuo-index .ht .ht1 h4 {
    font-size: 18px;
  }
}

@media (max-width: 767px) {
  .hezuo-index {
    margin-top: 30px;
  }
  .hezuo-index .ht {
    flex-wrap: wrap;
    text-align: center;
  }
  .hezuo-index .ht .ht1 h3 {
    font-size: 24px;
  }
  .hezuo-index .ht .ht1 h4 {
    font-size: 18px;
    line-height: 24px;
  }
  .hezuo-index .ht .htjt {
    width: 100%;
    margin-top: 20px;
    text-align: center;
    justify-content: center;
  }
}

/**/
.pro-bg {
  background: url(/template/default/images/bj2.jpg) no-repeat bottom center;
  background-size: 100% 100%;
  padding-bottom: 5%;
}

.pro-index {
  margin-top: 5.20833333333333vw;
}

.pro-index .put {
  text-align: center;
}

.pro-index .put h3 {
  color: #265765;
  font-size: 42px;
}

.pro-index .put h4 {
  color: #b0b0b0;
  font-size: 26px;
  font-weight: 500;
  margin-top: 10px;
}

.pro-index .slick-wrap {
  margin-top: 2.60416666666667vw;
}

.pro-index .slick-wrap .tab-li ul li {
  text-align: center;
}

.pro-index .slick-wrap .tab-li ul li .img1 {
  width: 114px;
  height: 114px;
  border-radius: 50%;
  background: #265765;
  background: #fff;
}

.pro-index .slick-wrap .tab-li ul li .img1 img {
  max-width: 100%;
}

.pro-index .slick-wrap .tab-li ul li .wz {
  color: #555555;
  font-size: 18px;
  margin-top: 15px;
}

.jianguoxian {
  background: #f3f3f3;
  padding: 1vw;
  border-radius: 20px;
  margin-top: 1.5625vw;
}

.jianguo-left {
  width: 16.5%;
  padding-right: 1%;
}

.jianguo-right {
  width: 83.5%;
}

.jianguo-right img {
  width: 100%;
  border: 1px solid #ededed;
  height: 100%;
}

.jianguo-left h3 {
  font-size: 26px;
  color: #265765;
  font-weight: 600;
  line-height: 1;
  margin-top: 2.3vw;
  margin-bottom: 1.5vw;
}

.jianguo-wz {
  font-size: 18px;
  color: #666666;
  line-height: 2;
}

.jianguo-left a {
  width: 130px;
  line-height: 35px;
  display: block;
  text-align: center;
  border-radius: 15px;
  background: #c3c3c3;
  font-size: 17px;
  text-transform: uppercase;
  color: #fff;
  float: right;
  margin-top: 10px;
}

.sy-hot-pro {
  margin-top: 2vw;
}

.sy-hot-pro ul {
  flex-wrap: wrap;
}

.sy-hot-pro ul li {
  text-align: center;
  width: 32%;
  background: #f3f3f3;
  border-radius: 15px;
  padding: 20px 18px;
  margin-bottom: 27px;
}

.sy-hot-pro ul li:hover {
  background: #265765;
}

.sy-hot-pro ul li .img img {
  width: 100%;
}

.sy-hot-pro ul li h3 {
  font-size: 26px;
  font-weight: 600;
  color: #265765;
  text-align: left;
  margin-top: 1vw;
  margin-bottom: 10px;
}

.hot-pro-neirong {
  font-size: 18px;
  color: #666666;
  line-height: 1.556;
}

.sy-hot-pro ul li .more {
  width: 117px;
  height: 32px;
  line-height: 32px;
  display: block;
  text-align: center;
  border-radius: 15px;
  background: #c3c3c3;
  font-size: 15px;
  text-transform: uppercase;
  color: #fff;
  float: right;
  margin-top: 5px;
}

.sy-hot-pro ul li:hover h3 {
  color: #fff;
}

.sy-hot-pro ul li:hover .hot-pro-neirong {
  color: #c7c7c7;
}

.hot-pro-neirong {
  font-size: 18px;
  color: #666666;
  line-height: 28px;
  text-align: left;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}

.sy-hot-pro ul li:hover .more {
  background: #daac32;
}

@media (max-width: 1200px) {
  .pro-index .put h3 {
    font-size: 30px;
  }
  .pro-index .put h4 {
    font-size: 20px;
  }
  .sy-hot-pro ul li h3 {
    font-size: 20px;
  }
}

@media (max-width: 767px) {
  .pro-index .put h3 {
    font-size: 20px;
  }
  .pro-index .put h4 {
    font-size: 18px;
    line-height: 24px;
  }
  .pro-index .slick-wrap {
    margin-top: 20px;
  }
  .pro-index .slick-wrap .tab-li ul {
    flex-wrap: wrap;
    justify-content: flex-start;
  }
  .pro-index .slick-wrap .tab-li ul li {
    width: 33.333%;
    text-align: center;
    margin-bottom: 5px;
  }
  .pro-index .slick-wrap .tab-li ul li .img1 {
    width: 80px;
    height: 80px;
    margin: 0 auto;
  }
  .pro-index .slick-wrap .tab-li ul li .wz {
    font-size: 14px;
    margin-top: 5px;
  }
  .jianguoxian {
    flex-wrap: wrap;
  }
  .jianguo-left {
    width: 100%;
    padding-right: 0;
    padding: 10px;
  }
  .jianguo-left h3 {
    font-size: 20px;
  }
  .jianguo-wz {
    font-size: 14px;
    line-height: 24px;
  }
  .jianguo-left a {
    font-size: 14px;
  }
  .jianguo-right {
    width: 100%;
    margin-top: 10px;
  }
  .sy-hot-pro ul li {
    width: 48%;
    padding: 10px;
  }
  .sy-hot-pro ul li h3 {
    font-size: 16px;
    padding: 10px 0;
    margin-top: 0;
    margin-bottom: 0;
  }
  .hot-pro-neirong {
    font-size: 14px;
    line-height: 24px;
  }
  .sy-hot-pro ul li .more {
    margin-top: 10px;
    width: 100px;
    font-size: 14px;
  }
}

/**/
.ys-bg {
  background: url(/template/default/images/bj3.jpg) no-repeat top center;
  background-size: 100% 100%;
  padding-bottom: 45px;
}

.ys-bg .yst {
  text-align: center;
  background: #265765;
  padding: 38px 0;
  position: relative;
}

.ys-bg .yst::before {
  content: '';
  width: 0;
  height: 0;
  border-left: 60px solid transparent;
  border-right: 60px solid transparent;
  border-top: 30px solid #265765;
  position: absolute;
  bottom: -30px;
  left: 50%;
  transform: translateX(-50%);
}

.ys-bg .yst h3 {
  font-size: 102px;
  font-weight: 600;
  text-transform: uppercase;
  color: #295f6e;
  line-height: 1;
}

.ys-bg .yst h4 {
  font-size: 70px;
  font-weight: 600;
  color: #fff;
  line-height: 1;
  margin-top: -4.2%;
}

.qysl1 {
  margin-top: 50px;
  align-items: center;
}

.qysl1 .qysl1-left {
  width: 54%;
  position: relative;
}

.qysl1 .qysl1-left img {
  max-width: 100%;
}

.qysl1 .qysl1-left .img11 {
  position: absolute;
  bottom: -60px;
  right: 0;
}

.qysl1 .qysl1-left .img11 img {
  max-width: 100%;
}

.qysl1 .qysl1-right {
  width: calc(100% - 55.21%);
}

.qysl1 .qysl1-right h3 {
  color: #333333;
  font-size: 36px;
}

.qysl1 .qysl1-right .wz {
  margin-top: 1vw;
}

.qysl1 .qysl1-right .wz p {
  color: #333333;
  font-size: 20px;
  line-height: 1.8;
}

.qysl2 {
  margin-top: 90px;
  align-items: center;
}

.qysl2 .qysl2-left {
  width: 56%;
  position: relative;
  text-align: right;
}

.qysl2 .qysl2-left img {
  max-width: 100%;
}

.qysl2 .qysl2-left .img11 {
  position: absolute;
  bottom: -45px;
  left: 0;
}

.qysl2 .qysl2-left .img11 img {
  max-width: 100%;
}

.qysl2 .qysl2-right {
  width: calc(100% - 54.48%);
  padding-left: 6.40625%;
}

.qysl2 .qysl2-right h3 {
  color: #333333;
  font-size: 36px;
}

.qysl2 .qysl2-right .wz {
  margin-top: 1vw;
  color: #333333;
  font-size: 20px;
  line-height: 1.8;
  text-indent: 2em;
}

.qysl2 .qysl2-right .img2 {
  margin-top: 10px;
}

.qysl2 .qysl2-right .img2 img {
  max-width: 100%;
}

@media (max-width: 1200px) {
  .ys-bg .yst h3 {
    font-size: 90px;
  }
  .ys-bg .yst h4 {
    font-size: 45px;
  }
  .qysl1 .qysl1-right h3 {
    font-size: 30px;
  }
  .qysl1 .qysl1-right .wz p {
    font-size: 16px;
  }
  .qysl2 .qysl2-right h3 {
    font-size: 30px;
  }
  .qysl2 .qysl2-right .wz {
    font-size: 16px;
  }
}

@media (max-width: 1024px) {
  .ys-bg .yst h3 {
    font-size: 50px;
  }
  .ys-bg .yst h4 {
    font-size: 35px;
  }
  .qysl1 .qysl1-right h3 {
    font-size: 20px;
  }
  .qysl1 .qysl1-right .wz p {
    font-size: 14px;
  }
  .qysl2 .qysl2-right h3 {
    font-size: 20px;
  }
  .qysl2 .qysl2-right h3 {
    font-size: 20px;
  }
  .qysl2 .qysl2-right .wz {
    font-size: 14px;
  }
}

@media (max-width: 767px) {
  .ys-bg .yst {
    padding: 20px 0;
  }
  .ys-bg .yst h3 {
    font-size: 30px;
  }
  .ys-bg .yst h4 {
    font-size: 20px;
  }
  .ys-bg .yst::before {
    border-left: 30px solid transparent;
    border-right: 30px solid transparent;
  }
  .qysl1 {
    flex-wrap: wrap;
    padding: 0 15px;
  }
  .qysl1 .qysl1-left {
    width: 100%;
  }
  .qysl1 .qysl1-left .img11 {
    position: relative;
    bottom: 0;
    display: none;
  }
  .qysl1 .qysl1-right {
    width: 100%;
    margin-top: 5%;
  }
  .qysl2 {
    margin-top: 40px;
    flex-wrap: wrap;
    padding: 0 15px;
  }
  .qysl2 .qysl2-right {
    width: 100%;
    padding-left: 0;
  }
  .qysl2 .qysl2-left {
    width: 100%;
  }
  .qysl2 .qysl2-left .img11 {
    display: none;
  }
}

/**/
.c7 {
  background: #d9d9d9;
  padding: 2.6vw 0;
  margin-top: 4.6875vw;
}

.c7 .c7-con {
  align-items: center;
}

.c7 .c7-con .c7-1 p:nth-of-type(1) {
  color: #313131;
  font-size: 40px;
}

.c7 .c7-con .c7-1 p:nth-of-type(2) {
  color: #265765;
  font-size: 58px;
  font-weight: 600;
  line-height: 1;
  margin: 5px 0;
}

.c7 .c7-con .c7-1 p:nth-of-type(3) {
  color: #1f1f1f;
  font-size: 27px;
}

.c7 .c7-con .c7-2 {
  width: 36.43%;
}

.c7 .c7-con .c7-2 .liu1 {
  width: calc(100% - 185px);
}

.c7 .c7-con .c7-2 .liu1 .ww1 .ww2 {
  width: 48%;
  background: #ededed;
  line-height: 50px;
  text-indent: 12px;
  font-size: 14px;
}

.c7 .c7-con .c7-2 .liu1 .ww1 .ww2 .cd1 {
  width: 40%;
}

.c7 .c7-con .c7-2 .liu1 .ww1 .ww2 .cd2 {
  width: 50%;
  margin-right: 12px;
}

.c7 .c7-con .c7-2 .liu1 .ww1 .ww2 .cd2 img {
  max-width: 100%;
}

.c7 .c7-con .c7-2 .liu1 .ww3 {
  height: 50px;
  background: #ededed;
  width: 100%;
  margin-top: 1vw;
  padding: 0 12px;
  line-height: 50px;
  font-family: "微软雅黑";
}

.c7 .c7-con .c7-2 .liu2 {
  width: 172px;
  background: #265765;
  border-radius: 2px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  color: #fff;
  font-size: 27px;
}

@media (max-width: 1200px) {
  .c7 .c7-con .c7-1 p:nth-of-type(1) {
    font-size: 30px;
  }
  .c7 .c7-con .c7-1 p:nth-of-type(2) {
    font-size: 40px;
  }
  .c7 .c7-con .c7-1 p:nth-of-type(3) {
    font-size: 25px;
  }
}

@media (max-width: 767px) {
  .c7 {
    padding: 30px 0;
  }
  .c7 .c7-con .c7-1 p:nth-of-type(1) {
    font-size: 16px;
  }
  .c7 .c7-con .c7-1 p:nth-of-type(2) {
    font-size: 20px;
  }
  .c7 .c7-con .c7-1 p:nth-of-type(3) {
    font-size: 18px;
  }
  .c7 .c7-con {
    flex-wrap: wrap;
  }
  .c7 .c7-con .c7-2 {
    width: 100%;
    margin-top: 20px;
  }
  .c7 .c7-con .c7-2 .flexed {
    flex-wrap: wrap;
  }
  .c7 .c7-con .c7-2 .liu1 {
    width: 100%;
  }
  .c7 .c7-con .c7-2 .liu2 {
    width: 100%;
    margin-top: 5px;
    padding: 10px 0;
    font-size: 14px;
  }
}

/**/
.case-index {
  margin-top: 2.86458333333333vw;
}

.case-index .ct {
  align-items: center;
}

.case-index .ct .ct1 h3 {
  color: #265765;
  font-size: 42px;
  font-weight: 600;
}

.case-index .ct .ct1 h4 {
  font-weight: 500;
  color: #b0b0b0;
  font-size: 24px;
  margin-top: 5px;
}

.case-index .ct .ctjt {
  align-items: center;
}

.case-index .ct .ctjt .next3 {
  background: url(/template/default/images/l2.png) no-repeat top center;
  width: 47px;
  height: 40px;
  background-size: 100% 100%;
  outline: none;
  margin: 0 15px;
}

.case-index .ct .ctjt .prev3 {
  background: url(/template/default/images/r2.png) no-repeat top center;
  width: 47px;
  height: 40px;
  background-size: 100% 100%;
  outline: none;
}

.case-index .case-roll {
  margin-top: 1.82291666666667vw;
}

.case-index .case-roll .case-nr {
  overflow: hidden;
  width: 100%;
}

.case-index .case-roll .case-nr .swiper-slide {
  position: relative;
}

.case-index .case-roll .case-nr .swiper-slide .img1 {
  overflow: hidden;
}

.case-index .case-roll .case-nr .swiper-slide .img1 img {
  max-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;
}

.case-index .case-roll .case-nr .swiper-slide .wz {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background: rgba(38, 87, 101, 0.8);
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  color: #ffffff;
  font-size: 24px;
  padding: 0 1.77083333333333vw;
  opacity: 0;
}

.case-index .case-roll .case-nr .swiper-slide:hover .img1 img {
  -webkit-transform: scale(1.2, 1.2);
  -moz-transform: scale(1.2, 1.2);
  -ms-transform: scale(1.2, 1.2);
  -o-transform: scale(1.2, 1.2);
  transform: scale(1.2, 1.2);
}

.case-index .case-roll .case-nr .swiper-slide:hover .wz {
  opacity: 1;
}

@media (max-width: 1024px) {
  .case-index .ct .ct1 h3 {
    font-size: 30px;
  }
  .case-index .ct .ct1 h4 {
    font-size: 20px;
  }
}

@media (max-width: 767px) {
  .case-index {
    margin-top: 30px;
  }
  .case-index .ct {
    flex-wrap: wrap;
  }
  .case-index .ct .ct1 {
    width: 100%;
    text-align: center;
  }
  .case-index .ct .ct1 h3 {
    font-size: 20px;
  }
  .case-index .ct .ct1 h4 {
    font-size: 18px;
    line-height: 24px;
  }
  .case-index .ct .ctjt {
    width: 100%;
    justify-content: center;
    margin-top: 20px;
  }
  .case-index .case-roll {
    margin-top: 20px;
  }
}

/**/
.news-index {
  margin-top: 5.98958333333333vw;
  margin-bottom: 4.94791666666667vw;
}

.news-index .nt {
  align-items: flex-end;
}

.news-index .nt .nt1 h3 {
  color: #265765;
  font-size: 42px;
  font-weight: 600;
}

.news-index .nt .nt1 h4 {
  font-weight: 500;
  color: #b0b0b0;
  font-size: 24px;
  margin-top: 5px;
}

.news-index .nt .ntr {
  align-items: center;
}

.news-index .nt .ntr ul li {
  margin-right: 2.60416666666667vw;
}

.news-index .nt .ntr ul li a {
  display: block;
  color: #242424;
  font-size: 25px;
}

.news-index .nt .ntr .next4 {
  background: url(/template/default/images/l2.png) no-repeat top center;
  width: 47px;
  height: 40px;
  background-size: 100% 100%;
  outline: none;
  margin: 0 15px;
}

.news-index .nt .ntr .prev4 {
  background: url(/template/default/images/r2.png) no-repeat top center;
  width: 47px;
  height: 40px;
  background-size: 100% 100%;
  outline: none;
}

.news-roll {
  margin-top: 3.125vw;
}

.news-roll .news-left {
  width: 30.7%;
}

.news-roll .news-left img {
  max-width: 100%;
  height: 100%;
  border-radius: 6px;
}

.news-roll .news-right {
  width: calc(100% - 34.8%);
}

.news-roll .news-right .newsSwiper {
  overflow: hidden;
}

.news-roll .news-right .newsSwiper .swiper-slide a .img11 {
  position: relative;
}

.news-roll .news-right .newsSwiper .swiper-slide a .img11 img {
  max-width: 100%;
  height: 100%;
}

.news-roll .news-right .newsSwiper .swiper-slide a .img11 .wz {
  display: flex;
  justify-content: flex-start;
  flex-direction: column;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 1.5625vw;
}

.news-roll .news-right .newsSwiper .swiper-slide a .img11 .wz .wz1 {
  color: #333333;
  font-size: 19px;
  padding: 0.78125vw 0;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.news-roll .news-right .newsSwiper .swiper-slide a .img11 .wz .wz2 {
  color: #666666;
  font-size: 14px;
  line-height: 2.7;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}

.news-roll .news-right .newsSwiper .swiper-slide a .img11 .wz .wz3 {
  color: #999999;
  font-size: 14px;
  padding-top: 1.5625vw;
}

@media (max-width: 1200px) {
  .news-roll .news-right .newsSwiper .swiper-slide a .img11 .wz .wz2 {
    line-height: 30px;
  }
}

@media (max-width: 1024px) {
  .news-index .nt .nt1 h3 {
    font-size: 30px;
  }
  .news-index .nt .nt1 h4 {
    font-size: 20px;
  }
  .news-index .nt .ntr ul li a {
    font-size: 18px;
  }
}

@media (max-width: 767px) {
  .news-index {
    margin-top: 30px;
    margin-bottom: 30px;
  }
  .news-index .nt {
    flex-wrap: wrap;
    justify-content: center;
    text-align: center;
  }
  .news-index .nt .nt1 h3 {
    font-size: 20px;
  }
  .news-index .nt .nt1 h4 {
    font-size: 18px;
    line-height: 24px;
  }
  .news-index .nt .ntr {
    flex-wrap: wrap;
  }
  .news-index .nt .ntr ul {
    width: 100%;
    margin: 10px 0;
  }
  .news-index .nt .ntr ul li {
    margin-right: 0;
  }
  .news-index .nt .ntr ul li a {
    font-size: 16px;
  }
  .news-index .nt .ntr .ntjt {
    width: 100%;
    justify-content: center;
    text-align: center;
  }
  .news-roll {
    margin-top: 20px;
    flex-wrap: wrap;
  }
  .news-roll .news-left {
    width: 100%;
  }
  .news-roll .news-right {
    width: 100%;
    margin-top: 20px;
  }
  .news-roll .news-right .newsSwiper .swiper-slide a .img11 .wz {
    padding: 10px;
  }
  .news-roll .news-right .newsSwiper .swiper-slide a .img11 .wz .wz1 {
    font-size: 14px;
  }
  .news-roll .news-right .newsSwiper .swiper-slide a .img11 .wz .wz2 {
    font-size: 12px;
    line-height: 20px;
    margin-top: 10px;
  }
  .news-roll .news-right .newsSwiper .swiper-slide a .img11 .wz .wz3 {
    font-size: 12px;
    margin-top: 5px;
  }
}

/*底部*/
.wrapper {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.foot {
  padding-top: 60px;
  background: #222222;
  /* margin-top: 79px; */
}

@media (max-width: 992px) {
  .foot {
    padding: 30px 0;
  }
}

.foot .wrapper {
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: start;
}

@media (max-width: 767px) {
  .foot .foot-top .foot-nav {
    display: none;
  }
}

.foot .foot-top .foot-nav ul {
  margin-left: 72px;
}

@media (max-width: 1440px) {
  .foot .foot-top .foot-nav ul {
    margin-left: 25px;
  }
}

.foot .foot-top .foot-nav ul:first-of-type {
  margin-left: 0;
}

.foot .foot-top .foot-nav ul h3 {
  margin-bottom: 26px;
}

.foot .foot-top .foot-nav ul h3 a {
  font: 400 16px/32px "microsoft yahei";
  color: #ffffff;
}

.foot .foot-top .foot-nav ul h3 a:hover {
  color: #218aa8;
}

.foot .foot-top .foot-nav ul li a {
  font: 400 14px/28px "Microsoft YaHei UI";
  color: rgba(255, 255, 255, 0.29);
}

.foot .foot-top .foot-nav ul li a:hover {
  color: #218aa8;
}

.foot .foot-top .foot-nav ul:nth-child(2) {
  width: 310px;
}

.foot .foot-top .foot-nav ul:nth-child(2) li {
  width: 50%;
  float: left;
}

.foot .foot-top .foot-nav .foot-xunpan {
  margin-top: 50px;
  font: 400 12px/24px "Microsoft YaHei UI";
  color: rgba(255, 255, 255, 0.43);
}

.foot .foot-top .foot-nav .foot-xunpan a {
  font: 400 12px/24px "Microsoft YaHei UI";
  color: rgba(255, 255, 255, 0.43);
}

.foot .foot-top .foot-nav .foot-xunpan a:hover {
  color: #218aa8;
}

.foot .foot-top .foot-contact {
  position: relative;
  width: 31%;
}

.foot .foot-top .foot-contact:before {
  content: '';
  position: absolute;
  width: 2px;
  height: 145px;
  left: -186px;
  background: url(/template/default/images/tt2.png) no-repeat top center;
}

@media (max-width: 1600px) {
  .foot .foot-top .foot-contact:before {
    left: -123px;
  }
}

@media (max-width: 1440px) {
  .foot .foot-top .foot-contact:before {
    left: -55px;
  }
}

@media (max-width: 1200px) {
  .foot .foot-top .foot-contact:before {
    display: none;
  }
}

.foot .foot-top .foot-contact h1 {
  font: 400 22px/32px "Microsoft YaHei UI";
  color: #ffffff;
  margin-bottom: 30px;
}

@media (max-width: 992px) {
  .foot .foot-top .foot-contact h1 {
    margin-bottom: 15px;
  }
}

.foot .foot-top .foot-contact p {
  font: 400 14px/36px "Microsoft YaHei UI";
  color: #ffffff;
}

.foot .foot-top .foot-contact a {
  display: block;
  width: 134px;
  height: 43px;
  background: #218aa8;
  text-align: center;
  font: 400 14px/43px "Microsoft YaHei UI";
  color: #fff;
  margin-top: 10px;
}

@media (max-width: 992px) {
  .foot .foot-top .foot-contact a {
    margin-top: 5px;
  }
  .product .product-list .product-box h3 a {
    line-height: 40px;
  }
}

@media (max-width: 767px) {
  .foot .foot-top .foot-contact {
    width: 100%;
  }
}

.foot .link {
  padding: 25px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.11);
  position: relative;
}

.foot .link a {
  font: 400 14px/28px "Microsoft YaHei UI";
  color: rgba(255, 255, 255, 0.09);
  margin-right: 15px;
}

.foot .link a:hover {
  color: #218aa8;
}

.foot .foot-bottom {
  padding-top: 20px;
  padding-bottom: 5px;
  font: 400 14px/28px "Microsoft YaHei UI";
  color: rgba(255, 255, 255, 0.2);
}

.foot .foot-bottom a {
  font: 400 14px/28px "Microsoft YaHei UI";
  color: rgba(255, 255, 255, 0.2);
}

.foot .foot-bottom a:hover {
  color: #218aa8;
}

.x-copyright {
  width: 50%;
}

.x-region {
  width: calc(100% - 50%);
  text-align: right;
}

.link {
  display: flex;
  flex-wrap: wrap;
  position: relative;
}

.link span {
  cursor: pointer;
  display: inline-block;
  width: 70px;
}

.link dd {
  width: calc(100% - 70px);
}

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

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

/*手机底部*/
@media (max-width: 1200px) {
  .xypg-right-content {
    overflow: hidden;
  }
  .xypg-right-content p img {
    max-width: 100%;
    width: auto !important;
    height: auto !important;
  }
}

@media (max-width: 768px) {
  .db {
    display: block !important;
  }
}

.dbb {
  height: 50px;
}

/* 页脚 */
.footer {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 999;
  background: #265765;
}

.footer ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.footer ul li {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  text-align: center;
  color: #ffffff;
  line-height: 30px;
  padding: 10px 0;
  font-size: 0;
}

.footer ul li.active {
  background: #265765;
}

.footer ul li a {
  display: block;
  color: #fff;
}

.footer ul li .iconfont {
  font-size: 18px;
  display: inline-block;
  vertical-align: middle;
  margin-right: 5px;
}

.footer ul li span {
  display: inline-block;
  vertical-align: middle;
  font-size: 16px;
  color: #fff;
}

.footer li .icon-home {
  background: url(/template/default/images/fa1.png) no-repeat;
  width: 20px;
  height: 20px;
}

.footer li .icon-home2 {
  background: url(/template/default/images/fa2.png) no-repeat;
  width: 20px;
  height: 20px;
}

.footer li .icon-phone {
  background: url(/template/default/images/fa3.png) no-repeat;
  width: 20px;
  height: 20px;
}

.footer li .icon-contact {
  background: url(/template/default/images/fa4.png) no-repeat;
  width: 20px;
  height: 20px;
}

.footer li .icon-phone:before {
  font-size: 0;
}

.footer ul li a {
  border-left: 1px solid rgba(255, 255, 255, 0.5);
}
