/*
* Prefixed by https://autoprefixer.github.io
* PostCSS: v7.0.29,
* Autoprefixer: v9.7.6
* Browsers: >0.000001%
*/

.main header .first-menu .first-link,
.main .nav i {
  color: #000;
}
.main .intelligence_banner {
  width: 100%;
  height: 679px;
  background: url("../image/intelligence/banner.png") no-repeat, #f5fcfd;
  -webkit-background-size: 1920px 1920px;
  -moz-background-size: 1920px;
  background-size: 1920px;
  background-position: center 0;
}
.main .intelligence_banner h1 {
  padding-top: 120px;
  font-size: 36px;
  font-weight: bold;
}
.main .intelligence_banner h2 {
  margin-top: 27px;
  font-size: 48px;
  font-weight: bold;
}
.main .intelligence_banner p {
  font-size: 20px;
  margin-top: 30px;
  color: #000;
  opacity: 65%;
}
.main .method h3,
.problem h3,
.maintenance h3,
.brand h3,
.unknown h3,
.case h3 {
  text-align: center;
  font-size: 36px;
  color: #000;
  font-weight: 700;
  padding-top: 60px;
}
.main .solution_sub {
  width: 174px;
  display: block;
  margin: 0 auto;
  margin-top: 24px;
}
.main .method .methodCon {
}
.main .number {
  background: #1bd1d1;
  height: 194px;
}
.main .number h3 {
  text-align: center;
  font-size: 28px;
  color: #fff;
  font-weight: bold;
  padding-top: 40px;
}
.main .number .numberMore {
  width: 146px;
  height: 44px;
  text-align: center;
  /* padding: 0 24px; */
  line-height: 44px;
  color: #1bd1d1;
  background: #fff;
  -webkit-border-radius: 22px;
  -moz-border-radius: 22px;
  border-radius: 22px;
  font-size: 18px;
  font-weight: 500;
  font-weight: 500;
  /* display: flex; */
  margin: 0 auto;
  margin-top: 30px;
}
.main .marketing {
  background: #f5fcfd;
  margin-top: 90px;
  padding-bottom: 70px;
}
.marketing .marketingCon #chart {
  height: 500px;
}
.marketing .marketingCon p {
  font-size: 18px;
  color: #757575;
  width: 60%;
  margin: 0 auto;
  margin-top: 40px;
}
.main .banner_moblie img:first-child {
  width: 100%;
  padding-top: 100px;
  padding-left: 40px;
}
.main .banner_moblie img:last-child {
  width: 80%;
  display: block;
  margin: 0 auto;
  margin-top: 20px;
}

.banner_service {
  margin-top: 64px;
  width: 144px;
  height: 44px;
  text-align: center;
  line-height: 44px;
  background: #1bd1d1;
  -webkit-border-radius: 22px;
  -moz-border-radius: 22px;
  border-radius: 22px;
  color: #fff;
  -webkit-transition: -webkit-transform 500ms;
  transition: -webkit-transform 500ms;
  -o-transition: -o-transform 500ms;
  -moz-transition: transform 500ms, -moz-transform 500ms;
  transition: transform 500ms;
  transition: transform 500ms, -webkit-transform 500ms, -moz-transform 500ms,
    -o-transform 500ms;
}
.banner_service span {
  font-size: 16px;
  margin-right: 16px;
}
.banner_service i {
  font-size: 14px;
}

