﻿@charset "utf-8";
* {
	margin: 0px;
	padding: 0px;
}
body {
	font-size: 12px;
	font-family: SimSun;
	line-height: 160%;
	background-image: url(../images/body_bg.jpg);
	background-repeat: no-repeat;
	background-position: top;
	color: #333333;
	background-color: #F1FAFE;
	
}

.clear {
	font-size: 0px;
	clear: both;
	line-height: 0px;
	height: 1px;
}
.clearfix:after {
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
}
.clearfix {
	min-height: 1px;
}
* html .clearfix {
	height: 1px;
	/* Mac斉IE偺傒偵揔?\*//*/
	height: auto;
	overflow: hidden;
	/**/
}
img {
 	border:none;
}
a:link {
	TEXT-DECORATION: none;
	color: #333333;
}
a:visited {
	TEXT-DECORATION: none;
	color: #333333;
}
a:hover {
	TEXT-DECORATION: none;
	color: #333333;
}
a:active {
	TEXT-DECORATION: none;
	color: #333333;
}
.font_blue2 a:link {
	TEXT-DECORATION: none;
	color: #31687E;
}
.font_blue2 a:visited {
	TEXT-DECORATION: none;
	color: #31687E;
}
.font_blue2 a:hover {
	TEXT-DECORATION: none;
	color: #31687E;
}
.font_blue2 a:active {
	TEXT-DECORATION: none;
	color: #31687E;
}
#side .side_link li a:link {
	TEXT-DECORATION: none;
	color: #004A7F;
}
#side .side_link li a:visited {
	TEXT-DECORATION: none;
	color: #004A7F;
}
#side .side_link li a:hover {
	TEXT-DECORATION: none;
	color: #E77A18;
}
#side .side_link li a:active {
	TEXT-DECORATION: none;
	color: #E77A18;
}
#main .box_right_395 .link a:link {
	TEXT-DECORATION: none;
	color: #FF6600;
}
#main .box_right_395 .link a:visited {
	TEXT-DECORATION: none;
	color: #FF6600;
}
#main .box_right_395 .link a:hover {
	TEXT-DECORATION: none;
	color: #FF6600;
}
#main .box_right_395 .link a:active {
	TEXT-DECORATION: none;
	color: #FF6600;
}
.font_blue a:link {
	TEXT-DECORATION: none;
	color: #0F0F9F;
}
.font_blue a:visited {
	TEXT-DECORATION: none;
	color: #0F0F9F;
}
.font_blue a:hover {
	TEXT-DECORATION: none;
	color: #0F0F9F;
}
.font_blue a:active {
	TEXT-DECORATION: none;
	color: #0F0F9F;
}
#header {
	background-image: url(../images/head_bg.png);
	background-repeat: repeat-x;
	background-position: top;
}
#header .head_box {
	width: 1000px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(../images/head_box_bg.png);
	background-repeat: no-repeat;
	background-position: top;
	height: 396px;

}
#header .head_text {
	float: left;
	font-size: 12px;
	line-height: 14px;
	padding-top: 8px;
	padding-left: 15px;
	color: #000000;
	padding-bottom: 7px;
	background-image: url(../images/head_bg.png);

}
#header .head_link {
	float: right;
	color: #000000;
	padding-top: 8px;
	padding-bottom: 7px;
	padding-right: 5px;
	font-size: 12px;
	line-height: 14px;
}
#header .head_logo {
	float: left;
	padding-top: 17px;
	padding-left: 54px;
}
#header .head_contact {
	float: right;
	padding-top: 12px;
	padding-right: 10px;
	
}
#header .navi {
	margin-top: 12px;
	margin-bottom: 16px;
	height: 33px;

}
#header .navi li {
	float: left;
	list-style-type: none;

}
#header .navi li img{
	display:block;
}
#navMenu{z-index: 30;width:1000px;height:33px;line-height:33px;display:block;overflow:hidden;}

#navMenu li{
	float: left;
	background: url(../images/bg03.gif) no-repeat right;
	list-style-type: none;
	font-family: "微软雅黑";
	color: #FFFFFF;
	font-size: 14px;
	line-height: 33px;
}
#navMenu li a{	display: block;text-align: center;}
#navMenu li a:hover{background:url(../images/bg04.gif);}

