.w_pic img,
.w_pic video {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover
}

.banner {
  width: 100%;
  height: 100vh;
  position: relative;
  overflow: hidden
}

.banner .img {
  width: 100%;
  height: 100%;
  position: relative
}

.banner .img:after {
  content: "";
  width: 100%;
  height: 100%;
  background: linear-gradient(180deg, rgba(42, 42, 42, 0.25) 0%, rgba(140, 140, 140, 0.25) 47.62%, rgba(35, 35, 35, 0.25) 100%);
  position: absolute;
  top: 0;
  left: 0
}

.banner .img img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover
}

.banner .text {
  position: absolute;
  width: 100%;
  padding: 0 5.20833vw 0 4.6875vw;
  bottom: 5.72917vw
}

.banner .text .h5 {
  color: #FFF;
  font-weight: 600;
  margin-bottom: 2.08333vw;
  text-transform: uppercase;
  font-size: 6.25vw;
  line-height: 1
}

.banner .text .p {
  color: #FFF;
  font-weight: 400;
  line-height: 120%;
  text-transform: capitalize
}

.sec1 {
  display: flex;
  /* align-items: flex-end; */
  gap: 3.07292vw;
  overflow: hidden
}

.sec1 .l {
  width: 51.51042vw;
  height: 100vh;
  overflow: hidden
}

.sec1 .l img {
  display: block;
  width: 100%;
  height: 100%;
  transition: 1s;
  object-fit: cover
}

.sec1 .l:hover img {
  transform: scale(1.05)
}

.sec1 .r {
  width: 40.41667vw;
  padding: 0 0 2.08333vw
}

.sec1 .r .h5 {
  color: #27384A;
  font-weight: 600;
  text-transform: uppercase
}

.sec1 .r .p {
  color: #27384A;
  font-weight: 300;
  line-height: 150%;
  margin: 3.125vw 0 1.25vw
}

.sec1 .r .btns {
  display: flex;
  gap: 6.09375vw
}

.sec1 .r .btns .btn {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: .52083vw;
  height: 2.8125vw;
  padding: 0 1.09375vw;
  border: .05208vw solid rgba(0, 0, 0, 0.4);
  transition: 0.6s
}

.sec1 .r .btns .btn img {
  display: block;
  width: .72917vw;
  transition: 0.6s
}

.sec1 .r .btns .btn p {
  color: rgba(0, 0, 0, 0.75);
  font-weight: 400;
  letter-spacing: .05469vw;
  text-transform: uppercase;
  transition: 0.6s
}

.sec1 .r .btns .btn:hover {
  border: .05208vw solid #3A6BD9;
  background: #3A6BD9
}

.sec1 .r .btns .btn:hover img {
  filter: brightness(0) invert(1)
}

.sec1 .r .btns .btn:hover p {
  color: #FFFFFF
}

.sec2 {
  padding: 6.77083vw 0 5.20833vw 5.20833vw;
  overflow: hidden
}

.sec2 .title {
  color: #27384A;
  font-weight: 600;
  text-transform: uppercase;
  margin-bottom: 3.125vw
}

.sec2 .title span {
  color: #3A6BD9
}

.sec2 .box {
    width: 100%;
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    gap: 1.04167vw
}

.sec2 .box .lbox {
    width: 26.45833vw;
    padding-bottom: 3.125vw
}

.sec2 .box .lbox .texts .t_box {
    display: none
}

.sec2 .box .lbox .texts .t_box.on {
    display: block
}

.sec2 .box .lbox .texts .t_box .t1 {
    color: #27384A;
    line-height: 1.5;
    margin-bottom: 1.04167vw
}

.sec2 .box .lbox .texts .t_box .des {
    color: #6B7280;
    font-weight: 300;
    line-height: 1.5
}

.sec2 .box .rbox {
    width: 67.03125vw;
    position: relative;
    overflow: hidden
}

.sec2 .box .rbox .sec2_swiper1 {
    width: 41.30208vw
}

.sec2 .box .rbox .sec2_swiper1 .w_pic {
    width: 100%;
    overflow: hidden
}

.sec2 .box .rbox .sec2_swiper1 .w_pic img,
.sec2 .box .rbox .sec2_swiper1 .w_pic video {
    width: 100%;
    height: 26.82292vw;
    display: block;
    object-fit: cover;
    transition: all 600ms
}

.sec2 .box .rbox .sec2_swiper1 .w_pic:hover img {
    transform: scale(1.05)
}

