.about_con{
  
  height: 1026px;
}
.about_con_logo{
  width:290px;
  height:91px;
  margin: auto;
  background: url('../image/logo-black.png') no-repeat center;
  background-size: cover;
  margin-bottom: 40px;
}
.about_con_left,.about_con_right{
  display: inline-block;
  vertical-align: middle;
  
}
.about_con_right{
  width:796px;
  height:632px;
  margin-left: 82px;
}
.about_con_right p{
  text-indent: 2em;
  margin-bottom: 30px;
  font-size:20px;
  font-family:MicrosoftYaHei;
  font-weight:400;
  color:rgba(34,34,34,1);
  line-height:36px;
}
.team_con{
  width:1920px;
height:503px;
  background: url('../image/bg-03.png') no-repeat center;
}
.team_con_flex ul{
  display: flex;
  -moz-display: flex;   
  -webkit-display: flex;  
  -o-display: flex;       
  -ms-display: flex;       
  justify-content: space-around;
}
.team_con_flex ul li{
  width:168px;
  text-align: center;
}
.team_con_flex ul li p{
  font-size:14px;
  font-family:MicrosoftYaHei;
  font-weight:400;
  color:rgba(51,51,51,1);
  text-align: left;
}
.cultrue_ul_li_left,.cultrue_ul_li_right{
  display: inline-block;
  width: 49.5%;
  margin-bottom: 58px;
}

.cultrue_ul_li_left .content,.cultrue_ul_li_right .content{
  display: inline-block;
  
  font-size:16px;
  font-family:MicrosoftYaHei;
  font-weight:400;
  color: #222222;
}
.cultrue_ul_li_left .img,.cultrue_ul_li_right .img{
  display: inline-block;
  vertical-align: top;
  width: 48px;
  text-align: center;
}
.cultrue_ul_li_left .content .title,.cultrue_ul_li_right .content .title{
  color:rgba(0,156,255,1);
}
.cultrue_con{
  height: 766px;
}