body,ul,li,a,p,span{
	margin: 0;
	padding: 0;
	list-style: none;
}
img{
	border:0;
	max-width: 100%;
}
body{	
	font-size:14px;
	font-family: "Microsoft Yahei";
}
a{
	color:#333;
  text-decoration: none;
}
a:active,a:focus{
	outline: none;
}
a:hover{
	color:#86bf28;
	text-decoration: none;
}
.fl{
	float: left;
}
.fr{
	float: right;
}
.floatImg{ 
  position: fixed;
  bottom:0;
  right:0;
  z-index: 999;
  box-shadow: -1px -2px 10px rgba(150,0,0,0.2);
}
.floatImg span{
  position: absolute;
  top:-20px;
  right:0;
  background-color: rgba(0,0,0,0.5);
  color:#fff;
  line-height: 20px;
  width:20px;
  text-align: center;
  cursor: pointer;
}
.page1{
  background: url('../images/page1.jpg') center no-repeat;
  background-size: cover;
}
.page2{
  background: url('../images/page2.jpg') center no-repeat;
  background-size: cover;
}
.page3{
  background: url('../images/page3.jpg') center no-repeat;
  background-size: cover;
}
.page4{
  background: url('../images/page4.jpg') center no-repeat;
  background-size: cover;
}
.page5{
  background: url('../images/page5.jpg') center no-repeat;
  background-size: cover;
}
.section { }
.page1-title{
  font-size: 36px;
  color: #16205c;
  width: 30%;
  margin-left: 30%;
  position: relative;
  z-index: 999;
  font-weight: bold;
}
.page1-title span{
  display: block;
  font-size: 18px;
  color: #4d7504;
  font-weight: normal;
  margin-top: 15px;
}
#menu{
  position: fixed;
  right: 20px;
  top: 35%;
  display: block;
  z-index: 9;
}
#menu li{
  width: 12px;
  height: 12px;
  display: block;
  border-radius: 50%;
  background-color: #465b4b;
  margin-bottom: 10px;
  overflow: hidden;
  text-indent: 9999px;
}
#menu li.active{
  height: 20px;
  background: url('../images/hovertb.png') no-repeat;
}
#menu li a{
  display: block;
}
.header{
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 999;
  height: 90px;
  background-color: rgba(255,255,255,0.8);
  box-shadow: 0 1px 5px rgba(100,0,0,0.1);
  display: block;
}
.header ul{
  float: right;
  margin-right: 20px;
}
.header li{
  display: inline-block;  
  margin: 28px 2px;
}
.header li a{
  display: block;
  font-size: 18px;
  padding: 0 15px;
  color: #333;
  line-height: 34px;
}
.header li:hover a,
.header li.current a{
  background-color: #86bf28;
  color: #fff;
  border-radius: 50px;
}
.about-link{
  width: 1230px;
  margin: 45px auto 0;
}
.about-link li{
  float: left;
  width: 24%;
  margin-right: 1%;
  position: relative;
  background-color: #000;  
}
.about-link li a{
  position: absolute;
  z-index: 3;
  left: 30px;
  top: 60px;
  color: #fff;
}
.linkbg{
  display: block;
  opacity: 0.55;
}
.about-link li h2{
  font-weight: bold;
}
.about-link li .more{
  background-color: #86bf28;
  line-height: 24px;
  border-radius: 20px;
  text-align: center;
  width: 100px;
  margin-top: 30px;
}
.tabmenu{
  display: block;
  text-align: center;
}
.tabmenu li{
  display: inline-block;
  margin: 0 8px;
  background-color: #42453c;
  color: #fff;
  font-size: 20px;
  line-height: 40px;
  padding: 0 18px;
  cursor: pointer;
  position: relative;
}
.tabmenu li.cur,.tabmenu li:hover{
  background-color: #86bf28;
}
.tabmenu li.cur:after{
  content: url('../img/liu.png');
  position: absolute;
  bottom: -25px;
  display: block;
  width: 100%;
  left: 0px;
  text-align: center;
}
.flexslider{
  width: 1230px;
  margin: 50px auto 0;
  height: 400px;  
}

