@charset "utf-8";

html {
  color: #666;
  background: #fff;
  -webkit-text-size-adjust: none;
}
body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
code,
form,
fieldset,
legend,
input,
textarea,
p,
blockquote,
th,
td,
hr,
button,
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  margin: 0;
  padding: 0;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
body,
button,
input,
select,
textarea {
  font: 14px/1.5 tahoma, arial, \5b8b\4f53;
}
input,
select,
textarea {
  font-size: 100%;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
/* IE bug fixed: th 不继承 text-align*/
th {
  text-align: inherit;
  font-weight: 400;
}
fieldset,
img {
  border: 0;
}
/* ie6 7 8(q) bug 显示为行内表现 */
iframe {
  display: block;
}
ol,
ul,
li {
  list-style: none;
}
i,
em {
  font-style: normal;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 100%;
  font-weight: 400;
}
a {
  color: #2a7ea8;
  text-decoration: none;
}
a:hover {
  color: #ff4a00;
  text-decoration: underline;
}

.clearfix:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: ' ';
  clear: both;
  height: 0;
}
.clearfix {
  zoom: 1; /* for IE6 IE7 */
}
.fl {
  float: left;
}
.fr {
  float: right;
}
.txc {
  text-align: center;
}
.txl {
  text-align: left;
}
.txr {
  text-align: right;
}

@font-face {
  font-family: 'iconfont';
  src: url('../fonts/iconfont.eot?t=1479191477679'); /* IE9*/
  src: url('../fonts/iconfont.eot?t=1479191477679#iefix')
      format('embedded-opentype'),
    /* IE6-IE8 */ url('../fonts/iconfont.woff?t=1479191477679') format('woff'),
    /* chrome, firefox */ url('../fonts/iconfont.ttf?t=1479191477679')
      format('truetype'),
    /* chrome, firefox, opera, Safari, Android, iOS 4.2+*/
      url('../fonts/iconfont.svg?t=1479191477679#iconfont') format('svg'); /* iOS 4.1- */
}

[class*='icon'] {
  font-family: 'iconfont' !important;
  font-size: 16px;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -webkit-text-stroke-width: 0.2px;
  -moz-osx-font-smoothing: grayscale;
}

.icon-mail:before {
  content: '\e610';
}
.icon-phone:before {
  content: '\e61a';
}
.icon-case:before {
  content: '\e766';
}
.icon-home:before {
  content: '\e7c7';
}
.icon-about:before {
  content: '\e60d';
}
.icon-job:before {
  content: '\e622';
}
.icon-partner:before {
  content: '\e877';
}
.icon-team:before {
  content: '\e623';
}
.icon-address:before {
  content: '\e6e6';
}
.icon-service:before {
  content: '\e607';
}
.icon-star:before {
  content: '\e63b';
}
.icon-plan:before {
  content: '\e6c1';
}
.icon-flow:before {
  content: '\e60a';
}
.icon-heat:before {
  content: '\e651';
}
.icon-cloudok:before {
  content: '\e606';
}
.icon-data:before {
  content: '\e609';
}
.icon-glob:before {
  content: '\e70e';
}
.icon-left:before {
  content: '\e600';
}
.icon-right:before {
  content: '\e613';
}
.icon-close:before {
  content: '\e647';
}
.icon-smallmail:before {
  content: '\e650';
}
.icon-smalladdress:before {
  content: '\e63f';
}
.icon-crown:before {
  content: '\e618';
}
.icon-smallphone:before {
  content: '\e61c';
}

.fullpage {
  font-family: microsoft yahei;
}
.section {
  position: relative;
  overflow: hidden;
  color: #fff;
}
.fir-section {
  background: url(../pic/banner1.jpg) no-repeat 50% 50%;
  background-size: cover;
}
.sec-section {
  background: url(../pic/banner2.jpg) no-repeat 50% 50%;
  background-size: cover;
}
.thi-section {
  background: url(../pic/banner3.jpg) no-repeat 50% 50%;
  background-size: cover;
}
.fou-section {
  background: url(../pic/banner4.jpg) no-repeat 50% 50%;
  background-size: cover;
}
.last-section {
  background: url(../pic/banner5.jpg) no-repeat right 50% #2b2b2b;
}
.fiv-section {
  background: url(../pic/banner6.jpg) no-repeat 50% 0;
  background-size: cover;
}

