body .home .container {
  padding: 6.25vw 0 11.30208vw 0
}

body .home .container .sec1 {
  position: relative
}

body .home .container .sec1 img {
  width: 100%;
  height: 38.22917vw;
  object-fit: cover
}

body .home .container .sec1 .text {
  position: absolute;
  width: 51.875vw;
  right: 7.96875vw;
  top: 2.39583vw;
  color: white
}

body .home .container .sec1 .text .p1 {
  font-weight: 700;
  line-height: 1.5;
  margin-bottom: 2.60417vw
}

body .home .container .sec1 .text .des {
  font-weight: 500;
  line-height: 2;
  letter-spacing: 1.2px
}

body .home .container .sec2 {
  padding: 5.72917vw 6.77083vw 12.5vw 6.77083vw
}

body .home .container .sec2 .p1 {
  color: rgba(113, 113, 113, 0.5);
  line-height: 1.57;
  margin-left: 3.64583vw
}

body .home .container .sec2 .items {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  margin: 4.0625vw 0 0 0
}

body .home .container .sec2 .items .item {
  text-align: center
}

body .home .container .sec2 .items .item .flex {
  color: rgba(13, 78, 144, 0.9);
  font-weight: 500;
  font-family: "Montserrat";
  line-height: normal;
  display: flex;
  justify-content: center
}

body .home .container .sec2 .items .item .flex .number-animate {
  line-height: 3.33333vw;
  height: 3.33333vw;
  overflow: hidden;
  display: inline-block;
  position: relative
}

body .home .container .sec2 .items .item .flex .number-animate .number-animate-dot {
  width: 3.33333vw;
  float: left;
  text-align: center
}

body .home .container .sec2 .items .item .flex .number-animate .number-animate-dom {
  width: 2.08333vw;
  text-align: center;
  float: left;
  position: relative;
  top: 0
}

body .home .container .sec2 .items .item .flex .number-animate .number-animate-dom span,
body .home .container .sec2 .items .item .flex .number-animate .number-animate-dot span {
  float: left;
  width: 100%;
  height: 3.64583vw;
  line-height: 1.1;
  font-family: "Montserrat"
}

body .home .container .sec2 .items .item .pt {
  color: rgba(13, 78, 144, 0.9)
}

body .home .container .sec3 {
  padding: 0 4.6875vw 0 5.83333vw
}

body .home .container .sec3 .t {
  color: #5A5A5A;
  font-weight: 700;
  margin: 0 0 4.42708vw 7.70833vw
}

body .home .container .sec3 .content {
  display: flex;
  justify-content: space-between
}

body .home .container .sec3 .content .pic {
  width: 45.72917vw;
  overflow: hidden
}

body .home .container .sec3 .content .pic img {
  width: 100%;
  height: 34.27083vw;
  object-fit: cover;
  transition: all 600ms
}

body .home .container .sec3 .content .pic:hover img {
  transform: scale(1.05)
}

body .home .container .sec3 .content .info {
  width: 39.21875vw
}

body .home .container .sec3 .content .info .text {
  width: 100%;
  height: 34.27083vw;
  overflow-y: auto;
  padding-right: .72917vw
}

body .home .container .sec3 .content .info .text::-webkit-scrollbar {
  border-radius: 6px;
  background: rgba(13, 78, 144, 0.2);
  width: .26042vw
}

body .home .container .sec3 .content .info .text::-webkit-scrollbar-thumb {
  border-radius: 6px;
  background: #0D4E90
}

body .home .container .sec3 .content .info .text .lenisH .item {
  display: flex;
  justify-content: space-between;
  border-bottom: 1px solid rgba(13, 78, 144, 0.4);
  padding: 2.60417vw 0
}

body .home .container .sec3 .content .info .text .lenisH .item:first-child {
  padding-top: 0
}

body .home .container .sec3 .content .info .text .lenisH .item:last-child {
  padding-bottom: 0;
  border-bottom: none
}

