﻿@charset "utf-8";
* {
	margin: 0px;
	padding: 0px;
}
ul,li{ list-style-type:none;}
img{ border:none;}
a{ text-decoration:none; color:#666666;}
a:hover{ color:#04a353;}
p,ul,li,dl,dd{ font-size:12px;color:#666666;}
h1,h2,h3,h4,h5{ font-weight:normal;}
body{ font-family:"微软雅黑";}




.top {
	width: 1000px;
	margin-right: auto;
	margin-left: auto;
}
.logo {
	float: left;
}
.tel {
	float: left;
	padding-left: 90px;
}
.logo_right {
	float: right;
	width: 150px;
}
.laung {
	padding-left: 6px;
	padding-top: 25px;
}

.laung li {
	float: left;
	padding-top: 5px;
	padding-left: 5px;
	line-height: 20px;
}
.search-box{
	width:150px;
	background:url(../images/ser_bg.jpg) left top no-repeat;
	margin-top: 2px;
}
.search-box input.box{
	width:120px;
	height:24px;
	float:left;
	line-height:24px;
	color:#969696;
	display:inline;
	background:none;
	font-size: 12px;
	margin-left: 5px;
	font-family:"微软雅黑";
}
.search-box input.btn{
	float:left;
	width: 23px;
}


/**************************menu样式********************************/
.menu { background-color:#04a353;}
#menu1{
	height:48px;
	list-style-type: none;
}
#nav {
	width:1000px;
	display:block;
	position:relative;
	z-index:100;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	
}
#nav .mainlevel {
	width:125px;/*IE6 only*/
	list-style-type: none;
	background-image: url(../images/gx.png);
	background-repeat: no-repeat;
	background-position: left;
	float: left;
	height: 48px;
}
#nav .mainlevel a {
	color:#FFFFFF;
	text-decoration:none;
	line-height:48px;
	display:block;
	width:125px;
	font-size:15px;
	font-weight:normal;
	text-align:center;
	
}
#nav .mainlevel a:hover {
	color:#fff;
	background-color: #078c51;
	text-decoration:none;	
	height: 48px;
}

#nav .mainlevel ul {display:none; position:absolute; top:48px;}
#nav .mainlevel li {
	width:125px;
	list-style-type: none;
	background-image: url(../images/gx.png);
	background-repeat: no-repeat;
	height:40px;
}
#nav .mainlevel a.on {
	color:#fff;
	text-decoration:none;
	background-color:#f74401;
	height:48px;
}

#nav .mainlevel li a{
	background-color:#F6F6F6;
	font-size:12px;
	font-weight:400;
	height:40px;
	line-height:40px;
	text-decoration: none;
	color: #666666;
}
#nav .mainlevel li a:hover{
	background-color:#f74401;
	color:#fff;
	text-decoration:none;
	background-image: none;
	height:40px;
}



.footer {
	background-color: #262626;
	background-image: url(../images/footer_bg.jpg);
	background-repeat: repeat-x;
}
.footer2 {
	width: 1000px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 30px;
	background-image: url(../images/xian.jpg);
	background-repeat: repeat-x;
	background-position: bottom;
}
.footer3 {
	height: 32px;
    padding: 15px 0;
    text-align: center;
}
.footer3 a {
	font-size: 14px;
	color: #FFFFFF;
	width: 100px;
	height: 32px;
	line-height: 32px;
	display: inline-table;
	text-align: center;
}
.footer3 a:hover {
    color: #04a353;
    -webkit-transition: all 0.5s;transition: all 0.5s;
}
.footer4 {
	width: 1000px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 8px;
	padding-bottom: 20px;
}
.ewm {
	float: left;
	padding-right: 20px;
	padding-top: 8px;
	padding-left: 160px;
}
.foot {
	float: left;
	width: 700px;
	padding-top: 18px;
	color: #CCCCCC;
}
.foot p {
	color: #999;
	line-height: 24px;
}
.foot a {
	color: #FFFFFF;
}
.foot a:hover {
    color: #04a353;
    -webkit-transition: all 0.5s;transition: all 0.5s;
}

