@charset "utf-8";
.about-box1 {
  width: 100%;
  position: relative;
}
.about-box1 .g_xs {
  display: block;
}
.about-box1 .g_yc {
  display: none;
}
@media (max-width: 767px) {
  .about-box1 .g_xs {
    display: none;
  }
  .about-box1 .g_yc {
    display: block;
  }
}
.about-box1.g_mb .img::after {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.2);
  z-index: 10;
}
.about-box1 .img {
  position: relative;
  width: 100%;
  height: calc(100vh - 90px);
}
@media (max-width: 991px) {
  .about-box1 .img {
    height: calc(100vh - 1.2rem);
  }
}
.about-box1 .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.about-box1 .container {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  padding-bottom: 0.6rem;
  z-index: 20;
}
.about-box1 .container .title {
  font-size: var(--font-size1);
  line-height: calc(66/56);
  color: #fff;
  text-transform: uppercase;
  font-weight: 600;
}
.about-box1 .container .txt {
  line-height: calc(30/20);
  color: #fff;
  margin-top: 0.15rem;
  font-size: var(--font-size6);
}

 
@charset "utf-8";
/* 
.container {
    margin: 0 auto;
    width: 84%;
    max-width: 1600px; 
    @media @max-lg{
        width:84%;
    }
    @media @max-md{
        width:90%;
    }
}
 */
