@charset "utf-8";
/* CSS Document */

/*内容区域*/
.banner img {
	width: 100%;
}
.main {
	width: 100%;
	background-color: #fff;
}
/*左侧列表*/
.main_left {
	float: left;
	width: 20%;
	background-color: #f7f7f7;
	border-right: 1px solid #f1f1f1;
}
.main_left dt {
	height: 30px;
	border-bottom: 1px solid #f1f1f1;
}
.main_left dd, .main_left li {
	text-align: right;
	padding-right: 34%;
	line-height: 49px;
	border-bottom: 1px solid #f1f1f1;
	font-size: 18px;
	color: #666;
}
.main_left dd {
	background: url(col_end.png) no-repeat 75% center;
}
.main_left .gsgk {
	background: url(col_end_down.png) no-repeat 75% center;
}
.main_left a {
	color: #666;
}
.main_left .on a {
	color: #004197;
}
.main_left dd.on {
	background: url(col_end_on.png) no-repeat 75% center;
}
.main_left li {
	font-size: 16px;
}
/*右侧内容*/
.main_right {
	float: left;
	width: 70%;
	min-height: 300px;
	margin-left: 3%;
	padding-bottom: 100px;
}
.current_col {
	width: 100%;
	height: 30px;
	font-size: 24px;
	font-weight: bold;
	color: #333;
	margin-top: 36px;
	margin-bottom: 25px;
	padding-left: 10px;
	line-height: 25px;
	border-left: 3px solid #f18b1f;
}
/*公司简介*/
.gsjj {
	font-size: 16px;
	color: #fff;
	line-height: 30px;
	position: relative;
}
.gsjj_box {
	padding-right: 70px;
	padding-left: 60px;
	position: absolute;
	top: 35%;
}
/*总裁致辞*/
.zczc {
	font-size: 16px;
	color: #333;
	line-height: 30px;
	position: relative;
}
.zczc_box {
	position: absolute;
	padding-right: 40px;
	padding-left: 40px;
	top: 7%;
}
.zc_pic {
	float: left;
	width: 43%;
}
.zc_jh {
	float: right;
	width: 54%;
}
.zc_name {
	float: left;
	width: 100%;
	font-size: 24px;
	line-height: 800%;
	text-align: right;
}
/*公司宣传片*/
.gsxcp li {
	float: left;
	width: 48%;
	margin-right: 2%;
	margin-bottom: 100px;
}
.gsxcp li span {
	line-height: 30px;
}
