.mao {
  position: fixed;
  z-index: 999;
  right: 2.03125vw;
  top: 50%;
  transform: translateY(-50%);
  display: flex;
  flex-direction: column;
  gap: 0.625vw 0;
}

.mao .cir {
  width: 0.4166666667vw;
  height: 0.4166666667vw;
  border-radius: 0.6770833333vw;
  background: #E7E7E7;
  position: relative;
  cursor: pointer;
  transition: background-color 0.6s;
}

.mao .cir img {
  display: block;
  position: absolute;
  width: 2.1875vw;
  height: 0.8333333333vw;
  max-width: unset;
  max-height: unset;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  opacity: 0;
  transition: 0.6s;
}

.mao .cir:hover {
  background: #256753;
}

.mao .cir.on {
  background: transparent;
}

.mao .cir.on img {
  opacity: 1;
}

.index_banner {
  width: 100%;
  height: 100vh;
  overflow: hidden;
}

.index_banner .swiper-pagination {
  bottom: 8%;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}

.index_banner .swiper-pagination .swiper-pagination-bullet {
  display: block;
  width: 10px;
  height: 10px;
  background: #fff;
  opacity: 1;
  margin: 0 8px;
  transition: all ease .3s;
  cursor: pointer;
}

.index_banner .swiper-pagination .swiper-pagination-bullet-active {
  width: 30px;
  border-radius: 10px;
  opacity: 1;
}

.index_banner .swiper-slide {
  position: relative;
}

.index_banner .swiper-slide .img {
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.index_banner .swiper-slide .img img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  transform: scale(1.1);
  transition: 2s;
}

.index_banner .swiper-slide .text {
  position: absolute;
  top: 50%;
  left: 9.7916666667vw;
  transform: translateY(-50%);
}

.index_banner .swiper-slide .text h1 {
  color: #FFF;
  font-weight: 100;
  line-height: 1.2;
  text-transform: uppercase;
  margin-bottom: 2.0833333333vw;
  opacity: 0;
  transform: translateY(1.0416666667vw);
}

.index_banner .swiper-slide .text h1 span {
  font-weight: 500;
}

.index_banner .swiper-slide .text .more {
  opacity: 0;
  transform: translateY(1.0416666667vw);
  pointer-events: none;
}

.index_banner .swiper-slide .text .more a {
  width: -moz-fit-content;
  width: fit-content;
  height: 2.5vw;
  display: flex;
  align-items: center;
  gap: 0 0.625vw;
  padding: 0 1.5625vw;
  border-radius: 4.7395833333vw;
  background: #F9FAF3;
  transition: 0.6s;
}

.index_banner .swiper-slide .text .more a p {
  color: #193101;
  font-weight: 400;
  transition: 0.6s;
}

.index_banner .swiper-slide .text .more a img {
  display: block;
  width: 0.625vw;
  transition: 0.6s;
}

.index_banner .swiper-slide .text .more a:hover {
  background: #256753;
}

.index_banner .swiper-slide .text .more a:hover p {
  color: white;
}

.index_banner .swiper-slide .text .more a:hover img {
  filter: invert(100%);
}

.index_banner .swiper-slide.swiper-slide-active .img img {
  transform: scale(1);
}

.index_banner .swiper-slide.swiper-slide-active .text h1 {
  opacity: 1;
  transform: translateY(0);
  transition: 0.6s;
}

.index_banner .swiper-slide.swiper-slide-active .text .more {
  opacity: 1;
  transform: translateY(0);
  pointer-events: auto;
  transition: 0.6s;
  transition-delay: 0.1s;
}

.index_banner .btns {
  display: flex;
  align-items: center;
  gap: 0 1.1979166667vw;
  position: absolute;
  right: 9.5833333333vw;
  bottom: 5%;
  z-index: 5;
}

