﻿html,
body {
  position: relative;
  height: 100%;
}

.container {
  height: 100%;
}

.container {
  min-width: 1280px;
  overflow-x: auto;
}

.fullPage_title {
  width: 100%;
  height: 568px;
  overflow: hidden;
  position: relative;
  background: #000;
}

.fullPage_title .background-scene {
  width: 1200px;
  height: 600px;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  overflow: hidden;
  z-index: 1;
}

.fullPage_title canvas {
  width: 1800px;
  height: 900px;
  position: absolute;
  left: 50%;
  margin-left: -900px;
  margin-top: -450px;
  top: 50%;
}

/* 澶ф枃瀛� 鍔ㄧ敾鏁堟灉 */
.fullPage_title .title {
  position: absolute;
  z-index: 2;
  width: 100%;
  height: 85%;
  top: 35%;
  left: 0;
}

.fullPage_title .font-ol-title_ZH {
  position: relative;
  overflow: hidden;
  width: 100px;
  height: 55px;
  margin: 0 auto;
}

.fullPage_title .font-ol-title_ZH .f {
  width: 100px;
  height: 55px;
  margin: 0 auto;
}

.fullPage_title .font-ol-title_ZH .o {
  vertical-align: top;
  overflow: hidden;
}

.fullPage_title .font-ol-title_ZH span {
  font-size: 18px;
  font-weight: 500;
  color: #fff;
  transition: all 1s ease;
  display: block;
}

.fullPage_title .font-ol-title_ZH span {
  -webkit-transform: translate(0px, 55px);
  transform: translate(0px, 55px);
}

.active.fullPage_title .font-ol-title_ZH span {
  -webkit-transform: translate(0px, 0px);
  transform: translate(0px, 0px);
}

.fullPage_title .font-ol-title_EN {
  position: relative;
  overflow: hidden;
  width: 450px;
  height: 75px;
  margin: 0 auto;
}

.fullPage_title .font-ol-title_EN .f {
  height: 75px;
  width: 450px;
  margin: 0 auto;
}

.fullPage_title .font-ol-title_EN .o {
  vertical-align: top;
  overflow: hidden;
}

.fullPage_title .font-ol-title_EN span {
  font-size: 60px;
  /* font-weight: 600; */
  color: #fff;
  transition: all 0.5s ease;
  display: block;
}

.fullPage_title .font-ol-title_EN span {
  -webkit-transform: translate(0px, 300px);
  transform: translate(0px, 300px);
}

.active.fullPage_title .font-ol-title_EN span {
  -webkit-transform: translate(0px, 0px);
  transform: translate(0px, 0px);
}

/* 鍓爣棰� 鍔ㄧ敾 */

.little_title .font-ol-title_ZN {
  width: 40px;
  height: 35px;
  color: #1f2022;
  font-size: 18px;
  font-weight: 500;
  overflow: hidden;
}

.little_title .font-ol-title_EN {
  width: 500px;
  height: 70px;
  color: #1f2022;
  font-size: 70px;
  /* font-weight:600; */
  overflow: hidden;
  text-align: left;
  line-height: 80px;
}

.little_title .font-ol-title_Text {
  width: 500px;
  height: 20px;
  color: #1f2022;
  font-size: 20px;
  overflow: hidden;
  text-align: left;
  line-height: 20px;
}

.little_title .font-ol-title_ZN .f {
  height: 20px;
  width: 40px;
}

.little_title .font-ol-title_ZN .o {
  vertical-align: top;
  overflow: hidden;
}

.little_title .font-ol-title_ZN span {
  font-size: 18px;
  font-weight: 500;
  color: #000;
  transition: transform 0.5s ease;
  display: block;
}

.little_title .font-ol-title_ZN span {
  -webkit-transform: translate(0px, 30px);
  transform: translate(0px, 30px);
}

.little_title .font-ol-title_EN .f {
  width: 500px;
  height: 70px;
}

.little_title .font-ol-title_EN .o {
  vertical-align: top;
  overflow: hidden;
}

