@charset "utf-8";
/* CSS Document */

*{
	
	font-family:Tahoma, Geneva, sans-serif;
	font-size:12px;
}

ul,li{ margin:0px; padding:0px; list-style:none;}

body{
	background:url(bg.jpg) top no-repeat #acdaf2;
	 margin:0 auto;
	padding:0px;
}
	
#boss{
	width:960px;
	height:auot;
	margin:0 auto;
	padding:0px;
}

#top
{
	width:960px;
	height:110px;
}

#top #logo
{
	width:160px;
	height:110px;
	float:left;
}

#top #yinwenqh
{
	width:180px;
	height:50px;
	float:right;
	margin-top:50px;
}

#daohang
{
	width:960px;
	height:44px;
	float:left;
	background:url(daohang.png) no-repeat;
}

#banner
{
	width:960px;
	height:auto;
	clear:both;
}

#zhongyi
{
	width:960px;
	height:288px;
	background:#FFF;
	margin-top:20px;
	float:left;
}
/***Main***/
#main {
	width:900px;
	height:auto;
	background-color:#fff;
	margin:20px auto 0;
	overflow:hidden;
	padding:30px;
	-moz-border-radius: 10px;
	-khtml-border-radius: 10px;
	-webkit-border-radius: 10px;
}

#main a:link,#main a:visited
{
	text-decoration:none;
	color:#0054a6;
	font-family:Tahoma, Geneva, sans-serif;
	font-size:11px;
}
#main a:hover{ text-decoration:underline;} 

.col {
	width:274px;
	height:auto;
	border-right:1px solid #ccc;
	float:left;
	margin-right:20px;
	padding:0 20px 0 0;
}
.col ul li{ height:20px; line-height:20px;}
.col-last {
	width:260px;
	height:auto;
	float:left;
	padding:0;
}
.col-last{ height:20px; line-height:20px;}
.col img, .col-last img {
	display:inline-block;
	margin-left:10px;
	float:right;
}

h4{
	font-weight:bold;
	font-size:20px;
	line-height:50px;
	margin-bottom:10px;
}

.col p{
	line-height:20px;
}

ul.resources {
	list-style-type:none;
	margin:10px 0;
}
ul.resources li {
	background: url(icon_bullet.png) top left no-repeat;
	margin-bottom:1px;
	padding-left:20px;
	height:20px;
}

#conter
{
	width:960px;
	height:500px;
	background:#e6f7ff;
	margin-top:20px;
	overflow:hidden;
}

#conter #xiezi
{
	width:960px;
	height:50px;
}

#conter #xiezi li
{
	width:auto;
	height:20px;
	float:left;
	padding-top:20px;
	margin-left:40px;
	margin-right:10px;
	list-style:none;
	display:inline;
}

#conter #xiezi li a:link,#conter #xiezi li a:visited{ text-decoration:none; color:#03F;}
#conter #xiezi li a:hover{ text-decoration:underline;} 

#conter #jianjie
{
	width:960px;
	height:330px;
	padding-bottom:20px;
}

#conter #jianjie #zuo
{
	width:650px;
	height:auto;
	float:left;
	margin-left:20px;
	line-height:20px;
	display:inline;
}

