/* ---- banner 补充样式 ---- */
.banner_aboutus{
	background:url(../img/aboutUS/banner_aboutus.jpg) center center no-repeat;}
/* ---- 董事长致辞 样式 ---- */
.speechBox{
	overflow:hidden;}
.speech_l {
	float: left;
	width: 52.5%;
	padding: 20px 25px 0;
	background: #c20000;
	min-height: 210px;
	position: relative;
}
.speech_l i {
	width: 9px;
	height: 19px;
	position: absolute;
	right: -9px;
	top: 50%;
	margin-top: -10px;
	background: url(../img/tab_arrow.png) no-repeat;
}
.speech_l h1 {
	height: 42px;
	line-height: 42px;
	font-size: 24px;
	color: #ffffff;
	font-weight: bold;
	margin: 0 0 14px;
}
.speech_l h1 span {
	margin-left: 12px;
	font-size: 18px;
	font-weight: normal;
}
.speech_l .con {
	line-height: 24px;
	font-size: 12px;
	color: #FFF;
}
.speech_l .con a {
	display: inline-block;
	margin: 0 0 0 10px;
	color: #fff;
	outline: none;
}
.speech_l .con a:hover{
	color: #FF0;
	text-decoration: none;
}
.speech_r {
	width: 47.5%;
	height: 210px;
	float: right;
}
.speech_r img {
	width:100%;
	height: 210px;
}
@media (max-width:900px) {
.speech_r {
	width: auto;
	height: auto;
	float: none;
}
.speech_r img {
	width: 100%;
	height: auto;
}
.speech_l {
	width: auto;
	float: none;
	min-height: auto;
	padding: 16px 0px 16px;
}
.speech_l i {
	display: none;
}
}

/* ---- 集团架构 样式 ---- */
.conBox .con_group img{
	float:left;
	width:46%;
	margin-right:8%;}
.conBox .con_group img:last-child{
	margin:0px;}
@media (max-width:900px) {
.conBox .con_group img{
	float: none;
	width:100%;
	margin-right:0;
	margin-bottom:40px;}
}