.sec2 .box .rbox .rb2 {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-top: .52083vw;
    width: 100%;
    padding-right: 5.20833vw
}

.sec2 .box .rbox .rb2 .sec2_swiper2 {
    width: 50.36458vw;
    overflow: hidden
}

.sec2 .box .rbox .rb2 .sec2_swiper2 .swiper-slide p {
    cursor: pointer;
    font-weight: 300;
    color: #B6B6B6;
    transition: all 600ms
}

.sec2 .box .rbox .rb2 .sec2_swiper2 .swiper-slide-thumb-active p {
    color: #000
}

.sec2 .box .rbox .rb2 .swiper-pagination {
    width: 100%;
    height: 2px;
    margin-top: .9375vw;
    position: static;
    background: #B6B6B6
}

.sec2 .box .rbox .rb2 .swiper-pagination .swiper-pagination-progressbar-fill {
    background: #000
}

.sec2 .box .rbox .rb2 .btns {
    display: flex;
    justify-content: center;
    gap: .52083vw;
    z-index: 3;
    opacity: 0;
    pointer-events: none;
}

.sec2 .box .rbox .rb2 .btns .jt {
    width: 2.70833vw;
    height: 2.70833vw;
    border-radius: 50%;
    border: .05208vw solid #000;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: 0.6s;
    cursor: pointer
}

.sec2 .box .rbox .rb2 .btns .jt img {
    display: block;
    width: .78125vw;
    transition: 0.6s
}

.sec2 .box .rbox .rb2 .btns .jt:hover {
    background: #3A6BD9;
    border: .05208vw solid #3A6BD9
}

.sec2 .box .rbox .rb2 .btns .jt:hover img {
    filter: brightness(0) invert(1)
}

.sec2 .box .rbox .rb2 .btns .jt.next {
    transform: rotate(180deg)
}

.sec2 .box .rbox .rb2 .btns .jt.swiper-button-disabled {
    opacity: 0.7;
    border: .05208vw solid #000;
    background: unset
}

.sec2 .box .rbox .rb2 .btns .jt.swiper-button-disabled img {
    filter: brightness(1)
}


/* .sec2 .box {
  width: 100%;
  position: relative
}

.sec2 .box .btns {
  display: flex;
  justify-content: center;
  gap: .52083vw;
  position: absolute;
  top: 23.38542vw;
  left: 53.125vw;
  z-index: 3
}

.sec2 .box .btns .jt {
  width: 2.70833vw;
  height: 2.70833vw;
  border-radius: 50%;
  border: .05208vw solid #000;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.6s
}

.sec2 .box .btns .jt img {
  display: block;
  width: .78125vw;
  transition: 0.6s
}

.sec2 .box .btns .jt:hover {
  background: #3A6BD9;
  border: .05208vw solid #3A6BD9
}

.sec2 .box .btns .jt:hover img {
  filter: brightness(0) invert(1)
}

.sec2 .box .btns .jt.next {
  transform: rotate(180deg)
}

.sec2 .box .btns .jt.swiper-button-disabled {
  opacity: 0.7;
  border: .05208vw solid #000;
  background: unset
}

.sec2 .box .btns .jt.swiper-button-disabled img {
  filter: brightness(1)
}

.sec2 .box .sec2_big_swiper {
  width: 100%
}

.sec2 .box .sec2_big_swiper .swiper-slide {
  width: 100%;
  display: flex;
  gap: 3.125vw
}

.sec2 .box .sec2_big_swiper .swiper-slide .img {
  width: 50vw;
  height: 42.91667vw;
  overflow: hidden;
  opacity: 0
}

.sec2 .box .sec2_big_swiper .swiper-slide .img img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover
}

.sec2 .box .sec2_big_swiper .swiper-slide .r {
  padding: 12.76042vw 0 0;
  width: 30.72917vw;
  opacity: 0;
  transform: translateY(1.04167vw)
}

.sec2 .box .sec2_big_swiper .swiper-slide .r .h5 {
  color: #27384A;
  font-weight: 700;
  line-height: 1
}

.sec2 .box .sec2_big_swiper .swiper-slide .r .p {
  width: 23.02083vw;
  color: #6B7280;
  font-weight: 300;
  line-height: 150%;
  padding: .625vw 0 0;
  border-top: .05208vw solid rgba(0, 0, 0, 0.6);
  margin: 1.25vw 0 0
}

.sec2 .box .sec2_big_swiper .swiper-slide.swiper-slide-active .img {
  opacity: 1;
  transition: 0.6s
}

.sec2 .box .sec2_big_swiper .swiper-slide.swiper-slide-active .r {
  opacity: 1;
  transform: translateY(0);
  transition: 0.6s
}

.sec2 .box .small_box {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  overflow: hidden;
  padding: .78125vw 0;
  border-top: .05208vw solid #3A6BD9;
  border-bottom: .05208vw solid #3A6BD9;
  z-index: 2;
  background: rgba(58, 107, 217, 0.6)
}

.sec2 .box .small_box .sec2_small_swiper {
  margin-left: -5.36458vw;
  width: 107.44792vw;
  border-top: .05208vw solid #fff;
  border-bottom: .05208vw solid #fff
}

.sec2 .box .small_box .sec2_small_swiper .swiper-slide {
  height: 11.45833vw;
  overflow: hidden
}

.sec2 .box .small_box .sec2_small_swiper .swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: 1s
}

.sec2 .box .small_box .sec2_small_swiper .swiper-slide:hover img {
  transform: scale(1.1)
} */