#conter #jianjie #zuo p
{
	margin-top:10px;
	color:#999;}

#conter #jianjie #you
{
	width:280px;
	height:300px;
	float:right;
 
}

#foot
{
	width:100%;
	height:auto;
	margin:0 auto;
	background:url(bg-bottom.jpg) top center no-repeat;
}

#foot #kuang
{
	width:960px;
	height:auto;
	margin:0 auto;
}

#foot #kuang #tiao
{
	width:230px;
	height:auto;
	float:left;
	text-align:left;
}

#foot #kuang #tiao ul
{
	width:230px;
	height:auto;
}

#foot #kuang #tiao ul h2
{
	font-size:14px;
	font-weight:bold;
	line-height:40px;
}

#foot #kuang #tiao li
{
	width:230px;
	height:20px;
	margin-left:10px;
	list-style:none;
	padding-top:2px;
}

#foot #kuang #tiao li a:link,#foot #kuang #tiao li a:visited{ text-decoration:none; color:#333;}
#foot #kuang #tiao li a:hover{ text-decoration:underline;}

#banquan
{
	width:960px;
	height:auto;
	margin:40px auto;
	text-align:center;
	overflow:hidden;
}


#youqinglj
{
	width:960px;
	height:auto;
	margin:10px auto;
}

#youqinglj ul
{
	width:960px;
	height:auto;
}

#youqinglj ul li
{
	width:auto;
	height:auto;
	float:left;
	margin-right:20px;
}

#youqinglj ul li a:link,#youqinglj ul li a:visited{ text-decoration:none; color:#333;}

/* -------------------------三级菜单------------------------------- */
#menu {
	width:958px;
	height:44px;
	background:url(menu_bg.jpg) no-repeat;
}
#menu ul {
	padding:0;
	margin:0;
	margin-left:0px;
	list-style-type: none;
}
#menu ul li {
	float:left;
	margin-right:1px;
	position:relative;
}
#menu ul li a:link, #menu ul li a:hover{ font-size:14px;}
#menu ul li a, #menu ul li a:visited {
	display:block;
	text-align:center;
	text-decoration:none;
	width:130px;
	height:44px;
	color:#FFF;
	border:1px solid #FFF;
	border-width:0 0px 0 0;
	line-height:45px;
	font-size:14px;
	background:url(menubg.jpg) no-repeat;
	overflow:hidden;
}
#menu ul li ul {
	display: none;
}
/* specific to non IE browsers */
#menu ul li:hover a {
	color:#CCC;
}
#menu ul li:hover ul {
	display:block;
	position:absolute;
	top:42px;
	left:0px;
	width:75px;
}
#menu ul li:hover ul li a.hide {
	background:#06587D;
	color:#fff;
	font-size:12px;
}
#menu ul li:hover ul li:hover a.hide {
	background:#FFF;
	color:#000;
	font-size:12px;
}
#menu ul li:hover ul li ul {
	display: none;
	font-size:12px;
}
#menu ul li:hover ul li a {
	display:block;
	background:#013d77;
	color:#FFF;
	font-size:12px;
}
#menu ul li:hover ul li a:hover {
	background:#06587D;
	color:#FFF;
	font-size:12px;
}
#menu ul li:hover ul li:hover ul {
	display:block;
	position:absolute;
	left:75px;
	top:0;
}
#menu ul li:hover ul li:hover ul.left {
	left:-75px;
}
#menu ul ul ul li a {
	width:130px
}


/***Main***/
#main {
	width:900px;
	height:auto;
	background-color:#fff;
	margin:20px auto 0;
	overflow:hidden;
	padding:30px;
	-moz-border-radius: 10px;
	-khtml-border-radius: 10px;
	-webkit-border-radius: 10px;
}

#main-top {
	width:900px;
	height:auto;
	background-color:#fff;
	margin:0 auto;
	overflow:hidden;
	clear: both;
	padding:30px;
}
.content {
	width:600px;
	height:auto;
	float:left;
}
.content-menu {
	width:660px;
	height:auto;
	float:left;
	overflow:hidden;
}

/***Menu-long***/
#menu-long {
	width:200px;
	background:url(company-menubg.jpg) top no-repeat;
	float:left;
	margin-right:40px;
	min-height:417px;
	height:417px;
}

*html #menu-long {
	width:200px;
	background:url(company-menubg.jpg) top no-repeat;
	float:left;
	margin-right:40px;
	min-height:417px;
	padding:5px 10px 0px -5px;
	height:417px;
}

#menu-long ul, #menu-long li {
	font-size:14px;
	line-height:34px;
	list-style-type:none;
	margin:0;
	padding-left:5px;
}

*html #menu-long ul, #menu-long li {
	font-size:14px;
	line-height:34px;
	list-style-type:none;
	margin:0;
	padding-left:5px;
}

