﻿/*重置样式*/

*{margin:0;padding:0}
a{text-decoration: none;}
em,strong,b,h2,h3{font-style: normal; font-weight: normal;}
ul,li{list-style: none;}
fieldset,form,label,input,button,map,img{outline: none;border: none;}
.cStyle{width: 1000px; margin: 0 auto;}
.pointer{cursor: pointer;}
.clearfix:after{content:"\200B";display: block;height: 0; clear: both;}
.clearfix{*zoom:1}
.elip{overflow: hidden; text-overflow: ellipsis; white-space: nowrap;}
.fl{float:left;}
.fr{float:right;}
.bor{border: 1px solid #418b02;background: #f4fcef; border-radius:4px ;}
body{width: 100%; background: #fff;}



/*页头*/
.top{width: 100%;}
.topbanner{height: 324px; position: relative; background: url(../images/banner1.jpg) no-repeat;}
.loginBar{color: #418b02; font-size: 12px; line-height: 20px; position: absolute; }

.nav{ height: 34px; background:#fff;}
.nav ul {width:1000px;height: 34px;margin: auto;}
.nav ul li{ float: left;position: relative; z-index:2000;}
.nav ul li a{display:inline-block;color:#418b02; font-size: 16px;line-height:34px;font-weight: bold; cursor: pointer;font-family: "微软雅黑";padding:0 18px; }
.nav ul li:hover a {color:#fe8006; transition: 0.8s all ease; }




.downBox{
	font-family: "微软雅黑";
	width: 100px;
	background:#418b5b;
	position: absolute;
	left: 0px;
	top: 34px;
	z-index: 999;
	/* padding: 20px 9px; */
	display: none;
}

.downBox span{
	display: block;
	cursor: pointer;
	line-height: 34px;
	font-size: 14px;
	color: #fff;
	text-align: center;
}

.downBox span:hover{
	color:#fe8006 ;
}


.search {width: 158px; height: 24px; background: url(../images/search.png) no-repeat left center;bottom:10px; right:46px; padding-left:22px; position:absolute;}
.search input{line-height: 16px;
    height: 20px;
    position: absolute;
    top: 2px;
    width: 132px;}
span.sbtn{    width: 53px;
    height: 23px;
    line-height: 23px;
    text-align: center;
    position: absolute;
    right: -32px;
    top: 0px;
    background: #7a7474;
    color: #fff;
    font-size: 14px;}





/*页尾*/

.foot{height:165px; background:url(../images/foot.png) no-repeat center bottom; }
.footIN{
	    font-family: "微软雅黑";
	text-align: center;
	line-height: 22px;
	padding: 32px 0px;
	font-size: 14px;
	color: #3e3d38;
}
.footIN a{color: #3e3d38;}
