/* navBox */
.navBox {
  width: 100%;
  height: 100%;
  padding-top: 1rem;
  background-color: #0E70B9;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
  overflow-y: auto;
  display: none;
}
.navBox .nav {
  width: 100%;
}
.navBox h3 {
  width: 100%;
  position: relative;
  padding: 0 0.4rem;
  border-top: 1px solid rgba(255, 255, 255, 0.15);
  font-weight: normal;
}
.navBox h3 a {
  color: #fff;
  font-size: 0.32rem;
  display: block;
  width: 100%;
  line-height: 1.12rem;
}
.navBox h3 img {
  display: block;
  width: 0.32rem;
  position: absolute;
  top: 50%;
  right: 0.3rem;
  transform: translateY(-50%);
  transition: all 0.6s ease;
}
.navBox h3.on img {
  transform: translateY(-50%) rotate(90deg);
}
.navBox .sub {
  display: none;
  width: 100%;
  padding: 0 0.6rem;
  border-top: 1px solid rgba(255, 255, 255, 0.15);
}
.navBox .sub li {
  width: 100%;
  position: relative;
  box-sizing: border-box;
  border-top: 1px solid rgba(255, 255, 255, 0.15);
}
.navBox .sub li:nth-child(1) {
  border-top: none;
}
.navBox .sub li a {
  color: #fff;
  font-size: 0.28rem;
  display: block;
  width: 100%;
  line-height: 0.96rem;
}
.navBox .SearchForm {
  width: 100%;
  border-top: 1px solid rgba(255, 255, 255, 0.15);
  padding: 0.4rem;
}
.navBox .SearchForm form {
  width: 100%;
  height: 0.88rem;
  border-radius: 0.12rem;
  background-color: #FFFFFF;
}
.navBox .SearchForm form input {
  width: calc(100% - 1.08rem);
  display: block;
  padding: 0.2rem 0 0.2rem 0.24rem;
  color: #333;
  line-height: 0.48rem;
}
.navBox .SearchForm form .btn {
  width: 1.08rem;
  display: block;
}
.navBox .SearchForm form .btn img {
  width: 0.36rem;
  display: block;
  margin: 0 auto;
}
.navBox .language {
  display: block;
  width: 100%;
  border-top: 1px solid rgba(146, 147, 149, 0.15);
  line-height: 1.06rem;
  color: #fff;
  text-align: center;
  font-size: 0.32rem;
}
/* headerBox */
.headerBox {
  width: 100%;
  height: 1rem;
  align-items: center;
  padding: 0 0.3rem;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 10000;
  transition: all 0.6s ease;
  background-color: #fff;
  box-shadow: 0 0 0.2rem rgba(0, 0, 0, 0.05);
}
.headerBox .logo {
  display: block;
  height: 0.7rem;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.headerBox .logo img {
  display: block;
  height: 100%;
}
.headerBox .language {
  font-size: 0.32rem;
  line-height: 0.4rem;
  color: #333;
  margin-right: 0.4rem;
}
.headerBox .language a {
  color: #333;
}
.headerBox .language span {
  margin: 0 0.1rem;
  transform: translateY(-0.02rem);
}
.headerBox .login {
  display: inline-block;
  height: 0.6rem;
  line-height: 0.6rem;
  background-color: #0E70B9;
  color: #fff;
  font-size: 0.28rem;
  padding: 0 0.3rem;
  border-radius: 0.3rem;
}
.headerBox .menu {
  width: 0.48rem;
  height: 0.36rem;
  position: relative;
}
.headerBox .menu .solid {
  width: 0.48rem;
  height: 0.04rem;
  background-color: #0E70B9;
  border-radius: 0.02rem;
  transition: all 0.6s ease;
  position: absolute;
}
.headerBox .menu .solid1 {
  top: 0;
  left: 0;
}
.headerBox .menu .solid2 {
  top: 0;
  left: 0;
  bottom: 0;
  margin: auto;
}
.headerBox .menu .solid3 {
  bottom: 0;
  left: 0;
  width: 0.48rem;
}
.is-fixed {
  background-color: #fff;
}
.fixeds {
  background-color: #fff;
}
.onSolid1 {
  transform: rotate(45deg) translateY(0.2rem);
  top: 0.02rem !important;
  left: 0.14rem !important;
}
.onSolid2 {
  transform: translateX(0.48rem);
  opacity: 0;
}
.onSolid3 {
  transform: rotate(-45deg) translateY(-0.2rem);
  left: 0.14rem !important;
  bottom: 0.02rem !important;
}
/* indexBanner */
.indexBanner {
  width: 100%;
  position: relative;
  margin-top: 1rem;
  overflow: hidden;
}
.indexBanner .imgBg {
  width: 100%;
  display: block;
}
.indexBanner .info {
  width: 100%;
  position: absolute;
  top: 24%;
  left: 0;
  z-index: 2;
  text-align: center;
}
.indexBanner .info.info_m {
  top: 12%;
}
.indexBanner .info .img {
  width: 54%;
  margin: auto;
}
.indexBanner .info .img img {
  width: 100%;
  display: block;
}
.indexBanner .info .txt {
  font-size: 0.09rem;
  line-height: 0.2rem;
  color: #004094;
  margin: 0.2rem auto 0;
}
.indexBanner .info .txt .time {
  display: inline-block;
  background: url(../images/icon_time.png) top 0.03rem left no-repeat;
  background-size: 0.12rem auto;
  padding-left: 0.16rem;
}
.indexBanner .info .txt .add {
  display: inline-block;
  background: url(../images/icon_add1.png) top 0.03rem left no-repeat;
  background-size: 0.12rem auto;
  padding-left: 0.16rem;
}
/* indexTime */
.indexTime {
  width: 100%;
  padding: 0 0.3rem;
  margin-top: 0.3rem;
  overflow: hidden;
}
.indexTime .st {
  font-size: 0.28rem;
  line-height: 0.32rem;
  color: #0E70B9;
  margin-right: 0.1rem;
}
.indexTime .item {
  height: 0.7rem;
  padding: 0 0.44rem 0 0.2rem;
  margin-left: 0.2rem;
  box-shadow: 0 0 0.1rem rgba(0, 0, 0, 0.2);
  background: url(../images/timeBg.png) center center no-repeat;
  background-size: 100% 100%;
  position: relative;
}
.indexTime .item .num {
  line-height: 0.7rem;
  color: #fff;
  font-weight: bold;
  font-size: 0.36rem;
  opacity: 0.9;
}
.indexTime .item .t {
  display: inline-block;
  position: absolute;
  right: 0.14rem;
  bottom: 0.2rem;
  font-size: 0.2rem;
  color: #fff;
  opacity: 0.8;
}
/* indexProcesses */
.indexProcesses {
  width: 100%;
  padding: 0.5rem 0.3rem;
  overflow: hidden;
  background: url(../images/main01Bg.png) center center no-repeat;
  background-size: 100% auto;
  position: relative;
}
.indexProcesses ul {
  width: 100%;
}
.indexProcesses ul li {
  width: 100%;
  align-items: center;
  margin-bottom: 0.3rem;
}
.indexProcesses ul li .yuanBox {
  width: 0.48rem;
  height: 0.48rem;
  position: relative;
  border-radius: 50%;
  z-index: 1;
}
.indexProcesses ul li .yuanBox::after {
  content: '';
  position: absolute;
  z-index: -1;
  width: 0.8rem;
  height: 0.8rem;
  margin: -0.4rem 0 0 -0.4rem;
  border-radius: 50%;
  background-color: #0E70B9;
  top: 50%;
  left: 50%;
  opacity: 0.5;
  transform: scale(0);
}
.indexProcesses ul li .yuanBox::before {
  content: '';
  position: absolute;
  z-index: 1;
  width: 1.2rem;
  height: 1.2rem;
  margin: -0.6rem 0 0 -0.6rem;
  border-radius: 50%;
  background-color: #0E70B9;
  top: 50%;
  left: 50%;
  opacity: 0.2;
  transform: scale(0);
}
.indexProcesses ul li .yuan {
  width: 0.48rem;
  height: 0.48rem;
  border: solid 1px #91B159;
  border-radius: 50%;
  position: relative;
}
.indexProcesses ul li .yuan::after {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border-radius: 50%;
  height: 0.26rem;
  width: 0.26rem;
  border: solid 1px #0E70B9;
  z-index: 1;
}
.indexProcesses ul li .yuan::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 0.1rem;
  height: 0.1rem;
  border-radius: 50%;
  background-color: #0E70B9;
  z-index: 2;
}
.indexProcesses ul li .cont {
  margin-left: 0.3rem;
}
.indexProcesses ul li .num {
  font-size: 0.32rem;
  line-height: 0.44rem;
  color: #0E70B9;
  font-weight: bold;
}
.indexProcesses ul li .tit {
  font-size: 0.28rem;
  font-weight: bold;
  color: #333;
  line-height: 0.4rem;
  margin-top: 0.06rem;
}
.indexProcesses ul li.on .yuan {
  background-color: #0E70B9;
  border-color: #0E70B9;
}
.indexProcesses ul li.on .yuan::after {
  background-color: rgba(255, 255, 255, 0.3);
}
.indexProcesses ul li.on .yuan::before {
  background-color: rgba(255, 255, 255, 0.9);
}
.indexProcesses ul li.on .tit {
  color: #0E70B9;
}
.indexProcesses ul li.sel .yuanBox::after,
.indexProcesses ul li.sel .yuanBox::before {
  -webkit-animation: zoomBig1 1.4s 0s infinite;
  animation: zoomBig1 1.4s 0s infinite;
}
.indexProcesses ul li.sel1 .yuanBox::after,
.indexProcesses ul li.sel1 .yuanBox::before {
  -webkit-animation: zoomBig2 1.4s 2s infinite;
  animation: zoomBig2 1.4s 2s infinite;
}
.indexProcesses ul li .btn {
  display: none;
  width: 1.6rem;
  background-color: #0E70B9;
  color: #fff;
  font-size: 0.2rem;
  height: 0.7rem;
  line-height: 0.24rem;
  border-radius: 0.35rem;
  padding: 0.11rem 0.2rem;
  margin-left: 0.3rem;
  text-align: center;
}
.indexProcesses ul li .btn.btn1 {
  width: 1.8rem;
  font-size: 0.24rem;
  line-height: 0.7rem;
  padding: 0 0.2rem;
}
.indexProcesses ul li:nth-child(3) .btn {
  display: block;
}
/*donghua*/
@-webkit-keyframes zoomBig1 {
  0% {
    transform: scale(0.49);
  }
  100% {
    transform: scale(1);
    opacity: 0;
  }
}
@-moz-keyframes zoomBig1 {
  0% {
    transform: scale(0.49);
  }
  100% {
    transform: scale(1);
    opacity: 0;
  }
}
@keyframes zoomBig1 {
  0% {
    transform: scale(0.49);
  }
  100% {
    transform: scale(1);
    opacity: 0;
  }
}
@-webkit-keyframes zoomBig2 {
  0% {
    transform: scale(0.49);
  }
  100% {
    transform: scale(1);
    opacity: 0;
  }
}
@-moz-keyframes zoomBig2 {
  0% {
    transform: scale(0.49);
  }
  100% {
    transform: scale(1);
    opacity: 0;
  }
}
@keyframes zoomBig2 {
  0% {
    transform: scale(0.49);
  }
  100% {
    transform: scale(1);
    opacity: 0;
  }
}
/* indexTitle */
.indexTitle {
  position: relative;
  text-align: center;
}
.indexTitle .tit {
  font-size: 0.4rem;
  line-height: 0.44rem;
  color: #333;
  font-weight: bold;
}
.indexTitle .tit.w {
  color: #fff;
}
.indexTitle .line {
  width: 3.2rem;
  height: 0.08rem;
  margin: 0.2rem auto 0;
  background: linear-gradient(269deg, #AED3AF 6%, #92DFF4 100%);
}
.indexTitle .line.d {
  width: 2.1rem;
}
/* indexPresident */
.indexPresident {
  width: 100%;
  overflow: hidden;
  padding: 0 0.3rem;
}
.indexPresident .info {
  width: 100%;
  margin: 0.5rem auto 0;
}
.indexPresident .info .img {
  width: 2rem;
  padding: 0.1rem;
  margin-right: 0.3rem;
  background: url(../images/logoY.png) center no-repeat;
  background-size: 100% auto;
}
.indexPresident .info .img img {
  width: 100%;
  border-radius: 50%;
  padding: 0.08rem;
  background-color: #fff;
}
.indexPresident .info .con .tit {
  font-size: 0.36rem;
  color: #333;
  font-weight: bold;
}
.indexPresident .info .con .txt {
  font-size: 0.28rem;
  line-height: 0.4rem;
  color: #333;
  margin-top: 0.2rem;
}
.indexPresident .text {
  width: 100%;
  margin-top: 0.3rem;
  height: 4rem;
  padding-right: 0.16rem;
  overflow-y: auto;
}
.indexPresident .text p {
  text-indent: 2em;
  font-size: 0.28rem;
  color: #333;
  line-height: 0.4rem;
  text-align: justify;
}
/* indexVideo */
.indexVideo {
  width: 100%;
  margin: 0.6rem auto 0;
  z-index: 3;
  position: relative;
  overflow: hidden;
  padding: 0 0.3rem;
}
.indexVideo .videoBox {
  width: 100%;
  position: relative;
  z-index: 1;
  border-radius: 0.1rem;
  overflow: hidden;
}
.indexVideo .videoBox video {
  width: 100%;
  display: block;
}
.indexVideo .playBox {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
}
.indexVideo .playBox .playVideo {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 326px;
  height: 124px;
  margin: -62px 0 0 -163px;
}
.indexVideo .playBox .playVideo img {
  width: 100%;
  display: block;
}
.indexVideo .videoItem {
  width: 100%;
  border-radius: 0.2rem;
  overflow: hidden;
}
.indexVideo .videoItem .swiper-slide {
  position: relative;
}
.indexVideo .videoItem .swiper-slide img {
  width: 100%;
  display: block;
}
.indexVideo .videoItem .swiper-pagination {
  bottom: 0.2rem;
}
.indexVideo .videoItem .swiper-pagination .swiper-pagination-bullet {
  width: 0.16rem;
  height: 0.16rem;
  background-color: #fff;
  margin: 0 0.1rem;
  opacity: 0.8;
}
.indexVideo .videoItem .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: #0E70B9;
}
/* indexMaster */
.indexMaster {
  position: relative;
  padding: 1.6rem 0.3rem 0.3rem;
  width: 100%;
  margin-top: -1rem;
  overflow: hidden;
  background: url(../images/masterBg.jpg) center center no-repeat;
  background-size: cover;
}
.indexMaster .optionBox {
  width: 100%;
  margin: 0.5rem auto 0;
  padding-bottom: 0.5rem;
}
.indexMaster .optionBox .swiper-slide {
  width: 100%;
  background-color: #fff;
  padding: 0.3rem 0.3rem 0.4rem;
  position: relative;
  overflow: hidden;
  border-radius: 0.4rem;
}
.indexMaster .optionBox .swiper-slide::after {
  content: '';
  position: absolute;
  left: 40px;
  top: 50%;
  width: 71px;
  height: 60px;
  background: url(../images/icon_sy.png) center no-repeat;
  margin-top: -30px;
}
.indexMaster .optionBox .swiper-slide .bg {
  width: 114%;
  position: absolute;
  bottom: 72%;
  z-index: 0;
  right: -20%;
}
.indexMaster .optionBox .swiper-slide .bg img {
  width: 100%;
  opacity: 0.1;
}
.indexMaster .optionBox .swiper-slide .info {
  width: 100%;
  position: relative;
  z-index: 2;
  padding-bottom: 15px;
  border-bottom: solid 1px #eee;
}
.indexMaster .optionBox .swiper-slide .info .img {
  width: 21%;
}
.indexMaster .optionBox .swiper-slide .info .img img {
  width: 100%;
  display: block;
}
.indexMaster .optionBox .swiper-slide .con {
  width: 79%;
  padding: 8% 0 0 0.3rem;
}
.indexMaster .optionBox .swiper-slide .con .tit {
  font-size: 0.32rem;
  color: #333;
  font-weight: bold;
}
.indexMaster .optionBox .swiper-slide .con .tit span {
  display: inline-block;
  margin-left: 10px;
}
.indexMaster .optionBox .swiper-slide .con .txt {
  font-size: 0.28rem;
  margin-top: 0.2rem;
  color: #333;
}
.indexMaster .optionBox .swiper-slide .text {
  width: 100%;
  position: relative;
  z-index: 2;
  margin-top: 0.3rem;
  overflow-y: auto;
  height: 4rem;
  padding-right: 0.16rem;
}
.indexMaster .optionBox .swiper-slide .text .st {
  font-size: 0.32rem;
  line-height: 0.44rem;
  color: #0E70B9;
  font-weight: bold;
}
.indexMaster .optionBox .swiper-slide .text .txt {
  font-size: 0.28rem;
  margin-top: 0.3rem;
  line-height: 0.4rem;
  text-align: justify;
}
.indexMaster .optionBox .swiper-pagination {
  bottom: 0 !important;
}
.indexMaster .optionBox .swiper-pagination .swiper-pagination-bullet {
  width: 0.16rem;
  height: 0.16rem;
  background-color: #fff;
  margin: 0 0.1rem;
  opacity: 0.6;
}
.indexMaster .optionBox .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  opacity: 1;
}
/* indexItinerary */
.indexItinerary {
  width: 100%;
  padding: 0.6rem 0 1rem;
  position: relative;
  background: #fff url(../images/itineraryBg.jpg) top center no-repeat;
}
.indexItinerary .itineraryNav {
  width: 100%;
  margin-top: 0.3rem;
  box-shadow: 0 0.15rem 0.35rem 0 rgba(0, 0, 0, 0.05);
}
.indexItinerary .itineraryNav .swiper-slide {
  width: 100%;
  background: linear-gradient(180deg, #F4F5F8 0%, #FEFEFE 100%);
  border: 0.04rem solid #FFFFFF;
  box-shadow: 0 0.15rem 0.35rem 0 rgba(0, 0, 0, 0.05);
}
.indexItinerary .itineraryNav .swiper-slide .info {
  text-align: center;
  padding: 0.2rem 0;
}
.indexItinerary .itineraryNav .swiper-slide .info .num {
  color: #999;
  line-height: 0.4rem;
}
.indexItinerary .itineraryNav .swiper-slide .info .num span {
  font-family: 'DINC';
  font-size: 0.32rem;
}
.indexItinerary .itineraryNav .swiper-slide .info .num p {
  font-size: 0.28rem;
  margin: 0 0.1rem;
  opacity: 0.5;
  display: inline-block;
}
.indexItinerary .itineraryNav .swiper-slide .info .t {
  font-size: 0.24rem;
  line-height: 0.28rem;
  color: #333;
  margin-top: 0.1rem;
}
.indexItinerary .itineraryNav .swiper-slide.swiper-slide-thumb-active .num {
  color: #0E70B9;
}
.indexItinerary .itineraryNav .swiper-slide.swiper-slide-thumb-active .t {
  color: #0E70B9;
}
.indexItinerary .itineraryItem {
  width: 100%;
  min-height: 4.96rem !important;
  overflow: hidden;
}
.indexItinerary .itineraryItem .swiper-slide ul {
  width: 100%;
  height: 100%;
}
.indexItinerary .itineraryItem .swiper-slide ul li {
  width: 100%;
  padding: 0.4rem 0;
  border-bottom: solid 1px #eee;
}
.indexItinerary .itineraryItem .swiper-slide ul li .time {
  width: 3rem;
  font-size: 0.32rem;
  color: #666;
  text-align: center;
}
.indexItinerary .itineraryItem .swiper-slide ul li .con {
  width: calc(100% - 3rem);
  padding: 0 0.2rem;
  position: relative;
  z-index: 2;
}
.indexItinerary .itineraryItem .swiper-slide ul li .con .tit {
  font-size: 0.32rem;
  color: #333;
}
.indexItinerary .itineraryItem .swiper-slide ul li .con .txt {
  font-size: 0.28rem;
  color: #999;
  margin-top: 0.2rem;
}
/*  indexGuest  */
.indexGuest {
  width: 100%;
  position: relative;
  overflow: hidden;
}
.indexGuest .tips {
  font-size: 0.24rem;
  color: #333;
  line-height: 0.28rem;
  text-align: center;
  margin-top: 0.3rem;
}
.indexGuest .guestItem {
  width: 100%;
  margin: 0.4rem auto 0;
  position: relative;
  overflow: hidden;
  padding-bottom: 0.6rem;
}
.indexGuest .guestItem::after {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  height: calc(100% - 1rem);
  width: 100%;
  z-index: 0;
  background: url(../images/guestItemBg.jpg) center bottom no-repeat;
  background-size: cover;
  overflow: hidden;
}
.indexGuest .guestItem .swiper-slide .img {
  width: 100%;
  text-align: center;
}
.indexGuest .guestItem .swiper-slide .img img {
  height: 4.6rem;
  margin: 0 auto;
  display: block;
}
.indexGuest .guestItem .swiper-slide .info {
  width: 100%;
  padding: 0.5rem 0.3rem 0.3rem;
  text-align: center;
}
.indexGuest .guestItem .swiper-slide .info .tit {
  font-size: 0.32rem;
  color: #333;
  font-weight: bold;
}
.indexGuest .guestItem .swiper-slide .info .stit {
  font-size: 0.28rem;
  margin-top: 0.1rem;
  color: #333;
  font-weight: bold;
}
.indexGuest .guestItem .swiper-slide .info .txt {
  font-size: 0.28rem;
  margin-top: 0.1rem;
  color: #333;
  line-height: 0.4rem;
}
.indexGuest .guestItem .swiper-slide .info .more {
  margin: 0.4rem auto 0;
  display: block;
  font-size: 0.24rem;
  line-height: 0.68rem;
  height: 0.68rem;
  color: #fff;
  background-color: #0E70B9;
  border-radius: 0.34rem;
  width: 2rem;
  text-align: center;
}
.indexGuest .guestItem .swiper-pagination {
  bottom: 0.2rem;
}
.indexGuest .guestItem .swiper-pagination .swiper-pagination-bullet {
  width: 0.16rem;
  height: 0.16rem;
  background-color: #fff;
  margin: 0 0.1rem;
  opacity: 1;
}
.indexGuest .guestItem .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: #0E70B9;
}
/* indexPartner */
.indexPartner {
  width: 100%;
  padding: 0.7rem 0 0.2rem;
  position: relative;
  overflow: hidden;
}
.indexPartner .item {
  width: 100%;
  margin-top: 0.4rem;
}
.indexPartner .item .stit {
  font-size: 0.32rem;
  line-height: 0.36rem;
  color: #333;
  font-weight: bold;
  padding: 0 0.3rem;
}
.indexPartner .item .partnerItem1 {
  width: 100%;
  padding: 0.2rem 0.3rem 0;
}
.indexPartner .item .partnerItem1 ul {
  width: 100%;
}
.indexPartner .item .partnerItem1 ul li {
  border: solid 1px #eee;
  width: 48.5%;
  margin-right: 3%;
  margin-bottom: 3%;
  cursor: pointer;
  border-radius: 5px;
  overflow: hidden;
}
.indexPartner .item .partnerItem1 ul li:nth-child(2n) {
  margin-right: 0;
}
.indexPartner .item .partnerItem1 ul li img {
  width: 100%;
  display: block;
}
.indexPartner .item .partnerItem {
  width: 100%;
  padding: 15px 0;
}
.indexPartner .item .partnerItem .swiper-slide {
  border: solid 1px #eee;
  box-shadow: 0 0 20px 0 rgba(219, 231, 255, 0.3);
  cursor: pointer;
  border-radius: 5px;
  overflow: hidden;
}
.indexPartner .item .partnerItem .swiper-slide img {
  width: 100%;
  display: block;
}
/* indexFooter */
.indexFooter {
  width: 100%;
  padding: 0.6rem 0 0;
  background-color: #0E70B9;
}
.indexFooter .item {
  width: 100%;
  padding: 0 0.3rem;
  margin-bottom: 0.6rem;
}
.indexFooter .item .stit {
  font-size: 0.32rem;
  line-height: 0.4rem;
  color: #fff;
  display: block;
}
.indexFooter .item .txt {
  margin-top: 0.4rem;
}
.indexFooter .item .txt p {
  position: relative;
  margin-top: 0.3rem;
  font-size: 0.28rem;
  color: rgba(255, 255, 255, 0.7);
  padding-left: 0.46rem;
  line-height: 0.32rem;
  background-size: 0.32rem 0.32rem !important;
}
.indexFooter .item .txt p.tel {
  background: url(../images/icon_tel.png) left center no-repeat;
}
.indexFooter .item .txt p.add {
  background: url(../images/icon_add.png) left center no-repeat;
}
.indexFooter .item .txt p.email {
  background: url(../images/icon_email.png) left center no-repeat;
}
.indexFooter .rwm {
  width: 2.2rem;
  margin: 0 auto;
}
.indexFooter .rwm img {
  width: 100%;
  display: block;
}
.indexFooter .rwm p {
  font-size: 0.28rem;
  line-height: 0.32rem;
  color: #fff;
  margin-top: 0.2rem;
  text-align: center;
}
.indexFooter .copy {
  width: 100%;
  margin-top: 0.4rem;
  padding: 0.3rem;
  text-align: center;
  font-size: 0.24rem;
  border-top: 1px solid rgba(255, 255, 255, 0.2);
  color: rgba(255, 255, 255, 0.7);
  line-height: 0.4rem;
}
.indexFooter .copy a {
  color: rgba(255, 255, 255, 0.7);
}
/* pageBanner */
.pageBanner {
  width: 100%;
  overflow: hidden;
  position: relative;
  margin-top: 1rem;
}
.pageBanner img {
  width: 100%;
  display: block;
}
/* pageNavBox */
.pageNavBox {
  width: 100%;
  overflow-y: hidden;
  overflow-x: auto;
  white-space: nowrap;
  position: sticky;
  top: 1rem;
  z-index: 20;
  background-color: #fff;
  border-bottom: 1px solid #eee;
}
.pageNavBox::-webkit-scrollbar {
  display: none;
}
/* pageNav */
.pageNav {
  width: 100%;
}
.pageNav li {
  padding-left: 0.4rem;
}
.pageNav li:last-child {
  padding-right: 0.3rem;
}
.pageNav li a {
  display: inline-block;
  font-size: 0.28rem;
  line-height: 0.4rem;
  color: #333333;
  padding: 0.3rem 0 0.26rem;
  border-bottom: 0.04rem solid rgba(63, 170, 141, 0);
}
.pageNav li.on a {
  border-bottom: 0.04rem solid #0E70B9;
  color: #0E70B9;
}
/* pageLocation */
.pageLocation {
  font-size: 0.28rem;
  color: #999999;
  line-height: 0.4rem;
  margin: 0.3rem 0;
  align-items: center;
  padding: 0 0.3rem;
}
.pageLocation img {
  display: block;
  width: 0.36rem;
  margin-right: 0.1rem;
}
.pageLocation a {
  color: #999999;
}
.pageLocation a.on {
  color: #0E70B9;
}
/* pageChairman */
.pageChairman {
  width: 100%;
  padding: 0.2rem 0.3rem 0.5rem;
  overflow: hidden;
}
.pageChairman .box {
  width: 100%;
}
.pageChairman .img {
  width: 1.8rem;
  overflow: hidden;
  background: url(../images/guestImgBg.jpg) center no-repeat;
  background-size: cover;
}
.pageChairman .img img {
  display: block;
  width: 100%;
}
.pageChairman .cont {
  width: calc(100% - 2.2rem);
  margin-left: 0.3rem;
}
.pageChairman .cont .name {
  font-size: 0.36rem;
  font-weight: bold;
  color: #333333;
  line-height: 0.44rem;
}
.pageChairman .cont .tit {
  font-size: 0.28rem;
  line-height: 0.36rem;
  color: #333333;
  margin-top: 0.2rem;
}
.pageChairman .text {
  font-size: 0.28rem;
  line-height: 0.44rem;
  color: #3D3D3D;
  text-align: justify;
  margin-top: 0.3rem;
}
.pageChairman .text1 {
  text-align: left;
}
/* pageTitle */
.pageTitle {
  width: 100%;
  background: linear-gradient(270deg, rgba(255, 255, 255, 0.1) 0%, rgba(14, 112, 185, 0.1) 100%);
  padding: 0.3rem;
}
.pageTitle p {
  font-size: 0.32rem;
  font-weight: bold;
  line-height: 0.36rem;
  color: #333333;
  border-left: 0.06rem solid #0E70B9;
  padding-left: 0.24rem;
}
/* pageCommittee */
.pageCommittee {
  width: 100%;
  overflow: hidden;
}
.pageCommittee .box {
  font-size: 0.28rem;
  line-height: 0.4rem;
  color: #3D3D3D;
  padding: 0 0.3rem;
}
.pageCommittee .box img {
  width: 0.8rem;
  height: 0.8rem;
  border-radius: 50%;
  display: inline-block;
  vertical-align: middle;
  margin-right: 0.2rem;
}
.pageCommittee .box table td,
.pageCommittee .box table tr {
  border: none;
}
.pageCommittee .box table td {
  padding-bottom: 0.2rem;
}
.pageCommittee .box table td:nth-child(1) {
  width: 3rem;
}
.pageCommittee .box table td:nth-child(2) {
  width: calc(100% - 3rem);
  padding-left: 0.2rem;
}
/* pagePartners */
.pagePartners {
  width: 100%;
  overflow: hidden;
  padding-bottom: 0.3rem;
}
.pagePartners ul {
  width: 100%;
  margin-top: 0.3rem;
  padding: 0 0.3rem;
}
.pagePartners ul li {
  width: 48.5%;
  margin: 0 3% 3% 0;
}
.pagePartners ul li:nth-child(2n) {
  margin: 0 0 3% 0;
}
.pagePartners ul li .img {
  width: 100%;
  border-radius: 0.1rem;
  background-color: #FFFFFF;
  border: 1px solid rgba(0, 0, 0, 0.12);
  overflow: hidden;
}
.pagePartners ul li .img img {
  width: 100%;
  display: block;
}
.pagePartners ul li .t {
  font-size: 0.28rem;
  line-height: 0.4rem;
  color: #333333;
  text-align: center;
  margin-top: 0.16rem;
}
/* pageSchedule */
.pageSchedule {
  width: 100%;
  padding: 0 0.3rem 0.5rem;
  overflow: hidden;
}
.pageSchedule .table {
  border-radius: 0.1rem;
  overflow: hidden;
}
.pageSchedule table {
  background-color: #f7f8f9;
  text-align: center;
  color: #fff;
  font-size: 0.28rem;
  font-weight: bold;
}
.pageSchedule table tr {
  height: 0.8rem;
}
.pageSchedule table tr:nth-child(1) {
  background-color: #0E70B9;
}
.pageSchedule table tr:nth-child(5) td:nth-child(1) {
  background-color: #f7f8f9;
}
.pageSchedule table tr td:nth-child(1) {
  width: 1rem;
  background-color: #0E70B9;
}
.pageSchedule table a {
  display: block;
  color: #fff;
  width: 100%;
  height: 100%;
}
.pageSchedule table .p1 {
  background-color: #A0B3DD;
}
.pageSchedule table .p2 {
  background-color: #63C7C7;
}
.pageSchedule table .p3 {
  background-color: #59B3DE;
}
.pageSchedule table .p4 a {
  color: #666;
}
/* pageScheduleD */
.pageScheduleD {
  width: 100%;
  overflow: hidden;
  padding-top: 0.3rem;
}
.pageScheduleD .navList {
  width: 100%;
  border-bottom: 1px solid rgba(0, 0, 0, 0.16);
  padding: 0 0.3rem;
}
.pageScheduleD .navList li {
  margin: 0 0.4rem;
  border-bottom: 0.04rem solid rgba(63, 170, 141, 0);
}
.pageScheduleD .navList li a {
  display: block;
  font-size: 0.32rem;
  line-height: 0.4rem;
  color: #999999;
  padding: 0 0.2rem 0.2rem;
}
.pageScheduleD .navList li.on,
.pageScheduleD .navList li:hover {
  border-bottom: 0.04rem solid #0E70B9;
}
.pageScheduleD .navList li.on a,
.pageScheduleD .navList li:hover a {
  color: #0E70B9;
}
.pageScheduleD .title {
  font-size: 0.32rem;
  color: #333;
  line-height: 0.48rem;
  font-weight: bold;
  text-align: center;
  margin-top: 0.3rem;
}
.pageScheduleD .lists {
  width: 100%;
  padding: 0.3rem;
}
.pageScheduleD .lists li {
  width: 100%;
  margin: 0 0 0.3rem;
}
.pageScheduleD .lists li .room {
  width: 100%;
  height: 0.8rem;
  border-radius: 0.1rem 0.1rem 0 0;
  background-color: #0E70B9;
  line-height: 0.8rem;
  font-size: 0.28rem;
  color: #FFFFFF;
  padding: 0 0.3rem;
}
.pageScheduleD .lists li .room.room1 {
  background-color: #63C7C7;
}
.pageScheduleD .lists li .cont {
  width: 100%;
  border-radius: 0 0 0.1rem 0.1rem;
  background-color: #F7F8F9;
  border: 1px solid rgba(0, 0, 0, 0.12);
  padding: 0.3rem 0.3rem 1rem;
  margin-top: 0.1rem;
  position: relative;
}
.pageScheduleD .lists li .cont .time {
  font-size: 0.28rem;
  line-height: 0.4rem;
  color: #3D3D3D;
}
.pageScheduleD .lists li .cont .t1 {
  font-size: 0.28rem;
  line-height: 0.4rem;
  color: #3D3D3D;
  margin-top: 0.2rem;
}
.pageScheduleD .lists li .cont .t3 {
  font-size: 0.28rem;
  line-height: 0.4rem;
  color: #3D3D3D;
  margin-top: 0.2rem;
}
.pageScheduleD .lists li .cont .t2 {
  display: inline-block;
  border-radius: 0.04rem;
  line-height: 0.32rem;
  font-size: 0.24rem;
  color: #FFFFFF;
  padding: 0.1rem 0.2rem;
  margin-top: 0.2rem;
}
.pageScheduleD .lists li .cont .t2.green {
  background-color: #48773E;
}
.pageScheduleD .lists li .cont .t2.red {
  background-color: #C11728;
}
.pageScheduleD .lists li .cont .t2.yellow {
  background-color: #FBB800;
}
.pageScheduleD .lists li .cont .t2.blue {
  background-color: #0E97D9;
}
.pageScheduleD .lists li .cont .arrow {
  width: 0.5rem;
  height: 0.5rem;
  border-radius: 50%;
  background-color: #999999;
  position: absolute;
  bottom: 0.3rem;
  right: 0.3rem;
}
.pageScheduleD .lists li .cont .arrow img {
  width: 100%;
  display: block;
}
.pageScheduleD .imgBox {
  width: 100%;
  margin: 0.3rem 0;
}
.pageScheduleD .imgBox img {
  width: 100%;
  display: block;
}
/* pageManual */
.pageManual {
  width: 100%;
  overflow: hidden;
  background-color: #f7f8f9;
  padding: 0 0.3rem;
}
.pageManual .pageLocation {
  padding: 0;
}
.pageManual .lists {
  width: 100%;
}
.pageManual .lists li {
  border-radius: 0.1rem;
  background-color: #FFFFFF;
  padding: 0.3rem;
  margin-bottom: 0.3rem;
  align-items: center;
}
.pageManual .lists li .img {
  width: 2rem;
  border-radius: 0.1rem;
  overflow: hidden;
}
.pageManual .lists li .img img {
  width: 100%;
  display: block;
}
.pageManual .lists li .cont {
  width: calc(100% - 2.3rem);
  margin-left: 0.3rem;
}
.pageManual .lists li .cont .t1 {
  font-size: 0.32rem;
  line-height: 0.4rem;
  color: #333333;
  font-weight: bold;
}
.pageManual .lists li .cont .t1 span {
  color: #0E70B9;
  display: inline-block;
  margin-left: 0.2rem;
}
.pageManual .lists li .cont .t2 {
  font-size: 0.28rem;
  line-height: 0.4rem;
  color: #666666;
  margin: 0.2rem 0 0.4rem;
}
.pageManual .lists li .cont a {
  display: block;
  width: 1.8rem;
  height: 0.7rem;
  line-height: 0.7rem;
  border-radius: 0.04rem;
  font-size: 0.24rem;
  text-align: center;
  transition: all 0.6s ease;
}
.pageManual .lists li .cont a.a1 {
  background-color: #0E70B9;
  color: #fff;
  margin-right: 0.2rem;
}
.pageManual .lists li .cont a.a2 {
  color: #0E70B9;
  border: 1px solid #0E70B9;
}
.pageManual .lists li .cont a.a2:hover {
  background-color: #0E70B9;
  color: #fff;
}
/* pageAbout */
.pageAbout {
  width: 100%;
  overflow: hidden;
  padding: 0 0.3rem 0.5rem;
}
.pageAbout .h {
  font-size: 0.32rem;
  line-height: 0.48rem;
  color: #3D3D3D;
  margin-bottom: 0.3rem;
  text-align: center;
}
.pageAbout .cont {
  font-size: 0.28rem;
  line-height: 0.48rem;
  color: #3D3D3D;
  text-align: justify;
}
.pageAbout .cont1 {
  text-align: left;
}
.pageAbout .aboutItem {
  width: 100%;
  border-radius: 0.1rem;
  overflow: hidden;
  margin-top: 0.3rem;
  position: relative;
}
.pageAbout .aboutItem img {
  width: 100%;
  display: block;
}
.pageAbout .aboutItem .swiper-pagination {
  bottom: 0.2rem;
}
.pageAbout .aboutItem .swiper-pagination .swiper-pagination-bullet {
  width: 0.16rem;
  height: 0.16rem;
  background-color: #fff;
  margin: 0 0.1rem;
  opacity: 1;
}
.pageAbout .aboutItem .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: #0E70B9;
}
/* pageTopic */
.pageTopic {
  width: 100%;
  overflow: hidden;
}
.pageTopic .p {
  font-size: 0.32rem;
  line-height: 0.4rem;
  color: #3D3D3D;
  padding: 0.3rem;
}
.pageTopic ul {
  width: 100%;
  margin-top: 0.3rem;
  padding: 0 0.3rem;
}
.pageTopic ul li {
  width: calc(50% - 0.15rem);
  border-radius: 0.1rem;
  overflow: hidden;
  margin-right: 0.3rem;
  margin-bottom: 0.3rem;
}
.pageTopic ul li:nth-child(2n) {
  margin-right: 0;
}
.pageTopic ul li .img {
  width: 100%;
}
.pageTopic ul li .img img {
  width: 100%;
  display: block;
}
.pageTopic ul li .t {
  height: 1.2rem;
  color: #fff;
  font-size: 0.24rem;
  line-height: 0.36rem;
  color: #FFFFFF;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 0.16rem;
}
.pageTopic ul li .t.t1 {
  height: 1.8rem;
}
.pageTopic ul li:nth-child(1) .t {
  background-color: #48773E;
}
.pageTopic ul li:nth-child(2) .t {
  background-color: #C11728;
}
.pageTopic ul li:nth-child(3) .t {
  background-color: #FBB800;
}
.pageTopic ul li:nth-child(4) .t {
  background-color: #0E97D9;
}
.pageTopic ul.ul li:nth-child(1) .t {
  background-color: #48773E;
}
.pageTopic ul.ul li:nth-child(2) .t {
  background-color: #9F5DFF;
}
.pageTopic ul.ul li:nth-child(3) .t {
  background-color: #C11728;
}
.pageTopic ul.ul li:nth-child(4) .t {
  background-color: #FBB800;
}
.pageTopic ul.ul li:nth-child(5) .t {
  background-color: #0E97D9;
}
/* pageTopicD */
.pageTopicD {
  width: 100%;
}
.pageTopicD .box {
  width: 100%;
  padding: 0 0.3rem 0.3rem;
}
.pageTopicD .box .t1 {
  font-size: 0.28rem;
  line-height: 0.4rem;
  color: #333333;
}
.pageTopicD .box .t2 {
  font-size: 0.32rem;
  font-weight: bold;
  line-height: 0.4rem;
  color: #333;
  margin-top: 0.2rem;
}
.pageTopicD .box .sortList {
  width: 100%;
  margin-top: 0.3rem;
}
.pageTopicD .box .sortList li {
  width: 32%;
  margin: 0 2% 3% 0;
}
.pageTopicD .box .sortList li:nth-child(3n) {
  margin: 0 0 3% 0;
}
.pageTopicD .box .sortList li a {
  align-items: center;
}
.pageTopicD .box .sortList li a .icon {
  width: 0.7rem;
  height: 0.7rem;
  border-radius: 50%;
  background-position: 0 0;
  background-size: 0.7rem 1.4rem !important;
  margin-right: 0.1rem;
  background-color: rgba(63, 170, 141, 0.12);
}
.pageTopicD .box .sortList li a p {
  font-size: 0.28rem;
  line-height: 0.4rem;
  color: #333333;
}
.pageTopicD .box .sortList li:nth-child(1) a .icon {
  background-image: url(../images/icon1.png);
}
.pageTopicD .box .sortList li:nth-child(2) a .icon {
  background-image: url(../images/icon2.png);
}
.pageTopicD .box .sortList li:nth-child(3) a .icon {
  background-image: url(../images/icon3.png);
}
.pageTopicD .box .sortList li:nth-child(4) a .icon {
  background-image: url(../images/icon4.png);
}
.pageTopicD .box .sortList li:nth-child(5) a .icon {
  background-image: url(../images/icon5.png);
}
.pageTopicD .box .sortList li:nth-child(6) a .icon {
  background-image: url(../images/icon6.png);
}
.pageTopicD .box .sortList li:nth-child(7) a .icon {
  background-image: url(../images/icon7.png);
}
.pageTopicD .box .sortList li:nth-child(8) a .icon {
  background-image: url(../images/icon8.png);
}
.pageTopicD .box .sortList li.on a .icon {
  background-position: 0 0.7rem;
  background-color: #0E70B9;
}
.pageTopicD .box .sortList li.on a p {
  color: #0E70B9;
  font-weight: bold;
}
.pageTopicD .box .select {
  width: 100%;
  position: relative;
  margin-top: 0.3rem;
}
.pageTopicD .box .select .t {
  width: 100%;
  height: 0.8rem;
  border-radius: 0.1rem;
  border: 1px solid rgba(0, 0, 0, 0.12);
  position: relative;
  display: none;
}
.pageTopicD .box .select .t.sel {
  display: block;
}
.pageTopicD .box .select .t p {
  width: 100%;
  height: 0.76rem;
  font-size: 0.28rem;
  line-height: 0.38rem;
  color: #666666;
  padding: 0 0.5rem 0 0.3rem;
  cursor: pointer;
  display: flex;
  align-items: center;
}
.pageTopicD .box .select .t img {
  width: 0.4rem;
  display: block;
  position: absolute;
  top: 50%;
  right: 0.1rem;
  transform: translateY(-50%);
  transition: all 0.6s ease;
}
.pageTopicD .box .select .t.on img {
  transform: translateY(-50%) rotate(-180deg);
}
.pageTopicD .box .select ul {
  width: 100%;
  position: absolute;
  top: 0.8rem;
  left: 0;
  z-index: 3;
  border-radius: 0.1rem;
  border: 1px solid rgba(0, 0, 0, 0.12);
  padding: 0.2rem 0;
  background-color: #fff;
  display: none;
}
.pageTopicD .box .select ul li {
  width: 100%;
}
.pageTopicD .box .select ul li a {
  display: block;
  width: 100%;
  font-size: 0.28rem;
  line-height: 0.4rem;
  color: #666666;
  padding: 0.1rem 0.3rem;
}
.pageTopicD .box .select ul li.on a {
  color: #0E70B9;
}
.pageTopicD .lists {
  width: 100%;
  margin-bottom: 0.3rem;
  padding: 0 0.3rem;
}
.pageTopicD .lists li {
  width: 100%;
  border-radius: 0.1rem;
  background-color: #F7F8F9;
  border: 1px solid rgba(0, 0, 0, 0.12);
  margin-top: 0.3rem;
}
.pageTopicD .lists li a {
  display: block;
  padding: 0.3rem 0.3rem 0.9rem;
  position: relative;
}
.pageTopicD .lists li .time {
  width: 100%;
  font-size: 0.28rem;
  line-height: 0.4rem;
  color: #3D3D3D;
}
.pageTopicD .lists li .cont {
  width: 100%;
}
.pageTopicD .lists li .cont .p1 {
  font-size: 0.28rem;
  line-height: 0.44rem;
  color: #3D3D3D;
  margin-top: 0.2rem;
}
.pageTopicD .lists li .cont .p2 {
  display: inline-block;
  line-height: 0.4rem;
  border-radius: 0.04rem;
  font-size: 0.24rem;
  color: #FFFFFF;
  padding: 0.05rem 0.2rem;
  margin-top: 0.2rem;
}
.pageTopicD .lists li .cont .p2.green {
  background-color: #48773E;
}
.pageTopicD .lists li .cont .p2.red {
  background-color: #C11728;
}
.pageTopicD .lists li .cont .p2.yellow {
  background-color: #FBB800;
}
.pageTopicD .lists li .cont .p2.blue {
  background-color: #0E97D9;
}
.pageTopicD .lists li .cont .p3 {
  display: inline-block;
  font-size: 0.24rem;
  line-height: 0.44rem;
  color: #fff;
  background-color: #0E70B9;
  margin-top: 0.2rem;
  padding: 0 0.16rem;
  border-radius: 0.04rem;
}
.pageTopicD .lists li .arrow {
  width: 0.5rem;
  height: 0.5rem;
  border-radius: 50%;
  background-color: #999;
  overflow: hidden;
  position: absolute;
  bottom: 0.3rem;
  right: 0.3rem;
}
.pageTopicD .lists li .arrow img {
  display: block;
  width: 100%;
}
/* popupScheduleD */
.popupScheduleD {
  width: 100%;
  height: 100vh;
  position: fixed;
  top: 0;
  right: -100%;
  z-index: 10001;
  background-color: #fff;
  transition: all 0.6s ease;
}
.popupScheduleD.on {
  right: 0;
}
.popupScheduleD .close {
  width: 0.4rem;
  background-color: #fff;
  cursor: pointer;
  position: absolute;
  top: 0.3rem;
  right: 0.3rem;
}
.popupScheduleD .close img {
  width: 0.4rem;
  display: block;
  margin: 0 auto;
  opacity: 0.6;
}
.popupScheduleD .box {
  width: 100%;
  height: calc(100% - 0.67rem);
  overflow-y: auto;
  padding: 0 0.3rem 0.3rem;
  margin-top: 1rem;
  overflow-x: hidden;
}
.popupScheduleD .label {
  display: inline-block;
  font-size: 0.24rem;
  line-height: 0.36rem;
  color: #FFFFFF;
  border-radius: 0.04rem;
  padding: 0.1rem 0.16rem;
}
.popupScheduleD .label.green {
  background-color: #48773E;
}
.popupScheduleD .label.red {
  background-color: #C11728;
}
.popupScheduleD .label.yellow {
  background-color: #FBB800;
}
.popupScheduleD .label.blue {
  background-color: #0E97D9;
}
.popupScheduleD .title {
  width: 100%;
  font-size: 0.32rem;
  line-height: 0.48rem;
  text-align: center;
  color: #333333;
  margin: 0.5rem auto 0;
  font-weight: bold;
}
.popupScheduleD .room {
  font-size: 0.24rem;
  line-height: 0.28rem;
  text-align: center;
  color: #333333;
  margin-top: 0.2rem;
}
.popupScheduleD .room span {
  margin: 0 0.15rem;
}
.popupScheduleD .text {
  font-size: 0.28rem;
  line-height: 0.48rem;
  color: #333333;
  margin-top: 0.3rem;
  text-align: justify;
}
.popupScheduleD .tit {
  font-size: 0.32rem;
  line-height: 0.36rem;
  text-align: center;
  color: #333333;
  margin-top: 0.5rem;
}
.popupScheduleD ul {
  width: 100%;
  margin-top: 0.2rem;
}
.popupScheduleD ul li {
  width: 100%;
  border-radius: 0.1rem;
  margin-top: 0.2rem;
}
.popupScheduleD ul li a {
  display: block;
  padding: 0.3rem 0.3rem 0.1rem;
}
.popupScheduleD ul li a .between {
  align-items: center;
  margin-bottom: 0.2rem;
}
.popupScheduleD ul li a .img {
  width: 1.2rem;
  height: 1.2rem;
  border-radius: 50%;
  overflow: hidden;
  background-color: #fff;
}
.popupScheduleD ul li a .img img {
  width: 100%;
  height: 100%;
  display: block;
}
.popupScheduleD ul li a .txt {
  width: calc(100% - 1.4rem);
  margin-left: 0.2rem;
}
.popupScheduleD ul li a .txt .name {
  font-size: 0.28rem;
  font-weight: bold;
  line-height: 0.36rem;
  color: #FFFFFF;
}
.popupScheduleD ul li a .txt .position {
  font-size: 0.24rem;
  line-height: 0.28rem;
  color: #FFFFFF;
  margin-right: 0.1rem;
  margin-top: 0.08rem;
}
.popupScheduleD ul li a .txt .t {
  font-size: 0.24rem;
  line-height: 0.36rem;
  color: #FFFFFF;
  margin-top: 0.1rem;
}
.popupScheduleD ul li a .p {
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  padding: 0.16rem 0;
  align-items: center;
}
.popupScheduleD ul li a .p:last-child {
  border-bottom: none;
}
.popupScheduleD ul li a .p p {
  font-size: 0.24rem;
  line-height: 0.32rem;
  color: #FFFFFF;
}
.popupScheduleD ul li a .p p:nth-child(1) {
  max-width: 1.5rem;
  margin-right: 0.2rem;
}
.popupScheduleD ul li a .p p:nth-child(2) {
  max-width: calc(100% - 1.7rem);
}
.popupScheduleD ul.ul1 li {
  background-color: #0E70B9;
}
.popupScheduleD ul.ul2 {
  margin: 0.2rem 0 0.3rem;
}
.popupScheduleD ul.ul2 li {
  background-color: #63c7c7;
}
.popupScheduleD .cont {
  width: 100%;
  background-color: #63c7c7;
  padding: 0.3rem;
  border-radius: 0.1rem;
  margin: 0.2rem 0 0.3rem;
}
.popupScheduleD .cont .t1 {
  font-size: 0.32rem;
  color: #fff;
  line-height: 0.36rem;
}
.popupScheduleD .cont .t2 {
  font-size: 0.24rem;
  color: #fff;
  line-height: 0.28rem;
  margin-top: 0.2rem;
}
.popupScheduleD .cont .t3 {
  font-size: 0.28rem;
  color: #fff;
  line-height: 0.32rem;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  padding-top: 0.2rem;
  margin-top: 0.2rem;
}
.popupScheduleD .cont .dd {
  width: 100%;
  margin-top: 0.2rem;
}
.popupScheduleD .cont .dd .img {
  width: 1.2rem;
  height: 1.2rem;
  border-radius: 50%;
  overflow: hidden;
  background-color: #fff;
}
.popupScheduleD .cont .dd .img img {
  width: 100%;
  height: 100%;
  display: block;
}
.popupScheduleD .cont .dd .txt {
  width: calc(100% - 1.4rem);
  margin-left: 0.2rem;
}
.popupScheduleD .cont .dd .txt .name {
  font-size: 0.28rem;
  font-weight: bold;
  line-height: 0.36rem;
  color: #FFFFFF;
}
.popupScheduleD .cont .dd .txt .position {
  font-size: 0.24rem;
  line-height: 0.28rem;
  color: #FFFFFF;
  margin-right: 0.1rem;
  margin-top: 0.08rem;
}
.popupScheduleD .cont .dd .txt .t {
  font-size: 0.24rem;
  line-height: 0.36rem;
  color: #FFFFFF;
  margin-top: 0.1rem;
}
/* pageNotice */
.pageNotice {
  width: 100%;
  overflow: hidden;
  background-color: #f7f8f9;
}
.pageNotice .lists {
  width: 100%;
  padding: 0 0.3rem;
}
.pageNotice .lists li {
  border-radius: 0.1rem;
  background-color: #FFFFFF;
  padding: 0.3rem;
  align-items: center;
  margin-bottom: 0.3rem;
}
.pageNotice .lists li .cont {
  align-items: center;
  margin-bottom: 0.3rem;
}
.pageNotice .lists li .icon {
  width: 1rem;
  margin-right: 0.2rem;
}
.pageNotice .lists li .icon img {
  width: 100%;
  display: block;
}
.pageNotice .lists li .t {
  font-size: 0.32rem;
  line-height: 0.36rem;
  color: #333333;
}
.pageNotice .lists li a {
  display: block;
  width: 2.4rem;
  height: 0.7rem;
  line-height: 0.7rem;
  border-radius: 0.08rem;
  font-size: 0.28rem;
  text-align: center;
}
.pageNotice .lists li a.a1 {
  background-color: #0E70B9;
  color: #fff;
  margin-right: 0.3rem;
}
.pageNotice .lists li a.a2 {
  color: #0E70B9;
  border: 1px solid #0E70B9;
}
.pageNotice .lists li a.a2:hover {
  background-color: #0E70B9;
  color: #fff;
}
/* pageContBox */
.pageContBox {
  width: 100%;
  overflow: hidden;
  padding: 0 0.3rem 0.3rem;
}
.pageContBox .text {
  font-size: 0.28rem;
  line-height: 0.48rem;
  color: #333333;
  text-align: justify;
  margin-bottom: 0.3rem;
}
.pageContBox .text.leftTxt {
  text-align: left;
}
.pageContBox .text img {
  max-width: 100%;
  height: auto;
}
.pageContBox .text a {
  color: #0E70B9;
}
.pageContBox .text.text_img img {
  margin-bottom: 0.3rem;
}
.pageContBox .button {
  display: block;
  width: 100%;
  height: 0.8rem;
  line-height: 0.8rem;
  border-radius: 0.04rem;
  background: #0E70B9;
  font-size: 0.28rem;
  font-weight: bold;
  color: #FFFFFF;
  text-align: center;
  margin-top: 0.3rem;
}
.pageContBox .text1 {
  width: 100%;
  border-top: 1px solid rgba(0, 0, 0, 0.12);
  font-size: 0.28rem;
  line-height: 0.48rem;
  color: #333333;
  text-align: justify;
  margin: 0.4rem auto 0;
  padding: 0.3rem 0 0;
}
.pageContBox .text1.leftTxt {
  text-align: left;
}
.pageContBox .text3 {
  font-size: 0.28rem;
  font-weight: bold;
  line-height: 0.48rem;
  color: #0E70B9;
}
.pageContBox .solid {
  width: 100%;
  height: 1px;
  background-color: rgba(0, 0, 0, 0.12);
  margin: 0.5rem auto;
}
.pageContBox table {
  border: 1px solid #eee;
  text-align: center;
  margin-bottom: 30px;
}
.pageContBox table tr {
  border: 1px solid #eee;
}
.pageContBox table tr:nth-child(3) td:nth-child(1) {
  background-color: rgba(63, 170, 141, 0.2);
}
.pageContBox table td {
  border: 1px solid #eee;
  line-height: 52px;
  font-size: 16px;
  color: #3D3D3D;
}
.pageContBox .remarks {
  font-size: 16px;
  font-weight: bold;
  line-height: 34px;
  color: #3D3D3D;
}
.pageContBox .text2 {
  font-size: 16px;
  line-height: 34px;
  color: #333333;
}
.pageContBox .ul {
  width: 100%;
  margin-top: 30px;
}
.pageContBox .ul .item {
  width: 48.5%;
  border-radius: 12px;
  border: 1px solid rgba(0, 0, 0, 0.12);
  padding: 2%;
  position: relative;
}
.pageContBox .ul .item .label {
  width: 160px;
  height: 50px;
  border-radius: 4px;
  background: #0E70B9;
}
.pageContBox .ul .item .label img {
  display: block;
  width: 26px;
  margin-right: 8px;
}
.pageContBox .ul .item .label p {
  font-size: 18px;
  line-height: 50px;
  color: #FFFFFF;
}
.pageContBox .ul .item:nth-child(2) {
  padding: 2% 15% 1% 2%;
}
.pageContBox .ul .item:nth-child(2) .label {
  background-color: #63C7C7;
}
.pageContBox .ul .item .txt {
  line-height: 34px;
  font-size: 16px;
  color: #333333;
  margin-top: 18px;
}
.pageContBox .ul .item .txt span {
  color: #0E70B9;
}
.pageContBox .ul .item .rwm {
  width: 25%;
  border-radius: 4px;
  overflow: hidden;
  border: 1px solid rgba(0, 0, 0, 0.12);
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 4%;
}
.pageContBox .ul .item .rwm img {
  width: 100%;
  display: block;
}
.pageContBox .img {
  width: 100%;
  border-radius: 8px;
  overflow: hidden;
  margin-bottom: 50px;
}
.pageContBox .img img {
  width: 100%;
  display: block;
}
.pageContBox .ulBox {
  width: 100%;
}
.pageContBox .ulBox li {
  width: 48.5%;
  border-radius: 12px;
  border: 1px solid rgba(0, 0, 0, 0.12);
  padding: 2% 2% 4%;
  margin: 0 3% 3% 0;
}
.pageContBox .ulBox li .hotel {
  display: inline-block;
  font-size: 20px;
  line-height: 50px;
  color: #FFFFFF;
  border-radius: 4px;
  padding: 0 24px 0 60px;
  background: #0E70B9 url(../images/icon_hotel.png) left 24px center no-repeat;
  background-size: 28px 28px;
}
.pageContBox .ulBox li .txt {
  font-size: 16px;
  line-height: 30px;
  color: #333333;
  margin: 18px 0 22px;
}
.pageContBox .ulBox li .p {
  display: inline-block;
  height: 48px;
  border-radius: 24px;
  font-size: 16px;
  line-height: 48px;
  color: #0E70B9;
  padding: 0 20px 0 48px;
  margin-right: 24px;
}
.pageContBox .ulBox li .p.p1 {
  background: rgba(63, 170, 141, 0.1) url(../images/icon_time1.png) left 20px center no-repeat;
  background-size: 24px 24px;
}
.pageContBox .ulBox li .p.p2 {
  background: rgba(63, 170, 141, 0.1) url(../images/icon_wifi1.png) left 20px center no-repeat;
  background-size: 24px 24px;
}
.pageContBox .ulBox li:nth-child(2n) {
  margin: 0 0 3% 0;
}
.pageContBox .ulBox li:nth-child(2n) .hotel {
  background: #63C7C7 url(../images/icon_hotel.png) left 24px center no-repeat;
  background-size: 28px 28px;
}
.pageContBox .ulBox li:nth-child(2n) .p {
  color: #63C7C7;
}
.pageContBox .ulBox li:nth-child(2n) .p.p1 {
  background: rgba(99, 199, 199, 0.1) url(../images/icon_time2.png) left 20px center no-repeat;
  background-size: 24px 24px;
}
.pageContBox .ulBox li:nth-child(2n) .p.p2 {
  background: rgba(99, 199, 199, 0.1) url(../images/icon_wifi2.png) left 20px center no-repeat;
  background-size: 24px 24px;
}
.pageContBox .box {
  width: 100%;
  border-radius: 12px;
  border: 1px solid rgba(0, 0, 0, 0.12);
  padding: 24px 30px 30px;
  margin: 30px 0 40px;
}
.pageContBox .box .label {
  align-items: center;
  justify-content: center;
  width: 240px;
  height: 50px;
  border-radius: 4px;
  background-color: #0E70B9;
}
.pageContBox .box .label img {
  width: 32px;
  display: block;
  margin-right: 8px;
}
.pageContBox .box .label p {
  font-size: 22px;
  line-height: 32px;
  color: #FFFFFF;
}
.pageContBox .box .tit {
  font-size: 20px;
  line-height: 24px;
  font-weight: bold;
  color: #333333;
  padding-left: 30px;
  position: relative;
  margin-top: 40px;
}
.pageContBox .box .tit span {
  display: block;
  width: 20px;
  height: 20px;
  line-height: 20px;
  border-radius: 50%;
  background-color: #0E70B9;
  color: #fff;
  font-size: 14px;
  text-align: center;
  position: absolute;
  top: 50%;
  left: 0;
  font-weight: normal;
  transform: translateY(-50%);
}
.pageContBox .box .txt {
  margin-top: 40px;
}
.pageContBox .box .txt .p1 {
  font-size: 18px;
  line-height: 22px;
  color: #333333;
  position: relative;
  padding-left: 44px;
  margin-bottom: 10px;
}
.pageContBox .box .txt .p1::after {
  content: '';
  width: 23px;
  height: 23px;
  border-radius: 50%;
  background: rgba(63, 170, 141, 0.1);
  position: absolute;
  top: 0;
  left: 0;
}
.pageContBox .box .txt .p1::before {
  content: '';
  width: 11px;
  height: 11px;
  border-radius: 50%;
  background: #0E70B9;
  position: absolute;
  top: 6px;
  left: 6px;
}
.pageContBox .box .txt .p2 {
  font-size: 16px;
  line-height: 28px;
  color: #999999;
  padding-left: 44px;
}
.pageContBox .cont .t1 {
  font-size: 20px;
  font-weight: bold;
  line-height: 24px;
  color: #333333;
  margin-top: 30px;
}
.pageContBox .cont .t2 {
  font-size: 18px;
  line-height: 22px;
  color: #333333;
  margin-top: 20px;
}
/* pageContact */
.pageContact {
  width: 100%;
  overflow: hidden;
  background-color: #f7f8f9;
  padding: 0 0.3rem;
}
.pageContact .pageLocation {
  padding: 0;
}
.pageContact .item {
  width: 100%;
  background-color: #fff;
  position: relative;
  border-radius: 0.1rem;
  overflow: hidden;
  padding: 0.5rem 0.3rem 0.3rem;
  margin-bottom: 0.3rem;
}
.pageContact .item .icon {
  width: 44%;
  position: absolute;
  top: 0;
  right: -0.4rem;
}
.pageContact .item .tit {
  display: block;
  font-size: 0.32rem;
  font-weight: bold;
  line-height: 0.4rem;
  color: #333333;
  margin-bottom: 0.5rem;
}
.pageContact .item .tit a {
  color: #333333;
}
.pageContact .item .t {
  align-items: center;
  margin-bottom: 0.3rem;
}
.pageContact .item .t img {
  display: block;
  width: 0.6rem;
  margin-right: 0.2rem;
}
.pageContact .item .t p {
  width: calc(100% - 0.8rem);
  font-size: 0.28rem;
  line-height: 0.4rem;
  color: #333333;
}
.pageContact .map {
  margin: 0.3rem auto 0.5rem;
}
.pageContact .map #map {
  width: 100%;
  height: 6rem;
}
/* nopage */
.nopage {
  width: 100%;
  text-align: center;
  color: #0E70B9;
  font-size: 0.4rem;
  line-height: 0.48rem;
  font-weight: bold;
  padding: 1rem 0;
}
/* goTop */
.goTop {
  width: 0.76rem;
  height: 0.76rem;
  line-height: 0.76rem;
  border-radius: 50%;
  background-color: #fff;
  box-shadow: 0 0 0.36rem rgba(0, 0, 0, 0.15);
  color: var(--color);
  font-size: 0.4rem;
  font-weight: bold;
  text-align: center;
  transform: rotate(-180deg);
  position: fixed;
  bottom: 10%;
  right: 0.2rem;
  z-index: 100;
  display: none;
}
.popup {
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.6);
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 10000;
}
.popupNotice {
  width: 94%;
  max-height: 90vh;
  background-color: #fff;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 10001;
  padding: 0.8rem 0 0;
}
.popupNotice .close {
  position: absolute;
  top: 0.2rem;
  right: 0.2rem;
  width: 0.4rem;
  cursor: pointer;
}
.popupNotice .close img {
  width: 100%;
  display: block;
}
.popupNotice .noticeBox {
  width: 100%;
  max-height: calc(90vh - 0.8rem);
  font-size: 0.28rem;
  line-height: 0.44rem;
  color: #333;
  word-wrap: break-word;
  overflow: auto;
  padding: 0 0.3rem 0.4rem;
}
.popupNotice .noticeBox .tit {
  font-size: 0.32rem;
  font-weight: bold;
  text-align: center;
  margin-bottom: 0.3rem;
}
.popupNotice .noticeBox .t2 {
  text-indent: 2em;
}
.popupNotice .noticeBox .t3 {
  text-align: right;
}
.popupNotice .noticeBox a {
  color: #0E70B9;
}
/* pageBranch */
.pageBranch {
  width: 100%;
  margin-top: 0.5rem;
}
.pageBranch .title {
  font-size: 0.36rem;
  font-weight: bold;
  line-height: 0.4rem;
  color: #3D3D3D;
  text-align: center;
  margin-bottom: 0.3rem;
}
.pageBranch .pageTitle1 {
  background: linear-gradient(270deg, rgba(255, 255, 255, 0.1) 0%, rgba(63, 170, 141, 0.1) 100%);
}
.pageBranch .pageTitle1 p {
  border-left: 0.06rem solid #3FAA8D;
}
.pageBranch .more {
  width: 2.6rem;
  height: 0.72rem;
  border-radius: 0.36rem;
  background-color: #FFFFFF;
  border: 1px solid rgba(0, 0, 0, 0.2);
  font-size: 0.28rem;
  line-height: 0.68rem;
  color: #3D3D3D;
  text-align: center;
  margin: 0 auto 0.5rem;
  cursor: pointer;
}
.pageBranch .lists {
  width: 100%;
  margin-bottom: 0.4rem;
}
.pageBranch .lists li {
  width: 100%;
  margin-top: 0.2rem;
}
.pageBranch .lists li .th {
  width: 100%;
  border-radius: 0.2rem 0.2rem 0 0;
  padding: 0.3rem;
}
.pageBranch .lists li .th .tit {
  width: 100%;
  align-items: center;
}
.pageBranch .lists li .th .tit .p {
  width: calc(100% - 0.8rem);
  font-size: 0.32rem;
  line-height: 0.4rem;
  color: #fff;
}
.pageBranch .lists li .th .tit .file {
  display: block;
  width: 0.6rem;
  height: 0.6rem;
  background-color: #ccc;
  border-radius: 50%;
  overflow: hidden;
  transition: all 0.6s ease;
}
.pageBranch .lists li .th .tit .file img {
  width: 100%;
  display: block;
}
.pageBranch .lists li .th .t {
  font-size: 0.28rem;
  line-height: 0.4rem;
  color: #fff;
  margin-top: 0.1rem;
}
.pageBranch .lists li .td {
  border-radius: 0 0 0.2rem 0.2rem;
  background-color: #F7F8F9;
  border: 1px solid rgba(0, 0, 0, 0.12);
  padding: 0.3rem;
}
.pageBranch .lists li .td .t {
  font-size: 0.28rem;
  line-height: 0.4rem;
  color: #3D3D3D;
  margin: 0.1rem 0;
}
.pageBranch .lists li .td .t .p1 {
  width: 1rem;
}
.pageBranch .lists li .td .t .p3 {
  width: calc(100% - 1rem);
}
.pageBranch .lists li .td .t .p2 {
  width: 0.72rem;
}
.pageBranch .lists li .td .t .p4 {
  width: calc(100% - 0.72rem);
}
.pageBranch .lists li .td .t .p5 {
  width: 1.4rem;
}
.pageBranch .lists li .td .t .p7 {
  width: calc(100% - 1.4rem);
}
.pageBranch .lists li .td .t .p6 {
  width: 1.4rem;
}
.pageBranch .lists li .td .t .p8 {
  width: calc(100% - 1.4rem);
}
.pageBranch .lists li .td span {
  display: block;
  color: #3D3D3D;
  font-size: 0.28rem;
  line-height: 0.36rem;
  margin: 0 2%;
  opacity: 0.4;
}
.pageBranch .lists.lists1 li .th {
  background-color: #0E70B9;
}
.pageBranch .lists.lists2 li .th {
  background-color: #3FAA8D;
}