.main-menu {
  position: fixed;
  top: 50%;
  right: 20px;
  transform: translateY(-50%);
}
.menu-list li {
  margin-bottom: 8px;
}
.menu-list li a {
  display: block;
  text-align: center;
  color: #cfcfcf;
  width: 40px;
  height: 40px;
  line-height: 40px;
  border-radius: 50%;
}
.menu-list li a:hover {
  text-decoration: none;
}
.menu-list li a .text {
  display: none;
  font-size: 12px;
}
.menu-list li [class*='icon'] {
  line-height: 40px;
  font-size: 22px;
}
.menu-list li .icon-home,
.menu-list li .icon-about,
.menu-list li .icon-star {
  font-size: 18px;
}
.menu-list li .firstpage {
  background-color: #368a4a;
}
.menu-list li .twopage {
  background-color: #f1f2f2;
}
.menu-list li .threepage {
  background-color: #d2a840;
}
.menu-list li .fourpage {
  background-color: #17ccbd;
}
.menu-list li .fivepage {
  background-color: #334d68;
}
.menu-list li .lastpage {
  background-color: #4c4c4c;
}
.menu-list .active a {
  color: #fff;
}

.sec-mod {
  text-align: center;
}
.section .sec-mod {
  position: absolute;
  width: 1080px;
  margin-left: -540px;
  left: 50%;
  top: 50%;
  transform: translateY(-50%);
}
.sec-mod .hd .title {
  font-size: 36px;
  color: #fff;
  line-height: 60px;
  margin-bottom: 30px;
}
.sec-mod .hd .title .text {
  position: relative;
}
.sec-mod .hd .title .text:before {
  content: ' ';
  position: absolute;
  left: -16px;
  top: 50%;
  height: 6px;
  width: 6px;
  background-color: #fff;
  border-radius: 50%;
}
.sec-mod .hd .title .text:after {
  content: ' ';
  position: absolute;
  right: -16px;
  top: 50%;
  height: 6px;
  width: 6px;
  background-color: #fff;
  border-radius: 50%;
}

