@charset "utf-8";
/* CSS Document */
/*
公用
*/
#tq_main {
	clear: both;
	width: 100%;
	margin-top: 20px;
}
#tq_main .tq_main {
	width: 980px;
	margin: 0px auto;
	display: table;
}
/*左部*/
#tq_main .tq_main .tq_left {
	width: 228px;
	float: left;
}
#tq_main .tq_main .tq_left .tq_title {
	width: 228px;
	height: 40px;
	background-color: #c90a05;
}
#tq_main .tq_main .tq_left .tq_content {
	width: 206px;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	border-left: 1px solid #ccc;
	background-color: #fff;
	padding: 5px 10px;
}
/*导航*/
#tq_main .tq_main .tq_nav {
	width: 206px;
	margin: 5px 0px;
	overflow: hidden;
}
#tq_main .tq_main .tq_nav li
, #tq_main .tq_main .tq_nav li.cur
, #tq_main .tq_main .tq_nav li a:hover {
	width: 206px;
	height: 32px;
	display: block;
	overflow: hidden;
	background: url(../images/tq_nav_bg.gif) no-repeat center center;
	font-size: 14px;
	line-height: 32px;
	text-indent: 40px;
}
#tq_main .tq_main .tq_nav li, #tq_main .tq_main .tq_nav li a {
	color: #525252;
	text-decoration: none;
}
#tq_main .tq_main .tq_nav li.cur, #tq_main .tq_main .tq_nav li.cur a
, #tq_main .tq_main .tq_nav li a:hover {
	background: url(../images/tq_nav_cur.gif) no-repeat center center;
	color: #fff;
}
/*右部*/
#tq_main .tq_main .tq_right {
	width: 735px;
	float: right;
	display: inline;
	border: 1px solid #ccc;
	background-color: #fff;
}
#tq_main .tq_main .tq_right .tq_title {
	height: 30px;
	border-bottom: 1px solid #ccc;
	font-size: 12px;
	line-height: 30px;
}
#tq_main .tq_main .tq_right .tq_title .tq_category {
	padding-left: 10px;
	float: left;
}
#tq_main .tq_main .tq_right .tq_title .tq_position {
	padding-right: 10px;
	float: right;
}

/*
常规
*/
#tq_main .tq_main .tq_right .tq_content {
	padding: 5px 12px;
}

/*
新闻详细
*/
#tq_main .tq_main .tq_right .tq_view_title, #tq_main .tq_main .tq_right .tq_view_info, #tq_main .tq_main .tq_right .tq_view_content {
	width: 676px;
	margin: 0px auto;
	overflow: hidden;
}
#tq_main .tq_main .tq_right .tq_view_title {
    /* height: 60px; */
    margin-top: 5px;
    /* background-image: url(../images/tq_view_bg.jpg); */
    line-height: 30px;
}
#tq_main .tq_main .tq_right .tq_view_info {
	height: 30px;
	border-bottom: 1px solid #ccc;
}

/*
新闻列表
*/
#tq_main .tq_main .tq_right .tq_news
, #tq_main .tq_main .tq_right .tq_news > ul > li {
	width: 686px;
	margin: 0px auto;
	overflow: hidden;
}
#tq_main .tq_main .tq_right .tq_news > ul > li {
	height: 34px;
	line-height: 34px;
	background: #fff url(../images/tq_news_li_bg.gif) repeat-x left bottom;
	font-size: 12px;
}
#tq_main .tq_main .tq_right .tq_news > ul > li > a {
	color: #525252;
	width: 600px;
	float: left;
	padding-left: 10px;
	background: url(../images/tq_news_li_a_bg.gif) no-repeat left center;
	text-decoration: none;
	overflow: hidden;
}
#tq_main .tq_main .tq_right .tq_news > ul > li > a:hover {
	color: #e02f00;	
	background: url(../images/tq_news_li_a_bg_cur.gif) no-repeat left center;
}
#tq_main .tq_main .tq_right .tq_news > ul > li > span {
	color: #525252;
	width: 76px;
	float: right;
	text-align: right;
}

/*
分页
*/
#tq_main .tq_main .tq_right .tq_page {
	clear: both;
	width: 676px;
	margin: 0px auto;
	text-align: center;
}

