.index {
  position: relative;
}

.index .banner {
  position: relative;
  overflow: hidden;
}


.index .banner .swiper_banner {
  height: 100%;
}

.index .banner .content {
  position: relative;
  height: 100vh;
  display: block;

}

.index .banner .content .banner_bg {
  width: 100%;
  height: 100%;
  overflow: hidden;
  position: absolute;
  left: 0;
  top: 0;
}

.index .banner .content .banner_bg .banner_img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  pointer-events: none;
}

.index .banner .content .banner_bg .banner_video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  pointer-events: none;
}

.index .banner .info {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
  width: 100%;
  height: 5.5rem;
    pointer-events: none;
}


.index .banner .info .item {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    opacity: 0;
    transition: all 1.5s;
    text-align: start;
    padding: 0 1.3rem;
}

.index .banner .info .item.on {
    opacity: 1;
}


.index .banner .info .item .txt {
  color: #fff;
  font-weight: 500;
  line-height: 1.48;
  font-family: "Microsoft YaHei";
  min-height: .68rem;
  margin-bottom: 1.6rem;
}

.index .banner .info .item.center .txt {
    text-align: center;
}

.index .banner .info .item.center .txt_1 {
    text-align: center;
}

.index .banner .info .item .txt_1 {
    color: #fff;
    line-height: 1.5;
    margin: 0 0 .5rem 0;
}

.index .banner .info .item .txt_1 strong {
    letter-spacing: 1.28px;
    margin-right: .1rem;
}
.index .banner .info .item .txt_1 p {
    line-height: 2.4;
}




/*.index .banner .info .desc p {*/
/*  display: block;*/
/*  position: absolute;*/
/*  left: 0;*/
/*  top: 0;*/
/*  opacity: 0;*/
/*  transition: opacity 1.5s ease;*/
/*  width: 100%;*/
/*  height: 0;*/
/*  pointer-events: none;*/
/*}*/

/*.index .banner .info .desc p.on {*/
/*  opacity: 1;*/
/*  width: 100%;*/
/*  height: 100%;*/
/*  position: relative;*/
/*  pointer-events: auto;*/
/*}*/


.index .banner .banner-pagination {
  position: absolute;
  bottom: .36rem;
  left: 50%;
  transform: translateX(-50%);
  z-index: 2;
  width: 100%;
}

.index .banner .banner-pagination .swiper-pagination-custom {
    display: flex;
    justify-content: center;
    align-items: center;
    column-gap: .2rem;
}

.index .banner .banner-pagination .swiper-pagination-bullet {
  width: .56rem;
  height: 2px;
  border-radius: 0;
  opacity: 0.3;
  background: #FFF;
  cursor: pointer;
}

.index .banner .banner-pagination .swiper-pagination-bullet-active {
  opacity: 1;
}

.swiper-pagination-myicon {
    display: block;
    width: .2rem;
    height: .2rem;
    opacity: .5;
    cursor: pointer;
}
.swiper-pagination-myicon.active {
    opacity: 1;
}

.index-product_1 .content {
  position: relative;
  /*padding: 1.25rem 1.3rem 2.3rem 1.3rem;*/
  /*padding: 0 1.3rem 0 1.3rem;*/
  /*background: rgba(246, 249, 255, 1);*/
  /*margin: 0 auto;*/
}

.index-product_1 .content .label {
  line-height: 1.36;
  color: #333;
  text-align: center;
}

.index-product_1 .content .box {
  margin: .5rem auto 0;
  position: relative;
  width: 16.6rem;
  height: 8rem;
  border-radius: .2rem;
  overflow: hidden;
}

.index-product_1 .content .box .bg {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  border-radius: .2rem;
}

.index-product_1 .content .box .bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.index-product_1 .content .box .title {
  padding: .65rem 0 0 0;
  position: relative;
  z-index: 1;
  line-height: 1.27;
  color: #fff;
  text-align: center;
}

.index-product_1 .content .box .info {
  position: absolute;
  width: 4rem;
  right: .2rem;
  bottom: .2rem;
  border-radius: .2rem;
  background: rgba(255, 255, 255, 0.22);
  backdrop-filter: blur(.48rem);
  padding: .28rem .34rem;
}

.index-product_1 .content .box .info .info_title {
  line-height: 1.36;
  color: #fff;
}

.index-product_1 .content .box .info .info_desc {
  line-height: 1.36;
  color: rgba(255, 255, 255, 0.7);
  margin: .12rem 0 0 0;
  letter-spacing: 0.56px;
}

.index-product_1 .content .box .info .btn {
  margin: .37rem 0 0 0;
  display: flex;
}

.index-product_1 .content .box .info .btn .p_btn {
  border-style: none;
  color: #fff;
}

.index-product_1 .content .box .info .btn .p_btn:after {
  opacity: 1;
}

.index-product_1 .content .box .info .btn .p_btn .icon::after {
  opacity: 0;
}

.index-product_1 .content .box .info .btn .p_btn .icon .normal {
  left: 50%;
  transform: translateX(-50%);
  opacity: 1;
}

.index-product_1 .content .box .info .btn .p_btn .icon .active {
  left: 100%;
  opacity: 0;
}

.index-product_1 .points {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
}

.index-product_1 .points .point {
  position: absolute;
  width: .42rem;
  height: .42rem;
}

.index-product_1 .points .point .icon {
  position: relative;
  z-index: 1;
  width: 100%;
  height: 100%;
}

.index-product_1 .points .point .icon img {
  width: 100%;
  height: 100%;
}

.index-product_1 .points .point:nth-child(1) {
  top: 4.46rem;
  left: 6.58rem;
}

.index-product_1 .points .point:nth-child(2) {
  top: 2.67rem;
  left: 7.57rem;
}

.index-product_1 .points .point:nth-child(3) {
  top: 2.71rem;
  left: 9.96rem;
}

.index-product_1 .points .point:nth-child(4) {
  top: 5.22rem;
  left: 9.51rem;
}

.index-product_1 .points .point:nth-child(1) .desc,
.index-product_1 .points .point:nth-child(2) .desc {
  position: absolute;
  right: 1.19rem;
  top: .52rem;
  line-height: 1.36;
  color: #333;
  width: 3rem;
  padding: .17rem .23rem;

  border-radius: .25rem;
  background: #FFF;
  opacity: 0;
}

.index-product_1 .points .point:nth-child(3) .desc,
.index-product_1 .points .point:nth-child(4) .desc {
  position: absolute;
  left: 1.19rem;
  bottom: .52rem;
  line-height: 1.36;
  color: #333;
  width: 3rem;
  padding: .17rem .23rem;

  border-radius: .25rem;
  background: #FFF;
  opacity: 0;
}

.index-product_1 .points .point.on .desc {
  opacity: 1;
}

.index-product_1 .points .point:nth-child(1) .lines,
.index-product_1 .points .point:nth-child(2) .lines {
  position: absolute;
  right: 1.26rem;
  top: .85rem;
  opacity: 0;
}

.index-product_1 .points .point:nth-child(3) .lines,
.index-product_1 .points .point:nth-child(4) .lines {
  position: absolute;
  left: 1.26rem;
  bottom: .85rem;
  opacity: 0;
}

.index-product_1 .points .point.on .lines,
.index-product_1 .points .point.on .lines {
  opacity: 1;
}

