* {
  margin: 0;
  padding: 0;
}

html, body {
  font-family: -apple-system,BlinkMacSystemFont,Helvetica Neue,PingFang SC,Microsoft YaHei,Source Han Sans SC,Noto Sans CJK SC,WenQuanYi Micro Hei,sans-serif;
}

body {
  background: #001825;
  overflow-x: hidden;
  width: 100vw;
}

.swiper-slide {
  width: 60% !important;
}

@media screen and (max-width: 1200px) {
  .swiper-slide {
    width: 80vw !important;
  }
}

.swiper-pagination-bullet {
  background: rgba(0, 149, 212, 0.6) !important;
}

a {
  display: block;
  text-decoration: none;
}

img {
  display: block;
}

#tip {
  position: fixed;
  top: 60px;
  right: 60px;
  width: 260px;
  border-radius: 10px;
  height: 80px;
  text-align: center;
  line-height: 80px;
  background-color: #0095d4;
  background: -webkit-gradient(linear, left top, right top, from(#00c5ff), to(#0083ff));
  background: linear-gradient(to right, #00c5ff, #0083ff);
  color: white;
  opacity: 0;
  -webkit-transform: translateX(100px);
          transform: translateX(100px);
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
  display: none;
}

@media screen and (max-width: 1200px) {
  #tip {
    right: 30px;
  }
}

#main {
  width: 100vw;
  overflow: hidden;
  -webkit-filter: saturate(1.2) contrast(1.1);
          filter: saturate(1.2) contrast(1.1);
}

.mainTitle {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 40px 50px;
  padding-top: 50px;
}

.mainTitle img {
  height: 25px;
}

.nav {
  width: 1100px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  height: 70px;
}

.nav .logo {
  width: 200px;
  display: block;
}

.nav .logo img {
  width: 100%;
}

.nav .right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.nav .right .to {
  border: 1px solid rgba(255, 255, 255, 0.6);
  border-radius: 100px;
  color: white;
  font-size: 14px;
  line-height: 26px;
  padding: 0 20px;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
}

.nav .right .avatar {
  width: 40px;
  height: 40px;
  margin-left: 10px;
  background-position: center;
  background-size: cover;
  cursor: pointer;
  position: relative;
}

.nav .right .avatar > div {
  display: none;
  position: absolute;
  bottom: -40px;
  left: -25px;
  width: 90px;
  padding-top: 10px;
}

.nav .right .avatar > div .wrap {
  background-color: #005075;
  border-radius: 4px;
}

.nav .right .avatar > div .wrap a {
  text-align: center;
  padding: 10px 14px;
  font-size: 12px;
  color: white;
  cursor: pointer;
}

.nav .right .avatar:hover > div {
  display: block;
}

@media screen and (max-width: 1200px) {
  .nav {
    width: 100vw;
    padding: 0 14px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .nav .logo {
    width: 150px;
  }
  .nav .to {
    font-size: 12px;
  }
  .nav .right .avatar > div {
    left: -40px;
  }
}

.banner img {
  width: 100vw;
}

.cutDown {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: white;
  margin: 50px auto;
}

.cutDown .w {
  font-size: 22px;
  letter-spacing: 3px;
}

.cutDown .line {
  width: 1px;
  height: 20px;
  background: white;
  margin: 0 20px;
}

.cutDown .time {
  font-size: 40px;
  font-weight: 100;
  -webkit-transform: skewX(-14deg);
          transform: skewX(-14deg);
  color: #0095d4;
  letter-spacing: 6px;
  line-height: 80px;
}

.cutDown .time span {
  display: inline-block;
  font-size: 38px;
  -webkit-transform: translateY(-2px);
          transform: translateY(-2px);
}

@media screen and (max-width: 1200px) {
  .cutDown {
    margin: 24px auto;
  }
  .cutDown .w {
    font-size: 16px;
  }
  .cutDown .time {
    font-size: 24px;
    font-weight: 200;
    letter-spacing: 3px;
  }
  .cutDown .time span {
    font-size: 21px;
    -webkit-transform: translateY(-1px);
            transform: translateY(-1px);
  }
}

.liveVideo {
  background-color: #101010;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.liveVideo .poster {
  width: 1000px;
  margin: 60px auto;
}

.liveVideo .poster img {
  width: 100%;
  max-width: 90vw;
  display: block;
  margin: 0 auto;
  cursor: pointer;
  -webkit-transition: all .8s ease;
  transition: all .8s ease;
}

.liveVideo .poster:hover img {
  -webkit-transform: scale(1.02);
          transform: scale(1.02);
}

.liveVideo iframe {
  margin: 60px auto;
  display: block;
  border: none;
}

@media screen and (max-width: 1200px) {
  .liveVideo .poster {
    width: 90vw;
  }
}

.invite {
  position: relative;
}

.invite .bg {
  position: absolute;
  top: 0;
  opacity: 0.2;
  z-index: -1;
  width: 100%;
}

.invite > .content {
  display: block;
  margin: 0 auto;
  height: 180px;
  width: 1400px;
  max-width: 100vw;
  background-size: 100% 100%;
  background-position: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: white;
}

.invite > .content .peo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0 14px;
}

