/* CSS Document */

* {
	padding:0;
	margin:0;
	}

body {
	background:url(images/body_bg.jpg) repeat-x 0 0 #E7E7E7;
	color:#6A6A6A;
	padding:15px 0 0 0;
	font-family: "微软雅黑", "华文琥珀", "华文楷体", "华文行楷", "华文细黑", "幼圆";
	font-size: 12px;
	line-height: 18px;
	}

.backgroundPopup {
	display:none;
	position:fixed;
	_position:absolute; /* hack for internet explorer 6*/
	height:100%;
	width:100%;
	top:0;
	left:0;
	background:#000000;
	border:1px solid #cecece;
	z-index:1;
	font:normal 9px/14px Arial, Helvetica, sans-serif;
	padding-top: 1px;
}	
.popupContact{
	display:none;
	position:fixed;
	_position:absolute; /* hack for internet explorer 6*/
	height:auto;
	width:480px;
	border:2px dotted #cecece;
	z-index:2;
	font-size:10px;
	color: #000;
	background-color: #F6F6F6;
	margin-bottom: 10px;
	padding-top: 10px;
	padding-right: 20px;
	padding-bottom: 10px;
	padding-left: 20px;
	font-family: Arial, Helvetica, sans-serif;
	font-style: normal;
	line-height: 14px;
	font-weight: normal;
	font-variant: normal;
}
.popupContact h1{
	text-align:left;
	color:#6FA5FD;
	font-size:14px;
	font-weight:700;
	border-bottom:1px dotted #D3D3D3;
	padding-bottom:2px;
	margin-bottom:20px;
	font-family: "微软雅黑", "华文琥珀", "华文楷体", "华文行楷", "华文细黑", "幼圆";
}	
.popupContact a {
	font-size:11px;	
	font-weight:bold;
	color:#58A917;
	background-color:inherit;
	text-decoration:underline;
	}
	
.popupContact a:hover {
	text-decoration:none;
	font-family: "微软雅黑", "华文琥珀", "华文楷体", "华文行楷", "华文细黑", "幼圆";
	}
	
.popupContact p ul {
	padding-top:4px;
	font-weight:normal;
	color:#5B8258;
	background-color:inherit;
	}
.popupContactClose {
	font-size:14px;
	line-height:14px;
	right:6px;
	top:10px;
	position:absolute;
	color:#6fa5fd;
	font-weight:700;
	display:block;
}	
.popupContactClose:hover {
	text-decoration:none;
	font-family: "微软雅黑", "华文琥珀", "华文楷体", "华文行楷", "华文细黑", "幼圆";
	}
.download {
	font-size:14px;
	line-height:14px;
	right:50px;
	top:10px;
	position:absolute;
	color:#58A917;
	font-weight:700;
	display:block;
}


table {
	margin:0 auto;
	}
p{
	color:#6A6A6A;
	font:normal 11px/14px Arial, Helvetica, sans-serif;
	background-color:inherit;
}
a {
	text-decoration:none;
	background-color:inherit;
	color:#0F0707;
	outline:none;
	}
	
a:hover {
	text-decoration:none;
	}
	
img {
	border:none;
	padding:0;
	margin:0;
	}

ul {
	list-style-type:none;
	}
	
/* ---- HEADER START ---- */

.header {
	background:url(images/header.jpg) 0 0 no-repeat;
	}
	
/* ---- HEADER END ---- */
/* ---- NAV START ---- */

td.top-nav {
	padding:8px 0 0 1px;
	}
	
.top-nav ul {	
	list-style-type:none;
	}
	
.top-nav ul li {
	font:bold 11px/33px Arial, Helvetica, sans-serif;
	padding-right:2px;
	width:80px;
	float:left;
	}
.top-nav ul li.active{
	color:#FFFFFF;
	background-color:inherit;
	text-decoration:none;
	background:url(images/nav-bg.gif) 0 0 no-repeat;
	text-align:center;
	display:block;
	}
.top-nav ul.nospace {
	padding:0;
	}
.top-nav ul a {
	text-decoration:none;
	background:url(images/nav-bg.gif) 0 100% no-repeat;
	color:#000;
	background-color:inherit;
	text-align:center;
	display:block;
	}
.top-nav ul a:hover {	
	color:#FFFFFF;
	background-color:inherit;
	text-decoration:none;
	background:url(images/nav-bg.gif) 0 0 no-repeat;
	}
/* ---- NAV END ---- */	
.headline {
	font:11px/14px Arial, Helvetica, sans-serif;
	height: 40px;
	padding-top: 16px;
	padding-right: 0;
	padding-bottom: 16px;
	padding-left: 0;
	}

.headline h1 {
	font-size:30px;
	line-height:36px;
	color:#fff;
	background-color:inherit;
	font-weight:bold;
	}
	
.headline h2 {
	font-size:14px;
	color:#1B1B1B;
	background-color:inherit;
	font-weight:bold;
	font-family: "微软雅黑", "华文琥珀", "华文楷体", "华文行楷", "华文细黑", "幼圆";
	}
	
.headline p {
	color:#083179;
	background-color:inherit;
	font-weight:normal;
	padding-top:14px;
}

.plan{
	font:11px/14px Arial, Helvetica, sans-serif;
}
.plan h3 {
	font-size:22px;
	line-height:26px;
	font-weight:normal;
	color:#212121;
	background-color:inherit;
	}
	
.plan a {
	font-weight:bold;
	color:#58A917;
	background-color:inherit;
	text-decoration:underline;
	}
.plan a:hover {
	text-decoration:none;
	}
	
