@charset "utf-8";
.g_bigbox .f_title {
  margin-bottom: 0.28rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.g_bigbox .f_title .f_tit {
  color: #000000;
  font-size: var(--font-size1);
}
.g_bigbox .f_title .f_but {
  display: flex;
  align-items: center;
  color: #333333;
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -ms-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
}
.g_bigbox .f_title .f_but .f_icon {
  width: 8px;
  height: 13px;
  display: flex;
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -ms-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
  align-items: center;
  margin-left: 0.1rem;
}
@media (max-width: 1580px) {
  .g_bigbox .f_title .f_but .f_icon {
    width: 6px;
    height: 10px;
  }
}
.g_bigbox .f_title .f_but .f_icon img,
.g_bigbox .f_title .f_but .f_icon svg {
  width: 100%;
  max-height: 100%;
}
.g_bigbox .f_title .f_but .f_icon img path,
.g_bigbox .f_title .f_but .f_icon svg path {
  fill: #333333;
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -ms-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
}
.g_bigbox .f_title .f_but:hover {
  color: var(--color);
}
.g_bigbox .f_title .f_but:hover .f_icon {
  color: var(--color);
  transform: translateX(0.1rem);
}
.g_bigbox .f_title .f_but:hover .f_icon svg path {
  fill: var(--color);
}
.g_bigbox .base_img {
  position: relative;
  overflow: hidden;
}
.g_bigbox .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;
}
.g_bigbox .base_img:before {
  content: "";
  display: block;
}
.g_bigbox .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) {
  .g_bigbox .hm_but {
    padding: 10px 20px;
  }
}
@media (max-width: 767px) {
  .g_bigbox .hm_but {
    padding: 8px 16px;
  }
}
.g_bigbox .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) {
  .g_bigbox .hm_but span {
    transform: translateX(6px);
  }
}
.g_bigbox .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) {
  .g_bigbox .hm_but .f_icon {
    width: 4px;
    height: 8px;
    transform: translateX(-6px);
    margin-left: 8px;
  }
}
.g_bigbox .hm_but .f_icon img,
.g_bigbox .hm_but .f_icon svg {
  width: 100%;
  height: 100%;
  object-fit: contain;
  color: #fff;
}
.g_bigbox .hm_but .f_icon img path,
.g_bigbox .hm_but .f_icon svg path {
  fill: #ffffff;
}
.g_bigbox .hm_but:hover {
  background: var(--color);
  border-color: var(--color);
}
.g_bigbox .hm_but:hover span {
  transform: translateX(0);
  color: #ffffff;
}
.g_bigbox .hm_but:hover .f_icon {
  transform: translateX(0);
  opacity: 1;
}
.g_bigbox .hm_but2 {
  background: transparent;
  border: 1px solid #ffffff;
}
.g_bigbox .hm_but2 span {
  color: #ffffff;
}
.g_bigbox .hm_but2:hover {
  border-color: var(--color);
}
.g_bigbox .hm_tit {
  text-align: center;
}
.g_bigbox .hm_tit .f_tit {
  color: #333333;
  font-weight: bold;
  font-size: var(--font-size1);
}
.g_bigbox .hm_tit .f_text {
  color: #666666;
  margin-top: 0.07rem;
}
.searchbox-sec1 {
  position: relative;
  padding: 1.5rem 0 2.3rem;
}
@media (max-width: 767px) {
  .searchbox-sec1 {
    padding: 1.5rem 0;
  }
}
.searchbox-sec1 .f_jut {
  display: flex;
  width: 5.5rem;
  max-width: 100%;
  margin: 0.5rem auto 0;
  flex-wrap: wrap;
  line-height: 30px;
}
@media (max-width: 1580px) {
  .searchbox-sec1 .f_jut {
    line-height: 26px;
  }
}
@media (max-width: 767px) {
  .searchbox-sec1 .f_jut {
    line-height: 0.5rem;
    display: block;
    width: 100%;
  }
}
.searchbox-sec1 .f_jut .f_name {
  color: #fff;
  width: 100%;
  margin-bottom: 0.12rem;
  font-size: 12px;
}
@media (max-width: 767px) {
  .searchbox-sec1 .f_jut .f_name {
    margin-right: 0;
    margin-bottom: 0.22rem;
  }
}
.searchbox-sec1 .f_jut .f_link {
  display: flex;
  flex-wrap: wrap;
}
.searchbox-sec1 .f_jut .f_link .li {
  display: block;
  margin-right: 10px;
  margin-bottom: 10px;
  transition: all 0.4s;
  color: #fff;
  border-radius: 15px;
  border: solid 1px #eeeeee;
  border: solid 1px rgba(255, 255, 255, 0.5);
  padding: 0 0.1rem;
}
@media (max-width: 767px) {
  .searchbox-sec1 .f_jut .f_link .li {
    margin-right: 8px;
    margin-bottom: 8px;
    padding: 0 0.2rem;
    border-radius: 0.25rem;
  }
}
.searchbox-sec1 .f_jut .f_link .li:hover {
  border-color: var(--color);
  color: #fff;
  background: var(--color);
}
.searchbox-sec1 .f_bag {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}
.searchbox-sec1 .f_bag img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.searchbox-sec1 .font {
  text-align: center;
  color: #ffffff;
  margin-bottom: 0.53rem;
}
.searchbox-sec1 .font .f_tit {
  font-weight: bold;
  font-size: 0.6rem;
}
.searchbox-sec1 .font .f_text {
  font-size: var(--font-size6);
}
.searchbox-sec1 .f_form {
  border-radius: 25px;
  width: 5.5rem;
  max-width: 100%;
  margin: 0 auto;
  display: flex;
  background-color: #f8f8f8;
}
@media (max-width: 767px) {
  .searchbox-sec1 .f_form {
    width: 100%;
  }
}
.searchbox-sec1 .f_form input {
  color: #333333;
  font-size: var(--font-size9);
  width: calc(100% - 1.2rem);
  padding: 0.16rem 0.3rem;
}
@media (max-width: 767px) {
  .searchbox-sec1 .f_form input {
    padding: 0.2rem 0.3rem;
    width: calc(100% - 1.6rem);
  }
}
.searchbox-sec1 .f_form input::-webkit-input-placeholder {
  color: #999999;
}
.searchbox-sec1 .f_form input:-moz-placeholder {
  color: #999999;
}
.searchbox-sec1 .f_form input::-moz-placeholder {
  color: #999999;
}
.searchbox-sec1 .f_form input:-ms-input-placeholder {
  color: #999999;
}
.searchbox-sec1 .f_form input:placeholder {
  color: #999999;
}
.searchbox-sec1 .f_form .f_sub {
  width: 1.2rem;
  text-align: center;
  background-color: var(--color);
  color: #fff;
  border-radius: 30px;
  transition: all 0.4s;
}
@media (max-width: 767px) {
  .searchbox-sec1 .f_form .f_sub {
    width: 1.6rem;
  }
}
.searchbox-sec1 .f_form .f_sub:hover {
  opacity: 0.86;
}
.searchbox-sec2 {
  background-color: #F9F9F9;
  padding: 0.7rem 0 1.66rem;
}
.searchbox-sec2 .cont {
  margin-bottom: 1.3rem;
}
.searchbox-sec2 .cont:last-child {
  margin-bottom: 0;
}
.searchbox-sec2 .cont .f_title {
  margin-bottom: 0.28rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.searchbox-sec2 .cont .f_title .f_tit {
  color: #000000;
}
.searchbox-sec2 .cont .f_title .f_but {
  display: flex;
  align-items: center;
  color: #333333;
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -ms-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
}
.searchbox-sec2 .cont .f_title .f_but .f_icon {
  width: 8px;
  height: 13px;
  display: flex;
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -ms-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
  align-items: center;
  margin-left: 0.1rem;
}
@media (max-width: 1580px) {
  .searchbox-sec2 .cont .f_title .f_but .f_icon {
    width: 6px;
    height: 10px;
  }
}
.searchbox-sec2 .cont .f_title .f_but .f_icon img,
.searchbox-sec2 .cont .f_title .f_but .f_icon svg {
  width: 100%;
  max-height: 100%;
}
.searchbox-sec2 .cont .f_title .f_but .f_icon img path,
.searchbox-sec2 .cont .f_title .f_but .f_icon svg path {
  fill: #333333;
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -ms-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
}
.searchbox-sec2 .cont .f_title .f_but:hover {
  color: var(--color);
}
.searchbox-sec2 .cont .f_title .f_but:hover .f_icon {
  color: var(--color);
  transform: translateX(0.1rem);
}
.searchbox-sec2 .cont .f_title .f_but:hover .f_icon svg path {
  fill: var(--color);
}
.casebox_search {
  display: flex;
  justify-content: flex-end;
  flex-wrap: wrap;
}
.casebox_search .f_tag {
  display: flex;
  align-items: flex-start;
  width: calc(100% - 4rem);
  margin-right: auto;
}
@media (max-width: 991px) {
  .casebox_search .f_tag {
    width: calc(100% - 5rem);
  }
}
@media (max-width: 767px) {
  .casebox_search .f_tag {
    width: 100%;
    margin-bottom: 0.3rem;
  }
}
.casebox_search .f_tag .f_name {
  color: #333333;
  flex: 0 0 auto;
  padding-top: 3px;
}
.casebox_search .f_tag .f_link {
  display: flex;
  flex-wrap: wrap;
  flex: 1 1 auto;
}
.casebox_search .f_tag .f_link .li {
  color: #333333;
  padding: 0.07rem 0.2rem;
  border-radius: 20px;
  background: #f8f8f8;
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -ms-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
  margin-right: 0.1rem;
  margin-bottom: 0.1rem;
}
.casebox_search .f_tag .f_link .li:hover:not(.on) {
  color: var(--color);
}
.casebox_search .f_tag .f_link .on {
  background: var(--color);
  color: #ffffff;
}
.casebox_search .f_form {
  background-color: #f8f8f8;
  border-radius: 25px;
  display: flex;
  width: 3.5rem;
}
@media (max-width: 991px) {
  .casebox_search .f_form {
    width: 4.5rem;
  }
}
@media (max-width: 767px) {
  .casebox_search .f_form {
    width: 100%;
  }
}
.casebox_search .f_form input {
  width: calc(100% - 0.78rem);
  color: #333333;
  padding: 13px 0.3rem;
  padding-right: 0;
}
@media (max-width: 1580px) {
  .casebox_search .f_form input {
    padding: 10px 0.3rem;
    padding-right: 0;
  }
}
@media (max-width: 767px) {
  .casebox_search .f_form input {
    width: calc(100% - 1rem);
  }
}
.casebox_search .f_form input::placeholder {
  color: #cccccc;
}
.casebox_search .f_form input::-webkit-input-placeholder {
  color: #cccccc;
}
.casebox_search .f_form input:-ms-input-placeholder {
  color: #cccccc;
}
.casebox_search .f_form .f_sub {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 0.78rem;
}
@media (max-width: 767px) {
  .casebox_search .f_form .f_sub {
    width: 1rem;
  }
}
.casebox_search .f_form .f_sub img,
.casebox_search .f_form .f_sub svg {
  width: 18px;
  height: 18px;
  object-fit: contain;
}
@media (max-width: 1580px) {
  .casebox_search .f_form .f_sub img,
  .casebox_search .f_form .f_sub svg {
    width: 16px;
    height: 16px;
  }
}
@media (max-width: 767px) {
  .casebox_search .f_form .f_sub img,
  .casebox_search .f_form .f_sub svg {
    width: 14px;
    height: 14px;
  }
}
.casebox_search .f_form .f_sub img path,
.casebox_search .f_form .f_sub svg path {
  fill: #000000;
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -ms-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
}
.casebox_search .f_form .f_sub:hover svg path {
  fill: var(--color);
}
.casebox_list {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -0.13rem;
}
.casebox_list .item {
  width: 33.333%;
  padding: 0 0.13rem;
  margin-bottom: 0.26rem;
}
@media (max-width: 767px) {
  .casebox_list .item {
    width: 50%;
  }
}
.casebox_list .item .list {
  display: block;
  position: relative;
  z-index: 1;
  overflow: hidden;
  border-radius: 0.1rem;
  background-color: #f8f8f8;
}
.casebox_list .item .list .f_tu {
  position: relative;
}
.casebox_list .item .list .f_tu .f_img {
  width: 100%;
  padding-top: 53.33333333%;
}
.casebox_list .item .list .f_tu .f_tag {
  position: absolute;
  left: 0.2rem;
  top: 0.2rem;
  z-index: 1;
  background-color: var(--color);
  border-radius: 5px;
  color: #ffffff;
  padding: 0 10px;
  line-height: 1.85714286;
}
@media (max-width: 767px) {
  .casebox_list .item .list .f_tu .f_tag {
    font-size: 0.22rem;
  }
}
.casebox_list .item .list .font {
  padding: 0.26rem 0.3rem 0.3rem;
}
.casebox_list .item .list .font .f_tit {
  color: #222222;
  font-weight: bold;
  width: 100%;
  line-height: 1.5;
  height: 3em;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  overflow: 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;
  margin-bottom: 0.08rem;
}
@media (max-width: 767px) {
  .casebox_list .item .list .font .f_tit {
    font-size: 0.28rem;
    margin-bottom: 0.14rem;
  }
}
.casebox_list .item .list .font .f_text {
  line-height: 1.5;
  color: #666666;
  height: 3em;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  overflow: hidden;
  margin-bottom: 0.4rem;
}
@media (max-width: 767px) {
  .casebox_list .item .list .font .f_text {
    font-size: 0.24rem;
  }
}
.casebox_list .item .list .font .f_but {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  padding-top: 0.3rem;
  border-top: 1px solid #eeeeee;
  position: relative;
  color: #333333;
}
@media (max-width: 767px) {
  .casebox_list .item .list .font .f_but span {
    font-size: 0.24rem;
  }
}
.casebox_list .item .list .font .f_but:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: -1px;
  width: 0;
  height: 1px;
  background: var(--color);
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -ms-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
}
.casebox_list .item .list .font .f_but .f_icon {
  width: 5px;
  height: 10px;
  margin-left: 0.08rem;
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -ms-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
  display: flex;
}
.casebox_list .item .list .font .f_but .f_icon img,
.casebox_list .item .list .font .f_but .f_icon svg {
  width: 100%;
  max-height: 100%;
  object-fit: contain;
}
.casebox_list .item .list .font .f_but .f_icon img path,
.casebox_list .item .list .font .f_but .f_icon svg path {
  fill: #333;
}
.casebox_list .item .list:hover .f_img img {
  transform: scale(1.08);
}
.casebox_list .item .list:hover .font .f_tit {
  color: var(--color);
}
.casebox_list .item .list:hover .font .f_but:before {
  width: 100%;
}
.casebox_list .item .list:hover .font .f_but .f_icon {
  transform: translateX(0.1rem);
}
.casebox-sec1 {
  line-height: 0.7rem;
  height: 0.7rem;
}
@media (max-width: 767px) {
  .casebox-sec1 {
    height: 1.1rem;
    line-height: 1.1rem;
  }
}
.casebox-sec1 .cont {
  line-height: 0.7rem;
  height: 0.7rem;
  background: #ffffff;
  width: 100%;
  position: relative;
}
@media (max-width: 767px) {
  .casebox-sec1 .cont {
    height: 1.1rem;
    line-height: 1.1rem;
  }
}
.casebox-sec1 .cont:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 1px;
  background: #dddddd;
}
.casebox-sec1 .cont .container2 {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media (max-width: 767px) {
  .casebox-sec1 .cont .container2 {
    flex-wrap: wrap;
  }
}
.casebox-sec1 .cont .container2 .breadbox {
  flex: 0 0 auto;
}
@media (max-width: 767px) {
  .casebox-sec1 .cont .container2 .breadbox {
    width: 100%;
    display: none;
  }
}
@media (min-width: 768px) {
  .casebox-sec1 .cont .container2 .breadbox .fcont {
    padding: 0;
  }
  .casebox-sec1 .cont .container2 .breadbox .fcont p,
  .casebox-sec1 .cont .container2 .breadbox .fcont a,
  .casebox-sec1 .cont .container2 .breadbox .fcont span {
    line-height: 0.7rem;
    height: 0.7rem;
  }
}
@media (min-width: 768px) and (max-width: 767px) {
  .casebox-sec1 .cont .container2 .breadbox .fcont p,
  .casebox-sec1 .cont .container2 .breadbox .fcont a,
  .casebox-sec1 .cont .container2 .breadbox .fcont span {
    height: 1.1rem;
    line-height: 1.1rem;
  }
}
.casebox-sec1 .cont .container2 .casebox1_cont {
  margin: 0;
  flex: 1 1 auto;
  max-width: 100%;
}
@media (max-width: 767px) {
  .casebox-sec1 .cont .container2 .casebox1_cont {
    width: 100%;
    order: 1;
  }
}
.casebox-sec1 .cont .container2 .casebox1_cont .swiper-slide {
  width: auto;
  margin-right: 0.54rem;
}
.casebox-sec1 .cont .container2 .casebox1_cont .swiper-slide .item {
  position: relative;
  display: flex;
  cursor: pointer;
  align-items: center;
}
.casebox-sec1 .cont .container2 .casebox1_cont .swiper-slide .item span {
  color: #666666;
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -ms-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
}
.casebox-sec1 .cont .container2 .casebox1_cont .swiper-slide .item:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  margin: 0 auto;
  width: 0;
  height: 2px;
  background: var(--color);
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -ms-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
}
.casebox-sec1 .cont .container2 .casebox1_cont .swiper-slide .item .f_icon {
  display: flex;
  align-items: center;
  width: 12px;
  height: 12px;
  margin-left: 0.1rem;
}
@media (max-width: 1580px) {
  .casebox-sec1 .cont .container2 .casebox1_cont .swiper-slide .item .f_icon {
    width: 10px;
    height: 10px;
  }
}
.casebox-sec1 .cont .container2 .casebox1_cont .swiper-slide .item .f_icon img,
.casebox-sec1 .cont .container2 .casebox1_cont .swiper-slide .item .f_icon svg {
  width: 100%;
  max-height: 100%;
}
.casebox-sec1 .cont .container2 .casebox1_cont .swiper-slide .item .f_icon img path,
.casebox-sec1 .cont .container2 .casebox1_cont .swiper-slide .item .f_icon svg path {
  fill: #dddddd;
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -ms-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
}
.casebox-sec1 .cont .container2 .casebox1_cont .swiper-slide:hover:not(.on) .item span {
  color: var(--color);
}
.casebox-sec1 .cont .container2 .casebox1_cont .swiper-slide:hover:not(.on) .item .f_icon svg path {
  fill: var(--color);
}
.casebox-sec1 .cont .container2 .casebox1_cont .swiper-slide.on .item span {
  color: #333333;
}
.casebox-sec1 .cont .container2 .casebox1_cont .swiper-slide.on .item:before {
  width: 100%;
}
.casebox-sec1 .cont .container2 .f_but {
  line-height: 1.5;
  padding: 0.08rem 0.2rem;
  min-width: 1.2rem;
}
.casebox-sec2 {
  padding: 0.5rem 0 1rem;
}
.casebox-sec2 .casebox_search {
  margin-bottom: 0.5rem;
}
.casebox-sec2 .basepage {
  margin-top: 0.55rem;
}
.downbox_list {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -0.1rem;
}
.downbox_list .item {
  width: 25%;
  padding: 0 0.1rem 0.2rem;
}
@media (max-width: 991px) {
  .downbox_list .item {
    width: 33.333%;
  }
}
@media (max-width: 767px) {
  .downbox_list .item {
    width: 50%;
  }
}
.downbox_list .item .list {
  background-color: #f8f8f8;
  border-radius: 0.1rem;
  padding: 0.5rem 0.78rem;
  padding: 0.5rem 0.74rem;
  display: flex;
  flex-direction: column;
  height: 100%;
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -ms-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
  align-items: center;
  text-align: center;
}
@media (max-width: 767px) {
  .downbox_list .item .list {
    padding: 0.4rem 0.34rem;
  }
}
.downbox_list .item .list .f_img {
  width: 0.86rem;
  height: 0.86rem;
  display: flex;
  align-items: center;
  justify-content: center;
  background: var(--color);
  -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: 0.2rem;
  margin-bottom: 0.28rem;
}
.downbox_list .item .list .f_img img,
.downbox_list .item .list .f_img svg {
  width: auto;
  height: auto;
  max-width: 53.48837209%;
  max-height: 41.86046512%;
  object-fit: contain;
}
.downbox_list .item .list .f_img img path,
.downbox_list .item .list .f_img svg path {
  fill: #ffffff;
}
.downbox_list .item .list .f_tit {
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -ms-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
  color: #333333;
  line-height: 1.3;
  height: 2.6em;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  overflow: hidden;
  margin-bottom: 0.34rem;
  font-weight: bold;
  font-size: var(--font-size6);
}
.downbox_list .item .list .f_but {
  display: inline-flex;
  display: -webkit-inline-flex;
  justify-content: center;
  align-items: center;
  border-radius: 25px;
  border: solid 1px #dddddd;
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -ms-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
  color: #333333;
  padding: 0.13rem 0.38rem;
  min-width: 1.4rem;
}
.downbox_list .item .list .f_but img,
.downbox_list .item .list .f_but svg {
  width: 20px;
  height: 18px;
  object-fit: contain;
  margin-left: 0.1rem;
}
@media (max-width: 1580px) {
  .downbox_list .item .list .f_but img,
  .downbox_list .item .list .f_but svg {
    width: 16px;
    height: 14px;
  }
}
@media (max-width: 767px) {
  .downbox_list .item .list .f_but img,
  .downbox_list .item .list .f_but svg {
    width: 12px;
    height: 8px;
  }
}
.downbox_list .item .list .f_but img path,
.downbox_list .item .list .f_but svg path {
  fill: #000000;
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -ms-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
}
.downbox_list .item .list:hover {
  background-color: var(--color);
}
.downbox_list .item .list:hover .f_img {
  background: rgba(255, 255, 255, 0.15);
}
.downbox_list .item .list:hover .f_tit {
  color: #ffffff;
}
.downbox_list .item .list:hover .f_but {
  background-color: #ffffff;
  color: #000000;
  border-color: #ffffff;
}
.downbox_list .item .list:hover .f_but svg path {
  fill: var(--color);
}
.downbox-sec1 .cont .container2 .casebox1_cont .swiper-slide.on .item span {
  color: var(--color);
}
.downbox-sec2 {
  padding: 0.5rem 0 2.1rem;
  position: relative;
}
.downbox-sec2 .casebox_search {
  margin-bottom: 0.6rem;
}
.downbox-sec2 .basepage {
  margin-top: 0.6rem;
}
.downbox-sec2 .f_tishi {
  position: absolute;
  bottom: 0.56rem;
  left: 0;
  width: 100%;
  color: #333333;
}
.prodbox_list {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -5px;
}
.prodbox_list .item {
  width: 33.333%;
  padding: 0 5px 10px;
}
@media (max-width: 767px) {
  .prodbox_list .item {
    width: 100%;
  }
}
.prodbox_list .item .list {
  display: block;
  position: relative;
  z-index: 1;
  overflow: hidden;
  border-radius: 0.1rem;
}
.prodbox_list .item .list .f_img {
  padding-top: 103.8961039%;
}
.prodbox_list .item .list .font {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  padding: 0.44rem 0.34rem 0.28rem;
  display: flex;
  flex-direction: column;
  text-align: center;
}
@media (max-width: 991px) {
  .prodbox_list .item .list .font {
    padding: 0.32rem 0.34rem;
  }
}
@media (max-width: 991px) {
  .prodbox_list .item .list .font {
    padding: 0.5rem 0.34rem;
  }
}
.prodbox_list .item .list .font .f_tit,
.prodbox_list .item .list .font .f_name,
.prodbox_list .item .list .font .f_text {
  width: 100%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.prodbox_list .item .list .font .f_tit {
  width: 100%;
  color: #727782;
}
.prodbox_list .item .list .font .f_name {
  color: #000000;
  font-weight: bold;
  margin-bottom: 0.1rem;
  font-size: var(--font-size6);
}
.prodbox_list .item .list .font .f_text {
  color: #727782;
  font-size: var(--font-size9);
}
.prodbox_list .item .list .font .f_but {
  margin-top: auto;
  opacity: 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;
  margin-left: auto;
  display: flex;
  align-items: center;
  color: #333333;
}
.prodbox_list .item .list .font .f_but .f_icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 5px;
  height: 8px;
  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;
}
.prodbox_list .item .list .font .f_but .f_icon img,
.prodbox_list .item .list .font .f_but .f_icon svg {
  width: 100%;
  max-height: 100%;
}
.prodbox_list .item .list .font .f_but .f_icon img path,
.prodbox_list .item .list .font .f_but .f_icon svg path {
  fill: #333333;
}
.prodbox_list .item .list:hover .f_img img {
  transform: scale(1.08);
}
.prodbox_list .item .list:hover .font .f_but {
  opacity: 1;
}
.prodbox_list2 {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -5px;
}
.prodbox_list2 .item {
  width: 50%;
  padding: 0 5px 10px;
}
@media (max-width: 991px) {
  .prodbox_list2 .item {
    width: 50%;
  }
}
@media (max-width: 767px) {
  .prodbox_list2 .item {
    width: 100%;
  }
}
.prodbox_list2 .item .list {
  display: block;
  border-radius: 0.1rem;
  position: relative;
  z-index: 2;
  overflow: hidden;
}
.prodbox_list2 .item .list .f_img {
  width: 100%;
  padding-top: 95.05703422%;
}
.prodbox_list2 .item .list .font {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 0.42rem 0.4rem 0.26rem;
}
.prodbox_list2 .item .list .font .f_marke {
  position: absolute;
  right: 0.3rem;
  top: 0.3rem;
}
.prodbox_list2 .item .list .font .f_marke .f_tag {
  background-color: rgba(0, 158, 176, 0.22);
  border-radius: 15px;
  border: solid 1px var(--color);
  color: var(--color);
  font-size: 12px;
  padding: 5px 14px;
}
@media (max-width: 991px) {
  .prodbox_list2 .item .list .font .f_marke .f_tag {
    padding: 3px 10px;
  }
}
.prodbox_list2 .item .list .font .f_marke .f_icon1 {
  width: 0.37rem;
  height: auto;
}
.prodbox_list2 .item .list .font .f_marke .f_icon2 {
  width: 0.62rem;
  height: auto;
}
.prodbox_list2 .item .list .font .f_tit {
  font-weight: bold;
  color: #000000;
  margin-bottom: 0.08rem;
}
.prodbox_list2 .item .list .font .f_text {
  line-height: 1.625;
  width: 100%;
  white-space: nowrap;
  color: #727782;
  overflow: hidden;
  text-overflow: ellipsis;
  margin-bottom: 0.22rem;
}
@media (max-width: 767px) {
  .prodbox_list2 .item .list .font .f_text {
    line-height: 1.5;
    height: 3em;
    font-size: 0.26rem;
  }
}
.prodbox_list2 .item .list .font .f_but {
  display: flex;
  align-items: center;
  color: #333333;
}
.prodbox_list2 .item .list .font .f_but .f_icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 5px;
  height: 8px;
  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;
}
.prodbox_list2 .item .list .font .f_but .f_icon img,
.prodbox_list2 .item .list .font .f_but .f_icon svg {
  width: 100%;
  max-height: 100%;
}
.prodbox_list2 .item .list .font .f_but .f_icon img path,
.prodbox_list2 .item .list .font .f_but .f_icon svg path {
  fill: #333333;
}
.prodbox_list2 .item .list:hover .f_img img {
  transform: scale(1.08);
}
.prodbox_list2 .item .list:hover .f_but .f_icon {
  transform: translateX(0.1rem);
}
.prodbox-sec1 {
  position: sticky;
  position: -webkit-sticky;
  top: 0;
  background: #ffffff;
  z-index: 666;
}
.prodbox-sec1:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 1px;
  background: #eeeeee;
}
.prodbox-sec1 .container2 {
  display: flex;
}
.prodbox-sec1 .container2 .prodbox1_cont {
  max-width: 100%;
}
.prodbox-sec1 .container2 .prodbox1_cont .swiper-slide {
  width: auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 0.16rem 0 0.11rem;
  cursor: pointer;
  margin: 0 0.6rem;
}
@media (max-width: 767px) {
  .prodbox-sec1 .container2 .prodbox1_cont .swiper-slide {
    padding: 0.24rem 0 0.2rem;
  }
}
.prodbox-sec1 .container2 .prodbox1_cont .swiper-slide:before {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  width: 0;
  margin: 0 auto;
  height: 2px;
  background: var(--color);
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -ms-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
}
.prodbox-sec1 .container2 .prodbox1_cont .swiper-slide .f_icon {
  height: 0.45rem;
  margin-bottom: 0.09rem;
}
.prodbox-sec1 .container2 .prodbox1_cont .swiper-slide .f_icon img,
.prodbox-sec1 .container2 .prodbox1_cont .swiper-slide .f_icon svg {
  height: 100%;
  max-width: 100%;
}
.prodbox-sec1 .container2 .prodbox1_cont .swiper-slide .f_icon img path,
.prodbox-sec1 .container2 .prodbox1_cont .swiper-slide .f_icon svg path {
  fill: #333333;
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -ms-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
}
.prodbox-sec1 .container2 .prodbox1_cont .swiper-slide .f_tit {
  color: #666666;
  text-align: center;
  -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: 767px) {
  .prodbox-sec1 .container2 .prodbox1_cont .swiper-slide .f_tit {
    font-size: 0.26rem;
  }
}
.prodbox-sec1 .container2 .prodbox1_cont .swiper-slide.on:before {
  width: 100%;
}
.prodbox-sec1 .container2 .prodbox1_cont .swiper-slide.on .f_icon svg path {
  fill: var(--color);
}
.prodbox-sec1 .container2 .prodbox1_cont .swiper-slide.on .f_tit {
  color: var(--color);
}
.prodbox-sec1.weizhi1 {
  -webkit-transition: all 0.4s linear;
  -moz-transition: all 0.4s linear;
  -ms-transition: all 0.4s linear;
  -o-transition: all 0.4s linear;
  transition: all 0.4s linear;
}
.prodbox-sec2 {
  padding: 0.84rem 0 1.9rem;
}
.prodbox-sec2 .cont {
  padding-top: 1.28rem;
}
.prodbox-sec2 .cont:first-child {
  padding-top: 0;
}
.prodbox-sec2 .cont .hm_tit {
  margin-bottom: 0.46rem;
}
.prodbox-sec2 .cont .hm_tit .f_text {
  margin-top: 0.11rem;
  color: #999999;
}
@media (max-width: 767px) {
  .prodbox-sec2 .cont .hm_tit .f_text {
    font-size: 0.26rem;
  }
}
.prodbox-sec2 .cont .f_tbn {
  margin-top: 0.5rem;
  text-align: center;
}
.prodbox-sec2 .cont .f_tbn .hm_but {
  cursor: pointer;
}
.specifibox_list {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -0.15rem;
}
.specifibox_list .item {
  width: 33.333%;
  padding: 0 0.15rem;
  margin-bottom: 0.3rem;
}
@media (max-width: 767px) {
  .specifibox_list .item {
    width: 50%;
  }
}
.specifibox_list .item .list {
  display: block;
  position: relative;
  z-index: 1;
  overflow: hidden;
  height: 100%;
  border-radius: 0.1rem;
  background-color: #f7f8f8;
}
.specifibox_list .item .list .f_img {
  width: 100%;
  padding-top: 44.84304933%;
  border-radius: 0.1rem;
}
.specifibox_list .item .list .font {
  padding: 0.31rem 0.3rem 0.32rem;
}
.specifibox_list .item .list .font .f_tit {
  color: #333333;
  font-weight: bold;
  width: 100%;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: 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;
  margin-bottom: 0.07rem;
  font-size: var(--font-size6);
}
@media (max-width: 767px) {
  .specifibox_list .item .list .font .f_tit {
    font-size: 0.28rem;
    margin-bottom: 0.14rem;
  }
}
.specifibox_list .item .list .font .f_text {
  line-height: 1.5;
  color: #666666;
  height: 3em;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  overflow: hidden;
  margin-bottom: 0.48rem;
}
@media (max-width: 767px) {
  .specifibox_list .item .list .font .f_text {
    font-size: 0.24rem;
  }
}
.specifibox_list .item .list .font .f_but {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  padding-top: 0.3rem;
  border-top: 1px solid #eeeeee;
  position: relative;
  color: #333333;
}
@media (max-width: 767px) {
  .specifibox_list .item .list .font .f_but span {
    font-size: 0.24rem;
  }
}
.specifibox_list .item .list .font .f_but:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: -1px;
  width: 0;
  height: 1px;
  background: var(--color);
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -ms-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
}
.specifibox_list .item .list .font .f_but .f_icon {
  width: 18px;
  height: 16px;
  margin-left: 0.08rem;
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -ms-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
  display: flex;
}
@media (max-width: 1580px) {
  .specifibox_list .item .list .font .f_but .f_icon {
    width: 14px;
    height: 12px;
  }
}
@media (max-width: 767px) {
  .specifibox_list .item .list .font .f_but .f_icon {
    width: 10px;
    height: 8px;
  }
}
.specifibox_list .item .list .font .f_but .f_icon img,
.specifibox_list .item .list .font .f_but .f_icon svg {
  width: 100%;
  max-height: 100%;
  object-fit: contain;
}
.specifibox_list .item .list .font .f_but .f_icon img path,
.specifibox_list .item .list .font .f_but .f_icon svg path {
  fill: #333;
}
.specifibox_list .item .list:hover .f_img img {
  transform: scale(1.08);
}
.specifibox_list .item .list:hover .font .f_tit {
  color: var(--color);
}
.specifibox_list .item .list:hover .font .f_but:before {
  width: 100%;
}
.specifibox_list .item .list:hover .font .f_but span {
  color: var(--color);
}
.specifibox_list .item .list:hover .font .f_but svg path {
  fill: var(--color);
}
.specifibox-sec1 {
  padding: 0.5rem 0 1.6rem;
}
.specifibox-sec1 .casebox_search {
  margin-bottom: 0.6rem;
}
.specifibox-sec1 .basepage {
  margin-top: 0.5rem;
}
.videobox_list {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -0.15rem;
}
.videobox_list .item {
  width: 33.333%;
  padding: 0 0.15rem;
  margin-bottom: 0.52rem;
}
@media (max-width: 767px) {
  .videobox_list .item {
    width: 50%;
    margin-bottom: 0.4rem;
  }
}
.videobox_list .item .list {
  display: block;
  cursor: pointer;
}
.videobox_list .item .list .f_tu {
  position: relative;
  margin-bottom: 0.15rem;
  border-radius: 0.1rem;
  overflow: hidden;
}
.videobox_list .item .list .f_tu .f_img {
  padding-top: 56.05381166%;
}
.videobox_list .item .list .f_tu .f_icon {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 1;
  width: 0.4rem;
  height: 0.4rem;
  transform: translate(-50%, -50%);
}
@media (max-width: 767px) {
  .videobox_list .item .list .f_tu .f_icon {
    width: 0.5rem;
    height: 0.5rem;
  }
}
.videobox_list .item .list .f_tu .f_icon img,
.videobox_list .item .list .f_tu .f_icon svg {
  width: 100%;
  height: 100%;
}
.videobox_list .item .list .f_tu .f_icon:before {
  content: "";
  display: block;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  border-radius: 50%;
  border: solid 1px #ffffff;
  opacity: 0.2;
  z-index: -1;
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -ms-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
}
.videobox_list .item .list .f_tit {
  width: 100%;
  color: #333333;
  font-weight: bold;
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -ms-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
}
.videobox_list .item .list:hover .f_img img {
  transform: scale(1.08);
}
.videobox_list .item .list:hover .f_tu .f_icon:before {
  width: 145%;
  height: 145%;
}
.videobox_list .item .list:hover .f_tit {
  color: var(--color);
}
.videobox-sec1 {
  padding: 0.5rem 0 2.1rem;
}
.videobox-sec1 .casebox_search {
  margin-bottom: 0.6rem;
}
.videobox-sec1 .basepage {
  margin-top: 0.46rem;
}
.faqbox_list {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -0.2rem;
}
@media (max-width: 767px) {
  .faqbox_list {
    margin: 0;
  }
}
.faqbox_list .item {
  width: 50%;
  padding: 0 0.2rem;
  margin-bottom: 0.4rem;
}
@media (max-width: 767px) {
  .faqbox_list .item {
    padding: 0;
    width: 100%;
  }
}
.faqbox_list .item .list {
  height: 100%;
  background-color: #f8f8f8;
  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;
  display: block;
  padding: 0.4rem 0.3rem 0.36rem;
}
.faqbox_list .item .list .f_had,
.faqbox_list .item .list .f_bot {
  display: flex;
  align-items: flex-start;
  position: relative;
}
.faqbox_list .item .list .f_had span,
.faqbox_list .item .list .f_bot span {
  display: block;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  color: #ffffff;
  display: flex;
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -ms-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
  background: var(--color);
  align-items: center;
  position: relative;
  justify-content: center;
  transform: translateY(-50%);
  top: 0.9em;
  font-size: var(--font-size7);
}
@media (max-width: 767px) {
  .faqbox_list .item .list .f_had span,
  .faqbox_list .item .list .f_bot span {
    width: 22px;
    height: 22px;
  }
}
.faqbox_list .item .list .f_had .f_wid,
.faqbox_list .item .list .f_bot .f_wid {
  width: calc(100% - 25px);
  padding-left: 0.2rem;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  -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: 767px) {
  .faqbox_list .item .list .f_had .f_wid,
  .faqbox_list .item .list .f_bot .f_wid {
    width: calc(100% - 22px);
  }
}
.faqbox_list .item .list .f_had .f_tit,
.faqbox_list .item .list .f_bot .f_tit {
  font-weight: bold;
  color: #333333;
  font-size: var(--font-size6);
}
.faqbox_list .item .list .f_had .f_text,
.faqbox_list .item .list .f_bot .f_text {
  color: #666666;
}
.faqbox_list .item .list .f_had {
  padding-bottom: 0.24rem;
  margin-bottom: 0.14rem;
}
.faqbox_list .item .list .f_had .f_xian {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 6px;
  display: flex;
  align-items: flex-end;
}
.faqbox_list .item .list .f_had .f_xian img,
.faqbox_list .item .list .f_had .f_xian svg {
  width: 100%;
}
.faqbox_list .item .list .f_had .f_xian img:nth-child(2),
.faqbox_list .item .list .f_had .f_xian svg:nth-child(2) {
  display: none;
}
.faqbox_list .item .list .f_had .f_xian img path,
.faqbox_list .item .list .f_had .f_xian svg path {
  fill: #dddddd;
}
.faqbox_list .item .list .f_bot span {
  background-color: #dddddd;
}
.faqbox_list .item .list:hover {
  background: var(--color);
}
.faqbox_list .item .list:hover .f_had span,
.faqbox_list .item .list:hover .f_bot span {
  background: #ffffff;
  color: var(--color);
}
.faqbox_list .item .list:hover .f_had .f_tit,
.faqbox_list .item .list:hover .f_bot .f_tit,
.faqbox_list .item .list:hover .f_had .f_text,
.faqbox_list .item .list:hover .f_bot .f_text {
  color: #ffffff;
}
.faqbox_list .item .list:hover .f_had .f_xian img,
.faqbox_list .item .list:hover .f_bot .f_xian img {
  display: none;
}
.faqbox_list .item .list:hover .f_had .f_xian img:nth-child(2),
.faqbox_list .item .list:hover .f_bot .f_xian img:nth-child(2) {
  display: block;
}
.faqbox_list .item .list:hover .f_bot span {
  color: #ffffff;
  background: rgba(255, 255, 255, 0.2);
}
.faqbox-sec1 {
  padding: 0.5rem 0 1.6rem;
}
.faqbox-sec1 .casebox_search {
  margin-bottom: 0.6rem;
}
.faqbox-sec1 .basepage {
  margin-top: 0.4rem;
}
.newsbox_list {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -0.12rem;
}
.newsbox_list .item {
  width: 33.333%;
  padding: 0 0.12rem;
  margin-bottom: 0.24rem;
}
@media (max-width: 767px) {
  .newsbox_list .item {
    width: 50%;
  }
}
.newsbox_list .item .list {
  display: block;
  position: relative;
  z-index: 2;
  border-radius: 0.1rem;
  overflow: hidden;
  background: #f8f8f8;
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -ms-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
}
.newsbox_list .item .list .f_img {
  padding-top: 53.33333333%;
}
.newsbox_list .item .list .font {
  padding: 0.26rem 0.3rem 0.3rem;
}
.newsbox_list .item .list .font .f_tit {
  color: #222222;
  line-height: 1.5;
  overflow: hidden;
  height: 3em;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
  margin-bottom: 0.55rem;
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -ms-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
  font-size: var(--font-size6);
}
@media (max-width: 767px) {
  .newsbox_list .item .list .font .f_tit {
    margin-bottom: 0.4rem;
    font-size: 0.26rem;
  }
}
.newsbox_list .item .list .font .f_jt {
  font-size: var(--font-size9);
  display: flex;
  justify-content: space-between;
  padding-top: 0.3rem;
  border-top: 1px solid #eeeeee;
  position: relative;
}
.newsbox_list .item .list .font .f_jt:before {
  content: "";
  display: block;
  position: absolute;
  top: -1px;
  left: 0;
  width: 0;
  height: 1px;
  background: var(--color);
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -ms-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
}
.newsbox_list .item .list .font .f_jt .f_time {
  display: block;
  color: #999999;
  flex: 0 0 auto;
}
.newsbox_list .item .list .font .f_jt .f_tag {
  color: #333333;
}
@media (max-width: 767px) {
  .newsbox_list .item .list .font .f_jt {
    padding-top: 0.2rem;
  }
  .newsbox_list .item .list .font .f_jt .f_time,
  .newsbox_list .item .list .font .f_jt .f_tag {
    font-size: 0.22rem;
  }
}
.newsbox_list .item .list:hover {
  box-shadow: 0px 0px 0.3rem 0px rgba(160, 175, 194, 0.31);
  background: #ffffff;
}
.newsbox_list .item .list:hover .f_img img {
  transform: scale(1.08);
}
.newsbox_list .item .list:hover .font .f_tit {
  color: var(--color);
}
.newsbox_list .item .list:hover .font .f_jt:before {
  width: 100%;
}
.newsbox-sec1 {
  padding: 0.5rem 0 1.9rem;
}
.newsbox-sec1 .casebox_search {
  margin-bottom: 0.5rem;
}
.newsbox-sec1 .basepage {
  margin-top: 0.54rem;
}