.little_title .font-ol-title_EN span {
  font-size: 70px;
  /* font-weight: 600; */
  color: #000;
  transition: transform 0.5s ease;
  display: block;
}

.little_title .font-ol-title_EN span {
  -webkit-transform: translate(0px, 90px);
  transform: translate(0px, 90px);
}

/* logo */
.little_title .font-line-logo {
  width: 155px;
  height: 81px;
  margin: -80px 240px 0 200px;
}

.little_title .font-line-logo .f {
  width: 155px;
  height: 81px;
}

.little_title .font-line-logo .o {
  width: 155px;
  height: 81px;
  display: inline-block;
  vertical-align: top;
  overflow: hidden;
}

.little_title .font-line-logo img {
  display: block;
  width: 154.5px;
  height: 81px;
  margin-left: 40px;
  overflow: hidden;
  transition: all 0.5s ease;
  -webkit-transform: translate(0px, 155px);
  transform: translate(0px, 155px);
}

.active.little_title .font-line-logo img {
  -webkit-transform: translate(0px, 0px);
  -webkit-transition-delay: 0.2s;
  transform: translate(0px, 0px);
  transition-delay: 0.2s;
}

/* title 鐭嚎鍔ㄧ敾 */
.little_title .text-line {
  height: 5px;
  margin: 25px 240px 0 200px;
}

.little_title .text-line .f {
  height: 3px;
}

.little_title .text-line .o {
  height: 3px;
  display: inline-block;
  vertical-align: top;
  overflow: hidden;
}

.little_title .text-line span {
  margin-left: 40px;
  display: block;
  width: 60px;
  height: 2px;
  background: #2e2f36;
  overflow: hidden;
  transition: all 0.5s ease;
  -webkit-transform: translate(0px, 10px);
  transform: translate(0px, 10px);
}

.active.little_title .text-line span {
  -webkit-transform: translate(0px, 0px);
  -webkit-transition-delay: 1s;
  transform: translate(0px, 0px);
  transition-delay: 1s;
}

.little_title .font-ol-title_Text .f {
  width: 600px;
  height: 20px;
}

.little_title .font-ol-title_Text .o {
  vertical-align: top;
  overflow: hidden;
}

.little_title .font-ol-title_Text span {
  font-size: 18px;
  color: #000;
  transition: all 0.5s ease;
  display: block;
}

.little_title .font-ol-title_Text span {
  -webkit-transform: translate(0px, 30px);
  transform: translate(0px, 30px);
}

/*  */
.little_title .font-line-text {
  display: block;
  text-align: left;
  font-size: 24px;
  color: #1f2022;
  width: 900px;
  /* height: 105px; */
  float: right;
  margin-right: 50px;
  margin-top: 25px;
}

.little_title .font-line-text span b {
  font-weight: 500;
}

.little_title .font-line-text .f {
  height: 100%;
}

.little_title .font-line-text .o {
  height: 100%;
  display: inline-block;
  vertical-align: top;
  overflow: hidden;
}

.little_title .font-line-text span {
  height: 100%;
  display: inline-block;
  transition: all 0.5s ease;
  -webkit-transform: translate(0px, 105px);
  transform: translate(0px, 105px);
}

/* show title*/

.active.little_title .font-line-text-1 span {
  -webkit-transform: translate(0px, 2px);
  -webkit-transition-delay: 0.5s;
  transform: translate(0px, 2px);
  transition-delay: 0.5s;
}

.active.little_title .font-line-text-2 span {
  -webkit-transform: translate(0px, 2px);
  -webkit-transition-delay: 0.7s;
  transform: translate(0px, 2px);
  transition-delay: 0.7s;
}

.active.little_title .font-line-text-3 span {
  display: flex;
  align-items: center;
  -webkit-transform: translate(0px, 2px);
  -webkit-transition-delay: 1.2s;
  transform: translate(0px, 2px);
  transition-delay: 1.2s;
}

.active.little_title .font-ol-title_ZN span {
  -webkit-transform: translate(0px, 0px);
  transform: translate(0px, 0px);
}

.active.little_title .font-ol-title_EN span {
  -webkit-transform: translate(0px, 0px);
  transform: translate(0px, 0px);
}