.index_banner .btns .cir {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 2.5vw;
  height: 2.5vw;
  background: rgba(124, 176, 74, 0.1);
  background: #fff;
  border-radius: 50%;
  cursor: pointer;
  transition: 0.6s;
}

.index_banner .btns .cir img {
  display: block;
  width: 0.9375vw;
  transition: 0.6s;
}

.index_banner .btns .cir:nth-child(1) {
  transform: rotate(180deg);
}

.index_banner .btns .cir:hover {
  background: #256753;
}

.index_banner .btns .cir:hover img {
  filter: brightness(0) invert(1);
}

.sec1 {
  padding: 6.0416666667vw 9.5833333333vw 6.25vw;
}

.sec1 .title {
  color: #111;
  font-weight: 600;
  text-transform: uppercase;
  margin-bottom: 3.9583333333vw;
}

.sec1 .title span {
  color: #256753;
}

.sec1 .list {
  display: flex;
  gap: 0 3.125vw;
}

.sec1 .list .item {
  width: 17.8645833333vw;
  border-radius: 1px;
  background: #EAEFEB;
  padding: 4.7395833333vw 0 4.21875vw;
  transition: 0.6s;
  overflow: hidden;
  position: relative;
}

.sec1 .list .item:after {
  content: "";
  width: 100%;
  height: 100%;
  border-radius: 1px;
  background: linear-gradient(163deg, #70A17D 2.37%, #256753 91.1%);
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  transition: 0.6s;
}

.sec1 .list .item .icon {
  width: 7.8125vw;
  height: 7.8125vw;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 2.0833333333vw;
  position: relative;
  z-index: 3;
}
.sec1 .list .item .icon svg {
  position: absolute;
  top: 0;
  left: 2.653vw;
}
.responsive-circle {
  fill: #bfd1ca;
  r: 1.698vw;
}
@media screen and (max-width:768px){
  .sec1 .list .item .icon svg {
    top: -15px;
    left: 12px;
  }
  .responsive-circle {
  r: 15px;
  cx:30px;
  cy:30px;

}
}

.sec1 .list .item:hover circle{
  fill: #9DC5A8;
  transform: scale(1.05);
}
.sec1 .list .item circle {
  transition: .3s ease;
}
.sec1 .list .item .icon img {
  display: block;
  width: 100%;
  transition: .3s ease;
}
.sec1 .list .item p {
  color: #333;
  text-align: center;
  font-weight: 500;
  line-height: 1.6;
  text-transform: uppercase;
  transition: 0.6s;
  position: relative;
  z-index: 3;
}

.sec1 .list .item:hover:after {
  opacity: 1;
}

.sec1 .list .item:hover p {
  color: #FFFFFF;
}

.sec1 .list .item:last-child .icon img {
  margin-top: 0.5208333333vw;
}
.sec1 .list .item:hover img{
  transform: scale(1.05);
}
.sec2 {
  padding: 8.3333333333vw 9.5833333333vw 4.1666666667vw;
  position: relative;
}

.sec2 .bg {
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
}

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

.sec2 .title {
  width: 35.625vw;
  color: #FFF;
  font-weight: 500;
  line-height: 1.2;
}

.sec2 .text {
  width: 31.0416666667vw;
  color: #FFF;
  font-weight: 400;
  line-height: 1.5;
  margin: 1.6666666667vw 0;
}

.sec2 .btns {
  display: flex;
  align-items: center;
  margin-bottom: 11.3541666667vw;
}

.sec2 .btns .play {
  width: 3.3854166667vw;
  height: 3.3854166667vw;
  cursor: pointer;
}

.sec2 .btns .play svg {
  width: 100%;
  height: 100%;
}

.sec2 .btns .play svg path,
.sec2 .btns .play svg circle {
  transition: 0.6s;
}

.sec2 .btns .play:hover svg circle {
  fill: #256753;
  opacity: 1;
}

.sec2 .btns .play:hover svg path {
  fill: #fff;
}

.sec2 .btns a {
  width: -moz-fit-content;
  width: fit-content;
  height: 2.5vw;
  display: flex;
  align-items: center;
  gap: 0 0.625vw;
  padding: 0 1.5625vw;
  border-radius: 4.7395833333vw;
  background: #F9FAF3;
  transition: 0.6s;
  margin-left: 1.0416666667vw;
}

.sec2 .btns a p {
  color: #193101;
  font-weight: 400;
  transition: 0.6s;
}

.sec2 .btns a img {
  display: block;
  width: 0.625vw;
  transition: 0.6s;
}

.sec2 .btns a:hover {
  background: #256753;
}

.sec2 .btns a:hover p {
  color: white;
}

.sec2 .btns a:hover img {
  filter: invert(100%);
}

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

.sec2 .list {
  display: flex;
  flex-direction: column;
}

.sec2 .list .flex {
  display: flex;
  justify-content: space-between;
  gap: 1.5625vw 3.125vw;
  flex-wrap: wrap;
}

.sec2 .list .item {
  width: 6.875vw;
  height: 2.8645833333vw;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #FFFFFF;
}

.sec2 .list.ticker {
  animation: img_go 30s infinite linear;
}

.sec2 .list.ticker .flex {
  gap: 0;
}

.sec2 .list.ticker .item {
  margin-right: 4.7916666667vw;
}

.sec3 {
  background: #EAEFEB;
  padding: 6.25vw 0 6.25vw 9.5833333333vw;
  width: 100%;
  overflow: hidden;
}

.sec3 .wrap {
  display: flex;
}

.sec3 .wrap .l {
  width: 39.4791666667vw;
  padding: 2.0833333333vw 2.0833333333vw 0 0;
}

.sec3 .wrap .l .title {
  color: #111;
  font-weight: 600;
  text-transform: uppercase;
  margin-bottom: 5vw;
}

.sec3 .wrap .l .title span {
  color: #256753;
}

.sec3 .wrap .l .numList {
  display: flex;
  flex-wrap: wrap;
  gap: 3.3333333333vw 8.8541666667vw;
}

.sec3 .wrap .l .numList .item {
  width: 11.9791666667vw;
}

.sec3 .wrap .l .numList .item .num {
  display: flex;
  margin-bottom: 0.78125vw;
}

.sec3 .wrap .l .numList .item .num p {
  color: #000;
  font-weight: 500;
  line-height: 1.3;
}

.sec3 .wrap .l .numList .item span {
  color: #333;
  font-weight: 400;
}

.sec3 .wrap .r {
  width: 50.78125vw;
  position: relative;
}

.sec3 .wrap .r .swiper {
  width: 87.5vw;
  overflow: hidden;
}

.sec3 .wrap .r .swiper .swiper-slide {
  height: 28.6458333333vw;
  overflow: hidden;
}

.sec3 .wrap .r .swiper .swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  opacity: 0.6;
  transition: 0.6s;
}

