﻿@charset "utf-8";
body {
	background-color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	padding: 0em;
	color: #5f5f5f;
	margin: 0em;
	font-weight: normal;
}

dd,dt,dl,ul,li,p,h1,h2,h3{
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
*html .fix{height:1%;}
*+html .fix{height:1%;}

strong{
	font-weight: normal;
}

h2{
	background-color: #7a97bf;
	font-size: 14px;
	font-weight: bold;
	color: #FFFFFF;
	line-height: 30px;
	height: 30px;
	text-indent: 10px;
}
h2 a{
	text-decoration: none;
	color: #FFFFFF;
}
h2 a:hover{
	text-decoration: none;
	color: #0000FF;
}
h3{
	background-color: #7a97bf;
	font-size: 14px;
	font-weight: bold;
	color: #FFFFFF;
	line-height: 30px;
	height: 30px;
	text-indent: 10px;
}
h3 a{
	text-decoration: none;
	color: #FFFFFF;
}
h3 a:hover{
	text-decoration: none;
	color: #0000FF;
}

.box220 h3{
	background-color: #7a97bf;
	font-size: 14px;
	font-weight: bold;
	color: #FFFFFF;
	line-height: 30px;
	height: 30px;
	text-indent: 30px;
	background-image: url(/images/bg.gif);
	background-repeat: no-repeat;
	background-position: -712px -132px;
}
.box220 h3 a{
	text-decoration: none;
	color: #990000;
}
.box220 h3 a:hover{
	text-decoration: none;
	color: #0000FF;
}
img{
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
}

a{
	font-size: 12px;
	color: #2c5886;
}
.x5{height:5px; line-height:5px; clear:both; visibility:hidden;}
.x10{height:10px; line-height:10px; clear:both; visibility:hidden;}
.n10{
	padding: 10px;
	line-height: 24px;
}
#main{
	width: 982px;
	margin-right: auto;
	margin-left: auto;
}
.header{
	background-image: url(/images/bg.gif);
	height: 128px;
	width: 982px;
	background-repeat: no-repeat;
	background-position: 0px 0px;
}
.headerk{
	background-image: url(/images/bg_k.jpg);
	height: 229px;
	width: 982px;
	background-repeat: no-repeat;
	background-position: 0px 0px;
}
.toph1{
	font-size:12px;
	font-weight:100;
}
.logo{
	float: left;
	height: 108px;
	width: 220px;
	padding-left: 20px;
	padding-top: 20px;
}
.msg{
	float: right;
	height: 128px;
	width: 742px;
	position: relative;
}
.msg_k{
	float: right;
	height: 229px;
	width: 742px;
	position: relative;
}
.toptabs {
	font-size:14px;
	line-height:normal;
	font-weight: bold;
	position: absolute;
	bottom: 0px;
	right: 20px;
}

.toptabs li {
	float:right;
	padding:0;
	display: block;
	margin-top: 0;
	margin-right: 10;
	margin-bottom: 0;
	margin-left: 0;
}

.toptabs a {
	float:left;
	/*background:url("/images/toptableft.gif") no-repeat left top;*/
background-image: url(/images/toptableft.gif);
	margin:0;
	padding:0 0 0 4px;
	text-decoration:none;
	font-size: 14px;
}

.toptabs a span {
	float:left;
	display:block;
	/*background:url("/images/toptabright.gif") no-repeat right top;*/
        background-image: url(/images/toptabright.gif);
	padding:5px 15px 4px 6px;
	color:#FFF;
}
/* Commented Backslash Hack hides rule from IE5-Mac \*/
.toptabs a span {float:none;}

/* End IE5-Mac hack */
.toptabs a:hover span {
	color:#FFF;
}

.toptabs a:hover {
	background-position:0% -42px;
}

