.kele-ellipsis-3{
  text-overflow: ellipsis;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  line-clamp: 3;
  -webkit-box-orient: vertical
}
.banner{
  /* background-color: red; */
}
.swiper-container{
  width: 100%;
}
.img img{
  width: 100%;
  vertical-align: middle;
}
.web-link{
  display: flex;
  padding: 2px 0;
  text-align: center;
  background-color: #0053b6;
}
.web-link a{
  width: 25%;
  color: #fff;
  font-weight: bold;
  font-size: 14px;
  line-height: 50px;
  background-color: #074187;
}
.web-link a:nth-child(2n){
  background-color: #043672d1;
}

/* 新闻 */
.index-news{
  padding-bottom: 40rem;
  background-color: #043c6f;
}
.index-news .title{
  width: 100%;
  text-align: center;
  padding: 22rem 0 10rem;
}
.index-news .title .swiper-wrapper{
  display: block;
  text-align: center;
}

.index-news .title .swiper-slide{
  margin-bottom: 5px;
  display: inline-block;
  width: 24%;
}
.index-news .title .li{
  padding: 0 6rem;
  font-size: 16rem;
  line-height: 32rem;
  border-radius: 16rem;
  display: inline-block;
  margin: 0 2rem;
  color: #fff;
}
.index-news .title .active-nav .li{
  background-color: #8fc31f;
}

