@charset "UTF-8";

/* 通用样式 */
p {
  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;
}

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

.head-bg .head-index .logo {
  line-height: 128px;
  width: 41.35%;
}

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

.head-bg .head-index .headr {
  width: calc(100% - 48.96%);
}

/*导航栏样式*/
.nav li {
  text-align: center;
  position: initial;
}

.nav>li>a {
  display: block;
  color: #fff;
  font: 16px/128px "微软雅黑";
  padding: 0;
}

.nav>li>a:hover {
  color: #e60013;
  background: none;
}

.nav>li>a::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 50%;
  margin-left: -73px;
  background: url(../images/navli.png) no-repeat bottom center;
  width: 146px;
  height: 11px;
  opacity: 0;
}

.nav>li>a:hover::before {
  opacity: 1;
}

.sec {
  display: none;
  position: absolute;
  width: 100%;
  left: 0;
  right: 0;
  margin: 0 auto;
  background-color: rgba(255, 255, 255, 0.2);
  z-index: 500;
  top: 134px;
  padding: 2vw 3.64583333333333vw;
}

.nimg {
  justify-content: center;
}

.sec a {
  position: relative;
  transform: translateX(100px);
  opacity: 0;
  transition-property: all;
  transition-duration: .5s;
  overflow: hidden;
  width: 15%;
  margin: 0 1%;
  border-radius: 10px;
}

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

.sec a span {
  position: absolute;
  z-index: 100;
  color: #000000;
  font-size: 20px;
  line-height: 40px;
  display: block;
  text-align: center;
  bottom: 0;
  background-color: #f8f8f8;
  width: 100%;
}

.sec a.on {
  transform: translateX(0);
  opacity: 1;
}

.sec a:hover span {
  background: #1d2088;
  color: #fff;
}

/*banner*/
.b-bg {
  position: relative;
  font-size: 0;
  background: #000
}

.b-bg .bw {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

.b-bg .bw .b1 {
  color: #ffffff;
  font-size: 3.54166666666667vw;
  font-weight: 400;
  letter-spacing: 10px;
}

.b-bg .bw .b2 {
  color: #ffffff;
  font-size: 5.02604166666667vw;
  font-weight: 600;
  letter-spacing: 20px;
  line-height: 1;
  margin: 2.34375vw 0;
}

.b-bg .bw .b3 {
  color: #ffffff;
  font-size: 1.40625vw;
  font-weight: 500;
}

@media (max-width: 767px) {
  .b-bg .bw .b1 {
    letter-spacing: 5px;
  }

  .b-bg .bw .b2 {
    letter-spacing: 5px;
  }
}

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

.jjfa-bg {
  background: #eeeef0;
}

.pt .pt1 {
  width: 60.7%;
  border-right: 1px solid #d7d7d9;
  padding: 3.125vw 0;
}

.pt .pt1 h3 {
  color: #000000;
  font-size: 30px;
  font-weight: 500;
}

.pt .pt1 h4 {
  font-weight: 600;
  font-size: 40px;
  font-weight: 600;
  color: #000000;
  margin-top: 5px;
}

.pt .pt2 {
  width: calc(100% - 60.7%);
  padding: 3.125vw 0;
}

.pt .pt2 h3 {
  width: 45px;
  height: 4px;
  background: #1d2088;
  float: right;
  margin-top: 10px;
}

.pt .pt2 h4 {
  font-size: 40px;
  font-weight: 600;
  text-transform: uppercase;
  color: rgba(0, 0, 0, 0.1);
  text-align: right;
  margin-top: 25px;
}

.jjfa-index {
  position: relative;
}

.jsort {
  position: absolute;
  right: 13.54166666666667vw;
  top: 6.25vw;
  max-width: 490px;
  margin: 0 auto;
  z-index: 999;
  width: 100%;
  flex-wrap: wrap;
}

.jsort li {
  width: 33.333%;
  color: #000000;
  font-size: 30px;
  transition: 0.5s;
}

.jsort li a {
  display: block;
  color: #000000;

}

.jsort li.on a {
  color: #1d2088;
}

.jsort li:hover {
  transform: translateX(10px);
}

.jjfa-left {
  width: 57.8125%;
  position: relative;
}

.jjfa-left .img1 img {
  max-width: 100%;
  height: auto;
}

.jjfa-left .wz {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.5);
  text-align: center;
  color: #fff;
  padding: 1.5625vw 0;
  font-size: 26px;
}

.jjfa-right {
  position: relative;
  border-top: 1px solid #d7d7d9;
}

.jjfa-right .jsw {
  max-width: 490px;
  width: 100%;
  padding-top: 17.70833333333333vw;
  margin-right: 13.54166666666667vw;
  margin-left: 3.38541666666667vw;
}

.jjfa-right .js1 {
  color: rgba(0, 0, 0, 0.7);
  font-size: 18px;
}

.jjfa-right .js2 {
  color: rgba(0, 0, 0, 0.7);
  font-size: 12px;
}

.jjfa-right .js3 {
  color: black;
  font-size: 14px;
  margin-top: 4.42708333333333vw;
  font-weight: 600;
}

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

.jiantou {
  position: absolute;
  bottom: 0;
  right: 0;
  background: #fff;
  width: 42.5%;
  z-index: 999;
  padding: 25px 0;
}

.jiantou .flexed {
  width: 100%;
  padding-right: 13.54166666666667vw;
  padding-left: 3.38541666666667vw;
  align-items: center;
}

.next1 {
  background: url(../images/j1.png) no-repeat top center;
  width: 19px;
  height: 12px;
  margin-bottom: 20px;
}

.prev1 {
  background: url(../images/j2.png) no-repeat top center;
  width: 19px;
  height: 12px;
}

.jiantou .swiper-pagination1 {
  position: relative;
  bottom: 0;
  font-size: 24px;
  font-weight: 600;
  font-family: "Impact";
  color: rgba(0, 0, 0, 0.2);
}

.jiantou .swiper-pagination1 .swiper-pagination-current {
  font-size: 50px;
  color: #1d2088;
}

.jiantou .jmore {
  display: flex;
  align-items: center;
  background: #1d2088;
  width: 226px;
  justify-content: center;
  height: 60px;
  line-height: 60px;
  color: #fff;
}

.jiantou .jmore img {
  margin-left: 25px;
  transition: 0.5s;
}

.jiantou .jmore:hover img {
  transform: translateX(10px);
}

@media (max-width: 1600px) {
  .jsort {
    right: 11.541667vw;
  }
}

@media (max-width: 1480px) {
  .jsort {
    right: 10.541667vw;
  }
}

@media (max-width: 1366px) {
  .jsort {
    right: 8.541667vw;
  }
}

@media (max-width: 1280px) {
  .jsort {
    right: 7.541667vw;
  }
}