.toptabs a:hover span {
	background-position:100% -42px;
}
.hot{
	clear: both;
	height: 30px;
	padding-right: 10px;
	padding-left: 10px;
	line-height: 30px;
	margin-bottom: 5px;
	border-top-width: 1px;
	border-top-style: dashed;
	border-top-color: #CCCCCC;
	background-color: #ebebeb;
}
.hot strong{
	float: left;
	height: 30px;
	font-weight: bold;
}
.hot a{
	float: left;
	color: #003366;
	text-decoration: none;
	line-height: 30px;
	display: block;
	margin-left: 20px;
}
.hot a:hover{
	color: #990000;
	text-decoration: none;
}
.menu {
	width:982px;
	margin:0;
}
/* 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:104px; 
height:30px; 
color:#000; 
border:1px solid #fff;
border-width:1px 1px 0 0;
background:#c9c9a7; 
line-height:30px; 
font-size:11px;
}
/* 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:#b3ab79;
}
/* 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:105px;
}
/* style the background and foreground color of the submenu links */
.menu ul li:hover ul li a {
display:block; 
background:#faeec7; 
color:#000;
}
/* style the background and forground colors of the links on hover */
.menu ul li:hover ul li a:hover {
background:#dfc184; 
color:#000;
}
#nav {
	list-style-type: none;
	width: 982px;
	background-color: #DFDED9;
	margin-right: auto;
	margin-left: auto;
	height: 24px;
	margin-top: 1px;
	padding-top: 5px;
	padding-bottom: 5px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
}
#nav a {
	display: block;
	text-align:center;
	font-size: 14px;
	line-height: 30px;
	color: #003366;
	text-decoration: none;
	font-weight: bold;
}
#nav a:hover {
	color:#990000;
	text-decoration:none;
}
#nav li {
	display: block;
	float: left;
	padding-left: 20px;
	padding-right: 15px;
	background-image: url(/images/x.gif);
	background-repeat: no-repeat;
	background-position: right 7px;
}
#nav li ul {
	list-style-type: none;
	left: -999px;
	position: absolute;
	width: 200px;
}
#nav li ul li {
	width: 200px;
	margin: 0px;
	background-color: #e8e8e8;
	padding-left: 10px;
	background-image: none;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
}
#nav li ul a {
	display: block;
	width: 200px;
	font-size: 12px;
	line-height: 24px;
	color: #003399;
	font-weight: normal;
	text-align: left;
}
#nav li ul a:hover {
	color:#990000;
	text-decoration:underline;
	font-weight:normal;
}
#nav li ul li font{
	font-size: 9px;
	color: #0000FF;
	margin-left: 5px;
}
#nav li:hover ul {
	left: auto;
}
#nav li.sfhover ul {
	left: auto;
}
.nav{
	width: 200px;
	position: absolute;
	left: -15px;
}
.nav_1{
	width: 200px;
	position: absolute;
	right: 97px;
	_right: 72px;
}
.Announcement{
	background-color: #EFF0EC;
	float: left;
	width: 960px;
	padding: 10px;
	border: 1px solid #CCCCCC;
}
.Announcement strong{
	font-size: 14px;
	font-weight: bold;
	text-align: center;
	width: 100%;
	clear: both;
	display: block;
}
.box210{
	float: left;
	width: 210px;
	margin-right: 5px;
}
.box220{
	float: right;
	width: 220px;
}
.box340{
	float: left;
	width: 340px;
	margin-right: 10px;
}
#gallery{
	float: left;
	width: 420px;
}

#gallery_nav img{
	height: 80px;
	width: 80px;
	padding: 2px;
}
#gallery_output{
	width: 400px;
	overflow: hidden;
	height: 300px;
	padding-right: 7px;
	padding-bottom: 5px;
	padding-left: 7px;
	padding-top: 5px;
}
#gallery_1 {
	width: 980px;
}
#gallery_nav_1 {
	float: left;
	width: 170px;
	height: 600px;
	overflow: hidden;
	border: 1px solid #CCCCCC;
	text-align: center;
}
#gallery_nav_1 img {
	width: 160px;
	padding-top: 15px;
	padding-bottom: 15px;
}
#gallery_output_1 {
	width: 800px;
	overflow: hidden;
	height: 600px;
	float: right;
}
.products h1{
	font-size: 16px;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #CCCCCC;
	padding-bottom: 6px;
	font-weight: bold;
}
.box550{
	width: 540px;
	float: right;
}
.box540{
	width: 540px;
	float: right;
	margin-right: 5px;
}
.box765{
	float: right;
	width: 765px;
}
.box765 h2{
	background-color: #AFC4DC;
	width: 200px;
	clear: both;
}
.box765 h2 a{
	color: #003366;
}
.Statement1 a{
	display: block;
	margin-bottom: 5px;
}
.top{
	background-color: #ebf3f3;
	float: left;
	width: 220px;
}
.top1{
	background-color: #ebf3f3;
	float: left;
	width: 210px;
}
.lie{
	padding: 5px;
	color: #333333;
	clear: both;
}
.lie p{

	float: left;
	width: 100px;
}
.lie p img{
	height: 75px;
	width: 100px;
}
.lie span{
	float: right;
	width: 90px;
	font-size: 12px;
}
.lie span a{
	text-decoration: none;
	color: #5557af;
	clear: both;
	display: block;
}
.lie span font{
	color: #FF0000;
	font-size: 14px;
	font-weight: bold;
	line-height: 24px;
}
.top span img{
	margin-top: 8px;
	height: 17px;
	width: 80px;
}
.top1 span img{
	margin-top: 8px;
	height: 17px;
	width: 80px;
}
.slide{
	width: 540px;
	height: 404px;
}
.title{
	width: 528px;
	background-color: #e7eff7;
	border: 1px solid #b5c7de;
	padding: 5px;
	clear: both;
}
.title a{
	margin-right: 10px;
	text-decoration: none;
	color: #7a97bf;
}
.title a:hover{
	color: #0000FF;
	text-decoration: underline;
}
.title a strong{
	font-size: 14px;
	font-weight: bold;
}
.showcase{
	clear: both;
	margin-bottom: 10px;
}
.showcase ul{
	width: 520px;
	padding: 10px;
	display: block;
	float: left;
}
.showcase p img{
	height: 90px;
	width: 120px;
	background-image: url(/images/loading.gif);
	background-repeat: no-repeat;
	background-position: center center;
}
.showcase li{
	width: 160px;
	padding-right: 4px;
	padding-left: 7px;
	text-align: center;
	float: left;
	padding-bottom: 10px;
}
.showcase li span {
	margin-bottom: 8px;
	display: block;
	margin-top: 8px;
	font-weight: normal;
}
.showcase li span a{
	color: #5557af;
	text-decoration: none;
	margin-right: 10px;
}
.showcase li span font{
	color: #FF0000;
	font-size: 14px;
	font-weight: bold;
}
.showcase_1{
	clear: both;
	padding: 4px;
	width: 726px;
}

