#index .c_button {
  display: inline-block;
  border-radius: 100px;
  color: #fff;
  padding: 0.8vw 1.8vw;
  height: fit-content;
}
#index #top {
  width: 100vw;
  height: 100vh;
  overflow: hidden;
  position: relative;
}
#index #top .indexBanner {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 5;
}
#index #top .indexBanner .webGL-slider {
  position: absolute;
}
#index #top .bg {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  background: url(../images/banner-bg.jpg) center repeat;
}
#index .dis_bg {
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 3;
  pointer-events: none;
}
#index .dis_bg img {
  width: 100%;
  display: block;
}
#index #water {
  position: absolute;
  width: 23vw;
  top: 0;
  left: 0;
  margin: 0;
  height: 100%;
  z-index: 4;
  transform: none;
  -webkit-transform: none;
  -moz-transform: none;
  -o-transform: none;
  -ms-transform: none;
  opacity: 0.8;
}
#index #top .indexBanner .webGL-slider .txt-item {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 5;
  color: #fff;
}
#index #top .indexBanner .webGL-slider .txt-item .word {
  color: #D8EDFF;
  line-height: 40px;
  letter-spacing: 2px;
  opacity: 1;
  display: block;
}
#index #top .indexBanner .webGL-slider .txt-item .f-60 {
  padding: 10px 0;
}
#index .indexBanner .webGL-slider .txt-item > li {
  position: absolute;
  top: 50%;
  left: 10vw;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
}
#index .indexBanner .webGL-slider .txt-item > li > a {
  display: inline-block;
  left: 0;
  color: #D8EDFF;
  font-size: 16px;
  padding: 15px 30px;
  border: 1px solid rgba(255, 255, 255, 0.35);
  border-radius: 100px;
  margin-top: 50px;
  position: relative;
}
#index .indexBanner .webGL-slider .txt-item > li > a::after {
  background: #6EB92B;
  width: 0;
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
  border-radius: 100px;
  height: 100%;
  transition: all 0.3s;
}
#index .indexBanner .webGL-slider .txt-item > li > a:hover::after {
  width: 100%;
}
#index .indexBanner .webGL-slider .txt-item > li > a > i {
  font-size: 32px;
  opacity: 0;
  vertical-align: middle;
  display: inline-block;
  animation: fadeInLeftSmall 1.5s ease forwards;
  animation-delay: 1s;
}
#index #index #top .indexBanner #component #water {
  position: absolute;
  width: 20vw;
  top: 0;
  left: 0;
  margin: 0;
  height: 100%;
  z-index: 11;
  transform: none;
  -webkit-transform: none;
  -moz-transform: none;
  -o-transform: none;
  -ms-transform: none;
  opacity: 0.8;
}
#index #index #top .indexBanner #component .Tcon .txtChange {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 5;
}
#index #index #top .indexBanner #component .Tcon .txtChange > li {
  position: absolute;
  top: 50%;
  left: 10vw;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
}
#index #index #top .indexBanner #component .Tcon .txtChange > li > a {
  position: absolute;
  display: inline-block;
  top: 30vh;
  left: 0;
}
#index #index #top .indexBanner #component .Tcon .txtChange > li > a > i {
  font-size: 32px;
  opacity: 0;
  vertical-align: middle;
  display: inline-block;
  animation: fadeInLeftSmall 1.5s ease forwards;
  animation-delay: 1s;
}
#index #index #top .indexBanner #component .Tcon .pageChange {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 5vw;
  z-index: 6;
}
#index #index #top .indexBanner #component .Tcon .pageChange > [data-change].on {
  opacity: 1;
}
#index #index #top .indexBanner #component .Tcon .pageChange:after {
  content: "";
  position: absolute;
  top: 10px;
  left: 45px;
  width: 2px;
  height: calc(100% - 20px);
  background-color: #ffffff;
}
#index #index #top .indexBanner #component .Tcon .pageChange > [data-change] {
  display: block;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: 0;
  width: 16px;
  height: 16px;
  background-color: transparent;
  text-align: center;
  color: rgba(255, 255, 255, 0.5);
  font-size: 16px;
  border-radius: 100%;
  padding: 0;
  cursor: pointer;
  position: relative;
  opacity: 1;
  transition: opacity 0.2s ease-in-out;
  outline: none;
  padding-bottom: 80px;
}
#index #index #top .indexBanner #component .Tcon .pageChange > [data-change] > span {
  position: absolute;
  top: 0;
  height: 2px;
  width: 15px;
  background-color: rgba(255, 255, 255, 0.3);
  left: 30px;
}
#index #index #top .indexBanner #component .Tcon .pageChange > [data-change] > span:nth-of-type(1) {
  width: 25px;
  top: 10px;
  left: 20px;
}
#index #index #top .indexBanner #component .Tcon .pageChange > [data-change] > span:nth-of-type(2) {
  top: 18px;
}
#index #index #top .indexBanner #component .Tcon .pageChange > [data-change] > span:nth-of-type(3) {
  top: 26px;
}
#index #index #top .indexBanner #component .Tcon .pageChange > [data-change] > span:nth-of-type(4) {
  top: 34px;
}
#index #index #top .indexBanner #component .Tcon .pageChange > [data-change] > span:nth-of-type(5) {
  top: 42px;
}
#index #index #top .indexBanner #component .Tcon .pageChange > [data-change] > span:nth-of-type(6) {
  top: 50px;
  width: 20px;
  left: 25px;
}
#index #index #top .indexBanner #component .Tcon .pageChange > [data-change] > span:nth-of-type(7) {
  top: 58px;
}
#index #index #top .indexBanner #component .Tcon .pageChange > [data-change] > span:nth-of-type(8) {
  top: 66px;
}
#index #index #top .indexBanner #component .Tcon .pageChange > [data-change] > span:nth-of-type(9) {
  top: 74px;
}
#index #index #top .indexBanner #component .Tcon .pageChange > [data-change] > span:nth-of-type(10) {
  top: 82px;
}
#index #index #top .indexBanner #component .Tcon .pageChange > [data-change].lat {
  padding-bottom: 22px;
}
#index #index #top .indexBanner #component .Tcon .pageChange > [data-change].lat > span {
  display: none;
}
#index #index #top .indexBanner #component .Tcon .pageChange > [data-change].lat > span:nth-of-type(1) {
  display: inline-block;
  width: 25px;
  top: 10px;
  left: 20px;
}
#index #index #top .indexBanner #component .Tcon .pageChange > [data-change].lat2 > span:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #fff;
  top: 0;
  left: 0;
}
#index #index #top .indexBanner #component .Tcon .pageChange > [data-change]:nth-of-type(2).go {
  color: #ffffff;
}
#index #index #top .indexBanner #component .Tcon .pageChange > [data-change]:nth-of-type(2).go > span {
  background-color: #ffffff;
  transition: all 0.3s ease-out;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
}
#index #index #top .indexBanner #component .Tcon .pageChange > [data-change]:nth-of-type(2).go > span:nth-of-type(1) {
  transition-delay: 0s;
}
#index #index #top .indexBanner #component .Tcon .pageChange > [data-change]:nth-of-type(2).go > span:nth-of-type(2) {
  transition-delay: 0.4s;
}
#index #index #top .indexBanner #component .Tcon .pageChange > [data-change]:nth-of-type(2).go > span:nth-of-type(3) {
  transition-delay: 0.8s;
}
#index #index #top .indexBanner #component .Tcon .pageChange > [data-change]:nth-of-type(2).go > span:nth-of-type(4) {
  transition-delay: 1.2s;
}
#index #index #top .indexBanner #component .Tcon .pageChange > [data-change]:nth-of-type(2).go > span:nth-of-type(5) {
  transition-delay: 1.6s;
}
#index #index #top .indexBanner #component .Tcon .pageChange > [data-change]:nth-of-type(2).go > span:nth-of-type(6) {
  transition-delay: 2s;
}
#index #index #top .indexBanner #component .Tcon .pageChange > [data-change]:nth-of-type(2).go > span:nth-of-type(7) {
  transition-delay: 2.4s;
}
#index #index #top .indexBanner #component .Tcon .pageChange > [data-change]:nth-of-type(2).go > span:nth-of-type(8) {
  transition-delay: 2.8s;
}
#index #index #top .indexBanner #component .Tcon .pageChange > [data-change]:nth-of-type(2).go > span:nth-of-type(9) {
  transition-delay: 3.2s;
}
#index #index #top .indexBanner #component .Tcon .pageChange > [data-change]:nth-of-type(2).go > span:nth-of-type(10) {
  transition-delay: 3.6s;
}
#index #index #top .indexBanner #component .Tcon .pageChange > [data-change].on {
  color: #ffffff;
}
#index #index #top .indexBanner #component .Tcon .pageChange > [data-change].on > span {
  background-color: #ffffff;
  transition: all 0.3s ease-out;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
}
#index #index #top .indexBanner #component .Tcon .pageChange > [data-change].on > span:nth-of-type(1) {
  transition-delay: 0s;
}
#index #index #top .indexBanner #component .Tcon .pageChange > [data-change].on > span:nth-of-type(2) {
  transition-delay: 0.4s;
}
#index #index #top .indexBanner #component .Tcon .pageChange > [data-change].on > span:nth-of-type(3) {
  transition-delay: 0.8s;
}
#index #index #top .indexBanner #component .Tcon .pageChange > [data-change].on > span:nth-of-type(4) {
  transition-delay: 1.2s;
}
#index #index #top .indexBanner #component .Tcon .pageChange > [data-change].on > span:nth-of-type(5) {
  transition-delay: 1.6s;
}
#index #index #top .indexBanner #component .Tcon .pageChange > [data-change].on > span:nth-of-type(6) {
  transition-delay: 2s;
}
#index #index #top .indexBanner #component .Tcon .pageChange > [data-change].on > span:nth-of-type(7) {
  transition-delay: 2.4s;
}
#index #index #top .indexBanner #component .Tcon .pageChange > [data-change].on > span:nth-of-type(8) {
  transition-delay: 2.8s;
}
#index #index #top .indexBanner #component .Tcon .pageChange > [data-change].on > span:nth-of-type(9) {
  transition-delay: 3.2s;
}
#index #index #top .indexBanner #component .Tcon .pageChange > [data-change].on > span:nth-of-type(10) {
  transition-delay: 3.6s;
}
#index .indexBanner .scr {
  position: absolute;
  z-index: 10;
  bottom: 4vh;
  right: 5vw;
  padding-top: 90px;
  cursor: pointer;
}
#index .indexBanner .scr > span {
  position: absolute;
  top: 0;
  left: 0;
  text-align: right;
  width: 35px;
  padding-right: 5px;
  color: #fff;
  display: block;
  letter-spacing: 7px;
}
#index .indexBanner .scr #mouse {
  transform: scale(0.7);
  -webkit-transform: scale(0.7);
  -moz-transform: scale(0.7);
  -o-transform: scale(0.7);
  -ms-transform: scale(0.7);
}
#index .indexBanner .scr #mouse #mouse-move {
  animation: Tmouse 0.8s cubic-bezier(0.56, 0.01, 0.46, 1) infinite alternate;
}
@keyframes Tmouse {
  0% {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    -webkit-transform: translateY(8px);
    -moz-transform: translateY(8px);
    -ms-transform: translateY(8px);
    -o-transform: translateY(8px);
    transform: translateY(8px);
  }
}
#index .webGL-slider {
  position: relative;
  display: flex;
  align-items: center;
  width: 100%;
  height: 100%;
  margin: 0 auto;
  z-index: 5;
}
#index .webGL-slider > img {
  width: 100%;
  max-width: 100%;
  position: relative;
  top: 0;
  left: 0;
  z-index: 0;
  opacity: 0;
  vertical-align: bottom;
}
#index .webGL-slider canvas {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  z-index: 2;
  transform-origin: 50% 50%;
}
#index .webGL-slider .pagination {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 5vw;
  z-index: 6;
}
#index .webGL-slider .pagination:after {
  content: "";
  position: absolute;
  top: 10px;
  left: 45px;
  width: 2px;
  height: calc(100% - 36px);
  background-color: #ffffff;
}
#index .webGL-slider .pagination > [data-slide] {
  display: block;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: 0;
  width: 16px;
  height: 16px;
  background-color: transparent;
  text-align: center;
  color: rgba(255, 255, 255, 0.5);
  font-size: 16px;
  border-radius: 100%;
  padding: 0;
  cursor: pointer;
  position: relative;
  opacity: 1;
  transition: opacity 0.2s ease-in-out;
  outline: none;
  padding-bottom: 80px;
}
#index .webGL-slider .pagination > [data-slide] > span {
  position: absolute;
  top: 0;
  height: 2px;
  width: 15px;
  background-color: rgba(255, 255, 255, 0.3);
  left: 30px;
}
#index .webGL-slider .pagination > [data-slide] > span:nth-of-type(1) {
  width: 25px;
  top: 10px;
  left: 20px;
}
#index .webGL-slider .pagination > [data-slide] > span:nth-of-type(2) {
  top: 18px;
}
#index .webGL-slider .pagination > [data-slide] > span:nth-of-type(3) {
  top: 26px;
}
#index .webGL-slider .pagination > [data-slide] > span:nth-of-type(4) {
  top: 34px;
}
#index .webGL-slider .pagination > [data-slide] > span:nth-of-type(5) {
  top: 42px;
}
#index .webGL-slider .pagination > [data-slide] > span:nth-of-type(6) {
  top: 50px;
  width: 20px;
  left: 25px;
}
#index .webGL-slider .pagination > [data-slide] > span:nth-of-type(7) {
  top: 58px;
}
#index .webGL-slider .pagination > [data-slide] > span:nth-of-type(8) {
  top: 66px;
}
#index .webGL-slider .pagination > [data-slide] > span:nth-of-type(9) {
  top: 74px;
}
#index .webGL-slider .pagination > [data-slide] > span:nth-of-type(10) {
  top: 82px;
}
#index .webGL-slider .pagination > [data-slide].lat {
  padding-bottom: 22px;
}
#index .webGL-slider .pagination > [data-slide].lat > span {
  display: none;
}
#index .webGL-slider .pagination > [data-slide].lat > span:nth-of-type(1) {
  display: inline-block;
  width: 25px;
  top: 10px;
  left: 20px;
}
#index .webGL-slider .pagination > [data-slide].lat2 > span:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #fff;
  top: 0;
  left: 0;
}
#index .webGL-slider .pagination > [data-slide]:nth-of-type(2).go {
  color: #ffffff;
}
#index .webGL-slider .pagination > [data-slide]:nth-of-type(2).go > span {
  background-color: #ffffff;
  transition: all 0.3s ease-out;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
}
#index .webGL-slider .pagination > [data-slide]:nth-of-type(2).go > span:nth-of-type(1) {
  transition-delay: 0s;
}
#index .webGL-slider .pagination > [data-slide]:nth-of-type(2).go > span:nth-of-type(2) {
  transition-delay: 0.4s;
}
#index .webGL-slider .pagination > [data-slide]:nth-of-type(2).go > span:nth-of-type(3) {
  transition-delay: 0.8s;
}
#index .webGL-slider .pagination > [data-slide]:nth-of-type(2).go > span:nth-of-type(4) {
  transition-delay: 1.2s;
}
#index .webGL-slider .pagination > [data-slide]:nth-of-type(2).go > span:nth-of-type(5) {
  transition-delay: 1.6s;
}
#index .webGL-slider .pagination > [data-slide]:nth-of-type(2).go > span:nth-of-type(6) {
  transition-delay: 2s;
}
#index .webGL-slider .pagination > [data-slide]:nth-of-type(2).go > span:nth-of-type(7) {
  transition-delay: 2.4s;
}
#index .webGL-slider .pagination > [data-slide]:nth-of-type(2).go > span:nth-of-type(8) {
  transition-delay: 2.8s;
}
#index .webGL-slider .pagination > [data-slide]:nth-of-type(2).go > span:nth-of-type(9) {
  transition-delay: 3.2s;
}
#index .webGL-slider .pagination > [data-slide]:nth-of-type(2).go > span:nth-of-type(10) {
  transition-delay: 3.6s;
}
#index .webGL-slider .pagination > [data-slide].on {
  color: #ffffff;
}
#index .webGL-slider .pagination > [data-slide].on > span {
  background-color: #ffffff;
  transition: all 0.3s ease-out;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
}
#index .webGL-slider .pagination > [data-slide].on > span:nth-of-type(1) {
  transition-delay: 0s;
}
#index .webGL-slider .pagination > [data-slide].on > span:nth-of-type(2) {
  transition-delay: 0.4s;
}
#index .webGL-slider .pagination > [data-slide].on > span:nth-of-type(3) {
  transition-delay: 0.8s;
}
#index .webGL-slider .pagination > [data-slide].on > span:nth-of-type(4) {
  transition-delay: 1.2s;
}
#index .webGL-slider .pagination > [data-slide].on > span:nth-of-type(5) {
  transition-delay: 1.6s;
}
#index .webGL-slider .pagination > [data-slide].on > span:nth-of-type(6) {
  transition-delay: 2s;
}
#index .webGL-slider .pagination > [data-slide].on > span:nth-of-type(7) {
  transition-delay: 2.4s;
}
#index .webGL-slider .pagination > [data-slide].on > span:nth-of-type(8) {
  transition-delay: 2.8s;
}
#index .webGL-slider .pagination > [data-slide].on > span:nth-of-type(9) {
  transition-delay: 3.2s;
}
#index .webGL-slider .pagination > [data-slide].on > span:nth-of-type(10) {
  transition-delay: 3.6s;
}
#index .webGL-slider a.move-prev {
  position: absolute;
  bottom: 100%;
  width: 36px;
  height: 36px;
  line-height: 36px;
  text-align: center;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  margin: 0;
  color: #fff;
  background-color: transparent;
  font-size: 24px;
  opacity: 0.6;
  transition: all 0.3s ease-out;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
}
#index .webGL-slider a.move-prev:hover {
  opacity: 1;
}
#index .webGL-slider a.move-next {
  position: absolute;
  top: 100%;
  width: 36px;
  height: 36px;
  line-height: 36px;
  text-align: center;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  margin: 0;
  color: #fff;
  background-color: transparent;
  font-size: 24px;
  opacity: 0.6;
  transition: all 0.3s ease-out;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
}
#index .webGL-slider a.move-next:hover {
  opacity: 1;
}
#index #product .class {
  display: flex;
}
#index #product .class span.f-24 {
  color: #333;
  width: 24%;
  padding-right: 3%;
  display: inline-flex;
  align-items: center;
  justify-content: end;
  font-weight: bold;
}
#index #product .class p {
  width: 67%;
  padding: 30px 3%;
  color: #fff;
  background: linear-gradient(90deg, #54C580 0%, #2B7E97 63%, #0064A0 100%);
}
#index #product .cpSwiper1 {
  display: flex;
}
#index #product .cpSwiper1 .swiper-slide {
  width: 17.285%;
}
#index #product .cpSwiper1 .swiper-slide .slide-top {
  width: 95%;
  display: flex;
  align-items: center;
  padding-right: 5%;
}
#index #product .cpSwiper1 .swiper-slide .slide-content .imgbox {
  width: 45%;
  margin-right: 5%;
  border: 1px dashed #A0CFDB;
  border-radius: 50%;
}
#index #product .cpSwiper1 .swiper-slide .slide-content .imgbox .img {
  position: relative;
  width: 100%;
  height: 100%;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
}
#index #product .cpSwiper1 .swiper-slide .slide-content .imgbox .img::after {
  content: '';
  background: #F1F1F1;
  border-radius: 50%;
  position: absolute;
  width: calc(100% - 14px);
  height: calc(100% - 14px);
  left: 7px;
  top: 7px;
  z-index: -1;
}
#index #product .cpSwiper1 .swiper-slide .slide-content .imgbox .img img {
  transition: all 0.8s;
}
#index #product .cpSwiper1 .swiper-slide .slide-content .imgbox .img img:nth-child(2) {
  display: none;
}
#index #product .cpSwiper1 .swiper-slide .slide-content .imgbox .img:hover img {
  transform: rotate(360deg);
}
#index #product .cpSwiper1 .swiper-slide .slide-content p {
  color: #010101;
  text-align: center;
  min-width: 45%;
  margin-top: 6px;
  max-width: max-content;
}
#index #product .cpSwiper1 .swiper-slide span {
  width: 47%;
  height: 0;
  border-bottom: 1px dashed #A0CFDB;
}
#index #product .cpSwiper1 .swiper-slide.swiper-slide-thumb-active .slide-content .imgbox .img::after {
  background: #6EB92B;
}
#index #product .cpSwiper1 .swiper-slide.swiper-slide-thumb-active .slide-content .imgbox .img img:nth-child(1) {
  display: none;
}
#index #product .cpSwiper1 .swiper-slide.swiper-slide-thumb-active .slide-content .imgbox .img img:nth-child(2) {
  display: block;
}
#index #product > .product {
  position: relative;
  padding-top: 100px;
}
#index #product > .product .bg {
  position: absolute;
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
  z-index: 3;
  background: url(../images/index/cp/pro_bg.png) center no-repeat #ebf5fa;
}
#index #product > .product .max-width {
  position: relative;
  z-index: 10;
}
#index #product > .product .max-width .cpSwiper2 .swiper-slide .swiper-btn {
  display: flex;
  padding-left: 1.4vw;
}
#index #product > .product .max-width .cpSwiper2 .swiper-slide .swiper-btn.appf {
  display: none;
}
#index #product > .product .max-width .cpSwiper2 .swiper-slide .swiper-btn .swiper-button-next,
#index #product > .product .max-width .cpSwiper2 .swiper-slide .swiper-btn .swiper-button-prev {
  position: inherit;
  width: 48px;
  height: 48px;
  margin-top: 0;
}
#index #product > .product .max-width .cpSwiper2 .swiper-slide .swiper-btn .swiper-button-next::after,
#index #product > .product .max-width .cpSwiper2 .swiper-slide .swiper-btn .swiper-button-prev::after {
  display: none;
}
#index #product > .product .max-width .cpSwiper2 .swiper-slide .swiper-btn .swiper-button-next.swiper-button-disabled,
#index #product > .product .max-width .cpSwiper2 .swiper-slide .swiper-btn .swiper-button-prev.swiper-button-disabled {
  opacity: 1;
}
#index #product > .product .max-width .cpSwiper2 .swiper-slide .swiper-btn .swiper-button-prev {
  background: url(../images/index/cp/jt_l1.png) no-repeat;
  background-size: 100% 100%;
  margin-right: 1vw;
}
#index #product > .product .max-width .cpSwiper2 .swiper-slide .swiper-btn .swiper-button-prev.swiper-button-disabled {
  background: url(../images/index/cp/jt_l.png) no-repeat;
  background-size: 100% 100%;
}
#index #product > .product .max-width .cpSwiper2 .swiper-slide .swiper-btn .swiper-button-next {
  background: url(../images/index/cp/jt_r1.png) no-repeat;
  background-size: 100% 100%;
}
#index #product > .product .max-width .cpSwiper2 .swiper-slide .swiper-btn .swiper-button-next.swiper-button-disabled {
  background: url(../images/index/cp/jt_r.png) no-repeat;
  background-size: 100% 100%;
}
#index #product > .product .max-width .cpSwiper2 .swiper-slide .cp-detail {
  display: flex;
}
#index #product > .product .max-width .cpSwiper2 .swiper-slide .cp-detail .cp-left {
  width: 55%;
  padding-top: 5vw;
}
#index #product > .product .max-width .cpSwiper2 .swiper-slide .cp-detail .cp-left .f-50 {
  color: #333;
}
#index #product > .product .max-width .cpSwiper2 .swiper-slide .cp-detail .cp-left .f-32 {
  color: #040404;
  margin-bottom: 2vw;
  font-weight: 400;
}
#index #product > .product .max-width .cpSwiper2 .swiper-slide .cp-detail .cp-left .f-14 {
  color: #878787;
  margin-bottom: 1vw;
  line-height: 30px;
}
#index #product > .product .max-width .cpSwiper2 .swiper-slide .cp-detail .cp-left .buttons {
  padding-top: 0.2vw;
  display: flex;
}
#index #product > .product .max-width .cpSwiper2 .swiper-slide .cp-detail .cp-left .buttons a {
  background: #6EB92B;
}
#index #product > .product .max-width .cpSwiper2 .swiper-slide .cp-detail .cp-right {
  width: 40%;
  padding: 70px 2.5% 130px;
}
#index #product > .product .max-width .cpSwiper2 .swiper-slide .cp-detail .cp-right .circles {
  width: 24.688vw;
  margin: auto;
  position: relative;
}
#index #product > .product .max-width .cpSwiper2 .swiper-slide .cp-detail .cp-right .circles .circle {
  width: 100%;
  height: 24.688vw;
  top: 0;
  left: 0;
  border-radius: 50%;
  overflow: hidden;
  pointer-events: none;
  -webkit-transition: background-color 0.3s ease;
  transition: background-color 0.3s ease;
}
#index #product > .product .max-width .cpSwiper2 .swiper-slide .cp-detail .cp-right .circles .circle-main {
  position: relative;
  z-index: 5;
}
#index #product > .product .max-width .cpSwiper2 .swiper-slide .cp-detail .cp-right .circles .circle-main img {
  width: 100%;
  height: 100%;
  border-radius: 50%;
}
#index #product > .product .max-width .cpSwiper2 .swiper-slide .cp-detail .cp-right .circles .circle-first,
#index #product > .product .max-width .cpSwiper2 .swiper-slide .cp-detail .cp-right .circles .circle-second,
#index #product > .product .max-width .cpSwiper2 .swiper-slide .cp-detail .cp-right .circles .circle-third {
  position: absolute;
  background: #0067a0;
  z-index: 2;
}
#index #product > .product .max-width .cpSwiper2 .swiper-slide .cp-detail .cp-right .circles .circle-first {
  opacity: 0.15;
  -webkit-animation: firstCircle 10s ease infinite;
  animation: firstCircle 10s ease infinite;
}
#index #product > .product .max-width .cpSwiper2 .swiper-slide .cp-detail .cp-right .circles .circle-second {
  opacity: 0.15;
  -webkit-animation: secondCircle 10s ease infinite;
  animation: secondCircle 10s ease infinite;
}
#index #product > .product .max-width .cpSwiper2 .swiper-slide .cp-detail .cp-right .circles .circle-third {
  opacity: 0.15;
  -webkit-animation: thirdCircle 10s ease infinite;
  animation: thirdCircle 10s ease infinite;
}
@keyframes firstCircle {
  0% {
    -webkit-transform: translateX(0) translateY(0);
    transform: translateX(0) translateY(0);
  }
  35% {
    -webkit-transform: translateX(2%) translateY(-14%);
    transform: translateX(2%) translateY(-14%);
  }
  65% {
    -webkit-transform: translateX(5%) translateY(14%);
    transform: translateX(5%) translateY(14%);
  }
  100% {
    -webkit-transform: translateX(0) translateY(0);
    transform: translateX(0) translateY(0);
  }
}
@keyframes secondCircle {
  0% {
    -webkit-transform: translateX(0) translateY(0);
    transform: translateX(0) translateY(0);
  }
  40% {
    -webkit-transform: translateX(-9%) translateY(-1%);
    transform: translateX(-9%) translateY(-1%);
  }
  75% {
    -webkit-transform: translateX(11%) translateY(-14%);
    transform: translateX(11%) translateY(-14%);
  }
  100% {
    -webkit-transform: translateX(0) translateY(0);
    transform: translateX(0) translateY(0);
  }
}
@keyframes thirdCircle {
  0% {
    -webkit-transform: translateX(0) translateY(0);
    transform: translateX(0) translateY(0);
  }
  30% {
    -webkit-transform: translateX(5%) translateY(11%);
    transform: translateX(5%) translateY(11%);
  }
  70% {
    -webkit-transform: translateX(-13%) translateY(-5%);
    transform: translateX(-13%) translateY(-5%);
  }
  100% {
    -webkit-transform: translateX(0) translateY(0);
    transform: translateX(0) translateY(0);
  }
}
#index #merge {
  background: url(../images/index/news.png) no-repeat;
  background-size: 100% 100%;
}
#index #about {
  position: relative;
}
#index #about .bg {
  z-index: 2;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-repeat: no-repeat;
  background-position-y: 37%!important;
  background-size: 30%;
  background-color: transparent;
}
#index #about .a_bg {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}
#index #about .a_bg img {
  width: 100%;
  height: auto;
}
#index #about .a_bg img .pc {
  display: block;
}
#index #about .a_bg img .moblie {
  display: none;
}
#index #about .max-width {
  z-index: 5;
  position: relative;
}
#index #about .about-content {
  color: #fff;
  padding: 2.5vw 0;
  position: relative;
}
#index #about .about-content .f-32 {
  margin-bottom: 1vw;
}
#index #about .about-content .f-14 {
  line-height: 35px;
}
#index #about .about-content .c_button {
  margin-top: 1.2vw;
  border: 1px solid #fff;
  transition: all 0.5s;
}
#index #about .about-content .c_button:hover {
  background: #6EB92B;
  border-color: #6EB92B;
}
#index #about .pic_child {
  position: relative;
  z-index: 5;
}
#index #about .pic_child > img {
  width: 100%;
}
#index #about .pic_child video {
  width: 100%;
  object-fit: cover;
}
#index #about .pic_child .layout-play {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  line-height: 79px;
  width: 75px;
  height: 75px;
  border-radius: 50%;
  text-align: center;
  background-image: url(../images/index/play.png);
  background-size: 100% 100%;
  cursor: pointer;
}
#index #about .pic_child .layout-play::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: -2px;
  left: -2px;
  pointer-events: none;
  background-color: transparent;
  border-style: solid;
  border-width: 2px;
  border-color: rgba(255, 255, 255, 0.5);
  border-radius: 50%;
  opacity: 0;
  transition: opacity 0.3s, transform 0.5s;
}
#index #about .pic_child .layout-play:hover::after {
  opacity: 1;
  transform: scale(1.2);
  -webkit-transform: scale(1.2);
  -moz-transform: scale(1.2);
  -o-transform: scale(1.2);
  -ms-transform: scale(1.2);
}
#index #news {
  position: relative;
  padding: 3.5vw 0;
}
#index #news .max-width > .title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
#index #news .max-width > .title .f-50 {
  color: #333;
}
#index #news .max-width > .title .f-32 {
  color: #9F9F9F;
}
#index #news .max-width > .title .c_button {
  border: 1px solid #ccc;
  color: #606060;
  transition: all 0.5s;
}
#index #news .max-width > .title .c_button:hover {
  background: #6EB92B;
  color: #fff;
  border-color: #6EB92B;
}
#index #news .max-width .list {
  padding-top: 1.5vw;
  display: flex;
  justify-content: space-between;
}
#index #news .max-width .list .left {
  width: 32.6%;
}
#index #news .max-width .list .left .item {
  background: #fff;
  height: 100%;
  border-radius: 10px;
}
#index #news .max-width .list .left .item .imgbox {
  border-radius: 10px 10px 0 0;
}
#index #news .max-width .list .left .item .imgbox img {
  border-radius: 10px 10px 0 0;
}
#index #news .max-width .list .left .item .c_button {
  margin-top: 2.5vw;
}
#index #news .max-width .list .item {
  width: 100%;
}
#index #news .max-width .list .item .imgbox {
  width: 100%;
  overflow: hidden;
}
#index #news .max-width .list .item .imgbox img {
  width: 100%;
  transition: all 1s;
}
#index #news .max-width .list .item .imgbox img:hover {
  transform: scale(1.15);
}
#index #news .max-width .list .item .detail {
  background: #fff;
  padding: 2vw 1.3vw;
}
#index #news .max-width .list .item .detail .f-22 {
  color: #010002;
  font-weight: bold;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
}
#index #news .max-width .list .item .detail span.f-14 {
  color: #7E7E7E;
  display: block;
  margin: 0.6vw 0 1vw;
}
#index #news .max-width .list .item .detail p {
  color: #7E7E7E;
  line-height: 25px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
}
#index #news .max-width .list .item .detail .c_button {
  border: 1px solid #BCBCBC;
  color: #656565;
  transition: all 0.5s;
}
#index #news .max-width .list .item .detail .c_button:hover {
  background: #6EB92B;
  color: #fff;
  border-color: #6EB92B;
}
#index #news .max-width .list .right {
  width: 65.7%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