.invite > .content .peo img {
  width: 100px;
  -webkit-filter: drop-shadow(0 5px 20px rgba(0, 0, 0, 0.15));
          filter: drop-shadow(0 5px 20px rgba(0, 0, 0, 0.15));
}

.invite > .content .peo .info {
  margin-left: 18px;
}

.invite > .content .peo .info .top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.invite > .content .peo .info .top .name {
  font-weight: 500;
  font-size: 24px;
  letter-spacing: 2px;
  white-space: nowrap;
}

.invite > .content .peo .info .top .point {
  width: 3px;
  height: 3px;
  background-color: white;
  border-radius: 100px;
  margin: 0 10px;
}

.invite > .content .peo .info .top .title {
  white-space: nowrap;
}

.invite > .content .peo .info .subInfo {
  font-size: 11px;
  color: rgba(255, 255, 255, 0.6);
  margin-top: 10px;
  white-space: nowrap;
  line-height: 1.6;
  max-width: 230px;
}

@media screen and (max-width: 1200px) {
  .invite .bg {
    width: 200vw;
    -webkit-transform: translateX(-25%);
            transform: translateX(-25%);
  }
  .invite .content {
    width: 100%;
    height: auto;
    display: block;
    padding: 20px 0;
  }
  .invite .content .peo {
    -webkit-box-pack: left;
        -ms-flex-pack: left;
            justify-content: left;
    padding: 10px 0;
    padding-left: 20px !important;
  }
  .invite .content .peo img {
    width: 70px !important;
  }
  .invite .content .peo .info .top .name {
    font-size: 18px !important;
  }
  .invite .content .peo .info .top .title {
    font-size: 13px;
  }
  .invite .content .peo .info .subInfo {
    font-size: 10px;
    margin-top: 5px;
    font-weight: 400;
  }
}

.invite2 {
  padding-top: 20px;
  margin-bottom: 50px;
}

.invite2 .content {
  height: 310px;
  display: block;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.invite2 .content > div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 14px auto;
  color: white;
}

.invite2 .content > div .peo {
  margin: 0 12px;
}

.invite2 .content > div .peo img {
  width: 90px;
}

.invite2 .content > div .peo .info .top .name {
  font-size: 22px;
}

.invite2 .content > div .peo .subInfo {
  max-width: initial !important;
}

@media screen and (max-width: 1200px) {
  .invite2 {
    margin-bottom: 30px;
  }
  .invite2 .content {
    height: auto;
    display: block;
  }
  .invite2 .content > div {
    display: block;
    margin: 0;
  }
  .invite2 .content .peo {
    -webkit-box-pack: left;
        -ms-flex-pack: left;
            justify-content: left;
    padding: 10px 0;
  }
  .invite2 .content .peo img {
    width: 80px;
  }
}

.reLook {
  position: relative;
}

.reLook .tabs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.reLook .tabs .tab {
  color: white;
  border: 1px solid #0095d4;
  line-height: 30px;
  height: 30px;
  border-radius: 100px;
  padding: 0 30px;
  min-width: 40px;
  text-align: center;
  margin: 0 6px;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  font-size: 14px;
  letter-spacing: 1px;
  cursor: pointer;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
}

.reLook .tabs .tab:hover {
  background-color: rgba(0, 149, 212, 0.1);
}