body .home .container .sec3 .content .info .text .lenisH .item .time {
  width: 7.08333vw;
  color: #5A5A5A;
  line-height: 1;
  font-weight: 700
}

body .home .container .sec3 .content .info .text .lenisH .item .des {
  width: 22.29167vw;
  color: #666;
  font-weight: 700;
  line-height: 1.88;
  margin-right: 2.60417vw
}

body .home .container .sec3 .content .info .text .lenisH .item .des p:not(:last-child) {
  margin-bottom: 1.61458vw
}

body .home .container .sec4 {
  padding: 9.0625vw 5.9375vw 8.33333vw 5.9375vw
}

body .home .container .sec4 .t {
  color: #5A5A5A;
  font-weight: 700;
  margin: 0 0 4.42708vw 7.70833vw
}

body .home .container .sec4 .content {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2.23958vw
}

body .home .container .sec4 .content .item {
  width: 100%;
  position: relative;
  transition: all 600ms;
  border-radius: 1.66667vw;
  height: 39.16667vw;
  perspective: 10000px
}

body .home .container .sec4 .content .item .joke {
  width: 100%;
  height: 100%;
  transition-duration: .5s;
  transform-style: preserve-3d
}

body .home .container .sec4 .content .item .m_box {
  position: absolute;
  background: #0D4E90;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  backface-visibility: hidden;
  border-radius: 1.66667vw;
  transform: rotateY(0deg);
  transition: all 600ms
}

body .home .container .sec4 .content .item .m_box .text {
  position: absolute;
  left: 0;
  top: 50%;
  width: 100%;
  transform: translateY(-50%);
  color: white;
  z-index: 10;
  text-align: center
}

body .home .container .sec4 .content .item .m_box .text .p1 {
  font-weight: 500
}

body .home .container .sec4 .content .item .m_box .text .p2 {
  font-weight: 500;
  line-height: 1.2
}

body .home .container .sec4 .content .item .h_box {
  border-radius: 1.66667vw;
  background: #F6F6F6;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  padding: 3.22917vw 0;
  transform: rotateY(180deg);
  transition: all 600ms;
  backface-visibility: hidden
}

body .home .container .sec4 .content .item .h_box .icon {
  padding: 0 2.8125vw
}

body .home .container .sec4 .content .item .h_box .icon img {
  width: 100%
}

body .home .container .sec4 .content .item .h_box .des {
  margin: 10.10417vw 1.66667vw 0 1.66667vw;
  color: #666;
  line-height: 1.9;
  max-height: 270px;
  overflow: auto;
}

body .home .container .sec4 .content .item .h_box a {
  position: absolute;
  right: 2.08333vw;
  bottom: 3.125vw;
  width: 2.60417vw;
  height: 2.60417vw;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #666;
  transition: all 600ms
}

body .home .container .sec4 .content .item .h_box a svg {
  width: .52083vw;
  display: block
}

body .home .container .sec4 .content .item .h_box a svg path {
  fill: #fff;
  transition: all 600ms
}

body .home .container .sec4 .content .item .h_box a:hover {
  background: #fff
}

body .home .container .sec4 .content .item .h_box a:hover svg path {
  fill: #666
}

body .home .container .sec4 .content .item .bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  transition: all 600ms
}

body .home .container .sec4 .content .item .bg .c1 {
  position: absolute;
  left: 0;
  bottom: 0
}

body .home .container .sec4 .content .item .bg .c1 img {
  width: 25.88542vw
}

body .home .container .sec4 .content .item .bg .c2 {
  position: absolute;
  right: 0;
  top: 0
}

body .home .container .sec4 .content .item .bg .c2 img {
  width: 11.04167vw
}

body .home .container .sec4 .content .item .bg .c3 {
  position: absolute;
  left: 0;
  top: 1.5625vw
}

body .home .container .sec4 .content .item .bg .c3 img {
  width: 13.85417vw
}