.sec3 .wrap .r .swiper .swiper-slide:hover img {
  transform: scale(1.05);
}

.sec3 .wrap .r .swiper .swiper-slide.swiper-slide-active img {
  opacity: 1;
}

.sec3 .wrap .r .btns {
  width: 55.46875vw;
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: absolute;
  z-index: 4;
  top: 50%;
  left: -6.25vw;
  transform: translateY(-50%);
}

.sec3 .wrap .r .btns .cir {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 3.125vw;
  height: 3.125vw;
  background: rgba(46, 91, 58, 0.1);
  border-radius: 50%;
  cursor: pointer;
  transition: 0.6s;
}

.sec3 .wrap .r .btns .cir img {
  display: block;
  width: 1.0416666667vw;
  transition: 0.6s;
}

.sec3 .wrap .r .btns .cir:nth-child(1) {
  transform: rotate(180deg);
}

.sec3 .wrap .r .btns .cir:hover {
  background: #256753;
}

.sec3 .wrap .r .btns .cir:hover img {
  filter: brightness(0) invert(1);
}

.sec4 {
  padding: 6.5625vw 9.5833333333vw 6.25vw;
  width: 100%;
  overflow: hidden;
}

.sec4 .top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 4.7916666667vw;
}

.sec4 .top h1 {
  color: #111;
  font-weight: 600;
  text-transform: uppercase;
}

