@charset "utf-8";
/* CSS Document */
body {
	margin: 0 auto;
	font-family: "宋体";
	font-size: 14px;
	color: #383838;
	width: 100%;
	background-color: #eee;
}

img {
	border: 0px;
}

ul,li {
	list-style-type: none;
}

a {
	text-decoration: none;
}

* {
	padding: 0;
	margin: 0;
	border: 0
}

#wrap {
	width: 100%;
	height: auto;
	margin: 0 auto;
	overflow: hidden;
}

.header {
	background: #c80000;
	width: 100%;
	height: 219px;
}

.logo {
	width: 1024px;
	height: 174px;
	margin: 0 auto;
	background: url(/syss/css/../images/logo.jpg) no-repeat;
}

.logo span {
	float: right;
	color: #fff;
	font-size: 16px;
	font-family: "Microsoft Yahei";
	line-height: 100px;
}

.nav {
	width: 100%;
	height: 45px;
	background: url(/syss/css/../images/nav.jpg) repeat-x;
	-background-color: #cc0000;
}

.menu {
	width: 960px;
	height: 45px;
	margin: 0 auto;
}

.menu li {
	float: left;
	width: 110px;
	text-align: center;
	line-height: 45px;
	-border-left: 1px solid #eee;
	padding-right: 26px;
}

.menu li a {
	display: block;
	color: #fff;
	font-size: 16px;
	font-weight: bold;
}

.menu li a:hover {
	color: #684242;
	background-color: #fff;
}

.main {
	width: 1024px;
	height: auto;
	margin: 0 auto;
	background: #fff;
	overflow: hidden;
}

.mainbox {
	padding: 20px 30px;
}

.main1-lf {
	float: left;
	width: 300px;
	height: 280px;
	margin-right: 30px;
}

.main1-min {
	float: left;
	width: 300px;
	height: 280px;
}

.main1-rt {
	float: right;
	height: 280px;
	width: 300px;
}

.tt {
	background: url(/syss/css/../images/titlebg.gif) repeat-x;
	width: 300px;
	height: 39px;
	line-height: 39px;
}

.tt h2 {
	font-size: 16px;
	color: #cc0000;
	padding-left: 10px;
}

.tt span {
	float: right;
	padding-right: 10px;
}

.tt span a {
	color: #666;
	font-size: 12px;
}

.tt span a:hover {
	padding-bottom: 2px;
	text-decoration: underline;
}

.con {
	padding-top: 20px;
	width: 300px;
}

.con ul {
	padding: 0 10px;
}

.con li {
	height: 35px;
	line-height: 35px;
	padding-left: 10px;
	overflow: hidden;
	background: url(/syss/css/../images/arrow.gif) no-repeat 0px 15px;
}

.con li a {
	border-bottom: 1px dotted #BBB;
	padding-bottom: 1px;
	color: #666;
	font-size: 12px;
}

.con li a:hover {
	border-bottom: none;
	color: #cc0000;
}

.con li span {
	float: right;
	color: #666;
	font-size:13px;
}

.main2 {
	clear: both;
	height: 280px;
	width: 960px;
	padding-top: 20px;
}

.main2-lf {
	float: left;
	height: 280px;
	width: 300px;
	margin-right: 30px;
}

.main2-min {
	float: left;
	height: 280px;
	width: 300px;
	margin-right: 30px;
}

.main2-rt {
	float: right;
	height: 280px;
	width: 300px;
}

.footer {
	width: 100%;
	height: 130px;
	clear: both;
	background: #cc0000;
}

.footerbox {
	width: 1024px;
	height: 130px;
	margin: 0 auto;
	text-align: center;
	font-family: "微软雅黑";
	padding-top: 25px;
	letter-spacing: 0.1em;
	line-height: 30px;
	color: #fff;
}

/* 焦点图 水平滚动
------------------------------ */
.slide_x {
	overflow: hidden;
	position: relative;
	width: 300px;
	height: 280px;
	background: #000;
}

.slide_x a {
	color: #eee;
	text-decoration: none;
}

.slide_x .box {
	overflow: hidden;
	position: relative;
	width: 300px;
	height: 280px;
}

.slide_x .list {
	overflow: hidden;
	width: 9999px;
}

.slide_x .list li {
	float: left;
	position: relative;
	width: 300px;
}

.slide_x .list img {
	vertical-align: top;
}

.slide_x .list p {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 24px;
	color: #eee;
	font: 12px/24px "\5b8b\4f53";
	text-indent: 12px;
	filter: progid:DXImageTransform.Microsoft.gradient(enabled='true',startColorstr='#99000000',endColorstr='#99000000');
	background: rgba(0,0,0,0.6);
}

.slide_x .btn {
	overflow: hidden;
	position: absolute;
	bottom: 4px;
	right: 6px;
}

.slide_x .btn li {
	float: left;
	width: 16px;
	height: 16px;
	margin: 0 0 0 10px;
	border-radius: 2px;
	background: #eee;
	color: #333;
	font: 11px/16px Tahoma;
	text-align: center;
	cursor: pointer;
}

.slide_x .btn .selected {
	background: #f30;
	color: #fff;
}