.sec3 {
  padding: 6.25vw 5.20833vw 7.34375vw;
  background: #F7F5F0;
  overflow: hidden
}

.sec3 .sec3_top {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  margin-bottom: 7.29167vw
}

.sec3 .sec3_top .title {
  color: #111827;
  font-weight: 600;
  line-height: 150%;
  letter-spacing: -0.04167vw;
  text-transform: uppercase
}

.sec3 .sec3_top .title span {
  color: #3A6BD9
}

.sec3 .sec3_top .btns {
  display: flex;
  gap: .52083vw
}

.sec3 .sec3_top .btns .jt {
  width: 2.70833vw;
  height: 2.70833vw;
  border-radius: 50%;
  border: .05208vw solid #000;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.6s
}

.sec3 .sec3_top .btns .jt img {
  display: block;
  width: .78125vw;
  transition: 0.6s
}

.sec3 .sec3_top .btns .jt:hover {
  background: #3A6BD9;
  border: .05208vw solid #3A6BD9
}

.sec3 .sec3_top .btns .jt:hover img {
  filter: brightness(0) invert(1)
}

.sec3 .sec3_top .btns .jt.next {
  transform: rotate(180deg)
}

.sec3 .sec3_top .btns .jt.swiper-button-disabled {
  opacity: 0.7;
  border: .05208vw solid #000;
  background: unset
}

.sec3 .sec3_top .btns .jt.swiper-button-disabled img {
  filter: brightness(1)
}

.sec3 .swiper {
  width: 73.22917vw
}

.sec3 .swiper .swiper-slide {
  position: relative
}

.sec3 .swiper .swiper-slide .p {
  width: 100%;
  position: absolute;
  top: 1.82292vw;
  z-index: 3;
  padding: 0 1.04167vw;
  color: #FFF;
  font-weight: 500;
  line-height: 150%;
  letter-spacing: .0625vw;
  text-transform: uppercase
}

.sec3 .swiper .swiper-slide .img {
  width: 100%;
  height: 28.125vw;
  overflow: hidden;
  position: relative
}

.sec3 .swiper .swiper-slide .img:after {
  content: "";
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.16);
  position: absolute;
  top: 0;
  z-index: 2;
  transition: 0.6s
}

.sec3 .swiper .swiper-slide .img img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: 2s
}

.sec3 .swiper .swiper-slide .img:hover img {
  transform: scale(1.1)
}

.sec3 .swiper .swiper-slide .img:hover:after {
  background: rgba(58, 107, 217, 0.6);
  backdrop-filter: blur(.3125vw)
}

.sec4 {
  padding: 2.08333vw 0;
  background: #F7F5F0;
  overflow: hidden
}

.sec4 .title {
  color: #111827;
  font-weight: 600;
  line-height: 150%;
  letter-spacing: -0.04167vw;
  text-transform: uppercase;
  margin-bottom: 6.97917vw;
  padding: 0 5.20833vw
}

.sec4 .title span {
  color: #3A6BD9
}

.sec4 .big_box {
  padding: 0 5.20833vw;
  position: relative
}

.sec4 .big_box .sec4_big_swiper {
  /* width: 41.66667vw; */
  width: 50vw;
  overflow: hidden;
  margin: 0 auto
}

