/* CSS Document */
@charset "utf-8";
*{margin: 0 auto; padding: 0;}
body
{
	font-size: 12px;
	color: #121212;
	font-family:  Microsoft YaHei, 宋体, Arial, Helvetica, sans-serif;
	background:url(../images/body.jpg);
}
ul,li
{
	list-style-type: none;
}
img,ul,li,button
{
	padding: 0px;
	margin: 0px;
}
img,button
{
	border: none;
}
a
{
	color: #000;
	text-decoration: none;
    display:inline-block;
}
a:hover
{
	text-decoration: none;
}
a:active
{
	text-decoration: none;
}
.clear
{
	clear: both;
}
img
{
	border: 0;
}
.clearfix:after
{
	visibility: hidden;
	display: block;
	font-size: 0;
	clear: both;
	height: 0;
}
.clearfloat
{
	clear: both;
	height: 0;
	font-size: 1px;
	line-height: 0px;
}
.clearfix
{
	display: inline-table;
}

input,textarea
{
	outline: none;
	border: 0px;
}

/* Hides from IE-mac \*/
* html .clearfix
{
	height: 1%;
}
.clearfix
{
	display: block;
}
h3{ font-size:22px;   }
/* End hide from IE-mac */
h3 a{ color:#;}


/*top*/
.top{ width:100%; height:34px; border-bottom:1px solid #CCC; line-height:34px;}
.top-c{ width:1180px; margin:0 auto;}
.top-c dl dt{ float:left;}
.top-c dl dd{ float:right;}
.top-c dl dd a{ margin:0 6px;}


/*header*/
.header{ width:1180px; margin:0 auto; height:80px; overflow:hidden; padding:24px 0;}
.logo{ width:545px; float:left;}
.logo dt{ float:left;}
.logo dd{ float:left; font-size:16px; margin:5px 0 0 20px; border-left:1px solid #ccc; padding-left:20px;}
.logo dd p span{  color:#1daa3a;}
.logo dd b{ font-size:18px; color:#1daa3a; display:block; margin-top:5px;}
.phone{ width:173px; background:url(../images/phone.png) no-repeat left; height:43px; float:right; padding:32px 0 0 37px; font-size:14px;}
.phone span{ font-size:24px;  color:#1daa3a;}


/*nav*/
.nav-c ul li.another{background:url(../images/nav_hover.jpg) no-repeat; }
.nav{ width:100%; height:45px; line-height:45px; font-size:14px; background:#0c59a9;}
.nav-c{ width:1180px; margin:0 auto;}
.nav-c ul{ width:1180px; margin:0 auto;}
.nav-c ul li{ float:left; font-size:14px; background:url(../images/nav-pic.png) no-repeat right; padding-right:2px; text-align:center; width:116px;  }
.nav-c ul li a{ color:#FFF;}
.nav-c ul li:hover{ background:url(../images/nav_hover.jpg) no-repeat; text-align:center; width:116px;}


/*footer-nav*/
.footer-nav{ width:100%; height:40px; background:#1daa3a; line-height:40px; font-size:14px; margin-top:30px;}
.footer-nav-c{ width:1180px; margin:0 auto;}
.footer-nav-c ul{ width:900px; margin:0 auto;}
.footer-nav-c ul li{ float:left;}
.footer-nav-c ul li a{ color:#FFF; margin:0 28px;}


/*footer*/
.footer{ width:100%; background:#0c59a9; height:auto; overflow:hidden; padding:30px 0;}
.footer-c{ width:1180px; margin:0 auto; text-align:center; color:#FFF;}
.footer-c a{ color:#FFF;}
.footer-c p{ line-height:27px;}


































































