/*产品滚动*/
.flexslider .slides li{
  line-height: 1.6;
  text-align: center;  
}
.flexslider .slides li a{
  display: block;
  margin: 0 15px;
  padding: 30px 0 15px; 
}
.flexslider .slides li p{
  margin: 20px 0;
}
.flexslider .slides li img{
   margin: 0 auto;
   height: 430px;
}
.flexslider .flex-control-nav{
  display: none;
}
/*新闻*/
.content{
  width: 1200px;
  margin: 0 auto;
}
.newsbox{
  float: left;
  width: 50%;
  margin-top: 80px;
}
.newsbox .hy-title{
  border-radius: 0 0 0 10px;
}
.newsbox .news-title{
  display: block;
  border-radius: 10px 0 0 0;
  overflow: hidden;
}
.newsbox ul{
  display: block;
  padding: 10px 20px;
  background-color: rgba(255,255,255,0.6);
}
.newsbox li{
  display: block;
  line-height: 36px;
}
.newsbox li a{
  display: inline-block;
  width: 80%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.newsbox li span{
  color: #999;
  float: right;
}
.newsRight{
  float: right;
  width: 50%;
  border-radius: 0 10px 10px 0;
  overflow: hidden;
  margin-top: 80px;
}
.contactbox{
  display: block;
  margin-top: 80px; 
}
.contactbox li{
  display: inline-block;
  width: 28.1%;
  margin: 0 2%;
  background-color: rgba(255,255,255,0.7);
  border-radius: 15px;
  padding: 40px;
  vertical-align: top;
  height: 300px;
}
.contactbox li h2{
  display: block;
  font-size: 24px;
  color: #111;
  margin-top: 0;
  margin-bottom: 35px;
}
.contactbox li h2:before{
  content: '';
  display: block;
  height: 4px;
  width: 50px;
  border-radius: 8px;
  background-color: #222;
  margin-bottom: 15px;
}
.contactbox li p{
  line-height: 30px;
  margin-bottom: 5px;
  color: #444;
}
.contactbox li i{
  margin-right: 15px;
}
.follow span{
  display: inline-block;
  width: 60px;
  height: 60px;
  margin-right: 22px;
  position: relative;
  margin-top: 5px;
}
.erweima{
  display: none;
  position: absolute;
  top: 64px;
  left: 0;
  z-index: 9;
  width: 160px;
}
.online span{
  font-size: 14px;
  color: #444;
  display: block;
}
.online h1{
  font-size: 24px;
  font-weight: bold;
  margin-top: 5px;
}
.online a{
  display: block;
  background-color: #528300;
  color: #fff;
  width: 60%;
  margin: 20px auto 0;
  font-size: 18px;
  line-height: 40px;
  color: #fff;
  text-align: center;
  border-radius: 40px;
}
#fullPage{
  position: relative;
  z-index: 8!important;
}
.banner{
  display: block;
  background: url('../images/banenr.jpg') top center no-repeat;
  height: 220px;
  text-align: center;
  padding-top: 30px;
}
.banner h4{
  background: url('../images/png.png') no-repeat;
  width: 200px;
  height: 100%;
  margin: 0 auto;
  color: #fff;
  font-size: 24px;
  font-weight: bold;
  padding-top: 110px;
  padding-left: 10px;
}
.pos{
  border-bottom: 1px solid #e5e5e5;
  height: 60px;  
}
.pos ul{
  float: left;
  line-height: 60px;
}
.pos li{
  display: inline-block;
}
.pos li a{
  display: block;
  font-size: 16px;
  color: #5a6857;
  padding: 0 20px;
}
.pos li.current,.pos li:hover{
  background-color: #86bf28;
}
.pos li.current a,.pos li:hover a{
  color: #fff;
  font-weight: bold;
}
.pos .fr{
  line-height: 60px;
}
.pos .fr i{
  font-size: 18px;
  color: #666666;
  margin-right: 10px;
}
.footer{
  float: left;
  width: 100%;
  background-color: #f5f5f5;
}
.footer:before,.m-foot:before{
  display: block;
  height: 6px;
  background: linear-gradient(to left,#03a1da,#86bf28);
  content: '';
  margin-bottom: 12px;
}
.footer .fl{
  line-height: 1.8;
  margin-top: 15px;
}
.footer .fr{
  text-align: right;
  line-height: 2;
  margin-bottom: 10px;
}
.footer .fr img{
  float: right;
  margin-left: 10px;
}
.footer .fr p{
  margin-top: 40px;
}
.details{
  display: block;
  line-height: 2;
  color: #555;
  min-height: 300px;
  margin: 30px 0 20px;
}
.honor,.product{
  float: left;
  width: 100%;
  margin:30px 0;
}
.honor li,.product li{
  float: left;
  width: 23%;
  margin: 0 1% 20px;
  text-align: center;
  transition: all 0.3s ease 0s;
}
.honor li p,.product li p{
  line-height: 2;
  text-align: center;
  margin: 10px 0 20px;
}
.honor li img{
    height:240px;
}
.honor li:hover,.product li:hover{
  transform: translateY(-6px);
}
.product li{
  padding-top: 20px;
}
.product li img{
  height: 200px;
}
.page-header{
  font-size: 24px;
  text-align: center;
  padding: 0px 0 40px;
}
.page-header .info{
  font-size: 14px;
  color: #999;
  margin-top: 15px;
}

.news{
  display: block;
  margin: 30px 0;
}
.news li{
  border-bottom: 1px solid #eee;
  display: inline-block;
  width: 100%;
  padding: 20px 10px 20px;
  margin-top: -4px;
  transition: all 0.3s ease 0s;
}
.news li h4{
  margin-bottom: 18px;
}
.news li p,.news li span{
  color: #aaa;
  margin-bottom: 15px;
}
.news li:hover{
  background-color: #86bf28;
}
.news li:hover h4,.news li:hover p,
.news li:hover span{
  color: #fff;
}
 

.Pagetype3{
   padding:40px 0;
   width:50%;
   text-align: center;
}
.Pagetype3 a.s1{
   display:block;
   background-color:#86bf28;
   line-height:40px;
   color:#fff;
   padding:0;
}
.Pagetype3 a.s2,.Pagetype3 a.s2{
   background-color:#86bf28;
   color:#fff;
}
.Pagetype3 span,.Pagetype3 a{
  padding:8px 16px;
  display:inline-block;    
}
.Pagetype3 .s4{
   display:none;
}

.joblist{
  float: left;
  padding: 20px 0;
  width: 100%;
}
.joblist dt,.joblist dd{
  float: left;
  width: 100%;
  border-radius: 8px;
  font-weight: normal;
}
.joblist dt{
  border: 1px solid #eee;
  cursor: pointer;
  margin-bottom: 20px;
  background-color: #f8f8f8;
}
.joblist dt.th{
  background-color: #5ab401;
  color: #fff; 
  border: 1px solid #55a208;
  pointer-events: none; 
}
.joblist dt h4{
  float: left;
  width: 48%;
  padding-left: 2%;
  font-size: 15px;
  line-height: 56px;
  margin: 0;
}
.joblist dt span{
  float: left;
  width: 10%;
  line-height: 56px;
  text-align: center;
}
.joblist dt i,.joblist dt.open h4{
  color: #5ab401;
  font-size: 16px;
}
.joblist dt.open i{
  transform: rotate(180deg);
}
.joblist dd{
  padding: 0px 10% 40px;
  border-bottom: 4px solid #5ab401;
  display: none;
  margin-bottom: 30px;
}
.joblist dd h4{
  font-size: 15px;
  font-weight: bold;
  color: #333;
  line-height: 2;
}
.joblist dd .text{
  color: #666;
  line-height: 2;
}
.joblist dd h5{
  font-size: 15px;
  margin-top: 20px;
}
.joblist dd h5 b{
  color: #e00;
}
.shopbg{
  display: block;
  background: url('../images/shopbg.png') center bottom no-repeat;
  min-height: 760px;
  padding-bottom: 40px;
}
.shopcon{
  width: 840px;
  margin: 40px auto 0;
}
.shopcon h4{
  line-height: 2;
  color: #555;
  text-align: center;
  margin-bottom: 40px;
}
.shopcon h4 b{
  color: #1f9200;
}
.form{
  background: url('../images/greenbg.png') repeat;
  border-radius: 10px;
  padding: 30px 8%;
}
.form li{
  margin-bottom: 15px;
  display: block;
}
.form li span{
  display: inline-block;
  width: 80px;
  text-align: right;
  padding-right: 10px;
}
.form li i{
  color: #697f51; 
  font-style: normal;
  margin-left: 10px;
}
.form li input[type='text'],
.form li select{
  border: 0;
  width: 50%;
  background-color: #fff;
  border-radius: 5px;
  padding: 10px;
}
.form li input.textbox{
  width: 150px;
}
.buy-btn,.greybtn{
  display: block;
  background-color: #30c173;
  color: #fff;
  width: 160px;
  border-radius: 5px;
  margin: 10px auto;
  text-align: center;
  border: 0;
  line-height:50px;
}
.contactway{
  margin-top: 100px;
  display: block;
  margin-bottom: 50px;
}
.contactway li{
  display: inline-block;
  width: 28%;
  margin: 0 2.5%;
  vertical-align: top;
  line-height: 2;
}
.contactway li i{
  font-size: 24px;
  color: #86bf28;
  margin-bottom: 15px;
}
.contactway li.fl,.contactway li.fr{
  width: 49%;
  margin: 0;
  padding-top: 50px;
  padding-bottom: 80px;
}
.similar{
  float: left;
  width: 100%;
  border-top: 1px solid #e1eed6;
  margin: 0;
  background: linear-gradient(to right,#efffe0,#d7f4ff);
  background-color: #f0f7e9;
  padding: 15px 0;
}
.similar h4{
  font-size: 20px;
  font-weight: bold;
  line-height: 2;
  color: #0e9300;
  padding-left: 1%;
  margin-bottom: 0;
}
.similar .product{
  margin: 20px 0 0;
}
.similar .product li{
  width: 18%;
}
.similar .product li p{
  margin-bottom: 10px;
}
/*兼容手机head*/
.m-menubtn{
  display: none;
  position: absolute;
  right: 0;
  top: 0;
  font-size: 30px;
  padding:6px 20px;
}
.m-menubtn:hover{
  text-decoration: none;
}
.m-menu{
  position: fixed;
  top: 0;
  width: 100%;
  height: 100%;
  display: none;
  background: linear-gradient(to bottom,#00b09b,#96c93d);
  z-index: 9999;
  color: #fff;
  padding-top: 50px;
  overflow-y: auto;
}
.m-menu h4{
  display: inline-block;
  font-size: 16px;
  line-height: 50px;
  border-bottom: 1px dashed rgba(255,255,255,0.1);
  width: 100%;
  text-align: center;
  margin: 0;
}
.m-menu a{
  color: #fff;
}
.m-menu h4 b{
  display: inline-block;
  width: 0;
  height: 0;
  vertical-align: middle;
  margin-left: 10px;
  border-width: 4px;  
  border-style: solid dashed dashed dashed;
  border-color: #777 transparent transparent transparent;
}
.submenu{
  background-color: #017f5b;
  display: none;
  padding: 10px 0;
}
.submenu a{
  display: block;
  text-align: center;
  font-size: 14px;
  line-height: 3;
  color: #fff;
}
.closemenu{
  position: absolute;
  top: 10px;
  right: 10px;
  padding: 10px;
  font-size: 18px;
}
.m-foot{
  float: left;
  width: 100%;
  text-align: center;
  display: none;
  padding-bottom: 20px;
  line-height:1.6;
}
@media (max-width: 768px){
  .page1{
    background: url('../images/m-page1.jpg') center no-repeat;
    background-size: cover;
  }
  .page2{
    background: url('../images/m-page2.jpg') center no-repeat;
    background-size: cover;
  }
  .page3{
    background: url('../images/m-page3.jpg') center no-repeat;
    background-size: cover;
  }
  .page4{
    background: url('../images/m-page4.jpg') center no-repeat;
    background-size: cover;
  }
  .page5{
    background: url('../images/m-page5.jpg') center no-repeat;
    background-size: cover;
  }
  .m-menubtn{display: block;}
  .about-link,.flexslider,
  .newsbox,.newsRight{
    width: 100%;
  }
  .header{
    height: auto;
  }
  .header .fl{
    width: 50%;
  }
  .header ul,#menu,
  .tabmenu li.cur:after,
  .similar{
    display: none;
  }
  .page1-title{
    width: 88%;
    margin-left: 5%;
    font-size: 24px;
    margin-top: -18rem;
  }
  .page1-title span{
    font-size: 15px;
  }
  .about-link{
    margin-top: 20px;
  }
  .about-link li{
    width: 46%;
    margin: 8px 2%;
  }
  .about-link li a{
    top: 20px;
    left: 10px;
  }
  .about-link li h2{
    font-size: 20px;
  }
  .tabmenu li{
    font-size: 15px;
    padding: 0 10px;
    margin: 0 1px;
  }
  .flexslider{
    width: 82%;
  }
  .flexslider .slides li img{
    height: 320px;
  }
  .flexslider .slides{
    margin-top: 2rem;
  }
  .newsbox,.newsRight{
    margin-top: 5px;
    padding: 0 ;
  }
  .contactbox{
    margin-top: 40px;
    margin-right: 0;
  }
  .contactbox li{
    width: 94%;
    margin: 0 3%;
    height: auto;
    padding: 20px 8%;
    margin-bottom: 20px;
  }
  .contactbox li h2{
    margin-bottom: 15px;
    font-size: 20px;
  }
  .contactbox li p{
    margin-bottom: 0;
  }
  .follow span{
    margin-right: 16px;
  }
  .newsbox li{
    line-height: 2;
  }
  .newsbox ul a{
    width: 70%;
  }
  .banner{
    background-size: auto 150px;
    height: 150px;
  }
  .banner h4{
    padding-top: 70px;
  }
  .content,.shopcon{
    width: 96%;
    margin: 0 2%;
  }
  .contactway li,
  .contactway li.fl, 
  .contactway li.fr,
  .joblist dt h4{
    width: 100%;
  }
  .contactway{
    margin-top: 40px;
  }
  .contactway li.fl, .contactway li.fr{
    padding: 10px 0;
  }
  .pos li a{
    padding: 0 8px;
  }
  .pos .fr,.footer{
    display: none;
  }
  .honor li,.product li{
    width: 47.5%;
  }
  .honor li img{
    height: 180px;
  }
  .m-foot{
    display: block;
  }
  .joblist dt span{
    width: 20%;
  }
  .joblist dd{
    padding:0px 2% 20px;
  }
  .shopcon h4{
    font-size: 16px;
    line-height: 1.8;
    padding: 0 3%;
    margin: 30px 0;
  }
  .form{
    padding: 20px 3%;
  }
  .form li i{
    display: block;
    margin-top: 5px;
    text-align: right;
  }
  .form li span{
    width: 70px;
  }
  .form li input[type='text'], .form li select{
    width: 75%;
  }
  .form li input.textbox{
    width: 40%;
  }

}