@charset "utf-8";

* {

  -webkit-box-sizing: border-box;

          box-sizing: border-box;

  margin: 0;

  padding: 0;

}

img {

  display: block;

  max-width: 100%;

}

a,

a:hover {

  color: inherit;

  text-decoration: none;

}

ul,

li {

  list-style: none;

}

html {

  background-color: #c2edef;

}

body {

  max-width: 1920px;

  margin-left: auto;

  margin-right: auto;

  min-height: 100vh;

}

.virtual-scroll {

  position: fixed;

  width: 17px;

  height: 100vh;

  right: 0;

  top: 0;

  z-index: 35;

  background-color: rgba(0, 0, 0, 0);

  opacity: 0;

  -webkit-transition: opacity 0.25s;

  -o-transition: opacity 0.25s;

  transition: opacity 0.25s;

  -webkit-user-select: none;

     -moz-user-select: none;

      -ms-user-select: none;

          user-select: none;

  display: none;

}

.footer .c{

	width: calc(100% - 400px);

}

.virtual-scroll:hover {

  opacity: 1;

  background-color: #f1f1f1;

}

.virtual-scroll:before {

  content: '';

  position: absolute;

  width: 100vw;

  right: 0;

  height: 100vh;

  top: 0;

  display: none;

  z-index: -1;

}

.virtual-scroll.dblclick:hover:after {

  content: '双击返回顶部';

  position: absolute;

  line-height: 40px;

  padding: 0 30px;

  background-color: rgba(0, 0, 0, 0.8);

  color: #fff;

  right: 25px;

  bottom: 50px;

  white-space: nowrap;

  pointer-events: none;

  font-size: 14px;

}

.virtual-scroll.active {

  opacity: 1;

}

.virtual-scroll.mousedown:before {

  display: block;

}

.virtual-scroll .virtual-scroll-thumb {

  position: absolute;

  width: 13px;

  height: 200px;

  background-color: #55dce6;

  left: 2px;

  top: 0;

  -webkit-transition: background-color 0.25s;

  -o-transition: background-color 0.25s;

  transition: background-color 0.25s;

  cursor: pointer;

}

.virtual-scroll .virtual-scroll-thumb:hover {

  background-color: #01c8fd;

}

.virtual-scroll .virtual-scroll-thumb:hover.active {

  background-color: #087bff;

}

.virtual-scroll .virtual-scroll-thumb.active {

  background-color: #087bff;

}

html,

body {

  scrollbar-width: none;

}

::-webkit-scrollbar {

  display: none;

}

@font-face {

  font-family: 'iconfont';

  /* project id 1801049 */

  src: url('//at.alicdn.com/t/font_1801049_1k6d871ecp6.eot');

  src: url('//at.alicdn.com/t/font_1801049_1k6d871ecp6.eot?#iefix') format('embedded-opentype'), url('//at.alicdn.com/t/font_1801049_1k6d871ecp6.woff2') format('woff2'), url('//at.alicdn.com/t/font_1801049_1k6d871ecp6.woff') format('woff'), url('//at.alicdn.com/t/font_1801049_1k6d871ecp6.ttf') format('truetype'), url('//at.alicdn.com/t/font_1801049_1k6d871ecp6.svg#iconfont') format('svg');

}

@font-face {

  font-family: 'FUTUTN';

  /* project id 1801049 */

  src: url('../fonts/FUTUTN/fonteditor.eot');

  src: url('../fonts/FUTUTN/fonteditor.eot?#iefix') format('embedded-opentype'), url('../fonts/FUTUTN/fonteditor.woff2') format('woff2'), url('../fonts/FUTUTN/fonteditor.woff') format('woff'), url('../fonts/FUTUTN/fonteditor.ttf') format('truetype'), url('../fonts/FUTUTN/fonteditor.svg#iconfont') format('svg');

}

.iconfont {

  font-family: 'iconfont' !important;

}

/*** vars ***/

body {

  font-family: 'PingFang SC','Microsoft YaHei', sans-serif;

  font-size: 14px;

  color: #fff;

  background-color: #02020d;

  position: relative;

}

html {

  background-color: #02020d;

}

.main {

  position: relative;

  width: 100vw;

  min-height: calc(100vh - 330px);

  overflow-x: hidden;

}

.bg {

  position: absolute;

  left: 0;

  top: 0;

  width: 100vw;

  height: auto;

  background-color: #0e071b;

  padding-top: 25vh;

  max-height: 100%;

  overflow: hidden;

}

.bg img {

  width: 150%;

  position: relative;

  margin-left: -25vw;

  max-width: unset;

}

@media (max-width: 767px) {

  .bg img {

    width: 400vw;

    margin: 0;

    left: -150vw;

  }

}

.bg.common-bg {

  padding-top: 0;

  background-color: transparent;

}

.bg.common-bg img {

  -webkit-transform: translateY(-17%);

      -ms-transform: translateY(-17%);

          transform: translateY(-17%);

}

@media (max-width: 960px) {

  .bg {

    padding-top: 42vw;

  }

}

@media (max-width: 767px) {

  .bg {

    height: 100%;

  }

}

.nav-wrapper {

  height: 90px;

}

.nav {

  display: -webkit-box;

  display: -ms-flexbox;

  display: flex;

  height: 90px;

  padding: 0 50px;

  -webkit-box-pack: justify;

      -ms-flex-pack: justify;

          justify-content: space-between;

  -webkit-box-align: center;

      -ms-flex-align: center;

          align-items: center;

  position: fixed;

  z-index: 10;

  width: 100%;

  left: 0;

  top: 0;

  background-color: #0e071b;

  max-width: 1920px;

}

@media (max-width: 1366px) {

  .nav {

    height: 70px;

  }

}

.nav img {

  width: auto;

  height: 40px;

}

@media (max-width: 1366px) {

  .nav img {

    height: 35px;

  }

}

@media (max-width: 767px) {

  .nav img {

    height: 30px;

  }

}

.nav .links {

  font-size: 15px;

}

.nav .links a + a {

  margin-left: 60px;

}

.nav .links a {

  position: relative;

  line-height: 24px;

  display: inline-block;

}

.nav .links a.active:before {

  content: '';

  position: absolute;

  left: 50%;

  width: 50px;

  height: 2px;

  background-color: #fff;

  margin-left: -25px;

  bottom: -13px;

}

@media (max-width: 1280px) {

  .nav .links a.active:before {

    width: 100%;

    left: 0;

    margin: 0;

    bottom: -25px;

  }

}

@media (max-width: 960px) {

  .nav .links a.active:before {

    bottom: -15px;

  }

}

.nav .links a span,.home .box1 .tab .item .right .cn span {

  display: inline-block;

  -webkit-animation-duration: 0.25s;

          animation-duration: 0.25s;

  -webkit-animation-direction: alternate;

          animation-direction: alternate;

  -webkit-animation-iteration-count: 2;

          animation-iteration-count: 2;

}

.nav .links a span:nth-child(1),.home .box1 .tab .item .right .cn span:nth-child(1) {

  -webkit-animation-delay: 0.2s;

          animation-delay: 0.2s;

}

.nav .links a span:nth-child(2),.home .box1 .tab .item .right .cn span:nth-child(2) {

  -webkit-animation-delay: 0.3s;

          animation-delay: 0.3s;

}

.nav .links a span:nth-child(3),.home .box1 .tab .item .right .cn span:nth-child(3) {

  -webkit-animation-delay: 0.4s;

          animation-delay: 0.4s;

}

.nav .links a span:nth-child(4),.home .box1 .tab .item .right .cn span:nth-child(4) {

  -webkit-animation-delay: 0.5s;

          animation-delay: 0.5s;

}

@media (min-width: 1366px) {

  .nav .links a:hover span,.home .box1 .tab .item:hover .right .cn span {

    -webkit-animation-name: letter;

            animation-name: letter;

  }

  

}

.nav::before,

.nav::after {

  display: none;

}

@media (min-width: 1921px) {

  .nav {

    left: 50%;

    margin-left: -960px;

  }

}

@media (max-width: 1280px) {

  .nav {

    padding: 0 30px;

  }

  .nav .links {

    position: absolute;

    -webkit-box-orient: vertical;

    -webkit-box-direction: normal;

        -ms-flex-direction: column;

            flex-direction: column;

    width: 100%;

    height: 100vh;

    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;

    left: 0;

    top: 0;

    background-color: #0e071b;

    -webkit-transform: translateX(100%) translate3d(0, 0, 0);

            transform: translateX(100%) translate3d(0, 0, 0);

    -webkit-transition-timing-function: cubic-bezier(0.35, 0.5, 0.7, 1);

         -o-transition-timing-function: cubic-bezier(0.35, 0.5, 0.7, 1);

            transition-timing-function: cubic-bezier(0.35, 0.5, 0.7, 1);

    -webkit-transition-property: -webkit-transform;

    transition-property: -webkit-transform;

    -o-transition-property: transform;

    transition-property: transform;

    transition-property: transform, -webkit-transform;

    -webkit-transition-duration: 0.5s;

         -o-transition-duration: 0.5s;

            transition-duration: 0.5s;

  }

  .nav .links a + a {

    margin-left: 0;

    margin-top: 6vw;

  }

  .nav .links a {

    font-size: 30px;

  }

  .nav .btn {

    display: block !important;

    width: 40px;

    height: 40px;

    position: relative;

    z-index: 3;

  }

  .nav .btn span {

    display: block;

    height: 2px;

    position: absolute;

    left: 0;

    width: 100%;

    top: 0;

    background: #fff;

    -webkit-transition: all 0.25s cubic-bezier(0.35, 0.5, 0.7, 1);

    -o-transition: all 0.25s cubic-bezier(0.35, 0.5, 0.7, 1);

    transition: all 0.25s cubic-bezier(0.35, 0.5, 0.7, 1);

    -webkit-transform: rotate(0);

        -ms-transform: rotate(0);

            transform: rotate(0);

  }

  .nav .btn span:nth-child(1) {

    top: 6px;

  }

  .nav .btn span:nth-child(2) {

    top: 19px;

    -webkit-transform: scaleX(1);

        -ms-transform: scaleX(1);

            transform: scaleX(1);

  }

  .nav .btn span:nth-child(3) {

    top: 32px;

  }

  .nav.menu-open .links {

    -webkit-transform: translateX(0) translate3d(0, 0, 0);

            transform: translateX(0) translate3d(0, 0, 0);

  }

  .nav.menu-open .btn span:nth-child(1) {

    top: 19px;

    -webkit-transform: rotate(45deg);

        -ms-transform: rotate(45deg);

            transform: rotate(45deg);

  }

  .nav.menu-open .btn span:nth-child(2) {

    -webkit-transform: scaleX(0);

        -ms-transform: scaleX(0);

            transform: scaleX(0);

  }

  .nav.menu-open .btn span:nth-child(3) {

    top: 19px;

    -webkit-transform: rotate(-45deg);

        -ms-transform: rotate(-45deg);

            transform: rotate(-45deg);

  }

  .nav img {

    position: relative;

    z-index: 2;

  }

}

