body,p,img,ul,li,ol,h1,h2,h3,h4{
    margin:0;
    padding:0;
    border: none;
    list-style: none;
    font-weight: normal;
}
body{
    background-color: #f2f3f5;
}
a{
    text-decoration: none;
    margin:0;
    padding: 0;  
}
a:hover{
    color: #67b687;
}
/* top */
.topbox{
    background-color: #eeeeee;
}
.top1{
    width:1200px;
    margin: 0 auto;
    overflow: hidden;
    line-height: 30px;
}
.top1 p,.top1 ol,.top1 ol li,.top1 ul li{
    float: left;
}
.top1 p span{
    color: #6daf32;
    margin: 0 10px;
}
.top1 ol li a{
    display: block;
    float: left;
    margin-left: 10px;
    color: #232323;
}
.top1 ul{
    float: right;
}
.top1 ul li a{
    float: left;
    display: block;
    color: #232323;
    margin: 0 12px;
}
.top1 ul li span{
    display: inline;
    float: left;
}
.top1 ul li a:hover{
    color: #67b687;
}

/* logo */
.topbig{
    width: 100%;
    background-color: #ffffff;
    padding: 10px 0;
}
.logobig{
    width: 1200px;
    margin: 0 auto;
    overflow: hidden;
}
.logo{
    display: block;
    float: left;
    width:314px;
    height: 60px;
}
.logo img{
    width: 100%;
    height: 100%;
}
.searchbox {
    position: relative;
    z-index: 1;
    margin:8px 100px 4px 140px;
    width: 440px;
    height: 39px;
    background-color: #ebf7e1;
    border: 1px solid #67af29;
    float: left;
    border-radius: 20px;
  } 
  .searchbox .import {
    width: 360px;
    height: 36px;
    text-indent: 10px;
    background-color: #ebf7e1;
    border-radius: 20px;
    border: none;
    outline: none;
  }
  .searchbox .btn-search {
    position: absolute;
    right: 0;
    width: 50px;
    height:39px;
    background:#ebf7e1 url(../images/search.png) no-repeat 8px center;
    background-size: 22px 20px;
    border: none;
    border-radius: 20px;
  }
  .toplog{
      float:right;
      width: 200px;
      overflow: hidden;
      margin-top: 14px;
  }
 .toplog a{
    float: left;
    display: block;
    margin: 0 5px;
    padding: 2px 24px;
    border-radius: 20px;
    border: 1px solid #67ac26;
    color: #67ac26;
    font-weight: bold;
    font-size: 18px;
 }
 .toplog a:hover{
    color: white;
    background-color:#67ac26;
 }
  /* nav */
.navbox{
    width:100%;
    height:44px;
    background-color: #3c8200;
}
.navbox ul{
    width: 1200px;
    margin: 0 auto;
    overflow: hidden;
    
}
.navbox ul li{
    float: left;
    margin-right: 34px;   
    position: relative;
}
.navbox ul li a{
    display: block;
    color: white;
    line-height: 44px;
    text-align: center;
    font-size: 18px;
}
.fltop{
    width: 210px; 
    background:#3c8200;
    margin-right: 30px !important;
}
.fltop a{
    display: block;
    color: white!important;
    font-size: 20px !important;
}
.navbox ul li a:hover{
    text-decoration: underline;
}
/* foot */
.footbig{
    background-color: #3c8200;
    margin-top: 20px;
    
}
.footbox{
    width: 1200px;
    padding: 30px 0;
    margin: 0 auto;
    background: url(../images/footbg.png) repeat-x;
}
.footbox .footnav{
    width: 920px;
    margin:30px auto 20px;
    overflow: hidden;
}
.footbox .footnav li a{
    display: block;
    float: left;
    font-size: 18px;
    color: white;
    padding-right: 10px;
    margin-left: 10px;
}
.footbox p{
    text-align: center;
    color: white;
    font-size: 16px;
    line-height: 30px;
}
.footbox p a{
    font-size: 16px;
    color: white;
}
/* link */
.footbox h1{
    color: white;
    margin-left:20px;
    font-size: 24px;
    font-weight: bold;
}
.linkbox {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    margin: 20px 0;
}
.linkbox  li a{
    display: block;
    color: white;
    font-size: 18px;
    margin: 10px 20px;
}
.line1{
    width: 160px;
    height: 2px;
    background-color: white;
    margin-left: 20px;
}