/* headerBox */
.headerBox {
  width: 100%;
  background-image: linear-gradient(-90deg, #2AB2FD 0%, #0349FF 100%);
  position: sticky;
  top: 0;
  z-index: 3;
}
.headerBox .navBox {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-around;
}
.headerBox .navBox .nLi {
  position: relative;
}
.headerBox .navBox .nLi h3 a {
  display: block;
  font-size: 1.04166vw;
  color: #ffffff;
  line-height: 2.08333vw;
  padding: 1.04166vw 0;
  position: relative;
}
.headerBox .navBox .nLi h3 a::after {
  content: '';
  width: 1.25vw;
  height: 0.15625vw;
  background-color: #fff;
  position: absolute;
  bottom: 0.83333vw;
  left: 50%;
  transform: translateX(-50%);
  opacity: 0;
  transition: all 0.6s ease;
}
.headerBox .navBox .nLi .sub {
  display: none;
  width: 6.77083vw;
  border-radius: 0.625vw;
  background-color: #fff;
  position: absolute;
  top: 3.64583vw;
  transform: translateX(-50%);
  left: 50%;
  z-index: 3;
}
.headerBox .navBox .nLi .sub.sub1 {
  width: 11.97916vw;
}
.headerBox .navBox .nLi .sub ul {
  width: 100%;
  padding: 0.52083vw 0;
}
.headerBox .navBox .nLi .sub ul li {
  width: 100%;
}
.headerBox .navBox .nLi .sub ul li a {
  display: block;
  text-align: center;
  font-size: 0.83333vw;
  line-height: 1.35416vw;
  color: #333;
  padding: 0.26041vw 0;
}
.headerBox .navBox .nLi .sub ul li:hover a {
  color: #0182f8;
}
.headerBox .navBox .nLi:hover h3 a::after {
  opacity: 1;
}
/* indexBanner */
.indexBanner {
  width: 100%;
  overflow: hidden;
}
.indexBanner img {
  display: block;
  width: 100%;
}
/* indexMain */
.indexMain {
  width: 100%;
  background: #fff url(../images/bg.jpg) center bottom no-repeat;
  background-size: cover;
  overflow: hidden;
  position: relative;
}
.indexMain::after {
  content: '';
  width: 100%;
  height: 830px;
  background: url(../images/bottomBg.png) center bottom no-repeat;
  background-size: 100% auto;
  position: absolute;
  bottom: 0;
  left: 0;
}
/* indexTitle */
.indexTitle {
  display: block;
  font-family: AlimamaShuHeiTi-Bold;
  font-size: 2.29166vw;
  line-height: 2.5vw;
  color: #1883FE;
  background: linear-gradient(to right, #0349FF 0%, #2AB2FD 100%);
  background: -webkit-linear-gradient(to right, #0349FF 0%, #2AB2FD 100%);
  background-clip: text;
  -webkit-background-clip: text;
  color: transparent;
  display: inline-block;
  margin-left: 50%;
  transform: translateX(-50%);
  position: relative;
  padding: 3.33333vw 4.6875vw 3.33333vw 0;
}
.indexTitle::after {
  content: '';
  width: 9.16666vw;
  height: 9.16666vw;
  background: url(../images/icon_title.png) left center no-repeat;
  background-size: 100% auto;
  position: absolute;
  top: 0;
  right: 0;
}
/* indexNews */
.indexNews {
  width: 100%;
  background: url(../images/bg01.png) top -8.33333vw center no-repeat;
  background-size: 100% auto;
  padding: 2.60416vw 0 3.64583vw;
  overflow: hidden;
}
.indexNews .newsBox {
  width: 100%;
  margin: 0;
  border-radius: 1.04166vw;
  box-shadow: 0 1.04166vw 2.60416vw 0 rgba(24, 131, 254, 0.1);
  -webkit-box-shadow: 0 1.04166vw 2.60416vw 0 rgba(24, 131, 254, 0.1);
  -moz-box-shadow: 0 1.04166vw 2.60416vw 0 rgba(24, 131, 254, 0.1);
}
.indexNews .newsBox .swiper-slide a {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  background-color: #fff;
}
.indexNews .newsBox .swiper-slide a .img {
  width: 62%;
  overflow: hidden;
}
.indexNews .newsBox .swiper-slide a .img img {
  width: 100%;
  display: block;
  transition: all 0.6s ease;
}
.indexNews .newsBox .swiper-slide a .cont {
  width: 38%;
  padding: 0 3.5%;
}
.indexNews .newsBox .swiper-slide a .cont .time {
  font-size: 0.83333vw;
  line-height: 1.04166vw;
  color: #666;
}
.indexNews .newsBox .swiper-slide a .cont .tit {
  font-size: 1.25vw;
  font-weight: bold;
  line-height: 2.08333vw;
  color: #333333;
  margin-top: 1.04166vw;
}
.indexNews .newsBox .swiper-slide a .cont .tit span {
  display: inline-block;
  font-size: 0.83333vw;
  font-weight: normal;
  line-height: 1.5625vw;
  color: #1883FE;
  border: 1px solid #1883FE;
  border-radius: 0.3125vw;
  transform: translateY(-0.15625vw);
  padding: 0 0.3125vw;
  margin-right: 0.52083vw;
}
.indexNews .newsBox .swiper-slide a .cont .txt {
  font-size: 0.83333vw;
  line-height: 1.45833vw;
  color: #999;
  margin-top: 1.04166vw;
}
.indexNews .newsBox .swiper-slide a .cont .a {
  width: 8.33333vw;
  height: 2.29166vw;
  border-radius: 1.25vw;
  border: 1px solid #1883FE;
  font-size: 0.83333vw;
  line-height: 2.29166vw;
  color: #1883FE;
  text-align: center;
  margin-top: 2.08333vw;
  transition: all 0.6s ease;
}
.indexNews .newsBox .swiper-slide a .cont .a:hover {
  background-color: #1883FE;
  color: #fff;
}
.indexNews .newsBox .swiper-slide a .cont .time,
.indexNews .newsBox .swiper-slide a .cont .tit,
.indexNews .newsBox .swiper-slide a .cont .txt,
.indexNews .newsBox .swiper-slide a .cont .a {
  opacity: 0;
}
.indexNews .newsBox .swiper-slide a:hover .img img {
  transform: scale(1.1);
}
.indexNews .newsBox .swiper-slide.swiper-slide-active .time,
.indexNews .newsBox .swiper-slide.swiper-slide-active .tit,
.indexNews .newsBox .swiper-slide.swiper-slide-active .txt,
.indexNews .newsBox .swiper-slide.swiper-slide-active .a {
  animation: o-upfade-top 0.7s 0s cubic-bezier(0.4, 0, 0.2, 1) forwards;
}
.indexNews .newsBox .swiper-slide.swiper-slide-active .tit {
  animation-delay: 0.1s;
}
.indexNews .newsBox .swiper-slide.swiper-slide-active .txt {
  animation-delay: 0.2s;
}
.indexNews .newsBox .swiper-slide.swiper-slide-active .a {
  animation-delay: 0.3s;
}
.indexNews .newsBox .swiper-pagination {
  width: 62%;
  height: 5.20833vw;
  bottom: 0 !important;
  right: 0;
  left: auto;
  display: flex;
  justify-content: center;
  align-items: center;
  background-image: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.5));
}
.indexNews .newsBox .swiper-pagination .swiper-pagination-bullet {
  width: 0.625vw;
  height: 0.625vw;
  opacity: 0.6;
  background-color: #fff;
  margin: 0 0.3125vw !important;
  border-radius: 0.3125vw;
  transition: all 0.6s ease;
}
.indexNews .newsBox .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  opacity: 1;
  width: 1.5625vw;
}
.indexNews .newsLists {
  width: 100%;
  margin: 1.5625vw 0 0;
}
.indexNews .newsLists .item {
  width: 48%;
}
.indexNews .newsLists .item .title {
  width: 100%;
  align-items: center;
  margin-bottom: 1.04166vw;
}
.indexNews .newsLists .item .title .t {
  width: 60%;
  align-items: center;
}
.indexNews .newsLists .item .title .t img {
  width: 1.45833vw;
  height: 1.45833vw;
  display: block;
  margin-right: 0.3125vw;
}
.indexNews .newsLists .item .title .t p {
  font-size: 1.04166vw;
  font-weight: bold;
  line-height: 1.25vw;
  color: #333333;
}
.indexNews .newsLists .item .title a {
  font-size: 0.72916vw;
  line-height: 1.04166vw;
  color: #333;
  transition: all 0.6s ease;
}
.indexNews .newsLists .item .title a:hover {
  color: #1883FE;
}
.indexNews .newsLists .item .li {
  border-radius: 1.04166vw;
  background-color: rgba(255, 255, 255, 0.6);
  border: 1px solid #fff;
  box-shadow: 0 1.04166vw 2.60416vw 0 rgba(24, 131, 254, 0.1);
  -webkit-box-shadow: 0 1.04166vw 2.60416vw 0 rgba(24, 131, 254, 0.1);
  -moz-box-shadow: 0 1.04166vw 2.60416vw 0 rgba(24, 131, 254, 0.1);
  margin-top: 0.625vw;
  align-items: center;
  padding: 3.2%;
}
.indexNews .newsLists .item .li .p {
  width: calc(100% - 5.20833vw);
  font-size: 0.83333vw;
  line-height: 1.35416vw;
  color: #333333;
  background: url(../images/icon_news3.png) center left no-repeat;
  background-size: 0.83333vw 0.83333vw;
  padding-left: 1.35416vw;
  transition: all 0.6s ease;
}
.indexNews .newsLists .item .li .time {
  font-size: 0.83333vw;
  line-height: 1.35416vw;
  color: #666;
  transition: all 0.6s ease;
}
.indexNews .newsLists .item .li:hover p {
  color: #1883FE;
}
/* indexAgenda */
.indexAgenda {
  width: 100%;
  background: url(../images/bg02.png) top 5.72916vw center no-repeat;
  background-size: 100% auto;
  padding: 0 0 4.16666vw;
  overflow: hidden;
}
.indexAgenda .agendaBigBox {
  width: 100%;
  position: relative;
  white-space: nowrap;
}
.indexAgenda .agendaBigBox:before {
  content: '';
  width: 100%;
  height: 2px;
  background-color: #1883FE;
  position: absolute;
  top: 3.85416vw;
  left: 0;
  z-index: 0;
}
.indexAgenda .agendaBigBox .picList {
  display: inline-block;
  vertical-align: top;
  animation: logomove 40s linear infinite;
  will-change: transform;
}
.indexAgenda .agendaBigBox .picList li {
  width: 19.79166vw;
  display: inline-block;
  vertical-align: top;
  white-space: normal;
  margin-right: 2.60416vw;
  position: relative;
  z-index: 1;
}
.indexAgenda .agendaBigBox .picList li .date {
  width: 4.6875vw;
  height: 1.66666vw;
  background-color: #1883FE;
  text-align: center;
  font-size: 0.83333vw;
  color: #fff;
  line-height: 1.66666vw;
  border-radius: 0.83333vw;
  margin: 0 1.82291vw;
}
.indexAgenda .agendaBigBox .picList li .i {
  width: 4.6875vw;
  height: 2.5vw;
  margin: 1.04166vw 1.82291vw 0;
  position: relative;
  z-index: 2;
}
.indexAgenda .agendaBigBox .picList li .i::before {
  content: '';
  width: 2.5vw;
  height: 2.5vw;
  border-radius: 50%;
  background-color: rgba(24, 131, 254, 0.1);
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
}
.indexAgenda .agendaBigBox .picList li .i::after {
  content: '';
  width: 0.9375vw;
  height: 0.9375vw;
  border-radius: 50%;
  background-color: #1883FE;
  position: absolute;
  top: 0.78125vw;
  left: 0;
  right: 0;
  margin: 0 auto;
}
.indexAgenda .agendaBigBox .picList li .box {
  margin-top: 1.77083vw;
  background-color: rgba(255, 255, 255, 0.6);
  border: 1px solid #fff;
  box-shadow: 0 1.04166vw 2.60416vw 0 rgba(24, 131, 254, 0.1);
  -webkit-box-shadow: 0 1.04166vw 2.60416vw 0 rgba(24, 131, 254, 0.1);
  -moz-box-shadow: 0 1.04166vw 2.60416vw 0 rgba(24, 131, 254, 0.1);
  border-radius: 1.04166vw;
  /*padding: 0.83333vw 0 0.83333vw 3.64583vw;*/
  /*padding: 0.83333vw 0 0.83333vw 3.125vw;*/
  padding: 0.83333vw 0.78125vw;
  position: relative;
}
.indexAgenda .agendaBigBox .picList li .box::before {
  content: '';
  width: 1px;
  height: calc(100% + 0.52083vw);
  background-color: #1883FE;
  position: absolute;
  top: -2.91666vw;
  /*left: 2.29166vw;*/
  left: 4.11458vw;
}
.indexAgenda .agendaBigBox .picList li .box a {
  display: flex;
  align-items: center;
  padding: 0.72916vw 0;
  position: relative;
}
.indexAgenda .agendaBigBox .picList li .box a span {
  position: relative;
  z-index: 2;
  font-size: 0.83333vw;
  line-height: 1.14583vw;
  color: #333;
  display: block;
  /*min-width: 1.66666vw;*/
  min-width: 2.5vw;
  text-align: right;
}
.indexAgenda .agendaBigBox .picList li .box a span::before {
  content: '';
  width: 0.83333vw;
  height: 0.83333vw;
  border-radius: 50%;
  border: 2px solid #1883FE;
  background-color: #fff;
  position: absolute;
  /*left: -1.77083vw;*/
  right: -1.25vw;
  top: 0.10416vw;
  z-index: 3;
}
.indexAgenda .agendaBigBox .picList li .box a span::after {
  content: '';
  width: 0.41666vw;
  height: 0.41666vw;
  border-radius: 50%;
  background-color: #1883FE;
  position: absolute;
  /*left: -1.5625vw;*/
  right: -1.04166vw;
  top: 0.3125vw;
  z-index: 3;
}
.indexAgenda .agendaBigBox .picList li .box a i {
  display: block;
  font-size: 0.83333vw;
  line-height: 1.14583vw;
  color: #333;
  margin: 0 0.52083vw;
}
.indexAgenda .agendaBigBox .picList li .box a p {
  /*padding-right: 1.04166vw;*/
  padding-left: 1.875vw;
  font-size: 0.83333vw;
  line-height: 1.14583vw;
  color: #333;
  /*font-weight: bold;*/
}
.indexAgenda .agendaBigBox:hover .picList {
  animation-play-state: paused;
}
/* indexForum */
.indexForum {
  width: 100%;
  background: url(../images/bg02.png) top 3.125vw center no-repeat;
  background-size: 100% auto;
  padding: 0 0 4.6875vw;
}
.indexForum .bigBox {
  width: 100%;
  position: relative;
}
.indexForum .forumBox {
  width: 77%;
  border-radius: 1.04166vw;
  overflow: hidden;
  position: relative;
  box-shadow: 0 1.04166vw 2.60416vw 0 rgba(24, 131, 254, 0.1);
  -webkit-box-shadow: 0 1.04166vw 2.60416vw 0 rgba(24, 131, 254, 0.1);
  -moz-box-shadow: 0 1.04166vw 2.60416vw 0 rgba(24, 131, 254, 0.1);
}
.indexForum .forumBox .img {
  width: 100%;
  display: block;
}
.indexForum .forumBox .cont {
  width: 100%;
  position: absolute;
  top: 8%;
  left: 0;
  padding: 0 8%;
}
.indexForum .forumBox .cont .logo {
  width: 6.66666vw;
  display: block;
}
.indexForum .forumBox .cont .t {
  font-family: AlimamaShuHeiTi-Bold;
  font-size: 2.08333vw;
  line-height: 2.5vw;
  color: #ffffff;
  margin-top: 8%;
}
.indexForum .forumBox .cont .time {
  margin-top: 2%;
  font-size: 0.83333vw;
  line-height: 1.04166vw;
  color: #ffffff;
}
.indexForum .forumBox .cont .btn {
  display: block;
  width: 8.33333vw;
  height: 2.29166vw;
  border-radius: 1.25vw;
  border: 0.10416vw solid #ffffff;
  font-size: 0.83333vw;
  line-height: 2.29166vw;
  color: #ffffff;
  text-align: center;
  margin-top: 6%;
  transition: all 0.6s ease;
}
.indexForum .forumBox .cont .btn:hover {
  background-color: #fff;
  color: #1883FE;
}
.indexForum .lists {
  width: 21%;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  overflow: hidden;
}
.indexForum .lists .box {
  width: 100%;
  animation: logomove1 30s linear infinite;
  will-change: transform;
}
.indexForum .lists .box .item {
  width: 100%;
  height: 6.25vw;
  margin-bottom: 0.83333vw;
  border-radius: 1.04166vw;
  white-space: normal;
  background-color: rgba(255, 255, 255, 0.6);
  border: 1px solid #fff;
  overflow: hidden;
  transition: all 0.6s ease;
}
.indexForum .lists .box .item a {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 0 8%;
}
.indexForum .lists .box .item a .p {
  width: 3.22916vw;
  height: 1.45833vw;
  background-color: #1883FE;
  border-radius: 0.20833vw;
  font-size: 0.83333vw;
  line-height: 1.45833vw;
  color: #ffffff;
  text-align: center;
}
.indexForum .lists .box .item a .tit {
  font-size: 0.9375vw;
  font-weight: bold;
  line-height: 1.25vw;
  color: #000;
  margin-top: 6.5%;
}
.indexForum .lists:hover .box {
  animation-play-state: paused;
}
/* indexTwoBox */
.indexTwoBox {
  width: 100%;
  background: url(../images/bg03.png) top 10.9375vw center no-repeat;
  background-size: 100% auto;
  position: relative;
  z-index: 1;
}
/* indexExperience */
.indexExperience {
  width: 100%;
  padding: 0 0 4.16666vw;
}
.indexExperience .imgBox {
  width: 100%;
  position: relative;
}
.indexExperience .imgBox a {
  display: block;
  border-radius: 1.04166vw;
  box-shadow: 0 1.04166vw 2.60416vw 0 rgba(24, 131, 254, 0.1);
  -webkit-box-shadow: 0 1.04166vw 2.60416vw 0 rgba(24, 131, 254, 0.1);
  -moz-box-shadow: 0 1.04166vw 2.60416vw 0 rgba(24, 131, 254, 0.1);
  overflow: hidden;
}
.indexExperience .imgBox a img {
  width: 100%;
  display: block;
}
.indexExperience .imgBox .img1 {
  width: 70.83%;
}
.indexExperience .imgBox .img2,
.indexExperience .imgBox .img3 {
  width: 27.08%;
  position: absolute;
  right: 0;
}
.indexExperience .imgBox .img2 {
  top: 0;
}
.indexExperience .imgBox .img3 {
  bottom: 0;
}
/* indexHire */
.indexHire {
  width: 100%;
}
.indexHire ul {
  width: 100%;
}
.indexHire ul li {
  width: 32%;
  border-radius: 1.04166vw;
  overflow: hidden;
  position: relative;
  box-shadow: 0 1.04166vw 2.60416vw 0 rgba(24, 131, 254, 0.1);
  -webkit-box-shadow: 0 1.04166vw 2.60416vw 0 rgba(24, 131, 254, 0.1);
  -moz-box-shadow: 0 1.04166vw 2.60416vw 0 rgba(24, 131, 254, 0.1);
}
.indexHire ul li .img {
  width: 100%;
  display: block;
}
.indexHire ul li .cont {
  width: 100%;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}