.index-product_1 .points .point:nth-child(1) .lines .dot,
.index-product_1 .points .point:nth-child(2) .lines .dot {
  position: absolute;
  right: -.1rem;
  top: -.07rem;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  z-index: 1;
  background: linear-gradient(95deg, #007AEB 0%, #9CCFFF 100%);
}

.index-product_1 .points .point:nth-child(3) .lines .dot,
.index-product_1 .points .point:nth-child(4) .lines .dot {
  position: absolute;
  left: -.1rem;
  bottom: -.07rem;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  z-index: 1;
  background: linear-gradient(95deg, #007AEB 0%, #9CCFFF 100%);
}

.index-product_1 .points .point:nth-child(1) .lines .lines_icon,
.index-product_1 .points .point:nth-child(2) .lines .lines_icon {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 1.075rem;
  height: .635rem;
  z-index: 0;
}

.index-product_1 .points .point:nth-child(3) .lines .lines_icon,
.index-product_1 .points .point:nth-child(4) .lines .lines_icon {
  position: absolute;
  right: 0;
  top: 0;
  width: 1.075rem;
  height: .635rem;
  z-index: 0;
}

.index-product_1 .points .point:nth-child(1) .lines .lines_icon img,
.index-product_1 .points .point:nth-child(2) .lines .lines_icon img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.index-product_1 .points .point:nth-child(3) .lines .lines_icon img,
.index-product_1 .points .point:nth-child(4) .lines .lines_icon img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: rotate(179deg);
}

.index .sec_1 {
  position: relative;
  /* height: 100vh; */
  overflow: hidden;
  padding: 1.8rem 1.3rem 0 1.3rem;
  background: rgba(246, 249, 255, 1);
}

.index .sec_1 .top {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.index .sec_1 .content {
  position: relative;
  margin: .66rem 0 0 0;
  width: 100%;
}

.index .sec_1 .p_btn {
    display: none;
}

.index .sec_1 .content .swiper_1 {
  width: 100%;
  position: relative;
  overflow: hidden;
}

.index .sec_1 .content .swiper_1 .swiper-slide {
  width: 9.6rem;
  height: 6.4rem;
}

.index .sec_1 .content .item {
  position: relative;
  width: 9.6rem;
  height: 6.4rem;
}

.index .sec_1 .content .item .img_box {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  border-radius: .2rem;
  overflow: hidden;
}

.index .sec_1 .content .item .img_box img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.index .sec_1 .content .item .info {
  display: flex;
  justify-content: end;
  position: absolute;
  left: 0;
  bottom: 0;
  height: 100%;
  padding: .35rem .46rem;
  transition: all .5s ease-in-out;
  border-radius: 0 0 .2rem .2rem;
}

.index .sec_1 .content .item .info::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  border-radius: 0 0 .2rem .2rem;
  background: linear-gradient(7deg, rgba(0, 122, 235, 0.58) 6.04%, rgba(156, 207, 255, 0.00) 92.79%);
  opacity: 0;
  transition: all .5s ease;
}

.index .sec_1 .content .item.on:hover .info {
    height: 100%;
    width: 100%;
    transition: all .5s ease-in-out;
}

.index .sec_1 .content .item.on:hover .info::after {
  opacity: 1;
}

.index .sec_1 .content .item .info {
  flex: 1;
  flex-direction: column;
}

.index .sec_1 .content .item .info .title {
  position: relative;
  z-index: 1;
  font-weight: 700;
  line-height: 1.05;
  font-family: "Microsoft YaHei";
  color: #fff;
  text-align: right;
}
.index .sec_1 .content .swiper_1 .swiper-slide-active .item .info .title {
    text-align: left;
}

.index .sec_1 .content .item .info .desc {
  position: relative;
  z-index: 1;
  font-weight: 400;
  line-height: 1.7;
  font-family: "Microsoft YaHei";
  color: #fff;
  transition: all .5s ease-in-out;
  max-height: 0;
  overflow: hidden;
}

.index .sec_1 .content .item.on:hover .info .desc {
  max-height: 3rem;
  margin: .18rem 0 0 0;
}

.index .sec_1 .content .item .info .btn {
  display: flex;
  overflow: hidden;
  max-height: 0;
  transition: all .5s ease-in-out;
  position: relative;
  z-index: 1;
}

.index .sec_1 .content .item.on:hover .info .btn {
  margin: .38rem 0 0 0;
  max-height: 1.2rem;
}

.index .sec_1 .content .item .info .btn .p_btn {
  background: linear-gradient(95deg, #007AEB 0%, #9CCFFF 100%);
  border-style: none;
  color: #fff;
}

.index .sec_1 .content .item .info .btn .p_btn .icon::after {
  background: #fff;
}

.index .sec_1 .content .item .info .btn .p_btn .icon .normal {
  opacity: 1;
  left: 50%;
  transform: translateX(-50%);
}

.index .sec_1 .content .item .info .btn .p_btn .icon .active {
  opacity: 0;
}

.index .sec_1 .content .btns {
  display: flex;
  gap: .2rem;
  align-items: end;
  position: absolute;
  left: 8.2rem;
  bottom: .35rem;
  z-index: 1;
}

.index .sec_1 .content .btns .btn {
  width: .4rem;
  height: .4rem;
  border-radius: 50%;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  background: rgba(255, 255, 255, 0.3);
}

.index .sec_1 .content .btns .btn:hover {
  background: #fff;
}

.index .sec_1 .content .btns .btn img {
  width: .08rem;
}

.index .sec_1 .content .btns .btn .normal,
.index .sec_1 .content .btns .btn:hover .active {
  display: block;
}

.index .sec_1 .content .btns .btn:hover .normal,
.index .sec_1 .content .btns .btn .active {
  display: none;
}

.index .sec_1 .content .btns_m .btn {
    background: rgba(51, 51, 51, .2);
    width: .64rem;
    height: .64rem;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}
.index .sec_1 .content .btns_m .btn::after {
    background: #333;
}
.index .sec_1 .content .btns_m .btn.prev {
    left: -10px;
}
.index .sec_1 .content .btns_m .btn.next {
    right: -10px;
}





.index .sec_2 {
  position: relative;
  /* height: 100vh; */
  overflow: hidden;
  padding: 1.9rem 0 2.2rem 0;
  background: rgba(246, 249, 255, 1);
}

.index .sec_2 .bg {
  width: 100%;
  height: 100%;
  overflow: hidden;
  position: absolute;
  left: 0;
  top: 0;
}

.index .sec_2 .bg::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: 0.15;
  background: linear-gradient(6deg, rgba(0, 119, 255, 0.80) 20.09%, rgba(226, 241, 255, 0.00) 74.19%);
  pointer-events: none;
}

.index .sec_2 .top {
  padding: 0 1.2rem;
}

.index .sec_2 .content {
  position: relative;
}

.index .sec_2 .content .name {
  position: absolute;
  left: 50%;
  top: .76rem;
  transform: translateX(-50%);
  font-weight: 700;
  line-height: 1.36;
  font-family: "Microsoft YaHei";
  font-size: 2.4rem;
  background: linear-gradient(180deg, #007AEB -64%, rgba(156, 207, 255, 0.00) 99.5%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  transition: all 0.5s ease;
  width: 100%;
  text-align: center;
}

.index .sec_2 .content .name span {
  /* position: absolute;
  display: inline-block;
  width: 100%;
  left: 0;
  top: 0; */
  transition: opacity 0.5s ease;
}


.index .sec_2 .content .swiper_2 {
  width: 100%;
  position: relative;
  height: 6.52rem;
  overflow: hidden;
  z-index: 1;
}

.index .sec_2 .content .swiper_2 .swiper-wrapper {
  align-items: center;
  /* height: auto; */
  /* height: 5.52rem; */
  height: 7.52rem;
}

.index .sec_2 .content .swiper_2 .swiper-slide {
  display: flex;
  align-items: center;
  justify-content: center;

}

.index .sec_2 .content .item {
  position: relative;
}

.index .sec_2 .content .item .img_box {
  position: relative;
  width: 2.47rem;
  height: 1.8rem;
  overflow: hidden;
  margin: 0 auto;
  transition: all .5s;
}

.index .sec_2 .content .item .img_box img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.index .sec_2 .content .item.on .img_box {
  width: 4.93rem;
  height: 3.11rem;
}

.index .sec_2 .content .item .item_info {
  margin: .31rem 0 0 0;
}

.index .sec_2 .content .item.on .item_info {
  opacity: 0;
}

.index .sec_2 .content .item .title {
  font-weight: 600;
  line-height: 1;
  font-family: "Microsoft YaHei";
  color: #333;
  text-align: center;
}

.index .sec_2 .content .item .desc {
  font-weight: 400;
  line-height: 1;
  font-family: "Microsoft YaHei";
  margin: .1rem 0 0 0;
  color: rgba(153, 153, 153, 1);
  text-align: center;
}

.index .sec_2 .content .controls {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 8.22rem;
  margin: 0 auto;
}

.index .sec_2 .content .controls .btn {
  width: .4rem;
  height: .4rem;
  border-radius: 50%;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  background: rgba(51, 51, 51, .2);
}

.index .sec_2 .content .controls .btn:hover {
  background: rgba(51, 51, 51, 1);
}

.index .sec_2 .content .controls .btn img {
  width: .08rem;
}

.index .sec_2 .content .controls .title {
  font-weight: 600;
  line-height: 1;
  font-family: "Microsoft YaHei";
  color: #333;
  text-align: center;
}

.index .sec_2 .content .controls .desc {
  font-weight: 400;
  line-height: 1;
  font-family: "Microsoft YaHei";
  margin: .18rem 0 0 0;
  color: rgba(153, 153, 153, 1);
  text-align: center;
}

.index .sec_2 .content .tabs {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: .94rem 0 0 0;
  gap: .2rem;
}

.index .sec_2 .content .tabs .tab {
  font-weight: 400;
  line-height: 1.33;
  font-family: "Microsoft YaHei";
  color: #333;
  text-align: center;
  background: rgba(243, 246, 252, 1);
  padding: .14rem .44rem;
  position: relative;
  border-radius: .475rem;
  transition: all .3s;
  cursor: pointer;
}

.index .sec_2 .content .tabs .tab.on {
  color: #fff;
}

.index .sec_2 .content .tabs .tab span {
  position: relative;
  z-index: 1;
}

.index .sec_2 .content .tabs .tab::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  border-radius: .475rem;
  background: linear-gradient(95deg, #007AEB 0%, #9CCFFF 100%);
  opacity: 0;
  transition: all .3s;
}

.index .sec_2 .content .tabs .tab.on::after {
  opacity: 1;
}

.index .sec_2 .content .tabs.tabs_m {
    display: none;
}

.index .sec_2 .box_sec_3 {
    display: none;
}

.index .sec_3 {
  position: relative;
  height: 8.6rem;
  overflow: hidden;
  padding: .44rem 0 .69rem 0;
  background: rgba(246, 249, 255, 1);
}

.index .sec_3 .bg {
  width: 100%;
  height: 100%;
  overflow: hidden;
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
}

.index .sec_3 .bg::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: 0.15;
  background: linear-gradient(175deg, rgba(0, 119, 255, 0.80) 19.78%, rgba(226, 241, 255, 0.00) 101.62%);
  pointer-events: none;
}

.index .sec_3 .bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.index .sec_3 .p_label {
  margin: 0 1.3rem;
}

.index .sec_3 .btn {
  margin: .8rem 1.3rem 0 1.3rem;
  display: flex;
}

.index .sec_3 .boxs {
  padding: 1.67rem 0 0 1.3rem;
  overflow: hidden;
}

.index .sec_3 .boxs .swiper_3 {
  width: 100%;
  position: relative;

}

.index .sec_3 .boxs .item {
  width: 100%;
  height: 3.5rem;
  border-radius: .2rem;
  /* border: 1px solid #FFF; */
  background: rgba(0, 0, 0, 0.10);
  backdrop-filter: blur(.3rem);
  padding: .5rem .46rem;
  transition: all .3s;
  position: relative;
}

.index .sec_3 .boxs .item::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  border-radius: .2rem;
  padding: 1px;
  /* 边框宽度 */
  background: linear-gradient(95deg, #007AEB 0%, #9CCFFF 100%);
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  opacity: 0;
  transition: all .3s;
  z-index: -2;
}

.index .sec_3 .boxs .item::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  border-radius: .2rem;
  background: linear-gradient(95deg, #007AEB 0%, #9CCFFF 100%);
  opacity: 0;
  transition: all .3s;
  z-index: -1;
}

.index .sec_3 .boxs .item:hover::before,
.index .sec_3 .boxs .item:hover::after,
.index .sec_3 .boxs .item.on::after{
  opacity: 1;
}

.index .sec_3 .boxs .item .icon {
  display: flex;
  align-items: center;
  gap: .1rem;
  font-weight: 400;
  line-height: 1.18;
  font-family: "Microsoft YaHei";
  color: #fff;
  letter-spacing: 1.32px;
}

.index .sec_3 .boxs .item .icon img {
  width: .27rem;
}

.index .sec_3 .boxs .item .nums {
  margin: .57rem 0 0 0;
  font-weight: 600;
  line-height: 1;
  font-family: "Microsoft YaHei";
  color: #fff;
}

.index .sec_3 .boxs .item .nums strong {
  font-size: 1.2rem;
  margin-right: .2rem;
  font-weight: 500;
}

.index .sec_3 .boxs .item .desc {
  font-weight: 400;
  line-height: 1;
  font-family: "Microsoft YaHei";
  margin: .22rem 0 0 0;
  color: rgba(255, 255, 255, 1);
  letter-spacing: 1.56px;
}

.index .sec_3 .boxs .item .mask {
  width: 2.54rem;
  height: 100%;
  object-fit: cover;
  position: absolute;
  right: 0;
  top: 0;
  opacity: .1;
}

.index .sec_4 {
  padding: 1.87rem 1.3rem 1.74rem 1.3rem;
  position: relative;
  background: rgba(246, 249, 255, 1);
}

.index .sec_4 .content {
  display: flex;
  margin: .4rem 0 0 0;
  gap: .35rem;
}

.index .sec_4 .content .left {
  display: flex;
  gap: .35rem;
}

.index .sec_4 .content .left .li {
  width: 5.3rem;
  background: #fff;
  border-radius: .2rem;
  position: relative;
  transition: all .3s;
  overflow: hidden;
}

.index .sec_4 .content .left .li:hover {
  box-shadow: 0 19px 41px 0 rgba(0, 0, 0, 0.04);
}

.index .sec_4 .content .left .li .tag {
  position: absolute;
  left: 0;
  top: 0;
  font-weight: 600;
  line-height: 1;
  font-family: "Microsoft YaHei";
  color: #fff;
  padding: .13rem .28rem;
  border-radius: .2rem 0;
  background: linear-gradient(95deg, #007AEB 0%, #9CCFFF 100%);
  z-index: 1;
}

.index .sec_4 .content .left .li .img_box {
  position: relative;
  width: 100%;
  height: 3.2rem;
  overflow: hidden;
  margin: 0 auto;
  transition: all .5s;
}

.index .sec_4 .content .left .li .img_box img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all .3s;
}

.index .sec_4 .content .left .li:hover .img_box img {
  transform: scale(1.05);
}

.index .sec_4 .content .left .li .info {
  padding: .52rem .37rem .49rem;
  background: #fff;
}

.index .sec_4 .content .left .li .info .time {
  display: flex;
  align-items: center;
  gap: .08rem;

  font-weight: 400;
  line-height: 1.11;
  font-family: "Microsoft YaHei";
  color: rgba(102, 102, 102, 1);
}

.index .sec_4 .content .left .li .info .time img {
  width: .18rem;
}

.index .sec_4 .content .left .li .info .title {
  font-weight: 600;
  line-height: 1.66;
  font-family: "Microsoft YaHei";
  color: #333;
  margin: .22rem 0 0 0;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}

.index .sec_4 .content .left .li .info .desc {
  font-weight: 400;
  line-height: 1.81;
  font-family: "Microsoft YaHei";
  margin: .1rem 0 0 0;
  color: rgba(153, 153, 153, 1);
  margin: .13rem 0 0 0;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}

.index .sec_4 .content .left .li .info .btn {
  margin: .6rem 0 0 0;
  display: flex;
}

.index .sec_4 .content .right {
  padding: .77rem .33rem 0 .33rem;
  background: #fff;
  border-radius: .2rem;
  display: flex;
  flex-direction: column;
  gap: .38rem;
  overflow-y: auto;
}

.index .sec_4 .content .right .li {
  padding-bottom: .38rem;
  border-bottom: none;
  background-image: linear-gradient(to right, rgba(208, 208, 208, 1) 50%, transparent 50%);
  background-position: bottom;
  background-size: 15px 1px;
  background-repeat: repeat-x;
}

.index .sec_4 .content .right .li:last-child {
  border-bottom: none;
  background-size: 15px 0;
}

.index .sec_4 .content .right .title {
  font-weight: 600;
  line-height: 1.6;
  font-family: "Microsoft YaHei";
  color: #333;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}

.index .sec_4 .content .right .time {
  display: flex;
  align-items: center;
  gap: .08rem;
  font-weight: 400;
  line-height: 1.42;
  font-family: "Microsoft YaHei";
  color: rgba(102, 102, 102, 1);
  margin: .11rem 0 0 0;
}

.index .sec_5 {
  position: relative;
  /* padding-bottom: 8rem; */
  background: rgba(246, 249, 255, 1);
}

.index .sec_5 .sec_5_box {
  position: sticky;
  top: 0;
  padding: 0 1.3rem 1.74rem 1.3rem;
  transform: translateY(0%);
  z-index: 1;
}

.index .sec_5 .boxs {
  display: flex;
  align-items: center;
  gap: .5rem;
}

.index .sec_5 .boxs .item {
  width: 5.2rem;
  height: 2.86rem;
  background: #fff;
  border-radius: .2rem;
  overflow: hidden;
  position: relative;
  transition: all .3s;

  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.index .sec_5 .boxs .item::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  border-radius: .2rem;
  background: linear-gradient(95deg, #007AEB 0%, #9CCFFF 100%);
  opacity: 0;
  transition: all .3s;
}

.index .sec_5 .boxs .item:hover::after {
  opacity: 1;
}

.index .sec_5 .boxs .item .icon {
  width: .44rem;
  height: .44rem;
  position: relative;
  z-index: 1;
}

.index .sec_5 .boxs .item .icon img {
  width: 100%;
  height: 100%;
}

.index .sec_5 .boxs .item .icon .normal,
.index .sec_5 .boxs .item:hover .icon .active {
  display: block;
}

.index .sec_5 .boxs .item:hover .icon .normal,
.index .sec_5 .boxs .item .icon .active {
  display: none;
}

.index .sec_5 .boxs .item .title {
  position: relative;
  z-index: 1;
  font-weight: 600;
  line-height: 1;
  font-family: "Microsoft YaHei";
  color: #333;
  margin: .42rem 0 0 0;
}

.index .sec_5 .boxs .item:hover .title {
  color: #fff;
}

.index .sec_5 .boxs .item .desc {
  position: relative;
  z-index: 1;
  font-weight: 400;
  line-height: 1;
  font-family: "Microsoft YaHei";
  margin: .16rem 0 0 0;
  color: rgba(153, 153, 153, 1);
  letter-spacing: 1.56px;
}

.index .sec_5 .boxs .item:hover .desc {
  color: rgba(255, 255, 255, .7);
}

.index .sec_5 .content {
  display: flex;
  flex-direction: column;
  /*margin: 1.15rem;*/
  margin: 1.15rem 0;
  position: sticky;
  top: 0;
  border-radius: .2rem;
  background: rgba(217, 217, 217, 1);
  overflow: hidden;
  padding: .66rem 0;
}

.index .sec_5 .content .bg {
  width: 100%;
  height: 100%;
  overflow: hidden;
  position: absolute;
  left: 0;
  top: 0;
}

.index .sec_5 .content .bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.index .sec_5 .content .title {
  position: relative;
  z-index: 1;
  font-weight: 600;
  line-height: 1.36;
  font-family: "Microsoft YaHei";
  color: #333;
  text-align: center;
}

.index .sec_5 .content .desc {
  position: relative;
  z-index: 1;
  font-weight: 400;
  line-height: 1.3;
  font-family: "Microsoft YaHei";
  margin: .2rem 0 0 0;
  color: rgba(153, 153, 153, 1);
  letter-spacing: .88px;
  text-align: center;
}

.index .sec_5 .content .btn {
  margin: .73rem 0 0 0;
  display: flex;
  justify-content: center;
}

.index .sec_5 .content .btn .p_btn {
  background: #fff;
  border-style: none;
}


.news {
  position: relative;
}

.news .content {
  position: relative;
  background: rgba(246, 249, 255, 1);
  padding: .5rem 0 1.6rem 0;
}

.news .content .crumb {
  margin: 0 1.3rem;
}

.news .content .banner {
  display: flex;
  justify-content: center;
  gap: .26rem;
  margin: .9rem 1.3rem 0 1.3rem;

}

.news .content .banner .info {
  width: 7.3rem;
  display: flex;
  flex-direction: column;
  gap: .2rem;

}

.news .content .banner .info .item {
  width: 100%;
  position: relative;
  border-radius: .2rem;
  overflow: hidden;
  padding: .58rem .5rem .34rem .5rem;
  background: #fff;
  transition: all .5s;
}

.news .content .banner .info .item.on {
  padding: .76rem .5rem .45rem .5rem;
  box-shadow: 0 49px 31.9px 0 rgba(0, 0, 0, 0.06);
}

.news .content .banner .info .item .tag {
  position: absolute;
  left: 0;
  top: 0;
  border-radius: .2rem 0 .2rem 0;
  padding: .09rem .23rem;
  background: linear-gradient(95deg, #007AEB 0%, #9CCFFF 100%);
  color: #fff;
}

.news .content .banner .info .item .time {
  display: flex;
  align-items: center;
  gap: .08rem;
  color: rgba(102, 102, 102, 1);
  line-height: 1.11;
}

.news .content .banner .info .item .time img {
  width: .18rem;
  height: .18rem;
}

.news .content .banner .info .item .title {
  line-height: 1.5;
  color: #333;
  margin: .2rem 0 0 0;
  line-height: 1.5;
  letter-spacing: 0.96px;
  transition: all .5s;
}

.news .content .banner .info .item.on .title {
  background: linear-gradient(95deg, #007AEB 0%, #9CCFFF 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}


.news .content .banner .info .item .desc {
  line-height: 2;
  color: rgba(102, 102, 102, 1);
  transition: all .5s;
  max-height: 0;
  overflow: hidden;
}

.news .content .banner .info .item.on .desc {
  max-height: .64rem;
  margin: .16rem 0 0 0;
}
.news .content .banner .info .item .info_img_box {
    display: none;
}

.news .content .banner .img_box {
  width: 9rem;
  height: 5.44rem;
  overflow: hidden;
  border-radius: .2rem;
  flex-shrink: 0;
  position: relative;
}

.news .content .banner .img_box img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  left: 0;
  top: 0;
  transition: all .5s;
  opacity: 0;
}

.news .content .banner .img_box img.on {
  opacity: 1;
}

.news .content .controls {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: .2rem;
  margin: 1.6rem 1.3rem 0 1.3rem;
  position: relative;
}

.news .content .controls .tabs {
  display: flex;
  align-items: center;
  gap: .2rem;
}

.news .content .controls .tabs .tab {
  line-height: 1.33;
  color: #333;
  text-align: center;
  background: #fff;
  padding: .14rem .44rem;
  position: relative;
  border-radius: .475rem;
  transition: all .5s;
  cursor: pointer;
}

.news .content .controls .tabs .tab span {
  position: relative;
  z-index: 2;
}

.news .content .controls .tabs .tab.on,
.news .content .controls .tabs .tab:hover {
  color: #fff;
}

.news .content .controls .tabs .tab::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  border-radius: .475rem;
  background: linear-gradient(95deg, #007AEB 0%, #9CCFFF 100%);
  opacity: 0;
  transition: all .5s;
  pointer-events: none;
  z-index: 1;
}

.news .content .controls .tabs .tab.on::after,
.news .content .controls .tabs .tab:hover::after {
  opacity: 1;
}

.news .content .controls .years {
  width: 1.8rem;
}

.news .content .list {
  display: flex;
  flex-direction: column;
  margin: .92rem 0 0 0;
}

.news .content .list .item {
  padding: .7rem 1.3rem;


  display: flex;
  align-items: center;
  gap: .7rem;
  transition: all .5s;
  border-bottom: 1px solid rgba(217, 217, 217, 1);
}

.news .content .list .item:last-child {
  border-bottom: none;
}

.news .content .list .item:hover {
  background: #fff;
  border-style: none;
  box-shadow: 0 19px 41px 0 rgba(0, 0, 0, 0.04);
  transform: scale(1.05);
}

.news .content .list .item .img_box {
  border-radius: .2rem;
  overflow: hidden;
  width: 5.3rem;
  flex-shrink: 0;
  height: 3.2rem;
}

.news .content .list .item .img_box img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all .5s;
}

.news .content .list .item:hover .img_box img {
  transform: scale(1.05);
}

.news .content .list .item .info {
  flex: 1;
}

.news .content .list .item .info .time {
  display: flex;
  align-items: center;
  gap: .08rem;
  color: rgba(102, 102, 102, 1);
}

.news .content .list .item .info .time img {
  width: .18rem;
}

.news .content .list .item .info .title {
  line-height: 1.66;
  color: #333;
  margin: .12rem 0 0 0;
  color: rgba(51, 51, 51, 1);

  -webkit-line-clamp: 1;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  transition: all .5s;
}

.news .content .list .item:hover .info .title {
  background: linear-gradient(95deg, #007AEB 0%, #9CCFFF 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.news .content .list .item .info .desc {
  line-height: 1.81;
  color: rgba(153, 153, 153, 1);
  margin: .12rem 0 0 0;

  -webkit-line-clamp: 1;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.news .content .list .item .info .btn {
  margin: .7rem 0 0 0;
  display: flex;
}

.news .content .bottom_pagination {
  margin: .7rem 0 0 0;
}








.news_detail .top {
  position: relative;
  padding: 1.5rem 1.3rem .54rem 1.3rem;
  background: rgba(246, 249, 255, 1);
}

.news_detail .top .title {
  line-height: 1.5;
  color: #333;
  margin: .8rem 0 0 0;
}

.news_detail .top .sub {
  margin: .35rem 0 0 0;
  display: flex;
  gap: .78rem;
}

.news_detail .top .sub .time {
  display: flex;
  align-items: center;
  gap: .08rem;
  color: rgba(102, 102, 102, 1);
}

.news_detail .top .sub .time img {
  width: .18rem;
}

.news_detail .top .sub .share {
  display: flex;
  align-items: center;
  gap: .2rem;
  color: rgba(102, 102, 102, 1);
}

.news_detail .top .sub .share .icons {
  display: flex;
  align-items: center;
  gap: .2rem;
}

.news_detail .top .sub .share .icons .icon {
  width: .3rem;
  height: .3rem;
  border-radius: 50%;
  background: #acacac;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}

.news_detail .top .sub .share .icons .icon .img {
  position: relative;
  z-index: 1;
}

.news_detail .top .sub .share .icons .icon .img {
  width: .15rem;
}

.news_detail .top .sub .share .icons .icon::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background: linear-gradient(to right, #007AEB 0%, #9CCFFF 100%);
  opacity: 0;
  transition: all .3s;
}

.news_detail .top .sub .share .icons .icon:hover::after {
  opacity: 1;
}

.news_detail .top .sub .share .icons .social-share-icon.icon-wechat,
.news_detail .top .sub .share .icons .social-share-icon.icon-weibo {
  /*display: none !important;*/
  background: transparent;
  position: absolute;
  /*left: 0;*/
  /*top: 0;*/
}

.news_detail .top .sub .share .icons a {
  border-style: none;
  border-style: none;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  flex-shrink: 0;
  z-index: 2;
}


.social-share .icon-wechat:before,
.social-share .icon-wechat:after {
  content: none !important;
}

.social-share .icon-weibo:before,
.social-share .icon-weibo:after {
  content: none !important;
}

.news_detail .main {
  display: flex;
  padding: 0 1.3rem;
}

.news_detail .main .content {
  line-height: 2.12;
  letter-spacing: 0.64px;
  color: #666;
  padding-right: .86rem;
  border-right: 1px solid rgba(240, 240, 240, 1);
  margin-top: .88rem;
  padding-bottom: 2.58rem;
}

.news_detail .main .content img,
.news_detail .main .content video {
  width: 60%;
  margin: 0 auto;
}

.news_detail .main .right {
  padding-left: .84rem;
  margin-top: .88rem;
  position: relative;
}

.news_detail .main .right .related {
  position: sticky;
  top: 1.5rem;
  padding-bottom: 2.5rem;
}

.news_detail .main .right .related .label {
  line-height: 1;
  color: #333;
}

.news_detail .main .right .related .list {
  margin: .4rem 0 0 0;
  display: flex;
  flex-direction: column;
  gap: .38rem;
}

.news_detail .main .right .related .list .li {
  padding-bottom: .38rem;
  border-bottom: 1px dashed rgba(208, 208, 208, 1);
}

.news_detail .main .right .related .list .li .title {
  line-height: 1.6;
  font-family: "Microsoft YaHei";
  color: #333;
}

.news_detail .main .right .related .list .li .time {
  display: flex;
  align-items: center;
  gap: .08rem;
  line-height: 1.42;
  color: rgba(102, 102, 102, 1);
  margin: .11rem 0 0 0;
}

.news_detail .main .right .related .list .li .time img {
  width: .18rem;
}

.news_detail .main .right .related .btn {
  margin: .48rem 0 0 0;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: .1rem;
  background: linear-gradient(95deg, #007AEB 0%, #9CCFFF 100%);
  border-radius: .29rem;
  height: .58rem;
  color: #fff;
}

.news_detail .main .right .related .btn img {
  width: 19px;
}

.joinus {
  position: relative;
}

.joinus .content {
  position: relative;
  background: rgba(246, 249, 255, 1);
  padding: .5rem 0 2.24rem 0;
}

.joinus .content .crumb {
  margin: 0 1.3rem;
}

.joinus .content .top {
  margin: .9rem 1.3rem 0 1.3rem;
}

.joinus .content .top .label {
  line-height: 1.36;
  color: #333;
}

.joinus .content .top .desc {
  line-height: 1;
  color: rgba(102, 102, 102, 1);
  margin: .2rem 0 0 0;
}

.joinus .content .list {
  display: flex;
  flex-direction: column;
  gap: .6rem;
  padding: .7rem 1.3rem 0 1.3rem;
}

.joinus .content .list .item {
  display: flex;
  align-items: center;
  gap: .9rem;
}

.joinus .content .list .item .img_box {
  width: 8.3rem;
  height: 5.37rem;
  border-radius: .2rem;
  overflow: hidden;
  flex-shrink: 0;
}

.joinus .content .list .item .img_box img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all .5s;
}

.joinus .content .list .item:hover .img_box img {
  transform: scale(1.05);
}

.joinus .content .list .item .info .title {
  line-height: 1.25;
  color: #333;
}

.joinus .content .list .item .info .desc {
  line-height: 1.81;
  color: #333;
  margin: .3rem 0 0 0;
}

.joinus .content .list .item:nth-child(2n) {
  flex-direction: row-reverse;
}

.joinus .content .why {
    position: relative;
}

.joinus .content .why .item {
  display: flex;
  align-items: center;
  gap: 1.2rem;
  padding: .75rem 1.3rem 1.53rem 1.3rem;
}

.joinus .content .why .item.on {
  background: rgba(67, 131, 200, .6);
  padding-top: 2.63rem;
  padding-bottom: 2.33rem;
}

.joinus .content .why .item .img_box {
  /*width: 9.01rem;*/
  /*height: 5.83rem;*/
  width: 8.3rem;
    height: 5.37rem;
  border-radius: .2rem;
  overflow: hidden;
  flex-shrink: 0;
}

.joinus .content .why .item .img_box img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all .5s;
}

.joinus .content .why .item:hover .img_box img {
  transform: scale(1.05);
}

.joinus .content .why .item .info .title {
  line-height: 1.36;
  color: #333;
}
.joinus .content .why .item.on .info .title {
    color: #fff;
}

.joinus .content .why .item .info .desc {
  line-height: 1;
  color: rgba(102, 102, 102, 1);
  margin: .2rem 0 0 0;
}

.joinus .content .why .item.on .info .desc {
    color: #fff;
}

.joinus .content .why .item .info .hr {
  width: .21rem;
  height: 2px;
  background: linear-gradient(95deg, #007AEB 0%, #9CCFFF 100%);
  margin: .4rem 0;
}
.joinus .content .why .item.on .info .hr {
    background: #fff;
}

.joinus .content .why .item .info .desc_1 {
  line-height: 1.81;
  color: rgba(51, 51, 51, 1);
}

.joinus .content .why .item.on .info .desc_1 {
    color: #fff;
}

.joinus .content .why .item .info .desc_1 p {
  position: relative;
  padding-left: .2rem;
}

.joinus .content .why .item .info .desc_1 p::after {
  content: '';
  width: 10px;
  height: 10px;
  position: absolute;
  left: 0;
  top: 8px;

  /* 1. 强制正圆 */
  border-radius: 50%;

  /* 2. 定义边框宽度（这里决定圆环的粗细，1.25px 对应你之前的尺寸） */
  border: 3px solid transparent;

  /* 3. 核心魔法：双层背景 */
  background:
    /* 第一层：内部填充色，必须和你的页面背景色一致（假设是白色） */
    linear-gradient(#fff, #fff) padding-box,

    /* 第二层：你需要的渐变色，应用在边框上 */
    linear-gradient(165deg, #007AEB, #9CCFFF) border-box;
}

.joinus .content .why .item.on .info .desc_1 p::after {
  background:
    /* 第一层：内部填充色，必须和你的页面背景色一致（假设是白色） */
    linear-gradient(rgba(67, 131, 200, .6), rgba(67, 131, 200, .6)) padding-box,

    /* 第二层：你需要的渐变色，应用在边框上 */
    linear-gradient(165deg, #fff, #fff) border-box;
}

.joinus .content .to_us {
  margin: .91rem 1.3rem 0 1.3rem;
}

.joinus .content .to_us .label {
  line-height: 1.36;
  color: #333;
  text-align: center;
}

.joinus .content .to_us .desc {
  line-height: 1;
  color: rgba(102, 102, 102, 1);
  margin: .2rem 0 0 0;
  text-align: center;
}

.joinus .content .to_us .box {
  display: flex;
  gap: .27rem;
  margin: .64rem 0 0 0;
}

.joinus .content .to_us .box .item {
  overflow: hidden;
  position: relative;
  width: 8.16rem;
  height: 5.2rem;
  border-radius: .2rem;
  border-radius: 20px;
  /* background: linear-gradient(78deg, #E0ECFA 29.7%, rgba(255, 255, 255, 0.00) 47.57%), linear-gradient(105deg, #E0ECFA 27.41%, rgba(255, 255, 255, 0.00) 49.96%); */
}

.joinus .content .to_us .box .item .mask {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all .5s;
  opacity: 1;
  z-index: 0;
}

.joinus .content .to_us .box .item .info {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  padding: .42rem .48rem;
  transition: all .5s;
  z-index: 2;
}

.joinus .content .to_us .box .item .info .title {
  line-height: 1.31;
  letter-spacing: 1.6px;
  color: #333;
  text-align: start;
}

.joinus .content .to_us .box .item .info .desc {
  line-height: 1;
  letter-spacing: 1px;
  color: #333;
  margin: .2rem 0 0 0;
  text-align: start;
}

.joinus .content .to_us .box .item .info .btn {

  display: flex;
  max-height: 0;
  overflow: hidden;
  transition: all .5s;
}

.joinus .content .to_us .box .item:hover .info .btn {
  max-height: 1rem;
  margin: .44rem 0 0 0;
}

.joinus_1 {
  position: relative;
}

.joinus_1 .content {
  position: relative;
  padding: .5rem 1.3rem 1.6rem 1.3rem;
  background: rgba(246, 249, 255, 1);
}

.joinus_1 .content .label {
  line-height: 1.36;
  color: #333;
  text-align: center;
  margin: .89rem 0 0 0;
}

.joinus_1 .content .controls {
  margin: .7rem 0 0 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
  z-index: 1;
}

.joinus_1 .content .controls .tabs {
  display: flex;
  align-items: center;
  gap: .26rem;
}

.joinus_1 .content .controls .tabs .tab {
  width: 2.54rem;
  border-radius: .475rem;
  background: #FFF;
}

.joinus_1 .content .controls .tabs .tab .dropdown-arrow {
  border-right: .06rem solid transparent;
  border-left: .06rem solid transparent;
  border-top: .08rem solid #333;
}

.joinus_1 .content .controls .search {
  display: flex;
  align-items: center;
  gap: .26rem;

  border-radius: .475rem;
  background: #FFF;
  padding: .1rem .18rem .1rem .4rem;
}

.joinus_1 .content .controls .search input::placeholder {
  color: rgba(153, 153, 153, 1);
}

.joinus_1 .content .controls .search button {
  border-style: none;
  background: transparent;
  width: .15rem;
}

.joinus_1 .content .labels {
  display: flex;
  align-items: center;
  background: linear-gradient(95deg, #007AEB 0%, #9CCFFF 100%);
  border-radius: .2rem;
  padding: .28rem 1rem;
  margin: .72rem 0 .2rem 0;
}

.joinus_1 .content .labels .item_labels_label {
  line-height: 1;
  color: #FFF;
  letter-spacing: 2px;
  text-transform: capitalize;

  flex: 1;
  text-align: center;
}

.joinus_1 .content .labels .item_labels_label:last-child {
  flex: 0.5;
}

.joinus_1 .content .list {
  display: flex;
  flex-direction: column;
  gap: .2rem;
}

.joinus_1 .content .list .item .item_labels {
  border-radius: .2rem;
  background: #FFF;
  padding: .1rem .2rem;
  display: flex;
  align-items: center;
  padding: .28rem 1rem;
  cursor: pointer;
}

.joinus_1 .content .list .item.on .item_labels {
  border-bottom: 1px solid rgba(0, 0, 0, 0.10);
  border-radius: .2rem .2rem 0 0;
}

.joinus_1 .content .list .item .item_labels .item_labels_label {
  line-height: 1.33;
  color: #333;
  letter-spacing: 0.9px;
  flex: 1;
  text-align: center;
  font-weight: 500;
}

.joinus_1 .content .list .item .item_labels .item_labels_label:last-child {
  flex: 0.5;
}

.joinus_1 .content .list .item .item_info {
  display: flex;

  background: #fff;
  gap: .9rem;
  max-height: 0;
  overflow: hidden;
  transition: all .5s;
  padding: 0 1rem;


}

.joinus_1 .content .list .item.on .item_info {
  max-height: 10rem;
  padding: .52rem 1rem .47rem 1rem;
}

.joinus_1 .content .list .item .item_info .box {
  flex: 1;
}

.joinus_1 .content .list .item .item_info .box .box_label {
  line-height: 1;

  background: linear-gradient(95deg, #007AEB 0%, #fff 30%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  white-space: nowrap;
}

.joinus_1 .content .list .item .item_info .box .box_info {
  line-height: 2;
  color: rgba(51, 51, 51, 1);
  margin: .24rem 0 0 0;
}

.joinus_1 .content .list .item .item_info .box .box_info a {
  background: linear-gradient(95deg, #007AEB 0%, #fff 145%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  white-space: nowrap;
}

.joinus_1 .content .pagination {
  margin: .7rem 0 0 0;
}

.service {
  position: relative;
  background: rgba(246, 249, 255, 1);
}

.service .content {
  padding: .5rem 1.3rem 1.5rem 1.3rem;
}

.service .content .sec_1 {
  margin: .84rem 0 0 0;
}

.service .content .sec_1 .label {
  line-height: 1.36;
  color: #333;
}

.service .content .sec_1 .desc {
  line-height: 1;
  color: rgba(102, 102, 102, 1);
  margin: .2rem 0 0 0;
}

.service .content .sec_1 .list {
  margin: .6rem 0 0 0;
  display: flex;
  flex-wrap: wrap;
  gap: .6rem;
}

.service .content .sec_1 .item {
  background: #fff;
  border-radius: .2rem;
  padding: .48rem .5rem;
  width: calc((100% - .6rem) / 2);
}

.service .content .sec_1 .item .item_label {
  line-height: 1;
  color: #333;
}

.service .content .sec_1 .item .item_desc {
  line-height: 1.7;
  color: rgba(102, 102, 102, 1);
  margin: .2rem 0 0 0;
}

.service .content .sec_1 .item .img_box {
  width: 7rem;
  height: 3.59rem;
  border-radius: .2rem;
  overflow: hidden;
  flex-shrink: 0;
  margin: .34rem 0 0 0;
}

.service .content .sec_1 .item .img_box img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all .5s;
}

.service .content .sec_1 .item:hover .img_box img {
  transform: scale(1.05);
}

.service .content .sec_1 .email {
  margin: .6rem 0 0 0;
  display: flex;
  align-items: center;
  gap: .2rem;

  background: linear-gradient(95deg, #007AEB 0%, #9CCFFF 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.service .content .sec_1 .email img {
  width: .27rem;
}

.service .content .sec_2 {
  margin: 1.5rem 0 0 0;
  position: relative;
}

.service .content .sec_2 .label {
  line-height: 1.36;
  color: #333;
}

.service .content .sec_2 .list {
  margin: .5rem 0 0 0;
  display: flex;
  flex-direction: column;
  gap: .2rem;
}

.service .content .sec_2 .list .item {
  background: #fff;
  border-radius: .2rem;
  padding: .29rem .38rem;
  cursor: pointer;
}

.service .content .sec_2 .list .item .top {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.service .content .sec_2 .list .item .top .qus {
  line-height: 1.15;
  color: #333;
}

.service .content .sec_2 .list .item .top .icon {
  width: .32rem;
  height: .32rem;
  border-radius: 50%;
  background: rgba(239, 239, 239, 1);
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}

.service .content .sec_2 .list .item .top .icon::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background: linear-gradient(to top, #007AEB 0%, #9CCFFF 100%);
  opacity: 0;
  transition: all .3s;
}

.service .content .sec_2 .list .item.on .top .icon::after {
  opacity: 1;
}

.service .content .sec_2 .list .item .top .icon img {
  width: .1rem;
  position: relative;
  z-index: 1;
}

.service .content .sec_2 .list .item .top .icon .normal,
.service .content .sec_2 .list .item.on .top .icon .active {
  display: block;
}

.service .content .sec_2 .list .item.on .top .icon .normal,
.service .content .sec_2 .list .item .top .icon .active {
  display: none;
}

.service .content .sec_2 .list .item .answer {
    display: none;
  line-height: 2.12;
  color: rgba(102, 102, 102, 1);
  margin: 0;
  /*max-height: 0;*/
  /*max-height: 3rem;*/
  overflow: hidden;
  padding-top: .3rem;
  /*transition: all .5s linear;*/
}

.service .content .sec_2 .list .item:first-child .answer {
    display: block;
}

/*.service .content .sec_2 .list .item.on .answer {*/
/*  max-height: 3rem;*/
/*  margin: .3rem 0 0 0;*/
/*  transition: all .5s linear;*/
/*}*/

.download {
  position: relative;
  padding: 1.5rem 1.3rem 2.2rem 1.3rem;
  background: rgba(246, 249, 255, 1);
}

.download .content {
  position: relative;
  display: flex;
  justify-content: space-between;
  gap: .82rem;
  margin: .66rem 0 0 0;
}

.download .content .left {
  width: 2.6rem;
}

.download .content .left .search {
  display: flex;
  align-items: center;
  gap: .1rem;

  border-radius: .25rem;
  background: rgba(235, 239, 249, 1);
  padding: .15rem .25rem;
}

.download .content .left .search .btn {
  border-style: none;
  background: transparent;
  width: .2rem;
}

.download .content .left .search .btn img {
  width: 100%;
}

.download .content .left .search input {
  border-style: none;
  background: transparent;
  width: 100%;
}

.download .content .left .search input::placeholder {
  color: rgba(51, 51, 51, 1);
  line-height: 1.12;
}

.download .content .left .hr {
  width: 100%;
  height: 1px;
  background: rgba(212, 212, 212, 1);
  margin: .3rem 0 0 0;
}

.download .content .left .list {
  margin: .5rem 0 0 0;
  display: flex;
  flex-direction: column;
  gap: .5rem;
  width: 1.88rem;
}

.download .content .left .list .item {}

.download .content .left .list .item .li_label {
  color: rgba(51, 51, 51, 1);
  display: flex;
  justify-content: space-between;
  cursor: pointer;
}

.download .content .left .list .item .li_label .icon {
  width: .12rem;
}

.download .content .left .list .item.on .li_label .icon {
  transform: rotate(180deg);
}

.download .content .left .list .item .li_box {
  max-height: 0;
  overflow: hidden;
  transition: all .5s;
  display: flex;
  flex-direction: column;
  gap: .2rem;
  opacity: 0;
}

.download .content .left .list .item.on .li_box {
  max-height: 10rem;
  opacity: 1;
  margin: .35rem 0 0 0;
}

.download .content .left .list .item .li_box .li {
  /* width: 1.56rem; */
  padding: .12rem .32rem;

  color: rgba(102, 102, 102, 1);
  line-height: 1;
  border-radius: .25rem;
  transition: all .5s;
  position: relative;
}

.download .content .left .list .item .li_box .li span {
  position: relative;
  z-index: 1;
}

.download .content .left .list .item .li_box .li::after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  border-radius: .25rem;
  background: linear-gradient(95deg, #007AEB 0%, #9CCFFF 100%);
  opacity: 0;
  transition: all .5s;
}

.download .content .left .list .item .li_box .li:hover::after,
.download .content .left .list .item .li_box .li.on::after {
  opacity: 1;
}

.download .content .left .list .item .li_box .li.on,
.download .content .left .list .item .li_box .li:hover {
  color: #fff;
}

.download .content .right {
  flex: 1;
}

.download .content .right .label {
  line-height: 1;
  color: #333;
}

.download .content .right .box {
  margin: .5rem 0 0 0;
  border-radius: .2rem;
  background: rgba(255, 255, 255, .8);
  padding: .63rem .59rem .86rem .59rem;
}

.download .content .right .box .box_label {
  line-height: 1;
  color: #333;
}

.download .content .right .box .box_list {
  margin: .6rem 0 0 0;
  display: flex;
  flex-direction: column;
}

.download .content .right .box .box_list .item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: .4rem .36rem;
  border-bottom: 1px dashed rgba(216, 216, 216, 1);
  transition: all .5s;
}

.download .content .right .box .box_list .item:hover {
  border-radius: .16rem;
  background: #FFF;
  box-shadow: 0 0 .487rem 0 rgba(0, 0, 0, 0.04);
  border-style: none;
  transform: translateY(-.1rem);
}

.download .content .right .box .box_list .item .info .title {
  line-height: 1.16;
  color: #333;
  display: flex;
  align-items: center;
  gap: .16rem;
}

.download .content .right .box .box_list .item .info .title .tag {
  border-radius: .04rem;
  background: linear-gradient(95deg, #007AEB 0%, #9CCFFF 100%);
  text-transform: capitalize;
  color: #fff;
  padding: .04rem .1rem;
}

.download .content .right .box .box_list .item .info .time {
  line-height: 1.16;
  color: rgba(102, 102, 102, 1);
  margin: .2rem 0 0 0;
  text-transform: capitalize;
  display: flex;
  align-items: center;
  gap: .3rem;
}

.download .content .right .box .box_list .item .btn {
  display: flex;
  align-items: center;
  gap: .2rem;
  border-radius: .23rem;
  background: #F6F6F6;
  padding: .15rem .5rem;

  line-height: 1;
  color: #333;
  text-transform: capitalize;
  position: relative;
  gap: .1rem;
  margin: 0;
  flex-direction: unset;
}

.download .content .right .box .box_list .item .btn span,
.download .content .right .box .box_list .item .btn .icon {
  position: relative;
  z-index: 1;
}

.download .content .right .box .box_list .item .btn::after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  border-radius: .23rem;
  background: linear-gradient(95deg, #007AEB 0%, #9CCFFF 100%);
  opacity: 0;
  transition: all .5s;
}

.download .content .right .box .box_list .item:hover .btn::after {
  opacity: 1;
}

.download .content .right .box .box_list .item:hover .btn {
  color: #fff;
}

.download .content .right .box .box_list .item .icon {
  width: .14rem;
}

.download .content .right .box .box_list .item .icon .normal,
.download .content .right .box .box_list .item:hover .icon .active {
  display: block;
}

.download .content .right .box .box_list .item:hover .icon .normal,
.download .content .right .box .box_list .item .icon .active {
  display: none;
}

.download .content .right .box .bottom_pagination {
  margin: .6rem 0 0 0;
  padding-right: 0;
}
.download .content .right .box .bottom_pagination .to_page {
    right: 0;
}
.download .content .right .box .bottom_pagination .to_page input {
  background: rgba(248, 248, 248, 1);
}

.industry {
  position: relative;
  background: rgba(246, 249, 255, 1);
  padding: 1.5rem 1.3rem 2.2rem 1.3rem;
}

.industry .content {
  position: relative;
  margin: .7rem 0 0 0;
}

.industry .content .label {
  line-height: 1.36;
  color: #333;
  text-align: center;
}

.industry .content .list {
  margin: .7rem 0 0 0;
  display: flex;
  flex-direction: column;
  gap: .6rem;
}

.industry .content .list .item {
  display: flex;
  gap: .8rem;
  align-items: center;
  position: relative;
}

.industry .content .list .item:nth-child(2n) {
  flex-direction: row-reverse;
}

.industry .content .list .item .img_box {
  width: 8.5rem;
  height: 5.56rem;
  border-radius: .2rem;
  overflow: hidden;
  flex-shrink: 0;
}

.industry .content .list .item .img_box img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all .5s;
}

.industry .content .list .item:hover .img_box img {
  transform: scale(1.05);
}

.industry .content .list .item .info {
  flex: 1;
}

.industry .content .list .item .info .title {
  line-height: 1.33;
  color: #333;
}

.industry .content .list .item .info .desc {
  line-height: 2;
  color: rgba(102, 102, 102, 1);
  margin: .24rem 0 0 0;
}

.industry .content .list .item .info .tags {
  margin: .4rem 0 0 0;
  display: flex;
  flex-wrap: wrap;
  gap: .16rem;
}

.industry .content .list .item .info .tags .tag {
  color: #fff;
  border-radius: .25rem;
  background: #535353;
  padding: .13rem .32rem;
  line-height: 1.25;
  position: relative;
}

.industry .content .list .item .info .tags .tag span {
  position: relative;
  z-index: 1;
}

.industry .content .list .item .info .tags .tag::after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  border-radius: .25rem;
  background: linear-gradient(95deg, #007AEB 0%, #9CCFFF 100%);
  opacity: 0;
  transition: all .5s;
  pointer-events: none;
}

.industry .content .list .item .info .tags .tag:hover::after {
  opacity: 1;
}

.industry .content .list_2 {
  margin: .6rem 0 0 0;
  display: flex;
  flex-wrap: wrap;
  gap: .28rem;
}

.industry .content .list_2 .item {
  width: calc((100% - .28rem) / 2);

  border-radius: .2rem;
  cursor: pointer;
  overflow: hidden;
}

.industry .content .list_2 .item .img_box {
  width: 100%;
  height: 4.8rem;
  border-radius: .2rem .2rem 0 0;
  overflow: hidden;
  flex-shrink: 0;
  position: relative;
  background: rgba(0, 157, 255, .6);
}


.industry .content .list_2 .item .img_box img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all .5s;
}

.industry .content .list_2 .item:hover .img_box img {
  transform: scale(1.05);
}

.industry .content .list_2 .item .name {
  line-height: 1;
  color: #333;
  padding: .5rem .4rem;
  text-align: center;
  background: #fff;
  border-radius: 0 0 .2rem .2rem;
}

.industry .content .box {
  display: flex;
  flex-direction: column;
  margin: 1.6rem 0 0 0;
  border-radius: .2rem;
  background: rgba(217, 217, 217, 1);
  overflow: hidden;
  padding: .66rem 0;
}

.industry .content .box .bg {
  width: 100%;
  height: 100%;
  overflow: hidden;
  position: absolute;
  left: 0;
  top: 0;
}

.industry .content .box .bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.industry .content .box .title {
  position: relative;
  z-index: 1;
  font-weight: 600;
  line-height: 1.36;
  font-family: "Microsoft YaHei";
  color: #333;
  text-align: center;
}

.industry .content .box .desc {
  position: relative;
  z-index: 1;
  font-weight: 400;
  line-height: 1;
  font-family: "Microsoft YaHei";
  margin: .2rem 0 0 0;
  color: rgba(153, 153, 153, 1);
  letter-spacing: .88px;
  text-align: center;
}

.industry .content .box .btn {
  margin: .73rem 0 0 0;
  display: flex;
  justify-content: center;
  cursor: pointer;
}

.industry .content .box .btn .p_btn {
  background: #fff;
  border-style: none;
}

.industry_detail {
  position: relative;
}

.industry_detail .sec_1 {
  position: relative;
  padding: 1.5rem 1.3rem 1.32rem 1.3rem;
  /* opacity: 0.07; */
  background: linear-gradient(0deg, #e9f2ff 0%, #f6f9ff 99.19%);
}

.industry_detail .sec_1 .label {
  line-height: 1.36;
  color: #333;
  margin: .49rem 0 0 0;
  text-align: center;
}

.industry_detail .sec_1 .content {
  position: relative;
  display: flex;
  align-items: center;
  gap: .7rem;
  margin: .5rem 0 0 0;
}

.industry_detail .sec_1 .content .img_box {
  width: 8.3rem;
  height: 7rem;
  background: rgba(217, 217, 217, 1);
  border-radius: .2rem;
  overflow: hidden;
  flex-shrink: 0;
}

.industry_detail .sec_1 .content .img_box img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.industry_detail .sec_1 .content .info {
  flex: 1;
  line-height: 1.9;
  color: rgba(102, 102, 102, 1);
  padding-right: .6rem;
}

.industry_detail .sec_2 {
  position: relative;
  padding: 1.4rem 1.3rem 0 1.3rem;
  background: rgba(246, 249, 255, 1);
}

.industry_detail .sec_2 .label {
  line-height: 1.36;
  color: #333;
}

.industry_detail .sec_2 .content {
  margin: .57rem 0 0 0;
  /*padding: 0 1.04rem;*/
  display: flex;
  flex-direction: column;
  gap: .2rem;
  position: relative;
}

.industry_detail .sec_2 .content .swiper_1 {
  width: 100%;
  overflow: hidden;
}

.industry_detail .sec_2 .content .item {
  width: 100%;
}

.industry_detail .sec_2 .content .item .box {
  position: relative;
  width: 100%;
  height: 3.59rem;
  background: #fff;
  border-radius: .2rem;
  padding: .48rem .4rem;

  display: flex;
  flex-direction: column;
}

.industry_detail .sec_2 .content .item .box .img_box {
  width: 2.4rem;
   max-height: 1.8rem; 
  overflow: hidden;
  flex-shrink: 0;
  margin: auto;
}

.industry_detail .sec_2 .content .item .box .img_box img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.industry_detail .sec_2 .content .item .box .name {
  line-height: 1;
  color: #333;
  text-align: center;
  margin: .5rem 0 0 0;
}

.industry_detail .sec_2 .content .item .box .btn {
  display: flex;
  position: absolute;
  right: .4rem;
  bottom: .48rem;
  width: .32rem;
  height: .32rem;
  align-items: center;
  justify-content: center;

}

.industry_detail .sec_2 .content .item .box .btn .p_btn:hover::after {
  background: transparent;
}

.industry_detail .sec_2 .content .item .box .btn .p_btn {
  border-style: none;
  background: transparent;
  padding: 0;
}

.industry_detail .sec_2 .content .item .box .btn .p_btn .icon::after {
  /* background: transparent; */
  opacity: 0;
}

.industry_detail .sec_2 .content .item:hover .box .btn .p_btn .icon::after {
  opacity: 1;
}

.industry_detail .sec_2 .content .item .box .btn .p_btn .icon .normal,
.industry_detail .sec_2 .content .item:hover .box .btn .p_btn .icon .active {
  opacity: 1;
  left: 50%;
  transform: translateX(-50%);
}

.industry_detail .sec_2 .content .item:hover .box .btn .p_btn .icon .normal,
.industry_detail .sec_2 .content .item .box .btn .p_btn .icon .active {
  opacity: 0;
  left: 100%;
}

.industry_detail .sec_2 .content .item .title {
  line-height: 1.5;
  color: #333;
  margin: .33rem 0 0 0;
  text-align: center;
}

.industry_detail .sec_2 .content .btns .btn {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: .4rem;
  height: .4rem;
  background: rgba(51, 51, 51, .2);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}

.industry_detail .sec_2 .content .btns .btn:hover {
  background: rgba(51, 51, 51, 1);
}

.industry_detail .sec_2 .content .btns .btn .icon {
  width: .15rem;
}

.industry_detail .sec_2 .content .btns .btn.prev {
  left: 0;
}

.industry_detail .sec_2 .content .btns .btn.next {
  right: 0;
}

.industry_detail .sec_2 .content .btns .btn .normal,
.industry_detail .sec_2 .content .btns .btn:hover .active {
  display: block;
}

.industry_detail .sec_2 .content .btns .btn .active,
.industry_detail .sec_2 .content .btns .btn:hover .normal {
  display: none;
}

.industry_detail .sec_3 {
  position: relative;
  background: rgba(246, 249, 255, 1);
  padding: 1.5rem 1.3rem 0 1.3rem;
}

.industry_detail .sec_3 .label {
  line-height: 1.36;
  color: #333;
  text-align: center;
}

.industry_detail .sec_3 .content {
  margin: .63rem 0 0 0;
  background: #fff;
  display: flex;
  align-items: center;
  gap: .83rem;
  position: relative;
  border-radius: .2rem;
}

.industry_detail .sec_3 .content .img_box {
  width: 9rem;
  height: 5.44rem;
  background: rgba(217, 217, 217, 1);
  border-radius: .2rem;
  overflow: hidden;
  flex-shrink: 0;
  position: relative;
}

.industry_detail .sec_3 .content .img_box img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0;
  position: absolute;
  left: 0;
  top: 0;
  transition: all .3s;
}

.industry_detail .sec_3 .content .img_box img.on {
    opacity: 1;
}



.industry_detail .sec_3 .content .info {
  flex: 1;
  /*padding: .82rem .5rem .82rem 0;*/
  padding: 0 .5rem .82rem 0;
  display: flex;
  flex-direction: column;
  gap: .57rem;

  overflow-y: auto;
  height: 4.69rem;

}

.industry_detail .sec_3 .content .info .item {
  padding-bottom: .4rem;
  border-bottom: 1px solid rgba(217, 217, 217, 1);
}

.industry_detail .sec_3 .content .info .item .top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: .6rem;
}

.industry_detail .sec_3 .content .info .item .top .name {
  line-height: 1.5;
  color: #333;
}

.industry_detail .sec_3 .content .info .item .top .btn .icon {
  border-radius: 50%;
  background: rgba(239, 239, 239, 1);
  width: .32rem;
  height: .32rem;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}

.industry_detail .sec_3 .content .info .item .top .btn .icon::after {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background: linear-gradient(95deg, #007AEB 0%, #9CCFFF 100%);
  opacity: 0;
  transition: all .5s;
}

.industry_detail .sec_3 .content .info .item:hover .top .btn .icon::after {
  opacity: 1;
}

.industry_detail .sec_3 .content .info .item .top .btn .icon img {
  width: .1rem;
  position: absolute;
  transition: all .5s;
  z-index: 1;
}

.industry_detail .sec_3 .content .info .item .top .btn .icon .normal {
  opacity: 1;
  top: 50%;
  transform: translateY(-50%);
}

.industry_detail .sec_3 .content .info .item .top .btn .icon .active {
  bottom: 100%;
  opacity: 0;
}

.industry_detail .sec_3 .content .info .item:hover .top .btn .icon .normal {
  top: 100%;
  opacity: 0;
}

.industry_detail .sec_3 .content .info .item:hover .top .btn .icon .active {
  opacity: 1;
  top: 50%;
  transform: translateY(-50%);
}


.industry_detail .sec_3 .content .info .item .box {
  max-height: 0;
  overflow: hidden;
  transition: all .5s;
}

.industry_detail .sec_3 .content .info .item:hover .box {
  max-height: 3rem;
}

.industry_detail .sec_3 .content .info .item .box .desc {
  line-height: 2.12;
  color: rgba(102, 102, 102, 1);
}

.industry_detail .sec_3 .content .info .item .box .btn {
  display: flex;
  margin: .26rem 0 0 0;
}
.industry_detail .sec_3 .content .info .item:last-child {
    border-style: none;
    padding-bottom: 0;
}

.industry_detail .sec_4 {
  position: relative;
  /* padding-bottom: 8rem; */
  background: rgba(246, 249, 255, 1);
}

.industry_detail .sec_4 .sec_4_box {
  position: sticky;
  top: 0;
  padding: 1.47rem 1.3rem 1.45rem 1.3rem;
  transform: translateY(0%);
  z-index: 1;
}

.industry_detail .sec_4 .boxs {
  display: flex;
  align-items: center;
  gap: .5rem;
}

.industry_detail .sec_4 .boxs .item {
  width: 5.2rem;
  height: 2.86rem;
  background: #fff;
  border-radius: .2rem;
  overflow: hidden;
  position: relative;
  transition: all .3s;

  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.industry_detail .sec_4 .boxs .item::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  border-radius: .2rem;
  background: linear-gradient(95deg, #007AEB 0%, #9CCFFF 100%);
  opacity: 0;
  transition: all .3s;
}

.industry_detail .sec_4 .boxs .item:hover::after {
  opacity: 1;
}

.industry_detail .sec_4 .boxs .item .icon {
  width: .44rem;
  height: .44rem;
  position: relative;
  z-index: 1;
}

.industry_detail .sec_4 .boxs .item .icon img {
  width: 100%;
  height: 100%;
}

.industry_detail .sec_4 .boxs .item .icon .normal,
.industry_detail .sec_4 .boxs .item:hover .icon .active {
  display: block;
}

.industry_detail .sec_4 .boxs .item:hover .icon .normal,
.industry_detail .sec_4 .boxs .item .icon .active {
  display: none;
}

.industry_detail .sec_4 .boxs .item .title {
  position: relative;
  z-index: 1;
  font-weight: 600;
  line-height: 1;
  font-family: "Microsoft YaHei";
  color: #333;
  margin: .42rem 0 0 0;
}

.industry_detail .sec_4 .boxs .item:hover .title {
  color: #fff;
}

.industry_detail .sec_4 .boxs .item .desc {
  position: relative;
  z-index: 1;
  font-weight: 400;
  line-height: 1;
  font-family: "Microsoft YaHei";
  margin: .16rem 0 0 0;
  color: rgba(153, 153, 153, 1);
  letter-spacing: 1.56px;
}

.industry_detail .sec_4 .boxs .item:hover .desc {
  color: rgba(255, 255, 255, .7);
}

.industry_detail .sec_4 .content {
  display: flex;
  flex-direction: column;
  margin: .87rem 0 0 0;
  position: sticky;
  top: 0;
  border-radius: .2rem;
  background: rgba(217, 217, 217, 1);
  overflow: hidden;
  padding: .66rem 0;
}

.industry_detail .sec_4 .content .bg {
  width: 100%;
  height: 100%;
  overflow: hidden;
  position: absolute;
  left: 0;
  top: 0;
}

.industry_detail .sec_4 .content .bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.industry_detail .sec_4 .content .title {
  position: relative;
  z-index: 1;
  font-weight: 600;
  line-height: 1.36;
  font-family: "Microsoft YaHei";
  color: #333;
  text-align: center;
}

.industry_detail .sec_4 .content .desc {
  position: relative;
  z-index: 1;
  font-weight: 400;
  line-height: 1;
  font-family: "Microsoft YaHei";
  margin: .2rem 0 0 0;
  color: rgba(153, 153, 153, 1);
  letter-spacing: .88px;
  text-align: center;
}

.industry_detail .sec_4 .content .btn {
  margin: .73rem 0 0 0;
  display: flex;
  justify-content: center;
  cursor: pointer;
}

.industry_detail .sec_4 .content .btn .p_btn {
  background: #fff;
  border-style: none;
}


.news_detail.industry_detail_1 .main .right {
  width: 4.74rem;
  flex-shrink: 0;
}

.news_detail.industry_detail_1 .main .right .related .list .li .title {
  display: flex;
  justify-content: space-between;
}

.news_detail.industry_detail_1 .main .right .related .list .li:hover .title {
  background: linear-gradient(95deg, #007AEB 0%, #9CCFFF 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}


.news_detail.industry_detail_1 .main .right .li .title .icon {
  position: relative;
  z-index: 1;
  width: .32rem;
  height: .32rem;
  flex-shrink: 0;
  background: rgba(239, 239, 239, 1);
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  overflow: hidden;
}

.news_detail.industry_detail_1 .main .right .li .title .icon::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background: linear-gradient(95deg, #007AEB 0%, #9CCFFF 100%);
  opacity: 0;
  transition: all .3s;
  z-index: -1;
}

.news_detail.industry_detail_1 .main .right .li:hover .title .icon::after {
  opacity: 1;
}

.news_detail.industry_detail_1 .main .right .li .title .icon img {
  width: .18rem;
  display: block;
  position: absolute;
  transition: all 0.3s ease;
}

.news_detail.industry_detail_1 .main .right .li .title .icon .active {

  left: 100%;
  opacity: 0;
}

.news_detail.industry_detail_1 .main .right .li .title .icon .normal {
  left: 50%;
  transform: translateX(-50%);
  opacity: 1;
}

.news_detail.industry_detail_1 .main .right .li:hover .title .icon .active {

  left: 50%;
  transform: translateX(-50%);
  opacity: 1;
}

.news_detail.industry_detail_1 .main .right .li:hover .title .icon .normal {
  left: -100%;
  opacity: 0;
}

.news_detail.industry_detail_1 .main .right .li .desc {
  line-height: 1.36;
  color: rgba(153, 153, 153, 1);
  margin: .2rem 0 0 0;
}

.news_detail.industry_detail_1 .main .content img,
.news_detail.industry_detail_1 .main .content video {
  border-radius: .2rem;
}

.product {
  position: relative;
}

.product .content {
  position: relative;
  padding: 1rem 1.3rem 2.3rem 1.3rem;
  background: rgba(246, 249, 255, 1);

  display: flex;
  gap: 1rem;
}

.product .content .left {
  position: relative;
}

.product .content .left .list {
  display: flex;
  flex-direction: column;
  gap: .44rem;
  position: sticky;
  top: 2rem;
}

.product .content .left .list .item {
  width: 2.41rem;
  flex-shrink: 0;
  border-radius: .25rem;
  padding: .14rem .27rem;
  color: rgba(51, 51, 51, 1);
  line-height: 1;
  position: relative;
}

.product .content .left .list .item span {
  position: relative;
  z-index: 1;
}

.product .content .left .list .item:hover,
.product .content .left .list .item.on {
  color: #fff;
}

.product .content .left .list .item::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  border-radius: .25rem;
  background: linear-gradient(95deg, #007AEB 0%, #9CCFFF 100%);
  opacity: 0;
  transition: all .3s;
}

.product .content .left .list .item:hover::after,
.product .content .left .list .item.on::after {
  opacity: 1;
}

.product .content .right {
    flex: 1;
}

.product .content .right .label {
  line-height: 1;
  color: #333;
}

.product .content .right .list {
  margin: .33rem 0 0 0;
  display: flex;
  flex-wrap: wrap;
  gap: .14rem;

}

.product .content .right .list .item {
  width: calc((100% - .28rem) / 3);
  flex-shrink: 0;
  border-radius: .2rem;
  padding: .56rem;
  color: rgba(51, 51, 51, 1);
  line-height: 1;
  position: relative;
  background: #fff;
  transition: all .5s;
  display: flex;
  flex-direction: column;
}

.product .content .right .list .item:hover {
  box-shadow: 0 0 .722rem 0 rgba(0, 0, 0, 0.09);
}

.product .content .right .list .item .img_box {
  width: 2.23rem;
  max-height: 2.23rem;
  overflow: hidden;
  flex-shrink: 0;
  margin: auto;
}

.product .content .right .list .item .img_box img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  transition: all .5s;
}

.product .content .right .list .item:hover .img_box img {
  transform: scale(1.05);
}

.product .content .right .list .item .name {
  line-height: 1;
  color: #333;
  text-align: center;
  margin: .6rem 0 0 0;
}
.product .content .right .list .item .desc {
    text-align: center;
    margin: .18rem 0 0 0;
    color: rgba(153, 153, 153, 1);
    line-height: 1.3;
}

.product .content .right .list .item .btn {
  display: flex;
  margin: .32rem 0 0 0;
  justify-content: center;
}

.product .content .right .list .item .btn .p_btn {
  display: flex;
  align-items: center;
  gap: .51rem;
  border-style: none;
  border-radius: .28rem;
  padding: .09rem .1rem .09rem .27rem;
  border: 1px solid rgba(215, 215, 215, 1);
  color: #333;
  position: relative;
  transition: all .3s;
}

.product .content .right .list .item .btn .p_btn span {
  position: relative;
  z-index: 1;
}

.product .content .right .list .item:hover .btn .p_btn {
  border-color: transparent;
  color: #fff;
}

.product .content .right .list .item .btn .p_btn:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  border-radius: .28rem;
  background: linear-gradient(95deg, #007AEB 0%, #9CCFFF 100%);
  opacity: 0;
  transition: all .3s;
}

.product .content .right .list .item:hover .btn .p_btn:after {
  opacity: 1;
}

.product .content .right .list .item .btn .p_btn .icon {
  position: relative;
  z-index: 1;
  width: .38rem;
  height: .38rem;
  background: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  overflow: hidden;
}

.product .content .right .list .item .btn .p_btn .icon::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background: linear-gradient(95deg, #007AEB 0%, #9CCFFF 100%);
  opacity: 1;
  transition: all .3s;
  z-index: -1;
}

.product .content .right .list .item:hover .btn .p_btn .icon::after {
  opacity: 0;
}

.product .content .right .list .item .btn .p_btn .icon img {
  width: .18rem;
  display: block;
  position: absolute;
  transition: all 0.3s ease;
}

.product .content .right .list .item .btn .p_btn .icon .active {
  left: 50%;
  transform: translateX(-50%);
  opacity: 1;
}

.product .content .right .list .item .btn .p_btn .icon .normal {
  left: 100%;
  opacity: 0;
}

.product .content .right .list .item:hover .btn .p_btn .icon .active {
  left: -100%;
  opacity: 0;
}

.product .content .right .list .item:hover .btn .p_btn .icon .normal {
  left: 50%;
  transform: translateX(-50%);
  opacity: 1;
}

.product .content .right .bottom_pagination {
  margin: .6rem 0 0 0;
  padding-right: 0;
}

.product_1 {
  position: relative;
}

.product_1 .content {
  position: relative;
  padding: 1.25rem 1.3rem 2.3rem 1.3rem;
  background: rgba(246, 249, 255, 1);
}

.product_1 .content .label {
  line-height: 1.36;
  color: #333;
  text-align: center;
}

.product_1 .content .box {
  margin: .5rem 0 0 0;
  position: relative;
  width: 16.6rem;
  height: 8rem;
  border-radius: .2rem;
  overflow: hidden;
}

.product_1 .content .box .bg {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  border-radius: .2rem;
}

.product_1 .content .box .bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.product_1 .content .box .title {
  padding: .65rem 0 0 0;
  position: relative;
  z-index: 1;
  line-height: 1.27;
  color: #fff;
  text-align: center;
}

.product_1 .content .box .info {
  position: absolute;
  width: 4rem;
  right: .2rem;
  bottom: .2rem;
  border-radius: .2rem;
  background: rgba(255, 255, 255, 0.22);
  backdrop-filter: blur(.48rem);
  padding: .28rem .34rem;
}

.product_1 .content .box .info .info_title {
  line-height: 1.36;
  color: #fff;
}

.product_1 .content .box .info .info_desc {
  line-height: 1.36;
  color: rgba(255, 255, 255, 0.7);
  margin: .12rem 0 0 0;
  letter-spacing: 0.56px;
}

.product_1 .content .box .info .btn {
  margin: .37rem 0 0 0;
  display: flex;
}

.product_1 .content .box .info .btn .p_btn {
  border-style: none;
  color: #fff;
}

.product_1 .content .box .info .btn .p_btn:after {
  opacity: 1;
}

.product_1 .content .box .info .btn .p_btn .icon::after {
  opacity: 0;
}

.product_1 .content .box .info .btn .p_btn .icon .normal {
  left: 50%;
  transform: translateX(-50%);
  opacity: 1;
}

.product_1 .content .box .info .btn .p_btn .icon .active {
  left: 100%;
  opacity: 0;
}

.product_1 .points {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
}

.product_1 .points .point {
  position: absolute;
  width: .42rem;
  height: .42rem;
  z-index: 1;
}

.product_1 .points .point .icon {
  position: relative;
  z-index: 1;
  width: 100%;
  height: 100%;
}

.product_1 .points .point .icon img {
  width: 100%;
  height: 100%;
}

.product_1 .points .point:nth-child(1) {
  top: 4.46rem;
  left: 6.58rem;
}

.product_1 .points .point:nth-child(2) {
  top: 2.67rem;
  left: 7.57rem;
}

.product_1 .points .point:nth-child(3) {
  top: 2.71rem;
  left: 9.96rem;
}

.product_1 .points .point:nth-child(4) {
  top: 5.22rem;
  left: 9.51rem;
}

.product_1 .points .point:nth-child(1) .desc,
.product_1 .points .point:nth-child(2) .desc {
  position: absolute;
  right: 1.19rem;
  top: .52rem;
  line-height: 1.36;
  color: #333;
  width: 3rem;
  padding: .17rem .23rem;
  transition: all .5s;
  border-radius: .25rem;
  background: #FFF;
  opacity: 0;
}

.product_1 .points .point:nth-child(3) .desc,
.product_1 .points .point:nth-child(4) .desc {
  position: absolute;
  left: 1.19rem;
  bottom: .52rem;
  line-height: 1.36;
  color: #333;
  width: 3rem;
  padding: .17rem .23rem;
  transition: all .5s;
  border-radius: .25rem;
  background: #FFF;
  opacity: 0;
}

.product_1 .points .point.on .desc {
  opacity: 1;
}

.product_1 .points .point:nth-child(1) .lines,
.product_1 .points .point:nth-child(2) .lines {
  position: absolute;
  right: 1.26rem;
  top: .85rem;
  opacity: 0;
}

.product_1 .points .point:nth-child(3) .lines,
.product_1 .points .point:nth-child(4) .lines {
  position: absolute;
  left: 1.26rem;
  bottom: .85rem;
  opacity: 0;
}

.product_1 .points .point.on .lines,
.product_1 .points .point.on .lines {
  opacity: 1;
}

.product_1 .points .point:nth-child(1) .lines .dot,
.product_1 .points .point:nth-child(2) .lines .dot {
  position: absolute;
  right: -.1rem;
  top: -.07rem;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  z-index: 1;
  background: linear-gradient(95deg, #007AEB 0%, #9CCFFF 100%);
}

.product_1 .points .point:nth-child(3) .lines .dot,
.product_1 .points .point:nth-child(4) .lines .dot {
  position: absolute;
  left: -.1rem;
  bottom: -.07rem;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  z-index: 1;
  background: linear-gradient(95deg, #007AEB 0%, #9CCFFF 100%);
}

.product_1 .points .point:nth-child(1) .lines .lines_icon,
.product_1 .points .point:nth-child(2) .lines .lines_icon {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 1.075rem;
  height: .635rem;
  z-index: 0;
}

.product_1 .points .point:nth-child(3) .lines .lines_icon,
.product_1 .points .point:nth-child(4) .lines .lines_icon {
  position: absolute;
  right: 0;
  top: 0;
  width: 1.075rem;
  height: .635rem;
  z-index: 0;
}

.product_1 .points .point:nth-child(1) .lines .lines_icon img,
.product_1 .points .point:nth-child(2) .lines .lines_icon img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.product_1 .points .point:nth-child(3) .lines .lines_icon img,
.product_1 .points .point:nth-child(4) .lines .lines_icon img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: rotate(179deg);
}


.product_detail {
  position: relative;
}

.product_detail .p_product_tabs {
    position: sticky;
    top: 1rem;
    z-index: 10;
    background: #fff;
}

.product_detail .sec_1 {
  position: relative;
  padding: 1.5rem 1.3rem 1.04rem 1.3rem;
  background: rgba(246, 249, 255, 1);
}

.product_detail .sec_1 .bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
}

.product_detail .sec_1 .bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.product_detail .sec_1 .main {
  display: flex;
  justify-content: center;
  gap: 1.15rem;
  position: relative;
  z-index: 1;
  margin: .89rem 0 0 0;
}

.product_detail .sec_1 .left {
  position: relative;
  z-index: 1;
  width: 7.4rem;
  flex-shrink: 0;
}

.product_detail .sec_1 .left .title {
  line-height: 1.36;
  color: #333;
}

.product_detail .sec_1 .left .desc {
  line-height: 1;
  color: rgba(102, 102, 102, 1);
  margin: .12rem 0 0 0;
}

.product_detail .sec_1 .left .desc_1 {
  line-height: 2;
  margin: .4rem 0 0 0;
  color: rgba(102, 102, 102, 1);
}

.product_detail .sec_1 .left .btns {
  display: flex;
  align-items: center;
  gap: .4rem;
  margin: 1.03rem 0 0 0;
}

.product_detail .sec_1 .left .btns .btn_2 {
    cursor: pointer;
}

.product_detail .sec_1 .right {
  width: 8.05rem;
}

.product_detail .sec_1 .right .box_1 {
  background: #fff;
  width: 8.05rem;
  height: 5.36rem;
  border-radius: .2rem;
  display: flex;
}

.product_detail .sec_1 .right .box_1 .swiper_1 {
  width: 4.56rem;
  height: 2.87rem;
  overflow: hidden;
  margin: auto;
}

.product_detail .sec_1 .right .box_1 .item {
  width: 100%;
  height: 100%;
}

.product_detail .sec_1 .right .box_1 .item img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.product_detail .sec_1 .right .box_2 {
  display: flex;
  align-items: center;
  position: relative;
}

.product_detail .sec_1 .right .box_2 .content {
  padding: 0 .84rem;
  width: 100%;
  position: relative;
  margin: .3rem 0 0 0;
}

.product_detail .sec_1 .right .box_2 .content .swiper_2 {
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.product_detail .sec_1 .right .box_2 .content .item {
  width: 1.99rem;
  height: 1.29rem;
  border-radius: .2rem;
  background: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
}

.product_detail .sec_1 .right .box_2 .content .item img {
  width: 1.25rem;
  height: .77rem;
  object-fit: contain;
}

.product_detail .sec_1 .right .box_2 .btns {
  width: 0;
  height: 0;
}

.product_detail .sec_1 .right .box_2 .btn {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);

  border-style: none;
  width: .4rem;
  height: .4rem;
  border-radius: 50%;
  background: rgba(51, 51, 51, 1);
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 1;
  cursor: pointer;
}

.product_detail .sec_1 .right .box_2 .btn.prev {
  left: 0;
}

.product_detail .sec_1 .right .box_2 .btn.next {
  right: 0;
}

.product_detail .sec_1 .right .box_2 .btn img {
  width: .1rem;
  position: relative;
  z-index: 1;
}

.product_detail .sec_1 .right .box_2 .btn::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background: linear-gradient(95deg, #007AEB 0%, #9CCFFF 100%);
  opacity: 0;

}

.product_detail .sec_1 .right .box_2 .btn:hover::after {
  opacity: 1;
}

.product_detail .sec_1 .right .box_2 .btn:hover {
  background: transparent;
}

.product_detail .sec_1 .right .box_2 .btn .normal {
  display: none;
}

.product_detail .sec_1 .right .box_2 .btn .active {
  display: block;
}

.product_detail .sec_2 {
  position: relative;
  padding: 1.5rem 0;
  background: rgba(246, 249, 255, 1);
}

.product_detail .sec_2 .top {
    display: flex;
    align-items: end;
    justify-content: space-between;
    gap: .2rem;
    padding: 0 1.3rem;
}

.product_detail .sec_2 .top .btns_m {
        display: flex;
        gap: 20px;
        align-items: center;
        justify-content: start;
        margin: 20px 0 0 0;
    }
.product_detail .sec_2 .top .btns_m .btn {
        position: relative;
      border-style: none;
      width: .4rem;
      height: .4rem;
      border-radius: 50%;
      background: linear-gradient(95deg, #007AEB 0%, #9CCFFF 100%);
      display: flex;
      justify-content: center;
      align-items: center;
      z-index: 1;
      cursor: pointer;
    }
    
.product_detail .sec_2 .top .btns_m .btn img {
      width: .1rem;
      position: relative;
      z-index: 1;
    }
    
.product_detail .sec_2 .top .btns_m .btn::after {
      content: "";
      position: absolute;
      left: 0;
      top: 0;
      width: 100%;
      height: 100%;
      border-radius: 50%;
      background: linear-gradient(95deg, #007AEB 0%, #9CCFFF 100%);
      opacity: 0;
    
    }
    
.product_detail .sec_2 .top .btns_m .btn:hover::after {
      opacity: 1;
    }
    
.product_detail .sec_2 .top .btns_m .btn:hover {
      background: transparent;
    }
    
.product_detail .sec_2 .top .btns_m .btn .normal {
      display: none;
    }
    
.product_detail .sec_2 .top .btns_m .btn .active {
      display: block;
    }

.product_detail .sec_2 .label {
  line-height: 1.36;
  color: #333;
  /*padding: 0 1.3rem;*/
}

.product_detail .sec_2 .desc {
  line-height: 1;
  color: rgba(102, 102, 102, 1);
  /*margin: .2rem 0 0 0;*/
  /*padding: 0 1.3rem;*/
}

.product_detail .sec_2 .content {
  width: 100%;
  position: relative;
  margin: .7rem 0 0 0;
  padding: 0 1.3rem;
  display: flex;
  flex-wrap: wrap;
  gap: .3rem;
}


.product_detail .sec_2 .content .swiper_3 {
  width: 100%;
  padding-left: 1.3rem;
  overflow: hidden;
}

.product_detail .sec_2 .content .item {
  /*width: 5.18rem;*/
  width: calc((100% - .9rem) / 4);
  height: 2.66rem;
  border-radius: .2rem;
  background: #FFF;
  transition: all .5s;
  position: relative;

  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: .37rem;
}

.product_detail .sec_2 .content .item::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  border-radius: .2rem;
  background: linear-gradient(95deg, #007AEB 0%, #9CCFFF 100%);
  box-shadow: 0 0 72.2px 0 rgba(0, 0, 0, 0.09);
  opacity: 0;
  transition: all .5s;
}

.product_detail .sec_2 .content .item:hover::after {
  opacity: 1;
}

.product_detail .sec_2 .content .item .icon {
  width: .7rem;
  height: .7rem;
  position: relative;
  z-index: 1;
}

.product_detail .sec_2 .content .item .icon img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  transition: all .5s;
}

.product_detail .sec_2 .content .item .icon .normal,
.product_detail .sec_2 .content .item:hover .icon .active {
  opacity: 1;
}

.product_detail .sec_2 .content .item:hover .icon .normal,
.product_detail .sec_2 .content .item .icon .active {
  opacity: 0;
}

.product_detail .sec_2 .content .item .desc {
  line-height: 1.5;
  color: #333;
  letter-spacing: 1.92px;
  text-align: center;
  transition: all .5s;
  position: relative;
  z-index: 1;
  padding: 0 .2rem;
}

.product_detail .sec_2 .content .item:hover .desc {
  color: #fff;
}

.product_detail .sec_2 .content .btns_m {
    display: flex;
}



.product_detail .sec_3 {
  position: relative;
  padding: 0 1.3rem;
  background: rgba(246, 249, 255, 1);
}

.product_detail .sec_3 .label {
  line-height: 1.36;
  color: #333;
}

.product_detail .sec_3 .desc {
  line-height: 1;
  color: rgba(102, 102, 102, 1);
  margin: .2rem 0 0 0;
}

.product_detail .sec_3 .table {
  margin: .7rem 0 0 0;
  width: 100%;
  border-collapse: collapse;
    
}

.product_detail .sec_3 .table p {
    color: rgba(102, 102, 102, 1);
    line-height: 1.5;
}

.product_detail .sec_3 .table.close {
  max-height: 18rem;
  overflow: hidden;
}



.product_detail .sec_3 table tr td {
  padding: .22rem;
  line-height: 1.44;
  color: #333;
  text-align: center;
  border-style: none;
  border-right: 1px solid rgba(240, 240, 240, 1);
}

.product_detail .sec_3 table tr td:last-child {
  border-right: none;
}

.product_detail .sec_3 table tr {
  background: #fff;
  border-bottom: 1px solid rgba(240, 240, 240, 1);
}

.product_detail .sec_3 table tr:nth-child(2n) {

  /*background: rgba(232, 238, 249, 1);*/
}

.product_detail .sec_3 .table table {
  width: 100% !important;
  border-collapse: collapse;
  border-radius: .2rem;
  overflow: hidden;
  margin-bottom: .6rem;
}

.product_detail .sec_3 table:first-of-type tr:first-child {
  background: linear-gradient(95deg, #007AEB 0%, #9CCFFF 100%);

}

.product_detail .sec_3 table:first-child tr:first-child td {
  padding: .56rem;
  line-height: 1.36;
  color: #fff;
  border-style: none;
}

.product_detail .sec_3 table tr:first-child td img {
  width: 1.95rem;
  height: 1.2rem;
  margin: auto auto .4rem auto;
}

.product_detail .sec_3 table tr:first-child td:first-child {
  position: relative;
  width: 4.91rem;
  border-right: 1px solid rgba(240, 240, 240, 1);

}

.product_detail .sec_3 table tr:first-child td:first-child::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(to bottom right,
      transparent calc(50% - 0.5px),
      rgba(240, 240, 240, 1) calc(50% - 0.5px),
      rgba(240, 240, 240, 1) calc(50% + 0.5px),
      transparent calc(50% + 0.5px));
  pointer-events: none;
  display: none;
}

/*.product_detail .sec_3 table tr:first-child td:first-child p {*/
/*  position: absolute;*/
/*}*/

/*.product_detail .sec_3 table tr:first-child td:first-child p:first-child {*/
/*  top: .66rem;*/
/*  left: .62rem;*/
/*}*/

/*.product_detail .sec_3 table tr:first-child td:first-child p:last-child {*/
/*  bottom: .63rem;*/
/*  right: 1.21rem;*/
/*}*/

.product_detail .sec_3 .btn {
  margin: .7rem 0 0 0;
  display: flex;
  justify-content: center;
}

.product_detail .sec_3 .btn .p_btn .icon img {
  width: .18rem;
  display: block;
  position: absolute;
  transition: top 0.3s ease;
  transform: translateX(-50%) rotate(90deg);
}

.product_detail .sec_3 .btn .p_btn .icon .active {
  top: 35%;

  opacity: 1;
}

.product_detail .sec_3 .btn .p_btn .icon .normal {
  top: -100%;
  opacity: 0;
}

.product_detail .sec_3 .btn .p_btn:hover .icon .active {
  top: 100%;
  opacity: 0;
}

.product_detail .sec_3 .btn .p_btn:hover .icon .normal {
  top: 35%;
  opacity: 1;
}

.product_detail .table .remask {
  line-height: 1.6;
  color: rgba(102, 102, 102, 1);
}

.product_detail .sec_4 {
  position: relative;
  background: rgba(246, 249, 255, 1);
  padding: 1.5rem 1.3rem;
}

.product_detail .sec_4 .label {
  line-height: 1.36;
  color: #333;
}

.product_detail .sec_4 .desc {
  line-height: 1;
  color: rgba(102, 102, 102, 1);
  margin: .2rem 0 0 0;
}

.product_detail .sec_4 .table {
  width: 100%;
  position: relative;
  margin: .75rem 0 0 0;
}

.product_detail .sec_4 .table table {
  width: 100%;
  border-collapse: collapse;
  border-radius: .2rem;
  overflow: hidden;
}

.product_detail .sec_4 .table table tr {
  /*background: rgba(232, 238, 249, 1);*/
  background: #fff;

  border-bottom: 1px solid rgba(240, 240, 240, 1);
}

.product_detail .sec_4 .table table tr td {
  padding: .18rem;
  line-height: 1.44;
  color: rgba(102, 102, 102, 1);
  text-align: start;
  border-style: none;
  border-right: 1px solid rgba(240, 240, 240, 1);
}

.product_detail .sec_4 .table table tr td:last-child {
  border-right: none;
}

.product_detail .sec_4 .table table tr td:first-child {
  color: #333;
}

.product_detail .sec_4 .table table:first-child tr:first-child td {
  padding: .22rem;
  color: #fff;
}

.product_detail .sec_4 .table table tr.tr-more-td {
  background: #fff;

}

.product_detail .sec_4 .table table tr.tr-more-td td:not([rowspan]) {
  /*color: rgba(102, 102, 102, 1);*/
}


.product_detail .sec_4 .table table:first-child tr:first-child {
  /*background: #fff;*/
  background: linear-gradient(95deg, #007AEB 0%, #9CCFFF 100%);
}

.product_detail .sec_4 .table table tr:nth-child(2n) {
    /*background: rgba(232, 238, 249, 1);*/
}

.product_detail .sec_5 {
  position: relative;
  padding: 0 1.3rem;
  background: rgba(246, 249, 255, 1);
}

.product_detail .sec_5 .label {
  line-height: 1.36;
  color: #333;
}

.product_detail .sec_5 .desc {
  line-height: 1;
  color: rgba(102, 102, 102, 1);
  margin: .2rem 0 0 0;
}

.product_detail .sec_5 .table {
  width: 100%;
  position: relative;
  margin: .7rem 0 0 0;
  background: #fff;
  border-radius: .2rem;
  overflow: hidden;
}

.product_detail .sec_5 .table table {
  width: 100%;
  border-collapse: collapse;
  border-radius: .2rem;
  overflow: hidden;
}

.product_detail .sec_5 .table table tr {
  background: #fff;
  border-bottom: 1px solid rgba(240, 240, 240, 1);
}

.product_detail .sec_5 .table table tr td {
  padding: .22rem;
  line-height: 1.44;
  color: rgba(102, 102, 102, 1);
  text-align: center;
  border-style: none;
  border-right: 1px solid rgba(240, 240, 240, 1);
}

.product_detail .sec_5 .table table tr td:first-child {
  color: #333;
}

.product_detail .sec_5 .table table tr td:last-child {
  border-right: none;
}

.product_detail .sec_5 .table table tr:nth-child(2n) {
  /*background: rgba(232, 238, 249, 1);*/
}

.product_detail .sec_5 .table table:first-child tr:first-child {
  background: linear-gradient(95deg, #007AEB 0%, #9CCFFF 100%);
}

.product_detail .sec_5 .table table:first-child tr:first-child td {
  color: #fff;
}

.product_detail .sec_5 .table .imgs {
  display: flex;
  justify-content: space-between;
  margin: .92rem;
  gap: .5rem;
}

.product_detail .sec_5 .table p {
    color: rgba(102, 102, 102, 1);
    /*padding-left: .3rem;*/
    line-height: 1.5;
}

.product_detail .sec_5 .table p img {
    max-width: 100%;
    object-fit: contain;
    margin: 0 auto;
}

.product_detail .sec_5 .table .imgs img {
  width: 3rem;
  object-fit: contain;
}

.product_detail .sec_5 .table .remask {
  margin: 0 .92rem .64rem .92rem;
}

.product_detail .sec_6 {
  position: relative;
  padding: 1.32rem 1.3rem 1.97rem 1.3rem;
  background: rgba(246, 249, 255, 1);
}

.product_detail .sec_6 .label {
  line-height: 1.36;
  color: #333;
  text-align: center;
}

.product_detail .sec_6 .desc {
  line-height: 1;
  color: rgba(102, 102, 102, 1);
  margin: .2rem 0 0 0;
  text-align: center;
}

.product_detail .sec_6 .content {
  margin: .58rem 0 0 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1.24rem;
}

.product_detail .sec_6 .content .btn {
  width: .4rem;
  height: .4rem;
  border-radius: 50%;
  background: rgba(51, 51, 51, .2);
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 1;
  cursor: pointer;
  flex-shrink: 0;
}


.product_detail .sec_6 .content .btn:hover {
  background: rgba(51, 51, 51, 1);
}

.product_detail .sec_6 .content .btn img {
  width: .1rem;
}

.product_detail .sec_6 .content .box {
  width: 13.32rem;
  position: relative;
}

.product_detail .sec_6 .content .box .swiper_4 {
  width: 100%;
  overflow: hidden;
}
/*.product_detail .sec_6 .content .box .swiper_4 .swiper-wrapper {*/
/*    justify-content: center;*/
/*}*/

.product_detail .sec_6 .content .box .item {
  width: 4.24rem;
  height: 5.2rem;
  border-radius: .2rem;
  background: #fff;
  display: flex;
  flex-direction: column;
  padding: .56rem;
}

.product_detail .sec_6 .content .box .item .img_box {
  width: 2.52rem;
  height: 1.79rem;
  overflow: hidden;
  margin: auto;
}

.product_detail .sec_6 .content .box .item .img_box img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.product_detail .sec_6 .content .box .item .title {
  line-height: 1.36;
  color: #333;
  /* margin: .5rem 0 0 0; */
  text-align: center;
}

.product_detail .sec_6 .content .box .item .desc {
  line-height: 1.36;
  color: rgba(102, 102, 102, 1);
  margin: .18rem 0 0 0;
  text-align: center;
}

.product_detail .sec_6 .box_2 {
  display: flex;
  flex-direction: column;
  margin: 1.6rem 0 0 0;
  border-radius: .2rem;
  background: rgba(217, 217, 217, 1);
  overflow: hidden;
  padding: .66rem 0;
}

.product_detail .sec_6 .box_2 .bg {
  width: 100%;
  height: 100%;
  overflow: hidden;
  position: absolute;
  left: 0;
  top: 0;
}

.product_detail .sec_6 .box_2 .bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.product_detail .sec_6 .box_2 .title {
  position: relative;
  z-index: 1;
  font-weight: 600;
  line-height: 1.36;
  font-family: "Microsoft YaHei";
  color: #333;
  text-align: center;
}

.product_detail .sec_6 .box_2 .desc {
  position: relative;
  z-index: 1;
  font-weight: 400;
  line-height: 1;
  font-family: "Microsoft YaHei";
  margin: .2rem 0 0 0;
  color: rgba(153, 153, 153, 1);
  letter-spacing: .88px;
  text-align: center;
}

.product_detail .sec_6 .box_2 .btn {
  margin: .73rem 0 0 0;
  display: flex;
  justify-content: center;
  cursor: pointer;
}

.product_detail .sec_6 .box_2 .btn .p_btn {
  background: #fff;
  border-style: none;
}

.product_search .banner {
  padding: 1.5rem 1.3rem 1.2rem 1.3rem;
  background: rgba(246, 249, 255, 1);
}

.product_search .banner .label {
  line-height: 1.36;
  color: #333;
  text-align: center;
  margin: .69rem 0 0 0;
}

.product_search .banner .search {
  margin: .36rem auto 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
  background: #fff;
  border-radius: .3rem;
  width: 10.6rem;
}

.product_search .banner .search input {
  margin: 0 0 0 .27rem;
  flex: 1;
}

.product_search .banner .search input::placeholder {
  color: rgba(153, 153, 153, 1);
}

.product_search .banner .search button {
  border-style: none;
  background: transparent;
  cursor: pointer;
  background: linear-gradient(95deg, #007AEB 0%, #9CCFFF 100%);
  border-radius: .3rem;
  padding: .2rem .4593rem;

  display: flex;
  align-items: center;
  gap: .1rem;
  color: #fff;
}

.product_search .content {
  padding: 1.01rem 1.3rem 2rem 1.3rem;
  position: relative;
  background: #fff;
}

.product_search .content .tabs {
  display: flex;
  justify-content: space-around;
  align-items: center;
}

.product_search .content .tabs .tab {
  color: #333;
  text-align: center;
}

.product_search .content .tabs .tab img {
  width: .72rem;
  height: .74rem;
  object-fit: contain;
  margin-bottom: .16rem;
}

.product_search .content .box {
  margin: .82rem 0 0 0;
  width: 100%;
  /* height: 8rem; */
  position: relative;
}

.product_search .content .box .swiper_1 {
  width: 100%;
  overflow: hidden;
}

.product_search .content .box .item {
  width: 100%;
  border-radius: .2rem;
  background: #D9D9D9;
  padding: 1.65rem 1.28rem;
  position: relative;
  overflow: hidden;
}

.product_search .content .box .item .bg {
  width: 100%;
  height: 100%;
  overflow: hidden;
  position: absolute;
  left: 0;
  top: 0;
}

.product_search .content .box .item .bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.product_search .content .box .item .tag {
  line-height: 1.36;
  color: #fff;
  background: linear-gradient(95deg, #007AEB 0%, #9CCFFF 100%);
  padding: .11rem .32rem;
  position: relative;
  display: inline-block;
  border-radius: .245rem;
}

.product_search .content .box .item .title {
  line-height: 1.36;
  color: #fff;
  margin: .18rem 0 0 0;
  letter-spacing: 2.2px;
  position: relative;
}

.product_search .content .box .item .box_1 {
  display: flex;
  align-items: center;
  gap: 1.3rem;
  position: relative;
  margin: .89rem 0 0 0;
}

.product_search .content .box .item .box_1 .li {
  line-height: 1.36;
  color: #fff;
}

.product_search .content .box .item .box_1 .li span {
  display: block;
}

.product_search .content .box .item .box_1 .li strong {
  letter-spacing: 1.12px;
}

.product_search .content .box .item .btn {
  position: relative;
  margin: 1rem 0 0 0;
  display: flex;
}

.product_search .content .box .item .btn .p_btn {
  color: #fff;
  border-color: rgba(255, 255, 255, 0.15);
}

.product_search .content .box .swiper_page_box {
  display: flex;
  justify-content: center;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: .4rem;
  z-index: 1;
}

.product_search .content .box .swiper_page {}

.product_search .content .box .swiper-pagination-bullet {
  width: .7rem;
  height: 2px;
  background: rgba(255, 255, 255, .3);
}

.product_search .content .box .swiper-pagination-bullet-active {
  background: #fff;
}

.search .banner {
  padding: 1.5rem 1.3rem 1.2rem 1.3rem;
  background: rgba(246, 249, 255, 1);
}

.search .banner .label {
  line-height: 1.36;
  color: #333;
  text-align: center;
  margin: .69rem 0 0 0;
}

.search .banner .search {
  margin: .36rem auto 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
  background: #fff;
  border-radius: .3rem;
  width: 10.6rem;
}

.search .banner .search input {
  margin: 0 0 0 .27rem;
  flex: 1;
}

.search .banner .search input::placeholder {
  color: rgba(153, 153, 153, 1);
}

.search .banner .search button {
  border-style: none;
  background: transparent;
  cursor: pointer;
  background: linear-gradient(95deg, #007AEB 0%, #9CCFFF 100%);
  border-radius: .3rem;
  padding: .2rem .4593rem;

  display: flex;
  align-items: center;
  gap: .1rem;
  color: #fff;
}

.search .content {
  padding: .92rem 0 1.91rem 0;
  background: rgba(246, 249, 255, 1);
  position: relative;
}

.search .content .tabs {
  display: flex;
  align-items: center;
  gap: .2rem;
  padding: 0 1.3rem;
}

.search .content .tabs .tab {
  border-radius: .475rem;
  background: #FFF;
  padding: .14rem .62rem;
  transition: all .5s;
  position: relative;
}

.search .content .tabs .tab span {
  position: relative;
  z-index: 1;
}

.search .content .tabs .tab:hover,
.search .content .tabs .tab.on {
  color: #fff;
}

.search .content .tabs .tab::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  border-radius: .475rem;
  background: linear-gradient(95deg, #007AEB 0%, #9CCFFF 100%);
  opacity: 0;
  transition: all .5s;
}

.search .content .tabs .tab:hover::after,
.search .content .tabs .tab.on::after {
  opacity: 1;
}

.search .list_1 {
  display: flex;
  flex-direction: column;
  margin: .92rem 0 0 0;
}

.search .list_1 .item {
  padding: .7rem 1.3rem;


  display: flex;
  align-items: center;
  gap: .7rem;
  transition: all .5s;
  border-bottom: 1px solid rgba(217, 217, 217, 1);
}

.search .list_1 .item:last-child {
  border-bottom: none;
}

.search .list_1 .item:hover {
  background: #fff;
  border-style: none;
  box-shadow: 0 19px 41px 0 rgba(0, 0, 0, 0.04);
  transform: scale(1.05);
}

.search .list_1 .item .img_box {
  border-radius: .2rem;
  overflow: hidden;
  width: 5.3rem;
  flex-shrink: 0;
  height: 3.2rem;
}

.search .list_1 .item .img_box img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all .5s;
}

.search .list_1 .item:hover .img_box img {
  transform: scale(1.05);
}

.search .list_1 .item .info {
  flex: 1;
}

.search .list_1 .item .info .time {
  display: flex;
  align-items: center;
  gap: .08rem;
  color: rgba(102, 102, 102, 1);
}

.search .list_1 .item .info .time img {
  width: .18rem;
}

.search .list_1 .item .info .title {
  line-height: 1.66;
  color: #333;
  margin: .12rem 0 0 0;
  color: rgba(51, 51, 51, 1);

  -webkit-line-clamp: 1;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  transition: all .5s;
}

.search .list_1 .item:hover .info .title {
  background: linear-gradient(95deg, #007AEB 0%, #9CCFFF 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.search .list_1 .item .info .desc {
  line-height: 1.81;
  color: rgba(153, 153, 153, 1);
  margin: .12rem 0 0 0;

  -webkit-line-clamp: 1;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.search .list_1 .item .info .btn {
  margin: .7rem 0 0 0;
  display: flex;
}

.search .list_2 {
  margin: .33rem 1.3rem 0 1.3rem;
  display: flex;
  flex-wrap: wrap;
  gap: .14rem;

}

.search .list_2 .item {
  width: calc((100% - .28rem) / 3);
  flex-shrink: 0;
  border-radius: .2rem;
  padding: .56rem;
  color: rgba(51, 51, 51, 1);
  line-height: 1;
  position: relative;
  background: #fff;
  transition: all .5s;
  display: flex;
  flex-direction: column;
}

.search .list_2 .item:hover {
  box-shadow: 0 0 .722rem 0 rgba(0, 0, 0, 0.09);
}

.search .list_2 .item .img_box {
  width: 2.83rem;
  overflow: hidden;
  flex-shrink: 0;
  margin: auto;
}

.search .list_2 .item .img_box img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  transition: all .5s;
}

.search .list_2 .item:hover .img_box img {
  transform: scale(1.05);
}

.search .list_2 .item .name {
  line-height: 1;
  color: #333;
  text-align: center;
  margin: .6rem 0 0 0;
}

.search .list_2 .item .btn {
  display: flex;
  margin: .32rem 0 0 0;
  justify-content: center;
}

.search .list_2 .item .btn .p_btn {
  display: flex;
  align-items: center;
  gap: .51rem;
  border-style: none;
  border-radius: .28rem;
  padding: .09rem .1rem .09rem .27rem;
  border: 1px solid rgba(215, 215, 215, 1);
  color: #333;
  position: relative;
  transition: all .3s;
}

.search .list_2 .item .btn .p_btn span {
  position: relative;
  z-index: 1;
}

.search .list_2 .item:hover .btn .p_btn {
  border-color: transparent;
  color: #fff;
}

.search .list_2 .item .btn .p_btn:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  border-radius: .28rem;
  background: linear-gradient(95deg, #007AEB 0%, #9CCFFF 100%);
  opacity: 0;
  transition: all .3s;
}

.search .list_2 .item:hover .btn .p_btn:after {
  opacity: 1;
}

.search .list_2 .item .btn .p_btn .icon {
  position: relative;
  z-index: 1;
  width: .38rem;
  height: .38rem;
  background: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  overflow: hidden;
}

.search .list_2 .item .btn .p_btn .icon::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background: linear-gradient(95deg, #007AEB 0%, #9CCFFF 100%);
  opacity: 1;
  transition: all .3s;
  z-index: -1;
}

.search .list_2 .item:hover .btn .p_btn .icon::after {
  opacity: 0;
}

.search .list_2 .item .btn .p_btn .icon img {
  width: .18rem;
  display: block;
  position: absolute;
  transition: all 0.3s ease;
}

.search .list_2 .item .btn .p_btn .icon .active {
  left: 50%;
  transform: translateX(-50%);
  opacity: 1;
}

.search .list_2 .item .btn .p_btn .icon .normal {
  left: 100%;
  opacity: 0;
}

.search .list_2 .item:hover .btn .p_btn .icon .active {
  left: -100%;
  opacity: 0;
}

.search .list_2 .item:hover .btn .p_btn .icon .normal {
  left: 50%;
  transform: translateX(-50%);
  opacity: 1;
}

.search .list_3 {
  margin: .5rem 1.3rem 0 1.3rem;
  display: flex;
  flex-direction: column;
  gap: .2rem;
}

.search .list_3 .item {
  background: #fff;
  border-radius: .2rem;
  padding: .29rem .38rem;
  cursor: pointer;
}

.search .list_3 .item .top {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.search .list_3 .item .top .qus {
  line-height: 1.15;
  color: #333;
}

.search .list_3 .item .top .icon {
  width: .32rem;
  height: .32rem;
  border-radius: 50%;
  background: rgba(239, 239, 239, 1);
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}

.search .list_3 .item .top .icon::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background: linear-gradient(to top, #007AEB 0%, #9CCFFF 100%);
  opacity: 0;
  transition: all .3s;
}

.search .list_3 .item.on .top .icon::after {
  opacity: 1;
}

.search .list_3 .item .top .icon img {
  width: .1rem;
  position: relative;
  z-index: 1;
}

.search .list_3 .item .top .icon .normal,
.search .list_3 .item.on .top .icon .active {
  display: block;
}

.search .list_3 .item.on .top .icon .normal,
.search .list_3 .item .top .icon .active {
  display: none;
}

.search .list_3 .item .answer {
  line-height: 2.12;
  color: rgba(102, 102, 102, 1);
  margin: 0;
  max-height: 0;
  overflow: hidden;
  transition: all .5s;
}

.search .list_3 .item.on .answer {
  max-height: 3rem;
  margin: .3rem 0 0 0;
  transition: all .5s ease-in;
}

.contact {
  position: relative;
}

.contact .banner {
  padding: 1.5rem 1.3rem 2.4rem 1.3rem;
  position: relative;
  height: 10.8rem;
}

.contact .banner .bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 104.5%;
  overflow: hidden;
}

.contact .banner .bg::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: 0.07;
  background: linear-gradient(151deg, rgba(0, 119, 255, 0.80) 24.3%, rgba(0, 119, 255, 0.32) 80.17%);
  z-index: 0;
}

.contact .banner .bg::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(89deg, #F6F9FF 29.36%, rgba(246, 249, 255, 0.00) 55.84%);
  mix-blend-mode: luminosity;
  z-index: 1;
}

.contact .banner .bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.contact .banner .box {
  position: relative;
  z-index: 1;
}

.contact .banner .label {
  line-height: 1;
  color: #333;
  margin: 1.72rem 0 0 0;
}

.contact .banner .desc {
  line-height: 1.5;
  color: rgba(102, 102, 102, 1);
  margin: .31rem 0 0 0;
}

.contact .banner .desc_2 {
  line-height: 1.35;
  color: #333;
  margin: 3.1rem 0 0 0;
  display: flex;
  align-items: center;
  gap: .12rem;
}

.contact .banner .desc_2 .icon {
  width: .34rem;
  height: .34rem;
  border-radius: 50%;
  background: linear-gradient(95deg, #007AEB 0%, #9CCFFF 100%);
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}

.contact .banner .desc_2 .icon img {
  width: .15rem;
  position: relative;
  z-index: 1;
}

.contact .banner .desc_3 {
  line-height: 1.35;
  color: #333;
  margin: .3rem 0 0 0;
}

.contact .banner .point {
  position: absolute;
  right: 5.65rem;
  top: 4.6rem;
  z-index: 1;
}

.contact .banner .point .icon {
  width: 1.6rem;
  height: 1.6rem;
}

.contact .banner .point .icon img {
  width: 100%;
  height: 100%;
}

.contact .banner .point .logo {
  position: absolute;
  top: calc(100% + .07rem);
  left: 50%;
  transform: translateX(-50%);
  width: 1.68rem;
  height: .657rem;
}

.contact .banner .point .logo img {
  width: 100%;
  height: 100%;
}

.contact .banner .point .info {
  position: absolute;
  top: .4rem;
  left: calc(100% + .32rem);
  line-height: 1.66;
  color: #333;
  background: #fff;
  border-radius: .2rem;
  padding: .24rem .27rem;
  width: 3.82rem;
  display: flex;
  align-items: start;
  gap: .2rem;
}

.contact .banner .point .info img {
  width: .13rem;
  margin: .08rem 0 0 0;
}

.contact .banner .point .info::after {
  content: '';
  position: absolute;
  left: -.1rem;
  top: 50%;
  transform: translateY(-50%);
  display: inline-block;
  width: .16rem;
  height: .18rem;
  background: white;
  border-radius: 5px;
  clip-path: polygon(100% 0, 100% 100%, 0 50%);
  vertical-align: middle;
}

.contact .content {
  background: rgba(255, 255, 255, 1);
  display: flex;
  border-radius: .6rem .6rem 0 0;
  box-shadow: 0 .2rem .8rem 0 rgba(0, 0, 0, 0.06);
  position: relative;
  z-index: 2;
  width: 100%;
}

.contact .content .left {
  position: relative;
  padding: 1.03rem 1.28rem 1.11rem 1.28rem;
  border-right: 1px solid rgba(233, 233, 233, 1);
}

.contact .content .left .box {
  display: flex;
  flex-direction: column;
  gap: .4rem;
}

.contact .content .left .box .li {
  display: flex;
  align-items: start;
  gap: .18rem;
}

.contact .content .left .box .li img {
  height: .2rem;
  width: .2rem;
}

.contact .content .left .box .li .info span {
  display: block;
}

.contact .content .left .box .li .info .f_16 {
  line-height: 1.3;
  color: rgba(153, 153, 153, 1);
}

.contact .content .left .box .li .info .f_18 {
  line-height: 1.3;
  color: #333;
  margin: .14rem 0 0 0;
}

.contact .content .left .code_img {
  margin: .58rem 0 0 0;
}

.contact .content .left .code_img img {
  width: 1.59rem;
  height: 1.59rem;
  object-fit: contain;
}

.contact .content .left .code_img span {
  line-height: 1.62;
  color: rgba(153, 153, 153, 1);
  margin: .07rem 0 0 0;
  width: 2.76rem;
}

.contact .content .right {
  position: relative;
  padding: 1.11rem 1.12rem 1.11rem 1.5rem;
}

.contact .content .right .label {
  line-height: 1;
  color: #333;
}

.contact .content .right .desc {
  line-height: 1.1;
  color: rgba(102, 102, 102, 1);
  margin: .26rem 0 0 0;
  text-align: start;
}


.contact .content .right .form {
  margin: .5rem 0 0 0;
  display: flex;
  flex-wrap: wrap;
  gap: .3rem;
}

.contact .content .right .form_item {
  width: calc((100% - .3rem) /2);
}

.contact .content .right .form_item.long {
  width: 100%;
}

.contact .content .right .form_item label {
  line-height: 1;
  color: #333;
}

.contact .content .right .form_item label span {
  color: #F00;
  margin-right: .05rem;
}

.contact .content .right .form_item input,
.contact .content .right .form_item textarea {
  width: 100%;
  border-radius: .06rem;
  border: 1px solid #EAEAEA;
  background: #FFF;
  padding: .17rem .13rem;
  margin: .14rem 0 0 0;
}

.contact .content .right .form_item input::placeholder,
.contact .content .right .form_item textarea::placeholder {
  color: rgba(153, 153, 153, 1);
}

.contact .content .right .btn {
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  margin: 0 auto;

}

.contact .content .right .btn .p_btn {
  background: #fff;
  cursor: pointer;
}

.contact .content .right .btn .txt {
  line-height: 1;
  color: rgba(153, 153, 153, 1);
  margin: .24rem 0 0 0;
}

.about {
  position: relative;
}

.about .banner {
  position: relative;
  height: 100vh;
}

.about .banner .bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.about .banner .bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.about .banner .info {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  line-height: 1.08;
  color: #fff;
}

.about .sec_1 {
  position: relative;
  background: rgba(246, 249, 255, 1);
  padding: .5rem 1.3rem 1.4rem 1.3rem;
  overflow: hidden;
}

.about .sec_1 .bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.about .sec_1 .bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.about .sec_1 .title {
  line-height: 1.36;
  color: #333;
  text-align: center;
  margin: .8rem 0 0 0;
}

.about .sec_1 .desc {
  line-height: 2;
  color: rgba(102, 102, 102, 1);
  text-align: center;
  margin: .2rem auto 0 auto;
  max-width: 12.62rem;
}

.about .sec_1 .boxs {
  position: relative;
  display: flex;
  gap: .2rem;
  margin: .6rem 0 0 0;
}

.about .sec_1 .boxs .box {
  width: 4rem;
  border-radius: .2rem;
  background: rgba(255, 255, 255, 0.70);
  padding: .4rem .37rem;
  position: relative;
}

.about .sec_1 .boxs .box::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  border-radius: 8px;
  padding: 1px;
  /* 边框粗细 */
  background: linear-gradient(-45deg,
      rgba(0, 122, 235, 0.4),
      #fff,
      #fff,
      rgba(0, 122, 235, 0.4));
  -webkit-mask:
    linear-gradient(#fff 0 0) content-box,
    linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  z-index: 1;
  pointer-events: none;
}

.about .sec_1 .boxs .box .mask {
  position: absolute;
  right: 0;
  top: 0;
  border-radius: 0 .2rem .2rem 0;
  width: 2.77rem;
  height: 100%;
  overflow: hidden;
  pointer-events: none;
}

.about .sec_1 .boxs .box .tag {
  display: flex;
  align-items: center;
  gap: .1rem;
  color: rgba(51, 51, 51, 1);
  line-height: 1;
  letter-spacing: 1.2px;
}

.about .sec_1 .boxs .box .tag img {
  width: .28rem;
  height: .28rem;
}

.about .sec_1 .boxs .box .desc {
  margin: 1.03rem 0 0 0;
  line-height: 1.3;
  text-align: start;
  color: rgba(51, 51, 51, 1);
}

.about .sec_1 .boxs .box .desc strong {
  font-size: 1rem;
  line-height: 1;
  background: linear-gradient(95deg, #007AEB 0%, #9CCFFF 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.about .sec_1 .boxs .box .desc_2 {
  line-height: 1.3;
  letter-spacing: 0.88px;
  color: rgba(102, 102, 102, 1);
  margin: .24rem 0 0 0;
}

.about .sec_2 {
  position: relative;
  height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(246, 249, 255, 1);
}

.about .sec_2 .sec_2_box {
  position: relative;
  overflow: hidden;
  width: 51.25%;
  height: 51.25%;
  border-radius: .2rem;
  padding: 2.96rem 0 .75rem 0;
}

.about .sec_2 .sec_2_box .bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.about .sec_2 .sec_2_box .bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.about .sec_2 .sec_2_box .label {
  line-height: 1.36;
  text-align: center;
  color: #fff;
  position: relative;
}

.about .sec_2 .sec_2_box .boxs {
  display: flex;
  align-items: center;
  gap: .28rem;
  padding: 0 1.96rem;
  position: absolute;
  width: 100%;
  bottom: .75rem;
}

.about .sec_2 .sec_2_box .boxs .box {
  width: calc((100% - .28rem) / 2);
  border-radius: .2rem;
  background: rgba(0, 0, 0, 0.10);
  backdrop-filter: blur(.3rem);
  padding: .4rem .3rem;
  position: relative;
  height: 2.1rem;
}

.about .sec_2 .sec_2_box .boxs .box::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  border-radius: .2rem;
  padding: 1px;
  /* 边框粗细 */
  background: linear-gradient(10deg,
      rgba(255, 255, 255, 0),
      #fff,
      #fff,
      rgba(255, 255, 255, 0));
  -webkit-mask:
    linear-gradient(#fff 0 0) content-box,
    linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  z-index: 1;
}

.about .sec_2 .sec_2_box .boxs .box img {
  width: .47rem;
  height: .47rem;
}

.about .sec_2 .sec_2_box .boxs .box .desc {
  margin: .21rem 0 0 0;
  color: #fff;
  line-height: 1.5;
  letter-spacing: 1px;
}
.about .sec_2 .sec_2_box .boxs .box .title{
    display: flex;
    align-items: center;
    gap: .15rem;
    color: #fff;
}

.about .sec_3 {
  position: relative;
  
  overflow: hidden;
}

.about .sec_3 .sec_3_box {
  position: sticky;
  top: 1rem;
  overflow: hidden;
  /*padding: 1.44rem 1.3rem 1.79rem 1.3rem;*/
  padding: 1.44rem 1.3rem 1rem 1.3rem;
  background: rgba(246, 249, 255, 1);
}

.about .sec_3 .label {
  line-height: 1.36;
  text-align: center;
  color: #333;
}

.about .sec_3 .content {
  margin: 1rem 0 0 0;
  display: flex;
  /*justify-content: center;*/
  justify-content: flex-start;
  /*gap: 1.8rem;*/
  gap: 3rem;
}

.about .sec_3 .content .left {
  position: relative;
  z-index: 1;
  /*height: 8.47rem;*/
  height: 6rem;
  width: 6rem;
  margin-top: 1.6rem;
}

.about .sec_3 .content .left::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1.7rem;
  z-index: 1;
  pointer-events: none;
  background: linear-gradient(to top, rgba(246, 249, 255, 1) 0%, transparent 100%);
}

.about .sec_3 .content .left .swiper_1 {
  height: 100%;
  overflow: hidden;
  padding-top: 1.66rem;
  padding-bottom: calc( 73% - 1.66rem );
  margin-top: -1.45rem;
  /*padding-bottom: 0;*/
}

.about .sec_3 .content .left .swiper_1 .swiper-slide {
  height: auto !important;
}

.about .sec_3 .content .left .txt {
  position: absolute;
  top: .18rem;
  right: 2.7rem;
  font-size: 2.2rem;
  background: linear-gradient(95deg, #007AEB 0%, #9CCFFF 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-weight: 500;
}

.about .sec_3 .content .left .item {
  /*line-height: 1.18;*/
  line-height: 1;
  color: rgba(0, 122, 235, .1);
  font-size: 1.6rem;
  font-weight: 400;
  transition: all 1.5s;
  position: relative;
  /*text-align: end;*/
  display: flex;
  justify-content: flex-end;
}

.about .sec_3 .content .left .item.on {
  /* color: rgba(0, 122, 235, 1); */
  font-size: 2.2rem;
  background: linear-gradient(95deg, #007AEB 0%, #9CCFFF 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-weight: 500;
}
.about .sec_3 .content .left .item span {
    /*transition: all .3s ease;*/
    width: 2.5rem;
    text-align: center;
}

.about .sec_3 .content .right {
  position: relative;
  z-index: 1;
  /* height: 15.72rem; */
  height: 8.47rem;
  overflow: hidden;
}

.about .sec_3 .content .right::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1.7rem;
  z-index: 1;
  pointer-events: none;
  background: linear-gradient(to top, rgba(246, 249, 255, 1) 0%, transparent 100%);
}

.about .sec_3 .content .right .swiper_2 {
  height: 100%;
  padding-bottom: 99%;
  overflow: hidden;
}

.about .sec_3 .content .right .swiper_2 .swiper-slide {
  height: auto !important;
  padding-top: 30px;
}

.about .sec_3 .content .right .item {
  padding-bottom: .54rem;
  border-bottom: 1px solid rgba(205, 205, 205, 1);
}

.about .sec_3 .content .right .item .time {
  line-height: 1.18;
  color: rgba(51, 51, 51, 1);
}

.about .sec_3 .content .right .item .time strong {
  margin-right: .1rem;
}

.about .sec_3 .content .right .item.on .time strong {
  background: linear-gradient(95deg, #007AEB 0%, #9CCFFF 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.about .sec_3 .content .right .item .desc {
  line-height: 2.11;
  color: rgba(102, 102, 102, 1);
  margin: .2rem 0 0 0;
}

.about .sec_3 .content .right .item .img_box {
  width: 5.5rem;
  /*max-height: 0;*/
  overflow: hidden;
  transition: all .5s;
  border-radius: .2rem;
}

.about .sec_3 .content .right .item.on .img_box {
  /*max-height: 3rem;*/
  margin: .3rem 0 0 0;
}

.about .sec_3 .content .left .circle-progress {
  --size: 5.46rem;
  --bar-width: 0.5px;
  --bg-color: #eee;
  width: var(--size);
  height: var(--size);
  position: absolute;
  right: -1.4rem;
  top: -1.5rem;
  display: inline-block;
  margin: 10px;
}

.about .sec_3 .content .left .circle-progress svg {
  width: 100%;
  height: 100%;
  transform: rotate(-90deg);
}

.about .sec_3 .content .left .circle-progress circle {
  fill: none;
  stroke-width: var(--bar-width);
  stroke-linecap: round;
}

.about .sec_3 .content .left .circle-progress .bg {
  stroke: var(--bg-color);
}

.about .sec_3 .content .left .circle-progress .bar {
  stroke: url(#progressGrad);
  stroke-dasharray: 251.2;
  transition: 1.5s ease;
}

.about .sec_4 {
  position: relative;
  padding: 2.1rem 1.3rem 1.4rem 1.3rem;
  background: rgba(241, 246, 255, 1);
}

.about .sec_4 .label {
  line-height: 1.36;
  text-align: center;
  color: #333;
}

.about .sec_4 .content {
  margin: .5rem 0 0 0;
  position: relative;
}

.about .sec_4 .content .swiper_3 {
  height: 100%;
  overflow: hidden;
}

.about .sec_4 .content .item {
  border-radius: .16rem;
  background: rgba(255, 255, 255, .8);
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.about .sec_4 .content .item .img_box {
  width: 2.74rem;
  height: 3.05rem;
  overflow: hidden;
  margin: auto;

}

.about .sec_4 .content .item .img_box img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  box-shadow: 0 .1rem .595rem 0 rgba(0, 0, 0, 0.06);
}

.about .sec_4 .content .item .title {
  line-height: 1.5;
  text-align: center;
  color: #333;
  margin: .56rem 0 0 0;
  height: 1.13rem;
  display: flex;
  align-items: center;
  justify-content: center;
  border-top: 1px solid rgba(216, 216, 216, 1);
  width: 100%;
}

.about .sec_4 .content .btns {
  margin: .5rem 0 0 0;
  display: flex;
  justify-content: end;
  gap: .2rem;
}

.about .sec_4 .content .btn {
  width: .4rem;
  height: .4rem;
  border-radius: 50%;
  background: rgba(51, 51, 51, .2);
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 1;
  cursor: pointer;
  flex-shrink: 0;
}


.about .sec_4 .content .btn:hover {
  background: rgba(51, 51, 51, 1);
}

.about .sec_4 .content .btn img {
  width: .1rem;
}

.about .sec_5 {
  position: relative;
  padding: 1.5rem 1.3rem;
  background: rgba(246, 249, 255, 1);
  display: flex;
  gap: .55rem;
}

.about .sec_5 .item {
  width: calc((100% - .55rem) / 2);
  border-radius: .2rem;
  background: rgba(255, 255, 255, 1);
  padding: .58rem 1.13rem;
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.about .sec_5 .item::after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  border-radius: .2rem;
  background: linear-gradient(95deg, #007AEB 0%, #9CCFFF 100%);
  opacity: 0;
  transition: all .5s;
}

.about .sec_5 .item:hover::after {
  opacity: 1;
}

.about .sec_5 .item .icon {
  width: .44rem;
  height: .44rem;
  position: relative;
  z-index: 1;
}

.about .sec_5 .item .icon img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  transition: all .5s;
}

.about .sec_5 .item .icon .normal,
.about .sec_5 .item:hover .icon .active {
  opacity: 1;
}

.about .sec_5 .item:hover .icon .normal,
.about .sec_5 .item .icon .active {
  opacity: 0;
}

.about .sec_5 .item .title {
  line-height: 1;
  text-align: center;
  color: #333;
  margin: .35rem 0 0 0;
  transition: all .5s;
  position: relative;
  z-index: 1;
}

.about .sec_5 .item:hover .title {
  color: #fff;
}

.about .sec_5 .item .desc {
  line-height: 1.5;
  text-align: center;
  color: rgba(102, 102, 102, 1);
  margin: .2rem 0 0 0;
  letter-spacing: 1.6px;
  transition: all .5s;
  position: relative;
  z-index: 1;
}

.about .sec_5 .item:hover .desc {
  color: #fff;
}




@media (max-width: 767px) {
    .contact .banner {
        padding: 20px 20px 8vw 20px;
        height: 144vw;
    }
    .contact .banner .bg img {
        object-position: 74%;
    }
    .contact .banner .label {
        text-align: center;
        margin: 40px 0 0 0;
    }
    .contact .banner .desc {
        text-align: center;
    }
    .contact .banner .point {
        right: 3.1rem;
        top: 4.85rem;
    }
    
    .contact .banner .point .icon {
        width: 14.26vw;
        height: 14.26vw;
    }
    .contact .banner .point .info {
        top: 175%;
        left: -278%;
        width: 90vw;
    }
    .contact .banner .point .info img {
        margin: 0;
        width: 15px;
    }
    .contact .banner .point .info::after {
        opacity: 0;
    }
    .contact .banner .box {
        height: 100%;
    }
    .contact .banner .descs {
        position: absolute;
        bottom: 0;
        left: 0;
    }
    
    .contact .content .left .code_img img {
        margin: 0 auto;
    }
    .contact .content .left .code_img {
        text-align: center;
    }
    
    
    
    
    
    .contact .content {
        flex-direction: column;
    }
    
    .contact .content .left {
        padding: 30px 20px;
    }
    .contact .content .left .box .li img {
        width: 15px;
        height: 15px;
    }
    
    .contact .content .right {
        padding: 30px 20px;
    }
    .content .right .form_item {
        width: 100%;
    }
    
    .contact .content .right .btn .txt {
        line-height: 1.3;
    }
    
    
    
    
    .joinus .content {
        padding: 20px 0;
    }
    .joinus .content .crumb {
        margin: 0 20px;
    }
    .joinus .content .top {
        margin: 20px 20px 0 20px;
    }
    .joinus .content .top .desc {
        line-height: 1.3;
        font-size: 14px;
    }
    .joinus .content .list {
        padding: 50px 20px;
        gap: 50px;
    }
    .joinus .content .list .item {
        flex-direction: column;
        gap: 30px;
    }
    .joinus .content .list .item:nth-child(2n) {
        flex-direction: column;
    }
    .joinus .content .list .item .img_box {
        width: 90vw;
        height: 58vw;
    }
    .joinus .content .why .item {
        flex-direction: column;
        padding: 40px 20px;
        gap: 40px;
    }
    .joinus .content .why .item.on {
        padding: 40px 20px;
    }
    .joinus .content .why .item .img_box {
        width: 90vw;
        height: 56vw;
    }
    .joinus .content .why .item .info .desc_1 p {
        padding-left: 15px;
    }
    .joinus .content .to_us {
        margin: 40px 20px;
    }
    .joinus .content .to_us .box {
        flex-direction: column;
    }
    .joinus .content .to_us .box .item {
        width: 90vw;
        height: 58vw;
    }
    
    .joinus_1 .content {
        padding: 20px;
    }
    .joinus_1 .content .label {
        margin: 30px 0 0 0;
    }
    .joinus_1 .content .controls {
        flex-direction: column;
        gap: 20px;
    }
    .joinus_1 .content .controls .tabs {
        width: 100%;
        z-index: 1;
    }
    .joinus_1 .content .controls .tabs .tab {
        width: calc((100% - .52rem) / 3);
    }
    .joinus_1 .content .controls .search {
        width: 100%;
    }
    .joinus_1 .content .controls .search input {
        flex: 1;
    }
    .joinus_1 .content .controls .search button {
        width: 15px;
    }
    
    .joinus_1 .content .labels {
        padding: 10px 20px;
    }
    .joinus_1 .content .list .item .item_labels {
        padding: 10px 20px;
    }
    .joinus_1 .content .labels .item_labels_label {
        font-size: 14px;
    }
    .joinus_1 .content .list .item .item_labels .item_labels_label {
        font-size: 14px;
    }
    .joinus_1 .content .list .item .item_info {
        flex-direction: column;
        gap: 30px;
        padding: 0 20px;
    }
    .joinus_1 .content .list .item.on .item_info {
        padding: 20px;
        max-height: 35rem;
    }
    
    .about .banner {
        height: 39vw;
    }
    .about .sec_1 {
        padding: 20px;
    }
    .about .sec_1 .title {
        margin: 30px 0 0 0;
    }
    .about .sec_1 .boxs {
        flex-wrap: wrap;
    }
    .about .sec_1 .boxs .box {
        width: calc((100% - .2rem) / 2);
    }
    .about .sec_1 .boxs .box .desc {
        margin: 30px 0 0 0;
    }
    .about .sec_1 .boxs .box .desc_2 {
        font-size: 14px;
    }
    
    .about .sec_2 {
        height: 144vw;
    }
    .about .sec_2 .sec_2_box {
        padding-top: 60px;
    }
    .about .sec_2 .sec_2_box .boxs {
        padding: 20px;
        flex-direction: column;
    }
    .about .sec_2 .sec_2_box .boxs .box {
        width: 100%;
        height: 2rem;
    }
    .about .sec_2 .sec_2_box .boxs .box .desc {
        font-size: 12px;
        line-height: 1.3;
        font-weight: 300;
    }
    
    .about .sec_3 .content {
        gap: 0;
    }
    .about .sec_3 .content .left {
        display: none;
    }
    .about .sec_3 .sec_3_box {
        padding: 50px 20px;
    }
    .about .sec_3 .content {
        margin: 30px 0 0 0;
    }
    .about .sec_3 .content .right {
        width: 100%;
        height: auto;
        overflow: unset;
    }
    .about .sec_3 .content .right .item .time {
        text-align: center;
    }
    .about .sec_3 .content .right .item.on .img_box {
        margin: .3rem auto 0 auto;
    }
    .about .sec_3 .content .right .swiper_2 {
        padding: 0;
        overflow: unset;
    }
    .about .sec_3 .content .right .swiper_2 .swiper-wrapper {
        flex-direction: column;
        gap: 20px;
    }
    
    .about .sec_4 {
        padding: 50px 20px;
    }
    .about .sec_4 .content .item .img_box {
        width: 58vw;
        height: 48vw;
    }
    .about .sec_4 .content .btns {
        justify-content: center;
    }
    .about .sec_4 .content .btn {
        width: 28px;
        height: 28px;
    }
    .about .sec_4 .content .btn img {
        width: 7px;
    }
    
    
    .about .sec_5 {
        padding: 60px 20px;
        gap: 20px;
    }
    .about .sec_5 .item {
        padding: 30px 20px;
        width: calc((100% - 20px) / 2);
    }
    
    
    .news .content .crumb {
        margin: 0 20px;
    }
    
    .news .content {
        padding: 20px 0 50px 0;
    }
    .news .content .banner {
        flex-direction: column;
        margin: 40px 20px;
    }
    .news .content .banner .info {
        width: 100%;
    }
    .news .content .banner .img_box {
        width: 90vw;
        height: 54vw;
    }
    .news .content .banner .info .item {
        padding: 30px 20px;
    }
    .news .content .banner .info .item .time img {
        width: 15px;
        height: 15px;
    }
    .news .content .banner .info .item.on .desc {
        max-height: 200px;
    }
    .news .content .banner .info .item .desc {
        max-height: 200px;
    }
    .news .content .banner .info .item .info_img_box {
        display: block;
        width: 100%;
        height: 52vw;
        border-radius: .2rem;
        overflow: hidden;
        margin: 20px 0 0 0;
    }
    .news .content .banner .info .item .info_img_box img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        opacity: 1;
    }
    
    .news .content .banner .img_box {
        display: none;
    }
    
    .news .content .controls {
        flex-direction: column;
        margin: 60px 20px 0 20px;
        gap: 20px;
    }
    .news .content .controls .tabs {
        flex-wrap: wrap;
    }
    .news .content .controls .tabs .tab {
        padding: 5px 10px;
    }
    .news .content .controls .years {
        width: 100%;
    }
    .news .content .list {
        margin: 50px 0 0 0;
        border-top: 1px solid rgba(217, 217, 217, 1);
    }
    .news .content .list .item {
        flex-direction: column;
        padding: 30px 20px;
        gap: 20px;
    }
    .news .content .list .item .img_box {
        width: 90vw;
        height: 60vw;
    }
    .news .content .list .item .info .time img {
        width: 15px;
    }
    .news .content .list .item .info .btn {
        /*justify-content: center;*/
    }
    .news .content .bottom_pagination {
        padding: 0 20px;
        gap: 20px;
        justify-content: center;
    }
    
    
    .news_detail .top {
        padding: 20px;
    }
    .news_detail .main {
        padding: 0 20px;
        flex-direction: column;
    }
    .news_detail .main .content {
        padding: 0;
        border-right: none;
    }
    .news_detail .top .sub .time img {
        width: 15px;
    }
    .news_detail .top .sub .share .icons .icon {
        width: 28px;
        height: 28px;
    }
    .news_detail .top .sub .share .icons .icon .img {
        width: 14px;
        height: 14px;
    }
    .news_detail .main .right {
        padding: 0;
    }
    .news_detail .main .right .related .list .li .time img {
        width: 15px;
    }
    .news_detail .main .right .related {
        padding-bottom: 50px;
    }
    
    .service .content {
        padding: 20px;
    }
    .service .content .sec_1 {
        margin: 40px 0 0 0;
    }
    .service .content .sec_1 .desc {
        font-size: 14px;
    }
    .service .content .sec_1 .item {
        width: 90vw;
        padding: 20px;
    }
    .service .content .sec_1 .item .item_desc {
        font-size: 14px;
    }
    .service .content .sec_1 .item .img_box {
        width: 100%;
        height: 42vw;
    }
    .service .content .sec_1 .email {
        align-items: start;
    }
    .service .content .sec_1 .email img {
        width: 20px;
        margin: 2px 0 0 0;
    }
    
    .service .content .sec_2 {
        margin: 50px 0 0 0;
    }
    .service .content .sec_2 .list .item .top {
        gap: 20px;
    }
    .service .content .sec_2 .list .item .top .qus {
        line-height: 1.3;
    }
    .service .content .sec_2 .list .item .top .icon {
        flex-shrink: 0;
        width: 20px;
        height: 20px;
    }
    .service .content .sec_2 .list .item .top .icon img {
        width: 6px;
    }
    .service .content .sec_2 .list .item .answer {
        line-height: 1.5;
    }
    .service .content .sec_2 .list .item.on .answer {
        max-height: 10rem;
    }
    
    .download {
        padding: 20px;
    }
    
    .download .content {
        flex-direction: column;
    }
    .download .content .left {
        width: 100%;
    }
    .download .content .left .search .btn {
        width: 15px;
    }
    .download .content .left .list {
        width: 100%;
    }
    .download .content .left .list .item .li_label .icon {
        width: 10px;
    }
    
    .download .content .right .box {
        padding: 20px;
    }
    .download .content .right .box .box_list .item {
        padding: 20px 0;
    }
    .download .content .right .box .box_list .item .icon {
        width: 12px;
    }
    .download .content .right .box .box_list {
        margin: 10px 0 0 0;
    }
    .download .content .right .box .bottom_pagination {
        padding: 0;
    }
    
    
    .industry {
        padding: 20px;
    }
    .industry .content .list {
        gap: 50px;
    }
    .industry .content .list .item {
        flex-direction: column;
        gap: 30px;
    }
    .industry .content .list .item:nth-child(2n) {
        flex-direction: column;
    }
    .industry .content .list .item .img_box {
        width: 90vw;
        height: 60vw;
    }
    .industry .content .list .item .info .tags .tag {
        padding: .1rem .2rem;
    }
    
    
    .industry .content .list_2 {
        gap: 20px;
    }
    
    .industry .content .list_2 .item {
        width: 90vw;
    }
    .industry .content .list_2 .item .img_box {
        height: 62vw;
    }
    .industry .content .box {
        margin: 60px 0 0 0;
        padding: 20px;
    }
    .industry .content .box .title {
        font-size: 18px;
    }
    .industry .content .box .desc {
        font-size: 14px;
    }
    
    .industry_detail .sec_1 {
        padding: 20px;
    }
    .industry_detail .sec_1 .content {
        flex-direction: column;
        gap: 20px;
    }
    .industry_detail .sec_1 .content .img_box {
        width: 90vw;
        height: 60vw;
    }
    .industry_detail .sec_1 .content .info {
        padding: 0;
    }
    .industry_detail .sec_4 .sec_4_box {
        padding: 40px 20px;
    }
    .industry_detail .sec_4 .boxs {
        flex-wrap: wrap;
    }
    .industry_detail .sec_4 .boxs .item {
        width: 90vw;
    }
    .industry_detail .sec_4 .content {
        padding: 20px;
    }
    .industry_detail .sec_4 .content .title {
        font-size: 18px;
    }
    .industry_detail .sec_4 .content .desc {
        font-size: 14px;
    }
    
    
    .product_search .banner {
        padding: 20px;
    }
    .product_search .banner .search {
        width: 90vw;
    }
    .product_search .banner .search button img {
        width: 15px;
    }
    .product_search .content {
        padding: 20px;
    }
    .product_search .content .tabs {
        flex-wrap: wrap;
        justify-content: start;
        gap: 20px;
    }
    .product_search .content .tabs .tab {
        width: calc((100% - 80px) / 4);
    }
    .product_search .content .tabs .tab img {
        margin: 0 auto 10px auto;
    }
    .product_search .content .box .item {
        padding: 20px;
    }
    
    .product .content {
        padding: 20px 20px 50px 20px;
        flex-direction: column;
    }
    .product .content .right .list {
        gap: 20px;
    }
    .product .content .left .list .item {
        width: 100%;
    }
    .product .content .right .list .item {
        width: 90vw;
    }
    .content .right .desc {
        text-align: center;
    }
    
    .product_1 .content {
        padding: 20px 20px 50px 20px;
    }
    .product_1 .content .box {
        width: 90vw;
        height: 180vw;
    }
    .product_1 .points .point:nth-child(1) {
        top: 7.46rem;
        left: 4.18rem;
    }
    .product_1 .points .point:nth-child(2) {
        top: 5.67rem;
        left: 4.17rem;
    }
    
    .product_1 .content .box .info .info_title {
        font-size: 14px;
    }
    .product_1 .content .box .info .info_desc {
        font-size: 14px;
    }
    .product_1 .content .box .info {
        right: 20px;
        bottom: 20px;
    }
    
    
    
    .product_detail .sec_1 {
        padding: 20px;
    }
    .product_detail .sec_1 .bg img {
        opacity: 0;
    }
    .product_detail .sec_1 .main {
        flex-direction: column;
    }
    .product_detail .sec_1 .left {
        width: 100%;
    }
    .product_detail .sec_1 .left .label {
        text-align: center;
    }
    .product_detail .sec_1 .left .desc {
        text-align: center;
    }
    .product_detail .sec_1 .left .btns {
        justify-content: center;
        margin: 30px 0 0 0;
    }
    .product_detail .sec_1 .right {
        width: 100%;
    }
    .product_detail .sec_1 .right .box_1 {
        width: 100%;
    }
    .product_detail .sec_1 .right .box_2 .content .item {
        width: 100%;
    }
    .product_detail .sec_1 .right .box_2 .btn {
        transform: unset;
    }
    
    .product_detail .sec_2 {
        padding: 40px 0;
    }
    .product_detail .sec_2 .top {
        padding: 0 20px;
    }
    .product_detail .sec_2 .label {
        padding: 0;
    }
    .product_detail .sec_2 .desc {
        font-size: 14px;
        padding: 0;
    }
    .product_detail .sec_2 .content .swiper_3 {
        padding: 0;
    }
    .product_detail .sec_2 .content {
        padding: 0 20px;
        margin: 30px 0 0 0;
    }
    .product_detail .sec_2 .content .item {
        width: 100%;
    }
    
    
    
    .product_detail .sec_3 {
        padding: 0 20px;
    }
    .product_detail .sec_3 .desc {
        font-size: 14px;
    }
    
    /*.product_detail .sec_3 table tr {*/
    /*    position: relative;*/
    /*}*/
    
    .product_detail .sec_3 table tr td:first-child {
        position: sticky;
        left: 0;
        z-index: 1;
        background: #fff;
    }
    .product_detail .sec_3 table tr:nth-child(2n) td:first-child {
        /*background: rgba(232, 238, 249, 1);*/
    }
    .product_detail .sec_3 table tr:first-child td:first-child {
        position: sticky;
        left: 0;
        z-index: 1;
        border-right: 1px solid rgba(240, 240, 240, 1);
    }
    .product_detail .sec_3 table tr:first-child td {
        white-space: nowrap;
        padding: 10px;
    }
    .product_detail .sec_3 table tr:first-child td img {
        margin: auto auto 10px auto;
    }
    .product_detail .sec_3 table tr:first-child td:first-child p:first-child {
        left: 10px;
        top: 10px;
    }
    .product_detail .sec_3 table tr:first-child td:first-child p:last-child {
        right: 10px;
        bottom: 10px;
    }
    .product_detail .sec_3 .table {
        overflow-x: auto;
    }
    .product_detail .sec_3 .table.close {
        overflow-y: hidden;
        overflow-x: auto;
    }
    .product_detail .sec_3 table  {
        overflow: auto !important;
        /*overflow-x: auto !important;*/
    }
    
    .product_detail .sec_4 {
        padding: 40px 20px;
        overflow: hidden;
    }
    .product_detail .sec_4 .table {
        overflow-x: auto;
        overflow-y: hidden;
    }
    .product_detail .sec_4 .table table tr td:first-child {
        position: sticky;
        left: 0;
        z-index: 1;
        background: #fff;
    }
    .product_detail .sec_4 .table table tr:nth-child(2n) td:first-child {
        /*background: rgba(232, 238, 249, 1);*/
    }
    
    .product_detail .sec_5 {
        padding: 0 20px;
        overflow: hidden;
    }
    .product_detail .sec_5 .desc {
        font-size: 14px;
    }
    .product_detail .sec_5 .table {
        overflow-x: auto;
    }
    .product_detail .sec_5 .table table tr td:first-child {
        position: sticky;
        left: 0;
        z-index: 1;
        background: #fff;
    }
    .product_detail .sec_5 .table table tr:nth-child(2n) td:first-child {
        /*background: rgba(232, 238, 249, 1);*/
    }
    .product_detail .sec_5 .table table tr:first-child td:first-child {
        background: #1887ee;
    }
    .product_detail .sec_6 {
        overflow: hidden;
        padding: 40px 20px;
    }
    .product_detail .sec_6 .desc {
        font-size: 14px;
    }
    .product_detail .sec_6 .content {
        gap: 0;
    }
    .product_detail .sec_6 .content .box {
        width: 100%;
        position: relative;
        z-index: 0;
    }
    .product_detail .sec_6 .content .btn {
        position: absolute;
        z-index: 1;
    }
    
    .product_detail .sec_6 .content .btn.prev {
        left: 20px;
    }
    .product_detail .sec_6 .content .btn.next {
        right: 20px;
    }
    .product_detail .sec_6 .content .box .item {
        margin: 0 auto;
    }
    .product_detail .sec_6 .box_2 {
        padding: 20px;
    }
    .product_detail .sec_6 .box_2 .title {
        font-size: 18px;
    }
    .product_detail .sec_6 .box_2 .desc {
        font-size: 14px;
    }
    
    .index-product_1 {
        
    }
    .index-product_1 .content .box {
        width: 90vw;
        height: 180vw;
    }
    .index-product_1 .points .point:nth-child(1) {
        top: 7.46rem;
        left: 4.18rem;
    }
    .index-product_1 .points .point:nth-child(2) {
        top: 5.67rem;
        left: 4.17rem;
    }
    
    .index-product_1 .content .box .info .info_title {
        font-size: 14px;
    }
    .index-product_1 .content .box .info .info_desc {
        font-size: 14px;
    }
    .index-product_1 .content .box .info {
        right: 20px;
        bottom: 20px;
    }
    
    
    .index .banner .content {
        height: 82.66vw;
    }
    .index .sec_1 {
        text-align: center;
        padding: 40px 20px 0 20px;
    }
    .index .sec_1 .top {
        flex-direction: column;
        gap: 20px;
    }
    
    .index .sec_1 .top .p_btn {
        display: none;
    }
    .index .sec_1 .content .item .info .btn .p_btn {
        margin: 0;
    }
    .index .sec_1 .content {
        text-align: center;
    }
    .index .sec_1  .p_btn {
        display: inline-flex;
        color: #fff;
        border-style: none;
        margin: .7rem 0 0 0;
    }
    .index .sec_1  .p_btn:after {
        opacity: 1;
    }
    .index .sec_1  .p_btn .icon::after {
        opacity: 0;
    }
    .index .sec_1  .p_btn .icon .normal {
        opacity: 1;
        left: 50%;
        transform: translateX(-50%);
    }
    .index .sec_1 .p_btn .icon .active {
        opacity: 0;
        left: 100%;
    }
    .index .sec_1 .content .item {
        width: 100%;
    }
    .index .sec_1 .content .item .info .desc {
        max-height: 3rem;
        -webkit-line-clamp: 2;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        overflow: hidden;
    }
    .index .sec_1 .content .item.on .info .btn {
        margin: .38rem 0 0 0;
        max-height: 1.2rem;
    }
    
    
    
    .index .sec_2 {
        padding: 60px 0;
    }
    .index .sec_2 .top {
        padding: 0 20px;
        text-align: center;
    }
    .index .sec_2 .content .item .item_info {
        opacity: 0;
        display: none;
    }
    .index .sec_2 .content .name {
        font-size: 1.2rem;
    }
    .index .sec_2 .content .controls {
        width: 100%;
        padding: 0 20px;
        gap: 20px;
    }
    .index .sec_2 .content .controls .btn {
        flex-shrink: 0;
    }
    .index .sec_2 .content .controls .title {
        line-height: 1.3;
    }
    .index .sec_2 .content .controls .desc {
        font-size: 14px;
        line-height: 1.3;
    }
    .index .sec_2 .content .tabs {
        /*flex-wrap: wrap;*/
        display: none;
    }
    .index .sec_2 .content .tabs.tabs_m {
        display: flex;
        /*flex-wrap: wrap;*/
        overflow-x: auto;
        margin: 1rem 0 0 0;
        justify-content: start;
        padding-left: 20px;
    }
    .index .sec_2 .content .tabs.tabs_m::-webkit-scrollbar {
        display: none;
    }
    .index .sec_2 .content .tabs .tab {
        flex-shrink: 0;
        padding: .26rem 1.06rem;
    }
    .index .sec_2 .content .name {
        top: 2.5rem;
    }
    .index .sec_2 .content .swiper_2 {
        height: 4.82rem;
    }
    .index .sec_2 .content .swiper_2 .swiper-wrapper {
        height: 5.52rem;
    }
    .index .sec_2 .box_sec_3 {
        display: block;
        margin: 2rem 0 0 0;
    }
    
    .index .sec_2 .box_sec_3 .p_label {
        margin: 0 20px;
        text-align: center;
    }
    .index .sec_2 .box_sec_3 .btn {
        margin: .52rem 20px 0 20px;
        justify-content: center;
        display: flex;
    }
    
    .index .sec_3 {
        height: auto;
    }
    .index .sec_3 .p_label {
        margin: 0 20px;
        text-align: center;
        display: none;
    }
    .index .sec_3 .p_label .desc {
        line-height: 1.3;
    }
    .index .sec_3 .btn {
        margin: 40px 20px 0 20px;
        justify-content: center;
        display: none;
    }
    .index .sec_3 .boxs {
        padding: 40.8vw 85px 0 20px;
    }
    .index .sec_3 .boxs .swiper_3 .swiper-wrapper {
        /*flex-direction: column;*/
        /*gap: 20px;*/
    }
    .index .sec_3 .boxs .item {
        height: auto;
    }
    .index .sec_3 .boxs .item .nums strong {
        font-size: .6rem;
    }
    .index .sec_3 .boxs .item .icon img {
        width: 15px;
    }
    .index .sec_3 .boxs .item .mask {
        width: 30vw;
    }
    
    .index .sec_4 {
        padding: 60px 20px;
    }
    .index .sec_4 .content {
        flex-direction: column;
    }
    .index .sec_4 .content .left {
        flex-direction: column;
    }
    .index .sec_4 .content .left .li {
        width: 90vw;
    }
    .index .sec_4 .content .left .li .img_box {
        height: 60vw;
    }
    .index .sec_4 .content .left .li .info .time img {
        width: 15px;
    }
    .index .sec_4 .content .right .time {
        margin: 10px 0 0 0;
        color: rgba(153, 153, 153, 1);
    }
    .index .sec_4 .content .right .time img {
        width: 15px;
    }
    
    .index .sec_5 .sec_5_box {
        padding: 0 0 0 0;
    }
    .index .sec_5 .boxs {
        flex-wrap: wrap;
        gap: 20px;
        margin: 0 20px;
    }
    .index .sec_5 .boxs .item {
        width: 90vw;
    }
    
    .index .sec_5 .content {
        margin: 40px 0 0 0;
        padding: 22px 20px 23px 20px;
        border-radius: 0;
    }
    .index .sec_5 .content .title {
        font-size: 18px;
    }
    .index .sec_5 .content .desc {
        font-size: 14px;
        padding: 0 35px;
    }
    
    .industry_detail .sec_2 {
        padding: 40px 20px;
    }
    .industry_detail .sec_2 .content {
        padding: 0;
    }
    .industry_detail .sec_2 .content .item .title {
        font-size: 14px;
    }
    .industry_detail .sec_2 .content .item .box .btn .p_btn .icon img {
        width: 15px;
    }
    .industry_detail .sec_2 .content .btns {
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 20px;
        margin: 20px 0 0 0;
    }
    .industry_detail .sec_2 .content .btns .btn {
        position: relative;
        top: unset;
        transform: unset;
        
    }
    .industry_detail .sec_2 .content .btns .btn img {
        width: 5px;
    }
    
    .industry_detail .sec_3 {
        padding: 0 20px;
    }
    .industry_detail .sec_3 .content {
        flex-direction: column;
    }
    .industry_detail .sec_3 .content .img_box {
        width: 90vw;
        height: 74vw;
    }
    .industry_detail .sec_3 .content .info {
        padding: 0 20px 20px;
        height: auto;
    }
    
    .news_detail.industry_detail_1 .main .right {
        width: 100%;
    }
    
    .news_detail .crumb {
        display: none;
    }
    .news_detail .top .title {
        margin: 0;
    }
    
    .search .banner .search button img {
        width: 15px;
    }
    .search .content .tabs {
        padding: 0 20px;
        justify-content: center;
    }
    
    .search .banner {
        padding: 20px;
    }
    .search .banner .search {
        width: 90vw;
    }
    
    .search .content .tabs .tab {
        font-weight: 400;
        padding: 5px 10px;
    }
    
    .search .list_1 {
        margin: 50px 0 0 0;
        border-top: 1px solid rgba(217, 217, 217, 1);
    }
    .search .list_1 .item {
        flex-direction: column;
        padding: 30px 20px;
        gap: 20px;
    }
    .search .list_1 .item .img_box {
        width: 90vw;
        height: 60vw;
    }
    .search .list_1 .item .info .time img {
        width: 15px;
    }
    .search .list_1 .item .info .btn {
        /*justify-content: center;*/
    }
    
    .search .list_2 {
        gap: 20px;
        margin: 40px 20px;
    }
    .search .list_2 .item {
        width: 100%;
    }
    .search .list_2 .item {
        width: 90vw;
    }
    
    .search .list_3 {
        margin: 40px 20px;
    }
    .search .list_3 .item .top {
        gap: 20px;
    }
    .search .list_3 .item .top .qus {
        line-height: 1.3;
    }
    .search .list_3 .item .top .icon {
        flex-shrink: 0;
    }
    .search .list_3 .item .answer {
        line-height: 1.5;
    }
    .search .list_3 .item.on .answer {
        max-height: 10rem;
    }
}






















