@charset "UTF-8";
/* 通用样式 */

@font-face{
    font-family:"syht";
    src:url(../images/SourceHanSansSC-Normal-2.otf)
}

p {
  margin: 0;
}

.h1,
.h2,
.h3,
h1,
h2,
h3 {
  margin: 0;
}

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

img {
  vertical-align: middle;
}

.p1920 {
  width: 1920px;
  position: relative;
  left: 50%;
  margin-left: -960px;
}

.wd1200 {
  width: 1200px;
  margin: 0 auto;
}

.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;
}

.fl {
  float: left;
}

.fr {
  float: right;
}

.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;
}

.w1600 {
  max-width: 1630px;
  margin: 0 auto;
  padding: 0 15px;
}

/*head*/
.head-bg {
  position: absolute;
  left: 0;
  right: 0;
  top: 2.08333333333333vw;
  width: 100%;
  z-index: 99;
}

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

.head-bg .head-index .logo {
  width: 15.625%;
}

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

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

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

/* 导航样式 */
#menu {
  position: relative;
  z-index: 9999;
}

.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: 18px;
  color: #000;
  white-space: nowrap;
  line-height: 58px;
  height: 58px;
  text-align: center;
  position: relative;
  text-decoration: none;
}

.x-menu > li > a::before {
  content: '';
  position: absolute;
  bottom: 13px;
  left: 0;
  right: 0;
  width: 36px;
  height: 2px;
  margin: 0 auto;
  background: #000;
  opacity: 0;
}

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

.x-menu > li:after {
  content: '';
  position: absolute;
  z-index: 100;
  width: 100%;
  left: 0;
  /*height: 40px;*/
  opacity: 0;
  top: 100%;
}

.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: 100%;
  left: 0%;
  top: 65px;
  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: #d81b1c;
  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;
}

@media (max-width: 1200px) {
  .x-menu > li > a {
    font-size: 16px;
  }
}

/*首页banner*/
.bannerSwiper {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 100%;
}

.bannerSwiper .swiper-slide a {
  display: block;
  overflow: hidden;
}

.bannerSwiper .swiper-slide img {
  overflow: hidden;
  width: 100%;
  height: 100%;
}

.bannerSwiper .bt {
  position: absolute;
  bottom: 45px;
  left: 0;
  right: 0;
  z-index: 99;
}

.bannerSwiper .bprev {
  background: url(../images/l1.png) no-repeat center center;
  width: 20px;
  height: 33px;
  margin-right: 54px;
}

.bannerSwiper .bprev:hover {
  opacity: 0.5;
}

.bannerSwiper .bnext {
  background: url(../images/r1.png) no-repeat center center;
  width: 20px;
  height: 33px;
}

.bannerSwiper .bnext:hover {
  opacity: 0.5;
}

.bannerSwiper .swiper-pagination-fraction {
  position: relative;
  font-size: 18px;
  /* font-weight: bold; */
  color: #ffffff;
  display: flex;
  justify-content: left;
  align-items: flex-end;
  text-align: center;
  margin: 0 auto;
  font-style: italic;
}

.bannerSwiper .swiper-pagination-fraction span {
  display: block;
  font-size: 18px;
  text-align: right;
  font-weight: normal;
  color: #fff;
  padding-right: 10px;
  padding-left: 0px;
  line-height: 1.2;
}

.bannerSwiper .swiper-pagination-fraction span.swiper-pagination-total {
  padding-left: 10px;
}

.bannerSwiper .swiper-pagination-fraction span.swiper-pagination-current {
  font-size: 30px;
  text-align: left;
  line-height: 1;
  color: #fff;
  /* font-weight: bold; */
  position: relative;
}

.bannerSwiper .swiper-pagination-fraction span.swiper-pagination-current::after {
  /* content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 75px;
    height: 1px;
    background: #787878; */
}

.bannerSwiper .swiper-pagination-current {
  /* letter-spacing: 1px; */
  font-size: 60px;
  display: block;
}

.bannerSwiper .swiper-pagination-fraction span:before {
  content: '0';
}

.bannerSwiper .swiper-scrollbar {
  position: relative;
  border-radius: 0;
  background: #ffffff;
  width: 100%;
  height: 2px;
}

.bannerSwiper .swiper-scrollbar-drag {
  background: #e40012;
  border-radius: 0;
}

@media (max-width: 767px) {
  .bannerSwiper .bt {
    bottom: 10px;
  }
  .bannerSwiper .swiper-pagination-fraction span.swiper-pagination-current {
    font-size: 18px;
  }
  .bannerSwiper .swiper-pagination-fraction span {
    font-size: 14px;
  }
  .bannerSwiper .bprev {
    background-size: 100% 100%;
    width: 15px;
    height: 20px;
    margin-right: 5px;
  }
  .bannerSwiper .bnext {
    background-size: 100% 100%;
    width: 15px;
    height: 20px;
  }
}

/*搜索*/
.sou-index {
  align-items: center;
  margin: 1.5625vw 0;
}

.sou-index .hot {
  align-items: center;
}

.sou-index .hot img {
  max-width: 100%;
  margin-right: 1vw;
}

.sou-index .hot span {
  color: #d81b1c;
  font-size: 16px;
}

.sou-index .hot a {
  color: #999999;
  font-size: 16px;
  position: relative;
  margin-right: 10px;
}

.sou-index .hot a::before {
  content: '、';
  position: absolute;
  right: -15px;
}

.sou-index .hot a:last-child::before {
  display: none;
}

.sou-index .sousou {
  width: 296px;
  border-bottom: 1px solid #d6d6d6;
}

.sousou #formsearch input {
  height: 40px;
  background: #fff;
  line-height: 40px;
}