.indexHire ul li .cont .icon {
  width: 2.08333vw;
  display: block;
  margin: 0 auto 4%;
}
.indexHire ul li .cont .t {
  font-size: 1.45833vw;
  font-weight: bold;
  line-height: 1.66666vw;
  color: #ffffff;
  text-align: center;
}
.indexHire ul li .cont .a {
  display: block;
  width: 2.29166vw;
  height: 2.29166vw;
  border-radius: 50%;
  background: #fff url(../images/icon_arrow1.png) center center no-repeat;
  background-size: 1.25vw 1.25vw;
  margin: 8% auto 0;
  transition: all 0.6s ease;
}
.indexHire ul li .cont .a:hover {
  background: #1883FE url(../images/icon_arrow2.png) center center no-repeat;
  background-size: 1.25vw 1.25vw;
}
.indexHire .listsBox {
  width: 100%;
  margin-top: 1.5625vw;
  overflow: hidden;
  padding-bottom: 4.16666vw;
}
.indexHire .listsBox .lists {
  width: 100%;
  white-space: nowrap;
  margin-bottom: 1.04166vw;
}
.indexHire .listsBox .lists .box {
  display: inline-block;
  vertical-align: top;
  will-change: transform;
  animation: logomove 30s linear infinite;
}
.indexHire .listsBox .lists .box .item {
  width: 17.70833vw;
  height: 5.20833vw;
  display: inline-block;
  white-space: normal;
  margin-right: 1.04166vw;
  border-radius: 1.04166vw;
  background-color: rgba(255, 255, 255, 0.6);
  border: 1px solid #fff;
  box-shadow: 0 0.52083vw 1.04166vw 0 rgba(24, 131, 254, 0.1);
  -webkit-box-shadow: 0 0.52083vw 1.04166vw 0 rgba(24, 131, 254, 0.1);
  -moz-box-shadow: 0 0.52083vw 1.04166vw 0 rgba(24, 131, 254, 0.1);
  overflow: hidden;
  transition: all 0.6s ease;
}
.indexHire .listsBox .lists .box .item a {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 0 8%;
  transition: all 0.6s ease;
}
.indexHire .listsBox .lists .box .item a .p {
  font-size: 0.9375vw;
  line-height: 1.14583vw;
  color: #000;
  font-weight: bold;
}
.indexHire .listsBox .lists .box .item a .tBox {
  width: 100%;
  margin-top: 6.5%;
  align-items: center;
}
.indexHire .listsBox .lists .box .item a .tBox .t {
  align-items: center;
  margin-right: 0.72916vw;
}
.indexHire .listsBox .lists .box .item a .tBox .t img {
  display: block;
  margin-right: 0.3125vw;
}
.indexHire .listsBox .lists .box .item a .tBox .t .icon1 {
  width: 0.83333vw;
  height: 0.83333vw;
}
.indexHire .listsBox .lists .box .item a .tBox .t .icon2 {
  width: 0.9375vw;
  height: 0.9375vw;
}
.indexHire .listsBox .lists .box .item a .tBox .t .address {
  font-size: 0.72916vw;
  line-height: 0.9375vw;
  color: #999999;
}
.indexHire .listsBox:hover .box {
  animation-play-state: paused;
}
/* indexAd */
.indexAd {
  width: 100%;
  padding-bottom: 5.20833vw;
}
.indexAd a {
  display: block;
  width: 100%;
  overflow: hidden;
  border-radius: 1.04166vw;
}
.indexAd a img {
  display: block;
  width: 100%;
}
/* indexMicrovideo */
.indexMicrovideo {
  width: 100%;
  padding-bottom: 7.29166vw;
}
.indexMicrovideo .imgBox {
  display: block;
  width: 100%;
  overflow: hidden;
  border-radius: 1.04166vw;
  position: relative;
}
.indexMicrovideo .imgBox img {
  display: block;
  width: 100%;
}
.indexMicrovideo .imgBox .a {
  width: 8.33333vw;
  height: 2.29166vw;
  border-radius: 1.25vw;
  /*border: 1px solid #fff;*/
  /*color: #fff;*/
  background-color: #fff;
  color: #1883FE;
  font-size: 0.83333vw;
  line-height: 2.29166vw;
  text-align: center;
  position: absolute;
  bottom: 22%;
  left: 50%;
  transform: translateX(-50%);
  transition: all 0.6s ease;
}
.indexMicrovideo .imgBox .a:hover {
  /*background-color: #fff;*/
  /*color: #1883FE;*/
  background-color: #1883FE;
  color: #fff;
}
/* indexAd1 */
.indexAd1 {
  width: 100%;
  padding-bottom: 6.25vw;
  position: relative;
  z-index: 1;
}
.indexAd1 img {
  width: 81.3%;
  margin: 0 auto;
  display: block;
}
.indexAd1 p {
  width: 60.98958vw;
  font-family: YouSheBiaoTiHei;
  font-size: 4.16666vw;
  color: #0182f8;
  letter-spacing: 0.20833vw;
  background: linear-gradient(to left, #68f4ce 0%, #1bc3df 51%, #0182f8 100%);
  background: -webkit-linear-gradient(to left, #68f4ce 0%, #1bc3df 51%, #0182f8 100%);
  background-clip: text;
  -webkit-background-clip: text;
  color: transparent;
  display: inline-block;
  margin-left: 50%;
  transform: translateX(-50%);
}
/* footerBox */
.footerBox {
  width: 100%;
  overflow: hidden;
  font-size: 0.83333vw;
  line-height: 1.35416vw;
  color: #fff;
  background-image: linear-gradient(-90deg, #2AB2FD 0%, #0349FF 100%);
  padding: 0.9375vw 0;
  text-align: center;
}
.footerBox a {
  color: #fff;
}
/* slideBox */
.slideBox {
  width: 8.4375%;
  height: 24.3677vw;
  position: fixed;
  bottom: 3%;
  right: 1%;
  z-index: 9;
}
.slideBox .img1 {
  display: block;
  width: 61.73%;
  margin: 0 auto;
}
.slideBox .imgBox {
  width: 100%;
  display: block;
  margin-top: -2.8125vw;
  box-shadow: 0 0.52083vw 1.66666vw 0 rgba(86, 178, 255, 0.2);
  -webkit-box-shadow: 0 0.52083vw 1.66666vw 0 rgba(86, 178, 255, 0.2);
  -moz-box-shadow: 0 0.52083vw 1.66666vw 0 rgba(86, 178, 255, 0.2);
  position: relative;
  margin-bottom: 0.52083vw;
}
.slideBox .imgBox .img2 {
  width: 100%;
  display: block;
}
.slideBox .imgBox .img3 {
  width: 80%;
  display: block;
  position: absolute;
  top: 18%;
  left: 10%;
}
.slideBox .img {
  display: block;
  width: 100%;
  box-shadow: 0 0.52083vw 1.66666vw 0 rgba(86, 178, 255, 0.2);
  -webkit-box-shadow: 0 0.52083vw 1.66666vw 0 rgba(86, 178, 255, 0.2);
  -moz-box-shadow: 0 0.52083vw 1.66666vw 0 rgba(86, 178, 255, 0.2);
  margin-bottom: 0.52083vw;
}
.slideBox .img img {
  width: 100%;
  display: block;
}
.slideBox .goTop {
  display: none;
}
/* pageLoction */
.pageLoction {
  width: 100%;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  font-size: 0.83333vw;
  color: #999999;
  line-height: 1.5625vw;
  padding: 0.78125vw 0;
}
.pageLoction span {
  display: block;
  margin: 0 0.3125vw;
}
.pageLoction a {
  display: block;
  color: #999999;
  transition: all 0.6s ease;
}
.pageLoction a:hover,
.pageLoction a.on {
  color: #333;
}
/* pageMain */
.pageMain {
  width: 100%;
  background: #e1effb url(../images/bottomBg.png) center bottom no-repeat;
  background-size: 100% auto;
  padding-top: 2.60416vw;
  overflow: hidden;
  position: relative;
}
.pageMain .newsTab {
  width: 100%;
}
.pageMain .newsTab li {
  min-width: 10.41666vw;
  height: 3.125vw;
  border-radius: 1.5625vw;
  background-color: #fff;
  margin: 0 0.78125vw;
  overflow: hidden;
}
.pageMain .newsTab li a {
  display: block;
  width: 100%;
  color: #333333;
  font-size: 0.83333vw;
  line-height: 1.5625vw;
  padding: 0.78125vw 1.5625vw;
  text-align: center;
}
.pageMain .newsTab li.on,
.pageMain .newsTab li:hover {
  background-color: #1883FE;
}
.pageMain .newsTab li.on a,
.pageMain .newsTab li:hover a {
  color: #fff;
}
.pageMain .mainBox {
  width: 100%;
  align-items: center;
}
.pageMain .mainBox ul {
  width: 50%;
}
.pageMain .mainBox ul li {
  margin-left: 3.125vw;
  overflow: hidden;
}
.pageMain .mainBox ul li a {
  display: block;
}
.pageMain .mainBox ul li a .iconBox {
  width: 3.22916vw;
  height: 3.22916vw;
  position: relative;
  margin: 0 auto;
}
.pageMain .mainBox ul li a .icon {
  width: 3.22916vw;
  height: 3.22916vw;
  border-radius: 50%;
  overflow: hidden;
  background-size: 100% 100% !important;
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  transition: all 0.6s ease;
}
.pageMain .mainBox ul li a .icon1 {
  opacity: 1;
}
.pageMain .mainBox ul li a p {
  color: #333333;
  font-size: 0.83333vw;
  line-height: 1.04166vw;
  text-align: center;
  margin-top: 1.04166vw;
  transition: all 0.6s ease;
}
.pageMain .mainBox ul li.on a .icon1,
.pageMain .mainBox ul li:hover a .icon1 {
  opacity: 0;
}
.pageMain .mainBox ul li.on a .icon2,
.pageMain .mainBox ul li:hover a .icon2 {
  opacity: 1;
}
.pageMain .mainBox ul li.on a p,
.pageMain .mainBox ul li:hover a p {
  color: #1883FE;
}
.pageMain .mainBox ul.left li {
  margin-left: 0;
  margin-right: 3.125vw;
}
/* pageTitle */
.pageTitle {
  width: 48%;
  color: #333;
  font-size: 1.5625vw;
  font-weight: bold;
  line-height: 1.97916vw;
}
/* pageNews */
.pageNews {
  width: 100%;
  padding: 2.60416vw 0 4.16666vw;
}
.pageNews .lists {
  width: 100%;
  margin-bottom: 2.60416vw;
}
.pageNews .lists li {
  width: 100%;
  border-radius: 1.04166vw;
  background-color: rgba(255, 255, 255, 0.6);
  border: 1px solid #fff;
  margin-bottom: 1.04166vw;
  box-shadow: 0 1.04166vw 2.60416vw 0 rgba(24, 131, 254, 0.1);
  -webkit-box-shadow: 0 1.04166vw 2.60416vw 0 rgba(24, 131, 254, 0.1);
  -moz-box-shadow: 0 1.04166vw 2.60416vw 0 rgba(24, 131, 254, 0.1);
  transition: all 0.6s ease;
}
.pageNews .lists li a {
  padding: 3%;
  align-items: center;
  position: relative;
}
.pageNews .lists li a .time {
  color: #333333;
  font-size: 0.83333vw;
  line-height: 1.35416vw;
  position: relative;
  padding-right: 2.60416vw;
  margin-right: 1.04166vw;
  transition: all 0.6s ease;
}
.pageNews .lists li a .time p {
  font-size: 2.91666vw;
  line-height: 3.125vw;
  font-weight: bold;
}
.pageNews .lists li a .time::after {
  content: '';
  width: 1.5625vw;
  height: 1px;
  background-color: rgba(0, 0, 0, 0.2);
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  transition: all 0.6s ease;
}
.pageNews .lists li a .icon {
  width: 2.91666vw;
  height: 2.91666vw;
  display: block;
  position: absolute;
  right: 2.5%;
  top: 50%;
  transform: translateY(-50%);
  opacity: 0;
  transition: all 0.6s ease;
}
.pageNews .lists li a .cont {
  width: calc(100% - 7.03125vw);
}
.pageNews .lists li a .tit {
  color: #333333;
  font-size: 1.04166vw;
  line-height: 1.45833vw;
  transition: all 0.6s ease;
}
.pageNews .lists li a .txt {
  color: #999;
  font-size: 0.83333vw;
  line-height: 1.66666vw;
  margin-top: 1%;
  transition: all 0.6s ease;
}
.pageNews .lists li:hover {
  background-color: #1883FE;
  border: 1px solid #1883FE;
}
.pageNews .lists li:hover a .time {
  color: #fff;
}
.pageNews .lists li:hover a .time::after {
  background-color: #fff;
}
.pageNews .lists li:hover a .icon {
  opacity: 1;
}
.pageNews .lists li:hover a .cont {
  padding-right: 3.4375vw;
}
.pageNews .lists li:hover a .tit {
  color: #fff;
}
.pageNews .lists li:hover a .txt {
  color: #fff;
}
/* pageNewsD */
.pageNewsD {
  width: 100%;
  padding: 0 0 7.29166vw;
}
.pageNewsD .title {
  font-size: 1.875vw;
  font-weight: bold;
  line-height: 2.39583vw;
  color: #333;
  text-align: center;
}
.pageNewsD .time {
  color: #333;
  font-size: 0.83333vw;
  line-height: 1.35416vw;
  border-bottom: 1px dashed rgba(0, 0, 0, 0.08);
  padding: 1.04166vw 0;
  text-align: center;
  position: relative;
}
.pageNewsD .time span {
  margin: 0 0.52083vw;
}
.pageNewsD .time .fontBox {
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
}
.pageNewsD .time .fontBox p {
  width: 1.5625vw;
  font-size: 0.83333vw;
  line-height: 1.5625vw;
  color: #666;
  border: 1px solid #666;
  cursor: pointer;
  margin-left: 1.04166vw;
  border-radius: 0.15625vw;
  text-align: center;
}
.pageNewsD .time .fontBox .font_subtract_dis,
.pageNewsD .time .fontBox .font_add_dis {
  color: #bbb;
  border: 1px solid #bbb;
}
.pageNewsD .text {
  /*font-size: 0.83333vw;*/
  /*line-height: 1.875vw;*/
  font-size: 0.9375vw;
  line-height: 1.97916vw;
  color: #000000;
  margin-top: 2.08333vw;
}
.pageNewsD .text video {
  max-width: 60%;
  display: block;
  margin: 0 auto;
}
.pageNewsD .text img {
  max-width: 60%;
  height: auto !important;
  margin: 0 auto;
}
.pageNewsD #content1 {
  font-size: 18px;
  line-height: 38px;
}
.pageNewsD #content2 {
  font-size: 20px;
  line-height: 40px;
}
.pageNewsD #content3 {
  font-size: 22px;
  line-height: 42px;
}
.pageNewsD #content4 {
  font-size: 24px;
  line-height: 44px;
}
.pageNewsD #content5 {
  font-size: 26px;
  line-height: 46px;
}
.pageNewsD .page {
  width: 100%;
  margin-top: 1.5625vw;
  border-top: 1px dashed rgba(0, 0, 0, 0.08);
  padding: 1.5625vw 0 0;
}
.pageNewsD .page a {
  display: block;
  max-width: 100%;
  font-size: 0.83333vw;
  line-height: 1.35416vw;
  color: #333333;
  margin: 0.52083vw 0;
  transition: all 0.6s ease;
}
.pageNewsD .page a:hover {
  color: #0182f8;
  text-decoration: underline;
}
.share {
  width: 2.60416vw;
  height: 8.43748vw;
  position: fixed;
  right: 1%;
  bottom: 6%;
  z-index: 4;
}
.share .box {
  cursor: pointer;
  position: relative;
}
.share .box .show {
  width: 2.60416vw;
  height: 2.60416vw;
  border-radius: 0.3125vw;
  border: 1px solid #fff;
}
.share .box .hide {
  position: absolute;
  right: 100%;
  top: 0;
  height: 2.60416vw;
  padding-right: 0.41666vw;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease;
}
.share .box .hide:before {
  content: '';
  width: 0;
  height: 0;
  border-top: 0.3125vw solid transparent;
  border-bottom: 0.3125vw solid transparent;
  border-left: 0.3125vw solid #fff;
  position: absolute;
  right: 2px;
  top: 50%;
  transform: translateY(-50%);
}
.share .box .hide .icon {
  height: 100%;
  background-color: #fff;
  box-shadow: 0 0 0.52083vw rgba(0, 0, 0, 0.1);
  border-radius: 0.3125vw;
  padding: 0 0.52083vw;
  display: flex;
  justify-content: center;
  align-items: center;
}
.share .box .hide .icon a {
  width: 2.60416vw;
  height: 2.60416vw;
}
.share .box .hide .icon a.wx {
  background: url('../images/share-1.png') center center no-repeat;
  background-size: 1.04166vw auto;
}
.share .box .hide .icon a.wb {
  background: url('../images/share-2.png') center center no-repeat;
  background-size: 1.04166vw auto;
}
.share .box .hide .icon a.qq {
  background: url('../images/share-3.png') center center no-repeat;
  background-size: 1.04166vw auto;
}
.share .box .likes {
  background-color: #0182f9;
  border-radius: 0.20833vw;
  width: 1.5625vw;
  line-height: 1.04166vw;
  text-align: center;
  font-size: 0.625vw;
  color: #fff;
  position: absolute;
  top: 0;
  left: 60%;
  opacity: 0;
}
.share .box.icon-1 .show {
  background: rgba(1, 130, 249, 0.1) url('../images/icon-6-1.png') center center no-repeat;
  background-size: 0.83333vw 0.9375vw;
}
.share .box.icon-1:hover .hide {
  opacity: 1;
  visibility: visible;
}
.share .box.icon-2 {
  margin-top: 0.3125vw;
}
.share .box.icon-2 .show {
  background: rgba(1, 130, 249, 0.1) url('../images/icon-6-2.png') center center no-repeat;
  background-size: 1.04166vw 0.98958vw;
}
.share .box.ani .likes {
  animation: o-likes 0.5s linear forwards;
}
.share .totop {
  width: 2.60416vw;
  height: 2.60416vw;
  border-radius: 0.3125vw;
  border: 1px solid #fff;
  background: rgba(1, 130, 249, 0.1) url('../images/icon-6-3.png') center center no-repeat;
  background-size: 0.72916vw 0.98958vw;
  margin-top: 0.3125vw;
}
.weixin-prop {
  width: 10.41666vw;
  height: auto;
  padding: 0 1.5625vw 1.5625vw;
  border: 1px #ddd solid;
  background: #fff;
  position: fixed;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 2345667;
}
.weixin-prop p {
  width: 100%;
  font-size: 0.72916vw;
  text-align: center;
  color: #222;
  margin-top: 1.04166vw;
}
.weixin-close {
  width: 1.30208vw;
  height: 1.30208vw;
  position: absolute;
  right: 0.52083vw;
  top: 0.52083vw;
  line-height: 1.5625vw;
  text-align: center;
  font-size: 1.04166vw;
  color: #333;
  cursor: pointer;
}
.weixin-img {
  width: 7.29166vw;
  margin: 2.60416vw auto 0;
}
.weixin-img canvas {
  width: 7.29166vw;
  height: 7.29166vw;
}
/* pageSchedule */
.pageSchedule {
  width: 100%;
  padding: 0 0 4.16666vw;
}
.pageSchedule .tabBox {
  width: 100%;
}
.pageSchedule .tabBox li {
  flex: 1;
  margin-right: 1%;
  background-color: #fff;
  border-radius: 1.5625vw;
  padding: 0.78125vw 0;
  overflow: hidden;
  cursor: pointer;
  align-items: center;
  transition: all 0.6s ease;
}
.pageSchedule .tabBox li:last-child {
  margin-right: 0;
}
.pageSchedule .tabBox li .icon {
  width: 1.25vw;
  height: 1.25vw;
  background: url(../images/icon_date1.png) center center no-repeat;
  background-size: cover;
  margin-right: 0.52083vw;
  transition: all 0.6s ease;
}
.pageSchedule .tabBox li .p {
  font-size: 0.9375vw;
  line-height: 1.5625vw;
  color: #333;
  transition: all 0.6s ease;
}
.pageSchedule .tabBox li.on,
.pageSchedule .tabBox li:hover {
  background-color: #1883FE;
}
.pageSchedule .tabBox li.on .icon,
.pageSchedule .tabBox li:hover .icon {
  background: url(../images/icon_date2.png) center center no-repeat;
  background-size: cover;
}
.pageSchedule .tabBox li.on .p,
.pageSchedule .tabBox li:hover .p {
  color: #fff;
  font-weight: bold;
}
.pageSchedule .scheduleBox {
  width: 100%;
  margin-top: 3.125vw;
}
.pageSchedule .scheduleBox li {
  position: relative;
  display: none;
}
.pageSchedule .scheduleBox li::after {
  content: '';
  width: 1px;
  height: calc(100% - 2.08333vw);
  border-left: 2px solid #1883FE;
  position: absolute;
  top: -0.78125vw;
  left: 11.61458vw;
}
.pageSchedule .scheduleBox li:nth-child(1) {
  display: block;
}
.pageSchedule .scheduleBox .item {
  width: 100%;
  margin-bottom: 2.08333vw;
  align-items: center;
}
.pageSchedule .scheduleBox .item .tit {
  width: 9.375vw;
  border-radius: 1.5625vw;
  background-color: rgba(255, 255, 255, 0.6);
  border: 1px solid #fff;
  color: #333333;
  font-size: 1.04166vw;
  line-height: 1.45833vw;
  padding: 0.78125vw 0.52083vw;
  text-align: center;
  box-shadow: 0 1.04166vw 2.60416vw 0 rgba(24, 131, 254, 0.1);
  -webkit-box-shadow: 0 1.04166vw 2.60416vw 0 rgba(24, 131, 254, 0.1);
  -moz-box-shadow: 0 1.04166vw 2.60416vw 0 rgba(24, 131, 254, 0.1);
}
.pageSchedule .scheduleBox .item .q {
  width: 1.19791vw;
  height: 1.19791vw;
  background: url(../images/icon_q.png) center center no-repeat;
  background-size: cover;
  margin: 0 1.66666vw;
  position: relative;
  z-index: 1;
}
.pageSchedule .scheduleBox .item .txt {
  width: calc(100% - 13.90625vw);
  border-radius: 1.04166vw;
  background-color: rgba(255, 255, 255, 0.6);
  border: 1px solid #fff;
  padding: 2%;
  position: relative;
  box-shadow: 0 1.04166vw 2.60416vw 0 rgba(24, 131, 254, 0.1);
  -webkit-box-shadow: 0 1.04166vw 2.60416vw 0 rgba(24, 131, 254, 0.1);
  -moz-box-shadow: 0 1.04166vw 2.60416vw 0 rgba(24, 131, 254, 0.1);
}
.pageSchedule .scheduleBox .item .txt .t {
  color: #333333;
  font-size: 1.04166vw;
  line-height: 1.35416vw;
}
.pageSchedule .scheduleBox .item .txt .address {
  width: 100%;
  align-items: center;
  margin-top: 1.5%;
}
.pageSchedule .scheduleBox .item .txt .address img {
  width: 0.83333vw;
  display: block;
  margin-right: 0.3125vw;
}
.pageSchedule .scheduleBox .item .txt .address p {
  color: #999999;
  font-size: 0.83333vw;
  line-height: 1.04166vw;
  text-align: left;
}
.pageSchedule .scheduleBox .item .txt .more {
  display: block;
  width: 8.33333vw;
  height: 2.29166vw;
  border-radius: 1.25vw;
  color: #1883FE;
  font-size: 0.83333vw;
  line-height: 2.29166vw;
  text-align: center;
  border: 1px solid #1883FE;
  position: absolute;
  top: 50%;
  right: 3%;
  transform: translateY(-50%);
  transition: all 0.6s ease;
}
.pageSchedule .scheduleBox .item .txt .more:hover {
  background-color: #1883FE;
  color: #fff;
}
/* pageForumBox */
.pageForumBox {
  width: 100%;
  border-radius: 1.04166vw;
  overflow: hidden;
  position: relative;
}
.pageForumBox .img {
  width: 100%;
  display: block;
}
.pageForumBox .cont {
  width: 100%;
  position: absolute;
  top: 14%;
  left: 0;
  padding: 0 6%;
}
.pageForumBox .cont .logo {
  width: 6.66666vw;
  display: block;
}
.pageForumBox .cont .t {
  font-family: AlimamaShuHeiTi-Bold;
  font-size: 2.08333vw;
  line-height: 2.5vw;
  color: #ffffff;
  margin-top: 5%;
}
.pageForumBox .cont .time {
  margin-top: 2%;
  font-size: 0.83333vw;
  line-height: 1.04166vw;
  color: #ffffff;
}
.pageForumBox .cont .btnBox {
  margin-top: 5%;
}
.pageForumBox .cont .btn {
  display: block;
  width: 8.33333vw;
  height: 2.29166vw;
  border-radius: 1.25vw;
  border: 0.10416vw solid #ffffff;
  font-size: 0.83333vw;
  line-height: 2.29166vw;
  color: #ffffff;
  text-align: center;
  transition: all 0.6s ease;
}
.pageForumBox .cont .btn:hover {
  background-color: #fff;
  color: #1883FE;
}
.pageForumBox .cont .btn1 {
  display: block;
  width: 2.29166vw;
  height: 2.29166vw;
  border-radius: 50%;
  background: #fff url(../images/icon_arrow1.png) center center no-repeat;
  background-size: 1.25vw 1.25vw;
  margin-left: 0.52083vw;
  transition: all 0.6s ease;
}
.pageForumBox .cont .btn1:hover {
  background: #1883FE url(../images/icon_arrow2.png) center center no-repeat;
  background-size: 1.25vw 1.25vw;
}
/* pageForum */
.pageForum {
  width: 100%;
  margin-top: 1.5625vw;
  padding-bottom: 6.25vw;
}
.pageForum .lists {
  width: 100%;
}
.pageForum .lists li {
  width: 32%;
  margin: 0 2% 2.5% 0;
  overflow: hidden;
}
.pageForum .lists li:nth-child(3n) {
  margin: 0 0 2.5% 0;
}
.pageForum .lists li a {
  display: block;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  padding-bottom: 1.04166vw;
}
.pageForum .lists li .img {
  width: 100%;
  border-radius: 1.04166vw;
  overflow: hidden;
  position: relative;
}
.pageForum .lists li .img img {
  width: 100%;
  display: block;
}
.pageForum .lists li .t {
  color: #333333;
  font-size: 0.9375vw;
  line-height: 1.35416vw;
  margin-top: 1.04166vw;
  text-align: center;
}
/* pageForumD */
.pageForumD {
  width: 100%;
  padding: 2.60416vw 0 7.29166vw;
}
.pageForumD .video {
  width: 100%;
  border-radius: 1.04166vw;
  overflow: hidden;
}
.pageForumD .video video {
  width: 100%;
  display: block;
  object-fit: cover;
}
.pageForumD .box {
  width: 100%;
  margin-top: 2.08333vw;
  position: relative;
  border-radius: 1.04166vw;
  overflow: hidden;
}
.pageForumD .box img {
  width: 100%;
  display: block;
}
.pageForumD .box .cont {
  width: 100%;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  align-items: center;
  padding: 0 6%;
}
.pageForumD .box .cont .t {
  color: #ffffff;
  font-size: 0.9375vw;
  line-height: 2.08333vw;
  margin-right: 16%;
}
.pageForumD .box .cont .t p {
  font-size: 1.04166vw;
  font-weight: bold;
}
/* pageForumD1 */
.pageForumD1 {
  width: 100%;
  padding: 0 0 7.29166vw;
}
.pageForumD1 .title {
  font-size: 1.875vw;
  font-weight: bold;
  line-height: 2.39583vw;
  color: #333;
  text-align: center;
}
.pageForumD1 .time {
  color: #333;
  font-size: 0.83333vw;
  line-height: 1.35416vw;
  text-align: center;
  margin-top: 1.04166vw;
}
.pageForumD1 .time span {
  margin: 0 0.52083vw;
}
.pageForumD1 .text {
  /*font-size: 0.83333vw;*/
  /*line-height: 1.875vw;*/
  font-size: 0.9375vw;
  line-height: 1.97916vw;
  color: #333;
  margin-top: 2.08333vw;
}
.pageForumD1 .text video {
  max-width: 60%;
  display: block;
  margin: 0 auto;
}
.pageForumD1 .text img {
  max-width: 60%;
  height: auto !important;
  margin: 0 auto;
}
/* pageBooth */
.pageBooth {
  width: 100%;
  padding: 2.60416vw 0 7.29166vw;
}
.pageBooth .text {
  width: 60%;
  margin: 0 auto;
  border-radius: 1.04166vw;
  background-color: #ffffff;
  overflow: hidden;
}
.pageBooth .text img {
  width: 100%;
  display: block;
}
/* pageEnterprise */
.pageEnterprise {
  width: 100%;
  padding: 2.60416vw 0 7.29166vw;
}
.pageEnterprise .lists {
  width: 100%;
}
.pageEnterprise .lists li {
  width: 19.2%;
  margin: 0 1% 2% 0;
  overflow: hidden;
}
.pageEnterprise .lists li:nth-child(5n) {
  margin: 0 0 2% 0;
}
.pageEnterprise .lists li .img {
  width: 100%;
  border-radius: 1.04166vw;
  background-color: rgba(255, 255, 255, 0.6);
  border: 1px solid #fff;
  overflow: hidden;
}
.pageEnterprise .lists li .img img {
  width: 100%;
  display: block;
}
.pageEnterprise .lists li .t {
  color: #333333;
  font-size: 0.9375vw;
  line-height: 1.45833vw;
  text-align: center;
  margin-top: 0.83333vw;
}
/* pageEnterprise1 */
.pageEnterprise1 {
  width: 100%;
  padding: 2.60416vw 0 7.29166vw;
}
.pageEnterprise1 .lists {
  width: 100%;
}
.pageEnterprise1 .lists li {
  width: 24.25%;
  border-radius: 1.04166vw;
  background-color: #ffffff;
  margin: 0 1% 2% 0;
  overflow: hidden;
}
.pageEnterprise1 .lists li:nth-child(4n) {
  margin: 0 0 2% 0;
}
.pageEnterprise1 .lists li .img {
  width: 100%;
  height: 11.97916vw;
  overflow: hidden;
}
.pageEnterprise1 .lists li .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.pageEnterprise1 .lists li .pic {
  width: 40%;
  overflow: hidden;
  margin-top: 2%;
}
.pageEnterprise1 .lists li .pic img {
  width: 100%;
  display: block;
}
.pageEnterprise1 .lists li .t {
  color: #333333;
  font-size: 0.9375vw;
  line-height: 1.5625vw;
  font-weight: 600;
  padding: 0 1.45833vw 1.04166vw;
}
/* pageSolution */
.pageSolution {
  width: 100%;
  padding: 2.60416vw 0 7.29166vw;
}
.pageSolution .lists {
  width: 100%;
  margin-bottom: 1.5625vw;
}
.pageSolution .lists li {
  width: 100%;
  border-radius: 1.04166vw;
  background-color: rgba(255, 255, 255, 0.6);
  border: 1px solid #fff;
  margin-bottom: 1.04166vw;
  box-shadow: 0 1.04166vw 2.60416vw 0 rgba(24, 131, 254, 0.1);
  -webkit-box-shadow: 0 1.04166vw 2.60416vw 0 rgba(24, 131, 254, 0.1);
  -moz-box-shadow: 0 1.04166vw 2.60416vw 0 rgba(24, 131, 254, 0.1);
  transition: all 0.6s ease;
}
.pageSolution .lists li a {
  display: block;
  width: 100%;
  padding: 3%;
  align-items: center;
  position: relative;
}
.pageSolution .lists li a .icon {
  width: 2.91666vw;
  height: 2.91666vw;
  display: block;
  position: absolute;
  right: 2.5%;
  top: 50%;
  transform: translateY(-50%);
  opacity: 0;
  transition: all 0.6s ease;
}
.pageSolution .lists li a .cont {
  width: 100%;
}
.pageSolution .lists li a .tit {
  color: #333333;
  font-size: 1.04166vw;
  line-height: 1.45833vw;
  transition: all 0.6s ease;
}
.pageSolution .lists li a .txt {
  color: #999;
  font-size: 0.83333vw;
  line-height: 1.66666vw;
  margin-top: 1%;
  transition: all 0.6s ease;
}
.pageSolution .lists li:hover {
  background-color: #1883FE;
  border: 1px solid #1883FE;
}
.pageSolution .lists li:hover a .icon {
  opacity: 1;
}
.pageSolution .lists li:hover a .cont {
  padding-right: 3.4375vw;
}
.pageSolution .lists li:hover a .tit {
  color: #fff;
}
.pageSolution .lists li:hover a .txt {
  color: #fff;
}
/* pageRecruit */
.pageRecruit {
  width: 100%;
  padding: 2.6041vw 0 7.29166vw;
}
.pageRecruit ul {
  width: 100%;
}
.pageRecruit ul li {
  width: 100%;
  border-radius: 1.0416vw;
  overflow: hidden;
  position: relative;
  margin-bottom: 1.5625vw;
}
.pageRecruit ul li .img {
  width: 100%;
  display: block;
}
.pageRecruit ul li .cont {
  width: 100%;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  z-index: 2;
  padding: 1% 4%;
}
.pageRecruit ul li .cont .txt {
  width: 100%;
}
.pageRecruit ul li .cont .txt .p1 {
  color: #333;
  font-size: 1.35416vw;
  line-height: 1.5625vw;
  margin-bottom: 0.72916vw;
}
.pageRecruit ul li .cont .txt .p2 {
  color: #333;
  font-size: 0.72916vw;
  line-height: 1.5625vw;
}
.pageRecruit ul li .cont .btnBox {
  margin-top: 1.04166vw;
}
.pageRecruit ul li .cont .btnBox .btn1 {
  width: 8.33333vw;
  height: 2.29166vw;
  border-radius: 1.25vw;
  background-color: #1883FE;
  align-items: center;
  justify-content: center;
}
.pageRecruit ul li .cont .btnBox .btn1 img {
  width: 1.14583vw;
  height: 1.14583vw;
  display: block;
  margin-right: 0.3125vw;
}
.pageRecruit ul li .cont .btnBox .btn1 p {
  color: #ffffff;
  font-size: 0.83333vw;
  line-height: 1.35416vw;
}
.pageRecruit ul li .cont .btnBox .btn2 {
  display: block;
  margin-left: 1.04166vw;
  width: 5.20833vw;
  height: 2.29166vw;
  border-radius: 1.25vw;
  border: 1px solid #1883FE;
  background-color: #fff;
  text-align: center;
  position: relative;
  transition: all 0.6s ease;
}
.pageRecruit ul li .cont .btnBox .btn2 p {
  font-size: 0.83333vw;
  line-height: 2.29166vw;
  color: #1883FE;
  display: inline-block;
  transition: all 0.6s ease;
}
.pageRecruit ul li .cont .btnBox .btn2 img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
}
.pageRecruit ul li .cont .btnBox .btn2:hover {
  background-color: #1883FE;
}
.pageRecruit ul li .cont .btnBox .btn2:hover p {
  color: #fff;
}
/* pageCampus */
.pageCampus {
  width: 100%;
  padding: 2.6041vw 0 7.29166vw;
}
.pageCampus .lists {
  width: 100%;
  margin-bottom: 1.5625vw;
}
.pageCampus .lists li {
  width: 32%;
  border-radius: 1.04166vw;
  background-color: rgba(255, 255, 255, 0.6);
  border: 1px solid #fff;
  box-shadow: 0 1.04166vw 2.60416vw 0 rgba(24, 131, 254, 0.1);
  -webkit-box-shadow: 0 1.04166vw 2.60416vw 0 rgba(24, 131, 254, 0.1);
  -moz-box-shadow: 0 1.04166vw 2.60416vw 0 rgba(24, 131, 254, 0.1);
  margin: 0 2% 2% 0;
  padding: 1.9% 2% 1.5%;
  overflow: hidden;
}
.pageCampus .lists li:nth-child(3n) {
  margin: 0 0 2% 0;
}
.pageCampus .lists li .name {
  color: #333333;
  font-weight: bold;
  font-size: 1.25vw;
  line-height: 1.45833vw;
}
.pageCampus .lists li .cont {
  margin-top: 1.04166vw;
  align-items: center;
}
.pageCampus .lists li .cont .txt {
  color: #333333;
  font-size: 0.72916vw;
  line-height: 1.5625vw;
}
.pageCampus .lists li .cont .btn {
  width: 5.20833vw;
  height: 2.29166vw;
  border-radius: 1.14583vw;
  background-color: #1883FE;
}
.pageCampus .lists li .cont .btn img {
  width: 1.14583vw;
  height: 1.14583vw;
  display: block;
  margin-right: 0.20833vw;
}
.pageCampus .lists li .cont .btn p {
  color: #ffffff;
  font-size: 0.83333vw;
  line-height: 1.04166vw;
}
/* searchForm */
.searchForm {
  width: 20.83333vw;
  height: 2.60416vw;
  background-color: #fff;
  border: 0.10416vw solid #1883FE;
  border-radius: 2.70833vw;
  overflow: hidden;
  align-items: center;
}
.searchForm input {
  display: block;
  width: 84%;
  background-color: transparent;
  font-size: 0.83333vw;
  line-height: 1.35416vw;
  color: #333;
  padding-left: 1.25vw;
}
.searchForm button {
  display: block;
  width: 16%;
  height: 100%;
  cursor: pointer;
  background-color: transparent;
}
.searchForm button img {
  display: block;
  width: 34%;
  margin: 0 auto;
}
/* pageVideo */
.pageVideo {
  width: 100%;
  padding: 2.60416vw 0 6.25vw;
}
.pageVideo .lists {
  width: 100%;
  margin-bottom: 1.5625vw;
}
.pageVideo .lists li {
  width: 32%;
  margin: 0 2% 2.5% 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  overflow: hidden;
  cursor: pointer;
}
.pageVideo .lists li:nth-child(3n) {
  margin: 0 0 2.5% 0;
}
.pageVideo .lists li .img {
  width: 100%;
  border-radius: 1.04166vw;
  overflow: hidden;
  position: relative;
  background-color: #000;
}
.pageVideo .lists li .img .pic {
  width: 100%;
  display: block;
  opacity: 0.5;
  transition: all 0.6s ease;
}
.pageVideo .lists li .img .play {
  width: 3.33333vw;
  height: 3.33333vw;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.pageVideo .lists li .cont {
  padding: 1.04166vw 1.04166vw 0.78125vw 1.04166vw;
}
.pageVideo .lists li .t {
  color: #333333;
  font-size: 0.9375vw;
  line-height: 1.45833vw;
  margin-bottom: 0.10416vw;
}
.pageVideo .lists li .p {
  color: #999999;
  font-size: 0.72916vw;
  line-height: 1.25vw;
}
.pageVideo .lists li .p1 {
  margin: 0 0.52083vw;
}
.pageVideo .lists li:hover .img .pic {
  transform: scale(1.1);
}
.video-pop {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 10;
  display: none;
}
.video-pop .bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.6);
  z-index: 1;
}
.video-pop .main {
  width: 50%;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  background-color: #fff;
  padding: 1.04166vw;
  border-radius: 1.04166vw;
  z-index: 2;
}
.video-pop .close {
  width: 1.5625vw;
  height: 1.5625vw;
  position: absolute;
  top: -1.5625vw;
  right: -1.5625vw;
  background: url('../images/icon-14.png') center center no-repeat;
  background-size: cover;
  cursor: pointer;
}
.video-pop video {
  display: block;
  width: 100%;
}
.fixed-video-likepopup {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 15;
  display: none;
}
.fixed-video-likepopup span {
  max-width: 86%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: #fff;
  box-shadow: 0 0 0.72916vw rgba(0, 0, 0, 0.1);
  padding: 0.78125vw;
  font-size: 0.83333vw;
  line-height: 1.35416vw;
  color: #171a1d;
}
/* pagePromotion */
.pagePromotion {
  width: 100%;
  margin: 2.60416vw 0 8.33333vw;
  /*padding: 2.60416vw 0;*/
  position: relative;
}
.pagePromotion .imgBox {
  /*width: 72%;*/
  /*height: 30.3125vw;*/
  width: 74%;
  height: 31.14583vw;
  /*margin: 0 auto;*/
  border-radius: 1.04166vw;
  overflow: hidden;
}
.pagePromotion .imgBox img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.pagePromotion .videoBox {
  display: none;
  /*width: 72%;*/
  /*height: 30.3125vw;*/
  width: 74%;
  height: 31.14583vw;
  /*background-color: #000;*/
  /*margin: 0 auto;*/
}
.pagePromotion .videoBox video {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 1.04166vw;
  overflow: hidden;
}
.pagePromotion .videoBox .t1 {
  font-size: 1.25vw;
  line-height: 1.66666vw;
  font-weight: bold;
  margin-top: 1.04166vw;
  color: #333;
}
.pagePromotion .videoBox .t2 {
  font-size: 0.9375vw;
  line-height: 1.35416vw;
  margin-top: 0.52083vw;
  color: #666;
}
.pagePromotion .videoBox .t2 .s {
  display: inline-block;
  margin: 0 0.52083vw;
}
/* swiperPromotion */
.swiperPromotion {
  /*width: 100%;*/
  /*margin-bottom: 7.29166vw;*/
  /*width: 26%;*/
  width: 24%;
  height: 100%;
  position: absolute !important;
  top: 0;
  right: 0;
  /*padding-right: 3.64583vw !important;*/
  padding-right: 2.08333vw !important;
}
.swiperPromotion .arrow {
  width: 2.60416vw;
  height: 7.29166vw;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
}
.swiperPromotion .swiper-button-prev, .swiperPromotion .swiper-button-next {
  width: 2.60416vw;
  height: 2.60416vw;
  border-radius: 50%;
  background-color: #fff;
  margin-top: 0;
  position: absolute;
  right: 0;
  transform: rotate(90deg);
  transition: all 0.6s ease;
}
.swiperPromotion .swiper-button-prev::after, .swiperPromotion .swiper-button-next::after {
  font-size: 1.04166vw;
  color: #1883FE;
  transition: all 0.6s ease;
}
.swiperPromotion .swiper-button-prev {
  left: auto;
  top: 0;
}
.swiperPromotion .swiper-button-next {
  top: auto;
  bottom: 0;
}
.swiperPromotion .swiper-button-prev:hover, .swiperPromotion .swiper-button-next:hover {
  background-color: #1883FE;
}
.swiperPromotion .swiper-button-prev:hover::after, .swiperPromotion .swiper-button-next:hover::after {
  color: #fff;
}
.swiperPromotion .video-btn {
  width: 100%;
  height: 100%;
  border-radius: 1.04166vw;
  overflow: hidden;
  position: relative;
  background-color: #000;
  cursor: pointer;
}
.swiperPromotion .video-btn .pic {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  opacity: 0.5;
}
.swiperPromotion .video-btn .tit {
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  color: #fff;
  font-size: 0.72916vw;
  line-height: 0.9375vw;
  padding: 0.72916vw
}
.swiperPromotion .video-btn .play {
  display: block;
  width: 2.39583vw;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.swiperPromotion .video-btn .playOn {
  display: none;
}
.swiperPromotion .video-btn.on {
  border: 0.15625vw solid #1883FE;
}
.swiperPromotion .video-btn.on .playOn {
  display: block;
}
.swiperPromotion .video-btn.on .playOff {
  display: none;
}