/* CSS Document */
body {
	font-family: Arial, Helvetica, sans-serif, "Bitstream Vera Sans";
	margin: 0 auto;
	padding:0;
	COLOR: #434343;
	width:100%;
	background-color: #E2F2FF;
	font-size: 12px;
	line-height: 18px;
}
BODY {
	PADDING-RIGHT: 0px; PADDING-LEFT: 0px; PADDING-BOTTOM: 0px; MARGIN: 0px; PADDING-TOP: 0px
}
UL {
	PADDING-RIGHT: 0px; PADDING-LEFT: 0px; PADDING-BOTTOM: 0px; MARGIN: 0px; PADDING-TOP: 0px
}
LI {
	PADDING-RIGHT: 0px; PADDING-LEFT: 0px; PADDING-BOTTOM: 0px; MARGIN: 0px; PADDING-TOP: 0px
}
H2 {
	font-size: 16px;
	font-weight: bold;
}
H3 {
    font-size:14px;
	font-weight: bold;
}
.font14B {
    font-size:16px;
	font-weight:bold;
}
.table_bottom {
	padding:0px 4px;
	background-image: url(images/bg_table.jpg);
	background-repeat: repeat-x;
}
a:link {
	text-decoration: none;
	color:#434343;
}
a:visited {
	text-decoration: none;
	color:#434343;
}
a:hover {
	color: #288DC1;
	text-decoration: none;
}
a.a01:link {
	text-decoration: none;
	color:#FFFFFF;
}
a.a01:visited {
	text-decoration:none;
	color:#FFFFFF;
}
a.a01:hover {
	color: #FEC502;
	text-decoration: underline;
}
a.a02:link {
	text-decoration: none;
	color:#000;
}
a.a02:visited {
	text-decoration:none;
	color:#000;
}
a.a02:hover {
	color: #DC2619;
	text-decoration: underline;
}
a.a03:link {
	text-decoration: none;
	color:#0955AD;
}
a.a03:visited {
	text-decoration:none;
	color:#0955AD;
}
a.a03:hover {
	color: #DC2619;
	text-decoration: none;
}
a.a04:link {
	text-decoration: none;
	color:#145AA0;
}
a.a04:visited {
	text-decoration:none;
	color:#145AA0;
}
a.a04:hover {
	color: #D04500;
	text-decoration: underline;
}
a:link img{
	border: 0px;
}
a:visited  img{
    border: 0px;
}
a:hover img{
    border: 0px;
}
#container {
	width: 100%;
	margin:0 auto;
	padding:0;
	background-color:#E2F2FF;	
}
#top {
	background-image: url(images/top_bg.gif);
	background-repeat: repeat-x;
	height: 86px;
	width: 100%;
}
#top_cont {
	height: 86px;
	width: 950px;
	margin:0 auto;
	padding:0;
}
#logo {
	float: left;
	width: 180px;
	padding: 0px;
	margin:0 auto;
	text-align:center;
}
#map {
      float:left;
	  width:370px;
	  text-align:right;
}
#search {
	float: right;
	width: 400px;
	padding-top:40px;
}
#search input {
	background-color: #D1E8FE;
	border: 1px solid #0F3964;
	color: #666666;
	height: 18px;
}
#nav {
    background-image: url(images/bg_nav.gif);
	background-repeat: repeat-x;
	width:100%;
	padding:0;
	margin:0 auto;
}
#menu2 {
    width:950px;
	height:33px;
    _overflow:hidden;
	padding:0;
	margin:0 auto;
} 
#menu_l,#menu_r {
    width:48px;
	height:33px;
	float:left;
}
.menu {
	background-image: url(images/menu_bg2.gif);
	background-repeat: repeat-x;
	height:33px;
	width:auto;
	float:left;
	padding:0;
	margin:0 auto;
} 
/* remove the bullets and set the margin and padding to zero for the unordered list */
.menu ul {
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;
z-index:20;
}
/* style the links to be 104px wide by 32px 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:94px;
	height:33px;
	color:#000;
	border:0px solid #fff;
	line-height:33px;
	font-size:12px;
	background-image: url(images/menu_bg2.gif);
	background-repeat: repeat-x;
	font-weight: bold;
}
/* make the dropdown ul invisible */
.menu ul li ul {
	display: none;
	padding:0px 6px;
	border:solid 1px #ccc;
	background-color:#FFFFFF;
	margin:1px 0 0 0;
}
/* specific to non IE browsers */
/* set the background and foreground color of the main menu li on hover */
.menu ul li:hover a {
color:#434343; 
background:#fff;
}
/* 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:32px;
	left:0;
	width:155px;
}
/* style the background and foreground color of the submenu links */
.menu ul li:hover ul li a {
	display:block;
	background:#fff;
	color:#000;
	width:200px;
	text-align:left;
	border-bottom:solid 1px #ccc;
	padding-left: 12px;
}
/* style the background and forground colors of the links on hover */
.menu ul li:hover ul li a:hover {
background:#fff; 
color:#D04500;
text-align:left;
}
#cont {
	background-image:url(images/bg_jianbian.gif);
	background-repeat: repeat-x;
	background-position: top;
	width:100%;
	padding:0;
	margin:0 auto;
}
#cont2 {
	width:100%;
	height:auto;
	padding:0;
	background-color: #E2F2FF;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}
