﻿/* common styling */ 
/* set up the overall width of the menu div, the font and the margins */ 
.menu {
	font-family: arial, sans-serif;
	width: 1000px;
	margin: 0;
	margin: 5px auto;
	position: relative;
	z-index: 9999;
	float: left;
} 
/* remove the bullets and set the margin and padding to zero for the unordered list */ 
.menu ul { 
padding:0; 
margin:0; 
list-style-type: none; 
} 
/* float the list so that the items are in a line and their position relative so that the drop down list will appear in the right place underneath each list item */ 
.menu ul li { 
float:left; 
position:relative; 
} 
/* style the links to be 104px wide by 30px high with a top and right border 1px solid white. Set the background color and the font size. */ 
.menu ul li a, .menu ul li a:visited {
	display: block;
	text-align: center;
	text-decoration: none;
	width: 141.5px;
	height: 35px;
	color: #fff;
	border: 1px solid #fff;
	border-width: 1px 1px 0 0;
	background: #0066CC;
	line-height: 35px;
	font-weight: bold;
} 
/* make the dropdown ul invisible */ 
.menu ul li ul { 
display: none; 
} 
/* specific to non IE browsers */ 
/* set the background and foreground color of the main menu li on hover */ 
.menu ul li:hover a {
	color: #FFF;
	background: #30B45A;
} 
/* make the sub menu ul visible and position it beneath the main menu list item */ 
.menu ul li:hover ul { 
display:block; 
position:absolute; 
top:36px; 
left:0; 
width:141.5PX; 
} 
/* style the background and foreground color of the submenu links */ 
.menu ul li:hover ul li a {
	display: block;
	background: #0066CC;
	color: #fff;
} 
/* style the background and forground colors of the links on hover */ 
.menu ul li:hover ul li a:hover {
	background: #30B45A;
	color: #fff;
} 
.menu b{
	color: #FF0000;
}
.menu img{
	margin: 0px auto;
	width: 142px;
	height: 35px;
}

*{
	margin: 0;
	padding: 0;
	list-style: none;
	font-size: 14px;
}
#divSmallBox{overflow:hidden;*display:inline;*zoom:1;width:10px;height:10px;margin:0 5px;border-radius:10px;background:#ffffff;}
#playBox{
	width: 1000px;
	height: 300px;
	margin: 10px auto;
	background: #333;
	position: relative;
	overflow: hidden;
}
#playBox .oUlplay {
	width: 100000px;
	position: absolute;
	left: 0;
	top: 0;
}
#playBox .oUlplay li{ float:left;}
#playBox .pre{
	cursor: pointer;
	width: 45px;
	height: 45px;
	background: url(../images/l.png) no-repeat;
	position: absolute;
	top: 150px;
	left: 10px;
	z-index: 10;
}
#playBox .next{
	cursor: pointer;
	width: 45px;
	height: 45px;
	background: url(../images/r.png) no-repeat;
	position: absolute;
	top: 150px;
	right: 10px;
	z-index: 10;
}
#playBox .smalltitle {width:1000px; height:10px; position:absolute; bottom:15px; z-index:10}
#playBox .smalltitle ul{
	width: 90px;
	margin: 0 0 0 0;
	float: left;
}
#playBox .smalltitle ul li{
	width: 10px;
	height: 10px;
	margin: 0 5px;
	border-radius: 10px;
	background: #ffffff;
	float: left;
	overflow: hidden;*;
	display: inline;*;
	zoom: 1;
}
#playBox .smalltitle .thistitle{ background:#69aaec;}
#ullist2 {
	margin: 0px auto;
	OVERFLOW: hidden;
	height: 30px;
	width: 300px;
	float: left;
}
#ullist2 a{
	color: #00ACFF;
}