body .home .container .sec4 .content .item.on .joke {
  transform: rotateY(180deg)
}

@media screen and (max-width: 768px) {
  body .home .container {
    padding: 30px 0 60px 0
  }

  body .home .container .sec1 img {
    height: auto;
    display: none
  }

  body .home .container .sec1 .text {
    position: relative;
    width: 90%;
    right: 0;
    top: 0;
    color: #666;
    margin: 20px auto
  }

  body .home .container .sec1 .text .p1 {
    margin-bottom: 20px;
    /* font-weight: 400 */
  }

  body .home .container .sec1 .text .des {
    font-size: 16px;
    font-weight: 400;
    /* line-height: 1.7 */
    line-height: 1.5;
  }

  body .home .container .sec2 {
    padding: 30px 5%
  }

  body .home .container .sec2 .items {
    grid-template-columns: repeat(2, 1fr);
    gap: 30px 10px;
    margin: 20px 0
  }

  body .home .container .sec2 .items .item .flex {
    padding: 0 0 0;
    margin: 0 0 5px
  }

  body .home .container .sec2 .items .item .flex .number-animate {
    line-height: 30px;
    height: 30px
  }

  body .home .container .sec2 .items .item .flex .number-animate .number-animate-dot {
    width: 30px
  }

  body .home .container .sec2 .items .item .flex .number-animate .number-animate-dom {
    width: 20px
  }

  body .home .container .sec2 .items .item .flex .number-animate .number-animate-dom span,
  body .home .container .sec2 .items .item .flex .number-animate .number-animate-dot span {
    height: 35px
  }

  body .home .container .sec3 {
    padding: 0 5%
  }

  body .home .container .sec3 .t {
    margin: 0 0 20px 0
  }

  body .home .container .sec3 .content {
    flex-direction: column;
    gap: 20px
  }

  body .home .container .sec3 .content .pic {
    width: 100%
  }

  body .home .container .sec3 .content .pic img {
    height: auto
  }

  body .home .container .sec3 .content .info {
    width: 100%
  }

  body .home .container .sec3 .content .info .text {
    height: 250px;
    padding-right: 14px
  }

  body .home .container .sec3 .content .info .text::-webkit-scrollbar {
    width: 5px
  }

  body .home .container .sec3 .content .info .text .lenisH .item {
    padding: 20px 0;
    flex-direction: column
  }

  body .home .container .sec3 .content .info .text .lenisH .item .time {
    width: 100%
  }

  body .home .container .sec3 .content .info .text .lenisH .item .des {
    width: 100%;
    margin-top: 15px;
    font-size: 14px
  }

  body .home .container .sec4 {
    padding: 60px 5% 30px 5%
  }

  body .home .container .sec4 .t {
    margin: 0 0 20px 0
  }

  body .home .container .sec4 .content {
    grid-template-columns: repeat(1, 1fr);
    gap: 20px
  }

  body .home .container .sec4 .content .item {
    height: 400px
  }

  body .home .container .sec4 .content .item .bg .c1 img {
    width: 100%
  }

  body .home .container .sec4 .content .item .bg .c2 img {
    width: 100px
  }

  body .home .container .sec4 .content .item .bg .c3 img {
    width: 150px
  }

  body .home .container .sec4 .content .item .h_box {
    padding: 30px 0
  }

  body .home .container .sec4 .content .item .h_box .icon {
    padding: 0 30px
  }

  body .home .container .sec4 .content .item .h_box .des {
    margin: 50px 16px 0 16px;
    font-size: 16px;
    max-height: 200px;
    overflow-y: scroll
  }

  body .home .container .sec4 .content .item .h_box a {
    right: 20px;
    bottom: 20px;
    width: 30px;
    height: 30px
  }

  body .home .container .sec4 .content .item .h_box a svg {
    width: 10px
  }

  body .home .container .sec4 .content .item .m_box .text p {
    font-size: 32px
  }
}