#banner {
	padding:0px 6px 6px 6px;
	width:938px;
	margin:0 auto;
	background-color: #FFFFFF;
}
#content {
   width:950px;
   height:auto;
   background-color:#fff;
   margin:0 auto;
   padding:0;
}
#content2 {
   width:950px;
   height:auto;
   background-color:#fff;
   margin:0 auto;
   padding:0;
}
#cont_t {
	width:910px;
	background-color:#fff;
	margin:0 auto;
	padding:20px 20px 0px;
	background-image: url(images/bg_text.gif);
	background-repeat: repeat-x;
	background-position: top;
	line-height: 22px;
}
#cont_b {
	width:910px;
	height:175px;
	background-color:#fff;
	margin:0 auto;
	padding:10px 20px 21px 20px;
	background-image: url(images/bg_text2.gif);
	background-repeat: repeat-x;
	background-position: bottom;
}
.cont_b_1 {
	width:298px;
	height:175px;
	float:left;
	padding-right:8px;
	background-image: url(images/bg_block.gif);
	background-repeat: no-repeat;
}
.cont_b_2 {
	width:298px;
	height:175px;
	float:left;
	background-image: url(images/bg_block.gif);
	background-repeat: no-repeat;
}
.block_title {
    width:258px;
	height:28px;
	float:left;
	padding:12px 20px 0 20px;
	font-weight:bold;
}
.block_cont {
    width:258px;
	height:140px;
	float:left;
	padding:0px 20px 0px 20px;
}
.block_cont_l{
    width:80px;
	height:135px;
	float:left;
	padding:5px 0 0 0;
}
.block_cont_r{
    width:178px;
	height:140px;
	float:left;
    padding:0;
	margin:0 auto;
}
.block_cont_r_t{
    width:178px;
	height:108px;
	float:left;
	padding:0;
	margin:0 auto;
	line-height:18px;
}
.block_cont_r_b{
     width:178px;
     height:22px;
	 float:left;
	 padding:0;
	 margin:0 auto;
}
#bottom {
	width:100%;
	height:312px;
	background-color: #3369AB;
	margin:0 auto;
	padding:0;
}
#clients {
	width:950px;
	height:90px;
	background-image:url(images/bg_clients.gif);
	background-repeat: repeat-x;
	margin:0 auto;
	padding:0;	
}
#link {
	width:950px;
	height:189px;
	background-image:url(images/bg_link_c.gif);
	background-repeat: repeat-x;
	margin:0 auto;
	padding:0;	
}
#link_l {
    width:4px;
	height:189px;
	float:left;
}
#link_r{
    width:4px;
	height:189px;
	float:left;
}
#link_c{
    width:922px;
	height:189px;
	float:left;
	padding:0 10px;
}
.link_c_text {
	width:auto;
	float:left;
	line-height:18px;
	padding:0px 19px;
	margin:12px 0px;
	background-image: url(images/bg_line.gif);
	background-repeat: repeat-y;
	background-position: right;
}
.link_c_text2 {
	width:auto;
	float:left;
	line-height:18px;
	padding:0px 19px;
	margin:12px 0px;
}
.link_c_text ul li {
	list-style-type: none;
}
.link_c_text2 ul li {
	list-style-type: none;
}
#foot {
    width:950px;
	height:33px;
	line-height:33px;
	margin:0 auto;
	padding:0;
	color:#fff;
}
.bk {
    border:1px solid #dadada;
}
.bk_bg {
	border:1px solid #dadada;
	background-image: url(images/new2.gif);
	background-repeat: no-repeat;
	background-position: 600px 20px;
	background-color: #FFFFFF;
}
.bk2 {
    border:1px solid #5BBAE8;
}
.red {
    color:#FF0000;
}
.yellow {
    color:#E77B00;
}
.blue {
    color:#288DC1;
}
.under_line {
  border-bottom:solid 1px #666666;
 }
 .under_line3 {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #5BBAE8;
 }
.under_line2 {
	background-image: url(images/bottom_bg2.gif);
	background-repeat: repeat-x;
	background-position: left 19px;
 }
