﻿*{
	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.9rem;    
}
/*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: 2.9rem;width:100%;position:fixed;top:0;left:0;z-index:11;background:#fff;}
.head .logo{height:1.7rem;float:left;margin:0rem 0 0 0.8rem;padding:0.6rem 0;}
.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.5rem;right:0.5rem;
}

/**
* 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,90,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: 1.2rem;
  height: 0.15rem;
  background-color: #015d36;
  -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: 1.2rem;
  height: 0.15rem;
  position: absolute;
  background: #015d36;
  -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.4rem;
}
.nav__icon:after {
  margin-top: 0.4rem;
}



.swiper-container {
	width: 100%;
	height:auto;   
}


.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 .menu{position:absolute;bottom:1.5rem;left:0;text-align:center;width:100%;max-width:800px;z-index:9;padding:0 5%;box-sizing:border-box;}
.swiper .menu li{width:44%;margin:0 3% 1rem 3%;float:left;background:rgba(255,255,255,0.95);color:#015d36;text-align:center;padding:0.5rem 0;border-radius:0.1rem;}
.swiper .menu li a{color:#015d36;}
.swiper .menu li i{font-family:iconfont;font-size:2rem;line-height:2.2rem;}
.swiper .menu li:nth-child(1) i{font-size:1.6rem;}
.swiper .menu li:nth-child(2) i{font-size:2.2rem;}
.swiper .menu li:nth-child(4) i{font-size:2rem;}
.swiper .menu li p{font-size:0.65rem;}

.category{padding:1.2rem 0.7rem 1rem 0.7rem;border-bottom:0.4rem solid #eee;}
.category li{width:33.3%;float:left;box-sizing:border-box;text-align:center;padding-bottom:0.5rem;}
.category li a{border-radius:0.2rem;display:block;width:100%;overflow:hidden;box-sizing:border-box;}
.category li img{width:80%;border:0px solid #db9303;border-radius:50%;box-sizing:border-box;}
.category h1{color:#333;font-size:0.65rem;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;}


.main{width:100%;height:auto;background:#fff;position:relative;box-sizing:border-box;}
.title{width:100%;text-align:center;padding:1.2rem 0 1rem 0;}
.title h2{font-size:0.9rem;color:#383838;font-weight:bold;}
.title h1{font-size:1.2rem;color:#feeaec;line-height:0.2rem;font-weight:bold;}
.title hr{width:1.8rem;background:#015d36;border:none;height:3px;margin:0.5rem auto 0 auto;}

.product{background:#fff;padding:1rem 0.4rem 0.5rem 0.4rem;border-bottom:0.4rem solid #eee;}
.productlist li{width:50%;float:left;padding:0.4rem;box-sizing:border-box;}
.productlist li div{width:100%;border-radius:3px;text-align:center;vertical-align:middle;background:#fff;border-radius:0.8rem;border:1px solid #015d36;overflow:hidden;}
.productlist li img{max-width:100%;}
.productlist li p{color:#333;text-align:center;font-size:0.65rem;line-height:1.2rem;padding-top:5px;}

.search{position: relative;width: 100%;display: inline-block;padding: 0.35rem 0.7rem;box-sizing:border-box;}
.search a{color:#434a54;}
.search .sort-action{width:100%;border-radius: 0.3rem;height: 100%;background: #e8f0ea;text-align: center;line-height: 1.6rem;font-size:0.65rem;color:#006935;}
.panel-body{padding: 0.5rem 0.5rem 0.25rem 0.5rem;background: #fff;display: inline-block;width: 100%;border-bottom: 1px dashed #e7e5ea; box-sizing:border-box;}
.panel-body .categorylist li{float:left;clear:both;}
.panel-body .categorylist a{padding: 0.2rem 0.75rem;float: left;margin: 0 0.5rem 0.5rem 0;border: 1px solid #E6E9ED;font-size: 0.6rem;border-radius: 1.15rem;color: #434a54;}
.panel-body .categorylist a.parent{background:#e4322b;color:#fff;font-weight:bold;border:none;}
.panel-body .searchbox{width:99%;background:#e4322b;color:#fff;padding:3px;height:auto;height:1.5rem;margin-bottom:0.4rem;}
.panel-body .searchbox .input{width:75%;float:left;background:#fff;border:none;font-size:0.6rem;color:#999;text-indent:0.3rem;line-height:1.5rem;}
.panel-body .searchbox .button{width:25%;float:left;background:#e4322b;color:#fff;text-align:center;line-height:1.5rem;border:none;font-family:iconfont;font-size:0.65rem;}

.searchbox{width:90%;background:#fff;color:#fff;height:auto;height:1.8rem;margin:0 5%;position:absolute;top:5vh;overflow:hidden;}
.searchbox .input{width:75%;float:left;background:#fff;border:none;font-size:0.65rem;color:#999;text-indent:0.5rem;line-height:1.8rem;}
.searchbox .button{width:25%;float:left;color:#fff;text-align:center;line-height:1.8rem;border:none;font-family:iconfont;font-size:0.65rem;background:#fabf1c;}


.news{padding:1rem 0.7rem 1rem 0.7rem;}
.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:10;}
#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: #015d36;color:#fff;padding:1.2rem 0.7rem 1rem 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:#fff;}
.foot p b{font-size:1rem;font-weight:normal;}

.more{width:40%;margin:1rem auto 1rem auto;text-align:center;line-height:1.6rem;font-size:0.65rem;color:#fff;display:block;border-radius:0.2rem;font-family:iconfont;background:#015d36;}
.more i{font-family:iconfont;}