.swiper-button-next:after,
.swiper-rtl .swiper-button-prev:after,
.swiper-button-prev:after,
.swiper-rtl .swiper-button-next:after {
  content: "";
}
.special {
  background: #343434;
}
.content {
  background: #fff;
}
/*锚点定位*/
.anchorF {
  position: relative;
}
.anchor {
  position: absolute;
  left: 0;
  top: -130px;
  width: 100%;
  height: 1px;
  z-index: -1;
  opacity: 0;
}
.page-banner {
  padding-top: 0;
  height: 768px;
  overflow: hidden;
}
.page-banner .relImg {
  animation-duration: 6s;
  animation-fill-mode: both;
  animation-timing-function: ease-out;
  animation-name: smallToBig;
}
@keyframes smallToBig {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(1.05);
  }
}
.page-nav .item {
  min-width: 8%;
  margin: 0 15px;
  padding: 0 20px;
}
.page-nav .item.cur .inner,
.page-nav .item:hover .inner {
  background: #183d6b;
}
.content {
  padding-top: 0;
}
.titleS {
  position: relative;
  margin: 0 auto 70px;
  width: 547px;
  height: 146px;
  background: url(../images/special/i1.png) center no-repeat;
  background-size: contain;
}
.titleS .flex {
  display: flex;
  align-items: center;
  justify-content: center;
  padding-top: 21px;
  line-height: 91px;
  font-size: 44px;
  color: #fff;
}
.titleS .flex em {
  font-weight: bold;
}
.titleS .pos {
  position: absolute;
  left: 26px;
  bottom: 0;
  font-size: 16px;
  color: #437fcb;
  font-family: Arial;
}
.special01 {
  padding: 100px 0 19vw;
  background: url(../images/special/special01_bac.jpg) center top no-repeat;
  background-size: 100% 100%;
}
.special01 .anchor {
  top: -30px;
}
.special01 .text {
  margin-bottom: 40px;
  font-size: 20px;
  line-height: 48px;
  color: #333;
  text-align: center;
}
.special01 .list {
  margin-bottom: 30px;
  display: flex;
}
.special01 .list li {
  transition: all 0.5s;
  position: relative;
  margin: 0 3.5% 3.5% 0;
  width: 31%;
  background: #fff;
}
.special01 .list li:nth-child(3n) {
  margin-right: 0;
}
.special01 .list li .pic {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.special01 .list li .pic i {
  width: 100%;
  height: 100%;
}
.special01 .list li .bor {
  transition: all 0.5s;
  position: relative;
  z-index: 2;
  padding: 40px 8%;
  color: #333;
}
.special01 .list li .bor b {
  margin-bottom: 30px;
  font-size: 22px;
  font-weight: bold;
}
.special01 .list li .bor i {
  margin-bottom: 30px;
  width: 30px;
  height: 3px;
  background: url(../images/special/i2.png) center no-repeat;
  background-size: contain;
}
.special01 .list li .bor p {
  font-size: 18px;
  line-height: 32px;
}
.special01 .list li:hover {
  transition: all 0.5s;
  background: #61a5d5;
  box-shadow: 0 0 20px rgba(97, 165, 213, 0.4);
}
.special01 .list li:hover .bor {
  transition: all 0.5s;
  color: #fff;
}
.special01 .text_box {
  margin-bottom: 30px;
  font-size: 22px;
  line-height: 48px;
  color: #333;
  text-align: center;
}
.special01 .text_box p {
  font-weight: bold;
}
.special01 .dow {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 40px;
  width: 260px;
  height: 84px;
  background: url(../images/special/i3.png) center no-repeat;
  background-size: cover;
  border-radius: 84px;
  overflow: hidden;
}
.special01 .dow::after {
  background: #fff;
  content: "";
  height: 155px;
  left: -75px;
  opacity: 0.15;
  position: absolute;
  top: -50px;
  transform: rotate(35deg);
  transition: all 0.8s cubic-bezier(0.19, 1, 0.22, 1);
  width: 50px;
}
.special01 .dow i {
  padding-left: 32px;
  font-size: 20px;
  color: #fff;
  font-weight: bold;
  background: url(../images/special/i4.png) left center no-repeat;
  background-size: contain;
}
.special01 .dow:hover:after {
  left: 120%;
  transition: all 0.8s cubic-bezier(0.19, 1, 0.22, 1);
}
.special01 .hin {
  font-size: 16px;
  color: #333;
  text-align: center;
}
.special02 {
  padding: 0 0 160px;
  background: url(../images/special/special02_bac.jpg) center no-repeat;
  background-size: 100% 100%;
}
.special02 .mode img {
  width: 100%;
}
.special02 .mode img:nth-child(2) {
  margin-top: 50px;
}
.special03 {
  padding: 0 0 160px;
  background: url(../images/special/special03_bac.jpg) center no-repeat;
  background-size: 100% 100%;
}
.special03 .mode {
  margin: 0 auto;
  width: 1400px;
}
.special03 .swiper {
  width: 100%;
  padding: 50px 0;
}
.special03 .swiper-slide {
  width: 39%;
  height: calc(86vh - 100px);
  background: #fff;
}
.special03 .swiper-slide img {
  transition: all 0.5s;
  opacity: 0.5;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.special03 .swiper-slide.swiper-slide-active img,
.special03 .swiper-slide.swiper-slide-prev img,
.special03 .swiper-slide.swiper-slide-next img {
  transition: all 0.5s;
  opacity: 1;
}
.special03 #d_tab29 {
  position: relative;
}
.special03 #d_tab29 .bac {
  opacity: 0;
  width: 31%;
}
.special03 #d_tab29 .d_img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.special03 #d_tab29 .d_img li {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  display: none;
  z-index: 0;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}
