/* 右侧导航 */
#fullPage-nav {
  _display: none;
  font-size: 12px;
}
#fullPage-nav li {
  width: 90px;
  height: auto;
  margin: 10px 0 0;
  vertical-align: middle;
}
#fullPage-nav li a {
  /*float           : right;*/
  width: 10px;
  height: 10px;
  text-decoration: none;
  margin-left: 30px;
  background-color: #747474;
  border-radius: 50%;
}
#fullPage-nav li .active {
  background-color: #5A99CC;
  border-radius: 20px;
  height: 33px;
  transition: all .8s;
}
#fullPage-nav span {
  display: none;
}
.fullPage-tooltip {
  float: right;
  top: 0;
  font: 12px "Microsoft Yahei";
  color: #8F9DA4;
  margin-left: 40px;
}
.cont {
  width: 1170px;
  margin: 0 auto;
  position: relative;
}
#mb_header {
  display: none;
}
#pc_header {
  width: 100%;
  height: 88px;
  background-color: transparent;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 99;
  display: flex;
  align-items: center;
  border-bottom: 1px solid rgba(255, 255, 255, 0.05);
}
#pc_header .cont {
  display: flex;
  justify-content: space-between;
}
#pc_header .cont .nav {
  list-style: none;
  position: relative;
  padding: 0;
}
#pc_header .cont .nav #header_line {
  display: block;
  width: 14px;
  height: 3px;
  background-color: #5A99CC;
  border-radius: 200px;
  position: absolute;
  bottom: 20px;
  left: 0;
}
#pc_header .cont .nav > li,
#pc_header .cont .nav .country_wapper {
  color: white;
  font-size: 15px;
  text-align: left;
  height: 88px;
  float: left;
  line-height: 88px;
  padding-right: 30px;
  cursor: pointer;
  position: relative;
}
#pc_header .cont .nav > li:hover,
#pc_header .cont .nav .country_wapper:hover {
  color: #5A99CC !important;
}
#pc_header .cont .nav > li:hover .country,
#pc_header .cont .nav .country_wapper:hover .country {
  display: block;
}
#pc_header .cont .nav > li .country,
#pc_header .cont .nav .country_wapper .country {
  position: absolute;
  top: 65px;
  left: 0;
  list-style: none;
  margin: 0;
  padding: 0;
  width: 114px;
  display: none;
}
#pc_header .cont .nav > li .country > li,
#pc_header .cont .nav .country_wapper .country > li {
  display: flex;
  align-items: center;
  color: white !important;
  justify-content: center;
  background-color: #696969;
  width: 100%;
  height: 37px;
}
#pc_header .cont .nav > li .country > li img,
#pc_header .cont .nav .country_wapper .country > li img {
  margin-right: 7px;
}
#pc_header .cont .nav > li .country > li:hover,
#pc_header .cont .nav .country_wapper .country > li:hover {
  background-color: #4D4D4D;
}
#pc_header .cont .logo {
  display: flex;
  align-items: center;
}
#pc_header .cont .logo img {
  width: 54px;
  height: 54px;
}
#pc_header .cont .logo h1 {
  font-size: 24px;
  color: #ffffff;
  margin-left: 20px;
}
.section {
  position: relative;
  overflow: hidden;
  background-color: #373737;
  color: white;
}
.section1 {
  overflow: hidden;
  background-image: url("../img/page1/page1bg.png");
  background-size: contain;
  background-position: center center;
  background-repeat: repeat;
}
.section1 #saomiao {
  animation: rotateBg 10s infinite linear;
  width: 1750px;
  height: 1750px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -875px;
  margin-top: -875px;
  z-index: 1;
}
.section1 .cont .page1_point {
  position: absolute;
  z-index: 5;
}
.section1 .cont .page1_point .page1_point_center {
  z-index: 5;
  position: absolute;
  left: 36px;
  top: 36px;
}
.section1 .cont .page1_point .page1_point_center .center {
  background-color: white;
  width: 10px;
  height: 10px;
  border-radius: 50%;
}
.section1 .cont .page1_point .page1_point_center .spread {
  position: absolute;
  left: 0;
  top: 0;
}
.section1 .cont .page1_point .page1_point_center .spread::after,
.section1 .cont .page1_point .page1_point_center .spread::before {
  content: '';
  background-color: white;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  position: absolute;
  left: 0;
  top: 0;
}
.section1 .cont .page1_point .page1_point_center .spread::after {
  background-color: rgba(255, 255, 255, 0.4);
  animation: scalePage1 1.8s infinite ease-in-out;
}
.section1 .cont .page1_point .page1_point_center .spread::before {
  background-color: rgba(255, 255, 255, 0.2);
  animation: scale2Page1 1.8s infinite ease-in-out;
}
.section1 .cont .page1_point .tip {
  position: absolute;
  left: -232px;
  top: -69px;
  display: none;
}
.section1 .cont .page1_point .tip span {
  position: absolute;
  top: 15px;
  left: 0;
}
.section1 .cont .page1_point:hover .tip {
  display: block;
  animation: page1show 0.7s forwards ease-in-out;
}
.section1 .video_contain {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 9999;
  display: none;
  background-color: rgba(0, 0, 0, 0.7);
}
.section1 .video_contain .content {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 1000px;
  height: 562px;
}
.section1 .video_contain .content .vi-close {
  position: absolute;
  bottom: -96px;
  left: 50%;
  transform: translateX(-50%);
  cursor: pointer;
}
.section1 .video_contain .content .play_btn {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  cursor: pointer;
}
.section1 .section1_bg {
  width: 1698px;
  height: 100%;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 88px;
  z-index: 3;
  background-image: url("../img/page1/221@2x.png");
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.section1 .section1_bg h2 {
  font-size: 52px;
  color: #ffffff;
  position: relative;
  top: -88px;
}
.section1 .section1_bg .title_bg {
  font-size: 20px;
  color: #ffffff;
  position: relative;
  top: -130px;
  background-image: url("../img/page1/sg1titlebg.png");
  background-size: 100% 100%;
  background-position: center center;
  background-repeat: no-repeat;
  padding: 10px 35px;
  display: flex;
  justify-content: space-between;
/*   0404 by lee */
  min-width: 450px;
  
/*   min-width: 570px; */
}
.section1 .section1_bg .title_bg p {
  margin: 0;
}
.section1 .section1_bg .button_list {
  position: absolute;
  bottom: 250px;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  display: flex;
  justify-content: center;
}
.section1 .section1_bg .button_list .but {
  width: 160px;
  height: 41px;
  background-color: #2B2B2B;
  display: flex;
  border: 1px solid rgba(255, 255, 255, 0.5);
  border-radius: 200px;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  margin: 0 8px;
/* 0404th  edit by lee */
  margin-left:50px;
}
.section1 .section1_bg .button_list .but:hover {
  background-color: #414141;
}
.section1 .section1_bg .button_list .but span {
  margin-left: 10px;
  font-size: 15px;
  color: #ffffff;
}
.section1 .section1_bg .img5 {
  position: absolute;
  bottom: 120px;
  left: 50%;
  transform: translateX(-50%);
  animation: arrowAnimate 1s infinite ease;
}
.section2 {
  background-image: url("../img/page2/page2bg.png");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}
.section2 .img5 {
  position: absolute;
  bottom: 40px;
  left: 50%;
  transform: translateX(-50%);
  animation: arrowAnimate 1s infinite ease;
}
.section2 .page2line1,
.section2 .page2line2,
.section2 .page2line3,
.section2 .page2line4 {
  position: absolute;
  left: 0;
  top: 250px;
}
.section2 .page2_carousel {
  position: absolute;
  top: 25%;
  left: 50%;
  transform: translateX(-50%);
}
.section2 .swiper-container {
  width: 800px;
  height: 640px;
}
.section2 .swiper-container .swiper-slide-next .item {
  width: 800px !important;
}
.section2 .swiper-container .swiper-slide-next .item img.unact {
  display: none !important;
}
.section2 .swiper-container .swiper-slide-next .item img.act {
  display: block !important;
}
.section2 .swiper-container .swiper-slide-next .item > div h3 {
  font-size: 24px;
  color: #ffffff;
}
.section2 .swiper-container .swiper-slide-next .item > div p {
  font-size: 16px;
  color: #cacaca;
}
.section2 .swiper-container .item {
  width: 460px;
  height: 200px;
  display: flex;
  justify-content: center;
  align-items: center;
  padding-left: 65px;
}
.section2 .swiper-container .item img.unact {
  display: block;
}
.section2 .swiper-container .item img.act {
  display: none;
}
.section2 .swiper-container .item > div {
  margin-left: 25px;
}
.section2 .swiper-container .item > div h3 {
  font-size: 16px;
  color: #8080807A;
  margin: 0 0 20px 0;
}
.section2 .swiper-container .item > div p {
  width: 330px;
  font-size: 12px;
  color: #8080807A;
}
.section2 .swiper-container #page2_swiper-button-next,
.section2 .swiper-container #page2_swiper-button-prev {
  width: 800px;
  height: 170px;
  background-color: transparent;
  position: absolute;
  cursor: pointer;
  z-index: 999;
}
.section2 h2 {
  position: absolute;
  top: 12%;
  left: 50%;
  transform: translateX(-50%);
  font-size: 36px;
  color: #62b0f0;
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
}
.section2 h2 img {
  margin-top: 25px;
}
.section3 {
  background-image: url("../img/page3/page3bg.png");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}
