/* -----------------------------公共部分--------------------------- */
body {
  /* overflow: hidden; */
  overflow-x: hidden;
  background-color: #000;
}
#myCanvas {
  width: 1150px;
  position: absolute;
  left: 230px;
  top: 92px;
  z-index: 9;
  height: 1000px;
  scale: 0.4;
  display: none;
}
@media screen and (max-width: 800px) {
  #myCanvas {
    width: 105vw;
    position: absolute;
    left: -3px;
    top: -8.5vh;
    z-index: 9;
    height: 95vw;
    scale: 0.4;
    display: none;
  }
}
/* @media screen and (min-height: 750px) and (max-height: 850px) {
  #myCanvas {
    width: 105vw;
    position: absolute;
    left: -3px;
    top: -9.5vh;
    z-index: 9;
    height: 95vw;
    scale: 0.4;
  }
} */
.main {
  width: 100vw;
  /* height: 100vh; */
  display: flex;
  justify-content: center;
  transition: transform 0.8s ease 0.1s;
}
.main .main-wrapper {
  width: 100%;
  flex-wrap: wrap;
}
.part {
  position: relative;
  min-width: 1300px;
  max-width: 1920px;
  width: 100%;
  height: 100vh;
  overflow: hidden;
  background-color: #000;
}
.swiper-wrapper {
  height: auto;
}
h2 {
  display: table;
  color: #fff;
  font-size: 60px;
  font-weight: 400;
  border-bottom: #fff solid 1px;
  padding-bottom: 15px;
}
.swiper-slide .moreBtn {
  color: #fff;
}
.part .bgImage {
  transition: all 1.5s ease-out 0s;
}
.part .partContent {
  position: absolute;
  top: 20vh;
  display: table;
  color: #fff;
}
.third_sec .partContent {
  top: 80px;
}
.third_sec .worldMap {
  transform: translateX(0px);
  transition: 0.5s all ease-out;
}
.part .partContent .intro {
  line-height: 36px;
  font-size: 18px;
  margin-top: 30px;
  margin-bottom: 40px;
}
.inDec ._02 {
  transform: translateX(0px);
}
.part .bgImage {
  width: 100%;
}
/*  */
.contentSec {
  /* height: 100vw; */
  height: 900px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.contentSec .sec_wrap {
  height: 100%;
  width: 1300px;
  position: relative;
}
.sec_02 .sec_wrap {
  width: 100%;
}
/* swipper_02 */
.global_image {
  width: 820px;
  /* height: 100%; */
  position: absolute;
  top: 0;
  right: 0;
}
.sec_partContent {
  position: absolute;
  min-width: 1300px;
  left: 50%;
  top: 45%;
  transform: translate(-50%, -50%);
  display: flex;
  flex-wrap: wrap;
}
.sec_item {
  width: 33.3%;
  text-align: center;
  position: relative;
  overflow: hidden;
}
.sec_item:nth-child(1)::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 0;
  height: 0;
  transform: translateX(-50%);
  border-bottom: 15px solid #000;
  border-left: 20px solid transparent;
  border-right: 20px solid transparent;
}
.sec_item:nth-child(3)::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 0;
  height: 0;
  transform: translateX(-50%);
  border-bottom: 15px solid #000;
  border-left: 20px solid transparent;
  border-right: 20px solid transparent;
}
.sec_item:nth-child(5)::after {
  content: '';
  position: absolute;
  top: 0;
  left: 50%;
  width: 0;
  height: 0;
  transform: translateX(-50%);
  border-top: 15px solid #000;
  border-left: 20px solid transparent;
  border-right: 20px solid transparent;
}
.sec_item img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  margin-right: -2px;
}
.item_img img {
  object-fit: contain;
}
.opci {
  opacity: 0.6;
}
.item_desc {
  width: 100%;
  position: absolute;
  top: 87px;
}
.sec_item .item_img {
  /* width: 81px; */
  width: 100%;
  height: 68px;
  opacity: 0.9;
}
.sec_item .item_img img {
  width: 66px;
}
.sec_item .item_title {
  display: inline;
  margin-top: 15px;
  padding-bottom: 10px;
  border-bottom: 1px solid #fff;
  font-size: 28px;
  font-weight: 400;
  color: #ffffff;
  line-height: 50px;
}
.sec_item .item_info {
  margin-top: 15px;
  font-size: 24px;
  color: #ffffff;
  font-weight: 300;
  line-height: 38px;
}
.item_desc_sec {
  width: 80%;
  position: absolute;
  top: 90px;
  left: 50%;
  top: 50%;
  text-align: justify;
  transform: translate(-50%, -50%);
}
.item_desc_sec .item_info_sec {
  font-size: 18px;
  font-weight: 400;
  font-family: FZLanTingHei-L-GBK;
  color: #ffffff;
  line-height: 36px;
}
.moble_wrap {
  display: none;
}
/* swipper_03 */
.icon_wrap {
  margin-top: 60px;
  overflow: hidden;
}
.icon_img {
  float: left;
  width: 75px;
  position: relative;
  top: 17px;
  margin-right: 10px;
}
.icon_info {
  float: left;
  position: relative;
  top: 5px;
}
.icon_num {
  font-size: 46px;
  font-family: FZLanTingHei-EB-GBK;
  font-weight: 600;
  color: #ffffff;
}
.icon_add {
  font-size: 25px;
  right: -17px;
  top: -6px;
  position: absolute;
}
.icon_desc {
  font-size: 18px;
  font-weight: 400;
  color: #ffffff;
  line-height: 43px;
}
.icon_num_sec {
  display: inline-block;
  font-size: 46px;
  font-weight: 600;
  color: #ffffff;
}
.arrow_group {
  margin-top: 135px;
  display: none;
}
/*  */
.fit-image {
  width: 100%;
  object-fit: cover;
}
.part .imagePanel {
  bottom: 0;
  width: 100%;
  transition: all 1.5s ease-out 0s;
}
.rightSide .partContent {
  right: 150px;
}
.leftSide .partContent {
  left: 70px;
}
.imagePanel {
  margin-left: auto;
}
.partContent .intro {
  width: 780px;
}
/* ------------------- 精彩图集 ----------------- */
.pics .partContent {
  right: 70px;
}
.leftSide .secPart {
  /* left: 0; */
  left: calc(720px - 50vw);
  z-index: 3;
}
.arr_toLeft {
  transform: rotate(180deg);
}
.china {
  transform: translateX(-200px);
}
.footer {
  width: 100%;
  height: auto;
}
.part .global {
  position: absolute;
  bottom: 0px;
  left: 200px;
}
.swiper_global {
  overflow: hidden;
}
.cir_wrp {
  position: absolute;
  z-index: 1;
  color: #fff;
  font-size: 12px;
  width: 24px;
  height: 16px;
}
.cir_wrp .text {
  white-space: nowrap;
  position: relative;
  top: 10px;
}
.circle_big {
  width: 20px;
  height: 20px;
  /* background: rgba(16, 220, 255);
    opacity: 0.5; */
  z-index: 100;
  border-radius: 50%;
  position: relative;
  transform-origin: center;
  margin-left: 5px;
  margin-top: 5px;
  transition: 1s all ease;
  position: absolute;
  bottom: 4px;
  animation: anim 2s ease-out infinite;
}
.big-2 {
  animation-delay: 1s;
}
.circle_sm {
  z-index: 10000;
  position: absolute;
  width: 12px;
  height: 12px;
  background: rgba(16, 220, 255);
  border-radius: 50%;
  left: 50%;
  top: 50%;
  border: 1px solid #0030ff;
  transform: translate(-50%, -50%);
  animation: animcon 5s infinite;
}
.cir_wrp:nth-of-type(2n) .circle_big {
  animation-delay: 0.2s;
}
.cir_wrp:nth-of-type(2n) .circle_big.big-2 {
  animation-delay: 1.2s;
}
.cir_wrp:nth-of-type(2n+1) .circle_big {
  animation-delay: 0.4s;
}
.cir_wrp:nth-of-type(2n+1) .circle_big.big-2 {
  animation-delay: 1.4s;
}
.cir_wrp:nth-of-type(3n) .circle_big {
  animation-delay: 0.6s;
}
.cir_wrp:nth-of-type(3n) .circle_big.big-2 {
  animation-delay: 1.6s;
}
@keyframes anim {
  0% {
    transform: scale(0);
    opacity: 0;
  }
  30% {
    opacity: 1;
  }
  100% {
    transform: scale(1.5);
    opacity: 0;
  }
}
@keyframes animcon {
  0% {
    opacity: 0.5;
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 0.5;
  }
}
.circle_big::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: -1;
  width: 20px;
  height: 20px;
  background: rgba(16, 220, 255);
  opacity: 0.5;
  border-radius: 50%;
}
.cir_ani {
  position: absolute;
  /* overflow: hidden; */
  bottom: 0;
  height: 24px;
  transition: 1s all ease-out;
}
.rise_60 {
  width: 30px;
  height: 60px;
}
.rise_10 {
  width: 30px;
  height: 30px;
}
.rise_120 {
  width: 30px;
  height: 120px;
}
.scale {
  transform: scale(1.5);
}
.cirs {
  position: absolute;
  top: 0px;
  left: 0;
  width: 100%;
  height: 100%;
}
.cirs2 {
  position: absolute;
  top: 0px;
  left: 0;
  width: 100%;
  height: 100%;
  /* z-index: 99; */
  /* transform: translate(15px,-6px); */
}
.cirs .cir_wrp:nth-child(1) {
  left: 63%;
  top: 47%;
}
.cirs .cir_wrp:nth-child(2) {
  left: 49%;
  top: 51%;
}
.cirs .cir_wrp:nth-child(3) {
  left: 69%;
  top: 40%;
}
.cirs .cir_wrp:nth-child(4) {
  left: 35%;
  top: 69%;
}
.cirs .cir_wrp:nth-child(5) {
  left: 31%;
  top: 78%;
}
.cirs .cir_wrp:nth-child(6) {
  left: 53%;
  top: 75%;
}
.cirs .cir_wrp:nth-child(7) {
  left: 25%;
  top: 51%;
}
.cirs .cir_wrp:nth-child(8) {
  left: 71%;
  top: 56%;
}
.cirs .cir_wrp:nth-child(9) {
  left: 75%;
  top: 58%;
}
.cirs .cir_wrp:nth-child(10) {
  left: 73%;
  top: 62%;
}
.cirs .cir_wrp:nth-child(11) {
  left: 78%;
  top: 71%;
}
.cirs .cir_wrp:nth-child(12) {
  left: 85%;
  top: 79%;
}
.cirs .cir_wrp:nth-child(13) {
  left: 58%;
  top: 56%;
}
.cirs .cir_wrp:nth-child(9) .text {
  left: 19px;
  top: 0;
}
.cirs2 .cir_wrp:nth-child(1) {
  left: 64%;
  top: 32%;
}
.cirs2 .cir_wrp:nth-child(2) {
  left: 66%;
  top: 42%;
}
.cirs2 .cir_wrp:nth-child(3) {
  left: 60%;
  top: 37%;
}
.cirs2 .cir_wrp:nth-child(4) {
  left: 67%;
  top: 50%;
}
.cirs2 .cir_wrp:nth-child(5) {
  left: 63%;
  top: 56%;
}
.cirs2 .cir_wrp:nth-child(6) {
  left: 57%;
  top: 55%;
}
.cirs2 .cir_wrp:nth-child(7) {
  left: 53%;
  top: 47%;
}
.cirs2 .cir_wrp:nth-child(8) {
  left: 41%;
  top: 42%;
}
.cirs2 .cir_wrp:nth-child(9) {
  left: 50%;
  top: 38%;
}
.cirs .line {
  margin-left: 5px;
  bottom: 4px;
}
.line {
  width: 20px;
  height: 20px;
  position: absolute;
  margin-left: 0px;
  margin-top: 5px;
  bottom: 0px;
  border-radius: 50%;
  box-sizing: border-box;
  background: transparent;
  border: 1px solid rgba(16, 220, 255);
  animation: anim 2s ease-out infinite;
  transform-origin: center;
}
@media screen and (max-width: 800px) {
  .cirs .cir_wrp:nth-child(1) {
    left: 59%;
    top: 39%;
  }
  .cirs .cir_wrp:nth-child(2) {
    left: 45%;
    top: 44%;
  }
  .cirs .cir_wrp:nth-child(3) {
    left: 65%;
    top: 30%;
  }
  .cirs .cir_wrp:nth-child(4) {
    left: 33%;
    top: 62%;
  }
  .cirs .cir_wrp:nth-child(5) {
    left: 30%;
    top: 70%;
  }
  .cirs .cir_wrp:nth-child(6) {
    left: 50%;
    top: 67%;
  }
  .cirs .cir_wrp:nth-child(7) {
    left: 24%;
    top: 42%;
  }
  .cirs .cir_wrp:nth-child(8) {
    left: 66%;
    top: 49%;
  }
  .cirs .cir_wrp:nth-child(9) {
    left: 69%;
    top: 52%;
  }
  .cirs .cir_wrp:nth-child(10) {
    left: 67%;
    top: 54%;
  }
  .cirs .cir_wrp:nth-child(11) {
    left: 72%;
    top: 63%;
  }
  .cirs .cir_wrp:nth-child(12) {
    left: 79%;
    top: 71%;
  }
  .cirs .cir_wrp:nth-child(13) {
    left: 54%;
    top: 48%;
  }
  .cirs .cir_wrp:nth-child(9) .text {
    left: 19px;
    top: 0;
  }
  .cir_wrp {
    font-size: 8px;
  }
  .cirs2 .cir_wrp:nth-child(1) {
    left: 54%;
    top: 31%;
  }
  .cirs2 .cir_wrp:nth-child(2) {
    left: 56%;
    top: 42%;
  }
  .cirs2 .cir_wrp:nth-child(3) {
    left: 50%;
    top: 37%;
  }
  .cirs2 .cir_wrp:nth-child(4) {
    left: 57%;
    top: 50%;
  }
  .cirs2 .cir_wrp:nth-child(5) {
    left: 53%;
    top: 56%;
  }
  .cirs2 .cir_wrp:nth-child(6) {
    left: 47%;
    top: 55%;
  }
  .cirs2 .cir_wrp:nth-child(7) {
    left: 43%;
    top: 47%;
  }
  .cirs2 .cir_wrp:nth-child(8) {
    left: 31%;
    top: 42%;
  }
  .cirs2 .cir_wrp:nth-child(9) {
    left: 40%;
    top: 38%;
  }
  .third_sec {
    margin-top: 0;
  }
  .main .inDec ._02 {
    transform: translateX(0px);
  }
  .icon_desc {
    font-size: 12px;
    font-weight: 400;
    color: #ffffff;
    line-height: 15px;
  }
  .icon_add {
    font-size: 19px;
    right: auto;
    left: -7px;
    top: -12px;
    position: relative;
  }
  .icon_img {
    float: left;
    width: 40px;
    position: relative;
    top: 8px;
    margin-right: 5px;
  }
  .icon_wrp {
    justify-content: space-between;
  }
  .icon_wrap.icon_02 {
    /* margin-left: 20px; */
    float: right;
    width: auto;
  }
  .inDec ._02 {
    transform: none;
  }
  h2 {
    /* margin-top: 50px; */
    font-size: 40px;
  }
  .cir_ani {
    transition: 0.5s all ease-out;
  }
  .circle_big {
    transition: 0.5s all ease;
  }
  .line {
    height: 12px;
    width: 12px;
  }
  .circle_sm {
    height: 6px;
    width: 6px;
  }
  .circle_big {
    height: 12px;
    width: 12px;
  }
  .circle_big::after {
    height: 12px;
    width: 12px;
  }
  .contentSec {
    height: auto;
  }
  .main .third_wrap {
    left: 0;
    transform: none;
    max-width: auto;
  }
  .sec_02 {
    height: 640px;
  }
  .pc_wrap {
    display: none;
  }
  .moble_wrap {
    display: block;
    width: 100%;
    height: 100%;
  }
  .btn_wrap {
    background: #0f0f0f;
    justify-content: center;
    margin-top: 25px;
    color: #fff;
    display: flex;
    height: 35px;
    font-size: 12px;
    width: 100%;
    border-top: 1px solid #323232;
    border-bottom: 1px solid #323232;
    position: relative;
  }
  /* .btn_wrap>div{
    position: relative;
  } */
  .btn_wrap > div:nth-child(1):after {
    content: '';
    width: 1px;
    height: 14px;
    position: absolute;
    top: 11px;
    left: 33.33%;
    background-color: #323232;
  }
  .btn_wrap > div:nth-child(2):after {
    content: '';
    width: 1px;
    height: 14px;
    position: absolute;
    top: 11px;
    left: 66.67%;
    background-color: #323232;
  }
  .icon_wrp {
    display: flex;
  }
  .icon_wrap {
    height: 10vh;
    width: 50%;
    /* // margin-top:40px; */
    margin-top: 20px;
  }
  .btn_info {
    width: 100%;
    text-align: center;
    border-right: 1px solid #0f0f0f;
  }
  .sec_btn {
    display: flex;
    top: 17px;
    flex: 1;
    padding: 0;
    align-items: center;
  }
  .btn_1 {
    color: rgba(16, 220, 255);
  }
  .white {
    color: white;
  }
  /* swiper */
  .swiper {
    width: 100%;
    /* height: 189px; */
    height: 100%;
    margin: 20px auto;
  }
  .swiper .swiper-slide {
    padding: 0 5vw;
    box-sizing: border-box;
  }
  .inner {
    color: white;
  }
  .inner img {
    width: 100%;
  }
  .swi_title {
    font-size: 18px;
    border-bottom: 1px solid;
    display: inline-block;
    padding: 20px 0;
    margin-bottom: 20px;
  }
  .inner .swi_info {
    line-height: 26px;
    text-align: justify;
  }
  .sec_back {
    position: absolute;
    bottom: 0;
    right: 0;
  }
  .sec_back img {
    width: 100%;
  }
  .leftSide .secPart {
    left: 5vw;
  }
  /* swp3 */
  .icon_num {
    font-size: 27px;
  }
  .icon_num_sec {
    font-size: 27px;
  }
  .part .partContent .intro {
    line-height: 26px;
    width: 100%;
    font-size: 14px;
    font-weight: 400;
    margin-top: 15px;
    margin-bottom: 7.5vh;
    text-align: justify;
  }
  .third_sec .partContent .intro {
    margin-bottom: 0;
  }
  .part .global {
    position: relative;
    left: 0px;
    z-index: 3;
    transform-origin: center center;
    /* transform: scale(1.3); */
  }
  .part .partContent {
    position: relative;
    height: 550px;
    width: 90vw;
    top: 58px;
    left: 5vw;
  }
  .third_sec .partContent {
    position: relative;
    top: 0;
    height: auto;
    margin-top: 58px;
    z-index: 9999;
  }
  .arrow_group {
    position: absolute;
    bottom: 34px;
    left: 50%;
    transform: translateX(-50%);
  }
  .iconCir1 {
    margin-left: 0;
    margin-right: 20px;
    width: 23px;
    height: 23px;
  }
  .arrow_left {
    margin-right: 20px;
  }
  .fir_sec .imagePanel {
    position: absolute;
    bottom: auto;
  }
  .fir_sec {
    height: 91vh;
  }
  .moreBtn {
    display: none;
  }
  .fit-image {
    height: auto;
    display: block;
    object-fit: inherit;
  }
  .moreBtn_m {
    display: block;
    position: absolute;
    bottom: 10vw;
    left: 50vw;
    transform: translateX(-50%);
    padding-left: 45px;
    padding-right: 45px;
    height: 35px;
    line-height: 35px;
    border-radius: 18px;
    border: #cdcdcd solid 1px;
    overflow: hidden;
    cursor: pointer;
    margin-bottom: 10px;
  }
  .yanzheng {
    display: inline;
  }
  .inquire .reset {
    color: #000;
    width: 50px;
    height: 22.5px;
    font-size: 12px;
    border: 1px solid #000;
    margin-left: 5px;
  }
  .XcodeWrapper {
    display: inline-block;
  }
  .moreBtn .txt {
    font-size: 14px;
  }
  .moreBtn .iconCir .arrow1 {
    background-image: url(../images/arrow-right_24ed9ab393dfe6ad7833.svg);
  }
  .moreBtn .iconCir .arrow2 {
    background-image: url(../images/arrow-right_24ed9ab393dfe6ad7833.svg);
  }
  .part {
    min-width: 300px;
  }
  .fir_sec .partContent {
    top: 106px;
  }
  .icon_km {
    font-size: 12px;
  }
}
@media screen and (min-width: 801px) {
  .fir_sec .imagePanel {
    height: 100%;
  }
  .fir_sec .fit-image {
    height: 100%;
  }
  .sec_02 .sec_partContent {
    top: calc(50% + 40px);
  }
}
@media screen and (min-width: 2060px) {
  .leftSide .secPart {
    left: -310px;
  }
}

