.header-img {
    width: 100%;
    height: 423px;
    background: url(../img/group.jpg) 50% 100% no-repeat;
    position: relative;
    display: flex;
    align-items: flex-end;
    justify-content: center;
}

.header-nav {
    width: 100%;
    max-width: 1280px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: auto;
    padding-top:20px;
}

.header-nav-button {
    width: 200px;
    height: 70px;
    background: #616161;
    border: 2px solid #fff;
    display: flex;
    align-items: center;
    justify-content: space-around;
    color: #fff !important;
    font-size: 20px;
    cursor: pointer;
}

.header-nav-button-click {
    background: #bb0019;
}

.header-nav-button img {
    max-height: 40px;
}

.headline-public {
    max-width: 1280px;
}

.leader-body-class {
    width: 110%;
    max-width: 1440px;
    margin: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
}

.photo-out-div {
    width: 160px;
    height: 240px;
    position: relative;
    transform: skewX(-10deg);
    /*display:none;*/
}

.photo-div {
    width: 100%;
    height: 100%;
    background-color: #bc0019;
    z-index: 5;
}

.photo-img-div {
    width: 100%;
    height: 90%;
    position: absolute;
    background-color: #b1b6b0;
    top: 5%;
    left: -20px;
    z-index: 10;
    overflow: hidden;
}

.photo-right-white {
    width: 6px;
    height: 70px;
    background-color: #fff;
    position: absolute;
    right: 7px;
    top: 20px;
}

.photo-back-black {
    width: 100%;
    height: 90%;
    background-color: #33333330;
    position: absolute;
    top: 7%;
    left: -15px;
    z-index: 6;
}

.photo-right-out {
    width: 30px;
    height: 50px;
    background-color: #00000060;
    position: absolute;
    top: -10px;
    right: -5px;
}

.photo-img-div-in {
    height: 206px;
    width: 165px;
    transform: skewX(10deg) scale(1.2);
    padding-top:10%;
}

.leader-card {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	margin: 30px;
	line-height: 30px;
	font-size: 14px;
	color: #686868;
	margin: 30px calc((100% - 800px) / 16);
	width:204px;
}

.leader-card:nth-child(4){
	visibility:hidden;
}
.leader-card:nth-child(5){
	visibility:hidden;
}
.leader-card:nth-child(8){
	visibility:hidden;
}
.photo-post {
	
	height:78px;
	text-align:center;
}

.photo-name {
	font-size:20px;
	font-weight:bold;
	font-family:"Microsoft YaHei", "宋体";
}
