* {
  padding: 0;
  margin: 0;
  list-style: none;
  text-decoration: none;
  border: none
}

a {
  color: #686868;
  text-decoration: none
}

area {
  outline: none
}

body {
  font-family: "微软雅黑", "Microsoft YaHei";
  font-size: 16px;
  color: #fff;
  min-width: 1200px
}

.clearfix:after {
  content: "";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden
}

.clearfix {
  *zoom: 1
}

.h1logo {
  display: none
}

.chromeframe {
  background: #000;
  color: #fff;
  padding: 10px 0;
  text-align: center;
  width: 100%;
  font-size: 14px
}

.chromeframe a {
  color: #F13C35
}

.pointer {
  cursor: pointer
}

.loading {
  background: #fff url("../images/loading.gif") no-repeat 50% 50% !important
}

.pointer {
  cursor: pointer
}

.headerWrap {
  width: 100%;
  background: #fff;
  position: fixed;
  z-index: 11
}

.header {
  position: relative;
  z-index: 100;
  width: 100%;
  height: 79px;
  margin: 0 auto
}

.header .logo {
  float: left;
  margin-top: 18px;
  width: 157px;
  height: 50px;
  //background: url(../images/o1cn01eksxsr2ddrdmantyf_!!159488576.png) no-repeat;
  margin-left: 150px;
}

.header .languageBtn {
  width: 24px;
  height: 24px;
  line-height: 24px;
  text-align: center;
  border: 1px solid #000;
  color: #000;
  border-radius: 5px;
  display: block;
  position: absolute;
  top: 26px;
  right: 86px
}

.header .nav {
  float: right;
  padding-right: 358px
}

.header .nav li,
.header .nav li a {
  position: relative;
  display: block;
  float: left;
  width: auto;
  line-height: 79px;
  text-align: center;
  margin: 0 13px;
  font-size: 16px;
  font-weight: bold
}

.header .nav li:hover .a_list {
  display: block
}

.nav li .a_list {
  display: none;
  background: #fff;
  overflow: hidden;
  clear: both
}

.nav li .a_list a {
  height: 41px;
  line-height: 41px
}

.nav li .a_list a:hover {
  color: #4e9ed5
}

.nav li .a-active {
  color: #686868;
  font-size: 20px !important
}

.header .nav li a .solid {
  position: absolute;
  left: 0;
  bottom: 14px;
  width: 0;
  height: 4px;
  background: linear-gradient(to right, #4897ed, #37cad5);
  display: none;
}

.header .nav li a .solid-active {
  width: 30px;
  height: 5px;
  border-radius: 2px
}

.header .webmap {
  position: absolute;
  z-index: 100;
  top: 0;
  right: -45px;
  width: 120px;
  height: 79px;
  line-height: 89px;
  text-align: center
}

.map-content {
  position: absolute;
  right: 0;
  z-index: 1000;
  width: 100%;
  height: 0;
  overflow: hidden;
  font-family: "微软雅黑";
  background-color: #151d22
}

.map-content-c {
  position: relative;
  width: 1500px;
  font-size: 12px;
  margin: 0 auto
}

.map-content-c .map-content-c-t {
  text-align: right;
  height: 33px
}

.map-content-c .map-content-c-t span a,
.map-content-c .map-content-c-t>a:hover {
  color: #d4af46
}

.map-content-c .map-content-c-t>a {
  padding: 0 10px;
  border-left: 1px solid #535b62
}

.map-content-c .map-content-c-t .first {
  padding-left: 20px;
  border: none
}

.map-content-c .map-content-c-b dl {
  float: left;
  width: 250px;
  height: 692px;
  position: relative
}

.map-content-c .map-content-c-b dl::before {
  width: 1px;
  height: 160px;
  background: #494a4b;
  content: "";
  position: absolute;
  left: 5px;
  top: 89px
}

.map-content-c .map-content-c-b .dl-first {
  width: 198px;
  border-left: 1px solid #22282d
}

.map-content-c .map-content-c-b dt {
  padding-left: 20px;
  line-height: 60px;
  background-color: #353638
}

.map-content-c .map-content-c-b dt a {
  color: #fff;
  font-size: 18px;
  position: relative
}

.map-content-c .map-content-c-b dt a::before {
  width: 5px;
  height: 17px;
  background: #03b0f2;
  border-radius: 2px;
  content: "";
  position: absolute;
  left: -16px;
  top: 4px
}

.map-content-c .map-content-c-b dd {
  padding: 12px 0 12px 20px
}

.map-content-c .map-content-c-b .dd-first {
  padding-top: 24px
}

.map-content .icon-chevron-up {
  position: absolute;
  left: 585px;
  bottom: 58px;
  font-size: 30px
}

.icon-angle-down,
.icon-angle-up,
.icon-chevron-up,
.icon-desktop,
.icon-mobile-phone,
.icon-play,
.icon-plus,
.icon-plus-sign {
  display: inline-block;
  width: 13px;
  height: 13px;
  background-image: url(../images/q1-sprite.png);
  background-repeat: no-repeat
}

.icon-reorder {
  display: inline-block;
  width: 23px;
  height: 23px;
  background: url("../images/navicon.png") no-repeat top center;
  position: absolute;
  top: 50%;
  transform: translateY(-50%)
}

.icon-remove {
  display: inline-block;
  width: 22px;
  height: 21px;
  background: url("../images/icon-remove.png") no-repeat top center;
  position: absolute;
  top: 50%;
  transform: translateY(-50%)
}

.container {
  height: 100%;
  overflow: hidden;
  position: relative
}

.wrap {
  background-color: #f1f1f1;
  width: 100%;
  min-width: 1200px;
  margin: 0 auto;
  position: absolute;
  top: 0;
  left: 0
}

.main {
  width: 70%;
  margin: 0 auto;
  position: relative;
  height: 100%
}

.part1 .slogan {
  width: 13.65rem;
  height: 1.1875rem;
  text-align: center;
  background: url("../images/slogan.png") no-repeat top center/100% 100%;
  position: absolute;
  top: 58%;
  left: 50%;
  transform: translateX(-50%)
}

.part1_bg {
  min-width: 1920px;
  width: 100%;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%)
}

