.guanyuBlock .w1400 {
  display: flex;
  justify-content: space-between;
}
.guanyuBlock .w1400 .left {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 52.5%;
}
.guanyuBlock .w1400 .left .tit {
  font-size: 30px;
  color: #122445;
  letter-spacing: 1px;
}
.guanyuBlock .w1400 .left .tips {
  font-size: 20px;
  line-height: 26px;
  letter-spacing: 1px;
  color: #666;
  margin-top: 22px;
}
.guanyuBlock .w1400 .left .cont {
  width: 100%;
  font-size: 16px;
  line-height: 2;
  color: #666;
  margin-top: 40px;
}
.guanyuBlock .w1400 .left ul {
  display: flex;
  justify-content: flex-start;
  width: 100%;
  margin-top: 48px;
}
.guanyuBlock .w1400 .left ul li {
  margin-right: 21.768707483%;
}
.guanyuBlock .w1400 .left ul li p {
  color: #43b5e4;
  font-size: 24px;
  font-weight: bold;
}
.guanyuBlock .w1400 .left ul li p span {
  font-size: 58px;
}
.guanyuBlock .w1400 .left ul li div {
  font-size: 16px;
  line-height: 2;
  color: #666;
}
.guanyuBlock .w1400 .left ul li:last-child {
  margin-right: 0;
}
.guanyuBlock .w1400 .left > span {
  display: block;
  width: 18px;
  height: 4px;
  background-color: #122445;
  margin-top: 62px;
}
.guanyuBlock .w1400 .right {
  font-size: 0;
}