.sousou #formsearch input#keyword1 {
  height: 40px;
  line-height: 40px;
  padding-left: 4px;
  width: 80%;
  background: transparent;
  outline: none;
  border: none;
  color: #d6d6d6;
  font-size: 14px;
}

.sousou #formsearch input#s_btn1 {
  width: 25px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  background-color: transparent;
  color: #fff;
  border: none;
  cursor: pointer;
  outline: none;
  float: right;
  background: url(../images/sou.png) no-repeat center center;
}

/*pro*/
.pro-bg1 {
  background: url(../images/bj11.jpg) no-repeat top center;
  background-size: 100% 100%;
  padding-top: 3.64583333333333vw;
}

.put {
  text-align: center;
}

.put .put1 {
  color: #333333;
  font-size: 40px;
}

.put .put2 {
  color: #999999;
  font-family: "Arial";
  font-size: 18px;
}

.pro1-index {
  padding-top: 2.34375vw;
}

.pro1-index .pro1-left {
  width: 50%;
}

.pro1-index .pro1-left img {
  width: 100%;
  height: 36.45833333333333vw;
  height: 700px;
}

.pro1-index .pro1-right {
  margin-right: 8.33333333333333vw;
  position: relative;
  height: 36.45833333333333vw;
  height: 700px;
}

.pro1-index .pro1-right h3 {
  color: #333333;
  font-size: 2.60416666666667vw;
  text-align: right;
  margin-top: 2.60416666666667vw;
}

.pro1-index .pro1-right .pw1 {
  margin-top: 1vw;
}

.pro1-index .pro1-right .pw1 p {
  color: #999999;
  font-size: 16px;
  line-height: 28px;
  text-align: right;
}

.pro1-index .pro1-right .pro1-roll {
  margin-top: 2vw;
  background: #fff;
  box-shadow: 0px 0px 40px 0px rgba(0, 3, 21, 0.1);
  width: 127.47%;
  position: absolute;
  right: 0;
  bottom: 2.60416666666667vw;
  padding: 1.25vw 0;
}

.pro1-index .pro1-right .pro1-roll .pnext {
  background: #999999 url(../images/l2.png) no-repeat center center;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  position: absolute;
  left: -20px;
  top: 50%;
  margin-top: -20px;
  outline: none;
  z-index: 999;
}

.pro1-index .pro1-right .pro1-roll .pnext:hover {
  background: #d81d1e url(../images/l2.png) no-repeat center center;
}

.pro1-index .pro1-right .pro1-roll .pprev {
  background: #999999 url(../images/r2.png) no-repeat center center;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  position: absolute;
  right: -20px;
  top: 50%;
  margin-top: -20px;
  outline: none;
  z-index: 999;
}

.pro1-index .pro1-right .pro1-roll .pprev:hover {
  background: #d81d1e url(../images/r2.png) no-repeat center center;
}

.pro1-index .pro1-right .pro1-roll .pro1Swiper {
  overflow: hidden;
  width: 93%;
  margin: 0 auto;
}

.pro1-index .pro1-right .pro1-roll .pro1Swiper .swiper-slide {
  text-align: center;
}

.pro1-index .pro1-right .pro1-roll .pro1Swiper .swiper-slide .img1 img {
  width: 100%;
  border: 1px solid #d6d6d6;
}

.pro1-index .pro1-right .pro1-roll .pro1Swiper .swiper-slide .wz1 {
  color: #333333;
  font-size: 20px;
  padding-top: 1vw;
}

.pro1-index .pro1-right .pro1-roll .pro1Swiper .swiper-slide .wz2 {
  color: #999999;
  font-size: 14px;
  position: relative;
  display: inline-block;
  margin: 5px auto;
  line-height: 30px;
}

.pro1-index .pro1-right .pro1-roll .pro1Swiper .swiper-slide .wz2::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  border-bottom: 1px solid #999999;
}

.pro1-index .pro1-right .pro1-roll .pro1Swiper .swiper-slide:hover .wz2 {
  color: #175da4;
}

.pro1-index .pro1-right .pro1-roll .pro1Swiper .swiper-slide:hover .wz2::before {
  border-bottom: 1px solid #175da4;
}

/**/
.pro-bg2 {
  background: url(../images/bj22.png) no-repeat top center;
  background-size: 100% 100%;
}

.pro2-index .pro1-left {
  width: 50%;
}

.pro2-index .pro1-left img {
  width: 100%;
  height: 36.45833333333333vw;
  height: 700px;
}

.pro2-index .pro1-right {
  margin-left: 8.33333333333333vw;
  position: relative;
}

.pro2-index .pro1-right h3 {
  color: #333333;
  font-size: 2.60416666666667vw;
  text-align: left;
  margin-top: 2.60416666666667vw;
}

.pro2-index .pro1-right .pw1 {
  margin-top: 1vw;
}

.pro2-index .pro1-right .pw1 p {
  color: #999999;
  font-size: 16px;
  line-height: 28px;
  text-align: left;
}

.pro2-index .pro1-right .pro2-roll {
  margin-top: 2vw;
  background: #fff;
  box-shadow: 0px 0px 40px 0px rgba(0, 3, 21, 0.1);
  width: 127.47%;
  position: absolute;
  left: 0;
  bottom: 2.60416666666667vw;
  padding: 1.25vw 0;
}

.pro2-index .pro1-right .pro2-roll .pnext {
  background: #999999 url(../images/l2.png) no-repeat center center;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  position: absolute;
  left: -20px;
  top: 50%;
  margin-top: -20px;
  outline: none;
  z-index: 999;
}

.pro2-index .pro1-right .pro2-roll .pnext:hover {
  background: #d81d1e url(../images/l2.png) no-repeat center center;
}

