.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;
}




/* 向此元素应用动画效果 */
.kele-across:before{
  position: absolute;
  top: 0;
  left: -100%;
  display: block;
  content: '';
  width: 50%;
  height: 100%;
  background: -webkit-linear-gradient(to right, rgba(255, 255, 255, 0) 0, rgba(255, 255, 255, .3) 100%);
  background: -o-linear-gradient(to right, rgba(255, 255, 255, 0) 0, rgba(255, 255, 255, .3) 100%);
  background: -moz-linear-gradient(to right, rgba(255, 255, 255, 0) 0, rgba(255, 255, 255, .3) 100%);
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 0, rgba(255, 255, 255, .3) 100%);
  -webkit-transform: skewX(-19deg);
  transform: skewX(-19deg);
  -webkit-animation: shine 1.5s infinite;
  animation: shine 1.5s infinite;
}
@-webkit-keyframes shine{100%{left: 125%}}
@keyframes shine{100%{left: 125%;}}

.banner-link{
  background-color: #f4f4f4;
  padding: 30px 0;
}
.banner-link-box{
  padding: 0 30px;
  display: flex;
  justify-content: space-between;
  box-sizing: border-box;
}
.banner-link-box li{
  position: relative;
  background-color: #074187;
  border-radius: 10px;
  overflow: hidden;
  transition: all .5s;
}
.banner-link .banner-link-box li:hover{
  background-color: #8ac419;
}
.banner-link .banner-link-box li:hover::before{
  animation: none;
}
.banner-link-box li:nth-child(2)::before{
  animation-delay: .4s;
}
.banner-link-box li:nth-child(3)::before{
  animation-delay: .8s;
}
.banner-link ul li a{
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  color: #fff;
  font-size: 20px;
  height: 60px;
  text-align: center;
  vertical-align: middle;
  font-weight: bold;
}

.title{
  color: #000;
  font-size: 32px;
  line-height: 32px;
  text-align: center;
}
.title span{
  width: 34px;
  height: 3px;
  background-color: #d3d1d1;
  display: block;
  margin: 17px auto 0;
}