/*-------- 下拉菜单 --------------*/
#navMenu .dropMenu { float:left;width: 108px;position:absolute;visibility: hidden;display:inline;margin-left:-48px;}
#navMenu .dropMenu li {
	width: 96px;
	margin:0;
	height: 30px;
	line-height: 30px;
	background-image: url(../images/navi_bg.png);
	background-repeat: no-repeat;
	background-position: right top;
	padding-left: 48px;
}
#navMenu .dropMenu li a {
	display: block;
	text-align:center;
	color:#FFFFFF;
}
#navMenu .dropMenu  li a:hover {
}
#navMenu .dropMenu  li.end { background:url(../images/sub_bottom.gif) no-repeat;height:6px;}
#content {
	margin-right: auto;
	margin-left: auto;
	width: 994px;
	padding-bottom: 10px;
	border-bottom-width: 8px;
	border-bottom-style: solid;
	border-bottom-color: #0063A0;
	background-image: url(../images/content_bg.jpg);
	background-repeat: repeat-y;
	background-position: top;
	padding-top: 5px;
	padding-right: 3px;
	padding-left: 3px;
}
#side {
	float: left;
	width: 277px;
}
#side ul.side_link li {
	list-style-type: none;
	height: 23px;
	background-image: url(../images/side_link1_bg.jpg);
	background-repeat: no-repeat;
	background-position: top;
	font-family: "微软雅黑";
	font-size: 14px;
	line-height: 16px;
	color: #004A80;
	padding-left: 45px;
	padding-top: 6px;

}
#side .side_title1 {
	height: 21px;
	background-image: url(../images/side_title1_bg.jpg);
	background-repeat: no-repeat;
	background-position: top;
	padding-left: 28px;
	padding-top: 6px;
}
#side .side_title2 {
	height: 21px;
	background-image: url(../images/side_title2_bg.jpg);
	background-repeat: no-repeat;
	background-position: top;
	padding-left: 28px;
	padding-top: 6px;
}
#side .side_box1 {
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #DADADA;
	border-bottom-color: #DADADA;
	border-left-color: #DADADA;
	padding-top: 3px;
	padding-right: 7px;
	padding-left: 6px;
	padding-bottom: 7px;
	margin-bottom: 12px;
}
#side .side_box1 .text {
	padding-right: 8px;
	padding-left: 8px;
	line-height: 192%;
	padding-top: 5px;
}
#side .side_box2 {
	background-image: url(../images/side_box2_bg.jpg);
	background-repeat: no-repeat;
	background-position: top;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #DBDBDB;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #DBDBDB;
	border-left-color: #DBDBDB;

}
#side .side_box2 .text {
	padding: 10px;
	
}
#side .side_box3 {
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #DCDCDC;
	border-bottom-color: #DCDCDC;
	border-left-color: #DCDCDC;
	margin-bottom: 6px;
	padding: 1px;

}
#side .side_pic1 {
	border-top-style: solid;
	border-top-width: 2px;
	border-top-color: #A1DFFF;
}
#main {
	float: right;
	width: 705px;
}
#main h2 {
	background-image: url(../images/h2_bg.jpg);
	background-repeat: no-repeat;
	background-position: top;
	height: 22px;
	padding-left: 28px;
	padding-top: 5px;
	font-family: "微软雅黑";
	font-size: 14px;
	line-height: 16px;

}
#main h2 .right {
	float: right;
	display: inline;
	margin-right: 10px;
	margin-top: 2px;
	font-size: 12px;
	font-weight: normal;
	line-height: 14px;
	font-family: "宋体";
}
#main .top_title1 {
	font-size: 14px;
	font-weight: bold;
	text-align: center;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	margin-bottom: 8px;
	padding-bottom: 5px;

}
#main .top_text1 {
	text-align: center;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	margin-bottom: 8px;
	padding-bottom: 5px;

}
#main .top_box1 {
	border-right-width: 1px;
	border-bottom-width: 2px;
	border-left-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #DADADA;
	border-bottom-color: #DADADA;
	border-left-color: #DADADA;
	padding: 10px;
	margin-bottom: 12px;

}
#main .top_box2 {
	background-image: url(../images/top_box2_bg.gif);
	background-repeat: repeat-y;
	background-position: top;
	border-bottom-width: 5px;
	border-bottom-style: solid;
	border-bottom-color: #FFEAD5;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
height:150px;
overflow:hidden;
}
#main .top_box2 .text {
	width: 204px;
	float: right;
	background-color: #F0F0F0;
	padding-top: 5px;
	padding-right: 8px;
	padding-bottom: 3px;
	padding-left: 8px;
	line-height: 190%;
}
#main .top_box2 .text2 {
	padding-top: 10px;
	padding-right: 10px;
	padding-left: 10px;
	line-height: 190%;

}
#main .top_box3 {
	background-image: url(../images/top_box3_bg.gif);
	background-repeat: repeat-y;
	background-position: top;
	border-bottom-width: 5px;
	border-bottom-style: solid;
	border-bottom-color: #FFEAD5;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