.showcase_1 p img{
	height: 90px;
	width: 120px;
	background-image: url(/images/loading.gif);
	background-repeat: no-repeat;
	background-position: center center;
}
.showcase_1 li{
	width: 124px;
	padding-right: 4px;
	padding-left: 7px;
	text-align: center;
	float: left;
	padding-bottom: 10px;
	height: 181px;
}
.showcase_1 li span {
	margin-bottom: 8px;
	display: block;
	margin-top: 8px;
	font-weight: normal;
}
.showcase_1 li span a{
	color: #5557af;
	text-decoration: none;
	margin-right: 10px;
}
.showcase_1 li span font{
	color: #FF0000;
	font-size: 14px;
	font-weight: bold;
}
.showcase_2{
	clear: both;
	padding: 10px;
	width: 960px;
	background-color: #F3F3F3;
	float: left;
	border: 1px solid #CCCCCC;
}

.showcase_2 p img{
	height: 90px;
	width: 120px;
}
.showcase_2 li{
	width: 124px;
	padding-left: 11px;
	text-align: center;
	float: left;
}
.showcase_2 li span {
	margin-bottom: 8px;
	display: block;
	margin-top: 8px;
	font-weight: normal;
}
.showcase_2 li span a{
	color: #5557af;
	text-decoration: none;
	margin-right: 10px;
}
.showcase_2 li span font{
	color: #FF0000;
	font-size: 14px;
	font-weight: bold;
}

.box{
	background-color: #e7eff7;
	float: left;
	width: 200px;
	padding: 5px;
}
.box b{
	color: #990000;
}
.box p {
	clear: both;
	height: 24px;
	width: 190px;
	margin-right: auto;
	margin-left: auto;
}
.box p input{
	width: 100px;
}
.box span {
	clear: both;
	height: 24px;
	width: 136px;
	margin-right: auto;
	margin-left: auto;
	display: block;
	margin-top: 5px;
}
.box span a{
	padding-left: 10px;
}
.box li{
	line-height: 19px;
	_line-height: 21px;
	color: #333333;
	background-image: url(/images/bg.gif);
	background-repeat: no-repeat;
	background-position: -970px -131px;
	padding-left: 10px;
}
.box li a{
	text-decoration: none;
	color: #2c5886;
}
.box li a:hover{
	text-decoration: underline;
	color: #990000;
}
.box li a font{
	font-size: 9px;
	color: #0000FF;
	text-decoration: none;
}
.box1{
	background-color: #e7eff7;
	float: left;
	padding: 5px;
	width: 754px;
}
.box1 b{
	color: #990000;
}
.box1 p {
	clear: both;
	height: 30px;
	margin-right: auto;
	margin-left: auto;
}
.box2{
	background-color: #e7eff7;
	float: left;
	padding: 5px;
}
.box2 b{
	color: #990000;
}
.box2 p {
	clear: both;
	height: 30px;
	margin-right: auto;
	margin-left: auto;
}

