﻿*{
	margin: 0;
	padding: 0;
}

em {
	font-style: normal;
}

li {
	list-style: none;
}

a {
	text-decoration: none;
}

a:hover {
	text-decoration: none;
}

img {
	border: none;
	vertical-align: top;
}
i {font-style:initial;
}
h1,h2,h3,h4,h5,h6{font-weight:normal;}
input{
	outline: none;
}
/*多分辨率设定rem设定*/
html {
    font-size: 20px;
    /*display:flex;*/
    max-width:800px;
     margin: 0 auto;
     width:100%;
     background:#fff;
}
body {
    background-color: #fff;
    color: #333;
    font-size: 0.6rem;
    width: 100%;
    margin: 0 auto;
    font-family: Microsoft Yahei;   
    padding-top:2.2rem;    
}
/*Note3*/
@media only screen and (min-width: 360px) {
    html {
        font-size: 22px !important;
    }
}

/*iPhone6*/
@media only screen and (min-width: 375px) {
    html {
        font-size: 23px !important;
    }
}
.clear{width:100%;height:1px;clear:both;}
input {
    /*    font-family:   DroidSans, DroidSansFallback, Arial, "Microsoft YaHei";*/
}
/*iPhone6 plus*/
@media only screen and (min-width: 414px) {
    html {
        font-size: 25px !important;
    }
}

/*big Resolution*/
@media only screen and (min-width: 641px) {
    html {
        font-size: 35px !important;
    }
}
@media only screen and (min-width: 760px) {
    html{
        font-size: 40px !important;
    }
}

-webkit-input-placeholder { /* WebKit browsers */
    color: #999;
    font-family: DroidSans, DroidSansFallback, Arial, "Microsoft YaHei" !important;
}

-moz-placeholder { /* Mozilla Firefox 4 to 18 */
    color: #999;
    font-family: DroidSans, DroidSansFallback, Arial, "Microsoft YaHei" !important;
}

-moz-placeholder { /* Mozilla Firefox 19+ */
    color: #999;
    font-family: DroidSans, DroidSansFallback, Arial, "Microsoft YaHei" !important;
}

-ms-input-placeholder { /* Internet Explorer 10+ */
    color: #999;
    font-family: DroidSans, DroidSansFallback, Arial, "Microsoft YaHei" !important;
}