@media (max-width: 960px) {

  .nav .links a {

    font-size: 24px;

  }

  .nav .links a + a {

    margin-top: 7vw;

  }

}

@media (max-width: 960px) {

  .nav {

    padding: 0 20px;

    height: 60px;

  }

  .nav .links a {

    font-size: 20px;

  }

  .nav .links a + a {

    margin-top: 10vmin;

  }

}

@-webkit-keyframes letter {

  from {

    -webkit-transform: translateY(0);

            transform: translateY(0);

  }

  to {

    -webkit-transform: translateY(-10px);

            transform: translateY(-10px);

  }

}

@keyframes letter {

  from {

    -webkit-transform: translateY(0);

            transform: translateY(0);

  }

  to {

    -webkit-transform: translateY(-10px);

            transform: translateY(-10px);

  }

}

.banner {

  position: relative;

  padding-top: 90px;

  height: 90vh;

}

@media (max-width: 1280px) {

  .banner {

    height: auto;

  }

}

.common-padding {

  padding: 0 50px;

}

.home .banner {

  padding: 90px 8% 0;

  display: -webkit-box;

  display: -ms-flexbox;

  display: flex;

  -webkit-box-pack: justify;

      -ms-flex-pack: justify;

          justify-content: space-between;

  -webkit-box-align: center;

      -ms-flex-align: center;

          align-items: center;

}

@media (max-width: 1440px) {

  .home .banner {

    padding-left: 7%;

    padding-right: 7%;

  }

}

.home .banner .right {

  position: relative;

  -webkit-clip-path: circle(53%);

          clip-path: circle(53%);

  mix-blend-mode: lighten;

}