.pro2-index .pro1-right .pro2-roll .pprev {
  background: #999999 url(../images/r2.png) no-repeat center center;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  position: absolute;
  right: -20px;
  top: 50%;
  margin-top: -20px;
  outline: none;
  z-index: 999;
}

.pro2-index .pro1-right .pro2-roll .pprev:hover {
  background: #d81d1e url(../images/r2.png) no-repeat center center;
}

.pro2-index .pro1-right .pro2-roll .pro2Swiper {
  overflow: hidden;
  width: 93%;
  margin: 0 auto;
}

.pro2-index .pro1-right .pro2-roll .pro2Swiper .swiper-slide {
  text-align: center;
}

.pro2-index .pro1-right .pro2-roll .pro2Swiper .swiper-slide .img1 img {
  width: 100%;
  border: 1px solid #d6d6d6;
}

.pro2-index .pro1-right .pro2-roll .pro2Swiper .swiper-slide .wz1 {
  color: #333333;
  font-size: 20px;
  padding-top: 1vw;
}

.pro2-index .pro1-right .pro2-roll .pro2Swiper .swiper-slide .wz2 {
  color: #999999;
  font-size: 14px;
  position: relative;
  display: inline-block;
  margin: 5px auto;
  line-height: 30px;
}

.pro2-index .pro1-right .pro2-roll .pro2Swiper .swiper-slide .wz2::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  border-bottom: 1px solid #999999;
}

.pro2-index .pro1-right .pro2-roll .pro2Swiper .swiper-slide:hover .wz2 {
  color: #175da4;
}

.pro2-index .pro1-right .pro2-roll .pro2Swiper .swiper-slide:hover .wz2::before {
  border-bottom: 1px solid #175da4;
}

/**/
.pro-bg3 {
  background: url(../images/bj33.png) no-repeat top center;
  background-size: 100% 100%;
}

.pro3-index .pro1-left {
  width: 50%;
}

.pro3-index .pro1-left img {
  width: 100%;
  height: 36.45833333333333vw;
  height: 700px;
}

.pro3-index .pro1-right {
  margin-right: 8.33333333333333vw;
  position: relative;
}

.pro3-index .pro1-right h3 {
  color: #333333;
  font-size: 2.60416666666667vw;
  text-align: right;
  margin-top: 2.60416666666667vw;
}

.pro3-index .pro1-right .pw1 {
  margin-top: 1vw;
}

.pro3-index .pro1-right .pw1 p {
  color: #999999;
  font-size: 16px;
  line-height: 28px;
  text-align: right;
}

.pro3-index .pro1-right .pro3-roll {
  margin-top: 2vw;
  background: #fff;
  box-shadow: 0px 0px 40px 0px rgba(0, 3, 21, 0.1);
  width: 127.47%;
  position: absolute;
  right: 0;
  bottom: 2.60416666666667vw;
  padding: 1.25vw 0;
}

.pro3-index .pro1-right .pro3-roll .pnext {
  background: #999999 url(../images/l2.png) no-repeat center center;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  position: absolute;
  left: -20px;
  top: 50%;
  margin-top: -20px;
  outline: none;
  z-index: 999;
}

.pro3-index .pro1-right .pro3-roll .pnext:hover {
  background: #d81d1e url(../images/l2.png) no-repeat center center;
}

.pro3-index .pro1-right .pro3-roll .pprev {
  background: #999999 url(../images/r2.png) no-repeat center center;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  position: absolute;
  right: -20px;
  top: 50%;
  margin-top: -20px;
  outline: none;
  z-index: 999;
}

.pro3-index .pro1-right .pro3-roll .pprev:hover {
  background: #d81d1e url(../images/r2.png) no-repeat center center;
}

.pro3-index .pro1-right .pro3-roll .pro3Swiper {
  overflow: hidden;
  width: 93%;
  margin: 0 auto;
}

.pro3-index .pro1-right .pro3-roll .pro3Swiper .swiper-slide {
  text-align: center;
}

.pro3-index .pro1-right .pro3-roll .pro3Swiper .swiper-slide .img1 img {
  width: 100%;
  border: 1px solid #d6d6d6;
}

.pro3-index .pro1-right .pro3-roll .pro3Swiper .swiper-slide .wz1 {
  color: #333333;
  font-size: 20px;
  padding-top: 1vw;
}

.pro3-index .pro1-right .pro3-roll .pro3Swiper .swiper-slide .wz2 {
  color: #999999;
  font-size: 14px;
  position: relative;
  display: inline-block;
  margin: 5px auto;
  line-height: 30px;
}

.pro3-index .pro1-right .pro3-roll .pro3Swiper .swiper-slide .wz2::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  border-bottom: 1px solid #999999;
}

.pro3-index .pro1-right .pro3-roll .pro3Swiper .swiper-slide:hover .wz2 {
  color: #175da4;
}

.pro3-index .pro1-right .pro3-roll .pro3Swiper .swiper-slide:hover .wz2::before {
  border-bottom: 1px solid #175da4;
}

@media (max-width: 1280px) {
  .put .put1 {
    font-size: 34px;
  }
}

@media (max-width: 767px) {
  .pro-bg1 {
    padding-top: 40px;
  }
  .put .put1 {
    font-size: 24px;
  }
}

/*产品使用场景*/
.sycg-index {
  margin-top: 3.64583333333333vw;
  margin-bottom: 2.60416666666667vw;
}

.sycg-bg {
  overflow: hidden;
  position: relative;
}

.sycg-bg .sprev {
  position: absolute;
  background: url(../images/l3.png) no-repeat center center;
  width: 20px;
  height: 31px;
  left: 5.72916666666667vw;
  top: 36%;
}