.sec4 .big_box .sec4_big_swiper .swiper-slide .img {
  /* width: 38.80208vw; */
  width: 45vw;
  height: 25.78125vw;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: center
}
.sec4 .big_box .sec4_big_swiper .swiper-slide .img img{
  width: 100%;
}

.sec4 .big_box .btns {
  width: 100%;
  display: flex;
  justify-content: space-between;
  padding: 0 5.20833vw;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  pointer-events: none
}

.sec4 .big_box .btns .jt {
  width: 2.70833vw;
  height: 2.70833vw;
  border-radius: 50%;
  border: .05208vw solid #000;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.6s;
  pointer-events: auto
}

.sec4 .big_box .btns .jt img {
  display: block;
  width: .78125vw;
  transition: 0.6s
}

.sec4 .big_box .btns .jt:hover {
  background: #3A6BD9;
  border: .05208vw solid #3A6BD9
}

.sec4 .big_box .btns .jt:hover img {
  filter: brightness(0) invert(1)
}

.sec4 .big_box .btns .jt.next {
  transform: rotate(180deg)
}

.sec4 .big_box .btns .jt.swiper-button-disabled {
  opacity: 0.7;
  border: .05208vw solid #000;
  background: unset
}

.sec4 .big_box .btns .jt.swiper-button-disabled img {
  filter: brightness(1)
}

.sec4 .sec4_small_swiper {
  width: 100%;
  margin: 3.75vw 0 0
}

.sec4 .sec4_small_swiper .swiper-slide {
  height: 13.85417vw;
  background: #FFF;
  padding: .72917vw 0 0;
  position: relative
}

.sec4 .sec4_small_swiper .swiper-slide p {
  color: #000;
  font-weight: 700;
  line-height: 2.5;
  text-transform: uppercase;
  text-align: center;
  margin-bottom: .20833vw;
  position: relative;
  z-index: 3
}

.sec4 .sec4_small_swiper .swiper-slide .img {
  width: 15.05208vw;
  height: 9.375vw;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto
}

.sec4 .sec4_small_swiper .swiper-slide .img img {
  display: block;
  max-width: 100%;
  max-height: 100%;
  transition: 2s
}

.sec4 .sec4_small_swiper .swiper-slide:after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  background: rgba(58, 107, 217, 0.6);
  backdrop-filter: blur(.3125vw);
  opacity: 0;
  transition: 0.6s
}

.sec4 .sec4_small_swiper .swiper-slide:hover:after {
  opacity: 1
}

.sec5 {
  padding: 5.88542vw 5.20833vw 4.0625vw;
  background: #F7F5F0
}

.sec5 .sec5_top {
  display: flex;
  align-items: center;
  margin-bottom: 3.95833vw
}

.sec5 .sec5_top .title {
  color: #27384A;
  font-weight: 600;
  text-transform: uppercase;
  width: 38.33333vw
}

.sec5 .sec5_top .title span {
  color: #3A6BD9
}

.sec5 .sec5_top .h5 {
  color: #27384A;
  font-weight: 275;
  text-transform: uppercase
}

.sec5 .content {
  width: 100%
}

.sec5 .content .none {
  display: none
}

.sec5 .content .item {
  border-top: .05208vw solid #27384A;
  display: flex;
  justify-content: space-between
}

.sec5 .content .item:not(:last-child) {
  margin-bottom: .78125vw
}

.sec5 .content .item .h5 {
  color: #27384A;
  font-weight: 400;
  line-height: 1.8;
  flex: 1;
}

.sec5 .content .item table {
  width: 50vw;
  border-collapse: collapse
}

.sec5 .content .item table tr th {
  color: #27384A;
  font-size: .83333vw;
  font-weight: 500;
  line-height: 1.2;
  letter-spacing: -0.01667vw;
  text-transform: capitalize;
  padding: .52083vw 0;
  text-align: left
}

.sec5 .content .item table tr td {
  width: 30.72917vw;
  padding: .52083vw 0;
  color: #27384A;
  font-size: .83333vw;
  font-weight: 300;
  line-height: 150%;
  letter-spacing: -0.01667vw;
  text-transform: capitalize;
  vertical-align: top;
}

.sec5 .content .item table tr:not(:last-child) th,
.sec5 .content .item table tr:not(:last-child) td {
  border-bottom: .05208vw solid rgba(39, 56, 74, 0.4)
}

.sec5 .btn {
  width: 1.82292vw;
  margin: 1.97917vw auto 0
}

