#about .top {
  position: relative;
}

#about .top img {
  display: block;
}

#about .top p {
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  position: absolute;
  font-weight: bold;
  font-size: 2em;
}

/*content 开始*/
#content{
    padding: 0px 0 40px;
}
#content .box {
    margin-top: 40px;
    text-align: center;
}
#content .box .list{
  display: flex;
  justify-content: space-between;
  align-items: center;
  text-align: left;
  padding:0px;
}
#content .box .list .left{
  width: 40%;
}
#content .box .list>span {
  font-size: 2em;
  display: block;
  margin-bottom: 40px;
  font-weight: bold;
}

#content .box .list p {
  color: #555;
  font-family: "微软雅黑" !important;
  line-height: 2em;
  display: block;
}

#content .box .list video {
  display: block;
  width: 50%;
}

#content .box ul {
  display: flex;
  margin-top:30px;
  justify-content: space-between;
  align-items: flex-start;
}

#content .box ul li {
  width: calc(25% - 20px);
}

#content .box ul li p {
  background: #f6f6f6;
  line-height: 2.5em;
  font-size: 4em;
  font-weight: bold;
  color: var(--mainColor);
}

#content .box ul li span {
  font-size: 2em;
  font-weight: bold;
  color: #000;
  margin-top: 10px;
}
@media screen and (max-width: 600px){
    #content .box .list{
        flex-direction: column;
    }
    #content .box .list .left{
        width: 100%;
        height: auto;
        overflow: auto;
    }
    #content .box .list video{
        width: 100%;
        margin-top: 20px;
    }
    #content .box ul{
        margin: 20px 0;
        flex-wrap: wrap;
    }
    #content .box ul li{
        width: calc(50% - 20px);
        margin-top: 20px;
    }
    #content .box ul li span{
        font-size: 1.2em;
    }
    #content .box .list span{
        font-size: 1.3em;
    }
    #content .box .list p{
        font-size: 0.8em !important;
        line-height: 2em;
        font-family: "微软雅黑" !important;
    }
    #content .box ul li p{
        font-size: 3em;
    }
    #content .box ul li span{
        font-size: 1em;
        display: block;
        margin-top: 5px;
    }
   
}
/*content 结束*/

/*企业文化 开始*/
#culture .box {
  margin: 40px auto;
}

#culture .box > p {
  font-size: 2.5em;
  display: block;
  margin-bottom: 40px;
  text-align: center;
  font-weight: bold;
}

#culture .box > c {
  text-align: center;
  display: block;
  font-size: 1.1em;
  color: #999;
}

#culture .box ul {
  display: flex;
  justify-content: space-between;
}

#culture .box ul li {
  padding: 20px 0;
  text-align: center;
  width: 30%;
  background: #f6f6f6;
}

#culture .box ul li div {
  padding: 40px 10px;
  position: relative;
}

#culture .box ul li div span {
  font-weight: bold;
  display: block;
  margin-top: 20px;
  font-size: 2em;
}

#culture .box ul li div p {
  color: #555;
  margin-top: 40px;
  font-size: 1.2em;
  line-height: 2em;
}
#culture .box ul li div img{
    display: inline-block;
}
@media screen and (max-width: 600px){
    #culture .box ul{
        align-items: center;
    } 
    #culture .box ul li{
        width: calc(33.33% - 20px);
        margin: 20px 10px;
        height: 250px;
    }
    #culture .box > c{
        font-size: 0.8em;
    }
    #culture .box > p{
        font-size: 1.6em;
        margin-bottom: 10px;
    }
    #culture .box ul li div img{
        width: 40px;
    }
    #culture .box ul li div span{
        font-size: 1.2em;
    }
    #culture .box ul li div p{
        font-size: 0.5em;
        line-height: 2em;
        text-align: center;
        padding: 5px;
        display: block;
        margin-top: 10px;
    }
}
/*企业文化 结束*/

/*展厅展示 开始*/
#exhibiton .box {
  margin: 40px auto;
}

#exhibiton .box > p {
  font-size: 2.5em;
  display: block;
  margin-bottom: 40px;
  text-align: center;
  font-weight: bold;
}

#exhibiton .box > c {
  color: #999;
  text-align: center;
  display: block;
}

#exhibiton .box > span {
  display: block;
  text-align: center;
  width: 100%;
  max-width: 500px;
  line-height: 2em;
  margin: 40px auto;
  color: #555;
}

#exhibiton {
  background: #f6f6f6;
  padding:10px 0;
}
@media screen and (max-width: 600px){
    #exhibiton .box > span{
        font-size: 0.8em;
        line-height: 1.5em;
    }
}

/*展厅展示 结束*/

/*荣誉资质 开始*/
#honor {
  padding: 60px 0;
  background-image: url('/template/suho/pc/static/images/about/about_14.jpg');
  background-position: center;
  background-size: cover;
}

#honor .box {
  margin: 40px auto;
  color: #fff;
}

#honor .box > p {
  font-size: 2.5em;
  display: block;
  margin-bottom: 40px;
  text-align: center;
  font-weight: bold;
}

#honor .box > c {
  text-align: center;
  display: block;
}
@media screen and (max-width: 600px){
    #honor{
        padding: 1px 0 20px;
    }
  #honor .box > p{
    font-size: 1.6em;
}  
}

/*荣誉资质 结束*/

/*技术创新 开始*/
#innovate .box {
  margin-top: 60px;
  padding-top: 40px;
}

#innovate .box .item {
  display: flex;
  justify-content: space-between;
  margin-bottom: 60px;
}

#innovate .box .item img {
  width: 30%;
}

#innovate .box .item div {
  width: 60%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

#innovate .box .item div p {
  font-size: 2em;
  font-weight: bold;
  color: var(--mainColor);
  display: block;
  margin-bottom: 40px;
}

#innovate .box .item div span {
  color: #555;
  line-height: 2em;
}
@media screen and (max-width: 600px){
    #innovate .box{
        margin: 20px 0 ;
    }
    #innovate .box .item{
        margin-bottom: 00px;
    }  
    #innovate .box .item div p{
        font-size: 1.1em;
        margin-bottom: 10px;
    }
    #innovate .box .item img{
        width: 50%;
        height: 240px;
        object-fit: cover;
    }
    #innovate .box .item div{
        width: 100%;
        margin:10px 10px 20px;
    }
    #innovate .box .item div span{
        font-size: 0.8em;
        line-height: 1.5em;
        margin-bottom: 10px;
    }
}
/*技术创新 结束*/