.reLook .tabs .current {
  background-image: -webkit-gradient(linear, left top, right top, from(#00c5ff), to(#0083ff));
  background-image: linear-gradient(to right, #00c5ff, #0083ff);
}

.reLook .videos {
  position: relative;
}

.reLook .videos .video {
  width: 100%;
  margin: 0 auto;
  height: 30vw;
  background: #0e2a3d;
  margin: 40px auto;
  position: relative;
  cursor: pointer;
}

.reLook .videos .video .poster {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  opacity: .2;
}

.reLook .videos .video .info {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.reLook .videos .video .info .play {
  width: 80px;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
}

.reLook .videos .video .info .title {
  width: 60%;
  margin: 0 auto;
  color: white;
  text-align: center;
  font-size: 13px;
  padding-top: 20px;
  text-shadow: 0 0 20px rgba(30, 83, 128, 0.6);
}

.reLook .videos .video .info:hover .play {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}

.reLook .videos video {
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: 100;
  width: 60%;
  margin: 40px 0;
  height: 30vw;
}

@media screen and (max-width: 1200px) {
  .reLook .tabs .tab {
    margin: 0 6px;
    padding: 0 10px;
  }
  .reLook .videos .video {
    height: 44vw !important;
  }
  .reLook .videos .video .info .play {
    width: 60px;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
  }
  .reLook .videos video {
    width: 80vw !important;
    height: 44vw !important;
    background: black;
  }
}

.schedule .mainTitle {
  padding-bottom: 16px;
}

.schedule .table {
  position: relative;
}

.schedule .table img {
  width: 100vw;
  max-width: 1400px;
  position: relative;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

@media screen and (max-width: 1200px) {
  .schedule .table {
    width: 100vw;
    overflow: hidden;
  }
  .schedule .table img {
    width: 200vw;
  }
}

.brandVideos {
  width: 1100px;
  margin: 0 auto;
  margin-bottom: 100px;
}

.brandVideos .videos .list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.brandVideos .videos .list .videoItem {
  height: 170px;
  width: 24.6%;
  background: #005174;
  position: relative;
}

.brandVideos .videos .list .videoItem > img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0.25;
}

.brandVideos .videos .list .videoItem .info {
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  cursor: pointer;
}

.brandVideos .videos .list .videoItem .info img {
  width: 64px;
  -webkit-transition: all .5s ease;
  transition: all .5s ease;
}

.brandVideos .videos .list .videoItem .info:hover img {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}

.brandVideos .videos .list .videoItem .info .title {
  color: white;
  margin-top: 20px;
}

.brandVideos .currentVideo {
  width: 100%;
  height: 500px;
  background-color: black;
  margin-top: 6px;
}

.brandVideos .currentVideo video {
  width: 100%;
  height: 100%;
}

@media screen and (max-width: 1200px) {
  .brandVideos {
    width: 90vw;
  }
  .brandVideos .videos .list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .brandVideos .videos .list .videoItem {
    width: 100%;
    height: 50vw;
    margin-bottom: 20px;
  }
  .brandVideos .videos .list .videoItem > video {
    width: 100%;
    height: 100%;
  }
  .brandVideos .currentVideo {
    height: 200px;
    margin-top: 2px;
  }
}

.ningchangBrandIntro {
  height: 500px;
  width: 100vw;
  background-size: cover;
  background-position: center;
  margin-top: 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.ningchangBrandIntro .brandWrap {
  width: 1100px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.ningchangBrandIntro .brandWrap .left img {
  width: 360px;
}

.ningchangBrandIntro .brandWrap .right {
  margin-left: 110px;
  color: white;
  font-weight: 500;
  line-height: 1.7;
  font-size: 16px;
  letter-spacing: 2px;
}

.ningchangBrandIntro .brandWrap .right div {
  margin: 16px 0;
  text-align: justify;
  text-shadow: 0 0 20px rgba(30, 83, 128, 0.6);
}

@media screen and (max-width: 1200px) {
  .ningchangBrandIntro {
    display: block;
    height: auto;
  }
  .ningchangBrandIntro .brandWrap {
    display: block;
    width: 100vw;
    padding-bottom: 30px;
  }
  .ningchangBrandIntro .brandWrap .left {
    padding-bottom: 30px;
  }
  .ningchangBrandIntro .brandWrap .left img {
    width: 70vw;
    max-width: 400px;
    display: block;
    margin: 0 auto;
    padding-top: 50px;
  }
  .ningchangBrandIntro .brandWrap .right {
    margin: 0 auto;
    padding: 0 30px;
    font-size: 12px;
    max-width: 800px;
  }
}

.ningchangLongFloor {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-top: 60px;
  position: relative;
}

.ningchangLongFloor .bg {
  position: absolute;
  top: 0;
  width: 100%;
  opacity: 0.25;
  z-index: -1;
}

.ningchangLongFloor .item {
  text-align: center;
  padding: 50px 60px;
}

.ningchangLongFloor .item .title {
  font-size: 20px;
  font-weight: 800;
  letter-spacing: 2px;
  color: #0095d4;
  line-height: 2;
}

.ningchangLongFloor .item .subtitle {
  color: white;
  margin-top: 10px;
  font-size: 14px;
  line-height: 1.8;
  font-weight: 400;
  letter-spacing: 1px;
  color: rgba(255, 255, 255, 0.7);
}

.ningchangLongFloor .bd {
  position: relative;
}

.ningchangLongFloor .bd::before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 1px;
  height: 40px;
  background: #0095d4;
}

.ningchangLongFloor .bd::after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 1px;
  height: 40px;
  background: #0095d4;
}

@media screen and (max-width: 1200px) {
  .ningchangLongFloor {
    display: block;
  }
  .ningchangLongFloor .bg {
    width: 200vw;
    -webkit-transform: translateX(-25%);
            transform: translateX(-25%);
  }
  .ningchangLongFloor .bd::before, .ningchangLongFloor .bd::after {
    display: none;
  }
  .ningchangLongFloor .item {
    padding: 16px 60px;
  }
}

.products {
  width: 1100px;
  margin: 0 auto;
}

.products .content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.products .content > .product {
  display: block;
  color: white;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: calc(50% - 6px);
  padding: 20px 60px;
  min-height: 230px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin-bottom: 12px;
  position: relative;
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(30, 83, 128, 0.3)), to(rgba(30, 83, 128, 0.8)));
  background-image: linear-gradient(to right, rgba(30, 83, 128, 0.3), rgba(30, 83, 128, 0.8));
}

.products .content > .product:hover {
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(30, 83, 128, 0.4)), to(rgba(30, 83, 128, 0.9)));
  background-image: linear-gradient(to right, rgba(30, 83, 128, 0.4), rgba(30, 83, 128, 0.9));
}

