﻿/* 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:18px;  }
/* End hide from IE-mac */
h3 a{ color:#318a00;}


/*top*/
.top{ width:100%; height:32px; border-bottom:1px solid #ccc; line-height:32px;}
.top-c{ width:1180px; margin:0 auto;}
.top dl dt{ float:left;}
.top dl dd{ float:right;}
.top dl dd a{ margin:0 5px;}


/*header*/
.header{ width:1180px;box-sizing: content-box; height:66px; margin:0 auto; padding:30px 0;}
.logo{float:left;width: 890px;}
.logo dt{ float:left;}
.logo dd{float:left;width: 480px;margin-left:30px;font-size:18px;}
.logo dd span{ color:#318a00;}

.phone{ width:184px; float:right; height:60px; background:url(../images/phone.jpg) no-repeat left; padding-left:60px; font-size:14px; line-height:30px;}
.phone span{ font-size:24px;color:#318a00;}



/*nav*/
.nav-c ul li.another{background:url(../images/nav_hover.jpg) no-repeat top;} 
.nav{ width:100%; height:45px; line-height:45px; background:#318a00;}
.nav-c{ width:1180px; margin:0 auto;}
.nav-c ul li{ float:left; font-size:14px; text-align:center; width:112px; margin:0 3px;}
.nav-c ul li:hover{ background:url(../images/nav_hover.jpg) no-repeat; text-align:center; width:112px;}
.nav-c ul li a{ color:#FFF;}



/*f-nav*/
.f-nav{ width:100%; background:#318a00; height:45px; line-height:45px; font-size:14px;}
.f-nav-c{ width:1180px; margin:0 auto;}
.f-nav-c a{ color:#FFF; margin:0 28px;}


/*footer*/
.footer{ width:1180px; margin:30px auto; height:auto; overflow:hidden; text-align:center;}
.footer p{ line-height:26px;}
















































