/*投资案例*/
.banner{
    position: relative;
    z-index: 1;
}
.slogan{
    position: absolute;
    left: 23%;
    top: 38%;
}
.slogan h3{
    font-size: 3.5vw;
    margin-bottom: 4.5%;
    font-weight: 600;
}
.slogan .line{
    width: 3.5vw;
    height: 0.5vw;
    margin-bottom: 4.5%;
    background: #fff;
}
.slogan p{
    width: 38vw;
    font-size: 1.4vw;
    line-height: 1.8;
    text-shadow: 1px 1px 2px #2f0d00;
}
.content {
    width: 80vw;
    margin: 0px auto 90px;
}
.domainTitle {
    margin-bottom: 60px;
}
.domainTitle h3 {
    text-align: center;
    font-size: 30px;
    height: 30px;
    color: #a45c0f;
}
 
.domain{
    width: 70vw;
    margin:0 auto;
}
.domain ul{

}
.domain ul li{
    width: 21vw;
    float: left;
    margin-right: 3.5vw;
}
.domain ul li:nth-child(3n+3) {
    margin-right: 0px;
}
.domain ul li .icon {
  display: block;
  width: 21vw;
  height: 21vw;
  background: #fffaf5;
  line-height: 21vw;
  text-align: center;
  font-size: 18vw!important;
  color: #A45C0F;
}
.domain ul li p{
    font-size: 28px;
    color: #333;
    height: 92px;
    line-height: 92px;
    text-align: center;
    margin-bottom: 10px;
}
 @media (max-width: 1366px) {
    .domain ul li p{
        height: 70px;
        line-height: 70px;
        margin-bottom: 5px;
    }
} 

/* @media (max-width: 1100px) {
    .content,.domain{
        width: 900px;
    }
    .domain ul li{
        width: 270px;
        margin-right: 45px;
    }
    .domain ul li .icon {
      width: 270px;
      height: 270px;
      line-height: 270px;
      font-size: 220px!important;
    }
    .domain ul li p{
        height: 60px;
        line-height: 60px;
        margin-bottom: 10px;
    }
} 

@media (min-width: 1101px) and (max-width: 1366px) {
    .content,.domain{
        width: 1000px;
    }
    .domain ul li{
        width: 300px;
        margin-right: 50px;
    }
    .domain ul li .icon {
      width: 300px;
      height: 300px;
      line-height: 300px;
      font-size: 240px!important;
    }
    .domain ul li p{
        height: 60px;
        line-height: 60px;
        margin-bottom: 10px;
    }
} */

.domain .fiveG{
    display: flex;
    flex-direction: column;
    align-items: center;
}
.domain ul li .icon, .domain .fiveG .icon {
  display: block;
  width: 21vw;
  height: 21vw;
  background: #fffaf5;
  line-height: 21vw;
  text-align: center;
  font-size: 18vw!important;
  color: #A45C0F;
}
.domain ul li p, .domain .fiveG p{
    font-size: 28px;
    color: #333;
    height: 92px;
    line-height: 92px;
    text-align: center;
    margin-bottom: 10px;
}

