*{
    font-size: 14px;
    font-family: "微软雅黑";
    color:#585858;
    list-style: none;
}
body,p,img,ul,li,ol,h1,h2,h3,h4{
    margin:0;
    padding:0;
    border: none;
    list-style: none;
    font-weight: normal;
}
a{
    text-decoration: none;
    margin:0;
    padding: 0;  
}
a:hover{
    color: #7db316;
}
/* top */
.topbox{
    border-bottom: 1px solid #e5e5e5;
}
.top1{
    width:1200px;
    margin: 0 auto;
    overflow: hidden;
    line-height: 30px;
}
.top1 p,.top1 ol,.top1 ol li,.top1 ul li{
    float: left;
}
.top1 ol li a{
    display: block;
    float: left;
    color: #82b12d;
}
.top1 ul{
    float: right;
}
.top1 ul li a{
    float: left;
    display: block;
    color: #999999;
    margin: 0 12px;
}
.top1 ul li span{
    display: inline;
    float: left;
}
.top1 ul li a:hover{
    color: #7db316;
}
.topbanner{
    display:block;
    width: 1200px;
    height: 100px;
    margin: 10px auto;
}
.topbanner img{
    width: 100%;
}
/* logo */
.logobig{
    width: 1200px;
    margin: 10px auto;
    overflow: hidden;
}
.logo img{
    float: left;
    width:300px;
    height: 68px;
}
.searchbox {
    position: relative;
    z-index: 1;
    margin:8px 100px 4px;
    width: 440px;
    height: 39px;
    border: 1px solid #cccccc;
    float: left;
  } 
  .searchbox .import {
    width: 360px;
    height: 36px;
    border: none;
    outline: none;
  }
  .searchbox .btn-search {
    position: absolute;
    right: 0;
    width: 82px;
    height: 39px;
    background:#82b12d url(../images/search.png) no-repeat 8px center;
    background-size: 24px 24px;
    padding-left: 30px;
    border:0;
    color: white;
  }
  .hot{
      width:100%;
      height:20px;
      overflow: hidden;
      margin: 5px;
  }
  .hot span{
      float: left;
      margin-right: 10px;
  }
  .hot a{
      float: left;
      font-size: 14px;
      margin-right: 10px;
      color: #666666;
  }
  .hot a:hover{
    color: #7db316;
  }
  .phone{
      display: block;
      float: left;
      width: 180px;
      background: url(../images/topphone.png) no-repeat left 10px;
      background-size: 58px 54px;
      padding-left: 64px;
      overflow: hidden;
  }
  .phone p{
       font-size: 12px;
       padding-top: 2px;
       float: right;
  }
  .phone strong{
    float: left;
    color: #7db316;
    font-size: 24px;
  }
  .phone h1{
    float: left;
    font-size: 12px;
    margin-bottom: 4px;
  }
  /* nav */