.products .content > .product:hover .bottom {
  text-decoration: underline;
}

.products .content > .product:hover .right img {
  -webkit-transform: translateY(14px) scale(1.1);
          transform: translateY(14px) scale(1.1);
}

.products .content > .product .left {
  letter-spacing: 1px;
}

.products .content > .product .left .top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.products .content > .product .left .top .line {
  height: 40px;
  width: 3px;
  margin-right: 14px;
  background-color: #0095d4;
}

.products .content > .product .left .top .title .bigTitle {
  font-size: 20px;
  color: white;
}

.products .content > .product .left .top .title .subTitle {
  margin-top: 4px;
  font-size: 14px;
  color: rgba(255, 255, 255, 0.7);
}

.products .content > .product .left .bottom {
  color: #0095d4;
  font-size: 14px;
  margin-top: 30px;
}

.products .content > .product .right img {
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  max-width: 220px;
  -webkit-transform: translateY(14px);
          transform: translateY(14px);
}

.products .content > .product .corner {
  width: 12px;
  height: 12px;
  position: absolute;
  right: 0;
  bottom: 0;
  opacity: .2;
}

@media screen and (max-width: 1200px) {
  .products {
    width: 100vw;
  }
  .products .content {
    display: block;
  }
  .products .content .product {
    width: 90vw;
    margin: 10px auto;
    padding: 20px 40px;
    padding-top: 30px;
  }
}