.plan p {
	font-weight:normal;
	color:#6A6A6A;
	background-color:inherit;
	padding:4px 0 4px 0;
	}
	
.plan-padding {
	padding-top:9px;
	}

/* ---- BODY START ---- */	

.main {
	padding:29px 0 43px 20px;
	}
	
.feature-service {
	font:11px/14px Arial, Helvetica, sans-serif;
	padding-bottom:9px;
	}

.feature-service h3 {
	font-size:24px;
	line-height:29px;
	font-weight:bold;
	color:#212121;
	background-color:inherit;
	}
	
.feature-service a {
	font-weight:bold;
	color:#58A917;
	background-color:inherit;
	text-decoration:underline;
	}
	
.feature-service a:hover {
	text-decoration:none;
	}
	
.service {
	font:11px/14px Arial, Helvetica, sans-serif;
	color:#6A6A6A;
	background-color:inherit;
	padding-bottom:14px;
	}
	
.service h3 {
	font-weight:bold;
	font-size:11px;
	line-height:14px;
	color:#999999;
	background-color:inherit;
	}
	
.service p {
	padding-bottom:9px;
	}
	
.service a {
	background:url(images/more-button.gif) 0 0 no-repeat;
	text-align:center;
	font:11px/22px Arial, Helvetica, sans-serif;
	font-weight:bold;
	color:#fff;
	background-color:inherit;
	text-decoration:none;
	text-transform:uppercase;
	display:block;
	width:66px;
	}
	
.service a:hover {
	text-decoration:none;
	}
.serviceimg {
	margin-top:2px;
	}
	
.left-panel {
	padding-right:20px;
	}
	
.why-choose {
	font:11px/14px Arial, Helvetica, sans-serif;
	padding-bottom:27px;
	}

.why-choose h3 {
	font-size:24px;
	line-height:28px;
	font-weight:bold;
	color:#212121;
	background-color:inherit;
	padding-bottom:3px;
	}
	
.why-choose a {
	font-weight:bold;
	color:#58A917;
	background-color:inherit;
	text-decoration:underline;
	}
	
.why-choose a:hover {
	text-decoration:none;
	}
	
.why-choose p {
	font-weight:normal;
	color:#6A6A6A;
	background-color:inherit;
	padding-top:9px;
	font-family: "微软雅黑", "华文琥珀", "华文楷体", "华文行楷", "华文细黑", "幼圆";
	}
	
.why-point {
	padding-bottom:4px;
	}
.whylist_top {
	line-height:0px;
	font-size:0px;
	background:url(images/rounded-cor-top.gif) no-repeat 0 0;
	height:5px;
	}

.whylist {
	background-color:#F6F6F6;
	border-left:1px solid #fff;
	border-right:1px solid #fff;
	padding:6px 32px 8px 13px;
	color:#5B8258;
	}
	
.listtext{
	font:normal 9px/14px Arial, Helvetica, sans-serif;
	padding-top:1px;
	} 
	
.listtext a {
	font-size:11px;	
	font-weight:bold;
	color:#58A917;
	background-color:inherit;
	text-decoration:underline;
	}
	
.listtext a:hover {
	color:#6FA5FD;
    font-weight: bold;
	}
	
.listtext p ul {
	padding-top:4px;
	font-weight:normal;
	color:#5B8258;
	background-color:inherit;
	}
	

/* ---- BODY PANEL END ---- */
/*---------------ABOUT STARTS------------------*/
p.about_bold {
	font:bold 11px/14px Arial, Helvetica, sans-serif;
	color:#5389E8;
	background-color:inherit;
	margin:2px 0 5px;
}
h3.about_hd  {
	font-size:24px;
	line-height:28px;
	font-weight:normal;
	color:#212121;
	background-color:inherit;
}
.about_page{
	padding:17px 0 149px;
}
/*---------------ABOUT ENDS------------------*/
/* ---- FOOTER START ---- */

.footer {
	font-size:11px;
	line-height:14px;
	background-color:#1B1B1B;
	padding-top:32px;
	padding-bottom:34px;
	color:#fff;
	}
.footer a {
	margin:0 10px;
	background-color:inherit;
	color:#fff;
	text-decoration:none;
	}
.footer a:hover {
	background-color:inherit;
	color:#827D7D;
	}
	
.footer p {
	background-color:inherit;
	color:#827D7D;
	font-weight:normal;
	}	
a.TemplateKingdom  {
	color:#FFF;
	background-color:inherit;
	text-decoration:none;
	margin:0;
	}	

a.TemplateKingdom:hover {
	color:#000;
	background-color:inherit;
	text-decoration:none;
	}

/* ---- FOOTER END ---- */

	
	
#zhanghao {
	margin-top: 2px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	font-family: "微软雅黑", "华文琥珀", "华文楷体", "华文行楷", "华文细黑", "幼圆";
}
img {
	border: none;
}

/* dock - top */
.dock {
	position: relative; 
	height: 50px; 
	text-align: center;
}
.dock-container {
	position: absolute;
	height: 50px;
	background: url(image/dock-bg2.gif);
	padding-left: 20px;
}
a.dock-item {
	display: block;
	width: 40px;
	color: #F93;
	position: absolute;
	top: 0px;
	text-align: center;
	text-decoration: none;
	font-family: "幼圆";
	font-size: 14px;
	font-weight: bold;
}
.dock-item img {
	border: none; 
	margin: 5px 10px 0px; 
	width: 100%; 
}
.dock-item span {
	display: none; 
	padding-left: 20px;
}
