.indexBanner {
  height: 640px;
  margin-top: 126px;
}
.indexBanner .swiper {
  height: 100%;
}
.indexBanner .swiper .swiper-wrapper .swiper-slide {
  font-size: 0;
}
.indexBanner .swiper .swiper-wrapper .swiper-slide img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.indexBanner .swiper .swiper-wrapper .swiper-slide img:nth-child(2) {
  display: none;
}
.indexBanner .swiper .swiper-wrapper .swiper-slide .bg {
  width: 50%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background: #3cb4e6;
}
.indexBanner .swiper .swiper-wrapper .swiper-slide .bg::after {
  width: 92px;
  height: 92px;
  background: #3cb4e6;
  position: absolute;
  right: -92px;
  display: block;
  content: "";
}
.indexBanner .swiper .swiper-wrapper .swiper-slide .w1400 {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 25.625%;
}
.indexBanner .swiper .swiper-wrapper .swiper-slide .w1400 .content {
  max-width: 570px;
}
.indexBanner .swiper .swiper-wrapper .swiper-slide .w1400 .content .subTit {
  font-size: 24px;
  color: rgba(255, 255, 255, 0.7);
  letter-spacing: 4px;
}
.indexBanner .swiper .swiper-wrapper .swiper-slide .w1400 .content .tit {
  font-size: 58px;
  font-weight: bold;
  color: #fff;
  letter-spacing: 12px;
  margin-top: 20px;
}
.indexBanner .swiper .swiper-wrapper .swiper-slide .w1400 .content .enTips {
  font-size: 16px;
  line-height: 1.5;
  color: #fff;
  letter-spacing: 1px;
  margin-top: 40px;
}
.indexBanner .swiper .swiper-wrapper .swiper-slide .w1400 .content .btn {
  width: 160px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  font-size: 18px;
  letter-spacing: 1px;
  color: #fff;
  background: #203356;
  margin-top: 45px;
}
.indexBanner .swiper .swiper-wrapper .swiper-slide .w1400 .content .btn img {
  width: auto;
  height: auto;
  margin-left: 16px;
}
.indexBanner .swiper .swiper-wrapper .swiper-slide .w1400 .content .btn::before {
  width: 10px;
  height: 10px;
  transform: rotate(45deg);
  background: #3cb4e6;
  position: absolute;
  right: -5px;
  top: -5px;
  display: block;
  content: "";
}
.indexBanner .swiper .swiper-wrapper .swiper-slide .w1400 .content .btn::after {
  width: 10px;
  height: 10px;
  transform: rotate(45deg);
  background: #3cb4e6;
  position: absolute;
  left: -5px;
  bottom: -5px;
  display: block;
  content: "";
}
.indexBanner .swiper .swiper-button-prev, .indexBanner .swiper .swiper-button-next {
  width: 60px;
  height: 60px;
  border: 1px solid white;
  border-radius: 50%;
}
.indexBanner .swiper .swiper-button-prev.swiper-button-disabled, .indexBanner .swiper .swiper-button-next.swiper-button-disabled {
  border-color: rgba(255, 255, 255, 0.2);
}
.indexBanner .swiper .swiper-button-prev::after, .indexBanner .swiper .swiper-button-next::after {
  display: none;
}
.indexBanner .swiper .swiper-button-prev {
  left: 60px;
}
.indexBanner .swiper .swiper-button-next {
  right: 60px;
}

