/* 集团介绍块结构 */
.state-about{
	background: #dff1fd;
	color: #058c7f;
	font-size: 20px;
	position: relative;
	margin-top: 20px;
	padding: 31px 0px;
}
.state-about-left-box{
	margin-bottom: 10px;
}
.state-about .callback-header-div-span{
	color: #bdbdbd;
	display: none;
	position: absolute;
	top: 50%;
	margin-top: -9px;
	right: 0;
	width: 40px;
	text-align: center;
}

/* 头部返回 */
.callback-header{
	overflow: hidden;
}
.callback-header-a{
	line-height: 20px;
}
.callback-header li a,.callback-header li span{
	color: #bdbdbd;
	font-size: 12px;
}
.callback-header li span.padding-left-right-8{
	width: 10px;
	display: inline-block;
	height: 100%;
	background: url(../img/pt_item.png) no-repeat center;
	text-indent: 200px;
	margin-right: 6px;
}
.callback-header li .callback-home-bg{
	/*color: #0077D9;*/
	color: #a4cbd5;	
}

/* 内容部分 */
.tab-content-header{
	padding-top: 2px;
	padding-bottom: 16px;
	font-size: 18px;
	color: #525252;
	border-bottom: 1px solid #ededed;
}

.state-about-content .state-about-content-p{
	color: #7d7d7d;
	text-indent: 28px;
	line-height: 30px;
}

.state-about-content-h3{
	font-size: 18px!important;
	color: #27c2dd!important;
	line-height: 32px;
}


.titlebold{font-size: 16px;
	font-weight: 600;
	color: #000;
}

/* 下属公司样式 */
.subordinate-company p{
	color: #333;
	font-size: 16px;
    padding: 7px 0px 7px 25px;
    background: url(../img/star.png) no-repeat left center;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.subordinate-company p a{
	color: #333;
}
.subordinate-company p a:hover{
	color: #0077D9;
}

/* 企业文化样式 */
.enterprise-culture{
	
}

/* 集团荣誉样式 */

.group-honor .group-honor-single{
	margin-bottom: 57px;
}
.group-honor .group-honor-single img{
	width: 100%;
}
.group-honor .group-honor-single h4{
	text-align: center;
	color: #222;
	font-size: 18px;
	padding-top: 8px;
	margin: 15px 0px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
.group-honor table{
	width: 100%;
	margin-top: 20px;
}
.group-honor table tr{
	line-height: 25px;
}
.group-honor table .firstRow{
	background: #f8f9fb;
	font-weight: bold;
	text-align: center;
	line-height: 59px;
	font-size: 25px;
}
.group-honor table thead tr{
	background: #0077D9;
}
.group-honor table thead th{
	color: #FFFFFF;
	padding: 8px 0 8px 10px;
	text-align: center;
}
.group-honor table thead th:nth-of-type(1){
	text-align: left;
}
.group-honor table tbody td{
	padding: 7px 0 7px 10px;
}
.group-honor table tbody tr{
	cursor: pointer;
	color: rgb(87, 86, 86);
}
.group-honor table tbody tr:nth-child(2n){
	background: #FFFFFF;
}
.group-honor table tbody tr:nth-child(2n+1){	
	background: #ebf1f1;
}
.group-honor table tbody tr:hover{
	background: #0077D9;
	color: #FFFFFF;
}

/* 管理团队样式 */
.senior-management .senior-img{
	float: left;
	width: 234px;
}
.senior-management .senior-cont{
	padding-left: 264px;
}
.senior-management img{
	width: 100%;
	display: block;
	height: 100%;
	margin: 0px;
}
.senior-management .team-subtitle{
	font-size: 12px;
    color: #999;
    line-height: 25px;
}

.senior-management h4{
	font-size: 18px;
	line-height: 1.1;
	margin-top: 2px;
    margin-bottom: 15px;
	font-weight: bold;
	color: #222;
}
.senior-management p{
	line-height: 24px;
	font-size: 13px;
	color: #656565;
}

@media (max-width:640px) {
	/*  */
	.nav-tabs>li>a{
		height: 40px;
		line-height: 40px;
		font-size: 14px;
	}
	.side-item .top,.state-about{
		padding: 11px 0px;
		font-size: 16px;
	}
	.senior-management .senior-img{
		float: none;
		width: 100%;
	}
	.senior-management .senior-cont{
		padding-left: 0px;
	}
	
	.nav-tabs>li.active a, .nav-tabs>li>a:hover{
		background: #0077D9;
	}
}	