/*
行业
*/
#tq_main .tq_main .tq_right .tq_industry {
	width: 724px;
	margin: 0px auto;
	overflow: hidden;
}
/*#tq_main .tq_main .tq_right .tq_industry > ul {
	background-image: url(../images/tq_line.gif);
}*/
#tq_main .tq_main .tq_right .tq_industry > ul > li {
	width: 330px;
	height: 110px;
	float: left;
	border-bottom: 1px dotted #c7c5c5;
	padding: 0px 16px;
}
#tq_main .tq_main .tq_right .tq_industry > ul > li > a > img {
	width: 60px;
	height: 60px;
	margin: 25px 10px 25px 0px;
	float: left;
}
#tq_main .tq_main .tq_right .tq_industry > ul > li > dl {
	width: 260px;
	height: 110px;
	float: right;
	display: inline;
}
#tq_main .tq_main .tq_right .tq_industry > ul > li > dl > dt, #tq_main .tq_main .tq_right .tq_industry > ul > li > dl > dt > a
, #tq_main .tq_main .tq_right .tq_industry > ul > li > dl > dd {
	font-size: 12px;
	color: #525252;
}
#tq_main .tq_main .tq_right .tq_industry > ul > li > dl > dt {
	margin-top: 20px;
	font-weight: bold;
}
#tq_main .tq_main .tq_right .tq_industry > ul > li > dl > dt > a:hover {
	color: #e02f00;
}
#tq_main .tq_main .tq_right .tq_industry > ul > li > dl > dd {
	margin-top: 10px;
	line-height: 24px;
}
/*#tq_main .tq_main .tq_right .tq_industry > ul > li.hr {
	width: 724px;
	margin: 0px auto;
	overflow: hidden;
	height: 1px;
	border-bottom: 1px dotted #c7c5c5;
}*/

/*
产品
*/
#tq_main .tq_main .tq_right .tq_product {
	width: 704px;
	margin: 0px auto;
	overflow: hidden;
}
#tq_main .tq_main .tq_right .tq_product > ul > li {
	height: 110px;
	border-bottom: 1px dotted #c7c5c5;
	display: table;
}
#tq_main .tq_main .tq_right .tq_product > ul > li > a > img {
	width: 140px;
	height: 142px;
	border: 1px solid #ccc;
	margin: 11px 22px 5px 0px;
	float: left;
}
#tq_main .tq_main .tq_right .tq_product > ul > li:hover > a > img {
	border: 1px solid #e02f00;
}
#tq_main .tq_main .tq_right .tq_product > ul > li > dl {
	width: 540px;
	height: 160px;
	float: right;
	display: inline;
}
#tq_main .tq_main .tq_right .tq_product > ul > li > dl > dt, #tq_main .tq_main .tq_right .tq_product > ul > li > dl > dt > a
, #tq_main .tq_main .tq_right .tq_product > ul > li > dl > dd {
	color: #525252;
}
#tq_main .tq_main .tq_right .tq_product > ul > li > dl > dt {
	margin-top: 11px;
	font-weight: bold;
	font-size: 14px;
}
#tq_main .tq_main .tq_right .tq_product > ul > li:hover > dl > dt > a {
	color: #e02f00;
}
#tq_main .tq_main .tq_right .tq_product > ul > li > dl > dd {
	font-size: 12px;
	margin-top: 10px;
	line-height: 24px;
}

/*荣誉*/
#tq_main .tq_main .tq_right .tq_honor {
	width: 700px;
	margin: 0px auto;
	overflow: hidden;
}
#tq_main .tq_main .tq_right .tq_honor > ul > li {
	width: 350px;
	text-align: center;
	float: left;
}
#tq_main .tq_main .tq_right .tq_honor > ul > li > a > img {
	border: 2px solid #ccc;
}
#tq_main .tq_main .tq_right .tq_honor > ul > li:hover > a > img {
	border: 2px solid #e02f00;
}
#tq_main .tq_main .tq_right .tq_honor > ul > li > div > a {
	color: #525252;
}
#tq_main .tq_main .tq_right .tq_honor > ul > li:hover > div > a {
	color: #e02f00;
}