.index-news .box{
  overflow: hidden;
}
.index-news .box .swiper-slide{
  position: relative;
  box-sizing: border-box;
  padding: 0 18rem;
}
.index-news .box .list li{
  width: 100%;
  border-bottom: 1rem solid #3e3e3e;
  display: inline-block;
  padding: 20rem 0 15rem;
}
.index-news .box .list li a{
  display: block;
}
.index-news .box .list li .img{
  float: left;
  width: 90rem;
  max-height: 90rem;
  overflow: hidden;
}
.index-news .box .list li .tbox{
  float: right;
  width: calc(100% - 107rem);
}
.index-news .box .list .more{
  width: 100rem;
  height: 33rem;
  text-align: center;
  border-radius: 15rem;
  box-sizing: border-box;
  margin: 29rem auto 0;
  background: #8fc31f;
  line-height: 33rem;
  color: #fff;
  display: block;
}
.index-news .box .list li .tbox .t1{
  font-size: 16rem;
  line-height: 20rem;
  color: #f5f5f5;
  margin-bottom: 5rem;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.index-news .box .list li .tbox .t2{
  font-size: 12rem;
  color: #999;
  line-height: 18rem;
  margin-bottom: 3rem;
}
.index-news .box .list li .tbox .t3{
  float: right;
  color: #1b95ff;
}

.index-new{
  width: 100%;
  box-sizing: border-box;
  background: #011e39;
  padding: 27rem 19rem 32rem;
}
.index-new .title{
  font-size: 23rem;
  color: #fff;
  text-align: center;
  font-weight: bold;
  margin-bottom: 17rem;
}
.index-new .nslide{
  position: relative;
  width: 100%;
}
.index-new .nslide .nbox{
  width: 100%;
}
.index-new .nslide .nbox .img{
  width: 100%;
}
.index-new .nslide .nbox .img img{
  width: 100%;
  height: 235rem;
}
.index-new .nslide .nbox .t1{
  font-size: 16rem;
  line-height: 24rem;
  color: #fff;
  padding: 9rem 0;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.index-new .nslide .nbox .t2{
  line-height: 18rem;
  font-size: 14rem;
  color: #999;
}
.index-new .nslide .nbox .t2 span{
  color: #1b95ff;
  float: right;
}
.index-new .nslide .swiper-pagination{
  text-align: right;
  width: 100%;
  height: 32rem;
  background: rgba(0, 0, 0, .4);
  top: 203rem;
  box-sizing: border-box;
  padding-top: 10rem;
}
.index-new .swiper-pagination-bullet{
  width: 15rem;
  height: 15rem;
  line-height: 15rem;
  text-align: center;
  background-color: #fff;
  opacity: 1;
}
.index-new .swiper-pagination-bullet-active{
  color: #fff;
  background-color: #8fc31f;
}

.index-new .list{
  width: 100%;
  border-top: 5rem solid #639907;
  margin-top: 17rem;
  padding-top: 12rem;
}
.index-new .list li{
  width: 100%;
  display: inline-block;
  padding: 14rem 0 15rem;
  border-bottom: 1rem solid #3e3e3e;
}
.index-new .list li a{
  display: block;
}
.index-new .list li .img{
  width: 90rem;
  height: 80rem;
  float: left;
}
.index-new .list li .img img{
  width: 100%;
  height: 80rem;
}
.index-new .list li .tbox{
  float: right;
  width: calc(100% - 107rem);
}
.index-new .list li .tbox .t1{
  font-size: 15rem;
  color: #f5f5f5;
  margin-bottom: 5rem;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.index-new .list li .tbox .t2{
  font-size: 14rem;
  color: #999;
  line-height: 18rem;
}
.index-new .list li .tbox .t2 span{
  color: #1b95ff;
}
.index-new .more{
  display: block;
  margin: 29rem auto 0;
  width: 100rem;
  height: 33rem;
  font-size: 12rem;
  text-align: center;
  line-height: 33rem;
  border-radius: 15rem;
  box-sizing: border-box;
  color: #fff;
  background: #8fc31f;
}
/* 评奖活动 start */
.index-awards{
  width: 100%;
  box-sizing: border-box;
  background: #fff;
  padding: 27rem 19rem 32rem;
}
.index-awards .title{
  font-size: 23rem;
  text-align: center;
  font-weight: bold;
  margin-bottom: 17rem;
}
.awards-box>div{
  margin-top: 20px;
  padding-bottom: 10px;
  border: 1px solid #bbb;
  box-shadow: 0 0 10px #ccc;
  transition: all .5s;
  /* background-color: #ccc; */
  background-color: #f5f5f5;
}
.awards-title{
  text-align: center;
  line-height: 40px;
  color: #fff;
  font-weight: bold;
  border-bottom: 1px solid #bbb;
  /* background-color: #7c7979; */
  transition: all .5s;
  background-image: url(/public/images/awards-title-bg.jpg);
  background-size: 100% 100%;
}
.awards-box-height{
  margin-top: 10px;
  position: relative;
  height: 210px;
  overflow: auto;
  cursor: pointer;
}
.awards-list,
.awards-list1{
  position: absolute;
  left: 0;
  /* padding: 0 10px; */
  width: 100%;
  line-height: 30px;
}
.awards-item{
  padding: 0 10px;
  font-size: 14px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  /* border-bottom: 1px dashed #ccc; */
}
/* 评奖活动 end */

/* 论坛 */
.index-speakers{
  width: 100%;
  background: url(/public/images/luntan01.jpg) center center no-repeat;
  background-size: cover;
  padding: 34rem 0 50rem;
}
.index-speakers .title{
  font-size: 23rem;
  color: #fff;
  text-align: center;
  font-weight: bold;
  margin-bottom: 40rem;
}
.index-speakers .speaker{
  width: 100%;
}
.index-speakers .speaker .swiper-container{
  padding-bottom: 0rem;
}
.index-speakers .swiper-slide{
  padding: 0 10rem;
  box-sizing: border-box;
}
.index-speakers .speaker .speaker-box{
  width: 100%;
  text-align: center;
  padding-bottom: 36rem;
}
.index-speakers .speaker .speaker-box .img{
  width: 100rem;
  height: 100rem;
  border-radius: 50%;
  margin: 0 auto 15rem;
  overflow: hidden;
}
.index-speakers .speaker .speaker-box .t1{
  font-size: 16rem;
  color: #fff;
  margin-bottom: 6rem;
}
.index-speakers .speaker .speaker-box .t2{
  width: 11rem;
  height: 1rem;
  background: #f5f5f5;
  margin: 0 auto 7rem;
}
.index-speakers .speaker .speaker-box .t3{
  font-size: 14rem;
  color: #999;
  line-height: 16rem;
}
.index-speakers .swiper-pagination-bullet{
  border: 1rem solid #f5f5f5;
}
.index-speakers .swiper-pagination-bullet-active{
  border-color: #8fc31f;
}
.index-speakers .more{
  margin: 0rem auto 0;
  width: 100rem;
  height: 33rem;
  text-align: center;
  border-radius: 15rem;
  box-sizing: border-box;
  background: #8fc31f;
  line-height: 33rem;
  color: #fff;
  display: block;
}

/* 视频新闻 */
.index-video{
  width: 100%;
  background: #02213e;
  box-sizing: border-box;
  padding: 28rem 19rem 36rem;
}
.index-video .title{
  font-size: 23rem;
  color: #fff;
  font-weight: bold;
  text-align: center;
  margin-bottom: 27rem;
}
.index-video .big{
  width: 100%;
}
.index-video .big .img{
  position: relative;
  width: 100%;
}
.index-video .big .img video{
  width: 100%;
}

.index-video .big .img span{
  position: absolute;
  width: 100%;
  height: 100%;
  display: block;
  top: 0;
  left: 0;
  z-index: 2;
  background: url(/public/images/fw_icon7.png) center center no-repeat;
  background-size: 38rem;
}
.index-video .big .t1{
  font-size: 16rem;
  color: #fafafa;
  line-height: 32rem;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  margin-bottom: 10rem; 
}
.index-video .list{
  width: 100%;
}
.index-video .list ul{
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.index-video .list li{
  padding-top: 20rem;
  margin-bottom: 9rem;
  width: calc(50% - 13rem);
}
.index-video .list .img{
  position: relative;
}
.index-video .list li video{
  width: 100%;
  height: 100rem;
}
.index-video .list li .img span{
  position: absolute;
  width: 100%;
  height: 100%;
  display: block;
  top: 0;
  left: 0;
  z-index: 2;
  background: url(/public/images/fw_icon7.png) center center no-repeat;
  background-size: 22rem;
}
.index-video .list li .t1{
  color: #f5f5f5;
  line-height: 32rem;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.index-video .more{
  width: 100rem;
  height: 33rem;
  text-align: center;
  border-radius: 15rem;
  box-sizing: border-box;
  margin: 15rem auto 0;
  background: #8fc31f;
  line-height: 33rem;
  color: #fff;
  display: block;
}

/* 图片新闻 */
.index-pic{
  width: 100%;
  background: #012749;
  box-sizing: border-box;
  padding: 36rem 19rem 30rem;
}
.index-pic .title{
  font-size: 23rem;
  font-weight: bold;
  color: #fff;
  text-align: center;
  margin-bottom: 45rem;
}
.picture-list{
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.picture-list .big{
  position: relative;
  width: 48%;
  margin-bottom: 15rem;
}
.index-pic .big:nth-child(1){
  width: 100%;
}
.index-pic .big .img img{
  width: 100%;
}
.index-pic .big .txt{
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
  line-height: 30rem;
  background: rgba(0, 0, 0, .6);
  color: #fff;
  box-sizing: border-box;
  padding-left: 5rem;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  font-size: 14rem;
}
.index-pic .more{
  width: 100rem;
  height: 33rem;
  text-align: center;
  border-radius: 15rem;
  box-sizing: border-box;
  margin: 15rem auto 0;
  background: #8fc31f;
  line-height: 33rem;
  color: #fff;
  display: block;
}

/* 往届回顾 */
.index-review{
  width: 100%;
  background: #012749;
  padding: 35rem 0 0rem;
}
.index-review .title{
  font-size: 23rem;
  color: #fff;
  font-weight: bold;
  text-align: center;
  margin-bottom: 27rem;
}
.index-review img{
  width: 100%;
}

/* 发展历程 */
.index-path{
  padding: 29rem 0 0rem;
  width: 100%;
  background: url(/public/images/index-path-bg.jpg) #000 center center no-repeat;
  background-position: top center;
  box-sizing: border-box;
}
.index-path .title{
  font-size: 23rem;
  color: #fff;
  font-weight: bold;
  text-align: center;
  margin-bottom: 40rem;
}
.path-pagination{
  margin-bottom: 30rem;
}
.index-path .line{
  position: absolute;
  top: 14rem;
  left: 0;
  width: 100%;
  height: 1rem;
  background: #8a8a8a;
}

.path-box{
  width: auto;
  text-align: center;
}
.path-box .icon{
  width: 30rem;
  height: 30rem;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  background: rgba(61, 89, 172, .8);
  border: 3rem solid transparent;
  margin: auto;
}
.path-box .icon span{
  width: 11rem;
  height: 11rem;
  border-radius: 50%;
  margin: 9rem auto;
  background: #b6b6b6;
  display: block;
}
.path-box .txt{
  line-height: 32rem;
  color: #8f8e8e;
}
.swiper-slide-active .path-box .icon{
  background-color: #fff;
}
.swiper-slide-active .path-box .icon span{
  background-color: #8fc31f;
}
.swiper-slide-active .txt{
  color: #fff;
}

.path-tbox{
  width: 78%;
  background: #fff;
  border-radius: 3rem;
  box-sizing: border-box;
  padding: 0 15rem;
  margin: auto;
}
.path-tbox .t1{
  width: 100%;
  border-bottom: 1rem solid #ebe4e4;
  font-size: 15rem;
  line-height: 33rem;
  color: #033c72;
  padding: 16rem 0;
}
.path-tbox .t1 span{
  display: inline-block;
  line-height: 33rem;
  padding: 0 7rem;
  background: #2d53a7;
  color: #fff;
  margin-right: 13rem;
}
.path-tbox .t2{
  color: #383333;
  line-height: 21rem;
  padding: 11rem 0;
}

.index-path .swiper-button-prev{
  position: absolute;
  top: 50%;
  left: 10rem;
  width: 14rem;
  height: 29rem;
  transform: rotate(180deg)translateY(50%);
  background: url(/public/images/fw_icon16.png) center center no-repeat;
  background-size: 100%;
  z-index: 999;
}
.index-path .swiper-button-next{
  position: absolute;
  top: 50%;
  right: 10rem;
  width: 14rem;
  height: 29rem;
  transform: translateY(-50%);
  background: url(/public/images/fw_icon16.png) center center no-repeat;
  background-size: 100%;
  z-index: 999;
}

/* 合作媒体 */
.index-co{
  width: 100%;
  background: #034784;
  box-sizing: border-box;
  padding: 25rem 18rem;
}
.index-co .title{
  font-size: 23rem;
  font-weight: bold;
  color: #fff;
  text-align: center;
  margin-bottom: 30rem;
}
.index-co ul{
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
.index-co .list li{
  width: 30%;
  margin-bottom: 20rem;
  min-height: 44px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #fff;
}
.index-co .list li img{
  width: 100%;
  background-color: #fff;
}