.lr6 {
   padding:0 10px 0 10px; 
}
#sitemap {
	 float:left;
	 padding:20px;
}
#sitemap ul li {
   list-style-type:circle;
   line-height:24px;
   margin:0 0 0 30px;
}
#sitemap ul li ul li {
   list-style-type:square;
   margin:0 0 0 30px;
    line-height:24px;
}
/*product*/
#cont_t2 {
	width:950px;
	height:auto;
	background-color:#fff;
	margin:0 auto;
	padding:8px 0px 10px;
	line-height: 22px;
}
#cont_t3 {
	width:950px;
	height:auto;
	background-color:#fff;
	margin:0 auto;
	padding:8px 0px 10px;
	line-height: 22px;
}
#title2 {
    width:910px;
	height:26px;
	line-height:26px;
	border-bottom:solid 1px #dadada;
	margin:0px 20px 0px;
}
#pro_cont { 
    width:950px;
	height:auto;
	padding:14px 0 0 0;
	background-color:#fff;
	overflow:hidden;
}
#pro_cont2 { 
    width:950px;
	height:auto;
	padding:10px 0 0 0;
	background-color:#fff;
	overflow:hidden;
}
#title {
    width:auto;
	height:26px;
	line-height:26px;
	border-bottom:solid 1px #dadada;
	margin-bottom:15px;
}
#cont_b2 {
	width:910px;
	height:auto;
	background-color:#fff;
	margin:0 auto;
	padding:10px 20px 21px 20px;
	background-image: url(images/bg_text2.gif);
	background-repeat: repeat-x;
	background-position: bottom;
}
.cont_b_3 {
	width:910px;
	height:175px;
	float:left;
	background-image: url(images/bg_block2.gif);
	background-repeat: no-repeat;
}
.block_title3 {
    width:868px;
	height:28px;
	float:left;
	padding:12px 20px 0 20px;
	font-weight:bold;
}
.block_cont3 {
    width:868px;
	height:140px;
	float:left;
	padding:0px 20px 0px 20px;
}
.block_cont3_l{
    width:80px;
	height:135px;
	float:left;
	padding:5px 0 0 0;
}
.block_cont3_r{
    width:788px;
	height:140px;
	float:left;
    padding:0;
	margin:0 auto;
}
.block_cont3_r_t{
    width:788px;
	height:108px;
	float:left;
	padding:0;
	margin:0 auto;
	line-height:18px;
}
.block_cont3_r_b{
     width:788px;
     height:22px;
	 float:left;
	 padding:0;
	 margin:0 auto;
}
.block3_cont2 {
    padding-right:20px;
}
.block3_cont2 ul li {
	line-height:24px;
	list-style-image: url(images/arrow3.gif);
}
.block2 {
   padding:0 0 10px 0;
}
.block2_l_bg {
	background-image: url(images/block2_bg_line2.gif);
	background-repeat: repeat-y;
	background-position: left;
	width:4px;     
}
.block2_r_bg {
	background-image: url(images/block2_bg_line3.gif);
	background-repeat: repeat-y;
	background-position: right;
	width:4px;     
}
.block2_t_bg {
	background-image: url(images/block2_bg_line4.gif);
	background-repeat: repeat-x;
	background-position: top;
	height:4px;     
}
.block2_b_bg {
	background-image: url(images/block2_bg_line5.gif);
	background-repeat: repeat-x;
	background-position: top;
	height:4px;     
}
.block2_cont UL {
	PADDING-RIGHT: 0px; PADDING-LEFT: 0px; LIST-STYLE-POSITION: inside; PADDING-BOTTOM: 10px; MARGIN: 0px; PADDING-TOP: 10px
}
.block2_cont UL LI {
	FONT-SIZE: 12px; COLOR: #555555; FONT-FAMILY: Arial, Helvetica, sans-serif
}
#pro_left {
	width:702px;
    height:auto;
	min-height:500px;
	float:left;
	padding:0 14px 14px;
	margin:0 auto;
	border-right:solid 1px #DADADA;
	background-color: #FFFFFF;
   }
#pro_right {
	width:191px;
	float:left;
	padding:0 14px 14px;
	margin:0 auto;
	background-color: #FFFFFF;
}
#pro_right ul li {
    list-style-type:none;
	line-height:30px;
	border-bottom:solid 1px #E0E0E0;    
}
.pro_bg {
	background-image: url(images/pro_bg2.gif);
	background-repeat: repeat-x;
	background-position: top;
}
#anniu {
   width:auto;
   margin:0 auto;
   padding:14px 0 0 0;
}
.line_xu {
	background-image: url(images/line_xu.gif);
	background-repeat: repeat-x;
	background-position: bottom;
}
.bk_img {
    border:solid 1px #dadada;
}
#page_cont { 
     width:100%;
	 padding:0 0 10px;
	 margin:0 auto;
	 line-height:20px;
}
.article img {
     float:left;
	 margin-right:10px;
	 margin-bottom:10px;
	 border:0;
	 width:30%;
	 height:30%;
}
#pro_cont2_Screenshots { 
    width:950px;
	height:auto;
	padding:10px 0 0;
	margin:0 auto;
	background-color:#fff;
	overflow:hidden;
}
#pro_left_Screenshots {
	width:936px;
    height:auto;
	min-height:500px;
	float:left;
	padding:0 0 14px;
	margin:0 auto;
	background-color: #FFFFFF;
   }
.ul_li ul li {
	list-style-type: none;
}