body { 
text-align:center;margin:0;
}
img{
	border: 0;
	text-align: center;
} 
a{
	margin: auto 0 0 0;
	padding: auto 0 0 0;
	color: #000000;
	font-size: 14px;
	text-decoration: none;
	font-family: 微软雅黑;
}
a:hover{
	color: #052CE8;
	font-family: 微软雅黑;
	text-decoration: underline;
}
.style1 {
	font-family: 微软雅黑;
	margin: 0 auto;
	width: 1000px;
	font-size: 14px;
}
.style2 {
	text-align: center;
}
.style3 {
	margin: 0px 0px 0px 0px;
	text-align: center;
	height: 32px;
	width: 1000px;
	float: left;
	background-color: #0066CC;
}
.style3 a {
	font-family: 微软雅黑;
	color: #FFFFFF;
	display: block;
	text-decoration: none;
	text-align: center;
	margin: 0 1.4px;
	font-size: 14px;
	font-weight: bold;
	width: 97px;
	line-height: 32px;
	height: 32px;
	padding-left: 0px;
}
.style3 a:hover{
	background-color: #30B45A;
}
.style3 ul {
	margin: 0px 0px 0px 0px;
	float: left;
	width: 1000px;
	padding-left: 0px;
}
.style3 li {
	background-position: center;
	float: left;
	list-style-type: none;
}
.style4 {
	margin: 2px 0px 2px 0px;
	height: 300px;
	text-align: center;
	float: left;
	position: relative;
}
.style10 {
	margin: auto;
	height: auto;
	text-align: center;
	float: left;
	width: 220px;
	margin-left: 8px;
}
.style5 {
	border: 1px #C9DBE5 solid;
	padding: 1px 3px 1px 3px;
	margin: 5px 0px 5px 0px;
	height: 100%;
	text-align: center;
	float: right;
	width: 220px;
}
.style5-1 {
	margin: 2px 0px 2px 0px;
	text-align: center;
	float: left;
	width: 100%;
	font-weight: bold;
	color: #052CE8;
	line-height: 30px;
	background-image: url('../images/pt04.jpg');
	font-size: 14px;
	font-family: 微软雅黑;
}
.style5-2 {
	padding: 1px 1px 1px 1px;
	margin: 0px 0px 0px 0px;
	float: left;
	width: 218px;
	height: 100%;
	background-color: #FFFFFF;
}
.style5-2 a {
	font-family: 微软雅黑;
	color: #000000;
	display: block;
	text-decoration: none;
	text-align: left;
	font-size: 14px;
	line-height: 30px;
	padding-left: 25px;
}
.style5-2 a:hover{
	border-style: none none solid none;
	border-width: 1px;
	border-bottom-color: #00ACFF;
	color: #0066CC;
}
.style5-2 ul {
	height: auto;
	float: left;
	text-align: left;
	background-position: left;
	margin: auto;
	width: 210px;
	margin-left: 0px;
	text-align: left;
	background-repeat: no-repeat;
	padding-left: 5px;
	padding-bottom: 10px;
}
.style5-2 li {
	background-position: left;
	border-color: #DFDFDF;
	float: left;
	width: 180px;
	margin: 1px 0px 1px 12px;
	height: 30px;
	list-style-type: none;
	background-image: url('../images/hol.gif');
	background-repeat: no-repeat;
	border-bottom-style: solid;
	border-bottom-width: 1px;
}
.style5-3 {
	font-size: 14px;
	color: #333333;
	font-family: 微软雅黑;
	width: 220px;
	height: 100%;
	text-align: center;
}
.style6 {
	border: 1px #C9DBE5 solid;
	padding: 1px 3px 1px 3px;
	margin: 5px 0px 10px 0px;
	height: 100%;
	text-align: center;
	float: right;
	width: 740px;
}
.style6-1 {
	float: left;
	width: 740px;
	line-height: 30px;
	background-image: url('../images/pt04-1.jpg');
	margin: 2px 0px 2px 0px;
}
.style6-1 p{
	margin: auto;
	float: left;
	width: auto;
	font-weight: bold;
	color: #052CE8;
	font-size: 14px;
	padding-left: 30px;
	height: 30px;
	line-height: 30px;
	text-align: left;
	text-indent: 20px;
	font-family: 微软雅黑;
}
.style7-1 {
	margin: auto;
	height: auto;
	text-align: left;
	float: left;
	width: 680px;
	font-size: 14px;
	color: #333333;
	padding-left: 30px;
	padding-right: 30px;
	padding-top: 0px;
	padding-bottom: 0px;
	font-family: 微软雅黑;
}
.style7-1 ul {
	margin: auto;
	height: auto;
	float: left;
	width: auto;
	margin-left: 0px;
	margin-top: 0px;
	padding-top: 0px;
	padding-left: 0px;
}
.style7-1 li {
	float: left;
	list-style-type: none;
	text-align: left;
	margin-left: 0px;
	width: 660px;
	height: 40px;
	margin-bottom: 2px;
}
.style7-1 a {
	font-family: 微软雅黑;
	border-bottom: 1px #DFDFDF dashed;
	background-image: url('../images/icon1.gif');
	background-position: left;
	float: left;
	list-style-type: none;
	height: 40px;
	width: 660px;
	background-repeat: no-repeat;
	line-height: 40px;
	margin-left: 0px;
	display: block;
	padding-left: 20px;
	text-align: left;
	margin-top: 1px;
	margin-bottom: 1px;
	font-size: 14px;
}
.style7-1 a:hover{
	margin: 1px auto;
	border-bottom: 1px #A9C6D6 solid;
	background-position: left;
	color: #000000;
	background-repeat: no-repeat;
	text-decoration: none;
}
.style7-1 img{
	margin: 0px;
	float: right;
	text-align: center;
	height: 40px;
	width: 53px;
	padding-top: 0px;
	line-height: 40px;
}