.font-line-text-3 i {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 77px;
  height: 77px;
  font-size: 18px;
  color: #fff;
  font-weight: 500;
  border-radius: 50%;
  text-align: center;
  font-style: normal;
  font-size: 16px;
}
.font-line-text-3 i {
  margin: 0 18px 18px 0;
}

.font-line-text-3 i.g {
  background: #7eac48;
}

.font-line-text-3 i.r {
  background: #c93138;
}

.font-line-text-3 i.b {
  background: #195ca1;
  /* font-size: 18px; */
}

.font-line-text-3 i.p {
  background: #36a4d1;
  /* font-size: 18px; */
}
.font-line-text-3 i.x {
  background: #ee4b38;
  /* font-size: 18px; */
}

.font-line-text-3 i.s {
  background: #192d56;
  /* font-size: 18px; */
}
.font-line-text-3 i.h {
  background: #3e1ebd;
  /* font-size: 18px; */
}
.font-line-text-3 i.lb {
  background: #8ec1db;
  /* font-size: 18px; */
}
.font-line-text-3 i.bl {
  background: black;
  color: #fff;
  /* font-size: 18px; */
}
.font-line-text-3 p.company {
  display: flex;
  margin-top: 38px;
  flex-wrap: wrap;
}

/* 鍐呭鍒楄〃 鍔ㄧ敾 */
.common_content .content {
  height: inherit;
}

.common_content .content li {
  width: 100%;
  height: 272.5px;
  margin: 0 auto;
  overflow: hidden;
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
}

.common_content .content li .arrow {
  opacity: 0;
  width: 46px;
  height: 15px;
  background: url(../image/arrow.png) no-repeat;
  background-size: 100% 100%;
  position: absolute;
  right: 11px;
  top: 19px;
  transition: all 0.2s ease;
}

.common_content .content li .icon {
  width: 255px;
  height: 255px;
  overflow: hidden;
  position: relative;
  border-radius: 50%;
  transition: all 0.5s ease;
}

.common_content .content li .domob {
  background: url(../image/logo_1.png) no-repeat;
  background-size: 100%;
}

.common_content .content li .yidong {
  background: url(../image/logo_2.png) no-repeat;
  background-size: 100%;
}

.common_content .content li .lanhan {
  background: url(../image/logo_3.png) no-repeat;
  background-size: 100%;
}

.common_content .content li .pinpai {
  background: url(../image/logo_4.png) no-repeat;
  background-size: 100%;
}
.common_content .content li .xihongshi {
  background: url(../image/logo_5.png) no-repeat;
  background-size: 100%;
}
.common_content .content .f:hover li .domob {
  background: url(../image/logo_1_hover.png)
    no-repeat;
  background-size: 100%;
}

.common_content .content .f:hover li .yidong {
  background: url(../image/logo_2_hover.png)
    no-repeat;
  background-size: 100%;
}

.common_content .content .f:hover li .lanhan {
  background: url(../image/logo_3_hover.png)
    no-repeat;
  background-size: 100%;
}