/*第一幕*/
.fir-section .our-advantage {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  color: #fff;
}
.our-advantage .top-logo {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}
.our-advantage .top-logo img {
  width: 100%;
  vertical-align: top;
}
.our-advantage .info {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 900px;
  margin-left: -450px;
  text-align: center;
  margin-top: 230px;
}
.fir-section .camera {
  color: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -90px;
  margin-left: -90px;
  overflow: hidden;
  width: 180px;
  height: 180px;
  text-align: center;
}
.fir-section .camera:nth-child(2) {
  -moz-transform: translate(-350px, 30px) scale(1);
  -ms-transform: translate(-350px, 30px) scale(1);
  -webkit-transform: translate(-350px, 30px) scale(1);
  transform: translate(-350px, 30px) scale(1);
}
.fir-section .camera:nth-child(3) {
  -moz-transform: translate(0, 0) scale(1.7);
  -ms-transform: translate(0, 0) scale(1.7);
  -webkit-transform: translate(0, 0) scale(1.7);
  transform: translate(0, 0) scale(1.7);
}
.fir-section .camera:nth-child(4) {
  -moz-transform: translate(350px, 30px) scale(1);
  -ms-transform: translate(350px, 30px) scale(1);
  -webkit-transform: translate(350px, 30px) scale(1);
  transform: translate(350px, 30px) scale(1);
}
.fir-section .clound,
.fir-section .cloth,
.fir-section .mushroom {
  position: absolute;
  width: 100%;
  height: 100%;
}
.camera [class*='icon'] {
  display: inline-block;
  font-size: 40px;
  height: 60px;
  line-height: 60px;
}
.fir-section .cloth div {
  position: absolute;
  border-top: 1px solid #fff;
  width: 0;
  -moz-transform-origin: 0 0;
  -ms-transform-origin: 0 0;
  -webkit-transform-origin: 0 0;
  transform-origin: 0 0;
  -moz-box-shadow: 0 0 8px rgba(255, 255, 255, 0.11);
  -webkit-box-shadow: 0 0 8px rgba(255, 255, 255, 0.11);
  box-shadow: 0 0 8px rgba(255, 255, 255, 0.11);
}
.camera .det {
  font-size: 12px;
}
.fir-section .light:before {
  content: ' ';
  position: absolute;
  background-color: rgba(255, 255, 255, 0.8);
  width: 3px;
  height: 3px;
  -moz-border-radius: 100%;
  -webkit-border-radius: 100%;
  border-radius: 100%;
  -moz-box-shadow: 0 0 10px 4px #fff;
  -webkit-box-shadow: 0 0 10px 4px #fff;
  box-shadow: 0 0 10px 4px #fff;
}
.fir-section .clound.light:before {
  left: 145px;
  top: 51px;
}
.fir-section .cloth.light:before {
  left: 138px;
  top: 105px;
  filter: alpha(Opacity=0);
  opacity: 0;
}
.fir-section .mushroom.light:before {
  left: 39px;
  top: 100px;
}
.fir-section .scan {
  border-bottom: 2px solid #fff32e;
  height: 44px;
  background-size: 100%;
  background-image: -webkit-gradient(
    linear,
    50% 0,
    50% 100%,
    color-stop(0%, rgba(255, 180, 90, 0)),
    color-stop(100%, rgba(255, 243, 46, 0.45))
  );
  background-image: -moz-linear-gradient(
    rgba(255, 180, 90, 0),
    rgba(255, 243, 46, 0.45)
  );
  background-image: -webkit-linear-gradient(
    rgba(255, 180, 90, 0),
    rgba(255, 243, 46, 0.45)
  );
  background-image: linear-gradient(
    rgba(255, 180, 90, 0),
    rgba(255, 243, 46, 0.45)
  );
  -moz-transition-property: tranform;
  -o-transition-property: tranform;
  -webkit-transition-property: tranform;
  transition-property: tranform;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -moz-transform: translateY(-45px);
  -ms-transform: translateY(-45px);
  -webkit-transform: translateY(-45px);
  transform: translateY(-45px);
}
.fir-section .border li {
  position: absolute;
  left: 0;
  top: 0;
  border: 2px solid #fff;
  width: 100%;
  height: 100%;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.fir-section .border .oo {
  border: 1px solid rgba(255, 255, 255, 0.14);
}
.fir-section .border .lt {
  clip: rect(0, 25px, 25px, 0);
}
.fir-section .border .lb {
  clip: rect(150px, 25px, 180px, 0);
}
.fir-section .border .rt {
  clip: rect(0, 180px, 25px, 150px);
}
.fir-section .border .rb {
  clip: rect(150px, 180px, 180px, 150px);
}
.fir-section .roll {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -500px;
  margin-top: 120px;
  width: 1000px;
  height: 100px;
  background: url(../images/roll.png) no-repeat;
  -moz-background-size: 100%;
  -o-background-size: 100%;
  -webkit-background-size: 100%;
  background-size: 100%;
}
.fir-section .roll .path {
  width: 1000px;
  height: 1000px;
  border-radius: 100%;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -500px;
  margin-top: -510px;
  -moz-transform: rotateX(85deg);
  -ms-transform: rotateX(85deg);
  -webkit-transform: rotateX(85deg);
  transform: rotateX(85deg);
  -moz-transform-style: preserve-3d;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}
.fir-section .roll .spot {
  position: absolute;
  left: -75px;
  top: 500px;
  width: 150px;
  height: 40px;
  background: url(../images/spot.png) no-repeat;
  background-size: 100%;
  -moz-transform: rotateY(-85deg) rotateZ(90deg) translateY(-3px);
  -ms-transform: rotateY(-85deg) rotateZ(90deg) translateY(-3px);
  -webkit-transform: rotateY(-85deg) rotateZ(90deg) translateY(-3px);
  transform: rotateY(-85deg) rotateZ(90deg) translateY(-3px);
  -moz-transform-style: preserve-3d;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}
.fir-section .playing .path {
  -moz-animation: roll_spot 6s infinite linear;
  -webkit-animation: roll_spot 6s infinite linear;
  animation: roll_spot 6s infinite linear;
}
.fir-section .playing .camera:nth-child(2) {
  -moz-animation: switch_1 15s 6s infinite linear;
  -webkit-animation: switch_1 15s 6s infinite linear;
  animation: switch_1 15s 6s infinite linear;
}
.fir-section .playing .camera:nth-child(2) .scan {
  -moz-animation: scan 15s 7s infinite linear;
  -webkit-animation: scan 15s 7s infinite linear;
  animation: scan 15s 7s infinite linear;
}
.fir-section .playing .camera:nth-child(3) {
  -moz-animation: switch_2 15s 6s infinite linear;
  -webkit-animation: switch_2 15s 6s infinite linear;
  animation: switch_2 15s 6s infinite linear;
}
.fir-section .playing .camera:nth-child(3) .scan {
  -moz-animation: scan 15s 3s infinite linear;
  -webkit-animation: scan 15s 3s infinite linear;
  animation: scan 15s 3s infinite linear;
}
.fir-section .playing .camera:nth-child(4) {
  -moz-animation: switch_3 15s 6s infinite linear;
  -webkit-animation: switch_3 15s 6s infinite linear;
  animation: switch_3 15s 6s infinite linear;
}
.fir-section .playing .camera:nth-child(4) .scan {
  -moz-animation: scan 15s 12s infinite linear;
  -webkit-animation: scan 15s 12s infinite linear;
  animation: scan 15s 12s infinite linear;
}
.fir-section .playing .cloth.light:before {
  -moz-transition: all 0.1s ease-in 3s;
  -o-transition: all 0.1s ease-in 3s;
  -webkit-transition: all 0.1s ease-in;
  -webkit-transition-delay: 3s;
  transition: all 0.1s ease-in 3s;
  filter: alpha(enabled=false);
  opacity: 1;
}
.fir-section .playing .clound,
.fir-section .playing .mushroom {
  -moz-transition: all 1s linear 1s;
  -o-transition: all 1s linear 1s;
  -webkit-transition: all 1s linear;
  -webkit-transition-delay: 1s;
  transition: all 1s linear 1s;
  filter: alpha(enabled=false);
  opacity: 1;
}
.section4 {
  overflow: hidden;
}
.section4 .main {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
}
@-moz-keyframes scan {
  0% {
    -moz-transform: translateY(-45px);
    transform: translateY(-45px);
  }
  12% {
    -moz-transform: translateY(170px);
    transform: translateY(170px);
  }
  13% {
    -moz-transform: translateY(171px) rotateX(180deg);
    transform: translateY(171px) rotateX(180deg);
  }
  24% {
    -moz-transform: translateY(-43px) rotateX(180deg);
    transform: translateY(-43px) rotateX(180deg);
  }
  25% {
    -moz-transform: translateY(-45px);
    transform: translateY(-45px);
  }
}
@-webkit-keyframes scan {
  0% {
    -webkit-transform: translateY(-45px);
    transform: translateY(-45px);
  }
  12% {
    -webkit-transform: translateY(170px);
    transform: translateY(170px);
  }
  13% {
    -webkit-transform: translateY(171px) rotateX(180deg);
    transform: translateY(171px) rotateX(180deg);
  }
  24% {
    -webkit-transform: translateY(-43px) rotateX(180deg);
    transform: translateY(-43px) rotateX(180deg);
  }
  25% {
    -webkit-transform: translateY(-45px);
    transform: translateY(-45px);
  }
}
@keyframes scan {
  0% {
    -moz-transform: translateY(-45px);
    -ms-transform: translateY(-45px);
    -webkit-transform: translateY(-45px);
    transform: translateY(-45px);
  }
  12% {
    -moz-transform: translateY(170px);
    -ms-transform: translateY(170px);
    -webkit-transform: translateY(170px);
    transform: translateY(170px);
  }
  13% {
    -moz-transform: translateY(171px) rotateX(180deg);
    -ms-transform: translateY(171px) rotateX(180deg);
    -webkit-transform: translateY(171px) rotateX(180deg);
    transform: translateY(171px) rotateX(180deg);
  }
  24% {
    -moz-transform: translateY(-43px) rotateX(180deg);
    -ms-transform: translateY(-43px) rotateX(180deg);
    -webkit-transform: translateY(-43px) rotateX(180deg);
    transform: translateY(-43px) rotateX(180deg);
  }
  25% {
    -moz-transform: translateY(-45px);
    -ms-transform: translateY(-45px);
    -webkit-transform: translateY(-45px);
    transform: translateY(-45px);
  }
}
@-moz-keyframes switch_1 {
  8.33% {
    -moz-transform: translate(0, 0) scale(1.7);
    transform: translate(0, 0) scale(1.7);
  }
  33.33% {
    -moz-transform: translate(0, 0) scale(1.7);
    transform: translate(0, 0) scale(1.7);
  }
  41.67% {
    -moz-transform: translate(350px, 30px) scale(1);
    transform: translate(350px, 30px) scale(1);
  }
  66.67% {
    -moz-transform: translate(350px, 30px) scale(1);
    transform: translate(350px, 30px) scale(1);
  }
  75% {
    -moz-transform: translate(-350px, 30px) scale(1);
    transform: translate(-350px, 30px) scale(1);
  }
}
@-webkit-keyframes switch_1 {
  8.33% {
    -webkit-transform: translate(0, 0) scale(1.7);
    transform: translate(0, 0) scale(1.7);
  }
  33.33% {
    -webkit-transform: translate(0, 0) scale(1.7);
    transform: translate(0, 0) scale(1.7);
  }
  41.67% {
    -webkit-transform: translate(350px, 30px) scale(1);
    transform: translate(350px, 30px) scale(1);
  }
  66.67% {
    -webkit-transform: translate(350px, 30px) scale(1);
    transform: translate(350px, 30px) scale(1);
  }
  75% {
    -webkit-transform: translate(-350px, 30px) scale(1);
    transform: translate(-350px, 30px) scale(1);
  }
}
@keyframes switch_1 {
  8.33% {
    -moz-transform: translate(0, 0) scale(1.7);
    -ms-transform: translate(0, 0) scale(1.7);
    -webkit-transform: translate(0, 0) scale(1.7);
    transform: translate(0, 0) scale(1.7);
  }
  33.33% {
    -moz-transform: translate(0, 0) scale(1.7);
    -ms-transform: translate(0, 0) scale(1.7);
    -webkit-transform: translate(0, 0) scale(1.7);
    transform: translate(0, 0) scale(1.7);
  }
  41.67% {
    -moz-transform: translate(350px, 30px) scale(1);
    -ms-transform: translate(350px, 30px) scale(1);
    -webkit-transform: translate(350px, 30px) scale(1);
    transform: translate(350px, 30px) scale(1);
  }
  66.67% {
    -moz-transform: translate(350px, 30px) scale(1);
    -ms-transform: translate(350px, 30px) scale(1);
    -webkit-transform: translate(350px, 30px) scale(1);
    transform: translate(350px, 30px) scale(1);
  }
  75% {
    -moz-transform: translate(-350px, 30px) scale(1);
    -ms-transform: translate(-350px, 30px) scale(1);
    -webkit-transform: translate(-350px, 30px) scale(1);
    transform: translate(-350px, 30px) scale(1);
  }
}
@-moz-keyframes switch_2 {
  8.33% {
    -moz-transform: translate(350px, 30px) scale(1);
    transform: translate(350px, 30px) scale(1);
  }
  33.33% {
    -moz-transform: translate(350px, 30px) scale(1);
    transform: translate(350px, 30px) scale(1);
  }
  41.67% {
    -moz-transform: translate(-350px, 30px) scale(1);
    transform: translate(-350px, 30px) scale(1);
  }
  66.67% {
    -moz-transform: translate(-350px, 30px) scale(1);
    transform: translate(-350px, 30px) scale(1);
  }
  75% {
    -moz-transform: translate(0, 0) scale(1.7);
    transform: translate(0, 0) scale(1.7);
  }
}
@-webkit-keyframes switch_2 {
  8.33% {
    -webkit-transform: translate(350px, 30px) scale(1);
    transform: translate(350px, 30px) scale(1);
  }
  33.33% {
    -webkit-transform: translate(350px, 30px) scale(1);
    transform: translate(350px, 30px) scale(1);
  }
  41.67% {
    -webkit-transform: translate(-350px, 30px) scale(1);
    transform: translate(-350px, 30px) scale(1);
  }
  66.67% {
    -webkit-transform: translate(-350px, 30px) scale(1);
    transform: translate(-350px, 30px) scale(1);
  }
  75% {
    -webkit-transform: translate(0, 0) scale(1.7);
    transform: translate(0, 0) scale(1.7);
  }
}
@keyframes switch_2 {
  8.33% {
    -moz-transform: translate(350px, 30px) scale(1);
    -ms-transform: translate(350px, 30px) scale(1);
    -webkit-transform: translate(350px, 30px) scale(1);
    transform: translate(350px, 30px) scale(1);
  }
  33.33% {
    -moz-transform: translate(350px, 30px) scale(1);
    -ms-transform: translate(350px, 30px) scale(1);
    -webkit-transform: translate(350px, 30px) scale(1);
    transform: translate(350px, 30px) scale(1);
  }
  41.67% {
    -moz-transform: translate(-350px, 30px) scale(1);
    -ms-transform: translate(-350px, 30px) scale(1);
    -webkit-transform: translate(-350px, 30px) scale(1);
    transform: translate(-350px, 30px) scale(1);
  }
  66.67% {
    -moz-transform: translate(-350px, 30px) scale(1);
    -ms-transform: translate(-350px, 30px) scale(1);
    -webkit-transform: translate(-350px, 30px) scale(1);
    transform: translate(-350px, 30px) scale(1);
  }
  75% {
    -moz-transform: translate(0, 0) scale(1.7);
    -ms-transform: translate(0, 0) scale(1.7);
    -webkit-transform: translate(0, 0) scale(1.7);
    transform: translate(0, 0) scale(1.7);
  }
}
@-moz-keyframes switch_3 {
  8.33% {
    -moz-transform: translate(-350px, 30px) scale(1);
    transform: translate(-350px, 30px) scale(1);
  }
  33.33% {
    -moz-transform: translate(-350px, 30px) scale(1);
    transform: translate(-350px, 30px) scale(1);
  }
  41.67% {
    -moz-transform: translate(0, 0) scale(1.7);
    transform: translate(0, 0) scale(1.7);
  }
  66.67% {
    -moz-transform: translate(0, 0) scale(1.7);
    transform: translate(0, 0) scale(1.7);
  }
  75% {
    -moz-transform: translate(350px, 30px) scale(1);
    transform: translate(350px, 30px) scale(1);
  }
}
@-webkit-keyframes switch_3 {
  8.33% {
    -webkit-transform: translate(-350px, 30px) scale(1);
    transform: translate(-350px, 30px) scale(1);
  }
  33.33% {
    -webkit-transform: translate(-350px, 30px) scale(1);
    transform: translate(-350px, 30px) scale(1);
  }
  41.67% {
    -webkit-transform: translate(0, 0) scale(1.7);
    transform: translate(0, 0) scale(1.7);
  }
  66.67% {
    -webkit-transform: translate(0, 0) scale(1.7);
    transform: translate(0, 0) scale(1.7);
  }
  75% {
    -webkit-transform: translate(350px, 30px) scale(1);
    transform: translate(350px, 30px) scale(1);
  }
}
@keyframes switch_3 {
  8.33% {
    -moz-transform: translate(-350px, 30px) scale(1);
    -ms-transform: translate(-350px, 30px) scale(1);
    -webkit-transform: translate(-350px, 30px) scale(1);
    transform: translate(-350px, 30px) scale(1);
  }
  33.33% {
    -moz-transform: translate(-350px, 30px) scale(1);
    -ms-transform: translate(-350px, 30px) scale(1);
    -webkit-transform: translate(-350px, 30px) scale(1);
    transform: translate(-350px, 30px) scale(1);
  }
  41.67% {
    -moz-transform: translate(0, 0) scale(1.7);
    -ms-transform: translate(0, 0) scale(1.7);
    -webkit-transform: translate(0, 0) scale(1.7);
    transform: translate(0, 0) scale(1.7);
  }
  66.67% {
    -moz-transform: translate(0, 0) scale(1.7);
    -ms-transform: translate(0, 0) scale(1.7);
    -webkit-transform: translate(0, 0) scale(1.7);
    transform: translate(0, 0) scale(1.7);
  }
  75% {
    -moz-transform: translate(350px, 30px) scale(1);
    -ms-transform: translate(350px, 30px) scale(1);
    -webkit-transform: translate(350px, 30px) scale(1);
    transform: translate(350px, 30px) scale(1);
  }
}
@-moz-keyframes roll_spot {
  0% {
    -moz-transform: rotateX(85deg) rotateZ(0);
    transform: rotateX(85deg) rotateZ(0);
  }
  100% {
    -moz-transform: rotateX(85deg) rotateZ(-180deg);
    transform: rotateX(85deg) rotateZ(-180deg);
  }
}
@-webkit-keyframes roll_spot {
  0% {
    -webkit-transform: rotateX(85deg) rotateZ(0);
    transform: rotateX(85deg) rotateZ(0);
  }
  100% {
    -webkit-transform: rotateX(85deg) rotateZ(-180deg);
    transform: rotateX(85deg) rotateZ(-180deg);
  }
}
@keyframes roll_spot {
  0% {
    -moz-transform: rotateX(85deg) rotateZ(0);
    -ms-transform: rotateX(85deg) rotateZ(0);
    -webkit-transform: rotateX(85deg) rotateZ(0);
    transform: rotateX(85deg) rotateZ(0);
  }
  100% {
    -moz-transform: rotateX(85deg) rotateZ(-180deg);
    -ms-transform: rotateX(85deg) rotateZ(-180deg);
    -webkit-transform: rotateX(85deg) rotateZ(-180deg);
    transform: rotateX(85deg) rotateZ(-180deg);
  }
}

/*第二幕*/
.sec-section .sec-mod .pic {
  width: 600px;
  float: left;
  height: 520px;
  position: relative;
  overflow: hidden;
}
.sec-section .sec-mod .info {
  margin-left: 620px;
  text-align: left;
  color: #333;
}
.sec-section .sec-mod .info p {
  margin-bottom: 8px;
  text-indent: 2em;
}
.sec-section .sec-mod .info .tit {
  font-size: 16px;
  color: #516d03;
  margin-bottom: 4px;
  font-size: 24px;
  text-align: right;
}
.sec-section .sec-mod .info li {
  text-indent: -1.6em;
  padding-left: 1.6em;
}
.sec-section .sec-mod .info .item {
  margin-bottom: 10px;
}
.sec-section .sec-mod .computer {
  width: 420px;
  position: absolute;
  left: 0;
  bottom: 0;
}
.sec-section .sec-mod .pad {
  width: 267px;
  position: absolute;
  right: 0;
  bottom: 0;
}
.sec-section .sec-mod .phone {
  width: 82px;
  position: absolute;
  left: 0;
  bottom: 0;
}
.sec-section .pic {
  float: left;
  width: 550px;
}
.sec-section .pic img {
  width: 100%;
  vertical-align: top;
}
.sec-section .logo {
  position: absolute;
  left: 50%;
  top: 0;
  margin-left: -118px;
  margin-top: -30px;
}
.sec-section .logo img {
  vertical-align: top;
}

/*第三幕*/
.thi-section .sec-mod {
  width: 600px;
  margin-left: -300px;
  height: 470px;
}
.thi-section .sec-mod .hd .title {
  margin-bottom: 10px;
}
.thi-section .sec-mod .bd {
  height: 400px;
  position: relative;
}
.sec-mod .service {
  height: 400px;
  position: relative;
}
.service-list li {
  display: none;
  width: 120px;
  position: absolute;
  transition: all 300ms linear 0ms;
}
.service-list li img {
  vertical-align: top;
  width: 100%;
}
.service-list .first {
  left: 0;
  top: 0;
}
.service-list .second {
  right: 0;
  top: 0;
}
.service-list .third {
  display: block;
  top: 50%;
  left: 50%;
  margin-left: -60px;
  margin-top: -85px;
}
.service-list .fourth {
  left: 0;
  bottom: 0;
}
.service-list .fifth {
  right: 0;
  bottom: 0;
}
.service-list li .info {
  line-height: 20px;
  margin-top: 10px;
}
.service-list li .info .tit {
  font-size: 16px;
}
.service-list li:hover {
  box-shadow: 0 0 10px #fff;
  border-radius: 10px;
}

/*第四幕*/
.case-cont {
  overflow: hidden;
  position: relative;
}
.case-list {
  width: 5000px;
  position: relative;
}
.case-list li {
  float: left;
  width: 262px;
  margin-right: 10px;
  font-size: 20px;
  position: relative;
}
.case-list li img {
  vertical-align: top;
  transition: all 300ms linear 0ms;
}
.case-list li .pic:hover img {
  transform: scale3d(1.2, 1.2, 1.2);
}
.case-list li .pic {
  position: relative;
  margin-bottom: 10px;
  overflow: hidden;
  cursor: pointer;
}
.case-list li .pic .text {
  position: absolute;
  bottom: -100%;
  left: 0;
  width: 100%;
  height: 100%;
}
.case-list li .pic .text .text-c {
  display: block;
  line-height: 200px;
  margin: 20px;
  font-size: 26px;
  background: rgba(59, 170, 163, 0.8);
}
.case {
  position: relative;
  padding-top: 66px;
}
.case .arrow {
  position: absolute;
  top: 0;
  width: 40px;
  height: 40px;
  line-height: 40px;
  font-size: 24px;
  border: 2px solid #fff;
  cursor: pointer;
  border-radius: 50%;
  transition: all 500ms linear 0ms;
}
.case .arrow:hover {
  color: #337e3c;
  border-color: #337e3c;
}
.case .icon-left {
  left: 0;
}
.case .icon-right {
  right: 0;
}
.case-det {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.8);
  z-index: 999;
}
.case-det .case-mod {
  display: none;
  position: fixed;
  left: 50%;
  top: 50%;
  width: 600px;
  background-color: #fff;
  color: #333;
  transform: translate(-50%, -50%);
}
.case-mod .mod-hd {
  position: relative;
  background: #009789;
  padding: 0 10px;
}
.case-mod .mod-hd .tit {
  height: 40px;
  line-height: 40px;
  font-size: 16px;
  color: #fff;
}
.case-mod .mod-hd .icon-close {
  position: absolute;
  right: 10px;
  top: 50%;
  color: #fff;
  font-size: 14px;
  cursor: pointer;
  transform: translateY(-50%);
}
.case-mod .mod-bd {
  padding: 20px;
}
.case-dl .tit {
  font-weight: bold;
}