.style7 {
	margin: auto;
	height: auto;
	text-align: left;
	float: left;
	width: 680px;
	line-height: 30px;
	font-size: 16px;
	color: #333333;
	padding-left: 30px;
	padding-right: 30px;
	padding-top: 15px;
	padding-bottom: 20px;
	font-family: 微软雅黑;
}
.style7 img{
	margin: 8px 15px 0px 0px;
	float: left;
	text-align: left;
}
.style8 {
	margin: 5px 0px 10px 0px;
	height: 100%;
	text-align: center;
	float: right;
	width: 747px;
}
.sydh{
	border: 1px #FFFFFF dashed;
	padding: 4px 4px 4px 4px;
	margin: 15px 2px 15px 1px;
	float: left;
	width: 135px;
	height: 200px;
	text-align: center;
	display: block;
}
.sydh:hover{
	border: 1px #99CCFF solid;
	display: block;
}

.sydh1{
	margin: 55px 0px 0px 0px;
	width: 135px;
	text-align: center;
	line-height: 40px;
	height: 150px;
}
.sydh a{
	margin: 5px 0px 5px 0px;
	width: auto;
	text-align: center;
	line-height: 50px;
	font-weight: bold;
	height: 50px;
}
.sydh1 img{
	margin: 20px 0px 0px 0px;
	width: 85px;
	height: 85px;
	text-align: center;
}

.over{
	margin: 0 auto;
	float: left;
	width: 135px;
	height: 130px;
	text-align: center;
	background-color: #00ACFF;
}
.out{
	margin: 0 auto;
	float: left;
	width: 135px;
	height: 130px;
	text-align: center;
}
.style8-1 {
	border: 1px #C9DBE5 solid;
	padding: 1px 3px 1px 3px;
	margin: 5px 0px 5px 0px;
	height: 100%;
	text-align: center;
	float: left;
	width: 360px;
}