.sycg-bg .snext {
  position: absolute;
  background: url(../images/r3.png) no-repeat center center;
  width: 20px;
  height: 31px;
  right: 5.72916666666667vw;
  top: 36%;
}

.sycgSwiper {
  overflow: hidden;
  width: 100%;
  position: relative;
}

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

.sycgSwiper .swiper-slide .wz {
  text-align: center;
  color: #999999;
  font-size: 18px;
  padding: 1vw 0;
}

.sycgSwiper .swiper-scrollbar {
  position: relative;
  width: 100%;
  bottom: 0;
  left: 0;
  right: 0;
  margin-top: 1.5625vw;
  background: #d6d6d6;
}

.sycgSwiper .swiper-scrollbar .swiper-scrollbar-drag {
  background: #175da4;
}

@media (max-width: 1280px) {
  .pro1-index .pro1-left img {
    height: 500px;
  }
  .pro1-index .pro1-right {
    height: 500px;
    margin-right: 20px;
  }
  .pro1-index .pro1-right h3 {
    font-size: 24px;
  }
  .pro1-index .pro1-right .pro1-roll .pro1Swiper .swiper-slide .wz1 {
    font-size: 16px;
  }
  .pro2-index .pro1-right {
    margin-left: 20px;
  }
  .pro1-index .pro1-right .pw1 p {
    font-size: 14px;
    line-height: 22px;
  }
  .pro2-index .pro1-left img {
    height: 580px;
  }
  .pro2-index .pro1-right h3 {
    font-size: 24px;
  }
  .pro2-index .pro1-right .pw1 p {
    font-size: 14px;
    line-height: 22px;
  }
  .pro2-index .pro1-right .pro2-roll .pro2Swiper .swiper-slide .wz1 {
    font-size: 16px;
  }
  .pro3-index .pro1-right {
    margin-right: 20px;
  }
  .pro3-index .pro1-right h3 {
    font-size: 24px;
  }
  .pro3-index .pro1-right .pw1 p {
    font-size: 14px;
    line-height: 22px;
  }
  .pro3-index .pro1-left img {
    height: 500px;
  }
  .pro3-index .pro1-right .pro3-roll .pro3Swiper .swiper-slide .wz1 {
    font-size: 16px;
  }
  .sycgSwiper .swiper-slide .wz {
    font-size: 16px;
  }
}

@media (max-width: 1024px) {
  .pro1-index .pro1-left img {
    height: 450px;
  }
  .pro1-index .pro1-right {
    height: 450px;
  }
  .pro2-index .pro1-left img {
    height: 550px;
  }
  .pro3-index .pro1-left img {
    height: 450px;
  }
}

@media (max-width: 767px) {
  .pro1-index {
    padding-top: 20px;
    flex-wrap: wrap;
  }
  .pro1-index .pro1-left {
    width: 100%;
  }
  .pro1-index .pro1-left img {
    height: auto!important;
    max-width:100%;
  }
  .pro1-index .pro1-right {
    height: auto;
    margin-right: 0;
    width: 100%;
    padding: 0 15px;
    margin-top: 20px;
  }
  .pro1-index .pro1-right h3 {
    text-align: left;
  }
  .pro1-index .pro1-right .pw1 {
    margin-top: 10px;
  }
  .pro1-index .pro1-right .pw1 p {
    text-align: left;
  }
  .pro1-index .pro1-right .pro1-roll {
    position: relative;
    width: 100%;
    margin-top: 20px;
  }
  .pro1-index .pro1-right .pro1-roll .pnext {
    left: 0;
  }
  .pro1-index .pro1-right .pro1-roll .pprev {
    right: 0;
  }
  .pro1-index .pro1-right .pro1-roll .pro1Swiper .swiper-slide .wz1 {
    font-size: 14px;
    padding-top: 5px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }
  .pro1-index .pro1-right .pro1-roll .pro1Swiper .swiper-slide .wz2 {
    line-height: 22px;
    font-size: 12px;
  }
  .pro-bg2 {
    padding: 20px 0;
  }
  .pro2-index {
    flex-wrap: wrap;
    flex-direction: column-reverse;
  }
  .pro2-index .pro1-right {
    width: 100%;
    margin-left: 0;
    padding: 0 15px;
    margin-top: 20px;
  }
  .pro2-index .pro1-right .pro2-roll {
    width: 100%;
    position: relative;
    margin-top: 20px;
  }
  .pro2-index .pro1-left {
    width: 100%;
    margin-top: 20px;
  }
  .pro2-index .pro1-left img {
    height: auto!important;
    max-width:100%;
  }
  .pro2-index .pro1-right .pro2-roll .pnext {
    left: 0;
  }
  .pro2-index .pro1-right .pro2-roll .pprev {
    right: 0;
  }
  .pro2-index .pro1-right .pro2-roll .pro2Swiper .swiper-slide .wz1 {
    font-size: 14px;
    padding-top: 5px;
  }
  .pro2-index .pro1-right .pro2-roll .pro2Swiper .swiper-slide .wz2 {
    line-height: 22px;
    font-size: 12px;
  }
  .pro3-index {
    flex-wrap: wrap;
  }
  .pro3-index .pro1-left {
    width: 100%;
  }
  .pro3-index .pro1-left img {
    height: auto!important;
    max-width:100%;
  }
  .pro3-index .pro1-right {
    margin-right: 0;
    width: 100%;
    margin-top: 20px;
    padding: 0 15px;
  }
  .pro3-index .pro1-right h3 {
    text-align: left;
  }
  .pro3-index .pro1-right .pw1 {
    margin-top: 10px;
  }
  .pro3-index .pro1-right .pw1 p {
    text-align: left;
  }
  .pro3-index .pro1-right .pro3-roll {
    position: relative;
    width: 100%;
    margin-top: 20px;
  }
  .pro3-index .pro1-right .pro3-roll .pnext {
    left: 0;
  }
  .pro3-index .pro1-right .pro3-roll .pprev {
    right: 0;
  }
  .pro3-index .pro1-right .pro3-roll .pro3Swiper .swiper-slide .wz1 {
    font-size: 14px;
    margin-top: 5px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }
  .pro3-index .pro1-right .pro3-roll .pro3Swiper .swiper-slide .wz2 {
    font-size: 14px;
    padding-top: 5px;
    line-height: 22px;
  }
  .sycg-index {
    margin-top: 40px;
  }
  .sycg-bg .sprev {
    left: 0;
    background-size: 100% 100%;
  }
  .sycg-bg .snext {
    right: 0;
    background-size: 100% 100%;
  }
  .sycgSwiper {
    margin-top: 20px;
  }
  .sycgSwiper .swiper-slide .wz {
    font-size: 14px;
    padding: 10px 0;
  }
}