@media (max-width: 1200px) {
  .jsort {
    right: 5.541667vw;
  }
}

@media (max-width: 1100px) {
  .jsort {
    right: 3.541667vw;
    top: 3.25vw;
  }

  .jjfa-right .jsw {
    padding-top: 12.708333vw;
  }
}

@media (max-width: 1024px) {
  .jsort {
    right: 1.541667vw;
    top: 1.25vw;
  }

  .jjfa-right .jsw {
    padding-top: 10.708333vw;
  }
}

@media (max-width: 767px) {
  .jjfa-bg {
    padding: 10px 0;
  }

  .pt {
    flex-wrap: wrap;
  }

  .pt .pt1 {
    width: 100%;
    text-align: center;
    border-right: none;
  }

  .pt .pt1 h3 {
    font-size: 18px;
  }

  .pt .pt1 h4 {
    font-size: 24px;
    text-transform: uppercase;
  }

  .pt .pt2 {
    width: 100%;
    display: none;
  }

  .jjfa-index .swiper-container {
    display: flex;
    flex-direction: column-reverse;
  }

  .jiantou {
    position: initial;
    padding: 15px 15px;
    width: 100%;
  }

  .jiantou .swiper-pagination1 {
    width: 30%;
  }

  .jiantou .swiper-pagination1 .swiper-pagination-current {
    font-size: 30px;
  }

  .next1 {
    margin-bottom: 6px;
  }

  .jiantou .jmore {
    width: 130px;
    height: 40px;
  }

  .jjfa-index .flexed {
    flex-wrap: wrap;
    padding: 0;
  }

  .jjfa-left {
    width: 100%;
  }

  .jjfa-left .wz {
    font-size: 14px;
    padding: 10px 0;
  }

  .jjfa-right {
    width: 100%;
    padding: 0;
    padding-top: 20%;
  }

  .jjfa-right .js1 {
    font-size: 14px;
    padding: 0 15px;
    padding-top: 15px;
  }

  .jjfa-right .js2 {
    font-size: 12px;
    padding: 0 15px;
    padding-bottom: 15px;
  }

  .jjfa-right .js3 {
    display: none;
  }

  .jjfa-right .jsw {
    max-width: 100%;
    padding: 0;
    margin: 0;
  }

  .jsort {
    max-width: 100%;
    top: 66%;
    right: 15px;
    left: 15px;
  }

  .jsort li {
    margin-bottom: 10px;
  }

  .jsort li a {
    font-size: 16px;
  }
}

@media (max-width: 320px) {
  .jsort {
    top: 48%;
  }
}

/**/
.pro-bg {
  background: #f8f8f8;
  /*padding: 6.77083333333333vw 0;*/
  padding-bottom: 6.77083333333333vw;
}

.pt11 .pt1 {
  border-right: none;
}

.pro-index .pro-left {
  width: 49.9%;
}

.pro-index .pro-right {
  width: calc(100% - 50.2%);
}

.prolist1 li {
  position: relative;
}

.prolist1 li .img1 img {
  max-width: 100%;
}

.prolist1 li .wz {
  position: absolute;
  top: 2vw;
  left: 2vw;
}

.prolist1 li .wz .wz1 {
  color: #000000;
  font-size: 24px;
}

.prolist1 li .wz .wz2 {
  background: url(../images/tt1.png) no-repeat top center;
  width: 60px;
  height: 25px;
  margin-top: 20px;
  transition: 0.5s;
}

.prolist1 li:hover .wz .wz2 {
  background: url(../images/tt2.png) no-repeat top center;
  transform: translateX(10px);
}

.prolist2 {
  flex-wrap: wrap;
}

.prolist2 li {
  position: relative;
}

.prolist2 li+li {
  margin-top: 0.6%;
}

.prolist2 li:nth-of-type(2) {
  width: 49.8%;
}

.prolist2 li:nth-of-type(3) {
  width: 49.8%;
}

.prolist2 li .img1 img {
  max-width: 100%;
}

.prolist2 li .wz {
  position: absolute;
  top: 1vw;
  left: 1vw;
}

.prolist2 li .wz .wz1 {
  color: #000000;
  font-size: 24px;
}

.prolist2 li .wz .wz2 {
  background: url(../images/tt1.png) no-repeat top center;
  width: 60px;
  height: 25px;
  margin-top: 15px;
  transition: 0.5s;
}

.prolist2 li:hover .wz .wz2 {
  background: url(../images/tt2.png) no-repeat top center;
  transform: translateX(10px);
}

.prolist2 li:nth-of-type(1) .wz {
  position: absolute;
  top: 2vw;
  left: 1vw;
}

.prolist2 li:last-child .wz {
  display: none;
}

@media (max-width: 767px) {
  .pro-bg {
    padding: 30px 0;
  }

  .pro-index {
    flex-wrap: wrap;
  }

  .pro-index .pro-left {
    width: 100%;
  }

  .pro-index .pro-right {
    width: 100%;
    margin-top: 0.5%;
  }

  .prolist2 li:nth-of-type(1) {
    width: 100%;
  }

  .prolist2 li+li {
    width: 49.7%;
  }

  .prolist1 li .wz {
    top: 20px;
    left: 20px;
  }

  .prolist1 li .wz .wz1 {
    font-size: 16px;
  }

  .prolist2 li .wz {
    top: 10px;
    left: 20px;
  }

  .prolist2 li:nth-of-type(1) .wz {
    top: 20px;
    left: 20px;
  }

  .prolist2 li .wz .wz1 {
    font-size: 16px;
  }

  .prolist2 li .wz .wz1 {
    font-size: 16px;
  }
}

/**/
.tui-index {
  padding: 3.64583333333333vw 0;
}

.tuit {
  align-items: center;
}

.tuit .pt1 h3 {
  color: #000000;
  font-size: 30px;
  font-weight: 500;
}

.tuit .pt1 h4 {
  font-weight: 600;
  font-size: 40px;
  font-weight: 600;
  color: #000000;
  margin-top: 5px;
}

.tuit .pt2 a {
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: #000000;
  font-size: 18px;
}

.tuit .pt2 a span {
  width: 25px;
  height: 3px;
  background: #1d2088;
  display: block;
  margin-right: 10px;
}

.tui-bg {
  overflow: hidden;
  width: 84%;
  margin: 0 auto;
  position: relative;
}

.tui-bg .next2 {
  background: url(../images/l1.png) no-repeat top center;
  width: 27px;
  height: 26px;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}

.tui-bg .prev2 {
  background: url(../images/r1.png) no-repeat top center;
  width: 27px;
  height: 26px;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}

.tui-bg .tuiSwiper {
  overflow: hidden;
  width: 100%;
}

.tui-bg .tuiSwiper .swiper-slide .img1 img {
  max-width: 100%;
}