.style8-1-1 {
	margin: 2px 0px 2px 0px;
	text-align: left;
	float: left;
	width: 100%;
	font-weight: bold;
	color: #052CE8;
	line-height: 30px;
	background-image: url('../images/pt04-2.jpg');
	font-size: 14px;
	height: 30px;
}
.style8-1-1 p{
	margin: auto;
	float: left;
	width: auto;
	font-weight: bold;
	color: #052CE8;
	font-size: 14px;
	padding-left: 30px;
	height: 30px;
	line-height: 30px;
	text-align: left;
	text-indent: 20px;
}
.style8-1-2{
	font-family: 微软雅黑;
	margin: 5px auto;
	height: 100%;
	text-align: left;
	float: left;
	width: auto;
	line-height: 25px;
	font-size: 16px;
	color: #333333;
	padding-left: 20px;
	padding-top: 15px;
	padding-bottom: 20px;
}
.style8-1-2 ul {
	margin: auto;
	height: 100%;
	float: left;
	width: auto;
	margin-left: 0px;
	margin-top: 0px;
	padding-top: 0px;
	padding-left: 0px;
}
.style8-1-2 li {
	background-position: left;
	float: left;
	list-style-type: none;
	height: auto;
	background-repeat: no-repeat;
	line-height: 27px;
	text-align: left;
	padding-left: 10px;
	margin-left: 0px;
}
.style8-1-2 a {
	border-bottom: 1px #DFDFDF solid;
	background-position: left;
	float: left;
	list-style-type: none;
	height: 30px;
	width: 280px;
	background-repeat: no-repeat;
	background-image: url('../images/icon1.gif');
	line-height: 30px;
	text-align: left;
	padding-left: 20px;
	margin: 5px auto;
	font-size: 16px;
}
.style8-1-2 a:hover{
	border-bottom: 1px #00ACFF solid;
	background-position: left;
	float: left;
	list-style-type: none;
	height: 30px;
	width: 280px;
	background-repeat: no-repeat;
	background-image: url('../images/icon1.gif');
	line-height: 30px;
	text-align: left;
	padding-left: 20px;
	margin: 5px auto;
	font-size: 16px;
	display: block;
	text-decoration: none;
}

.style8-2 {
	border: 1px #C9DBE5 solid;
	padding: 1px 3px 1px 3px;
	margin: 5px 0px 5px 0px;
	height: 100%;
	text-align: left;
	float: right;
	width: 360px;
}
.style9 {
	border: 1px #C9DBE5 solid;
	padding: 15px 3px 15px 3px;
	margin: 5px 0px 5px 0px;
	height: 100%;
	float: left;
	width: 1000px;
	background-color: #0066CC;
	text-align: center;
	line-height: 25px;
	color: #FFFFFF;
}

.style11 {
	margin: 10px auto;
	height: 100%;
	text-align: left;
	width: 700px;
	line-height: 36px;
	font-size: 16px;
	color: #333333;
	padding-left: 20px;
	padding-right: 20px;
	padding-top: 20px;
	padding-bottom: 50px;
	float: left;
	font-family: 微软雅黑;
}
.style11 b{
	font-size: 16px;
	font-family: 微软雅黑;
}
.style12 {
	text-decoration: underline;
}
.style13 a{
	background-position: left;
	background-image: url('../images/icon1.gif');
	padding: auto;
	margin: 5px auto;
	height: 40px;
	float: left;
	width: 690px;
	font-size: 16px;
	color: #333333;
	line-height: 40px;
	border-bottom: 1px #DFDFDF dashed;
	padding-left: 20px;
	background-repeat: no-repeat;
	list-style-type: none;
}
.style13 a:hover {
	border-bottom: 1px #69AAEC dashed;
	padding: auto;
	margin: 5px auto;
	height: 40px;
	float: left;
	width: 690px;
	font-size: 16px;
	color: #333333;
	line-height: 40px;
	text-decoration: none;
}
.style13 ul {
	height: auto;
	width: auto;
	margin: 0px auto;
	padding: 0px auto;
}
.style13 li {
	margin: 0px auto;
	background-position: left;
	float: left;
	list-style-type: none;
	height: auto;
	width: 690px;
	background-repeat: no-repeat;
	text-align: left;
}
.style13 b{
	margin: 0px auto;
	height: 40px;
	width: auto;
	line-height: 40px;
	text-align: right;
	font-weight: normal;
	color: #666666;
	float: right;
	padding-right: 0px;
}

