.banner{
  text-align: center;
}
.banner img{
  width: 100%;
  vertical-align: middle;
}
.banner .swiper-pagination span{
  width: 12px;
  height: 12px;
  background-color: #b1abab;
}
.banner .swiper-pagination .swiper-pagination-bullet-active{
  background-color: #fff;
}

.banner-link{
  height: 60px;
  background-color: #0ba86f;
}
.banner-link ul{
  display: flex;
}
.banner-link ul li{
  width: 25%;
  font-size: 20px;
  line-height: 60px;
}
.banner-link ul li:nth-child(1){
  background-color: 008f5b;
}
.banner-link ul li:nth-child(2){
  background-color: #0ba86f;
}
.banner-link ul li:nth-child(3){
  background-color: #0ba86f;
}
.banner-link ul li a{
  display: block;
  color: #fff;
  text-align: center;
  vertical-align: middle;
}
.banner-link ul li a img{
  vertical-align: middle;
  margin-right: 12px;
}

.title{
  color: #000;
  font-size: 30px;
  font-weight: bold;
  line-height: 32px;
  text-align: center;
  text-transform: uppercase;
}
.title span{
  width: 34px;
  height: 3px;
  background-color: #d3d1d1;
  display: block;
  margin: 17px auto 0;
}

.guide-map{
  padding: 30px 0;
  text-align: center;
}
.guide-map img{
  width: 100%;
  max-width: 1200px;
}

/* 精彩回顾 start */
.review{
  width: 100%;
  background-color: #f4f4f4;
  padding: 65px 0 0;
}
.review-con{
  padding-top: 25px;
}
.review-con .title-list{
  width: 100%;
  height: 56px;
  line-height: 56px;
  background-color: #0054a6;
  text-align: center;
}
.review-con .title-list li{
  margin: 0 15px;
  padding: 0 30px;
  display: inline-block;
  color: #a9bfd4;
  font-size: 18px;
  cursor: pointer;
}
.review-con .title-list li.on{
  color: #fff;
  background-color: #8ac419;
}
.review-list{
  width: 100%;
  padding: 36px 0;
}
.review-item{
  display: none;
}
.review-item.on{
  display: block;
}
/* 精彩回顾 end */

/* 新闻列表 start */
.index-news{
  padding: 40px 0 64px;
  background-color: #f4f4f4;
  border-bottom: 1px solid #dde3e8;
}
.index-news .title{
  margin-bottom: 40px;
}
.index-news .container{
  display: flex;
  justify-content: space-between;
}
.index-news .swiper-container{
  width: 510px;
  height: 445px;
  margin: 0;
}
.index-news .swiper-container img{
  width: 100%;
  height: 100%;
  /* object-fit: cover; */
}
.index-news .swiper-slide{
  position: relative;
}
.news-item-title{
  position: absolute;
  left: 0;
  bottom: 0;
  padding: 10px 10px 30px;
  width: 100%;
  color: #fff;
  font-size: 18px;
  background-color: rgba(0, 0, 0, .7);
  box-sizing: border-box;
}
.index-news .swiper-pagination{
  bottom: 5px;
}
.index-news .swiper-pagination-bullet{
  width: 12px;
  height: 12px;
  background-color: #fff;
}
.index-news .swiper-pagination-bullet-active{
  background-color: #8ac419;
}

