@charset "utf-8";
/* CSS Document */
/*
公用
*/
#tq_banner {
	clear: both;
	width: 100%;
	height: 325px;
	overflow: hidden;
	background-repeat: no-repeat;
	background-position: center center;	
	position: relative;
}
.tq_position, .tq_position div {
	height: 37px;
	overflow: hidden;
}
.tq_position {
	position: absolute;
	width: 100%;
	left: 0px;
	bottom: 0px;
	background-image: url(../images/tq_position_bg.png);
}
.tq_position div {
	width: 1135px;
	margin: 0px auto;
}
#tq_main, .tq_main {
	overflow: hidden;
}
#tq_main {
	background: url(../images/tq_main_bg.gif) repeat-y center top;
}
.tq_main {
	width: 1135px;
	margin: 0px auto;
	display: table;
}
.tq_main .tq_main_left, .tq_main .tq_main_right {
	margin: 15px 0px;
}
/*左部*/
.tq_main .tq_main_left, .tq_main_left .tq_left_title,
.tq_main_left .tq_nav {
	width: 210px;
	overflow: hidden;
}
.tq_main .tq_main_left {
	float: left;
}
.tq_main_left .tq_left_title {
	height: 38px;
	padding: 9px 0px 1px;
	background-image: url(../images/tq_left_title_bg.gif);
}
.tq_left_title div, .tq_left_title span {
	float: left;
}
.tq_left_title span {
	display: inline;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-transform: uppercase;
}
/*导航*/
.tq_nav li a {
	width: 200px;
	height: 26px;
	line-height: 26px;
	font-size: 14px;
	color: #434343;
	display: block;
	border-bottom: 1px solid #f1f1f1;
	padding-left: 10px;
}
.tq_nav .cur a, .tq_nav a:hover {
	color: #ba0104;
	background: #e4e4e4 url(../images/tq_nav_bg.gif) no-repeat 190px center;
	text-decoration: none;
}
/*右部*/
.tq_main .tq_main_right, .tq_main_right .tq_right_title {
	width: 880px;
	overflow: hidden;
}
.tq_main .tq_main_right {
	float: right;
	display: inline;
}
.tq_main_right .tq_right_title {
	height: 29px;
	border-bottom: 1px solid #e0e4e7;
}


/*
单页
*/
.tq_main_right .tq_content {
	width: 880px;
	margin: 0px auto;
	overflow: hidden;
	padding-top: 10px;
}
/*公司简介*/
.tq_content .img_c1 {
	padding: 0px 70px;
}
/*董事长致辞*/
.tq_content .tq_speech li {
	float: left;
	display: inherit;
}
/*大事记*/
.tq_content .tq_event li {
	height: 53px;
	border-bottom: 1px solid #e0e4e7;
	float: left;
}
.tq_event .event_left {
	width: 40px;
	font-family: Arial, Helvetica, sans-serif;
}
.tq_event .event_right {
	width: 840px;
	display: inline;
}
/*星河荣誉*/
.tq_content .tq_honor li {
	float: left;
	display: table;
}
.tq_honor .honor_word, .tq_honor .honor_pics {
	display: inline;
}
.tq_honor .honor_word {
	width: 550px;
	padding-right: 28px;
}
.tq_honor .honor_pics {
	width: 302px;
}
/*社会责任*/
.tq_content .tq_trust li {
	width: 440px;
	float: left;
	display: inline;
}
/*文化理念*/
.tq_content .tq_culture {
	width: 880px;
	height: auto;
	min-height: 245px;
	padding: 10px 0px 40px;
	border-bottom: 1px solid #e0e4e7;
	display: inline-block;
}
.tq_culture .culture_w1, .tq_culture .culture_w3 {
	float: left;
}
.tq_culture .culture_w2, .tq_culture .culture_w4 {
	float: right;
	display: inline;
}
.tq_culture .culture_w1 {
	width: 465px;
	padding-right: 50px;
}
.tq_culture .culture_w2 {
	width: 365px;
}
.tq_culture .culture_w3 {
	width: 485px;
}
.tq_culture .culture_w4 {
	width: 395px;
}
/*联系我们*/
.tq_content .tq_contact {
	border-bottom: 8px solid #e0e4e7;
}

/*
分页
*/
.tq_main_right .tq_page {
	clear: both;
	margin: 0px auto;
	width: 870px;
	background-color: #f7f7f7;
	text-align: right;	
	padding-right: 10px;
}
.tq_page span a {
	color: #ba0104;
}

/*
新闻
*/
.tq_main_right .tq_news, .tq_news li,
.tq_news .news_pic, .tq_news .news_info,
.news_info dt, .news_info .news_brief, .news_info .news_time {
	overflow: hidden;
}
.tq_main_right .tq_news {
	width: 880px;
	margin: 0px auto;
}
.tq_news li {
	height: 155px;
	border-bottom: 1px solid #e0e4e7;
}
.tq_news .news_pic {
	width: 225px;
	float: left;
}
.tq_news .news_info {
	width: 625px;
	float: right;
	display: inline;
}
.news_info dt {
	height: 25px;
	margin-bottom: 20px;
}
.news_info dt, .news_info dt a {
	color: #08376a;
}
.news_info dt a:hover {
	color: #ba0104;
	text-decoration: none;
}
.news_info .news_brief {
	height: 85px;
	margin-bottom: 5px;
}
.news_info .news_time {
	height: 20px;
}

/*
新闻详细
*/
.tq_main_right .tq_news_view,
.tq_news_view .view_info {
	width: 880px;
	overflow: hidden;
}
.tq_main_right .tq_news_view {
	margin: 0px auto;
}
.tq_news_view .view_info {
	height: 24px;
	background-color: #efefef;
}

/*
星河项目
*/
.tq_main_right .tq_project, .tq_project li {
	width: 880px;
	overflow: hidden;
}
.tq_main_right .tq_project {
	margin: 0px auto;
}
.tq_project li {
	height: 200px;
}
.tq_project .project_pic {
	width: 410px;
	float: left;
}
.tq_project .project_info {
	width: 455px;
	height: 199px;
	float: right;
	display: inline;
	border-bottom: 1px solid #e0e4e7;
}
.project_info dt {
	height: 25px;
	margin-bottom: 20px;
}
.project_info dt, .project_info dt a {
	color: #5f3100;
}
.project_info dt a:hover {
	color: #ba0104;
	text-decoration: none;
}
.project_info .project_brief {
	height: 90px;
}
.project_info .project_view {
	background: url(../images/tq_project_view.gif) no-repeat left center;
}

/*
项目详细
*/
.project_info .project_view_info, .project_view_info div {
	width: 440px;
	overflow: hidden;
	float: right;
}
.project_info .project_view_info {
	height: 200px;
	display: inline;
}
.project_view_info div {
	height: 39px;
	border-bottom: 1px solid #e0e4e7;
}