.style14{
	color: #FFFFFF;
}
.style14 a{
	color: #FFFFFF;
}
.style14 a:hover{
	color: #FFFFFF;
	text-decoration: none;
}
.wailunku {
	border-width: 0;
}
.red{
	color: #FF0000;
	font-weight: bold;
	font-size: 14px;

}
.h1{
	font-size: 14px;
	line-height: 30px;
	margin: auto;
	padding: auto;
	text-align: left;
	text-indent: 20px;
	padding-left: 30px;
	color: #052CE8;
	font-weight: bold;
	float: left;
}
.h1 a{
	color: #052CE8;
	font-weight: bold;
}
.h2{
	border-bottom: 1px #DFDFDF solid;
	font-size: 20px;
	margin: 20px auto;
	color: #333333;
}
.h2 a{
	font-size: 20px;
}
.h3{
	padding: auto 0 0 0;
	font-size: 14px;

	margin: auto 0 0 0;
	color: #052CE8;
	font-weight: bold;
	height: auto;
	width: auto;
}
.h4{
	border-bottom: 1px #A9C6D6 dashed;
	font-size: 24px;
	margin: 30px auto;
	color: #FF0000;
}

.s{
	margin: auto 0px;
	background: #0000CC;
}
.sip01 {
	margin: 5px auto;
	height: auto;
	text-align: left;
	float: left;
	width: 100%;
	line-height: 25px;
	font-size: 14px;
	font-family: 微软雅黑;
}
.sip01 b{
	height: auto;
	width: auto;
	margin: 0px;
	font-weight: bold;
	text-align: left;
	margin-left: 0px;
	float: left;
	color: #333333;
}

.sip02 a {
	margin: auto;
	height: auto;
	text-align: left;
	float: left;
	width: 680px;
	line-height: 30px;
	font-size: 14px;
	color: #333333;
	padding-left: 30px;
	padding-right: 30px;
	padding-top: 20px;
	padding-bottom: 20px;
	font-family: 微软雅黑;
	font-weight: normal;
}
.sip02 img{
	margin: 10px 30px 10px 0px;
	float: left;
	text-align: left;
}
.sip02 a:hover {
	height: auto;
	text-align: left;
	float: left;
	width: 680px;
	line-height: 30px;
	font-size: 14px;
	color: #333333;
	padding-left: 30px;
	padding-right: 30px;
	padding-top: 20px;
	padding-bottom: 20px;
	font-family: 微软雅黑;
	display: block;
	background-color: #99CCFF;
	margin: 0px auto;
	background-position: left;
	color: #FFFFFF;
	background-repeat: no-repeat;
	text-decoration: none;
}
.sip02 b{
	height: auto;
	width: auto;
	margin: 0px;
	font-weight: bold;
	text-align: left;
	margin-left: 0px;
	float: left;
	color: #333333;
	text-decoration: underline;
}

.sip03 {
	margin: 20px auto 50px auto;
	height: 100%;
	text-align: left;
	width: auto;
	line-height: 40px;
	font-size: 20px;
	color: #333333;
	padding-left: 20px;
	padding-right: 20px;
	padding-top: 20px;
	padding-bottom: 30px;
	float: left;
	font-family: 微软雅黑;
}

.sip04{
	padding: 0px 5px 5px 5px;
	margin: 10px auto 10px auto;
	height: 100%;
	width: 100%;
	float: left;
	text-align: left;
	line-height: 30px;
}
.sip04 ul{
	margin: 0px auto;
	height: 100%;
	width: 100%;
	float: left;
}
.sip04 li{
	padding: 2px 0px 2px 0px;
	border-bottom: 1px #DEDAB4 dashed;
	margin: 10px auto;
	height: 100px;
	width: 690px;
	color: #666666;
	line-height: 30px;
	text-align: left;
	float: left;
	list-style-type: none;
	background-repeat: no-repeat;
	font-size: 16px;
}
.sip04 a{
	padding: 0px auto;
	background-position: left;
	margin: 0px auto;
	height: 30px;
	width: 100%;
	background-repeat: no-repeat;
	background-image: url('../images/icon1.gif');
	line-height: 30px;
	text-align: left;
	font-weight: bold;
	text-indent: 15px;
	float: left;
	color: #000;
	font-size: 16px;
}
.sip04 a:hover{
	margin: 0px auto;
	height: 30px;
	width: 100%;
	line-height: 30px;
	text-align: left;
	font-weight: bold;
	float: left;
	color: #0000CC;
	text-decoration: underline;
}
.sip04 p{
	margin: 0px auto;
	height: 30px;
	width: 100%;
	line-height: 30px;
	text-align: left;
	float: left;
}
