/* navBox */
.navBox {
  width: 100%;
  height: 100%;
  padding-top: 1rem;
  box-sizing: content-box;
  background-color: var(--color);
  position: fixed;
  top: 0;
  left: 0;
  z-index: 90;
  overflow-y: auto;
  display: none;
}
.navBox .nav {
  width: 100%;
}
.navBox h3 {
  width: 100%;
  position: relative;
  padding: 0 0.3rem;
  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 .iconfont {
  font-size: 0.36rem;
  line-height: 0.36rem;
  color: #fff;
  position: absolute;
  top: 50%;
  right: 0.3rem;
  transform: translateY(-50%) rotate(-180deg);
  transition: all 0.6s ease;
}
.navBox h3.on .iconfont {
  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;
}
/* searchBox */
.searchBox {
  width: calc(100% - 0.6rem);
  background-color: var(--color);
  padding: 1.3rem 0.3rem 0.5rem;
  box-sizing: content-box;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 2;
  display: none;
}
.searchBox .icon-guanbi {
  width: 100%;
  color: #fff;
  font-size: 0.48rem;
  line-height: 0.52rem;
  text-align: right;
  margin-bottom: 0.3rem;
}
.searchBox form {
  width: 100%;
  background-color: #fff;
}
.searchBox form input {
  width: calc(100% - 1.2rem);
  height: 0.8rem;
  line-height: 0.6rem;
  font-size: 0.28rem;
  color: #333;
  padding: 0.1rem 0.2rem;
}
.searchBox form button {
  width: 1.2rem;
  line-height: 0.8rem;
  background-color: #00B7C3;
  color: #fff;
  font-size: 0.28rem;
}
/* headerBox */
.headerBox {
  width: 100%;
  height: 1rem;
  align-items: center;
  padding: 0 0.3rem;
  background: url(../images/headBg.jpg) center center no-repeat;
  background-size: cover;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 99;
  transition: all 0.6s ease;
}
.headerBox .logo {
  display: block;
  height: 0.6rem;
}
.headerBox .logo img {
  display: block;
  height: 100%;
}
.headerBox .box {
  align-items: center;
}
.headerBox .icon-sousuo {
  color: var(--color);
  font-size: 0.44rem;
  line-height: 0.52rem;
  margin-right: 0.3rem;
}
.headerBox .menu {
  width: 0.48rem;
  height: 0.36rem;
  position: relative;
}
.headerBox .menu .solid {
  width: 0.48rem;
  height: 0.04rem;
  background-color: var(--color);
  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;
}
.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%;
  margin-top: 1rem;
  position: relative;
  overflow: hidden;
}
.indexBanner a {
  width: 100%;
  height: 3.6rem;
  display: block;
  background-size: cover !important;
}
.indexBanner .swiper-pagination {
  bottom: 0.3rem !important;
  height: 0.14rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
.indexBanner .swiper-pagination .swiper-pagination-bullet {
  width: 0.14rem;
  height: 0.14rem;
  border-radius: 50%;
  background-color: #fff;
  opacity: 0.5;
  margin: 0 0.1rem !important;
}
.indexBanner .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  opacity: 1;
}
/* indexNotice */
.indexNotice {
  width: 100%;
  background: url(../images/bg1.jpg) center center no-repeat;
  background-size: cover;
  padding: 0.3rem 0;
  overflow: hidden;
}
.indexNotice .box {
  width: 100%;
  padding: 0 0.3rem;
}
.indexNotice .box .icon-tongzhi {
  width: 0.8rem;
  height: 0.88rem;
  line-height: 0.88rem;
  font-size: 0.4rem;
  color: #fff;
  text-align: center;
  background-color: #00B7C3;
}
.indexNotice .box .txtScroll {
  width: calc(100% - 0.8rem);
  border: 0.02rem solid rgba(0, 183, 195, 0.1);
  background-color: #FFFFFF;
  align-items: center;
  padding-right: 0.1rem;
}
.indexNotice .box .txtScroll .bd {
  width: calc(100% - 0.6rem);
}
.indexNotice .box .txtScroll .bd ul li {
  font-size: 0.28rem;
  height: 30px;
  line-height: 30px;
  color: #333;
  padding: 0 0.2rem;
}
.indexNotice .box .txtScroll .bd ul li a {
  color: #333;
}
.indexNotice .box .txtScroll .hd ul {
  display: flex;
}
.indexNotice .box .txtScroll .hd ul li {
  width: 0.1rem;
  height: 0.1rem;
  background-color: rgba(0, 183, 195, 0.5);
  font-size: 0;
  border-radius: 50%;
  cursor: pointer;
  margin-right: 0.1rem;
}
.indexNotice .box .txtScroll .hd ul li.on {
  background-color: #00b7c3;
}
.indexNotice .newsBox {
  margin: 0.3rem 0 0;
}
.indexNotice .newsBox a {
  display: block;
  position: relative;
}
.indexNotice .newsBox a .img {
  width: 100%;
  height: 5.125rem;
  display: block;
}
.indexNotice .newsBox a .cont {
  width: 100%;
  height: 1.4rem;
  background: linear-gradient(270deg, rgba(0, 133, 196, 0.9) 0%, rgba(0, 159, 196, 0.9) 52%, rgba(0, 201, 195, 0.9) 100%);
  position: absolute;
  bottom: 0;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  padding-left: 0.2rem;
}
.indexNotice .newsBox a .cont .timeBox {
  width: 1rem;
  position: relative;
  margin-right: 0.2rem;
}
.indexNotice .newsBox a .cont .timeBox img {
  width: 0.8rem;
  margin: 0 auto;
  display: block;
}
.indexNotice .newsBox a .cont .timeBox .time {
  width: 100%;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  font-size: 0.24rem;
  color: rgba(255, 255, 255, 0.8);
  line-height: 0.28px;
  text-align: center;
}
.indexNotice .newsBox a .cont .timeBox .time p {
  color: #fff;
  font-size: 0.4rem;
  font-weight: bold;
  line-height: 0.48rem;
  margin-bottom: 0.2rem;
}
.indexNotice .newsBox a .cont .tit {
  width: calc(100% - 2.4rem);
  font-size: 0.28rem;
  color: #FFFFFF;
  line-height: 0.48rem;
}
.indexNotice .newsBox .arrow {
  width: 0.7rem;
  height: 1.4rem;
  position: absolute;
  bottom: 0;
  right: 0;
}
.indexNotice .newsBox .arrow div {
  width: 0.7rem;
  height: 0.7rem;
  margin: 0;
  right: 0;
  left: auto;
}
.indexNotice .newsBox .arrow div::after {
  color: #fff;
  font-size: 0.28rem;
}
.indexNotice .newsBox .arrow .swiper-button-prev {
  background-color: #0086C4;
  top: 0;
}
.indexNotice .newsBox .arrow .swiper-button-next {
  background-color: #0198A4;
  top: 0.7rem;
}
.indexNotice .slideTxtBox {
  width: 100%;
  margin-top: 0.5rem;
}
.indexNotice .slideTxtBox .bd {
  display: flex;
}
.indexNotice .slideTxtBox .bd .con {
  display: block !important;
}
.indexNotice .slideTxtBox .bd ul li {
  width: calc(100% - 0.6rem);
  margin: 0 auto;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.indexNotice .slideTxtBox .bd ul li a {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0.3rem 0;
}
.indexNotice .slideTxtBox .bd ul li a .t {
  width: calc(100% - 1.3rem);
  font-size: 0.28rem;
  color: #333;
  line-height: 0.4rem;
  position: relative;
  padding-left: 0.2rem;
}
.indexNotice .slideTxtBox .bd ul li a .t::after {
  content: '';
  width: 0.08rem;
  height: 0.08rem;
  border-radius: 50%;
  background-color: #00B7C3;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}
.indexNotice .slideTxtBox .bd ul li a p {
  font-size: 0.24rem;
  color: #999999;
  line-height: 0.4rem;
}
.indexNotice .slideTxtBox .hd {
  margin-bottom: 0.1rem;
}
.indexNotice .slideTxtBox .hd ul {
  width: 100%;
  display: flex;
  padding: 0 0.3rem;
}
.indexNotice .slideTxtBox .hd ul li {
  font-size: 0.32rem;
  color: #333333;
  line-height: 0.4rem;
  margin-right: 0.8rem;
  cursor: pointer;
  transition: all 0.6s ease;
}
.indexNotice .slideTxtBox .hd ul li.on {
  background: url(../images/newsIcon.png) center left no-repeat;
  background-size: 0.4rem 0.4rem;
  padding-left: 0.5rem;
  font-weight: bold;
}
/* indexAbout */
.indexAbout {
  width: 100%;
  background: url(../images/bg2.jpg) center center no-repeat;
  background-size: cover;
  overflow: hidden;
  padding: 0.3rem;
}
.indexAbout .aboutBox {
  display: block;
  width: 100%;
  overflow: hidden;
  position: relative;
}
.indexAbout .aboutBox::after {
  content: '';
  width: 100%;
  height: 2.4rem;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.6) 100%);
  position: absolute;
  bottom: 0;
  left: 0;
}
.indexAbout .aboutBox img {
  width: 100%;
  display: block;
}
.indexAbout .aboutBox .cont {
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 2;
  padding: 0.3rem;
}
.indexAbout .aboutBox .cont .tit {
  font-weight: bold;
  font-size: 0.28rem;
  color: #FFFFFF;
  line-height: 0.32rem;
}
.indexAbout .aboutBox .cont .txt {
  font-size: 0.28rem;
  color: #FFFFFF;
  line-height: 0.32rem;
  margin-top: 0.2rem;
}
.indexAbout .ul {
  width: 100%;
  margin: 0.3rem 0 0;
  background-color: #fff;
  border: 1px solid rgba(0, 120, 196, 0.1);
  padding: 0.3rem 0;
}
.indexAbout .ul li {
  width: 33.3333%;
  margin: 0.2rem 0;
}
.indexAbout .ul li a {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.indexAbout .ul li .iconfont {
  width: 1.2rem;
  height: 1.2rem;
  line-height: 1.2rem;
  border-radius: 50%;
  font-size: 0.56rem;
  text-align: center;
  margin: 0 auto;
}
.indexAbout .ul li p {
  color: #333;
  font-size: 0.28rem;
  line-height: 0.32rem;
  text-align: center;
  margin-top: 0.2rem;
}
.indexAbout .ul li:nth-child(1) .iconfont {
  background-color: rgba(0, 134, 196, 0.2);
  color: #0086C4;
}
.indexAbout .ul li:nth-child(2) .iconfont {
  background-color: rgba(45, 172, 202, 0.2);
  color: #2DACCA;
}
.indexAbout .ul li:nth-child(3) .iconfont {
  background-color: rgba(0, 106, 188, 0.2);
  color: #006ABC;
}
.indexAbout .ul li:nth-child(4) .iconfont {
  background-color: rgba(0, 196, 121, 0.2);
  color: #00C479;
}
.indexAbout .ul li:nth-child(5) .iconfont {
  background-color: rgba(231, 137, 74, 0.2);
  color: #E7894A;
}
.indexAbout .ul li:nth-child(6) .iconfont {
  background-color: #CCE7F3;
  color: #0086C4;
}
.indexAbout .ul li:nth-child(7) .iconfont {
  background-color: #CCE1F2;
  color: #006ABC;
}
.indexAbout .ul li:nth-child(8) .iconfont {
  background-color: #D5EEF4;
  color: #2DACCA;
}
.indexAbout .ul li:nth-child(9) .iconfont {
  background-color: #CCF3E4;
  color: #00C479;
}
.indexAbout .box {
  width: 100%;
}
.indexAbout .box li {
  width: 100%;
  position: relative;
  margin-top: 0.3rem;
}
.indexAbout .box li img {
  width: 100%;
  display: block;
}
.indexAbout .box li .cont {
  width: 100%;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  align-items: center;
  padding: 0 0.3rem;
}
.indexAbout .box li .cont .iconfont {
  width: 1.1rem;
  height: 1.1rem;
  line-height: 1.1rem;
  background: rgba(255, 255, 255, 0.4);
  border-radius: 0.12rem;
  color: #fff;
  font-size: 0.56rem;
  text-align: center;
}
.indexAbout .box li .cont .txt {
  margin-left: 0.3rem;
}
.indexAbout .box li .cont .txt .p1 {
  font-size: 0.32rem;
  color: #FFFFFF;
  line-height: 0.36rem;
}
.indexAbout .box li .cont .txt .p2 {
  font-size: 0.24rem;
  color: rgba(255, 255, 255, 0.8);
  line-height: 0.28rem;
  text-transform: uppercase;
  margin-top: 0.16rem;
}
/* indexTitle */
.indexTitle {
  font-size: 0.36rem;
  color: #333;
  line-height: 0.4rem;
  background: url(../images/newsIcon.png) center left no-repeat;
  background-size: 0.4rem 0.4rem;
  padding-left: 0.5rem;
  font-weight: bold;
}
/* indexCase */
.indexCase {
  width: 100%;
  background: url(../images/caseBg.jpg) center center no-repeat;
  background-size: cover;
  padding: 0.3rem;
  overflow: hidden;
}
.indexCase ul {
  width: 100%;
}
.indexCase ul li {
  width: calc(50% - 0.15rem);
  margin: 0.3rem 0.3rem 0 0;
}
.indexCase ul li a {
  display: block;
  position: relative;
}
.indexCase ul li a::after {
  content: '';
  width: 100%;
  height: 100%;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, #0086C4 100%);
  position: absolute;
  bottom: 0;
  left: 0;
  transition: all 0.6s ease;
}
.indexCase ul li:nth-child(2n) {
  margin: 0.3rem 0 0 0;
}
.indexCase ul li img {
  width: 100%;
  display: block;
}
.indexCase ul li .tit {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 2;
  width: 100%;
  color: #fff;
  font-size: 0.24rem;
  line-height: 0.28rem;
  padding: 0.2rem;
}
/* indexFilm */
.indexFilm {
  width: 100%;
  background: url(../images/filmBg.jpg) center center no-repeat;
  background-size: cover;
  padding: 0.3rem;
  overflow: hidden;
}
.indexFilm .ul1 {
  width: 100%;
  margin-top: 0.3rem;
}
.indexFilm .ul1 li {
  width: 100%;
}
.indexFilm .ul1 li video {
  display: block;
  width: 100%;
}
.indexFilm .ul2 {
  width: 100%;
  margin-top: 0.3rem;
}
.indexFilm .ul2 li {
  width: calc(50% - 0.15rem);
  background-color: #000;
  position: relative;
  cursor: pointer;
}
.indexFilm .ul2 li img {
  width: 100%;
  display: block;
  opacity: 0.6;
}
.indexFilm .ul2 li .icon-play {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #fff;
  font-size: 0.6rem;
}
.indexFilm .ul2 li .play {
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 0.2rem;
  display: none;
}
.indexFilm .ul2 li .play .iconfont {
  color: #fff;
  font-size: 0.28rem;
  line-height: 0.28rem;
  margin-right: 0.1rem;
}
.indexFilm .ul2 li .play p {
  color: #fff;
  font-size: 0.24rem;
  line-height: 0.28rem;
}
.indexFilm .ul2 li.on img {
  opacity: 0.7;
}
.indexFilm .ul2 li.on .icon-play {
  display: none;
}
.indexFilm .ul2 li.on .play {
  display: block;
}
/* indexFooter */
.indexFooter {
  width: 100%;
  background-color: var(--color);
  overflow: hidden;
  padding-top: 0.3rem;
}
.indexFooter .linkBox {
  width: calc(100% - 0.6rem);
  position: relative;
  margin: 0 auto 0.4rem;
}
.indexFooter .linkBox .tit {
  width: 100%;
  height: 0.88rem;
  align-items: center;
  background-color: #0267a7;
  padding: 0 0.3rem;
  cursor: pointer;
}
.indexFooter .linkBox .tit p {
  font-size: 0.28rem;
  line-height: 0.4rem;
  font-weight: bold;
  color: #FFFFFF;
}
.indexFooter .linkBox .tit .iconfont {
  font-size: 0.32rem;
  line-height: 0.4rem;
  color: #FFFFFF;
  transform: rotate(-90deg);
  transition: all 0.6s ease;
}
.indexFooter .linkBox .tit.on .iconfont {
  transform: rotate(90deg);
}
.indexFooter .linkBox .ul {
  width: 100%;
  max-height: 3rem;
  overflow-y: auto !important;
  position: absolute;
  top: 0.88rem;
  left: 0;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  background-color: #0267a7;
  padding: 0.2rem 0;
  box-sizing: content-box;
  display: none;
}
.indexFooter .linkBox .ul a {
  display: block;
  font-size: 0.28rem;
  color: #FFFFFF;
  line-height: 0.4rem;
  padding: 0.1rem 0.3rem;
  transition: all 0.6s ease;
}
.indexFooter .linkBox .ul a:hover {
  color: #00B7C3;
}
.indexFooter .contant {
  width: 100%;
  padding: 0 0.3rem 0.5rem;
}
.indexFooter .contant li {
  width: 100%;
  font-size: 0.28rem;
  line-height: 0.4rem;
  color: #FFFFFF;
  margin-top: 0.2rem;
}
.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.28rem;
  border-top: 1px solid rgba(255, 255, 255, 0.3);
  line-height: 0.44rem;
}
.indexFooter .copy span {
  color: rgba(255, 255, 255, 0.7);
}
.indexFooter .copy a {
  color: rgba(255, 255, 255, 0.7);
}
/* goTop */
.goTop {
  width: 0.8rem;
  height: 0.8rem;
  line-height: 0.8rem;
  border-radius: 50%;
  color: #fff;
  text-align: center;
  background-color: #00B7C3;
  transform: rotate(90deg);
  position: fixed;
  bottom: 10%;
  right: 0.3rem;
  z-index: 100;
  display: none;
}
/* pageMain */
.pageMain {
  width: 100%;
  background: #fff url(../images/bg.png) top center no-repeat;
  background-size: 100% auto;
  margin-top: 1rem;
}
/* pageLocation */
.pageLocation {
  width: 100%;
  font-size: 0.24rem;
  color: #999;
  line-height: 0.28rem;
  padding: 0.3rem;
}
.pageLocation span {
  display: block;
  color: #999;
  margin: 0 0.1rem;
}
.pageLocation a {
  display: block;
  color: #999;
  transition: all 0.6s ease;
}
.pageLocation a:hover,
.pageLocation a.on {
  color: #0078C4;
}
/* pageTabBox */
.pageTabBox {
  width: 100%;
  overflow-y: hidden;
  overflow-x: auto;
  white-space: nowrap;
  border-bottom: 1px solid rgba(0, 0, 0, 0.08);
  margin-bottom: 0.3rem;
}
.pageTabBox::-webkit-scrollbar {
  display: none;
}
.pageTab {
  width: 100%;
  padding-left: 0.3rem;
}
.pageTab.between {
  justify-content: flex-start !important;
}
.pageTab li {
  padding-right: 0.3rem;
}
.pageTab li a {
  display: inline-block;
  font-size: 0.28rem;
  line-height: 0.4rem;
  color: #333333;
  padding: 0.1rem 0 0.22rem 0;
  border-bottom: 0.04rem solid rgba(63, 170, 141, 0);
}
.pageTab li.on a {
  border-bottom: 0.04rem solid #0078C4;
  color: #0078C4;
  font-weight: bold;
}
/* pageAbout */
.pageAbout {
  width: 100%;
  overflow: hidden;
  padding: 0 0.3rem 0.3rem;
}
.pageAbout .text {
  font-size: 0.28rem;
  line-height: 0.48rem;
  color: #666666;
  text-align: justify;
}
.pageAbout .text table {
  width: 100%;
}
.pageAbout .text table td {
  width: 80% !important;
  border: 1px solid #eee;
  padding: 0 0.3rem;
}
.pageAbout .text table td:nth-child(1) {
  width: 20% !important;
  text-align: center;
}
/* pagePartner */
.pagePartner {
  width: 100%;
  padding: 0 0.3rem 0.3rem;
}
.pagePartner .lists {
  width: 100%;
}
.pagePartner .lists li {
  width: calc(50% - 0.15rem);
  margin: 0 0.3rem 0.3rem 0;
  border: solid 1px rgba(0, 0, 0, 0.08);
}
.pagePartner .lists li:nth-child(2n) {
  margin: 0 0 0.3rem 0;
}
.pagePartner .lists li img {
  width: 100%;
  display: block;
}
/* pageNews */
.pageNews {
  width: 100%;
  padding: 0 0.3rem 0.3rem;
}
.pageNews .lists {
  width: 100%;
}
.pageNews .lists li {
  width: 100%;
  margin-bottom: 0.3rem;
}
.pageNews .lists li a {
  width: 100%;
  align-items: center;
}
.pageNews .lists li a .img {
  width: 30%;
  overflow: hidden;
}
.pageNews .lists li a .img img {
  width: 100%;
  display: block;
  transition: all 0.6s ease;
}
.pageNews .lists li a .txt {
  width: 70%;
  padding-left: 0.3rem;
}
.pageNews .lists li a .txt .t1 {
  font-size: 0.28rem;
  line-height: 0.4rem;
  color: #333333;
}
.pageNews .lists li a .txt .time {
  font-size: 0.24rem;
  line-height: 0.28rem;
  color: #999999;
  margin-top: 0.2rem;
}
.pageNews .lists li a:hover .img img {
  transform: scale(1.1);
}
.pageNews .lists li a:hover .txt .t1 {
  color: #0078C4;
}
/* pageNewsD */
.pageNewsD {
  width: 100%;
  padding: 0.3rem;
}
.pageNewsD .title {
  font-size: 0.32rem;
  line-height: 0.48rem;
  color: #333;
  text-align: center;
}
.pageNewsD .time {
  color: #999;
  font-size: 0.24;
  line-height: 0.28rem;
  border-bottom: 1px dashed rgba(0, 0, 0, 0.08);
  padding: 0.3rem 0;
  margin-bottom: 0.3rem;
  text-align: center;
}
.pageNewsD .time span {
  margin: 0 0.1rem;
}
.pageNewsD .text {
  font-size: 0.28rem;
  line-height: 0.48rem;
  color: #333;
}
.pageNewsD .text img {
  max-width: 100%;
  height: auto;
}
.pageNewsD .page {
  width: 100%;
  margin-top: 0.3rem;
  border-top: 1px dashed rgba(0, 0, 0, 0.08);
  padding: 0.1rem 0;
}
.pageNewsD .page a {
  display: flex;
  width: 100%;
  font-size: 0.28rem;
  line-height: 0.4rem;
  color: #333333;
  margin-top: 0.3rem;
  transition: all 0.6s ease;
}
.pageNewsD .page a span:nth-child(1) {
  width: 1.2rem;
}
.pageNewsD .page a span:nth-child(2) {
  width: calc(100% - 1.2rem);
}
.pageNewsD .page a:hover {
  color: #0078C4;
}
/* pageMember */
.pageMember {
  width: 100%;
  padding: 0 0.3rem 0.3rem;
}
.pageMember .lists {
  width: 100%;
}
.pageMember .lists li {
  width: 100%;
  margin-bottom: 0.3rem;
}
.pageMember .lists li a {
  width: 100%;
  align-items: center;
}
.pageMember .lists li a .img {
  width: 30%;
  overflow: hidden;
  box-shadow: 0 0 0.16rem rgba(0, 0, 0, 0.06);
}
.pageMember .lists li a .img img {
  width: 100%;
  display: block;
  transition: all 0.6s ease;
}
.pageMember .lists li a .cont {
  width: 70%;
  padding-left: 0.3rem;
}
.pageMember .lists li a .cont .t1 {
  font-size: 0.28rem;
  line-height: 0.4rem;
  color: #333333;
}
.pageMember .lists li a .cont .t2 {
  font-size: 0.24rem;
  line-height: 0.32rem;
  color: #999999;
  margin-top: 0.2rem;
}
.pageMember .lists li a:hover .img img {
  transform: scale(1.1);
}
.pageMember .lists li a:hover .cont .t1 {
  color: #0078C4;
}
/* pageNotice */
.pageNotice {
  width: 100%;
  padding: 0 0.3rem 0.3rem;
}
.pageNotice .searchTit {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  padding: 0.1rem 0 0.3rem;
  margin-bottom: 0.2rem;
  color: #333;
  font-size: 0.28rem;
  line-height: 0.4rem;
}
.pageNotice .searchTit span {
  color: red;
}
.pageNotice .lists {
  width: 100%;
  margin-bottom: 0.3rem;
}
.pageNotice .lists li {
  width: 100%;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.pageNotice .lists li a {
  width: 100%;
  align-items: center;
  padding: 0.3rem 0;
}
.pageNotice .lists li a .p {
  width: calc(100% - 1.3rem);
  font-size: 0.28rem;
  line-height: 0.4rem;
  color: #333333;
}
.pageNotice .lists li a .p span {
  color: #00B7C3;
  margin-right: 0.06rem;
}
.pageNotice .lists li a .time {
  width: 1.3rem;
  text-align: right;
  font-size: 0.24rem;
  line-height: 0.4rem;
  color: #999999;
}
.pageNotice .lists li:hover a .p,
.pageNotice .lists li:hover a .time {
  color: #0078C4;
}
/* noData */
.noData {
  width: 100%;
  padding: 1rem 0;
  font-size: 0.32rem;
  line-height: 0.44rem;
  text-align: center;
  color: #999;
}
/* popupVideo */
.popup {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.6);
  z-index: 998;
  display: none;
}
.popupVideo {
  width: 100%;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 999;
  display: none;
}
.popupVideo .closevideo {
  display: block;
  width: 0.8rem;
  height: 0.8rem;
  margin: 0.3rem auto 0;
  position: relative;
}
.popupVideo .closevideo::after {
  content: '';
  width: 0.6rem;
  height: 0.04rem;
  background-color: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(45deg);
}
.popupVideo .closevideo::before {
  content: '';
  width: 0.6rem;
  height: 0.04rem;
  background-color: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(-45deg);
}
.popupVideo video {
  display: block;
  width: 100%;
}