/*第五幕*/
.parnter {
  position: relative;
  padding-top: 58px;
  zoom: 1;
}
.parnter .parnter-c {
  display: inline-block;
  height: 120px;
  width: 120px;
  overflow: hidden;
  zoom: 1;
}
.parnter .parnter-c .parnter-list {
  width: 5000px;
  height: 120px;
  position: relative;
  white-space: nowrap;
}
.parnter-list li {
  float: left;
  width: 120px;
  margin-right: 17.1px;
  position: relative;
}
.parnter-list li img {
  vertical-align: top;
}
.parnter .arrow {
  position: absolute;
  top: 0;
  width: 40px;
  height: 40px;
  line-height: 40px;
  font-size: 20px;
  border: 2px solid #fff;
  cursor: pointer;
  border-radius: 50%;
  transition: all 500ms linear 0ms;
}
.parnter .arrow:hover {
  color: #337e3c;
  border-color: #337e3c;
}
.parnter .icon-left {
  left: 50%;
}
.parnter .icon-right {
  right: 50%;
}
.fiv-section .ft {
  margin-top: 30px;
  text-align: left;
  border-top: 1px solid #ffff;
  padding-top: 20px;
}
.fiv-section .ft .tit {
  font-size: 30px;
  color: #99a6b4;
  margin-bottom: 10px;
}
.fiv-section .ft .det p {
  float: left;
  margin-right: 60px;
}