/*
预约
*/
#tq_main .tq_main .tq_right .tq_form {
	width: 460px;
	height: 35px;
	margin: 0px auto;
}
#tq_main .tq_main .tq_right .tq_form .tq_form_left
, #tq_main .tq_main .tq_right .tq_form .tq_form_left2 {
	width: 60px;
	float: left;
	line-height: 35px;
}
#tq_main .tq_main .tq_right .tq_form .tq_form_left2 {
	line-height: 122px;
}
#tq_main .tq_main .tq_right .tq_form .tq_form_right {
	width: 400px;
	float: right;
}
#tq_main .tq_main .tq_right .tq_form .tq_form_right {
	width: 400px;
	float: right;
}
#tq_main .tq_main .tq_right .tq_form .tq_form_right > input {
	width: 390px;
	height: 33px;
	border: 1px solid #ccc;
	padding: 0px 4px;
}
#tq_main .tq_main .tq_right .tq_form .tq_form_right > textarea {
	width: 390px;
	height: 100px;
	border: 1px solid #ccc;
	line-height: 20px;
	padding: 10px 4px;
}
#tq_main .tq_main .tq_right .tq_button {
	clear: both;
	margin: 0px auto;
	width: 460px;
	text-align: right;
}

/*
留言列表
*/
#tq_main .tq_main .tq_right .tq_list
, #tq_main .tq_main .tq_right .tq_list .tq_title {
	width: 686px;
	overflow: hidden;
}
#tq_main .tq_main .tq_right .tq_list {
	margin: 0px auto;	
	border-bottom: 1px dotted #c7c5c5;
}
#tq_main .tq_main .tq_right .tq_list .tq_title {
	border: none;
}
#tq_main .tq_main .tq_right .tq_list .tq_title .tq_title_left, #tq_main .tq_main .tq_right .tq_list .tq_title .tq_title_right {
	height: 24px;
	line-height: 24px;
}
#tq_main .tq_main .tq_right .tq_list .tq_title .tq_title_left {
	width: 346px;
	float: left;
	border-bottom: 2px solid #c90a05;
}
#tq_main .tq_main .tq_right .tq_list .tq_title .tq_title_left > span
, #tq_main .tq_main .tq_right .tq_list .tq_reply .tq_reply_left {
	width: 46px;
	float: left;
}
#tq_main .tq_main .tq_right .tq_list .tq_title .tq_title_right {
	width: 335px;
	float: right;
	display: inline;
	text-align: right;
	border-bottom: 2px solid #ccc;
	padding-right: 5px;
}
#tq_main .tq_main .tq_right .tq_list .tq_content {
	padding-left: 46px;
	width: 640px;
}
#tq_main .tq_main .tq_right .tq_list .tq_reply {
	background-color: #f1f1f1;
	height: auto;
	min-height: 24px;
	display: table;
	margin-top: 10px;
}
#tq_main .tq_main .tq_right .tq_list .tq_reply .tq_reply_right {
	width: 640px;
	float: right;
	display: inline;
}

/*
在线申请：2014-11-29 ADD
*/
#tq_main .tq_main .tq_right .tq_app {
	width: 660px;
	height: 35px;
	margin: 0px auto;
}
#tq_main .tq_main .tq_right .tq_app .tq_app_left
, #tq_main .tq_main .tq_right .tq_app .tq_app_right {
	line-height: 35px;
}
#tq_main .tq_main .tq_right .tq_app .tq_app_left {
	width: 380px;
	float: left;
}
#tq_main .tq_main .tq_right .tq_app .tq_app_right {
	width: 280px;
	float: right;
	display: inline;
}
#tq_main .tq_main .tq_right .tq_app .tq_app_left > span
, #tq_main .tq_main .tq_right .tq_app .tq_app_right > span {
	width: 132px;
	height: 33px;
	line-height: 33px;
	text-align: right;
	float: left;
}
#tq_main .tq_main .tq_right .tq_app .tq_app_right > span {
	width: 90px;
}
#tq_main .tq_main .tq_right .tq_app .tq_app_left > input
, #tq_main .tq_main .tq_right .tq_app .tq_app_right > input {
	width: 180px;
	height: 33px;
	border: 1px solid #ccc;
	padding: 0px 4px;
	float: left;
}
#tq_main .tq_main .tq_right .tq_appbut {
	clear: both;
	margin: 0px auto;
	width: 660px;
	text-align: right;
}