* {
  margin: 0;
  padding: 0;
}
html,
body {
  height: 100%;
  min-width: 1200px;
  margin: 0;
  padding: 0;
  font-size: 14px;
}

ul,
h1,
h2,
h3,
h4,
h5,
h6,
th,
tr,
dd,
dl,
form,
fieldse,
legend,
input,
textarea,
select,
p,
a,
li,
body {
  margin: 0;
  padding: 0;
  font-family: "Helvetica Neue", Helvetica, "PingFang SC", "Hiragino Sans GB",
    "Microsoft YaHei", "微软雅黑", Arial, sans-serif;
}

a {
  text-decoration: none;
}

li {
  list-style: none;
}

h1,
h2,
h3,
h4,
h5,
h6,
a {
  font-style: normal;
}

img {
  border: 0;
  vertical-align: middle;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

i,
em {
  vertical-align: middle;
}

button {
  border-radius: 2px;
  cursor: pointer;
}

/* 去掉number类型输入框的上下按钮 */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
}

input[type="number"] {
  -moz-appearance: textfield;
}

header {
  width: 100%;
  height: 72px;
  position: fixed;
  top: 0;
  z-index: 99;
}

header > div {
  overflow: hidden;
}

.center {
  width: 1200px;
  margin: 0 auto;
}

header img {
  width: 207px;
  margin-top: 10px;
  float: left;
}
.logo{
  display: inline-block;
  width: 204px;
  height: 54px;
  background: url("https://res-static1.aiecoms.com/image/cloud-mobile/img/logo.png") no-repeat center center;
  background-size: contain;
  margin-top: 10px;
}

#header:hover{
  background-color: #fff!important;
}
#header:hover .logo{
  background: url("https://res-static1.aiecoms.com/image/cloud-mobile/img/logo1.png") no-repeat center center!important;
  background-size: contain!important;
}
#header:hover a{
  color: #333!important;
  
}
#header:hover .frist-text{
  background: linear-gradient(180deg, #5125FF 0%, #9159FE 100%)!important;
  color: #fff!important;
}


.right-text {
  float: right;
  height: 72px;
  line-height: 72px;
}

.right-text a {
  padding: 6px 16px;
  height: 32px;
  display: inline-block;
  border-radius: 22px;
  line-height: 32px;
  text-align: center;
  margin-right: 16px;

  background-color: transparent;
  color: #fff;
  font-size: 14px;
}

.right-text .frist-text{
  color: #b19dd6;
}

#header .right-text a:hover {
  
background: linear-gradient(180deg, #5125FF 0%, #9159FE 100%);
  color: #fff!important;
}


main {
  background-color: #280087;
  position: relative;
}
.left_banner{
  width: 30%;
  background: url("https://res-static1.aiecoms.com/image/cloud-mobile/img/left-banner.png");
  height: 100%;
  left: 0;
  position: absolute;
}
.right_banner{
  width: 30%;
  background: url("https://res-static1.aiecoms.com/image/cloud-mobile/img/right-banner.png");
  height: 100%;
  right: 0;
  position: absolute;
}

.item_right {
  position: fixed;
  right: 2px;
  top: 10%;
  border-radius: 4px;

  box-shadow: 0 0 3px rgba(0, 0, 0, 0.3);
  z-index: 99;
}

.qrcode_1 {
  width: 100px;
  background-color: #fff;
  padding-top: 6px;
  border-radius: 4px;
}

.qrcode_1 div:first-child img {
  width: 80px;
  height: 80px;
  display: block;
  margin: auto;
}
.qrcode_1 span {
  display: block;
  color: #1a65fc;
  font-size: 16px;
  text-align: center;
}
.qrcode span {
  line-height: 50px;
}
.sidebar_top {
  border-radius: 0 0 4px 4px;
  cursor: pointer;
}
.line {
  width: 80%;
  height: 1px;
  background-color: #e4e7eb;
  margin: auto;
  margin-top: 8px;
}
.sidebar_top img {
  width: 100px;
  height: 82px;
  display: block;
  margin: auto;
}
.section1 {
  width: 100%;
  text-align: center;
}
.section1 .section-title {
  padding-top: 144px;
  width: 100%;
  height: 100%;
  background: url("https://res-static1.aiecoms.com/image/cloud-mobile/img/banner.png") no-repeat center center;
  background-size: cover;

  padding-bottom: 260px;
}
.title_img1 {
  width: 1186px;
  height: 142px;
  margin-bottom: 18px;
}
.title_img2 {
  width: 1200px;
  height: 113px;
  margin-bottom: 30px;
}
.section-list ul {
  width: 100%;
  display: flex;
  justify-content: space-between;
}
.section-list li {
  width: 240px;
  height: 54px;
  line-height: 54px;
  background: url("https://res-static1.aiecoms.com/image/cloud-mobile/img/section1-btn.png") no-repeat center center;
  background-size: contain;
  font-size: 24px;
  color: #fff;
}
.consult {
  min-width: 1200px;
  min-height: 348px;
  margin-top: -240px;
  padding-top: 52px;
  width: 100%;
  height: 29vw;
  background: url("https://res-static1.aiecoms.com/image/cloud-mobile/img/banner1-1.png") no-repeat center center;
  background-size: cover;
  position: relative;
}
.consult-btn {
  width: 289px;
  height: 75px;
  margin: 0 auto;
  position: absolute;
  left: 0;
  right: 0;
  background: rgba(255, 255, 255, 0.3);
  box-shadow: 0px 3px 6px rgba(4, 46, 130, 0.22);
  border-radius: 37px;
  display: flex;
  justify-content: center;
  align-items: center;
  animation: mymove 1.5s infinite;
}
.consult-btn a{

    color: #fff;
  font-weight: bold;
  display: block;
}
@keyframes mymove {
  0%,
  100% {
    transform: scale(1.1);
  }
  50% {
    transform: scale(1);
  }
}