.main .method .methodCon p {
  width: 80%;
  margin: 0 auto;
  font-size: 18px;
  color: #000;
  opacity: 65%;
  line-height: 36px;
  margin-top: 40px;
}
.methodCenter {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-top: 40px;
}
.methodCenter .methodList {
  width: 31%;
  height: 174px;
  background: #ffffff;
  -webkit-box-shadow: 0px 2px 16px 0px rgba(0, 182, 176, 0.2);
  -moz-box-shadow: 0px 2px 16px 0px rgba(0, 182, 176, 0.2);
  box-shadow: 0px 2px 16px 0px rgba(0, 182, 176, 0.2);
}
.methodCenter .methodList h5 {
  height: 46px;
  line-height: 46px;
  background: rgba(27, 209, 209, 0.1);
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding-left: 20px;
}
.methodCenter .methodList h5 span:first-child {
  font-size: 24px;
  color: #1bd1d1;
}
.methodCenter .methodList h5 span:last-child {
  font-size: 20px;
  color: #000;
  margin-left: 10px;
  opacity: 85%;
  font-weight: bold;
}
.methodCenter .methodList ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 21px;
}
.methodCenter .methodList ul li {
  width: 50%;
  margin-bottom: 27px;
}
.methodCenter .methodList ul li img:first-child {
  width: 28px;
  height: 28px;
}
.methodCenter .methodList ul li span {
  font-size: 14px;
  color: #757575;
}
.methodBottom {
  width: 80%;
  margin: 0 auto;
  margin-top: -10px;
}
.methodBottom img {
  width: 100%;
}
.main .problem {
  margin-top: 70px;
  background: #f5fcfd;
  padding-bottom: 70px;
}
.main .problem .problemCon {
  width: 1200px;
  margin: 0 auto;
}
.main .problem .problemCon img {
  width: 70%;
  display: block;
  margin: 0 auto;
  margin-top: 40px;
}
.maintenance {
  margin-top: 20px;
  padding-bottom: 70px;
}
.maintenance .maintenanceCon {
  /* padding: 0 180px; */
}
.maintenance .maintenanceCon p:first-child {
  width: 80%;
  margin: 0 auto;
  margin-top: 40px;
  font-size: 18px;
  color: #757575;
  text-align: center;
  line-height: 36px;
}
.maintenanceCon ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-top: 40px;
}
.maintenanceCon ul li {
  width: 31%;
  height: 112px;
  background: #ffffff;
  -webkit-box-shadow: 0px 2px 16px 0px rgba(0, 182, 176, 0.2);
  -moz-box-shadow: 0px 2px 16px 0px rgba(0, 182, 176, 0.2);
  box-shadow: 0px 2px 16px 0px rgba(0, 182, 176, 0.2);
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding-left: 37px;
  margin-bottom: 30px;
}
.maintenanceCon ul li:first-child img {
  width: 58px;
  height: 43px;
}
.maintenanceCon ul li:nth-child(2) img {
  width: 46px;
  height: 48px;
}
.maintenanceCon ul li:nth-child(3) img {
  width: 44px;
  height: 46px;
}
.maintenanceCon ul li:nth-child(4) img {
  width: 46px;
  height: 42px;
}
.maintenanceCon ul li:nth-child(5) img {
  width: 46px;
  height: 48px;
}
.maintenanceCon ul li:nth-child(6) img {
  width: 50px;
  height: 40px;
}
.maintenanceCon ul li p {
  margin-left: 35px;
  font-size: 18px;
  color: #000;
  opacity: 85%;
  font-weight: bold;
}
.main .brand {
  background: #f5fcfd;
  padding-bottom: 70px;
}
.main .brand .brandCon {
  /* padding: 0 180px; */
}
.main .brand .brandCon ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-top: 40px;
}
.main .brand .brandCon ul li {
  width: 22%;
  margin-right: 27px;
  height: 276px;
  background: #ffffff;
  -webkit-box-shadow: 0px 2px 16px 0px rgba(0, 182, 176, 0.2);
  -moz-box-shadow: 0px 2px 16px 0px rgba(0, 182, 176, 0.2);
  box-shadow: 0px 2px 16px 0px rgba(0, 182, 176, 0.2);
  -webkit-border-radius: 1px;
  -moz-border-radius: 1px;
  border-radius: 1px;
  position: relative;
  cursor: pointer;
}
.main .brand .brandCon ul li:hover,
.main .case .caseCon .caseList:hover {
  cursor: pointer;
  -webkit-box-shadow: 0px 8px 8px 0px rgba(0, 182, 176, 0.24);
  -moz-box-shadow: 0px 8px 8px 0px rgba(0, 182, 176, 0.24);
  box-shadow: 0px 8px 8px 0px rgba(0, 182, 176, 0.24);
}
.main .brand .brandCon ul li img {
  width: 100%;
  height: intrinsic;
}
.main .brand .brandCon ul li p {
  font-size: 18px;
  margin-left: 9px;
  margin-top: 20px;
  margin-right: 9px;
}
.main .brand .brandCon ul li .more {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 60%;
  height: 36px;
  background: rgba(27, 209, 209, 0.8);
  -webkit-border-radius: 100px 0 0 0;
  -moz-border-radius: 100px 0 0 0;
  border-radius: 100px 0 0 0;
  text-align: center;
  line-height: 36px;
  font-size: 14px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  color: #ffffff !important;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.main .brand .brandCon ul li .more:hover {
  background: rgba(27, 209, 209, 1);
  color: #fff;
}
.main .brand .brandCon ul li .more .moreImg {
  width: 21px;
  height: 10px;
  margin-left: 7px;
  background: url("../image/index/more.png") no-repeat;
  -webkit-background-size: 100% 100%;
  -moz-background-size: 100% 100%;
  background-size: 100% 100%;
}
.main .brand .brandCon ul li .more:hover .moreImg {
  background: url("../image/index/more.png") no-repeat !important;
  -webkit-background-size: 100% 100% !important;
  -moz-background-size: 100% 100% !important;
  background-size: 100% 100% !important;
}
.main .unknown {
  margin-top: 20px;
  padding-bottom: 70px;
}
.unknown .unknownCon {
  /* padding: 0 360px; */
  /* display: flex; */
  /* justify-content: center; */
}
.unknown .unknownCon img {
  width: 80%;
  margin-top: 40px;
  margin-left: 10%;
}
.main .case {
  background: #f5fcfd;
  margin-top: 100px;
  padding-bottom: 40px;
}
.main .case .caseCon {
  /* padding: 0 360px; */
  margin-top: 40px !important;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.main .case .caseCon .caseList {
  width: 349px;
  height: 140px;
  background: #ffffff;
  -webkit-box-shadow: 0px 2px 16px 0px rgba(0, 182, 176, 0.2);
  -moz-box-shadow: 0px 2px 16px 0px rgba(0, 182, 176, 0.2);
  box-shadow: 0px 2px 16px 0px rgba(0, 182, 176, 0.2);
  margin-bottom: 40px;
}
.main .case .caseCon .caseList > div {
  height: 50px;
  width: 100%;
  text-align: center;
  margin-top: 16px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -moz-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.main .case .caseCon .caseList > div > img {
  -webkit-transform: scale(0.5);
  -moz-transform: scale(0.5);
  -ms-transform: scale(0.5);
  -o-transform: scale(0.5);
  transform: scale(0.5);
  -webkit-transform-origin: center bottom;
  -moz-transform-origin: center bottom;
  -ms-transform-origin: center bottom;
  -o-transform-origin: center bottom;
  transform-origin: center bottom;
}
.main .case .caseCon .caseList p {
  font-size: 16px;
  color: #000;
  text-align: center;
  margin-top: 16px;
}
.main .intelligence_banner .banner_moblie img:first-child {
  width: 100%;
  padding-top: 100px;
  padding-left: 40px;
}
.main .intelligence_banner .banner_moblie img:last-child {
  width: 80%;
  display: block;
  margin: 0 auto;
  margin-top: 20px;
}
@media screen and (max-width: 1101px) {
  .main .unknown {
    padding-bottom: 40px;
  }
}