/*缠绕膜定制厂家*/
.dzcj-index {
  margin-top: 3.38541666666667vw;
  margin-bottom: 2.34375vw;
}

.dzcj-bg {
  background: url(../images/bj44.jpg) no-repeat top center;
  background-size: 100% 100%;
  padding: 3.90625vw 0;
}

.dzcj-bg .dzcj-con .dzcj-left {
  width: 25.625%;
  float: left;
}

.dzcj-bg .dzcj-con .dzcj-left .dz0 {
  margin-left: -40px;
}

.dzcj-bg .dzcj-con .dzcj-left .dz0 img {
  max-width: 100%;
}

.dzcj-bg .dzcj-con .dzcj-left .dz1 {
  color: #fff;
  font-size: 55px;
  line-height: 1.2;
  margin-top: 45px;
}

.dzcj-bg .dzcj-con .dzcj-left .dz2 {
  color: #ffffff;
  font-size: 20px;
  margin-top: 55px;
}

.dzcj-bg .dzcj-con .dzcj-left .dz3 {
  width: 76px;
  height: 1px;
  background: #ffffff;
  margin-top: 120px;
}

.dzcj-bg .dzcj-con .dzcj-right {
  float: right;
  width: 72.625%;
  background: rgba(246, 246, 246, 0.95);
  padding: 4.42708333333333vw 5.98958333333333vw;
  padding-bottom: 1.5625vw;
}

.dzcj-bg .dzcj-con .dzcj-right ul {
  flex-wrap: wrap;
}

.dzcj-bg .dzcj-con .dzcj-right ul li {
  width: 42%;
  margin-bottom: 2.86458333333333vw;
}

.dzcj-bg .dzcj-con .dzcj-right ul li .img1 img {
  max-width: 100%;
}

.dzcj-bg .dzcj-con .dzcj-right ul li .wz1 {
  color: #333333;
  font-size: 24px;
  margin-top: 1vw;
}

.dzcj-bg .dzcj-con .dzcj-right ul li .wz1 span {
  display: block;
  width: 40px;
  height: 1px;
  background: #1e2020;
  margin-top: 0.5vw;
}

.dzcj-bg .dzcj-con .dzcj-right ul li .wz2 {
  margin-top: 1.30208333333333vw;
}

.dzcj-bg .dzcj-con .dzcj-right ul li .wz2 p {
  color: #666666;
  font-size: 18px;
  line-height: 28px;
}

@media (max-width: 1366px) {
  .dzcj-bg .dzcj-con .dzcj-left .dz0 {
    margin-left: 0;
  }
  .dzcj-bg .dzcj-con .dzcj-left .dz1 {
    font-size: 40px;
  }
  .dzcj-bg .dzcj-con .dzcj-left .dz2 {
    font-size: 16px;
  }
  .dzcj-bg .dzcj-con .dzcj-right ul li .wz1 {
    font-size: 20px;
  }
  .dzcj-bg .dzcj-con .dzcj-right ul li .wz2 p {
    font-size: 16px;
  }
}

@media (max-width: 1200px) {
  .dzcj-bg .dzcj-con .dzcj-left .dz1 {
    font-size: 24px;
  }
  .dzcj-bg .dzcj-con .dzcj-left .dz2 {
    font-size: 14px;
  }
  .dzcj-bg .dzcj-con .dzcj-right ul li .wz1 {
    font-size: 18px;
  }
  .dzcj-bg .dzcj-con .dzcj-right ul li .wz2 p {
    font-size: 14px;
  }
}

@media (max-width: 1024px) {
  .dzcj-bg .dzcj-con .dzcj-right {
    padding: 20px;
  }
  .dzcj-bg .dzcj-con .dzcj-right ul li {
    width: 48%;
  }
}

@media (max-width: 767px) {
  .dzcj-index {
    margin-top: 40px;
  }
  .dzcj-bg {
    padding: 40px 0;
    margin-top: 20px;
  }
  .dzcj-bg .dzcj-con .dzcj-left {
    float: none;
    width: 100%;
  }
  .dzcj-bg .dzcj-con .dzcj-left .dz1 {
    margin-top: 10px;
  }
  .dzcj-bg .dzcj-con .dzcj-left .dz2 {
    margin-top: 10px;
  }
  .dzcj-bg .dzcj-con .dzcj-left .dz3 {
    margin-top: 10px;
  }
  .dzcj-bg .dzcj-con .dzcj-right {
    float: none;
    width: 100%;
    margin-top: 20px;
  }
  .dzcj-bg .dzcj-con .dzcj-right ul li {
    width: 100%;
    margin-bottom: 20px;
  }
}

/*公司简介*/
.ab-img {
  margin-top: 3.64583333333333vw;
}

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