height:150px;
overflow:hidden;
}
#main .top_box3 .text {
	width: 204px;
	float: left;
	background-color: #F0F0F0;
	padding-top: 5px;
	padding-right: 8px;
	padding-bottom: 3px;
	padding-left: 8px;
	line-height: 190%;
}
#main .top_box3 .text2 {
	padding-top: 10px;
	padding-right: 10px;
	padding-left: 10px;
	line-height: 190%;

}
#main .top_box4 {
	background-image: url(../images/top_box4_bg.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	padding-top: 20px;
	padding-right: 30px;
	padding-left: 30px;
	line-height: 190%;
	min-height:500px;
	height:auto!important;
	height:500px;
}
#main .top_box4.last {
	padding-left: 15px;
	padding-right: 15px;
}
#main .top_box4 .box1 {
	float: right;
	margin-right: 85px;
	display: inline;
	width: 210px;
	background-color: #FFF2D5;
	border: 1px solid #FFBD41;
	padding-top: 30px;
	padding-right: 10px;
	padding-bottom: 25px;
	padding-left: 10px;
}
#main .top_box4 .box2 {
	float: right;
	margin-right: 85px;
	display: inline;
	width: 210px;
	background-color: #CBFFD5;
	border: 1px solid #00D028;
	padding-top: 30px;
	padding-right: 10px;
	padding-bottom: 25px;
	padding-left: 10px;
}
#main .top_box4 .box3 {
	float: right;
	margin-right: 85px;
	display: inline;
	width: 210px;
	background-color: #EBE5FA;
	border: 1px solid #BB9FED;
	padding-top: 30px;
	padding-right: 10px;
	padding-bottom: 25px;
	padding-left: 10px;
}
#main .top_box4 .box4 {
	float: right;
	margin-right: 85px;
	display: inline;
	width: 210px;
	background-color: #FFD5F6;
	border: 1px solid #FF78DC;
	padding-top: 30px;
	padding-right: 10px;
	padding-bottom: 25px;
	padding-left: 10px;
}
#main .top_box4 .box5 {
	float: right;
	margin-right: 85px;
	display: inline;
	width: 210px;
	background-color: #FFF8D5;
	border: 1px solid #FFED83;
	padding-top: 30px;
	padding-right: 10px;
	padding-bottom: 25px;
	padding-left: 10px;
}
#main .top_box4 .text {
	margin-top: 50px;
	line-height: 300%;
	padding-left: 30px;
}
#main .top_box4 .text2 {
	line-height: 250%;
	padding-left: 10px;
	padding-right: 10px;
}
#main .top_box4 .text3 {
	font-size: 14px;
	font-weight: bold;
	line-height: 250%;
	padding-left: 150px;
	padding-bottom: 50px;
}
#main .top_box4 .text4 {
	padding-left: 25px;
	padding-right: 25px;
	padding-top: 25px;
}
#main .top_box5 {
	padding: 10px;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #ABABAB;

}
#main .top_box5 .text5 {
	float: right;
	width: 450px;
}
#main .top_box5 .title1 {
	font-size: 14px;
	font-weight: bold;
	margin-bottom: 10px;
	margin-top: 5px;

}
#main .top_box6 {
	width: 322px;
	margin-bottom: 25px;
	float: left;

}
#main .top_box6 .text5 {
	float: right;
	width: 125px;
	margin-top: 10px;
	margin-right: 10px;
	display: inline;
}
#main .box_left_345 {
	float: left;
	width: 347px;



}
#main .box_right_150 {
	float: right;
	width: 150px;
}
#main .box_right_345 {
	float: right;
	width: 347px;
}
#main .box_right_395 {
	float: right;
	width: 395px;
	line-height: 180%;
}
#main .box_right_395 .link {
	float: right;
	color: #FF6600;
}
#main .box_t {
	float: left;
	width: 227px;
	margin-right: 4px;
	margin-left: 4px;
	display: inline;
	margin-top: 12px;
}
#main .box_t .box1 {
	border-right-width: 5px;
	border-bottom-width: 5px;
	border-left-width: 5px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #DEEAFD;
	border-bottom-color: #DEEAFD;
	border-left-color: #DEEAFD;
	padding: 10px;
}
#main .box_t .text {
	background-color: #F0F0F0;
	padding-top: 5px;
	padding-right: 8px;
	padding-bottom: 3px;
	padding-left: 8px;
	line-height: 190%;
	margin-bottom: 8px;
}
#main .pic1 {
	float: left;
	padding: 2px;
	border: 1px solid #CCCCCC;
}
#main .pic2 {
	float: left;
}
#main .pic2 img {
	background-image: url(../images/pic2_bg.jpg);
	background-repeat: no-repeat;
	background-position: top;
	padding-right: 2px;
	padding-bottom: 2px;
	padding-left: 9px;

}
#main .pic3 {
	float: right;
}
#main .pic3 img {
	background-image: url(../images/pic3_bg.jpg);
	background-repeat: no-repeat;
	background-position: top;
	padding-right: 9px;
	padding-bottom: 2px;
	padding-left: 2px;
	padding-top: 2px;
}
#main .pic4 {
	margin-top: 10px;
	text-align: center;
}
#main .pic5 {
	float: left;
	margin-left: 60px;
	display: inline;
}
#main .pic6 {
	float: left;
}
#main .pic6 img {
	border: 1px solid #CCCCCC;
	padding: 1px;

}
#main .pic7 {
	text-align: center;
	margin-bottom: 35px;
	margin-top: 5px;

}
#main .pic8 {
	float: left;
}
#main table {
	
}
#main table.table1 {
	border-collapse: collapse;
	width: 100%;
}