.news{
	background-color: #ebf3f3;
	float: left;
	width: 210px;
	padding: 5px;
}
.news li{
	line-height: 21px;
	color: #333333;
	background-image: url(/images/bg.gif);
	background-repeat: no-repeat;
	background-position: -970px -131px;
	text-indent: 10px;
	height: 21px;
}
.news li a{
	text-decoration: none;
	color: #003399;
}
.news li a:hover{
	text-decoration: underline;
	color: #990000;
}
.link_img a{
	text-align: center;
	padding-left: 18px;
	padding-bottom: 5px;
	display: block;
	float: left;
	padding-top: 5px;
}
.jz{
	text-align: center;
	line-height: 20px;
}
.jz strong{
	color: #000033;
}
.dibu{
	text-align: center;
}
.dibu a{
	color: #5F5F5F;
	text-decoration: none;
}
.box196{
	float: left;
	width: 196px;
	background-color: #e7eff7;
}
.box196 ul{
	padding: 6px;
}
.box196 li{
	line-height: 21px;
	color: #333333;
	background-image: url(/images/bg.gif);
	background-repeat: no-repeat;
	background-position: -970px -131px;
	text-indent: 10px;
}
.box196 li a{
	text-decoration: none;
	color: #2c5886;
}
.box196 li a:hover{
	text-decoration: underline;
	color: #990000;
}
.link{
	float: left;
	padding: 10px;
	width: 960px;
	border: 1px solid #b5c7de;
}
.link ul{
	margin: 0px;
	padding: 0px;
	list-style-image: none;
	list-style-type: none;
}
.link ul li{
	float: left;
	white-space: nowrap;
	margin-right: 10px;
	font-size: 14px;
	font-weight: bold;
	line-height: 24px;
}
.link a {
	font-size: 12px;
	color: #2c5886;
	text-decoration: none;
	font-weight: normal;
}
.link a:hover{
	color: #990000;
	text-decoration: none;
}
.help{
	text-align: center;
}
.help a{
	color: #2c5886;
	text-decoration: none;
}
.tag{
	text-align: center;
}
.tag a {
	color: #5f5f5f;
	text-decoration: none;
}
.Statement {
	width: 280px;
	margin-right: auto;
	margin-left: auto;
	height: 48px;
}
.Statement a{
	color: #2c5886;
	text-decoration: none;
}
.Statement img{
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
}
.Statement span{
	float: left;
}
.link1{
	float: left;
	line-height: 50px;
	margin-right: 10px;
	font-size: 14px;
	width: 120px;
}
.link2 {
	width: 110px;
	line-height: 50px;
	float: left;
	_padding-top: 17px;
	font-family: Arial, Helvetica, sans-serif;
}
.tips{
	line-height: 30px;
}

.tips_so{
	font-size: 14px;
}
.tips_so a{
	margin-right: 10px;
	font-size: 14px;
	color: #990000;
}
.tips_so b{
	font-weight: bold;
	color: #990000;
}
.tips_so strong{
	font-weight: bold;
	padding-right: 5px;
	padding-left: 5px;
	color: #990000;
}
.tips a {
	font-size: 14px;
	color: #2c5886;
	text-decoration: none;
	margin-right: 10px;
}
.tips p{
	line-height: 20px;
	border-top-width: 1px;
	border-top-style: dashed;
	border-top-color: #CCCCCC;
}
.tips h1{
	display: inline;
	font-weight: normal;
}
.subnav{
	border: 1px solid #b5c7de;
	background-color: #e7eff7;
	float: left;
	width: 743px;
	padding: 10px;
}
.subnav a{
	padding-right: 5px;
	padding-left: 5px;
}
.right{
	float: right;
}
.left{
	float: left;
}
.list{
	width: 765px;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #CCCCCC;
	float: left;
	margin-bottom: 8px;
	padding-bottom: 8px;
}
.list li{
	float: left;
}
.list li a{
	color: #003366;
	text-decoration: none;
	line-height: 20px;
}
.list li a:hover{
	text-decoration: none;
	color: #660000;
}
.list a strong{
	font-size: 14px;
	font-weight: bold;
	color: #003366;
}
.list a:hover strong{
	text-decoration: underline;
	color: #660000;
}
.list_go{
	height: 30px;
	margin-top: 10px;
}
.list_go p{
	margin-right: 50px;
	width: 100px;
	float: left;
	height: 30px;
}
.list font{
	font-size: 16px;
	font-weight: bold;
	color: #FF0000;
	padding-left: 5px;
	height: 30px;
}
.list_img{
	height: 150px;
	width: 200px;
}
.list_ms{
	width: 540px;
	padding-right: 10px;
	padding-left: 10px;
	font-size: 14px;
	color: #333333;
}

