﻿@charset "utf-8";
@import url("controls.css");
html{
	overflow-x:hidden;
}
body {
	text-align: center;
	font-family:"宋体", arial;
	padding:0;
	font-size:12px;
	color:#000;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	width:1000px;
	background-color:#FFF;
	background-image: url(../images/bg_top.gif);
	background-repeat: no-repeat;
	background-position: center top;
}
div,form,img,ul,ol,li,dl,dt,dd,p{margin: 0; padding: 0; border: 0;}
h1,h2,h3,h4,h5,h6 { margin:0; padding:0;}
table,td,tr,th{font-size:12px;}
input,select,option,textarea {margin:0; padding:0; font-size:12px;}
ul{list-style:none;}
/* 颜色属性 */
.colorBlack {color:#000000;}
.colorWhite {color:#FFFFFF;}
.colorGray {color:#818181;}
.colorRed {color:#ff0000;}
.colorOrange {color:#FF6600;}
.colorBlue{color:#1F5C69;}
.colorCamblue{color:#04317B;}
.colorGreen{color:#3CAB32;}
.colorBrown{color:#755E36;}
.colorDgreen{color:#018568;}
.colorPurple{color:#6F7E9B;}  

/* 链接颜色 */
a:link {color: #000;text-decoration:none;cursor:pointer;}
a:visited {color: #333;text-decoration:none;}
a:hover {color:#FF6600; text-decoration:underline;}
a:active {color: #1f3a87;}

.linkWhite{color:#ffffff;}
a.linkWhite:link     {color:#ffffff; text-decoration:none;}
a.linkWhite:visited  {color:#ffffff; text-decoration:none;}
a.linkWhite:hover    {color:#95D540; text-decoration:underline;}
a.linkWhite:active   {color:#ffffff; text-decoration:underline;}

a.linkGreen:link     {color:#3CAB32; text-decoration:none;}
a.linkGreen:visited  {color:#3CAB32; text-decoration:none;}
a.linkGreen:hover  {color:#A46725; text-decoration:underline;}
a.linkGreen:active   {color:#3CAB32; text-decoration:underline;}

.linkBlue:link{color:#1F5C69; text-decoration:none;}
.linkBlue:visited {color:#1F5C69; text-decoration:none;}
.linkBlue:hover{color:#755E36; text-decoration:underline;}
.linkBlue:active{color:#1F5C69; text-decoration:none;}

.linkDgreen:link{color:#018568; text-decoration:none;}
.linkDgreen:visited {color:#018568; text-decoration:none;}
.linkDgreen:hover{color:#755E36; text-decoration:underline;}
.linkDgreen:active{color:#018568; text-decoration:none;}

.linkCamblue:link{color:#1A5385; text-decoration:none;}
.linkCamblue:visited {color:#1A5385; text-decoration:none;}
.linkCamblue:hover{color:#755E36; text-decoration:underline;}
.linkCamblue:active{color:#1A5385; text-decoration:none;}

.linkBrown:link{color:#755E36; text-decoration:none;}
.linkBrown:visited {color:#755E36; text-decoration:none;}
.linkBrown:hover{color:#E97F17; text-decoration:underline;}
.linkBrown:active{color:#755E36; text-decoration:none;}

.linkOcher{color:#B57637;}
.linkOcher:link{color:#B57637; text-decoration:none;}
.linkOcher:visited {color:#B57637; text-decoration:none;}
.linkOcher:hover{color:#E97F17; text-decoration:underline;}
.linkOcher:active{color:#B57637; text-decoration:none;}
/*浮动方式*/
.floatLeft{float:left;}
.floatRight{float:right;}
.clear{clear: both; }
/*对齐方式*/
.center{margin:0 auto;}
/*文本对齐方式*/
.alignLeft{text-align:left;padding-left:5px;}
.alignRight{text-align:right;}
.alignCenter{text-align:center;}
/*字体样式*/
.fontBold {font-weight: bold;}
.fontItalic {font-style: italic;}
.font12px{ font-size:12px;}
.font14px{ font-size:14px;}
/*其他样式*/
p.more{
	text-align:right;
	margin-top: 8px;
}
span.newsTitle{
	float:left;
	height:21px;
	line-height:21px;
}
span.time{
	float:right;
	width:80px;
	height:21px;
	line-height:21px;
}
/*按钮样式*/
.button{
	color:#333;
	background: #ECECEC url(../images/bg_button.gif) repeat-x 0 0;
	border:1px solid #B3B3B3;
	height:20px;
	line-height:18px;
	padding:0 5px;
	min-width:58px;
	_width:58px;
}
/*按钮样式2*/
.buttonGray{
	color:#333;
	background: #F9FAFA url(../images/bg_btn.gif) repeat-x 0 0;
	border:1px solid #ADB9C2;
	height:20px;
	line-height:18px;
	padding:0 5px;
}
/*输入框样式*/
.input{
	color:#285B93;
	background-color: #fff;
	border:1px solid #90ADC7;
	height:18px;
	line-height:18px;
	text-indent:5px;
}
.inputBrown{
	border:1px solid #BC9C6A;
	background-color: #fff;
	color:#BC9C6A;
	height:18px;
	line-height:18px;
	text-indent:5px;
}
.inputGreen{
	border:1px solid #ACCEB2;
	background-color: #fff;
	color:#A0C5A6;
	height:18px;
	line-height:18px;
	text-indent:5px;
}
.inputDgreen{
	border:1px solid #54A895;
	background-color: #fff;
	color:#54A895;
	height:18px;
	line-height:18px;
	text-indent:5px;
}
.inputBlue{
	color:#1FABBF;
	background-color: #fff;
	border:1px solid #1FABBF;
	height:18px;
	line-height:18px;
	text-indent:5px;
}
/*表格样式*/
.tabBrown{
	background-color:#B5A384;
}
.tabBrown th{
	background-color:#F2EFEA;
	padding:8px 0px;
	text-align:center;
}
.tabBrown td{
	background-color:#FBFBF9;
	padding:8px 0px 8px 3px;
}
/*面包屑路径样式*/
.crumb{
	color:#82878D;
	text-align:left;
	height:30px;
	line-height:30px;
	margin-left:0px;
}
.crumb a:link{
	color:#82878D;
}
.crumb a:visited{
	color:#82878D;
}
.crumb a:hover{
	color:#996600;
}
.crumb a:active{
	color:#82878D;
}
/*-----------------------------------顶部样式----------------------------*/
/*页面顶部样式*/
.navigation{
	width:778px;
	height:135px;
	margin-right: auto;
	margin-left: auto;
}
.topbg{
	height:60px;
}
.topbottom{
	height:60px;
}
.logo{
	margin-top:10px;
	margin-left:20px;
	float:left;
	width:200px;
	height:40px;
	background-image:url(../images/logo.gif);
	background-repeat:no-repeat;
}
.logoWhite{
	margin-top:10px;
	margin-left:20px;
	_margin-left:10px;
	float:left;
	width:200px;
	height:40px;
	background-image:none;
}
.navTop{
	float:right;
	width:778px;
	margin-right:auto;
	margin-left: auto;
	margin-top: -18px;
}
.navTop dl{
	float:right;
}

.navTop dl dd{
	display:inline;
	padding-left:5px;
	height:16px;
	color:#40698C;
}
.navTop a{
	color:#40698C;
}
/*导航菜单样式*/
.navMenu {
	clear:both;
	margin:0;
	padding:0;
	margin-top:-10px;
	*margin-top:15px;
	_margin-top:10px;
	margin-right:15px;
	*margin-right:5px;
	height:65px;
}
/*/ .navMenu{margin-top:-10px;}/**/
/*首页导航*/
.toplevelMenu {

	float:right;
	margin:0;
	padding:0;
	height:35px;
}
.toplevelMenu a {
	display: inline;
	float: left;
	width:110px;
	margin-right:2px;
	height: 30px;
	line-height: 30px;
	text-align: center;
	text-decoration: none;
	font-family:"微软雅黑", "宋体", "Arial Black";
	font-size: 12px; 
	font-weight:bold;
	background:url(../images/bg_nav1.gif) repeat-x center bottom;
}
.toplevelMenu a:link {
	color: #1D5586;	
}
.toplevelMenu a:visited {
	color: #1D5586;	
}
.toplevelMenu a:hover {
	color:#7D471D;
	text-decoration:none;
	background-color:#DAEEFB;
	background:url(../images/bg_nav2.gif) repeat-x center bottom;
}
.toplevelMenu a:active {
	color: #1D5586;	
}
.toplevelMenu a.current {
	color:#1D5586;
	background:url(../images/bg_nav2.gif) repeat-x center bottom;
}
#sclink1{width:85px;}
/*蓝色导航*/
.topMenuBlue {
	width:715px;
	float:right;
	margin:0;
	padding:0;
	height:35px;
}
.topMenuBlue a {
	display: inline;
	float: left;
	width:102px;
	margin-right:2px;
	height: 30px;
	line-height: 30px;
	text-align: center;
	text-decoration: none;
	font-family:"微软雅黑", "宋体", "Arial Black";
	font-size: 12px; 
	font-weight:bold;
	background:url(../images/bg_nav_blue1.gif) repeat-x center bottom;
}
.topMenuBlue a:link {
	color: #1F5C69;	
}
.topMenuBlue a:visited {
	color: #1F5C69;	
}
.topMenuBlue a:hover {
	color:#894F22;
	text-decoration:none;
	background-color:#DAEEFB;
	background:url(../images/bg_nav_blue2.gif) repeat-x center bottom;
}
.topMenuBlue a:active {
	color: #1F5C69;	
}
.topMenuBlue a.current {
	color:#1F5C69;
	background:url(../images/bg_nav_blue2.gif) repeat-x center bottom;
}
/*绿色导航*/
.topMenuGreen {
	width:715px;
	float:right;
	margin:0;
	padding:0;
	height:35px;
}
.topMenuGreen a {
	display: inline;
	float: left;
	width:102px;
	margin-right:2px;
	height: 30px;
	line-height: 30px;
	text-align: center;
	text-decoration: none;
	font-family:"微软雅黑", "宋体", "Arial Black";
	font-size: 12px; 
	font-weight:bold;
	background:url(../images/bg_nav_green1.gif) repeat-x center bottom;
}
.topMenuGreen a:link {
	color: #006428;	
}
.topMenuGreen a:visited {
	color: #006428;	
}
.topMenuGreen a:hover {
	color:#894F22;
	text-decoration:none;
	background-color:#DAEEFB;
	background:url(../images/bg_nav_green2.gif) repeat-x center bottom;
}
.topMenuGreen a:active {
	color: #006428;	
}
.topMenuGreen a.current {
	color:#006428;
	background:url(../images/bg_nav_green2.gif) repeat-x center bottom;
}
/*深绿色导航*/
.topMenuDgreen {
	width:715px;
	float:right;
	margin:0;
	padding:0;
	height:35px;
}
.topMenuDgreen a {
	display: inline;
	float: left;
	width:102px;
	margin-right:2px;
	height: 30px;
	line-height: 30px;
	text-align: center;
	text-decoration: none;
	font-family:"微软雅黑", "宋体", "Arial Black";
	font-size: 12px; 
	font-weight:bold;
	background:url(../images/bg_nav_dgreen1.gif) repeat-x center bottom;
}
.topMenuDgreen a:link {
	color: #1F5C69;	
}
.topMenuDgreen a:visited {
	color: #1F5C69;	
}
.topMenuDgreen a:hover {
	color:#894F22;
	text-decoration:none;
	background-color:#DAEEFB;
	background:url(../images/bg_nav_dgreen2.gif) repeat-x center bottom;
}
.topMenuDgreen a:active {
	color: #1F5C69;	
}
.topMenuDgreen a.current {
	color:#006428;
	background:url(../images/bg_nav_dgreen2.gif) repeat-x center bottom;
}
/*黄色导航*/
.topMenuYellow {
	width:715px;
	float:right;
	margin:0;
	padding:0;
	height:35px;
}
.topMenuYellow  a {
	display: inline;
	float: left;
	width:102px;
	margin-right:2px;
	height: 30px;
	line-height: 30px;
	text-align: center;
	text-decoration: none;
	font-family:"微软雅黑", "宋体", "Arial Black";
	font-size: 12px; 
	font-weight:bold;
	background:url(../images/bg_nav_yellow1.gif) repeat-x center bottom;
}
.topMenuYellow a:link {
	color: #755E36;	
}
.topMenuYellow a:visited {
	color: #755E36;	
}
.topMenuYellow a:hover {
	color:#CC6413;
	text-decoration:none;
	background-color:#DAEEFB;
	background:url(../images/bg_nav_yellow2.gif) repeat-x center bottom;
}
.topMenuYellow a:active {
	color: #755E36;	
}
.topMenuYellow a.current {
	color:#755E36;
	background:url(../images/bg_nav_yellow2.gif) repeat-x center bottom;
}
/*二级菜单*/
.subMenu{
	float:right;
	height:31px;
	width:713px;
}
.subMenuContent {
	width:713px;
	display: none;
	padding-top: 4px;
	height:27px;
	color:#83868B;
}
.subMenuContent a:link {
	padding-right: 5px;
	padding-left: 5px;
	font-size: 12px;
	/*float: left;*/
	padding-bottom: 4px;
	margin-left: 3px;
	cursor: pointer; 
	line-height: 18px; 
	height: 18px;
	text-decoration: none;
	color:#83868B;
}
.subMenuContent a:visited {
	color:#83868B;
	padding-right: 5px;
	padding-left: 5px;
	font-size: 12px;
	/*float: left;*/
	padding-bottom: 4px;
	margin-left: 3px;
	cursor: pointer;
	line-height: 18px;
	height: 18px;
	text-decoration: none;
}
.subMenuContent a:hover {
	background: url(../images/bg_nav3.gif) no-repeat center bottom;
	color: #000;
}
.subMenuContent a:active {
	background: url(../images/bg_nav3.gif) no-repeat center bottom;
	color:#83868B;
}
/*导航定位*/
#sc2{
	float:left;
	width:320px;
	margin-left:0px;
	text-align:left;
}
#sc3{
	float:left;
	width:200px;
	margin-left:170px;
	_margin-left:80px;
	text-align:left;
}
#sc4{
	float:left;
	width:320px;
	margin-left:200px;
	_margin-left:100px;
	text-align:left;
}
#sc5{
	float:left;
	width:320px;
	margin-left:320px;
	_margin-left:170px;
	text-align:left;
	
}
#sc6{
	float:left;
	width:300px;	
	text-align:left;
}
#sc7{
	float:left;
	width:280px;
	text-align:left;
}
/*左侧内容*/
.contLeft{
	width:247px;
	float:left;
}
.worldMap{
	background-color:#FFFFFF;
	margin-bottom:20px;
	width:240px;
	height:200px;
}
.search{
	vertical-align:middle;
	text-align: right;
	margin-right:8px;
}
.search img{
	vertical-align:middle;
}
.adLeft{
	margin-top:10px;
}
.subcontLeft{
	float:left;
	width:247px;
	margin-left:3px;
	background: #fff url(../images/bg_left_news.gif) repeat-x 0px top;
	height:550px;
}
/*二级页面右侧内容*/
.subcontRight{
	margin-left:5px;
	width:555px;
	float:right;
	margin-top:10px;
}
/*右侧内容*/
.contRight{
	width:778px;
	margin-right: auto;
	margin-left: auto;
}
/*快捷服务链接*/
.quickLink{
	float:right;
	width:225px;
	padding-top:10px;
}
.quickLink ul{
	margin:0;
	padding:0;
	list-style:none;
}
.quickLink ul li{
	padding-top:5px;
	text-align:left;
}
/*底部版权信息*/
.copyright{
	width:778px;
	margin-top:2px;
	height:35px;
}
.copyright dl{
	margin:0;
	padding:0;
	list-style:none;
	height:35px;
	background-color:#EEF5F8;
}
/*.copyright dl dt{
	float:left;
	background-color:#EEF5F8;
	width:187px;
	height:35px;
}*/
.copyright  dd{
	float:left;
	color:#747A81;
	height:35px;
	line-height:35px;
	padding-left:85px;

}

/*切换样式*/
.menubox {
	clear:both; 
	width:703px; 
	height:27px;
	line-height:27px;
	background-color:#fff;
	font-size:12px;
	background:url(../images/bg_tab_head.gif) repeat-x bottom;
} 
.menubox ul{ 
	width:703px; 
	margin:0; 
	padding:0; 
} 
.menubox ul li{
	display:block; 
	float:left;
	padding:0;
	width:116px; 
	height:26px;
	line-height:27px;
	cursor:pointer;
	color:#007D8E;
	text-align:center; 
	background: url(../images/bg_tab1.gif) no-repeat left top;
	border-bottom:1px solid #C1E1EA;
} 
.menubox li.hover{
	padding:0;
	width:116px;
	color:#007D8E;
	background: url(../images/bg_tab2.gif) no-repeat left top;
	border-bottom:1px solid #fff;
}
.contentbox{ 
	clear:both; 
	text-align:left; 
	padding:8px;
	background-color:#fff
} 


