.home .m-content {
  height: 640px;
}
.home .m-content h1.title {
  padding: 90px 0;
  font-size: 28px;
}
.home .m-content.introduction {
  height: 540px;
}
.home .m-content.introduction h1.title {
  padding: 120px 0 60px 0;
}
.home .m-content.introduction .icon-box {
  display: inline-block;
  width: 90px;
  height: 90px;
  line-height: 70px;
  padding: 10px;
  background: #f6f6f6;
  border-radius: 50%;
}
.home .m-content.introduction .icon-box img {
  height: 80%;
}
.home .m-content.introduction .introduction-panel {
  position: absolute;
  top: -10%;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 130px;
  padding: 30px 20px;
  border-radius: 8px;
  border: 1px solid #dddddd;
  box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.1);
}
.home .m-content.introduction .introduction-panel .colum .icon {
  height: 60px;
}
.home .m-content.introduction .introduction-panel .colum h4.title {
  font-size: 18px;
}
.home .m-content.srchitecture h1.title {
  padding: 70px;
}
.home .m-content.srchitecture .srchitecture-panel {
  padding: 0 70px;
}
.home .m-content.product {
  height: 620px;
}
.home .m-content.product h1.title {
  padding: 60px 0 70px 0;
}
.home .m-content.product .layui-tab-title {
  height: 60px;
}
.home .m-content.product .layui-tab-title li {
  margin: 0 30px;
  padding-bottom: 20px;
  height: inherit;
  font-size: 16px;
  box-sizing: border-box;
}
.home .m-content.product .layui-tab-title li:hover {
  color: #009688;
}
.home .m-content.product .layui-tab-title li .icon {
  width: 30px;
  height: 30px;
}
.home .m-content.product .layui-tab-title li.layui-this {
  border-bottom: 2px solid #5fb878;
}
.home .m-content.product .layui-tab-title li.layui-this::after {
  position: absolute;
  content: " ";
  width: auto;
  left: 50%;
  top: 0;
  border-top: 10px transparent dashed;
  border-left: 10px transparent dashed;
  border-bottom: 10px #fff dashed;
  border-right: 10px transparent solid;
  margin-top: 22px;
  transform: translateX(-50%);
}
.home .m-content.product .layui-tab-title li.layui-this::before {
  position: absolute;
  content: " ";
  left: 50%;
  top: 0;
  border-top: 10px transparent dashed;
  border-left: 10px transparent dashed;
  border-bottom: 10px #5fb878 dashed;
  border-right: 10px transparent solid;
  margin-top: 40px;
  transform: translateX(-50%);
}
.home .m-content.product .layui-tab-content {
  padding: 30px 0;
  height: 100% !important;
  overflow: hidden;
}
.home .m-content.product .layui-tab-content .left-panel {
  width: 340px;
  margin-right: 50px;
}
.home .m-content.product .layui-tab-content .left-panel .img {
  width: 100%;
  height: 190px;
}
.home .m-content.product .layui-tab-content .left-panel h5.title {
  font-size: 16px;
}
.home .m-content.product .layui-tab-content .right-panel {
  width: 800px;
  height: 100%;
}
.home .m-content.product .layui-tab-content .right-panel .layui-row .item {
  padding: 20px;
  height: 100px;
  overflow: hidden;
  box-sizing: border-box;
}
.home .m-content.product .layui-tab-content .right-panel .layui-row .item:hover {
  box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.1);
}
.home .m-content.product .layui-tab-content .right-panel .layui-row .item img {
  width: 60px;
  height: 60px;
}
.home .m-content.product .layui-tab-content .right-panel .layui-row .item .info {
  width: 60%;
  display: inline-block;
}
.home .m-content.product .layui-tab-content .right-panel .layui-row .item .info .des {
  font-size: 12px;
  color: #a6a6a6;
}
.home .m-content.solution {
  color: #fff;
}
.home .m-content.solution .left-panel {
  width: 800px;
}
.home .m-content.solution .left-panel div.content {
  height: 140px;
}
.home .m-content.solution .left-panel pre {
  color: rgba(255, 255, 255, 0.66);
}
.home .m-content.solution .left-panel h4.title {
  font-size: 18px;
}
.home .m-content.solution .left-panel .list .item {
  display: inline-block;
}
.home .m-content.solution .left-panel .list .item img {
  height: 40px;
}
.home .m-content.solution .right-panel .solution-list li {
  padding: 10px 20px;
}
.home .m-content.solution .right-panel .solution-list li.active,
.home .m-content.solution .right-panel .solution-list li:hover {
  color: #00bdff;
  background: rgba(255, 255, 255, 0.1);
}
.home .m-content.solution .layui-btn-normal {
  width: 120px;
  background: #00c2ff;
}
.home .m-content.solution .swiper-container {
  height: 380px;
}
.home .m-content.cloud-platform .item {
  display: inline-block;
  width: 370px;
  height: 335px;
  border: 1px solid #dddddd;
  box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.07);
}
.home .m-content.cloud-platform .item .icon {
  width: 70px;
  height: 70px;
}
.home .m-content.cloud-platform .item div.info {
  width: 100%;
  display: inline-block;
}
.home .m-content.cloud-platform .item h3.title {
  font-size: 20px;
}
.home .m-content.cloud-platform .item p.des {
  width: 220px;
  color: #797979;
}
.home .m-content.cloud-platform .item ul.list li {
  padding-left: 10px;
  line-height: 28px;
  font-size: 14px;
  color: rgba(25, 25, 25, 0.66);
  border-bottom: 1px solid #cecece;
}
.home .m-content.cloud-platform .item a.detail-link {
  display: inline-block;
  width: 90px;
  height: 36px;
  line-height: 36px;
  background: #f0f0f0;
}
.home .m-content.map {
  height: 780px;
}
.home .m-content.cooperation {
  height: 100%;
}
.home .m-content.cooperation h1.title {
  padding: 90px 0 60px 0;
}
.home .m-content.cooperation .w-20 {
  width: 20%;
}
.home .m-content.cooperation .w-20 div img {
  width: 230px;
  height: 80px;
  border: 1px solid #e8e8e8;
}
.home .swiper-pagination {
  bottom: 80px;
}
.home .swiper-container {
  height: 450px;
}