.newsbox-sec2 {
  padding: 0.8rem 0 1.3rem;
}
.newsbox-sec2 .base_img {
  position: relative;
  overflow: hidden;
}
.newsbox-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;
}
.newsbox-sec2 .base_img:before {
  content: "";
  display: block;
}
.newsbox-sec2 .container {
  margin: 0 auto;
  width: 84%;
  max-width: 1600px;
}
@media (max-width: 1580px) {
  .newsbox-sec2 .container {
    width: 84%;
  }
}
@media (max-width: 1260px) {
  .newsbox-sec2 .container {
    width: 90%;
  }
}
.newsbox-sec2 .enterbox_search {
  margin-bottom: 0.4rem;
}
.newsbox-sec2 .cont .item {
  padding: 0.45rem 0;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  margin-top: -1px;
  display: flex;
  align-items: center;
  transition: all 0.4s;
  flex-wrap: wrap;
  background-color: #ffffff;
}
@media (max-width: 767px) {
  .newsbox-sec2 .cont .item {
    border: none;
    margin-bottom: 0.6rem;
    padding: 0;
  }
  .newsbox-sec2 .cont .item:last-child {
    margin-bottom: 0;
  }
}
.newsbox-sec2 .cont .item .f_time {
  width: 13.5%;
  text-align: center;
  color: #666666;
}
@media (max-width: 767px) {
  .newsbox-sec2 .cont .item .f_time {
    display: none;
  }
}
.newsbox-sec2 .cont .item .f_time .shu {
  display: block;
  font-weight: bold;
  font-size: 0.56rem;
  line-height: 0.9;
  margin-bottom: 0.1rem;
}
.newsbox-sec2 .cont .item .f_time .f_zi {
  font-weight: bold;
}
.newsbox-sec2 .cont .item .f_img {
  position: relative;
  width: 25%;
  z-index: 2;
  border-radius: 0.1rem;
  overflow: hidden;
}
@media (max-width: 767px) {
  .newsbox-sec2 .cont .item .f_img {
    width: 100%;
    border-radius: 0.1rem 0.1rem 0 0;
  }
}
.newsbox-sec2 .cont .item .f_img .img {
  width: 100%;
  padding-top: 54%;
}
.newsbox-sec2 .cont .item .f_img .img2 {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}
.newsbox-sec2 .cont .item .f_img .img2 img {
  height: 100%;
  max-width: 100%;
  object-fit: cover;
}
.newsbox-sec2 .cont .item .f_rt {
  width: 61.5%;
  padding: 0.16rem 0.92rem 0.14rem 0.4rem;
}
@media (max-width: 767px) {
  .newsbox-sec2 .cont .item .f_rt {
    width: 100%;
    border-radius: 0 0 0.1rem 0.1rem;
    padding: 0.4rem 0.32rem;
    border: 1px solid rgba(0, 0, 0, 0.1);
    border-top: none;
  }
}
.newsbox-sec2 .cont .item .f_rt .f_tit {
  color: #000000;
  font-weight: bold;
  transition: all 0.4s;
  width: 100%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: var(--font-size4);
}
.newsbox-sec2 .cont .item .f_rt .text {
  color: #999999;
  line-height: 1.625;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  height: 162.5%;
  margin-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .newsbox-sec2 .cont .item .f_rt .text {
    margin-bottom: 0.26rem;
  }
}
.newsbox-sec2 .cont .item .f_rt .but {
  display: flex;
  align-items: center;
  color: var(--color);
  font-weight: bold;
}
.newsbox-sec2 .cont .item .f_rt .but svg,
.newsbox-sec2 .cont .item .f_rt .but img {
  display: block;
  width: 13px;
  height: 13px;
  margin-left: 9px;
  transition: all 0.4s;
}
@media (max-width: 1580px) {
  .newsbox-sec2 .cont .item .f_rt .but svg,
  .newsbox-sec2 .cont .item .f_rt .but img {
    margin-left: 7px;
    width: 12px;
    height: 12px;
  }
}
@media (max-width: 767px) {
  .newsbox-sec2 .cont .item .f_rt .but svg,
  .newsbox-sec2 .cont .item .f_rt .but img {
    width: 8px;
    height: 8px;
  }
}
.newsbox-sec2 .cont .item .f_rt .but svg path,
.newsbox-sec2 .cont .item .f_rt .but img path {
  fill: var(--color);
}
.newsbox-sec2 .cont .item:hover {
  position: relative;
  border-color: transparent;
  z-index: 2;
  box-shadow: 0px 3px 0.4rem 0px rgba(20, 33, 96, 0.06);
}
.newsbox-sec2 .cont .item:hover .f_img .img img {
  transform: scale(1.1);
}
.newsbox-sec2 .cont .item:hover .f_rt .f_tit {
  color: var(--color);
}
.newsbox-sec2 .cont .item:hover .f_rt .but img,
.newsbox-sec2 .cont .item:hover .f_rt .but svg {
  transform: rotate(45deg);
}
.newsbox-sec2 .basepage {
  margin-top: 0.6rem;
}
.newsbox-sec2 .enterbox_search {
  align-items: center;
}
.newsbox-sec2 .enterbox_search .ent_select {
  position: relative;
  z-index: 3;
  line-height: 1.5;
  width: 2.4rem;
}
@media (max-width: 767px) {
  .newsbox-sec2 .enterbox_search .ent_select {
    width: 100%;
    margin-bottom: 0.3rem;
  }
}
.newsbox-sec2 .enterbox_search .ent_select .f_tit1 {
  background-color: #ffffff;
  border-radius: 27px;
  padding: 0.14rem 0.24rem;
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: #999999;
  user-select: none;
  -webkit-user-select: none;
  cursor: pointer;
  position: relative;
  z-index: 2;
  border: solid 1px rgba(0, 0, 0, 0.1);
}
.newsbox-sec2 .enterbox_search .ent_select .f_tit1 i {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 12px;
  transition: all 0.4s;
  height: 12px;
  color: var(--color);
}
@media (max-width: 1580px) {
  .newsbox-sec2 .enterbox_search .ent_select .f_tit1 i {
    width: 10px;
    height: 10px;
  }
}
.newsbox-sec2 .enterbox_search .ent_select .f_tit1 i img {
  width: 100%;
  max-height: 100%;
}
.newsbox-sec2 .enterbox_search .ent_select .f_jt {
  display: none;
  position: absolute;
  left: 0;
  z-index: 1;
  top: 100%;
  width: 100%;
  background-color: #ffffff;
  padding: 0.36rem 0 0.2rem;
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-top: none;
  margin-top: -0.24rem;
}
.newsbox-sec2 .enterbox_search .ent_select .f_jt .li {
  display: block;
  color: #999;
  cursor: pointer;
  padding: 0.1rem 0.24rem;
}
.newsbox-sec2 .enterbox_search .ent_select .f_jt .li:hover {
  color: var(--color);
}
.newsbox-sec2 .enterbox_search .ent_select.on .f_tit1 i {
  transform: rotate(180deg);
}
.newsbox-sec2 .enterbox_search .enter_nav {
  width: calc(100% - 4rem);
  margin: 0;
  line-height: 1.5;
}
@media (max-width: 767px) {
  .newsbox-sec2 .enterbox_search .enter_nav {
    width: 100%;
    margin-bottom: 0.5rem;
    height: auto;
  }
}
@media (max-width: 767px) {
  .newsbox-sec2 .enterbox_search .enter_nav .swiper-wrapper {
    height: auto;
    flex-wrap: wrap;
  }
}
.newsbox-sec2 .enterbox_search .enter_nav .swiper-slide {
  margin-right: 0.2rem;
  width: auto;
}
.newsbox-sec2 .enterbox_search .enter_nav .swiper-slide:last-child {
  margin-right: 0;
}
.newsbox-sec2 .enterbox_search .enter_nav .swiper-slide .item {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  border-radius: 26px;
  color: #999999;
  transition: all 0.4s;
  padding: 0.12rem 0.2rem;
  min-width: 1.2rem;
  border: 1px solid rgba(0, 0, 0, 0.1);
}
@media (max-width: 767px) {
  .newsbox-sec2 .enterbox_search .enter_nav .swiper-slide .item {
    min-width: 1.8rem;
    margin-bottom: 0.16rem;
  }
}
.newsbox-sec2 .enterbox_search .enter_nav .swiper-slide:not(.on) .item:hover {
  color: var(--color);
  background-color: var(--color);
  border-color: var(--color);
  color: #ffffff;
}
.newsbox-sec2 .enterbox_search .enter_nav .swiper-slide.on .item {
  background-color: var(--color);
  border-color: var(--color);
  color: #ffffff;
}
@media (min-width: 768px) {
  .newsbox-sec2 .enterbox_search .f_form {
    width: 3.2rem;
    margin-bottom: 0;
  }
}
.newsbox-sec2 .casebox_search {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.newsbox-sec2 .casebox_search .lt {
  display: flex;
  align-items: center;
  color: #333333;
}
@media (max-width: 767px) {
  .newsbox-sec2 .casebox_search .lt {
    width: 100%;
    margin-bottom: 0.26rem;
  }
}
.newsbox-sec2 .casebox_search .lt img {
  width: 18px;
  margin-right: 14px;
}
@media (max-width: 1580px) {
  .newsbox-sec2 .casebox_search .lt img {
    width: 16px;
    margin-right: 10px;
  }
}
.newsbox-sec2 .casebox_search .lt span {
  color: var(--color);
}
.newsbox-sec2 .casebox_search .f_form {
  width: 4rem;
  display: flex;
  align-items: center;
  background-color: #ffffff;
  border-radius: 0.38rem;
  border: solid 1px rgba(0, 0, 0, 0.1);
  padding: 4px;
  margin-bottom: 0.3rem;
}
@media (max-width: 1580px) {
  .newsbox-sec2 .casebox_search .f_form {
    padding: 6px;
  }
}
@media (max-width: 767px) {
  .newsbox-sec2 .casebox_search .f_form {
    width: 100%;
    border-radius: 0.5rem;
  }
}
.newsbox-sec2 .casebox_search .f_form input {
  width: 50%;
  width: calc(100% - 0.92rem);
  padding: 0 0.2rem;
  color: #999999;
}
@media (max-width: 1580px) {
  .newsbox-sec2 .casebox_search .f_form input {
    padding: 0 10px;
    width: calc(100% - 1.2rem);
  }
}
@media (max-width: 767px) {
  .newsbox-sec2 .casebox_search .f_form input {
    width: calc(100% - 1.5rem);
  }
}
.newsbox-sec2 .casebox_search .f_form .f_sub {
  color: #ffffff;
  transition: all 0.4s;
  width: 0.92rem;
  height: 0.48rem;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: var(--color);
  border-radius: 0.3rem;
}
@media (max-width: 1580px) {
  .newsbox-sec2 .casebox_search .f_form .f_sub {
    height: 0.56rem;
    width: 1.2rem;
    border-radius: 0.3rem;
  }
}
@media (max-width: 767px) {
  .newsbox-sec2 .casebox_search .f_form .f_sub {
    width: 1.5rem;
    height: 0.78rem;
    border-radius: 0.4rem;
  }
}
.newsbox-sec2 .casebox_search .f_form .f_sub svg {
  width: 22px;
  height: 22px;
}
@media (max-width: 1580px) {
  .newsbox-sec2 .casebox_search .f_form .f_sub svg {
    width: 18px;
    height: 18px;
  }
}
@media (max-width: 767px) {
  .newsbox-sec2 .casebox_search .f_form .f_sub svg {
    width: 0.36rem;
    height: 0.36rem;
  }
}
.newsbox-sec2 .casebox_search .f_form .f_sub svg path {
  fill: #ffffff;
}
.newsbox-sec2 .casebox_search .f_form .f_sub:hover {
  opacity: 0.9;
}
.newsbox-sec2 .basepage {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: center;
}
.newsbox-sec2 .basepage a,
.newsbox-sec2 .basepage span,
.newsbox-sec2 .basepage .f_fan {
  width: 50px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #222222;
  margin: 0 6px 10px;
  flex-shrink: 0;
  transition: all 0.4s;
  float: left;
  font-size: 16px;
  margin: 0 5px 10px;
  position: relative;
}
@media (max-width: 1580px) {
  .newsbox-sec2 .basepage a,
  .newsbox-sec2 .basepage span,
  .newsbox-sec2 .basepage .f_fan {
    font-size: 14px;
    width: 46px;
    height: 46px;
  }
}
@media (max-width: 991px) {
  .newsbox-sec2 .basepage a,
  .newsbox-sec2 .basepage span,
  .newsbox-sec2 .basepage .f_fan {
    width: 34px;
    height: 34px;
    font-size: 14px;
  }
}
.newsbox-sec2 .basepage a:before,
.newsbox-sec2 .basepage span:before,
.newsbox-sec2 .basepage .f_fan:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(/static/home/images/pageimgz1.svg) no-repeat center / 100% 100%;
  z-index: -1;
}
.newsbox-sec2 .basepage a:hover,
.newsbox-sec2 .basepage span:hover,
.newsbox-sec2 .basepage .f_fan:hover {
  color: #fff !important;
}
.newsbox-sec2 .basepage a:hover:before,
.newsbox-sec2 .basepage span:hover:before,
.newsbox-sec2 .basepage .f_fan:hover:before {
  background: url(/static/home/images/pageimgz2.svg) no-repeat center / 100% 100%;
}
.newsbox-sec2 .basepage .active {
  color: #fff !important;
  /* &:hover{
				color: #fff;
			} */
}
.newsbox-sec2 .basepage .active:before {
  background: url(/static/home/images/pageimgz2.svg) no-repeat center / 100% 100%;
}
.newsbox-sec2 .basepage .f_fan {
  color: var(--color);
  padding: 0 4px;
  text-align: center;
  position: relative;
}
.newsbox-sec2 .basepage .f_fan .f_int {
  width: 100%;
  height: 100%;
  text-align: center;
  z-index: 2;
}
.newsbox-sec2 .basepage .f_fan .f_int::-webkit-input-placeholder {
  color: #999999;
}
.newsbox-sec2 .basepage .f_fan .f_int::-ms-input-placeholder {
  color: #999999;
}
.newsbox-sec2 .basepage .prev,
.newsbox-sec2 .basepage .next {
  position: relative;
  color: #999999;
}
@media (max-width: 991px) {
}
.newsbox-sec2 .basepage .prev svg,
.newsbox-sec2 .basepage .next svg {
  width: 10px;
  height: 10px;
}
.newsbox-sec2 .basepage .prev svg path,
.newsbox-sec2 .basepage .next svg path {
  transition: all 0.4s;
  fill: #999999;
}
.newsbox-sec2 .basepage .prev:hover svg path,
.newsbox-sec2 .basepage .next:hover svg path {
  fill: var(--color);
}
.newsbox-sec2 .basepage span {
  color: var(--color);
}
.newsbox-sec2 .basepage span:before {
  display: none;
}
.newsbox-sec2 .basepage .f_name {
  width: auto;
  color: #222222;
  font-weight: bold;
  padding: 0 15px;
}
.newsbox-sec2 .basepage .f_name:before {
  display: none;
}
.newsbox-sec2 .basepage .fan {
  width: auto;
  padding: 0 15px;
}
.newsbox-sec2 .basepage a {
  font-weight: bold;
}
.newsbox-sec2 .basepage a:hover {
  color: var(--color);
}
