.new_people_table{
	width: 100%;
	height: 60px;
	margin:20px 0 0; 
}
.new_people_item{
	width: 50%;
	height: 60px;
	background-color: #f8f8f8;
	float: left;
	font-size: 16px;
	color: #333;
	text-align: center;
	line-height: 60px;
	cursor: pointer;
}
.new_people_active{
	background-color: #e2e2e2;
}
.displaynone{
	display: none;
}
.new_team_show{
	max-width: 100%;
	width: auto;
	height: auto;
	margin-top: 20px;
}
.new_company_wenhua{
	max-width: 100%;
	width: auto;
	height: auto;
}
.new_boxshadow{
	box-shadow: 5px 5px 10px rgba(0,0,0,.2);
}
.new_erweima{
	width: 150px;
	height: 150px;
	position: absolute;
	right: 10px;
	bottom: 10px;
}
.new_project_msg{
	width: 100%;
	height: 90px;
	position: relative; 
}
.new_project_msg h4{
	font-size: 14px;
	line-height: 200%;
	padding-left: 40px;
	color: #4e4e4e;
}
#target{
	position: fixed;
	top: 0;
	right: 0;
	left: 0;
	bottom: 0;
	background-color: rgba(0,0,0,.4);
	display: none;
}
.container {
	width: 1200px;
	margin: 100px auto;
}

.slide {
	width: 1100px;
	height: 350px;
	margin:0 auto;
	overflow: hidden;
	position: relative;
	text-align: center;
	background-color: white;
}

.slide .img {
	overflow: hidden;
	width: 380px;
	height: 280px;
	background-color: rgba(0,0,0,1);
	position: absolute;
	transition: all .4s;
}

.slide .img img {
	width: auto;
	height: 280px;
	max-height: 100%;
	max-width: 100%;
	cursor: pointer;
}

.slide .img1 {
	top: 30%;
	left: -460px;
	z-index: 1;
	opacity: 0;
}

.slide .img2 {
	top: 20%;
	left: 0;
	z-index: 2;
	opacity: 0.5;
}

.slide .img3 {
	top: 10%;
	left: 360px;
	z-index: 3;
}

.slide .img4 {
	top: 20%;
	left: 720px;
	z-index: 2;
	opacity: 0.5;
}

.slide .img5 {
	top: 30%;
	left: 1180px;
	z-index: 1;
	opacity: 0;
}

.slide-bt {
	position: absolute;
	left: 50%;
	bottom: 13%;
	z-index: 10;
}

.slide-bt span {
	width: 24px;
	height: 8px;
	background: #c9caca;
	float: left;
	margin: 5px;
	border-radius: 4px;
}

.slide .slide-bt .on {
	background: #ffd200;
}
.new_arrow_left,
.new_arrow_right{
	width: 40px;
	height:40px;
	cursor: pointer;
}
.new_arrow_left{
	position: absolute;
	left: -20px;
    top: 50%;
}
.new_arrow_right{
	position: absolute;
	right: -20px;
    top: 50%;
}
.hr_erweima{
	width: 137px;
	height: 137px;
	margin-top: 15px;
}
.hr_erweima_font{
	font-size: 14px;
	color: #666; 
	text-align: center;
}
.chuan label{
	font-size:14px;
	color: #fff; 
	cursor: pointer;
}
.team_show_little{
	width: 100%;
    height: 172px;
    margin-top: 20px;
    position: relative;
}
.team_show_little .gallery-thumbs{
	width: 90%;
	height: 100%;
	margin: 0 auto;
	overflow: hidden;
}
.gallery-thumbs .swiper-slide img{
	width: 100%;
	height: 100%;
	cursor: pointer;
}
.team_show_little .swiper-button-next, .team_show_little .swiper-button-prev{
	height: 100%;
    width: 40px;
    top: 0;
    margin-top: 0;
    background-color: #e40807;
}
.team_show_little .swiper-button-next{
	right: 0;
}
.team_show_little .swiper-button-prev{
	left: 0;
}
.new_mt-slide{
	float: left;
    width: 800px;
    height: 533px;
}
.new_mt-slide img{
	width: 100%;
	height: 100%;
}
.new_mt-slide-txt{
	float: left;
    width: 400px;
    height: 533px;
    padding: 0 20px;
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    background-image: url(../imgs/tongsheng.png);
}
.new_mt-slide-txt .p1{
	font-size: 16px;
	color: #666;
	margin: 0 20px 50px;
	padding: 20px 0;
	border-bottom: 1px solid #cbcbcb;
	text-align: center;
}
.new_mt-slide-txt .p2{
	font-size: 14px;
	color: #666;
	padding: 0 40px;
	line-height: 200%;
	text-align: center;
}
.new_mask{
	width: 100%;
	height: 100%;
	background-color: rgba(0,0,0,.4);
	position: absolute;
	left: 0;
	bottom: 0;
	cursor: pointer;
}
.new_title{
	width: 100%;
	padding: 15px 0;
	font-size: 18px;
	color: white;
	text-align: center;
	background-color: rgba(0,0,0,.4);
	position: absolute;
	left: 0;
	bottom: 0;
	opacity: 1;
}
.bshare-custom{
	width: 100%;
	height: 100%;
}
.bshare-custom a{
	display: block;
	width: 100%;
	height: 100% !important;
	background-image: url(/public/huangkai/imgs/new/fenxiang.png) !important;
	background-size: 29px 29px !important;
	background-position: center !important;
	background-repeat: no-repeat !important;
}
#bsPanel{
	position: fixed !important;
	right: 50px !important;
	bottom: 150px !important;
	left: auto !important;
	top: auto !important;
}
.bFind-wrapper-top{
	height: 26px !important;
}
.bsBox{
	height: auto !important;
	width: auto !important;
}