/* headerBox */
.headerBox {
  width: 100%;
  padding: 19px 0;
  background-color: rgba(0, 0, 0, 0.2);
  position: fixed;
  top: 0;
  left: 0;
  z-index: 99;
  transition: all 0.6s ease;
}
.headerBox .logo {
  float: left;
  display: block;
  height: 62px;
}
.headerBox .logo img {
  height: 100%;
  display: block;
}
.headerBox .navBox {
  width: calc(100% - 490px);
  float: left;
  margin-top: 6px;
  padding-right: 2%;
}
.headerBox .navBox .nLi {
  display: inline-block;
  vertical-align: top;
  margin-left: 3.5%;
  position: relative;
}
.headerBox .navBox .nLi h3 a {
  display: block;
  line-height: 50px;
  color: #fff;
  font-size: 18px;
  font-weight: normal;
  position: relative;
}
.headerBox .navBox .nLi h3 a::after {
  content: '';
  width: 0;
  height: 3px;
  border-radius: 2px;
  background-color: #fff;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  transition: all 0.6s ease;
}
.headerBox .navBox .nLi:hover h3 a::after,
.headerBox .navBox .nLi.on h3 a::after {
  width: 30px;
}
.headerBox .language {
  display: block;
  float: right;
  line-height: 50px;
  color: #fff;
  font-size: 18px;
  margin-top: 6px;
}
.headerBox .language i {
  font-size: 18px;
  margin-right: 5px;
}
.is-fixed {
  background-color: rgba(0, 0, 0, 0.5);
  padding: 13px 0 14px;
}
@media (max-width: 1680px) {
  /* headerBox */
  .headerBox .navBox {
    width: calc(100% - 480px);
    padding-right: 1.5%;
  }
  .headerBox .navBox .nLi {
    margin-left: 3%;
  }
  .headerBox .navBox .nLi h3 a {
    font-size: 16px;
  }
  .headerBox .language {
    font-size: 16px;
  }
  .headerBox .language i {
    font-size: 16px;
  }
}
/* indexBanner */
.indexBanner {
  width: 100%;
  overflow: hidden;
  position: relative;
}
.indexBanner .banner {
  width: 100%;
  min-width: 1200px;
}
.indexBanner .banner .swiper-slide a {
  width: 100%;
  display: block;
}
.indexBanner .banner .swiper-slide a img {
  width: 100%;
  display: block;
}
.indexBanner .banner .swiper-pagination {
  bottom: 5% !important;
  min-width: 1200px;
  height: 3px;
}
.indexBanner .banner .swiper-pagination-bullet {
  width: 50px;
  height: 3px;
  cursor: pointer;
  background-color: #fff;
  border-radius: 0;
  transition: all 0.6s ease;
  opacity: 0.3 !important;
  margin: 0 10px !important;
}
.indexBanner .banner .swiper-pagination-bullet-active {
  opacity: 1 !important;
}
.indexBanner .banner .arrow {
  width: 56px;
  height: 56px;
  line-height: 56px;
  border-radius: 50%;
  border: 1px solid rgba(255, 255, 255, 0.3);
  color: rgba(255, 255, 255, 0.5);
  transition: all 0.6s ease;
}
.indexBanner .banner .swiper-button-prev {
  left: 3%;
}
.indexBanner .banner .swiper-button-next {
  right: 3%;
}
.indexBanner .banner .swiper-button-prev:hover,
.indexBanner .banner .swiper-button-next:hover {
  background-color: #fff;
  border-color: #fff;
  color: #001597;
}
.indexBanner .banner .swiper-button-prev::after,
.indexBanner .banner .swiper-button-next::after {
  font-size: 16px;
}
.indexBanner .dateBox {
  position: absolute;
  bottom: 8%;
  left: 50%;
  transform: translateX(-50%);
  z-index: 3;
  text-align: center;
}
.indexBanner .dateBox .t {
  color: #fff;
  font-size: 38px;
  line-height: 42px;
}
.indexBanner .dateBox .address {
  color: #fff;
  font-size: 18px;
  line-height: 22px;
  margin-top: 2.5%;
}
.indexBanner .dateBox a {
  display: block;
  width: 240px;
  height: 60px;
  background-color: #fff;
  border: 1px solid #fff;
  border-radius: 30px;
  font-size: 24px;
  line-height: 60px;
  color: #001597;
  text-align: center;
  margin: 3% auto 0;
  font-weight: bold;
  transition: all 0.6s ease;
}
.indexBanner .dateBox a:hover {
  background-color: unset;
  color: #fff;
}
@media (max-width: 1440px) {
  /* indexBanner */
  .indexBanner .dateBox .t {
    font-size: 34px;
    line-height: 38px;
  }
  .indexBanner .dateBox .address {
    font-size: 16px;
    line-height: 20px;
    margin-top: 1.5%;
  }
  .indexBanner .dateBox a {
    margin: 2% auto 0;
  }
}
/* indexTitle */
.indexTitle {
  width: 100%;
  text-align: center;
  position: relative;
}
.indexTitle .t1 {
  font-family: AlimamaShuHeiTi-Bold;
  font-size: 48px;
  line-height: 52px;
  color: #ffffff;
}
.indexTitle .t2 {
  font-size: 18px;
  line-height: 22px;
  color: #b3b6c7;
  margin-top: 10px;
}
.indexTitle .more {
  width: 170px;
  height: 56px;
  border: 1px solid #001597;
  background-color: #001597;
  border-radius: 6px;
  font-size: 16px;
  line-height: 56px;
  color: #ffffff;
  text-align: center;
  display: block;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  transition: all 0.6s ease;
}
.indexTitle .more .iconfont {
  display: inline-block;
  vertical-align: middle;
  margin-left: 30px;
  font-size: 16px;
  transform: translateY(-1px) rotate(-90deg);
}
.indexTitle .more:hover {
  background-color: unset;
  color: #001597;
}
/* indexReview */
.indexReview {
  width: 100%;
  padding: 5% 0;
}
.indexReview .indexTitle .t1 {
  color: #001597;
}
.indexReview .box {
  width: 70%;
  margin: 3.2% auto 0;
  background-color: #fff;
  padding: 10px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}
