@charset 'UTF-8';
/* 页面头部 */
body {
	/*background: url(../images/indexbg.png);*/
	background: url("../images/mj.png") 1600px 1200px no-repeat,
	url("../images/mj.png") 200px 1800px no-repeat,
	url("../images/mj.png") 1600px 2500px no-repeat,
	url("../images/mj.png") 200px 3500px no-repeat,
	url("../images/indexbg.png");
}
.top {
	height: 120px;
	min-width: 1400px;
	background-image: url("../images/top_dw1.png"),url("../images/top_dw2.png");
	background-repeat: no-repeat,no-repeat;
	background-position: 100px 0,1200px 0;
	/* background-color: #B57142; */
	background-color: #91040c;
}
.logo {
	background: url("../images/logo.png") no-repeat;
	height: 100px; 
	width: 200px;

}
.search {
	height: 60px;
	border-radius: 5px;
	overflow: hidden;
}
.input {
	width: 260px;
	height: 60px;
}
.submit {
	width: 60px;
	height: 60px;
	background: url("../images/icon_fdj.png") no-repeat center center;
	background-color: rgba(255,255,255,0.6);
	margin-left: -5px;
}
.submit:hover {
	transition: .3s;
	background-color: rgba(255,255,255,0.3);
}
/* 导航栏 */
.nav {
	min-width: 1400px;
	background: url("../images/nav_dw.png");
	/* background-color: #763507; */
	background-color: #7b0a11;
	height: 60px;
}
.nav ul li {
	width: 175px;
	height: 60px;
	line-height: 60px;
	background-color: rgba(0,0,0,0);
	transition: .3s;
}

.nav ul li span {
	width: 50px;
	height: 60px;
	vertical-align: top;
	background-image: url("../images/navicon.png");
}
.nav ul li b {
	height: 60px;
	vertical-align: top;
}

.nav ul li:nth-child(1) span{background-position: 0px 0px}
.nav ul li:nth-child(2) span{background-position: 0px -60px}
.nav ul li:nth-child(3) span{background-position: 0px -120px}
.nav ul li:nth-child(4) span{background-position: 0px -180px}
.nav ul li:nth-child(5) span{background-position: 0px -240px}
.nav ul li:nth-child(6) span{background-position: 0px -300px}
.nav ul li:nth-child(7) span{background-position: 0px -360px}
.nav ul li:nth-child(8) span{background-position: 0px -420px}
.nav ul li.on span {background-position-x: -60px;}
.nav ul li:hover{background-color: rgba(0,0,0,.2)}
.nav ul li.on {background-color: #f2ece8;color: #763507;}

/* 内容页左侧公共部分 */
.container {
	min-width:1400px;
	background: url("../images/bottomBg.jpg") bottom center no-repeat,
	url("../images/mj.png") 0 500px no-repeat,
	url("../images/mj.png") 1400px 10px no-repeat,
	url("../images/mj.png") bottom center no-repeat;
}

.container .left{
	width: 320px;
	height: 985px;
	background: url("../images/left-bg.png");
}
.container .left h2 {
	margin-top: 45px;
	padding-left: 60px;
	color:#8B5530;
	background: url("../images/icon-gzzx.png") 20px 9px no-repeat;
}
.container .left ul li {
	line-height: 50px;
	height: 50px;
	color: #8B5530;
}
.container .left ul li:hover {
	transition: .3s;
	cursor: pointer;
	background-color:  rgba(255,255,255,.3);
}
.container .left li p {
	border-bottom: 1px solid #B57142;
}
.container .left li:hover p {
	transition: .3s;
	border-color: transparent;
}
.container .left ul li span {
	width: 50px;
	height: 50px;
	background: url("../images/page2.png") 0px center no-repeat;
}
.container .left ul li.active p {
	border-bottom: none;
}
.container .left ul li.active {
	color: white;
	background-color: #B57142!important;
}
.container .left ul li.active span {
	background: url("../images/page1.png") 0px center no-repeat;
}

/* footer */
.footer {
	min-width: 1400px;
	background: #333;
	height: 252px;
}
.footer-logo {
	margin-right: 20px;
	margin-left: 60px;
	margin-top: 80px;
}
.sydwlogo {
	margin-left: 100px;
	margin-top: 70px;
}
.footer-nav {
	color: #cacaca;
	border-left: 1px solid #c49a6d;
	width: 807px;
}
.footer-nav ul {
	font-size: 19px;
}
.footer-nav ul li {
	width: 100px;
}
.footer-nav ul li:hover {
	border-radius: 5px;
	background: #cacaca;
	color: #333;
	transition: .3s;
}
.footer-nav p {
	color: #ABAAAA;
}

/* 内容部分样式独立控制 */
.article{
	font-size: 16px;
	line-height: 2;
}
.article p,.article div{
	padding-bottom: 20px;
}
.article p img,.article div img{
	padding:15px;
	background:#fff;
	box-shadow:0 0 8px #bbb;
}
.article table td img{
	margin-top:10px;
    padding:5px;
	background:#fff;
}

/* 分页 */
.shpa, #showpage { text-align: center; margin-bottom: 5px; overflow: auto; zoom: 1; padding:20px 10px; font-size:14px; }
.shpa b, #showpage b { padding: 0 8px 0; color: #FFF; display: inline-table; border: 1px solid #9e480d; background: #9e480d; }
.shpa a, #showpage a { padding: 0 8px 0; color: #a9a9a9; display: inline-table; border: 1px solid #e8e8e8; background:#fdfdfd; }
.shpa a:hover, #showpage a:hover { color: #fff; background: #9e480d; border: 1px solid #9e480d; text-decoration: none; }