#index #news .max-width .list .right .item {
  display: flex;
  border-radius: 10px;
  position: relative;
  justify-content: end;
}
#index #news .max-width .list .right .item .imgbox {
  width: 50.8%;
  border-radius: 0 10px 10px 0;
}
#index #news .max-width .list .right .item .imgbox img {
  border-radius: 0 10px 10px 0;
}
#index #news .max-width .list .right .item .detail {
  width: calc(49.2% - 2.6vw);
  position: absolute;
  left: 0;
  height: calc(100% - 4vw);
  border-radius: 10px 0 0 10px;
}
#index #news .max-width .list .right .item .detail .c_button {
  margin-top: 1.5vw;
}
#index #news .max-width .list .right .item .detail p {
  -webkit-line-clamp: 3;
}
#index #news .max-width .list .right .item:first-child {
  margin-bottom: 1vw;
}
#index #contact {
  color: #010002;
  position: relative;
}
#index #contact .content {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  display: flex;
  align-items: center;
}
#index #contact .content .detail {
  width: 21vw;
  padding: 3vw 6vw 2.5vw;
  text-align: center;
  background: rgba(255, 255, 255, 0.8);
  margin-left: 10vw;
}
#index #contact .content .detail img {
  margin: auto;
}
#index #contact .content .detail h2 {
  margin: 0.8vw 0 0.5vw;
}
#index #contact .content .detail h2,
#index #contact .content .detail p {
  text-align: center;
}
#index #contact .content .detail ul {
  text-align: left;
  margin-top: 1.5vw;
}
#index #contact .content .detail ul li {
  line-height: 30px;
  color: #010002;
  display: flex;
}
#index #contact .content .detail .c_button {
  background: #6EB92B;
  color: #fff;
  margin-top: 0.5vw;
}
@media screen and (max-width: 1440px) {
  .f-40 {
    font-size: 34px;
  }
  .f-60 {
    font-size: 51px;
  }
  #index .c_button {
    font-size: 14px;
  }
  #index .txt-item .f-20 {
    font-size: 18px;
  }
  #index #product .class span {
    font-size: 20px;
  }
  #index #product .class p {
    font-size: 16px;
  }
  #index #news .max-width .list .item .detail .f-22 {
    font-size: 18px;
  }
  #index #news .max-width .list .item .detail p {
    font-size: 12px;
  }
  #index #contact .content .detail h2 {
    font-size: 36px;
  }
  #index #contact .content .detail .f-32 {
    font-size: 28px;
  }
  #index #contact .content .detail ul {
    margin-top: 1.5vw;
  }
}
@media screen and (max-width: 1024px) {
  #index {
    overflow-x: hidden;
  }
  #index #product > .product {
    padding-bottom: 50px;
  }
  #index #product .swiper,
  #index #product .swiper-wrapper,
  #index #product .swiper-slide {
    height: max-content;
  }
  #index #contact .content .detail {
    width: 35%;
  }
}
@media screen and (max-width: 768px) {
  html {
    font-size: 50px;
  }
  p {
    font-size: 12px;
    line-height: 180%;
  }
  small,
  span {
    font-size: 12px;
  }
  .f-80 {
    font-size: 28px;
  }
  .f-72 {
    font-size: 26px;
  }
  .f-60 {
    font-size: 24px;
  }
  .f-50 {
    font-size: 24px;
  }
  .f-48 {
    font-size: 24px;
  }
  .f-46 {
    font-size: 22px;
  }
  .f-44 {
    font-size: 22px;
  }
  .f-42 {
    font-size: 20px;
  }
  .f-40 {
    font-size: 20px;
  }
  .f-38 {
    font-size: 18px;
  }
  .f-36 {
    font-size: 18px;
  }
  .f-34 {
    font-size: 18px;
  }
  .f-32 {
    font-size: 16px;
  }
  .f-30 {
    font-size: 16px;
  }
  .f-28 {
    font-size: 16px;
  }
  .f-26 {
    font-size: 14px;
  }
  .f-24 {
    font-size: 14px;
  }
  .f-22 {
    font-size: 14px;
  }
  .f-20 {
    font-size: 14px;
  }
  .f-18 {
    font-size: 14px;
  }
  .f-16 {
    font-size: 14px;
  }
  .f-14 {
    font-size: 12px;
  }
  .f-12 {
    font-size: 12px;
  }
  .mt-1 {
    margin-top: 1px;
  }
  .mt-3 {
    margin-top: 3px;
  }
  .mt-4 {
    margin-top: 4px;
  }
  .mt-5 {
    margin-top: 4px;
  }
  .mt-6 {
    margin-top: 4px;
  }
  .mt-7 {
    margin-top: 4px;
  }
  .mt-8 {
    margin-top: 4px;
  }
  .mt-9 {
    margin-top: 4px;
  }
  .mt-10 {
    margin-top: 6px;
  }
  .mt-12 {
    margin-top: 6px;
  }
  .mt-14 {
    margin-top: 6px;
  }
  .mt-16 {
    margin-top: 6px;
  }
  .mt-18 {
    margin-top: 6px;
  }
  .mt-20 {
    margin-top: 8px;
  }
  .mt-22 {
    margin-top: 8px;
  }
  .mt-24 {
    margin-top: 8px;
  }
  .mt-26 {
    margin-top: 8px;
  }
  .mt-28 {
    margin-top: 10px;
  }
  .mt-30 {
    margin-top: 10px;
  }
  .mt-32 {
    margin-top: 10px;
  }
  .mt-34 {
    margin-top: 10px;
  }
  .mt-36 {
    margin-top: 12px;
  }
  .mt-38 {
    margin-top: 12px;
  }
  .mt-40 {
    margin-top: 12px;
  }
  .mt-42 {
    margin-top: 14px;
  }
  .mt-44 {
    margin-top: 14px;
  }
  .mt-46 {
    margin-top: 16px;
  }
  .mt-48 {
    margin-top: 16px;
  }
  .mt-50 {
    margin-top: 18px;
  }
  .mt-60 {
    margin-top: 18px;
  }
  .mt-70 {
    margin-top: 20px;
  }
  .mt-80 {
    margin-top: 22px;
  }
  .mt-90 {
    margin-top: 26px;
  }
  .mt-100 {
    margin-top: 30px;
  }
  .mb-1 {
    margin-bottom: 1px;
  }
  .mb-3 {
    margin-bottom: 3px;
  }
  .mb-4 {
    margin-bottom: 4px;
  }
  .mb-5 {
    margin-bottom: 4px;
  }
  .mb-6 {
    margin-bottom: 4px;
  }
  .mb-7 {
    margin-bottom: 4px;
  }
  .mb-8 {
    margin-bottom: 4px;
  }
  .mb-9 {
    margin-bottom: 4px;
  }
  .mb-10 {
    margin-bottom: 6px;
  }
  .mb-12 {
    margin-bottom: 6px;
  }
  .mb-14 {
    margin-bottom: 6px;
  }
  .mb-16 {
    margin-bottom: 6px;
  }
  .mb-18 {
    margin-bottom: 6px;
  }
  .mb-20 {
    margin-bottom: 8px;
  }
  .mb-22 {
    margin-bottom: 8px;
  }
  .mb-24 {
    margin-bottom: 8px;
  }
  .mb-26 {
    margin-bottom: 8px;
  }
  .mb-28 {
    margin-bottom: 10px;
  }
  .mb-30 {
    margin-bottom: 10px;
  }
  .mb-32 {
    margin-bottom: 10px;
  }
  .mb-34 {
    margin-bottom: 10px;
  }
  .mb-36 {
    margin-bottom: 12px;
  }
  .mb-38 {
    margin-bottom: 12px;
  }
  .mb-40 {
    margin-bottom: 12px;
  }
  .mb-42 {
    margin-bottom: 14px;
  }
  .mb-44 {
    margin-bottom: 14px;
  }
  .mb-46 {
    margin-bottom: 16px;
  }
  .mb-48 {
    margin-bottom: 16px;
  }
  .mb-50 {
    margin-bottom: 18px;
  }
  .mb-60 {
    margin-bottom: 18px;
  }
  .mb-70 {
    margin-bottom: 20px;
  }
  .mb-80 {
    margin-bottom: 22px;
  }
  .mb-90 {
    margin-bottom: 26px;
  }
  .mb-100 {
    margin-bottom: 30px;
  }
  .ml-1 {
    margin-left: 1px;
  }
  .ml-3 {
    margin-left: 3px;
  }
  .ml-4 {
    margin-left: 4px;
  }
  .ml-5 {
    margin-left: 4px;
  }
  .ml-6 {
    margin-left: 4px;
  }
  .ml-7 {
    margin-left: 4px;
  }
  .ml-8 {
    margin-left: 4px;
  }
  .ml-9 {
    margin-left: 4px;
  }
  .ml-10 {
    margin-left: 6px;
  }
  .ml-12 {
    margin-left: 6px;
  }
  .ml-14 {
    margin-left: 6px;
  }
  .ml-16 {
    margin-left: 6px;
  }
  .ml-18 {
    margin-left: 6px;
  }
  .ml-20 {
    margin-left: 8px;
  }
  .ml-22 {
    margin-left: 8px;
  }
  .ml-24 {
    margin-left: 8px;
  }
  .ml-26 {
    margin-left: 8px;
  }
  .ml-28 {
    margin-left: 10px;
  }
  .ml-30 {
    margin-left: 10px;
  }
  .ml-32 {
    margin-left: 10px;
  }
  .ml-34 {
    margin-left: 10px;
  }
  .ml-36 {
    margin-left: 12px;
  }
  .ml-38 {
    margin-left: 12px;
  }
  .ml-40 {
    margin-left: 12px;
  }
  .ml-42 {
    margin-left: 14px;
  }
  .ml-44 {
    margin-left: 14px;
  }
  .ml-46 {
    margin-left: 16px;
  }
  .ml-48 {
    margin-left: 16px;
  }
  .ml-50 {
    margin-left: 18px;
  }
  .ml-60 {
    margin-left: 18px;
  }
  .ml-70 {
    margin-left: 20px;
  }
  .ml-80 {
    margin-left: 22px;
  }
  .ml-90 {
    margin-left: 26px;
  }
  .ml-100 {
    margin-left: 30px;
  }
  .mr-1 {
    margin-right: 1px;
  }
  .mr-3 {
    margin-right: 3px;
  }
  .mr-4 {
    margin-right: 4px;
  }
  .mr-5 {
    margin-right: 4px;
  }
  .mr-6 {
    margin-right: 4px;
  }
  .mr-7 {
    margin-right: 4px;
  }
  .mr-8 {
    margin-right: 4px;
  }
  .mr-9 {
    margin-right: 4px;
  }
  .mr-10 {
    margin-right: 6px;
  }
  .mr-12 {
    margin-right: 6px;
  }
  .mr-14 {
    margin-right: 6px;
  }
  .mr-16 {
    margin-right: 6px;
  }
  .mr-18 {
    margin-right: 6px;
  }
  .mr-20 {
    margin-right: 8px;
  }
  .mr-22 {
    margin-right: 8px;
  }
  .mr-24 {
    margin-right: 8px;
  }
  .mr-26 {
    margin-right: 8px;
  }
  .mr-28 {
    margin-right: 10px;
  }
  .mr-30 {
    margin-right: 10px;
  }
  .mr-32 {
    margin-right: 10px;
  }
  .mr-34 {
    margin-right: 10px;
  }
  .mr-36 {
    margin-right: 12px;
  }
  .mr-38 {
    margin-right: 12px;
  }
  .mr-40 {
    margin-right: 12px;
  }
  .mr-42 {
    margin-right: 14px;
  }
  .mr-44 {
    margin-right: 14px;
  }
  .mr-46 {
    margin-right: 16px;
  }
  .mr-48 {
    margin-right: 16px;
  }
  .mr-50 {
    margin-right: 18px;
  }
  .mr-60 {
    margin-right: 18px;
  }
  .mr-70 {
    margin-right: 20px;
  }
  .mr-80 {
    margin-right: 22px;
  }
  .mr-90 {
    margin-right: 26px;
  }
  .mr-100 {
    margin-right: 30px;
  }
  .pt-1 {
    padding-top: 1px;
  }
  .pt-3 {
    padding-top: 3px;
  }
  .pt-4 {
    padding-top: 4px;
  }
  .pt-5 {
    padding-top: 4px;
  }
  .pt-6 {
    padding-top: 4px;
  }
  .pt-7 {
    padding-top: 4px;
  }
  .pt-8 {
    padding-top: 4px;
  }
  .pt-9 {
    padding-top: 4px;
  }
  .pt-10 {
    padding-top: 6px;
  }
  .pt-12 {
    padding-top: 6px;
  }
  .pt-14 {
    padding-top: 6px;
  }
  .pt-16 {
    padding-top: 6px;
  }
  .pt-18 {
    padding-top: 6px;
  }
  .pt-20 {
    padding-top: 8px;
  }
  .pt-22 {
    padding-top: 8px;
  }
  .pt-24 {
    padding-top: 8px;
  }
  .pt-26 {
    padding-top: 8px;
  }
  .pt-28 {
    padding-top: 10px;
  }
  .pt-30 {
    padding-top: 10px;
  }
  .pt-32 {
    padding-top: 10px;
  }
  .pt-34 {
    padding-top: 10px;
  }
  .pt-36 {
    padding-top: 12px;
  }
  .pt-38 {
    padding-top: 12px;
  }
  .pt-40 {
    padding-top: 12px;
  }
  .pt-42 {
    padding-top: 14px;
  }
  .pt-44 {
    padding-top: 14px;
  }
  .pt-46 {
    padding-top: 16px;
  }
  .pt-48 {
    padding-top: 16px;
  }
  .pt-50 {
    padding-top: 18px;
  }
  .pt-60 {
    padding-top: 18px;
  }
  .pt-70 {
    padding-top: 20px;
  }
  .pt-80 {
    padding-top: 22px;
  }
  .pt-90 {
    padding-top: 26px;
  }
  .pt-100 {
    padding-top: 30px;
  }
  .pb-1 {
    padding-bottom: 1px;
  }
  .pb-3 {
    padding-bottom: 3px;
  }
  .pb-4 {
    padding-bottom: 4px;
  }
  .pb-5 {
    padding-bottom: 4px;
  }
  .pb-6 {
    padding-bottom: 4px;
  }
  .pb-7 {
    padding-bottom: 4px;
  }
  .pb-8 {
    padding-bottom: 4px;
  }
  .pb-9 {
    padding-bottom: 4px;
  }
  .pb-10 {
    padding-bottom: 6px;
  }
  .pb-12 {
    padding-bottom: 6px;
  }
  .pb-14 {
    padding-bottom: 6px;
  }
  .pb-16 {
    padding-bottom: 6px;
  }
  .pb-18 {
    padding-bottom: 6px;
  }
  .pb-20 {
    padding-bottom: 8px;
  }
  .pb-22 {
    padding-bottom: 8px;
  }
  .pb-24 {
    padding-bottom: 8px;
  }
  .pb-26 {
    padding-bottom: 8px;
  }
  .pb-28 {
    padding-bottom: 10px;
  }
  .pb-30 {
    padding-bottom: 10px;
  }
  .pb-32 {
    padding-bottom: 10px;
  }
  .pb-34 {
    padding-bottom: 10px;
  }
  .pb-36 {
    padding-bottom: 12px;
  }
  .pb-38 {
    padding-bottom: 12px;
  }
  .pb-40 {
    padding-bottom: 12px;
  }
  .pb-42 {
    padding-bottom: 14px;
  }
  .pb-44 {
    padding-bottom: 14px;
  }
  .pb-46 {
    padding-bottom: 16px;
  }
  .pb-48 {
    padding-bottom: 16px;
  }
  .pb-50 {
    padding-bottom: 18px;
  }
  .pb-60 {
    padding-bottom: 18px;
  }
  .pb-70 {
    padding-bottom: 20px;
  }
  .pb-80 {
    padding-bottom: 22px;
  }
  .pb-90 {
    padding-bottom: 26px;
  }
  .pb-100 {
    padding-bottom: 30px;
  }
  .pl-1 {
    padding-left: 1px;
  }
  .pl-3 {
    padding-left: 3px;
  }
  .pl-4 {
    padding-left: 4px;
  }
  .pl-5 {
    padding-left: 4px;
  }
  .pl-6 {
    padding-left: 4px;
  }
  .pl-7 {
    padding-left: 4px;
  }
  .pl-8 {
    padding-left: 4px;
  }
  .pl-9 {
    padding-left: 4px;
  }
  .pl-10 {
    padding-left: 6px;
  }
  .pl-12 {
    padding-left: 6px;
  }
  .pl-14 {
    padding-left: 6px;
  }
  .pl-16 {
    padding-left: 6px;
  }
  .pl-18 {
    padding-left: 6px;
  }
  .pl-20 {
    padding-left: 8px;
  }
  .pl-22 {
    padding-left: 8px;
  }
  .pl-24 {
    padding-left: 8px;
  }
  .pl-26 {
    padding-left: 8px;
  }
  .pl-28 {
    padding-left: 10px;
  }
  .pl-30 {
    padding-left: 10px;
  }
  .pl-32 {
    padding-left: 10px;
  }
  .pl-34 {
    padding-left: 10px;
  }
  .pl-36 {
    padding-left: 12px;
  }
  .pl-38 {
    padding-left: 12px;
  }
  .pl-40 {
    padding-left: 12px;
  }
  .pl-42 {
    padding-left: 14px;
  }
  .pl-44 {
    padding-left: 14px;
  }
  .pl-46 {
    padding-left: 16px;
  }
  .pl-48 {
    padding-left: 16px;
  }
  .pl-50 {
    padding-left: 18px;
  }
  .pl-60 {
    padding-left: 18px;
  }
  .pl-70 {
    padding-left: 20px;
  }
  .pl-80 {
    padding-left: 22px;
  }
  .pl-90 {
    padding-left: 26px;
  }
  .pl-100 {
    padding-left: 30px;
  }
  .pr-1 {
    padding-right: 1px;
  }
  .pr-3 {
    padding-right: 3px;
  }
  .pr-4 {
    padding-right: 4px;
  }
  .pr-5 {
    padding-right: 4px;
  }
  .pr-6 {
    padding-right: 4px;
  }
  .pr-7 {
    padding-right: 4px;
  }
  .pr-8 {
    padding-right: 4px;
  }
  .pr-9 {
    padding-right: 4px;
  }
  .pr-10 {
    padding-right: 6px;
  }
  .pr-12 {
    padding-right: 6px;
  }
  .pr-14 {
    padding-right: 6px;
  }
  .pr-16 {
    padding-right: 6px;
  }
  .pr-18 {
    padding-right: 6px;
  }
  .pr-20 {
    padding-right: 8px;
  }
  .pr-22 {
    padding-right: 8px;
  }
  .pr-24 {
    padding-right: 8px;
  }
  .pr-26 {
    padding-right: 8px;
  }
  .pr-28 {
    padding-right: 10px;
  }
  .pr-30 {
    padding-right: 10px;
  }
  .pr-32 {
    padding-right: 10px;
  }
  .pr-34 {
    padding-right: 10px;
  }
  .pr-36 {
    padding-right: 12px;
  }
  .pr-38 {
    padding-right: 12px;
  }
  .pr-40 {
    padding-right: 12px;
  }
  .pr-42 {
    padding-right: 14px;
  }
  .pr-44 {
    padding-right: 14px;
  }
  .pr-46 {
    padding-right: 16px;
  }
  .pr-48 {
    padding-right: 16px;
  }
  .pr-50 {
    padding-right: 18px;
  }
  .pr-60 {
    padding-right: 18px;
  }
  .pr-70 {
    padding-right: 20px;
  }
  .pr-80 {
    padding-right: 22px;
  }
  .pr-90 {
    padding-right: 26px;
  }
  .pr-100 {
    padding-right: 30px;
  }
}
@media screen and (max-width: 768px) {
  .f-60 {
    font-size: 30px;
  }
  #index .c_button {
    padding: 11px 16px;
  }
  #index #top .indexBanner .webGL-slider .txt-item .word {
    line-height: 25px;
    font-size: 12px;
  }
  #index #top .indexBanner .webGL-slider .txt-item > li {
    left: 3.88%;
    transform: translateY(0);
  }
  #index #top .indexBanner .webGL-slider .txt-item > li > a {
    margin-top: 17px;
    font-size: 10px;
    padding: 6px 12px;
  }
  #index #product > .product {
    padding-top: 36px;
  }
  #index #product > .product .bg {
    background: url(../images/index/cp/pro_bg_m.png) center no-repeat #FDFDFD;
    background-size: 100% 116%;
  }
  #index #product > .product .max-width .cpSwiper2 .swiper-slide .swiper-btn {
    justify-content: center;
  }
  #index #product > .product .max-width .cpSwiper2 .swiper-slide .swiper-btn .swiper-button-prev {
    margin-right: 50px;
  }
  #index #product > .product .max-width .cpSwiper2 .swiper-slide .swiper-btn.pcf {
    display: none;
  }
  #index #product > .product .max-width .cpSwiper2 .swiper-slide .swiper-btn.appf {
    display: flex;
  }
  #index #product > .product .max-width .cpSwiper2 .swiper-slide .cp-detail {
    display: block;
  }
  #index #product > .product .max-width .cpSwiper2 .swiper-slide .cp-detail .cp-left {
    width: 100%;
  }
  #index #product > .product .max-width .cpSwiper2 .swiper-slide .cp-detail .cp-left .buttons .pcf {
    display: none;
  }
  #index #product > .product .max-width .cpSwiper2 .swiper-slide .cp-detail .cp-right {
    width: 80%;
    margin: auto;
    padding: 70px 2.5% 60px;
  }
  #index #product > .product .max-width .cpSwiper2 .swiper-slide .cp-detail .cp-right .circles {
    width: 59vw;
  }
  #index #product > .product .max-width .cpSwiper2 .swiper-slide .cp-detail .cp-right .circles .circle {
    height: 59vw;
  }
  #index #product .class span {
    font-size: 15px;
  }
  #index #product .class p {
    white-space: nowrap;
    padding: 20px 15px;
    font-size: 9px;
    overflow-x: scroll;
    line-height: 1;
  }
  #index #product .class ::-webkit-scrollbar {
    width: 0;
    /* 设置滚动条宽度 */
    height: 0;
  }
  #index #product .cpSwiper1 {
    padding-left: 30px;
  }
  #index #product .cpSwiper1 .swiper-slide {
    width: 55%;
  }
  #index #product .cpSwiper1 .swiper-slide .slide-top {
    width: 100%;
  }
  #index #product .cpSwiper1 .swiper-slide .slide-content .imgbox {
    width: 55%;
    margin-right: 10px;
  }
  #index #product .cpSwiper1 .swiper-slide .slide-content span {
    width: 37%;
  }
  #index #product .cpSwiper1 .swiper-slide .slide-content p {
    min-width: 55%;
  }
  #index #merger {
    background: linear-gradient(271deg, #EEF7F3 0%, #E9F4F9 100%);
  }
  #index #about .about-content {
    padding: 37px 0;
  }
  #index #about .about-content .f-14 {
    line-height: 25px;
  }
  #index #about .about-content .c_button {
    margin-top: 20px;
  }
  #index #about .pic_child .layout-play {
    width: 43px;
    height: 43px;
    line-height: 49px;
    font-size: 80px;
    text-indent: -34px;
  }
  #index #news {
    padding: 43px 0;
  }
  #index #news .title .mpre {
    width: 37px;
    height: 37px;
  }
  #index #news .max-width .list {
    display: block;
    padding-top: 28px;
  }
  #index #news .max-width .list .left {
    width: 100%;
  }
  #index #news .max-width .list .left .detail {
    border-radius: 0 0 10px 10px;
    padding: 20px 16px;
  }
  #index #news .max-width .list .item .detail p {
    -webkit-line-clamp: 4!important;
  }
  #index #news .max-width .list .item .detail .f-22 {
    font-size: 15px!important;
  }
  #index #news .max-width .list .item .detail span.f-14 {
    margin: 8px 0 10px;
  }
  #index #news .max-width .list .item .detail .c_button {
    background: #6EB92B;
    border: none;
    color: #fff;
  }
  #index #news .max-width .list .right {
    width: 100%;
    margin-top: 20px;
  }
  #index #news .max-width .list .right .item {
    display: block;
  }
  #index #news .max-width .list .right .item .detail {
    width: calc(100% - 32px);
    padding: 20px 16px;
    position: initial;
    border-radius: 0 0 10px 10px;
  }
  #index #news .max-width .list .right .item .imgbox {
    width: 100%;
    border-radius: 10px 10px 0 0;
  }
  #index #news .max-width .list .right .item .imgbox img {
    border-radius: 10px 10px 0 0;
  }
  #index #news .max-width .list .right .item:first-child {
    margin-bottom: 20px;
  }
  #index #contact .app {
    width: 100%;
  }
  #index #contact .content .detail {
    width: calc(84% - 42px);
    padding: 32px 21px 35px;
    margin: auto;
  }
  #index #contact .content .detail img {
    max-width: 32px;
  }
  #index #contact .content .detail h2 {
    font-size: 22px;
  }
  #index #contact .content .detail .f-32 {
    font-size: 17px;
  }
  #index #contact .content .detail .f-14 span {
    font-size: 14px;
  }
  #index #contact .content .detail .c_button {
    margin-top: 16px;
  }
}
@media screen and (max-width: 600px) {
  #index .row.r3 .title {
    opacity: 1;
  }
  #water {
    width: 42vw;
  }
  #index #top {
    height: 68vh;
  }
  #index .row {
    padding-bottom: 0.36rem;
  }
  #index .webGL-slider .pagination {
    top: auto;
    transform: none;
    bottom: 0;
    right: 26px;
  }
  #index .webGL-slider .pagination::after {
    display: none;
  }
  .webGL-slider a.move-prev,
  .webGL-slider a.move-next {
    display: none;
  }
  .indexBanner .scr,
  #index #main .r1 .r-main .wid-50 .con .pic_child,
  #index #main .r1 .r-main .bg2,
  #index #main .r1 .bg {
    display: none;
  }
  #index #main .r1 .r-main .wid-50 {
    width: 100%;
    margin-left: 0;
  }
  #index #main .r1 .r-main .wid-50 .con {
    padding-left: 0;
    padding-right: 0;
    padding-bottom: 60px;
  }
  #index #main .r1 .r-main .wid-50 .pic {
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
  }
  #index #main .r2 .r-main .new-box .new-tab {
    right: auto;
    width: 100%;
    left: 0;
  }
  #index #main .r2 .r-main .new-box .new-tab > li {
    width: 36px;
    height: 36px;
    line-height: 36px;
  }
  #index #main .r2 .r-main .new-box .new-tab > a {
    width: 36px;
    height: 36px;
    margin: 0 6px;
    line-height: 36px;
  }
  #index .r2 .title {
    margin-bottom: 108px;
  }
  #index #main .r2 .r-main .new-box .new-list .fl .pic-list .con {
    width: 91%;
  }
  #index #main .r2 .r-main .new-box .new-list .fl {
    height: 32vh;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px;
  }
  #index #main .r2 .r-main .new-box .new-list .fl .pic-list .pic {
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px;
  }
  #index #main .r2 .r-main .new-box .new-list .fr {
    padding: 0.4rem 0.3rem;
    margin-left: 0;
    padding-top: calc(32vh + 0.4rem);
  }
  #index #main .r2 .r-main .new-box .new-list .fr > ul > li {
    margin-bottom: 18px;
  }
  #index #main .r2 .r-main .new-box .new-list .fl,
  #index #main .r2 .r-main .new-box .new-list .fr {
    width: 100%;
  }
  #index #main .r3 .r-main .home-pro > li .r-left,
  #index #main .r3 .r-main .pro-tab > li > i:after {
    display: none;
  }
  #index #main .r3 .r-main .home-pro > li .r-right {
    width: 100%;
  }
  #index #main .r3 .r-main .home-pro > li .r-right .pro-slider {
    width: 100%;
  }
  #index #main .r3 .r-main .home-pro > li .r-right .pro-slider > ul > li .type {
    font-size: 40px;
    line-height: 1.6;
  }
  #index #main .r3 .r-main .home-pro > li .r-right .pro-slider > ul > li .note {
    transform: rotate(90deg) scale(0.7);
  }
  #index #main .r3 .r-main .home-pro > li .r-right .pro-page {
    width: 100%;
    height: 40px;
    bottom: -74px;
  }
  #index #main .r3 .r-main .home-pro > li .r-right .pro-page > ol {
    width: 60%;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  #index #main .r3 .r-main .home-pro > li .r-right .pro-page > ol > li {
    display: inline-block;
    margin-bottom: 0;
  }
  #index #main .r3 .r-main .home-pro > li .r-right .pro-page > ol > li > span {
    width: 36px;
    height: 36px;
    line-height: 36px;
  }
  #index #main .r3 .r-main .home-pro {
    margin-top: 128px;
    min-height: 350px;
  }
  #index #main .r3 .r-main .pro-tab {
    width: 100%;
    top: 70px;
    justify-content: space-around;
  }
  #index #main .r3 .r-main .pro-tab > li > i {
    width: 50px;
    height: 50px;
    line-height: 50px;
    margin-right: 0;
    display: inline-block;
  }
  #index #main .r3 .r-main .pro-tab > li:after {
    width: 50px;
    height: 50px;
    line-height: 50px;
    right: 0;
    margin: auto;
  }
  #index #main .r3 .r-main .pro-tab > li > span {
    width: 50px;
  }
  #index #main .r3 .bg {
    height: 52%;
  }
  #index #main .r3 .r-main .pro-tab > li {
    margin-bottom: 0px;
    text-align: center;
  }
  #index #main .r3 .r-main .pro-tab > div {
    display: none;
  }
  #index #main .r4 .r-main .home-stock > ul {
    flex-wrap: wrap;
    position: relative;
  }
  #index #main .r4 .r-main .home-stock .pic {
    display: none;
  }
  #index #main .r4 .r-main .home-stock > ul > li:nth-of-type(1),
  #index #main .r4 .r-main .home-stock > ul > li:nth-of-type(2),
  #index #main .r4 .r-main .home-stock > ul > li:nth-of-type(3) {
    width: 100%;
    text-align: center;
    margin-bottom: 15px;
    padding: 0;
  }
  #index #main .r4 .r-main .home-stock > ul > li:nth-of-type(1) {
    padding-top: 20px;
  }
  #index #main .r4 .r-main .home-stock > ul > li:nth-of-type(2) .stock-data {
    justify-content: center;
  }
  #index #main .r4 .r-main .home-stock > ul > li:nth-of-type(2) .stock-data > span {
    margin-right: 12px;
  }
  #index #main .r4 .r-main .home-stock > ul > li:nth-of-type(2) .stock-msg {
    display: flex;
    justify-content: space-around;
  }
  #bloc footer .f-main .max-wid > ul li {
    margin-bottom: 12px;
  }
  #bloc footer .f-main .max-wid > ul li:nth-of-type(1),
  #bloc footer .f-main .max-wid > ul li:nth-of-type(4) {
    display: none;
  }
  #bloc footer .f-main .max-wid > ul > li h3 {
    font-size: 20px;
  }
}