.sec4 .top h1 span {
  color: #256753;
}

.sec4 .top .btns {
  display: flex;
  align-items: center;
  gap: 0 1.1979166667vw;
}

.sec4 .top .btns .cir {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 2.5vw;
  height: 2.5vw;
  background: rgba(124, 176, 74, 0.1);
  border-radius: 50%;
  cursor: pointer;
  transition: 0.6s;
}

.sec4 .top .btns .cir img {
  display: block;
  width: 0.9375vw;
  transition: 0.6s;
}

.sec4 .top .btns .cir:nth-child(1) {
  transform: rotate(180deg);
}

.sec4 .top .btns .cir:hover {
  background: #256753;
}

.sec4 .top .btns .cir:hover img {
  filter: brightness(0) invert(1);
}

.sec4 .sec4_swiper {
  overflow: hidden;
  width: 110.1041666667vw;
  margin-bottom: 6.25vw;
}

.sec4 .sec4_swiper .swiper-slide {
  display: flex;
  justify-content: space-between;
  cursor: pointer;
  align-items: center;
}

.sec4 .sec4_swiper .swiper-slide .cir {
  width: 11.4583333333vw;
}

.sec4 .sec4_swiper .swiper-slide .cir img {
  display: block;
  width: 100%;
}

.sec4 .sec4_swiper .swiper-slide .r {
  width: 21.3541666667vw;
}

.sec4 .sec4_swiper .swiper-slide .r h5 {
  color: #111;
  font-weight: 500;
  line-height: 1.5;
  /* text-transform: uppercase; */
  margin-bottom: 1.1979166667vw;
  /* transition: all 600ms; */
}

.sec4 .sec4_swiper .swiper-slide .r p {
  color: #333;
  font-weight: 400;
  line-height: 1.5;
}

.sec4 .sec4_swiper .swiper-slide:hover .r h5 {
  color: #256753;
  font-weight: 700;
}

.sec4 .sec4_swiper .swiper-slide:hover .r p {
  text-decoration: underline;
}

.sec4 .list {
  display: flex;
  gap: 0 2.9166666667vw;
}

.sec4 .list .item {
  width: 25vw;
  height: 25vw;
  position: relative;
  overflow: hidden;
}

.sec4 .list .item:after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: linear-gradient(22deg, #153025 10.34%, rgba(62, 107, 88, 0) 51.76%);
}

.sec4 .list .item img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  transition: 1s;
}

.sec4 .list .item .text {
  width: 100%;
  padding: 0 1.25vw;
  position: absolute;
  z-index: 3;
  bottom: 1.6666666667vw;
  color: #FFF;
  font-weight: 600;
}

.sec4 .list .item:hover img {
  transform: scale(1.1);
}

.sec5 {
  position: relative;
  padding: 7.9166666667vw 0 8.125vw;
  width: 100%;
  overflow: hidden;
}

.sec5 .bg {
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
}

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

.sec5 .title {
  color: #FFF;
  text-align: center;
  font-weight: 600;
  text-transform: uppercase;
  margin-bottom: 1.25vw;
}

.sec5 .control {
  display: flex;
  justify-content: center;
  gap: 0 4.1666666667vw;
  margin-bottom: 2.4479166667vw;
}

.sec5 .control .item {
  color: #FFF;
  font-weight: 400;
  opacity: 0.3;
  cursor: pointer;
  transition: 0.6s;
}

.sec5 .control .item.on,
.sec5 .control .item:hover {
  opacity: 1;
}

.sec5 .logo_box .list {
  display: flex;
  justify-content: center;
  padding-left: 1.5625vw;
}