.ab-bg {
  background: #fff;
  box-shadow: 0px 0px 40px 0px rgba(0, 3, 21, 0.1);
  margin-top: -0px;
  z-index: 999;
  position: relative;
  padding: 3.02083333333333vw 0;
}

.ab-bg .ab-index .abl {
  width: 20.875%;
  border-right: 1px solid #d6d6d6;
  display: flex;
  justify-content: center;
  flex-direction: column;
  padding-left: 2.1875vw;
}

.ab-bg .ab-index .abl h2 {
  color: #175da4;
  font-size: 40px;
}

.ab-bg .ab-index .abl h3 {
  color: #175da4;
  font-size: 14px;
  margin-top: 10px;
}

.ab-bg .ab-index .abr {
  width: 73.75%;
  margin-right: 2.34375vw;
}

.ab-bg .ab-index .abr p {
  color: #999999;
  font-size: 18px;
  text-indent: 2em;
  line-height: 37px;
}

.ab-bg .ab-index .abr p a {
  color: #d81b1c;
}

@media (max-width: 1280px) {
  .ab-bg .ab-index .abl h2 {
    font-size: 24px;
  }
  .ab-bg .ab-index .abr p {
    font-size: 16px;
    line-height: 26px;
  }
}

@media (max-width: 767px) {
  .ab-img {
    margin-top: 40px;
  }
  .ab-bg {
    margin-top: 0;
  }
  .ab-index {
    flex-wrap: wrap;
  }
  .ab-bg .ab-index .abl {
    width: 100%;
  }
  .ab-bg .ab-index .abr {
    width: 100%;
    margin-right: 0;
    margin-top: 10px;
  }
  .ab-bg .ab-index .abr p {
    font-size: 14px;
  }
}

/**/
.dc-index {
  margin-top: 3.64583333333333vw;
}

.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;
}

.tab-con  .swiper-slide img{
    width: 100%;
}

.slick-wrap {
  margin-top: 2.34375vw;
  margin-bottom: 2.60416666666667vw;
}

.slick-wrap ul {
  justify-content: center;
}

.slick-wrap ul li {
  width: 12%;
  color: #999999;
  font-size: 18px;
  padding-left: 30px;
}

.slick-wrap ul li:nth-of-type(1) {
  background: url(../images/t1h.png) no-repeat left center;
}

.slick-wrap ul li:nth-of-type(2) {
  background: url(../images/t2.png) no-repeat left center;
}

.slick-wrap ul li:nth-of-type(3) {
  background: url(../images/t3.png) no-repeat left center;
}

.slick-wrap ul li:nth-of-type(4) {
  background: url(../images/t4.png) no-repeat left center;
}

.slick-wrap ul li:nth-of-type(5) {
  background: url(../images/t5.png) no-repeat left center;
}

.slick-wrap ul li.active {
  color: #175da4;
}

.slick-wrap ul li.active:nth-of-type(1) {
  background: url(../images/t1.png) no-repeat left center;
}

.slick-wrap ul li.active:nth-of-type(2) {
  background: url(../images/t2h.png) no-repeat left center;
}

.slick-wrap ul li.active:nth-of-type(3) {
  background: url(../images/t2h.png) no-repeat left center;
}

.slick-wrap ul li.active:nth-of-type(4) {
  background: url(../images/t2h.png) no-repeat left center;
}

.slick-wrap ul li.active:nth-of-type(5) {
  background: url(../images/t5h.png) no-repeat left center;
}

.dc-bg {
  overflow: hidden;
  position: relative;
  width: 100%;
}

.dc-bg .dnext {
  background: #f3f3f3 url(../images/l4.png) no-repeat center center;
  width: 38px;
  height: 80px;
  border-radius: 8px 0 0 8px;
  position: absolute;
  left: 4.79166666666667vw;
  top: 50%;
  transform: translateY(-50%);
  outline: none;
}

.dc-bg .dnext:hover {
  background: #d81b1c url(../images/l4h.png) no-repeat center center;
}

.dc-bg .dprev {
  background: #f3f3f3 url(../images/r4.png) no-repeat center center;
  width: 38px;
  height: 80px;
  border-radius: 0px 8px 8px 0px;
  position: absolute;
  right: 4.79166666666667vw;
  top: 50%;
  transform: translateY(-50%);
  outline: none;
}

.dc-bg .dprev:hover {
  background: #d81b1c url(../images/r4h.png) no-repeat center center;
}

.dzSwiper {
  width: 100%;
  overflow: hidden;
}

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

.cmore {
  width: 130px;
  height: 38px;
  background: #f3f3f3;
  border-radius: 30px;
  margin: 0 auto;
  margin-top: 2.60416666666667vw;
}

.cmore a {
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 38px;
  color: #666666;
  font-size: 16px;
}

.cmore a img {
  margin-left: 5px;
}

@media (max-width: 1024px) {
  .slick-wrap ul li {
    font-size: 16px;
  }
  .ab-img iframe{
      height: 620px!important;
  }
}

@media (max-width: 767px) {
  .dc-index {
    margin-top: 40px;
  }
  .slick-wrap ul {
    flex-wrap: wrap;
    justify-content: flex-start;
  }
  .slick-wrap ul li {
    width: 48%;
    font-size: 14px;
    margin-bottom: 10px;
  }
  .cmore {
    margin-top: 20px;
  }
  .cmore a {
    font-size: 14px;
  }
  .ab-img iframe{
      height: 300px!important;
  }
  .dzcj-bg{
      background-size:cover;
  }
}

/**/
.honor-bg {
  background: url(../images/bj55.jpg) no-repeat top center;
  background-size: 100% 100%;
  margin-top: 3.64583333333333vw;
  padding-top: 3.38541666666667vw;
  padding-bottom: 2.60416666666667vw;
}

