@charset "utf-8";
/* CSS Document */

body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000;
}
body {
	background-color: #FFF;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
a {
	font-size: 12px;
	color: #3371a2;
}
a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #3371a2;
}
a:hover {
	text-decoration: none;
	color: #930;
}
a:active {
	text-decoration: none;
	color: #3371a2;
}

.clearboth{
	clear:both;
}

#header-box{
	margin-bottom:5px;
	min-width:900px;
   
}


#header-box #logo-box{
	background-image: url(../images/h_01.gif);
	height:80px;
	_height:80px;
	padding-top:20px;
}

#header-box #logo{
	background-image: url(../images/logo.gif);
	height: 58px;
	width: 253px;
	margin-left:20px;
}

#header-box #navigate-box{
	background-image: url(../images/h_03.gif);
	height:33px;
	line-height:30px;
	padding-left:20px;
	color:#FFF;
}

#header-box #navigate-box a{
	color:#FFF;
}

#header-box #navigate-box ul{
	margin:0px;
	padding:0px;
	list-style-type:none;
}

#header-box #navigate-box ul li.focus{
	background-image: url(../images/h_05.gif);	
}


#body-box{
	width:900px;
	margin-left:auto;
	margin-right:auto;
}

#ad-box{
	background-image: url(../images/h_10.gif);
	height: 200px;
	width: 663px;
	float:left;
	margin-right:7px;
	margin-bottom:5px;
}

#download-box{
	background-image: url(../images/h_12.gif);
	height: 200px;
	width: 230px;
	float:left;
	margin-bottom:5px;
	background-color:#ecf7fb;
}

#download-info{
	margin-top:34px;
	color:#333331;
	margin-left:22px;
	line-height:21px;
	font-family:Arial, Helvetica, sans-serif
}
#download-but{
	display:block;
	background-image: url(../images/down-but.gif);
	height: 37px;
	width: 131px;
	margin-top:10px;
	margin-left:22px;
}

#left-box{
	width:580px;
	float:left;
	overflow-x:hidden;
}

#showinfo-box{
	height:200px;
	margin-bottom:5px;
}

#showinfo-box .item{
	background-image: url(../images/h_17.gif);
	width:182px;
	height:200px;
	margin-right:10px;
	float:left;
}

#showinfo-box .item .title{
	color:#2f7cb4;
	font-size:14px;
	font-weight:bold;
	margin-top:24px;
}

#showinfo-box .item .desc{
	line-height:20px;
	color:#999999;
	height:40px;
}

#showinfo-box .item .icon{
	width:80px;
	height:86px;
	margin-left:auto;
	margin-right:auto;
	background-repeat: no-repeat;
	background-position: center center;
	cursor:pointer;
}

#showinfo-box .item .icon a{
	display:block;
	width:100%;
	height:100%;
}

#showinfo-box .item .icon #m_1{
	background-image: url(../images/m_1.gif);
}

#showinfo-box .item .icon  #m_1:hover{
	background-image: url(../images/w_1.gif);
}

#showinfo-box .item .icon  #m_2{
	background-image: url(../images/m_2.gif);
}

#showinfo-box .item .icon #m_2:hover{
	background-image: url(../images/w_2.gif);
	color:#F00;
}

#showinfo-box .item  .icon #m_3{
	background-image: url(../images/m_3.gif);
}

#showinfo-box .item .icon #m_3:hover{
	background-image: url(../images/w_3.gif);
}


#fast-box{
	width:240px;
	float:left;
	margin-right:10px;
}


#fast-box #title-box{
	background-image: url(../images/h_29.gif);
	width:240px;
	height:33px;
	overflow:hidden;
}

#fast-box #content-box{
	height:179px;
	overflow-y:hidden;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #e0edf5;
	border-left-color: #e0edf5;
}

#fast-box #buttom-box{
	background-image: url(../images/h_38.gif);
	width:240px;
	height:8px;
	line-height:0px;
	font-size:0px;
}

#help-box{
	width:320px;
	float:left;
}

#help-box #title-box{
	background-image: url(../images/h_31.gif);
	width:320px;
	height:33px;
	overflow:hidden;
}

#help-box #content-box{
	height:179px;
	overflow-y:hidden;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #e0edf5;
	border-left-color: #e0edf5;
}


#help-box #buttom-box{
	background-image: url(../images/h_37.gif);
	width:320px;
	height:8px;
	line-height:0px;
	font-size:0px;
}





#right-box{
	width:320px;
	float:left;
	overflow-x:hidden;
}


#news-box{
	margin-bottom:5px;
}

#news-box #title-box{
	background-image: url(../images/h_19.gif);
	width:320px;
	height:34px;
}

#news-box #content-box{
	height:200px;
	overflow-y:hidden;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #e0edf5;
	border-left-color: #e0edf5;
}

#news-box #content-box span{
	padding:10px;
	line-height:20px;
	display:block;
}

#news-box #buttom-box{
	background-image: url(../images/h_33.gif);
	width:320px;
	height:7px;
	line-height:0px;
	font-size:0px;
}

#customer-box{
	
}

#customer-box #title-box{
	background-image: url(../images/h_19.gif);
	width:320px;
	height:34px;
}

#customer-box #content-box{
	height:135px;
	overflow-y:hidden;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #e0edf5;
	border-left-color: #e0edf5;
}

#customer-box #buttom-box{
	background-image: url(../images/h_33.gif);
	width:320px;
	height:7px;
	line-height:0px;
	font-size:0px;
}


#footer-box{
	width:900px;
	margin-left:auto;
	margin-right:auto;
	padding-top:10px;
	padding-bottom:10px;
}

#footer-box #friedlink-box{
	float:left;
	width:500px;
	line-height:24px;
}

#footer-box #copyright-box{
	float:right;
	width:300px;
	font-family:Arial, Helvetica, sans-serif;
}

#footer-line{
	background-color: #1c55ac;
	height:8px;
	margin-bottom:30px;
}