.navbox{
    width:100%;
    background:#7ab500;
    height:44px;
}
.navbox ul{
    width: 1200px;
    margin: 0 auto;
    overflow: hidden;
    
}
.navbox ul li{
    float: left;
    margin-right: 25px;   
    position: relative;
}
.navbox ul li a{
    display: block;
    color: white;
    line-height: 44px;
    text-align: center;
    font-size: 16px;
}
.fltop{
    width: 190px;
    height: 44px;    
    background:#649500;
    margin-right: 30px !important;
}
.fltop a{
    display: block;
    font-size: 18px !important;
}
.navbox ul li a:hover{
    text-decoration: underline;
}
/* banner */
.bigbox{
    width:100%;
    margin-bottom: 10px;
}
.bbox{
    width:1200px;
    margin: 0 auto;
    overflow: hidden;
    position: relative;
}
.bbox>ul{
    width: 190px;  
    background: #a9d450;
    float: left;
}
.bbox>ul>li{    
    text-indent: 30px;    
    line-height: 46px;
    width:190px;
    margin: 0 auto;
    border-bottom: 1px white solid;

}
.bbox>ul>li:last-child{
    border-bottom: none;
}
.bbox ul li span a{
    font-size: 16px;
    color: white;
}
.bbox ul li span em{
    float: right;
    margin-right: 20px;
    color: white;
}
.bbox ul li span a:hover{
    font-weight: bold;
}
.flright{
    display: none;
    position: absolute;
    text-align: left !important;
    left: 190px;
    top:0px;
    width: 600px;
    height:380px;
    overflow: hidden;
    background:white;
    opacity: 0.9;
    border: 1px solid #f3f3f3;
    z-index: 999999;
}
.flright a{
    color: #4d4d4d !important;
    margin: 10px;
}
.bbox ul li:hover .flright{
    display: block;
}
.rfenlei{
    margin-left: 10px;
}
.rfenlei span{
    font-weight: bold;
}
/*流程图*/
.gallery-top{
    width: calc(1200px - 190px - 170px - 20px);
}
.shurff {
	width:840px;
    float: left;
}

.swiper-slide img {
	width: 100%;
	height: calc(47px*8 - 1px);
}

.swiper-pagination span {
	width: 5px;
	height: 5px;
}

.swiper-pagination-bullet {
	background: white !important;
	opacity: 0.6 !important;
	margin: 0px 4px !important;
}

