﻿@charset "utf-8";
/* CSS Document */
body{
	padding:0px;
	margin:0px;
	font-size:12px;
	background:#073232 url(body_bg.jpg) left top repeat-x;
	color:#333333;
	}
a{
	text-decoration:none;
	color:#005a85;
	}
a:hover{
	text-decoration:underline;
	color:#fc730a;
	}
dl,dt,dd{
	padding:0px;
	margin:0px;
	}
ul,li{
	padding:0px;
	margin:0px;
	list-style:none;
	}
.clear{
	clear:both;
	}
.width{
	width:925px;
	margin:0px auto;
	overflow:hidden;
	}
.header{
	position:relative;
	height:146px;
	}
.lips{
	height:32px;
	background:url(lips_bg.png);
	text-align:right;
	padding-right:60px;
	padding-top:3px;
	font-size:10px;
	font-family:Arial, Helvetica, sans-serif;
	}
.lips a{
	color:#fff;
	padding:8px;
	}
.logo{
	position:absolute;
	top:0px;
	}
.nav{
	background:url(nav_bg.png) no-repeat;
	height:46px;
	position:absolute;
	top:100px;
	left:0px;
	width:925px;
	}
.nav ul{
	padding-top:12px;
	font-family:"微软雅黑";
	font-size:13px;
	}
.nav ul li{
	float:left;
	display:block;
	width:100px;
	height:26px;
	text-align:center;
	line-height:26px;
	}
.nav ul li.on{
	background:url(nav_li_on_bg.png) center top no-repeat;
	}
.nav ul li a{
	width:100px;
	height:26px;
	color:#FFFFFF;
	display:block;
	}
.nav ul li a:hover{
	background:url(nav_li_on_bg.png) center top no-repeat;
	text-decoration:none;
	}
	
	
.index{
	padding-top:20px;
	padding-bottom:20px;
	background:#fff;
}
.index .left{
	width:220px;
	padding-left:15px;
	float:left;
}
.index .center{
	width:410px;
	float:left;
	padding-left:23px;
	background:#fdfdfd;
	line-height:24px;
	}
.index .center p{
	padding-left:8px;
	color:#555;
	}
.index .right{
	width:220px;
	float:right;
	padding-right:15px;
	}
.flash{
	background:url(flash_bg.png) no-repeat;
	padding:18px;
	margin:0px 17px 10px 17px;
	}

.part .top{
	height:32px;
}
.part .mid{
	background:url(part_mid_bg.png) repeat-y;
}
.part .bot{
	background:url(part_bot_bg.png) no-repeat;
	height:11px;
}
.products .top{
	background:url(tit_products.png) no-repeat;
	}
.products .mid{
	padding:15px 15px 15px 25px;
	line-height:26px;
}
.products .mid ul li{
	float:left;
	display:block;
	width:90px;
}
.intro .top{
	background:url(tit_introduction.png) no-repeat;
	}
.proxy .top{
	background:url(tit_proxy.png) no-repeat;
	}
.contact .top{
	background:url(tit_contactus.png) no-repeat;
	}
.contact .mid{
	padding:15px 20px 15px 20px;
	line-height:26px;
}
.center .title{
	background:url(title_bg.png) repeat-x;
	height:27px;
	color:#00abe4;
	font-weight:bold;
	font-size:13px;
	margin-top:5px;
	padding-top:5px;
	padding-left:10px;
	}
.center dl{
	clear:both;
	line-height:22px;
	padding-top:10px;
	padding-left:10px;
	}
.center dl dt{
	display:block;
	height:22px;
	}
.center dl dd{
	float:left;
	width:130px;
	display:block;
	text-indent:2em;
	}
	
.footer{
	background:#FFFFFF;
	}
.flink{
	padding:10px 20px;
	color:#666666;
	background:#f3f3f3;
	border-bottom:1px solid #999;
	border-left:2px solid #FFFFFF;
	border-right:2px solid #FFFFFF;
	}
.flink span{
	color:#094040;
	}
.flink a{
	color:#777;
	}
.copyright{
	background:url(copyright_bg.png) no-repeat;
	height:145px;
	padding-top:20px;
	padding-left:20px;
	}
.copyright p{
	margin:9px;
	color:#9b9b9b;
	}
.copyright p a{
	color:#9b9b9b;
	}


.other {
	background:#FFFFFF;
	padding-top:20px;
	padding-bottom:30px;
}
.other .left{
	width:220px;
	padding-left:15px;
	float:left;
}
.other .right{
	width:655px;
	float:right;
	padding-right:15px;
	padding-top:7px;
	}
.other .right .con{
	padding:15px;
	margin-right:5px;
	border:1px solid #f7f7f7;
	background:#fdfdfd;
	line-height:24px;
	overflow:hidden;
	}
.other .con h1{
	margin:0px;
	font-size:20px;
	}
.other .con h2 img{
	vertical-align:middle;
	}
table.cpzs{
	border-bottom:1px dashed #ccc;
	margin:10px;
	width:590px;
	}
table.cpzs img{
	padding:2px;
	border:1px solid #bbb;
	}
table.cpzs dl{
	line-height:20px;
	color:#444;
	}
table.cpzs dl dt{
	display:block;
	height:22px;
	}
table.cpzs dl dd{
	display:block;
	}
.page{
	margin-top:15px;
	text-align:right;
	}
.page a{
	padding:0px 5px;
	}
