@charset "utf-8";
/*
date: 2015-10
author: www.sczg.com
copyright: 自贡高中压阀门股份有限公司
*/
/* CSS Document */
/*
公用
*/
/*横幅*/
#tq_banner {
	width: 100%;
	height: 370px;
	overflow: hidden;
	background-repeat: no-repeat;
	background-position: top center;
}
/*主体*/
#tq_main {
	width: 100%;
}
.tq_main {
	width: 980px;
	margin: 0px auto;
	display: table;
	padding: 5px 0px 25px;
}
.tq_main .lefts {
	width: 224px;
}
.tq_main .rights {
	width: 728px;
}
.tq_main .lefts .catename {
	width: 200px;
	height: 69px;
	line-height: 69px;
	padding-left: 24px;
	background-image: url(../images/tq_catename.jpg);
	color: #fff;
}
/*导航*/
.tq_nav {
	width: 222px;
	border-right: 1px solid #ddd;
	border-left: 1px solid #ddd;
	display: table;
}
.tq_nav li {
	width: 222px;
	height: 49px;
	overflow: hidden;
	line-height: 49px;
	overflow: hidden;
	font-size: 14px;
	border-bottom: 1px solid #ddd;
	background: url(../images/tq_nav.gif) no-repeat 190px center;
}
.tq_nav li a {
	width: 140px;
	height: 29px;
	padding: 0px 45px 0px 37px;
	display: block;
	color: #666;
}
.tq_nav li a:hover, .tq_nav li.cur a {
	color: #0858b1;
}
/*联系*/
.tq_main .lefts .lxname {
	width: 200px;
	height: 49px;
	line-height: 49px;
	padding-left: 24px;
	background-image: url(../images/tq_lxname.jpg);
	color: #fff;
	margin-top: 34px;
}
.tq_main .lefts .contact {
	width: 222px;
	border-right: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	border-left: 1px solid #ddd;
	display: table;
}
.tq_main .lefts .contact .tel {
	border-bottom: 1px solid #ddd;
	width: 222px;
	height: 88px;
	background-image: url(../images/tq_tel.jpg);
	line-height: 60px;
	color: #333;
}
.tq_main .lefts .contact .con {
	width: 222px;
	height: 93px;
	padding-top: 6px;
}
.tq_main .lefts .contact .con div {
	width: 222px;
	height: 46px;
	line-height: 46px;
	color: #333;
}
.tq_main .lefts .contact .con span {
	width: 91px;
	height: 30px;
	line-height: 30px;
	background-image: url(../images/tq_lxBut.jpg);
	display: block;
	margin: 0px auto;
}
.tq_main .lefts .contact .con span, .tq_main .lefts .contact .con span a {
	color: #fff;
}
.tq_main .lefts .contact .con span a {
	width: 100%;
	height: 30px;
	display: block;
}
/*右侧*/
.tq_main .rights .head {
	width: 686px;
	height: 66px;
	padding: 0px 20px;
	border: 1px solid #e9e9e9;
	line-height: 66px;
	background-color: #f8f8f8;
}
.tq_main .rights .head h2 {
	color: #0858b1;
}
.tq_main .rights .head div, .tq_main .rights .head div a {
	color: #999;
}
.tq_main .rights .head div span, .tq_main .rights .head div a:hover {
	color: #0857b0;
}
/*内容区*/
.tq_main .rights .body {
	width: 726px;
	border-right: 1px solid #e9e9e9;
	border-bottom: 1px solid #e9e9e9;
	border-left: 1px solid #e9e9e9;
	background-color: #fff;
	display: table;
}

/*
单页
*/
.tq_page {
	width: 686px;
	margin: 0px auto;
	padding: 20px 0px;
}
.tq_page, .tq_page a {
	color: #5f5e5e;
}
.tq_page p {
	margin: 0px;
}
.tq_page a:hover {
	color: #333;
	text-decoration: underline;
}

/*
图片
*/
.tq_pic {
	width: 708px;
	margin: 30px auto 0px;
	display: table;
}
.tq_pic li {
	width: 354px;
	height: 300px;
	float: left;
}
.tq_pic li a {
	width: 324px;
	height: 300px;
	display: block;
	margin: 0px auto 10px;
}
.tq_pic li a img {
	border: 2px solid #e9e9e9;
}
.tq_pic li a:hover img {
	border: 2px solid #0858b1;
}
.tq_pic li a div {
	width: 324px;
	height: 55px;
	overflow: hidden;
	line-height: 55px;
	text-align: center;
	font-size: 18px;
	color: #5a5a5a;
}
.tq_pic li a:hover div {
	color: #0858b1;
}

/*
新闻
*/
.tq_news {
	width: 685px;
	margin: 20px auto 0px;
	display: table;
}
.tq_news li {
	width: 685px;
	height: 109px;
	float: left;
	margin-top: 10px;
}
.tq_news li a {
	width: 685px;
	height: 109px;
	display: block;
}
.tq_news li a:hover {
	color: #e40809;
}
.tq_news li a .date {
	width: 80px;
	height: 109px;
	background-image: url(../images/tq_news.jpg);
	background-repeat: no-repeat;
	background-position: top center;
}
.tq_news li a:hover .date {	
	background-position: bottom center;
}
.tq_news li a .date div {
	font-size: 44px;
	line-height: 81px;
	color: #fff;
}
.tq_news li a .date span {
	font-size: 12px;
	line-height: 28px;
	color: #fff;
}
.tq_news li a .content {
	width: 604px;
	height: 107px;
	border-top: 1px solid #cfcfcf;
	border-right: 1px solid #cfcfcf;
	border-bottom: 1px solid #cfcfcf;
}
.tq_news li a:hover .content {
	border-top: 1px solid #0858b2;
	border-right: 1px solid #0858b2;
	border-bottom: 1px solid #0858b2;
}
.tq_news li a .content h1 {
	width: 574px;
	height: 34px;
	overflow: hidden;
	line-height: 34px;
	margin: 16px auto 0px;
	font-size: 14px;
	color: #2f2f2f;
}
.tq_news li a:hover .content h1 {
	color: #0858b2;
}
.tq_news li a .content div {
	width: 574px;
	height: 40px;
	overflow: hidden;
	font-size: 12px;
	line-height: 20px;
	color: #646464;
	margin: 0px auto;
}


/*
新闻详细
*/
.tq_view {
	width: 686px;
	margin: 0px auto;
}
.tq_view h1 {
	width: 686px;
	text-align: center;
	line-height: 28px;
	font-size: 18px;
	color: #1f1f1f;
	padding-top: 25px;
}
.tq_view .time {
	color: #999;
	border-bottom: 1px solid #cfcfcf;
}
.tq_view .content {
	color: #5f5f5f;
}

/*
产品
*/
.tq_pro {
	width: 720px;
	margin: 5px auto 0px;
}
.tq_pro li {
	width: 240px;
	height: 195px;
	float: left;
	margin-top: 25px;
}
.tq_pro li a {
	width: 218px;
	height: 195px;
	display: block;
	margin: 0px auto;
}
.tq_pro li a img {
	border: 1px solid #9ebcf8;
}
.tq_pro li a:hover img {
	border: 1px solid #0e5cb3;
}
.tq_pro li a h1 {
	width: 210px;
	height: 42px;
	line-height: 42px;
	font-size: 14px;
	color: #4b4c4d;
	text-align: center;
	margin-top: 8px;
	padding: 0px 4px;
	background-color: #dbe2ec;
}
.tq_pro li a:hover h1 {
	color: #fff;
	background-color: #0858b1;
}