@charset "utf-8";
.prodinfobox-sec1 {
  background: #f8f8f8;
  padding: 0.26rem 0 1.68rem;
  border-bottom: 1px solid #eeeeee;
}
.prodinfobox-sec1 .base_img {
  position: relative;
  overflow: hidden;
}
.prodinfobox-sec1 .base_img img,
.prodinfobox-sec1 .base_img video {
  transition: all 0.6s;
  -webkit-transition: all 0.6s;
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
}
.prodinfobox-sec1 .base_img:before {
  content: "";
  display: block;
}
.prodinfobox-sec1 .base_prev,
.prodinfobox-sec1 .base_next {
  margin: 0;
  width: 0.56rem;
  height: 0.56rem;
  border-radius: 50%;
  background: none;
  border: solid 1px #adadad;
  transition: all 0.4s;
}
@media (max-width: 767px) {
  .prodinfobox-sec1 .base_prev,
  .prodinfobox-sec1 .base_next {
    width: 0.66rem;
    height: 0.66rem;
  }
}
.prodinfobox-sec1 .base_prev::after,
.prodinfobox-sec1 .base_next::after {
  display: none;
}
.prodinfobox-sec1 .base_prev img,
.prodinfobox-sec1 .base_next img,
.prodinfobox-sec1 .base_prev svg,
.prodinfobox-sec1 .base_next svg {
  width: 34.61538462%;
  height: 34.61538462%;
  object-fit: contain;
  color: #adadad;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
}
.prodinfobox-sec1 .base_prev img path,
.prodinfobox-sec1 .base_next img path,
.prodinfobox-sec1 .base_prev svg path,
.prodinfobox-sec1 .base_next svg path {
  fill: #adadad;
  transition: all 0.4s;
}
.prodinfobox-sec1 .base_prev:hover,
.prodinfobox-sec1 .base_next:hover {
  background: var(--color);
  border-color: var(--color);
}
.prodinfobox-sec1 .base_prev:hover svg,
.prodinfobox-sec1 .base_next:hover svg {
  color: #fff;
}
.prodinfobox-sec1 .base_prev:hover svg path,
.prodinfobox-sec1 .base_next:hover svg path {
  fill: #ffffff;
}
.prodinfobox-sec1 .hm_but {
  display: inline-flex;
  display: -webkit-inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 0;
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -ms-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
  border-radius: 25px;
  border: solid 1px #dddddd;
  min-width: 1.4rem;
  padding: 12px 24px;
}
@media (max-width: 1580px) {
  .prodinfobox-sec1 .hm_but {
    padding: 10px 20px;
  }
}
@media (max-width: 767px) {
  .prodinfobox-sec1 .hm_but {
    padding: 8px 16px;
  }
}
.prodinfobox-sec1 .hm_but span {
  color: #666666;
  transform: translateX(8px);
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -ms-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
}
@media (max-width: 1580px) {
  .prodinfobox-sec1 .hm_but span {
    transform: translateX(6px);
  }
}
.prodinfobox-sec1 .hm_but .f_icon {
  display: flex;
  width: 6px;
  height: 12px;
  margin-left: 10px;
  opacity: 0;
  transform: translateX(-8px);
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -ms-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
}
@media (max-width: 1580px) {
  .prodinfobox-sec1 .hm_but .f_icon {
    width: 4px;
    height: 8px;
    transform: translateX(-6px);
    margin-left: 8px;
  }
}
.prodinfobox-sec1 .hm_but .f_icon img,
.prodinfobox-sec1 .hm_but .f_icon svg {
  width: 100%;
  height: 100%;
  object-fit: contain;
  color: #fff;
}
.prodinfobox-sec1 .hm_but .f_icon img path,
.prodinfobox-sec1 .hm_but .f_icon svg path {
  fill: #ffffff;
}
.prodinfobox-sec1 .hm_but:hover {
  background: var(--color);
  border-color: var(--color);
}
.prodinfobox-sec1 .hm_but:hover span {
  transform: translateX(0);
  color: #ffffff;
}
.prodinfobox-sec1 .hm_but:hover .f_icon {
  transform: translateX(0);
  opacity: 1;
}
.prodinfobox-sec1 .hm_but2 {
  background: transparent;
  border: 1px solid #ffffff;
}
.prodinfobox-sec1 .hm_but2 span {
  color: #ffffff;
}
.prodinfobox-sec1 .hm_but2:hover {
  border-color: var(--color);
}
.prodinfobox-sec1 .hm_tit {
  text-align: center;
}
.prodinfobox-sec1 .hm_tit .f_tit {
  color: #333333;
  font-weight: bold;
  font-size: var(--font-size1);
}
.prodinfobox-sec1 .hm_tit .f_text {
  color: #666666;
  margin-top: 0.07rem;
}
.prodinfobox-sec1 .container {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.prodinfobox-sec1 .container .lt {
  width: 50%;
  display: flex;
}
@media (max-width: 1260px) {
  .prodinfobox-sec1 .container .lt {
    width: 60%;
  }
}
@media (max-width: 991px) {
  .prodinfobox-sec1 .container .lt {
    width: 100%;
    flex-direction: column;
  }
}
@media (max-width: 767px) {
  .prodinfobox-sec1 .container .lt {
    width: 100%;
  }
}
.prodinfobox-sec1 .container .lt .f_nav {
  width: 16.25%;
  padding-right: 20px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
}
@media (max-width: 991px) {
  .prodinfobox-sec1 .container .lt .f_nav {
    order: 1;
    width: 100%;
    flex-direction: row;
    padding-right: 0;
    margin-top: 20px;
  }
}
.prodinfobox-sec1 .container .lt .f_nav .prodinfobox1_prev,
.prodinfobox-sec1 .container .lt .f_nav .prodinfobox1_next {
  position: relative;
  left: 0;
  right: 0;
  top: 0;
  -webkit-user-select: none;
  user-select: none;
  flex: 0 0 auto;
}
@media (max-width: 991px) {
  .prodinfobox-sec1 .container .lt .f_nav .prodinfobox1_prev,
  .prodinfobox-sec1 .container .lt .f_nav .prodinfobox1_next {
    border-radius: 0.1rem;
    width: 0.5rem;
    height: 2.1rem;
  }
}
@media (max-width: 767px) {
  .prodinfobox-sec1 .container .lt .f_nav .prodinfobox1_prev,
  .prodinfobox-sec1 .container .lt .f_nav .prodinfobox1_next {
    height: 1.21rem;
  }
}
@media (min-width: 992px) {
  .prodinfobox-sec1 .container .lt .f_nav .prodinfobox1_prev {
    transform: rotate(90deg);
  }
  .prodinfobox-sec1 .container .lt .f_nav .prodinfobox1_next {
    transform: rotate(90deg);
  }
}
.prodinfobox-sec1 .container .lt .f_nav .prodinfobox1_nav {
  width: 100%;
  height: 4.6rem;
}
@media (max-width: 1260px) {
  .prodinfobox-sec1 .container .lt .f_nav .prodinfobox1_nav {
    height: 5.5rem;
  }
}
@media (max-width: 991px) {
  .prodinfobox-sec1 .container .lt .f_nav .prodinfobox1_nav {
    width: calc(100% - 1.36rem);
    height: auto;
  }
}
.prodinfobox-sec1 .container .lt .f_nav .prodinfobox1_nav .swiper-slide .f_img {
  background-color: #ffffff;
  border-radius: 0.1rem;
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -ms-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
  border: solid 1px #eaeaea;
  height: 100%;
}
@media (max-width: 991px) {
  .prodinfobox-sec1 .container .lt .f_nav .prodinfobox1_nav .swiper-slide .f_img {
    padding-top: 100%;
  }
}
.prodinfobox-sec1 .container .lt .f_nav .prodinfobox1_nav .swiper-slide-thumb-active .f_img {
  border-color: var(--color);
}
.prodinfobox-sec1 .container .lt .prodinfobox1_cont {
  width: 83.75%;
  margin: 0;
}
@media (max-width: 991px) {
  .prodinfobox-sec1 .container .lt .prodinfobox1_cont {
    width: 100%;
  }
}
.prodinfobox-sec1 .container .lt .prodinfobox1_cont .f_img {
  background-color: #ffffff;
  border-radius: 0.1rem;
  border: solid 1px #eaeaea;
  padding-top: 92.53731343%;
}
.prodinfobox-sec1 .container .gt {
  width: 50%;
  padding-top: 0.28rem;
  padding-left: 1.46rem;
  padding-right: 0.4rem;
}
@media (max-width: 1260px) {
  .prodinfobox-sec1 .container .gt {
    width: 40%;
    padding-right: 0;
    padding-left: 0.8rem;
  }
}
@media (max-width: 991px) {
  .prodinfobox-sec1 .container .gt {
    padding-left: 0.6rem;
    width: 100%;
    padding-left: 0;
  }
}
@media (max-width: 767px) {
  .prodinfobox-sec1 .container .gt {
    width: 100%;
    padding-top: 0.5rem;
    padding-left: 0;
  }
}
.prodinfobox-sec1 .container .gt .f_name {
  color: #999999;
  font-size: var(--font-size6);
}
.prodinfobox-sec1 .container .gt .f_tit {
  font-weight: bold;
  color: #333333;
  margin-bottom: 0.17rem;
  font-size: var(--font-size1);
}
.prodinfobox-sec1 .container .gt .f_tit span {
  color: var(--color);
}
.prodinfobox-sec1 .container .gt .f_msg {
  color: #666666;
  padding-bottom: 0.26rem;
  border-bottom: 1px solid #eaeaea;
  margin-bottom: 0.2rem;
}
.prodinfobox-sec1 .container .gt .f_text {
  color: #666666;
  line-height: 1.875;
  margin-bottom: 0.5rem;
}
.prodinfobox-sec1 .container .gt .f_text p {
  position: relative;
  padding-left: 0.2rem;
}
@media (max-width: 767px) {
  .prodinfobox-sec1 .container .gt .f_text p {
    padding-left: 16px;
  }
}
.prodinfobox-sec1 .container .gt .f_text p:before {
  content: "";
  display: block;
  position: absolute;
  top: 0.9375em;
  left: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 8px;
  height: 8px;
  border: solid 1px #009eb0;
  border-radius: 50%;
}
@media (max-width: 1260px) {
  .prodinfobox-sec1 .container .gt .f_text p:before {
    width: 6px;
    height: 6px;
  }
}

 
@charset "utf-8";
.prodinfobox_cont {
  position: relative;
  overflow: hidden;
}
.prodinfobox_cont .prod_item {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -ms-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
  pointer-events: none;
}
.prodinfobox_cont .prod_item.on {
  position: relative;
  visibility: inherit;
  opacity: 1;
  pointer-events: auto;
}
.prodinfobox .casebox-sec1 {
  background: #f8f8f8;
}
.prodinfobox .breadbox {
  background: #f8f8f8;
}
.prodinfobox-sec7 {
  padding: 1.2rem 0 0.7rem;
}
.prodinfobox-sec7 .make-text {
  line-height: 1.625;
  color: #666666;
  font-size: 18px;
  overflow-y: hidden;
  overflow-x: auto;
}
@media (max-width: 1580px) {
  .prodinfobox-sec7 .make-text {
    font-size: 16px;
    line-height: 1.5;
  }
}
@media (max-width: 1260px) {
  .prodinfobox-sec7 .make-text {
    line-height: 1.3;
  }
}
.prodinfobox-sec7 .make-text img {
  max-width: 100%;
}
.prodinfobox-sec7 .make-text table {
  width: 100%;
}
.prodinfobox-sec7 .make-text table td {
  border: 1px solid #ddd;
}
.prodinfobox-sec7 .make-text ul,
.prodinfobox-sec7 .make-text li,
.prodinfobox-sec7 .make-text ol {
  list-style: inherit;
}
.prodinfobox-sec7 .make-text ul {
  padding-left: 20px;
}
.prodinfobox-sec7 .make-text video,
.prodinfobox-sec7 .make-text iframe {
  width: auto;
  max-width: 100%;
  height: auto!important;
}
.prodinfobox-sec7 .make-text a {
  color: #666666;
  word-break: break-all;
}
.prodinfobox-sec7 .make-text a span,
.prodinfobox-sec7 .make-text a p {
  word-break: break-all;
}
.prodinfobox-sec7 .make-text a:hover {
  text-decoration: underline;
}
@media (min-width: 992px) {
  .prodinfobox-sec7 .make-text table {
    width: 100%!important;
  }
}
.prodinfobox-sec7 .make-text table thead tr th {
  background: #f7fcfd;
  font-size: var(--font-size6);
  padding: 0.24rem 0.3rem;
}
.prodinfobox-sec7 .make-text table tbody tr {
  background: #f7fcfd;
}
.prodinfobox-sec7 .make-text table tbody tr:nth-child(2n) {
  background: #ffffff;
}
.prodinfobox-sec7 .make-text table tbody tr td {
  border: solid 1px #eeeeee;
  color: #666666;
  padding: 0.24rem 0.3rem;
}
.prodinfobox-sec7 .make-text h1,
.prodinfobox-sec7 .make-text h2,
.prodinfobox-sec7 .make-text h3,
.prodinfobox-sec7 .make-text h4,
.prodinfobox-sec7 .make-text h5,
.prodinfobox-sec7 .make-text h6 {
  font-weight: revert;
  line-height: 1.22;
  font-size: var(--font-size2);
  color: #000000;
}
@media (max-width: 767px) {
  .prodinfobox-sec7 .make-text h1,
  .prodinfobox-sec7 .make-text h2,
  .prodinfobox-sec7 .make-text h3,
  .prodinfobox-sec7 .make-text h4,
  .prodinfobox-sec7 .make-text h5,
  .prodinfobox-sec7 .make-text h6 {
    font-size: 18px!important;
    line-height: 1.3;
  }
}
.prodinfobox-sec7 .make-text p,
.prodinfobox-sec7 .make-text span {
  font-size: 18px;
  color: #666666;
}
@media (max-width: 767px) {
  .prodinfobox-sec7 .make-text p,
  .prodinfobox-sec7 .make-text span {
    line-height: 24px;
    font-size: 16px!important;
  }
}
.prodinfobox-sec7 .make-text {
  color: #333333;
}
.prodinfobox-sec7 .make-text p,
.prodinfobox-sec7 .make-text span,
.prodinfobox-sec7 .make-text i,
.prodinfobox-sec7 .make-text span,
.prodinfobox-sec7 .make-text strong {
  color: #333333;
}
.prodinfobox-sec7 .make-text h2,
.prodinfobox-sec7 .make-text h3,
.prodinfobox-sec7 .make-text h4,
.prodinfobox-sec7 .make-text h5,
.prodinfobox-sec7 .make-text h6 {
  font-size: var(--font-size6);
  color: #333333;
}

 
@charset "utf-8";
.solutionbox-sec2 {
  background: #F8F8F8;
  padding: 0.7rem 0 1.4rem;
}
.solutionbox-sec2 .base_prev,
.solutionbox-sec2 .base_next {
  margin: 0;
  width: 0.56rem;
  height: 0.56rem;
  border-radius: 50%;
  background: none;
  border: solid 1px #dddddd;
  transition: all 0.4s;
}
@media (max-width: 767px) {
  .solutionbox-sec2 .base_prev,
  .solutionbox-sec2 .base_next {
    width: 0.66rem;
    height: 0.66rem;
  }
}
.solutionbox-sec2 .base_prev img,
.solutionbox-sec2 .base_next img,
.solutionbox-sec2 .base_prev svg,
.solutionbox-sec2 .base_next svg {
  color: #ddd;
  width: 34.61538462%;
  height: 34.61538462%;
  object-fit: contain;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
}
.solutionbox-sec2 .base_prev img path,
.solutionbox-sec2 .base_next img path,
.solutionbox-sec2 .base_prev svg path,
.solutionbox-sec2 .base_next svg path {
  fill: #dddddd;
  transition: all 0.4s;
}
.solutionbox-sec2 .base_prev::after,
.solutionbox-sec2 .base_next::after {
  display: none;
}
.solutionbox-sec2 .base_prev:hover,
.solutionbox-sec2 .base_next:hover {
  background: var(--color);
  border-color: var(--color);
}
.solutionbox-sec2 .base_prev:hover svg path,
.solutionbox-sec2 .base_next:hover svg path {
  fill: #ffffff;
}
.solutionbox-sec2 .base_prev {
  left: -0.74rem;
}
.solutionbox-sec2 .base_next {
  right: -0.74rem;
}
.solutionbox-sec2 .base_pagin {
  display: flex;
  justify-content: center;
  position: relative;
  bottom: 0;
  margin: 0;
}
.solutionbox-sec2 .base_pagin span {
  background: #999999;
}
.solutionbox-sec2 .base_pagin .swiper-pagination-bullet-active {
  background: var(--color);
}
.solutionbox-sec2 .base_pagin.swiper-pagination-lock {
  display: none;
}
.solutionbox-sec2 .hm_tit {
  text-align: center;
}
.solutionbox-sec2 .hm_tit .f_tit {
  color: #333333;
  font-weight: bold;
  font-size: var(--font-size1);
}
.solutionbox-sec2 .hm_tit .f_text {
  color: #666666;
  margin-top: 0.07rem;
}
.solutionbox-sec2 .hm_but {
  display: inline-flex;
  display: -webkit-inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 0;
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -ms-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
  border-radius: 25px;
  border: solid 1px #dddddd;
  min-width: 1.4rem;
  padding: 12px 24px;
}
@media (max-width: 1580px) {
  .solutionbox-sec2 .hm_but {
    padding: 10px 20px;
  }
}
@media (max-width: 767px) {
  .solutionbox-sec2 .hm_but {
    padding: 8px 16px;
  }
}
.solutionbox-sec2 .hm_but span {
  color: #666666;
  transform: translateX(8px);
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -ms-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
}
@media (max-width: 1580px) {
  .solutionbox-sec2 .hm_but span {
    transform: translateX(6px);
  }
}
.solutionbox-sec2 .hm_but .f_icon {
  display: flex;
  width: 6px;
  height: 12px;
  margin-left: 10px;
  opacity: 0;
  transform: translateX(-8px);
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -ms-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
}
@media (max-width: 1580px) {
  .solutionbox-sec2 .hm_but .f_icon {
    width: 4px;
    height: 8px;
    transform: translateX(-6px);
    margin-left: 8px;
  }
}
.solutionbox-sec2 .hm_but .f_icon img,
.solutionbox-sec2 .hm_but .f_icon svg {
  width: 100%;
  height: 100%;
  object-fit: contain;
  color: #fff;
}
.solutionbox-sec2 .hm_but .f_icon img path,
.solutionbox-sec2 .hm_but .f_icon svg path {
  fill: #ffffff;
}
.solutionbox-sec2 .hm_but:hover {
  background: var(--color);
  border-color: var(--color);
}
.solutionbox-sec2 .hm_but:hover span {
  transform: translateX(0);
  color: #ffffff;
}
.solutionbox-sec2 .hm_but:hover .f_icon {
  transform: translateX(0);
  opacity: 1;
}
.solutionbox-sec2 .hm_but2 {
  background: transparent;
  border: 1px solid #ffffff;
}
.solutionbox-sec2 .hm_but2 span {
  color: #ffffff;
}
.solutionbox-sec2 .hm_but2:hover {
  border-color: var(--color);
}
.solutionbox-sec2 .hm_tit {
  text-align: center;
}
.solutionbox-sec2 .hm_tit .f_tit {
  color: #333333;
  font-weight: bold;
}
.solutionbox-sec2 .hm_tit .f_text {
  color: #666666;
  margin-top: 0.07rem;
}
.solutionbox-sec2 .hm_tit {
  margin-bottom: 0.48rem;
}
.solutionbox-sec2 .base_img {
  position: relative;
  overflow: hidden;
}
.solutionbox-sec2 .base_img img {
  transition: all 0.6s;
  -webkit-transition: all 0.6s;
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
}
.solutionbox-sec2 .base_img:before {
  content: "";
  display: block;
}
.solutionbox-sec2 .solutionbox_list {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -0.1rem;
}
.solutionbox-sec2 .solutionbox_list .item {
  padding: 0 0.1rem 0.2rem;
  width: 50%;
  width: 100%;
  align-items: center;
}
@media (max-width: 767px) {
  .solutionbox-sec2 .solutionbox_list .item {
    width: 100%;
    padding-bottom: 0.6rem;
  }
}
.solutionbox-sec2 .solutionbox_list .item .list {
  display: block;
  box-shadow: 0px 0px 0.21rem 0px #eeeeee;
  border-radius: 0.1rem;
  height: 100%;
  background: #ffffff;
}
.solutionbox-sec2 .solutionbox_list .item .list .f_img {
  padding-top: 40.57971014%;
  border-radius: 0.1rem;
}
.solutionbox-sec2 .solutionbox_list .item .list .font {
  padding: 0.35rem 0.4rem 0.36rem;
}
.solutionbox-sec2 .solutionbox_list .item .list .font .f_tit {
  color: #333333;
  width: 100%;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  font-weight: bold;
  margin-bottom: 8px;
  font-size: var(--font-size6);
}
.solutionbox-sec2 .solutionbox_list .item .list .font .f_text {
  color: #666666;
  line-height: 1.625;
  margin-bottom: 0.12rem;
  /* height: (26/16*3em); */
  /* overflow: hidden;
						display: -webkit-box;
						-webkit-line-clamp: 3;
						line-clamp: 3;
						-webkit-box-orient: vertical; */
}
@media (max-width: 767px) {
  .solutionbox-sec2 .solutionbox_list .item .list .font .f_text {
    margin-bottom: 0.24rem;
  }
}
.solutionbox-sec2 .solutionbox_list .item .list .font .f_t2 {
  color: #333333;
  font-weight: bold;
  margin-bottom: 7px;
  font-size: var(--font-size6);
}
.solutionbox-sec2 .solutionbox_list .item .list .font .f_wen {
  color: #666666;
  line-height: 1.625;
}
.solutionbox-sec2 .solutionbox_list .item .list .font .f_wen p {
  position: relative;
  padding-left: 22px;
}
@media (max-width: 1580px) {
  .solutionbox-sec2 .solutionbox_list .item .list .font .f_wen p {
    padding-left: 18px;
  }
}
@media (max-width: 991px) {
  .solutionbox-sec2 .solutionbox_list .item .list .font .f_wen p {
    padding-left: 14px;
  }
}
.solutionbox-sec2 .solutionbox_list .item .list .font .f_wen p:before {
  content: "";
  display: block;
  position: absolute;
  top: 0.8125em;
  left: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 8px;
  height: 8px;
  border: solid 1px #009eb0;
  border-radius: 50%;
}
@media (max-width: 1580px) {
  .solutionbox-sec2 .solutionbox_list .item .list .font .f_wen p:before {
    width: 6px;
    height: 6px;
  }
}
.solutionbox-sec2 .solutionbox_list .item .list .font .f_but {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  color: #333333;
  margin-top: 0.3rem;
}
.solutionbox-sec2 .solutionbox_list .item .list .font .f_but img,
.solutionbox-sec2 .solutionbox_list .item .list .font .f_but svg {
  width: 5px;
  height: 10px;
  margin-left: 8px;
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -ms-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
}
.solutionbox-sec2 .solutionbox_list .item .list .font .f_but img path,
.solutionbox-sec2 .solutionbox_list .item .list .font .f_but svg path {
  fill: #333;
}
.solutionbox-sec2 .solutionbox_list .item .list:hover .f_img img {
  transform: scale(1.04);
}
.solutionbox-sec2 .solutionbox_list .item .list:hover .f_but img,
.solutionbox-sec2 .solutionbox_list .item .list:hover .f_but svg {
  transform: translateX(0.1rem);
}
.solutionbox-sec2 .solutionbox_list .item .list {
  display: flex;
  flex-wrap: wrap;
}
.solutionbox-sec2 .solutionbox_list .item .list .f_img {
  width: 49.28%;
  padding-top: 0;
}
@media (max-width: 767px) {
  .solutionbox-sec2 .solutionbox_list .item .list .f_img {
    width: 100%;
  }
}
.solutionbox-sec2 .solutionbox_list .item .list .f_img:before {
  padding-top: 40.57971014%;
}
@media (min-width: 768px) {
  .solutionbox-sec2 .solutionbox_list .item .list .f_img:before {
    padding-top: 75.36231884%;
  }
}
.solutionbox-sec2 .solutionbox_list .item .list .font {
  width: 50.72%;
}
@media (min-width: 768px) {
  .solutionbox-sec2 .solutionbox_list .item .list .font {
    padding-left: 0.6rem;
    padding-right: 0.6rem;
  }
}
@media (max-width: 767px) {
  .solutionbox-sec2 .solutionbox_list .item .list .font {
    width: 100%;
  }
}
.solutionbox-sec2 .solutionbox_list .item .list .font .f_but {
  justify-content: flex-start;
}
@media (min-width: 768px) {
  .solutionbox-sec2 .solutionbox_list .item:nth-child(2n) .list .f_img {
    order: 1;
  }
}
.solutionbox-sec2 .cont {
  position: relative;
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -ms-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
  /* overflow: hidden; */
  margin: 0 -0.3rem;
  padding: 0 0.3rem;
}
.solutionbox-sec2 .cont .solutionbox_list .item:nth-child(4) ~ .item {
  display: none;
}
.solutionbox-sec2 .f_btn {
  text-align: center;
  margin-top: 0.6rem;
}
.solutionbox-sec2 .f_btn .hm_but {
  border-color: var(--color);
  cursor: pointer;
}
.solutionbox-sec2 .f_btn .hm_but span {
  color: var(--color);
}
.solutionbox-sec2 .f_btn .hm_but span:nth-child(2) {
  display: none;
}
.solutionbox-sec2 .f_btn .hm_but.on span {
  display: none;
}
.solutionbox-sec2 .f_btn .hm_but.on span:nth-child(2) {
  display: -webkit-inline-flex;
  display: inline-flex;
}
.solutionbox-sec2 .f_btn .hm_but:hover span {
  color: #ffffff;
}
.solutionbox-sec2 .container2.on .cont .solutionbox_list .item:nth-child(4) ~ .item {
  display: block;
}
.solutionbox-sec2 .container2.on .f_btn .hm_but span {
  display: none;
}
.solutionbox-sec2 .container2.on .f_btn .hm_but span:nth-child(2) {
  display: -webkit-inline-flex;
  display: inline-flex;
}

 
@charset "utf-8";
.service-box6 {
  width: 100%;
  /* background: #f5f7f9; */
  padding: 0.93rem 0 1.2rem;
}
@media (max-width: 767px) {
  .service-box6 {
    padding: 1rem 0;
  }
}
.service-box6 .container1510 {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
}
@media (max-width: 991px) {
  .service-box6 .container1510 .top {
    width: 100%;
  }
}
.service-box6 .container1510 .top .t1 {
  color: #999;
  line-height: 1.5em;
}
@media (max-width: 767px) {
  .service-box6 .container1510 .top .t1 {
    display: none;
  }
}
.service-box6 .container1510 .top .title {
  font-size: var(--font-size2);
  line-height: 1.16666667em;
  color: #333;
  margin-top: 0.14rem;
}
@media (max-width: 767px) {
  .service-box6 .container1510 .top .title {
    margin-top: 0;
  }
}
.service-box6 .container1510 .top .title span {
  display: block;
}
.service-box6 .container1510 .top .more {
  display: flex;
  margin-top: 0.75rem;
}
@media (max-width: 991px) {
  .service-box6 .container1510 .top .more {
    margin-top: 0.5rem;
  }
}
.service-box6 .container1510 .top .more a {
  color: var(--color);
  line-height: 1.5em;
  display: flex;
  align-items: center;
}
.service-box6 .container1510 .top .more a i {
  width: 22px;
  height: 22px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  background: var(--color);
  margin-left: 0.1rem;
  overflow: hidden;
}
.service-box6 .container1510 .top .more a i svg {
  color: #fff;
  width: 40%;
  height: 40%;
}
.service-box6 .container1510 .top .more a i svg path {
  fill: #fff;
}
.service-box6 .container1510 .top .more a:hover i svg {
  animation: arrowRun 5s infinite;
}
.service-box6 .container1510 .list {
  width: 64.44444444%;
  border-top: 1px solid #ddd;
}
@media (max-width: 991px) {
  .service-box6 .container1510 .list {
    width: 100%;
    margin-top: 0.8rem;
  }
}
.service-box6 .container1510 .list ul {
  width: 100%;
}
.service-box6 .container1510 .list ul li {
  width: 100%;
  padding: 0.34rem 0.36rem 0.34rem 0.27rem;
  border-bottom: 1px solid #ddd;
}
@media (max-width: 767px) {
  .service-box6 .container1510 .list ul li {
    padding: 0.34rem 0 0.34rem 0;
  }
}
.service-box6 .container1510 .list ul li .title {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  line-height: 1.45454545em;
  cursor: pointer;
}
.service-box6 .container1510 .list ul li .title span {
  color: #333;
  transition: all 0.4s;
  font-size: var(--font-size5);
}
.service-box6 .container1510 .list ul li .title i {
  width: 0.18rem;
  height: 0.18rem;
  display: flex;
  position: relative;
  flex-shrink: 0;
}
.service-box6 .container1510 .list ul li .title i img {
  width: 100%;
  height: 100%;
}
.service-box6 .container1510 .list ul li .title i img:nth-child(2) {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
}
.service-box6 .container1510 .list ul li .txt {
  line-height: 1.5em;
  color: #999;
  padding: 0.26rem 0.8rem 0.22rem 0;
  display: none;
}
@media (max-width: 767px) {
  .service-box6 .container1510 .list ul li .txt {
    line-height: 1.6;
  }
}
.service-box6 .container1510 .list ul li:hover .title span {
  color: var(--color);
}
.service-box6 .container1510 .list ul li.on .title span {
  color: var(--color);
}
.service-box6 .container1510 .list ul li.on .title i img:nth-child(1) {
  opacity: 0;
}
@keyframes arrowRun {
  0% {
    transform: translate3d(0%, 0%, 0px) scale3d(1, 1, 1) rotateX(0deg) rotateY(0deg) rotateZ(0deg) skew(0deg, 0deg);
    transform-style: preserve-3d;
  }
  7% {
    transform: translate3d(150%, -150%, 0px) scale3d(1, 1, 1) rotateX(0deg) rotateY(0deg) rotateZ(0deg) skew(0deg, 0deg);
    transform-style: preserve-3d;
  }
  7.1% {
    transform: translate3d(-150%, 150%, 0px) scale3d(1, 1, 1) rotateX(0deg) rotateY(0deg) rotateZ(0deg) skew(0deg, 0deg);
    transform-style: preserve-3d;
  }
  14% {
    transform: translate3d(0%, 0%, 0px) scale3d(1, 1, 1) rotateX(0deg) rotateY(0deg) rotateZ(0deg) skew(0deg, 0deg);
    transform-style: preserve-3d;
  }
}
