.banner{
    background:url(/static/img/其它22.jpg) no-repeat center;
    height:288px;
    width:100%;
}
/*人物介绍*/
.character{
    width:100%;
    background:#669ad3;
}
.character_tip{
    width:100%;
    min-height:50px;
    border-bottom:1px solid #ddd;
    padding-top:50px;
}
.character_tiptxt{
    height:50px;
    line-height:50px;
    text-align:center;
    color:#fff;
    font-size:26px;
}
.character_txt{
    width:1100px;
    margin:0 auto;
    line-height:30px;
    color:#fff;
    padding:30px 0;
    min-height:50px;
}
.character_txt_left{
    width: 300px;
    minheight: 430px;
    float: left;
    background: #fff;
}
.character_txt_leftimg{
    width:100%;
}
.character_txt_lefttip{
    width:100%;
    min-height:60px;
    
}
.character_txt_lefttip div{
    width:100%;
    text-align:center;
    font-size:18px;
    color:#000;
}
.character_txt_lefttip span{
    width:100%;
    height:30px;
    line-height:30px;
    text-align:center;
    display:block;
    font-size:12px;
    color:#999;
}
.character_txt_right{
    width:760px;
    min-height:450px;
    float:right;
    color:#fff;
	margin-bottom:50px;
	text-align:justify;
}
.character_txt_rightname{
    width:100%;
    text-align:left;
    font-size:20px;
    height:40px;
    line-height:40px;
}
.character_txt_rightinfo{
    width:100%;
    text-align:left;
    font-size:12px;
    height:30px;
    line-height:30px;
}
.character_txt_rightD{
    width:100%;
    text-align:left;
    font-size:20px;
    height:40px;
    line-height:40px;
    margin-top:30px;
}
.character_txt_righttxt{
    width:100%;
    text-align:left;
    font-size:14px;
    line-height:30px;
	text-align:justify;
}
.character_detail_but{
    width:100%;
    height:47px;
	margin-top:20px;
	
}
.character_detail_but a{
    width:224px;
    height:47px;
    line-height:47px;
    display:block;
    text-align:center;
    background:url(/static/img/detailbut.png) no-repeat;
   /* background:url(detailbut.png) no-repeat;*/
    color:#fff;
    font-size:14px;
	float:right;
}
/*主要成果*/
.charactercase{
    width:100%;
    background:#fff;
}
.charactercase_tip{
    width:100%;
    min-height:50px;
    border-bottom:1px solid #999;
    padding-top:50px;
}
.charactercase_tiptxt{
    height:50px;
    line-height:50px;
    text-align:center;
    color:#999;
    font-size:26px;
}
.charactercase_txt{
    width:1100px;
    margin:0 auto;
    min-height:400px;
    padding:30px 0;
}
.charactercase_left{
    float:left;
    width:48%;
}
.charactercase_left li{
    float:left;
    width:100%;
    text-align:left;
    height:30px;
    line-height:30px;
    color:#999;
}
.charactercase_right{
    width:48%;
    float:right;
    text-align:center;
}