@charset "utf-8";
body {
	text-align:center;
	margin-top:-7px;
}
#content {
	margin:auto;
	width:970px;
}
.head {
	float:left;
	width:970px;
	height:70px;
	padding-top:10px;
}
.head .logo {
	float:left;
	width:250px;
	height:70px;
}
.head .call {
	float:left;
	width:720px;
	height:90px;
	text-align:right;
}
.head .call p {
	font-size:30px;
	font-weight:bold;
	color:#F00;
	margin-top:13px;
}
.head .call span {
	color:#666;
	font-size:14px;
	font-weight:bold;
}
.head .call ul {
	list-style:none;
	float:right;
	
}
.head .call ul li {
	float:left;
	/*width:130px;*/
	color:#666;
	font-size:13px;
}
.head .call ul li a {
	text-decoration:none;
	color:#666;
	font-size:13px;
}
.head .call ul li a:hover {
	text-decoration:underline;
}
.main .navigation {
	float:left;
	width:970px;
	height:35px;
	background-image:url(../images/navigationBackground.png);
	z-index:2;
	position:relative;
}
.main {
	float:left;
	width:970px;
	margin-top:-10px;
}
.main .banner {
	float:left;
	width:970px;
}




/*banner特效样式*/
UL, P{
	PADDING: 0px; MARGIN: 0px;
}
#imgPlay {
	MARGIN: 8px auto; 
	OVERFLOW: hidden; 
	WIDTH: 960px; 
	ZOOM: 1; 
	POSITION: relative; 
	HEIGHT: 304px
}
#imgPlay .imgs IMG {
	PADDING-RIGHT: 1px; 
	PADDING-LEFT: 1px; 
	WIDTH: 956px; 
}
#imgPlay .imgs LI {
	FLOAT: left; 
	POSITION: relative;
}
#imgPlay .btn A {
	BACKGROUND: url(../images/bg.png) no-repeat;
	BACKGROUND-POSITION: 0px 0px; 
	DISPLAY: block; 
	WIDTH: 112px; 
	HEIGHT: 29px;
}
#imgPlay .btn A:hover {
	BACKGROUND: url(../images/bg.png) no-repeat;
	BACKGROUND-POSITION: 0px -30px;
}
#imgPlay .prev {
	BACKGROUND: url(../images/imgPlayer.png) no-repeat 0px 0px; 
	LEFT: 1px; 
	WIDTH: 46px; 
	CURSOR: pointer; 
	TEXT-INDENT: -9999px;
	POSITION: absolute; TOP: 110px; HEIGHT: 81px;
}
#imgPlay .next {
	BACKGROUND: url(../images/imgPlayer.png) no-repeat 0px 0px; 
	LEFT: 1px; 
	WIDTH: 46px; 
	CURSOR: pointer;
    TEXT-INDENT: -9999px; 
	POSITION: absolute; 
	TOP: 110px; 
	HEIGHT: 81px;
}
#imgPlay .next {
	BACKGROUND-POSITION: right 0px; 
	RIGHT: 1px; LEFT: auto;
}
#imgPlay .num {
	DISPLAY: inline; 
	LEFT: 400px; 
	POSITION: absolute; 
	TOP: 275px; 
	HEIGHT: 19px;
}
#imgPlay .num SPAN {
	DISPLAY: inline-block; 
	BACKGROUND: url(../images/imgPlayer.png) no-repeat -19px -83px; 
	MARGIN: 0px 2px; 
	OVERFLOW: hidden; 
	WIDTH: 14px; 
	CURSOR: pointer; 
	LINE-HEIGHT: 0; 
	HEIGHT: 13px;
}
#imgPlay .num SPAN.on {
	BACKGROUND-POSITION: 1px -83px;
}
#imgPlay .num .lc {
	PADDING-RIGHT: 0px; 
	PADDING-LEFT: 0px; 
	BACKGROUND: url(../images/lc.png) no-repeat; 
	FLOAT: left; 
	PADDING-BOTTOM: 0px; 
	WIDTH: 13px; 
	PADDING-TOP: 3px; 
	HEIGHT: 16px;
}
#imgPlay .num .mc {
	PADDING-RIGHT: 0px; 
	PADDING-LEFT: 0px; 
	BACKGROUND: url(../images/lc.png) no-repeat; 
	FLOAT: left; 
	PADDING-BOTTOM: 0px; 
	WIDTH: 13px; 
	PADDING-TOP: 3px; 
	HEIGHT: 16px;
}
#imgPlay .num .rc {
	PADDING-RIGHT: 0px; 
	PADDING-LEFT: 0px; 
	BACKGROUND: url(../images/lc.png) no-repeat;
    FLOAT: left; 
	PADDING-BOTTOM: 0px; 
	WIDTH: 13px; 
	PADDING-TOP: 3px; 
	HEIGHT: 16px;
}
#imgPlay .num .mc {
	BACKGROUND: url(../images/mc.png) repeat-x;
}
#imgPlay .num .rc {
	BACKGROUND: url(../images/rc.png) no-repeat;
}
#imgPlay #numInner {
	PADDING-RIGHT: 0px; 
	PADDING-LEFT: 0px; 
	BACKGROUND: none transparent scroll repeat 0% 0%;     PADDING-BOTTOM: 0px; 
	PADDING-TOP: 3px; 
	POSITION: absolute; 
	TOP: 275px; 
	TEXT-ALIGN: center;
}