.home .banner .right:before {

  content: '';

  position: absolute;

  top: -8px;

  left: -6px;

  width: 103%;

  height: 103%;

  background: -o-radial-gradient(closest-side, rgba(9, 1, 24, 0) 0%, rgba(9, 1, 24, 0) 89%, #0e071b 102%);

  background: radial-gradient(closest-side, rgba(9, 1, 24, 0) 0%, rgba(9, 1, 24, 0) 89%, #0e071b 102%);

}

.home .banner .right video {

  width: 580px;

  height: 580px;

  display: block;

}

@media (max-width: 1600px) {

  .home .banner .right video {

    width: 500px;

    height: 500px;

  }

}

@media (max-width: 1440px) {

  .home .banner .right video {

    width: 450px;

    height: 450px;

  }

}

@media (max-width: 1280px) {

  .home .banner .right video {

    width: 400px;

    height: 400px;

  }

}

@media (max-width: 767px) {

  .home .banner .right video {

    width: 70vw;

    height: 70vw;

  }

}

.home .banner .left .slogan {

  font-size: 70px;

  font-weight: 700;

}

@media (max-width: 1600px) {

  .home .banner .left .slogan {

    font-size: 60px;

  }

}

@media (max-width: 1440px) {

  .home .banner .left .slogan {

    font-size: 52px;

  }

}

@media (max-width: 1280px) {

  .home .banner .left .slogan {

    font-size: 42px;

    text-align: center;

  }

}

@media (max-width: 767px) {

  .home .banner .left .slogan {

    font-size: 28px;

  }

}

.home .banner .left .slogan-en {

  font-size: 14px;

  font-weight: 700;

  text-transform: uppercase;

  letter-spacing: 8px;

  font-family: 'FUTUTN';

  margin-top: 10px;

  white-space: nowrap;

}

@media (max-width: 1600px) {

  .home .banner .left .slogan-en {

    letter-spacing: 5px;

    font-size: 13px;

  }

}

@media (max-width: 1440px) {

  .home .banner .left .slogan-en {

    letter-spacing: 4px;

    margin-top: 5px;

  }

}

@media (max-width: 1280px) {

  .home .banner .left .slogan-en {

    letter-spacing: 3px;

    font-size: 12px;

  }

}

@media (max-width: 767px) {

  .home .banner .left .slogan-en {

    letter-spacing: 0.5px;

  }

}

@media (max-width: 1280px) {

  .home .banner .left {

    margin-top: 5vw;

  }

}

@media (max-width: 1280px) {

  .home .banner {

    -webkit-box-orient: vertical;

    -webkit-box-direction: reverse;

        -ms-flex-direction: column-reverse;

            flex-direction: column-reverse;

    -webkit-box-pack: center;

        -ms-flex-pack: center;

            justify-content: center;

    padding: 90px 0;

  }

}

.home .box1 {

  padding: 0vw 7.5% 5vw;

}

.home .box1 .title {

  font-size: 36px;

}

@media (max-width: 1440px) {

  .home .box1 .title {

    font-size: 30px;

  }

}

@media (max-width: 767px) {

  .home .box1 .title {

    font-size: 22px;

  }

}

.home .box1 .info {

  line-height: 30px;

  margin-top: 17px;

}

.home .box1 .info span {

  display: block;

}

@media (max-width: 1280px) {

  .home .box1 .info span {

    display: inline;

  }

}

@media (max-width: 767px) {

  .home .box1 .info {

    margin-top: 10px;

    text-align: justify;

    opacity: 0.85;

  }

}

.home .box1 .tab {

  display: -webkit-box;

  display: -ms-flexbox;

  display: flex;

  -webkit-box-pack: justify;

      -ms-flex-pack: justify;

          justify-content: space-between;

  -webkit-box-align: center;

      -ms-flex-align: center;

          align-items: center;

  margin-top: 70px;

}

.home .box1 .tab video {

  width: 120px;

  display: block;

}

@media (max-width: 1280px) {

  .home .box1 .tab video {

    width: 100px;

  }

}

.home .box1 .tab .item {

  display: -webkit-box;

  display: -ms-flexbox;

  display: flex;

  -webkit-box-align: center;

      -ms-flex-align: center;

          align-items: center;

  mix-blend-mode: screen;

  position: relative;

}

.home .box1 .tab .item::after{

	width: 100%;

	height: 100%;

	position: absolute;

	left: 0px;

	top: 0px;

	content: '';

}

.home .box1 .tab .item video{

	pointer-events: none;

}

.home .box1 .tab .item .right {

  padding-left: 20px;

}

@media (max-width: 1280px) {

  .home .box1 .tab .item .right {

    padding-left: 10px;

  }

}

.home .box1 .tab .item .right .cn {

  font-size: 24px;

}

@media (max-width: 1280px) {

  .home .box1 .tab .item .right .cn {

    font-size: 20px;

  }

}

.home .box1 .tab .item .right .en {

  font-family: 'FUTUTN';

  font-size: 13px;

  text-transform: uppercase;

}

@media (max-width: 960px) {

  .home .box1 .tab .item .right {

    padding-left: 0;

  }

}

@media (max-width: 960px) {

  .home .box1 .tab .item {

    -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;

    text-align: center;

  }

}

@media (max-width: 767px) {

  .home .box1 .tab .item + .item {

    margin-top: 8vw;

  }

}

@media (max-width: 767px) {

  .home .box1 .tab {

    -webkit-box-orient: vertical;

    -webkit-box-direction: normal;

        -ms-flex-direction: column;

            flex-direction: column;

    margin-top: 10vw;

  }

}

@media (max-width: 1280px) {

  .home .box1 {

    padding: 15vw 50px;

  }

}

@media (max-width: 767px) {

  .home .box1 {

    padding: 15vw 20px;

  }

}

.home .box2 {

  padding: 0 50px;

  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;

}

.home .box2 .left {

  width: 50%;

  position: relative;

}

.home .box2 .left .text {

  position: absolute;

  width: 100%;

  height: 100%;

  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;

  -webkit-box-align: center;

      -ms-flex-align: center;

          align-items: center;

  left: 0;

  top: 0;

}

.home .box2 .left .text .name {

  font-size: 36px;

  font-weight: 700;

}

@media (max-width: 1440px) {

  .home .box2 .left .text .name {

    font-size: 30px;

  }

}

.home .box2 .left .text .info {

  line-height: 30px;

  margin: 30px 0 50px;

}

.home .box2 .left .text .info span {

  display: block;

  text-align: center;

}

@media (max-width: 1440px) {

  .home .box2 .left .text .info {

    line-height: 2;

    width: 50%;

    margin: 25px auto 35px;

    text-align: justify;

    -moz-text-align-last: center;

         text-align-last: center;

  }

  .home .box2 .left .text .info span {

    display: inline;

  }

}

@media (max-width: 767px) {

  .home .box2 .left .text .info {

    margin-top: 15px;

    width: 100%;

    padding: 0 20px;

  }

}

.home .box2 .left .text .btn {

  margin-top: 0;

}

@media (max-width: 767px) {

  .home .box2 .left .text {

    background-color: rgba(2, 2, 13, 0.8);

    z-index: 3;

  }

}

@media (max-width: 1280px) {

  .home .box2 .left {

    width: 60%;

  }

}

@media (max-width: 960px) {

  .home .box2 .left {

    width: 100%;

  }

}

.home .box2 .right {

  width: 50%;

}

@media (max-width: 1440px) {

  .home .box2 .right {

    width: 45%;

  }

}

@media (max-width: 1280px) {

  .home .box2 .right {

    width: 40%;

  }

}

@media (max-width: 960px) {

  .home .box2 .right {

    width: 100%;

  }

}

.home .box2 .right .icons {

  display: -webkit-box;

  display: -ms-flexbox;

  display: flex;

  -ms-flex-wrap: wrap;

      flex-wrap: wrap;

}

.home .box2 .right .icons .icon {

  width: 50%;

  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;

  height: 160px;

}

@media (max-width: 1440px) {

  .home .box2 .right .icons .icon {

    height: 140px;

  }

  .home .box2 .right .icons .icon img {

    max-width: 50%;

  }

}

@media (max-width: 960px) {

  .home .box2 .right .icons .icon {

    width: calc(100% / 3);

  }

}

@media (max-width: 767px) {

  .home .box2 .right .icons .icon {

    height: 80px;

  }

  .home .box2 .right .icons .icon img {

    max-width: 65%;

  }

}

@media (max-width: 960px) {

  .home .box2 {

    -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;

  }

}

@media (max-width: 767px) {

  .home .box2 {

    padding: 0 0 15vw;

  }

}

.news-lists {

  overflow: hidden;

  position: relative;

  z-index: 3;

}

.news-lists .lists {

  display: -webkit-box;

  display: -ms-flexbox;

  display: flex;

  -ms-flex-wrap: wrap;

      flex-wrap: wrap;

  -webkit-box-align: start;

      -ms-flex-align: start;

          align-items: flex-start;

  margin-top: 35px;

}

.news-lists .lists .item {

  width: calc(100% / 3);

  border-right: 1px solid rgba(255, 255, 255, 0.2);

}

.news-lists .lists .item:nth-child(n + 4) {

  border-top: 1px solid rgba(255, 255, 255, 0.2);

}

.news-lists .lists .item:nth-child(3n) {

  border-right: none;

}

@media (max-width: 1280px) {

  .news-lists .lists .item {

    width: 50%;

  }

  .news-lists .lists .item:nth-child(n + 3) {

    border-top: 1px solid rgba(255, 255, 255, 0.2);

  }

  .news-lists .lists .item:nth-child(3n) {

    border-right: 1px solid rgba(255, 255, 255, 0.2);

  }

  .news-lists .lists .item:nth-child(2n) {

    border-right: none;

  }

}

@media (max-width: 960px) {

  .news-lists .lists .item {

    width: 100%;

    border-top: 1px solid rgba(255, 255, 255, 0.2);

    border-right: none;

  }

  .news-lists .lists .item:nth-child(3n) {

    border-right: none;

  }

}

@media (max-width: 767px) {

  .news-lists .lists .item {

    padding: 20px;

  }

}

@media (max-width: 767px) {

  .news-lists .lists {

    margin-top: 30px;

  }

}

.news-lists .item {

  display: block;

  padding: 50px;

}

.news-lists .item .time {

  color: #a9a9a9;

  font-family: 'FUTUTN';

  font-size: 15px;

  font-weight: 700;

}

.news-lists .item .title {

  font-size: 18px;

  white-space: nowrap;

  -o-text-overflow: ellipsis;

     text-overflow: ellipsis;

  overflow: hidden;

  margin: 20px 0 15px;

}

@media (max-width: 767px) {

  .news-lists .item .title {

    margin: 10px 0 5px;

    font-size: 16px;

  }

}

.news-lists .item .info {

  line-height: 2;

  color: #a5a5a5;

  text-align: justify;

  height: 84px;

  overflow: hidden;

}

@media (max-width: 767px) {

  .news-lists .item .info {

    font-size: 12px;

    height: 72px;

  }

}

.news-lists .item .more {

  color: #a5a5a5;

  font-family: 'FUTUTN';

  font-size: 16px;

  margin-top: 55px;

}

.news-lists .item .more span {

  margin-left: 10px;

  font-size: 22px;

  vertical-align: top;

}

@media (max-width: 767px) {

  .news-lists .item .more {

    margin-top: 35px;

  }

}

.read-more {

  width: 220px;

  line-height: 60px;

  border: 1px solid #fff;

  text-align: center;

  margin: 75px auto 100px;

  display: block;

  position: relative;

  overflow: hidden;

  -webkit-transition: all 0.5s;

  -o-transition: all 0.5s;

  transition: all 0.5s;

}

.read-more:before {

  content: '';

  position: absolute;

  width: 120%;

  height: 200%;

  left: 0;

  -webkit-transform: translateY(-50%) rotate(15deg) scaleX(0);

      -ms-transform: translateY(-50%) rotate(15deg) scaleX(0);

          transform: translateY(-50%) rotate(15deg) scaleX(0);

  -webkit-transform-origin: left center;

      -ms-transform-origin: left center;

          transform-origin: left center;

  background-color: #fff;

  -webkit-transition: all 0.5s;

  -o-transition: all 0.5s;

  transition: all 0.5s;

}

@media (min-width: 1366px) {

  .read-more:hover {

    color: #02020d;

  }

  .read-more:hover:before {

    -webkit-transform: translateY(-50%) rotate(15deg) scaleX(1);

        -ms-transform: translateY(-50%) rotate(15deg) scaleX(1);

            transform: translateY(-50%) rotate(15deg) scaleX(1);

  }

}

.read-more p {

  position: relative;

  z-index: 2;

}

@media (max-width: 1440px) {

  .read-more {

    width: 200px;

    line-height: 55px;

  }

}

@media (max-width: 767px) {

  .read-more {

    width: 180px;

    line-height: 50px;

    margin: 40px auto 60px;

  }

}

.common-title {

  text-align: center;

}

.common-title .text-cn {

  font-size: 36px;

  font-weight: 700;

}

@media (max-width: 1600px) {

  .common-title .text-cn {

    font-size: 30px;

  }

}

@media (max-width: 767px) {

  .common-title .text-cn {

    font-size: 26px;

  }

}

.common-title .text-en {

  font-size: 16px;

  text-transform: uppercase;

  font-family: 'FUTUTN';

}

@media (max-width: 1600px) {

  .common-title .text-en {

    font-size: 15px;

  }

}

.cases-lists {

  padding: 0 50px;

  position: relative;

  z-index: 3;

}

.cases-lists .lists {

  display: -webkit-box;

  display: -ms-flexbox;

  display: flex;

  -webkit-box-pack: justify;

      -ms-flex-pack: justify;

          justify-content: space-between;

  padding: 60px 0;

  -ms-flex-wrap: wrap;

      flex-wrap: wrap;

}

.cases-lists .lists .item {

  display: -webkit-box;

  display: -ms-flexbox;

  display: flex;

  width: 31%;

  position: relative;

  background-position: center center;

  background-size: cover;

}

.cases-lists .lists .item .name {

  font-size: 20px;

  line-height: 1;

  margin-top: 25px;

}

@media (max-width: 1440px) {

  .cases-lists .lists .item .name {

    margin-top: 15px;

    font-size: 18px;

  }

}

@media (max-width: 767px) {

  .cases-lists .lists .item .name {

    margin-top: 10px;

    font-size: 16px;

  }

}

@media (min-width: 1366px) {

  .cases-lists .lists .item:hover .img-box .cover {

    opacity: 1;

  }

}

.cases-lists .lists .item .img-box {

  position: relative;

  background-size: cover;

  background-position: center center;

}

.cases-lists .lists .item .img-box .cover {

  position: absolute;

  width: 100%;

  left: 0;

  top: 0;

  height: 100%;

  background-color: rgba(0, 0, 0, 0.75);

  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;

  opacity: 0;

  -webkit-transition: opacity 0.25s;

  -o-transition: opacity 0.25s;

  transition: opacity 0.25s;

}

.cases-lists .lists .item .img-box .cover .img {

  width: 230px;

  height: 230px;

  border-radius: 50%;

  border: 1px solid #fff;

  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;

}

.cases-lists .lists .item .img-box .cover .img img {

  max-width: 70%;

}

@media (max-width: 1600px) {

  .cases-lists .lists .item .img-box .cover .img {

    width: 200px;

    height: 200px;

  }

}

@media (max-width: 1440px) {

  .cases-lists .lists .item .img-box .cover .img {

    width: 180px;

    height: 180px;

  }

  .cases-lists .lists .item .img-box .cover .img img {

    max-width: 60%;

  }

}

@media (max-width: 960px) {

  .cases-lists .lists .item {

    width: 100%;

  }

  .cases-lists .lists .item .w,

  .cases-lists .lists .item .img-box,

  .cases-lists .lists .item img {

    width: 100%;

  }

  .cases-lists .lists .item + .item {

    margin-top: 40px;

  }

}

@media (max-width: 767px) {

  .cases-lists .lists .item + .item {

    margin-top: 20px;

  }

}

@media (max-width: 767px) {

  .cases-lists .lists {

    padding: 30px 0;

  }

}

@media (max-width: 767px) {

  .cases-lists {

    padding: 0 20px 15vw;

  }

}

.back-top {

  position: fixed;

  left: calc(50vw + 700px);

  bottom: 50px;

  background-color: #ffffff;

  -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.3);

          box-shadow: 0 0 15px rgba(0, 0, 0, 0.3);

  width: 50px;

  height: 50px;

  border-radius: 5px;

  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;

  cursor: pointer;

  -webkit-transform: translateY(100px) translate3d(0, 0, 0);

          transform: translateY(100px) translate3d(0, 0, 0);

  -webkit-transition: -webkit-transform 0.25s;

  transition: -webkit-transform 0.25s;

  -o-transition: transform 0.25s;

  transition: transform 0.25s;

  transition: transform 0.25s, -webkit-transform 0.25s;

  color: #222;

  z-index: 5;

}

.back-top.active {

  -webkit-transform: translateY(0) translate3d(0, 0, 0);

          transform: translateY(0) translate3d(0, 0, 0);

}

.back-top:before {

  content: '\e601';

  font-family: 'iconfont';

  font-size: 38px;

}

@media (max-width: 1440px) {

  .back-top {

    left: auto;

    right: 60px;

  }

}

@media (max-width: 1280px) {

  .back-top {

    display: none;

  }

}

.footer {

  background-color: #1b1b1b;

  display: -webkit-box;

  display: -ms-flexbox;

  display: flex;

  padding: 50px;

  height: auto;

  -webkit-box-align: center;

      -ms-flex-align: center;

          

  -webkit-box-pack: justify;

      -ms-flex-pack: justify;

          justify-content: space-between;

  color: #a1a1a1;

  position: relative;

  z-index: 2;

}

.footer .logo_ {

  width: 200px;

}

.footer .logo_ p{

	text-align: center;

	margin-top: 15px;

	font-size: 12px;

}

@media (max-width: 960px) {

  .footer .logo_ {

    width: 180px;

  }

}

.footer .info {

  display: -webkit-box;

  display: -ms-flexbox;

  display: block;

  font-size: 14px;

  line-height: 45px;

}

@media (max-width: 960px) {

  .footer .info {

    -webkit-box-pack: center;

        -ms-flex-pack: center;

            justify-content: center;

    padding: 50px 0;

  }

}

.footer .info a {

  margin-right: 20px;

  display: block;

}

@media (max-width: 960px) {

  .footer .info p {

    margin-left: 50px;

  }

}

@media (max-width: 767px) {

  .footer .info p {

    margin-left: 0;

  }

}

.footer .info .line {

  display: inline-block;

  height: 16px;

  width: 1px;

  background-color: #fff;

  margin: 0 10px;

  opacity: 0.5;

  vertical-align: middle;

}

@media (max-width: 767px) {

  .footer .info {

    -webkit-box-orient: vertical;

    -webkit-box-direction: normal;

        -ms-flex-direction: column;

            flex-direction: column;

    padding-top: 20px;

    line-height: 2;

  }

  .footer .info .iconfont {

    display: none;

  }

  .footer .info a {

    margin-right: 0;

  }

}

.footer .shuwon {

  font-size: 12px;

  margin-top: 8px;

}

.footer .shuwon a {

  margin-left: 20px;

}

@media (max-width: 960px) {

  .footer .shuwon {

    line-height: 50px;

    background-color: #222;

    width: 100%;

  }

}

.footer .right {

  width: 100px;

}

@media (max-width: 960px) {

  .footer .right {

    padding-top: 50px;

  }

}

@media (max-width: 767px) {

  .footer .right {

    padding-top: 30px;

  }

}

@media (max-width: 960px) {

  .footer {

    -webkit-box-orient: vertical;

    -webkit-box-direction: normal;

        -ms-flex-direction: column;

            flex-direction: column;

    height: auto;

    padding: 50px 0 0;

        align-items: center;

  }

  .footer .c {

    width: 100%;

    text-align: center;

    -webkit-box-ordinal-group: 4;

        -ms-flex-order: 3;

            order: 3;

  }

}

.common.btn {

  width: 220px;

  line-height: 60px;

  text-align: center;

  margin-top: 50px;

  display: block;

  perspective: 500;

  -webkit-perspective: 500;

}

.common.btn .w {

  position: relative;

  -webkit-transition: all 0.25s;

  -o-transition: all 0.25s;

  transition: all 0.25s;

  -webkit-transform-style: preserve-3d;

          transform-style: preserve-3d;

  pointer-events: none;

}

.common.btn .f {

  border: 1px solid #fff;

}

.common.btn .t {

  position: absolute;

  background-color: #fff;

  width: 100%;

  height: 100%;

  left: 0;

  color: #02020d;

  top: -60px;

  -webkit-transform-origin: center bottom;

      -ms-transform-origin: center bottom;

          transform-origin: center bottom;

  -webkit-transform: rotateX(90deg);

          transform: rotateX(90deg);

  -webkit-backface-visibility: hidden;

          backface-visibility: hidden;

}

@media (min-width: 1366px) {

  .common.btn:hover .w {

    -webkit-transform: translateY(30px) translateZ(-30px) rotate3d(1, 0, 0, -90deg);

            transform: translateY(30px) translateZ(-30px) rotate3d(1, 0, 0, -90deg);

  }

}

@media (max-width: 1440px) {

  .common.btn {

    width: 200px;

    line-height: 55px;

  }

}

@media (max-width: 1280px) {

  .common.btn {

    margin: 50px auto 0;

  }

}

@media (max-width: 767px) {

  .common.btn {

    width: 180px;

    line-height: 50px;

  }

}

.platform-image-absolute__container {

  position: absolute;

  left: 0;

  top: 0;

  width: 100%;

  height: 100%;

  pointer-events: none;

}

.dots__wrap,

.shine__wrap {

  position: absolute;

  width: 100%;

  height: 100%;

  top: 0;

  left: 0;

}

.dots__wrap .platform-img-dot {

  position: absolute;

}

.dots__wrap .platform-img-dot:nth-child(1) {

  top: 20%;

  left: 55%;

}

.dots__wrap .platform-img-dot:nth-child(2) {

  top: 27%;

  right: 30%;

  -webkit-transform: rotate(21deg);

      -ms-transform: rotate(21deg);

          transform: rotate(21deg);

}

.dots__wrap .platform-img-dot:nth-child(3) {

  top: 40%;

  right: 22%;

  -webkit-transform: rotate(27deg);

      -ms-transform: rotate(27deg);

          transform: rotate(27deg);

}

.dots__wrap .platform-img-dot:nth-child(4) {

  top: 55%;

  right: 22%;

  -webkit-transform: rotate(58deg);

      -ms-transform: rotate(58deg);

          transform: rotate(58deg);

}

.dots__wrap .platform-img-dot:nth-child(5) {

  top: 68%;

  right: 29%;

  -webkit-transform: rotate(93deg);

      -ms-transform: rotate(93deg);

          transform: rotate(93deg);

}

.dots__wrap .platform-img-dot:nth-child(6) {

  top: 76%;

  right: 42%;

  -webkit-transform: rotate(119deg);

      -ms-transform: rotate(119deg);

          transform: rotate(119deg);

}

.dots__wrap .platform-img-dot:nth-child(7) {

  top: 76%;

  left: 42%;

  -webkit-transform: rotate(160deg);

      -ms-transform: rotate(160deg);

          transform: rotate(160deg);

}

.dots__wrap .platform-img-dot:nth-child(8) {

  top: 70%;

  left: 30%;

  -webkit-transform: rotate(190deg);

      -ms-transform: rotate(190deg);

          transform: rotate(190deg);

}

.dots__wrap .platform-img-dot:nth-child(9) {

  top: 57%;

  left: 22%;

  -webkit-transform: rotate(230deg);

      -ms-transform: rotate(230deg);

          transform: rotate(230deg);

}

.dots__wrap .platform-img-dot:nth-child(10) {

  top: 42%;

  left: 22%;

  -webkit-transform: rotate(250deg);

      -ms-transform: rotate(250deg);

          transform: rotate(250deg);

}

.dots__wrap .platform-img-dot:nth-child(11) {

  top: 29%;

  left: 29%;

  -webkit-transform: rotate(267deg);

      -ms-transform: rotate(267deg);

          transform: rotate(267deg);

}

.dots__wrap .platform-img-dot:nth-child(12) {

  top: 21%;

  left: 41%;

  -webkit-transform: rotate(308deg);

      -ms-transform: rotate(308deg);

          transform: rotate(308deg);

}

.shine__wrap .platform-img-shine {

  position: absolute;

  width: 17%;

}

.shine__wrap .platform-img-shine:nth-child(1) {

  top: 11.5%;

  left: 71.2%;

}

.shine__wrap .platform-img-shine:nth-child(2) {

  top: 67.6%;

  left: 73.6%;

}

.shine__wrap .platform-img-shine:nth-child(3) {

  top: 67.7%;

  left: 9.8%;

}

.shine__wrap .platform-img-shine:nth-child(4) {

  top: 11.7%;

  left: 12.3%;

}

.shine__wrap .platform-img-shine:nth-child(5) {

  top: 40.9%;

  left: 83%;

}

.shine__wrap .platform-img-shine:nth-child(6) {

  top: 82.4%;

  left: 41.7%;

}

.shine__wrap .platform-img-shine:nth-child(7) {

  top: 40.9%;

  left: 0.3%;

}

.shine__wrap .platform-img-shine:nth-child(8) {

  top: -0.5%;

  left: 41.8%;

}

.platform-img-main {

  -webkit-animation: rotatePlatformMain 450s linear infinite;

  animation: rotatePlatformMain 450s linear infinite;

}

.dots__wrap {

  -webkit-animation: rotatePlatformDots 1000s linear infinite;

  animation: rotatePlatformDots 1000s linear infinite;

}

.shine__wrap {

  -webkit-animation: rotatePlatformMain 450s linear infinite;

  animation: rotatePlatformMain 450s linear infinite;

}

.shine__wrap .platform-img-shine {

  -webkit-animation: shine 4s infinite linear;

  animation: shine 4s infinite linear;

}

@-webkit-keyframes rotatePlatformMain {

  0% {

    -webkit-transform: rotate(0deg);

            transform: rotate(0deg);

  }

  100% {

    -webkit-transform: rotate(-360deg);

            transform: rotate(-360deg);

  }

}

@keyframes rotatePlatformMain {

  0% {

    -webkit-transform: rotate(0deg);

            transform: rotate(0deg);

  }

  100% {

    -webkit-transform: rotate(-360deg);

            transform: rotate(-360deg);

  }

}

@-webkit-keyframes rotatePlatformDots {

  0% {

    -webkit-transform: rotate(0deg);

            transform: rotate(0deg);

  }

  100% {

    -webkit-transform: rotate(360deg);

            transform: rotate(360deg);

  }

}

@keyframes rotatePlatformDots {

  0% {

    -webkit-transform: rotate(0deg);

            transform: rotate(0deg);

  }

  100% {

    -webkit-transform: rotate(360deg);

            transform: rotate(360deg);

  }

}

@-webkit-keyframes shine {

  0% {

    opacity: 1;

    -webkit-filter: contrast(100%);

    filter: contrast(100%);

  }

  30% {

    -webkit-filter: contrast(200%);

    filter: contrast(200%);

  }

  60% {

    opacity: 0.5;

  }

  100% {

    opacity: 1;

    -webkit-filter: contrast(100%);

    filter: contrast(100%);

  }

}

@keyframes shine {

  0% {

    opacity: 1;

    -webkit-filter: contrast(100%);

    filter: contrast(100%);

  }

  30% {

    -webkit-filter: contrast(200%);

    filter: contrast(200%);

  }

  60% {

    opacity: 0.5;

  }

  100% {

    opacity: 1;

    -webkit-filter: contrast(100%);

    filter: contrast(100%);

  }

}

.with-bg {

  position: relative;

  overflow: hidden;

  background-color: #02020d;

  width: 100%;

}

.with-bg .dbg {

  position: absolute;

  right: 0;

  top: 2vw;

}

@media (max-width: 1440px) {

  .with-bg .dbg {

    width: 45vw;

  }

}

@media (max-width: 767px) {

  .with-bg .dbg {

    display: none;

  }

}

.common-page {

  padding: 15vw 7.5% 80px;

}

.common-page .banner {

  height: auto;

  padding-top: 0;

  padding-bottom: 100px;

}

@media (max-width: 1440px) {

  .common-page .banner {

    padding-bottom: 80px;

  }

}

.common-page .banner .cn {

  font-size: 50px;

  font-weight: 700;

}

@media (max-width: 1600px) {

  .common-page .banner .cn {

    font-size: 42px;

  }

}

@media (max-width: 1440px) {

  .common-page .banner .cn {

    font-size: 38px;

  }

}

@media (max-width: 1280px) {

  .common-page .banner .cn {

    font-size: 30px;

  }

}

@media (max-width: 767px) {

  .common-page .banner .cn {

    font-size: 24px;

  }

}

.common-page .banner .en {

  letter-spacing: 5px;

  text-transform: uppercase;

  font-family: 'FUTUTN';

  font-weight: 700;

}

@media (max-width: 1600px) {

  .common-page .banner .en {

    font-size: 13px;

    letter-spacing: 4px;

  }

}

@media (max-width: 1280px) {

  .common-page .banner .en {

    font-size: 12px;

  }

}

@media (max-width: 960px) {

  .common-page .banner {

    padding-bottom: 50px;

  }

}

.common-page .common-title {

  text-align: left;

}

@media (max-width: 1280px) {

  .common-page {

    padding-left: 50px;

    padding-right: 50px;

  }

}

@media (max-width: 960px) {

  .common-page {

    padding: 25vw 30px 50px;

  }

}

@media (max-width: 767px) {

  .common-page {

    padding-left: 20px;

    padding-right: 20px;

  }

}

@media (max-width: 767px) {

  .news-page {

    padding-left: 0;

    padding-right: 0;

  }

  .news-page .banner {

    padding-left: 20px;

    padding-bottom: 30px;

  }

}

.about-us .box1 .lists {

  display: -webkit-box;

  display: -ms-flexbox;

  display: flex;

  -ms-flex-wrap: wrap;

      flex-wrap: wrap;

}

@media (max-width: 960px) {

  .about-us .box1 .lists {

    -ms-flex-wrap: wrap;

        flex-wrap: wrap;

  }

}

.about-us .box1 .lists .item {

  width: 340px;

  height: 340px;

  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;

  padding: 0 40px;

}

.about-us .box1 .lists .item.red {

  background-color: #da3b47;

}

.about-us .box1 .lists .item.green {

  background-color: #15b08b;

}

.about-us .box1 .lists .item.blue {

  background-color: #2ea7e0;

}

@media (max-width: 1600px) {

  .about-us .box1 .lists .item {

    width: 300px;

    height: 300px;

  }

}

@media (max-width: 1366px) {

  .about-us .box1 .lists .item {

    width: 250px;

    height: 250px;

  }

}

@media (max-width: 960px) {

  .about-us .box1 .lists .item {

    width: 100%;

    -webkit-box-orient: horizontal;

    -webkit-box-direction: normal;

        -ms-flex-direction: row;

            flex-direction: row;

    -webkit-box-align: center;

        -ms-flex-align: center;

            align-items: center;

    -webkit-box-pack: start;

        -ms-flex-pack: start;

            justify-content: flex-start;

  }

}

@media (max-width: 767px) {

  .about-us .box1 .lists .item {

    height: 150px;

    -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;

    -webkit-box-align: start;

        -ms-flex-align: start;

            align-items: flex-start;

    padding: 0 20px;

  }

}

.about-us .box1 .lists .item.auto {

  -webkit-box-flex: 1;

      -ms-flex: auto;

          flex: auto;

  padding: 0;

  background-size: cover;

  background-position: center center;

}

@media (max-width: 960px) {

  .about-us .box1 .lists .item.auto {

    width: 100%;

  }

}

@media (max-width: 960px) {

  .about-us .box1 .lists:nth-child(2) .item.auto {

    -webkit-box-ordinal-group: 4;

        -ms-flex-order: 3;

            order: 3;

    background-color: #fff;

    height: 200px;

  }

  .about-us .box1 .lists:nth-child(1) .item.auto {

    height: auto;

    margin-bottom: 30px;

  }

}

.about-us .box1 .text {

  width: 60%;

  line-height: 2;

  text-align: justify;

}

.about-us .box1 .text .name {

  font-size: 32px;

  margin-bottom: 5px;

}

@media (max-width: 1280px) {

  .about-us .box1 .text .name {

    font-size: 24px;

  }

}

@media (max-width: 960px) {

  .about-us .box1 .text {

    width: 100%;

  }

}

.about-us .box1 .title {

  font-size: 60px;

  font-family: 'FUTUTN';

  font-weight: 700;

  margin-bottom: 10px;

}

.about-us .box1 .title span {

  font-size: 26px;

  padding-left: 5px;

}

@media (max-width: 1600px) {

  .about-us .box1 .title {

    font-size: 50px;

    margin-bottom: 5px;

  }

  .about-us .box1 .title span {

    font-size: 22px;

  }

}

@media (max-width: 1366px) {

  .about-us .box1 .title {

    font-size: 40px;

  }

  .about-us .box1 .title span {

    font-size: 18px;

  }

}

@media (max-width: 960px) {

  .about-us .box1 .title {

    margin-bottom: 0;

    margin-right: 20px;

  }

}

@media (max-width: 767px) {

  .about-us .box1 .title {

    font-size: 30px;

  }

  .about-us .box1 .title span {

    font-size: 16px;

  }

}

.about-us .box1 .intro {

  font-size: 18px;

  height: 40px;

}

@media (max-width: 1600px) {

  .about-us .box1 .intro {

    font-size: 16px;

  }

}

@media (max-width: 1366px) {

  .about-us .box1 .intro {

    font-size: 15px;

  }

}

.about-us .box1 h2 {

  line-height: 340px;

  background-color: #fff;

  text-align: center;

  color: #666;

}

.join-us .lists .item {

  border-top: 1px solid rgba(255, 255, 255, 0.5);

}

.join-us .lists .item .title {

  display: -webkit-box;

  display: -ms-flexbox;

  display: flex;

  -webkit-box-align: center;

      -ms-flex-align: center;

          align-items: center;

  height: 120px;

  position: relative;

  padding: 0 50px 0 60px;

}

.join-us .lists .item .title .name {

  width: 50%;

  font-size: 18px;

}

.join-us .lists .item .title .a,

.join-us .lists .item .title .p {

  font-size: 15px;

  padding-right: 60px;

}

.join-us .lists .item .title .more {

  position: absolute;

  line-height: 40px;

  right: 50px;

  top: 40px;

  cursor: pointer;

  z-index: 3;

}

.join-us .lists .item .title .more span {

  display: inline-block;

  height: 2px;

  width: 20px;

  background-color: #fff;

  margin-right: 10px;

  vertical-align: middle;

}

.join-us .lists .item .detail {

  background-color: #0e071a;

  padding: 30px 50px;

  line-height: 1.8;

  display: none;

}

.join-us .lists .item .detail .t {

  font-size: 16px;

}

.join-us .lists .item .detail .d p {

  opacity: 0.75;

  margin-top: 5px;

}

.join-us .lists .item .detail .d + .t {

  margin-top: 20px;

}

.contact-us .box1 {

  display: -webkit-box;

  display: -ms-flexbox;

  display: flex;

  -webkit-box-pack: justify;

      -ms-flex-pack: justify;

          justify-content: space-between;

  -webkit-box-align: center;

      -ms-flex-align: center;

          align-items: center;

  padding-top: 20px;

  padding-bottom: 85px;

}

.contact-us .box1 .left .title {

  font-size: 30px;

  margin-bottom: 50px;

  line-height: 1;

}

@media (max-width: 1600px) {

  .contact-us .box1 .left .title {

    font-size: 26px;

  }

}

@media (max-width: 767px) {

  .contact-us .box1 .left .title {

    font-size: 18px;

    margin-bottom: 20px;

  }

}

.contact-us .box1 .left .i {

  font-size: 16px;

  display: -webkit-box;

  display: -ms-flexbox;

  display: flex;



}

.contact-us .box1 .left .i .iconfont {

  color: #da3b47;

  width: 40px;

  display: inline-block;

  font-size: 26px;

}

.contact-us .box1 .left .i .n {

  font-size: 18px;

  padding-right: 20px;

  width: 60px;

  display: block;

}

.contact-us .box1 .left .i + .i {

  margin-top: 22px;

}

@media (max-width: 960px) {

  .contact-us .box1 .left {

    width: 100%;

  }

}

.contact-us .box1 .right {

  width: calc(100% - 490px);

  text-align: center;

}

.contact-us .box1 .right img {

  display: inline-block;

}

@media (max-width: 960px) {

  .contact-us .box1 .right {

    width: 100%;

    margin-top: 30px;

  }

}

@media (max-width: 960px) {

  .contact-us .box1 {

    -webkit-box-orient: vertical;

    -webkit-box-direction: normal;

        -ms-flex-direction: column;

            flex-direction: column;

  }

}

.case-plan .case-cover {

  background-color: #fff;

}

@media (max-width: 960px) {

  .case-plan .case-cover {

    overflow: hidden;

    position: relative;

  }

  .case-plan .case-cover img {

    height: 250px;

    width: auto;

    max-width: unset;

    position: relative;

    left: 50%;

    -webkit-transform: translateX(-50%);

        -ms-transform: translateX(-50%);

            transform: translateX(-50%);

  }

}

@media (max-width: 767px) {

  .case-plan .case-cover img {

    height: auto;

	width: 100%;

  }

}

.case-plan .slogan {

  font-size: 24px;

  margin-top: 60px;

  margin-bottom: 35px;

}

@media (max-width: 1600px) {

  .case-plan .slogan {

    font-size: 20px;

  }

}

@media (max-width: 960px) {

  .case-plan .slogan {

    font-size: 18px;

    margin: 30px 0;

  }

}

@media (max-width: 767px) {

  .case-plan .slogan {

    font-size: 15px;

    margin: 10px 0 20px;

    line-height: 1.8;

    text-align: justify;

  }

}

.case-plan .lists {

  padding-bottom: 20px;

}

.case-plan .lists .item {

  padding: 50px 0;

  display: -webkit-box;

  display: -ms-flexbox;

  display: flex;

  -webkit-box-align: center;

      -ms-flex-align: center;

          align-items: center;

  border-bottom: 1px solid rgba(255, 255, 255, 0.4);

}

.case-plan .lists .item .text {

  margin-left: 80px;

  width: 300px;

}

.case-plan .lists .item .text .n {

  font-family: 'FUTUTN';

  opacity: 0.4;

  font-weight: 700;

  font-size: 16px;

}

.case-plan .lists .item .text .c {

  font-size: 24px;

  margin-top: 5px;

}

@media (max-width: 960px) {

  .case-plan .lists .item .text {

    margin-left: 15px;

  }

}

.case-plan .lists .item .content {

  width: calc(100% - 460px);

  text-align: justify;

  font-size: 16px;

  line-height: 1.8;

  padding-top: 25px;

}

@media (max-width: 960px) {

  .case-plan .lists .item .content {

    width: 100%;

    padding-left: 65px;

    padding-top: 10px;

  }

  .case-plan .lists .item .content * {

    font-size: 15px !important;

    line-height: 1.8 !important;

    opacity: 0.85;

  }

}

@media (max-width: 767px) {

  .case-plan .lists .item .content {

    padding-left: 55px;

  }

  .case-plan .lists .item .content * {

    font-size: 13px !important;

    line-height: 1.8 !important;

    opacity: 0.85;

  }

}

@media (max-width: 1440px) {

  .case-plan .lists .item img {

    width: 70px;

  }

  .case-plan .lists .item .text .c {

    font-size: 20px;

  }

  .case-plan .lists .item .content {

    font-size: 15px;

  }

}

@media (max-width: 1280px) {

  .case-plan .lists .item img {

    width: 60px;

  }

}

@media (max-width: 960px) {

  .case-plan .lists .item {

    -ms-flex-wrap: wrap;

        flex-wrap: wrap;

    padding: 30px 0;

  }

  .case-plan .lists .item img {

    width: 50px;

  }

}

@media (max-width: 767px) {

  .case-plan .lists .item img {

    width: 40px;

  }

  .case-plan .lists .item .text .c {

    font-size: 16px;

  }

}

.team .lists {

  display: -webkit-box;

  display: -ms-flexbox;

  display: flex;

  -ms-flex-wrap: wrap;

      flex-wrap: wrap;

  padding-bottom: 50px;

}

.team .lists .item {

  width: calc((100% - 120px) / 3);

  margin-right: 60px;

}

.team .lists .item .img-box {

  background-color: #fff;

  background-position: center center;

  background-size: cover;

}

.team .lists .item .name {

  font-size: 18px;

  margin-top: 25px;

  margin-bottom: 5px;

}

@media (max-width: 960px) {

  .team .lists .item .name {

    margin-top: 15px;

  }

}

.team .lists .item .info {

  opacity: 0.6;

}

.team .lists .item:nth-child(n + 4) {

  margin-top: 100px;

}

.team .lists .item:nth-child(3n) {

  margin-right: 0;

}

@media (max-width: 960px) {

  .team .lists .item {

    width: 100%;

    margin-right: 0;

  }

  .team .lists .item .img-box,

  .team .lists .item img {

    width: 100%;

  }

  .team .lists .item + .item {

    margin-top: 30px;

  }

}

.team .team-detail {

  display: -webkit-box;

  display: -ms-flexbox;

  display: flex;

  -webkit-box-align: start;

      -ms-flex-align: start;

          align-items: flex-start;

  -webkit-box-pack: justify;

      -ms-flex-pack: justify;

          justify-content: space-between;

  padding-top: 85px;

  padding-bottom: 60px;

}

.team .team-detail .left {

  width: 47%;

  height: 425px;

  position: relative;

}

.team .team-detail .left .img {

  position: absolute;

  width: 100%;

  left: 0;

  top: 0;

  height: 100%;

  background-image: url("../images/stuff/women4.jpg");

}

.team .team-detail .right {

  width: 50%;

  padding-top: 110px;

}

.team .team-detail .right .name {

  margin-left: 40px;

  position: relative;

  font-size: 36px;

}

.team .team-detail .right .name span {

  font-size: 18px;

  padding-left: 20px;

}

.team .team-detail .right .name:before {

  content: '';

  position: absolute;

  width: 40px;

  height: 3px;

  left: 0;

  top: -60px;

  background-color: #da3b47;

}

.team .team-detail .right .text-box {

  padding: 50px 60px 70px 40px;

  background-color: #0e071b;

  margin-top: 55px;

  position: relative;

}

.team .team-detail .right .text-box:before {

  height: 100%;

  width: 145px;

  left: -145px;

  top: 0;

  content: "";

  position: absolute;

  background-color: #0e071b;

}

.team .team-detail .right .text-box:after {

  content: "";

  position: absolute;

  top: 35px;

  left: -195px;

  border-top: 35px solid #0e071b;

  border-left: 55px solid transparent;

}

.team .team-detail .right .text-box .c-name {

  font-family: 'FUTUTN';

  font-weight: 700;

  margin-bottom: 18px;

  text-transform: uppercase;

}

.team .team-detail .right .text-box .content {

  line-height: 2;

  text-align: justify;

}

.case-page .cases-lists {

  padding: 0;

}

.case-page .cases-lists .lists {

  -ms-flex-wrap: wrap;

      flex-wrap: wrap;

  -webkit-box-pack: start;

      -ms-flex-pack: start;

          justify-content: flex-start;

}

.case-page .cases-lists .lists .item {

  width: calc((100% - 100px) / 3);

  margin-right: 50px;

}

.case-page .cases-lists .lists .item:nth-child(3n) {

  margin-right: 0;

}



.case-page .cases-lists .lists .item:nth-child(n + 4) {

  margin-top: 50px;

}

@media (max-width: 960px) {

  .case-page .cases-lists .lists .item {

    width: 100%;

    margin-right: 0;

  }

  .case-page .cases-lists .lists .item .w,

  .case-page .cases-lists .lists .item .img-box,

  .case-page .cases-lists .lists .item img {

    width: 100%;

  }

}

.detail-box {

  max-width: 1400px;

  margin: 0 auto;

  color: #3e3e3e;

}

.detail-box .news-banner {

  height: 400px;

  background-color: #0a7e63;

  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: #fff;

  font-size: 30px;

  background-position: center center;

  background-size: cover;

}

@media (max-width: 1440px) {

  .detail-box .news-banner {

    height: 300px;

  }

}

@media (max-width: 767px) {

  .detail-box .news-banner {

    height: 200px;

  }

}

.detail-box .text {

  background-color: #fff;

  padding: 50px 40px 80px;

  font-size: 16px;

  line-height: 2;

  color: #555;

  text-align: justify;

}

@media (max-width: 767px) {

  .detail-box .text {

    padding: 20px;

    line-height: 1.8;

  }

}

.detail-box .links-path {

  color: #fff;

  margin-bottom: 20px;

  display: -webkit-box;

  display: -ms-flexbox;

  display: flex;

  font-size: 15px;

  opacity: 0.8;

}

.detail-box .links-path span {

  padding: 0 10px;

}

@media (max-width: 767px) {

  .detail-box .links-path {

    font-size: 12px;

    margin-bottom: 10px;

  }

}

.detail-box .banner {

  background-color: #da3b47;

  color: #fff;

  padding: 40px 40px 60px;

}

.detail-box .banner .slogan {

  font-size: 17px;

  text-align: justify;

  line-height: 2;

}

@media (max-width: 767px) {

  .detail-box .banner {

    padding: 20px;

    font-size: 16px;

  }

  .detail-box .banner .cn {

    font-size: 18px !important;

    font-weight: 400;

    text-align: justify;

  }

}

.common-page.news-detail .banner .cn,

.common-page.case-page-detail .banner .cn {

  font-size: 24px;

  margin-bottom: 10px;

}

.about-us .team {

  margin-top: 100px;

}

.about-us .team .lists {

  margin-top: 50px;

}

.contact-us {

  margin-top: 50px;

}

.join-us .box1 {

  display: -webkit-box;

  display: -ms-flexbox;

  display: flex;

  padding-top: 50px;

}

.join-us .box1 .item a {

  display: block;

  padding: 0 40px;

  width: 300px;

  line-height: 100px;

  font-size: 22px;

  text-align: center;

  border-radius: 10px;

  border: 1px solid #fff;

  position:relative;

}

.join-us .box1 .item:last-child a{

	height:100px

}



.join-us .box1 .item:last-child a p{

	position:absolute;

	left:0px;

	width: 100%;

	bottom: 5px;

	line-height: 20px;

	text-align: center;

	font-size: 14px;

}



@media (max-width: 1366px) {

  .join-us .box1 .item a {

    width: 250px;

    line-height: 80px;

    font-size: 20px;

  }

}

@media (max-width: 767px) {

  .join-us .box1 .item a {

    width: 100%;

    line-height: 70px;

    font-size: 18px;

  }

}

.join-us .box1 .item.boss a {

  background-color: #5dd5c8;

  border: none;

}

.join-us .box1 .item.boss {

  margin-right: 50px;

}

@media (max-width: 767px) {

  .join-us .box1 .item.boss {

    margin-right: 0;

    margin-bottom: 20px;

  }

}

@media (max-width: 767px) {

  .join-us .box1 .item {

    width: 100%;

  }

}

@media (max-width: 767px) {

  .join-us .box1 {

    -webkit-box-orient: vertical;

    -webkit-box-direction: normal;

        -ms-flex-direction: column;

            flex-direction: column;

    padding-top: 30px;

  }

}

.pages {

  margin-top: 70px;

  display: -webkit-box;

  display: -ms-flexbox;

  display: flex;

  -webkit-box-pack: center;

  -ms-flex-pack: center;

  justify-content: center;

  -ms-flex-wrap: wrap;

      flex-wrap: wrap;

}

@media (max-width: 767px) {

  .pages {

    margin-top: 30px;

  }

}

.pages a {

  display: block;

  line-height: 35px;

  border: 1px solid rgba(170, 170, 170, 0.3);

  border-radius: 5px;

  padding: 0 10px;

  min-width: 37px;

  text-align: center;

  margin: 0 3px 6px;

  font-size: 13px;

  letter-spacing: 0.5px;

}

.v_img{

	display: none;

}

.pages a.active {

  background-color: #fff;

  color: #02020d;

  border-color: #fff;

  pointer-events: none;

}

.shuwon {

  background-color: #1b1b1b;

  line-height: 60px;

  padding: 0 50px;

  text-align: right;

  color: rgba(255, 255, 255, 0.6);

  font-size: 13px;

  position: relative;
  z-index: 2;

}

.shuwon a {

  margin-left: 20px;

}

@media (max-width: 767px) {

  .shuwon {

    text-align: center;

    font-size: 12px;

    background-color: #000;

	padding: 20px 3%;

	line-height: 1.7;

  }

  .shuwon>a{

	  margin-left: 0%;

	  display: block;

  }

  .footer .logo_ p{

	  font-size: 12px;

  }

  .home .banner .right video{

	  display: none;

  }

  .v_img{

	  display: block;

  }

  .home .box1 .tab .item video{

	  display: none;

  }

	.home .box1 .tab .item .v_img  {

	  width: 100px;

  }

}

/* live */
.live-promotion {
  padding-bottom: 0;
}
.live-promotion .box1 {
  padding: 60px 0;
}
@media (max-width:750px) {
  .live-promotion .box1 {
    padding: 10vw 0;
  }
}
.live-promotion .box1 .lists {
  display: flex;
  justify-content: center;
}
@media (max-width:750px) {
  .live-promotion .box1 .lists {
    flex-wrap: wrap;
  }
  .live-promotion .box1 .lists .item:nth-child(n + 3) {
    margin-top: 5vw;
  }
}
.live-promotion .box1 .lists .item {
  text-align: center;
  line-height: 24px;
  width: 320px;
}
@media (max-width:750px) {
  .live-promotion .box1 .lists .item {
    width: 50%;
  }
}
.live-promotion .box1 .lists .item img {
  width: 65px;
  display: inline-block;
}
@media (max-width:1600px) {
  .live-promotion .box1 .lists .item img {
    width: 55px;
  }
}
@media (max-width:750px) {
  .live-promotion .box1 .lists .item img {
    width: 40px;
  }
}
.live-promotion .box1 .lists .item h3 {
  font-size: 24px;
  margin-top: 20px;
  margin-bottom: 10px;
}
@media (max-width:1600px) {
  .live-promotion .box1 .lists .item h3 {
    font-size: 20px;
    margin-bottom: 8px;
    margin-top: 10px;
  }
}
@media (max-width:750px) {
  .live-promotion .box1 .lists .item h3 {
    font-size: 16px;
    margin-top: 5px;
    margin-bottom: 0;
  }
}
.live-promotion .box1 .lists .item p {
  font-size: 16px;
}
@media (max-width:1600px) {
  .live-promotion .box1 .lists .item p {
    font-size: 14px;
  }
}
@media (max-width:750px) {
  .live-promotion .box1 .lists .item p {
    font-size: 12px;
  }
}
.live-promotion .common-btn {
  width: 222px;
  height: 62px;
  border: none;
  box-shadow: unset;
  outline: unset;
  background: #cf3744;
  font-size: 18px;
  color: #fff;
  border-radius: 10px;
  font-family: inherit;
  cursor: pointer;
  display: block;
}
.live-promotion .common-btn:hover {
  background: #f03e4d;
}
.live-promotion .common-btn img {
  display: inline-block;
  vertical-align: text-top;
}
@media (max-width:750px) {
  .live-promotion .common-btn {
    width: 160px;
    height: 50px;
    font-size: 16px;
    border-radius: 5px;
  }
}
@media (max-width:750px) {
  .live-promotion .common-btn img {
    width: 24px;
  }
}
.live-promotion .box2 {
  padding: 60px 0;
}
@media (max-width:750px) {
  .live-promotion .box2 {
    padding: 10vw 0;
  }
}
.live-promotion .box2 .title {
  text-align: center;
  font-size: 24px;
  margin-bottom: 35px;
}
@media (max-width:750px) {
  .live-promotion .box2 .title {
    font-size: 18px;
  }
}
.live-promotion .box2 .inputs {
  display: flex;
  justify-content: space-between;
}
@media (max-width:750px) {
  .live-promotion .box2 .inputs {
    display: block;
  }
  .live-promotion .box2 .inputs .input-box + .input-box {
    margin-top: 3vw;
  }
}
.live-promotion .box2 .inputs .input-box {
  width: calc((100% - 75px) / 4);
  border: 1px solid rgba(255, 255, 255, 0.65);
  padding: 0 20px;
  display: flex;
  align-items: center;
}
@media (max-width:750px) {
  .live-promotion .box2 .inputs .input-box {
    width: 100%;
    padding: 0 3vw;
  }
}
.live-promotion .box2 .inputs .input-box label {
  font-size: 16px;
  white-space: nowrap;
}
@media (max-width:750px) {
  .live-promotion .box2 .inputs .input-box label {
    font-size: 14px;
  }
}
.live-promotion .box2 .inputs .input-box input {
  appearance: none;
  border: none;
  outline: none;
  border-radius: unset;
  background: unset;
  height: 54px;
  box-shadow: unset;
  font-size: 16px;
  flex: auto;
  font-family: inherit;
  color: #fff;
}
@media (max-width:750px) {
  .live-promotion .box2 .inputs .input-box input {
    font-size: 14px;
  }
}
.live-promotion .box2 .inputs .input-box input::placeholder {
  color: rgba(255, 255, 255, 0.3);
  font-family: inherit;
}
.live-promotion .box2 .common-btn {
  margin: 60px auto 0;
}
@media (max-width:750px) {
  .live-promotion .box2 .common-btn {
    margin-top: 10vw;
  }
}
.live-promotion .comon-title {
  text-align: center;
}
.live-promotion .comon-title h3 {
  font-size: 36px;
}
@media (max-width:1600px) {
  .live-promotion .comon-title h3 {
    font-size: 28px;
  }
}
@media (max-width:750px) {
  .live-promotion .comon-title h3 {
    font-size: 22px;
  }
}
.live-promotion .comon-title p {
  text-transform: uppercase;
  font-size: 16px;
  font-family: "FUTUTN";
  font-weight: 700;
  letter-spacing: 3px;
}
@media (max-width:1600px) {
  .live-promotion .comon-title p {
    font-size: 14px;
  }
}
@media (max-width:750px) {
  .live-promotion .comon-title p {
    font-size: 12px;
  }
}
.live-promotion .box3 {
  padding: 60px 0;
}
@media (max-width:750px) {
  .live-promotion .box3 {
    padding: 10vw 0;
  }
}
@media (max-width:750px) {
  .live-promotion .box3 .content {
    padding-bottom: 10vw;
  }
}
.live-promotion .box3 .content .item {
  padding: 65px 0;
  display: flex;
}
@media (max-width:1200px) {
  .live-promotion .box3 .content .item {
    display: block;
    padding: 3vw 0;
  }
}
@media (max-width:750px) {
  .live-promotion .box3 .content .item {
    padding: 0;
    margin-top: 10vw;
  }
}
.live-promotion .box3 .content .item .main-img {
  width: 61%;
}
@media (max-width:1200px) {
  .live-promotion .box3 .content .item .main-img {
    width: 100%;
  }
}
.live-promotion .box3 .content .item .icons {
  margin-left: 30px;
  display: flex;
  flex-wrap: wrap;
  position: relative;
}
@media (max-width:1200px) {
  .live-promotion .box3 .content .item .icons {
    margin: 0;
  }
}
.live-promotion .box3 .content .item .icons::before,
.live-promotion .box3 .content .item .icons::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 1px;
  left: 0;
  top: 50%;
  background: rgba(255, 255, 255, 0.3);
}
@media (max-width:750px) {
  .live-promotion .box3 .content .item .icons::before,
  .live-promotion .box3 .content .item .icons::after {
    display: none;
  }
}
.live-promotion .box3 .content .item .icons::after {
  width: 1px;
  height: 100%;
  left: 50%;
  top: 0;
}
.live-promotion .box3 .content .item .icons .icon {
  width: 50%;
  padding: 0 5%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
@media (max-width:1200px) {
  .live-promotion .box3 .content .item .icons .icon {
    padding: 3vw 5vw;
  }
}
@media (max-width:750px) {
  .live-promotion .box3 .content .item .icons .icon {
    width: 100%;
    padding: 0;
    margin-top: 8vw;
  }
  .live-promotion .box3 .content .item .icons .icon img {
    width: 50px;
  }
}
.live-promotion .box3 .content .item .icons .icon .t {
  font-size: 24px;
  line-height: 1;
  margin: 25px 0 10px;
}
@media (max-width:1600px) {
  .live-promotion .box3 .content .item .icons .icon .t {
    font-size: 18px;
  }
}
@media (max-width:750px) {
  .live-promotion .box3 .content .item .icons .icon .t {
    margin: 3vw 0 5px;
  }
}
.live-promotion .box3 .content .item .icons .icon .d {
  line-height: 1.8;
  text-align: center;
}
.live-promotion .box3 .content .item:nth-child(2n) {
  flex-direction: row-reverse;
}
.live-promotion .box3 .content .item:nth-child(2n) .icons {
  margin-left: 0;
  margin-right: 30px;
}
@media (max-width:1200px) {
  .live-promotion .box3 .content .item:nth-child(2n) .icons {
    margin: 0;
  }
}
.live-promotion .box3 .common-btn {
  margin: 0 auto;
}
.live-promotion .box4 {
  padding: 60px 0;
}
@media (max-width:750px) {
  .live-promotion .box4 {
    padding: 10vw 0;
  }
}
.live-promotion .box4 .common-btn {
  margin: 0 auto;
}
.live-promotion .box4 .earth {
  height: 850px;
  background-image: url(../images/earth.png);
  background-position: center 30%;
  background-repeat: no-repeat;
  position: relative;
}
@media (max-width:750px) {
  .live-promotion .box4 .earth {
    background-size: contain;
    height: auto;
    padding-bottom: 10vw;
  }
}
.live-promotion .box4 .earth .item {
  position: absolute;
  text-align: center;
  width: 300px;
}
@media (max-width:750px) {
  .live-promotion .box4 .earth .item {
    position: relative;
    width: auto;
    margin-top: 8vw;
  }
}
.live-promotion .box4 .earth .item .title .t {
  font-size: 24px;
  font-weight: 700;
}
@media (max-width:750px) {
  .live-promotion .box4 .earth .item .title .t {
    font-size: 20px;
  }
}
.live-promotion .box4 .earth .item .title .d {
  font-size: 16px;
  margin-top: 6px;
}
@media (max-width:750px) {
  .live-promotion .box4 .earth .item .title .d {
    font-size: 14px;
    margin-top: 3px;
  }
}
.live-promotion .box4 .earth .item .names {
  position: absolute;
  left: 100%;
  top: 50%;
  transform: translate(0, -50%);
  width: 370px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
@media (max-width:750px) {
  .live-promotion .box4 .earth .item .names {
    position: relative;
    left: auto;
    top: auto;
    transform: none;
    width: auto;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-top: 5vw;
  }
}
.live-promotion .box4 .earth .item .names .name {
  min-width: 100px;
  line-height: 38px;
  text-align: center;
  font-size: 16px;
  padding: 0 20px;
  color: #fff;
  background-color: #2ea7e0;
  border-radius: 10px;
}
@media (max-width:750px) {
  .live-promotion .box4 .earth .item .names .name {
    font-size: 14px;
    width: calc((100% - 3vw) / 2);
  }
}
@media (max-width:750px) {
  .live-promotion .box4 .earth .item .names .name:nth-child(n + 3) {
    margin-top: 3vw;
  }
}
@media (min-width:751px) {
  .live-promotion .box4 .earth .item .names .name:nth-child(1) {
    margin-left: 30%;
  }
  .live-promotion .box4 .earth .item .names .name:nth-child(2) {
    margin-left: 60%;
    margin-top: 16px;
  }
  .live-promotion .box4 .earth .item .names .name:nth-child(3) {
    margin-top: 10px;
  }
  .live-promotion .box4 .earth .item .names .name:nth-child(4) {
    margin-left: 31%;
    margin-top: -13px;
  }
  .live-promotion .box4 .earth .item .names .name:nth-child(5) {
    margin-left: 62%;
    margin-top: -3px;
  }
  .live-promotion .box4 .earth .item .names .name:nth-child(6) {
    margin-left: 5%;
    margin-top: -5px;
  }
}
.live-promotion .box4 .earth .item:nth-child(2) .names .name {
  background-color: #9f20c3;
}
.live-promotion .box4 .earth .item:nth-child(3) .names .name {
  background-color: #15b08b;
}
@media (min-width:751px) {
  .live-promotion .box4 .earth .item:nth-child(1) {
    left: 4%;
    top: 35%;
  }
  .live-promotion .box4 .earth .item:nth-child(2) {
    right: 4%;
    top: 35%;
  }
  .live-promotion .box4 .earth .item:nth-child(2) .names {
    left: auto;
    right: 100%;
  }
  .live-promotion .box4 .earth .item:nth-child(3) {
    left: 50%;
    top: 88%;
    margin-left: -150px;
  }
  .live-promotion .box4 .earth .item:nth-child(3) .names {
    left: 50%;
    bottom: 130%;
    transform: translateX(-50%);
    top: auto;
  }
}
.live-promotion .box5 {
  padding: 60px 0;
}
@media (max-width:750px) {
  .live-promotion .box5 {
    padding: 10vw 0;
  }
}
.live-promotion .box5 .lists {
  margin: 50px auto 60px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.live-promotion .box5 .lists img + img {
  margin-left: 2.5%;
}
@media (max-width:1600px) {
  .live-promotion .box5 .lists img {
    width: 350px;
  }
}
@media (max-width:1200px) {
  .live-promotion .box5 .lists img {
    width: 30vw;
  }
}
@media (max-width:750px) {
  .live-promotion .box5 .lists {
    margin: 0;
    justify-content: flex-start;
    padding: 0 20px;
    width: calc(190vw + 40px);
  }
  .live-promotion .box5 .lists img {
    width: 60vw;
  }
  .live-promotion .box5 .lists img + img {
    margin-left: 5vw;
  }
}
@media (max-width:750px) {
  .live-promotion .box5 .wrapper {
    margin: 10vw -20px;
    overflow-x: auto;
  }
}
.live-promotion .box5 .common-btn {
  margin: 0 auto;
}
.live-promotion .box6 {
  padding: 60px 0 80px;
}
@media (max-width:750px) {
  .live-promotion .box6 {
    padding: 10vw 0;
  }
}
.live-promotion .box6 .common-btn {
  margin: 0 auto;
}
.live-promotion .box6 .lists {
  margin: 40px auto 60px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media (max-width:750px) {
  .live-promotion .box6 .lists {
    margin: 10vw auto;
  }
}
@media (max-width:1200px) {
  .live-promotion .box6 .lists {
    display: block;
  }
  .live-promotion .box6 .lists img + img {
    margin-top: 3vw;
  }
}
.live-promotion .box6 .lists img {
  width: 48.7%;
}
@media (max-width:1200px) {
  .live-promotion .box6 .lists img {
    width: 100%;
  }
}
.live-promotion .box7 {
  background-color: #170d2a;
  margin: 0 -7.5vw;
  padding: 60px 7.5vw;
}
@media (max-width:750px) {
  .live-promotion .box7 {
    padding: 10vw 20px;
    margin: 0 -20px;
  }
}