@charset "utf-8";
/* CSS Document */
.swiper1 .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  background: none;
  border: 2px solid #fff;
  opacity: 1;
  border-radius: 50%;
}
.swiper1 .swiper-pagination {
  display: none;
}
.swiper1 .swiper-pagination-bullet-active {
  background-color: #fff;
  border-radius: 50%;
}
.swiper1 .swiper-button-next {
  display: none;
}
.swiper1 .swiper-button-prev {
  display: none;
}
.swiper1 .swiper-button-next:after,
.swiper1 .swiper-button-prev:after {
  display: none;
}
.tit {
  text-align: center;
  padding: 70px 0 40px 0;
}
.tit h3 {
  color: #2cb1ec;
  font-size: 30px;
  font-weight: bold;
  margin-bottom: 5px;
}
.tit span {
  font-size: 18px;
  color: #666666;
  text-transform: uppercase;
}
.quicknav {
  display: flex;
  justify-content: space-between;
}
.quicknav a {
  display: block;
  width: 180px;
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.quicknav a span {
  display: block;
  width: 115px;
  height: 115px;
  border: 1px solid #ddd;
  border-radius: 50%;
}
.quicknav a:nth-child(1) span {
  background: url(../images/icon_1.png) center center no-repeat;
}
.quicknav a:nth-child(1):hover span {
  background: #33b3ed url(../images/icon_1_hover.png) center center no-repeat;
}
.quicknav a:nth-child(2) span {
  background: url(../images/icon_2.png) center center no-repeat;
}
.quicknav a:nth-child(2):hover span {
  background: #33b3ed url(../images/icon_2_hover.png) center center no-repeat;
}
.quicknav a:nth-child(3) span {
  background: url(../images/icon_3.png) center center no-repeat;
}
.quicknav a:nth-child(3):hover span {
  background: #33b3ed url(../images/icon_3_hover.png) center center no-repeat;
}
.quicknav a:nth-child(4) span {
  background: url(../images/icon_4.png) center center no-repeat;
}
.quicknav a:nth-child(4):hover span {
  background: #33b3ed url(../images/icon_4_hover.png) center center no-repeat;
}
.quicknav a:nth-child(5) span {
  background: url(../images/icon_5.png) center center no-repeat;
}
.quicknav a:nth-child(5):hover span {
  background: #33b3ed url(../images/icon_5_hover.png) center center no-repeat;
}
.quicknav a:nth-child(6) span {
  background: url(../images/icon_6.png) center center no-repeat;
}
.quicknav a:nth-child(6):hover span {
  background: #33b3ed url(../images/icon_6_hover.png) center center no-repeat;
}
.quicknav a h3 {
  color: #333;
  font-size: 16px;
  font-weight: bold;
  margin: 20px 0;
}
.quicknav a p {
  font-size: 12px;
  color: #999;
  line-height: 150%;
}
.quicknav a:hover h3 {
  color: #33b3ed;
}
.indexabo {
  background-color: #f9f9f9;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 35px;
}
.indexabo .abo-img {
  width: 50%;
}
.indexabo .abo-img img {
  width: 100%;
}
.indexabo .abo-con {
  width: 50%;
  padding: 0 5%;
  box-sizing: border-box;
}
.indexabo .abo-con p {
  font-size: 14px;
  color: #000;
  line-height: 200%;
}
.indexabo .more a {
  display: block;
  width: 242px;
  border: 2px solid #33b3ed;
  line-height: 50px;
  color: white;
  background-color: #33b3ed;
  text-align: center;
  margin: 20px auto 30px auto;
}
.indexabo .more a:hover {
  border: 2px solid #33b3ed;
  background-color: #f9f9f9;
  color: #33b3ed;
}
.plan {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.plan .plan-img {
  width: 50%;
}
.plan .plan-img img {
  width: 100%;
}
.plan .plan-con {
  width: 50%;
  padding: 0 5%;
  box-sizing: border-box;
}
.plan-title h3 {
  font-size: 30px;
  font-weight: bold;
  color: #33b3ed;
}
.plan-title p {
  font-size: 18px;
  color: #666;
}
.sm-timeline {
  position: relative;
  height: 500px;
  overflow-y: auto;
  margin-top: 30px;
  font-size: 16px;
}
.sm-timeline-row {
  display: flex;
  align-items: center;
  overflow: hidden;
  padding-top: 40px;
}
.sm-timeline .sm-timeline-row:before {
  content: '';
  position: absolute;
  z-index: 0;
  top: 0;
  left: 191px;
  height: 100%;
  width: 2px;
  background: #e5e5e5;
}
.sm-timeline .tm-icon {
  margin-right: 20px;
  width: 79px;
  text-align: center;
}
.sm-timeline .tm-icon img {
  width: 100%;
}
.sm-timeline .tm-time {
  width: 160px;
  font-weight: 600;
  text-align: right;
}
.sm-timeline .tm-dot {
  margin: 0px 25px 0;
  width: 15px;
  height: 15px;
  border-radius: 100%;
  background-color: #33b3ed;
  z-index: 1;
}
.sm-timeline .tm-detail {
  padding-left: 20px;
  font-size: 1em;
}
.sm-timeline .tm-detail h5 {
  line-height: 24px;
  font-size: 16px;
}
.sm-timeline .tm-detail p {
  font-size: 14px;
}
.sm-timeline .year {
  font-size: 46px;
  font-family: cursive;
}
.tab-timeline > div {
  height: 500px;
  display: none;
}
.tab-timeline > div.active {
  display: block;
}
.sm-timeline a:hover {
  color: #33b3ed;
}
#certify {
  position: relative;
  margin-bottom: 50px;
}
#certify .swiper-container {
  padding-bottom: 60px;
}
#certify .swiper-slide {
  width: 772px;
  height: 505px;
  background: #fff;
  box-shadow: 0 8px 30px #ddd;
}
#certify .swiper-slide img {
  display: block;
  width: 772px;
  height: 505px;
}
#certify .swiper-slide p {
  line-height: 98px;
  padding-top: 0;
  text-align: center;
  color: #636363;
  font-size: 1.1em;
  margin: 0;
}
.news {
  background-color: #f3f5fb;
  padding-bottom: 80px;
}
.tabs_column ul {
  display: flex;
  justify-content: space-between;
}
.tabs_column li:nth-child(2) {
  margin: 0 20px;
}
.tabs_column li {
  width: 33.333333%;
  box-sizing: border-box;
  cursor: pointer;
  background-color: white;
  padding: 10px;
  flex: 1;
  text-align: center;
}
.tabs_column li p {
  font-size: 16px;
  font-weight: bold;
  color: #666;
  margin-top: 3px;
}
.tabs_column li i {
  display: block;
  height: 45px;
  background-position: center top;
  background-repeat: no-repeat;
}
.tabs_column li .icon_news_dt {
  background-image: url(../images/news_icon1.png);
}
.tabs_column li .icon_news_news {
  background-image: url(../images/news_icon2.png);
}
.tabs_column li .icon_news_hyzs {
  background-image: url(../images/news_icon3.png);
}
.tabs_column li.curr p {
  color: white;
}
.tabs_column li.curr {
  background-color: #33b3ed;
  color: white;
}
.tabs_column li.curr .icon_news_dt {
  background-image: url(../images/news_icon1_hover.png);
}
.tabs_column li.curr .icon_news_news {
  background-image: url(../images/news_icon2_hover.png);
}
.tabs_column li.curr .icon_news_hyzs {
  background-image: url(../images/news_icon3_hover.png);
}
.m_list {
  display: flex;
  margin: 50px -10px;
  flex-wrap: wrap;
}
.m_list li {
  width: 33.333333%;
  padding: 10px;
  box-sizing: border-box;
}
.m_list .item {
  display: flex;
  background: #fff;
  box-sizing: border-box;
  padding: 23px 30px;
  height: 120px;
}
.m_list .item .info {
  flex: 1;
  overflow: hidden;
}
.m_list .item .title {
  line-height: 24px;
  color: #1D1D1D;
  font-size: 18px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
.m_list .item .title::after {
  content: "";
  display: block;
  width: 30px;
  height: 2px;
  margin: 8px 0 0;
  background: #D9D9D9;
  vertical-align: top;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
.m_list .item .desc {
  font-size: 14px;
  line-height: 24px;
  margin: 15px 0 0;
  color: #828282;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.m_list .item .date {
  width: 72px;
  height: 64px;
  margin: 6px 0 0 72px;
  text-align: center;
}
.m_list .item .day {
  line-height: 42px;
  font-size: 36px;
  color: #212121;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
.m_list .item .year {
  line-height: 18px;
  font-size: 12px;
  color: #818181;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
.m_list .item:hover .title {
  color: #33b3ed;
}
.m_list .item:hover .title::after {
  background-color: #33b3ed;
}
.m_list .item:hover .day {
  color: #33b3ed;
}
.m_list .item:hover .year {
  color: #33b3ed;
}
.more_btn a {
  display: block;
  width: 242px;
  line-height: 50px;
  border: 1px solid #33b3ed;
  color: #33b3ed;
  text-align: center;
  margin: 50px auto 0 auto;
}
.more_btn a:hover {
  background-color: #33b3ed;
  color: white;
}
.exhibitionalbum {
  padding-top: 10px;
  padding-bottom: 0;
}
.exhibitionalbum .box {
  margin-top: 30px;
  max-width: 1920px;
  padding-top: 28%;
  position: relative;
  background-size: 100% auto;
  background-repeat: no-repeat;
  background-position: center top;
  clear: both;
  float: none;
  margin-right: auto;
  margin-left: auto;
}
.exhibitionalbum .box ul li {
  background-color: #ccc;
  width: 20%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  height: 50%;
  overflow: hidden;
}
.exhibitionalbum .box ul li:nth-child(2) {
  left: 20%;
}
.exhibitionalbum .box ul li:nth-child(3) {
  left: 0;
  top: 50%;
}
.exhibitionalbum .box ul li:nth-child(4) {
  left: 20%;
  top: 50%;
}
.exhibitionalbum .box ul li:nth-child(5) {
  width: 40%;
  height: 100%;
  left: 40%;
}
.exhibitionalbum .box ul li:nth-child(6) {
  left: 80%;
  top: 0;
}
.exhibitionalbum .box ul li:nth-child(7) {
  left: 80%;
  top: 50%;
}
.exhibitionalbum .box ul li span {
  display: block;
  position: absolute;
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
}
.exhibitionalbum .box ul li.vod span:after {
  content: "";
  background-image: url(../images/ico-Play.png);
  background-repeat: no-repeat;
  background-position: center center;
  display: block;
  height: 55px;
  width: 55px;
  margin-top: -27.5px;
  margin-left: -27.5px;
  position: absolute;
  left: 50%;
  top: 50%;
  right: 50%;
  bottom: 50%;
}
.exhibitionalbum .box ul li span img {
  float: left;
  height: 100%;
  width: 100%;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -ms-transition: all 0.5s;
  transition: all 0.5s;
}
.exhibitionalbum .box ul li p {
  background-color: rgba(0, 60, 143, 0.82);
  position: absolute;
  z-index: 10;
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  display: table;
  opacity: 0;
  -o-transition: all 0.7s;
  -moz-transition: all 0.7s;
  -webkit-transition: all 0.7s;
  -ms-transition: all 0.7s;
  transition: all 0.7s;
}
.exhibitionalbum .box ul li:hover p {
  opacity: 1;
}
.exhibitionalbum .box ul li:hover img {
  transform: scale(1.2);
}
.exhibitionalbum .box ul li p i {
  vertical-align: middle;
  display: table-cell;
  height: 100%;
  width: 100%;
  text-align: center;
  font-style: normal;
  font-size: 18px;
  color: #fff;
  padding-right: 20px;
  padding-left: 20px;
  box-sizing: border-box;
}
.exhibitionalbum .box ul li p i:before {
  content: "";
  background-image: url(../images/img-sd2223212.png);
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center center;
  display: block;
  height: 44px;
  width: 44px;
  margin-right: auto;
  margin-bottom: 10px;
  margin-left: auto;
  clear: both;
  float: none;
}
.exhibitionalbum .box ul li.vod p i:before {
  background-image: url(../images/ico-Play.png);
}
.piclist {
  background-color: #f3f5fb;
  padding-bottom: 70px;
}
.piclist ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 0 -10px;
}
.piclist ul li {
  width: 12.5%;
  padding: 10px;
  box-sizing: border-box;
}
.piclist ul li a {
  display: block;
  background-color: white;
}
.piclist ul li img {
  width: 100%;
}
@media screen and (max-width: 1024px) and (min-width: 0px) {
  .tit {
    padding: 30px 0 20px 0;
  }
  .tit h3 {
    font-size: 24px;
  }
  .tit span {
    font-size: 14px;
  }
  .quicknav {
    justify-content: center;
    flex-wrap: wrap;
  }
  .quicknav a {
    display: block;
    width: 50%;
    padding: 0 10px ;
    box-sizing: border-box;
    margin-bottom: 20px;
    text-align: center;
  }
  .quicknav a span {
    margin: 0 auto;
  }
  .indexabo {
    flex-direction: column;
    padding-bottom: 30px;
  }
  .indexabo .abo-img {
    width: 100%;
    order: 1;
  }
  .indexabo .abo-con {
    width: 100%;
    order: 2;
  }
  .indexabo .more a {
    width: 142px;
    line-height: 40px;
    margin: 30px auto 0 auto;
  }
  #certify {
    position: relative;
    margin-bottom: 0px;
  }
  #certify .swiper-container {
    padding-bottom: 0px;
  }
  #certify .swiper-slide {
    width: 100%;
    height: 100%;
  }
  #certify .swiper-slide img {
    width: 100%;
    height: 100%;
  }
  #certify .swiper-slide p {
    line-height: 38px;
  }
  .plan {
    flex-direction: column;
  }
  .plan .plan-img {
    width: 100%;
  }
  .plan .plan-img img {
    width: 100%;
  }
  .plan .plan-con {
    width: 100%;
  }
  .plan-title h3 {
    font-size: 24px;
    margin-top: 20px;
  }
  .plan-title p {
    font-size: 14px;
  }
  .sm-timeline-row {
    position: relative;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    padding-top: 20px;
    padding-bottom: 30px;
  }
  .sm-timeline .sm-timeline-row:before {
    left: 10px;
  }
  .sm-timeline .tm-icon {
    margin-left: 50px;
    order: 2;
  }
  .sm-timeline .tm-icon img {
    width: 100%;
  }
  .sm-timeline .tm-time {
    width: 100%;
    margin-left: 50px;
    text-align: left;
    order: 1;
  }
  .sm-timeline .tm-dot {
    position: absolute;
    left: 5px;
    top: 50px;
    padding: 0;
    margin: 0;
  }
  .sm-timeline .tm-detail {
    margin-left: 50px;
    padding-left: 0px;
    order: 3;
  }
  .news {
    padding-bottom: 30px;
  }
  .m_list {
    display: flex;
    flex-direction: column;
    margin: 0px;
  }
  .m_list li {
    width: 100%;
    padding: 10px 0;
  }
  .exhibitionalbum {
    padding-top: 0px;
    padding-bottom: 0;
  }
  .exhibitionalbum .box {
    margin-top: 0px;
  }
  .more_btn a {
    width: 142px;
    line-height: 40px;
    margin: 20px auto 0 auto;
  }
  .piclist {
    padding-bottom: 30px;
  }
  .piclist ul li {
    width: 25%;
  }
}