.channels{
	float: left;
	padding: 10px;
	width: 743px;
	border: 1px solid #b5c7de;
}
.channels_1{
	float: left;
	width: 763px;
	border: 1px solid #b5c7de;
}
.channels ul{
	margin: 0px;
	list-style-image: none;
	list-style-type: none;
	float: left;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
}
.channels ul.xx{
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #CCCCCC;
	margin-bottom: 10px;
}
.channels ul li{
	float: left;
	white-space: nowrap;
	margin-right: 10px;
	font-size: 14px;
	font-weight: bold;
	line-height: 20px;
}
.btspan{
	font-size: 14px;
	font-weight: normal;
	cursor: pointer;
}
.btspan:hover{
	color: #990000;
	text-decoration: underline;
}
.btspanOn{
	color: #CC0000;
	text-decoration: underline;
	font-weight: bold;
}
.products{
	float: left;
	width: 982px;
}
.introduction{
	height: 60px;
	width: 540px;
	overflow: scroll;
	overflow-x: hidden;
	margin-top: 10px;
	line-height: 20px;
	margin-bottom: 10px;
}
.parameters{
	clear: both;
}
.parameters li{
	float: left;
	width: 270px;
	margin-bottom: 5px;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #CCCCCC;
	line-height: 24px;
	height: 24px;
	padding-top: 3px;
	padding-bottom: 3px;
}
.parameters li span{
	color: #015eac;
	margin-right: 10px;
}
.parameters li font{
	font-size: 12px;
	font-style: italic;
	font-weight: bold;
	color: #CC0000;
	padding-left: 10px;
}
.dg{
	clear: both;
	float: left;
	margin-top: 10px;
	border: 1px solid #e7dbb1;
	padding: 5px;
}
.dg_s{
	background-color: #fffee6;
	float: left;
	padding: 10px;
}
.jg{
	float: left;
	width: 160px;
	font-size: 16px;
	font-weight: bold;
	color: #333333;
}
.jg font{
	font-size: 24px;
	font-style: italic;
	color: #CC0000;
}
.dg_1{
	float: right;
	width: 348px;
}
.dg_1 a{
	margin-right: 30px;
}
.msg_1{
	line-height: 43px;
}
.msg_1 span{
	color: #015eac;
	margin-right: 20px;
}
.msg_1 a{
	margin-right: 20px;
	text-decoration: none;
	color: #003366;
}
.images{
	line-height: 30px;
	text-align: center;
	width: 800px;
	float: left;	
}
.images img{margin-bottom: 8px;}
.rollbox{
	width:960px;
	overflow:hidden;
	border: 1px solid #CCCCCC;
	padding: 10px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}
.cont{
	width:900px;
	overflow:hidden;
	float: left;
	margin-right: auto;
	margin-left: auto;
}
.rollbox .Scrcont{width:10000000px;}
.rollbox .cont .pic{
	width:120px;
	float:left;
	text-align:center;
	padding-right:30px;
}
*+html .rollbox .cont .pic{width:120px;float:left;text-align:center;padding-right:30px;}
.pic img{
	padding:4px;
	background:#fff;
	border:1px solid #ccc;
	display:block;
	height: 90px;
	width: 120px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}
.pic a{
	color: #333333;
	text-decoration: none;
	font-size: 12px;
	clear: both;
	line-height: 20px;
}
.pic a font{
	color: #FF3300;
	font-weight: bold;
	font-size: 14px;
}
.rollbox #list1,.rollbox #list2{float:left;}
.img1{
	float: left;
	padding-top: 36px;
	margin-right: 24px;
}

.img2{
	float: right;
	padding-top: 36px;
}
.seriver_box {
	background-color: #FFFFFF;
	border: 2px solid #999999;
	width: 500px;
	position: absolute;
}
.seriver_box1 {
	background-color: #FFFFFF;
	border: 2px solid #999999;
	width: 350px;
	position: absolute;
	top: -150px;
	right: 0px;
}
.s_boxmain {
	background-color: #FFFFFF;
	width: 500px;
}
.s_boxmain1 {
	background-color: #FFFFFF;
	width: 350px;
}
.s_boxmain p {
	width: 500px;
	padding: 10px;
	font-size: 12px;
	line-height: 20px;
}
.s_box_title {
	line-height: 30px;

	background-color: #666666;
	text-align: right;
	padding-right: 10px;
	padding-left: 10px;
	height: 30px;
	font-size: 14px;
	font-weight: bold;
	color: #FFFFFF;
}
.s_box_title label {
	float: left;
}
.s_box_title a {
	color: #FFFFFF;
	text-decoration: none;
	font-size: 14px;
	font-weight: bold;
}
.abc{
	line-height: 30px;
	width: 500px;
	position: relative;
}
.abc1{
	color: #4f81bd;
}
.abc1 a{
	color: #549c00;
	margin-left: 10px;
	text-decoration: none;
}
.abc1 a:hover{
	color: #660000;
	text-decoration: underline;
}
.box130{
	padding: 5px;
	width: 120px;
	float: right;
	border: 1px solid #CCCCCC;
}
.box130 p img{
	height: 90px;
	width: 120px;
}
.box130 li{
	width: 120px;
	text-align: center;
}
.box130 li span {
	margin-bottom: 8px;
	display: block;
	margin-top: 8px;
	font-weight: normal;
}
.box130 li span a{
	color: #5557af;
	text-decoration: none;
	margin-right: 10px;
}
.box130 li span font{
	color: #FF0000;
	font-size: 14px;
	font-weight: bold;
}

