﻿@charset "UTF-8";
/*css 初始化开始 */
html, body, ul, li, ol, dl, dd, dt, p, h1, h2, h3, h4, h5, h6, form, fieldset, legend, img { 
    margin: 0; 
    padding: 0; 
}
fieldset, img,input,button { 
    border: none; 
    padding: 0;
    margin: 0;
    outline-style: none; 
}
ul, ol { 
    list-style: none; 
}
input { 
    padding-top: 0; 
    padding-bottom: 0; 
    font-family: "SimSun","宋体",Microsoft YaHei;
}
select, input { 
    vertical-align: middle;
}
select, input, textarea { 
    font-size: 14px; margin: 0; 
}
textarea { 
    resize: none; 
} /*防止拖动*/
img {
    border: 0;	
    vertical-align: middle; 
}  /*  去掉图片低测默认的3像素空白缝隙*/
table { 
    border-collapse: collapse; 
}
body {
	background-color:#fff;
    color: #000;
    overflow-x: hidden;
	overflow-y:auto;
    width: 100%;
	margin:0 auto;
    max-width: 640px;
    min-width: 320px;
    height: 100%;
	font-size: 14px;
    font-family: Microsoft YaHei;
	padding-bottom: 5rem;
}
.clearfix:before,.clearfix:after {
    content: "";
    display: block;
    height: 0;
    visibility: hidden;
    clear: both;
}
.clearfix{
    *zoom: 1;/*IE/7/6*/
}
a {
    color:#5a5a5a; 
    text-decoration: none; 
}
h1,h2,h3,h4,h5,h6 {
    text-decoration: none;
    font-weight: normal;
    font-size: 100%;
}
s,i,em{
    font-style: normal;
    text-decoration: none;
}
h1, h2, h3, h4, h5, h6 {
    font-size:14px;
}
a:hover {
    text-decoration: none;
    color:inherit;
}