.sec5 .btn svg {
  display: block;
  width: 100%;
  transition: 0.6s;
  height: unset
}

.sec5 .btn svg:nth-child(2) {
  width: 1.30208vw;
  margin: -.83333vw auto 0
}

.sec5 .btn.on svg:nth-child(2) {
  transform: rotate(180deg)
}

.sec6 {
  padding: 1.04167vw 5.20833vw;
  display: flex;
  align-items: flex-start;
  justify-content: space-between
}

.sec6 .l_box {
  width: 46.25vw;
  height: 100vh;
  padding: 5.15625vw 0 5.625vw;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  position: sticky;
  top: 0
}

.sec6 .l_box .title {
  color: #27384A;
  font-weight: 600;
  text-transform: uppercase
}

.sec6 .l_box .swiper {
  width: 100%;
  height: 9.89583vw
}

.sec6 .l_box .swiper .swiper-slide .h5 {
  color: #000;
  font-weight: 500;
  line-height: 150%;
  transition: 0.6s;
  opacity: 0
}

.sec6 .l_box .swiper .swiper-slide .p {
  color: #6B7280;
  font-weight: 400;
  line-height: 150%;
  transition: 0.6s;
  opacity: 0
}

.sec6 .l_box .swiper .swiper-slide.swiper-slide-active .p,
.sec6 .l_box .swiper .swiper-slide.swiper-slide-active .h5 {
  opacity: 1
}

.sec6 .r_box {
  width: 40.41667vw
}

.sec6 .r_box .item .img {
  width: 100%;
  height: 54.21875vw;
  background: #F7F5F0;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center
}

.sec6 .r_box .item .img img,
.sec6 .r_box .item .img video {
  display: block;
  width: 33.17708vw
}

.sec6 .r_box .item:not(:last-child) {
  margin-bottom: 1.04167vw
}

.sec7 {
  padding: 4.6875vw 5.20833vw 0;
  display: flex;
  justify-content: space-between;
  align-items: flex-start
}

.sec7 .title {
  color: #27384A;
  font-weight: 600;
  text-transform: uppercase;
  width: 38.33333vw
}

.sec7 .title span {
  color: #3A6BD9
}

.sec7 .list {
  width: 55.41667vw
}

.sec7 .list .item {
  width: 100%;
  border-bottom: .15625vw solid #858585
}

.sec7 .list .item:nth-child(1) {
  border-top: .15625vw solid #858585
}

.sec7 .list .item .block {
  display: flex;
  align-items: center;
  justify-content: space-between;
  /* min-height: 7.8125vw; */
  padding: 1.14583vw 0
}

.sec7 .list .item .block p {
  width: 44.89583vw;
  color: #000;
  font-weight: 500;
  line-height: 150%;
  transition: 0.6s
}

.sec7 .list .item .block .jia {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  width: 1.35417vw;
  height: 1.35417vw
}

.sec7 .list .item .block .jia span {
  display: block;
  width: 100%;
  height: .10417vw;
  background: #000000;
  position: absolute;
  transition: 0.6s
}

.sec7 .list .item .block .jia span:nth-last-child(1) {
  transform: rotate(90deg)
}

.sec7 .list .item .block:hover p {
  color: #3A6BD9
}

.sec7 .list .item .none {
  padding: 0 5.3125vw 2.39583vw 0;
  color: #6B7280;
  font-weight: 300;
  line-height: 150%;
  display: none
}

.sec7 .list .item.item_active .block .jia span:nth-child(2) {
  transform: rotate(0deg)
}

.sec8 {
  padding: 6.25vw 4.79167vw 6.25vw 5.3125vw;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  overflow: hidden
}

.sec8 .title {
  color: #27384A;
  font-weight: 600;
  text-transform: uppercase;
  width: 38.33333vw
}

.sec8 .title span {
  color: #3A6BD9
}

.sec8 .swiper_box {
  width: 65.52083vw;
  position: relative
}

.sec8 .swiper_box .swiper {
  width: 100%;
  overflow: hidden
}

.sec8 .swiper_box .swiper .swiper-slide {
  height: auto;
  background: #F7F5F0;
  padding: 3.07292vw 0 1.97917vw
}

.sec8 .swiper_box .swiper .swiper-slide .img {
  /* width: 18.4375vw; */
  width: 100%;
  height: 13.85417vw;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 1.71875vw;
  overflow: hidden;
}