.box130 h3{
	background-color: #BCC2C1;
	font-size: 12px;
	font-weight: normal;
	color: #000066;
	line-height: 30px;
	height: 30px;
	text-indent: 10px;
}
.jzz {
	width: 800px;
	margin-right: auto;
	margin-left: auto;
}
.jzz1{
	width: 700px;
	margin-right: auto;
	margin-left: auto;
	height: 60px;
}
.jzz1 ul{
	list-style-type: none;
	margin: 0px;
}
.jzz1 ul li{
	float: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	width: 150px;
	line-height: 24px;
}
.zi{
	font-size: 12px;
	line-height: 24px;
	text-align: left;
}
.fanyi{
	position: absolute;
	width: 980px;
	margin-right: auto;
	margin-left: auto;
	top: 3px;
}
.fanyi_1{
	float: right;
	height: 15px;
	width: 445px;
	background-image: url(/images/bg.gif);
	background-position: 115px -140px;
	background-repeat: no-repeat;
}
.fanyi font{
	font-size: 12px;
	color: #FFFFFF;
	float: left;
	height: 15px;
	width: 110px;
	font-weight: bold;
	margin-right: 5px;
}
.fanyi a{
	width: 20px;
	margin-right: 10px;
	display: block;
	height: 15px;
	float: left;
}
.dl{
	line-height: 24px;
	float: left;
	width: 95px;
	text-align: center;
	font-weight: bold;
}
.x{
	border: 1px solid #CCCCCC;
}
.x strong{
	font-weight: bold;
	color: #990000;
}
.tagname{
	 display:block;
	float:left;
	width:230px;
	line-height:24px;
	text-decoration:none;
}
.tagname:hover{
	display:block;
	float:left;
    width:230px;
	line-height:24px;
	color:#000;
    text-decoration:underline;
}
.seltag{
	margin-left:3px;
	text-decoration:none;
	color:#000;
}
.seltag:hover{
    font-family: Arial;
	color:#F00;
	font-size:14px;
	font-style:normal;
	font-weight:normal;
	text-decoration:underline;
}
.sotitle{
	line-height: 30px;
	font-weight: bold;
}
.sitemapdiv{
background-color:#E3EEF4; margin-top:5px;
}
.sitemapdiv_1{
background-color:#FFFFFF;
}
.sitemapdiv_2{
	width:980px;
	background-color:#e3eef4;
	clear: both;
	float: left;
}
.sitemapdiv_3{
	background-color:#e3eef4;
}
.sitemapdiv_4{
width:130px;float:left;
}
.tongji{
	text-align: right;
	width: 100%;
}
.tongji a{
	font-size: 8px;
	color: #999999;
}
#tupiandh{
    float:left;
	background-image: url(/images/bg.gif);
	background-position: 0px -168px;
	height: 32px;
	width: 613px;/**613**/
	margin-left:180px;
}
#tupiandh a{
	display: block;
	float: left;
	height: 29px;
	width: 53px;
	margin-right: 15px;
}

/***border:1px solid #7A97BF;**/
#tupiandh2{
    margin:5px;
    float:left;
	background-image: url(/images/bg.gif);
	background-position: 0px -168px;
	height: 32px;
	width: 260px;/**613**/
}
#tupiandh3{
    float:left;
	background-image: url(/images/bg.gif);
	background-position: -270px -168px;
	height: 32px;
	width: 343px;/**613**/
	margin:7px;
}
#tupiandh2 a{
	display: block;
	float: left;
	height: 29px;
	width: 53px;
	margin-right: 15px;
}
#tpbk{
margin-left:180px;
float:left;
width: 343px;
height: 42px;
border:2px solid #7A97BF;
}
#tpbk2{
float:left;
width: 343px;
height: 42px;
}
#tupiandh3 a{
	display: block;
	float: left;
	height: 29px;
	width: 53px;
	margin-right: 15px;
}
/*****/
#trustwaveSealImage{
width:65px;
margin-top:5px;
}