/* 精彩回顾 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: 28px 0 64px;
  background-color: #f4f4f4;
  border-bottom: 1px solid #dde3e8;
}
.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: #0053b6;
  border-left: 2px solid #f4f4f4;
  font-weight: bold;
}
.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 */
.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;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.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(/public/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: 120px;
  font-size: 18px;
  color: #b9b9b9;
  vertical-align: middle;
}
.news-list li a .t2{
  display: inline-block;
  width: 470px;
  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 */
.guide-map{
  padding: 30px 0;
  padding-bottom: 70px;
  background-color: #fff;
  text-align: center;
}
/* .guide-map img{
  width: 100%;
  max-width: 1200px;
} */

/* .guide-map-title{
  margin: 40px auto;
}
.guide-map-swiper{
  width: 1000px;
}
.guide-map-swiper .swiper-slide-next{
  opacity: .5;
}

.guide-map-box{
  box-sizing: border-box;
}
.guide-map-swiper .swiper-button-next,
.guide-map-swiper .swiper-button-prev{
  top: 40%;
}
.guide-map-swiper .guide-map-pagination .swiper-pagination-bullet{
  display: inline-block;
  margin-top: 20px;
  margin: 10px 10px 0;
  width: auto;
  height: auto;
  border-radius: 0;
  font-size: 18px;
  padding: 6px 0px;
  background-color: #fff;
  border: 2px solid #5b9bd5;
  opacity: 1;
  width: 120px;
  box-sizing: border-box;
}
.guide-map-swiper .guide-map-pagination .swiper-pagination-bullet:first-child{
  width: 260px;
}
.guide-map-swiper .guide-map-pagination .swiper-pagination-bullet-active{
  color: #fff;
  font-weight: bold;
  background-color: #5b9bd5;
} */
/* 展位图 end */

/* 展位平面图 20240910版 start */
.floorplan{
  /* padding-top: 80px; */
  /* padding-bottom: 80px; */
}
/* 展馆简介 start */
.circle-info{
  display: flex;
  align-items: center;
  margin-left: 30px;
  padding-bottom: 50px;
  width: 1140px;
  height: 190px;
  overflow: hidden;
  box-sizing: border-box;
}
.circle-box{
  position: relative;
  width: 98px;
  height: 98px;
  min-width: 98px;
  padding: 5px;
  border-radius: 50%;
  background-color: #98dbf1;
  border: 4px solid #fff;
  overflow: hidden;
  box-sizing: border-box;
}
.circle{
  position: relative;
  height: 100%;
  width: 100%;
  text-align: center;
  line-height: 60px;
  font-size: 50px;
  font-weight: bold;
  color: #fff;
  background-color: #01509b;
  border-radius: 50%;
  vertical-align: middle;
  box-sizing: border-box;
}
.circle::after{
  content: '号馆';
  position: absolute;
  bottom: 0;
  left: 0;
  line-height: 1.2;
  width: 100%;
  background-color: #98dbf1;
  display: block;
  text-align: center;
  font-size: 20px;
  font-weight: bold;
}
.info-box{
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  box-sizing: border-box;
  overflow: hidden;
  margin-left: -40px;
}
.info-box > div{
  width: 100%;
  font-size: 0;
  vertical-align: middle;
  box-sizing: border-box;
}
.info-box > div + div{
  margin-top: 5px;
}
.info-box .floorplan-title{
  display: inline-block;
  padding-left: 60px;
  width: 280px;
  height: 40px;
  font-size: 18px;
  line-height: 40px;
  color: #fff;
  background-color: #01509b;
  vertical-align: middle;
  box-sizing: border-box;
}
.info-box .floorplan-info{
  display: inline-block;
  padding-left: 25px;
  padding-right: 70px;
  width: calc(100% - 320px);
  font-size: 14px;
  color: #01509b;
  line-height: 40px;
  background-color: #d6e4ef;
  vertical-align: middle;
  box-sizing: border-box;
  background: url('/public/images/2024/floorplan/icon-right.png') no-repeat #d6e4ef;
  background-position: calc(100% - 20px) center;
  background-size: 20px;
  transition: all 1s;
}

.info-box .floorplan-info span{
  display: block;
  /* width: 100%; */
}

.info-box > div:hover .floorplan-info{
  color: #fff;
  background-color: #00aaea;
  background-image: url('/public/images/2024/floorplan/icon-right1.png');
}
/* 展馆简介 end */

.floorplan-box{
  position: relative;
}
.floorplan-box img{
  vertical-align: middle;
}
.floorplan-placeholder{
  position: absolute;
  cursor: pointer;
  transition: all .5s;
  opacity: 0;
}
.floorplan-active{ opacity: 1; }
.single{ top: 0; }
.floorplan01{ left: 4.26%; clip-path: polygon(27% 0%, 100% 0%, 75% 100%, 0% 100%); }
.floorplan03{ left: 11.25%; clip-path: polygon(27% 0%, 100% 0%, 79% 100%, 0% 100%); }
.floorplan05{ left: 18.2%; clip-path: polygon(23% 0%, 100% 0%, 82% 100%, 0% 100%); }
.floorplan07{ left: 25.045%; clip-path: polygon(20% 0%, 100% 0%, 86% 100%, 0% 100%); }
.floorplan09{ left: 41.95%; clip-path: polygon(5% 0%, 100% 0%, 100% 100%, 0% 100%); }
.floorplan11{ left: 48.85%; clip-path: polygon(0% 0%, 95% 0%, 100% 100%, 0% 100%); }
.floorplan13{ left: 55.6%; clip-path: polygon(0% 0%, 94% 0%, 100% 100%, 4% 100%); }
.floorplan15{ left: 62.165%; clip-path: polygon(0% 0%, 85% 0%, 100% 100%, 10% 100%); }
.floorplan17{ right: 4.65%; clip-path: polygon(0% 0%, 86% 0%, 100% 100%, 12% 100%); }
.double{ bottom: 2.7560400%; }
.floorplan02{ left: 0.1215%; clip-path: polygon(30% 0%, 100% 0%, 73% 100%, 0% 100%) }
.floorplan04{ left: 7.605%; clip-path: polygon(26% 0%, 100% 0%, 76% 100%, 0% 100%); }
.floorplan06{ left: 15.25%; clip-path: polygon(22% 0%, 100% 0%, 80% 100%, 0% 100%); }
.floorplan08{ left: 22.918%; clip-path: polygon(18% 0%, 100% 0%, 86% 100%, 0% 100%); }
.floorplan10{ left: 41.45%; clip-path: polygon(4% 0%, 100% 0%, 100% 100%, 0% 100%); }
.floorplan12{ left: 48.95%; clip-path: polygon(0% 0%, 96% 0%, 100% 100%, 0% 100%); }
.floorplan14{ left: 56.25%; clip-path: polygon(0% 0%, 90% 0%, 100% 100%, 3% 100%); }
.floorplan16{ left: 63.37499845%; clip-path: polygon(0% 0%, 85% 0%, 100% 100%, 13% 100%); }
.floorplan18{ right: 7.55%; clip-path: polygon(0% 0%, 70% 0%, 100% 100%, 24% 100%); }
.floorplan20{ right: 0%; clip-path: polygon(0% 0%, 68% 0%, 100% 100%, 30% 100%); }
/* 展位平面图 20240910版 end */

/* 评奖活动 start */
.awards{

}
.awards-box{
  display: flex;
  justify-content: space-between;
}
.awards-box>div{
  padding-bottom: 10px;
  width: 23%;
  border: 1px solid #bbb;
  box-shadow: 0 0 10px #ccc;
  transition: all .5s;
  /* background-color: #ccc; */
  background-color: #f5f5f5;
}
.awards-box>div:hover{
  border-color: #8ac419;
}
.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>div:hover .awards-title{
  border-bottom-color: #8ac419;
  background-color: #8ac419;
}
.awards-box-height{
  margin-top: 10px;
  position: relative;
  height: 400px;
  overflow: hidden;
  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;
  text-align: center;
  /* border-bottom: 1px dashed #ccc; */
}
/* 评奖活动 end */
/* 产品图片 start */
.new-prodcut{
  padding: 83px 0 41px;
}
.new-prodcut .container{
  margin-top: 40px;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}
.hot{
  width: 700px;
}
.hot img{
  width: 100%;
  height: 438px;
  object-fit: cover;
}
.hot-con{
  padding: 25px 16px;
  background-color: #f5f5f5;
  box-sizing: border-box;
}
.hot-title{
  font-size: 20px;
  line-height: 24px;
  color: #333;
  display: block;
  margin-bottom: 15px;
  font-weight: bold;
}
.hot-p{
  margin-bottom: 15px;
  font-size: 16px;
  line-height: 24px;
  color: #777;
}
.hot-p span{
  color: #2b95fd;
  font-weight: bold;
}

.new-prodcut-right{
  width: 456px;
}
.new-prodcut-right li{
  margin-bottom: 14px;
  padding-bottom: 15px;
  border-bottom: 1px solid #efefef;
}
.new-prodcut-right li:last-child{
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: none;
}
.new-prodcut-right .img{
  width: 200px;
  height: 120px;
}
.new-prodcut-right .img img{
  height: 100%;
}
.new-prodcut-right a{
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.prodcut-con{
  width: 250px;
}
.prodcut-con h4{
  /* margin-bottom: 5px; */
  color: #000;
  font-size: 17px;
  line-height: 28px;
}
.new-prodcut-right li:hover h4{
  color: #0054a6;
}
.prodcut-con p{
  font-size: 14px;
  line-height: 24px;
  letter-spacing: 0.06em;
  color: #777;
}
/* 产品图片 end */

/* 大会日程 start */
.schedule{
  padding: 57px 0 82px;
}
.schedule .title{
  margin-bottom: 43px;
}
.time-list{
  background-color: #f1f1f1;
}
.schedule .time-list ul{
  display: flex;
  justify-content: space-between;
}
.schedule .time-list li{
  height: 76px;
  width: 20%;
  color: #959393;
  font-size: 18px;
  line-height: 76px;
  text-align: center;
  cursor: pointer;
}
.schedule .time-list li.on{
  color: #fff;
  background-color: #0054a6;
}
.schedule .schedule-box{
  margin-top: 22px;
}
.schedule .schedule-box .schedule-list{
  display: none;
  height: 623px;
}
.schedule .schedule-box .schedule-list.on{
  display: block;
}
.schedule .schedule-box .schedule-list .titles{
  display: flex;
  width: 100%;
  height: 50px;
  line-height: 50px;
  color: #fff;
  background-color: #0054a6;
  font-size: 18px;
  text-align: center;
  box-sizing: border-box;
  padding: 0 38px 0 22px;
}
.schedule .schedule-box .schedule-list .titles .t1,
.schedule .schedule-box .schedule-list li .t1{
  width: 55%;
}
.schedule .schedule-box .schedule-list .titles .t2,
.schedule .schedule-box .schedule-list li .t2{
  width: 40%;
}
.schedule .schedule-box .schedule-list ul{
  height: 570px;
  overflow-y: auto;
}
.schedule .schedule-box .schedule-list li{
  display: flex;
  height: 95px;
  text-align: center;
  background-color: #edecec;
  padding-left: 22px;
  padding-right: 21px;
}

.schedule .schedule-box .schedule-list li:nth-child(2n){
  background-color: #f6f5f5;
}
.schedule .schedule-box .schedule-list li .t1,
.schedule .schedule-box .schedule-list li .t2{
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 16px;
  color: #000;
}
.schedule .schedule-box .schedule-list li .t2{
  color: #888;
}

/* 大会日程 end */

/* 论坛 start */
.guest{
  width: 100%;
  box-sizing: border-box;
  background: url(/public/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(/public/images/jiabin_bg.png) no-repeat center center;
}
.guest-item .professional{
  margin-top: 20px;
  font-size: 24px;
  color: #aaa;
}
/* 论坛 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: 10px;
  font-size: 14px;
  
}
.mores{
  /* float: right; */
  display: inline-block;
  margin: 20px 0;
  height: 30px;
  line-height: 30px;
  padding: 0 10px;
  border-radius: 17px;
  background-color: #0054a6;
  color: #fff;
  font-size: 14px;
}
/* 新闻视频 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 20px;
  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 */

/* 历程 start */
.development{
  position: relative;
  width: 100%;
  height: 911px;
  overflow: hidden;
  background: url(/public/images/course-bg.jpg) center center no-repeat;
}
.development .title{
  position: absolute;
  left: 0;
  top: 72px;
  width: 100%;
  color: #fff;
}
.course{
  position: relative;
  width: 1320px;
  height: 100%;
  margin: auto;
  z-index: 2;
}
.course-box{
  width: 100%;
}
.course-num{
  position: absolute;
  font-size: 16px;
  line-height: 36px;
  color: #fff;
  cursor: pointer;
}
.num1{
  left: 66px;
  bottom: 225px;
}
.num2{
  left: 28px;
  bottom: 314px;
}
.num3{
  left: 45px;
  bottom: 395px;
}
.num4{
  left: 98px;
  bottom: 463px;
}
.num5{
  left: 160px;
  bottom: 516px;
}
.num6{
  left: 235px;
  bottom: 564px;
}
.num7{
  left: 312px;
  bottom: 602px;
}
.num8{
  left: 395px;
  bottom: 630px;
}
.num9{
  top: 223px;
  left: 470px;
}
.num10{
  top: 203px;
  left: 558px;
}
.num11{
  top: 190px;
  left: 645px;
}
.num12{
  top: 180px;
  left: 745px;
}
.num13{
  top: 180px;
  right: 391px;
}
.num14{
  top: 189px;
  right: 298px;
}
.num15{
  top: 200px;
  right: 200px;
}
.num16{
  top: 222px;
  right: 120px;
}
.num17{
  top: 259px;
  right: 44px;
}
.num18{
  top: 305px;
  right: -16px;
}
.num19{
  top: 382px;
  right: -54px;
}
.num20{
  top: 460px;
  right: -35px;
}
.num21{
  top: 520px;
  right: -12px;
}
.num22{
  bottom: 309px;
  right: 30px;
}
.num23{
  bottom: 263px;
  right: 82px;
}
.num24{
  bottom: 219px;
  right: 139px;
}
.num25{
  bottom: 169px;
  right: 169px;
}
.num26{
  bottom: 129px;
  right: 199px;
}


.course .course-boxs .course-tbox{
  display: none;
  position: absolute;
  left: 292px;
  bottom: 61px;
  padding: 67px 0 0;
  width: 727px;
  height: 359px;
  background: #fff;
  border-radius: 7px;
  box-sizing: border-box;
}
.course .course-boxs .course-tbox.on{
  display: block;
}
.course .course-boxs .course-tbox .close{
  width: 37px;
  height: 37px;
  position: absolute;
  background: url(/public/images/fw_icon3.png) center center no-repeat;
  right: 21px;
  top: 19px;
  cursor: pointer;
}
.course .course-boxs .course-tbox .course-name{
  width: 187px;
  height: 257px;
  border-right: 1px solid #ebe4e4;
  text-align: center;
  font-size: 20px;
  line-height: 32px;
  color: #033c72;
  float: left;
}
.course .course-boxs .course-tbox .course-name span{
  width: 60px;
  height: 66px;
  display: block;
  margin: auto;
  background: #2d53a7;
  line-height: 66px;
  font-size: 52px;
  color: #fff;
  margin-bottom: 32px;
}
.course .course-boxs .course-tbox .txt{
  padding-right: 5px;
  width: 425px;
  height: 256px;
  overflow: hidden;
  overflow-y: auto;
  float: left;
  margin-left: 32px;
  font-size: 16px;
  line-height: 32px;
  color: #7c7979;
}
/* 历程 end */

/* 媒体报道 start */
.media{
  margin-bottom: 35px;
}
.title-con{
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-left: 5px solid #07537d;
  box-sizing: border-box;
}
.title-left{
  font-size: 20px;
  line-height: 21px;
  color: #333;
  padding-left: 12px;
}
.title-con a{
  font-size: 14px;
  color: #0054a6;
}
.media-list{
  margin-top: 16px;
  border-bottom: 1px solid #eee;
}
.media-list li{
  display: inline-block;
  width: 180px;
  margin-right: 18px;
  padding-bottom: 6px;
  margin-bottom: 10px;
}
.media-list li:nth-child(6n){
  margin-right: 0;
}
.media-list li img{
  width: 100%;
  height: 80px;
  object-fit: contain;
}
/* 媒体报道 end */