﻿.banner_scond{
	position: relative;
}
.banner_scond .wp {
    position: relative;
    z-index: 5;
    color: #fff;
    height: 100%;
}
.nybamask img {
    height: 100%;
    width: 100%;
}
.nybamask{
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    z-index: 1;
    width: 58%;
}
.nybamask2{
	position: absolute;
    left: 0;
    bottom: 0;
    z-index: 1;
    width: 36%;
}
.banner-title {
    margin-bottom: 20px;
    font-size: 30px;
}
.banner-title span{
	font-size: 13px;
    color: #979696;
}
.banner-menu {
    color: #bfc3c6;
    font-size: 20px;
}
.banner-menu li{
	line-height: 32px;
    margin-bottom: 10px;
    color: #fff;
    cursor: pointer;
}
.banner-menu .menu-li{
	position: relative;
	text-indent: 20px;
}
.banner-menu .menu-li::after{
    content: '';
    width: 120px;
    height: 16px;
    position: absolute;
    left: 0;
    top: 17px;
    border-left: 2px solid #fff;
    border-bottom: 1px solid #fff;
}
.personlist-con{
    background: #f7f7f7;
    padding-top: 40px;
    padding-bottom: 20px;
}
.peoson-title{
    color: #131313;
    font-size: 28px;
    padding-left: 20px;
}
.filtercons {
    margin-top: 36px;
    border-top: 3px solid #f3f3f3;
    margin-bottom: 30px;
}
.filterBox {
    border-bottom: 3px solid #f3f3f3;
    height: auto;
    line-height: 25px;
    padding-left: 20px;
    padding-top: 20px;
    overflow: hidden;
}
.filterBox h4 {
    color: #080808;
    font-size: 16px;
    margin-right: 5px;
}
.classes ul{
    float: left;
    width: 90%;
}
.classes ul, .classes h4 {
    display: inline-block;
}
.classes ul li.active {
    color: #fff;
}
.classes ul li {
    display: inline-block;
    text-align: center;
    padding: 0px 10px;
    color: #696969;
    font-size: 15px;
    cursor: pointer;
}

.headship.active {
    background: #c80d0d!important;
    color: #fff!important;
    border-radius: 0!important;     
}
.filterBox .headship {
    font-size: 14px;
    color: #292929;
    margin-bottom: 20px;
}
.headship:hover{
    color: #fff;
    background: #f09830;
    border-radius: 15px;
}

.introinforBox{
    font-weight: normal;
    padding-bottom: 20px;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.introinforBox .peosonInfor {
    width: 280px;
    height: 450px;
    box-shadow: 8px 8px 8px #e5e6ef;
    background: #fff;
    padding: 5px;
    box-sizing: border-box;
    margin-top: 30px;
    margin-bottom: 10px;
}
.introinforBox .peosonInfor{

}
.introinforBox .peosonInfor:nth-child(4n){
    margin-right: 0;
}
.peosonInfor .personPhoto {
    width: 270px;
    height: 310px;
    padding-top: 230px;
    padding-left: 0px;
    box-sizing: border-box;
    position: relative;
}
.personPhoto .nameBox {
    background: rgba(255, 255, 255, 0.9);
    height: 45px;
    width: 270px;
    line-height: 42px;
    padding: 0px 5px;
    box-sizing: border-box;
    margin-top: 36px;
    font-weight: normal;
}
.simple_intro {
    padding: 5px 5px 5px;
    box-sizing: border-box;
    border-bottom: 1px dashed #eaeaea;
    height: 80px;
}
.simple_intro p {
    color: #6a6a6a;
    font-size: 13px;
    border: none;
    line-height: 18px;
    margin: 5px 0px;
    margin-left: 6px;
    width: 95%;
}
.simple_intro .elp{
    margin-left: 6px;
    width: 95%;
    line-height: 36px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}
.opera {
    padding: 0 5px;
    box-sizing: border-box;
    margin-top: 10px;
    font-size: 0px;
}
.clearfix {
    zoom: 1;
}
.opera .left {
    width: 145px;
    float: left;
    padding-left: 7px;
    box-sizing: border-box;
    margin-top: 5px;
}
.opera .right {
    width: 110px;
    float: right;
}
.opera span {
    font-size: 13px;
    color: #000;
    vertical-align: middle;
    margin-right: 10px;
}
.btn {
    display: block;
    width: 90px;
    height: 27px;
    line-height: 27px;
    color: #fff;
    font-size: 14px;
    text-align: center;
    border-radius: 14px;
    cursor: pointer;
}
.btn.detail {
    margin-top: 2px;
}
.btn.detail {
    background-color: #f59095;
}
.btn.detail:hover {
     text-decoration: underline; 
     color: #fff;
}
.nameStyle {
    font-size: 22px;
    color: #292929;
    width: 160px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    display: block;
    float: left;
    margin-left: 10px;
}
.technical_title {
    color: #be8604;
    font-size: 13px;
    position: relative;
    top: 3px;
    display: block;
    width: 90px;
    text-align: right;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}
.ghimg {
    display: inline-block;
    vertical-align: middle;
    margin: 0 5px 0 10px;
}
.filterTitle{
    float: left;
    width: 6%;
}
@media screen and (max-width:640px){
    .filterTitle{
        width: 100%;
        margin-bottom: 10px;
    }
}