.special03 #d_tab29 .d_img li a {
  position: relative;
}
.special03 #d_tab29 .d_img li a::after {
  box-sizing: border-box;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  border: #fff 2px solid;
  content: "";
}
.special03 #d_tab29 .d_img li img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.special03 #d_tab29 .d_img li.d_pos1 {
  display: block;
  width: 16%;
  left: 0%;
  z-index: 1;
}
.special03 #d_tab29 .d_img li.d_pos2 {
  display: block;
  width: 21%;
  left: 11.5%;
  z-index: 3;
}
.special03 #d_tab29 .d_img li.d_pos3 {
  display: block;
  width: 26%;
  left: 23%;
  z-index: 4;
}
.special03 #d_tab29 .d_img li.d_pos4 {
  display: block;
  width: 31%;
  right: 34.5%;
  z-index: 5;
}
.special03 #d_tab29 .d_img li.d_pos5 {
  display: block;
  width: 26%;
  right: 23%;
  z-index: 4;
}
.special03 #d_tab29 .d_img li.d_pos6 {
  display: block;
  width: 21%;
  right: 11.5%;
  z-index: 3;
}
.special03 #d_tab29 .d_img li.d_pos7 {
  display: block;
  width: 16%;
  right: 0%;
  z-index: 1;
}
.special03 #d_tab29 .d_prev,
.special03 #d_tab29 .d_next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 10;
  width: 68px;
  height: 62px;
  cursor: pointer;
}
.special03 #d_tab29 .d_prev:hover,
.special03 #d_tab29 .d_next:hover {
  background-color: #344193;
}
.special03 #d_tab29 .d_prev {
  left: 0;
  background: #cacaca url(../images/special/i7.png) center no-repeat;
}
.special03 #d_tab29 .d_next {
  right: 0;
  background: #344193 url(../images/special/i8.png) center no-repeat;
}
.special04 {
  padding: 0 0 160px;
  background: url(../images/special/special04_bac.jpg) center no-repeat;
  background-size: 100% 100%;
}
.special04 .tab_pic {
  position: relative;
}
.special04 .tab_pic::after {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 2;
  width: 100%;
  height: 100%;
  background: url(../images/special/special04_bac2.png) left bottom no-repeat;
  background-size: 100% auto;
  content: "";
}
.special04 .tab_next {
  margin: 100px auto 0;
  position: relative;
  width: 100%;
  padding-top: 56.2%;
  /* height: calc(100vh - 230px);
        max-height: 750px; */
}
.special04 .tab_next a {
  transition: all 0.5s;
  opacity: 0;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.special04 .tab_next a .pic {
  width: 100%;
  height: 100%;
}
.special04 .tab_next a img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.special04 .tab_next a.cur {
  transition: all 0.5s;
  opacity: 1;
  z-index: 2;
}
.special04 .tab_tit {
  position: absolute;
  left: 20px;
  bottom: 12px;
  z-index: 10;
  width: calc(100% - 40px);
  height: 6.14vw;
}
.special04 .tab_tit .next {
  width: 100%;
  font-size: 0px !important;
}
.special04 .tab_tit .next a {
  position: relative;
  display: inline-block;
  margin: 0 10px;
}
.special04 .tab_tit .next a:after {
  opacity: 0;
  box-sizing: border-box;
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  border: #fff 3px solid;
}
.special04 .tab_tit .next a.cur:after {
  opacity: 1;
}
.special04 .tab_tit .next a .pic {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 11vw;
  height: 6.14vw;
}
.special04 .tab_tit .next a .pic img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.special05 {
  padding: 0 0 160px;
  background: url(../images/special/special05_bac.jpg) center no-repeat;
  background-size: 100% 100%;
}
.special05 .list a {
  transition: all 0.5s;
  position: relative;
  display: flex;
  align-items: center;
  padding: 67px 76px;
}
.special05 .list a::after {
  transition: all 0.5s;
  opacity: 0;
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #fff url(../images/special/special05_bac2.png) right bottom no-repeat;
  background-size: 43.9% auto;
  content: "";
}
.special05 .list a::before {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 1px;
  background: #e8e8e8;
  content: "";
}
.special05 .list a .pic {
  position: relative;
  z-index: 2;
  margin-right: 4.8%;
  width: 340px;
  height: 192px;
  overflow: hidden;
}
.special05 .list a .pic i {
  transition: all 0.5s;
  transform: scale(1);
  width: 100%;
  height: 100%;
}
.special05 .list a .text {
  flex: 1;
  position: relative;
  z-index: 2;
}
.special05 .list a .text b {
  transition: all 0.5s;
  margin-bottom: 25px;
  font-size: 20px;
  color: #333;
  font-weight: bold;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.special05 .list a .text i {
  margin-bottom: 25px;
  font-size: 16px;
  color: #999;
}
.special05 .list a .text p {
  height: 60px;
  font-size: 16px;
  line-height: 30px;
  color: #666;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.special05 .list a:hover {
  transition: all 0.5s;
  box-shadow: 0 0 26px rgba(24, 61, 107, 0.3);
}
.special05 .list a:hover::after {
  transition: all 0.5s;
  opacity: 1;
}
.special05 .list a:hover .pic i {
  transition: all 0.5s;
  transform: scale(1.1);
}
.special05 .list a:hover .text b {
  transition: all 0.5s;
  color: #193e6c;
}
.special05 .more {
  position: relative;
  margin: 64px auto 0;
  width: 130px;
  height: 50px;
  background: #193e6c;
  overflow: hidden;
  cursor: pointer;
}
.special05 .more::after {
  background: #fff;
  content: "";
  height: 155px;
  left: -75px;
  opacity: 0.1;
  position: absolute;
  top: -50px;
  transform: rotate(35deg);
  transition: all 0.8s cubic-bezier(0.19, 1, 0.22, 1);
  width: 20px;
}
.special05 .more i {
  line-height: 50px;
  font-size: 18px;
  color: #fff;
  text-align: center;
}
.special05 .more:hover:after {
  left: 120%;
  transition: all 0.8s cubic-bezier(0.19, 1, 0.22, 1);
}
.special06 {
  padding: 0 0 160px;
  background: url(../images/special/special06_bac.jpg) center no-repeat;
  background-size: 100% 100%;
  overflow: hidden;
}
.special06 .tab {
  display: flex;
}
.special06 .tab_tit {
  position: relative;
  padding-right: 10px;
  width: 350px;
}
.special06 .tab_tit::after {
  position: absolute;
  left: 0;
  top: 0;
  width: calc(100% - 26px);
  height: 100%;
  background: #fff;
  content: "";
}
.special06 .tab_tit .lie {
  width: calc(100% - 16px);
  height: 10px;
  background: #fff;
}
.special06 .tab_tit .swiper {
  height: 558px;
}
.special06 .tab_tit .swiper-slide {
  width: 100%;
}
.special06 .tab_tit .swiper-slide .bor {
  position: relative;
  box-sizing: border-box;
  margin-right: 16px;
  padding: 13px 19px;
  height: 186px;
  background: #fff;
}
.special06 .tab_tit .swiper-slide .bor::after {
  position: absolute;
  right: 0px;
  top: 0;
  width: 16px;
  height: 100%;
  background: url(../images/special/i5.png) right center no-repeat;
  background-size: 100% auto;
  content: "";
}
.special06 .tab_tit .swiper-slide .pic {
  position: relative;
  width: 100%;
  height: 100%;
  cursor: pointer;
}
.special06 .tab_tit .swiper-slide .pic::before {
  transition: all 0.5s;
  opacity: 0;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: url(../images/special/special06_bac2.png) left bottom no-repeat;
  background-size: cover;
  content: "";
}
.special06 .tab_tit .swiper-slide .pic::after {
  opacity: 0;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 3;
  width: calc(100% - 9px);
  height: calc(100% - 9px);
  border: #4380cb 5px solid;
  content: "";
}
.special06 .tab_tit .swiper-slide .pic img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.special06 .tab_tit .swiper-slide .pic .tit {
  transition: all 0.5s;
  opacity: 0;
  position: absolute;
  left: 17px;
  bottom: 20px;
  z-index: 2;
  width: calc(100% - 34px);
  font-size: 14px;
  color: #fff;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.special06 .tab_tit .swiper-slide.swiper-slide-thumb-active .bor::after {
  right: -16px;
}
.special06 .tab_tit .swiper-slide.swiper-slide-thumb-active .pic::after,
.special06 .tab_tit .swiper-slide.swiper-slide-thumb-active .pic .tit {
  transition: all 0.5s;
  opacity: 1;
}
.special06 .tab_tit .swiper-slide.swiper-slide-thumb-active .pic::before {
  transition: all 0.5s;
  opacity: 0.7;
}
.special06 .tab_tit .swiper-button-prev,
.special06 .tab_tit .swiper-button-next {
  left: 50%;
  transform: translateX(-50%);
  margin: 0 0 0 -13px;
  width: 40px;
  height: 40px;
}
.special06 .tab_tit .swiper-button-prev {
  top: 0;
  background: #cacaca url(../images/special/i9.png) center no-repeat;
}
.special06 .tab_tit .swiper-button-prev:hover {
  background-color: #344193;
}
.special06 .tab_tit .swiper-button-next {
  top: auto;
  right: auto;
  bottom: 0;
  background: #344193 url(../images/special/i10.png) center no-repeat;
}
.special06 .tab_next {
  flex: 1;
  height: 578px;
}
.special06 .tab_next .swiper-slide {
  position: relative;
  background: #fff;
  cursor: pointer;
}
.special06 .tab_next .swiper-slide::after {
  transition: all 0.5s;
  opacity: 0.7;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: url(../images/special/special06_bac2.png) left bottom no-repeat;
  background-size: cover;
  content: "";
}
.special06 .tab_next .swiper-slide video,
.special06 .tab_next .swiper-slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  mix-blend-mode: darken;
}
.special06 .tab_next .swiper-slide em {
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
  opacity: 0;
}
.special06 .tab_next .swiper-slide .pic {
  width: 100%;
  height: 100%;
}
.special06 .tab_next .swiper-slide .pic i {
  width: 100%;
  height: 100%;
}
.special06 .tab_next .swiper-slide .pos {
  transition: all 0.5s;
  opacity: 1;
  position: absolute;
  left: 50px;
  bottom: 30px;
  z-index: 2;
  width: calc(100% - 100px);
}
.special06 .tab_next .swiper-slide .pos p {
  padding-left: 54px;
  line-height: 40px;
  font-size: 24px;
  color: #fff;
  font-weight: bold;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  background: url(../images/special/i6.png) left center no-repeat;
}
.special06 .tab_next .swiper-slide.cur::after,
.special06 .tab_next .swiper-slide.cur .pos {
  transition: all 0.5s;
  opacity: 0;
}
.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 {
  width: 100%;
}
.pop_video i {
  position: absolute;
  right: 30px;
  top: 30px;
  width: 18px;
  height: 18px;
  background: url(../images/special/i11.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;
}
