.w1780 {
  padding-left: 0.7rem !important;
  padding-right: 0.7rem !important;
}

.w1660 {
  padding-left: 1.3rem !important;
  padding-right: 1.3rem !important;
}

.w1640 {
  padding-left: 1.4rem !important;
  padding-right: 1.4rem !important;
}

.w1620 {
  padding-left: 1.5rem !important;
  padding-right: 1.5rem !important;
}

.w1600 {
  padding-left: 1.6rem !important;
  padding-right: 1.6rem !important;
}

.fill-vh {
  width: 100%;
  height: 100vh;
  min-height: 10rem;
}

.flex-center {
  display: flex;
  align-items: center;
  justify-content: center;
}

.tit-box {
  display: flex;
  flex-direction: column;
  margin-bottom: 0.6rem;
}
.tit-box > .tit {
  font-size: 0.4rem;
  font-weight: 600;
  font-family: var(--fw600);
  line-height: 1.33;
  color: #333;
  font-style: italic;
}
.tit-box > .tit span {
  color: #61C4DB;
}
.tit-box > .txt {
  font-size: 0.2rem;
  font-weight: 400;
  font-family: var(--fw400);
  line-height: 1.7;
  margin-top: 0.4rem;
  text-shadow: 0 4px 20px rgba(89, 87, 87, 0.26);
  color: rgba(51, 51, 51, 0.6);
}
.tit-box.text-center {
  align-items: center;
  justify-content: center;
  text-align: center;
}
.tit-box.text-center > .tit {
  text-align: center;
}
.tit-box.text-center > .txt {
  text-align: center;
}

.pic-scale {
  overflow: hidden;
}
.pic-scale .pic, .pic-scale.pic {
  overflow: hidden;
}
.pic-scale .pic img, .pic-scale.pic img {
  transition: all 0.4s ease;
}
.pic-scale:hover .pic img, .pic-scale:hover.pic img {
  transform: scale(1.05);
}

.hover-up {
  transition: all 0.4s ease;
}
.hover-up:hover {
  transform: translateY(-6px);
}

.ibtn {
  width: fit-content;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0.1rem;
  height: 0.46rem;
  line-height: 0.46rem;
  padding: 0 0.2rem;
  border-radius: 0.25rem;
  border: 0.5px solid transparent;
  font-style: italic;
  transition: all 0.4s ease;
  position: relative;
}
.ibtn .btn_bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.ibtn .btn_bg img {
  position: absolute;
  inset: 0;
}
.ibtn .btn_bg .default {
  opacity: 1;
  transition: all 0.4s ease;
}
.ibtn .btn_bg .active {
  opacity: 0;
  transition: all 0.4s ease;
}
.ibtn .icon {
  width: 0.1rem;
  height: 0.1rem;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.4s ease;
}
.ibtn .icon svg {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.ibtn .icon svg path {
  transition: all 0.4s ease;
}
.ibtn:hover {
  color: var(--vicolor);
}
.ibtn:hover .icon {
  transform: translateX(0.05rem);
}
.ibtn:hover .icon svg path {
  stroke: var(--vicolor);
}
.ibtn:hover .btn_bg .default {
  opacity: 0;
}
.ibtn:hover .btn_bg .active {
  opacity: 1;
}

.page_box {
  display: flex;
  gap: 0.5rem;
}
.page_box .navigation {
  display: flex;
  gap: 0.15rem;
  position: relative;
}
.page_box .navigation .next,
.page_box .navigation .prev {
  pointer-events: auto;
  cursor: pointer;
  width: 0.4rem;
  height: 0.4rem;
  border-radius: 50%;
  background: #fff;
  border: 1px solid #333;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.4s ease;
}
.page_box .navigation .next img,
.page_box .navigation .prev img {
  height: 0.13rem;
  transition: all 0.4s ease;
}
.page_box .navigation .next:hover,
.page_box .navigation .prev:hover {
  background-color: var(--vicolor);
  border-color: var(--vicolor);
}
.page_box .navigation .next:hover img,
.page_box .navigation .prev:hover img {
  filter: brightness(0) invert(1);
}
.page_box .navigation .next.swiper-button-disabled,
.page_box .navigation .prev.swiper-button-disabled {
  opacity: 0.6;
  cursor: not-allowed;
}
.page_box .progress {
  width: 100%;
  height: 1px !important;
  background: #E0E0E0;
  position: relative;
}
.page_box .progress .swiper-pagination-progressbar-fill {
  background: var(--vicolor);
  height: 0.02rem;
  display: block;
  transform-origin: left;
  margin-bottom: 0.01rem;
}
.page_box .pagination {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.08rem;
}
@keyframes progress {
  from {
    width: 0;
  }
  to {
    width: 100%;
  }
}
.page_box .pagination .swiper-pagination-bullet {
  width: 0.32rem;
  height: 0.02rem;
  background-color: rgba(255, 255, 255, 0.3);
  opacity: 1;
  border-radius: 0;
  transition: all 0.4s ease;
  position: relative;
  margin: 0;
}
.page_box .pagination .swiper-pagination-bullet::before {
  content: "";
  position: absolute;
  inset: 0;
  background-color: #fff;
  width: 0;
  height: 100%;
  transition: all 0.4s ease;
  border-radius: 0;
}
.page_box .pagination .swiper-pagination-bullet.swiper-pagination-bullet-active::before {
  animation: progress 3.8s ease-in-out;
}
.page_box .pagination2 {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.2rem;
}
.page_box .pagination2 .swiper-pagination-bullet {
  margin: 0;
  width: 0.1rem;
  height: 0.1rem;
  background-color: transparent;
  border: 1px solid var(--vicolor);
  opacity: 1;
  border-radius: 50%;
  transition: all 0.4s ease;
}
.page_box .pagination2 .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: var(--vicolor);
}

