@charset "utf-8";
/*
date: 2016-09
author: 固源科技
copyright: 自贡市亚威建筑材料有限公司
*/
/* CSS Document */
/*
公用
*/
#main {
	width: 100%;
	display: table;
	background-color: #fff;
	padding: 22px 0px 40px;
}
#main .header {
	width: 1180px;
	margin: 0px auto;
}
#main .header h1 {
	width: 310px;
	height: 116px;
	background: url(../images/titleBg.png) no-repeat center center;
	margin: 0px auto;
	display: block;
	font-size: 36px;
	font-weight: 900;
	text-align: center;
	line-height: 110px;
}
#main .header h1 a {
	width: 100%;
	height: 116px;
	text-align: center;
	display: block;
}
#main .header h1, section .header h1 a {
	color: #333;
}
/*导航*/
#main .nav {
	width: 1180px;
	margin: 0px auto;
	display: table;
	padding-top: 10px;
	text-align: center;
}
#main .nav a {
	display: inline-block;
	margin: 10px -3px 0px;
	color: #4f4f4f;
	background: url(../images/navBg.gif) repeat-x bottom center;
}
#main .nav a span {
	font-size: 20px;
	display: block;
	height: 40px;
	line-height: 40px;
	margin: 0px 8px;
	padding: 0px 20px 3px;
}
#main .nav a:hover, #main .nav a.cur {
	color: #e80009;
}
#main .nav a:hover span, #main .nav a.cur span {
	padding-bottom: 0px;
	border-bottom: 3px solid #e80009;
}

/*
单页
*/
.article {
	width: 1180px;
	margin: 10px auto 0px;
}
.article .title {
	width: 1130px;
	margin: 0px auto;
	display: table;
	font-weight: 900;
	color: #e80009;
}
.article .content {
	width: 1130px;
	margin: 10px auto 0px;
}
.article .content p {
	margin: 0px; padding:0
}
.article .content img {
	max-width: 1120px;
	height: auto;
}

/*
新闻
*/
#news {
	width: 1180px;
	margin: 20px auto 0px;
}
#news li {
	width: 100%;
	float: left;
	margin: 0px auto;
}
#news li a {
	width: 1160px;
	height: 40px;
	display: block;
	margin: 0px auto;
}
#news li a h1 {
	font-size: 16px;
	line-height: 40px;
	width: 992px;
	height: 40px;
	display: block;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	text-align: left;
	margin: 0px;
	float: left;
	background-image: url(../images/newsBg.gif);
	background-repeat: no-repeat;
	background-position: top left;
	padding-left: 24px;
}
#news li a:hover h1 {
	background-position: bottom left;
}
#news li a span {
	width: 70px;
	padding-right: 5px;
	text-align: right;
	font-size: 14px;
	color: #9f9f9f;
}
#news li a:hover span {
	color: #e80009;
}
#news div {
	width: 1180px;
	margin: 15px auto;
	height: 0px;
	border-bottom: 1px dashed #e0e0e0;
	float: left;
}
/*分页*/
#fy {
	clear: both;
	width: 1180px;
	margin: 0px auto;
	display: table;
	padding: 10px 0px 5px;
}
#fy a {
	display: inline-block;
	padding: 0px 10px;
	margin: 0px 5px;
	line-height: 28px;
	border: 1px solid #e0e0e0;
}
#fy a:hover, #fy a.cur {
	background-color: #e80009;
	color: #fff;
	border: 1px solid #e80009;
}
#fy .prev, #fy .next {
	background-image: url(../images/fyBg.jpg);
	background-repeat: no-repeat;
	border-width: 0px;
	padding: 0px;
	width: 12px;
	height: 30px;
}
#fy .prev {
	background-position: top left;
}
#fy .next {
	background-position: top right;
}
#fy .prev:hover, #fy .prev.cur, #fy .next:hover, #fy .next.cur {
	border-width: 0px;
}
#fy .prev:hover, #fy .prev.cur {
	background-position: bottom left;
}
#fy .next:hover, #fy .next.cur {
	background-position: bottom right;
}

/*
图片
*/
#pic {
	width: 1212px;
	margin: 28px auto 0px;
	display: table;
	padding-bottom: 15px;
}
#pic li {
	width: 303px;
	float: left;
	margin-top: 5px;
}
#pic li a {
	width: 270px;
	height: 250px;
	display: block;
	overflow: hidden;
	margin: 0px auto;
	font-size: 0px;
}
#pic li a img {
	border: 2px solid #e0e0e0;
}
#pic li a:hover img {
	border: 2px solid #e80009;
}
#pic li a h1 {
	font-size: 16px;
	width: 100%;
	height: 32px;
	overflow: hidden;
	line-height: 32px;
	white-space: nowrap;
	text-overflow: ellipsis;
	margin: -5px;
	color: #5a5a5a;
}
#pic li a:hover h1 {
	color: #e80009;
}
#pic div {
	width: 1180px;
	margin: 10px 16px;
	height: 0px;
	border-bottom: 1px dashed #e0e0e0;
	float: left;
}

/*
末级
*/
.article .info {
	width: 1180px;
	display: table;
	margin: 0px auto;
	border-bottom: 1px dashed #e0e0e0;
	color: #aaa;
}
.article .info span {
	color: #585858;
}
.article .button {
	width: 148px;
	height: 44px;
	display: block;
	color: #fff;
	background-color: #423e3c;
	margin: 28px auto 0px;
}
.article .button:hover {
	background-color: #e80009;
}
.article .view {
	width: 1160px;
	margin: 32px auto 0px;
	display: table;
	padding: 20px 10px 0px;
	border-top: 1px dashed #e0e0e0;
}
.article .view a {
	display: inline-block;
	color: #aaa;
	padding-left: 24px;
	max-width: 518px;
	height: 40px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	background: url(../images/viewBg.jpg) no-repeat center left;
}
.article .view a span {
	color: #585858;
}
.article .view a:hover span {
	text-decoration: underline;
}