.consult-btn button {
  width: 267px;
  height: 59px;
  line-height: 55px;
  background: linear-gradient(0deg, #fc7c22 0%, #ffb300 100%);
  border-radius: 29px;
  font-size: 28px;
  font-weight: bold;
  color: #fff;
  border: none;
}
.button{
  animation: mymove 1.5s infinite;
}
.button a{
  color: #fff;
  font-weight: bold;
  display: block;
}
.consult-list {
  margin: 0 auto;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 40%;
}
.consult-list ul {
  display: flex;
  justify-content: space-between;
}

.consult-list img {
  height: 76px;
}
.consult-list p {
  font-size: 26px;
  color: #fff;
}
.title_text {
  width: 631px;
  height: 93px;
  background: url("https://res-static1.aiecoms.com/image/cloud-mobile/img/title-banner.png") no-repeat center center;
  background-size: contain;
  font-size: 60px;
  color: #fff;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  align-items: center;
}
.title_text img {
  height: 61px;
}

.content {
  width: 100%;
  height: 667px;
  background: url("https://res-static1.aiecoms.com/image/cloud-mobile/img/item2-banner.png") no-repeat center center;
  background-size: contain;
  position: relative;
}
.img-center {
  width: 855px;
  height: 855px;
  background: url("https://res-static1.aiecoms.com/image/cloud-mobile/img/round.png") no-repeat center center;
  background-size: contain;
  margin: 0 auto;
  position: absolute;
  left: 0;
  right: 0;
  top: -60px;
}
.img-center img {
  width: 460px;
  position: absolute;
  left: 32%;
  bottom: 210px;
}
.img-left,
.img-right {
  position: relative;
  z-index: 9;
}
.img-left {
  left: 0;
}
.img-left .item1 {
  top: 58px;
  left: 260px;
}
.img-left .item2 {
  top: 247px;
  left: 129px;
}
.img-left .item3 {
  top: 477px;
  left: 147px;
}
.img-right .item4 {
  top: 66px;
  right: 286px;
}
.img-right .item5 {
  top: 247px;
  right: 109px;
}
.img-right .item6 {
  top: 477px;
  right: 80px;
}
.img-right {
  right: 0;
}
.img-right > div,
.img-left > div {
  position: absolute;
  width: 137px;
  font-size: 31px;
  font-weight: bold;
  text-align: center;
  padding: 20px 22px;
  background-color: #fff;
  color: #5436CC;
  border-radius: 4px;
}
.section2{
  margin-top: -80px;
}
.section3 {
  margin-top: 80px;
}
.section3 .content {
  box-sizing: border-box;
  padding-bottom: 122px;
  height: 686px;
}
.section3 ul {
  padding: 58px 65px 30px 65px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
.section3 li {
  padding: 30px 0;
  width: 510px;
  height: 228px;
  background-color: #fff;
  border-radius: 18px;
  text-align: center;
  box-sizing: border-box;
}
.section3 li:nth-child(n + 3) {
  margin-top: 50px;
}
.icon img {
  width: 72px;
}

.section3 li p {
  font-size: 22px;
  color: #333;
  margin-top: 8px;
}
.section3 li .text-1 {
  font-size: 28px;
  color: #5436CC;
  font-weight: bold;
  margin-top: 18px;
}
.button {
  width: 249px;
  height: 61px;
  line-height: 61px;
  background: url("https://res-static1.aiecoms.com/image/cloud-mobile/img/section-btn.png") no-repeat center center;
  background-size: contain;
  font-size: 26px;
  color: #ffffff;
  text-align: center;
  margin: 0 auto;
}

.section4 {
  margin-top: 80px;
}
.section4 .content {
  height: 718px;
  background: url("https://res-static1.aiecoms.com/image/cloud-mobile/img/item3-banner.png") no-repeat center center;
  background-size: contain;
  padding: 60px 65px;
  box-sizing: border-box;
}
.section4 ul {
  display: flex;
  justify-content: space-between;
}
.section4 .content-top {
  margin-bottom: 44px;
}
.content-top li {
  width: 327px;
  height: 329px;
  padding: 31px 20px;
  box-sizing: border-box;
  background-color: #fff;
  border-radius: 10px;
  text-align: center;
}
.content-bottom li {
  width: 510px;
  height: 228px;
  background-color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 10px;
  padding: 0 20px 0 30px;
  box-sizing: border-box;
}
.content-bottom .contentLeft {
  margin-right: 18px;
}
.content-top p,
.content-bottom p {
  font-size: 22px;
  color: #333;
  margin-top: 10px;
}
.content-top .text-1,
.content-bottom .text-1 {
  font-size: 28px;
  font-weight: bold;
  color: #764af6;
  margin-top: 30px;
}
.content-bottom .text-1 {
  margin-top: 0;
}
.section4 .content img {
  width: 104px;
}
.section5 {
  margin-top: 80px;
}
.section5 .content {
  background: url("https://res-static1.aiecoms.com/image/cloud-mobile/img/item4-banner.png") no-repeat center center;
  background-size: contain;
  height: 719px;
  padding: 36px 0;
  box-sizing: border-box;
}
.computer {
  margin-bottom: 24px;
  text-align: center;
}
.computer img {
  width: 667px;
  height: 560px;
  text-align: center;
}
.computer p{
  font-size: 24px;
  color: #fff;
  margin-top: -40px;
  
}
.section6 {
  margin-top: 80px;
}
.section6 .content {
  background: url("https://res-static1.aiecoms.com/image/cloud-mobile/img/item5-banner.png") no-repeat center center;
  background-size: contain;
  height: 481px;
  padding: 60px 65px;
  box-sizing: border-box;
}
.section6 ul {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.listTop li {
  width: 510px;
  height: 180px;
  border-radius: 10px;
  background-color: #fff;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 30px;
  box-sizing: border-box;
}
.listTop li:nth-child(2) .text-1 {
  color: #22b648;
}
.listTop .img {
  margin-right: 20px;
}
.listTop img {
  width: 98px;
}
.textRight p {
  font-size: 22px;
  color: #333;
}
.textRight .text-1 {
  font-size: 28px;
  font-weight: bold;
  color: #3996f7;
  margin-bottom: 10px;
}
.listBottom {
  background-color: #fff;
  border-radius: 6px;
  padding:26px 80px;
  box-sizing: border-box;
  margin-top: 40px;
}
.listBottom p{
  font-size: 22px;
  color: #666;
  text-align: center;
}
.listBottom .text-1{
  font-size: 30px;
  font-weight: bold;
  color: #333;
  margin-bottom: 8px;
}
.listBottom li:nth-child(3) .text-1{
  font-size: 40px;
  color:#1A65FB;
  text-align: center;
}

.section7{
  margin-top: 80px;
}
.section7 .content{
  background: url("https://res-static1.aiecoms.com/image/cloud-mobile/img/item6-banner.png") no-repeat center center;
  background-size: contain;
  height: 1602px;
  padding: 60px 82px;
  box-sizing: border-box;
  text-align: center;
}
.section7 .content img{
 width: 1034px;
}
.section7 .img1{
  margin-bottom: 60px;
}
.section7 p{
  font-size: 38px;
  font-weight: bold;
  color:#fff;
  margin-top: 30px;
}
.section8{
  width: 100%;
  background: url("https://res-static1.aiecoms.com/image/cloud-mobile/img/section8.png") no-repeat center center;
  background-size: cover;
  height: 224px;
  margin-top: 80px;
 
}
.section8 .center{
  height: 100%;
  display: flex;
  align-items: center;
}
.section8 .title{
 font-size: 34px;
 font-weight: bold;
 color: #fff;
 margin-bottom: 24px;
}
.section8 .textContent{
  display: flex;
  justify-content:space-between;
  flex-wrap: wrap;
  
}
.section8 .left{
  flex:1;
  margin-right: 294px;
}
.section8 .right{
  width: 144px;
  height: 100%;
  line-height: 224px;
}
.section8 .right img{
  width: 100%;
}
.section8 p{
  font-size: 26px;
  color: #fff;
  
}
.textContent>div>p:first-child{
  margin-bottom: 14px;
}

.Lelem {
  display: none !important;
  overflow: hidden !important;
}

.img_qrcode {
  position: absolute;
  right: 100px;
  top: 0;
  display: none;
}
.img_qrcode img {
  width: 143px;
  height: 142px;
}
.return-top{
  width: 100px;
  height: 100px;
  text-align: center;
  line-height: 100px;
  background-color: #fff;
  border-radius: 4px;
  margin-top: 16px;
  display: none;
  cursor: pointer;
}
.return-top img{
  width: 32px;
}
#iconDivMain1 {
  display: none;
}
.qrcode_item img{
   width: 80px;
  }
  .qrcode_item img:nth-child(2){
    width: 62px!important;
    height: 22px!important;
  }