.swiper-pagination-bullet-active {
	background: #7ab500 !important;
	opacity: 1 !important;
}
/* member */
.memberr{
    width: 169px;
    float: right;
    border-right: 1px solid #cccccc;
    border-bottom: 1px solid #cccccc;
    box-sizing: border-box;
    height: calc(47px*8 - 1px);
    overflow: hidden;
}
.memberr h4{
    line-height: 24px;
    padding-top: 8px;
    text-align: center;
    margin-top: 6px;
}
.memberr .inputbox{
    width: 86%;
    margin: 10px auto;
   overflow: hidden;
   margin-bottom: 0;
}
.inputbox a{
    display: block;
    border-radius: 5px;
    text-align: center;
    line-height: 24px;
    padding: 0 20px;
    border: 1px solid #7ab500;
    color: #7ab500;
    margin:12px auto;
}
.inputbox a:hover{
    background:#7ab500;
    color: white;
}
.tophot{
    margin-top: 12px;
    border-top: 1px solid #cccccc;
    padding-bottom: 4px;
}
.tophot h1{
    background-color: #f2f1f1;
    font-size: 16px;
    line-height: 30px;
    text-align: center;
    margin-bottom: 6px;
}
.tophot ul li a{
    width: 95%;
    margin: 0 auto;
    display: block;
    line-height: 24px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    position: relative;
    padding-left: 12px;
}
.tophot ul li a::before{
    content: ">";
    position: absolute;
    top:0;
    left: 5px;
}
/* advertising */
.advbox{
    width: 1200px;
    margin: 0 auto;
    overflow: hidden;
}
.advbox a{
    display: block;
    float: left;
    margin: 2px 3px;
}
.advbox a img{
    width:294px;
    height: 84px;
}
/* supply */
.ftitbox{
    width: 1200px;
    margin: 10px auto;
    overflow: hidden;
    background: #7ab500;
}
.ftitbox h1{
    float: left;
    margin-left: 4px;
    font-size: 22px;
    color:#7ab500;
    background: white;
    padding: 0 10px;
    font-weight: bold;
}
.ftitbox a{
    float: right;
    color: white;
    font-size: 16px;
    margin-top: 2px;
    margin-right: 4px;
}
.fbigbox{
    width: 1200px;
    margin: 0 auto;
    overflow: hidden;
    border: 1px solid #e5e5e5;
}
.f1pic{
    float: left;
    width: 274px;
    height: 530px;
}
.f1box{
    width: 680px;
    float: left;
}
.f1box a{
    display: block;
    float: left;
    margin: 20px 12px 0;
}
.f1box a img{
    width:202px;
    height: 202px;

}
.f1box a p{
    width: 202px;
    line-height: 30px;
    font-size: 16px;
    text-align: center;
    overflow: hidden;
    text-overflow:ellipsis;
    white-space: nowrap;
}
.f1right{
    float: right;
    width: 240px;
    border-left: 1px solid #e5e5e5;
}
.f1right h1{
    width: 240px;
    padding: 10px 0;
    text-align: center;
    font-size: 18px;
}
.f1right img{
    width: 240px;
    height:96px;
    margin: 2px 0;
} 
.f1right ul{
    padding: 2px 10px 4px;
}
.f1right ul li a{
    display: block;
    position: relative;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    line-height: 28px;
    padding-left: 14px;
}
.f1right ul li a::before{
    content: ">";
    position: absolute;
    top:0;
    left: 0;
}
/* purchase */
.fbigbox .f2pic{
    float: right !important;
}
.fbigbox  .f2right{
    float:left !important ;
    border-left: none;
    border-right: 1px solid #e5e5e5;
}
.advmi{
    display: block;
    width: 1200px;
    margin: 10px auto;
}
.advmi img{
    width: 100%;
    height:96px ;
}
.advlast{
    display: block;
    width: 1200px;
    margin: 10px auto;
}
.advlast img{
    width: 100%;
    height: 140px;
}
/* enterprise */
.fbigbox2{
    width: 1200px;
    margin: 0 auto;
    overflow: hidden;
}
.compbox{
    display: flex;
    overflow: hidden;
    justify-content: space-between;
}
.compbox a{
    display: block;
    width: calc(1200px / 5 - 40px);
    height: calc(1200px / 5 - 40px);
    border: 1px solid #7ab500;
    box-sizing: border-box;
}
.compbox img{
    width: 100%;
    height: 100%;
}
.complist{
    width: 380px;
    float: left;
    border-right: 1px solid #e5e5e5;
}
.complist li a{
    display: block;
    font-size: 16px;
    line-height: 30px;
    color: #171717;
    overflow: hidden;
    text-overflow:ellipsis;
    white-space: nowrap;
    padding: 0 30px 0 70px;
}
.complast{
    border: none;
}
/* news */
.newslbig{
    width: 790px;
    float: left;
}
.newsftit{
    width: 100%;
}
.newsrbig{
    width: 390px;
    float: right;
}
.article-list{
    display: flex;
    width: 100%;
}
.article-list .newsbox{
    width: 49%;
    box-sizing: border-box;
}
.newsbox{
    float: left;
    width: 360px;
    padding: 10px;
    margin: 0 5px;
    border: 1px solid #cccccc;
}
.newsbox h1{
    width: 100%;
    text-align: center;
    font-size: 18px;
    color: #171717;
    font-weight: bold;
}
.newsbox ul{
    margin: 10px auto 0;
}
.newsbox ul li{
    overflow: hidden;
    line-height: 30px;
}
.newsbox ul li a{
    display: block;
    float: left;
    width: 70%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    position: relative;
    padding-left: 14px;
}
.newsbox ul li a::before{
    content: ">";
    position: absolute;
    top:0;
    left: 0;
}
.newsbox ul li span{
    float: right;
}

/* foot */
.footbig{
    background-color: #7ab500;
    padding: 40px 0;
}
.footbox{
    width: 1200px;
    margin: 0 auto;
}
.footbox ul{
    width: 1020px;
    margin: 0 auto 20px;
    overflow: hidden;
}
.footbox ul li a{
    display: block;
    float: left;
    color: white;
    font-size: 18px;
    padding-right: 10px;
    margin-left: 10px;
}
.footbox p{
    text-align: center;
    color: white;
    line-height: 30px;
    font-size: 16px;
}
.footbox p a{
    color: white;
    font-size: 16px;
}