@charset "utf-8";
/* ===================================================================
@set browser style:清除浏览器默认样式
 ================================= */
html,
body,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
div,
p,
dl,
dt,
dd,
ul,
ol,
li,
form,
fieldset,
legend,
button,
input,
textdevision,
select,
table,
tr,
th,
td,
pre,
sup,
address,
cite,
dfn,
em,
var,
blockquote {
  margin: 0;
  padding: 0;
}
html {
  min-height: 100%;
  border: none;
  height: 100%;
}
address,
cite,
dfn,
em,
var {
  font-style: normal;
}
img {
  border: none;
}
ul,
ol,
li {
  list-style-type: none;
}
button,
input,
select,
textdevision {
  font: 12px/1.5em tohoma, arial, simsun, sans-serif;
  outline: none;
}
button,
input,
select {
  vertical-align: middle;
}
button,
submit {
  cursor: pointer;
}
textdevision {
  resize: none;
}
table {
  border-collapse: separate;
  table-layout: fixed;
  word-wrap: break-word;
}
div {
  word-wrap: break-word;
}
a:link,
a:visited {
  text-decoration: none;
  outline: none;
}
a:hover,
a:active {
  text-decoration: underline;
}
.clearfix:after {
  content: " ";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
.clearfix {
  *zoom: 1;
}
/* 设置滚动条的样式 */
*::-webkit-scrollbar {
  width: 8px;
  height: 8px;
}
/* 上下按钮 */
*::-webkit-scrollbar-button {
  display: none;
}
/* 外层轨道 */
*::-webkit-scrollbar-track {
  border: 1px solid #fff;
}
/*内层滚动槽*/
*::-webkit-scrollbar-track-piece {
  background: none;
}
/* 滚动条滑块 */
*::-webkit-scrollbar-thumb {
  border-radius: 5px;
  background: #e1e1e1;
  border: 1px solid #fff;
}
*::-webkit-scrollbar-thumb:window-inactive {
  background: #e1e1e1;
  border: 1px solid #fff;
}
*::-webkit-scrollbar-thumb:hover {
  background: #e1e1e1;
  border: 1px solid #fff;
}
/* ========================================================================
@ 设置全站样式
* ============================  */
body,
input {
  color: #666666;
  font-size: 14px;
  font-family: "Microsoft YaHei", "Myriad Set Pro", "HanHei SC", "PingFang SC",
    STHeitiSC-Light, "Helvetica Neue", Helvetica, "WenQuanYi Micro Hei", Arial,
    sans-serif !important;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -moz-font-feature-settings: "liga", "kern";
  margin: 0;
  word-wrap: break-word;
  height: 100%;
}
body {
  min-width: 1280px;
}
a:link,
a:visited,
a:hover,
a:active {
  color: #666666;
  text-decoration: none;
}
.header {
  height: 60px;
}
.header .content-size {
  width: 100%;
  height: 100%;
  margin: 0 auto;
  overflow: inherit;
  /* .header-nav */
}
.header .content-size .logo {
  width: 132px;
  margin-left: 16px;
  height: 60px;
  background: url("/201708/images/logo.png") center no-repeat;
  float: left;
}
.header .content-size .button-action-wrap {
  width: 150px;
  height: 60px;
  float: right;
  margin-right: 20px;
}
.header .content-size .button-action-wrap .button {
  width: 70px;
  height: 30px;
  line-height: 30px;
  margin-left: 5px;
  margin-top: 15px;
  text-align: center;
  border-radius: 3px;
  color: #fff;
  float: left;
  cursor: pointer;
}
.header .content-size .button-action-wrap .button.login {
  background: #46c017;
}
.header .content-size .button-action-wrap .button.register {
  background: #439fe0;
}
.header .content-size .header-nav {
  height: 60px;
  float: right;
  text-align: center;
  margin-right: 20px;
  /* .nav-item-wrap */
}
.header .content-size .header-nav .nav-item-wrap {
  width: 150px;
  height: 60px;
  float: left;
  position: relative;
}
.header .content-size .header-nav .nav-item-wrap .nav-item-text {
  height: 60px;
  line-height: 60px;
  font-size: 16px;
  color: #333;
}
.header .content-size .header-nav .nav-item-wrap ul.nav-item-list {
  width: 100%;
  list-style: none;
  position: absolute;
  top: 60px;
  z-index: 1;
  box-shadow: 0px 3px 6px 1px rgba(0, 0, 0, 0.2);
  display: none;
}
.header .content-size .header-nav .nav-item-wrap ul.nav-item-list li {
  height: 40px;
  line-height: 40px;
  text-align: center;
  background-color: #00a0e9;
  color: #ffffff;
  font-size: 16px;
}
.header .content-size .header-nav .nav-item-wrap ul.nav-item-list li:hover {
  background-color: #33b3ed;
}
.header .content-size .header-nav .nav-item-wrap.active {
  box-sizing: border-box;
}
.header .content-size .header-nav .nav-item-wrap.active .nav-item-text {
  color: #439fe0;
}
.header .content-size .header-nav .nav-item-wrap:hover .nav-item-text {
  color: #fff;
  background-color: #00a0e9;
}
.header .content-size .header-nav .nav-item-wrap:hover ul.nav-item-list {
  display: block;
}
.foot {
  height: 320px;
  background-color: #272729;
  padding-top: 30px;
  /* .links */
  /* .copyright */
  /* .credit */
}
.foot .links {
  width: 1080px;
  height: 240px;
  margin: 0 auto;
  font-size: 14px;
  padding-left: 20px;
  /* .link-list */
}
.foot .links .link-list {
  margin-top: 6px;
}
.foot .links .link-list a {
  display: block;
  color: #cccccd;
  font-size: 12px;
  line-height: 30px;
}
.foot .links .link-block {
  width: 140px;
  float: left;
}
.foot .links .link-block .title {
  color: #fff;
  line-height: 25px;
  height: 50px;
}
.foot .links .product {
  margin-left: 0;
}
.foot .links .link-block.wechat {
  width: 150px;
  text-align: center;
}
.foot .links .link-block.wechat .img {
  width: 100px;
  height: 100px;
  background: url("../images/index/foot-wechat.jpg");
  margin: 15px auto;
}
.foot .links .link-block.video {
  text-align: center;
  margin-left: 15px;
}

.foot .links .link-block.video .img {
  width: 100px;
  height: 100px;
  background: url("/images/w-video100.png");
  margin: 15px auto;
}
.foot .links .link-block.douyin {
  text-align: center;
  margin-left: 15px;
}
.foot .links .link-block.douyin .img {
  width: 100px;
  height: 100px;
  background: url("/images/douyin100.png");
  margin: 15px auto;
}
.foot .links .link-block.qqGroup {
  width: 160px;
  text-align: center;
  margin-left: 15px;
}
.foot .links .link-block.qqGroup .title {
  color: #fff;
}
.foot .links .link-block.qqGroup .img {
  width: 100px;
  height: 100px;
  background: url("../images/index/foot-qqGroup.jpg");
  margin: 15px auto;
}
.foot .copyright {
  line-height: 40px;
  text-align: center;
  color: #cccccc;
  font-size: 12px;
}
.foot .copyright a {
  color: #cccccc;
  font-size: 12px;
}
.foot .credit {
  margin: 8px auto;
  width: 370px;
}
.foot .credit > a {
  display: inline-block;
  width: 74px;
  height: 20px;
  margin-left: 12px;
  vertical-align: middle;
}
.foot .credit > a.szcert {
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-image: url("../images/index/credit/credit-szcent.png");
  background-size: 74px;
}
.foot .credit > a.verify {
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-image: url("../images/index/credit/credit-verify.png");
  background-size: 74px;
}
.foot .credit > a.szcredit {
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-image: url("../images/index/credit/credit-szcredit.png");
  background-size: 74px;
}
.foot .credit > a.miitbeian {
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-image: url("../images/index/credit/credit-miitbeian.png");
  background-size: 74px;
}
/* .foot */
.animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
@keyframes num-init {
  from {
    background-position: 0 0;
  }
  to {
    background-position: 0 -486px;
  }
}
@keyframes num-init-even {
  from {
    background-position: 0 -486px;
  }
  to {
    background-position: 0 0;
  }
}
@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.fadeIn {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
}
@keyframes fadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
.fadeInDown {
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown;
}
@keyframes fadeInLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
.fadeInLeft {
  -webkit-animation-name: fadeInLeft;
  animation-name: fadeInLeft;
}
@keyframes fadeInRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
.fadeInRight {
  -webkit-animation-name: fadeInRight;
  animation-name: fadeInRight;
}
@keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
.fadeInUp {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
}
@keyframes zoomIn {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  50% {
    opacity: 1;
  }
}
.zoomIn {
  -webkit-animation-name: zoomIn;
  animation-name: zoomIn;
}
/* 首页地图上的点闪烁 */
@keyframes mapFlash {
  from,
  to {
    opacity: 0;
  }
  15% {
    opacity: 0.3;
  }
  30% {
    opacity: 0.5;
  }
  50%,
  70% {
    opacity: 1;
  }
}
.mapFlash {
  -webkit-animation-name: mapFlash;
  animation-name: mapFlash;
}
/* 弹性计算部分上面的箭头逆时针转动 */
@keyframes upArrowRotate {
  from {
    -webkit-transform-origin: 148px 160px;
    transform-origin: 148px 160px;
    -webkit-transform: rotate3d(0, 0, 1, 130deg);
    transform: rotate3d(0, 0, 1, 130deg);
  }
  to {
    -webkit-transform-origin: 148px 160px;
    transform-origin: 148px 160px;
    -webkit-transform: rotate3d(0, 0, 1, 0deg);
    transform: rotate3d(0, 0, 1, 0deg);
  }
}
.upArrowRotate {
  -webkit-animation-name: upArrowRotate;
  animation-name: upArrowRotate;
}
/* 弹性计算部分下面的箭头逆时针转动 */
@keyframes downArrowRotate {
  from {
    -webkit-transform-origin: 148px -61px;
    transform-origin: 148px -61px;
    -webkit-transform: rotate3d(0, 0, 1, 120deg);
    transform: rotate3d(0, 0, 1, 120deg);
  }
  to {
    -webkit-transform-origin: 148px -61px;
    transform-origin: 148px -61px;
    -webkit-transform: rotate3d(0, 0, 1, 0deg);
    transform: rotate3d(0, 0, 1, 0deg);
  }
}
.downArrowRotate {
  -webkit-animation-name: downArrowRotate;
  animation-name: downArrowRotate;
}
/*index箭头指示引导*/
@keyframes move-up-to-down {
  0%,
  30% {
    opacity: 0;
    transform: translate(0, -5px);
  }
  60% {
    opacity: 1;
    transform: translate(0, 0);
  }
  100% {
    opacity: 0;
    transform: translate(0, 8px);
  }
}
/*section箭头指示引导*/
@keyframes move-left-to-right {
  0%,
  30% {
    opacity: 0;
    transform: translate(-5px, 0);
  }
  60% {
    opacity: 1;
    transform: translate(0, 0);
  }
  100% {
    opacity: 0;
    transform: translate(5px, 0);
  }
}
@keyframes animation-aliyun {
  0% {
    transform: translate(0, 0);
  }
  100% {
    transform: translate(0, 150px);
  }
}
@keyframes animation-ucloud {
  0% {
    transform: translate(0, 0);
  }
  100% {
    transform: translate(0, 220px);
  }
}
@keyframes animation-amazon {
  0% {
    transform: translate(0, 0);
  }
  100% {
    transform: translate(0, 102px);
  }
}
@keyframes animation-azure {
  0% {
    transform: translate(0, 0);
  }
  100% {
    transform: translate(0, 205px);
  }
}
@keyframes animation-qcloud {
  0% {
    transform: translate(0, 0);
  }
  100% {
    transform: translate(0, 96px);
  }
}
.scene {
  background: #ffffff;
}
.scene .header {
  position: relative;
}
.scene .container .scene-container {
  overflow: hidden;
}
.scene .container .scene-container .section.gray {
  background-color: #f7f7f7;
}
.scene .container .scene-container .section .section-center {
  width: 1024px;
  margin: 0 auto;
  padding-top: 20px;
}
.scene .container .scene-container .section .section-center > .title {
  font-size: 34px;
  color: #333;
  line-height: 80px;
  text-align: center;
}

.auto-head {
  display: flex;
  flex-direction: column;
  align-items: center;
  background-image: url("../images/auto/auto-h-bg.png");
  background-size: cover;
  height: 640px;
  color: #fff;
}

.auto-head .title {
  height: 180px;
  line-height: 180px;
  font-size: 40px;
}

.auto-head .desc {
  text-align: center;
  font-size: 18px;
  line-height: 36px;
  margin-bottom: 15px;
  width: 940px;
}

.auto-head .item-wrap {
  display: flex;
  width: 800px;
  font-size: 16px;
}

.auto-head .item-wrap > div {
  flex: 0 0 200px;
  height: 200px;
  text-align: center;
  line-height: 300px;
}

.auto-head .btn-group {
  display: flex;
  margin-top: 30px;
}

.auto-head .btn-group > a {
  width: 168px;
  height: 52px;
  line-height: 52px;
  text-align: center;
  color: #fff;
  background-color: #439fe0;
  border-radius: 2px;
  margin-right: 12px;
  font-size: 16px;
}

.auto-head .btn-group .success {
  background-color: #46c017;
}

.auto-head .item-wrap .a-cmd {
  background: url("../images/auto/ah-1.png") center 50px no-repeat;
}
.auto-head .item-wrap .a-script {
  background: url("../images/auto/ah-2.png") center 50px no-repeat;
}
.auto-head .item-wrap .a-distribute {
  background: url("../images/auto/ah-3.png") center 50px no-repeat;
}
.auto-head .item-wrap .a-task {
  background: url("../images/auto/ah-4.png") center 50px no-repeat;
}

.section.section-1 .block {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.section.section-1 .block .b-title {
  font-size: 30px;
  color: #333;
  height: 150px;
  line-height: 150px;
  margin-top: 20px;
}
.section.section-1 .block .b-desc {
  width: 1024px;
  text-align: left;
  font-size: 16px;
  line-height: 32px;
  text-indent: 32px;
  color: #999;
  margin-bottom: 40px;
}

.section.section-1 .block.gray {
  background-color: #f7f7f7;
}

.section.section-1 .block.one .b-image {
  height: 520px;
  background: url("../images/auto/auto-1.png") center no-repeat;
  margin-bottom: 20px;
}

.section.section-1 .block.two .b-image {
  height: 330px;
  background: url("../images/auto/auto-2.png") center no-repeat;
  margin-bottom: 80px;
}

.section.section-1 .block.three .b-image {
  height: 560px;
  background: url("../images/auto/auto-3.png") center no-repeat;
  margin-bottom: 20px;
}

.section.section-1 .block.four .b-image {
  height: 530px;
  background: url("../images/auto/auto-4.png") center no-repeat;
  margin-bottom: 20px;
}

.section.section-1 .block.five .b-image {
  height: 300px;
  width: 925px;
  background: url("../images/auto/auto-5.png") center no-repeat;
  margin-bottom: 80px;
  display: flex;
}

.section.section-1 .block.five .b-image .bi-wrap {
  width: 185px;
  display: flex;
  flex-direction: column;
}

.section.section-1 .block.five .b-image .bi-wrap .bi-title {
  font-size: 15px;
  color: #fff;
  height: 40px;
  line-height: 40px;
  margin-bottom: 10px;
  text-indent: 52px;
}

.section.section-1 .block.five .b-image .bi-wrap .bi-title.first {
  text-indent: 32px;
}

.section.section-1 .block.five .b-image .bi-wrap .bi-row {
  color: #333;
  font-size: 13px;
  text-indent: 18px;
  height: 34px;
  line-height: 34px;
}

.section.section-1 .block.five .b-image .bi-wrap .bi-row.device {
  text-indent: 60px;
  height: 36px;
  line-height: 42px;
}

.section.section-1 .block .b-image {
  width: 1024px;
}
.section.section-1 .block .b-image-desc {
  margin-bottom: 60px;
  color: #999;
}

.section-2 {
  background: url("../images/index/section-2-bg.png") no-repeat;
  background-size: cover;
  height: 640px;
}

.section-2 .title {
  color: #fff;
  height: 190px;
  line-height: 190px;
  text-align: center;
  font-size: 30px;
}

.section-2 .body {
  display: flex;
  justify-content: center;
  margin-left: 30px;
}

.section-2 .body > div .icon {
  height: 160px;
  width: 220px;
  margin-top: 25px;
  margin-bottom: 25px;
}

.section-2 .body > div:hover {
  -webkit-box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
  box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
  -webkit-transform: translate3d(0, -2px, 0);
  transform: translate3d(0, -2px, 0);
}

.section-2 .body .block-1 .icon {
  background: url("../images/index/sass-icon.png") center no-repeat;
}

.section-2 .body .block-2 .icon {
  background: url("../images/index/fortress-icon-s2.png") center no-repeat;
}

.section-2 .body .block-3 .icon {
  background: url("../images/index/private-icon.png") center no-repeat;
}

.section-2 .body > div {
  height: 376px;
  width: 325px;
  border-radius: 4px;
  background-color: #fff;
  box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
  margin-right: 30px;
  display: flex;
  align-items: center;
  flex-direction: column;
}

.section-2 .body > div > a {
  display: flex;
  align-items: center;
  flex-direction: column;
}

.section-2 .body > div .b-title {
  font-size: 18px;
  color: #000;
  text-align: center;
  margin-bottom: 25px;
}

.section-2 .body > div .b-content {
  font-size: 14px;
  color: #888888;
  width: 270px;
  line-height: 26px;
  text-align: center;
}

.section-2 .body > div .b-foot {
  width: 100%;
  height: 46px;
  margin-top: 17px;
  border-top: 1px solid #e6e6e6;
  display: flex;
}

.section-2 .body > div .b-foot > a {
  color: #439fe0;
  width: 162px;
  height: 46px;
  line-height: 46px;
  display: inline-block;
  text-align: center;
}

.section-2 .body > div .b-foot > div {
  background-color: #e6e6e6;
  width: 1px;
  height: 46px;
  display: inline-block;
}

.section-foot {
  height: 132px;
  background-color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
}

.section-foot > div {
  width: 400px;
}

.section-foot > div > div {
  padding-left: 100px;
}

.section-foot > div .b-title {
  width: 195px;
  font-size: 18px;
  margin-bottom: 20px;
}

.section-foot > div .b-desc {
  width: 195px;
  color: #999;
  font-size: 12px;
}

.section-foot .block-1 {
  background: url("../images/case/foot-pro.png") 0 center no-repeat;
}

.section-foot .block-2 {
  background: url("../images/case/foot-server.png") 0 center no-repeat;
}

.section-foot .block-3 {
  background: url("../images/case/foot-creative.png") 0 center no-repeat;
}

.copyright {
  height: 40px;
  line-height: 40px;
  text-align: center;
  font-size: 12px;
  color: #999;
}
.copyright > a {
  color: #666;
}
