﻿@charset "UTF-8";
/* CSS Document */

/*全局设置*/
html {
	background-image: url(/images/html_bg2.gif)
}
body {
	margin: 0;
	padding: 0;
	font-size: 12px;
	font-family: "Microsoft Yahei", "Simsun", "SimHei";
}
div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote {
	margin: 0;
	padding: 0;
}

/*Header设置*/
.headerbox{
	width: 870px;
	height:120px;
	background:#FFF;
	margin: 0 auto;
}
.header {
	width: 870px;
	height: 120px;
	margin: 0 auto;
	background-image: url(/image/logo.gif);
	background-repeat: no-repeat;
	background:#FFF;
}
.header_title {
	font-size:36px;
	font-family:"Microsoft Yahei", "Simsun", "SimHei";
	float: left;
	margin-left: 30px;
	margin-top: 40px;
}

/*导航菜单*/
.menubox {
	position: relative;
	width: auto;
	height: 30px;
	margin: 0 auto;
	z-index:100;
	background-image: url(../images/bj3.jpg);
}
/* common styling */ 
/* set up the overall width of the menu div,the font and the margins */ 
.menu {
	font-family: "Microsoft Yahei", "Simsun", "SimHei";
	width:auto;
	margin:0 auto;
}
/* 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:80px;
	height:30px;
	color:#FFF;
	/*border:1px solid #fff;
	border-width:1px 1px 0 0;
	background:#444;*/
	line-height:30px;
	font-size:12px;
}
/* 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:#000033;
	background:url(../bj2.jpg);
}
/* 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:31px;
	left:0;*/ 
	width:80px;
}
/* style the background and foreground color of the submenu links */ 
.menu ul li:hover ul li a {
	display:block;
	background:#444;
	color:#FFF;
	width:300px;
}
/* style the background and forground colors of the links on hover */ 
.menu ul li:hover ul li a:hover {
	background:url(../bj2.jpg);
	color:#FFF;
}

/* 内容部分 */
.contentbox {
	width: 870px;
	min-height: 350px;
	margin: 0 auto;
	background: #FFF;
}
.flashbox {
    position: absolute;
	/*
	width:470px;
	height:279px;
	*/
	width:400px;
	height:300px;
	margin-left: 10px;
	margin-top: 10px;
	border: 1px solid #444;
	float: left;
	z-index: 1;
}
.introduction1 {
	width: 440px;
	float: right;
}
.introduction1 ul {
	position:relative;
	list-style-type:none;
	margin:20px 20px 0 20px;
	font-size: 14px;
	font-family: 'Simsun', 'Times New Roman';
	line-height:31px;
}
.introduction2 {
	position:relative;
	float:left;
	clear:both;
	width:850px;
	height:20px;
	margin: 20px 10px 10px 10px;
}
.content, .content1 { /*content用于没有ul和li嵌套的页面，content1用于存在ul和li二级嵌套的页面*/
	width:750px;
	margin: 0 60px 0 60px;
	padding-bottom: 20px;
	font-family: "Simsun";
}
.content h2, .content1 h2 {
	font-size:24px;
	text-align:center;
	padding-top:20px;
	padding-bottom:20px;
	font-weight:bold;
}
.content p, .content1 p {
	font-size: 14px;
	font-family: "Simsun";
	line-height: 30xp;
	text-indent:2em;
}
.content ul, .content1 ul {
	list-style-type:none;
	line-height:36px;
	text-align:left;
}
.content ul li{
	font-size:14px;
	list-style-type: disc;
	line-height:36px;
	text-align:left;
}
.content ul li a, .content1 ul li a {
	color: #09F;
	text-decoration:none;
}
.content1 ul li{
	font-size:18px;
	line-height:36px;
	text-align:left;
	font-weight:bold;
}
.content1 ul li ul {
	padding-left:2em;
	list-style-type:none;
	line-height:36px;
	text-align:left;
}
.content1 ul li ul li{
	font-size:14px;
	list-style-type: disc;
	line-height:36px;
	text-align:left;
	font-weight:normal;
}
.content ul li ul li a, .content1 ul li ul li a {
	color: #09F;
	text-decoration:none;
}
.en_font {
	font-family: 'Times New Roman';
}
/*flink*/
.flinkbox {
	width: 870px;
	height: 85px; /*增加或减少友链需要调整该值，多一行增加25px*/
	margin: 0 auto;
	background: #FFF;
}
.flink_title{
	background-color:#EEE;
	border-top: solid 1px #CCC;
	border-left: solid 1px #CCC;
	border-right: solid 1px #CCC;
	height:25px;
	width: 850px;
	margin: 0 auto;
}
.flink_title ul{
	font-family:"Times New Roman", "宋体";
	font-size: 14px;
	font-weight:bolder;
	line-height:26px;
	list-style-type:none;
	margin-left: 10px;
}
.flink {
	width:850px;
	margin:0 auto;
	border:solid 1px #CCC;
	height:50px; /*增加或减少友链需要调整该值，多一行增加25px*/
}
.flink ul {
	list-style-type:none;
	margin-left:10px;
	margin-right:10px;
	padding:0;
	line-height:25px
}
.flink ul li{
	display: inline;
	float:left;
}

.flink ul li a {
    display:block;
    margin-right:15px;
	line-height:25px;
	color:#000;
	text-decoration: none;
}
.flink ul li a:hover {
    display: block;
	height:25px;
	color: #C00;
	text-align: center;
	text-decoration: none;
}


/*Footer*/
.footer {
	width: 870px;
	height: 65px;
	margin: 0 auto;
	background: #FFF;
	background-image: url(/images/footer_bg1.gif);
	background-repeat:  repeat-x;
}
.footer p {
	padding-top: 5px;
	line-height: 15px;
	text-align: center;
}