.tui-bg .tuiSwiper .swiper-slide .hh {
  position: absolute;
  background: rgba(0, 0, 0, 0.8);
  width: 100%;
  height: 100%;
  left: 0;
  right: 0;
  bottom: -100%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  transition: 0.5s;
  opacity: 0;
}

.tui-bg .tuiSwiper .swiper-slide .hh .hh11 {
  color: #ffffff;
  font-size: 24px;
}

.tui-bg .tuiSwiper .swiper-slide .hh .hh22 {
  width: 130px;
  height: 37px;
  background: #1d2088;
  line-height: 37px;
  text-align: center;
  font-size: 12px;
  color: #fff;
  margin-top: 1.45833333333333vw;
}

.tui-bg .tuiSwiper .swiper-slide .hh .hh22 img {
  max-width: 100%;
  margin-left: 10px;
}

.tui-bg .tuiSwiper .swiper-slide:hover .hh {
  opacity: 1;
  bottom: 0;
}

.tui-mbg {
  position: relative;
  overflow: hidden;
  padding-bottom: 30px;
}

.tui-mbg .next22 {
  background: url(../images/l1.png) no-repeat top center;
  width: 27px;
  height: 26px;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}

.tui-mbg .prev22 {
  background: url(../images/r1.png) no-repeat top center;
  width: 27px;
  height: 26px;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}

.tui-mbg .tuiSwiper-mobile {
  overflow: hidden;
  width: 90%;
  margin: 0 auto;
}

.tui-mbg .tuiSwiper-mobile .swiper-slide .img1 img {
  max-width: 100%;
}

.tui-mbg .tuiSwiper-mobile .swiper-slide .hh {
  position: absolute;
  background: rgba(0, 0, 0, 0.8);
  width: 100%;
  height: 100%;
  left: 0;
  right: 0;
  bottom: -100%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  transition: 0.5s;
  opacity: 0;
}

.tui-mbg .tuiSwiper-mobile .swiper-slide .hh .hh11 {
  color: #ffffff;
  font-size: 24px;
}

.tui-mbg .tuiSwiper-mobile .swiper-slide .hh .hh22 {
  width: 130px;
  height: 37px;
  background: #1d2088;
  line-height: 37px;
  text-align: center;
  font-size: 12px;
  color: #fff;
  margin-top: 1.45833333333333vw;
}

.tui-mbg .tuiSwiper-mobile .swiper-slide .hh .hh22 img {
  max-width: 100%;
  margin-left: 10px;
}

.tui-mbg .tuiSwiper-mobile .swiper-slide:hover .hh {
  opacity: 1;
  bottom: 0;
}

@media (max-width: 1366px) {
  .tui-bg {
    width: 100%;
  }
}

@media (max-width: 767px) {
  .tui-index {
    padding: 30px 0;
  }

  .tuit {
    flex-wrap: wrap;
  }

  .tuit .pt1 {
    width: 100%;
    text-align: center;
  }

  .tuit .pt1 h3 {
    font-size: 18px;
  }

  .tuit .pt1 h4 {
    font-size: 24px;
    text-transform: uppercase;
  }

  .tuit .pt2 {
    width: 100%;
    display: none;
  }

  .tui-mbg .tuiSwiper-mobile .swiper-slide .hh .hh11 {
    font-size: 14px;
  }
}

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

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

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

.qy-bg .qy-index .qy-left {
  width: 61.42857142857143%;
}

.qy-bg .qy-index .qy-left .qyt {
  margin-bottom: 2.60416666666667vw;
}

.qy-bg .qy-index .qy-left .qyt h3 {
  color: #000000;
  font-size: 30px;
  font-weight: 500;
}

.qy-bg .qy-index .qy-left .qyt h4 {
  font-size: 40px;
  font-weight: 600;
  color: #000000;
  margin-top: 5px;
}

.qy-bg .qy-index .qy-left .qy1 {
  border-top: 1px solid #eaeaea;
}

.qy-bg .qy-index .qy-left .qy1 .qq1 {
  color: #1d2088;
  font-size: 30px;
  padding: 1.82291666666667vw 0;
}

.qy-bg .qy-index .qy-left .qy1 .qq2 {
  color: #000000;
  font-size: 18px;
  line-height: 30px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}

.qy-bg .qy-index .qy-left .qy1 .qq3Swiper {
  overflow: hidden;
  width: 100%;
  margin-top: 3.125vw;
}

.qy-bg .qy-index .qy-left .qy1 .qq3Swiper .swiper-slide .img1 img {
  width: 100%;
}

.qy-bg .qy-index .qy-left .qy1 .qq4 {
  align-items: center;
  margin-top: 2.86458333333333vw;
}

.qy-bg .qy-index .qy-left .qy1 .qq4 .qq4-more {
  width: 142px;
  height: 46px;
  background: #fff;
  border: 1px solid #f0f0f0;
  border-left: 4px solid #1d2088;
}

.qy-bg .qy-index .qy-left .qy1 .qq4 .qq4-more a {
  display: block;
  line-height: 44px;
  text-align: center;
  font-size: 18px;
  color: #000000;
}

.qy-bg .qy-index .qy-left .qy1 .qq4 .qq4-jian .next3 {
  outline: none;
  margin-right: 13px;
}

.qy-bg .qy-index .qy-left .qy1 .qq4 .qq4-jian .prev3 {
  outline: none;
}

.qy-bg .qy-index .qy-right {
  width: 21.64285714285714%;
}

.qy-bg .qy-index .qy-right .tab-li li {
  align-items: center;
  border: 1px solid #fff;
  padding: 12px 15px;
}

.qy-bg .qy-index .qy-right .tab-li li+li {
  margin-top: 3.28125vw;
}

.qy-bg .qy-index .qy-right .tab-li li .wz {
  color: #fff;
  font-size: 18px;
  align-items: center;
}

.qy-bg .qy-index .qy-right .tab-li li .wz a{
    color: #fff;
}

.qy-bg .qy-index .qy-right .tab-li li .wz img {
  margin-left: 10px;
}

.qy-bg .qy-index .qy-right .tab-li li.active {
  border: 1px solid #1d2088;
  background: #1d2088;
}