/*最后一幕*/
.last-section .sec-mod {
  width: 100%;
  left: 0;
  margin-left: 0;
  margin-top: -40px;
}
.last-section .sec-mod .hd {
  margin-bottom: 40px;
}
.last-section .sec-mod .bd {
  text-align: left;
}
.last-section .items .tit {
  font-size: 24px;
  margin-bottom: 20px;
  color: #959595;
}
.last-section .items .job .text {
  display: inline-block;
  vertical-align: top;
  min-width: 120px;
  font-size: 20px;
  margin-right: 30px;
  margin-bottom: 8px;
  cursor: pointer;
}
.last-section .items {
  float: left;
  width: 470px;
  padding-left: 10%;
}
.send-resume {
  display: inline-block;
  height: 32px;
  line-height: 32px;
  border: 1px solid #99a6b4;
  color: #99a6b4;
  vertical-align: top;
  padding: 0 28px 0 36px;
  position: relative;
  margin-top: 20px;
  border-radius: 16px;
}
.send-resume:before {
  position: absolute;
  left: 10px;
  top: 0;
  font-family: 'iconfont' !important;
  content: '\e613';
}
.last-section .info {
  float: right;
  width: 515px;
}
.last-section .info [class*='icon'] {
  position: absolute;
  left: 0;
  top: 0;
  font-size: 20px;
  height: 30px;
  width: 30px;
  background-color: #fff;
  color: #2b2b2b;
  text-align: center;
  border-radius: 50%;
}
.last-section .info .comp {
  margin-bottom: 20px;
  position: relative;
  padding-left: 50px;
  padding-right: 80px;
}
.last-section .net-info {
  position: absolute;
  left: 0;
  bottom: -120px;
  width: 100%;
  background-color: #000;
  text-align: center;
  padding: 20px 0;
}
.last-section .net-info img {
  vertical-align: middle;
  margin-right: 20px;
}
.last-section .net-info .text {
  display: inline-block;
  vertical-align: middle;
  margin: 0 20px;
  color: #fff;
}
.jod-det li {
  padding-left: 1.6em;
  text-indent: -1.6em;
}
.last-section .case-mod .mod-hd {
  background-color: #666;
}