.gouwu{
	background-image: url(/images/bg.gif);
	background-position: -380px -138px;
	height: 20px;
	width: 91px;
	float: left;
	text-indent: 30px;
	font-weight: bold;
	margin-right: 20px;
}
.gouwu_1{
	background-image: url(/images/bg.gif);
	background-position: -623px -139px;
	height: 20px;
	width: 91px;
	float: left;
	text-indent: 24px;
	font-weight: bold;
}
.gouwu_2{
	background-image: url(/images/bg.gif);
	background-position: -340px -140px;
	height: 20px;
	width: 131px;
	float: left;
	text-indent: 50px;
	font-weight: bold;
	margin-top: 8px;
}
.shoucang{
	background-image: url(/images/bg.gif);
	background-position: -494px -138px;
	height: 20px;
	width: 120px;
	float: left;
	text-indent: 10px;
}
strike{
	font-size: 16px;
	color: #999999;
	text-decoration: line-through;
	margin: 0px;
	padding: 0px;
}
.jyx{
	color: #000;
	padding-top: 30px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
}
#navMenu {
	background-position: 0px 0px;
}
#navMenu ul {
	width: 982px;
	margin-right: auto;
	margin-left: auto;
	background-color: #dfded9;
	height: 40px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CFCEC7;
}
#navMenu li {
	float: left;
	background-image: url(/images/x.gif);
	background-repeat: no-repeat;
	background-position: right;
}
#navMenu li a {
	font-size: 14px;
	color: #003366;
	text-decoration: none;
	font-weight: bold;
	display: block;
	padding-left: 15px;
	line-height: 40px;
	_line-height: 30px;
	padding-right: 15px;
	_margin-top: 6px;
}
#navMenu li a:hover {
	font-size: 14px;
	color: #990000;
	text-decoration: none;
	font-weight: bold;
}
/*-------- ˵ --------------*/
.dropMenu {
	position:absolute;
	_top: 0;
	width: 210px;
	visibility: hidden;
	margin-top: -1px;
	background-color: #e8e8e8;
	padding-top:6px;
	padding-bottom:6px;
	z-index: 100;
	top: 0px;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-left-width: 2px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #dfded9;
	border-right-color: #dfded9;
	border-bottom-color: #dfded9;
	border-left-color: #dfded9;
	border-top-width: 0px;
}
.dropMenu li {
	clear: both;
	line-height: 24px;
	padding-left: 10px;
}
.dropMenu li font {
	font-size: 9px;
	color: #0000FF;
	margin-left: 5px;
}
.dropMenu a {
	display: block;
	color: #003399;
	font-size: 12px;
	text-decoration:none;
}
* html .dropMenu a {
	width: 100%;
}
.dropMenu a:hover {
	color:#990000;
	text-decoration: underline;
}
.bl_list {
	padding-top: 10px;
	padding-bottom: 10px;
}
.bl_list li{
	list-style-position: inside;
	list-style-type: disc;
	margin-bottom: 15px;
}
.bl_list li strong{
	font-size: 14px;
	font-weight: bold;
	line-height: 24px;
}
.bl_list li p{
	padding-left: 15px;
}
.pnum {
	PADDING-RIGHT: 0px;
	PADDING-LEFT: 0px;
	PADDING-BOTTOM: 20px;
	LINE-HEIGHT: 26px;
	PADDING-TOP: 20px;
	HEIGHT: 26px;
	TEXT-ALIGN: right
}
.pnum A {
	BORDER-RIGHT: #a3d767 1px solid;
	PADDING-RIGHT: 7px;
	BORDER-TOP: #a3d767 1px solid;
	PADDING-LEFT: 7px;
	FONT-SIZE: 14px;
	BACKGROUND: #f9ffe8;
	PADDING-BOTTOM: 4px;
	MARGIN: 0px 2px;
	BORDER-LEFT: #a3d767 1px solid;
	COLOR: #2b2b2b;
	PADDING-TOP: 4px;
	BORDER-BOTTOM: #a3d767 1px solid;
	text-decoration: none;
}
.pnum A:hover {
	COLOR: #7eac00
}
.pnum STRONG {
	BORDER-RIGHT: #a3d767 1px solid; PADDING-RIGHT: 7px; BORDER-TOP: #a3d767 1px solid; PADDING-LEFT: 7px; FONT-SIZE: 14px; BACKGROUND: #c7ea8a; PADDING-BOTTOM: 4px; MARGIN: 0px 2px; BORDER-LEFT: #a3d767 1px solid; COLOR: #2b2b2b; PADDING-TOP: 4px; BORDER-BOTTOM: #a3d767 1px solid
}
.article{
	padding: 10px;
}
.article p{
	line-height: 24px;
	margin-bottom: 15px;
}
.blog{
	background-color: #DEEBEB;
	padding: 5px;
}
#andyscroll {
	width:200px;
	height:180px;
	overflow:hidden;
	white-space:normal;
	word-break:break-all;
	line-height: 18px;
	margin: 5px;
	overflow:hidden;
}
#scrollmessage li span{
	font-weight: bold;
	color: #2C5886;
	width: 200px;
	display: block;
    font-size: 12px;
	
}
#scrollmessage li{
	margin-bottom: 10px;
	font-size: 12px;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #666666;
	padding-bottom: 5px;
}
#scrollmessage li a{
	text-decoration: none;
	color: #666666;
}
#scrollmessage li a:hover{
	color: #990000;
	text-decoration: underline;
}
.baozhang {
	width:100%;
	height:31px;
	line-height:31px;
	background-color: #E4E4E4;
}
.baozhang ul{margin:0px;padding:0px;}
.baozhang li{
	float:left;
	display:block;
	cursor:pointer;
	text-align:center;
	color:#990000;
	font-size: 14px;
	padding-right: 15px;
	padding-left: 15px;
}
.baozhang li.hover{
	color:#990000;
	font-weight:bold;
	height:30px;
	line-height:30px;
	background-image: url(images/bz.gif);
	background-repeat: no-repeat;
	background-position: center bottom;
	background-color: #E4E4E4;
	padding-right: 15px;
	padding-left: 15px;
}
.Contentbox1{
	clear:both;
	margin-top:0px;
	border:1px solid #E4E4E4;
	margin-bottom: 10px;
	padding: 10px;
}
.xhx li{
	line-height: 30px;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #CCCCCC;
}
.nosf{
color:#FF0000;
font-size:16px;
}
.nosf2{
font-size:14px;
line-height:30px;
}
.ntn{
font-size:12px;
}
.ola{
float:right;
margin-right:10px;
}
.topsm{
color:#000000;
text-decoration:none;
}
.flashdiv{
	width:540px;
	height:640px;
	/*overflow-y:scroll;*/
	overflow:scroll;
	border:1px solid;
	float: left;
}
.flashdiv ul{
	width:540px;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #006699;
	padding-top: 5px;
}
.flashdiv ul li{
	color: #000000;
}
.cerst{
  margin-top:5px;
}
.cerst td{
  font-size:12px;
  color:#7A97BF;
}
.cerd{
  margin:2px 0px 3px 0px;
  background-color:#B5C7DE;
  padding:0px;
}
.cerd a,.cerd a:link,.cerd a:visited,.cerd a:hover,.cerd a:active{
  font-weight:normal;
  color:#000000;
}
.logininfo{
  font-family: Arial;
  color: #7A97BF;
  font-size: 12px;
}
.logininfo a,.logininfo a:link,.logininfo a:visited,.logininfo a:hover,.logininfo a:active{
  color: #2C5886;
  font-size: 14px;
  font-family: Arial;
  font-weight: bold;
  text-decoration:none;
}


