/* 公司及团队 */
.maxw_company{
	max-width: 1280px;
	margin: 0 auto;
}

.company_blank{
	margin-top: 130px;
}

.tabWrapper{
	margin-bottom: 40px;
}

.tabWrapper .tab{
	width: 33%;
	height: 60px;
	color: #fffefe;
	background: #8f8f8f;
	font-size: 18px;
	line-height: 60px;
	text-align: center;
}

.tabWrapper .tab:hover{
	background: #cb0708;
	cursor: pointer;
}

.tabWrapper .cur{
	background: #cb0708;
}


.com_info {
	margin-bottom: 80px;
}

.com_info .img_left{
	width: 45%;
}

.com_info .com_txt_right {
	width: 55%;
	margin-left: 0px;
	margin-top: 10px;
}

.com_info .com_txt_right .com_en_title{
	color: #cb0708;
	font-size: 38px;
}

.com_info .com_txt_right .com_title{
	color: #222222;
	font-size: 24px;
}

.com_info .com_txt_right .com_content01{
	width: 100%;
	color: #333333;
	font-size: 14px;
	line-height: 35px;
	margin-top: 20px;
}

.com_info .com_txt_left {
	width: 54%;
	margin-left: 0px;
	margin-top: 10px;
}

.com_info .com_txt_left .com_en_title{
	color: #cb0708;
	font-size: 38px;
}

.com_info .com_txt_left .com_title{
	color: #222222;
	font-size: 24px;
}

.com_info .com_txt_left .com_content02{
	color: #333333;
	font-size: 14px;
	line-height: 35px;
	margin-top: 20px;
}
.com_info .com_txt_left .other{
	margin-top: 10px;
	font-size: 14px;
	font-weight: bold;
}

.com_info .img_right{
	margin-left: 50px;
}

/* 团队 */
.team {
	margin-bottom: 30px;
}

.team li {
	position: relative;
	background:#FFFFFF;
	padding: 10px;
	border-radius: 10px;
}

.team_photo{
	width: 200px;
	height: 200px;
	background: #f8f7f7;
	border: 1px solid #f0eeee;
	border-radius: 50%;
	margin: 0 auto;
	position: relative;
	z-index: 999;
}

.team_cur{
	background: #cb0708;
	border: 0px solid #f0eeee;
}

.team_photo>img{
	width: 186px;
	height: 186px;
	border-radius: 50%;
	position: relative;
	top: 7px;
	z-index: 999;
}

.team_info{
	height: 316px;
	color: #333333;
	background: #f8f7f7;
	border-radius: 8px;
	border: 1px solid #f0eeee;
	position: relative;
	top: -70px;
	z-index: 99;
}

.team_info:hover{
	color: #fffefe;
	background: #cb0708;
}

.team_info .name{
	padding-top: 90px;
	font-size: 18px;
	margin-bottom: 15px;
}

.team_info .line{
	width: 30px;
	height: 3px;
	background: #cb0708;
	margin: 0 auto;
}

.team_info .line_cur{
	background: #ffa50f;
}

.team_info .brief{
	padding: 20px 40px;
	font-size: 14px;
	text-align: left;
	line-height: 30px;
}

/* 大事记 */
.note {
	margin-top: 50px;
	margin-bottom: 80px;
}

.note .arrow {
	text-align: center;
	margin: 0 auto;
}

.note .arrow .up_line {
	width: 1px;
	height: 50px;
	background: #d5d4d4;
	margin: 0 auto;
}

.note .info .item .left_info {
	width: 50%;
	border-right: 1px solid #d5d4d4;
	background: #ffffff;
}

.note .info .item .left_info .left_content {
	margin-top: 20px ;
	width: 95%;
	margin: 0 auto;
	border-radius: 6px;
	color: #fffefe;
	background: #707070;
	padding: 20px 30px;
	margin-right: 30px;
	line-height: 35px;
}


.note .info .item .left_info .left_years {
	margin-top: 20px;
	width: 120px;
	height: 120px;
	background: url(../img/company/left.png) center no-repeat;
	line-height: 120px;
	color: #fffefe;
	font-size: 22px;
	padding-left: 20px;
	position: relative;
	z-index: 99;
	left: 8px;
}

.note .info .item .right_info {
	width: 50%;
	border-left: 1px solid #d5d4d4;
	background: #ffffff;
	margin-right: 1px;
}

.note .info .item .right_info .right_content {
	margin-top: 20px;
	width: 95%;
	margin: 0 auto;
	border-radius: 6px;
	color: #fffefe;
	background: #cb0708;
	padding: 20px 30px;
	margin-left: 30px;
	line-height: 35px;
}

.note .info .item .right_info .right_years {
	margin-top: 20px;
	width: 120px;
	height: 120px;
	background: url(../img/company/right.png) center no-repeat;
	line-height: 120px;
	color: #fffefe;
	font-size: 22px;
	padding-left: 50px;
	position: relative;
	z-index: 99;
	left: -8px;
}

.note .point {
	text-align: center;
	margin: 0 auto;
}

.note .point .point_line {
	width: 1px;
	height: 100px;
	background: #d5d4d4;
	margin: 0 auto;
}

.note .point .point_img>img{
	width: 18px;
	height: 18px;
}