#main table.table1 td {
	text-align: left;
	vertical-align: top;
	font-size: 14px;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
}
#main table.table2 {
	border-collapse: separate;
	width: 100%;
	border: 1px solid #BFDEA5;
}
#main table.table2 th {
	text-align: center;
	vertical-align: top;
	font-size: 14px;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	font-weight: normal;
	background-color: #DDDDDD;
	line-height: 16px;
}
#main table.table2 th.th2 {
	background-color: #EEF0DB;
	
}
#main table.table2 td {
	text-align: center;
	vertical-align: top;
	font-size: 14px;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	line-height: 16px;
}
#main table.table3 {
	border-collapse: separate;
	width: 100%;
}
#main table.table3 td {
	font-size: 14px;
	color: #001373;
	padding-bottom: 20px;
	
}
#main .box10 {
	
	margin-top: 60px;
}
#main ul.content li {
	list-style-type: none;
	padding-left: 10px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	padding-bottom: 7px;
	margin-bottom: 8px;
	float: left;
	width: 300px;
	margin-right: 10px;

}
#main .box_btn {
	text-align: center;
	margin-top: 10px;
	margin-bottom: 15px;

}
#footer {
	width: 1000px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(../images/footer_bg.jpg);
	background-repeat: repeat-x;
	background-position: top;
	padding-top: 12px;
	padding-bottom: 10px;
	text-align: center;
	line-height: 200%;
}
.formfield_s {
	width: 260px;
}
.formfield_l {
	width: 400px;
	
}
.font_blue {
	color: #0F0F9F;
}
.font_blue2 {
	color: #31687E;
}
.font_blue3 {
	font-size: 16px;
	font-weight: bold;
	color: #3366CC;
}
.font_blue4 {
	font-weight: bold;
	color: #031180;
}
h1{
	height:0px;
	overflow:hidden;
	text-indent:-999em;
}
/*CSS sabrosus style pagination*/

DIV.sabrosus {
	TEXT-ALIGN: center;
	padding: 3px;
	margin-top: 50px;
	margin-right: 3px;
	margin-bottom: 3px;
	margin-left: 3px;
}
DIV.sabrosus A {
	PADDING-RIGHT: 5px;
	PADDING-LEFT: 5px;
	PADDING-BOTTOM: 2px;
	COLOR: #666666;
	MARGIN-RIGHT: 2px;
	PADDING-TOP: 2px;
	TEXT-DECORATION: none;
	border: 1px solid #CCCCCC;
}
DIV.sabrosus A:hover {
	COLOR: #333333;
	BACKGROUND-COLOR: lightyellow;
	border: 1px solid #CCCCCC;
}
DIV.pagination A:active {
	COLOR: #333333;
	BACKGROUND-COLOR: lightyellow;
	border: 1px solid #CCCCCC;
}
DIV.sabrosus SPAN.current {
	PADDING-RIGHT: 5px;
	PADDING-LEFT: 5px;
	FONT-WEIGHT: bold;
	PADDING-BOTTOM: 2px;
	COLOR: #666666;
	MARGIN-RIGHT: 2px;
	PADDING-TOP: 2px;
	border: 1px solid #CCCCCC;
}
DIV.sabrosus SPAN.disabled {
	BORDER-RIGHT: #929292 1px solid; PADDING-RIGHT: 5px; BORDER-TOP: #929292 1px solid; PADDING-LEFT: 5px; PADDING-BOTTOM: 2px; BORDER-LEFT: #929292 1px solid; COLOR: #929292; MARGIN-RIGHT: 2px; PADDING-TOP: 2px; BORDER-BOTTOM: #929292 1px solid
}
