@charset "utf-8";
/*
date: 2016-05
author: 自贡固源科技
copyright: 自贡市意树文化传播有限公司
*/
/* CSS Document */
/*
公用
*/
#banner, .flexslider, .flexslider .slides li, .flexslider .slides li a {
	height: 390px;
}
#main {
	clear: both;
	width: 100%;
	display: table;
	padding: 40px 0px 50px;
	background: url(../images/mainBg.jpg) no-repeat bottom center;
	background-attachment: fixed;
}
/*头部*/
#main .header {
	width: 100%;
	height: 52px;
	background: url(../images/indexBg.png) no-repeat top center;
	position: relative;
	overflow: hidden;
}
#main .header .ch, #main .header .en {
	position: absolute;
	left: 50%;
}
#main .header .ch {
	width: 130px;
	height: 25px;
	top: 0px;
	margin-left: -65px;
	background-repeat: no-repeat;
	background-position: top center;
}
#main .header .ch a {
	width: 100%;
	height: 25px;
	display: block;
}
#main .header .en {
	width: 180px;
	bottom: 0px;
	margin-left: -90px;
}
#main .header .en, #main .header .en a {
	color: #8f8d8d;
}
/*导航*/
#main .nav {
	width: 1180px;
	margin: 0px auto;
	text-align: center;
	display: table;
	padding-top: 10px;
}
#main .nav a {
	display: inline-block;
	height: 30px;
	line-height: 30px;
	font-size: 16px;
	padding: 0px 20px;
	margin: 10px 10px 0px;
	background-color: #e0e0e0;
	color: #202020;
}
#main .nav a:hover, #main .nav a.cur {
	background-color: #cc000d;
	color: #fff;
}

/*
单页
*/
.page {
	clear: both;
	width: 1180px;
	margin: 25px auto 0px;
}
.page p {
	margin: 0px;
}
.page img {
	width: auto;
	max-width: 1160px;
	height: auto;
}

/*
末级
*/
#main h1 {
	width: 1180px;
	margin: 25px auto 0px;
	display: block;
	text-align: center;
	font-size: 24px;
	color: #cc000d;
	line-height: 40px;
}
#main .info {
	width: 1180px;
	margin: 10px auto 0px;
}
#main .button {
	width: 1180px;
	margin: 15px auto;
	text-align: center;
}
#main .button a {
	display: inline-block;
	margin: 0px 10px;
	padding: 0px 30px;
}
#main .button .b1 {
	background-color: #e0e0e0;
	color: #5a5a5a;
}
#main .button .b2 {
	background-color: #cc000d;
	color: #fff;
}

/*
图片
*/
#pic {
	width: 1212px;
	margin: 10px auto 0px;
	display: table;
	padding-bottom: 15px;
}
#pic li {
	width: 303px;
	float: left;
	margin-top: 20px;
}
#pic li a {
	width: 270px;
	height: 250px;
	display: block;
	overflow: hidden;
	margin: 0px auto;
}
#pic li a img {
	padding: 1px;
	border: 1px solid #e0e0e0;
}
#pic li a:hover img {
	border: 1px solid #cc000d;
}
#pic li a h1 {
	font-size: 14px;
	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: #cc000d;
}
#pic div {
	width: 1180px;
	margin: 0px auto;
	height: 0px;
	border-bottom: 1px dashed #e0e0e0;
	float: left;
}

/*
分页
*/
#fy {
	clear: both;
	width: 1200px;
	margin: 0px auto;
	display: table;
	padding: 10px 0px 20px;
}
#fy a {
	display: inline-block;
	padding: 0px 8px;
	margin: 0px 4px;
	line-height: 23px;
	border: 1px solid #e0e0e0;
}
#fy .p {
	padding: 0px 15px;
}
#fy a:hover, #fy a.cur, #fy .p:hover {
	background-color: #cc000d;
	color: #fff;
	border: 1px solid #cc000d;
}

/*
新闻
*/
#news {
	width: 1180px;
	margin: 15px 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: 14px;
	line-height: 40px;
	width: 1064px;
	height: 40px;
	display: block;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	text-align: left;
	margin: 0px;
	color: #5a5a5a;
	float: left;
}
#news li a:hover h1 {
	color: #cc000d;
}
#news li a span {
	width: 70px;
	padding-right: 5px;
	text-align: right;
	font-size: 12px;
}
#news div {
	width: 1180px;
	margin: 15px auto;
	height: 0px;
	border-bottom: 1px dashed #e0e0e0;
	float: left;
}