.index-news .news-right{
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.news-title-list{
  display: flex;
  align-items: center;
  background-color: #eae6e6;
}
.news-title-list a{
  position: relative;
  display: inline-block;
  padding: 0 20px;
  line-height: 50px;
  color: #0ba86f;
  border-left: 2px solid #f4f4f4;
}
.news-title-list li.on a{
  color: #fff;
  background-color: #8ac419;
}
.news-title-list li.on a::after{
  content: '';
  position: absolute;
  bottom: -8px;
  left: 50%;
  transform: translateX(-50%);
  border-width: 10px 10px 0;
  border-style: solid;
  border-color: #8ac419 transparent transparent;
}
.news-right .news-list ul{
  display: none;
}
.news-right .news-list ul.on{
  display: block;
}
/* 新闻列表 end */

/* 论坛 start */
.guest{
  width: 100%;
  box-sizing: border-box;
  background: url(../images/guest_bg.jpg) center center no-repeat;
  padding: 72px 0 120px;
}
.guest .title{
  color: #fff;
}
.guest .title div{
  display: inline-block;
  font-size: 16px;
}
.guest-con{
  padding-top: 50px;
}
.guest-li{
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.guest-item{
  flex: 1;
  position: relative;
  margin: 0 10px 10px;
  padding: 20px 30px;
  text-align: center;
}
.guest-item img{
  width: 174px;
  height: 174px;
  border-radius: 50%;
}
.guest-item .t1{
  font-size: 18px;
  line-height: 32px;
  color: #edecec;
  margin-top: 29px;
}
.guest-item .t2{
  width: 19px;
  height: 1px;
  background: #edecec;
  margin: 5px auto 10px
}
.guest-item .guest-tc{
  width: 244px;
  height: 306px;
  background: rgba(255, 255, 255, .9);
  box-sizing: border-box;
  padding: 15px 22px;
  line-height: 32px;
  position: absolute;
  left: 0;
  top: 0;
  display: none;
  transition: all ease .3s;
}
.guest-item:hover .guest-tc{
  display: block;
}
.guest-item .guest-tc .s1{
  font-size: 20px;
  color: #000;
  text-align: center;
  margin-bottom: 6px;
}
.guest-item .guest-tc .s2{
  width: 20px;
  height: 1px;
  background: #555454;
  margin: auto;
}
.guest-item .guest-tc .s4{
  font-size: 14px;
  color: #514e4e;
  text-align: left;
}
.guest-item .guest-tc .s4 span{
  color: #2369ea;
}

.guest-item .name{
  position: absolute;
  top: 210px;
  padding: 10px 0;
  width: 100%;
  color: #fff;
  font-size: 32px;
  font-weight: bold;
  text-align: center;
  background: url(../images/jiabin_bg.png) no-repeat center center;
}
.guest-item .professional{
  margin-top: 20px;
  font-size: 24px;
  color: #aaa;
}
/* 论坛 end */

/* 图片集锦 start */
.img-con{
  display: flex;
  justify-content: space-between;
}
.img-left{
  width: 600px;
  /* height: 477px; */
  position: relative;
  background-color: #122c7e;
  vertical-align: middle;
 
}
.img-left a{
  font-size: 0;
  overflow: hidden;
}
.base-img{
  background-color: #122c4e;
  overflow: hidden;
}
.base-img img{
  width: 100%;
  height: 477px;
  overflow: hidden;
  background-color: #122c4e;
  vertical-align: middle;
}
.img-title{
  position: absolute;
  left: 0;
  bottom: 20px;
  padding-left: 32px;
  color: #fff;
  font-size: 24px;
  line-height: 32px;
  box-sizing: border-box;
}
.img-right{
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
  width: 584px;
}
.img-right-item{
  position: relative;
  width: 283px;
}
.img-right-item:nth-child(1),
.img-right-item:nth-child(2){
  margin-bottom: 18px;
}
.img-right-item .base-img img{
  height: 230px;
}
.img-right-item .img-title{
  bottom: 0;
  padding: 6px 15px;
  width: 100%;
  font-size: 18px;
  line-height: 24px;
  color: #f5f5f5;
  box-sizing: border-box;
  background-color: rgba(0, 0, 0, .3);
}
/* 图片集锦 end */

/* 新闻集锦 start */
.news-con{
  display: flex;
  justify-content: space-between;
}
.news-left{
  position: relative;
  width: 510px;
}
.news-left img{
  width: 100%;
  height: 495px;
  vertical-align: middle;
}
.news-left-title{
  position: absolute;
  left: 0;
  bottom: 0;
  padding: 15px 015px 18px;
  width: 100%;
  color: #fff;
  font-size: 18px;
  line-height: 22px;
  background-color: rgba(0, 0, 0, .5);
  box-sizing: border-box;
}
.news-list{
  width: 662px;
}
.news-list li a{
  display: block;
  width: 100%;
  height: 50px;
  line-height: 50px;
  color: #000;
  background: #fff url(../images/fight_icon.png) 640px center no-repeat;
  box-sizing: border-box;
  padding-left: 14px;
  margin-top: 5px;
}

.news-list li a .t1{
  display: inline-block;
  width: 124px;
  font-size: 18px;
  color: #b9b9b9;
  vertical-align: middle;
}
.news-list li a .t2{
  display: inline-block;
  width: 380px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 18px;
  color: #232323;
  vertical-align: middle;
}
.news-list li a:hover{
  background-color: #0054a6;
}
.news-list li a:hover .t2{
  color: #fff;
}
/* 新闻集锦 end */


/* 新闻视频 start */
.video-news{
  padding: 50px 0 90px;
  background-color: #f4f4f4;
}
.video-news .title{

}
.video-news-con{
  margin-top: 50px;
}
.base-img video{
  width: 100%;
}
.video-con .img-title{
  position: initial;
  padding: 10px;
  font-size: 24px;
  background-color: #122c4e;
}
.video-con .img-right-item .img-title{
  padding: 7px 10px;
  font-size: 14px;
  
}
.mores{
  float: right;
  height: 30px;
  line-height: 30px;
  display: block;
  padding: 0 10px;
  border-radius: 17px;
  background-color: #0054a6;
  color: #fff;
  font-size: 14px;
  margin-top: 20px;
}
/* 新闻视频 end */

/* 图片新闻 start */
.img-news-con{
  padding: 59px 0;
}
.picture-list{
  margin-top: 50px;
}
.picture-li{
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.picture-li:nth-child(1){
  margin-bottom: 20px;
}
.picture-item{
  position: relative;
  width: 590px;
  overflow: hidden;
}
.picture-item img{
  width: 100%;
  height: 100%;
  object-fit: cover;
  vertical-align: middle;
}
.picture-item .picture-title{
  position: absolute;
  left: 0;
  bottom: 0;
  padding: 10px 15px;
  font-size: 24px;
  color: #fff;
  background-color: rgba(0,0,0,.5);
}
.picture-li .picture-item:nth-child(3),
.picture-li .picture-item:nth-child(4),
.picture-li .picture-item:nth-child(5){
  width: 385px;
  margin-top: 20px;
}
.picture-li .picture-item:nth-child(3) .picture-title,
.picture-li .picture-item:nth-child(4) .picture-title,
.picture-li .picture-item:nth-child(5) .picture-title{
  font-size: 18px;
}
/* 图片新闻 end */

/* link start */
.media{
  margin-bottom: 70px;
  padding: 65px 0 25px;
  background-color: #0ba86f;
}
.media .title{
  margin-bottom: 40px;
  color: #fff;
}
.link-list{
  display: flex;
  justify-content: center;
  align-items: center;
}
.link-item{
  padding: 10px;
  width: 320px;
  height: 80px;
  box-sizing: border-box;
  margin-bottom: 30px;
}
.link-item a{
  display: block;
  width: 100%;
  height: 100%;
}
.link-item img{
  width: 100%;
  height: 100%;
  object-fit: contain;
}
/* link end */