@charset "utf-8";
.gs-banner-2 {
  width: 100%;
  height: auto;
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.gs-banner-2 .banner-box {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 10;
  overflow: hidden;
}
.gs-banner-2 .banner-box .container1600 {
  height: 100%;
}
.gs-banner-2 .banner-box .banner-info {
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.gs-banner-2 .banner-box .banner-info .breadcrumb-nav {
  width: 100%;
  height: auto;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10;
  overflow: hidden;
}
.gs-banner-2 .banner-box .banner-info .breadcrumb-nav .nav-box {
  width: 100%;
  height: auto;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin: 14px 0;
}
.gs-banner-2 .banner-box .banner-info .breadcrumb-nav .nav-box,
.gs-banner-2 .banner-box .banner-info .breadcrumb-nav .nav-box * {
  font-size: var(--font-size9);
  color: #FFFFFF;
  line-height: 1.2;
}
.gs-banner-2 .banner-box .banner-info .breadcrumb-nav .nav-box a {
  color: #8E8E8E;
  transition: all 0.5s ease;
}
.gs-banner-2 .banner-box .banner-info .breadcrumb-nav .nav-box a:hover {
  color: #FFFFFF;
}
.gs-banner-2 .banner-box .banner-info .breadcrumb-nav .nav-box span {
  margin: 0 0.8em;
  color: #8E8E8E;
}
.gs-banner-2 .banner-box .banner-info .title {
  width: 100%;
  height: auto;
  text-align: center;
  font-weight: bold;
  font-size: 0.6rem;
  color: #FFFFFF;
}
.gs-banner-2 .images {
  width: 100%;
  height: auto;
  font-size: 0;
  overflow: hidden;
}
.gs-banner-2 .images img {
  width: 100%;
  height: 100%;
  min-height: 300px;
  object-fit: cover;
}

 
@charset "utf-8";
.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_nav {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-bottom: 0.34rem;
}
.newsbox_nav .f_nav {
  margin: 0;
  width: calc(100% - 5rem);
}
@media (max-width: 1260px) {
  .newsbox_nav .f_nav {
    width: calc(100% - 5.5rem);
  }
}
@media (max-width: 767px) {
  .newsbox_nav .f_nav {
    width: 100%;
    margin-bottom: 0.3rem;
  }
}
.newsbox_nav .f_nav .swiper-slide {
  width: auto;
  margin-right: 0.42rem;
}
.newsbox_nav .f_nav .swiper-slide:last-child {
  margin-right: 0;
}
.newsbox_nav .f_nav .swiper-slide .item {
  cursor: pointer;
  user-select: none;
  -webkit-user-select: none;
  color: #282b37;
  transition: all 0.4s linear;
  padding-bottom: 8px;
  font-weight: bold;
  border-bottom: 3px solid transparent;
}
@media (max-width: 1580px) {
  .newsbox_nav .f_nav .swiper-slide .item {
    padding-bottom: 6px;
    border-width: 2px;
  }
}
.newsbox_nav .f_nav .swiper-slide .item span {
  font-size: var(--font-size7);
}
.newsbox_nav .f_nav .swiper-slide:hover .item,
.newsbox_nav .f_nav .swiper-slide.on .item {
  color: var(--color);
  border-color: var(--color);
}
.newsbox_nav .f_form {
  display: flex;
  align-items: center;
  padding-right: 0.24rem;
  border-radius: 6px;
  border: solid 1px #eeeeee;
  width: 4.3rem;
}
@media (max-width: 1260px) {
  .newsbox_nav .f_form {
    width: 5rem;
  }
}
@media (max-width: 767px) {
  .newsbox_nav .f_form {
    width: 100%;
  }
}
.newsbox_nav .f_form input {
  width: calc(100% - 18px);
  color: #282b37;
  padding: 18px 20px;
}
@media (max-width: 1580px) {
  .newsbox_nav .f_form input {
    padding: 14px 16px;
    width: calc(100% - 16px);
  }
}
.newsbox_nav .f_form input::-webkit-input-placeholder {
  color: #999999;
}
.newsbox_nav .f_form input:-ms-input-placeholder {
  color: #999999;
}
.newsbox_nav .f_form input::-ms-input-placeholder {
  color: #999999;
}
.newsbox_nav .f_form input::placeholder {
  color: #999999;
}
.newsbox_nav .f_form .f_sub {
  display: flex;
  align-items: center;
  width: 18px;
}
@media (max-width: 1580px) {
  .newsbox_nav .f_form .f_sub {
    width: 16px;
  }
}
.newsbox_nav .f_form .f_sub img,
.newsbox_nav .f_form .f_sub svg {
  width: 100%;
}
.newsbox_nav .f_form .f_sub img path,
.newsbox_nav .f_form .f_sub svg path {
  fill: #282b37;
  transition: all 0.4s;
}
.newsbox_nav .f_form .f_sub:hover img path,
.newsbox_nav .f_form .f_sub:hover svg path {
  fill: var(--color);
}
.newsbox-sec2 {
  overflow: hidden;
  padding: 0.72rem 0 1.1rem;
}
.newsbox-sec2 .f_tishi {
  color: #222222;
  margin-bottom: 0.24rem;
}
.newsbox-sec2 .f_tishi span {
  color: #ea472e;
}
.newsbox-sec2 .cont {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -0.15rem;
}
@media (max-width: 767px) {
  .newsbox-sec2 .cont {
    margin: 0 -0.1rem;
  }
}
.newsbox-sec2 .cont .item {
  width: 33.333%;
  padding: 0 0.15rem;
  margin-bottom: 0.3rem;
}
@media (max-width: 767px) {
  .newsbox-sec2 .cont .item {
    width: 50%;
    padding: 0 0.1rem;
    margin-bottom: 0.2rem;
  }
}
.newsbox-sec2 .cont .item .list {
  display: block;
  background-color: #ffffff;
  box-shadow: 0px 6px 0.4rem 0px rgba(72, 127, 181, 0.1);
  border-radius: 0px 0px 6px 6px;
  border: solid 2px #ffffff;
  overflow: hidden;
  position: relative;
  border-radius: 6px;
  z-index: 2;
}
.newsbox-sec2 .cont .item .list .img {
  width: 100%;
}
.newsbox-sec2 .cont .item .list .img:before {
  padding-top: 58.29596413%;
}
.newsbox-sec2 .cont .item .list .font {
  padding: 0.34rem 0.4rem 0.45rem;
  position: relative;
  /* &:before {
							content: "";
							display: block;
							position: absolute;
							left: 0;
							top: 0;
							width: 100%;
							height: 0.44rem;
							background: linear-gradient(to bottom,#d0eaff,rgba(255,255,255,0));
						} */
}
.newsbox-sec2 .cont .item .list .font .f_time {
  color: #333333;
  margin-bottom: 0.12rem;
  display: block;
}
.newsbox-sec2 .cont .item .list .font .f_tit {
  font-weight: bold;
  color: #282b37;
  line-height: 1.3;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  transition: all 0.4s;
  height: 2.6em;
  margin-bottom: 0.6rem;
  font-size: var(--font-size5);
}
.newsbox-sec2 .cont .item .list .font .f_but {
  display: flex;
  align-items: center;
  color: var(--color);
}
.newsbox-sec2 .cont .item .list .font .f_but i {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 8px;
  height: 11px;
  transition: all 0.4s;
  margin-left: 0.1rem;
}
@media (max-width: 1580px) {
  .newsbox-sec2 .cont .item .list .font .f_but i {
    width: 7px;
    height: 9px;
  }
}
.newsbox-sec2 .cont .item .list .font .f_but i img path,
.newsbox-sec2 .cont .item .list .font .f_but i svg path {
  fill: var(--color);
}
@media (max-width: 767px) {
  .newsbox-sec2 .cont .item .list .font {
    padding: 0.4rem 0.26rem;
  }
  .newsbox-sec2 .cont .item .list .font .f_time {
    font-size: 0.22rem;
  }
  .newsbox-sec2 .cont .item .list .font .f_tit {
    margin-bottom: 0.26rem;
    font-size: 0.26rem;
  }
  .newsbox-sec2 .cont .item .list .font .f_but {
    font-size: 0.22rem;
  }
}
.newsbox-sec2 .cont .item .list:hover .img img {
  transform: scale(1.16);
}
.newsbox-sec2 .cont .item .list:hover .font .f_tit {
  color: var(--color);
}
.newsbox-sec2 .cont .item .list:hover .font .f_but i {
  transform: translateX(0.1rem);
}
.newsbox-sec2 .basepage {
  margin-top: 0.7rem;
}