#menu-long li {
	border-bottom:1px solid #c7e3ee;
	border-top:1px solid #fff;
}
#menu-long li.no-border {
	border-top:none;
}
#menu-long li a {
	display:block;
	font-weight:bold;
	overflow:hidden;
	padding-left:10px;
	text-decoration:none;
	color:#0066ff;
}

#menu-long li a:visited {
	display:block;
	font-weight:bold;
	overflow:hidden;
	padding-left:10px;
	text-decoration:none;
	color:#0066ff;
}

#menu-long li a:hover, #menu-long li a:active, #menu-long li a.selected {
	width:190px;
	height:34px;
	background:url(menu-active.png) no-repeat;
	color:#fff;
	padding-left:10px;
}

*html #menu-long li a.selected {
	width:190px;
	height:34px;
	color:#fff;
	background:url(menu-active.png) no-repeat;
	padding-left:10px;
}

*html #menu-long li a.selected:visited {
	width:190px;
	height:34px;
	color:#fff;
	background:url(menu-active.png) no-repeat;
	padding-left:10px;
}

.content-menu ul
{
	width:660px;
	height:auto;
}



.content-men ul li a:link,.content-menu ul li a:visited{ text-decoration:underline; color:#000;}
.content-men ul li a:hover{ text-decoration:underline; color:#06F;} 



.content-men ul li span
{
	margin-top:-10px;
	float:right;
	color:#999;}

.content-men ul li
{
	width:660px;
	height:20px;
	padding-top:10px;
	list-style:none;
} 



.content-menu ul li
{
	width:160px;
	height:180px;
	list-style:none;
	float:left;
	margin:10px;
} 

.content-menu ul li a:link,.content-menu ul li a:visited{ display:block; width:160px; height:180px; padding:5px;text-decoration:none; color:#000; background:#e8e8e8;}
.content-menu ul li a:hover,{ text-decoration:none; color:#06F; background:#ccecf9;} 

.content-menu ul li span
{
	margin-top:-10px;
	float:right;
	color:#999;}

.content-menu #yema
{
	width:660px;
	height:20px;
	margin-bottom:20px;
	margin-top:30px;
	text-align:center;
}
/* 分页图片列表 ------------------------------------------------------------------------------------*/
.content-menu #phot{
	width:660px;
	height:auto;
}

.content-menu #phot {
	list-style:none;
	padding-top:21px;
}
.content-menu #phot li{
	overflow:hidden;
	float:left;
	background:url(a.jpg) no-repeat center;
	width:200px;
	height:200px;
	margin:3px;
}
.content-menu #phot li a:visited { text-decoration:none;}
.content-menu #phot li a:hover {
	overflow:hidden;
	float:left;
	background:url(b.jpg) no-repeat top center;
	width:200px;
	height:200px;
	margin-top:-3px;
	text-decoration:none;
}
.content-menu #phot li a img {
	padding:0px;
	margin:20px 20px 0px 20px;
}

.content-menu #phot li a h1 {
	text-decoration:none;
	color:#26647b;
	font-size:12px;
	font-weight:normal;
	text-align:center;
	margin-top:5px;
}
.content-menu #phot li a:hover h1 {
	color:#000;
	font-size:14px;
	text-decoration:none;
}

img{border:0;}




.nidaye{
	width:660px;
	height:auto;
	float:left;
	overflow:hidden;
}

#tuijian
{
	width:638px; margin-top:20px; height:auto;
	padding:10px; background:#fafafa; border:1px solid #ccc;
}

#yuedu
{
	width:630px;
	height:auto;
}

#yuedu ul
{
	width:638px; height:auto; padding:0px; margin:0px;
}


#yuedu ul li
{
	width:638px; height:20px; list-style:none; line-height:25px;
}

#yuedu ul li a:link,#yuedu ul li a:visteid{ text-decoration:none; color:#3f3f3f;}
#yuedu ul li a:hover{ text-decoration:underline; color:#39F;}


