html,body{
    width: 100%;
    padding: 0;
    margin: 0;
    font-family: Microsoft YaHei;
}
img{

}
a{
    text-decoration: none;
}
i{
    font-style: normal;
}
.clear{
    clear: both;
}
.head{
    width: 100%;
	height: 205px;
    background-color: #007a39;
}
.top{
    width: 1210px;
    height: 205px;
    margin: 0 auto;
    z-index: 100;
    position: relative;
}
.xiaohui{
    width: 89px;
    height: 87px;
    float: left;
    margin-top: 31px;
}
.xiaoming{
    width: 573px;
    height: 55px;
    float: left;
    margin-top: 48px;
    margin-left: 19px;
}
.topbar{
	height: 16px;
    position: absolute;
    right: 0;
    top: 20px;
}
.topbar span{
    height: 16px;
	font-family: MicrosoftYaHei;
	font-size: 14px;
	color: #ffffff;
    line-height: 16px;
    padding: 0 10px;
    position: relative;
}
.topbar span::after{
    content: '';
    height: 17px;
    width: 2px;
    background-color: #ffffff;
    position: absolute;
    right: 0;
    top: 0;
}
.iconfont{
    width: 15px;
	height: 16px;
    display: inline-block;
}
input{
    width: 150px;
    height: 16px;
    border: none;
    border-bottom: 1px #fff solid;
    background: none;
    margin-left: 20px;
    font-size: 14px;
    color: #fff;
    line-height: 35px;
    padding: 0;
    display: none;
    outline: medium none;
}
/* 导航 */
.navigation{
    width: 1210px;
    height: 55px;
    margin-top: 32px;
}
.navigation>li{
    float: left;
    position: relative;
    margin-right: 51px;
    padding: 0 34px;
}
.navigation .last{
    margin-right: 0;
}
.navigation li a{
    line-height: 55px;
	font-family: Arial-BoldMT;
	font-size: 18px;
	color: #ffffff;
    display: block;
}
.navigation>li:hover::after{
    content: '';
    width: 80%;
    height: 4px;
    background-color: #ff9f00;
    position: absolute;
    bottom: 0;
    left: 10%;
}
.navigation>li>ol{
    position: absolute;
    top: 55px;
    left: 0;
    z-index: 10;
    display: none;
background:#007a39;
}
.navigation>li>ol>li{
	height: 55px;
    margin-right: 68px;
  text-align:center;
width:100%;

}
.navigation>li>ol>li:hover>a{
    color: #007a39;
background:#fff;
width:100%;
}
.navigation>li>ol>li>a{
    color: #fff;
    font-size: 16px;
    display: block;
width:100%;
}
.navigation>li:hover>ol{
    display: block;
}
.navigation>li:hover>a{
    color: #fffefe;
}
.slideBox{ 
    width: 100%;
	height: 800px;
    overflow:hidden; 
    position:relative; 
}
.slideBox .hd{ 
    height:15px; 
    overflow:hidden; 
    position:absolute; 
    left:50%; 
    transform: translate(-50%);
    bottom:40px; 
    z-index:1; 
}
.slideBox .hd ul{ 
    overflow:hidden; 
    zoom:1; 
    float:left;  
}
.slideBox .hd ul li{ 
    float:left; 
    cursor:pointer; 
    width: 85px;
	height: 5px;
    margin-right: 29px;
    background-color: #ffffff;
}
.slideBox .hd ul li.on{ 
    background:#ff9f00; 
}
.slideBox .bd{ 
    position:relative; 
    height:100%; 
    z-index:0;   
}
.slideBox .bd li{ 
    zoom:1; 
    vertical-align:middle; 
}
.slideBox .bd img{ 
    display:block;
    height: 800px;
    width: 100%;
}


/* 底部 */
.bottom{
    width: 100%;
    height: 300px;
    background-color: #006630;
    position: relative;
}
.end{
    width: 1210px;
    height: 300px;
    margin: 0 auto;
    position: relative;
}
.end span{
    font-family: FZCSJW--GB1-0;
	font-size: 30px;
    color: #ffffff;
    line-height: 79px;
    position: relative;
}
.end span::after{
    content: '';
    width: 63px;
	height: 4px;
	background-color: #ff9f00;
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    bottom: -14px;
}
.end .contact{
    margin-top: 39px;
}
.tel,.email,.address{
	font-family: ArialMT;
	font-size: 16px;
	line-height: 36px;
	color: #ffffff;
}
.erweima{
    width: 136px;
	height: 136px;
    position: absolute;
    right: 0;
    top: 59px;
}
.foot{
    width: 100%;
	height: 48px;
	background-color: #005025;
	font-size: 16px;
    line-height: 48px;
    position: absolute;    
    left: 0;
    bottom: 0;
}
.foot .copyright{
    width: 1210px;
    height: 48px;
    margin: 0 auto;
    font-family: ArialMT;
	font-size: 16px;
	line-height: 48px;
	color: #ffffff;
    text-align: center;
}