.a{
	font-size: 12px;
	text-decoration: none;
}
.infiniteCarousel {
	width: 980px;
	position: relative;
	margin-left:auto;
	margin-right:auto;
}

.infiniteCarousel .wrapper {
  width: 910px; 
  overflow: auto;
  height: 165px;
  margin: 0 30px;
  top: 0;
}
.infiniteCarousel ul a img {
  border:1px solid #E3E3E3;
  padding:2px;
  width:120px;
  height:90px;
  display:block;
}
.infiniteCarousel .wrapper ul {
  width: 910px; 
  list-style-image:none;
  list-style-position:outside;
  list-style-type:none;
  margin:0;
  padding:0;
  top: 0;
}
.infiniteCarousel ul li {
	display:block;
	color:#6C6D61;
	float:left;
	height: 90px;
	width: 120px;
	text-align:center;
	padding-top: 10px;
	padding-right: 16px;
	_padding-right: 13px;
	padding-bottom: 10px;
	padding-left: 16px;
	_padding-left: 14px;
}
.infiniteCarousel ul li a,
.infiniteCarousel ul li a:visited{
	color:#6C6D61;
	text-decoration:none;
	}
.infiniteCarousel .wrapper ul li a:hover{
	text-decoration:underline;
	}
.infiniteCarousel .wrapper ul li a font{
	font-size: 18px;
	font-style: italic;
	color: #CC0000;

	}
.infiniteCarousel ul li a:hover img {
  border-color: #aaa;
}
.infiniteCarousel ul li a span{
   display:block;
   line-height:17px;
   padding-top:6px;
}
.infiniteCarousel .arrow {
  display: block;
  height: 26px;
  width: 26px;
  text-indent: -9990px;
  position: absolute;
  top: 50px;
  cursor: pointer;
  outline: 0;
}
.infiniteCarousel .forward {
  background:url(/images/green_skin.png) 0 -256px no-repeat;
  right: 0;
}
.infiniteCarousel .back {
  background:url(/images/green_skin.png) 0 -222px no-repeat;
  left: 0;
}
.named{
display:none;
}#main .box210 .blog_lsit {
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #0000FF;
}