.sec5 .logo_box .list .swiper {
  width: 86.5625vw;
}

.sec5 .logo_box .list .swiper .swiper-slide {
  display: flex;
  justify-content: center;
  gap: 1.5625vw 3.125vw;
}

.sec5 .logo_box .list .swiper .swiper-slide .img {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 9.6875vw;
  height: 4.1666666667vw;
  border-radius: 4px;
  background: #FFF;
  transition: 0.6s;
  opacity: 0.4;
}

.sec5 .logo_box .list .swiper .swiper-slide .img img {
  display: block;
  max-width: 80%;
  max-height: 60%;
}

.sec5 .logo_box .list .swiper .swiper-slide .img:hover {
  opacity: 1;
}

.sec5 .logo_box .list.ticker {
  animation: img_go 30s infinite linear;
}

.sec5 .logo_box .list.ticker .flex {
  gap: 0;
}

.sec5 .logo_box .list.ticker .flex .img {
  margin-right: 3.125vw;
}

.sec5 .logo_box .list.ticker:nth-child(2n-1) {
  animation: img_go2 30s infinite linear;
}

.sec5 .logo_box .list.on .swiper .swiper-slide .img {
  opacity: 1;
}

.sec5 .logo_box .list:not(:last-child) {
  margin-bottom: 1.6666666667vw;
}

.sec6 {
  padding: 6.0416666667vw 0 0;
  width: 100%;
  overflow: hidden;
}

.sec6 .title {
  color: #111;
  font-weight: 600;
  text-transform: uppercase;
  text-align: center;
  margin-bottom: 3.9583333333vw;
}

.sec6 .title span {
  color: #256753;
}

.sec6 .imgs {
  display: flex;
  width: -moz-max-content;
  width: max-content;
  animation: img_go 150s infinite linear;
}

.sec6 .imgs .flex {
  display: flex;
}

.sec6 .imgs .flex .img {
  width: 13.125vw;
  height: 5.625vw;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 4.1666666667vw;
}

.sec6 .imgs .flex .img img {
  display: block;
  max-width: 90%;
  max-height: 90%;
}

.sec6 .imgs1 {
  animation: img_go2 150s infinite linear;
  margin: 2.0833333333vw 0 0;
}

.sec7 {
  padding: 6.09375vw 9.6354166667vw 6.25vw;
}

.sec7 .title {
  color: #111;
  font-weight: 600;
  text-transform: uppercase;
  margin-bottom: 2.9166666667vw;
}

.sec7 .title span {
  color: #256753;
}

.sec7 .swiper {
  overflow: hidden;
  width: 100%;
}

.sec7 .swiper .swiper-slide .slide_box {
  display: block;
  width: 100%;
}

.sec7 .swiper .swiper-slide .slide_box .img {
  width: 100%;
  height: 14.7916666667vw;
  overflow: hidden;
}

.sec7 .swiper .swiper-slide .slide_box .img img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  transition: 1s;
}

.sec7 .swiper .swiper-slide .slide_box .flex {
  display: flex;
  align-items: center;
  margin: 1.9791666667vw 0 0.8333333333vw;
}

.sec7 .swiper .swiper-slide .slide_box .flex .label {
  position: relative;
  margin-right: 1.5625vw;
  margin-left: 0.78125vw;
}

.sec7 .swiper .swiper-slide .slide_box .flex .label p {
  color: #FFF;
  font-weight: 600;
}

.sec7 .swiper .swiper-slide .slide_box .flex .label p::before {
  content: "";
  display: block;
  position: absolute;
  left: 50%;
  width: 100%;
  top: 51%;
  transform: translate(-50%, -50%) skew(-8deg);
  background: #256753;
  height: 1.5625vw;
  min-width: 3.75vw;
  padding: 0 0.5208333333vw;
  z-index: -1;
  border-radius: 5px;
}

