.team_inner .team_title{
    padding:70px 0 ;
    font-size: 40px;
    text-align: center;
    color: #676767;
}
.team_inner .team_title span{
    border-bottom: 2px dashed #e99d9d;
}
.team_inner{
    width: 100%;
}
.team_leader{
    background-color: #dc0000;
    color: #fff;
    margin: 0 auto;
    height: 631px;
}
.leader_img{
    width: 789px;
    float: left;
    position: relative;
}
.leader_img img{
    width: 100%;

}
.leader_img:after{
    border-bottom: 15px solid transparent;
    border-top: 15px solid transparent;
    border-right: 15px solid #dc0000;
    border-left: 15px solid transparent;
    content: "";
    height: 0;
    position: absolute;
    width: 0;
    top:25px;
    right: 0;
}
.leader_info{
    float: left;
    width: 410px;
    padding: 36px;

}
.leader_info h3{
    font-size: 24px;
    line-height: 32px;
    height: 64px;
    margin-bottom: 15px;
}
.leader_info h5{
    margin-top:36px;
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 10px;
}
.leader_info p{
    line-height: 20px;
    font-size: 12px;
}
.team_point{
    width: 100%;
    background-color: #f6f6f6;
    padding: 80px 0;

}
.point_title{
    height: 44px;
    line-height: 44px;
    color: #fff;
    font-size: 18px;
    width: 1200px;
    margin: 0 auto;
    text-align: center;
    background:url("/statics/new_images/point_bg.png") center center no-repeat ;
    background-size: cover;
    margin-bottom: 80px;
}
.point_cont {
    width: 1200px;
    margin: 0 auto;
    text-align: center;


}
.point_cont p{
    padding: 0 70px;
    font-size: 18px;
    color: #000;
    line-height: 30px;
}
.point_cont div{
    font-size: 18px;
    color: #868686;
    line-height: 30px;
}
.team_member{
    width: 100%;
    background-color: #fff;
    padding-top: 30px;

}
.member_title{
    height: 44px;
    line-height: 44px;
    color: #fff;
    font-size: 18px;
    width: 1200px;
    margin: 0 auto;
    text-align: center;
    background:url("/statics/new_images/point_bg.png") center center no-repeat ;
    background-size: cover;

}
.member_cont {
    width: 1200px;
    margin: 0 auto;
    text-align: center;

}
.member_cont .picture_list{
    width: 100%;
    margin-bottom:30px ;

}
.member_cont .picture{
    width: 25%;
    float: left;
}
.member_cont .picture img{
    max-width: 90%;
}
.member_cont .text{
    text-align: left;
    font-size: 18px;
    line-height: 30px;
    color: #000;
    width: 1200px;
    margin: 0 auto;
    padding: 36px;
    border-bottom: 1px solid #f6f6f6;
    border-top: 1px solid #f6f6f6;
    margin-bottom: 40px;

}
.member_cont .text span{
    text-indent: 2em;
}
.member_cont .text img{
    width: 100%;
    padding-top: 36px;
}

/*移动端适配*/
@media (min-width: 1024px){
    .team_leader{
       width: 1200px;
    }

}
@media (max-width: 1025px){
    .team_leader{
        width:90%;
        margin: 0 5%;
        height: auto;
    }
    .leader_img{
        width: 100%;
        float: none;
    }
    .leader_img:after{
        border-bottom: 15px solid #dc0000;
        border-top: 15px solid transparent;
        border-right: 15px solid transparent;
        border-left: 15px solid transparent;
        content: "";
        height: 0;
        position: absolute;
        width: 0;
        border-bottom:0;
       left: 25px;
    }
    .leader_info{
        float: none;
        width: 100%;
        padding: 50px;

    }
    .point_title{
        width: 90%;
        margin: 0 auto;
        min-width: 300px;
    }
    .point_cont {
        width: 90%;
        margin: 0 auto;
        min-width: 300px;

    }
    .point_cont .swiper-container {
        width: 100%!important;
        height: auto;
    }
    .point_cont p{
        padding: 30px 70px 10px;
    }
    .point_cont div{
        padding-bottom: 10px;
    }
    .member_title{
        width: 90%;
        margin: 0 auto;
        min-width: 300px;
    }
    .member_cont {
        width: 90%;
        margin: 0 auto;
        min-width: 300px;

    }
    .member_cont .short{
        padding: 30px 10px;
        font-weight: 700;
    }
    .member_cont .text{
        width: 100%;
        padding: 20px;
    }
}
@media (max-width: 500px){
    .member_cont .picture{
        width:50%;
    }
}
/*移动端适配结束*/
#team .team_box{
    padding-bottom: 140px;
    width: 1230px;
    margin: 50px auto 0;
}
#team .team_box li{
    float: left;
    width: 25%;
    padding: 10px;
    position: relative;
}
#team .team_box li img{
    width: 100%;
}
#team .team_box li .hide{
    position: absolute;
    padding: 30px;
    background-color: #dc0000;
    color: #fff;
    overflow: visible;
    z-index: 3;
    display: none;
}
#team .team_box li .hide p{
    font-size: 24px;
    padding-bottom: 30px;
}
#team .team_box li .hide span{
    display: block;
    font-size: 12px;
    line-height: 18px;
    max-height: 145px;
    overflow: hidden;
}
#team .team_box li .hide:after {
    border-bottom: 15px solid transparent;
    border-top: 15px solid transparent;
    border-right: 15px solid transparent;
    border-left: 15px solid transparent;
    content: "";
    height: 0;
    position: absolute;
    width: 0;
}
#team .team_box li .hide1{
    top:10px;
    left: 297.5px;
    width: 100%;
    height: 287.5px;
}
#team .hide1:after{
    left: -29px;
    top: 25px;
    border-right: 15px solid #dc0000!important;

}
#team .team_box li .hide2{
    top:10px;
    left:-297.5px;
    width: 100%;
    height: 287.5px;

}
#team .hide2:after{
    border-left: 15px solid #dc0000!important;
    top: 25px;
    right: -29px;
}
/*移动端适配*/
@media (max-width: 1280px){
    #team .team_box{
        width: 100%;
    }
}
@media (max-width: 1280px) and (min-width:999px){
    #team .team_box li {
        width: 33.33%;
        padding: 0 2%;
        margin: 10px 0;
    }
    #team .team_box li .hide1 {
        top: 0px;
        left: 94%;
        width: 100%;
        height: 100%;
    }
    #team .team_box li .hide2{
        top: 0px;
        left: -94%;
        width: 100%;
        height: 100%;
    }
}
@media (max-width: 999px){
    #team .team_box li {
        width: 50%;
        padding: 0 3%;
        margin: 15px 0;
    }
    #team .team_box li .hide1 {
        top: 0;
        left: 94%;
        width: 100%;
        height: 100%;
    }
    #team .team_box li .hide2 {
        top: 0;
        left: -94%;
        width: 100%;
        height: 100%;
    }
}
@media (max-width: 500px){
    #team .team_box li .hide p {
        font-size: 16px;
        line-height: 1.2;
        padding-bottom: 10px;
    }
    #team .team_box li .hide{
        font-size: 12px;
        line-height: 14px;
        padding: 10px;
    }
}


/*移动端适配结束*/
