*{
 margin: 0 auto;
}
body { 
 width: 100%;
 font-size:12px; 
 color:#666; 
 font-family:Verdana, Microsoft YaHei, Simsun; 
 background:#f5f5f5; 
 }
a{
 color:#237D36;
 text-decoration: none;
}
li{
 list-style: none;
}
.toptop{
 width: 100%;
 min-width:1350px;
 background-color: #fdfdfd;
}
.top{
 width: 1201px;
 height: 136px;
 background-color: #fdfdfd;
}
.top .toplogo{
 float: left;
 }
.top .logotile{
 float: left;
 
 height: 136px;
 line-height: 136px;
 font-size: 42px;
 font-family: SimHei, "微软雅黑";
 color: #00782b;
}
.top .topconcat{
 float: left;
 margin-left: 120px;
}
.top .topconfi,.topconse{
 float: left;
 padding-top: 35px;
}
.top .topconfi span,.topconse span,{
 font-size: 14px;
 color: #7c7c7c;
}
.top .topconcat a{
 color: #7c7c7c;
}
.top .topconse{
 margin-left: 30px;
}
.top .topconth{
 margin-top: 80px;
}
.top .topconth .toptelw{
 float: right;
 height: 28px;
}
.top .topconth span{
 text-align: center;
 height: 28px;
 line-height: 28px;
 display: inline-block;
 font-size: 14px;
}
.top .topconth .kftelnu{
 margin-left: 20px;
 font-size: 20px;
 color: #048616;
}

.nav{
 width: 100%;
 display: flex;
 min-width: 1350px;
 height: 47px;
 background-color: #00923f;
 border-bottom: 2px solid #99d6a9;
}
.nav .navmenu{
 padding: 0;
 margin: 0px;
 height: 47px;
}
.nav .navmenu li{
 display: block;
 float: left;
 line-height: 47px;
 width: 110px;
 background:linear-gradient(to bottom,#dd2926,#a82724,#dd2926) no-repeat right / 1px 15px;
}
.nav .navmenu li a{
 
    color: #FFFFFF;
    display: block;
    font-family: 'Lucida Console';
    font-size: 14px;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
}
.nav .navmenu li:last-child{
 background: none;
}
.nav .navmenu li:hover{
 background: url(../img/bannericon.png);
}
.banner{
 display:flex;
    align-items:center; 
    justify-content:center;
 min-width: 1350px;
}
.banner img{
 width: 100%;
 height: auto;
}
.footer{
 margin-top: 10px;
 background-color: #1b9001;
 width: 100%;
min-width:1350px;
 height: 134px;
}
.footer .footercon{
 margin: 0 auto;
 padding-top: 30px;
 text-align: center;
 width: 300px;
 height: 80px;
 color: #FFFFFF;
 font-size: 12px;
 font-weight: bold;
}
.footer .fconca{
 height: 30px;
 line-height: 30px;
}