.honor-roll {
  margin-top: 2.60416666666667vw;
}

.honor-roll .honorSwiper {
  width: 100%;
  overflow: hidden;
}

.honor-roll .honorSwiper .swiper-slide .img1 img {
  width: 100%;
}

.honor-roll .honorSwiper .swiper-slide .wz {
  text-align: center;
  color: #999999;
  font-size: 18px;
  padding: 1.14583333333333vw 0;
}

.honor-roll .honorSwiper .swiper-pagination-honor {
  position: relative;
  bottom: 0;
  display: none;
}

.honor-roll .honorSwiper .swiper-pagination-honor .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  background: #d6d6d6;
  opacity: 1;
  margin: 0 1vw;
}

.honor-roll .honorSwiper .swiper-pagination-honor .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #d81b1c;
}

@media (max-width: 1200px) {
  .honor-roll .honorSwiper .swiper-slide .wz {
    font-size: 14px;
  }
}

@media (max-width: 767px) {
  .honor-bg {
    margin-top: 40px;
    padding: 40px 0;
  }
}

/*合作伙伴*/
.hezuo-index {
  margin-top: 3.64583333333333vw;
}

.hezuo-img {
  text-align: center;
  margin-top: 1.30208333333333vw;
}

.hezuo-img img {
  max-width: 100%;
}

/*定制流程*/
.order-index {
  margin-top: 2.34375vw;
}

.order-index .orlist1 {
  margin-top: 3.38541666666667vw;
}

.order-index .orlist1 li {
  width: 14.75%;
  border-radius: 8px;
  background: #175da4;
  text-align: center;
  padding: 1.82291666666667vw 0;
}

.order-index .orlist1 li .img1 img {
  max-width: 100%;
}

.order-index .orlist1 li .wz1 {
  color: #fff;
  font-size: 22px;
  margin-top: 1vw;
}

.order-index .orlist1 li .wz1 span {
  display: block;
  width: 20px;
  height: 1px;
  background: #fff;
  margin: 0.5vw auto;
}

.order-index .orlist1 li .wz2 {
  color: #ffffff;
  font-size: 16px;
  line-height: 24px;
}

.order-index .orlist1 li:hover {
  background: #d81b1c;
}

@media (max-width: 1200px) {
  .order-index .orlist1 li .wz1 {
    font-size: 16px;
  }
  .order-index .orlist1 li .wz2 {
    font-size: 14px;
    line-height: 20px;
  }
}

@media (max-width: 767px) {
  .order-index {
    margin-top: 40px;
  }
  .order-index .orlist1 {
    margin-top: 20px;
    flex-wrap: wrap;
  }
  .order-index .orlist1 li {
    width: 48%;
    margin-bottom: 4%;
    padding: 20px 0;
  }
  .order-index .orlist1 li .img1 img {
    max-width: 50px;
  }
  .order-index .orlist1 li .wz1 {
    margin-top: 10px;
  }
  .order-index .orlist1 li .wz2 {
    margin-top: 10px;
  }
}

/*新闻资讯*/
.news-index {
  margin-top: 3.38541666666667vw;
}

.tab2-con {
  position: relative;
}

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

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

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

.slick-wrap2 {
  margin-top: 2vw;
}

.slick-wrap2 .tab2-li {
  margin-bottom: 2.60416666666667vw;
}

.slick-wrap2 .tab2-li ul {
  justify-content: center;
}

.slick-wrap2 .tab2-li ul li {
  width: 16.5%;
  padding-left: 35px;
}

.slick-wrap2 .tab2-li ul li a {
  font-size: 18px;
}

.slick-wrap2 .tab2-li ul li:nth-of-type(1) {
  background: url(../images/nt1.png) no-repeat left center;
}

.slick-wrap2 .tab2-li ul li:nth-of-type(2) {
  background: url(../images/nt2.png) no-repeat left center;
}

.slick-wrap2 .tab2-li ul li:nth-of-type(3) {
  background: url(../images/nt3.png) no-repeat left center;
}

.slick-wrap2 .tab2-li ul li.active a {
  color: #175da4;
}

.slick-wrap2 .tab2-li ul li.active:nth-of-type(1) {
  background: url(../images/nt11.png) no-repeat left center;
}

.slick-wrap2 .tab2-li ul li.active:nth-of-type(2) {
  background: url(../images/nt22.png) no-repeat left center;
}

.slick-wrap2 .tab2-li ul li.active:nth-of-type(3) {
  background: url(../images/nt33.png) no-repeat left center;
}

.nlist1 li {
  width: 31.375%;
}

.nlist1 li .img1 img {
  width: 100%;
  border-radius: 10px;
}

