@charset "utf-8";
.casebannerbox {
  position: relative;
}
.casebannerbox .base_img {
  position: relative;
  overflow: hidden;
}
.casebannerbox .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;
  z-index: 5;
}
.casebannerbox .base_img:before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10;
  background: rgba(0, 0, 0, 0.2);
}
.casebannerbox .f_bag {
  padding-top: 31.25%;
}
@media (max-width: 991px) {
  .casebannerbox .f_bag {
    padding-top: 53.33333333%;
  }
}
@media (max-width: 767px) {
  .casebannerbox .f_bag {
    padding-top: 80%;
  }
}
.casebannerbox .f_bag:after {
  /* content: "";
			display: block;
			position: absolute;
			top: 0;
			left: 0;
			width: 100%;
			height: 100%;
			background: #000000;
			opacity: 0.1; */
}
.casebannerbox .cont {
  z-index: 20;
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 100%;
  color: #333;
}
.casebannerbox .cont .f_name {
  margin-bottom: 0.1rem;
}
.casebannerbox .cont .f_tit {
  font-weight: bold;
  line-height: 1.16666667;
  font-size: 0.56rem;
  color: #fff;
}
.casebannerbox .cont .f_text {
  margin-top: 0.1rem;
  font-size: var(--font-size6);
  color: #fff;
}
.casebannerbox .cont .hm_but {
  margin-top: 0.44rem;
}
.casebannerbox .cont .hm_but:hover {
  background: #ffffff;
}
.casebannerbox .cont .hm_but:hover span {
  color: var(--color);
}
.casebannerbox .cont .hm_but:hover .f_icon svg path {
  fill: var(--color);
}

 
@charset "utf-8";
.casebox-sec1 {
  line-height: 0.7rem;
  height: 0.7rem;
}
@media (max-width: 767px) {
  .casebox-sec1 {
    height: 1.1rem;
    line-height: 1.1rem;
  }
}
.casebox-sec1 .breadbox .clear {
  zoom: 1;
}
.casebox-sec1 .breadbox .clear:after {
  content: '';
  display: block;
  clear: both;
}
.casebox-sec1 .breadbox .fcont {
  display: flex;
  align-items: center;
  padding: 0.26rem 0;
}
@media (max-width: 1580px) {
}
@media (max-width: 991px) {
  .casebox-sec1 .breadbox .fcont {
    padding: 12px 0;
  }
}
.casebox-sec1 .breadbox .fcont a,
.casebox-sec1 .breadbox .fcont span,
.casebox-sec1 .breadbox .fcont p {
  transition: all 0.4s;
  line-height: 26px;
  color: #999999;
  opacity: 0.5;
  zoom: 1;
}
@media (max-width: 1580px) {
  .casebox-sec1 .breadbox .fcont a,
  .casebox-sec1 .breadbox .fcont span,
  .casebox-sec1 .breadbox .fcont p {
    line-height: 24px;
  }
}
.casebox-sec1 .breadbox .fcont a:after,
.casebox-sec1 .breadbox .fcont span:after,
.casebox-sec1 .breadbox .fcont p:after {
  content: '';
  display: block;
  clear: both;
}
.casebox-sec1 .breadbox .fcont a img,
.casebox-sec1 .breadbox .fcont span img,
.casebox-sec1 .breadbox .fcont p img {
  float: left;
  width: 16px;
}
@media (max-width: 1580px) {
}
.casebox-sec1 .breadbox .fcont span {
  margin: 0 0.16rem;
  display: block;
  position: relative;
}
@media (max-width: 1580px) {
}
@media (max-width: 991px) {
  .casebox-sec1 .breadbox .fcont span {
    margin: 0 6px;
  }
}
.casebox-sec1 .breadbox .fcont span svg {
  display: block;
  width: 7px;
  height: 10px;
}
.casebox-sec1 .breadbox .fcont span svg path {
  fill: #999999;
}
.casebox-sec1 .breadbox .fcont a {
  flex: 0 0 auto;
}
.casebox-sec1 .breadbox .fcont a:hover {
  color: var(--color);
  opacity: 1;
}
.casebox-sec1 .breadbox .fcont .on {
  flex: 1 1 auto;
}
.casebox-sec1 .breadbox .fcont p {
  flex: 1 1 auto;
  color: var(--color);
}
@media (max-width: 991px) {
  .casebox-sec1 .breadbox .fcont p {
    max-width: 36%;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
  }
}
@media (max-width: 375px) {
  .casebox-sec1 .breadbox .fcont p {
    max-width: 30%;
  }
}
.casebox-sec1 .breadbox .fcont .wofe {
  display: flex;
}
.casebox-sec1 .breadbox .fcont .wofe .li {
  display: flex;
  align-items: flex-start;
  padding: 0 6px;
  border: 1px solid #4070f4;
  line-height: 24px;
  font-size: 14px;
  color: var(--color);
}
.casebox-sec1 .breadbox .fcont .wofe .li a {
  line-height: 1;
}
.casebox-sec1 .breadbox.breadbox2 {
  border-bottom: 1px solid #eeeeee;
}
.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;
}
.newsbox-sec1 .basepage {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: center;
}
.newsbox-sec1 .basepage a,
.newsbox-sec1 .basepage span,
.newsbox-sec1 .basepage .f_fan,
.newsbox-sec1 .basepage input {
  width: 45px;
  height: 45px;
  display: flex;
  align-items: center;
  border-radius: 5px;
  justify-content: center;
  border: solid 1px #eeeeee;
  color: #999999;
  flex-shrink: 0;
  transition: all 0.4s;
  float: left;
  margin: 0 10px 10px;
}
@media (max-width: 1580px) {
  .newsbox-sec1 .basepage a,
  .newsbox-sec1 .basepage span,
  .newsbox-sec1 .basepage .f_fan,
  .newsbox-sec1 .basepage input {
    width: 42px;
    height: 42px;
    margin: 0 6px 10px;
  }
}
@media (max-width: 991px) {
  .newsbox-sec1 .basepage a,
  .newsbox-sec1 .basepage span,
  .newsbox-sec1 .basepage .f_fan,
  .newsbox-sec1 .basepage input {
    width: 40px;
    margin: 0 5px 10px;
    height: 40px;
  }
}
@media (max-width: 991px) {
  .newsbox-sec1 .basepage a,
  .newsbox-sec1 .basepage span,
  .newsbox-sec1 .basepage .f_fan,
  .newsbox-sec1 .basepage input {
    width: 34px;
    height: 34px;
    font-size: 14px;
  }
}
.newsbox-sec1 .basepage input {
  text-align: center;
}
.newsbox-sec1 .basepage span {
  border: none;
  width: auto;
}
.newsbox-sec1 .basepage .f_zi {
  margin-right: 0;
}
.newsbox-sec1 .basepage .f_zi2 {
  margin-left: 0;
}
.newsbox-sec1 .basepage .active {
  border: 1px solid var(--color);
  background-color: var(--color);
  color: #fff;
}
.newsbox-sec1 .basepage .active:hover {
  color: #fff;
  background-color: var(--color);
}
.newsbox-sec1 .basepage .f_fan {
  width: 72px;
  color: var(--color);
  padding: 0 10px;
  text-align: center;
}
@media (max-width: 1580px) {
  .newsbox-sec1 .basepage .f_fan {
    width: 68px;
  }
}
@media (max-width: 767px) {
  .newsbox-sec1 .basepage .f_fan {
    width: 64px;
  }
}
.newsbox-sec1 .basepage .f_fan::-webkit-input-placeholder {
  color: #999999;
}
.newsbox-sec1 .basepage .f_fan::-ms-input-placeholder {
  color: #999999;
}
.newsbox-sec1 .basepage input {
  font-size: var(--font-size9);
  width: 72px;
  color: #333333;
}
@media (max-width: 1580px) {
  .newsbox-sec1 .basepage input {
    width: 68px;
  }
}
.newsbox-sec1 .basepage .prev,
.newsbox-sec1 .basepage .next {
  position: relative;
  color: #222;
}
@media (max-width: 991px) {
}
.newsbox-sec1 .basepage .prev svg,
.newsbox-sec1 .basepage .next svg {
  width: 6px;
  height: 10px;
}
@media (max-width: 1580px) {
  .newsbox-sec1 .basepage .prev svg,
  .newsbox-sec1 .basepage .next svg {
    width: 4px;
    height: 8px;
  }
}
.newsbox-sec1 .basepage .prev svg path,
.newsbox-sec1 .basepage .next svg path {
  transition: all 0.4s;
  fill: #999999;
}
.newsbox-sec1 .basepage .prev:hover,
.newsbox-sec1 .basepage .next:hover {
  background-color: var(--color);
  color: #fff;
}
.newsbox-sec1 .basepage .prev:hover svg path,
.newsbox-sec1 .basepage .next:hover svg path {
  fill: #ffffff;
}
.newsbox-sec1 .basepage .fan {
  width: auto;
  padding: 0 15px;
}
.newsbox-sec1 .basepage a:hover:not(.active) {
  border: 1px solid var(--color);
  color: #fff;
  background: var(--color);
}
.newsbox-sec1 .base_img {
  position: relative;
  overflow: hidden;
}
.newsbox-sec1 .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;
}
.newsbox-sec1 .base_img:before {
  content: "";
  display: block;
}
.newsbox-sec1 .casebox_search {
  display: flex;
  justify-content: flex-end;
  flex-wrap: wrap;
}
.newsbox-sec1 .casebox_search .f_tag {
  display: flex;
  align-items: flex-start;
  width: calc(100% - 4rem);
  margin-right: auto;
}
@media (max-width: 991px) {
  .newsbox-sec1 .casebox_search .f_tag {
    width: calc(100% - 5rem);
  }
}
@media (max-width: 767px) {
  .newsbox-sec1 .casebox_search .f_tag {
    width: 100%;
    margin-bottom: 0.3rem;
  }
}
.newsbox-sec1 .casebox_search .f_tag .f_name {
  color: #333333;
  flex: 0 0 auto;
  padding-top: 7px;
}
.newsbox-sec1 .casebox_search .f_tag .f_link {
  display: flex;
  flex-wrap: wrap;
  flex: 1 1 auto;
}
.newsbox-sec1 .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;
}
.newsbox-sec1 .casebox_search .f_tag .f_link .li:hover:not(.on) {
  color: var(--color);
}
.newsbox-sec1 .casebox_search .f_tag .f_link .on {
  background: var(--color);
  color: #ffffff;
}
.newsbox-sec1 .casebox_search .f_form {
  background-color: #f8f8f8;
  border-radius: 25px;
  display: flex;
  width: 3.5rem;
}
@media (max-width: 991px) {
  .newsbox-sec1 .casebox_search .f_form {
    width: 4.5rem;
  }
}
@media (max-width: 767px) {
  .newsbox-sec1 .casebox_search .f_form {
    width: 100%;
  }
}
.newsbox-sec1 .casebox_search .f_form input {
  width: calc(100% - 0.78rem);
  color: #333333;
  padding: 13px 0.3rem;
  padding-right: 0;
}
@media (max-width: 1580px) {
  .newsbox-sec1 .casebox_search .f_form input {
    padding: 10px 0.3rem;
    padding-right: 0;
  }
}
@media (max-width: 767px) {
  .newsbox-sec1 .casebox_search .f_form input {
    width: calc(100% - 1rem);
  }
}
.newsbox-sec1 .casebox_search .f_form input::placeholder {
  color: #cccccc;
}
.newsbox-sec1 .casebox_search .f_form input::-webkit-input-placeholder {
  color: #cccccc;
}
.newsbox-sec1 .casebox_search .f_form input:-ms-input-placeholder {
  color: #cccccc;
}
.newsbox-sec1 .casebox_search .f_form .f_sub {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 0.78rem;
}
@media (max-width: 767px) {
  .newsbox-sec1 .casebox_search .f_form .f_sub {
    width: 1rem;
  }
}
.newsbox-sec1 .casebox_search .f_form .f_sub img,
.newsbox-sec1 .casebox_search .f_form .f_sub svg {
  width: 18px;
  height: 18px;
  object-fit: contain;
}
@media (max-width: 1580px) {
  .newsbox-sec1 .casebox_search .f_form .f_sub img,
  .newsbox-sec1 .casebox_search .f_form .f_sub svg {
    width: 16px;
    height: 16px;
  }
}
@media (max-width: 767px) {
  .newsbox-sec1 .casebox_search .f_form .f_sub img,
  .newsbox-sec1 .casebox_search .f_form .f_sub svg {
    width: 14px;
    height: 14px;
  }
}
.newsbox-sec1 .casebox_search .f_form .f_sub img path,
.newsbox-sec1 .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;
}
.newsbox-sec1 .casebox_search .f_form .f_sub:hover svg path {
  fill: var(--color);
}
.newsbox-sec1 .casebox_list {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -0.13rem;
}
.newsbox-sec1 .casebox_list .item {
  width: 33.333%;
  padding: 0 0.13rem;
  margin-bottom: 0.26rem;
}
@media (max-width: 767px) {
  .newsbox-sec1 .casebox_list .item {
    width: 50%;
  }
}
.newsbox-sec1 .casebox_list .item .list {
  display: block;
  position: relative;
  z-index: 1;
  overflow: hidden;
  border-radius: 0.1rem;
  background-color: #f8f8f8;
}
.newsbox-sec1 .casebox_list .item .list .f_tu {
  position: relative;
}
.newsbox-sec1 .casebox_list .item .list .f_tu .f_img {
  width: 100%;
  padding-top: 53.33333333%;
}
.newsbox-sec1 .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) {
  .newsbox-sec1 .casebox_list .item .list .f_tu .f_tag {
    font-size: 0.22rem;
  }
}
.newsbox-sec1 .casebox_list .item .list .font {
  padding: 0.26rem 0.3rem 0.3rem;
}
.newsbox-sec1 .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;
  font-size: var(--font-size6);
}
@media (max-width: 767px) {
  .newsbox-sec1 .casebox_list .item .list .font .f_tit {
    font-size: 0.28rem;
    margin-bottom: 0.14rem;
  }
}
.newsbox-sec1 .casebox_list .item .list .font .f_jt {
  font-size: var(--font-size9);
}
.newsbox-sec1 .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) {
  .newsbox-sec1 .casebox_list .item .list .font .f_text {
    font-size: 0.24rem;
  }
}
.newsbox-sec1 .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) {
  .newsbox-sec1 .casebox_list .item .list .font .f_but span {
    font-size: 0.24rem;
  }
}
.newsbox-sec1 .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;
}
.newsbox-sec1 .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;
}
.newsbox-sec1 .casebox_list .item .list .font .f_but .f_icon img,
.newsbox-sec1 .casebox_list .item .list .font .f_but .f_icon svg {
  width: 100%;
  max-height: 100%;
  object-fit: contain;
}
.newsbox-sec1 .casebox_list .item .list .font .f_but .f_icon img path,
.newsbox-sec1 .casebox_list .item .list .font .f_but .f_icon svg path {
  fill: #333;
}
.newsbox-sec1 .casebox_list .item .list:hover .f_img img {
  transform: scale(1.08);
}
.newsbox-sec1 .casebox_list .item .list:hover .font .f_tit {
  color: var(--color);
}
.newsbox-sec1 .casebox_list .item .list:hover .font .f_but:before {
  width: 100%;
}
.newsbox-sec1 .casebox_list .item .list:hover .font .f_but .f_icon {
  transform: translateX(0.1rem);
}
.newsbox-sec1 .casebox-sec1 {
  line-height: 0.7rem;
  height: 0.7rem;
}
@media (max-width: 767px) {
  .newsbox-sec1 .casebox-sec1 {
    height: 1.1rem;
    line-height: 1.1rem;
  }
}
.newsbox-sec1 .casebox-sec1 .cont {
  line-height: 0.7rem;
  height: 0.7rem;
  background: #ffffff;
  width: 100%;
  position: relative;
}
@media (max-width: 767px) {
  .newsbox-sec1 .casebox-sec1 .cont {
    height: 1.1rem;
    line-height: 1.1rem;
  }
}
.newsbox-sec1 .casebox-sec1 .cont:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 1px;
  background: #dddddd;
}
.newsbox-sec1 .casebox-sec1 .cont .container2 {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media (max-width: 767px) {
  .newsbox-sec1 .casebox-sec1 .cont .container2 {
    flex-wrap: wrap;
  }
}
.newsbox-sec1 .casebox-sec1 .cont .container2 .breadbox {
  flex: 0 0 auto;
}
@media (max-width: 767px) {
  .newsbox-sec1 .casebox-sec1 .cont .container2 .breadbox {
    width: 100%;
    display: none;
  }
}
@media (min-width: 768px) {
  .newsbox-sec1 .casebox-sec1 .cont .container2 .breadbox .fcont {
    padding: 0;
  }
  .newsbox-sec1 .casebox-sec1 .cont .container2 .breadbox .fcont p,
  .newsbox-sec1 .casebox-sec1 .cont .container2 .breadbox .fcont a,
  .newsbox-sec1 .casebox-sec1 .cont .container2 .breadbox .fcont span {
    line-height: 0.7rem;
    height: 0.7rem;
  }
}
@media (min-width: 768px) and (max-width: 767px) {
  .newsbox-sec1 .casebox-sec1 .cont .container2 .breadbox .fcont p,
  .newsbox-sec1 .casebox-sec1 .cont .container2 .breadbox .fcont a,
  .newsbox-sec1 .casebox-sec1 .cont .container2 .breadbox .fcont span {
    height: 1.1rem;
    line-height: 1.1rem;
  }
}
.newsbox-sec1 .casebox-sec1 .cont .container2 .casebox1_cont {
  margin: 0;
  flex: 1 1 auto;
  max-width: 100%;
}
@media (max-width: 767px) {
  .newsbox-sec1 .casebox-sec1 .cont .container2 .casebox1_cont {
    width: 100%;
    order: 1;
  }
}
.newsbox-sec1 .casebox-sec1 .cont .container2 .casebox1_cont .swiper-slide {
  width: auto;
  margin-right: 0.54rem;
}
.newsbox-sec1 .casebox-sec1 .cont .container2 .casebox1_cont .swiper-slide .item {
  position: relative;
  display: flex;
  cursor: pointer;
  align-items: center;
}
.newsbox-sec1 .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;
}
.newsbox-sec1 .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;
}
.newsbox-sec1 .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) {
  .newsbox-sec1 .casebox-sec1 .cont .container2 .casebox1_cont .swiper-slide .item .f_icon {
    width: 10px;
    height: 10px;
  }
}
.newsbox-sec1 .casebox-sec1 .cont .container2 .casebox1_cont .swiper-slide .item .f_icon img,
.newsbox-sec1 .casebox-sec1 .cont .container2 .casebox1_cont .swiper-slide .item .f_icon svg {
  width: 100%;
  max-height: 100%;
}
.newsbox-sec1 .casebox-sec1 .cont .container2 .casebox1_cont .swiper-slide .item .f_icon img path,
.newsbox-sec1 .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;
}
.newsbox-sec1 .casebox-sec1 .cont .container2 .casebox1_cont .swiper-slide:hover:not(.on) .item span {
  color: var(--color);
}
.newsbox-sec1 .casebox-sec1 .cont .container2 .casebox1_cont .swiper-slide:hover:not(.on) .item .f_icon svg path {
  fill: var(--color);
}
.newsbox-sec1 .casebox-sec1 .cont .container2 .casebox1_cont .swiper-slide.on .item span {
  color: #333333;
}
.newsbox-sec1 .casebox-sec1 .cont .container2 .casebox1_cont .swiper-slide.on .item:before {
  width: 100%;
}
.newsbox-sec1 .casebox-sec1 .cont .container2 .f_but {
  line-height: 1.5;
  padding: 0.08rem 0.2rem;
  min-width: 1.2rem;
}
.newsbox-sec1 .casebox-sec2 {
  padding: 0.5rem 0 1rem;
}
.newsbox-sec1 .casebox-sec2 .casebox_search {
  margin-bottom: 0.5rem;
}
.newsbox-sec1 .casebox-sec2 .basepage {
  margin-top: 0.55rem;
}
.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;
}