.indexBlock .w1400 .content {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.indexBlock .w1400 .content .list {
  display: flex;
  position: relative;
  width: 48.2142857143%;
}
.indexBlock .w1400 .content .list .posiLogo {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}
.indexBlock .w1400 .content .list .posiLogo span {
  width: 100%;
  height: 30px;
  background: #203356;
  display: block;
}
.indexBlock .w1400 .content .list .posiLogo .img {
  position: absolute;
  top: 0;
  left: 0;
  width: 200px;
  height: 70px;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #203356;
}
.indexBlock .w1400 .content .list .text {
  max-width: 245px;
  position: absolute;
  top: 34.0476190476%;
  left: 8.5925925926%;
}
.indexBlock .w1400 .content .list .text .tit {
  font-size: 26px;
  color: #203356;
}
.indexBlock .w1400 .content .list .text .tips {
  font-size: 16px;
  line-height: 1.625;
  color: #666;
  font-weight: 100;
  margin-top: 20px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
.indexBlock .w1400 .content .list .text .btn {
  font-size: 16px;
  color: #3cb4e6;
  display: flex;
  align-items: center;
  line-height: 2;
  margin-top: 50px;
}
.indexBlock .w1400 .content .list .text .btn img {
  margin-left: 8px;
}

.indexBlock2 .content {
  height: 600px;
}
.indexBlock2 .content .cont {
  height: 100%;
}
.indexBlock2 .content .cont .list {
  height: 100%;
  font-size: 0;
  position: relative;
  display: none;
}
.indexBlock2 .content .cont .list img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.indexBlock2 .content .cont .list > img:nth-child(2){
    display: none;
}
.indexBlock2 .content .cont .list .w1400 {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  z-index: 1;
  padding-top: 106px;
}
.indexBlock2 .content .cont .list .w1400 .text {
  width: 50%;
  padding-right: 14.2857142857%;
}
.indexBlock2 .content .cont .list .w1400 .text .tit {
  font-size: 24px;
  color: #fff;
}
.indexBlock2 .content .cont .list .w1400 .text .tips {
  font-size: 16px;
  font-weight: 100;
  line-height: 2;
  color: rgba(255, 255, 255, 0.8);
  margin-top: 24px;
  display: -webkit-box;
-webkit-box-orient: vertical;
-webkit-line-clamp: 4;
overflow: hidden;
}
.indexBlock2 .content .cont .list .w1400 .text p {
  font-size: 20px;
  color: #fff;
  margin-top: 50px;
}
.indexBlock2 .content .cont .list .w1400 .text ul {
  display: flex;
  flex-wrap: wrap;
  margin-top: 30px;
}
.indexBlock2 .content .cont .list .w1400 .text ul li {
  font-size: 16px;
  color: rgba(255, 255, 255, 0.8);
  line-height: 2.25;
  border-radius: 19px;
  border: solid 1px rgba(255, 255, 255, 0.5);
  padding: 0 28px;
  margin-right: 20px;
  margin-bottom: 20px;
}
.indexBlock2 .content .cont .list::after {
  width: 50%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  /*background: rgba(38, 58, 94, 0.97);*/
  display: block;
  content: "";
}
.indexBlock2 .content .tabClick {
  margin-top: -90px;
  position: relative;
  z-index: 1;
  box-shadow: 0px 5px 24px 0px rgba(18, 36, 69, 0.1);
  background: #fff;
}
.indexBlock2 .content .tabClick ul {
  display: flex;
}
.indexBlock2 .content .tabClick ul li {
  width: 25%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  height: 190px;
  position: relative;
  cursor: pointer;
}
.indexBlock2 .content .tabClick ul li .img {
  width: 100%;
  text-align: center;
}
.indexBlock2 .content .tabClick ul li .img img {
  opacity: 0.7;
}
.indexBlock2 .content .tabClick ul li p {
  font-size: 18px;
  color: rgba(32, 51, 86, 0.7);
  margin-top: 15px;
}
.indexBlock2 .content .tabClick ul li::after {
  width: 1px;
  height: 90px;
  background-color: #e1e1e1;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  display: block;
  content: "";
}
.indexBlock2 .content .tabClick ul li:last-child::after {
  display: none;
}
.indexBlock2 .content .tabClick ul li.on {
  background: #3cb4e6;
}
.indexBlock2 .content .tabClick ul li.on .img {
  filter: brightness(1000%);
}
.indexBlock2 .content .tabClick ul li.on .img img {
  opacity: 1;
}
.indexBlock2 .content .tabClick ul li.on p {
  color: #fff;
}
.indexBlock2 .content .tabClick ul li.on::before {
  width: 100%;
  height: 10px;
  position: absolute;
  top: -10px;
  background: #3cb4e6;
  display: block;
  content: "";
}

.indexBlock3 {
  padding-top: 100px;
}
.indexBlock3 .swiper {
  overflow-x: hidden;
  padding-bottom: 160px;
}
.indexBlock3 .swiper .swiper-wrapper .swiper-slide {
  font-size: 0;
  opacity: 0.2;
}
.indexBlock3 .swiper .swiper-wrapper .swiper-slide img {
  width: 100%;
  height: 500px;
  max-width: 1000px;
  -o-object-fit: cover;
     object-fit: cover;
}
.indexBlock3 .swiper .swiper-wrapper .swiper-slide .posi {
  width: 600px;
  min-height: 340px;
  position: absolute;
  right: 0;
  bottom: -60px;
  background: #fff;
  box-shadow: 0px 5px 24px 0px rgba(18, 36, 69, 0.1);
  padding: 56px 60px;
}
.indexBlock3 .swiper .swiper-wrapper .swiper-slide .posi .tit {
  font-size: 26px;
  letter-spacing: 1px;
  color: #1c2e51;
}
.indexBlock3 .swiper .swiper-wrapper .swiper-slide .posi .tit span{
    font-size: 16px;
    margin-left: 15px;
    color: #666;
    display: none;
}
.indexBlock3 .swiper .swiper-wrapper .swiper-slide .posi .tit::after {
  width: 32px;
  height: 3px;
  background-color: #1c2e51;
  display: block;
  content: "";
  margin-top: 24px;
}
.indexBlock3 .swiper .swiper-wrapper .swiper-slide .posi .tips {
  display: flex;
  flex-wrap: wrap;
  margin-top: 37px;
}
.indexBlock3 .swiper .swiper-wrapper .swiper-slide .posi .tips span{
    display: block;
    font-size: 16px;
    color: #666;
    line-height: 36px;
    border: 1px solid #e1e1e1;
    border-radius: 19px;
    padding: 0 25px;
    margin-right: 20px;
    margin-bottom: 15px;
}
.indexBlock3 .swiper .swiper-wrapper .swiper-slide .posi .btn {
  width: auto;
  font-family: MicrosoftYaHeiLight;
  font-size: 15px;
  color: #3cb4e6;
  display: flex;
  align-items: center;
  margin-top: 50px;
  line-height: 1.3333333333;
}
.indexBlock3 .swiper .swiper-wrapper .swiper-slide .posi .btn img {
  width: auto;
  height: auto;
  margin-left: 18px;
}
.indexBlock3 .swiper .swiper-wrapper .swiper-slide.swiper-slide-active {
  opacity: 1;
}
.indexBlock3 .swiper .swiperChange {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  z-index: 3;
  display: flex;
  justify-content: flex-end;
}
.indexBlock3 .swiper .swiperChange div {
  position: relative;
  margin: 0;
  right: auto;
  left: auto;
  transform: none;
  width: 40px;
  height: 40px;
  background-color: #1c2e51;
  background-repeat: no-repeat;
  background-position: center;
  border-radius: 50%;
  opacity: 1;
}
.indexBlock3 .swiper .swiperChange div::after {
  display: none;
}
.indexBlock3 .swiper .swiperChange div.swiper-button-next {
  background-image: url(../images/rightStyle2.png);
  margin-left: 14px;
}
.indexBlock3 .swiper .swiperChange div.swiper-button-prev {
  background-image: url(../images/leftStyle2.png);
}
.indexBlock3 .swiper .swiperChange div.swiper-button-disabled {
  background-color: rgba(28, 46, 81, 0.5);
}

.indexBlock4 .w1400 .title {
  padding-top: 0;
}
.indexBlock4 .w1400 .title .right {
  display: none;
}
.indexBlock4 .content {
  position: relative;
  font-size: 0;
  height: 620px;
}
.indexBlock4 .content img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.indexBlock4 .content img:nth-child(2) {
  display: none;
}
.indexBlock4 .content .w1400 {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  z-index: 1;
}
.indexBlock4 .content .w1400 .left {
  max-width: 532px;
  width: 45%;
  padding-top: 88px;
}
.indexBlock4 .content .w1400 .left .tit {
  font-size: 26px;
  line-height: 1.3076923077;
  color: #ffffff;
}
.indexBlock4 .content .w1400 .left .text {
  font-size: 16px;
  line-height: 1.875;
  color: rgba(255, 255, 255, 0.8);
  margin-top: 25px;
}
.indexBlock4 .content .w1400 .left .text a {
  display: none;
}
.indexBlock4 .content .w1400 .left ul {
  display: flex;
  margin-top: 40px;
}
.indexBlock4 .content .w1400 .left ul li {
  margin-left: 22.5563909774%;
}
.indexBlock4 .content .w1400 .left ul li p {
  font-size: 24px;
  color: #fff;
  font-weight: bold;
}
.indexBlock4 .content .w1400 .left ul li p span {
  font-size: 58px;
  font-family: "barlowMedia";
}
.indexBlock4 .content .w1400 .left ul li .tips {
  font-size: 16px;
  line-height: 2;
  color: #fff;
}
.indexBlock4 .content .w1400 .left ul li:first-child {
  margin-left: 0;
}
.indexBlock4 .content .w1400 .left .btn {
  width: 160px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  font-size: 18px;
  letter-spacing: 1px;
  color: #fff;
  background: #203356;
  margin-top: 62px;
}
.indexBlock4 .content .w1400 .left .btn img {
  width: auto;
  height: auto;
  margin-left: 16px;
}
.indexBlock4 .content .w1400 .left .btn::before {
  width: 10px;
  height: 10px;
  transform: rotate(45deg);
  background: #3cb4e6;
  position: absolute;
  right: -5px;
  top: -5px;
  display: block;
  content: "";
}
.indexBlock4 .content .w1400 .left .btn::after {
  width: 10px;
  height: 10px;
  transform: rotate(45deg);
  background: #3cb4e6;
  position: absolute;
  left: -5px;
  bottom: -5px;
  display: block;
  content: "";
}
.indexBlock4 .content::after {
  width: 50%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background: rgba(60, 180, 230, 0.97);
  display: block;
  content: "";
}

.indexBlock5 .w1400 .content {
  display: flex;
  flex-wrap: wrap;
  padding-bottom: 140px;
}
.indexBlock5 .w1400 .content .list {
  position: relative;
  display: flex;
  flex-direction: column;
  width: 30.7142857143%;
  margin-left: 3.9285714286%;
}
.indexBlock5 .w1400 .content .list:first-child {
  margin-left: 0;
}
.indexBlock5 .w1400 .content .list .type {
  background: #1c2e51;
  line-height: 46px;
  position: absolute;
  top: 0;
  left: 0;
  color: #fff;
  font-size: 15px;
  z-index: 2;
  padding: 0 20px;
}
.indexBlock5 .w1400 .content .list .img {
  font-size: 0;
  position: relative;
  z-index: 1;
  height: 247px;
}
.indexBlock5 .w1400 .content .list .img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.indexBlock5 .w1400 .content .list .text {
  box-shadow: 0px 5px 24px 0px rgba(18, 36, 69, 0.1);
  height: 275px;
  padding: 31px 30px 80px;
  background: #fff;
}
.indexBlock5 .w1400 .content .list .text .time {
  display: flex;
  align-items: center;
}
.indexBlock5 .w1400 .content .list .text .time .left {
  font-size: 42px;
  color: #1c2e51;
  font-family: barlowMedia;
}
.indexBlock5 .w1400 .content .list .text .time .right {
  font-size: 18px;
  color: #ccc;
  font-family: barlowMedia;
  margin-left: 12px;
  line-height: 20px;
  padding-left: 12px;
  position: relative;
}
.indexBlock5 .w1400 .content .list .text .time .right::after {
  width: 1px;
  height: 33px;
  background-color: #e1e1e1;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  display: block;
  content: "";
}
.indexBlock5 .w1400 .content .list .text .tit {
  letter-spacing: 1px;
  line-height: 1.9;
  color: #1c2e51;
  font-size: 20px;
  width: 100%;
  display: block;
  margin-top: 25px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
.indexBlock5 .w1400 .content .list .text .btn {
  font-size: 15px;
  line-height: 20px;
  display: flex;
  align-items: center;
  color: #3cb4e6;
  position: absolute;
  bottom: 49px;
}
.indexBlock5 .w1400 .content .list .text .btn img {
  margin-left: 11px;
}
.indexBlock5 .w1400 .content .list .bg {
  position: absolute;
  z-index: -1;
  width: 100%;
  height: 100%;
  background: #dab972;
  left: 0;
  top: 0;
  transition: all 0.3s;
}
.indexBlock5 .w1400 .content .list:hover .bg {
  left: 20px;
  top: 20px;
}
.indexBlock5 .w1400 .mySwiper3 {
  display: none;
}

@media (max-width: 1400px) {
  .indexBanner .swiper .swiper-wrapper .swiper-slide .w1400 .content {
    width: 45%;
  }
}
@media (max-width: 1200px) {
  .indexBanner .swiper .swiper-wrapper .swiper-slide .w1400 .content .subTit {
    font-size: 20px;
  }
  .indexBanner .swiper .swiper-wrapper .swiper-slide .w1400 .content .tit {
    font-size: 50px;
  }
  .indexBanner .swiper .swiper-wrapper .swiper-slide .w1400 .content .enTips {
    font-size: 14px;
    line-height: 1.6;
  }
  .indexBlock .w1400 .content .list .text .btn {
    margin-top: 10px;
  }
}
@media (max-width: 1080px) {
  .indexBanner {
    margin-top: 0;
  }
}
@media (max-width: 996px) {
  .indexBanner {
    height: auto;
  }
  .indexBanner .swiper .swiper-wrapper .swiper-slide {
    display: flex;
    flex-direction: column-reverse;
  }
  .indexBanner .swiper .swiper-wrapper .swiper-slide > img {
    display: none;
  }
  .indexBanner .swiper .swiper-wrapper .swiper-slide > img:nth-child(2) {
    display: block;
  }
  .indexBanner .swiper .swiper-wrapper .swiper-slide .bg {
    width: 100%;
    z-index: -1;
  }
  .indexBanner .swiper .swiper-wrapper .swiper-slide .w1400 {
    position: relative;
    margin: 0 auto;
    left: 0;
    top: 0;
    transform: none;
    padding: 20px 0 0;
  }
  .indexBanner .swiper .swiper-wrapper .swiper-slide .w1400 .content {
    width: 90%;
    max-width: 100%;
  }
  .indexBanner .swiper .swiper-wrapper .swiper-slide .w1400 .content .subTit {
    font-size: 4vw;
    letter-spacing: 0;
  }
  .indexBanner .swiper .swiper-wrapper .swiper-slide .w1400 .content .tit {
    color: rgba(255, 255, 255, 0.7);
    font-size: 4vw;
    margin-top: 0;
    letter-spacing: 0;
    font-weight: 400;
  }
  .indexBanner .swiper .swiper-wrapper .swiper-slide .w1400 .content .enTips {
    font-size: 3vw;
  }
  .indexBanner .swiper .swiper-button-prev, .indexBanner .swiper .swiper-button-next {
    display: none;
  }
  .indexBlock .w1400 .content {
    flex-wrap: wrap;
  }
  .indexBlock .w1400 .content .list {
    width: 100%;
    margin-bottom: 30px;
  }
  .indexBlock .w1400 .content .list:last-child {
    margin-bottom: 0;
  }
  .indexBlock .w1400 .content .list .img {
    display: block;
    width: 100%;
    font-size: 0;
  }
  .indexBlock .w1400 .content .list .img img {
    width: 100%;
    height: auto;
  }
  .indexBlock .w1400 .content .list .posiLogo {
    z-index: 1;
  }
  .indexBlock .w1400 .content .list .posiLogo img {
    width: auto;
  }
  .indexBlock .w1400 .content .list .text .btn img {
    width: auto;
  }
  .indexBlock4 .content .w1400 .left ul li {
    margin-left: 30px;
  }
  .indexBlock5 .w1400 .content {
    justify-content: space-between;
  }
  .indexBlock5 .w1400 .content .list {
    width: 48.5%;
    margin: 0;
    margin-bottom: 30px;
  }
}
@media (max-width: 800px) {
  .indexBanner .swiper .swiper-wrapper .swiper-slide .w1400 .content .enTips {
    margin-top: 20px;
  }
  .indexBanner .swiper .swiper-wrapper .swiper-slide .w1400 .content .btn {
    margin-top: 25px;
    font-size: 3vw;
    line-height: 3;
    height: auto;
  }
  .indexBlock2 .content {
    height: auto;
  }
  .indexBlock2 .content .cont .list::after {
    display: none;
  }
  .indexBlock2 .content .cont .list img {
    height: 430px;
  }
  .indexBlock2 .content .cont .list > img:nth-child(2){
      display: block;
  }
  .indexBlock2 .content .cont .list > img:nth-child(1){
      display: none;
  }
  .indexBlock2 .content .cont .list .w1400 {
    position: relative;
    width: 100%;
    background: #203356;
    padding: 0;
  }
  .indexBlock2 .content .cont .list .w1400 .text {
    padding: 0 5%;
    padding-top: 30px;
    width: 100%;
    padding-bottom: 10px;
  }
  .indexBlock2 .content .cont .list .w1400 .text .tit {
    font-size: 4.5vw;
  }
  .indexBlock2 .content .cont .list .w1400 .text .tips {
    font-size: 3vw;
    margin-top: 10px;
  }
  .indexBlock2 .content .cont .list .w1400 .text p {
    font-size: 4vw;
    margin-top: 20px;
  }
  .indexBlock2 .content .cont .list .w1400 .text ul li {
    font-size: 3vw;
    line-height: 2;
    padding: 0 15px;
  }
  .indexBlock2 .content .tabClick {
    width: 100%;
    margin-top: 0;
  }
  .indexBlock2 .content .tabClick ul li {
    flex-direction: initial;
    height: 70px;
    align-items: center;
  }
  .indexBlock2 .content .tabClick ul li .img {
    width: 18px;
    margin-right: 6px;
    font-size: 0;
  }
  .indexBlock2 .content .tabClick ul li .img img {
    max-width: 20px;
    max-height: 20px;
  }
  .indexBlock2 .content .tabClick ul li p {
    margin-top: 0;
    font-size: 3vw;
  }
  .indexBlock2 .content .tabClick ul li::after {
    display: none;
  }
  .indexBlock2 .content .tabClick ul li.on::before {
    display: none;
  }
  .indexBlock3 {
    padding-top: 0;
  }
  .indexBlock3 .swiper {
    padding-bottom: 45px;
  }
  .indexBlock3 .swiper .swiper-wrapper .swiper-slide img {
    width: calc(100% - 100px);
    height: 400px;
  }
  .indexBlock3 .swiper .swiper-wrapper .swiper-slide .posi {
    position: relative;
    width: 80%;
    padding: 40px;
    height: auto;
    bottom: auto;
    margin-left: auto;
    margin-top: -145px;
  }
  .indexBlock3 .swiper .swiper-wrapper .swiper-slide .posi .tit {
    font-size: 4.5vw;
  }
  .indexBlock3 .swiper .swiper-wrapper .swiper-slide .posi .tit::after {
    margin-top: 15px;
  }
  .indexBlock3 .swiper .swiper-wrapper .swiper-slide .posi .btn {
    margin-top: 30px;
    font-size: 3vw;
  }
  .indexBlock3 .swiper .swiperChange div.swiper-button-next {
    margin-left: 10px;
  }
  .indexBlock4 .w1400 .title .right {
    display: block;
  }
  .indexBlock4 .content {
    height: auto;
  }
  .indexBlock4 .content::after {
    display: none;
  }
  .indexBlock4 .content img {
    display: none;
  }
  .indexBlock4 .content img:nth-child(2) {
    display: block;
  }
  .indexBlock4 .content .w1400 {
    background: #3cb4e6;
    top: auto;
    bottom: 5%;
    z-index: 1;
  }
  .indexBlock4 .content .w1400 .left {
    padding: 0;
    max-width: 100%;
    width: 100%;
    padding: 30px;
  }
  .indexBlock4 .content .w1400 .left .tit {
    font-size: 4.5vw;
  }
  .indexBlock4 .content .w1400 .left .text {
    font-size: 3.5vw;
    text-align: justify;
    margin-top: 15px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
  }
  .indexBlock4 .content .w1400 .left .btn {
    display: none;
  }
  .indexBlock4 .content .w1400 .left ul {
    padding-right: 10%;
    margin-top: 10px;
    justify-content: space-between;
  }
  .indexBlock4 .content .w1400 .left ul li p {
    font-size: 3.5vw;
  }
  .indexBlock4 .content .w1400 .left ul li p span {
    font-size: 7vw;
  }
  .indexBlock5 .w1400 .content {
    display: none;
  }
  .indexBlock5 .w1400 .mySwiper3 {
    display: block;
    padding-bottom: 45px;
  }
  .indexBlock5 .w1400 .mySwiper3 .swiper-slide {
    position: relative;
    display: flex;
    flex-direction: column;
    width: 30.7142857143%;
  }
  .indexBlock5 .w1400 .mySwiper3 .swiper-slide:first-child {
    margin-left: 0;
  }
  .indexBlock5 .w1400 .mySwiper3 .swiper-slide .type {
    background: #1c2e51;
    line-height: 3;
    position: absolute;
    top: 0;
    left: 0;
    color: #fff;
    font-size: 3vw;
    z-index: 2;
    padding: 0 20px;
  }
  .indexBlock5 .w1400 .mySwiper3 .swiper-slide .img {
    font-size: 0;
    position: relative;
    z-index: 1;
    height: 247px;
  }
  .indexBlock5 .w1400 .mySwiper3 .swiper-slide .img img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .indexBlock5 .w1400 .mySwiper3 .swiper-slide .text {
    border: 1px solid #e1e1e1;
    height: 295px;
    padding: 15px 30px 60px;
    background: #fff;
  }
  .indexBlock5 .w1400 .mySwiper3 .swiper-slide .text .time {
    display: flex;
    align-items: center;
  }
  .indexBlock5 .w1400 .mySwiper3 .swiper-slide .text .time .left {
    font-size: 10vw;
    color: #1c2e51;
    font-family: barlowMedia;
  }
  .indexBlock5 .w1400 .mySwiper3 .swiper-slide .text .time .right {
    font-size: 4vw;
    color: #ccc;
    font-family: barlowMedia;
    margin-left: 12px;
    line-height: 1.3;
    padding-left: 12px;
    position: relative;
  }
  .indexBlock5 .w1400 .mySwiper3 .swiper-slide .text .time .right::after {
    width: 1px;
    height: 30px;
    background-color: #e1e1e1;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    display: block;
    content: "";
  }
  .indexBlock5 .w1400 .mySwiper3 .swiper-slide .text .tit {
    letter-spacing: 1px;
    line-height: 1.9;
    color: #1c2e51;
    font-size: 4vw;
    line-height: 1.5;
    width: 100%;
    display: block;
    margin-top: 15px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
  }
  .indexBlock5 .w1400 .mySwiper3 .swiper-slide .text .btn {
    font-size: 15px;
    line-height: 20px;
    display: flex;
    align-items: center;
    color: #3cb4e6;
    position: absolute;
    bottom: 35px;
  }
  .indexBlock5 .w1400 .mySwiper3 .swiper-slide .text .btn img {
    margin-left: 11px;
  }
  .indexBlock5 .w1400 .mySwiper3 .swiper-slide .bg {
    position: absolute;
    z-index: -1;
    width: 100%;
    height: 100%;
    background: #dab972;
    left: 0;
    top: 0;
    transition: all 0.3s;
  }
  .indexBlock5 .w1400 .mySwiper3 .swiper-slide:hover .bg {
    left: 20px;
    top: 20px;
  }
}
@media (max-width: 480px) {
  .indexBanner .swiper .swiper-wrapper .swiper-slide .w1400 .content .enTips {
    display: none;
  }
  .indexBanner .swiper .swiper-wrapper .swiper-slide .w1400 .content .btn {
    width: 110px;
  }
  .indexBanner .swiper .swiper-wrapper .swiper-slide .w1400 .content .btn img {
    width: 10px;
    margin-left: 6px;
  }
  .indexBlock .w1400 .content .list .posiLogo .img {
    width: 100px;
    height: 50px;
  }
  .indexBlock .w1400 .content .list .posiLogo .img img {
    max-width: 60%;
  }
  .indexBlock .w1400 .content .list .text {
    max-width: 40%;
  }
  .indexBlock .w1400 .content .list .text .tit {
    font-size: 4vw;
  }
  .indexBlock .w1400 .content .list .text .tips {
    font-size: 3vw;
    margin-top: 10px;
    font-weight: 400;
  }
  .indexBlock .w1400 .content .list .text .btn {
    font-size: 3vw;
  }
  .indexBlock2 .content .cont .list img {
    height: 200px;
  }
  .indexBlock2 .content .cont .list .w1400 .text .tips {
    font-weight: 400;
  }
  .indexBlock2 .content .tabClick ul li {
    height: 50px;
  }
  .indexBlock3 .swiper {
    padding-bottom: 30px;
  }
  .indexBlock3 .swiper .swiper-wrapper .swiper-slide img {
    height: 180px;
    width: 80%;
  }
  .indexBlock3 .swiper .swiper-wrapper .swiper-slide .posi {
    padding: 24px;
    margin-top: -80px;
  }
  .indexBlock3 .swiper .swiperChange div {
    width: 25px;
    height: 25px;
  }
  .indexBlock4 .content .w1400 .left ul {
    padding-right: 0;
  }
  .indexBlock4 .content .w1400 .left ul li .tips {
    font-size: 3vw;
  }
  .indexBlock5 .w1400 .mySwiper3 {
    padding-bottom: 30px;
  }
  .indexBlock5 .w1400 .mySwiper3 .swiper-slide .img {
    height: 200px;
  }
  .indexBlock5 .w1400 .mySwiper3 .swiper-slide .text {
    height: 245px;
  }
  .indexBlock3 .swiper .swiper-wrapper .swiper-slide .posi .tips span{
      font-size: 14px;
      padding: 0 10px;
      line-height: 30px;
  }
  .indexBlock3 .swiper .swiper-wrapper .swiper-slide .posi{
      width: 100%;
      margin-top: 0;
      min-height: auto;
  }
}
@media (max-width: 375px) {
  .indexBlock5 .w1400 .mySwiper3 .swiper-slide .text {
    height: 185px;
  }
}/*# sourceMappingURL=index.css.map */