﻿/* CSS Document = Paco */
body {
	text-align: center;
	font-family: "宋体", Arial, Helvetica, sans-serif;
	margin: 0;
	padding: 0;
	font-size: 12px;
	color: #333;
	background-image: url(../image/bj.gif);
	background-repeat: repeat-x;
}
ul, img, dd, dt, dl, ol, form {
	margin: 0;
	padding: 0;
	border: 0;
} 
div,li, p, h1, h2, h3, h4, h5, h6 {
	margin: 0;
	padding: 0;
}
th, tr, td,table {
	font-size: 12px;
}
/*line-color*/
a:link {
	text-decoration: none;
	color: #333;
}
a:visited {
	text-decoration: none;
	color: #333;
}
a:hover {
	text-decoration: none;
	color: #FF0000;
}
a:active {
	text-decoration: none;
	color: #333;
}
.top {
	height: 300px;
	overflow: visible;
	margin-right: auto;
	margin-left: auto;
	background-image: url(../image/top.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}
.daohang {
	height: 32px;
	margin-bottom: 5px;
	overflow: auto;
	margin-right: auto;
	margin-left: auto;
	background-image: url(../image/daohangtiao.gif);
	background-repeat: repeat-x;
}
.wenzi {
	height: 32px;
	overflow: auto;
	margin-right: auto;
	margin-left: auto;
	font-size: 14px;
	line-height: 32px;
	text-align: center;
	width: 960px;
	color: #FFFFFF;
}
.wenzi a {
	padding-right: 20px;
	padding-left: 20px;
}
.wenzi a:link {
	text-decoration: none;
	color: #FFFFFF;
}
.wenzi a:visited {
	text-decoration: none;
	color: #FFFFFF;
}
.wenzi a:hover {
	text-decoration: none;
	color: #FF0000;
}
.wenzi a:active {
	text-decoration: none;
	color: #333;
}
.box {
	overflow: auto;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
	width: 960px;
}
.shang-left {
	text-align: center;
	width: 311px;
	float: left;
	height: 646px;
}
.huandengpian {
	width: 309px;
	float: left;
	height: 338px;
	border: 1px solid #9c91ed;
}
.shipin {
	width: 309px;
	float: left;
	height: 296px;
	border: 1px solid #9c91ed;
	margin-top: 8px;
	overflow: hidden;
}
.kuang {
	width: 100%;
	height: 32px;
	background-color: #dad5fe;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #9c91ed;
	overflow: hidden;
}
.kuang h3 {
	height: 14px;
	padding-top: 10px;
	padding-bottom: 8px;
	text-align: left;
	padding-left: 8px;
	font-weight: normal;
	font-size: 14px;
	overflow: hidden;
}
.kuang_a {
	width: 100%;
	height: 32px;
	background-color: #dad5fe;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #9c91ed;
	overflow: hidden;
	background-image: url(../image/bato.gif);
	background-repeat: no-repeat;
	background-position: right;
}
.kuang_a h3 {
	height: 14px;
	padding-top: 10px;
	padding-bottom: 8px;
	text-align: left;
	padding-left: 8px;
	font-weight: normal;
	font-size: 14px;
	overflow: hidden;
}
.shang-zhong {
	text-align: center;
	width: 378px;
	float: left;
	height: 646px;
	padding-left: 10px;
}
.toutiao {
	width: 360px;
	float: left;
	height: 326px;
	border: 1px solid #9c91ed;
	padding-right: 8px;
	padding-left: 8px;
	overflow: hidden;
}
.toutiao  h2 {
	width: 100%;
	height: 36px;
	font-size: 20px;
	line-height: 36px;
	float: left;
}
.toutiao  h2 a:link {
	text-decoration: none;
	color: #e01101;
}
.toutiao  h2 a:visited {
	text-decoration: none;
	color: #880000;
}
.toutiao  h2 a:hover {
	text-decoration: none;
	color: #FF0000;
}
.toutiao  h2 a:active {
	text-decoration: none;
	color: #FF0000;
}
.toutiao  h3 {
	width: 100%;
	height: 25px;
	font-size: 12px;
	line-height: 25px;
	float: left;
}
.toutiao  h3 a:link {
	text-decoration: none;
	color: #ba2e0b;
}
.toutiao  h3 a:visited {
	text-decoration: none;
	color: #880000;
}
.toutiao  h3 a:hover {
	text-decoration: none;
	color: #FF0000;
}
.toutiao  h3 a:active {
	text-decoration: none;
	color: #FF0000;
}
.toutiao  h4 {
	width: 100%;
	height: 22px;
	font-size: 12px;
	line-height: 22px;
	font-weight: normal;
	text-align: left;
	float: left;
}
.toutiao  h4 a:link {
	text-decoration: none;
	color: #bb2c0a;
}
.toutiao  h4 a:visited {
	text-decoration: none;
	color: #880000;
}
.toutiao  h4 a:hover {
	text-decoration: none;
	color: #FF0000;
}
.toutiao  h4 a:active {
	text-decoration: none;
	color: #FF0000;
}
.toutiao ul li{
	line-height: 20px;
	text-align: left;
	font-size: 12px;
	width:350px;
	list-style: none;
	overflow: hidden; /*不显示超过对象宽度的内容*/
	text-overflow: ellipsis; /*当对象内文本溢出时显示省略标记（...）*/
	white-space: nowrap; /*限制在一行内显示所有文本*/
	float: left;
	padding-left: 7px;
	display: inline;
	background-image: url(../image/d.gif);
	background-repeat: no-repeat;
	background-position: left;
}
.baodao {
	width: 376px;
	float: left;
	height: 308px;
	border: 1px solid #9c91ed;
	margin-top: 8px;
	overflow: hidden;
}
.baodao ul li{
	line-height: 25px;
	text-align: left;
	font-size: 14px;
	width:360px;
	list-style: none;
	overflow: hidden; /*不显示超过对象宽度的内容*/
	text-overflow: ellipsis; /*当对象内文本溢出时显示省略标记（...）*/
	white-space: nowrap; /*限制在一行内显示所有文本*/
	float: left;
	padding-left: 9px;
	display: inline;
	background-image: url(../image/d.gif);
	background-repeat: no-repeat;
	background-position: left;
	margin-left: 9px;
}
.shang-right {
	text-align: center;
	width: 251px;
	float: left;
	height: 646px;
	padding-left: 10px;
	overflow: hidden;
}
.richeng {
	text-align: center;
	width: 249px;
	float: left;
	height: 188px;
	border: 1px solid #9c91ed;
}
.richeng a {
	text-align: left;
	float: right;
	padding-right: 8px;
}
.richeng p {
	text-align: left;
	width: 100%;
	height: 16px;
	padding-top: 9px;
}
.richeng strong {
	color: #bd2f07;
	width: 110px;
	padding-left: 10px;
	float: left;
}
.shang-tuwen {
	text-align: center;
	width: 249px;
	float: left;
	height: auto;
	border: 1px solid #9c91ed;
	margin-top: 9px;
	padding-bottom: 10px;
}
.sh-tu-wen{
	width: 100%;
	height: auto;
	overflow: auto;
	padding-top: 10px;
	}
.sh-tu-wen-z{
	width: 96px;
	height: 128px;
	float: left;
	border: 1px solid #ccc;
	margin-left: 6px;
	display: inline;
	padding: 2px;
	overflow: hidden;
	}
.sh-tu-wen-y{
	width: 128px;
	height: auto;
	float: left;
	text-align: left;
	display: inline;
	line-height: 19px;
	padding-left: 8px;
	}
.sh-tu-wen-y a{
	padding-bottom: 8px;
	width: 128px;
	float: left;
	}

.sh-tu-wen-y h4{
	width: 100%;
	height: 15px;
	text-align: center;
	font-size: 13px;
	font-weight: normal;
	color: #990000;
	}
.box2 {
	overflow: auto;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
	width: 960px;
	margin-top: 10px;
	border: 1px solid #9c91ed;
}
/*图片*/
.tuliebiao {
	width: 100%;
	height: auto;
	clear: both;
	padding-top: 8px;
}
.tuwen{
	width:191px;
	height:160px;
	float:left;
}
.tuwen div{
	width:160px;
	height:120px;
	border:1px solid #ccc;
	padding:3px;
	margin-right: auto;
	margin-left: auto;
}
.tuwen h5{
	width:100%;
	line-height:25px;
	font-size:13px;
	font-weight:100;
	text-align: center;
}
.jiabin {
	overflow: auto;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
	width: 560px;
	margin-top: 10px;
	border: 1px solid #9c91ed;
	float: left;
}
.jiabin-tuwen{
	width:140px;
	height:110px;
	float:left;
}
.jiabin-tuwen div{
	width:104px;
	height:78px;
	border:1px solid #ccc;
	padding:2px;
	margin-right: auto;
	margin-left: auto;
}
.jiabin-tuwen h5{
	width:100%;
	line-height:25px;
	font-size:13px;
	font-weight:100;
	text-align: center;
}
.meiti {
	overflow: auto;
	text-align: center;
	width: 387px;
	margin-top: 10px;
	border: 1px solid #9c91ed;
	float: right;
	height: 261px;
}
.meiti img {
	text-align: center;
	width: 80px;
	height: 38px;
	overflow: hidden;
	padding-right: 3px;
	padding-left: 3px;
	margin: 0px;
	padding-top: 3px;
	padding-bottom: 0px;
}
.meiti ul li{
	line-height: 25px;
	text-align: left;
	font-size: 12px;
	width:365px;
	list-style: none;
	overflow: hidden; /*不显示超过对象宽度的内容*/
	text-overflow: ellipsis; /*当对象内文本溢出时显示省略标记（...）*/
	white-space: nowrap; /*限制在一行内显示所有文本*/
	float: left;
	padding-left: 9px;
	display: inline;
	background-image: url(../image/d.gif);
	background-repeat: no-repeat;
	background-position: left;
	margin-left: 9px;
}
.ft{ width:980px; height:111px; }
.ft img{ float:left; width:148px; height:105px; padding-left:67px;}
.ft ul{ float:right; width:715px; padding-top:10px; height:95px; background:url(../images/bottom.jpg) left no-repeat;}
.ft ul li{ float:left; width:650px; padding-left:35px; font-size:12px; line-height:24px; text-align:left;}