.head{height: auto;width:100%;position:fixed;top:0;right:0;z-index:999;background:#fff;}
.head #title{width: 100%;text-align:center;font-size:0.75rem;color:#303133;line-height:2.2rem;font-family:"Microsoft YaHei";font-weight:bold;}
.head #title a{color:#303133;}
.head .logo{width:1.8rem;position:absolute;left:0.4rem;top:0.2rem;}
.lisw4 img{box-shadow:0px 0px 5px #ccc;margin:5px auto !important;width:100%;}
.head .menu {
    float: left;
    position: absolute;
    width: 2rem;
    height: 2rem;
    text-align:center;
    box-sizing:border-box;
    /*background: -webkit-linear-gradient(left top, #ffb63c , #ffa205);
    background: linear-gradient(to bottom right, #ffb63c , #ffa205);*/
    display:block;   
    top:0.15rem;right:0.2rem;
}

/**
* Navigation Defaults
*/
.nav {
  position: absolute;
  z-index: 999;
  opacity: 0;
  -webkit-transition-property: all;
  transition-property: all;
  -webkit-transition-duration: 300ms;
          transition-duration: 300ms;
          
transform: translateX(-100%);
width: 100%;
height: 100vh;
}
.nav--active .nav {
  opacity: 1;
  background:rgba(1,105,54,0.96);
  -webkit-transition: all 300ms ease-in-out;
transition: all 300ms ease-in-out;
-webkit-transform: translateX(0);
transform: translateX(0);
min-height:30rem;
}
.nav__list { 
  padding: 0 1.2rem;
  margin:2rem 0 0 0;
}
.nav__item {
  list-style-type: none;
  text-align: left;
  line-height:2.4rem;
  font-size:0.7rem;
  font-weight:bold;
}
.nav__item li{
    width:50%;float:left;box-sizing:border-box;
    text-align:center;height:1.5rem;font-size:0.65rem;
    margin-top:4px;
}
.nav__item li a{color:#fff;display:block;width:100%;line-height:1.5rem;font-weight:normal;font-size:0.7rem;}
.nav__link {
  font-size: 1.3em;
  text-transform: uppercase;
  text-decoration: none;
  color: #FFFFFF;
  opacity: 1;
  -webkit-transition: opacity 300ms ease-in-out;
  transition: opacity 300ms ease-in-out; 
}
.nav__link span{
     font-family:iconfont;
     font-weight:normal;
     margin-right:10px;
     font-size:0.8rem;
}
.nav--active .nav__link {
  opacity: 1;
}
.nav--active .nav {
  -webkit-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
  -webkit-transform: translateX(0);
          transform: translateX(0);
          
}
.nav--active .nav__icon {
  background: rgba(0, 0, 0, 0);
}
.nav--active .nav__icon:before {
  margin-top: 0;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
          background:#fff;
}
.nav--active .nav__icon:after {
  margin-top: 0;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
          background:#fff;
}
/* Default navigation icon */
.nav__trigger {
  display: block;
  position: absolute;
  z-index: 1000;
}
.nav--active .nav__trigger {
  opacity: 0.8;
}
.nav__icon {
  display: inline-block;
  position: relative;
  width: 1rem;
  height: 0.1rem;
  background-color: #666;
  -webkit-transition-property: background-color, -webkit-transform;
  transition-property: background-color, -webkit-transform;
  transition-property: background-color, transform;
  transition-property: background-color, transform, -webkit-transform;
  -webkit-transition-duration: 300ms;
          transition-duration: 300ms;
          top:0.45rem;border-radius:0.1rem;
}
.nav__icon:before,
.nav__icon:after {
  content: '';
  display: block;
  width: 1rem;
  height: 0.1rem;
  position: absolute;
  background: #666;
  -webkit-transition-property: margin, -webkit-transform;
  transition-property: margin, -webkit-transform;
  transition-property: margin, transform;
  transition-property: margin, transform, -webkit-transform;
  -webkit-transition-duration: 300ms;
          transition-duration: 300ms;border-radius:0.1rem;
}
.nav__icon:before {
  margin-top: -0.3rem;
}
.nav__icon:after {
  margin-top: 0.3rem;
}



.swiper-container {
	width: 100%;
	height:auto;   
}
.swiper .bg{
    position:absolute;bottom:-2px;left:0;width:100%;z-index:98;
}
.swiper-about{
    width: 100%;
	height:auto;   
    box-sizing:border-box;  position:relative;overflow:hidden;
    padding:0.7rem;
}
.swiper{width:100%;position:relative;}

.swiper-slide {
	text-align: center;
	font-size: 18px;
	background: #fff;

	/* Center slide text vertically */
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
    background-position:center top;
    background-size:100% auto;
}
.swiper-slide a{width:100%;height:100%;display:block;}
.swiper-slide img{width:100%;height:auto;}
.swiper .font{position:absolute;top:43%;left:0;text-align:center;width:100%;max-width:800px;z-index:998;}
.swiper .font img{width:72%;}

.category{padding:1rem 0.5rem 0.7rem 0.5rem;}
.category li{width:20%;float:left;box-sizing:border-box;text-align:center;}
.category li a{border-radius:0.2rem;display:block;width:100%;overflow:hidden;box-sizing:border-box;}
.category li img{width:88%;border:1px solid #006935;border-radius:50%;box-sizing:border-box;}
.category h1{color:#333;font-size:0.6rem;line-height:1.2rem;padding-top:0.2rem;}

#category{border-bottom:0.2rem solid #f6f6f6;padding:0rem 0.6rem 0.7rem 0.6rem;}
#category li{width:33%;float:left;padding:0rem 0.5rem 0 0.3rem;box-sizing:border-box;text-align:center;}
#category li a{border-radius:0.2rem;display:block;width:100%;overflow:hidden;box-sizing:border-box;padding:0.2rem;}
#category li img{width:90%;border:1px solid #eee;border-radius:0.3rem;}
#category h1{color:#666;font-size:0.6rem;line-height:1rem;padding-top:0.2rem;}

.video{box-sizing:border-box;width:100%;}

.about{padding:0rem 0.7rem 0rem 0.7rem;}
.company{background:#24ac38;padding:0.7rem 0.8rem 1rem 0.8rem;box-sizing:border-box;color:#fff;margin-top:0rem;position:relative;border-radius:2rem;border-bottom-right-radius:0;border-top-left-radius:0;}
.company h1{font-size:0.7rem;color:#fff;font-weight:bold;padding-bottom:0.4rem;}
.company p{font-size:0.58rem;line-height:1rem;text-align:justify;}

.video video{padding:0 0.7rem;box-sizing:border-box;}

.main{width:100%;height:auto;background:#fff;z-index:99;position:relative;box-sizing:border-box;}
.title{width:100%;text-align:center;padding:1.2rem 0 1rem 0;}
.title h2{font-size:1rem;color:#333;font-weight:bold;}
.title h1{font-size:0.65rem;color:#999;line-height:1.2rem;}

.product{background:#fff;padding:0rem 0.2rem 0.5rem 0.2rem;border-bottom:0.4rem solid #eee;}
.product li{width:50%;float:left;padding:0.4rem;box-sizing:border-box;}
.product li div{width:100%;border-radius:3px;text-align:center;vertical-align:middle;background:#f6f6f6;border-radius:0.8rem;border:1px solid #006935;overflow:hidden;}
.product li img{max-width:100%;}
.product li p{color:#333;text-align:center;font-size:0.65rem;line-height:1.2rem;padding-top:5px;}


.news{padding:0 0.7rem 1rem 0.7rem;border-bottom:0.4rem solid #eee;}
.news ul{}
.news ul li{width: 100%;height: auto;margin-bottom: 10px;transition: .5s;float: left;background: #fff;box-sizing:border-box;border-radius:0.5rem;overflow:hidden;padding-bottom:0.5rem;}
.news ul li div{width:100%;height:7rem;overflow:hidden;border-radius:0.5rem;}
.news ul li img{width:100%;}
.news ul li h4{font-size: 0.7rem;font-weight: normal;color: #333;padding:0.5rem 0rem 0.3rem 0rem;line-height:1rem;}
.news ul li p{font-size: 0.65rem;line-height: 18px;height: auto;width: 100%;overflow: hidden;color: #ccc;font-family: "MONTSERRAT-REGULAR";padding:0;}

.contact{padding:0 0.5rem 1.5rem 0.5rem;}
.contact img{width:35%;float:left;padding-right:0.3rem;}
.contact h3{font-size:0.7rem;font-weight:bold;line-height:1.2rem;padding-bottom:0.2rem;}
.contact p{font-size:0.6rem;padding-bottom:0.2rem;color:#666;}

.copy{padding:0.7rem 0.7rem 3.5rem 0.7rem;background:#eee;text-align:center;color:#999;font-size:0.56rem;line-height:1rem;}
.copy a{color:#999;}

#menu{position:fixed;bottom:0;left:0;width:100%;height:auto;padding:0.3rem 0;background:rgba(51,51,51,1);z-index:998;}
#menu li{width:20%;float:left;text-align:center;}
#menu i{font-family:iconfont;font-size:0.9rem;color:#fff;}
#menu p{font-size:0.55rem;color:#fff;}

.foot{width:100%;background: #006935;color:#fff;padding:1.2rem 0.7rem;font-size:0.6rem;box-sizing:border-box;text-align:center;font-family: "MONTSERRAT-REGULAR",'Microsoft YaHei';border-top-left-radius:2rem;border-top-right-radius:2rem;}
.foot p{font-size:0.65rem;color:#fff;line-height:1rem;padding-bottom:0.9em;}
.foot p span{font-family:iconfont;font-size:1.4rem;}
.foot h5{font-size:0.6rem;color:#ff93a0;}
.foot h5 a{color:#ffbe00;}
.foot p b{font-size:1rem;font-weight:normal;}

.more{width:40%;margin:1rem auto 1rem auto;text-align:center;line-height:1.8rem;font-size:0.65rem;color:#fff;display:block;border-radius:1rem;font-family:iconfont;background:#24ac38;}