/*公共类*/
.w {
    width: 96%; margin:0 auto;
}
.fl {
    float:left;
}
.fr {
    float:right;
}
.clearfix {
	clear:both;
}
.tal {
	text-align:left;
}
.tac {
	text-align:center;
}
.tar {
	text-align:right;
}
.hide {
    display:none;
}
.pr{
    position: relative;
}
.pa{
    position: absolute;
    z-index: 9999;
}
.fixed {
	position:fixed;
	bottom: 0;
	z-index:9999;
}
.img-responsive {
	display:block;
	max-width:100%;
	height:auto;
}
.container-fluid {
	padding-right: 0px;
	padding-left: 0px;
	margin-right: auto;
	margin-left: auto;
}
/*导航*/
.header {
	width: 100%;
	max-width:640px;
	margin:0 auto;
	height: 3.5rem;
	line-height:3.5rem;
	background:#fff;
	border-bottom: 2px solid #63AC52;
	position:fixed;
	top: 0;
	z-index:9999;
}
.header h3{
	width:10%;
	color: #63AC52;
	height:3.5rem;
	line-height:3.5rem;
	font-size: 2rem;
	cursor: pointer;
}
.header span{
	width:86%;
	display:block;
}
.header span img {
	display:inline;
	line-height:3rem;
	margin:0 2%;
}
#nav {
	width:100%;
	background:#63AC52;
	position:absolute;
	top:3.5rem;
	z-index:9999;	
}
#nav li {
	border-top:1px solid #fff;
}
#nav li a {
	height:2.5rem;
	line-height:2.5rem;
	color:#fff;
	font-size:1rem;
	display:block;
	padding:0 2%;
}
/*banner*/
.banner{
	
}
.box_swipe{
    overflow:hidden;
    position:relative;
}
.box_swipe ul{
    -webkit-padding-start: 0px;
}
.box_swipe>ol{
    height:20px;
    position: relative;
    z-index:10;
    margin-top:-25px;
    text-align:right;
    padding-right:15px;
    background-color:rgba(0,0,0,0.3);
}
.box_swipe>ol>li{
    display:inline-block;
    margin:5px 0;
    width:8px;
    height:8px;
    background-color:#757575;
    border-radius: 8px;
}
.box_swipe>ol>li.on{
    background-color:#ffffff;
}
/*标题*/
.tit {
	padding: 2% 0;
}
.tit span{
	font-size: 1rem;
    text-transform: uppercase;
    color: #a0a0a0;
}
.tit h3 {
	font-size: 1rem;
	line-height: 2rem;
}
.tit em {
	display:inline-block;
	width:4rem;
	height:0.2rem;
	background:#63AC52;
}
/*产品展示*/
.ipro li {
	float:left;
	width:48%;
	margin:1%;
}
.ipro li div{
	width:100%;
	height:150px;
	overflow: hidden;
}
.ipro li h3 {
    height: 2rem;
    line-height: 2rem;
	text-align:center;
}
.ipro li h3 span{
    background: #fff;
    width: 96%;    
    display: inline-block;
}
.more {
	width:5rem;
	margin:1rem auto;
	height:2rem;
	line-height:2rem;
	background:#63AC52;
	border-radius: 0.2rem;
}
.more a{
	color:#fff;
}
/*关于我们*/
.iabout {
	background:url(../images/bg.jpg) no-repeat top center;
	height:425px;
	overflow:hidden;
}
.iabout h3 {
	width:5rem;
	text-align:center;
	height:2.5rem;
	line-height:2.5rem;
	background:#fff;
	opacity: 0.8;
	margin: 5% 1% 0;
}
.iabout span {
	color:#000;
}
.abo_txt {
    background: #fff;
    opacity: 0.8;
    margin: 1%;
    padding: 2%;	
}
.abo_txt p {
	line-height: 2rem;
}
.abo_txt img {
	display:inline;
}
/*新闻列表*/
.inews {
	padding:1% 0;
}
.inews_col li {
	height:2rem;
	line-height:2rem;
	background:url(../images/nbg.png) no-repeat left 8px;
	padding:0 3%;
	border-bottom:1px dashed #e2e2e2;
}
.inews_col li a{
	width:66%;
	float:left;
	color:#000;
	text-overflow:ellipsis;
	overflow:hidden;
	white-space: nowrap;
}
.inews_col li span {
	width:28%;
	font-size:0.8rem;
	float:right;
	color:#000;
	text-align:right;	
}
/*联系我们*/
.icont {
	background:#242424;
}
.icont p {
	color:#fff;
	line-height: 2rem;
}
/*内页*/
.imain {
	margin-top:3.5rem;
}
.icate ul li{
	float: left;
    width: 31%;
    height: 2rem;
    line-height: 2rem;
    background: #70C707;
    margin: 1%;
	border-radius: 5px;
}
.icate ul li a{
	color:#fff;
	display:block;
	text-align: center;
}
/*详细*/
.abocon p {
	line-height:1.5rem;
}
.abocon img{
	display:inline-block;
	max-width:100%;
	height:auto;
	margin:1% 0;
}
.abocon h1{
	line-height: 2rem;
    font-size: 1rem;
}
.abocon hr{
	margin-top: 1rem;
    margin-bottom: 1rem;
    border: 0;
    border-top: 1px solid #a0a0a0;
}
.tag {
	padding: 1%;
	background-color: #f0f0f0;
}
.share {
	margin:2% 0;
}
/*底部*/
.bottom {
	width:100%;
	height:2.5rem;
	line-height:2.5rem;
	margin-top: 1rem;
	background:#63AC52;
}
.backtop{
	padding:0 2%;
}
.backtop a{
	color:#fff;
	font-size:1rem;
	font-weight:bold;
}
.backtop a:hover{
	color: #fff!important;
}
.backtop a em{
	display: inline;
	font-size:0.5rem;
    padding: 0 0.2rem;
}
.weizg {
	height:2rem;
	line-height:3rem;
}
.footer {
  width: 100%;
  max-width: 640px;
  margin: 0 auto;
  padding:0.5rem 0;
  background: #63AC52;
}
.footer ul li {
  width:25%;
  float:left;
}
.footer ul li i {
  font-size:1.5rem;
  color: #fff;
}
.footer ul li a {
  display: block;
  color: #fff;
}
.footer ul li a:hover{
	color:#fff!important;
}
.footer ul li p{
	font-size:0.5rem;
}
/*分页*/
.pages{
	margin:20px auto;
}
.pages ul li{
	border:1px solid #a0a0a0;
	padding:5px 10px;
	display:inline;
}
.pages ul li:hover{
	background:#d0d0d0;
}

@font-face {
  font-family: 'Glyphicons Halflings';

  src: url('../fonts/glyphicons-halflings-regular.eot');
  src: url('../fonts/glyphicons-halflings-regular.eot?#iefix') format('embedded-opentype'), url('../fonts/glyphicons-halflings-regular.woff2') format('woff2'), url('../fonts/glyphicons-halflings-regular.woff') format('woff'), url('../fonts/glyphicons-halflings-regular.ttf') format('truetype'), url('../fonts/glyphicons-halflings-regular.svg#glyphicons_halflingsregular') format('svg');
}
.glyphicon {
  position: relative;
  top: 0px;
  display: inline-block;
  font-family: 'Glyphicons Halflings';
  font-style: normal;
  font-weight: normal;
  line-height: 1;

  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.glyphicon-menu-hamburger:before {
  content: "\e236";
}
.glyphicon-triangle-top:before {
  content: "\e253";
}
.glyphicon-earphone:before {
  content: "\e182";
}
.glyphicon-th-large:before {
  content: "\e010";
}
.glyphicon-th-list:before {
  content: "\e012";
}
.glyphicon-home:before {
  content: "\e021";
}