@media (max-width: 767px) {
  .qy-bg {
    background: none;
    background: #f9f9f9;
    padding: 30px 0;
  }

  .qy-bg .qy-index {
    flex-wrap: wrap;
    flex-direction: row-reverse;
  }

  .qy-bg .qy-index .qy-left {
    width: 100%;
  }

  .qy-bg .qy-index .qy-left .qyt {
    text-align: center;
    margin-bottom: 30px;
  }

  .qy-bg .qy-index .qy-left .qyt h3 {
    font-size: 18px;
  }

  .qy-bg .qy-index .qy-left .qyt h4 {
    font-size: 24px;
  }

  .qy-bg .qy-index .qy-left .qy1 .qq1 {
    font-size: 20px;
    padding: 10px 0;
  }

  .qy-bg .qy-index .qy-left .qy1 .qq2 {
    font-size: 16px;
  }

  .qy-bg .qy-index .qy-left .qy1 .qq4 {
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .qy-bg .qy-index .qy-left .qy1 .qq4 .qq4-more a {
    font-size: 14px;
  }

  .qy-bg .qy-index .qy-right {
    width: 100%;
    background: url(../images/mbj1.jpg) no-repeat top center;
    background-size: 100% 100%;
    padding: 5% 15px;
    padding-bottom: 1%;
  }

  .qy-bg .qy-index .qy-right .tab-li {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }

  .qy-bg .qy-index .qy-right .tab-li li {
    width: 48%;
    margin-bottom: 4%;
  }

  .qy-bg .qy-index .qy-right .tab-li li .wz {
    font-size: 14px;
  }

  .qy-bg .qy-index .qy-right .tab-li li .img1 {
    width: 40px;
    height: 40px;
  }

  .qy-bg .qy-index .qy-right .tab-li li .img1 img {
    max-width: 100%;
  }

  .qy-bg .qy-index .qy-right .tab-li li+li {
    margin-top: 0;
  }
}

/**/
.ab-bg {
  background: url(../images/bj1.jpg) no-repeat top center;
  background-size: 100% 100%;
  padding: 6.04166666666667vw 0;
}

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

.ab-bg .ab-index .ab-index1 .abl .at h3 {
  color: #fff;
  font-size: 30px;
  font-weight: 500;
}

.ab-bg .ab-index .ab-index1 .abl .at h4 {
  color: #fff;
  font-size: 40px;
  margin-top: 5px;
}

.ab-bg .ab-index .ab-index1 .abl .aw p {
  color: #fff;
  font-size: 16px;
  line-height: 42px;
  text-align: justify;
}

.ab-bg .ab-index .ab-index1 .abl .az .asort {
  justify-content: flex-start;
}

.ab-bg .ab-index .ab-index1 .abl .az .asort li {
  width: 144px;
  height: 46px;
  line-height: 46px;
  background: #1d2088;
  text-align: center;
  font-size: 20px;
  color: #fff;
  margin-right: 3.95833333333333vw;
}

.ab-bg .ab-index .ab-index1 .abl .az .asort li:hover {
  background: #e60013;
}

.ab-bg .ab-index .ab-index1 .abr {
  width: calc(100% - 61.423%);
}

.ab-bg .ab-index .ab-index1 .abr .video {
  position: relative;
}

.ab-bg .ab-index .ab-index1 .abr .video img {
  max-width: 100%;
}

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

.ab-bg .ab-roll {
  margin-top: 2.91666666666667vw;
}

.ab-bg .ab-roll .abSwiper {
  width: 100%;
  overflow: hidden;
}

.ab-bg .ab-roll .abSwiper .swiper-slide .img1 img {
  max-width: 100%;
}

@media (max-width: 1024px) {
  .ab-bg .ab-index .ab-index1 .abl .aw {
    margin-top: 10px;
  }

  .ab-bg .ab-index .ab-index1 .abl .aw p {
    font-size: 16px;
    line-height: 30px;
  }
}

@media (max-width: 767px) {
  .ab-bg {
    padding: 30px 0;
  }

  .ab-bg .ab-index .ab-index1 {
    flex-wrap: wrap;
  }

  .ab-bg .ab-index .ab-index1 .abl {
    width: 100%;
  }

  .ab-bg .ab-index .ab-index1 .abl .at {
    text-align: center;
  }

  .ab-bg .ab-index .ab-index1 .abl .at h3 {
    font-size: 18px;
  }

  .ab-bg .ab-index .ab-index1 .abl .at h4 {
    font-size: 24px;
  }

  .ab-bg .ab-index .ab-index1 .abl .aw {
    margin-top: 20px;
  }

  .ab-bg .ab-index .ab-index1 .abl .aw p {
    font-size: 14px;
    line-height: 24px;
  }

  .ab-bg .ab-index .ab-index1 .abl .az {
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .ab-bg .ab-index .ab-index1 .abl .az .asort li {
    font-size: 14px;
  }

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

/**/
.news-bg {
  background: url(../images/bj2.jpg) no-repeat top center;
  background-size: 100% 100%;
  padding: 5.98958333333333vw 0;
}

.newst {
  align-items: center;
}

.newst .pt1 h3 {
  color: #000000;
  font-size: 30px;
  font-weight: 500;
}

.newst .pt1 h4 {
  font-weight: 600;
  font-size: 40px;
  font-weight: 600;
  color: #000000;
  margin-top: 5px;
}

.newst .pt2 li {
  margin-left: 40px;
}

.newst .pt2 li a {
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: #797979;
  font-size: 18px;
}

.newst .pt2 li a span {
  width: 25px;
  height: 3px;
  background: #fff;
  display: block;
  margin-right: 10px;
}

.newst .pt2 li:hover a {
  color: #000;
}

.newst .pt2 li:hover a span {
  background: #1d2088;
}

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

.news-con .nlist1 li {
  width: 31%;
}

.news-con .nlist1 li .img1 img {
  max-width: 100%;
}

.news-con .nlist1 li .date {
  color: #acacac;
  font-size: 14px;
  margin: 1vw 0;
  position: relative;
  padding-left: 40px;
}

.news-con .nlist1 li .date::before {
  content: '';
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 20px;
  height: 1px;
  background: #acacac;
}

.news-con .nlist1 li .wz1 {
  color: #333333;
  font-size: 22px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.news-con .nlist1 li .wz2 {
  font-size: 16px;
  color: #acacac;
  line-height: 30px;
  margin-top: 1vw;
}

.news-con .nlist1 li:hover .wz1 {
  color: #1d2088;
}

@media (max-width: 767px) {
  .news-bg {
    padding: 30px 0;
  }

  .newst {
    flex-wrap: wrap;
  }

  .newst .pt1 {
    width: 100%;
    text-align: center;
    margin-bottom: 30px;
  }

  .newst .pt1 h3 {
    font-size: 18px;
  }

  .newst .pt1 h4 {
    font-size: 20px;
  }

  .newst .pt2 {
    width: 100%;
    justify-content: center;
  }

  .newst .pt2 li {
    margin-left: 10px;
  }

  .newst .pt2 li a {
    font-size: 14px;
  }

  .newst .pt2 li:nth-of-type(1) a span {
    background: #1d2088;
  }

  .news-con .nlist1 li {
    width: 48%;
  }

  .news-con .nlist1 li:last-child {
    display: none;
  }

  .news-con .nlist1 li .date {
    margin: 10px 0;
  }

  .news-con .nlist1 li .wz1 {
    font-size: 14px;
  }

  .news-con .nlist1 li .wz2 {
    font-size: 12px;
    line-height: 20px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
  }
}

/**/
.link {
  margin: 2vw 0;
}

/**/
.foot-bg {
  background: url(../images/bj3.jpg) no-repeat top center;
  background-size: 100% 100%;
}

.foot-bg .foot-index .foot-index1 {
  padding: 1.5625vw 0;
}

.foot-bg .foot-index .foot-index1 .flogo img {
  max-width: 100%;
}

.foot-bg .foot-index .foot-index1 .fwz {
  color: #fff;
  font-size: 30px;
}

.foot-bg .foot-index .foot-index2 {
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  padding: 1.5625vw 0;
}

.foot-bg .foot-index .foot-index2 .fi2-left {
  width: 68.57142857142857%;
}

.foot-bg .foot-index .foot-index2 .fi2-left .fnav li a {
  display: block;
  color: #fff;
  font-size: 16px;
  transition: 0.5s;
}

.foot-bg .foot-index .foot-index2 .fi2-left .fnav li a:hover {
  transform: translateY(-10px);
}

.foot-bg .foot-index .foot-index2 .fi2-left .flx {
  color: #fff;
  font-size: 30px;
  font-family: "Impact";
  margin-top: 2.6vw;
}

.foot-bg .foot-index .foot-index2 .fi2-left .fdz {
  margin-top: 0.5vw;
}

.foot-bg .foot-index .foot-index2 .fi2-left .fdz p {
  color: #fff;
  font-size: 14px;
  line-height: 22px;
}

.foot-bg .foot-index .foot-index2 .fi2-right {
  width: calc(100% - 80%);
}

.foot-bg .foot-index .foot-index2 .fi2-right .e1 {
  text-align: center;
  color: #fff;
  font-size: 14px;
  line-height: 2.5;
}

.foot-bg .foot-index .foot-index2 .fi2-right .e1 img {
  max-width: 100%;
}

.foot-bg .foot-index .foot-index2 .fi2-right .e2 {
  text-align: center;
  color: #fff;
  font-size: 14px;
  line-height: 2.5;
}

.foot-bg .foot-index .foot-index2 .fi2-right .e2 img {
  max-width: 100%;
}

.foot-bg .foot-index .cop-index {
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  padding: 1.5625vw 0;
  font-size: 12px;
  color: rgba(255, 255, 255, 0.5);
}

.foot-bg .foot-index .cop-index a {
  color: rgba(255, 255, 255, 0.5);
}

@media (max-width: 1024px) {
  .flogo {
    width: 50%;
  }

  .foot-bg .foot-index .foot-index1 .fwz {
    font-size: 24px;
  }
}

@media (max-width: 767px) {
  .foot-bg {
    background: url(../images/mbj2.jpg) no-repeat top center;
    background-size: 100% 100%;
    padding: 30px 0;
  }

  .foot-bg .foot-index .foot-index1 .flogo {
    width: 100%;
    text-align: center;
  }

  .foot-bg .foot-index .foot-index2 {
    flex-wrap: wrap;
    border-top: none;
  }

  .foot-bg .foot-index .foot-index2 .fi2-left {
    width: 100%;
    text-align: center;
  }

  .foot-bg .foot-index .foot-index2 .fi2-right {
    width: 100%;
    margin-top: 20px;
    text-align: center;
    padding: 0 20%;
  }
}

/*手机底部*/
@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: #1d2088;
}

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

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

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

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

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

@media (max-width: 991px) {
  .page-banner {
    margin-top: 100px;
  }
}

.xypg-job-list {
  flex-wrap: wrap;
}

.xypg-job-list li {
  width: 100%;
  margin-bottom: 10px;
}

.xypg-job-list li span {
  float: right;
}


.xypg-news-list li .img1 {
  width: 26%;
  float: left;
}

.xypg-news-list li .img1 img {
  max-width: 100%;
}

.xypg-news-list li .wz {
  width: calc(100% - 30%);
  float: right;
}


@media(max-width:767px) {
  .xypg-news-list li .img1 {
    width: 100%;
    float: none;
  }

  .xypg-news-list li .wz {
    width: 100%;
    float: none;
  }
}

/* 内页修改 */
.location-bg {
  background: #00439a;
  padding: 20px;
}

.location-bg .page-position {
  color: rgba(255, 255, 255, .8);
  padding-top: 0;
  padding-bottom: 20px;
}

.location-bg .page-position a {
  color: rgba(255, 255, 255, .8);
}

.nsort1 .xypg-left-nav {
  display: flex;
  margin: 0 -2%;
}

.nsort1 .xypg-left-nav>li {
  border: 2px solid #fff;
  width: 14%;
  margin: 0 2%;
}

.nsort1 .xypg-left-nav>li>a {
  color: #fff;
  padding: 0;
  text-align: center;
  font-size: 18px;
  line-height: 52px;
}

.nsort1 .xypg-left-nav>li .first-nav-btn {
  display: none;
}

.nsort1 .xypg-left-nav>li.clicked {
  background: #fff;
}

.nsort1 .xypg-left-nav>li.clicked>a {
  color: #00439a;
}

.nsort1 .xypg-left-nav>li:hover {
  background: #fff;
}

.nsort1 .xypg-left-nav>li:hover>a {
  color: #00439a;
}

.nsort1 .xypg-left-nav>li:hover .xypg-left-subnav {
  display: none;
}

.page-wrap {
  background: #f6f6f6;
  padding: 2.60416666666667vw 0;
}

.nabg{
   background: #fff;
  /*padding: 2.60416666666667vw;*/
}

.page-wrap-right .xypg-right-content p img {
  text-align: center;
  margin: 0 auto;
  display: block;
}


/* 内页about */
.natvideo{
    margin: 2vw 0;
}
.nat1 {
  font-size: 22px;
  color: rgba(0, 0, 0, .5);
  text-transform: uppercase;
  text-align: center;
}

.nat2 {
  text-align: center;
  color: #000000;
  font-size: 48px;
  font-weight: 600;
}

.nabout-bg {
  background: #fff;
  margin-top: 2vw;
  padding: 1.5625vw;
}

.nabout-wrap {
  margin-top: 1vw;
}

.nabout-img {
  width: 55.2%;
}

.nabout-img p img {
  width: 100%;
}

.nabout-wen {
  width: calc(100% - 59.3%);
}

.nabout-wen h3 {
  color: #333333;
  font-size: 30px;
}

.nabout-wen h4 {
  font-weight: 500;
  color: #333333;
  font-size: 14px;
  text-transform: uppercase;
  opacity: 0.8;
  margin: 5px 0;
}

.nabout-wen h5 {
  width: 70px;
  height: 2px;
  background: #cccccc;
  margin-top: 10px;
}

.nabout-wen p {
  color: #666666;
  font-size: 16px;
  line-height: 32px;
  text-align: justify;
  margin-top: 35px;
}

.naboutw2 p {
  color: #666666;
  font-size: 16px;
  line-height: 32px;
}

.naboutw2 p {
  margin-top: 1.82291666666667vw;
}

.num-wrap {
  background: #ffffff;
  margin-top: 1.5625vw;
  padding: 1.5625vw;
}

.numlist1 {}

.numlist1 li {
  width: 25%;
  border-right: 1px solid #f0f4f8;
  text-align: center;
  padding: 2vw 0;
}

.numlist1 li:last-child {
  border-right: none;
}

.numlist1 li .count-title {
  display: inline-block;
  color: #00439a;
  font-size: 60px;
  font-family: "Arial";
  line-height: 1;
}

.numlist1 li dt {
  display: inline-block;
  color: #00439a;
  font-size: 30px;
  font-family: "Arial";
  position: absolute;
}

.numlist1 li .w1 {
  color: #333333;
  font-size: 32px;
  font-weight: 600;
}

.numlist1 li .w2 {
  font-size: 16px;
  color: #999999;
}

.nhonorSwiper-bg {
  position: relative;
}

.nnext1 {
  position: absolute;
  left: -45px;
  top: 50%;
  transform: translateY(-50%);
  z-index: 999;
  background: url(../images/nl11.png) no-repeat top center;
  width: 15px;
  height: 27px;
  outline: none;
}

.nprev1 {
  position: absolute;
  right: -45px;
  top: 50%;
  transform: translateY(-50%);
  z-index: 999;
  background: url(../images/nr11.png) no-repeat top center;
  width: 15px;
  height: 27px;
  outline: none;
}

.nhonor-wrap {
  margin-top: 3.38541666666667vw;
}

.nhonorSwiper {
  overflow: hidden;
  width: 100%;
  margin-top: 2vw;
}

.nhonorSwiper .swiper-slide a {
  display: block;
  background: #fff;
  padding-top: 3.64583333333333vw;
  padding-bottom: 1.5625vw;
}

.nhonorSwiper .swiper-slide .img1 {
  text-align: center;
}

.nhonorSwiper .swiper-slide .img1 img {
  max-width: 80%;
}

.nhonorSwiper .swiper-slide .wz {
  color: #333333;
  font-size: 16px;
  margin-top: 3.125vw;
  text-align: center;
}

.n2honorSwiper-bg {
  position: relative;
  margin-top: 1.5625vw;
}

.nnext2 {
  position: absolute;
  left: -45px;
  top: 50%;
  transform: translateY(-50%);
  z-index: 999;
  background: url(../images/nl11.png) no-repeat top center;
  width: 15px;
  height: 27px;
  outline: none;
}

.nprev2 {
  position: absolute;
  right: -45px;
  top: 50%;
  transform: translateY(-50%);
  z-index: 999;
  background: url(../images/nr11.png) no-repeat top center;
  width: 15px;
  height: 27px;
  outline: none;
}

.n2honor-wrap {}

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

.n2honorSwiper .swiper-slide a {
  display: block;
  background: #fff;
  padding-top: 1.5625vw;
  padding-bottom: 1.5625vw;
}

.n2honorSwiper .swiper-slide .img1 {
  text-align: center;
}

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

.n2honorSwiper .swiper-slide .wz {
  color: #333333;
  font-size: 16px;
  margin-top: 3.125vw;
  text-align: center;
}

.ncultrue-wrap {
  margin-top: 3.64583333333333vw;
}

.ncultrue-cont {
  background: #fff;
  padding: 1.5625vw;
  margin-top: 1.5625vw;
}

.ncultrue-left {
  width: 57.7%;
}

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

.ncultrue-right {
  width: calc(100% - 60.1%);
  display: flex;
  justify-content: center;
  flex-direction: column;
}

.ncultrue-right ul li {
  margin-bottom: 10px;
}

.ncultrue-right ul li .ww1 {
  color: #00439a;
  font-size: 24px;
}

.ncultrue-right ul li .ww2 {
  color: #000000;
  font-size: 16px;
  line-height: 37px;
  margin-top: 1vw;
}

.ncultrue-right ul li:nth-of-type(1) {
  border-bottom: 1px solid #e5e5e5;
  padding-bottom: 3.38541666666667vw;
  margin-bottom: 3.38541666666667vw;
}

.ndesign-wrap {
  background: #fff;
  margin-top: 1.5625vw;
  padding: 1.5625vw;

}

.ndesign1 {
  margin-top: 2vw;
  margin-bottom: 1.5625vw;
  padding-bottom: 3.125vw;
  border-bottom: 1px solid #e5e5e5;
}

.ndlist1 {
  margin-top: 2.86458333333333vw;
}

.ndlist1 li {
  width: 49%;
}

.ndlist1 li .img1 img {
  width: 100%;
}

.ndlist1 li .wz {
  text-align: center;
}

.ndlist1 li .wz .ww1 {
  display: inline-block;
  text-align: center;
  border-bottom: 1px solid #e5e5e5;
  font-size: 24px;
  color: #00439a;
  padding: 1.5625vw 0;
}

.ndlist1 li .wz .ww2 {
  text-align: left;
  color: #000000;
  font-size: 16px;
  line-height: 37px;
  text-align: justify;
  margin-top: 1.5625vw;
}

.ndesign2 {
  margin-top: 3.125vw;
}

.ndesign2-con {
  margin-top: 2.6vw;
}

.ndesign2-left {
  width: 41.12%;
}

.ndesign2-left img {
  width: 100%;
}

.ndesign2-right {
  width: calc(100% - 42.01%);
}

.ndlist2 {
  flex-wrap: wrap;
}

.ndlist2 li {
  width: 48.91%;
}

.ndlist2 li .img1 img {
  width: 100%;
}

.ndlist2 li:nth-child(n+2) {
  margin-bottom: 0.78125vw;
}

@media(max-width:1200px) {
  .nabout-wen p {
    margin-top: 15px;
    line-height: 26px;
  }
}

@media(max-width:1024px) {
  .nabout-wrap {
    margin-top: 0px;
    flex-wrap: wrap;
  }

  .nabout-img {
    width: 100%;
  }

  .nabout-wen {
    width: 100%;
    margin-top: 20px;
    padding: 0 15px;
  }
}

@media(max-width:767px) {
  .location-bg {
    padding: 10px 0px;
  }

  .nsort1 .xypg-left-nav {
    flex-wrap: wrap;
    margin: 0;
  }

  .nsort1 .xypg-left-nav>li {
    width: 31.333%;
    margin: 0 1%;
    margin-bottom: 10px;
  }

  .nsort1 .xypg-left-nav>li>a {
    font-size: 14px;
    line-height: 35px;
  }

  .page-wrap {
    padding: 30px 0;
  }

  .nat1 {
    font-size: 18px;
  }

  .nat2 {
    font-size: 20px;
  }

  .nabout-bg {
    padding: 20px 0;
  }



  .nabout-wen h3 {
    font-size: 24px;
  }

  .nabout-wen p {
    margin-top: 10px;
    font-size: 14px;
    line-height: 24px;
  }

  .naboutw2 {
    padding: 0 15px;
  }

  .naboutw2 p {
    margin-top: 5px;
    font-size: 14px;
    line-height: 24px;
  }

  .num-wrap {
    margin-top: 20px;
    padding: 0 15px;
  }

  .numlist1 {
    flex-wrap: wrap;
  }

  .numlist1 li {
    width: 50%;
    padding: 15px 0;
    border: none;
  }

  .numlist1 li .count-title {
    font-size: 24px;
  }

  .numlist1 li dt {
    font-size: 16px;
  }

  .numlist1 li .w1 {
    font-size: 14px;
    padding: 5px 0;
  }

  .numlist1 li .w2 {
    font-size: 14px;
  }

  .nhonorSwiper-bg {
    margin-top: 20px;
  }

  .nhonor-wrap {
    margin-top: 30px;
  }

  .nhonorSwiper .swiper-slide a {
    padding: 10px;
  }

  .nhonorSwiper .swiper-slide .wz {
    font-size: 12px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }

  .nnext1 {
    left: -10px;
  }

  .nprev1 {
    right: -10px;
  }

  .n2honorSwiper-bg {
    margin-top: 20px;
  }

  .n2honorSwiper .swiper-slide a {
    padding: 10px;
  }

  .n2honorSwiper .swiper-slide .wz {
    font-size: 12px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }

  .ncultrue-wrap {
    margin-top: 30px;
  }

  .ncultrue-cont {
    margin-top: 20px;
    padding: 15px;
    flex-wrap: wrap;
  }

  .ncultrue-left {
    width: 100%;
  }

  .ncultrue-right {
    width: 100%;
    margin-top: 20px;
  }

  .ncultrue-right ul li .ww1 {
    font-size: 18px;
  }

  .ncultrue-right ul li .ww2 {
    font-size: 14px;
    line-height: 24px;
  }

  .nsalve-cont {
    flex-direction: column-reverse;
  }

  .ndesign-wrap {
    margin-top: 30px;
    padding: 15px;
  }

  .ndlist1 {
    margin-top: 20px;
    flex-wrap: wrap;
  }

  .ndlist1 li {
    width: 100%;
    margin-bottom: 15px;
  }

  .ndlist1 li .wz .ww1 {
    font-size: 16px;
    padding: 10px 0;
  }

  .ndlist1 li .wz .ww2 {
    font-size: 14px;
    line-height: 24px;
  }

  .ndesign2 {
    margin-top: 20px;
  }

  .ndesign2-con {
    margin-top: 20px;
    flex-wrap: wrap;
  }

  .ndesign2-left {
    width: 100%;
  }

  .ndesign2-right {
    width: 100%;
    margin-top: 10px;
  }

  .ndlist2 li {
    margin-bottom: 10px;
  }
}


/* 内页产品 */
.xypg-product-list li {
  padding: 0;
  border: none;
  width: 22%;
  background: #fff;
  padding: 15px;
  margin: 0 1.5% 34px 1.5%;
}

.xypg-product-list li .img {
  border: 1px solid #e5e5e5;
}

.xypg-product-list li h3 {
  position: relative;
}

.xypg-product-list li h3 a {
  font-weight: 500;
}

.xypg-product-list li h3::before {
  content: '';
  position: absolute;
  width: 70px;
  height: 3px;
  background: #00439a;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}


@media(max-width:767px) {
  .xypg-product-list li {
    width: 47%;
    margin-bottom: 10px;
  }
}


/* 产品详情页 */
.page-product-detail-box {
  background: #fff;
  padding: 2vw 1.5625vw;
}

.page-product-detail-effect {
  width: 53%;
  float: none;
}

.page-product-detail-right {
  background: #f9f9f9;
  width: 43.6%;
  float: none;
}

.page-product-detail-right>h1 {
  background: #00439a;
  color: #fff;
  padding: 10px 2vw;
  font-size: 28px;
}

.product-detail-item {
  padding: 10px 2vw;
}

.product-detail-item h3 {
  color: #000000;
  font-size: 20px;
  margin-bottom: 15px;
}

.product-detail-item .pdetail p {
  line-height: 2.125 !important;
}

.product-detail-item .pdmore {
  width: 96px;
  height: 38px;
  background: #afafaf;
}

.product-detail-item .pdmore a {
  display: block;
  text-align: center;
  color: #fff;
  font-size: 14px;
  line-height: 38px;
}

.xypg-detail-pn1 {
  background: #fff;
  padding: 0 1.5625vw;
  padding-bottom: 2vw;
}

.xypg-detail-pn1 b {
  font-weight: 500;
}

.product-detail-tab {
  background: #fff;
  padding: 1.40625vw 0;
}

.product-detail-tab .product-detail-tabli {
  margin: 0 1.5625vw;
}

.product-detail-tabbox {
  border-top: 1px solid #f2f2f2;
  margin-top: 1.40625vw;
}

.product-detail-tab .product-detail-tabcon {
  padding: 1.5625vw;
}

.nrelate-product {
  background: #fff;
  padding: 1.5625vw;
}

.nrelate-product .relate-title1 {
  text-align: center;
  color: #000000;
  font-size: 26px;
  font-weight: 500;
  border-bottom: 1px solid #f6f6f6;
  padding-bottom: 1vw;
}

@media(max-width:767px) {
  .page-product-detail-box {
    flex-wrap: wrap;
  }

  .page-product-detail-effect {
    width: 100%;
  }

  .page-product-detail-right {
    width: 100%;
  }

  .xypg-detail-pn1 div {
    width: 50%;
  }

  .xypg-detail-pn1 div:nth-of-type(2) {
    text-align: right;
  }
}

/* 案例 */
.xypg-case-list li {
  margin: 0 1% 45px 1%;
}

.xypg-case-list li h3 {
  background: #ffffff;
  padding: 15px 1vw;
  position: relative;
}

.xypg-case-list li h3::before {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  width: 0%;
  height: 100%;
  background: #00439a;
  z-index: 0;
  transition: 0.5s;
}

.xypg-case-list li h3 a {
  text-align: left;
  color: #00439a;
  font-size: 15px;
  padding: 0;
  line-height: 28px;
  border-left: 1px solid #00439a;
  padding-left: 1vw;
  font-weight: 500;
  background: url(../images/nt1.png) no-repeat right center;
  position: relative;
  z-index: 99;
}

.xypg-case-list li:hover h3::before {
  width: 100%;
}

.xypg-case-list li:hover h3 a {
  border-left: 1px solid #fff;
  color: #fff;
  background: url(../images/nt2.png) no-repeat right center;
}

.case_detail {
  background: #fff;
  padding: 0 2.86458333333333vw;
}

.case_detail .xypg-detail-title {
  text-align: center;
  font-size: 26px;
  color: #000000;
  padding-top: 10px;
}

.page-case-detail-effect{
    width: 100%;
}
.page-case-detail-effect .big-img{
    width: 100%;
}
.page-case-detail-effect .big-img a img{
    width: 100%;
}

.img_hd ul {
  margin: 0 -7px !important;
}

.img_hd ul li {
  width: 17.7% !important;
  margin: 0 7px !important;
}


.ncasedetail {
  margin-top: 1vw;
}

.ncasedetail .product-tab {
  border: 2px solid #f3f3f3;
}

.ncasedetail .product-tab li {
  border: 1px solid #c8c8c8;
  width: 15%;
  text-align: center;
  font-size: 14px;
  color: #b4b4b4;
  line-height: 40px;
}

.ncasedetail .tab-content {
  margin-top: 2vw;
}

@media(max-width:767px) {
  .xypg-case-list li {
    margin-bottom: 20px;
  }

  .xypg-case-list li h3 a {
    font-size: 14px;
  }

  .img_hd ul {
    margin: 0 !important;
  }

  .img_hd ul li {
    width: 27% !important;
  }
}


/* 新闻列表页 */
.news {
  background: #fff;
  padding: 2.86458333333333vw 2.86458333333333vw;
}

.news .grid {
  margin: 0 -20px
}

.news .grid-sizer,
.news .grid-item {
  width: calc(100% / 3)
}

.news .grid-item {
  position: relative;
  float: left;
  box-sizing: border-box;
  margin-bottom: 60px;
  padding: 0 20px
}

.news .grid-link {
  position: relative;
  display: block;
  overflow: hidden
}

@media screen and (min-width: 992px) {
  .news .grid-link:hover .txtbox {
    opacity: 0
  }

  .news .grid-link:hover .hover-pic,
  .news .grid-link:hover .txtbox-hover {
    opacity: 1;
    visibility: visible
  }
}

.news .grid-link .picbox img,
.news .grid-link .hover-pic img {
  display: block;
  width: 100%
}

.news .grid-link .hover-pic {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  visibility: hidden;
  -webkit-filter: blur(3px);
  -moz-filter: blur(3px);
  -ms-filter: blur(3px);
  -o-filter: blur(3px);
  filter: blur(3px);
  -webkit-transition: all 1s;
  -moz-transition: all 1s;
  -ms-transition: all 1s;
  -o-transition: all 1s;
  transition: all 1s
}

.news .grid-link .txtbox {
  box-sizing: border-box;
  padding: 20px;
  text-align: center;
  color: #999;
  background-color: #f9f9f9;
  -webkit-transition: all 1s;
  -moz-transition: all 1s;
  -ms-transition: all 1s;
  -o-transition: all 1s;
  transition: all 1s
}

.news .grid-link .txtbox .date {
  padding-bottom: 10px;
  font-size: 12px;
  color: #c6c6c6
}

.news .grid-link .txtbox .iconfont {
  font-size: 20px;
  color: #bbb
}

.news .grid-link .txtbox .text {
  height: 160px
}

.news .grid-link .txtbox .title {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  padding-bottom: 15px;
  font-size: 16px;
  color: rgba(51, 51, 51, 0.9);
}

.news .grid-link .txtbox .summary {
  max-height: 80px;
  font-size: 14px;
  line-height: 1.5;
  overflow: hidden;
}

.news .grid-link .txtbox .summary p {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
  font-size: 14px;
  line-height: 1.6;
}

.news .grid-link .txtbox-hover {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  color: #fff;
  background-color: rgba(0,67,154, 0.85);
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 1s 0.2s;
  -moz-transition: all 1s 0.2s;
  -ms-transition: all 1s 0.2s;
  -o-transition: all 1s 0.2s;
  transition: all 1s 0.2s;
  display: flex;
  justify-content: center;
  flex-direction: column;
}

.news .grid-link .txtbox-hover .date,
.news .grid-link .txtbox-hover .iconfont,
.news .grid-link .txtbox-hover .title {
  color: #fff;
}

.news .grid-link .txtbox-hover .date {
  padding-bottom: 15px
}

.news .grid-link .txtbox-hover .iconfont {
  font-size: 24px
}

.news .grid-link .txtbox-hover .title {
  padding-bottom: 25px
}

.news .grid-link .txtbox-hover .summary {
  color: #fff;
}

.news .grid-link .txtbox-hover .readmore {
  margin-top: 70px
}

@media screen and (max-width: 991px) {
  .news .grid {
    margin: 0 -12px
  }

  .news .grid-item {
    margin-bottom: 30px;
    padding: 0 12px
  }

  .news .grid-link .txtbox {
    padding: 30px 15px 50px
  }
}

@media screen and (max-width: 767px) {
  .news .hidein640 {
    display: none
  }

  .news .showin640 {
    display: block
  }

  .news .grid {
    margin: 0
  }

  .news .grid-item {
    width: 100%;
    margin-bottom: 15px;
    padding: 0
  }

  .news .grid-link .txtbox {
    padding: 20px 15px;
    text-align: left
  }

  .news .grid-link .txtbox .date {
    text-align: center
  }

  .news .grid-loader {
    margin-bottom: 15px
  }
}


/* 新闻详细页 */
.xypg-news-detail {
  background: #fff;
  padding: 2vw 2.86458333333333vw;
}

.news-detail-wrap {}

.news-detail-left {
  width: 70%;
}

.news-detail-right {
  width: 25%;
}

.news-detail-right h3 {
  color: #000000;
  font-size: 16px;
  font-weight: 600;
  padding-bottom: 25px;
  line-height: 34px;
}

.news-detail-con {
  padding: 0;
}

.news-detail-con .grid {
  margin: 0;
}

.news-detail-con .grid-item {
  float: none;
  width: 100%;
  padding: 0;
  margin-bottom: 30px;
}

@media(max-width:767px) {
  .news-detail-wrap {
    flex-wrap: wrap;
  }

  .news-detail-left {
    width: 100%;
  }

  .news-detail-right {
    width: 100%;
  }
}

/* 相关产品 */
.xypg-relate {
  background: #fff;
  margin-top: 0;
  padding: 2vw 2.86458333333333vw;
}

.relate-product-slick .owl-item .img {
  border: 1px solid #eeeeee;
}

.relate-product-slick .owl-item p {
  font-size: 14px;
  position: relative;
}

.relate-product-slick .owl-item p::before {
  content: '';
  position: absolute;
  bottom: 0;
  width: 70px;
  height: 2px;
  background: #1b469d;
  left: 50%;
  transform: translateX(-50%);
}

.xypg-detail-url {
  margin-bottom: 15px;
}