body {
  background: #f1f0f0;
  color: #484d57;
  font-family: "microsoft Yahei";
}
#loading-page {
  width: 100%;
  height: 100%;
  background: url("img/landing-page.jpg") no-repeat center center;
  background-size: 100%;
  -moz-background-size: 100%;
  z-index: 999999;
  position: absolute;
}
#loading-page #loading-wds {
  display: inline-block;
  position: absolute;
  bottom: 10%;
  left: 47%;
  z-index: 9999999;
  font-size: 28px;
  color: white;
}
#loading-page #loading-wds #loading-dot1 {
  display: none;
}
#loading-page #loading-wds #loading-dot2 {
  display: none;
}
#loading-page #loading-wds #loading-dot3 {
  display: none;
}
.top-bcg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 10%;
  background: #4e4e4e;
  opacity: 0.1;
  -moz-opacity: 0.1;
  z-index: 10;
}
.top-wrap {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 10%;
  z-index: 100;
}
.top-wrap .logo {
  position: absolute;
  top: 0;
  left: 14%;
  background: url("img/shangmb-logo.png") no-repeat 0 center;
  background-size: auto 70%;
  -moz-background-size: auto 70%;
  height: 100%;
  width: 100%;
  opacity: 1;
  -moz-opacity: 1;
}
.top-wrap .hire {
  position: absolute;
  font-family: "microsoft Yahei";
  top: 40%;
  right: 14%;
  color: #484d57;
  opacity: 1;
  -moz-opacity: 1;
  z-index: 99999999;
}
.slide-box .slide-bcg {
  position: absolute;
  top: 32.5%;
  right: 38px;
  width: 5px;
  height: 360px;
  background: #e7e7e7;
  z-index: 1;
}
.slide-box #slide {
  position: absolute;
  top: 28%;
  right: 28px;
  list-style: none;
  z-index: 999;
}
.slide-box #slide li {
  position: relative;
}
.slide-box #slide li a {
  display: block;
  width: 25px;
  height: 25px;
  background: #e7e7e7;
  border-radius: 25px;
  margin: 25px 0 0 0;
  box-shadow: 1px 2px 2px 1px #ccc inset;
}
.slide-box #slide li i {
  position: absolute;
  display: inline-block;
}
.slide-box #slide li i.clk {
  position: absolute;
  top: 5px;
  left: 5px;
  width: 16px;
  height: 16px;
  /*background: #484d57;*/
  background:url(img/slide_16x16.png) no-repeat;
  z-index: 99999;
  border-radius: 100%;
  box-shadow: none;
  cursor: pointer;
}
.bcg1 {
  background: url("img/map1.jpg") no-repeat right top;
  background-size: auto 98%;
  -moz-background-size: auto 98%;
  position: absolute;
  right: 1%;
  top: 0;
  height: 100%;
  width: 100%;
}
.bcg1 .title {
  position: absolute;
  top: 25%;
  right: 55%;
  min-width: 760px;
  min-height: 500px;
  float: right;
  line-height: 1.5;
  letter-spacing: 0.2em;
}
.bcg1 .title h1 {
  font-size: 3.75em;
  text-align: right;
  font-family: "microsoft Yahei";
}
.bcg1 .title h2 {
  font-size: 1.8em;
  text-align: right;
  font-family: "microsoft Yahei";
  color:#9b9da2;
}
.bcg1 .title h3{
	font-family:Arial, Helvetica, sans-serif;
	font-size:1.0em;
	text-align:right;
	color:#9b9da2;
}
.bcg1 .title h2 span{
	font-family:Arial, Helvetica, sans-serif;
	color:#cd143f;
}
.box1_l {
  width: 24%;
  height: 100%;
  position: absolute;
  left: 19%;
  bottom: 18%;
  display: flex;
  display: -webkit-flex;
  -webkit-display: flex;
  -webkit-flex-flow: row wrap;
  -webkit-justify-content: space-around;
  -moz-display: flex;
  -o-display: flex;
  -ms-display: flex;
  display: -ms-flexbox;
  justify-content: space-between;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
}
.box1_l .qrcode {
  width: 41%;
  height: 100%;
}
.box1_l .qrcode .qr-word {
  font-size: 15px;
  text-align: center;
  line-height: 3;
  position: absolute;
  bottom: 20%;
  width: 41%;
}
.box1_l .qrcode .qr-img {
  background: url("img/qr-code.png") no-repeat 0 bottom;
  background-size: 100%;
  -moz-background-size: 100%;
  height: 100%;
}
.box1_l .download-box {
  width: 45%;
  height: 92.5%;
  display: flex;
  -webkit-display: flex;
  -moz-display: flex;
  -o-display: flex;
  -ms-display: flex;
  display: -webkit-flex;
  display: -ms-flexbox;
  flex-direction: column;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  -moz-justify-content: flex-end;
  align-self: flex-end;
  -webkit-align-self: flex-end;
  -moz-align-self: flex-end;
}
.box1_l .download-box .iphone {
  background: url("img/iphone-icon.png") no-repeat;
  background-size: 100% auto;
  -moz-background-size: 100% auto;
  width: 100%;
  height: 9%;
}
.box1_l .download-box .android {
  background: url("img/android-icon.png") no-repeat;
  background-size: 100% auto;
  -moz-background-size: 100% auto;
  width: 100%;
  height: 9%;
  margin-top: 2%;
}
.box1_r {
  width: 24%;
  height: 100%;
  position: absolute;
  right: 56%;
  bottom: 15%;
  display: flex;
  -webkit-display: flex;
  -moz-display: flex;
  -o-display: flex;
  -ms-display: flex;
  display: -ms-flexbox;
  justify-content: space-between;
  align-items: flex-end;
  -ms-flex-align: end;
}
.box1_r .microsoft {
  background: url("img/microsoft-icon.png") no-repeat 0 bottom;
  background-size: 100% auto;
  -moz-background-size: 100% auto;
  width: 100%;
  height: 100%;
}
.box2 .bcg2 {
  background: url("img/map2.png") no-repeat 0 bottom;
  background-size: auto 20%;
  -moz-background-size: auto 20%;
  position: absolute;
  left: 20%;
  bottom: 0;
  height: 100%;
  width: 100%;
}
.box2 .box2-pic {
  display: none;
  background: url("img/box2-pick.jpg") no-repeat;
  background-size: 60%;
  -moz-background-size: 60%;
  height: 100%;
  width: 100%;
  position: absolute;
  left: 19%;
  top: 22%;
}
.box2 .title,.box8 .title {
  position: absolute;
  top: 12.5%;
  left: 10%;
  letter-spacing: 0.2em;
}
.box2 .title h1 {
  font-size: 2.81em;
}
.box2 .title h2 {
	font-family: "microsoft Yahei";
	color:#9b9da2;
	line-height:50px;
	font-size: 1.5em;
    font-weight: bold;
    line-height: 100px;
}
.box2 .box2-tip1 {
  position: absolute;
  top: 55%;
  left: -30%;
  height: 100%;
  width: 100%;
}
.box2 .box2-tip1 .tip1-i {
  display: inline-block;
  background: url("img/icon-tip2.png") no-repeat 0 center;
  background-size: 40%;
  -moz-background-size: 40%;
  height: 8%;
  width: 8%;
  vertical-align: middle;
}
.box2 .box2-tip1 span {
  width: 12%;
  display: inline-block;
  vertical-align: middle;
  margin-left: -4%;
  line-height: 1.5;
  text-align: center;
}
.box2 .box2-tip1.active {
  left: 10%;
  animation: tip1_movein .5s linear;
  -webkit-animation: tip1_movein .5s linear;
  -moz-animation: tip1_movein .5s linear;
  -o-animation: tip1_movein .5s linear;
}
@keyframes tip1_movein {
  0% {
    left: -30%;
  }
  50% {
    left: 0%;
  }
  100% {
    left: 10%;
  }
}
@-webkit-keyframes tip1_movein {
  0% {
    left: -30%;
  }
  50% {
    left: 0%;
  }
  100% {
    left: 10%;
  }
}
@-moz-keyframes tip1_movein {
  0% {
    left: -30%;
  }
  50% {
    left: 0%;
  }
  100% {
    left: 10%;
  }
}
@-o-keyframes tip1_movein {
  0% {
    left: -30%;
  }
  50% {
    left: 0%;
  }
  100% {
    left: 10%;
  }
}
@-moz-keyframes tip1_movein {
  0% {
    left: -30%;
  }
  50% {
    left: 0%;
  }
  100% {
    left: 10%;
  }
}
.box2 .box2-tip2 {
  position: absolute;
  top: 77%;
  right: -100%;
  height: 100%;
  width: 100%;
}
.box2 .box2-tip2 .tip2-i {
  display: inline-block;
  background: url("img/icon-tip2.png") no-repeat 0 center;
  background-size: 40%;
  -moz-background-size: 40%;
  height: 8%;
  width: 8%;
  vertical-align: middle;
}
.box2 .box2-tip2 span {
  width: 12%;
  display: inline-block;
  vertical-align: middle;
  margin-left: -4%;
  line-height: 1.5;
  text-align: center;
}
.box2 .box2-tip2.active {
  right: -70%;
  animation: tip2_move .6s linear;
  -webkit-animation: tip2_move .4s linear;
  -moz-animation: tip2_move .4s linear;
  -o-animation: tip2_move .4s linear;
}
@keyframes tip2_move {
  0% {
    right: -100%;
  }
  50% {
    right: -80%;
  }
  100% {
    right: -60%;
  }
}
@-webkit-keyframes tip2_move {
  0% {
    right: -100%;
  }
  50% {
    right: -80%;
  }
  100% {
    right: -60%;
  }
}
@-moz-keyframes tip2_move {
  0% {
    right: -100%;
  }
  50% {
    right: -80%;
  }
  100% {
    right: -60%;
  }
}
@-o-keyframes tip2_move {
  0% {
    right: -100%;
  }
  50% {
    right: -80%;
  }
  100% {
    right: -60%;
  }
}
.box2 .box2-tip3 {
  position: absolute;
  top: 35%;
  right: -100%;
  height: 100%;
  width: 100%;
}
.box2 .box2-tip3 .tip3-i {
  display: inline-block;
  background: url("img/icon-tip2.png") no-repeat 0 center;
  background-size: 40%;
  -moz-background-size: 40%;
  height: 8%;
  width: 8%;
  vertical-align: middle;
}
.box2 .box2-tip3 span {
  width: 12%;
  display: inline-block;
  vertical-align: middle;
  margin-left: -4%;
  line-height: 1.5;
  text-align: center;
}
.box2 .box2-tip3.active {
  right: -74%;
  animation: tip3_move .5s linear;
  -webkit-animation: tip3_move .5s linear;
}
@keyframes tip3_move {
  0% {
    right: -100%;
  }
  50% {
    right: -80%;
  }
  100% {
    right: -74%;
  }
}
@-webkit-keyframes tip3_move {
  0% {
    right: -100%;
  }
  50% {
    right: -80%;
  }
  100% {
    right: -74%;
  }
}
@-moz-keyframes tip3_move {
  0% {
    right: -100%;
  }
  50% {
    right: -80%;
  }
  100% {
    right: -74%;
  }
}
@-o-keyframes tip3_move {
  0% {
    right: -100%;
  }
  50% {
    right: -80%;
  }
  100% {
    right: -74%;
  }
}
.box2 .box2-words {
  background: url("img/map2-words.png") no-repeat 0 bottom;
  background-size: 25%;
  -moz-background-size: 25%;
  height: 100%;
  width: 100%;
  position: absolute;
  left: 61%;
  bottom: 0;
}
.box3 .bcg3 {
  background: url("img/map3.jpg") no-repeat 0 top;
  background-size: auto 60%;
  -moz-background-size: auto 60%;
  position: absolute;
  left: 0;
  top: 30%;
  height: 100%;
  width: 80%;
}
.box3 .box3-circles {
  width: 65%;
  height: 100%;
  display: flex;
  display: -webkit-box;
  display: -moz-felx;
  display: -ms-flexbox;
  display: -webkit-flex;
  justify-content: space-around;
  -webkit-justify-content: space-around;
  -moz-justify-content: space-around;
  align-items: center ;
  -ms-flex-align: center;
  -webkit-align-items: center ;
  -moz-align-items: center ;
  margin: 0 auto;
  flex-flow: row wrap;
  -webkit-flex-flow: row wrap;
  -moz-flex-flow: row wrap;
  -o-flex-flow: row wrap;
  -ms-flex-flow: row wrap;
  margin-left: 21%;
}
.box3 .box3-circles .circle-box {
  position: relative;
  margin-right: 15%;
}
.box3 .box3-circles .circle-box .circle {
  width: 220px;
  height: 220px;
  border: 4px solid #f1f0f0;
  border-radius: 100%;
}
.box3 .box3-circles .circle-box .circle.yellow.active {
  animation: circle_round_y 1s linear forwards;
  -webkit-animation: circle_round_y 1s linear forwards;
}
@keyframes circle_round_y {
  0% {
    transform: rotate(0deg);
    border-bottom-color: #e5c73d;
  }
  33% {
    transform: rotate(120deg);
    border-bottom-color: #e5c73d;
    border-right-color: #e5c73d;
  }
  66% {
    transform: rotate(240deg);
    border-bottom-color: #e5c73d;
    border-right-color: #e5c73d;
    border-top-color: #e5c73d;
  }
  100% {
    transform: rotate(360deg);
    border-bottom-color: #e5c73d;
    border-right-color: #e5c73d;
    border-top-color: #e5c73d;
    border-left-color: #e5c73d;
  }
}
@-webkit-keyframes circle_round_y {
  0% {
    transform: rotate(0deg);
    border-bottom-color: #e5c73d;
  }
  33% {
    transform: rotate(120deg);
    border-bottom-color: #e5c73d;
    border-right-color: #e5c73d;
  }
  66% {
    transform: rotate(240deg);
    border-bottom-color: #e5c73d;
    border-right-color: #e5c73d;
    border-top-color: #e5c73d;
  }
  100% {
    transform: rotate(360deg);
    border-bottom-color: #e5c73d;
    border-right-color: #e5c73d;
    border-top-color: #e5c73d;
    border-left-color: #e5c73d;
  }
}
@-moz-keyframes circle_round_y {
  0% {
    transform: rotate(0deg);
    border-bottom-color: #e5c73d;
  }
  33% {
    transform: rotate(120deg);
    border-bottom-color: #e5c73d;
    border-right-color: #e5c73d;
  }
  66% {
    transform: rotate(240deg);
    border-bottom-color: #e5c73d;
    border-right-color: #e5c73d;
    border-top-color: #e5c73d;
  }
  100% {
    transform: rotate(360deg);
    border-bottom-color: #e5c73d;
    border-right-color: #e5c73d;
    border-top-color: #e5c73d;
    border-left-color: #e5c73d;
  }
}
@-o-keyframes circle_round_y {
  0% {
    transform: rotate(0deg);
    border-bottom-color: #e5c73d;
  }
  33% {
    transform: rotate(120deg);
    border-bottom-color: #e5c73d;
    border-right-color: #e5c73d;
  }
  66% {
    transform: rotate(240deg);
    border-bottom-color: #e5c73d;
    border-right-color: #e5c73d;
    border-top-color: #e5c73d;
  }
  100% {
    transform: rotate(360deg);
    border-bottom-color: #e5c73d;
    border-right-color: #e5c73d;
    border-top-color: #e5c73d;
    border-left-color: #e5c73d;
  }
}
.box3 .box3-circles .circle-box .circle.green.active {
  animation: circle_round_g 1s linear forwards;
  -webkit-animation: circle_round_g 1s linear forwards;
}
@keyframes circle_round_g {
  0% {
    transform: rotate(0deg);
    border-bottom-color: #38c872;
  }
  33% {
    transform: rotate(120deg);
    border-bottom-color: #38c872;
    border-right-color: #38c872;
  }
  66% {
    transform: rotate(240deg);
    border-bottom-color: #38c872;
    border-right-color: #38c872;
    border-top-color: #38c872;
  }
  100% {
    transform: rotate(360deg);
    border-bottom-color: #38c872;
    border-right-color: #38c872;
    border-top-color: #38c872;
    border-left-color: #38c872;
  }
}
@-webkit-keyframes circle_round_g {
  0% {
    transform: rotate(0deg);
    border-bottom-color: #38c872;
  }
  33% {
    transform: rotate(120deg);
    border-bottom-color: #38c872;
    border-right-color: #38c872;
  }
  66% {
    transform: rotate(240deg);
    border-bottom-color: #38c872;
    border-right-color: #38c872;
    border-top-color: #38c872;
  }
  100% {
    transform: rotate(360deg);
    border-bottom-color: #38c872;
    border-right-color: #38c872;
    border-top-color: #38c872;
    border-left-color: #38c872;
  }
}
@-moz-keyframes circle_round_g {
  0% {
    transform: rotate(0deg);
    border-bottom-color: #38c872;
  }
  33% {
    transform: rotate(120deg);
    border-bottom-color: #38c872;
    border-right-color: #38c872;
  }
  66% {
    transform: rotate(240deg);
    border-bottom-color: #38c872;
    border-right-color: #38c872;
    border-top-color: #38c872;
  }
  100% {
    transform: rotate(360deg);
    border-bottom-color: #38c872;
    border-right-color: #38c872;
    border-top-color: #38c872;
    border-left-color: #38c872;
  }
}
@-o-keyframes circle_round_g {
  0% {
    transform: rotate(0deg);
    border-bottom-color: #38c872;
  }
  33% {
    transform: rotate(120deg);
    border-bottom-color: #38c872;
    border-right-color: #38c872;
  }
  66% {
    transform: rotate(240deg);
    border-bottom-color: #38c872;
    border-right-color: #38c872;
    border-top-color: #38c872;
  }
  100% {
    transform: rotate(360deg);
    border-bottom-color: #38c872;
    border-right-color: #38c872;
    border-top-color: #38c872;
    border-left-color: #38c872;
  }
}
.box3 .box3-circles .circle-box .circle.blue.active {
  animation: circle_round_b 1s linear forwards;
  -webkit-animation: circle_round_b 1s linear forwards;
}
@keyframes circle_round_b {
  0% {
    transform: rotate(0deg);
    border-bottom-color: #386bc8;
  }
  33% {
    transform: rotate(120deg);
    border-bottom-color: #386bc8;
    border-right-color: #386bc8;
  }
  66% {
    transform: rotate(240deg);
    border-bottom-color: #386bc8;
    border-right-color: #386bc8;
    border-top-color: #386bc8;
  }
  100% {
    transform: rotate(360deg);
    border-bottom-color: #386bc8;
    border-right-color: #386bc8;
    border-top-color: #386bc8;
    border-left-color: #386bc8;
  }
}
@-webkit-keyframes circle_round_b {
  0% {
    transform: rotate(0deg);
    border-bottom-color: #386bc8;
  }
  33% {
    transform: rotate(120deg);
    border-bottom-color: #386bc8;
    border-right-color: #386bc8;
  }
  66% {
    transform: rotate(240deg);
    border-bottom-color: #386bc8;
    border-right-color: #386bc8;
    border-top-color: #386bc8;
  }
  100% {
    transform: rotate(360deg);
    border-bottom-color: #386bc8;
    border-right-color: #386bc8;
    border-top-color: #386bc8;
    border-left-color: #386bc8;
  }
}
@-moz-keyframes circle_round_b {
  0% {
    transform: rotate(0deg);
    border-bottom-color: #386bc8;
  }
  33% {
    transform: rotate(120deg);
    border-bottom-color: #386bc8;
    border-right-color: #386bc8;
  }
  66% {
    transform: rotate(240deg);
    border-bottom-color: #386bc8;
    border-right-color: #386bc8;
    border-top-color: #386bc8;
  }
  100% {
    transform: rotate(360deg);
    border-bottom-color: #386bc8;
    border-right-color: #386bc8;
    border-top-color: #386bc8;
    border-left-color: #386bc8;
  }
}
@-o-keyframes circle_round_b {
  0% {
    transform: rotate(0deg);
    border-bottom-color: #386bc8;
  }
  33% {
    transform: rotate(120deg);
    border-bottom-color: #386bc8;
    border-right-color: #386bc8;
  }
  66% {
    transform: rotate(240deg);
    border-bottom-color: #386bc8;
    border-right-color: #386bc8;
    border-top-color: #386bc8;
  }
  100% {
    transform: rotate(360deg);
    border-bottom-color: #386bc8;
    border-right-color: #386bc8;
    border-top-color: #386bc8;
    border-left-color: #386bc8;
  }
}
.box3 .box3-circles .circle-box .circle.red.active {
  animation: circle_round_r 1s linear forwards;
  -webkit-animation: circle_round_r 1s linear forwards;
}
@keyframes circle_round_r {
  0% {
    transform: rotate(0deg);
    border-bottom-color: #df5f5f;
  }
  33% {
    transform: rotate(120deg);
    border-bottom-color: #df5f5f;
    border-right-color: #df5f5f;
  }
  66% {
    transform: rotate(240deg);
    border-bottom-color: #df5f5f;
    border-right-color: #df5f5f;
    border-top-color: #df5f5f;
  }
  100% {
    transform: rotate(360deg);
    border-bottom-color: #df5f5f;
    border-right-color: #df5f5f;
    border-top-color: #df5f5f;
    border-left-color: #df5f5f;
  }
}
@-webkit-keyframes circle_round_r {
  0% {
    transform: rotate(0deg);
    border-bottom-color: #df5f5f;
  }
  33% {
    transform: rotate(120deg);
    border-bottom-color: #df5f5f;
    border-right-color: #df5f5f;
  }
  66% {
    transform: rotate(240deg);
    border-bottom-color: #df5f5f;
    border-right-color: #df5f5f;
    border-top-color: #df5f5f;
  }
  100% {
    transform: rotate(360deg);
    border-bottom-color: #df5f5f;
    border-right-color: #df5f5f;
    border-top-color: #df5f5f;
    border-left-color: #df5f5f;
  }
}
@-moz-keyframes circle_round_r {
  0% {
    transform: rotate(0deg);
    border-bottom-color: #df5f5f;
  }
  33% {
    transform: rotate(120deg);
    border-bottom-color: #df5f5f;
    border-right-color: #df5f5f;
  }
  66% {
    transform: rotate(240deg);
    border-bottom-color: #df5f5f;
    border-right-color: #df5f5f;
    border-top-color: #df5f5f;
  }
  100% {
    transform: rotate(360deg);
    border-bottom-color: #df5f5f;
    border-right-color: #df5f5f;
    border-top-color: #df5f5f;
    border-left-color: #df5f5f;
  }
}
@-o-keyframes circle_round_r {
  0% {
    transform: rotate(0deg);
    border-bottom-color: #df5f5f;
  }
  33% {
    transform: rotate(120deg);
    border-bottom-color: #df5f5f;
    border-right-color: #df5f5f;
  }
  66% {
    transform: rotate(240deg);
    border-bottom-color: #df5f5f;
    border-right-color: #df5f5f;
    border-top-color: #df5f5f;
  }
  100% {
    transform: rotate(360deg);
    border-bottom-color: #df5f5f;
    border-right-color: #df5f5f;
    border-top-color: #df5f5f;
    border-left-color: #df5f5f;
  }
}
.box3 .box3-circles .circle-box .in-circle-wds {
  width: 230px;
  text-align: center;
  position: absolute;
  top: 22%;
}
.box3 .box3-circles .circle-box .in-circle-wds p {
  line-height: 1.5;
  color:#666;
  font-size:1.5em;
}
.box3 .box3-circles .circle-box .in-circle-wds p.num {
  font-size: 2.65em;
  position: relative;
  font-family: "微软雅黑";
  color:#4b4c52;
}
.box3 .box3-circles .circle-box .in-circle-wds p .plus {
  position: absolute;
  top: -45%;
  right: 13%;
  font-family: "微软雅黑";
}
.box3 .box3-circles .circle-box .out-circle-wds {
  width: 234px;
  text-align: center;
  margin: 20px 0 0 0;
  line-height: 1.5;
  height: 50px;
  color:#7a7e85;
}
.box3 .box3-circles .circle-box .out-circle-wds span{
	font-size:1.6em;
	color:#484d57;
}
.box4 .bcg4 {
  background: url("img/map4.png") no-repeat right bottom;
  background-size: auto 60%;
  -moz-background-size: auto 60%;
  position: absolute;
  right: 6%;
  top: 0;
  height: 100%;
  width: 100%;
}
.box4 .box4-circles {
  width: 65%;
  height: 100%;
  display: flex;
  display: -webkit-box;
  display: -moz-flex;
  display: -ms-flexbox;
  display: -webkit-flex;
  justify-content: space-around;
  -webkit-justify-content: space-around;
  -moz-justify-content: space-around;
  align-items: center ;
  -webkit-align-items: center ;
  -moz-align-items: center ;
  -ms-flex-align: center;
  margin: 0 auto;
  flex-flow: row wrap;
  -webkit-flex-flow: row wrap;
  -moz-flex-flow: row wrap;
  -ms-flex-flow: row wrap;
  -o-flex-flow: row wrap;
}
.box4 .box4-circles .circle-box {
  position: relative;
}
.box4 .box4-circles .circle-box .circle {
  width: 400px;
  height: 400px;
  border: 4px solid #f1f0f0;
  border-radius: 100%;
}
.box4 .box4-circles .circle-box .circle.qing.active {
  animation: circle_round_q 1s linear forwards;
  -webkit-animation: circle_round_q 1s linear forwards;
}
@keyframes circle_round_q {
  0% {
    transform: rotate(0deg);
    border-bottom-color: #2cabaa;
  }
  33% {
    transform: rotate(120deg);
    border-bottom-color: #2cabaa;
    border-right-color: #2cabaa;
  }
  66% {
    transform: rotate(240deg);
    border-bottom-color: #2cabaa;
    border-right-color: #2cabaa;
    border-top-color: #2cabaa;
  }
  100% {
    transform: rotate(360deg);
    border-bottom-color: #2cabaa;
    border-right-color: #2cabaa;
    border-top-color: #2cabaa;
    border-left-color: #2cabaa;
  }
}
@-webkit-keyframes circle_round_q {
  0% {
    transform: rotate(0deg);
    border-bottom-color: #2cabaa;
  }
  33% {
    transform: rotate(120deg);
    border-bottom-color: #2cabaa;
    border-right-color: #2cabaa;
  }
  66% {
    transform: rotate(240deg);
    border-bottom-color: #2cabaa;
    border-right-color: #2cabaa;
    border-top-color: #2cabaa;
  }
  100% {
    transform: rotate(360deg);
    border-bottom-color: #2cabaa;
    border-right-color: #2cabaa;
    border-top-color: #2cabaa;
    border-left-color: #2cabaa;
  }
}
@-moz-keyframes circle_round_q {
  0% {
    transform: rotate(0deg);
    border-bottom-color: #2cabaa;
  }
  33% {
    transform: rotate(120deg);
    border-bottom-color: #2cabaa;
    border-right-color: #2cabaa;
  }
  66% {
    transform: rotate(240deg);
    border-bottom-color: #2cabaa;
    border-right-color: #2cabaa;
    border-top-color: #2cabaa;
  }
  100% {
    transform: rotate(360deg);
    border-bottom-color: #2cabaa;
    border-right-color: #2cabaa;
    border-top-color: #2cabaa;
    border-left-color: #2cabaa;
  }
}
@-o-keyframes circle_round_q {
  0% {
    transform: rotate(0deg);
    border-bottom-color: #2cabaa;
  }
  33% {
    transform: rotate(120deg);
    border-bottom-color: #2cabaa;
    border-right-color: #2cabaa;
  }
  66% {
    transform: rotate(240deg);
    border-bottom-color: #2cabaa;
    border-right-color: #2cabaa;
    border-top-color: #2cabaa;
  }
  100% {
    transform: rotate(360deg);
    border-bottom-color: #2cabaa;
    border-right-color: #2cabaa;
    border-top-color: #2cabaa;
    border-left-color: #2cabaa;
  }
}
.box4 .box4-circles .circle-box .in-circle-wds {
  width: 410px;
  text-align: center;
  position: absolute;
  top: 15%;
  font-size: 1.45em;
  color:#7a7e85;
}
.box4 .box4-circles .circle-box .in-circle-wds p {
  line-height: 1.5;
}
.box4 .box4-circles .circle-box .in-circle-wds p.num {
  font-size: 2.38em;
  font-family: "微软雅黑";
  color:#3e404d;
}
.box4 .box4-circles .circle-box .in-circle-wds p.svc {
  font-size: 2.51em;
  line-height: 1;
  font-family: "Arial";
}
.box4 .box4-circles .circle-box .out-circle-wds {
	color: #7a7e85;
  width: 414px;
  text-align: center;
  margin: 40px 0 0 0;
  line-height: 1.5;
  font-size: 1.29em;
}
.box5 .bcg5 {
  background: url("img/map5.png") no-repeat right top;
  background-size: auto 18%;
  -moz-background-size: auto 18%;
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
}
.box5 .box5_mid {
  display: flex;
  display: -webkit-box;
  display: -moz-flex;
  display: -ms-flexbox;
  display: -webkit-flex;
  justify-content: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  align-items: center;
  -ms-flex-align: center;
  height: 80%;
  width: 90%;
  margin: 0 auto;
}
.box5 .box5_l {
  width: 33%;
  height: 102%;
  display: flex;
  display: -webkit-box;
  display: -moz-flex;
  display: -ms-flexbox;
  display: -webkit-flex;
  flex-direction: column;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  justify-content: space-around;
  -webkit-justify-content: space-around;
  -moz-justify-content: space-around;
}
.box5 .box5_l h1 {
  font-size: 2.8em;
  margin-bottom: 4.5%;
}
.box5 .box5_l .box5-l-m {
  width: 100%;
  height: 60%;
  margin-bottom: 1.5%;
}
.box5 .box5_l .box5-l-m .box5_l_p1 {
  display: inline-block;
  background: url("img/box5_l_p1.jpg") no-repeat left top;
  background-size: 100% auto;
  -moz-background-size: 100% auto;
  height: 100%;
  width: 66%;
}
.box5 .box5_l .box5-l-m span {
  display: inline-block;
  height: 40%;
  width: 1%;
  font-size: 2.18em;
  line-height: 1.1;
  vertical-align: 10%;
  margin-left: 3%;
  font-weight: bold;
}
.box5 .box5_l p {
  width: 100%;
  font-size: 0.97em;
  line-height: 0.1;
  letter-spacing: 0.1em;
  font-family: "microsoft Yahei";
  color:#7a7e85;
}
.box5 .box5_r {
  width: 45%;
  height: 91%;
  display: flex;
  display: -webkit-box;
  display: -moz-flex;
  display: -ms-flexbox;
  display: -webkit-flex;
  flex-direction: column;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  justify-content: space-around;
  -webkit-justify-content: space-around;
  -moz-justify-content: space-around;
  align-self: flex-end;
  -webkit-align-self: flex-end;
  -moz-align-self: flex-end;
  -ms-align-self: flex-end;
}
.box5 .box5_r h2 {
  width: 100%;
  text-align: right;
  font-size: 2.18em;
  margin-bottom: 3.1%;
}
.box5 .box5_r .box5_r_img {
  display: inline-block;
  margin-top: 1.5%;
  background: url("img/box5_r_p1.jpg") no-repeat right top;
  background-size: auto 100%;
  -moz-background-size: auto 100%;
  height: 68%;
  width: 100%;
}
.box5 .box5_r p {
  text-align: right;
  width: 100%;
  font-size: 0.97em;
  line-height: 1.5;
  letter-spacing: 0.1em;
  color:#7a7e85;
}
.box6 {
  background: white;
  width: 100%;
  height: 100%;
}
.box6 .box6_line1 {
  width: 100%;
  height: 33%;
  display: flex;
  display: -webkit-box;
  display: -moz-flex;
  display: -ms-flexbox;
  display: -webkit-flex;
  justify-content: center;
  -webkit-justify-content: center;
  -moz-webkit-justify-content: center;
}
.box6 .box6_line1 .box6_line1_l {
  width: 55.5%;
  height: 100%;
}
.box6 .box6_line1 .box6_line1_l h1 {
  font-size: 2.81em;
  line-height: 4;
  letter-spacing: 0.05em;
  font-family: "microsoft Yahei";
}
.box6 .box6_line1 .box6_line1_r {
  width: 21.5%;
  height: 100%;
}
.box6 .box6_line1 .box6_line1_r .shangmb-head {
  background: url("img/shangmb-head.png") no-repeat 30% 25%;
  background-size: auto 30%;
  -moz-background-size: auto 30%;
  height: 100%;
  width: 100%;
}
.box6 .box6_line2 {
  width: 100%;
  height: 38%;
  padding-left: 12%;
  margin-top: -6%;
  background:#e0e1e3 no-repeat 50% 50%;
}
.box6 .box6_line2 h2 {
  font-size: 1.75em;
  font-weight: normal;
  line-height: 2;
}
.box6 .box6_line2 .report-brands {
  width: 100%;
  height: 35%;
}
.report-brands img{
	width:90%;
}
.box6 .box6_line2 .report-brands .rb1 {
  position: relative;
  display: inline-block;
  background: url("img/rb1.png") no-repeat left center;
  background-size: auto 60%;
  -moz-background-size: auto 60%;
  width: 8%;
  height: 100%;
  margin-right: 2%;
}
.box6 .box6_line2 .report-brands .rb1 span {
  position: absolute;
  bottom: -2%;
  left: 17%;
}
.box6 .box6_line2 .report-brands .rb7 {
  position: relative;
  display: inline-block;
  background: url("img/rb7.png") no-repeat left center;
  background-size: auto 60%;
  -moz-background-size: auto 60%;
  width: 8%;
  height: 100%;
  margin-right: 2%;
}
.box6 .box6_line2 .report-brands .rb7 span {
  position: absolute;
  bottom: -2%;
  left: 12%;
}
.box6 .box6_line2 .report-brands .rb8 {
  position: relative;
  display: inline-block;
  background: url("img/rb3.png") no-repeat left center;
  background-size: auto 60%;
  -moz-background-size: auto 60%;
  width: 8%;
  height: 100%;
  margin-right: 0%;
}
.box6 .box6_line2 .report-brands .rb8 span {
  position: absolute;
  bottom: -2%;
  left: 12%;
}
.box6 .box6_line2 .report-brands .rb9 {
  position: relative;
  display: inline-block;
  background: url("img/rb8.png") no-repeat left center;
  background-size: auto 60%;
  -moz-background-size: auto 60%;
  width: 8%;
  height: 100%;
  margin-right: 2%;
}
.box6 .box6_line2 .report-brands .rb9 span {
  position: absolute;
  bottom: -2%;
  left: 12%;
}
.box6 .box6_line2 .report-brands .rb2 {
  position: relative;
  display: inline-block;
  background: url("img/rb2.png") no-repeat left center;
  background-size: auto 60%;
  -moz-background-size: auto 60%;
  width: 8%;
  height: 100%;
  margin-right: 2%;
}
.box6 .box6_line2 .report-brands .rb2 span {
  position: absolute;
  bottom: -2%;
  left: 17%;
}
.box6 .box6_line2 .report-brands .rb3 {
  position: relative;
  display: inline-block;
  background: url("img/rb9.png") no-repeat left center;
  background-size: auto 60%;
  -moz-background-size: auto 60%;
  width: 8%;
  height: 100%;
  margin-right: 2%;
}
.box6 .box6_line2 .report-brands .rb3 span {
  position: absolute;
  bottom: -2%;
  left: 20%;
}
.box6 .box6_line2 .report-brands .rb5 {
  position: relative;
  display: inline-block;
  background: url("img/rb5.png") no-repeat left center;
  background-size: 60% auto;
  -moz-background-size: 60% auto;
  width: 8%;
  height: 100%;
  margin-right: 2%;
}
.box6 .box6_line2 .report-brands .rb10 {
  position: relative;
  display: inline-block;
  background: url("img/rb10.png") no-repeat left center;
  background-size: 60% auto;
  -moz-background-size: 60% auto;
  width: 8%;
  height: 100%;
  margin-right: 2%;
}
.box6 .box6_line2 .report-brands .rb11 {
  position: relative;
  display: inline-block;
  background: url("img/rb11.png") no-repeat left center;
  background-size: 60% auto;
  -moz-background-size: 60% auto;
  width: 8%;
  height: 100%;
  margin-right: 2%;
}
.box6 .box6_line2 .report-brands .rb12 {
  position: relative;
  display: inline-block;
  background: url("img/rb12.png") no-repeat left center;
  background-size: 60% auto;
  -moz-background-size: 60% auto;
  width: 8%;
  height: 100%;
  margin-right: 2%;
}
.box6 .box6_line2 .report-brands .rb13 {
  position: relative;
  display: inline-block;
  background: url("img/rb13.png") no-repeat left center;
  background-size: 60% auto;
  -moz-background-size: 60% auto;
  width: 8%;
  height: 100%;
  margin-right: 2%;
}
.box6 .box6_line2 .report-brands .rb14 {
  position: relative;
  display: inline-block;
  background: url("img/rb14.png") no-repeat left center;
  background-size: 60% auto;
  -moz-background-size: 60% auto;
  width: 8%;
  height: 100%;
  margin-right: 2%;
}
.box6 .box6_line2 .report-brands .rb15 {
  position: relative;
  display: inline-block;
  background: url("img/rb15.png") no-repeat left center;
  background-size: 60% auto;
  -moz-background-size: 60% auto;
  width: 8%;
  height: 100%;
  margin-right: 2%;
}
.box6 .box6_line2 .report-brands .rb16 {
  position: relative;
  display: inline-block;
  background: url("img/rb16.png") no-repeat left center;
  background-size: 60% auto;
  -moz-background-size: 60% auto;
  width: 8%;
  height: 100%;
  margin-right: 2%;
}
.box6 .box6_line2 .report-brands .rb17 {
  position: relative;
  display: inline-block;
  background: url("img/rb17.png") no-repeat left center;
  background-size: 60% auto;
  -moz-background-size: 60% auto;
  width: 8%;
  height: 100%;
  margin-right: 2%;
}
.box6 .box6_line2 .report-brands .rb5 span {
  position: absolute;
  bottom: -2%;
  left: 13%;
}
.box6 .box6_line2 .report-brands .rb10 span {
  position: absolute;
  bottom: -2%;
  /*left: 13%;*/
}
.box6 .box6_line2 .report-brands .rb11 span {
  position: absolute;
  bottom: -2%;
  left: 13%;
}
.box6 .box6_line2 .report-brands .rb12 span {
  position: absolute;
  bottom: -2%;
  left: 13%;
}
.box6 .box6_line2 .report-brands .rb13 span {
  position: absolute;
  bottom: -2%;
  left: 13%;
}
.box6 .box6_line2 .report-brands .rb14 span {
  position: absolute;
  bottom: -2%;
  left: 13%;
}
.box6 .box6_line2 .report-brands .rb15 span {
  position: absolute;
  bottom: -2%;
  /*left: 13%;*/
}
.box6 .box6_line2 .report-brands .rb16 span {
  position: absolute;
  bottom: -2%;
  left: 13%;
}
.box6 .box6_line2 .report-brands .rb17 span {
  position: absolute;
  bottom: -2%;
  left: 13%;
}
.box6 .box6_line2 .report-brands .rb6 {
  position: relative;
  display: inline-block;
  background: url("img/rb6.png") no-repeat left center;
  background-size: auto 60%;
  -moz-background-size: auto 60%;
  width: 8%;
  height: 100%;
  margin-right: 2%;
}
.box6 .box6_line2 .report-brands .rb6 span {
  position: absolute;
  bottom: -2%;
  left: 6%;
}
.box6 .box6_line3 {
  width: 100%;
  height: 33%;
  padding-left: 12%;
}
.box6 .box6_line3 h2 {
  font-size: 1.75em;
  font-weight: normal;
  line-height: 2.5;
}
.box6 .box6_line3 .brands-exposure {
  background: url("img/brands-icon.png") no-repeat 0 0;
  background-size: 100% auto;
  -moz-background-size: 100% auto;
  height: 30%;
  width: 71%;
  margin: 1.2% 0;
}
.box7 {
  height: 100%;
  width: 100%;
}
.box7 .box7-pic {
  background: url("img/box7-pic.png") no-repeat center center;
  background-size: auto 40%;
  -moz-background-size: auto 40%;
  height: 100%;
  width: 100%;
  margin: 0 auto;
  z-index: 99999;
}
.box7 .pic-line-lt {
  position: absolute;
  top: 20%;
  left: 22%;
  width: 36%;
  height: 8%;
  border-top: 3px solid #000;
  border-left: 3px solid #000;
  z-index: -1;
}
.box7 .pic-line-lt .pic-line-mask {
  position: absolute;
  top: -5px;
  left: -5px;
  width: 70px;
  height: 420px;
  background: #f1f0f0;
}
.box7 .pic-line-lt .pic-line-mask.active {
  animation: boder_line_lt 3s linear forwards;
  -webkit-animation: boder_line_lt 3s linear forwards;
}
.box8_title_l{
	width:35%;
	position:absolute;
	top:70%;
}
.box8_title_r{
	position:absolute;
	width:35%;
	top:38%;
	left:30%;
}
.box8_title_l p, .box8_title_r p{
	height:30px;
	display:block;
	font-size:1.2em;
	padding:5px 0;
}
.box8_title_l h4, .box8_title_r h4{
	color: #88898a;
    font-size: 1em;
    line-height: 30px;
}
.box8_title_l{
	left:10%;
}
@keyframes boder_line_lt {
  0% {
    width: 70px;
    height: 420px;
    top: -5px;
  }
  10% {
    width: 5px;
    top: 50px;
  }
  12% {
    width: 5px;
    top: 100px;
  }
  20% {
    width: 5px;
    top: 180px;
  }
  30% {
    width: 5px;
    top: 240px;
  }
  80% {
    width: 5px;
    top: 320px;
  }
  100% {
    width: 5px;
    top: 420px;
  }
}
@-webkit-keyframes boder_line_lt {
  0% {
    width: 70px;
    height: 420px;
    top: -5px;
  }
  10% {
    width: 5px;
    top: 50px;
  }
  12% {
    width: 5px;
    top: 100px;
  }
  20% {
    width: 5px;
    top: 180px;
  }
  30% {
    width: 5px;
    top: 240px;
  }
  80% {
    width: 5px;
    top: 320px;
  }
  100% {
    width: 5px;
    top: 420px;
  }
}
@-moz-keyframes boder_line_lt {
  0% {
    width: 70px;
    height: 420px;
    top: -5px;
  }
  10% {
    width: 5px;
    top: 50px;
  }
  12% {
    width: 5px;
    top: 100px;
  }
  20% {
    width: 5px;
    top: 180px;
  }
  30% {
    width: 5px;
    top: 240px;
  }
  80% {
    width: 5px;
    top: 320px;
  }
  100% {
    width: 5px;
    top: 420px;
  }
}
@-o-keyframes boder_line_lt {
  0% {
    width: 70px;
    height: 420px;
    top: -5px;
  }
  10% {
    width: 5px;
    top: 50px;
  }
  12% {
    width: 5px;
    top: 100px;
  }
  20% {
    width: 5px;
    top: 180px;
  }
  30% {
    width: 5px;
    top: 240px;
  }
  80% {
    width: 5px;
    top: 320px;
  }
  100% {
    width: 5px;
    top: 420px;
  }
}
.box7 .pic-line-rb {
  position: absolute;
  bottom: 20%;
  right: 22%;
  border-bottom: 3px solid #000;
  border-right: 3px solid #000;
  width: 36%;
  height: 8%;
  z-index: -1;
}
.box7 .pic-line-rb .pic-line-mask {
  position: absolute;
  bottom: -5px;
  right: -5px;
  width: 70px;
  height: 420px;
  background: #f1f0f0;
}
.box7 .pic-line-rb .pic-line-mask.active {
  animation: boder_line_rb 3s linear forwards;
  -webkit-animation: boder_line_rb 3s linear forwards;
}
.box8_zhaoping {
	width:960px;
	left:30%;
	position: absolute;
}
@keyframes boder_line_rb {
  0% {
    width: 70px;
    height: 420px;
    bottom: -5px;
  }
  10% {
    width: 5px;
    bottom: 50px;
  }
  12% {
    width: 5px;
    bottom: 100px;
  }
  20% {
    width: 5px;
    bottom: 180px;
  }
  30% {
    width: 5px;
    bottom: 240px;
  }
  80% {
    width: 5px;
    bottom: 320px;
  }
  100% {
    width: 5px;
    bottom: 420px;
  }
}
@-webkit-keyframes boder_line_rb {
  0% {
    width: 70px;
    height: 420px;
    bottom: -5px;
  }
  10% {
    width: 5px;
    bottom: 50px;
  }
  12% {
    width: 5px;
    bottom: 100px;
  }
  20% {
    width: 5px;
    bottom: 180px;
  }
  30% {
    width: 5px;
    bottom: 240px;
  }
  80% {
    width: 5px;
    bottom: 320px;
  }
  100% {
    width: 5px;
    bottom: 420px;
  }
}
@-moz-keyframes boder_line_rb {
  0% {
    width: 70px;
    height: 420px;
    bottom: -5px;
  }
  10% {
    width: 5px;
    bottom: 50px;
  }
  12% {
    width: 5px;
    bottom: 100px;
  }
  20% {
    width: 5px;
    bottom: 180px;
  }
  30% {
    width: 5px;
    bottom: 240px;
  }
  80% {
    width: 5px;
    bottom: 320px;
  }
  100% {
    width: 5px;
    bottom: 420px;
  }
}
@-o-keyframes boder_line_rb {
  0% {
    width: 70px;
    height: 420px;
    bottom: -5px;
  }
  10% {
    width: 5px;
    bottom: 50px;
  }
  12% {
    width: 5px;
    bottom: 100px;
  }
  20% {
    width: 5px;
    bottom: 180px;
  }
  30% {
    width: 5px;
    bottom: 240px;
  }
  80% {
    width: 5px;
    bottom: 320px;
  }
  100% {
    width: 5px;
    bottom: 420px;
  }
}
.box8 .box_bt {
  position: absolute;
  bottom: 0;
  height: 8%;
  width: 100%;
  background: #e0dfdf;
  text-align: center;
  line-height: 3.8;
  font-size: 0.8em;
}