.indexReview .box video {
  width: 100%;
  display: block;
}
/* indexAgenda */
.indexAgenda {
  width: 100%;
  background: url(../images/bg01.jpg) center center no-repeat;
  background-size: cover;
  padding: 5% 0;
}
.indexAgenda .indexTitle .t1 {
  color: #001597;
}
.indexAgenda .box {
  position: relative;
  margin-top: 3.2%;
}
.indexAgenda .img {
  display: block;
  width: 50%;
  position: relative;
  border-radius: 6px 0 0 6px;
  overflow: hidden;
}
.indexAgenda .img img {
  width: 100%;
  display: block;
}
.indexAgenda .img .label {
  height: 38px;
  line-height: 38px;
  background-color: rgba(255, 255, 255, 0.3);
  border-radius: 19px;
  font-size: 14px;
  color: #ffffff;
  padding: 0 16px;
  position: absolute;
  top: 5%;
  left: 3%;
}
.indexAgenda .img .label i {
  display: inline-block;
  vertical-align: middle;
  font-size: 16px;
  margin-right: 5px;
  transform: translateY(-1px);
}
.indexAgenda .img .play {
  width: 48px;
  height: 48px;
  background-color: #fff;
  border-radius: 50%;
  position: absolute;
  bottom: 5%;
  right: 3.5%;
}
.indexAgenda .img .play::after {
  content: '';
  width: 0;
  height: 0;
  border-left: 15px solid #18267e;
  border-top: 12px solid transparent;
  border-bottom: 12px solid transparent;
  border-radius: 6px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-40%, -50%);
}
.indexAgenda .u1 {
  width: 50%;
  border-radius: 6px 0 0 6px;
  overflow: hidden;
}
.indexAgenda .u1 li {
  width: 100%;
  display: none;
}
.indexAgenda .u1 li:nth-child(1) {
  display: block;
}
.indexAgenda .u1 li img {
  width: 100%;
  display: block;
}
.indexAgenda .u2 {
  width: 50%;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: space-between;
}
.indexAgenda .u2 li {
  width: 100%;
  flex: 1;
  box-shadow: 0 0 20px 0 rgba(21, 26, 71, 0.1);
  -webkit-box-shadow: 0 0 20px 0 rgba(21, 26, 71, 0.1);
  -moz-box-shadow: 0 0 20px 0 rgba(21, 26, 71, 0.1);
  position: relative;
  z-index: 2;
  transition: all 0.6s ease;
}
.indexAgenda .u2 li::after {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: -1;
  transition: all 0.6s ease;
}
.indexAgenda .u2 li:nth-child(1)::after {
  background-color: #001597;
  border-radius: 0 6px 0 0;
}
.indexAgenda .u2 li:nth-child(2)::after {
  background-color: #0543a8;
}
.indexAgenda .u2 li:nth-child(3)::after {
  background-color: #1b5fce;
}
.indexAgenda .u2 li:nth-child(4)::after {
  background-color: #447bd4;
}
.indexAgenda .u2 li:nth-child(5)::after {
  background-color: #0049c0;
}
.indexAgenda .u2 li:nth-child(6)::after {
  background-color: #2d69ca;
}
.indexAgenda .u2 li:last-child::after {
  border-radius: 0 0 6px 0;
}
.indexAgenda .u2 li a {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: relative;
  padding: 0 5%;
  transition: all 0.6s ease;
}
.indexAgenda .u2 li .tit {
  font-size: 20px;
  line-height: 28px;
  color: #ffffff;
}
.indexAgenda .u2 li .tit1 {
  font-size: 18px;
  line-height: 24px;
  color: #ffffff;
}
.indexAgenda .u2 li .arrow {
  position: absolute;
  top: 50%;
  right: 2%;
  transform: translateY(-50%) rotate(-90deg);
  font-size: 18px;
  color: #fff;
  opacity: 0;
  transition: all 0.6s ease;
}
.indexAgenda .u2 li:hover {
  z-index: 4;
}
.indexAgenda .u2 li:hover::after {
  width: 104%;
  height: 120%;
  border-radius: 6px;
}
.indexAgenda .u2 li:hover a {
  padding: 0 5%;
}
.indexAgenda .u2 li:hover .arrow {
  opacity: 1;
}
/* indexGuest */
.indexGuest {
  width: 100%;
  background: url(../images/guest_bg.jpg) center center no-repeat;
  background-size: cover;
  padding: 6% 0;
}
.indexGuest .indexTitle {
  text-align: left;
}
.indexGuest .indexTitle .more {
  border: 1px solid #fff;
  background-color: #fff;
  color: #001597;
}
.indexGuest .indexTitle .more:hover {
  background-color: unset;
  color: #fff;
}
.indexGuest .guest {
  width: 100%;
  overflow: hidden;
  border-radius: 6px;
  margin-top: 3.2%;
}
.indexGuest .guestTop {
  width: 100%;
  margin: 0;
}
.indexGuest .guestTop .swiper-slide {
  overflow: hidden;
}
.indexGuest .guestTop .box {
  width: 100%;
  background: #ffffff url('../images/about_bg.png') bottom right no-repeat;
  background-size: 36% auto;
  align-items: center;
}
.indexGuest .guestTop .box .img {
  width: 30%;
  overflow: hidden;
  transform: translateX(-1px);
}
.indexGuest .guestTop .box .img img {
  width: 100%;
  display: block;
}
.indexGuest .guestTop .box .cont {
  width: 70%;
  padding: 0 4%;
}
.indexGuest .guestTop .box .cont .tit {
  font-size: 30px;
  line-height: 34px;
  color: #333333;
  padding-bottom: 16px;
  position: relative;
}
.indexGuest .guestTop .box .cont .tit::after {
  content: '';
  width: 40px;
  height: 4px;
  border-radius: 2px;
  background-color: #001597;
  position: absolute;
  bottom: 0px;
  left: 0;
}
.indexGuest .guestTop .box .cont .txt {
  font-size: 18px;
  height: 20px;
  line-height: 20px;
  color: #999999;
  margin-top: 3%;
}
.indexGuest .guestTop .box .cont .a {
  display: block;
  width: 170px;
  height: 56px;
  border: 1px solid #001597;
  background-color: #001597;
  border-radius: 6px;
  font-size: 16px;
  line-height: 56px;
  color: #ffffff;
  text-align: center;
  margin-top: 6%;
  transition: all 0.6s ease;
}
.indexGuest .guestTop .box .cont .a .iconfont {
  display: inline-block;
  vertical-align: middle;
  margin-left: 30px;
  font-size: 16px;
  transform: translateY(-1px) rotate(-90deg);
}
.indexGuest .guestTop .box .cont .a:hover {
  background-color: unset;
  color: #001597;
}
.indexGuest .guestTop .swiper-button-next,
.indexGuest .guestTop .swiper-button-prev {
  color: #001597;
}
.indexGuest .guestTop .swiper-button-prev::after,
.indexGuest .guestTop .swiper-button-next::after {
  font-size: 34px;
}
.indexGuest .guestThumbs {
  width: 100%;
  margin-top: -9px;
}
.indexGuest .guestThumbs .swiper-slide {
  background-color: #001597;
  cursor: pointer;
  overflow: hidden;
}
.indexGuest .guestThumbs .swiper-slide img {
  width: 100%;
  display: block;
  transition: all 0.6s ease;
}
.indexGuest .guestThumbs .swiper-slide.swiper-slide-thumb-active img {
  opacity: 0.8;
}
/* indexNews */
.indexNews {
  width: 100%;
  background: url(../images/news_bg.jpg) center center no-repeat;
  background-size: cover;
  padding: 5% 0;
}
.indexNews .indexTitle {
  text-align: left;
  margin-bottom: 3.2%;
}
.indexNews .indexTitle .t1 {
  color: #001597;
}
.indexNews .bigBox {
  width: 100%;
  position: relative;
}
.indexNews .box {
  display: block;
  width: 32%;
  margin-right: 2%;
  background-color: #ffffff;
  border-radius: 6px;
  box-shadow: 0px 0px 20px 0px rgba(21, 26, 71, 0.06);
  -webkit-box-shadow: 0px 0px 20px 0px rgba(21, 26, 71, 0.06);
  -moz-box-shadow: 0px 0px 20px 0px rgba(21, 26, 71, 0.06);
  overflow: hidden;
}
.indexNews .box .img {
  width: 100%;
  overflow: hidden;
}
.indexNews .box .img img {
  width: 100%;
  display: block;
  transition: all 0.6s ease;
}
.indexNews .box .tit {
  font-size: 20px;
  font-weight: bold;
  line-height: 32px;
  color: #333333;
  padding: 0 5%;
  margin: 4% 0 3%;
  transition: all 0.6s ease;
}
.indexNews .box .txt {
  font-size: 16px;
  line-height: 28px;
  color: #666666;
  padding: 0 5%;
}
.indexNews .box .time {
  font-size: 16px;
  line-height: 20px;
  color: #999999;
  padding: 3% 5% 5%;
}
.indexNews .box:hover .img img {
  transform: scale(1.1);
}
.indexNews .box:hover .tit {
  color: #001597;
}
.indexNews .contBox {
  display: block;
  width: 32%;
  margin-right: 2%;
  background: url('../images/news_bg01.jpg') center center no-repeat;
  background-size: cover;
  border-radius: 6px;
  box-shadow: 0px 0px 20px 0px rgba(21, 26, 71, 0.06);
  -webkit-box-shadow: 0px 0px 20px 0px rgba(21, 26, 71, 0.06);
  -moz-box-shadow: 0px 0px 20px 0px rgba(21, 26, 71, 0.06);
  overflow: hidden;
  padding: 3% 2.5%;
}
.indexNews .contBox .label {
  width: 124px;
  line-height: 40px;
  border-radius: 6px;
  border: solid 1px rgba(255, 255, 255, 0.6);
  font-size: 16px;
  color: #ffffff;
  text-align: center;
}
.indexNews .contBox .time {
  font-size: 16px;
  line-height: 20px;
  color: #fff;
  margin-top: 8%;
}
.indexNews .contBox .tit {
  font-size: 20px;
  font-weight: bold;
  line-height: 32px;
  color: #fff;
  margin-top: 3%;
}
.indexNews .contBox .txt {
  font-size: 16px;
  line-height: 28px;
  color: #fff;
  margin-top: 5%;
}
.indexNews .contBox .a {
  width: 160px;
  line-height: 48px;
  border: solid 1px rgba(255, 255, 255, 0.6);
  border-radius: 6px;
  font-size: 16px;
  color: #ffffff;
  text-align: center;
  margin-top: 14%;
  transition: all 0.6s ease;
}
.indexNews .contBox .a .iconfont {
  display: inline-block;
  vertical-align: middle;
  margin-left: 30px;
  font-size: 14px;
  transform: translateY(-1px) rotate(-90deg);
}
.indexNews .contBox .a:hover {
  background-color: #fff;
  color: #001597;
}
.indexNews ul {
  width: 32%;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  display: flex;
  justify-content: space-between;
  flex-direction: column;
}
.indexNews ul li {
  width: 100%;
  transition: all 0.6s ease;
}
.indexNews ul li:last-child {
  border-bottom: none;
  padding-bottom: 0;
}
.indexNews ul li a {
  align-items: center;
}
.indexNews ul li .img {
  border-radius: 6px;
  overflow: hidden;
  width: 43%;
}
.indexNews ul li .img img {
  width: 100%;
  display: block;
  transition: all 0.6s ease;
}
.indexNews ul li .cont {
  width: 57%;
  padding-left: 5%;
}
.indexNews ul li .cont .tit {
  font-size: 20px;
  line-height: 24px;
  color: #333333;
  transition: all 0.6s ease;
}
.indexNews ul li .cont .txt {
  font-size: 16px;
  line-height: 28px;
  color: #666666;
  margin-top: 2%;
}
.indexNews ul li .cont .time {
  font-size: 16px;
  line-height: 20px;
  color: #999999;
  margin-top: 4%;
}
.indexNews ul li:hover .img img {
  transform: scale(1.1);
}
.indexNews ul li:hover .cont .tit {
  color: #001597;
}
/* indexPartner */
.indexPartner {
  width: 100%;
  background: url(../images/partner_bg.jpg) center center no-repeat;
  background-size: cover;
  padding: 5% 0 4%;
}
.indexPartner .box {
  width: 100%;
  background: url('../images/partner_bg01.jpg') center center no-repeat;
  background-size: cover;
  padding: 3% 4%;
  border-radius: 6px;
  box-shadow: 0px 0px 20px 0px rgba(21, 26, 71, 0.06);
  -webkit-box-shadow: 0px 0px 20px 0px rgba(21, 26, 71, 0.06);
  -moz-box-shadow: 0px 0px 20px 0px rgba(21, 26, 71, 0.06);
  margin-top: 4%;
}
.indexPartner .box .dl {
  margin: 1% 0 0;
}
.indexPartner .box .dl .dt {
  color: #001597;
  font-size: 22px;
  line-height: 26px;
  font-weight: bold;
  margin-bottom: 24px;
}
.indexPartner .box .dl .dd .a {
  display: block;
  width: 18.4%;
  margin-right: 2%;
  margin-bottom: 2%;
}
.indexPartner .box .dl .dd .a:nth-child(5n) {
  margin-right: 0;
}
.indexPartner .box .dl .dd .a .img {
  width: 100%;
  height: 116px;
  overflow: hidden;
  border-radius: 6px;
  border: 1px solid #eee;
  background-color: #fff;
  position: relative;
}
.indexPartner .box .dl .dd .a .img img {
  max-width: 92%;
  max-height: 92%;
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.indexPartner .box .dl .dd .a .p {
  color: #333;
  line-height: 24px;
  font-size: 14px;
  text-align: center;
  margin-top: 10px;
}
.indexPartner .tit {
  font-family: AlimamaShuHeiTi-Bold;
  font-size: 60px;
  line-height: 72px;
  color: #001597;
  text-align: center;
}
.indexPartner .tit.tit1 {
  font-size: 44px;
  line-height: 56px;
}
/* footer */
.footer {
  width: 100%;
  background-color: #2e3033;
  padding-top: 74px;
}
.footer .text {
  width: calc(100% - 150px);
}
.footer .dl:nth-of-type(1) {
  min-width: 300px;
  margin-right: 10%;
}
.footer .dl:nth-of-type(2) .dd p {
  min-width: 100px;
  margin-right: 10%;
}
.footer .dl .dt {
  font-size: 18px;
  line-height: 22px;
  color: #ffffff;
  font-weight: bold;
  margin-bottom: 30px;
}
.footer .dl .dd p {
  font-size: 18px;
  line-height: 22px;
  color: #ffffff;
  opacity: 0.8;
  margin-bottom: 15px;
}
.footer .dl .dd p a {
  color: #ffffff;
}
.footer .dl .dd p:hover {
  opacity: 1;
}
.footer .dl .dd p:hover a {
  font-weight: bold;
}
.footer .icon {
  margin-top: 40px;
  display: inline-block;
}
.footer .icon .img {
  display: block;
  width: 30px;
  margin: 0 10px;
}
.footer .icon .img img {
  width: 100%;
  display: block;
}
.footer .icon .p {
  display: block;
  font-size: 16px;
  line-height: 20px;
  color: #ffffff;
  opacity: 0.8;
  text-align: center;
  margin-top: 14px;
}
.footer .icon .p:hover {
  opacity: 1;
}
.footer .code {
  width: 150px;
  overflow: hidden;
}
.footer .code img {
  width: 100%;
  display: block;
  background-color: #ffffff;
}
.footer .code p {
  font-size: 14px;
  line-height: 30px;
  color: #ffffff;
  opacity: 0.6;
  text-align: center;
  margin-top: 10px;
}
.footer .copyRight {
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  margin-top: 76px;
  padding: 14px 0;
}
.footer .copyRight a,
.footer .copyRight span {
  font-size: 14px;
  line-height: 30px;
  color: #ffffff;
  opacity: 0.2;
}
.footer .copyRight a:hover {
  opacity: 1;
}
@media (max-width: 1680px) {
  /* footer */
  .footer dl dt {
    margin-bottom: 0px;
  }
  .footer .codeBox {
    width: 260px;
  }
  .footer .codeBox .code {
    width: 110px;
    margin-left: 20px;
  }
}
@media (max-width: 1470px) {
  /* footer */
  .footer .codeBox {
    margin-right: 0;
  }
}
/* pageBanner */
.pageBanner {
  width: 100%;
  overflow: hidden;
  position: relative;
}
.pageBanner img {
  width: 100%;
  display: block;
}
.pageBanner .title {
  width: 100%;
  text-align: center;
  font-size: 48px;
  line-height: 58px;
  font-weight: bold;
  color: #fff;
  position: absolute;
  top: 50%;
  left: 0;
}
/* pageMain */
.pageMain {
  width: 100%;
  background: #f5f6fb url('../images/bg.png') center center no-repeat;
  background-size: 100% auto;
}
/* pageAbout */
.pageAbout {
  width: 100%;
  padding: 5.5% 0 6.5%;
}
.pageAbout .box {
  position: relative;
}
.pageAbout .pic {
  width: 46%;
  overflow: hidden;
  border-radius: 6px 0 0 6px;
}
.pageAbout .pic img {
  width: 100%;
  display: block;
}
.pageAbout .cont {
  width: 54%;
  height: 100%;
  background: #fff url('../images/about_bg.png') bottom right no-repeat;
  background-size: auto;
  border-radius: 0 6px 6px 0;
  padding: 3.5% 2% 2% 3.5%;
  position: absolute;
  top: 0;
  right: 0;
}
.pageAbout .cont .tit {
  font-size: 36px;
  line-height: 40px;
  color: #333333;
  font-weight: bold;
}
.pageAbout .cont .txt {
  font-size: 18px;
  line-height: 36px;
  color: #333333;
  margin-top: 2%;
  max-height: 90%;
  overflow-y: auto;
  padding-right: 1.5%;
}
.pageAbout .organization {
  margin-top: 6%;
}
.pageAbout .organization .title {
  font-size: 36px;
  line-height: 40px;
  color: #333333;
  text-align: center;
}
.pageAbout .organization ul {
  margin-top: 3%;
}
.pageAbout .organization ul li {
  width: 100%;
  margin-bottom: 2%;
  background-color: #ffffff;
  border-radius: 6px;
  overflow: hidden;
  box-shadow: 0px 12px 40px 0px rgba(21, 26, 71, 0.06);
  -webkit-box-shadow: 0px 12px 40px 0px rgba(21, 26, 71, 0.06);
  -moz-box-shadow: 0px 12px 40px 0px rgba(21, 26, 71, 0.06);
}
.pageAbout .organization ul li .t {
  background: #001597 url('../images/about_logo.png') bottom -12px center no-repeat;
  background-size: 174px auto;
  font-size: 24px;
  line-height: 36px;
  color: #ffffff;
  padding: 22px 10px;
  text-align: center;
}
.pageAbout .organization ul li .p {
  font-size: 18px;
  line-height: 26px;
  color: #333333;
  padding: 2% 2% 0.1%;
}
.pageAbout .organization ul li .p p {
  margin: 2% 0 3%;
}
.pageAbout .organization ul li .p .img {
  display: block;
  width: 18.4%;
  height: 120px;
  position: relative;
  margin-right: 2%;
  margin-bottom: 2%;
  border: 1px solid #eee;
}
.pageAbout .organization ul li .p .img:nth-child(5n) {
  margin-right: 0;
}
.pageAbout .organization ul li .p .img img {
  max-width: 92%;
  max-height: 92%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: block;
}
@media (max-width: 1680px) {
  /* pageAbout */
  .pageAbout .cont {
    padding: 3% 2% 2% 3.5%;
  }
  .pageAbout .cont .tit {
    font-size: 32px;
    line-height: 36px;
  }
  .pageAbout .cont .txt {
    font-size: 16px;
    line-height: 32px;
  }
  .pageAbout .organization .title {
    font-size: 32px;
    line-height: 36px;
  }
  .pageAbout .organization ul li .t {
    font-size: 20px;
  }
  .pageAbout .organization ul li .p {
    font-size: 16px;
    line-height: 24px;
  }
}
@media (max-width: 1680px) {
  /* pageAbout */
  .pageAbout .cont {
    padding: 2.5% 2% 2% 3%;
  }
  .pageAbout .cont .txt {
    max-height: 88%;
  }
}
/* pageNews */
.pageNews {
  width: 100%;
  padding: 5.5% 0 6.5%;
}
.pageNews .news {
  background-color: #ffffff;
  border-radius: 6px;
  overflow: hidden;
  box-shadow: 0px 12px 40px 0px rgba(21, 26, 71, 0.06);
  -webkit-box-shadow: 0px 12px 40px 0px rgba(21, 26, 71, 0.06);
  -moz-box-shadow: 0px 12px 40px 0px rgba(21, 26, 71, 0.06);
  align-items: center;
}
.pageNews .news .img {
  position: relative;
  width: 35%;
  overflow: hidden;
}
.pageNews .news .img img {
  width: 100%;
  display: block;
}
.pageNews .news .img .time {
  width: 96px;
  height: 96px;
  background-color: #001597;
  font-size: 16px;
  line-height: 30px;
  color: #ffffff;
  text-align: center;
  position: absolute;
  top: 0;
  left: 0;
  justify-content: center;
}
.pageNews .news .img .time p {
  font-size: 30px;
}
.pageNews .news .cont {
  width: 65%;
  padding: 0 4.5%;
}
.pageNews .news .cont .tit {
  font-size: 28px;
  line-height: 36px;
  color: #333333;
}
.pageNews .news .cont .txt {
  font-size: 18px;
  line-height: 36px;
  color: #666666;
  margin-top: 2%;
}
.pageNews .news:hover .cont .tit {
  color: #18267e;
}
.pageNews .lists {
  margin: 4% 0 2%;
}
.pageNews .lists li {
  width: 48.5%;
  margin: 0 3% 2.5% 0;
}
.pageNews .lists li:nth-child(2n) {
  margin: 0 0 2.5% 0;
}
.pageNews .lists li a {
  border-radius: 6px;
  background-color: #ffffff;
  box-shadow: 0px 12px 40px 0px rgba(21, 26, 71, 0.06);
  -webkit-box-shadow: 0px 12px 40px 0px rgba(21, 26, 71, 0.06);
  -moz-box-shadow: 0px 12px 40px 0px rgba(21, 26, 71, 0.06);
  padding: 2.2% 2.6%;
  align-items: center;
}
.pageNews .lists li .time {
  width: 96px;
  height: 96px;
  background-color: #001597;
  border-radius: 6px;
  font-size: 16px;
  line-height: 30px;
  color: #ffffff;
  text-align: center;
  justify-content: center;
}
.pageNews .lists li .time p {
  font-size: 30px;
}
.pageNews .lists li .cont {
  width: calc(100% - 96px);
  padding-left: 2.6%;
}
.pageNews .lists li .cont .tit {
  font-size: 20px;
  line-height: 24px;
  color: #333333;
}
.pageNews .lists li .cont .txt {
  font-size: 16px;
  line-height: 26px;
  color: #999999;
  margin-top: 2%;
}
.pageNews .lists li:hover .cont .tit {
  color: #18267e;
}
@media (max-width: 1680px) {
  /* pageNews */
  .pageNews .news .cont .tit {
    font-size: 24px;
    line-height: 32px;
  }
  .pageNews .news .cont .txt {
    font-size: 16px;
    line-height: 32px;
  }
}
/* neasDetail */
.neasDetail {
  width: 100%;
  padding: 3% 0 4%;
}
.neasDetail .back {
  font-size: 18px;
  color: #333333;
}
.neasDetail .back .iconfont {
  display: inline-block;
  width: 32px;
  height: 32px;
  line-height: 32px;
  background-color: #001597;
  border-radius: 50%;
  color: #fff;
  transform: rotate(90deg);
  text-align: center;
  margin-right: 10px;
}
.neasDetail .contBox {
  width: 100%;
  background-color: #fff;
  padding: 4% 5%;
  border-radius: 6px;
  margin-top: 3%;
}
.neasDetail .title {
  text-align: center;
  font-size: 30px;
  color: #333;
  font-weight: bold;
}
.neasDetail .time {
  color: #999;
  font-size: 16px;
  text-align: center;
  border-bottom: 1px dashed #ddd;
  padding: 30px 0;
  opacity: 0.8;
}
.neasDetail .time span {
  margin: 0 20px;
}
.neasDetail .text {
  font-size: 16px;
  line-height: 34px;
  color: #333;
  margin-top: 40px;
}
.neasDetail .text img {
  max-width: 100%;
  height: auto;
}
/* pageNews */
.pageAgenda {
  width: 100%;
  padding: 5.5% 0 6.5%;
}
.pageAgenda .topBox {
  width: 100%;
  min-height: 100px;
  background: #001597 url('../images/agenda_bg1.png') center center no-repeat;
  background-size: cover;
  color: #ffffff;
  align-items: center;
  padding: 0 3%;
}
.pageAgenda .topBox .date {
  font-size: 34px;
  line-height: 38px;
  margin-right: 4%;
}
.pageAgenda .topBox .address {
  font-size: 24px;
  line-height: 28px;
}
.pageAgenda ul {
  width: 100%;
  border-radius: 6px;
  overflow: hidden;
  background-color: #ffffff;
  box-shadow: 0px 12px 40px 0px rgba(21, 26, 71, 0.06);
  -webkit-box-shadow: 0px 12px 40px 0px rgba(21, 26, 71, 0.06);
  -moz-box-shadow: 0px 12px 40px 0px rgba(21, 26, 71, 0.06);
}
.pageAgenda ul li {
  width: 100%;
  overflow: hidden;
  cursor: pointer;
  padding: 0 3%;
  transition: all 0.6s ease;
}
.pageAgenda ul li:last-child {
  border-bottom: none;
}
.pageAgenda ul li .cont {
  height: 120px;
  align-items: center;
  border-bottom: 1px solid #eee;
}
.pageAgenda ul li .cont .title {
  width: calc(100% - 180px);
}
.pageAgenda ul li .cont .title .tit {
  font-size: 24px;
  line-height: 36px;
  color: #333333;
}
.pageAgenda ul li .cont .title .time {
  font-size: 14px;
  line-height: 20px;
  color: #666;
  margin-top: 10px;
}
.pageAgenda ul li .cont .title .time i {
  display: inline-block;
  vertical-align: middle;
  font-size: 16px;
  margin-right: 5px;
  transform: translateY(-1px);
}
.pageAgenda ul li .cont .more {
  width: 160px;
  height: 50px;
  background-color: #001597;
  border-radius: 6px;
  border: 1px solid #001597;
  font-size: 16px;
  line-height: 50px;
  color: #fff;
  text-align: center;
  transition: all 0.6s ease;
}
.pageAgenda ul li .cont .more i {
  display: inline-block;
  vertical-align: middle;
  font-size: 14px;
  margin-left: 30px;
  transform: translateY(-2px);
  transition: all 0.6s ease;
}
.pageAgenda ul li .cont .more.on {
  background-color: unset;
  color: #001597;
}
.pageAgenda ul li .cont .more.on i {
  transform: rotate(-180deg);
}
.pageAgenda ul li .cont .more:hover {
  background-color: unset;
  color: #001597;
}
.pageAgenda ul li .text {
  width: 94.8%;
  padding: 2.6% 1%;
  box-sizing: content-box;
  display: none;
  border-bottom: 1px solid #eee;
}
.pageAgenda ul li .text .box {
  position: relative;
}
.pageAgenda ul li .text .box::before {
  content: '';
  width: 1px;
  height: calc(100% - 65px);
  background-color: #eee;
  position: absolute;
  top: 12px;
  left: 150px;
}
.pageAgenda ul li .text .item {
  margin-bottom: 1.5%;
}
.pageAgenda ul li .text .item .time {
  width: 150px;
  font-size: 20px;
  line-height: 30px;
  color: #333333;
  position: relative;
}
.pageAgenda ul li .text .item .time::before {
  content: '';
  width: 15px;
  height: 15px;
  border: solid 1px #001597;
  border-radius: 50%;
  position: absolute;
  top: 7px;
  right: -8px;
}
.pageAgenda ul li .text .item .time::after {
  content: '';
  width: 9px;
  height: 9px;
  background-color: #001597;
  border-radius: 50%;
  position: absolute;
  top: 10px;
  right: -5px;
}
.pageAgenda ul li .text .item .p {
  width: calc(100% - 150px);
  padding-left: 30px;
}
.pageAgenda ul li .text .item .p .p1 {
  font-size: 20px;
  line-height: 30px;
  color: #333333;
  font-weight: bold;
}
.pageAgenda ul li .text .item .p .p2 {
  font-size: 18px;
  line-height: 30px;
  color: #333333;
  margin-top: 5px;
}
/* pageGuest */
.pageGuest {
  width: 100%;
  padding: 5.5% 0 6.5%;
}
.pageGuest .guest {
  background: #ffffff url('../images/about_bg.png') bottom right no-repeat;
  background-size: 20% auto;
  border-radius: 6px;
  overflow: hidden;
  box-shadow: 0px 12px 40px 0px rgba(21, 26, 71, 0.06);
  -webkit-box-shadow: 0px 12px 40px 0px rgba(21, 26, 71, 0.06);
  -moz-box-shadow: 0px 12px 40px 0px rgba(21, 26, 71, 0.06);
  align-items: center;
}
.pageGuest .guest .img {
  width: 24%;
  overflow: hidden;
}
.pageGuest .guest .img img {
  width: 100%;
  display: block;
}
.pageGuest .guest .cont {
  width: 76%;
  padding: 0 4.5%;
}
.pageGuest .guest .cont .name {
  font-size: 28px;
  line-height: 36px;
  color: #333333;
  transition: all 0.6s ease;
}
.pageGuest .guest .cont .txt {
  font-size: 18px;
  line-height: 36px;
  color: #666666;
  margin-top: 2%;
  max-height: 216px;
  overflow-y: auto;
}
.pageGuest .guest:hover .cont .name {
  color: #001597;
}
.pageGuest .lists {
  margin: 4% 0 2%;
}
.pageGuest .lists li {
  width: 18.4%;
  margin: 0 2% 2% 0;
  border-radius: 6px;
  background-color: #ffffff;
  box-shadow: 0px 12px 40px 0px rgba(21, 26, 71, 0.06);
  -webkit-box-shadow: 0px 12px 40px 0px rgba(21, 26, 71, 0.06);
  -moz-box-shadow: 0px 12px 40px 0px rgba(21, 26, 71, 0.06);
  transition: all 0.6s ease;
}
.pageGuest .lists li:nth-child(5n) {
  margin: 0 0 2% 0;
}
.pageGuest .lists li a {
  display: block;
  padding: 3.2% 3.2% 6% 3.2%;
}
.pageGuest .lists li .img {
  width: 100%;
  overflow: hidden;
}
.pageGuest .lists li .img img {
  width: 100%;
  display: block;
}
.pageGuest .lists li .cont {
  width: 100%;
  text-align: center;
}
.pageGuest .lists li .cont .tit {
  font-size: 20px;
  line-height: 24px;
  color: #333333;
  margin-top: 5%;
  transition: all 0.6s ease;
}
.pageGuest .lists li .cont .txt {
  font-size: 16px;
  line-height: 26px;
  color: #999999;
  margin-top: 2%;
  transition: all 0.6s ease;
}
.pageGuest .lists li:hover {
  background-color: #001597;
}
.pageGuest .lists li:hover .cont .tit,
.pageGuest .lists li:hover .cont .txt {
  color: #fff;
}
@media (max-width: 1680px) {
  /* pageGuest */
  .pageGuest .guest .cont .name {
    font-size: 24px;
    line-height: 28px;
  }
  .pageGuest .guest .cont .txt {
    font-size: 16px;
    line-height: 32px;
    max-height: 192px;
  }
}
/* guestDetail */
.guestDetail {
  width: 100%;
  padding: 3% 0 4%;
}
.guestDetail .back {
  font-size: 18px;
  color: #333333;
}
.guestDetail .back .iconfont {
  display: inline-block;
  width: 32px;
  height: 32px;
  line-height: 32px;
  background-color: #001597;
  border-radius: 50%;
  color: #fff;
  transform: rotate(90deg);
  text-align: center;
  margin-right: 10px;
}
.guestDetail .contBox {
  width: 100%;
  margin-top: 3%;
  background-color: #ffffff;
  border-radius: 6px;
  overflow: hidden;
  align-items: center;
}
.guestDetail .contBox .img {
  width: 520px;
}
.guestDetail .contBox .img img {
  width: 100%;
  display: block;
}
.guestDetail .contBox .cont {
  width: calc(100% - 520px);
  padding: 10px 4% 10px 5%;
  position: relative;
}
.guestDetail .contBox .cont .name {
  font-size: 36px;
  line-height: 40px;
  color: #333333;
}
.guestDetail .contBox .cont .des {
  font-size: 16px;
  line-height: 26px;
  color: #999999;
  border-bottom: 1px solid #eee;
  margin-top: 8px;
  padding-bottom: 30px;
}
.guestDetail .contBox .cont .txt {
  font-size: 18px;
  line-height: 40px;
  color: #333333;
  margin-top: 26px;
  max-height: 310px;
  overflow-y: auto;
  padding-right: 6px;
}
.guestDetail .contBox .cont .iconfont {
  color: #eff0f3;
  opacity: 0.4;
  font-size: 260px;
  position: absolute;
  bottom: -20px;
  right: -15px;
}
/* pagePartner */
.pagePartner {
  width: 100%;
  padding: 4% 0;
}
.pagePartner ul {
  width: 100%;
  background-color: #fff;
  padding: 2%;
  border-radius: 6px;
}
.pagePartner ul li {
  width: 16.6667%;
  border-right: 1px solid rgba(0, 0, 0, 0.06);
  border-top: 1px solid rgba(0, 0, 0, 0.06);
  overflow: hidden;
}
.pagePartner ul li:nth-child(-n+6) {
  border-top: none;
}
.pagePartner ul li:nth-child(6n) {
  border-right: none;
}
.pagePartner ul li img {
  width: 100%;
  display: block;
  transition: all 0.6s ease;
}
.pagePartner ul li:hover img {
  transform: scale(1.1);
}
/* pageContact */
.pageContact {
  width: 100%;
  padding: 4% 0;
}
.pageContact .contBox {
  width: 100%;
  background-color: #fff;
  padding: 4% 5%;
  border-radius: 6px;
}
.pageContact .title {
  text-align: center;
  font-size: 30px;
  color: #333;
  font-weight: bold;
}
.pageContact .text {
  font-size: 16px;
  line-height: 34px;
  color: #333;
  margin-top: 30px;
}
.pageContact .text img {
  max-width: 100%;
  height: auto;
}
.pageContact .img {
  display: block;
  width: 50%;
  position: relative;
  border-radius: 6px;
  overflow: hidden;
  margin: 0 auto;
}
.pageContact .img img {
  width: 100%;
  display: block;
}
.pageContact .img .label {
  height: 38px;
  line-height: 38px;
  background-color: rgba(255, 255, 255, 0.3);
  border-radius: 19px;
  font-size: 14px;
  color: #ffffff;
  padding: 0 16px;
  position: absolute;
  top: 5%;
  left: 3%;
}
.pageContact .img .label i {
  display: inline-block;
  vertical-align: middle;
  font-size: 16px;
  margin-right: 5px;
  transform: translateY(-1px);
}
.pageContact .img .play {
  width: 48px;
  height: 48px;
  background-color: #fff;
  border-radius: 50%;
  position: absolute;
  bottom: 5%;
  right: 3.5%;
}
.pageContact .img .play::after {
  content: '';
  width: 0;
  height: 0;
  border-left: 15px solid #18267e;
  border-top: 12px solid transparent;
  border-bottom: 12px solid transparent;
  border-radius: 6px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-40%, -50%);
}
/* pageLive */
.pageLive {
  width: 100%;
  padding: 4% 0;
}
.pageLive .item {
  width: 30%;
  display: block;
  margin: 0 5% 5% 0;
}
.pageLive .item:nth-child(3n) {
  margin: 0 0 5% 0;
}
.pageLive .item .img {
  width: 100%;
  position: relative;
  border-radius: 6px;
  overflow: hidden;
}
.pageLive .item .img img {
  width: 100%;
  display: block;
}
.pageLive .item .img .label {
  height: 38px;
  line-height: 38px;
  background-color: rgba(255, 255, 255, 0.3);
  border-radius: 19px;
  font-size: 14px;
  color: #ffffff;
  padding: 0 16px;
  position: absolute;
  top: 5%;
  left: 3%;
}
.pageLive .item .img .label i {
  display: inline-block;
  vertical-align: middle;
  font-size: 16px;
  margin-right: 5px;
  transform: translateY(-1px);
}
.pageLive .item .img .play {
  width: 48px;
  height: 48px;
  background-color: #fff;
  border-radius: 50%;
  position: absolute;
  bottom: 5%;
  right: 3.5%;
}
.pageLive .item .img .play::after {
  content: '';
  width: 0;
  height: 0;
  border-left: 15px solid #18267e;
  border-top: 12px solid transparent;
  border-bottom: 12px solid transparent;
  border-radius: 6px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-40%, -50%);
}
.pageLive .item .tit {
  color: #333;
  font-size: 20px;
  line-height: 24px;
  text-align: center;
  margin-top: 20px;
  transition: all 0.6s ease;
}
.pageLive .item:hover .tit {
  font-weight: bold;
  color: #18267e;
}
