*{
	margin:0px;
	padding:0px;
}
body{
	font-size:14px;
	color:#333333;
	font-family:"微软雅黑";
}
img{
	border:0;
}
a {
	color:#333333;
	text-decoration:none;
}
a:hover {
	color:#02a602;
}
ul {
	list-style-type:none;
}
.clear{
	clear:both;
	height:0;
	line-height:0;
	font-size:0;
}
#ding{
	width: 1900px;
	height:45px;
	background:#f0f0f0;
}
#ding .l{
	float: left;
	margin-left:50px;
	line-height: 45px;
}
#ding .r{
	float: right;
	margin-right:50px;
	line-height: 45px;
	background:url(../images/tel.png) no-repeat left center;
	padding-left: 25px;
}
#top{
	width: 1900px;
	margin:0 auto;
	height:99px;
	background: #fff;
	z-index: 9999;
}
#top .logo{
	width: 360px;
	height: 99px;
	float: left;
	margin-left: 50px;
	background:url(../images/logo.png) no-repeat left center;

}
#top .nav{
	float: left;
	margin-left: 50px;

}
#top .nav ul{
	margin:0 auto;
	height:99px;
}

#top .nav ul li{
	float:left;
	width:100px;
	height:99px;
	line-height:99px;
	text-align:center;
}
#top .nav ul li>a{
	font-size: 16px;
	font-weight: bold;
}

.list{
	line-height:30px;
	background-color:#fff;
	padding:10px 0;
	border-top:2px solid #02a602;
	margin-top:-20px;
	position: absolute;
	z-index: 999;
	width: 100px;
	border-radius:10px;
}
.menu2 .list{display:none;}



#top .so{ float: right; width: 317px;padding-top: 35px; margin-right: 50px;}
#top .so .l{float:left;}
#top .so .r{float:right;}
#top .so .inputso{width:230px;padding-left:25px;height:32px;line-height:32px;border:1px #ccc solid;background:#FFF;background:url(../images/fdj.jpg) no-repeat left center #FFFFFF;}
#top .so .btn{border: 0px;background: #02a602;color: #ffffff;text-align: center;height: 34px;line-height: 34px;width: 60px;}
#fooshang{height: 40px; }
#footer{ background: #006d40; height: 130px; line-height: 26px;color: #fff; padding: 20px 0 20px 0;}
#footer .z{float: left; width: 620px;}
#footer .r{float: left; width: 500px; height: 150px; background:url(../images/erweima.png) no-repeat left top }
#footer a{ color: #fff; }

/* 浮动导航开始 */
.fix-nav {
    display: none;
    position: fixed;
    left: 100%;
    bottom: 70px;
    /*note ：修复魅族内置浏览器置顶按钮不可见的问题。偶然发现魅族内置浏览器上必须设置width：100%置顶按钮才可见,据此特殊处理*/
    width: 100%;
    margin-left: -60px;
}
.fix-nav > div {
    background-color: rgba(148, 149, 148, 0.9);
    width: 40px;
    height: 40px;
    margin-bottom: 10px;
    text-align: center;
    border-radius: 7px;
}

.fix-nav > div:active{
    background-color: black;
}

.fix-nav img {
    margin-top: 12px;
}
.fix-nav p {
    color: #fff;
    font-weight: bold;
    font-size: 12px;
	margin-top:5px;
}
.fix-nav .i-totop {
    height: 13px;
    margin-bottom: 2px;
}
.fix-nav .i-feedback {
    width: 35px;
    height: 22.5px;
}
.fix-nav > div:last-child {
    margin-bottom: 0;
}

/*浮动导航结束*/