/*导航菜单*/
.list{
	height:40px;
}
.list li{
	float:left;
	position:relative;
	list-style:none;
	width:96px;
}
.list li a{
	float:left;
	width:80px;
    height:50px;
	line-height:40px; 
	text-align:center;
	text-decoration:none; 
	font-family:"微软雅黑";
	color:#333;
	font-weight:bold;
	font-size:15px;
}
.list li a:hover{
	color:#0F87FF;
}
.list .box{
	position:absolute;
	top:40px;
	left:0;
	display:none;
	width:180px;
	height:280px;
	background:#F6F6F6;
	color:#FFF;
	margin-top:-5px;
	border-left:1px solid #ccc;
	border-right:1px solid #ccc;
	border-bottom:1px solid #ccc;
	margin-left:-10px;
	border-radius:5px;
	text-align:left;
}
.list .box img {
	margin-left:10px;
	margin-top:10px;
}
.list .box ul li {
	height:30px;
}
.list .box ul li a {
	font-size:12px;
	font-weight:normal;
	width:180px;
	height:20px;
	text-align:left;
	margin-left:15px;
}
.list .box a:hover {
	text-decoration:underline;
}
.list .box01{
	position:absolute;
	top:40px;
	left:0;
	display:none;
	width:860px;
	height:240px;
	color:#FFF;
	margin-top:-5px;
	border-left:1px solid #CCC;
	border-right:1px solid #CCC;
	border-bottom:1px solid #CCC;
	background-color:#f6f6f6;
	margin-left:-96px;
	border-radius:7px;
}
.list .box01 .item {
	float:left;
	width:139px;
	height:240px;
	margin-top:5px;
	color:#333;
	text-align:left;
}
.list .box01 .item img {
	margin-left:15px;
	margin-top:10px;
}
.list .box01 .item ul li {
	height:30px;
}
.list .box01 .item ul li a {
	font-size:12px;
	font-weight:normal;
	width:139px;
	margin-left:-15px;
	height:20px;
}
.list .box01 .item h5 {
	margin-top:0px;
}
.list .box01 .item h5 a
{
	color:#ff8000;
	font-size:15px;
	font-weight:bold;
}
.list .box01 .item a:hover {
	text-decoration:underline;
}
.list .box02{
	position:absolute;
	top:40px;
	left:0;
	display:none;
	width:700px;
	height:290px;
	background:#F6F6F6;
	margin-top:-5px;
	color:#FFF;
	border-left:1px solid #ccc;
	border-right:1px solid #ccc;
	border-bottom:1px solid #ccc;
	margin-left:-80px;
	border-radius:7px;
}
.list .box02 img {
	margin-top:10px;
}
.list .box02 .item {
	float:left;
	width:140px;
	height:270px;
	margin-top:5px;
	color:#333;
	border:0px;
}
.list .box02 .item ul li {
	height:30px;
}
.list .box02 .item ul li a {
	font-size:12px;
	font-weight:normal;
	width:140px;
	margin-left:60px;
	height:20px;
	text-align:left;
	line-height:55px;
	margin-top:-5px;
}
.list .box02 .item h5 {
	margin-top:0px;
	text-align:left;
}
.list .box02 .item h5 a
{
	color:#ff8000;
	font-size:15px;
	font-weight:bold;
	width:125px;
	margin-left:10px;
	margin-bottom:10px;
}
.list .box02 .item a:hover {
	text-decoration:underline;
}
.list .box02 .itemS {
	float:left;
	width:400px;
	height:270px;
	margin-top:5px;
	color:#333;
	border:0px;
	margin-left:15px;
}
.list .box02 .itemS .itemStitle {
	width:417px;
	height:40px;
	float:left;
}
.list .box02 .itemS .itemSblock {
	float:left;
	width:115px;
	height:230px;
	margin-top:12px;
}
.list .box02 .itemS span a {
	color:#ff8000;
	margin-left:25px;
	width:130px;
}
.list .box02 .itemS ul li {
	height:30px;
	margin-bottom:4px;
}
.list .box02 .itemS ul li a {
	font-size:12px;
	font-weight:normal;
	width:139px;
	margin-left:80px;
	text-align:left;
	margin-top:15px;
	height:30px;
	line-height:30px;
}
.list a:hover {
	text-decoration:underline;
}
.list .box03{
	position:absolute;
	top:40px;
	left:0;
	display:none;
	width:560px;
	height:300px;
	background:#F6F6F6;
	color:#FFF;
	margin-left:-280px;
	border-left:1px solid #ccc;
	border-right:1px solid #ccc;
	border-bottom:1px solid #ccc;
	margin-top:-5px;
	border-radius:7px;
}
.list .box03 .item {
	width:139px;
	float:left;
	height:240px;
}.list .box03 .item ul {
}
.list .box03 .item ul li {
	height:30px;
	
}
.list .box03 .item ul li a {
	font-size:12px;
	font-weight:normal;
	width:139px;
	margin-left:15px;
	text-align:left;
	height:20px;
}
.list .box03 .item h5 {
	margin-top:0px;
	margin-left:15px;
}
.list .box03 .item h5 a
{
	color:#ff8000;
	font-size:15px;
	font-weight:bold;
}
.list .box03 .item a:hover {
	text-decoration:underline;
}
.list .box03 .item img {
	margin-left:-20px;
	margin-top:10px;
}