@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;
}
.swiper-slide {
  position: relative;
}
.swiper-slide .slide-con {
  width: 1200px;
  line-height: 300%;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  color: #1B61B3;
}
.swiper-slide .slide-con h3 {
  font-size: 36px;
  color: #1B61B3;
}
.swiper-slide .slide-con h4 {
  font-size: 36px;
  font-weight: bold;
  color: #1B61B3;
  margin: 20px 0;
}
.swiper-slide .slide-con p {
  font-size: 24px;
}
.swiper-slide .slide-con a {
  display: block;
  width: 180px;
  margin-top: 30px;
  line-height: 40px;
  border: 1px solid #1B61B3;
  text-align: center;
  color: #1B61B3;
}
.swiper-slide .slide-con a:hover {
  background-color: #1B61B3;
  color: white;
}
.tit {
  text-align: center;
  padding: 50px 0 40px 0;
}
.tit h3 {
  color: #1B61B3;
  font-size: 24px;
  margin-bottom: 5px;
}
.tit span {
  font-size: 14px;
  color: #999999;
  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: 90px;
  height: 90px;
  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: #1B61B3 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: #1B61B3 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: #1B61B3 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: #1B61B3 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: #1B61B3 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: #1B61B3 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: #1B61B3;
}
.indexabo {
  background-color: #f9f9f9;
  margin-top: 35px;
  padding: 60px 0;
}
.indexabo .w {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.indexabo .abo-img {
  width: 50%;
}
.indexabo .abo-img img {
  width: 100%;
}
.indexabo .abo-con {
  width: 50%;
  box-sizing: border-box;
  padding-right: 5%;
}
.indexabo .abo-con p {
  font-size: 12px;
  color: #999;
  line-height: 180%;
  margin-bottom: 10px;
}
.indexabo .abo-con .tit {
  text-align: left;
  padding-top: 0;
}
.indexabo .abo-con .tit h3 {
  font-size: 24px;
}
.indexabo .more a {
  display: block;
  width: 187px;
  border: 2px solid #1B61B3;
  line-height: 40px;
  color: white;
  background-color: #1B61B3;
  text-align: center;
  margin: 20px 0 30px 0;
}
.indexabo .more a:hover {
  border: 2px solid #1B61B3;
  background-color: #f9f9f9;
  color: #1B61B3;
}
.plan {
  margin-top: 50px;
}
.plan .w {
  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-left: 5%;
  box-sizing: border-box;
}
.plan-title h3 {
  font-size: 24px;
  color: #1B61B3;
}
.plan-title p {
  font-size: 14px;
  color: #999;
}
.sm-timeline {
  position: relative;
  height: 100%;
  overflow-y: auto;
  margin-top: 30px;
  font-size: 12px;
}
.sm-timeline-row {
  display: flex;
  align-items: center;
  overflow: hidden;
  padding-top: 40px;
  position: relative;
}
.sm-timeline .sm-timeline-row:before {
  content: '';
  position: absolute;
  z-index: 0;
  top: 0;
  left: 141px;
  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: 110px;
  font-weight: 600;
  text-align: right;
}
.sm-timeline .tm-dot {
  margin: 0px 25px 0;
  width: 15px;
  height: 15px;
  border-radius: 100%;
  background-color: #1B61B3;
  z-index: 1;
}
.sm-timeline .tm-detail {
  padding-left: 20px;
  font-size: 1em;
}
.sm-timeline .tm-detail h5 {
  line-height: 24px;
  font-size: 12px;
  max-width: 230px;
}
.sm-timeline .tm-detail p {
  font-size: 12px;
}
.sm-timeline .year {
  font-size: 46px;
  font-family: cursive;
}
.tab-timeline > div {
  height: 400px;
  display: none;
}
.tab-timeline > div.active {
  display: block;
}
.sm-timeline a:hover {
  color: #1B61B3;
}
#certify {
  position: relative;
  margin-bottom: 50px;
}
#certify .swiper-container {
  padding-bottom: 60px;
}
#certify .swiper-slide {
  width: 672px;
  height: 505px;
  background: #fff;
  box-shadow: 0 8px 30px #ddd;
}
#certify .swiper-slide img {
  display: block;
  width: 672px;
  height: 505px;
}
#certify .swiper-slide p {
  line-height: 98px;
  padding-top: 0;
  text-align: center;
  color: #636363;
  font-size: 1.1em;
  margin: 0;
}
.index-num {
  height: 320px;
  background: url(../images/bg.jpg) center center no-repeat;
  display: flex;
  align-items: center;
}
.index-num ul {
  display: flex;
  align-items: center;
  color: white;
}
.index-num ul li {
  width: 33.333333%;
  text-align: center;
}
.index-num ul li h3 {
  display: block;
  font-size: 16px;
}
.index-num ul li .counter {
  font-size: 54px;
  font-weight: bold;
}
.index-num ul li .dw {
  font-size: 54px;
  margin-left: 10px;
}
.news {
  padding-bottom: 80px;
}
.tabs_column ul {
  display: flex;
  justify-content: center;
  margin-bottom: 30px;
}
.tabs_column li {
  box-sizing: border-box;
  cursor: pointer;
  background-color: white;
  padding: 10px 50px;
  text-align: center;
}
.tabs_column li a {
  display: flex;
}
.tabs_column li span {
  font-size: 14px;
  display: inline;
  font-weight: bold;
  color: #999;
}
.tabs_column li i {
  display: block;
  height: 20px;
  width: 20px;
  margin-right: 10px;
}
.tabs_column li .icon1 {
  background-image: url(../images/news_icon1.png);
}
.tabs_column li .icon2 {
  background-image: url(../images/news_icon2.png);
}
.tabs_column li .icon3 {
  background-image: url(../images/news_icon3.png);
}
.tabs_column li .icon4 {
  background-image: url(../images/news_icon4.png);
}
.tabs_column li.curr span {
  color: #1B61B3;
}
.tabs_column li.curr .icon1 {
  background-image: url(../images/news_icon1-1.png);
}
.tabs_column li.curr .icon2 {
  background-image: url(../images/news_icon2-1.png);
}
.tabs_column li.curr .icon3 {
  background-image: url(../images/news_icon3-1.png);
}
.tabs_column li.curr .icon4 {
  background-image: url(../images/news_icon4-1.png);
}
.m_list dl {
  display: flex;
  justify-content: space-between;
}
.m_list dl dt {
  width: 50%;
  padding-right: 30px;
  box-sizing: border-box;
}
.m_list dl dd {
  width: 50%;
}
.m_list dl dt a h3 {
  margin-top: 20px;
}
.m_list dl dt a img {
  width: 100%;
  height: 230px;
}
.m_list a h3 {
  font-size: 16px;
  color: #333;
  font-weight: bold;
  line-height: 200%;
  margin-bottom: 20px;
}
.m_con {
  display: flex;
}
.m_con .m_date {
  margin-right: 30px;
}
.m_con .m_date b {
  display: block;
  font-size: 24px;
  color: #333;
  font-weight: normal;
}
.m_con .m_date span {
  font-size: 16px;
  color: #999;
  text-align: center;
}
.m_content {
  height: 55px;
  font-size: 12px;
  color: #999;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
  line-height: 150%;
}
.m_list dd a {
  display: block;
  margin-bottom: 20px;
}
.m_list dd a:hover {
  background-color: #fafafa;
}
.m_list dd a:hover h3 {
  color: #1B61B3;
}
.more_btn a {
  display: block;
  width: 242px;
  line-height: 50px;
  border: 1px solid #1B61B3;
  color: #1B61B3;
  text-align: center;
  margin: 50px auto 0 auto;
}
.more_btn a:hover {
  background-color: #1B61B3;
  color: white;
}
.exhibitionalbum {
  padding-top: 10px;
  padding-bottom: 70px;
}
.exhibitionalbum .box {
  margin-top: 30px;
  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: 14px;
  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 .w {
    flex-direction: column;
    padding-bottom: 30px;
  }
  .indexabo .abo-img {
    width: 100%;
    order: 1;
  }
  .indexabo .abo-con {
    width: 100%;
    order: 2;
    margin-top: 20px;
    padding-right: 0;
  }
  .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 .w {
    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;
  }
  .sm-timeline .tm-detail h5 {
    max-width: 100%;
  }
  .news {
    padding-bottom: 30px;
  }
  .tabs_column li {
    padding: 10px 10px;
  }
  .tabs_column li i {
    margin-right: 2px;
  }
  .m_list dl {
    flex-direction: column;
  }
  .m_list dl dt {
    width: 100%;
    padding-right: 0px;
    box-sizing: border-box;
  }
  .m_list dl dd {
    width: 100%;
  }
  .exhibitionalbum {
    padding-top: 0px;
    padding-bottom: 0;
  }
  .exhibitionalbum .box {
    margin-top: 0px;
  }
  .index-num ul li .counter {
    font-size: 24px;
  }
  .index-num ul li .dw {
    font-size: 24px;
  }
  .more_btn a {
    width: 142px;
    line-height: 40px;
    margin: 20px auto 0 auto;
  }
  .piclist {
    padding-bottom: 30px;
  }
  .piclist ul li {
    width: 25%;
  }
  .swiper-slide {
    min-height: 200px;
  }
  .swiper-slide img {
    min-height: 200px;
  }
  .swiper-slide .slide-con {
    width: 90%;
    line-height: 200%;
  }
  .swiper-slide .slide-con h3 {
    font-size: 18px;
  }
  .swiper-slide .slide-con h4 {
    font-size: 18px;
    margin: 5px 0;
  }
  .swiper-slide .slide-con p {
    font-size: 14px;
  }
  .swiper-slide .slide-con a {
    display: block;
    width: 100px;
    line-height: 25px;
    margin-top: 0;
  }
}
