body {
  background: #F4F4F4;
}

.common_banner .text {
  text-align: left;
  left: 180px;
}

.section {
  padding: 57px 0 105px;
}
.section .wrap .links {
  width: fit-content;
  height: 63px;
  display: flex;
  background: #FFFFFF;
  box-shadow: 0px 0px 24px 0px rgba(0, 0, 0, 0.06);
  border-radius: 32px;
  margin: 0 auto 85px;
  padding: 5px;
}
.section .wrap .links a {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 30px;
  height: 100%;
  border-radius: 27px;
  font-weight: 400;
  font-size: 18px;
  color: #21419A;
  transition: 0.6s;
}
.section .wrap .links a:hover, .section .wrap .links a.on {
  background: #21419A;
  color: #FFFFFF;
}
.section .wrap .list {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 74px 53px;
}
.section .wrap .list .item {
  cursor: pointer;
}
.section .wrap .list .item .img {
  width: 100%;
  height: 470px;
  background: #FFFFFF;
  border-radius: 6px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 30px 35px;
  overflow: hidden;
  transition: 0.6s;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0);
}
.section .wrap .list .item .img img {
  display: block;
  transition: 3s;
}
.section .wrap .list .item p {
  text-align: center;
  font-weight: 500;
  font-size: 16px;
  color: #1A1A1A;
  margin: 30px 0 0;
  transition: 0.6s;
}
.section .wrap .list .item:hover .img {
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
}
.section .wrap .list .item:hover .img img {
  transform: scale(1.1);
}
.section .wrap .list .item:hover p {
  color: #21419A;
}
.section .wrap .list_more {
  width: fit-content;
  margin: 102px auto 0;
  height: 56px;
  border-radius: 27px;
  border: 1px solid #21419A;
  padding: 0 40px;
  font-weight: 400;
  font-size: 16px;
  color: #21419A;
  transition: 0.6s;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
.section .wrap .list_more:hover {
  background: #21419A;
  color: #FFFFFF;
}

.fixed {
  width: 100vw;
  height: 100vh;
  position: fixed;
  z-index: 99999999;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  transition: 0.6s;
  pointer-events: none;
}
.fixed .fixed_shadow {
  width: 100%;
  height: 100%;
  background: #000000;
  opacity: 0.7;
  cursor: pointer;
  transition: 0.6s;
  position: absolute;
  z-index: -1;
}
.fixed .fixed_box {
  position: relative;
}
.fixed .fixed_box .close {
  position: absolute;
  top: 14px;
  right: -80px;
  font-size: 30px;
  color: #FFFFFF;
  cursor: pointer;
  transition: 0.6s;
}
.fixed .fixed_box .close:hover {
  color: #21419A;
}
.fixed .fixed_box .img {
  padding: 7px 15px 19px;
  background: #FFFFFF;
  border: 2px solid #E3E3E3;
}
.fixed .fixed_box .img img {
  display: block;
  width: 397px;
}
.fixed .fixed_box p {
  font-weight: 500;
  font-size: 24px;
  color: #FFFFFF;
  text-align: center;
  margin: 25px 0 0;
}
.fixed.show {
  opacity: 1;
  pointer-events: auto;
}

@media screen and (max-width: 1919px) {
  .common_banner .text {
    left: 9.375vw;
  }
  .section {
    padding: 2.96875vw 0 5.46875vw;
  }
  .section .wrap .links {
    height: 3.28125vw;
    box-shadow: 0 0 1.25vw 0 rgba(0, 0, 0, 0.06);
    border-radius: 1.6666666667vw;
    margin: 0 auto 4.4270833333vw;
    padding: 0.2604166667vw;
  }
  .section .wrap .links a {
    padding: 0 1.5625vw;
    border-radius: 1.40625vw;
    font-size: 0.9375vw;
  }
  .section .wrap .list {
    gap: 3.8541666667vw 2.7604166667vw;
  }
  .section .wrap .list .item .img {
    height: 24.4791666667vw;
    border-radius: 0.3125vw;
    padding: 1.5625vw 1.8229166667vw;
    box-shadow: 0 0 1.0416666667vw rgba(0, 0, 0, 0);
  }
  .section .wrap .list .item p {
    font-size: 0.8333333333vw;
    margin: 1.5625vw 0 0;
  }
  .section .wrap .list .item:hover .img {
    box-shadow: 0 0 1.0416666667vw rgba(0, 0, 0, 0.2);
  }
  .section .wrap .list_more {
    margin: 5.3125vw auto 0;
    height: 2.9166666667vw;
    border-radius: 1.40625vw;
    padding: 0 2.0833333333vw;
    font-size: 0.8333333333vw;
  }
  .fixed .fixed_box .close {
    top: 0.7291666667vw;
    right: -4.1666666667vw;
    font-size: 1.5625vw;
  }
  .fixed .fixed_box .img {
    padding: 0.3645833333vw 0.78125vw 0.9895833333vw;
  }
  .fixed .fixed_box .img img {
    width: 20.6770833333vw;
  }
  .fixed .fixed_box p {
    font-size: 1.25vw;
    margin: 1.3020833333vw 0 0;
  }
}
@media screen and (max-width: 768px) {
  .common_banner .text {
    left: 50%;
    transform: translateX(-50%);
  }
  .section {
    padding: 40px 0 60px;
  }
  .section .wrap .links {
    height: 50px;
    padding: 5px;
    border-radius: 25px;
    margin: 0 auto 40px;
  }
  .section .wrap .links a {
    height: 40px;
    border-radius: 20px;
    font-size: 16px;
    padding: 0 15px;
  }
  .section .wrap .list {
    grid-template-columns: repeat(2, 1fr);
    gap: 40px 20px;
  }
  .section .wrap .list .item .img {
    padding: 15px;
    height: 50vw;
  }
  .section .wrap .list .item .img img {
    display: block;
  }
  .section .wrap .list .item p {
    font-size: 16px;
    margin: 15px 0 0;
  }
  .section .wrap .list_more {
    padding: 0 20px;
    height: 40px;
    border-radius: 20px;
    font-size: 16px;
    margin: 50px auto 0;
  }
  .fixed .fixed_box .img {
    width: 70vw;
    padding: 15px;
  }
  .fixed .fixed_box .img img {
    display: block;
    width: 100%;
  }
  .fixed .fixed_box p {
    font-size: 18px;
    margin: 15px 0 0;
  }
  .fixed .fixed_box .close {
    font-size: 20px;
    right: -35px;
  }
}

/*# sourceMappingURL=honor.css.map */
