.aboutUsImg{
    width: 100%;
}
.aboutUsImg img{
    vertical-align: middle;
    width: 100%;
}
.main{
    width: 100%;

}
.content{
    width: 100%;
    border-bottom: 1px solid #d8d8d8;
}
.content ul{
    width: 1200px;
    height: 75px;
    margin: 0 auto;

}
.content li{
    width: 600px;
    height: 75px;
    line-height: 75px;
    float: left;
    text-align: center;
    font-size: 20px;
    cursor: pointer;
}
.content li.active{
    background-color: #0099bd;
    color: #fff;
}
.introduce{
    width: 1200px;
    margin: 0 auto;
    padding-left: 10px;
    box-sizing: border-box;
}
pre {
    white-space: pre-wrap;
    word-wrap: break-word;
    font-size: 14px;
    line-height: 30px;
    font-family: "microsoft yahei";
    font-size: 14px;
}
.introduce h3{
    margin-top: 25px;
    font-size: 24px;
    color: #0099bd;
}
.team{
    display: none;
    width: 1200px;
    margin: 0 auto;
}
.spokesman{

}
.spokesman:after{ 
    content:"."; 
    height:0; 
    visibility:hidden;
     display:block; 
     clear:both; 
 }
.spokesman li{
    float: left;
    margin-right: 72px;
    text-align: center;
    padding-bottom: 20px;
    box-shadow: 0 0 10px #f5f5f5; 
    /*border:1px solid green*/
}
.spokesman li:nth-child(4n){
    margin-right: 0;
}
.spokesman li h3{
    font-weight: normal;
    font-size: 18px;
    margin-top: 15px;
}
.spokesman li span{
    font-size: 12px;
    color: #1b1b1b;
}
.spokesman li pre{
    width: 120px;
    line-height: 16px;
    margin: 0 auto;
    margin-top: 15px;
    font-size: 12px;
    color: #727272;
    white-space: pre-wrap;
    word-wrap: break-word;
	min-height:58px !important;
}
.spokesman li img{ width:246px; height:369px;}