.guanyuBlock2 {
  position: relative;
  display: flex;
}
.guanyuBlock2 > .img {
  font-size: 0;
}
.guanyuBlock2 .w1400 {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: #fff;
  box-shadow: 0px 5px 24px 0px rgba(18, 36, 69, 0.1);
  padding: 90px 120px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.guanyuBlock2 .w1400 .left {
  width: 56.0344827586%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.guanyuBlock2 .w1400 .left .tit {
  font-size: 30px;
  color: #122445;
  margin-bottom: 41px;
}
.guanyuBlock2 .w1400 .left .tips {
  font-size: 16px;
  line-height: 2;
  color: #666;
}
.guanyuBlock2 .w1400 .left .cont {
  margin: 20px 0;
}
.guanyuBlock2 .w1400 .left .cont p {
  position: relative;
  font-size: 16px;
  line-height: 2;
  color: #666;
  padding-left: 30px;
}
.guanyuBlock2 .w1400 .left .cont p::after {
  content: "";
  display: block;
  width: 3px;
  height: 3px;
  border: solid 2px #43b5e4;
  position: absolute;
  top: 12px;
  left: 6px;
  border-radius: 50%;
}
.guanyuBlock2 .w1400 .left .lastTips {
  font-size: 16px;
  line-height: 2;
  color: #666;
}

.guanyuBlock3 {
  background: url(../images/guanyuBlock3Bg.png) no-repeat center bottom;
  background-size: 100% auto;
  padding-bottom: 92px;
}
.guanyuBlock3 .w1400 .content {
  margin-top: 42px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.guanyuBlock3 .w1400 .content .list {
  width: 23.3571428571%;
  position: relative;
  overflow: hidden;
}
.guanyuBlock3 .w1400 .content .list .img {
  font-size: 0;
}
.guanyuBlock3 .w1400 .content .list .bottom {
  position: absolute;
  bottom: 0;
  width: 100%;
  transition: bottom 0.3s;
}
.guanyuBlock3 .w1400 .content .list .bottom p {
  font-size: 16px;
  line-height: 30px;
  letter-spacing: 1px;
  color: #fff;
  padding: 0 36px 23px;
}
.guanyuBlock3 .w1400 .content .list .bottom p span {
  font-size: 24px;
  letter-spacing: 1px;
  color: #fff;
  margin-right: 5px;
}
.guanyuBlock3 .w1400 .content .list .posi {
  background-color: rgba(0, 0, 0, 0.1);
  -webkit-backdrop-filter: blur(12px);
          backdrop-filter: blur(12px);
  width: 100%;
  height: 100%;
  position: absolute;
  left: -100%;
  top: 0%;
  display: flex;
  justify-content: center;
  flex-direction: column;
  transition: left 0.3s;
  padding: 0 36px;
}
.guanyuBlock3 .w1400 .content .list .posi > span {
  display: block;
  width: 18px;
  height: 4px;
  background-color: #ffffff;
}
.guanyuBlock3 .w1400 .content .list .posi p {
  font-size: 16px;
  line-height: 30px;
  letter-spacing: 1px;
  color: #fff;
  margin-top: 23px;
}
.guanyuBlock3 .w1400 .content .list .posi p span {
  font-size: 24px;
  letter-spacing: 1px;
  color: #fff;
  margin-right: 5px;
}
.guanyuBlock3 .w1400 .content .list .posi .tips {
  font-size: 16px;
  color: #fff;
  line-height: 2;
  margin-top: 24px;
}
.guanyuBlock3 .w1400 .content .list:hover .bottom {
  bottom: -100%;
}
.guanyuBlock3 .w1400 .content .list:hover .posi {
  left: 0;
}
.guanyuBlock3 .w1400 > .tit2 {
  font-size: 24px;
  color: #122445;
  line-height: 30px;
  margin-top: 57px;
}
.guanyuBlock3 .w1400 .content2 {
  display: flex;
  justify-content: space-between;
  margin-top: 32px;
}
.guanyuBlock3 .w1400 .content2 .list {
  max-width: 240px;
}
.guanyuBlock3 .w1400 .content2 .list p {
  font-size: 20px;
  color: #43b5e4;
}
.guanyuBlock3 .w1400 .content2 .list .tips {
  font-size: 16px;
  line-height: 26px;
  color: #666;
  letter-spacing: 1px;
  margin-top: 14px;
}

.guanyuBlock4 {
  background: url(../images/guanyuBlock4Bg.jpg) no-repeat center/cover;
  padding-bottom: 88px;
}
.guanyuBlock4 .w1400 .title2 {
  color: #fff;
}
.guanyuBlock4 .w1400 .content {
  margin-top: 124px;
}
.guanyuBlock4 .w1400 .content .mySwiper {
  margin-top: 156px;
}
.guanyuBlock4 .w1400 .content .mySwiper::after {
  content: "";
  display: block;
  position: absolute;
  bottom: 10px;
  left: 0;
  width: 100%;
  height: 8px;
  background: url(../images/guanyuBlock4Bg2.png) no-repeat;
}
.guanyuBlock4 .w1400 .content .mySwiper .swiper-slide {
  font-size: 22px;
  line-height: 32px;
  color: #fff;
  text-align: center;
}
.guanyuBlock4 .w1400 .content .mySwiper .swiper-slide div {
  margin: 0;
  width: 28px;
  height: 28px;
  background: rgba(255, 255, 255, 0);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
}
.guanyuBlock4 .w1400 .content .mySwiper .swiper-slide div span {
  width: 16px;
  height: 16px;
  border-radius: 50%;
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
}
.guanyuBlock4 .w1400 .content .mySwiper .swiper-slide div span::after {
  content: "";
  display: block;
  width: 6px;
  height: 6px;
  background: #43b5e4;
  border-radius: 50%;
}
.guanyuBlock4 .w1400 .content .mySwiper .swiper-slide.swiper-slide-thumb-active div {
  background: white;
}
.guanyuBlock4 .w1400 .content .mySwiper .swiper-slide.swiper-slide-thumb-active div span::after {
  width: 8px;
  height: 8px;
}
.guanyuBlock4 .w1400 .content .mySwiper2 .swiper-slide {
  display: flex;
  justify-content: center;
  align-items: center;
}
.guanyuBlock4 .w1400 .content .mySwiper2 .swiper-slide .img {
  font-size: 0;
  margin-right: 11.4285714286%;
}
.guanyuBlock4 .w1400 .content .mySwiper2 .swiper-slide .cont {
  width: 37.1428571429%;
}
.guanyuBlock4 .w1400 .content .mySwiper2 .swiper-slide .cont p {
  font-size: 58px;
  letter-spacing: -1px;
  color: #fff;
}
.guanyuBlock4 .w1400 .content .mySwiper2 .swiper-slide .cont .tips {
  font-size: 16px;
  line-height: 2;
  color: #fff;
}
.guanyuBlock4 .w1400 .swiper-button-next, .guanyuBlock4 .w1400 .swiper-button-prev {
  width: 60px;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid white;
  border-radius: 50%;
}
.guanyuBlock4 .w1400 .swiper-button-next:after, .guanyuBlock4 .w1400 .swiper-button-prev:after {
  font-size: 17px;
}
.guanyuBlock4 .w1400 .swiper-button-next:swiper-button-disabled, .guanyuBlock4 .w1400 .swiper-button-prev:swiper-button-disabled {
  opacity: 0.3;
}

.guanyuBlock5 {
  padding-bottom: 100px;
}
.guanyuBlock5 .w1400 .title2 {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.guanyuBlock5 .w1400 .title2 a {
  font-size: 16px;
  color: #43b5e4;
  margin-top: 10px;
}
.guanyuBlock5 .w1400 .content {
  display: flex;
  align-items: center;
  border-left: 1px solid #ebebeb;
  margin-top: 32px;
}
.guanyuBlock5 .w1400 .content .list {
  width: 33.2857142857%;
  border-right: 1px solid #ebebeb;
  border-bottom: 4px solid rgba(67, 181, 228, 0);
  padding: 54px 40px 64px;
}
.guanyuBlock5 .w1400 .content .list .time {
  display: flex;
}
.guanyuBlock5 .w1400 .content .list .time span {
  font-size: 42px;
  color: #1d2f50;
  font-weight: bold;
  line-height: 36px;
  padding-right: 10px;
  border-right: 1px solid #e1e1e1;
}
.guanyuBlock5 .w1400 .content .list .time div {
  margin-left: 10px;
}
.guanyuBlock5 .w1400 .content .list .time div p {
  font-size: 18px;
  line-height: 18px;
  color: #ccc;
}
.guanyuBlock5 .w1400 .content .list .tit {
  font-size: 20px;
  line-height: 38px;
  color: #1d2f50;
  height: 76px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  margin-top: 50px;
}
.guanyuBlock5 .w1400 .content .list .img {
  font-size: 0;
  margin-top: 40px;
}
.guanyuBlock5 .w1400 .content .list > span {
  width: 56px;
  height: 56px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #fff;
  transition: all 0.3s;
  margin-top: 44px;
}
.guanyuBlock5 .w1400 .content .list > span img {
  filter: none;
}
.guanyuBlock5 .w1400 .content .list:hover > span {
  background: #43b5e4;
  transform: rotate(31deg);
}
.guanyuBlock5 .w1400 .content .list:hover > span img {
  filter: contrast(1) brightness(100);
}

.guanyuBlock6 {
  background: url(../images/guanyuBlock6Bg.jpg) no-repeat center/cover;
  padding-bottom: 100px;
}
.guanyuBlock6 .w1400 .guanyuBlock6Swiper {
  margin-top: 80px;
}
.guanyuBlock6 .w1400 .guanyuBlock6Swiper .swiper-wrapper{
    align-items: center;
}
.guanyuBlock6 .w1400 .guanyuBlock6Swiper .swiper-wrapper .swiper-slide {
  font-size: 0;
}
.guanyuBlock6 .w1400 .bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 106px;
}
.guanyuBlock6 .w1400 .bottom .tips {
  display: flex;
  align-items: center;
  font-size: 14px;
  color: #122445;
}
.guanyuBlock6 .w1400 .bottom .tips img {
  margin-right: 15px;
}
.guanyuBlock6 .w1400 .bottom .swiper-pagination {
  position: initial;
  display: flex;
  width: 50%;
  font-size: 0;
  background: #ebebeb;
}
.guanyuBlock6 .w1400 .bottom .swiper-pagination > span {
  width: 33.2857142857%;
  margin: 0;
  border-radius: 0;
  height: 3px;
  background: none;
}
.guanyuBlock6 .w1400 .bottom .swiper-pagination > span.swiper-pagination-bullet-active {
  background: #122445;
}

@media (max-width: 996px) {
  .guanyuBlock .w1400 {
    padding: 50px 0;
  }
  .guanyuBlock .w1400 .left {
    width: 100%;
  }
  .guanyuBlock .w1400 .right {
    display: none;
  }
  .guanyuBlock2 {
    flex-direction: column;
  }
  .guanyuBlock2 .img {
    width: 100%;
  }
  .guanyuBlock2 .img img {
    width: 100%;
  }
  .guanyuBlock2 .w1400 {
    flex-direction: column;
    padding: 50px 5%;
    position: initial;
    transform: translate(0, 0);
    width: 100%;
    margin-top: -30%;
  }
  .guanyuBlock2 .w1400 .left {
    width: 100%;
    margin-bottom: 30px;
  }
  .guanyuBlock3 .w1400 .content .list {
    width: calc((100% - 30px) / 2);
    margin-bottom: 30px;
  }
  .guanyuBlock3 .w1400 .content .list > .img img {
    width: 100%;
  }
  .guanyuBlock3 .w1400 .content2 {
    flex-wrap: wrap;
  }
  .guanyuBlock3 .w1400 .content2 .list {
    width: calc((100% - 30px) / 2);
    max-width: 100%;
    margin-bottom: 30px;
  }
  .guanyuBlock4 .w1400 .swiper-button-next, .guanyuBlock4 .w1400 .swiper-button-prev {
    display: none;
  }
}
@media (max-width: 768px) {
  .guanyuBlock .w1400 .left ul li {
    margin-right: 40px;
  }
  .guanyuBlock4 .w1400 .content .mySwiper2 .swiper-slide {
    flex-direction: column;
  }
  .guanyuBlock4 .w1400 .content .mySwiper2 .swiper-slide .img {
    margin: 0;
  }
  .guanyuBlock4 .w1400 .content .mySwiper2 .swiper-slide .cont {
    margin-top: 30px;
    width: 80%;
    text-align: center;
  }
  .guanyuBlock5 {
    padding-bottom: 50px;
  }
  .guanyuBlock5 .w1400 .content {
    flex-wrap: wrap;
    border: 0;
  }
  .guanyuBlock5 .w1400 .content .list {
    width: 100%;
    padding: 30px;
    border: 0;
    border-bottom: 1px solid #ebebeb;
  }
  .guanyuBlock5 .w1400 .content .list > span {
    display: none;
  }
  .guanyuBlock5 .w1400 .content .list .time span {
    font-size: 32px;
    line-height: 28px;
    height: 28px;
  }
  .guanyuBlock5 .w1400 .content .list .time div {
    margin-top: -2px;
  }
  .guanyuBlock5 .w1400 .content .list .time div p {
    font-size: 14px;
  }
  .guanyuBlock5 .w1400 .content .list .time div p:nth-child(2) {
    margin-top: -4px;
  }
  .guanyuBlock5 .w1400 .content .list .tit {
    margin-top: 20px;
    font-size: 16px;
    height: auto;
    -webkit-line-clamp: 1;
    line-height: 1.8;
  }
  .guanyuBlock5 .w1400 .content .list .img {
    margin-top: 10px;
  }
  .guanyuBlock5 .w1400 .content .list .img img {
    width: 100%;
    height: auto;
  }
  .guanyuBlock6 {
    padding-bottom: 50px;
  }
}
@media (max-width: 480px) {
  .guanyuBlock .w1400 {
    padding: 30px 0;
  }
  .guanyuBlock .w1400 .left .tit {
    font-size: 4.5vw;
  }
  .guanyuBlock .w1400 .left .tips {
    font-size: 15px;
    line-height: 1.6;
    margin-top: 12px;
  }
  .guanyuBlock .w1400 .left .cont {
    margin-top: 20px;
    font-size: 14px;
  }
  .guanyuBlock .w1400 .left ul {
    margin-top: 30px;
  }
  .guanyuBlock .w1400 .left ul li {
    margin-right: 30px;
  }
  .guanyuBlock .w1400 .left ul li p span {
    font-size: 36px;
  }
  .guanyuBlock .w1400 .left > span {
    display: none;
  }
  .guanyuBlock2 .w1400 {
    padding: 30px 5%;
  }
  .guanyuBlock2 .w1400 .left .tit {
    font-size: 4.5vw;
    margin-bottom: 16px;
  }
  .guanyuBlock2 .w1400 .left .tips {
    font-size: 14px;
  }
  .guanyuBlock2 .w1400 .left .cont p {
    font-size: 14px;
  }
  .guanyuBlock2 .w1400 .left .lastTips {
    font-size: 14px;
  }
  .guanyuBlock3 {
    padding-bottom: 10px;
  }
  .guanyuBlock3 .w1400 .content .list {
    width: 100%;
    height: 240px;
  }
  .guanyuBlock3 .w1400 .content .list .posi {
    left: 0 !important;
    -webkit-backdrop-filter: blur(0px);
            backdrop-filter: blur(0px);
  }
  .guanyuBlock3 .w1400 .content .list .posi p {
    font-size: 14px;
  }
  .guanyuBlock3 .w1400 .content .list .posi p span {
    font-size: 20px;
  }
  .guanyuBlock3 .w1400 .content .list .bottom {
    display: none;
  }
  .guanyuBlock3 .w1400 .content2 {
    margin-top: 20px;
  }
  .guanyuBlock3 .w1400 .content2 .list {
    width: 100%;
    margin-bottom: 20px;
  }
  .guanyuBlock3 .w1400 .content2 .list p {
    font-size: 18px;
  }
  .guanyuBlock3 .w1400 .content2 .list .tips {
    font-size: 14px;
    margin-top: 0;
  }
  .guanyuBlock3 .w1400 .tit2 {
    font-size: 4.5vw;
    margin-top: 0;
  }
  .guanyuBlock4 {
    padding-bottom: 40px;
  }
  .guanyuBlock4 .w1400 .content {
    margin-top: 30px;
  }
  .guanyuBlock4 .w1400 .content .mySwiper2 .swiper-slide .cont p {
    font-size: 40px;
  }
  .guanyuBlock4 .w1400 .content .mySwiper2 .swiper-slide .cont .tips {
    margin-top: 20px;
  }
  .guanyuBlock4 .w1400 .content .mySwiper {
    margin-top: 30px;
  }
  .guanyuBlock5 {
    padding-bottom: 10px;
  }
  .guanyuBlock5 .w1400 .content {
    flex-wrap: wrap;
    margin-top: 0;
  }
  .guanyuBlock5 .w1400 .content .list {
    padding: 30px 0;
  }
  .guanyuBlock5 .w1400 .content .list:last-child {
    border-bottom: 0;
  }
  .guanyuBlock6 {
    padding-bottom: 30px;
  }
  .guanyuBlock6 .w1400 .guanyuBlock6Swiper {
    margin-top: 30px;
  }
  .guanyuBlock6 .w1400 .bottom {
    margin-top: 30px;
    flex-direction: column;
    justify-content: center;
  }
  .guanyuBlock6 .w1400 .bottom .tips {
    margin-bottom: 20px;
  }
}/*# sourceMappingURL=guanyu.css.map */