@media screen and (max-width: 1200px) {
  html {
    font-size: 20px;
  }
}
@media screen and (max-width: 640px) {
  html {
    font-size: 18px;
  }
}
@media screen and (max-width: 480px) {
  html {
    font-size: 16px;
  }
}
@media screen and (max-width: 395px) {
  html {
    font-size: 12px;
  }
}
.l_main .section {
  padding: 160px 0;
}
.l_main .section_top {
  background: url(/partners/static/images/main/top_bg.jpg) no-repeat center center/cover;
}
.l_main .section_top .inner .tel {
  line-height: 65px;
  margin-bottom: 30px;
}
.l_main .section_top .inner .tel span {
  font-weight: bold;
  font-size: 40px;
  display: block;
  margin-right: 25px;
}
.l_main .section_top .inner > .btn {
  width: 220px;
  height: 64px;
  font-weight: bold;
  font-size: 26px;
  border-width: 3px;
  margin-bottom: 80px;
}
.l_main .section_top .inner .wrap_box {
  box-shadow: 0px 4px 80px 0px rgba(116, 141, 197, 0.3);
}
.l_main .section_top .inner .wrap_box ul {
  display: flex;
  flex-wrap: wrap;
}
.l_main .section_top .inner .wrap_box ul .box {
  width: 33.3333333333%;
  height: 320px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.l_main .section_top .inner .wrap_box ul .box .under {
  font-weight: 600;
  font-size: 18px;
  margin-bottom: 20px;
}
.l_main .section_top .inner .wrap_box ul .box .main_tit {
  font-weight: bold;
  font-size: 40px;
  line-height: 55px;
  text-align: center;
}
.l_main .section_top .inner .wrap_box ul .box .main_tit span {
  font-weight: bold;
  font-size: 40px;
  display: block;
}
.l_main .section_top .inner .wrap_box ul .box + .box {
  position: relative;
}
.l_main .section_top .inner .wrap_box ul .box + .box::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 1px;
  height: calc(100% - 70px * 2);
  background-color: #718cc7;
  opacity: 0.5;
}
.l_main .section_top .inner .wrap_box ul .box:last-of-type .under {
  background: linear-gradient(266deg, #5c82d4 15.28%, #65b3b1 94.95%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  position: relative;
}
.l_main .section_top .inner .wrap_box ul .box:last-of-type .under:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -1px;
  width: 100%;
  height: 1px;
  background: linear-gradient(266deg, #5c82d4 15.28%, #65b3b1 94.95%);
}
.l_main .section_top .inner .wrap_box ul .box:last-of-type .main_tit span {
  background: linear-gradient(266deg, #5c82d4 15.28%, #65b3b1 94.95%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.l_main .section_bottom {
  background: url(/partners/static/images/main/bottom_bg.jpg) no-repeat center center/cover;
}
.l_main .section_bottom .inner ul {
  display: flex;
}
.l_main .section_bottom .inner ul li {
  padding: 120px 0;
  width: 100%;
  height: 670px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center bottom;
}
.l_main .section_bottom .inner ul li:first-of-type {
  background-image: url(/partners/static/images/main/bottom_img_01.jpg);
}
.l_main .section_bottom .inner ul li:last-of-type {
  background-image: url(/partners/static/images/main/bottom_img_02.jpg);
}
.l_main .section_bottom .inner ul li p {
  color: #fff;
  font-weight: 500;
  font-size: 28px;
  text-align: center;
}
.l_main .section_bottom .inner ul li p strong {
  display: block;
  margin-top: 24px;
  font-weight: 800;
  font-size: 40px;
  color: #fff;
}

.layer {
  z-index: 100;
  position: fixed;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: rgba(255, 255, 255, 0.8);
  opacity: 0;
  pointer-events: none;
  overflow-x: hidden;
  overflow-y: auto;
}
.layer .inner {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  min-height: 1080px;
}
.layer .inner .swiper-container {
  padding: 0 0 100px;
  width: 1440px;
}
.layer .inner .swiper-container .swiper-wrapper .swiper-slide {
  width: 448px !important;
}
.layer .inner .swiper-container .swiper-pagination {
  bottom: 0;
}
.layer .inner .swiper-container .swiper-pagination .swiper-pagination-bullet {
  opacity: 1;
  width: 10px;
  height: 10px;
  margin: 0 8px;
  background-color: #ddd;
}
.layer .inner .swiper-container .swiper-pagination .swiper-pagination-bullet-active {
  background: #5c82d4;
}
.layer .inner .swiper-button {
  z-index: 2;
  width: 52px;
  height: 52px;
  border: 1px solid #aaa;
  border-radius: 100%;
  background: url(/partners/static/images/common/icon_pagination_arrow.png) no-repeat center center/contain;
  transition: all 0.2s;
  opacity: 1;
  pointer-events: all;
  margin-top: -85px;
}
.layer .inner .swiper-button::after {
  text-indent: -9999%;
  width: 100%;
  height: 100%;
  background: url(/partners/static/images/common/icon_pagination_arrow.png) no-repeat center center/contain;
}
.layer .inner .swiper-button-prev {
  left: 100px;
  transform: rotate(180deg);
}
.layer .inner .swiper-button-next {
  right: 100px;
}
.layer .inner .swiper-button:hover {
  border-color: #5c82d4;
  background: #5c82d4;
}
.layer .inner .swiper-button:hover::after {
  filter: brightness(0) invert(1);
}
.layer button {
  position: absolute;
  top: 100px;
  right: calc(50% - 719px);
}
.layer.on {
  pointer-events: all;
  opacity: 1;
}

@media screen and (min-width: 1200px) {
  .l_main .section_top .inner .wrap_box ul .box:last-of-type:hover .under {
    background: none;
    -webkit-text-fill-color: unset;
    color: #fff;
  }
  .l_main .section_top .inner .wrap_box ul .box:last-of-type:hover .under:after {
    background: #fff;
  }
  .l_main .section_top .inner .wrap_box ul .box:last-of-type:hover .main_tit span {
    background: none;
    color: #fff;
    -webkit-text-fill-color: unset;
  }
}
@media screen and (max-width: 1480px) {
  .layer .inner .swiper-container {
    width: 1100px;
  }
  .layer .inner .swiper-container .swiper-wrapper .swiper-slide {
    width: 335px !important;
  }
  .layer .inner .swiper-button-prev {
    left: 40px;
  }
  .layer .inner .swiper-button-next {
    right: 40px;
  }
  .layer button {
    top: 150px;
    right: calc(50% - 552px);
  }
}
@media screen and (max-width: 1200px) {
  .l_main .section {
    padding: 5rem 0;
  }
  .l_main .section_top {
    background: url(/partners/static/images/main/top_bg_m.jpg) no-repeat top center/cover;
  }
  .l_main .section_top .inner .tel {
    line-height: 1;
    margin-bottom: 2.083rem;
  }
  .l_main .section_top .inner .tel span {
    text-align: center;
    font-size: 1.708rem;
    margin-right: 0;
    margin-bottom: 0.833rem;
  }
  .l_main .section_top .inner > .btn {
    width: 11.666rem;
    height: 3.333rem;
    font-size: 1.333rem;
    margin-bottom: 4.166rem;
  }
  .l_main .section_top .inner .wrap_box {
    box-shadow: none;
  }
  .l_main .section_top .inner .wrap_box ul {
    display: block;
  }
  .l_main .section_top .inner .wrap_box ul .box {
    box-shadow: 0px 4px 80px 0px rgba(116, 141, 197, 0.3);
    width: 100%;
    height: 11.666rem;
  }
  .l_main .section_top .inner .wrap_box ul .box + .box {
    margin-top: 1.25rem;
  }
  .l_main .section_top .inner .wrap_box ul .box + .box::before {
    display: none;
  }
  .l_main .section_top .inner .wrap_box ul .box .under {
    font-size: 1.083rem;
    margin-bottom: 1.25rem;
  }
  .l_main .section_top .inner .wrap_box ul .box .main_tit {
    font-size: 1.833rem;
    line-height: 1;
  }
  .l_main .section_top .inner .wrap_box ul .box .main_tit span {
    font-size: 1.833rem;
    line-height: 1;
    display: inline-block;
  }
  .l_main .section_top .inner .wrap_box ul .box:last-of-type .under:after {
    height: 0.104rem;
  }
  .l_main .section_bottom {
    background: url(/partners/static/images/main/bottom_bg_m.jpg) no-repeat center top/cover;
  }
  .l_main .section_bottom .inner ul {
    display: block;
  }
  .l_main .section_bottom .inner ul li {
    padding: 3.333rem 0 2.5rem;
    height: 21.666rem;
  }
  .l_main .section_bottom .inner ul li p {
    font-size: 1.25rem;
  }
  .l_main .section_bottom .inner ul li p strong {
    margin-top: 0.625rem;
    font-size: 1.708rem;
  }
  .l_main .section_bottom .inner ul li + li {
    margin-top: 1.25rem;
  }
  .layer .inner {
    padding: 0 1.666rem;
    min-height: 41.666rem;
  }
  .layer .inner .swiper-container {
    padding: 0 0 2.291rem;
    width: 100%;
  }
  .layer .inner .swiper-container .swiper-wrapper .swiper-slide {
    width: 100% !important;
    text-align: center;
  }
  .layer .inner .swiper-container .swiper-wrapper .swiper-slide a {
    width: 23.333rem;
    margin: 0 auto;
  }
  .layer .inner .swiper-container .swiper-wrapper .swiper-slide img {
    width: 23.333rem;
  }
  .layer .inner .swiper-container .swiper-pagination {
    bottom: 0;
  }
  .layer .inner .swiper-container .swiper-pagination .swiper-pagination-bullet {
    width: 0.5rem;
    height: 0.5rem;
    margin: 0 0.416rem;
  }
  .layer .inner .swiper-button {
    display: none;
  }
  .layer button {
    right: 0.833rem;
    top: 0.833rem;
  }
}