@charset "utf-8";
/* CSS Document */
#tq_index, #tq_brand {
	width: 1345px;
	clear: both;
}


/*
新闻中心、推荐项目
*/
#tq_index {
	margin: 0px auto;
	display: table;
}
#tq_index .tq_index_news{	
	width: 600px;
	overflow: hidden;
}
#tq_index .tq_index_project {
	width: 730px;
}
#tq_index .tq_index_news, #tq_index .tq_index_project {
	height: 280px;
}

/*新闻中心*/
#tq_index .tq_index_news {
	float: left;
}
.tq_index_news .tq_news_list {
	width: 303px;
	height: 230px;
	overflow: hidden;
	float: left;
}
/*滑动门*/
.tq_news_list ul li, .tq_news_list li.cur {
	float: left;
	width: 101px;
	height: 27px;
	overflow: hidden;
	line-height: 24px;
	font-size: 12px;
	text-align: center;
	background-image: url(../images/tq_tab_mr.gif);
}
.tq_news_list ul li, .tq_news_list ul li a {
	color: #5f5f5f;
}
.tq_news_list li.cur {
	background-image: url(../images/tq_tab_dq.gif);
	display: block;
}
.tq_news_list li.cur, .tq_news_list li.cur a {
	color: #f7f7f6;
}
.tq_news_list dl {
	padding-top: 25px;
	height: 168px;
}
.tq_news_list dt, .tq_news_list dd {
	font-size: 12px;
	padding-left: 18px;
	width: 285px;
	height: 15px;
	overflow: hidden;
}
.tq_news_list dt {
	margin-top: 10px;
	height: 20px;
	line-height: 20px;
	background: url(../images/tq_tablist_mr.gif) no-repeat 1px center;
	display: block;
}
.tq_news_list dt:hover {
	background: url(../images/tq_tablist_dq.gif) no-repeat 1px center;
}
.tq_news_list dt, .tq_news_list dt a {
	color: #5f5f5f;
}
.tq_news_list dt:hover a {
	color: #c9151e;
}
.tq_news_list dd {
	color: #bdbdbd;
}
.tq_news_list .tq_news_button, .tq_news_list .tq_news_button a {
	width: 70px;
	height: 28px;
	line-height: 28px;
	display: block;
	overflow: hidden;
	font-size: 14px;
	color: #c9151e;
	text-align: center;
}
.tq_news_list .tq_news_button a:hover {
	background-color: #c9151e;
	color: #fff;
	text-decoration: none;
}
/*新闻焦点*/
.tq_index_news .tq_news_focus {
	width: 290px;
	height: 230px;
	float: right;
	display: inline;
}
.newsScroll-left{
	width: 290px;
	height: 230px;
	overflow: hidden;
	position:relative;
}
.newsScroll-left .hd {
	overflow: hidden;
	height: 22px;
	position: absolute;
	top: 208px;
	right: -5px;
}
.newsScroll-left .hd .prev, .newsScroll-left .hd .next {
	/*display: block;*/
	display: none;
	width: 5px;
	height: 9px;
	float:right;
	margin-right: 5px;
	margin-top: 10px;
	overflow: hidden;
	background: url(../images/arrow.png) no-repeat;
}
.newsScroll-left .hd .next {
	background-position: 0 -50px;
}
.newsScroll-left .hd ul {
	float: right;
	overflow: hidden;
	zoom: 1;
}
.newsScroll-left .hd ul li {
	float: left;
	width: 9px;
	height: 9px;
	overflow: hidden;
	margin-right: 5px;
	margin-top: 13px;
	text-indent: -999px;
	background: url(../images/icoCircle.gif) no-repeat 0px -9px;
}
.newsScroll-left .hd ul li.on {
	background-position: 0px 0px;
}
.newsScroll-left .bd {
	width: 290px;
	height: 200px;
	overflow: hidden;
}
.newsScroll-left .bd ul {
	overflow: hidden;
	zoom: 1;
}
.newsScroll-left .bd ul li {
	float: left;
	_display: inline;
	overflow: hidden;
	text-align: center;
}
.newsScroll-left .bd ul li .news {
	position: relative;
	text-align: left;
}
.newsScroll-left .bd ul li .news img {
	width: 290px;
	height: 200px;
	display: block;
}
.newsScroll-left .bd ul li .news .title {
	position: absolute;
	width: 270px;
	height: 30px;
	overflow: hidden;
	display: block;
	left: 0px;
	bottom: 0px;
	line-height: 30px;
	background-image: url(../images/tq_news_focus_bg.png);
	font-size: 14px;
	padding: 0px 10px;
}
.newsScroll-left .bd ul li .news .title, .newsScroll-left .bd ul li .news .title a {
	color: #fff;
}

