﻿*{
	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;    
}

body {
    background:#fff;
    color: #333;
    font-size: 0.6rem;
    width: 100%;
    margin: 0 auto;
    display: inline-block;
    max-width:1024px;
    font-family: Microsoft Yahei;    
}
/*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;
    left: 0;
    z-index: 999;
    background:#fff;
}
.head{height: auto;width:100%;position:fixed;top:0;left: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;
}

#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;}

.copy{padding:0.7rem 0.7rem 3.5rem 0.7rem;background:#eee;text-align:center;color:#999;font-size:0.6rem;line-height:1rem;}
.copy a{color:#999;}

.side-banner{width:100%;padding-top:2.2rem;}
.side-banner img{width:100%;}

.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;}

.main{width:100%;height:auto;padding:.3rem 0 2rem 0;box-sizing:border-box;}

.subnav{background:#fff;width:100%;margin-bottom:0.7rem;}
.subnav li{width:33.3%;float:left;line-height:2rem;text-align:center;font-size:0.7rem;color:#333;background:#fff;border-bottom:3px solid #fff;}
.subnav li.active{background:#f9f9f9;border-bottom:3px solid #ce0000;font-weight:bold;}
.subnav li a{color:#333;}

.path{width:100%;text-align:center;padding:1rem 0;}
.path h2{font-size:1rem;color:#ce0000;line-height:1.6rem;font-weight:bold;font-family:'Microsoft YaHei';margin-bottom:0.2rem;}
.path hr{width:4rem;height:3px;background:#ce0000;margin:0 auto;border:none;}
.path ul{padding:0;}
.path li{width:33%;float:left;box-sizing:border-box;padding:0.2rem;}
.path li a{display:block;width:100%;line-height:1.3rem;background:#d6c560;color:#fff;text-align:center;border-radius:1rem;font-size:0.55rem;}


.p-path{width:100%;text-align:center;padding:0rem 0 0.1rem 0;color:#ffbe00;box-sizing:border-box;}
.p-path h2{font-size:1rem;color:#ce0000;line-height:1.6rem;font-weight:bold;font-family:'Microsoft YaHei';margin-bottom:0.2rem;}
.p-path hr{width:4rem;height:3px;background:#ce0000;margin:0 auto;border:none;}
.p-path ul{padding:0.5rem 0.8rem 0 0.8rem;}
.p-path li{width:25%;float:left;box-sizing:border-box;padding:0.2rem;}
.p-path li a{display:block;width:100%;line-height:1.3rem;color:#fabf1c;background:#006935;text-align:center;border-radius:1rem;font-size:0.6rem;font-family:'Microsoft YaHei';}

.about{padding:0 0.7rem;border-bottom:0.5rem solid #f6f6f6;}
.about p{font-size:0.67rem;color:#333;line-height:1.2rem;text-align:justify;padding-bottom:0.4rem;text-indent:1.4rem;}
.about h1{font-size:0.9rem;color:#ffbe00;text-align:center;font-weight:bold;margin-top:1.5rem;}
.about li{width:50%;float:left;text-align:center;padding-bottom:0.5rem;}
.about li img{width:90%;border-radius:0.5rem;}

.contact{padding:0 0.5rem 0rem 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;}

.category{border-bottom:0.5rem solid #f6f6f6;padding:1rem 0.4rem 0.7rem 0.4rem;}
.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:90%;border:1px solid #006935;border-radius:50%;box-sizing:border-box;}
.category h1{color:#333;font-size:0.62rem;line-height:1.2rem;padding-top:0.2rem;}

.contactus{padding:0rem 0.7rem 0 0.7rem;}
.contactus li{width:100%;float:left;margin:0 0 0.5rem 0;background:#006935;height:auto;border-radius:0.5rem;color:#fff;box-sizing:border-box;padding:0.7rem 0.4rem 0.7rem 0.7rem;}
.contactus li div{width:70%;float:left;}
.contactus li h1{font-size:0.9rem;font-weight:bold;}
.contactus li h2{font-size:0.6rem;padding:0.3rem 0;}
.contactus li p{font-size:0.75rem;}
.contactus li p a{color:#fff;font-family:"MONTSERRAT-REGULAR";}
.contactus li p i{font-family:iconfont;}
.contactus li img{width:30%;float:right;border-radius:0.4rem;}

.contactadd{padding:0rem 0.7rem 0 0.7rem;line-height:1.1rem;text-align:center;background:url(../images/contact-bg.jpg) no-repeat center bottom;background-size:100% auto;padding:.5rem 0.7rem 8rem 0.7rem;font-weight:bold;color:#333;}
.contactadd img{width:40%;}
.contactadd h1{font-size:0.8rem;font-weight:bold;line-height:1.6rem;}
.contactadd h3{font-size:0.65rem;font-weight:bold;}
.contactadd p{font-size:0.65rem;}
.contactadd iframe{width:100%;height:10rem;border-radius:1rem;border:none;margin-top:1rem;}

.tel{border-top:0.5rem solid #f6f6f6;padding:2rem 0 4rem 1rem;background:url(../images/contact.png) no-repeat right 1.5rem;background-size:30% auto;}
.tel p{font-size:0.7rem;color:#999;}
.tel h2{font-size:0.9rem;color:#333;font-weight:bold;}
.tel a{display:block;width:6rem;line-height:1.6rem;font-size:0.7rem;color:#fff;background:#006935;text-align:center;border-radius:1rem;font-weight:bold;margin-top:1rem;}

.articles{padding:0rem 0.9rem;min-height:5rem;}
.articles 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;}
.articles ul li div{width:100%;height:7rem;overflow:hidden;border-radius:0.5rem;vertical-align:middle;}
.articles ul li img{width:100%;vertical-align:middle;}
.articles ul li h4{font-size: 0.75rem;font-weight: normal;color: #333;padding:0.5rem 0rem 0.3rem 0rem;line-height:1rem;}
.articles ul li p{font-size: 0.7rem;line-height: 18px;height: auto;width: 100%;overflow: hidden;color: #ccc;font-family: "MONTSERRAT-REGULAR";padding:0;}

.agent{padding:0 10px;}
.agent img{width:100%;}

.article-detail .title{font-size: 0.75rem;line-height: 1rem;color: #333;padding-bottom: 0.7rem;border-bottom: 1px dashed #e4e2e0;margin-bottom:1rem;font-weight:bold;padding-top:0.3rem;}
.article-detail .info{padding-bottom:0px;}
.article-detail .info{width:100%;}
.article-detail .info b{font-size: 0.8rem;line-height: 1.2rem;color: #d4c5b1;font-weight: normal;font-family: MONTSERRAT-REGULAR;}
.article-detail .info span{font-size:14px;color:#d4c5b1;line-height:20px;padding-left:10px;font-family:MONTSERRAT-REGULAR;}
.article-detail #content img{max-width:100%;height:auto !important;}
.article-detail .article-next{transition: all 0.3s;width:100%;float:right;background:#efefef;box-sizing:border-box;padding:25px;}
.article-detail .article-next h1{font-size:16px;font-weight:bold;}
.article-detail .article-next span{font-family:dincond-regular;font-size:26px;color:#bebebe;font-weight:bold;}
.article-detail .article-next p{font-size:14px;color:#666;padding-bottom:20px;}
.article-detail .article-next a{color:#333;}



.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;}



.product ul{padding:0 0.4rem 1rem 0.4rem;}
.product li{width:50%;float:left;box-sizing:border-box;padding:0rem 0.3rem 0.5rem 0.3rem;}
.product li div{width:100%;box-sizing:border-box;overflow:hidden;text-align:center;vertical-align:middle;background:#fff;border-radius:0.8rem;border:1px solid #006935;}
.product li img{max-width:100%;height:auto;}
.product li p{font-size:0.7rem;color:#444;line-height:1.2rem;transition: all 0.3s;padding-top:5px;height:1.2rem;overflow:hidden;text-align:center;}
.product li:hover p{font-weight:bold;}
.tips{display:block;width:100%;text-align:center;color:#999;font-size:16px;line-height:40px;}
.tips img{width:30%;}
.tips i{font-size:80px;font-family:'iconfont';font-style:normal;padding-bottom:20px;line-height:120px;color:none;}

.product-detail .buy{transition: all 0.3s;display:block;width:85%;line-height:45px;background:#ffbe00;color:#fff;text-align:center;font-size:16px;font-family:'iconfont';vertical-align:middle;margin:0 auto;border-radius:5px;margin-top:1rem;}
.product-detail .buy span{font-size:20px;}
.product-des{padding:1rem 0.7rem;}
.product-des *{font-family:'Microsoft YaHei' !important;font-size:0.7rem !important;line-height:1.2rem !important;}
.product-des img{max-width:100%;height:auto;}
.product-des table{width:100% !important;}
.product-des table td{
border-width: 1px 1px 1px 1px;
    border-style: solid solid solid solid;
    border-color: rgb(0, 0, 0);
    padding: 0px 7px;
    background-color: transparent}
.product-detail{padding:0.5rem 0.6rem;border-bottom:0.5rem solid #f6f6f6;}
.product-detail h3{font-size:1.2rem;color:#006935;line-height:1.6rem;}
.product-detail h1{font-size:0.8rem;color:#333;text-align:left;line-height:1.6rem;padding:0;}

.des-tit{background:#f6f6f6;text-align:center;font-size:0.8rem;color:#666;line-height:2rem;}

.bottom{position:fixed;bottom:0;left:0;width:100%;height:auto;background:rgba(255,255,255,0.9);z-index:998;box-sizing:border-box;height:2.4rem;}
.bottom ul{display:block;width:50%;float:left;}
.bottom ul li{width:50%;float:left;text-align:center;padding:0.4rem 0 0 0;}
.bottom ul i{font-family:iconfont;font-size:1rem;color:#333;}
.bottom ul p{font-size:0.55rem;color:#333;}
.bottom .buy{display:block;width:45%;float:right;line-height:2.4rem;background:#006935;color:#fff;font-size:0.75rem;text-align:center;}
.bottom .buy i{font-family:iconfont;font-size:0.8rem;}

.technology ul{padding:1rem 0.7rem 1rem 0.7rem;}
.technology li{width:100%;height:auto;float:left;line-height: 1rem;padding:0.3rem 0;border-bottom: 2px dashed #ececec;}
.technology li .time{float: left;width: 100px;font-size: 0.7rem;color: #d4c5b1;font-family: "MONTSERRAT-REGULAR";letter-spacing: -1px;}
.technology li .txt{padding-left:100px;}
.technology li:nth-child(1) .txt{border-top:none;}
.technology li .txt h4{font-size: 0.65rem;color: #222;line-height: 24px;transition: all .3s;}

.photo{padding:0.5rem 0.7rem;}
.photo li{width:50%;float:left;padding:0.4rem;box-sizing:border-box;}
.photo li img{width:100%;border-radius:0.2rem;}

.swiper-container {
	width: 100%;	
    margin:0 auto;position:relative;overflow:hidden;z-index:1
}
.swiper-pagination{bottom:0.3rem !important;}
.swiper-slide img{width:100%;height:auto;}
.swiper-slide {
	text-align: center;
	font-size: 18px;
	/* 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;
}

			/*---------------AspNetPager---------------*/	
.page{text-align:center;padding-top:30px;width:100%;margin:0 auto;}		
.pagelist a{margin:0 5px 0 0;padding:10px 14px;color:#666;border: solid 1px #ccc;line-height:32px;text-decoration: none;background: #fff;font-family: Arial;font-size: 0.65rem;border-radius:3px;}
.pagelist a:hover{color:#e50716;border: solid 1px #e50716;}
.pagelist a.on{border: solid 1px #84af00;}
.AspNetPager{ width: 100%;height: 50px;padding-top: 20px;text-align: center;}
.currentPage{margin:0 5px 0 0;padding:10px 14px;color:#fff;line-height:32px;text-decoration: none;background: #24ac38;font-family: Arial;font-size: 0.65rem;border-radius:3px;}
.pageBtn{ width: 30px;height: 23px;background: #bfa161;color: #fff;font-family: Arial;border: none;}