.content{
    width: 100%;
}
.about-top img{
    width: 100%;
    height: 486px;
}
.title-view{
    margin: 0 auto;
    text-align: center;
 }
 .title-view .subhead{
    font-size: 40px;
    font-family: Playfair Display-Bold, Playfair Display;
    font-weight: bold;
    color: #B5B5B5;
 }
 .title-view .wire{
    width: 98px;
    height: 1px;
    background-color: #3B79FF;
    margin: 21px auto 16px;
 }
 .title-view .title{
    font-size: 30px;
    font-family: Source Han Sans CN-Bold, Source Han Sans CN;
    font-weight: bold;
    color: #3B79FF;
 }
 .company-pro{
    width: 100%;
    margin-top: 70px;
 }
 .profile{
    width: 100%;
    background: linear-gradient(
    to top,
    #F4F4F4 0%,
    #F4F4F4 50%,
    rgb(255, 255, 255) 50%,
    rgb(255, 255, 255) 100%
  );
  margin-top: 60px;
  padding-bottom: 42px;
  
 }
 .profile-neirong{
   display: flex;
   padding-left: 360px;
 }
 .profile .profile-left{
    margin-right: -8px;
    margin-top: 18px;
    z-index: 2;
    position: relative;
 }
 .profile-left img{
    width: 120px;
    height: 120px;
    margin-left: 67px;
    margin-bottom: -5px;
 }
 .profile-left .profile-text{
    width: 618px;
    height: 400px;
    background: #FFFFFF;
    box-shadow: 0px 1px 6px 1px rgba(0,0,0,0.16);
    padding: 30px 25px 20px 33px;
 }
 .profile-title{
    font-size: 30px;
    font-family: Source Han Sans CN-Regular, Source Han Sans CN;
    font-weight: 400;
    color: #3B79FF;
 }
 .profile-info{
    height: 282px;
    font-size: 14px;
    font-family: Source Han Sans CN-Regular, Source Han Sans CN;
    font-weight: 400;
    color: #666666;
    line-height: 40px;
    overflow: auto;
    margin-top: 30px;
 }
 .profile-info span{
    color: #000;
    font-weight: bold;
 }
 ::-webkit-scrollbar {
    width: 0px;
    height: 0px;
    background-color: #f5f5f5;
  }
  .profile-right{
   z-index: 1;
  }
  .profile-right img{
    width: 570px;
    height: 560px;
   
  }
  .jifa{
   width: 100%;
   text-align: center;
   margin-top: 37px;
   font-size: 16px;
   font-family: Source Han Sans CN-Bold, Source Han Sans CN;
   font-weight: bold;
   color: #666666
  }

.corporate-culture{
   width: 100%;
   padding-top: 70px;
   height: 790px;
   background-image: url(../img/qiyewenhua-bg.png);
}
.jianyu{
   width: 100%;
   text-align: center;
   font-size: 18px;
   font-family: Source Han Sans CN-Regular, Source Han Sans CN;
   font-weight: 400;
   color: #666666;
   margin: 18px 0 30px 0;
}
.culture-list{
   width: 930px;
   margin: 0 auto;
   display: flex;
   justify-content: space-between;
}
.culture-item{

}
.culture-item img{
   width: 114px;
   height: 114px;
   display: block;
   margin: 0 auto;
   transition: 300ms;
}
.culture-item p{
   font-size: 14px;
   font-family: Source Han Sans CN-Regular, Source Han Sans CN;
   font-weight: 400;
   color: #333333;
   text-align: center;
   line-height: 40px;
}
.item1{
   text-align: left !important;
   width: 112px;
   color: #666666;
}
.item2{
   text-align: left !important;
   color: #666666;
   width: 126px;
}
.item4{
   text-align: left !important;
   color: #666666;
   width: 137px;
}
.item3{
   text-align: left !important;
   color: #666666;
   width: 179px;
}
.Enterprise-History{
   margin-top: 70px;
}
.History-img{
   margin-top: 60px;
}