@charset "utf-8";
.bannerwrap {
  position: relative;
}
.bannerwrap .box {
 min-width: 19.2rem;
    overflow: hidden;
}

.bannerwrap .box img{
width: 100%;

    
}

.bannerwrap .swiper-pagination {
  bottom: 0.5rem;
  left: 1rem;
  display: flex;
  justify-content: center;
  align-items: center;
}

.bannerwrap .swiper-pagination-bullet {
  width: .2rem;
  height: .2rem;
  background: 0;
  border: .04rem solid #fff;
  opacity: 1;
  margin: 0rem .1rem;
}

.bannerwrap .swiper-pagination-bullet-active {
  background: url(../images/index/banakv.png) no-repeat center;
  width: .5rem;
  height: .5rem;
  border: 0;
}

.bannerwrap .swiper-button-next,
.bannerwrap .swiper-button-prev {
  position: absolute;
  top: 50%;
  width: .91rem;
  height: .56rem;
  margin-top: -.22rem;
  z-index: 10;
  cursor: pointer;
  background-size: .91rem .56rem;
  background-position: center;
  background-repeat: no-repeat;
}

.bannerwrap .swiper-button-prev,
.bannerwrap .swiper-container-rtl .swiper-button-next {
  background-image: url(../images/index/banl.png);
  left: 1rem;
  right: auto;
}

.bannerwrap .swiper-button-next,
.bannerwrap .swiper-container-rtl .swiper-button-prev {
  background-image: url(../images/index/banr.png);
  right: 1rem;
  left: auto;
}

.title {
  display: flex;
  justify-content: space-between;
  align-items: end;
  margin: .8rem 0rem .5rem;
}

.title .title_left {
  font-size: .32rem;
  color: #333;
  font-weight: bold;
}

.title .title_left p:nth-child(1) {
  color: #efefef;
  font-size: .72rem;
}

.title .title_left p:nth-child(2) {
  margin-top: -.5rem;
}

.title .more {
  display: flex;
  align-items: center;
}