.sec8 .swiper_box .swiper .swiper-slide .img img {
  display: block;
  max-height: 100%;
  max-width: 100%;
  object-fit: contain;
  transition: 1s
}

.sec8 .swiper_box .swiper .swiper-slide .name {
  color: #124477;
  font-weight: 500;
  line-height: 1;
  padding: 0 2.55208vw;
  margin-bottom: .72917vw
}

.sec8 .swiper_box .swiper .swiper-slide .p {
  padding: 0 2.55208vw;
  color: #000;
  font-weight: 500;
  line-height: 1.5
}

.sec8 .swiper_box .swiper .swiper-slide:hover .img img {
  transform: scale(1.1)
}

.sec8 .swiper_box .btns {
  display: flex;
  pointer-events: none;
  gap: .52083vw;
  position: absolute;
  left: -3.125vw;
  top: 50%;
  width: fit-content;
  transform: translate(-100%, -50%)
}

.sec8 .swiper_box .btns .jt {
  width: 2.70833vw;
  height: 2.70833vw;
  border-radius: 50%;
  border: .05208vw solid #000;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.6s;
  pointer-events: auto
}

.sec8 .swiper_box .btns .jt img {
  display: block;
  width: .78125vw;
  transition: 0.6s
}

.sec8 .swiper_box .btns .jt:hover {
  background: #3A6BD9;
  border: .05208vw solid #3A6BD9
}

.sec8 .swiper_box .btns .jt:hover img {
  filter: brightness(0) invert(1)
}

.sec8 .swiper_box .btns .jt.next {
  transform: rotate(180deg)
}

.sec8 .swiper_box .btns .jt.swiper-button-disabled {
  opacity: 0.7;
  border: .05208vw solid #000;
  background: unset
}

.sec8 .swiper_box .btns .jt.swiper-button-disabled img {
  filter: brightness(1)
}

.goTop {
  position: fixed;
  z-index: 999;
  top: 60vh;
  right: 1.04167vw;
  width: 3.125vw;
  transition: 0.6s;
  opacity: 0;
  pointer-events: none
}

.goTop img {
  display: block;
  width: 100%
}

.goTop.on {
  opacity: 1;
  pointer-events: auto
}

