.company{
    position: relative;
    width: 100%;
    height: 1060px;
    margin-bottom: 100px;
}
.company-content{
    width: 1330px;
    height: 580px;
    margin: 100px 15%;
}
.survey{
    position: absolute;
    width: 670px;
    height: 580px;
    top: 278px;
}
.survey h1{
    font-size: 38px;
    font-family: "Microsoft YaHei";
    color: #000;
}
.survey p{
    line-height: 46px;
    font-size: 26px;
    font-weight: bold;
    font-family: "Microsoft YaHei";
    color: #000;
}
.survey i{
    margin-top: 70px;
    display: block;
    font-size: 18px;
    font-family: "Microsoft YaHei";
    color: rgb(153, 153, 153);
}
.survey a{
    margin-top: 172px;
    width: 64px;
    font-weight: bold;
    display: block;
}
.special::after{
    font-size: 18px;
    font-family: "Microsoft YaHei";
    content: '';
    width: 64px;
    height: 2px;
    display: block;
    border-bottom: 2px solid #f99e27;
}
.profile-img img{
    position: absolute;
    height: 580px;
    top: 162px;
    left: 1040px;
    background-color: darkgoldenrod;
}
.profile-img div{
    position: absolute;
    width: 499px;
    height: 560px;
    top: 92px;
    left: 1170px;
    border: 8px solid #e6e7e8;
}
.data{
    width: 1330px;
    text-align: center;
    margin: 0 15%;
}
.data-box{
    position: relative;
    top:150px
}
.data ul{
    width: 1330px;
    margin: 150px 0;
}
.data li{
    display: inline-block;
    margin: 0 175px;
}
.data li i{
    font-size: 18px;
    font-family: "Microsoft YaHei";
    color: rgb(153, 153, 153);
}
.data li span{
    font-size: 60px;
    font-family: "Impact";
    color: rgb(0, 0, 0);
}
.data li sup{
    position: relative;
    top: -20px;
    font-size: 30px;
    font-family: "Impact";
    color: rgb(0, 0, 0);
}
.data li b{
    font-size: 24px;
    font-family: "Microsoft YaHei";
    color: rgb(0, 0, 0);
}

  
  
  
  

