.Design_team{
    width: 100%;
    height: 880px;
    background: url(../images/designer/icon16.jpg)no-repeat center/100% 100%;
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
}
.Design_team .team_content{
    width: 1200px;
    height: 530px;
    display: flex;
    justify-content: space-between;
    margin-top: 50px;
}
.Design_team .team_content .team_content_left{
    width: 394px;
    height: 530px;
    position: relative;
    overflow: hidden;
}
.Design_team .team_content .team_content_left .left_list{
    display: none;
}
.Design_team .team_content .team_content_left .fuck{
    display: block;
    width: 100%;
    height: 100%;
    overflow: hidden;
    position:relative;
}
.Design_team .team_content .team_content_left img{
    height: 100%;
    margin:auto;
    left:-9999px;
    right:-9999px;
    position:absolute;
}
.Design_team .team_content .team_content_left .content_left_zhezhao{
    width: 100%;
    height: 100%;
    background: -webkit-linear-gradient(rgba(0,0,0,0), rgba(0,0,0,1)); 
    background: -o-linear-gradient(rgba(0,0,0,0), rgba(0,0,0,1)); 
    background: -moz-linear-gradient(rgba(0,0,0,0), rgba(0,0,0,1));
    background: linear-gradient(rgba(0,0,0,0), rgba(0,0,0,1));
    position: absolute;
    left:0;
    bottom:0;
    padding-left:25px;
    box-sizing: border-box;
}
.Design_team .team_content .team_content_left .content_left_zhezhao h1{
    color:#fff;
    font-size:25px;
    padding-top:340px;
    padding-bottom:10px;
}
.Design_team .team_content .team_content_left .content_left_zhezhao h1 span{
    font-size:16px;
    font-weight: 100;
    padding-left:10px;
}
.Design_team .team_content .team_content_left .content_left_zhezhao p{
    font-size:16px;
    color:#fff;
    margin-bottom:10px; 
    padding-right:10px;
    box-sizing:border-box;
    white-space:nowrap;
    text-overflow:ellipsis;
    overflow:hidden;
}
.Design_team .team_content .team_content_left .content_left_zhezhao p b{
    padding-left:21px;
}
.Design_team .team_content .team_content_left .content_left_zhezhao .zhezhao_button{
    width: 132px;
    height: 50px;
    background: #003787;
    text-align: center;
    line-height: 50px;
    color:#fff;
    font-size:16px;
    margin-top: 16px;
}
.Design_team .team_content .team_content_righr{
    width: 806px;
    height: 530px;
}
.Design_team .team_content .team_content_righr .team_head_bg{
    width: 192.75px;
    height: 260px;
    float: left;
    margin-left: 8px;
    margin-bottom: 8px;
    overflow: hidden;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
}
.Design_team .team_content .team_content_righr .team_head_bg img{
    height: 100%;
}
.Design_team .team_content .team_content_righr .team_head_bg .team_head_bg_zhezhao{
    width: 192.75px;
    height: 260px;
    background: url(../images/designer/icon25.png)no-repeat center/100% 100%;
    bottom:-260px;
    right:0;
    position: absolute;
    transition: bottom .2s ease;
}
.Design_team .team_content .team_content_righr .bg_on .team_head_bg_zhezhao{
    bottom:0;
}
.Design_team .Design_team_button{
    margin-top: 49px;
}
.Design_team .Design_team_button p{
    width: 172px;
    height: 42px;
    border:1px solid #999999;
    text-align: center;
    line-height: 42px;
    color:#323232;
    font-size:14px;
}
.Design_team .Design_team_button:hover p{
    color:red;
}