@media screen and (max-width: 768px) {
  .banner {
    margin-top: 60px;
    height: 400px
  }

  .banner .text {
    bottom: 40px;
    display: block;
    padding: 0 5vw
  }

  .banner .text .h5 {
    font-size: 24px;
    margin-bottom: 15px
  }

  .banner .text .p {
    font-size: 16px
  }

  .sec1 {
    padding: 30px 5vw;
    display: block
  }

  .sec1 .l {
    width: 100%;
    height: 98vw
  }

  .sec1 .r {
    width: 100%;
    margin: 20px 0 0
  }

  .sec1 .r .h5 {
    font-size: 22px
  }

  .sec1 .r .p {
    font-size: 15px;
    margin: 15px 0
  }

  .sec1 .r .btns {
    gap: 10px
  }

  .sec1 .r .btns .btn {
    height: 32px;
    padding: 0 15px
  }

  .sec1 .r .btns .btn img {
    width: 14px
  }

  .sec1 .r .btns .btn p {
    font-size: 14px
  }

  .sec2 {
    padding: 10px 5vw 50px
  }

  .sec2 .title {
    font-size: 22px;
    margin-bottom: 15px
  }

      .sec2 .box {
        width: 100%;
        flex-direction: column;
        gap: 0
    }

    .sec2 .box .lbox {
        width: 100%;
        padding-bottom: 30px
    }

    .sec2 .box .lbox .texts .t_box .t1 {
        margin-bottom: 5px;
        font-size: 18px
    }

    .sec2 .box .lbox .texts .t_box .des {
        font-size: 16px
    }

    .sec2 .box .rbox {
        width: 100%
    }

    .sec2 .box .rbox .sec2_swiper1 {
        width: 100%
    }

    .sec2 .box .rbox .sec2_swiper1 .w_pic img {
        height: 220px
    }

    .sec2 .box .rbox .rb2 {
        padding-top: 5px;
        padding-right: 0;
        flex-direction: column
    }

    .sec2 .box .rbox .rb2 .sec2_swiper2 {
        width: 90%;
        display: none
    }

    .sec2 .box .rbox .rb2 .sec2_swiper2 .swiper-slide p {
        font-size: 14px
    }

    .sec2 .box .rbox .rb2 .swiper-pagination {
        margin-top: 10px
    }

    .sec2 .box .rbox .rb2 .btns {
        gap: 8px;
        margin: 0;
        position: unset;
        opacity: 1;
        pointer-events: auto;
    }

    .sec2 .box .rbox .rb2 .btns .jt {
        width: 30px;
        height: 30px
    }

    .sec2 .box .rbox .rb2 .btns .jt img {
        width: 10px
    }

    .sec2 .box .btns {
        gap: 8px;
        margin: 20px 0 0;
        position: unset
    }

    .sec2 .box .btns .jt {
        width: 30px;
        height: 30px
    }

    .sec2 .box .btns .jt img {
        width: 10px
    }


  /* .sec2 .box {
    width: 100%
  }

  .sec2 .box .sec2_big_swiper .swiper-slide {
    display: block
  }

  .sec2 .box .sec2_big_swiper .swiper-slide .img {
    width: 100%;
    height: 74vw
  }

  .sec2 .box .sec2_big_swiper .swiper-slide .r {
    width: 100%;
    margin: 15px 0 0
  }

  .sec2 .box .sec2_big_swiper .swiper-slide .r .h5 {
    font-size: 18px
  }

  .sec2 .box .sec2_big_swiper .swiper-slide .r .p {
    width: 100%;
    padding: 8px 0 0;
    font-size: 15px;
    margin: 8px 0 0
  }

  .sec2 .box .btns {
    gap: 8px;
    margin: 20px 0 0;
    position: unset
  }

  .sec2 .box .btns .jt {
    width: 30px;
    height: 30px
  }

  .sec2 .box .btns .jt img {
    width: 10px
  }

  .sec2 .box .small_box {
    display: none
  } */

  .sec3 {
    padding: 40px 5vw 60px
  }

  .sec3 .sec3_top {
    margin-bottom: 30px
  }

  .sec3 .sec3_top .title {
    font-size: 22px
  }

  .sec3 .sec3_top .btns {
    gap: 8px
  }

  .sec3 .sec3_top .btns .jt {
    width: 30px;
    height: 30px
  }

  .sec3 .sec3_top .btns .jt img {
    width: 10px
  }

  .sec3 .swiper {
    width: 100%
  }

  .sec3 .swiper .swiper-slide .img {
    height: 60vw
  }

  .sec3 .swiper .swiper-slide .p {
    top: 15px;
    padding: 0 10px;
    font-size: 18px
  }

  .sec4 {
    padding: 10px 5vw;
    overflow: hidden
  }

  .sec4 .title {
    padding: 0;
    font-size: 20px;
    margin-bottom: 25px
  }

  .sec4 .big_box {
    padding: 0 40px
  }

  .sec4 .big_box .btns {
    padding: 0
  }

  .sec4 .big_box .btns .jt {
    width: 30px;
    height: 30px
  }

  .sec4 .big_box .btns .jt img {
    width: 10px
  }

  .sec4 .big_box .swiper {
    width: 100%
  }

  .sec4 .big_box .swiper .swiper-slide {
    width: 100%
  }

  .sec4 .big_box .swiper .swiper-slide .img {
    width: 100%;
    height: 50vw
  }

  .sec4 .sec4_small_swiper .swiper-slide {
    height: auto;
    padding: 10px 0
  }

  .sec4 .sec4_small_swiper .swiper-slide p {
    font-size: 14px;
    margin-bottom: 8px
  }

  .sec4 .sec4_small_swiper .swiper-slide .img {
    width: 90%;
    height: 24vw
  }

  .sec5 {
    padding: 50px 5vw
  }

  .sec5 .sec5_top {
    display: block;
    margin-bottom: 20px
  }

  .sec5 .sec5_top .title {
    font-size: 22px;
    width: 100%
  }

  .sec5 .sec5_top .h5 {
    font-size: 22px;
    margin: 8px 0 0
  }

  .sec5 .content .item {
    display: block
  }

  .sec5 .content .item .h5 {
    font-size: 16px;
    padding: 8px 0
  }

  .sec5 .content .item table {
    width: 100%;
    border-top: 1px solid rgba(39, 56, 74, 0.4)
  }

  .sec5 .content .item table tr th,
  .sec5 .content .item table tr td {
    font-size: 14px;
    padding: 8px 0
  }

  .sec5 .content .item table tr td {
    width: 60%
  }

  .sec5 .btn {
    width: 35px;
    margin: 10px auto 0
  }

  .sec5 .btn svg:nth-child(2) {
    width: 25px;
    margin: -16px auto 0
  }

  .sec6 {
    padding: 50px 5vw 10px;
    overflow: hidden
  }

  .sec6 .r_box {
    display: none
  }

  .sec6 .l_box {
    height: unset;
    width: 100%;
    padding: 0
  }

  .sec6 .l_box .title {
    font-size: 20px;
    margin-bottom: 30px
  }

  .sec6 .l_box .swiper {
    width: 100%;
    height: unset
  }

  .sec6 .l_box .swiper .img {
    display: block !important;
    background: #F7F5F0;
    width: 100%
  }

  .sec6 .l_box .swiper .img img,
  .sec6 .l_box .swiper .img video {
    display: block;
    width: 70%;
    margin: 0 auto
  }

  .sec6 .l_box .swiper .h5 {
    font-size: 16px;
    margin: 10px 0
  }

  .sec6 .l_box .swiper .p {
    font-size: 14px
  }

  .sec7 {
    padding: 50px 5vw 0;
    display: block
  }

  .sec7 .title {
    font-size: 22px;
    width: 100%;
    margin-bottom: 25px
  }

  .sec7 .title br {
    display: none
  }

  .sec7 .list {
    width: 100%
  }

  .sec7 .list .item .block {
    padding: 10px 0
  }

  .sec7 .list .item .block p {
    width: 80%;
    font-size: 16px
  }

  .sec7 .list .item .block .jia {
    width: 16px;
    height: 16px
  }

  .sec7 .list .item .block .jia span {
    height: 2px
  }

  .sec7 .list .item .none {
    padding: 0 0 15px;
    font-size: 14px
  }

  .sec8 {
    padding: 50px 5vw;
    display: block
  }

  .sec8 .title {
    font-size: 22px;
    width: 100%;
    margin-bottom: 25px
  }

  .sec8 .title br {
    display: none
  }

  .sec8 .swiper_box {
    width: 100%
  }

  .sec8 .swiper_box .swiper {
    width: 100%;
    overflow: unset
  }

  .sec8 .swiper_box .swiper .swiper-slide {
    padding: 20px 0
  }

  .sec8 .swiper_box .swiper .swiper-slide .img {
    width: 90%;
    height: 40vw
  }

  .sec8 .swiper_box .swiper .swiper-slide .name {
    font-size: 18px;
    padding: 0 15px;
    margin: 8px 0
  }

  .sec8 .swiper_box .swiper .swiper-slide .p {
    font-size: 14px;
    padding: 0 15px
  }

  .sec8 .swiper_box .swiper .swiper-slide .p br {
    display: none
  }

  .sec8 .swiper_box .btns {
    padding: 0;
    margin: 20px 0 0;
    position: unset;
    transform: unset;
    gap: 8px
  }

  .sec8 .swiper_box .btns .jt {
    width: 30px;
    height: 30px
  }

  .sec8 .swiper_box .btns .jt img {
    width: 10px
  }

  .goTop {
    width: 30px
  }
}