.common_content .content .f:not(.special):hover li .pinpai {
  background: url(../image/logo_4_hover.png) no-repeat;
  background-size: 100%;
}
.common_content .content li .blueDigital {
  background-image: url(../image/blue_digital_logo.png);
  background-size: 70%;
  background-repeat: no-repeat;
  background-position: center;
  background-color: #fff;
}
.common_content .content li .starUnion {
  background: url(../image/starUnion_logo.png)
    no-repeat;
  background-size: 100%;
}
/* .common_content .content li .starUnion {
  background-image: url(https://bmc-global.bluemediacdn.com/image%2Fstar_union_logo.jpg);
  background-size: 70%;
  background-repeat:no-repeat;
  background-position:center;
  background-color:#fff;
} */
.common_content .content .f:hover li .starUnion {
  background: url(../image/starUnion_dark.png)
    no-repeat;
  background-size: 100%;
}
.common_content .content li .blueContent {
  background: url(../image/blueContent_logo.png)
    no-repeat;
  background-size: 100%;
}
.common_content .content li .blueNeo {
  background: url(../image/BlueNEO_logo.png)
    no-repeat;
  background-size: 100%;
}
.common_content .content li .info {
  width: 644px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.common_content .content li h3 {
  font-size: 36px;
  font-weight: 500;
  line-height: 70px;
  height: 70px;
  overflow: hidden;
}

.common_content .content li p {
  font-size: 18px;
  line-height: 36px;
}

.common_content .content .f {
  width: 1024px;
  /* height:272.5px; */
  margin: 0 auto;
  padding-bottom: 70px;

  padding-top: 70px;
  border-bottom: 0px #ddd solid;
  transition: all 0.5s ease;
}

.common_content.active .content .f {
  border-bottom-width: 1px;
}

.common_content.active .content .f:not(.special):hover {
  transition: all 0.5s ease;
  -webkit-transform: translate(10px, 0px);
  transform: translate(10px, 0px);
}

.common_content .content .f:not(.special):hover li .arrow {
  opacity: 1;
}

.common_content .content .o {
  vertical-align: top;
  overflow: hidden;
}

.common_content .content ul {
  transition: all 0.5s ease;
  height: 272.5px;
}

.common_content .content ul {
  opacity: 0;
  -webkit-transform: translate(0px, 220px);
  transform: translate(0px, 220px);
}

.active.common_content .content .f ul {
  opacity: 1;
  -webkit-transform: translate(0px, 0px);
  transform: translate(0px, 0px);
}

.common_content .content .f::after {
  content: "";
  display: block;
  width: 0px;
  height: 1px;
  background: #666;
  position: absolute;
  left: 0;
  bottom: 0;
  transition: all 0.3s ease;
}

.common_content.active .content .f:hover::after {
  width: 1024px;
}

/* 绠€浠� ABOUT */

.aboutTitle {
  width: 100%;
  padding: 75px 0;
  background: #ffffff;
}

.aboutTitle .content {
  width: 1200px;
  margin: 0 auto;
  overflow: hidden;
}

.aboutContent {
  width: 100%;
  background: #f5f5f5;
}

.aboutContent .content {
  width: 1200px;
  margin: 0 auto;
  overflow: hidden;
}

/* 瀵艰埅瑙嗛 */

.video {
  position: relative;
  width: 100%;
  height: 568px;
  overflow: hidden;
}

.video .poster {
  position: absolute;
  left: 0;
  right: 0;
  z-index: 1;
  width: 100%;
  height: 568px;
}

.video .poster img {
  width: 100%;
  height: 568px;
}

.player {
  width: 66px;
  height: 66px;
  background: url(../image/anniu.png) no-repeat;
  background-size: 100% 100%;
  position: absolute;
  margin-top: 14px;
  left: 50%;
  margin-left: -33px;
  z-index: 2;
  opacity: 0;
  cursor: pointer;
  transition: opacity ease-in 800ms, transform ease-in 200ms 0s;
}

.active.fullPage_title .player {
  transform: scale(1);
  opacity: 1;
  transition: opacity ease-in 800ms, transform ease-in 200ms 0s;
}
.active.fullPage_title .player:hover {
  transform: scale(1.1);
  transition-delay: 0ms;
}
.videoBg {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  z-index: 99999;
  display: none;
}

.videoBg .videoBig {
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 9999;
  width: 1008px;
  height: 572px;
  padding: 0;
  margin: auto;
  overflow: hidden;
  box-sizing: content-box;
  /* background: RGBA(51, 165, 33, 0.5); */
  background: RGBA(45, 68, 186, 0.5);
}

#video {
  width: 1000px;
  height: 562.71px;
  margin: 4px;
}

.videoBg .close {
  position: absolute;
  width: 32px;
  height: 32px;
  top: 0;
  right: 0;
  z-index: 111;
  background: none;
  cursor: pointer;
}

.videoBg i {
  display: block;
  width: 32px;
  height: 32px;
  background-image: url(../image/video_close.png);
  background-size: 100%;
  background-color: RGBA(45, 68, 186, 1);
}