.section3 .img5 {
  position: absolute;
  bottom: 40px;
  left: 50%;
  transform: translateX(-50%);
  animation: arrowAnimate 1s infinite ease;
}
.section3 .cont {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.section3 .cont h2 {
  position: absolute;
  top: 12%;
  left: 50%;
  transform: translateX(-50%);
  font-size: 36px;
  color: #62b0f0;
}
.section3 .cont .bg1 {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
}
.section3 .cont .bg2 {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
}
.section3 .cont .bg3 {
  z-index: 3;
  animation: rotateBg 40s infinite linear;
}
.section3 .cont .title {
  z-index: 3;
  position: absolute;
  transform: translate(-50%, -50%);
}
.section3 .cont .title h3 {
  font-size: 24px;
  color: #62b0f0;
}
.section3 .cont .title p {
  font-size: 16px;
  color: #ffffff;
}
.section3 .cont .title_1 {
  top: 43%;
  left: 22%;
}
.section3 .cont .title_1 p {
  text-align: right;
}
.section3 .cont .title_2 {
  top: 43%;
  left: 82%;
}
.section3 .cont .title_3 {
  top: 75%;
  left: 25%;
}
.section3 .cont .title_3 h3,
.section3 .cont .title_3 p {
  text-align: right;
}
.section3 .cont .title_4 {
  top: 75%;
  left: 75%;
}
.section4 {
  background-image: url("../img/page4/组 24.png");
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
.section4 .img5 {
  position: absolute;
  bottom: 40px;
  left: 50%;
  transform: translateX(-50%);
  animation: arrowAnimate 1s infinite ease;
}
.section4.active .topimg {
  top: -165px;
  opacity: 1;
  transition-delay: 0.7s;
}
.section4.active .bottomimg {
  bottom: -165px;
  opacity: 1;
  transition-delay: 0.7s;
}
.section4 .topimg {
  width: 100%;
  height: 360px;
  position: absolute;
  top: -360px;
  left: 50%;
  transition: all 1.7s;
  opacity: 0;
  transform: translateX(-50%);
  background-image: url("../img/page4/3d.png");
  background-position: center bottom;
  background-size: cover;
  background-repeat: no-repeat;
}
.section4 .bottomimg {
  width: 100%;
  height: 360px;
  position: absolute;
  bottom: -360px;
  left: 50%;
  transition: all 1.7s;
  opacity: 0;
  transform: translateX(-50%);
  background-image: url("../img/page4/3D 拷贝@2x.png");
  background-position: center top;
  background-size: cover;
  background-repeat: no-repeat;
}
.section4 .cont {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.section4 .cont h2 {
  font-size: 36px;
  color: #62b0f0;
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
}
.section4 .cont h2 img {
  margin-top: 25px;
}
.section4 .cont .img1,
.section4 .cont .img2 {
  cursor: pointer;
  width: 36px;
  height: 36px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  margin: 10px 0;
}
.section4 .cont .img1:hover,
.section4 .cont .img2:hover {
  background-color: #4C4C4C;
}
.section4 .cont .swiper-container {
  width: 800px;
  height: 190px;
}
.section4 .cont .swiper-container .swiper-slide {
  display: flex;
  align-items: center;
  justify-content: center;
}
.section4 .cont .swiper-container .swiper-slide .page4_carousel_item {
  text-align: center;
  font-size: 18px;
  color: #555555;
  position: relative;
}
.section4 .cont .swiper-container .swiper-slide-active .page4_carousel_item {
  font-size: 24px;
  color: #ffffff;
}
.section4 .cont .swiper-container .swiper-slide-active .page4_carousel_item::after {
  content: url("../img/page4/三角 拷贝.png");
  position: absolute;
  right: -30px;
  top: 0;
}
.section4 .cont .swiper-container .swiper-slide-active .page4_carousel_item::before {
  content: url("../img/page4/三角 拷贝 2.png");
  position: absolute;
  left: -30px;
  top: 0;
}
.section4 .cont .year {
  width: 500px;
  display: flex;
  justify-content: space-between;
  color: rgba(98, 176, 240, 0.4);
}
.section4 .cont .year .year_item_y {
  cursor: pointer;
}
.section5 {
  background-image: url("../img/page1/page1bg.png");
  background-size: contain;
  background-position: center center;
  background-repeat: repeat;
}
.section5 .img5 {
  position: absolute;
  bottom: 50px;
  left: 50%;
  transform: translateX(-50%);
  animation: arrowAnimate 1s infinite ease;
}
.section5 .cont {
  width: 1130px;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.section5 .cont .page5_swiper-button-next,
.section5 .cont .page5_swiper-button-prev {
  position: absolute;
  top: 55%;
  width: 36px;
  height: 36px;
  z-index: 999;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
}
.section5 .cont .page5_swiper-button-next:hover,
.section5 .cont .page5_swiper-button-prev:hover {
  background-color: #4C4C4C;
/*   border-radius: 50%; */
}
.section5 .cont .page5_swiper-button-next {
  right: -60px;
}
.section5 .cont .page5_swiper-button-prev {
  left: -60px;
}
.section5 .cont #swiper-container-page5-mb {
  display: none;
}
.section5 .cont #swiper-container-page5_pc {
  display: flex;
  align-items: flex-end;
  flex-direction: column;
  cursor: pointer;
}
.section5 .cont #swiper-container-page5_pc:hover .avater img {
  width: 120%;
  height: 120%;
}
.section5 .cont #swiper-container-page5_pc:hover h2 {
  color: #62B0F0;
}
.section5 .cont #swiper-container-page5_pc h2 {
  width: 300px;
  text-align: left;
  font-size: 20px;
  color: #ffffff;
}
.section5 .cont #swiper-container-page5_pc p {
  text-align: left;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  width: 300px;
  font-size: 16px;
  color: #999999;
}
.section5 .cont #swiper-container-page5_pc .avater {
  width: 300px;
  height: 200px;
  overflow: hidden;
  position: relative;
}
.section5 .cont #swiper-container-page5_pc .avater img {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  transition: all 0.2s ease-in;
}
.section5 .cont #swiper-container-page5_pc p:last-of-type {
  font-size: 14px;
}
.section5 .cont .swiper-container {
  width: 100%;
}
.section5 .cont .swiper-container .swiper-slide-active .page5_carousel_item .avater {
  width: 480px;
  height: 300px;
}
.section5 .cont > h2 {
  font-size: 36px;
  color: #62b0f0;
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  margin-bottom: 80px;
}
.section5 .cont > h2 img {
  margin-top: 25px;
}
.section6 {
  background-image: url("../img/page1/page1bg.png");
  background-size: contain;
  background-position: center center;
  background-repeat: repeat;
}
.section6 .footer {
  width: 100%;
  height: 72px;
  border-top: 1px solid #3D3D3D;
  font-size: 16px;
  color: #666666;
  text-align: center;
  line-height: 72px;
  position: absolute;
  bottom: 0;
  left: 0;
}
.section6 .cont {
  height: 100%;
  position: relative;
}
.section6 .cont .form_warp {
  position: absolute;
  left: 100px;
  top: 300px;
}
.section6 .cont .form_warp h3 {
  font-size: 24px;
  color: #ffffff;
  font-weight: 400;
}
.section6 .cont .form_warp .button {
  width: 98px;
  height: 35px;
  font-size: 18px;
  color: #ffffff;
  border: 1px solid #666666;
  text-align: center;
  line-height: 35px;
  margin-top: 30px;
  cursor: pointer;
}
.section6 .cont .form_warp .button:hover {
  background-color: #414141;
}
.section6 .cont .form_warp .form_item {
  display: flex;
  justify-content: space-between;
}
.section6 .cont .form_warp .form_item > div {
  margin: 0 15px 0 0;
  padding: 12px 0;
  height: 28px;
  border-bottom: 1px solid #999999;
}
.section6 .cont .form_warp .form_item > div > input,
.section6 .cont .form_warp .form_item > div > textarea {
  background: transparent;
  font-size: 18px;
  color: #ffffff;
  border: none;
  outline: none;
}
.section6 .cont .form_warp .form_item > div > textarea {
  width: 100%;
  height: 26px;
}
.section6 .cont .form_warp .add {
  font-size: 18px;
  color: #999999;
  display: flex;
  justify-content: space-between;
  margin: 30px 0;
}
.section6 .cont .form_warp .add > div {
  margin: 0 10px 0 0;
}
.section6 .cont .form_warp .share_btn {
  display: flex;
  justify-content: space-between;
  width: 490px;
  margin: 30px 0;
}
.section6 .cont .form_warp .share_btn > div {
  width: 38px;
  height: 38px;
  border: 1px solid silver;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  border-radius: 50%;
}
.section6 .cont .form_warp .share_btn > div:hover i {
  color: white !important;
}
.section6 .cont .form_warp .share_btn > div i {
  font-size: 18px;
  color: #999999;
}
.section6 .cont .bg_img {
  position: absolute;
  right: -150px;
  top: 245px;
}
.section6 .cont h2 {
  position: absolute;
  top: 12%;
  left: 50%;
  transform: translateX(-50%);
  font-size: 36px;
  color: #62b0f0;
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
}
.section6 .cont h2 img {
  margin-top: 25px;
}
.fixedDiv {
  position: fixed;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 100px;
  z-index: 999;
}
.fixedDiv .app_code {
  position: absolute;
  left: -180px;
  top: 120px;
  display: none;
}
.fixedDiv .weixin_code {
  position: absolute;
  left: -180px;
  top: 215px;
  display: none;
}
.fixedDiv .item {
  height: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  font-size: 14px;
  color: #999999;
  background-color: #464646;
  text-align: center;
  cursor: pointer;
}
.fixedDiv .item span,
.fixedDiv .item p {
  margin: 7px 0 0 0;
}
.fixedDiv .item:hover {
  background-color: #242424;
}
.fixedDiv .item:hover .app_code,
.fixedDiv .item:hover .weixin_code {
  display: block;
}
@keyframes rotateBg {
  0% {
    transform: rotate(0deg);
  }
  50% {
    transform: rotate(180deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes arrowAnimate {
  0% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(10px);
  }
  100% {
    transform: translateY(0);
  }
}
@keyframes scalePage1 {
  0% {
    transform: scale(1);
    opacity: 1;
  }
  100% {
    transform: scale(5);
    opacity: 0;
  }
}
@keyframes scale2Page1 {
  0% {
    transform: scale(1);
    opacity: 1;
  }
  100% {
    transform: scale(10);
    opacity: 0;
  }
}
@keyframes page1show {
  0% {
    display: none;
    opacity: 0;
  }
  100% {
    display: block;
    opacity: 1;
  }
}
@media (max-width: 768px) {
  #fullPage-nav.left {
    left: -22px !important;
  }
  #pc_header,
  .fixedDiv {
    display: none;
  }
  #mb_header {
    display: flex;
    justify-content: space-between;
    align-content: center;
    width: 100%;
    height: 50px;
    /*background-color: #363636;*/
    position: fixed;
    top: 0;
    left: 0;
    z-index: 101;
    align-items: center;
    border-bottom: 1px solid rgba(255, 255, 255, 0.05);
    padding: 0 20px;
    box-sizing: border-box;
  }
  #mb_header .logo {
    display: flex;
    align-items: center;
  }
  /*#mb_header .logo img {
    width: 34px;
    height: 34px;
  }*/
  #mb_header .img{
    background-image: url("../img/page1/PNGLOGO@2x.png");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
  }
  #mb_header .logo h1 {
    font-size: 18px;
    color: #ffffff;
    margin-left: 10px;
  }
  #mb_header #nav_btn {
    color: white;
    font-size: 16px;
  }
  #mb_header .nav {
    position: absolute;
    top: 50px;
    left: 0;
    width: 100%;
    list-style: none;
    padding: 0;
    margin: 0;
    background-color: #363636;
    overflow: hidden;
    display: none;
  }
  #mb_header .nav li {
    width: 100%;
    height: 45px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.05);
    line-height: 50px;
    padding: 0 20px;
    font-size: 14px;
  }
  #mb_header .nav li:first-child {
    border-top: 1px solid rgba(255, 255, 255, 0.05);
  }
  .section1 {
    overflow: hidden;
    background-image: url("../img/page1/page1bg.png");
    background-size: contain;
    background-position: center center;
    background-repeat: repeat;
  }
  .section1 #saomiao {
    animation: rotateBg 10s infinite linear;
    width: 1750px;
    height: 1750px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -875px;
    margin-top: -875px;
    z-index: 1;
  }
  .section1 .cont {
    width: auto !important;
  }
  .section1 .cont .page1_point {
    position: absolute;
    z-index: 5;
  }
  .section1 .cont .page1_point .page1_point_center {
    z-index: 5;
    position: absolute;
    left: 36px;
    top: 36px;
  }
  .section1 .cont .page1_point .page1_point_center .center {
    background-color: white;
    width: 10px;
    height: 10px;
    border-radius: 50%;
  }
  .section1 .cont .page1_point .page1_point_center .spread {
    position: absolute;
    left: 0;
    top: 0;
  }
  .section1 .cont .page1_point .page1_point_center .spread::after,
  .section1 .cont .page1_point .page1_point_center .spread::before {
    content: '';
    background-color: white;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    position: absolute;
    left: 0;
    top: 0;
  }
  .section1 .cont .page1_point .page1_point_center .spread::after {
    background-color: rgba(255, 255, 255, 0.4);
    animation: scalePage1 1.8s infinite ease-in-out;
  }
  .section1 .cont .page1_point .page1_point_center .spread::before {
    background-color: rgba(255, 255, 255, 0.2);
    animation: scale2Page1 1.8s infinite ease-in-out;
  }
  .section1 .cont .page1_point .tip {
    position: absolute;
    left: -232px;
    top: -69px;
    display: none;
  }
  .section1 .cont .page1_point .tip span {
    position: absolute;
    top: 15px;
    left: 0;
  }
  .section1 .cont .page1_point:hover .tip {
    display: block;
    animation: page1show 0.7s forwards ease-in-out;
  }
  .section1 .video_contain {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 9999;
    display: none;
    background-color: rgba(0, 0, 0, 0.7);
  }
  .section1 .video_contain .content {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    height: auto;
  }
  .section1 .video_contain .content video {
    width: 100%;
  }
  .section1 .video_contain .content .vi-close {
    position: absolute;
    bottom: -96px;
    left: 50%;
    transform: translateX(-50%);
    cursor: pointer;
  }
  .section1 .video_contain .content .play_btn {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    cursor: pointer;
  }
  .section1 .section1_bg {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: -15px;
    z-index: 3;
    background-image: url("../img/page1/221@2x.png");
    background-size: 100%;
    background-position: center center;
    background-repeat: no-repeat;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    padding: 0 20px;
    box-sizing: border-box;
  }
  .section1 .section1_bg h2 {
    font-size: 25px;
    color: #ffffff;
    position: relative;
    top: -138px;
  }
  .section1 .section1_bg .title_bg {
    font-size: 16px;
    color: #ffffff;
    position: relative;
    top: -143px;
    background-image: url("../img/page1/sg1titlebg.png");
    background-size: 100% 100%;
    background-position: center center;
    background-repeat: no-repeat;
    padding: 10px 35px;
    display: flex;
    justify-content: space-between;
    flex-direction: column;
    min-width: 200px;
  }
  .section1 .section1_bg .title_bg p {
    margin: 0;
  }
  .section1 .section1_bg .button_list {
   /* position: absolute;*/
    bottom: 178px;
    left: 45%;
    /*transform: translateX(-50%);*/
    width: 208%;
    height: 12%;
    /*display: flex;*/
    align-items: center;
    justify-content: center;
   /* padding: 0 20px;*/
   /* box-sizing: border-box;*/
  }
  .section1 .section1_bg .button_list .but {
    width: 188px;
    height: 41px;
    /*margin: 0 5px;*/
    background-color: #2B2B2B;
   /* display: flex;*/
    border: 1px solid rgba(255, 255, 255, 0.5);
    border-radius: 200px;
    /*align-items: center;*/
    /*justify-content: center;*/
    cursor: pointer;
    /*padding: 0 3px;*/
    margin-top: 30px;
  }
  .section1 .section1_bg .button_list .but:hover {
    background-color: #414141;
  }
  .section1 .section1_bg .button_list .but span {
    margin-left: 5px;
    font-size: 15px;
    color: #ffffff;
  }
  .section1 .section1_bg .img5 {
    position: absolute;
    bottom: 110px;
    left: 50%;
    transform: translateX(-50%);
    animation: arrowAnimate 1s infinite ease;
  }
  .section2 {
    background-image: url("../img/page2/page2bg.png");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
  }
  .section2 .img5 {
    position: absolute;
    bottom: 20px;
    left: 50%;
    transform: translateX(-50%);
    animation: arrowAnimate 1s infinite ease;
  }
  .section2 .page2line1,
  .section2 .page2line2,
  .section2 .page2line3,
  .section2 .page2line4 {
    position: absolute;
    left: 0;
    top: 250px;
  }
  .section2 .page2_carousel {
    position: absolute;
    top: 25%;
    left: 50%;
    transform: translateX(-50%);
  }
  .section2 .page2_carousel.cont {
    width: 75%;
  }
  .section2 .swiper-container {
    width: 100%;
    height: 510px;
  }
  .section2 .swiper-container .swiper-slide-next .item {
    width: auto !important;
  }
  .section2 .swiper-container .swiper-slide-next .item img.unact {
    display: none !important;
  }
  .section2 .swiper-container .swiper-slide-next .item img.act {
    display: block !important;
  }
  .section2 .swiper-container .swiper-slide-next .item > div h3 {
    font-size: 24px;
    color: #ffffff;
  }
  .section2 .swiper-container .swiper-slide-next .item > div p {
    font-size: 16px;
    color: white;
  }
  .section2 .swiper-container .item {
    width: 100%;
    height: 200px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    padding-left: 0;
  }
  .section2 .swiper-container .item img {
    width: 50px !important;
  }
  .section2 .swiper-container .item img.unact {
    display: block;
  }
  .section2 .swiper-container .item img.act {
    display: none;
  }
  .section2 .swiper-container .item > div {
    margin-left: 25px;
  }
  .section2 .swiper-container .item > div h3 {
    font-size: 16px;
    /*color: gray;*/
    /*opacity: 0.5;*/
    margin: 0 0 20px 0;
  }
  .section2 .swiper-container .item > div p {
    width: 100%;
    font-size: 12px;
  }
  .section2 .swiper-container #page2_swiper-button-next,
  .section2 .swiper-container #page2_swiper-button-prev {
    width: 100%;
    height: 170px;
    background-color: transparent;
    position: absolute;
    cursor: pointer;
    z-index: 999;
  }
  .section2 h2 {
    position: absolute;
    top: 10%;
    left: 50%;
    transform: translateX(-50%);
    font-size: 20px;
    color: #62b0f0;
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    width: 100%;
  }
  .section2 h2 img {
    margin-top: 15px;
  }
  .section3 {
    background-image: url("../img/page3/page3bg.png");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
  }
  .section3 .img5 {
    position: absolute;
    bottom: 20px;
    left: 50%;
    transform: translateX(-50%);
    animation: arrowAnimate 1s infinite ease;
  }
  .section3 .cont {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .section3 .cont h2 {
    position: absolute;
    top: 10%;
    left: 50%;
    transform: translateX(-50%);
    font-size: 24px;
    color: #62b0f0;
  }
  .section3 .cont .bg1 {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 1;
  }
  .section3 .cont .bg2 {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 2;
  }
  .section3 .cont .bg3 {
    z-index: 3;
    animation: rotateBg 40s infinite linear;
  }
  .section3 .cont .bg3 img {
    width: 80%;
    display: block;
    margin: 0 auto;
  }
  .section3 .cont .title {
    z-index: 3;
    position: absolute;
    transform: translate(-50%, -50%);
    width: 100px;
  }
  .section3 .cont .title h3 {
    font-size: 16px;
    color: #62b0f0;
  }
  .section3 .cont .title p {
    font-size: 12px;
    color: #ffffff;
  }
  .section3 .cont .title_1 {
    top: 35%;
    left: 25%;
  }
  .section3 .cont .title_1 h3,
  .section3 .cont .title_1 p {
    text-align: left;
  }
  .section3 .cont .title_2 {
    top: 36%;
    left: 75%;
  }
  .section3 .cont .title_3 {
    top: 73%;
    left: 25%;
  }
  .section3 .cont .title_3 h3,
  .section3 .cont .title_3 p {
    text-align: left;
  }
  .section3 .cont .title_4 {
    top: 74%;
    left: 75%;
  }
  .section4 {
    background-image: url("../img/page4/组 24.png");
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
  }
  .section4 .img5 {
    position: absolute;
    bottom: 20px;
    left: 50%;
    transform: translateX(-50%);
    animation: arrowAnimate 1s infinite ease;
  }
  .section4.active .topimg {
    top: -165px;
    opacity: 1;
    transition-delay: 0.7s;
  }
  .section4.active .bottomimg {
    bottom: -165px;
    opacity: 1;
    transition-delay: 0.7s;
  }
  .section4 .topimg {
    width: 100%;
    height: 260px;
    position: absolute;
    top: -360px;
    left: 50%;
    transition: all 1.7s;
    opacity: 0;
    transform: translateX(-50%);
    background-image: url("../img/page4/3D 拷贝 2@2x.png");
    background-position: center bottom;
    background-size: cover;
    background-repeat: no-repeat;
  }
  .section4 .bottomimg {
    width: 100%;
    height: 220px;
    position: absolute;
    bottom: -360px;
    left: 50%;
    transition: all 1.7s;
    opacity: 0;
    transform: translateX(-50%);
    background-image: url("../img/page4/3D 拷贝@2x.png");
    background-position: center top;
    background-size: cover;
    background-repeat: no-repeat;
  }
  .section4 .cont {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
  }
  .section4 .cont h2 {
    font-size: 24px;
    color: #62b0f0;
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
  }
  .section4 .cont h2 img {
    margin-top: 15px;
  }
  .section4 .cont .img1,
  .section4 .cont .img2 {
    cursor: pointer;
    width: 36px;
    height: 36px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    margin: 10px 0;
  }
  .section4 .cont .img1:hover,
  .section4 .cont .img2:hover {
    background-color: #4C4C4C;
  }
  .section4 .cont .swiper-container {
    width: 95%;
    height: 190px;
  }
  .section4 .cont .swiper-container .swiper-slide {
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .section4 .cont .swiper-container .swiper-slide .page4_carousel_item {
    text-align: center;
    font-size: 12px;
    color: #555555;
    position: relative;
  }
  .section4 .cont .swiper-container .swiper-slide-active .page4_carousel_item {
    font-size: 16px;
    color: #ffffff;
  }
  .section4 .cont .swiper-container .swiper-slide-active .page4_carousel_item::after {
    content: url("../img/page4/三角 拷贝.png");
    position: absolute;
    right: -30px;
    top: 0;
  }
  .section4 .cont .swiper-container .swiper-slide-active .page4_carousel_item::before {
    content: url("../img/page4/三角 拷贝 2.png");
    position: absolute;
    left: -30px;
    top: 0;
  }
  .section4 .cont .year {
    width: 95%;
    display: flex;
    justify-content: space-between;
    color: rgba(98, 176, 240, 0.4);
  }
  .section4 .cont .year .year_item_y {
    cursor: pointer;
  }
  .section5 {
    background-image: url("../img/page1/page1bg.png");
    background-size: contain;
    background-position: center center;
    background-repeat: repeat;
  }
  .section5 .img5 {
    position: absolute;
    bottom: 20px;
    left: 50%;
    transform: translateX(-50%);
    animation: arrowAnimate 1s infinite ease;
  }
  .section5 .cont {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
  }
  .section5 .cont .page5_swiper-button-next,
  .section5 .cont .page5_swiper-button-prev {
    position: absolute;
    top: 55%;
    width: 36px;
    height: 36px;
    z-index: 999;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .section5 .cont .page5_swiper-button-next:hover,
  .section5 .cont .page5_swiper-button-prev:hover {
    background-color: #4C4C4C;
    border-radius: 50%;
  }
  .section5 .cont .page5_swiper-button-next {
    right: -60px;
  }
  .section5 .cont .page5_swiper-button-prev {
    left: -60px;
  }
  .section5 .cont #swiper-container-page5_pc {
   /* display: none;*/
  }
  .section5 .cont #swiper-container-page5-mb {
    width: 85vw;
    display: flex;
    align-items: flex-end;
    flex-direction: column;
    cursor: pointer;
  }
  .section5 .cont #swiper-container-page5-mb .swiper-slide {
    width: 100%;
  }
  .section5 .cont #swiper-container-page5-mb .swiper-slide .page5_carousel_item {
    width: 100%;
    display: flex;
    align-items: flex-start;
    flex-direction: column;
    cursor: pointer;
  }
  .section5 .cont #swiper-container-page5-mb .swiper-slide .page5_carousel_item h2 {
    width: 100%;
    text-align: left;
    font-size: 20px;
    color: #ffffff;
  }
  .section5 .cont #swiper-container-page5-mb .swiper-slide .page5_carousel_item p {
    text-align: left;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    width: 100%;
    font-size: 16px;
    color: #999999;
  }
  .section5 .cont #swiper-container-page5-mb .swiper-slide .page5_carousel_item .avater {
    width: 100%;
    height: 200px;
    overflow: hidden;
    position: relative;
  }
  .section5 .cont #swiper-container-page5-mb .swiper-slide .page5_carousel_item .avater img {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    transition: all 0.2s ease-in;
  }
  .section5 .cont #swiper-container-page5-mb .swiper-slide .page5_carousel_item p:last-of-type {
    font-size: 14px;
  }
  .section5 .cont > h2 {
    width: 100%;
    font-size: 24px;
    color: #62b0f0;
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    margin-bottom: 10px;
  }
  .section5 .cont > h2 img {
    margin-top: 15px;
  }
  .section6 {
    background-image: url("../img/page1/page1bg.png");
    background-size: contain;
    background-position: center center;
    background-repeat: repeat;
  }
  .section6 .footer {
    width: 100%;
    height: 31px;
    border-top: none;
    font-size: 14px;
    color: #666666;
    text-align: center;
    line-height: 14px;
    position: absolute;
    bottom: 7px;
    left: 0;
  }
  .section6 .cont {
    width: 100%;
    height: 100%;
    position: relative;
  }
  .section6 .cont .form_warp {
    position: absolute;
    left: 50%;
    top: 22%;
    transform: translateX(-50%);
    width: 85%;
  }
  .section6 .cont .form_warp h3 {
    font-size: 16px;
    color: #ffffff;
    font-weight: 400;
  }
  .section6 .cont .form_warp .button {
    width: 98px;
    height: 24px;
    font-size: 14px;
    color: #ffffff;
    border: 1px solid #666666;
    text-align: center;
    line-height: 24px;
    margin-top: 14px;
    cursor: pointer;
  }
  .section6 .cont .form_warp .button:hover {
    background-color: #414141;
  }
  .section6 .cont .form_warp .form_item {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  .section6 .cont .form_warp .form_item > div {
    margin: 0 15px 0 0;
    padding: 0 2px;
    border-bottom: 1px solid #999999;
  }
  .section6 .cont .form_warp .form_item > div > input,
  .section6 .cont .form_warp .form_item > div > textarea {
    background: transparent;
    font-size: 14px;
    color: #ffffff;
    border: none;
    outline: none;
    width: 250px;
  }
  .section6 .cont .form_warp .form_item > div > textarea {
    width: 100%;
    height: 22px;
    padding-top: 0;
  }
  .section6 .cont .form_warp .add {
    font-size: 14px;
    color: #999999;
    display: flex;
    justify-content: space-between;
    margin: 0;
  }
  .section6 .cont .form_warp .add > div {
    margin: 0 10px 0 0;
  }
  .section6 .cont .form_warp .share_btn {
    display: flex;
    justify-content: space-between;
    width: 278px;
    margin: 0;
  }
  .section6 .cont .form_warp .share_btn > div {
    width: 38px;
    height: 38px;
    border: 1px solid silver;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    border-radius: 50%;
  }
  .section6 .cont .form_warp .share_btn > div:hover i {
    color: white !important;
  }
  .section6 .cont .form_warp .share_btn > div i {
    font-size: 18px;
    color: #999999;
  }
  .section6 .cont .bg_img {
    position: absolute;
    right: -150px;
    top: 245px;
    display: none;
  }
  .section6 .cont h2 {
    position: absolute;
    top: 12%;
    left: 50%;
    transform: translateX(-50%);
    font-size: 21px;
    color: #62b0f0;
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    width: 100%;
  }
  .section6 .cont h2 img {
    margin-top: 12px;
  }
}
/*# sourceMappingURL=index.css.map */