/* .sec2 .item {
  display: flex;
  gap: 1.0417vw;
  justify-content: space-between;
  margin-bottom: 8.3333vw;
}

.sec2 .item .left_box {
  width: 28%;
}

.sec2 .item .right_box {
  width: 70%;
}

.sec2 .item .right_box .sec2_swiper .swiper-slide img {
  width: 100%;
  aspect-ratio: 73/41;
}

.sec2 .btns {
  display: flex;
  gap: .52083vw;
  z-index: 3;
  position: absolute;
  right: 5.2083vw;
  margin-top: 0.5208vw;
}

.sec2 .btns .jt {
  width: 2.70833vw;
  height: 2.70833vw;
  border-radius: 50%;
  border: .05208vw solid #000;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.6s
}

.sec2 .btns .jt img {
  display: block;
  width: .78125vw;
  transition: 0.6s
}

.sec2 .btns .jt:hover {
  background: #3A6BD9;
  border: .05208vw solid #3A6BD9
}

.sec2 .btns .jt:hover img {
  filter: brightness(0) invert(1)
}

.sec2 .btns .jt.next {
  transform: rotate(180deg)
}


.sec2 .sec2-small-swiper {
  width: 76.5%;
  margin-left: 0;
}

.sec2 .sec2-small-swiper .swiper-slide {
  width: 33.3%;
} */