.nlist1 li .wz1 {
  color: #333333;
  font-size: 20px;
  margin-top: 1.82291666666667vw;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.nlist1 li .wz2 {
  color: #999999;
  font-size: 16px;
  line-height: 24px;
  margin-top: 1vw;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.nlist1 li .wz3 {
  margin-top: 1.30208333333333vw;
  color: #999999;
  font-size: 14px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid #999999;
  width: 80px;
}

.nlist1 li .wz3 span {
  background: url(../images/san.png) no-repeat center center;
  display: inline-block;
  width: 8px;
  height: 12px;
  margin-left: 15px;
}

.nlist1 li:hover .wz3 {
  color: #d81b1c;
  border-bottom: 1px solid #d81b1c;
}

.nlist1 li:hover .wz3 span {
  background: url(../images/sanh.png) no-repeat center center;
}

@media (max-width: 1200px) {
  .nlist1 li .wz1 {
    font-size: 16px;
  }
  .nlist1 li .wz2 {
    font-size: 14px;
  }
  .nlist1 li .wz3 {
    font-size: 12px;
  }
}

@media (max-width: 1024px) {
  .slick-wrap2 .tab2-li ul li a {
    font-size: 16px;
  }
}

@media (max-width: 767px) {
  .news-index {
    margin-top: 30px;
  }
  .slick-wrap2 {
    margin-top: 20px;
  }
  .slick-wrap2 .tab2-li {
    margin-bottom: 20px;
  }
  .slick-wrap2 .tab2-li ul li {
    width: 33%;
    padding-left: 20px;
  }
  .slick-wrap2 .tab2-li ul li a {
    font-size: 14px;
  }
  .nlist1 {
    flex-wrap: wrap;
  }
  .nlist1 li {
    width: 100%;
    margin-bottom: 20px;
  }
}

/*link*/
.link-index {
  margin: 3.125vw 0;
  align-items: flex-end;
}

.link-index .link1 {
  width: 135px;
}

.link-index .link1 img {
  max-width: 100%;
}

.link-index .link2 {
  width: calc(100% - 14.6875%);
}

.link-index .link2 a {
  color: #999999;
  font-size: 16px;
  margin-right: 5px;
}

.link-index .link2 a:last-child {
  margin-right: 0;
}

/*foot*/
.foot-bg {
  background: #175da4;
  padding-top: 3.38541666666667vw;
}

.foot-bg .foot-index .footl {
  width: 24.875%;
  
}
.foot-bg .foot-index .footl .lx{
    
}
.foot-bg .foot-index .footl h3 {
  color: #ffffff;
  font-size: 18px;
  line-height: 32px;
  font-family: "syht";
}

.foot-bg .foot-index .footl .lx p {
  color: #fff;
  line-height: 32px;
  font-family: "syht";
}

.foot-bg .foot-index .footl .lx p:nth-of-type(1) {
  font-size: 18px;
}

.foot-bg .foot-index .footl .lx p strong {
  font-size: 27px;
}

.foot-bg .foot-index .footm {
  width: 18.625%;
}

.foot-bg .foot-index .footm .w1 {
  width: 50%;
  text-align: center;
}

.foot-bg .foot-index .footm .w1 .w1a {
  margin-bottom: 1vw;
}

.foot-bg .foot-index .footm .w1 .w1a img {
  max-width: 100%;
}

.foot-bg .foot-index .footm .w1 .w1b {
  opacity: 0;
  text-align: center;
  width: 122px;
  margin: 0 auto;
}

.foot-bg .foot-index .footm .w1:hover .w1b {
  opacity: 1;
}

.foot-bg .foot-index .footm .w2 {
  width: 50%;
  text-align: center;
}

.foot-bg .foot-index .footm .w2 .w2a {
  margin-bottom: 1vw;
}

.foot-bg .foot-index .footm .w2 .w2a img {
  max-width: 100%;
}

.foot-bg .foot-index .footm .w2 .w2b {
  opacity: 0;
  text-align: center;
  width: 122px;
  margin: 0 auto;
}

.foot-bg .foot-index .footm .w2:hover .w2b {
  opacity: 1;
}

.foot-bg .foot-index .footr {
  width: calc(100% - 43.5%);
}

.foot-bg .foot-index .footr dl {
  width: 25%;
  border-right: 1px solid rgba(255, 255, 255, 0.4);
  padding-left: 3.64583333333333vw;
}

.foot-bg .foot-index .footr dl dt {
  color: #fff;
  font-size: 24px;
  font-weight: 500;
  margin-bottom: 1.25vw;
}

.foot-bg .foot-index .footr dl dd a {
  display: block;
  color: rgba(255, 255, 255, 0.7);
  font-size: 16px;
  margin-bottom: 0.6vw;
}

.foot-bg .foot-index .footr dl:last-child {
  width: auto;
  border-right: none;
}

.cop-index {
  border-top: 1px solid rgba(255, 255, 255, 0.4);
  margin-top: 2.2vw;
  padding: 1.5625vw 0;
  text-align: center;
  font-size: 14px;
  color: rgba(255, 255, 255, 0.6);
}

.cop-index a {
  color: rgba(255, 255, 255, 0.6);
}

@media (max-width: 1280px) {
  .foot-bg .foot-index .footl h3 {
    font-size: 18px;
  }
  .foot-bg .foot-index .footl .lx p strong {
    font-size: 20px;
  }
  .foot-bg .foot-index .footr dl dt {
    font-size: 16px;
  }
  .foot-bg .foot-index .footr dl dd a {
    font-size: 14px;
  }
}

@media (max-width: 767px) {
  .foot-bg {
    padding-top: 20px;
  }
  .foot-bg .foot-index {
    flex-wrap: wrap;
  }
  .foot-bg .foot-index .footl {
    width: 100%;
  }
  .foot-bg .foot-index .footm {
    width: 100%;
    margin-top: 20px;
  }
  .foot-bg .foot-index .footm .w1 .w1b {
    opacity: 1;
  }
  .foot-bg .foot-index .footm .w2 .w2b {
    opacity: 1;
  }
  .cop-index {
    margin-top: 20px;
    padding: 15px 0;
  }
}


/*手机底部*/
@media (max-width: 1600px) {
    .dzcj-bg .dzcj-con .dzcj-left .dz0{
        margin-left:0;
    }
}

@media (max-width: 1480px) {
    .dzcj-bg .dzcj-con .dzcj-right ul li .wz2 p{
        font-size:16px;
    }
}

@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: #175da4;
}

.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: #ff7f00;
}

.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(../images/a1.png) no-repeat;
  width: 20px;
  height: 20px;
}

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

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

.footer li .icon-contact {
  background: url(../images/a4.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);
}