.arrow {
  width: 22px;
  height: 45px;
  background: url("../images/arrow.png") no-repeat top center;
  position: absolute;
  bottom: 30px;
  left: 50%;
  transform: translateX(-50%);
  animation: arrowMoveDown 1s infinite;
  cursor: pointer
}

.part4 .arrow {
  position: absolute;
  bottom: 22px;
  left: 79px;
  transform: translateX(0)
}

@-webkit-keyframes fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-40px)
  }

  100% {
    opacity: 1;
    -webkit-transform: translateX(0)
  }
}

@-webkit-keyframes fadeIn {
  0% {
    opacity: 0
  }

  100% {
    opacity: 1
  }
}

@-webkit-keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-10px)
  }

  100% {
    opacity: 1;
    -webkit-transform: translateY(0)
  }
}

@-webkit-keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(0.25rem)
  }

  100% {
    opacity: 1;
    -webkit-transform: translateY(0)
  }
}

@-webkit-keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(3.75rem)
  }

  100% {
    opacity: 1;
    -webkit-transform: translateX(0)
  }
}

@-webkit-keyframes fadeInRight20 {
  0% {
    opacity: 0;
    -webkit-transform: translateX(0.5rem)
  }

  100% {
    opacity: 1;
    -webkit-transform: translateX(0)
  }
}

@-webkit-keyframes fadeInZ {
  0% {
    opacity: 0;
    -webkit-transform: translate(-20px, 20px)
  }

  100% {
    opacity: 1;
    -webkit-transform: translate(0, 0)
  }
}

@keyframes arrowMoveDown {
  0% {
    -webkit-transform: translateY(0)
  }

  50% {
    -webkit-transform: translateY(10px)
  }

  100% {
    -webkit-transform: translateY(0)
  }
}

@keyframes arrowMoveRight {
  0% {
    -webkit-transform: translateX(0)
  }

  50% {
    -webkit-transform: translateX(10px)
  }

  100% {
    -webkit-transform: translateX(0)
  }
}

@media screen and (max-width:1919px) {
  .part1 img {
    width: auto;
    height: 100%
  }
}

@media screen and (max-width:1440px) {
  html {
    font-size: 50px !important
  }
}

@media screen and (min-width:1560px)and (max-width:1920px) {
  html {
    font-size: 80px !important
  }
}

@keyframes move {
  0% {
    transform: translateY(50px)
  }

  100% {
    transform: translateY(0)
  }
}

.part.active .businessBox li:first-child {
  -webkit-animation: fadeInDown 0.4s both linear;
}

.part.active .businessBox li:nth-child(2) {
  -webkit-animation: fadeInDown 0.2s 0.4s both linear;
}

.part.active .businessBox li:nth-child(3) {
  -webkit-animation: fadeInDown 0.4s 0.4s both linear;
}

.part.active .businessBox li:nth-child(4) {
  -webkit-animation: fadeInDown 0.6s 0.4s both linear;
}

.part.active .businessBox li:nth-child(5) {
  -webkit-animation: fadeInDown 0.8s 0.4s both linear;
}
