.identity-top{
  position: relative;
  min-height:208px;
  display: block;
  background:url(../image/solution/solution_bac4.png) no-repeat center center;
  background-size: 100% 100%;
  overflow: hidden;
}
.middle-ground-group{
  min-height:566px;
  display: block;
  background:url(../image/solution/fusion/middle-ground-bac.png) no-repeat center center;
  background-size: 100% 100%;
  overflow: hidden;
}
.ground-title-list{
  margin: 60px auto 40px auto;
  flex-wrap: wrap;
  justify-content: space-around;
}
.ground-title-item{
  align-items: flex-start;
}
.ground-title-item-img{
  width: 80px;
  height: 80px;
}
.ground-title-item-title{
  margin: 10px 0 0 16px;
  font-size: 28px;
  color: #333333;
  line-height: 40px;
}
.ground-detail-list2{
  justify-content: center;
}
.ground-detail-item{
  width: 190px;
  height: 64px;
  background: #F0F4FF;
  border-radius: 2px;
  margin-right: 20px;
  font-size: 16px;
  color: #272727;
  line-height: 22px;
  font-weight: bold;
  padding: 0 16px 0 40px;
  margin-bottom: 20px !important;
  text-align: center;
  list-style: disc;
}
.ground-detail-item:nth-child(2n){
  background: #FEF3E5;
}
.ground-detail-item:nth-child(3n){
  background: #E2F8F5;
}
.ground-detail-item:nth-child(6n){
  margin-right: 0;
}
.gateway-title-container{
  margin: 20px auto 40px auto;
  text-align: center;
}
.gateway-group-main{
  min-height:315px;
  display: block;
  background:url(../image/solution/fusion/gateway-bac.png) no-repeat center center;
  background-size: 100% 100%;
  overflow: hidden;
}
.gateway-group-title{
  flex-shrink: 0;
  font-size: 28px;
  color: #FFFFFF;
  line-height: 46px;
  text-align: justify;
  font-style: normal;
}
.gateway-list-right{
  flex: 1;
  margin-top: 50px;
}
.gateway-list{
  padding-left: 8px;
  flex-wrap: wrap;
  align-items: stretch;
}
.gateway-item{
  width: calc((100% - 140px) / 6);
  background: #FFFFFF;
  box-shadow: 3px 3px 8px 0px rgba(0,0,0,0.08);
  border-radius: 2px;
  border: 2px solid;
  border-image: linear-gradient(180deg, rgba(255, 255, 255, 1), rgba(213, 228, 255, 1)) 2 2;
  margin: 0 16px 15px 0;
}
.gateway-item1{
  margin-left: 60px;
}
.gateway-item:nth-child(6n){
  margin-right: 0;
}
.gateway-item-img{
  width: 63px;
  height: 65px;
}
.gateway-item-title{
  font-size: 16px;
  color: #272727;
  line-height: 16px;
  padding: 0 16px 20px 16px;
}
.create-list{
  flex-wrap: wrap;
}
.create-item{
  width: calc((100% - 20px) / 2);
  margin-right: 20px;
  margin-bottom: 20px;
  position: relative;
}
.create-item:nth-child(2n){
  margin-right: 0;
}
.create-item-img{
  width: 100%;
  height: 260px;
  object-fit: cover;
}
.create-item-title{
  position: absolute;
  left: 22px;
  bottom: 33px;
  font-size: 28px;
  color: #FFFFFF;
  line-height: 40px;
  font-weight: bold;
}
@media (max-width: 1200px){
  .ground-detail-item{
    width: 140px;
    line-height: 22px;
  }
  .create-item-img {
    height: 230px;
  }
}
@media (max-width: 990px){
  .identity-top{
    min-height: 160px !important;
  }
  .create-item-img {
    height: 200px;
  }
  .ground-detail-list{
    flex-wrap: wrap;
  }
  .ground-detail-item{
    width: calc((100% - 40px) / 3);
  }
  .ground-detail-item:nth-child(6n){
    margin-right: 20px;
  }
  .ground-detail-item:nth-child(3n){
    margin-right: 0;
  }
  .pc-show{
    display: block;
  }
  .mobile-show{
    display: none;
  }
  .ground-title-item{
    width: 25%;
    justify-content: center;
  }
}
/**  ipad  **/
@media (max-width: 768px){
  .ground-top{
    margin: 15px auto;
  }
  .ground-title-item{
    width: 50%;
    justify-content: center;
  }
  .ground-title-item-img{
    width: 40px;
    height: 40px;
  }
  .ground-title-list{
    margin: 30px auto 20px auto;
  }
  .ground-title-item-title {
    margin: 0;
    font-size: 16px;
    color: #333333;
    line-height: 35px;
  }
  .ground-detail-list{
    justify-content: flex-start;
  }
  .ground-detail-item{
    width: calc((100% - 20px) / 2);
  }
  .ground-detail-item:nth-child(6n),.ground-detail-item:nth-child(3n){
    margin-right: 20px;
  }
  .ground-detail-item:nth-child(2n){
    margin-right: 0;
  }
  .create-item-img {
    height: 160px;
  }
  .create-item-title{
    left: 15px;
    bottom: 10px;
    font-size: 16px;
    line-height: 22px;
  }
  .pc-show{
    display: none;
  }
  .mobile-show{
    display: block;
  }
  .gateway-group-main {
    min-height: 518px;
    display: block;
    background: url(../image/solution/fusion/mobile-gateway-bac.png) no-repeat center center;
    background-size: 100% 100%;
    overflow: hidden;
  }
  .gateway-group-container{
    flex-direction: column;
  }
  .gateway-group-title{
    margin-top: 24px;
  }
  .gateway-list-right {
    margin-top: 16px;
  }
  .gateway-list{
    padding-left: 0;
    flex-wrap: wrap;
  }
  .gateway-item1,.gateway-item{
    margin-left: 0;
  }
  .gateway-item{
    width: calc((100% - 32px) / 2);
    display: flex;
    align-items: center;
  }
  .gateway-item:nth-child(2n){
    margin-right: 16px;
  }
  .gateway-item:nth-child(6n){
    margin-right: 0;
  }
}

/**  phone  **/
@media (max-width: 576px) {
  .identity-top {
    min-height: 172px;
    background: url(../image/solution/solution_mobile_bac4.png) no-repeat center center;
    background-size: 100% 100%;
  }
  .create-list{
    flex-direction: column;
  }
  .create-item{
    width: 100%;
    margin-right: 0;
  }
  .gateway-item-title {
    padding: 0 10px 10px 10px;
  }
}