/* 去除点击选项卡时出现的蓝色边框 */
.swiper-pagination .swiper-pagination-bullet:focus,
.swiper-button-next,
.swiper-button-prev {
  outline: none;
}
/* 去除点击选项卡时出现的蓝色背景 */
.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: auto;
}
.swiper-button-next:after,
.swiper-container-rtl .swiper-button-prev:after,
.swiper-button-prev:after,
.swiper-container-rtl .swiper-button-next:after {
  content: " ";
}
.swiper-button-next.swiper-button-disabled,
.swiper-button-prev.swiper-button-disabled {
  pointer-events: auto;
}
.page {
  margin-top: 100px;
}
@media (max-width: 1201px) {
  .page {
    margin-top: 1.2rem;
  }
}
/*=== 内页栏目 ===*/
.pageNav {
  /*子导航*/
}
.pageNav .top {
  display: flex;
  justify-content: space-between;
  padding: 80px 0;
}
.pageNav .top .left {
  color: #333;
  font-family: "DINPRO-BOLD";
}
.pageNav .top .left i {
  float: left;
  margin-right: 32px;
  font-size: 106px;
  font-weight: bold;
  text-transform: uppercase;
}
.pageNav .top .left em {
  float: left;
  margin-top: 58px;
  font-size: 44px;
  font-weight: bold;
}
.pageNav .top .rightNext {
  text-align: right;
}
.pageNav .top .rightNext .icon img {
  float: right;
}
.pageNav .top .rightNext .time {
  padding: 20px 0 10px;
  font-size: 48px;
  color: #333;
  font-family: "DINPRO-REGULAR";
}
.pageNav .top .rightNext p {
  font-size: 24px;
  color: #333;
  text-transform: uppercase;
  font-family: "DINPRO-REGULAR";
}
.pageNav .bot {
  height: 80px;
  position: relative;
  border-top: #dcdcdc 1px solid;
  border-bottom: #dcdcdc 1px solid;
}
.pageNav .bot .swiper-slide {
  width: auto;
  line-height: 80px;
  font-size: 22px;
  color: #333;
  text-align: center;
}
.pageNav .bot .swiper-slide::before {
  transition: all 0.5s;
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
  width: 0px;
  height: 0.05rem;
  background: #dc030c;
  content: " ";
}
.pageNav .bot .swiper-slide p {
  padding-right: 2.6vw;
}
.pageNav .bot .swiper-slide.cur,
.pageNav .bot .swiper-slide:hover {
  color: #dc030c;
}
.pageNav .bot .line {
  position: absolute;
  right: 0;
  bottom: -1px;
  width: 0%;
  height: 4px;
  background: #dc030c;
  -webkit-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
}
@media (min-width: 1201px) {
  .pageNav .bot .swiper {
    height: 80px;
  }
  .pageNav .bot .swiper-wrapper {
    /* justify-content: left;
        align-items: center; */
    /* display: block; */
    float: left;
    width: auto;
  }
  .pageNav .bot .swiper-wrapper a {
    /* float: left; */
  }
}
@media (max-width: 1200px) {
  .pageNav {
    /*子导航*/
  }
  .pageNav .top {
    padding: 0.5rem 0 0.7rem;
    align-items: center;
  }
  .pageNav .top .left i {
    margin-right: 0;
    width: 100%;
    font-size: 0.96rem;
  }
  .pageNav .top .left em {
    margin-top: 0.25rem;
    font-size: 0.42rem;
  }
  .pageNav .top .rightNext .icon img {
    width: 0.5rem;
  }
  .pageNav .top .rightNext .time {
    padding: 0.28rem 0 0.1rem;
    font-size: 0.38rem;
  }
  .pageNav .top .rightNext p {
    font-size: 0.19rem;
  }
  .pageNav .bot .line {
    display: none;
  }
  .pageNav .bot {
    height: 1.25rem;
    background-image: url(../images/mobile/page/bac_fff.png);
  }
  .pageNav .bot .w1400_2 {
    width: 100%;
  }
  .pageNav .bot .swiper-slide {
    margin-right: 0.7rem;
    line-height: 1.25rem;
    font-size: 0.26rem;
  }
  .pageNav .bot .swiper-slide p {
    padding-right: 0;
  }
  .pageNav .bot .swiper-slide.cur:before,
  .pageNav .bot .swiper-slide:hover:before {
    transition: all 0.5s;
    width: 100%;
  }
}
/*=== 分页 ===*/
.page-items2 {
  margin-bottom: 100px;
  box-sizing: border-box;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  font-size: 18px;
}
.pagePart {
  display: flex;
  align-items: center;
}
.page-item,
.page-info {
  width: 60px;
  height: 60px;
  line-height: 60px;
  display: inline-block;
  text-align: center;
  margin: 0 7px;
  color: #333;
  border-radius: 100%;
  transition-duration: 0.5s;
}
.page-item a,
.page-info a {
  cursor: pointer;
}
.pagePart .page-info:first-child,
.pagePart .page-info:nth-child(2),
.pagePart .page-info:nth-child(3) {
  display: inline-block;
}
.page-item a,
.page-item span,
.page-info a,
.page-info span {
  height: 60px;
  color: #999999;
  transition-duration: 0.5s;
}
.page-item.active,
.page-item.active:hover,
.page-info.active,
.page-info.active:hover {
  border-color: #c92b2f;
  color: #fff;
  background-color: transparent;
}
.page-item.active .page-link,
.page-info.active {
  color: #fff;
  background: #c92b2f;
  border-radius: 100%;
}
.page-item:last-child,
.page-item:first-child {
  border-radius: 0 !important;
  background: none !important;
}
.page-item:last-child span,
.page-item:first-child span,
.page-item:last-child a,
.page-item:first-child a {
  position: relative;
  border: 0;
  margin: 0;
  width: 68px;
  height: 60px;
}
.page-item:last-child span::before,
.page-item:first-child span::before,
.page-item:last-child a::before,
.page-item:first-child a::before {
  position: absolute;
  top: 0;
  width: 1px;
  height: 100%;
  background: #999;
  content: "";
}
.page-item:first-child {
  margin-right: 38px;
}
.page-item:first-child span,
.page-item:first-child a {
  background: url(../images/zjpage/icon/i25.png) left center no-repeat;
}
.page-item:first-child span::before,
.page-item:first-child a::before {
  right: 0;
}
.page-item:first-child a:hover {
  background: url(../images/zjpage/icon/i25s.png) left center no-repeat;
}
.page-item:last-child {
  margin-left: 38px;
}
.page-item:last-child span,
.page-item:last-child a {
  background: url(../images/zjpage/icon/i26.png) right center no-repeat;
}
.page-item:last-child span::before,
.page-item:last-child a::before {
  left: 0;
}
.page-item:last-child a:hover {
  background: url(../images/zjpage/icon/i26s.png) right center no-repeat;
}
.page-item:hover,
.page-info:hover {
  background-color: #c92b2f;
  color: #fff;
  border-color: #ccc;
}
.page-item:hover a,
.page-info:hover a {
  color: #fff;
}
.page-item:last-child:hover a,
.page-item:first-child:hover a,
.page-item:last-child:hover span,
.page-item:first-child:hover span {
  color: #c92b2f;
}
.page-custom {
  display: none;
}
/* 标题样式一 */
.title01 .rightNext .time {
  padding: 20px 0 10px;
  font-size: 48px;
  color: #333;
  font-weight: bold;
  font-family: "DINPRO-BOLD";
}
.title01 .rightNext p {
  font-size: 26px;
  color: #333;
  font-weight: bold;
  text-transform: uppercase;
  font-family: "DINPRO-MEDIUM";
}
.title01 .GoWebsite span {
  padding-right: 40px;
  font-size: 18px;
  color: #666;
  background: url(../images/zjpage/icon/i26.png) right center no-repeat;
}
.title01 .GoWebsite:hover span {
  color: #dc030c;
  background: url(../images/zjpage/icon/i26s.png) right center no-repeat;
}
/* 标题样式二 */
.title02 {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
.title02 .title {
  font-size: 30px;
  color: #010101;
  font-weight: bold;
  font-family: "DINPRO-BOLD";
}
/*=== 视频弹窗 ===*/
.pop_video {
  display: none;
  position: fixed;
  left: 50%;
  top: 50%;
  z-index: 102;
  transform: translate(-50%, -50%);
  width: 80%;
  max-width: 1341px;
  background: #000;
}
.pop_video video {
  display: block;
  margin: 0 auto;
  max-width: 100%;
  max-height: 100%;
  /* width: 100%; */
}
.pop_video i {
  position: absolute;
  right: 30px;
  top: 30px;
  z-index: 2;
  width: 18px;
  height: 18px;
  background: url(../images/zjpage/icon/i20.png) center no-repeat;
  cursor: pointer;
}
.pop_video_bac {
  display: none;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 101;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0.5;
}
@media (max-width: 1200px) {
  /*=== 分页 ===*/
  .page-items2 {
    margin-bottom: 1rem;
    font-size: 0.24rem;
  }
  .page-item,
  .page-info {
    width: 0.6rem;
    height: 0.6rem;
    line-height: 0.6rem;
    margin: 0 0.03rem;
  }
  .page-item a,
  .page-item span,
  .page-info a,
  .page-info span {
    height: 0.6rem;
  }
  .page-item:last-child span,
  .page-item:first-child span,
  .page-item:last-child a,
  .page-item:first-child a {
    width: 0.6rem;
    height: 0.6rem;
  }
  .page-item:first-child {
    margin-right: 0.2rem;
  }
  .page-item:first-child span,
  .page-item:first-child a {
    background-size: 0.25rem auto;
  }
  .page-item:first-child a:hover {
    background-size: 0.25rem auto;
  }
  .page-item:last-child {
    margin-left: 0.2rem;
  }
  .page-item:last-child span,
  .page-item:last-child a {
    background-size: 0.25rem auto;
  }
  .page-item:last-child a:hover {
    background-size: 0.25rem auto;
  }
  /* 标题样式一 */
  .title01 .rightNext .icon img {
    width: 0.5rem;
  }
  .title01 .rightNext .time {
    padding: 0.2rem 0 0.1rem;
    font-size: 0.48rem;
  }
  .title01 .rightNext p {
    line-height: 0.54rem;
    font-size: 0.36rem;
  }
  .title01 .GoWebsite {
    display: none;
  }
  /* 标题样式二 */
  .title02 {
    align-items: center;
  }
  .title02 .title {
    font-size: 0.42rem;
  }
  .title02 .consultingMore {
    margin-top: 0;
  }
  /*=== 视频弹窗 ===*/
  .pop_video {
    width: 92%;
    max-width: 100%;
  }
  .pop_video i {
    right: 4%;
    top: -0.5rem;
    width: 0.3rem;
    height: 0.3rem;
    background-size: 0.3rem auto;
  }
}