.num_box {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.2rem;
  margin-top: .8rem;
}
.num_box .prev,
.num_box .next {
  cursor: pointer;
  height: 0.4rem;
  width: 0.4rem;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  border: 1px solid #333;
  transition: all 0.4s ease;
}
.num_box .prev img,
.num_box .next img {
  height: 0.1rem;
  transition: all 0.4s ease;
}
.num_box .prev:hover,
.num_box .next:hover {
  border-color: var(--vicolor);
  background-color: var(--vicolor);
}
.num_box .prev:hover img,
.num_box .next:hover img {
  filter: brightness(0) invert(1);
}
.num_box .page_num {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.2rem;
}
.num_box .page_num .num {
  cursor: pointer;
  color: #333;
  width: 0.4rem;
  height: 0.4rem;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  border: 1px solid #333;
}
.num_box .page_num .num:hover, .num_box .page_num .num.active {
  color: #fff;
  border-color: var(--vicolor);
  background-color: var(--vicolor);
}

.all-trans-time {
  transition: all 0.4s ease;
}
.all-trans-time * {
  transition: all 0.4s ease;
}

.nybanner {
  height: 7.5rem;
  position: relative;
}
.nybanner .bg {
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.nybanner .cont {
  position: absolute;
  inset: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.nybanner .cont .desc .tit {
  margin-bottom: 0.2rem;
  font-size: 0.5rem;
  font-weight: 600;
  font-family: var(--fw600);
  line-height: 1.3;
  color: #fff;
  text-shadow: 0 4px 20px rgba(89, 87, 87, 0.26);
}
.nybanner .cont .desc .txt {
  font-size: 0.26rem;
  font-weight: 400;
  font-family: var(--fw400);
  line-height: 1.3;
  color: #fff;
  text-shadow: 0 4px 20px rgba(89, 87, 87, 0.26);
}

.form_box {
  width: 100%;
}
.form_box .required {
  color: var(--vicolor);
}
.form_box .form_row {
  width: 100%;
  display: flex;
  gap: 0.5rem;
  margin-bottom: 0.36rem;
}
.form_box .form_row:last-child {
  margin-bottom: 0;
}
.form_box .form_row .form_item {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 0.08rem;
  position: relative;
}
.form_box .form_row .form_item label {
  display: flex;
  gap: 0.04rem;
  font-size: 0.16rem;
  font-weight: 400;
  font-family: var(--fw400);
  line-height: 1.3;
  color: #333;
}
.form_box .form_row .form_item.w50 {
  width: 50%;
}
.form_box .form_row .form_item .input_box {
  position: relative;
}
.form_box .form_row .form_item .input_box .icon {
  position: absolute;
  right: 0.2rem;
  top: 50%;
  transform: translateY(-50%);
  width: 0.2rem;
  height: 0.2rem;
}
.form_box .form_row .form_item input,
.form_box .form_row .form_item textarea,
.form_box .form_row .form_item select {
  flex-shrink: 0;
  width: 100%;
  padding: 0 0.25rem;
  border-radius: 0.15rem;
  border: 1px solid #E6E6E6;
  background: #FFF;
  transition: all 0.4s ease;
  font-size: 0.16rem;
  font-weight: 400;
  font-family: var(--fw400);
  line-height: 1.3;
  color: #333;
}
.form_box .form_row .form_item input::placeholder,
.form_box .form_row .form_item textarea::placeholder,
.form_box .form_row .form_item select::placeholder {
  color: rgba(51, 51, 51, 0.6);
}
.form_box .form_row .form_item input:focus,
.form_box .form_row .form_item textarea:focus,
.form_box .form_row .form_item select:focus {
  border-color: var(--vicolor);
  background: rgba(81, 187, 215, 0.05);
}
.form_box .form_row .form_item input,
.form_box .form_row .form_item select {
  height: 0.5rem;
  line-height: 0.5rem;
}
.form_box .form_row .form_item textarea {
  height: 2rem;
  padding: 0.15rem 0.25rem;
  resize: none;
}
.form_box .form_btn {
  margin-top: 0.5rem;
}
.form_box .form_btn .btn {
  padding: 0.12rem 0.55rem;
  font-size: 0.14rem;
  font-weight: 600;
  font-family: var(--fw600);
  color: #fff;
  font-style: italic;
  background-color: var(--vicolor);
  border-radius: 0.4rem;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.15rem;
  transition: all 0.4s ease;
}
.form_box .form_btn .btn .icon {
  width: 0.08rem;
}
.form_box .form_btn .btn .icon svg {
  width: 100%;
  height: 100%;
}
.form_box .form_btn .btn .icon {
  transition: all 0.4s ease;
}
.form_box .form_btn .btn:hover {
  background-color: color-mix(in srgb, var(--vicolor) 80%, black);
}
.prod_page .prodl1 .wrap {
  display: flex;
}
.prod_page .prodl1 .wrap .lf {
  width: 5.75rem;
  padding: 1.1rem 0.65rem 1rem 1.5rem;
  background: #F7F9FA;
}
.prod_page .prodl1 .wrap .lf > .tit {
  margin-bottom: 0.7rem;
}
.prod_page .prodl1 .wrap .lf .list {
  width: 100%;
  display: flex;
  flex-direction: column;
}
.prod_page .prodl1 .wrap .lf .list .item {
  width: 100%;
  padding: 0.3rem 0;
  border-bottom: 1px solid #B0B0B0;
  cursor: pointer;
  transition: all 0.4s ease;
}
.prod_page .prodl1 .wrap .lf .list .item:first-child {
  padding-top: 0;
}
.prod_page .prodl1 .wrap .lf .list .item .tit {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.prod_page .prodl1 .wrap .lf .list .item .tit .arrow {
  height: 0.05rem;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.4s ease;
  transform: rotate(180deg);
}
.prod_page .prodl1 .wrap .lf .list .item .tit .arrow svg {
  width: 100%;
  height: 100%;
}
.prod_page .prodl1 .wrap .lf .list .item .tit {
  transition: all 0.4s ease;
}
.prod_page .prodl1 .wrap .lf .list .item .inbox {
  display: none;
}
.prod_page .prodl1 .wrap .lf .list .item .item_l {
  display: flex;
  flex-direction: column;
  padding: 0.3rem 0;
}
.prod_page .prodl1 .wrap .lf .list .item .item_l .item_i {
  padding: 0.175rem 0.4rem;
  cursor: pointer;
  transition: all 0.4s ease;
}
.prod_page .prodl1 .wrap .lf .list .item .item_l .item_i:hover,.prod_page .prodl1 .wrap .lf .list .item .item_l .item_i.active {
  color: var(--vicolor);
}
.prod_page .prodl1 .wrap .lf .list .item:hover .tit, .prod_page .prodl1 .wrap .lf .list .item.active .tit {
  color: var(--vicolor);
}
.prod_page .prodl1 .wrap .lf .list .item.active {
  padding-bottom: 0rem;
}
.prod_page .prodl1 .wrap .lf .list .item.active .arrow {
  transform: rotate(0deg);
}
.prod_page .prodl1 .wrap .lf .list .item.active .arrow svg path {
  stroke: var(--vicolor);
}
.prod_page .prodl1 .wrap .rg {
  padding: 1.1rem 2.4rem 1rem 1.35rem;
  width: calc(100% - 5.75rem);
}
.prod_page .prodl1 .wrap .rg .tit {
  margin-bottom: 0.4rem;
}
.prod_page .prodl1 .wrap .rg .list {
  display: flex;
  flex-wrap: wrap;
  gap: 0.7rem;
  width: 100%;
}
.prod_page .prodl1 .wrap .rg .list .item {
  width: calc((100% - 0.7rem) / 2);
  border-radius: 0.3rem;
  overflow: hidden;
  background: #FFF;
  box-shadow: 0 4px 30px 0 rgba(97, 196, 219, 0.16);
}
.prod_page .prodl1 .wrap .rg .list .item .pic {
  width: 100%;
  height: 2.88rem;
  padding: 0.25rem;
  border-bottom: 1px solid #F2F2F2;
}
.prod_page .prodl1 .wrap .rg .list .item .pic img{
    border-radius: 0.3rem;
    object-fit: cover;
}
.prod_page .prodl1 .wrap .rg .list .item .info {
  padding: 0.36rem 0.33rem;
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
}
.prod_page .prodl1 .wrap .rg .list .item .info .desc{
    width: 3.2rem;
}
.prod_page .prodl1 .wrap .rg .list .item .info .desc .tit {
  margin-bottom: 0.15rem;
  transition: all 0.4s ease;
}
.prod_page .prodl1 .wrap .rg .list .item .info .btn {
  width: 0.4rem;
  height: 0.4rem;
  background-color: #000;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.4s ease;
}
.prod_page .prodl1 .wrap .rg .list .item .info .btn .icon {
  width: 0.1rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
.prod_page .prodl1 .wrap .rg .list .item .info .btn .icon svg {
  width: 100%;
  height: 100%;
}
.prod_page .prodl1 .wrap .rg .list .item:hover .info .desc .tit {
  color: var(--vicolor);
}
.prod_page .prodl1 .wrap .rg .list .item:hover .info .btn {
  transform: rotate(48deg);
  background-color: var(--vicolor);
}

.prod_detai_page {
  padding: 0.82rem 0 1rem;
}
.prod_detai_page .prod1 {
  padding: 0.9rem 0 0.75rem;
}
.prod_detai_page .prod1 .wrap .tit-box .subtit {
  padding-left: 0.2rem;
  margin-top: 0.2rem;
}
.prod_detai_page .prod1 .wrap .cont {
  display: flex;
  height: 6.2rem;
  border-radius: 0.35rem;
  overflow: hidden;
}
.prod_detai_page .prod1 .wrap .cont .pic {
  width: 7.8rem;
  height: 100%;
}
.prod_detai_page .prod1 .wrap .cont .desc {
  width: calc(100% - 7.8rem);
  height: 100%;
  background: #F9F9F9;
  padding: 0.6rem 0.9rem 0.5rem 0.5rem;
  display: flex;
  flex-direction: column;
}
.prod_detai_page .prod1 .wrap .cont .desc .tit {
  margin-bottom: 0.8rem;
}
.prod_detai_page .prod1 .wrap .cont .desc .pic2{
    height: 3.36rem;
    width: 100%;
    position: relative;
}
.prod_detai_page .prod1 .wrap .cont .desc .pic2 .txt{
    width: 3.92rem;
    height: 1.94rem;
    position: absolute;
    left: 1.25rem;
    bottom: .45rem;
}
.prod_detai_page .prod2 {
  padding: 0.75rem 0;
  overflow: hidden;
}
.prod_detai_page .prod2 .wrap .tit-box {
  margin-bottom: 0.5rem;
}
.prod_detai_page .prod2 .wrap .cont .swiper_prod2 .swiper-slide {
  width: 3.68rem;
  height: 3.6rem;
  margin-right: 0.5rem;
  border-radius: 0.4rem;
  overflow: hidden;
  position: relative;
  transition: all .4s;
}
.prod_detai_page .prod2 .wrap .cont .swiper_prod2 .swiper-slide.swiper-slide-active,.prod_detai_page .prod2 .wrap .cont .swiper_prod2 .swiper-slide:hover{
    border-radius: .4rem 1rem .4rem .4rem;
}
.prod_detai_page .prod2 .wrap .cont .swiper_prod2 .swiper-slide .pic {
  width: 100%;
  height: 100%;
}
.prod_detai_page .prod2 .wrap .cont .swiper_prod2 .swiper-slide .desc{
    background: linear-gradient(to bottom,rgba(0,0,0,0) 0,rgba(0,0,0,.3) 60%,rgba(0,0,0,.6) 100%);
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    min-height: 1.2rem;
}
.prod_detai_page .prod2 .wrap .cont .swiper_prod2 .swiper-slide .tit {
  position: absolute;
  bottom: 0.25rem;
  left: 0;
  width: 100%;
}
.prod_detai_page .prod2 .wrap .cont .swiper_prod2 .page_box {
  margin-top: 0.6rem;
}
.prod_detai_page .prod3 {
  padding: 0.75rem 0;
  position: relative;
  overflow: hidden;
}
.prod_detai_page .prod3 .wrap {
  position: relative;
  width: 100%;
  height: 7.55rem;
}
.prod_detai_page .prod3 .wrap .bg {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  aspect-ratio: 73/58;
  z-index: -1;
}
.prod_detai_page .prod3 .wrap .bg img {
  height: 100%;
  width: 100%;
  object-fit: fill;
}
.prod_detai_page .prod3 .wrap .cont {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  padding-top: 1.4rem;
}
.prod_detai_page .prod3 .wrap .cont .top {
  display: flex;
  justify-content: space-between;
  margin-bottom: 0.9rem;
  padding-left: 8rem;
}
.prod_detai_page .prod3 .wrap .cont .top .page_box {
  margin-top: 0.1rem;
}
.prod_detai_page .prod3 .wrap .cont .swiper_prod3 {
  height: 3rem;
  width: 100%;
}
.prod_detai_page .prod3 .wrap .cont .swiper_prod3 .swiper-slide {
  width: 4rem;
  height: 100%;
  margin-right: 0.3rem;
  background-color: #F7F9FA;
  padding: 0.5rem;
  border-radius: 0.2rem;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 0.3rem;
  transition: all 0.4s ease;
}
.prod_detai_page .prod3 .wrap .cont .swiper_prod3 .swiper-slide .desc .icon {
  width: 0.57rem;
  height: 0.57rem;
  margin-bottom: 0.25rem;
}
.prod_detai_page .prod3 .wrap .cont .swiper_prod3 .swiper-slide.swiper-slide-active {
  background-color: #fff;
}
.prod_detai_page .prod4 {
  padding: 0.75rem 0;
}
.prod_detai_page .prod4 .wrap .cont {
  width: 100%;
  height: auto;
}
.prod_detai_page .prod4 .wrap .cont table {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
  border: 1px solid #F0F0F0;
  border-top: none;
}
.prod_detai_page .prod4 .wrap .cont table td {
  padding: 0.25rem 0.3rem !important;
  text-align: center !important;
  font-size: 0.18rem !important;
  font-weight: 400 !important;
  font-family: var(--fw400) !important;
  line-height: 1.2 !important;
  color: #333 !important;
  border: 1px solid #F0F0F0 !important;
  /*background-color: #fff !important;*/
  text-align: center !important;
}
.prod_detai_page .prod4 .wrap .cont table td p{
    text-align: center !important;
}
.prod_detai_page .prod4 .wrap .cont table th,.prod_detai_page .prod4 .wrap .cont table .firstRow td {
  padding: 0.25rem 0.3rem !important;
  text-align: center !important;
  font-size: 0.2rem !important;
  font-weight: 500 !important;
  font-family: var(--fw500) !important;
  line-height: 1.2 !important;
  background-color: var(--vicolor) !important;
  color: #fff !important;
  border: 1px solid #F0F0F0 !important;
  /*width: fit-content !important;*/
}
.prod_detai_page .prod4 .wrap .cont table .firstRow td:nth-of-type(1){
    width: 40%;
}
.prod_detai_page .prod4 .wrap .cont table .firstRow td:nth-of-type(2){
    width: 20%;
}
.prod_detai_page .prod4 .wrap .cont table .firstRow td:nth-of-type(3){
    width: 20%;
}
.prod_detai_page .prod4 .wrap .cont table .firstRow td:nth-of-type(4){
    width: 20%;
}
.prod_detai_page .prod4 .wrap .cont table .firstRow td span{
    color: #fff !important;
}

.prod_detai_page .prod4 .wrap .tip {
  max-width: 7rem;
  margin-top: 0.45rem;
}
.prod_detai_page .prod4 .wrap .tip p {
  margin-bottom: 0.2rem;
}
.prod_detai_page .prod4 .wrap .tip p:last-child {
  margin-bottom: 0;
}
.prod_detai_page .prod4 .wrap .tip span {
  color: var(--vicolor);
  font-weight: 600;
  font-family: var(--fw600);
}
.prod_detai_page .prod5 {
  padding: 0.75rem 0;
}
.prod_detai_page .prod5 .wrap .tit-box {
  margin-bottom: 0.9rem;
}
.prod_detai_page .prod5 .wrap .cont {
  width: 100%;
  height: auto;
  display: flex;
  justify-content: space-between;
}
.prod_detai_page .prod5 .wrap .cont .lf {
  width: 6.7rem;
  height: auto;
  position: relative;
  max-height: 5.3rem;
  overflow: hidden;
}
.prod_detai_page .prod5 .wrap .cont .lf .mask {
  pointer-events: none;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 2;
  width: 100%;
  height: 1.6rem;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.85) 34.4%, #FFF 80.13%);
}
.prod_detai_page .prod5 .wrap .cont .lf .num {
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 3;
  width: auto;
  display: flex;
  align-items: center;
  gap: 0.15rem;
}
.prod_detai_page .prod5 .wrap .cont .lf .num .icon {
  width: 0.36rem;
  height: 0.36rem;
}
.prod_detai_page .prod5 .wrap .cont .lf .swiper_prod5 {
  width: 100%;
  height: 5.3rem;
  padding-top: 1rem;
  overflow: hidden;
}
.prod_detai_page .prod5 .wrap .cont .lf .swiper_prod5 .swiper-wrapper {
  display: flex;
  flex-direction: column;
}
.prod_detai_page .prod5 .wrap .cont .lf .swiper_prod5 .swiper-slide {
  width: 100%;
  height: auto;
  display: flex;
  flex-shrink: 0;
}
.prod_detai_page .prod5 .wrap .cont .lf .swiper_prod5 .swiper-slide .item {
  width: 100%;
  padding-bottom: 1rem;
}
.prod_detai_page .prod5 .wrap .cont .lf .swiper_prod5 .swiper-slide .item .tit {
  display: flex;
  align-items: center;
  gap: 0.2rem;
  margin-bottom: 0.25rem;
}
.prod_detai_page .prod5 .wrap .cont .lf .swiper_prod5 .swiper-slide .item .tit .icon {
  width: 0.3rem;
  height: 0.3rem;
}
.prod_detai_page .prod5 .wrap .cont .rg {
  width: calc(100% - 6.7rem);
  padding-left: 2rem;
  height: auto;
}
.prod_detai_page .prod5 .wrap .cont .rg .list {
  width: 100%;
  height: 6rem;
  position: relative;
}
.prod_detai_page .prod5 .wrap .cont .rg .list .item {
  position: absolute;
  width: 100%;
  height: 5.52rem;
  border-radius: 0.4rem;
  overflow: hidden;
  transition: all 0.4s ease;
  transform: translateY(-0.6rem);
  scale: 0.9;
}
.prod_detai_page .prod5 .wrap .cont .rg .list .item img {
  border-radius: 0.4rem;
  overflow: hidden;
}
.prod_detai_page .prod5 .wrap .cont .rg .list .item.active {
  z-index: 1;
  transform: translateY(0rem);
  scale: 1;
}
.prod_detai_page .prod6 {
  padding: 0.75rem 0;
}
.prod_detai_page .prod6 .wrap .list {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  column-gap: 0.3rem;
  row-gap: 0.4rem;
}
.prod_detai_page .prod6 .wrap .list .item {
  width: calc((100% - 0.3rem) / 2);
  height: 1.2rem;
  border-radius: 0.15rem;
  overflow: hidden;
  background-color: #F7F9FA;
  padding: 0.4rem 0.5rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  transition: all 0.4s ease;
}
.prod_detai_page .prod6 .wrap .list .item .desc {
  display: flex;
  align-items: center;
  gap: 0.3rem;
}
.prod_detai_page .prod6 .wrap .list .item .desc .icon {
  width: 0.3rem;
  height: 0.37rem;
}
.prod_detai_page .prod6 .wrap .list .item .btn {
  width: 0.35rem;
  height: 0.35rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
.prod_detai_page .prod6 .wrap .list .item .btn .icon {
  width: 100%;
  height: 100%;
}
.prod_detai_page .prod6 .wrap .list .item:hover {
  background: #FFF;
  box-shadow: 0 4px 30px 0 rgba(97, 196, 219, 0.27);
}

.cact_page .cact1 {
  padding: 1.9rem 0;
}
.cact_page .cact1 .wrap {
  display: flex;
}
.cact_page .cact1 .wrap .lf {
  width: 5.5rem;
}
.cact_page .cact1 .wrap .lf .tit-box {
  margin-bottom: 1.2rem;
}
.cact_page .cact1 .wrap .lf .list {
  display: flex;
  flex-direction: column;
}
.cact_page .cact1 .wrap .lf .list .item {
  padding: 0.35rem 0;
  display: flex;
  align-items: center;
  gap: 0.28rem;
  border-bottom: 1px solid rgba(1, 41, 51, 0.05);
}
.cact_page .cact1 .wrap .lf .list .item .icon {
  width: 0.4rem;
  height: 0.4rem;
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
.cact_page .cact1 .wrap .lf .list .item .desc .tit {
  margin-bottom: 0.06rem;
}
.cact_page .cact1 .wrap .lf .list .item:last-child {
  border-bottom: none;
}
.cact_page .cact1 .wrap .rg {
  width: calc(100% - 5rem);
  padding-left: 1rem;
}

.about_page .ab1 {
  padding: 1.9rem 0 1.5rem;
  position: relative;
}
.about_page .ab1 .bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  z-index: -1;
}
.about_page .ab1 .wrap .tit-box {
  margin-bottom: 0.4rem;
}
.about_page .ab1 .wrap .tit-box .txt {
  margin-top: 0.35rem;
  font-size: 0.18rem;
  line-height: 2.1;
}
.about_page .ab1 .wrap .cont {
  width: 100%;
}
.about_page .ab1 .wrap .cont .pic {
  width: 100%;
  border-radius: 0.3rem;
  overflow: hidden;
}
.about_page .ab2 {
  padding: 1.1rem 0;
  position: relative;
  overflow: hidden;
  /*display: none;*/
}
.about_page .ab2 .bg {
  position: absolute;
  inset: 0;
  z-index: -1;
}
.about_page .ab2 .wrap .tit-box {
  margin-bottom: 0.7rem;
}
.about_page .ab2 .wrap .cont {
  width: 100%;
}
.about_page .ab2 .wrap .cont .top {
  width: 100%;
  height: 4.2rem;
  margin-bottom: 0.8rem;
}
.about_page .ab2 .wrap .cont .top .swiper_ab2_top {
  width: 100%;
  height: 100%;
}
.about_page .ab2 .wrap .cont .top .swiper_ab2_top .swiper-slide {
  width: 11.65rem;
  height: 100%;
  margin-right: 2.5rem;
  display: flex;
  transition: all 0.4s ease;
  align-self: flex-end;
  opacity: 1;
}
.about_page .ab2 .wrap .cont .top .swiper_ab2_top .swiper-slide .pic {
  width: 5.5rem;
  height: 100%;
  border-radius: 0.3rem;
  overflow: hidden;
}
.about_page .ab2 .wrap .cont .top .swiper_ab2_top .swiper-slide .desc {
  width: calc(100% - 5.5rem);
  padding-left: 1rem;
}
.about_page .ab2 .wrap .cont .top .swiper_ab2_top .swiper-slide .desc .year {
  font-size: 1.2rem;
  font-style: italic;
  font-weight: 600;
  font-family: var(--fw600);
  opacity: 0.8;
  background: linear-gradient(180deg, #51BBD7 -10.62%, rgba(81, 187, 215, 0) 83.22%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  margin-bottom: 0.3rem;
}
.about_page .ab2 .wrap .cont .top .swiper_ab2_top .swiper-slide.swiper-slide-next {
  height: 3.2rem;
  opacity: 0.3;
}
.about_page .ab2 .wrap .cont .bottom {
  width: 100%;
  height: auto;
  position: relative;
}
.about_page .ab2 .wrap .cont .bottom .page_box {
  position: absolute;
  left: 0;
  top: -0.05rem;
  width: 100%;
  height: 100%;
  display: flex;
}
.about_page .ab2 .wrap .cont .bottom .page_box .navigation {
  width: 100%;
  justify-content: space-between;
}
.about_page .ab2 .wrap .cont .bottom .page_box .navigation .prev {
  margin-left: -0.4rem;
}
.about_page .ab2 .wrap .cont .bottom .page_box .navigation .next {
  margin-right: -0.6rem;
}
.about_page .ab2 .wrap .cont .bottom .swiper_ab2_bottom {
  width: 100%;
  overflow: hidden;
  padding-left: 0.3rem;
  padding-right: 0.3rem;
}
.about_page .ab2 .wrap .cont .bottom .swiper_ab2_bottom .swiper-slide {
  width: fit-content;
  position: relative;
  margin-right: 0.1rem;
}
.about_page .ab2 .wrap .cont .bottom .swiper_ab2_bottom .swiper-slide .line_box {
  display: flex;
  align-items: flex-end;
  gap: 0.1rem;
  height: 0.2rem;
}
.about_page .ab2 .wrap .cont .bottom .swiper_ab2_bottom .swiper-slide .line_box .line {
  width: 1px;
  height: 0.12rem;
  background-color: #111;
  opacity: 0.6;
  transition: all 0.4s ease;
}
.about_page .ab2 .wrap .cont .bottom .swiper_ab2_bottom .swiper-slide .line_box .line:first-child {
  height: 0.16rem;
  opacity: 1;
}
.about_page .ab2 .wrap .cont .bottom .swiper_ab2_bottom .swiper-slide .year {
  margin-top: 0.2rem;
  margin-left: -0.25rem;
  transition: all 0.4s ease;
}
.about_page .ab2 .wrap .cont .bottom .swiper_ab2_bottom .swiper-slide:last-child {
  margin-right: 0;
}
.about_page .ab2 .wrap .cont .bottom .swiper_ab2_bottom .swiper-slide:last-child .line_box .line {
  display: none;
}
.about_page .ab2 .wrap .cont .bottom .swiper_ab2_bottom .swiper-slide:last-child .line_box .line:first-child {
  display: block;
}
.about_page .ab2 .wrap .cont .bottom .swiper_ab2_bottom .swiper-slide.active .year {
  color: var(--vicolor);
  margin-left: -0.16rem;
}
.about_page .ab2 .wrap .cont .bottom .swiper_ab2_bottom .swiper-slide.active .line_box .line:nth-of-type(1) {
  height: 0.16rem;
  width: 0.16rem;
  border: 1px solid var(--vicolor);
  background-color: transparent;
  border-radius: 50%;
}
.about_page .ab3 {
  padding: 1.4rem 0 1.6rem;
  position: relative;
  overflow: hidden;
  /*display: none;*/
}
.about_page .ab3 .wrap .tit-box {
  margin-bottom: 0.7rem;
}
.about_page .ab3 .wrap .logo_list {
  display: flex;
  flex-direction: column;
  gap: 0.35rem;
}
.about_page .ab3 .wrap .logo_list .logo_item {
  width: 100%;
  display: flex;
  gap: 0.2rem;
  align-items: center;
}
.about_page .ab3 .wrap .logo_list .logo_item .card {
  flex-shrink: 0;
  border-radius: 0.15rem;
  background: #FFF;
  height: 1.15rem;
  width: 2.6rem;
  padding: 0.25rem;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 4px 30px 0 rgba(165, 178, 181, 0.27);
}

.news_detai_page .newsd1 {
  padding: 1.9rem 0 0;
}
.news_detai_page .newsd1 .wrap > .tit {
  font-style: italic;
  margin-bottom: 0.2rem;
}
.news_detai_page .newsd1 .wrap .tag_box {
  display: flex;
}
.news_detai_page .newsd1 .wrap .tag_box .tag {
  padding: 0.08rem 0.24rem;
  margin-right: 0.4rem;
  background-color: rgba(81, 187, 215, 0.12);
  border-radius: 0.15rem;
}
.news_detai_page .newsd1 .wrap .cont {
  padding: 0.6rem 0 1.2rem;
  border-bottom: 1px solid #E0E0E0;
}
.news_detai_page .newsd1 .wrap .cont .pic {
  width: 100%;
  height: 6.4rem;
  border-radius: 0.3rem;
  overflow: hidden;
  margin-bottom: 0.8rem;
}
.news_detai_page .newsd1 .wrap .cont .info {
  display: flex;
}
.news_detai_page .newsd1 .wrap .cont .info .html-content {
  width: calc(100% - 1.4rem);
}
.news_detai_page .newsd1 .wrap .cont .info .html-content h2 {
  font-size: 0.28rem;
  font-weight: 600;
  font-family: var(--fw600);
  line-height: 1.5;
  color: #333;
  margin-bottom: 0.32rem;
}
.news_detai_page .newsd1 .wrap .cont .info .html-content p {
  font-size: 0.18rem;
  font-weight: 500;
  font-family: var(--fw500);
  line-height: 1.7;
  color: #333;
  opacity: 0.6;
  margin-bottom: 0.2rem;
}
.news_detai_page .newsd1 .wrap .cont .info .rg {
  width: 1.4rem;
  display: flex;
  justify-content: flex-end;
}
.news_detai_page .newsd1 .wrap .cont .info .rg .share_box {
  height: fit-content;
  position: sticky;
  top: 1.3rem;
}
.news_detai_page .newsd1 .wrap .cont .info .rg .share_box .tit {
  margin-bottom: 0.25rem;
}
.news_detai_page .newsd1 .wrap .cont .info .rg .share_box .list {
  display: flex;
  flex-direction: column;
  gap: 0.32rem;
}
.news_detai_page .newsd1 .wrap .cont .info .rg .share_box .list .item {
  width: 0.4rem;
  height: 0.4rem;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: all 0.4s ease;
}
.news_detai_page .newsd1 .wrap .cont .info .rg .share_box .list .item .icon {
  width: 100%;
  height: 100%;
}
.news_detai_page .newsd1 .wrap .cont .info .rg .share_box .list .item .icon svg {
  width: 100%;
  height: 100%;
}
.news_detai_page .newsd1 .wrap .cont .info .rg .share_box .list .item .icon svg path {
  transition: all 0.4s ease;
}
.news_detai_page .newsd1 .wrap .cont .info .rg .share_box .list .item:hover .icon svg path:first-child {
  fill: var(--vicolor);
}
.news_detai_page .newsd1 .wrap .cont .btn-box {
  display: flex;
  justify-content: center;
  margin-top: 0.6rem;
}
.news_detai_page .newsd2 {
  padding: 0.8rem 0 1.6rem;
  overflow: hidden;
}
.news_detai_page .newsd2 .wrap .top {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.news_detai_page .newsd2 .wrap .top .tit-box {
  margin-bottom: 0;
}
.news_detai_page .newsd2 .wrap .top .page_box {
  margin-top: 0.1rem;
}
.news_detai_page .newsd2 .wrap .cont .swiper_newsd2 {
  width: 100%;
  height: auto;
  padding: 0.6rem 0 0.8rem;
  overflow: hidden;
}
.news_detai_page .newsd2 .wrap .cont .swiper_newsd2 .swiper-slide {
  width: 5.1rem;
  height: 5.25rem;
  margin-right: 0.5rem;
  background: #FFF;
  box-shadow: 0 4px 30px 0 rgba(97, 196, 219, 0.16);
  border-radius: 0.3rem;
  overflow: hidden;
}
.news_detai_page .newsd2 .wrap .cont .swiper_newsd2 .swiper-slide .item {
  width: 100%;
  height: 100%;
  border-radius: 0.3rem;
  overflow: hidden;
}
.news_detai_page .newsd2 .wrap .cont .swiper_newsd2 .swiper-slide .item .pic {
  padding: 0.28rem 0.28rem 0;
  width: 100%;
  height: 2.75rem;
  transition: all 0.4s ease;
  position: relative;
}
.news_detai_page .newsd2 .wrap .cont .swiper_newsd2 .swiper-slide .item .pic img {
  border-radius: 0.3rem;
  overflow: hidden;
}
.news_detai_page .newsd2 .wrap .cont .swiper_newsd2 .swiper-slide .item .pic .tag_list {
  position: absolute;
  top: 0.48rem;
  left: 0.48rem;
  display: flex;
  gap: 0.1rem;
}
.news_detai_page .newsd2 .wrap .cont .swiper_newsd2 .swiper-slide .item .pic .tag_list .tag {
  padding: 0.08rem 0.24rem;
  background-color: #fff;
  border-radius: 0.15rem;
  font-style: italic;
}
.news_detai_page .newsd2 .wrap .cont .swiper_newsd2 .swiper-slide .item .desc {
  padding: 0.36rem;
}
.news_detai_page .newsd2 .wrap .cont .swiper_newsd2 .swiper-slide .item .desc .tit {
  font-style: italic;
  margin-bottom: 0.24rem;
  transition: all 0.4s ease;
}
.news_detai_page .newsd2 .wrap .cont .swiper_newsd2 .swiper-slide .item:hover .desc .tit {
  color: var(--vicolor);
}
.news_detai_page .newsd2 .wrap .cont .bottom {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.news_detai_page .newsd2 .wrap .cont .bottom .page_box {
  width: 10.5rem;
}

.news_page .news1 {
  padding: 1.9rem 0 1.6rem;
}
.news_page .news1 .wrap .top {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  margin-bottom: 0.7rem;
}
.news_page .news1 .wrap .top .tit-box {
  margin-bottom: 0;
}
.news_page .news1 .wrap .top .tit-box .tit {
  margin-bottom: 0.2rem;
}
.news_page .news1 .wrap .top .search {
  width: 4rem;
  position: relative;
}
.news_page .news1 .wrap .top .search .icon {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 0.16rem;
  height: 0.16rem;
}
.news_page .news1 .wrap .top .search input {
  width: 100%;
  padding: 0.12rem 0.25rem;
  border-bottom: 1px solid #E0E0E0;
  transition: all 0.4s ease;
}
.news_page .news1 .wrap .top .search input:focus {
  border-color: var(--vicolor);
}
.news_page .news1 .wrap .list {
  display: flex;
  flex-wrap: wrap;
  column-gap: 0.5rem;
  row-gap: 0.6rem;
}
.news_page .news1 .wrap .list .item {
  width: calc((100% - 1rem) / 3);
  height: 5.25rem;
  border-radius: 0.3rem;
  overflow: hidden;
  background: #FFF;
  box-shadow: 0 4px 30px 0 rgba(97, 196, 219, 0.16);
}
.news_page .news1 .wrap .list .item .pic {
  padding: 0.28rem 0.28rem 0;
  width: 100%;
  height: 2.75rem;
  transition: all 0.6s ease;
  position: relative;
}
.news_page .news1 .wrap .list .item .pic img {
  border-radius: 0.3rem;
  overflow: hidden;
}
.news_page .news1 .wrap .list .item .pic .tag_list {
  position: absolute;
  top: 0.48rem;
  left: 0.48rem;
  display: flex;
  gap: 0.1rem;
  transition: all 0.6s ease;
}
.news_page .news1 .wrap .list .item .pic .tag_list .tag {
  padding: 0.08rem 0.24rem;
  background-color: #fff;
  border-radius: 0.15rem;
  font-style: italic;
}
.news_page .news1 .wrap .list .item .desc {
  padding: 0.36rem;
}
.news_page .news1 .wrap .list .item .desc .tit {
  font-style: italic;
  margin-bottom: 0.24rem;
  transition: all 0.4s ease;
}
.news_page .news1 .wrap .list .item:hover .pic {
  padding: 0;
}
.news_page .news1 .wrap .list .item:hover .pic .tag_list {
  top: 0.2rem;
  left: 0.2rem;
}
.news_page .news1 .wrap .list .item:hover .desc .tit {
  color: var(--vicolor);
}
.news_page .news1 .wrap .num_box {
  margin-top: 0.8rem;
}

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