.sec7 .swiper .swiper-slide .slide_box .flex .date {
  color: #000;
  font-weight: 400;
}

.sec7 .swiper .swiper-slide .slide_box .item_title {
  color: #111;
  font-weight: 500;
  line-height: 1.5;
  margin-bottom: 1.25vw;
  transition: 0.6s;
}

.sec7 .swiper .swiper-slide .slide_box .item_text {
  color: #333;
  font-weight: 400;
  line-height: 1.5;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.sec7 .swiper .swiper-slide .slide_box:hover .img img {
  transform: scale(1.1);
}

.sec7 .swiper .swiper-slide .slide_box:hover .item_title {
  color: #256753;
}

.sec8 {
  position: relative;
  padding: 6.25vw 9.5833333333vw 18.0208333333vw;
}

.sec8 .bg {
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
}

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

.sec8 .bg:after {
  content: "";
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, #153025 20.22%, rgba(62, 107, 88, 0) 114.88%);
  position: absolute;
  top: 0;
  left: 0;
}

.sec8 .title {
  color: #FFF;
  font-weight: 400;
  line-height: 1.45;
}

.sec8 .text {
  color: #FFF;
  font-weight: 400;
  margin: 1.0416666667vw 0 3.125vw;
}

.sec8 .more a {
  width: -moz-fit-content;
  width: fit-content;
  height: 2.5vw;
  display: flex;
  align-items: center;
  gap: 0 0.625vw;
  padding: 0 1.3020833333vw;
  border-radius: 4.7395833333vw;
  background: #F9FAF3;
  transition: 0.6s;
}

.sec8 .more a p {
  color: #193101;
  font-weight: 400;
  transition: 0.6s;
}

.sec8 .more a img {
  display: block;
  width: 0.625vw;
  transition: 0.6s;
}

.sec8 .more a:hover {
  background: #256753;
}

.sec8 .more a:hover p {
  color: white;
}

.sec8 .more a:hover img {
  filter: invert(100%);
}

.alert_video {
  width: 100%;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
  display: flex;
  align-items: center;
  justify-content: center;
  pointer-events: none;
  opacity: 0;
  transition: 1s;
}

.video_active {
  pointer-events: auto !important;
  opacity: 1 !important;
}

.alert_video .joke {
  display: flex;
  position: relative;
  z-index: 2;
  max-width: 90%;
}

.alert_video .joke .video {
  width: 100%;
  height: 576px;
  display: block;
}

.alert_video .joke .video video {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}

.alert_video .joke .close {
  margin: 0 0 0 25px;
  cursor: pointer;
  height: -moz-fit-content;
  height: fit-content;
  transition: 1s;
}

.alert_video .joke .close:hover {
  transform: rotate(90deg);
}

.alert_video .joke .close svg {
  width: 30px;
  height: 30px;
  fill: #fff;
}

.alert_video .black {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  background: rgba(0, 0, 0, 0.7);
}

.alert_video.all .joke {
  width: 100%;
  height: 100%;
  max-width: 100%;
}

.alert_video.all .joke .video {
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.alert_video.all .close {
  position: absolute;
  top: 50px;
  right: 50px;
}

.alert_video.all .joke .video video {
  -o-object-fit: cover;
  object-fit: cover;
}

.fadeInUp_ {
  -webkit-animation-name: fadeInUp_;
  animation-duration: 2s;
  animation-name: fadeInUp_;
}

@media screen and (max-width: 1280px) {
  .sec7 .swiper .swiper-slide .item_title {
    font-size: 18px;
  }

  .sec7 .swiper .swiper-slide .item_text {
    font-size: 16px;
  }
}

@media screen and (max-width: 768px) {
  .alert_video .joke {
    width: 90%;
  }

  .alert_video:not(.all) .joke .close {
    position: absolute;
    right: 0;
    top: -57px;
  }

  .alert_video .joke .video {
    height: auto;
  }
}

@keyframes img_go {
  100% {
    transform: translateX(-50%);
  }
}

@keyframes img_go2 {
  0% {
    transform: translateX(-50%);
  }

  100% {
    transform: translateX(0);
  }
}

@media screen and (max-width: 768px) {
  .mao {
    display: none;
  }

  .index_banner .swiper-slide .text {
    left: 5vw;
    top: 75%;
  }

  .index_banner .swiper-slide .text h1 {
    margin-bottom: 20px;
  }

  .index_banner .swiper-slide .text .more a {
    height: 40px;
    border-radius: 20px;
    padding: 0 30px;
    gap: 0 12px;
  }

  .index_banner .swiper-slide .text .more a img {
    width: 12px;
  }

  .index_banner .btns {
    justify-content: center;
    gap: 0 20px;
  }

  .index_banner .btns .cir {
    width: 30px;
    height: 30px;
  }

  .index_banner .btns .cir img {
    width: 14px;
  }

  .sec1 {
    padding: 50px 5vw;
  }

  .sec1 .title {
    margin-bottom: 40px;
  }

  .sec1 .list {
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 20px 0;
  }

  .sec1 .list .item {
    width: 48%;
    padding: 50px 0;
  }

  .sec1 .list .item .icon {
    width: 60px;
    height: 60px;
    margin: 0 auto 20px;
  }

  .sec2 {
    padding: 60px 5vw;
  }

  .sec2 .title {
    width: 100%;
  }

  .sec2 .text {
    width: 100%;
    margin: 20px 0;
  }

  .sec2 .btns {
    margin-bottom: 60px;
  }

  .sec2 .btns .play {
    width: 40px;
    height: 40px;
  }

  .sec2 .btns a {
    height: 40px;
    border-radius: 20px;
    padding: 0 30px;
    gap: 0 12px;
    margin-left: 15px;
  }

  .sec2 .btns a img {
    width: 12px;
  }

  .sec2 .list .flex {
    gap: 20px 0;
    justify-content: space-between;
  }

  .sec2 .list .item {
    width: 46%;
    height: 70px;
  }

  .sec2 .list.ticker {
    animation: img_go 10s infinite linear;
  }

  .sec2 .list.ticker .flex {
    gap: 0;
  }

  .sec2 .list.ticker .item {
    margin-right: 20px;
  }

  .sec3 {
    padding: 50px 5vw;
  }

  .sec3 .wrap {
    display: block;
  }

  .sec3 .wrap .l {
    width: 100%;
    margin-bottom: 40px;
  }

  .sec3 .wrap .l .title {
    margin-bottom: 40px;
  }

  .sec3 .wrap .l .numList {
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 20px 0;
  }

  .sec3 .wrap .l .numList .item {
    width: 48%;
  }

  .sec3 .wrap .l .numList .item .num p {
    font-size: 30px;
  }

  .sec3 .wrap .l .numList .item span {
    font-size: 14px;
  }

  .sec3 .wrap .r {
    width: 100%;
  }

  .sec3 .wrap .r .btns {
    width: 90%;
    left: 50%;
    transform: translate(-50%, -50%);
  }

  .sec3 .wrap .r .btns .cir {
    width: 40px;
    height: 40px;
    background: #FFFFFF !important;
  }

  .sec3 .wrap .r .btns .cir img {
    width: 14px;
    filter: unset !important;
  }

  .sec3 .wrap .r .swiper {
    width: 100%;
  }

  .sec3 .wrap .r .swiper .swiper-slide {
    height: 57vw;
  }

  .sec4 {
    padding: 50px 5vw;
  }

  .sec4 .top {
    display: block;
    margin-bottom: 20px;
  }

  .sec4 .top .title {
    margin: 0 0 30px;
  }

  .sec4 .top .btns {
    justify-content: center;
    gap: 0 20px;
  }

  .sec4 .top .btns .cir {
    width: 50px;
    height: 50px;
  }

  .sec4 .top .btns .cir img {
    width: 14px;
  }

  .sec4 .swiper {
    width: 100%;
    margin-bottom: 40px;
  }

  .sec4 .swiper .swiper-slide {
    display: block;
  }

  .sec4 .swiper .swiper-slide .cir {
    margin: 0 auto;
    width: 200px;
  }

  .sec4 .swiper .swiper-slide .r {
    margin: 20px 0 0;
    width: 100%;
  }

  .sec4 .swiper .swiper-slide .r h5 {
    margin-bottom: 15px;
  }

  .sec4 .scroll_box {
    width: 100%;
    overflow-x: scroll;
    overflow-y: hidden;
  }

  .sec4 .scroll_box::-webkit-scrollbar {
    height: 5px;
  }

  .sec4 .scroll_box::-webkit-scrollbar-track {
    background: #000;
  }

  .sec4 .scroll_box::-webkit-scrollbar-thumb {
    background: #256753;
  }

  .sec4 .list {
    gap: 30px 0;
    display: flex;
    width: -moz-max-content;
    width: max-content;
  }

  .sec4 .list .item {
    width: 150px;
    height: 150px;
    display: inline-block;
    margin-right: 20px;
  }

  .sec4 .list .item .text {
    bottom: 15px;
    padding: 0 15px;
    font-size: 16px;
  }

  .sec5 {
    padding: 50px 5vw;
  }

  .sec5 .title {
    margin-bottom: 40px;
  }

  .sec5 .control {
    flex-wrap: wrap;
    gap: 15px;
    margin-bottom: 30px;
  }

  .sec5 .logo_box .list .sec5_swiper {
    display: none;
  }

  .sec5 .logo_box .list .ph_swiper {
    display: block !important;
  }

  .sec5 .logo_box .list .swiper {
    width: 100%;
  }

  .sec5 .logo_box .list .swiper .swiper-slide {
    gap: 20px;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
  }

  .sec5 .logo_box .list .swiper .swiper-slide .img {
    width: 100%;
    height: 70px;
  }

  .sec5 .logo_box .list.ticker {
    animation: img_go 10s infinite linear;
  }

  .sec5 .logo_box .list.ticker:nth-child(2n-1) {
    animation: img_go2 10s infinite linear;
  }

  .sec5 .logo_box .list.ticker .flex {
    flex-wrap: unset;
  }

  .sec5 .logo_box .list.ticker .flex .img {
    margin-right: 20px;
  }

  .sec5 .logo_box .list:not(:last-child) {
    margin-bottom: 20px;
  }

  .sec6 {
    padding: 50px 0;
  }

  .sec6 .title {
    margin-bottom: 40px;
  }

  .sec6 .imgs .flex .img {
    width: 150px;
    height: 70px;
    margin-right: 20px;
  }

  .sec6 .imgs .flex .img img {
    max-width: 80%;
    max-height: 80%;
  }

  .sec6 .imgs1 {
    margin: 20px 0 0;
  }

  .sec7 {
    padding: 50px 5vw;
  }

  .sec7 .title {
    margin-bottom: 40px;
  }

  .sec7 .swiper .swiper-slide .slide_box .img {
    height: 55vw;
    margin-bottom: 15px;
  }

  .sec7 .swiper .swiper-slide .slide_box .flex .label {
    margin-right: 10px;
  }

  .sec7 .swiper .swiper-slide .slide_box .flex .label p::before {
    height: 30px;
  }

  .sec7 .swiper .swiper-slide .slide_box .item_title {
    margin: 15px 0;
  }

  .sec8 {
    padding: 60px 5vw 80px;
  }

  .sec8 .title {
    margin-bottom: 20px;
  }

  .sec8 .text {
    margin-bottom: 60px;
  }

  .sec8 .more a {
    height: 40px;
    border-radius: 20px;
    padding: 0 30px;
    gap: 0 12px;
  }

  .sec8 .more a img {
    width: 12px;
  }
}

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