/*推荐项目*/
#tq_index .tq_index_project {
	float: right;
	display: inline;
}
.tq_index_project {
	width: 730px;
	height: 280px;
	overflow: hidden;
}
.picScroll-left{
	width: 730px;
	height: 230px;
	overflow: hidden;
	position:relative;
}
.picScroll-left .hd {
	overflow: hidden;
	height: 22px;
	position: absolute;
	top: 208px;
	right: -5px;
}
.picScroll-left .hd .prev, .picScroll-left .hd .next {
	/*display: block;*/
	width: 5px;
	height: 9px;
	float:right;
	margin-right: 5px;
	margin-top: 10px;
	overflow: hidden;
	background: url(../images/arrow.png) no-repeat;
	display: none;
}
.picScroll-left .hd .next {
	background-position: 0 -50px;
}
.picScroll-left .hd ul {
	float: right;
	overflow: hidden;
	zoom: 1;
}
.picScroll-left .hd ul li {
	float: left;
	width: 9px;
	height: 9px;
	overflow: hidden;
	margin-right: 5px;
	margin-top: 13px;
	text-indent: -999px;
	background: url(../images/icoCircle.gif) no-repeat 0px -9px;
}
.picScroll-left .hd ul li.on {
	background-position: 0px 0px;
}
.picScroll-left .bd {
	width: 730px;
	height: 230px;
	overflow: hidden;
}
.picScroll-left .bd ul {
	overflow: hidden;
	zoom: 1;
}
.picScroll-left .bd ul li .words {
	width: 310px;
	overflow: hidden;
	float: left;
}
.picScroll-left .bd ul li .words .title {
	height: 30px;
}
.picScroll-left .bd ul li .words .title,
.picScroll-left .bd ul li .words .title a {
	color: #7e7e7e;
}
.picScroll-left .bd ul li .words .title a:hover {
	color: #c9151e;
	text-decoration: none;
}
.picScroll-left .bd ul li .words .brief {	
	/*height: 112px;*/
	margin-bottom: 20px;
}
.picScroll-left .bd ul li .words .button, .picScroll-left .bd ul li .words .button a {
	width: 90px;
	height: 28px;
	line-height: 28px;
	display: block;
	overflow: hidden;
	font-size: 14px;
	color: #c9151e;
	text-align: center;
/*}
.picScroll-left .bd ul li .words .button a:hover {*/
	background-color: #c9151e;
	color: #fff;
	text-decoration: none;
}
.picScroll-left .bd ul li .pic {
	display: inline;
	float: right;
}
.picScroll-left .bd ul li .pic img {
	width: 410px;
	height: 200px;
}


/*
品牌活动
*/
#tq_brand, #tq_brand .tq_brand_left, #tq_brand .tq_brand_main,
.tq_brand_main li, .tq_brand_main .brand_pic, .tq_brand_main .broad_space {
	height: 96px;
	overflow: hidden;
}
#tq_brand {
	margin: 10px auto;
}
/*#tq_brand .tq_brand_left {
	width: 209px;
	line-height: 96px;
	border-right: 1px solid #ccc;
	float: left;
}*/
#tq_brand .tq_brand_main {
	/*width: 1135px;*/
	width: 1345px;
	/*float: right;
	display: inline;*/
	margin: 0px auto;
	
}
.tq_brand_main ul {
	float: right;
}
.tq_brand_main li {
	float: left;
	display: inline;
}
.tq_brand_main .broad_pic {
	width: auto;
	main-width: 170px;
}
.tq_brand_main .broad_space {
	width: 1px;
	background-color: #ccc;
	/*margin: 0px 35px;*/
	margin: 0px 70px;
}