@media screen and (max-width: 600px) {
  .products {
    width: 100vw;
  }
  .products .content {
    display: block;
  }
  .products .content .product {
    width: 90vw;
    display: block;
    margin: 10px auto;
    padding: 20px 40px;
    padding-top: 30px;
  }
  .products .content .product .left .top .title {
    letter-spacing: 2px;
  }
  .products .content .product .right img {
    max-width: 86%;
    margin-top: 20px;
    -webkit-transform: none !important;
            transform: none !important;
  }
}

.news {
  margin: 0 auto;
  position: relative;
}

.news .bg {
  position: absolute;
  width: 100%;
  top: 20vw;
  opacity: .5;
  z-index: -1;
}

.news .list {
  width: 1100px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.news .list .item {
  width: 30%;
  cursor: pointer;
}

.news .list .item .thumb {
  width: 100%;
  height: 200px;
  background-color: #0095d4;
}

.news .list .item .thumb img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.news .list .item > .title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 16px;
}

.news .list .item > .title .line {
  width: 3px;
  height: 18px;
  background-color: #0095d4;
  margin-right: 10px;
  -webkit-transform: translateY(2px);
          transform: translateY(2px);
}

.news .list .item > .title .title {
  color: white;
  font-size: 13px;
  letter-spacing: 2px;
  line-height: 1.7;
}

.news .checkMoreButton {
  border: 1px solid rgba(255, 255, 255, 0.6);
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  line-height: 36px;
  text-align: center;
  color: rgba(255, 255, 255, 0.6);
  margin: 30px auto;
  width: 100px;
  font-size: 12px;
  cursor: pointer;
  letter-spacing: 2px;
  -webkit-transition: all .2s ease;
  transition: all .2s ease;
}

.news .checkMoreButton:hover {
  color: white;
  width: 110px;
}

@media screen and (max-width: 1200px) {
  .news {
    width: 100vw;
  }
  .news .bg {
    bottom: -55vw;
    top: initial;
  }
  .news .list {
    display: block;
    width: 100vw;
  }
  .news .list .item {
    width: 80vw;
    margin: 0 auto;
    margin-bottom: 20px;
  }
  .news .list .item .thumb {
    height: 44vw;
  }
  .news .list .item > .title .title {
    font-weight: 400;
  }
}

.backToTop {
  width: 60px;
  margin: 0 auto;
  margin-top: 40px;
  opacity: 0.6;
  margin-bottom: 100px;
  cursor: pointer;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.backToTop:hover {
  opacity: 0.8;
  -webkit-transform: translateY(-6px);
          transform: translateY(-6px);
}

@media screen and (max-width: 1200px) {
  .backToTop {
    margin-bottom: 10vw;
    opacity: 1;
  }
}

.partner2 {
  margin-top: 80px;
  position: relative;
  margin-bottom: 60px;
}

.partner2 .bg {
  position: absolute;
  width: 100vw;
  top: 100px;
  opacity: .3;
}

.partner2 .list img {
  width: 600px;
  margin: 0 auto;
  display: block;
}

@media screen and (max-width: 1200px) {
  .partner2 {
    margin-top: 30px;
  }
  .partner2 .bg {
    top: 490px;
  }
  .partner2 .list img {
    width: 40vw;
    max-width: 300px;
  }
}

.footer {
  border-top: 1px solid rgba(255, 255, 255, 0.06);
  text-align: center;
  line-height: 5;
  color: rgba(255, 255, 255, 0.3);
  font-size: 12px;
  position: relative;
}

.footer a {
  display: inline;
  color: rgba(255, 255, 255, 0.3);
}

.footer a:hover {
  color: rgba(255, 255, 255, 0.7);
}

@media screen and (max-width: 1200px) {
  .footer {
    padding: 20px 0;
    line-height: 2;
  }
  .footer a {
    display: block;
  }
}

.videoPlay {
  position: fixed;
  z-index: 1000;
  width: 100vw;
  height: 100vh;
  top: 0;
  left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.videoPlay .mask {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background: rgba(0, 0, 0, 0.3);
}

.videoPlay video {
  width: 94vw;
  max-width: 1200px;
  display: block;
  margin: 0 auto;
  position: relative;
}

.posterIsSignedNingchang {
  cursor: default !important;
}

.posterIsSignedNingchang:hover {
  -webkit-transform: scale(1) !important;
          transform: scale(1) !important;
}
/*# sourceMappingURL=index.css.map */