.title .more .yuan {
  width: .37rem;
  height: .37rem;
  border-radius: 50%;
  background: linear-gradient(to right, #1c64a8, transparent);
  margin-right: -.2rem;
}

.title .more a {
  font-size: .16rem;
}

.fan {
  width: .12rem;
  height: .12rem;
  margin-right: .1rem;
  background-color: #1c64a8;
}

.one .onecont {
  display: flex;
  justify-content: space-between;
}

.one .onecont .onel {
  width: 45%;
  position: relative;
}

.one .onecont .onel .box {
  width: 6.74rem;
  height: 4.66rem;
  overflow: hidden;
}

.one .onecont .onel .box::after {
  content: '';
  width: 100%;
  height: 2rem;
  background: linear-gradient(to top, #000, transparent);
  position: absolute;
  bottom: 0;
  left: 0;
}

.one .onecont .onel .box img {
  width: 100%;
  height: auto;
  transition: transform 0.5s ease;
  /* 添加过渡效果 */
}

.one .onecont .onel .box img:hover {
  transform: scale(1.1);
  /* 鼠标悬浮时放大图片 */
}

.one .onecont .onel .box .text {
  position: absolute;
  bottom: 0;
  left: 0;
  color: #fff;
  font-size: .2rem;
  z-index: 2;
}

.one .onecont .onel .box .text .texts {
  padding: 0rem .3rem;
}

.one .onecont .onel .box .text .time {
  background: linear-gradient(to right, #2e5cbe, transparent);
  padding: .1rem .3rem;
  margin-top: .2rem;
  width: 50%;
}

.one .onecont .onel .oneswiper-pagination {
  position: absolute;
  right: .3rem;
  bottom: .4rem;
  z-index: 3;
}

.one .onecont .onel .oneswiper-pagination .swiper-pagination-bullet {
  width: 0.15rem;
  height: 0.15rem;
  display: inline-block;
  border-radius: 100%;
  background: #ffffff;
  opacity: .3;
  margin: 0rem .05rem;
}

.one .onecont .onel .oneswiper-pagination .swiper-pagination-bullet-active {
  opacity: 1;
  background: #007aff;
}

.one .onecont .oner {
  width: 50%;
}

.one .onecont .oner ul li {
  border-bottom: 0.01rem solid #e5e5e5;
  padding-bottom: .2rem;
  margin-bottom: .25rem;
}

.one .onecont .oner ul li .titone {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.one .onecont .oner ul li .titone .tit {
  display: flex;
  align-items: center;
}

.one .onecont .oner ul li .titone .tit a {
  font-size: .18rem;
  font-weight: bold;
}

.one .onecont .oner ul li .titone .tit .fang {
  width: .12rem;
  height: .12rem;
  margin-right: .1rem;
  background-color: #1c64a8;
}

.one .onecont .oner ul li .dec {
  font-size: .14rem;
  color: #999;
  margin-top: .1rem;
  margin-left: .18rem;
}

.two {
  background: url(../images/index/cooperbg.png) no-repeat center;
  width: 100%;
}

.two .twocot {
  padding-bottom: .5rem;
}

.two .twocot .twocont {
  display: flex;
  justify-content: space-between;
}

.two .twocot .twocont .twol {
  width: 50%;
}

.two .twocot .twocont .twol ul li {
  background-color: #fff;
  padding: .2rem;
  margin: .1rem 0rem;
}

.two .twocot .twocont .twol ul li .tex {
  display: flex;
  align-items: center;
}

.two .twocot .twocont .twol ul li .tex a {
  font-size: .18rem;
  margin-left: .1rem;
}

.two .twocot .twocont .twol ul li .tex .fan {
  width: 0.12rem;
  height: 0.12rem;
  background-color: #1c64a8;
}

.two .twocot .twocont .twol ul li .tim {
  font-family: Arial, Helvetica, sans-serif !important;
  font-size: .16rem;
  margin-left: .2rem;
  margin-top: .1rem;
}

.two .twocot .twocont .twol ul li:hover {
  background-color: #1b63a8;
}

.two .twocot .twocont .twol ul li:hover .tex a {
  color: #fff;
}

.two .twocot .twocont .twol ul li:hover .tex .fan {
  background-color: #fff;
}

.two .twocot .twocont .twol ul li:hover .tim {
  color: #fff;
}

.two .twocot .twocont .twor {
  width: 45%;
}

.two .twocot .twocont .twor .twor-top {
  background-color: #ffffff;
  padding: .3rem;
  display: flex;
}

.two .twocot .twocont .twor .twor-top .twor-top-left-img {
  width:2.2rem;
  position: relative;
}

.two .twocot .twocont .twor .twor-top .twor-top-left-img img {
  width: 100%;
}

.two .twocot .twocont .twor .twor-top .twor-top-left-img .titx {
  color: #fff;
  font-size: .24rem;
  height: .44rem;
  line-height: .44rem;
  font-weight: bold;
  padding-left: .15rem;
  background: linear-gradient(to right, #2e5cbe, transparent);
  position: absolute;
  top: 0;
  left: 0;
}

.two .twocot .twocont .twor .twor-top .twor-top-right {
  margin-left: .2rem;
}

.two .twocot .twocont .twor .twor-top .twor-top-right .twor-top-right-text {
  border-bottom: 0.01rem dashed #c5c5c5;
  padding-bottom: .2rem;
  margin-bottom: .2rem;
}

.two .twocot .twocont .twor .twor-top .twor-top-right .twor-top-right-text a {
  font-size: .18rem;
  font-weight: bold;
  color: #1b63a8;
}

.two .twocot .twocont .twor .twor-top .twor-top-right p {
  font-size: .16rem;
  color: #666;
  margin: .15rem 0rem;
}

.two .twocot .twocont .twor .twor-botom {
  margin-top: .1rem;
}

.two .twocot .twocont .twor .twor-botom ul {
  padding: .15rem;
}

.two .twocot .twocont .twor .twor-botom ul li {
  display: flex;
  align-items: center;
  margin: .1rem 0rem;
}

.two .twocot .twocont .twor .twor-botom ul li a {
  margin-left: .1rem;
  font-size: .18rem;
}

.three .threecot {
  display: flex;
  justify-content: space-between;
}

.three .threecot .threecot-left {
  width: 40%;
}

.three .threecot .threecot-left .threetit {
  font-size: .24rem;
  font-weight: bold;
  color: #1c64a8;
}

.three .threecot .threecot-left .decs {
  margin-top: .5rem;
  font-size: .16rem;
  text-indent: .32rem;
  line-height: .32rem;
  text-align: justify;
}

.three .threecot .threecot-left .truncate {
  -webkit-line-clamp: 6;
}

.three .threecot .threecot-left .btn {
  margin-top: .5rem;
  width: 1.5rem;
  border: 0.01rem solid #c6c6c7;
  border-radius: 0.03rem;
  text-align: center;
}

.three .threecot .threecot-left .btn a {
  font-size: .16rem;
}

.three .threecot .threecot-left .btn:hover {
  background-color: #1c64a8;
  border: 0;
}

.three .threecot .threecot-left .btn:hover a {
  color: #fff;
}

.three .threecot .threecot-right {
  width: 50%;
}

.three .threecot .threecot-right .threeswiper .box {
  width: 100%;
    height: 4.5rem;
  overflow: hidden;
  position: relative;
}

.three .threecot .threecot-right .threeswiper .box img {
  width: 100%;
}

.three .threecot .threecot-right .threeswiper .box .tittext {
  width: 50%;
  font-size: .24rem;
  font-weight: bold;
  color: #fff;
  background: linear-gradient(to right, #2e5cbe, transparent);
  padding: .2rem;
  position: absolute;
  top: 0;
  left: 0;
}

.three .threecot .threecot-right .threeswiper .box .cont {
  width: 100%;
  height: 1.5rem;
  background: linear-gradient(to top, #000, transparent);
  text-align: center;
  position: absolute;
  bottom: 0;
  left: 0;
}

.three .threecot .threecot-right .threeswiper .box .cont a {
  font-size: .24rem;
  font-weight: bold;
  line-height: 2rem;
  color: #fff;
}

.three .threecot .threecot-right .cunt-button-prev,
.three .threecot .threecot-right .cunt-button-next {
  position: absolute;
  top: 50%;
  width: .91rem;
  height: .56rem;
  margin-top: -.22rem;
  z-index: 10;
  cursor: pointer;
  background-size: .91rem .56rem;
  background-position: center;
  background-repeat: no-repeat;
}

.three .threecot .threecot-right .cunt-button-prev,
.three .threecot .threecot-right .swiper-container-rtl .swiper-button-next {
  background-image: url(../images/index/banl.png);
  top: 2.2rem;
  right: 6.2rem;
}

.three .threecot .threecot-right .cunt-button-next,
.three .threecot .threecot-right .swiper-container-rtl .swiper-button-prev {
  background-image: url(../images/index/banr.png);
  right: 0.4rem;
  top: 2.2rem;
}

.four {
  margin-bottom: .8rem;
}

.four .fbg {
  width: 100%;
  height: 4.12rem;
  background-color: #f4faff;
  margin-top: .8rem;
}

.four .fourcot {
  margin-top: -4.12rem;
}

.four .fourcot .box {
  width: 100%;
    height: 3.2rem;
  overflow: hidden;
}

.four .fourcot .box img {
  width: 100%;
  transition: transform 0.5s ease;
  /* 添加过渡效果 */
}

.four .fourcot .box img:hover {
  transform: scale(1.1);
  /* 鼠标悬浮时放大图片 */
}

.four .fourcot .ftext {
  margin-top: .1rem;
  width: 100%;
  height: .6rem;
  background-color: #f1f1f1;
  text-align: center;
}

.four .fourcot .ftext a {
  font-size: .18rem;
  font-weight: bold;
  color: #333;
  line-height: .6rem;
}

.four .fourcot .four-button-prev,
.four .fourcot .four-button-next {
  position: absolute;
  top: 50%;
  width: .91rem;
  height: .56rem;
  margin-top: -.22rem;
  z-index: 10;
  cursor: pointer;
  background-size: .91rem .56rem;
  background-position: center;
  background-repeat: no-repeat;
}

.four .fourcot .four-button-prev,
.four .fourcot .swiper-container-rtl .swiper-button-next {
  background-image: url(../images/index/thl.png);
  left: -1.2rem;
}

.four .fourcot .four-button-next,
.four .fourcot .swiper-container-rtl .swiper-button-prev {
  background-image: url(../images/index/thr.png);
  right: -1.2rem;
}