@charset "UTF-8";
/**
 * 
 * @authors Your Name (you@example.org)
 * @date    2016-09-28 09:52:13
 * @version $Id$
 */
/*reset*/
*, :before, :after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
html{
  overflow-x: hidden;
  font-size: 100px
}
body,div,ul,ol,li,dl, dt, dd,p,h1,h2,h3,h4,h5,h6,form,fieldset,table,th,td,img,select,input,textarea{margin:0;padding:0;} 
ol,ul,li{list-style:none;} 
fieldset,img{border:0;}
img{display:block;max-width: 100%;}
label,button{cursor:pointer;}
select,input,textarea,button{outline:none;font-family:deng;cursor:pointer;} 
textarea{resize:none;overflow:hidden;}
h1,h2,h3,h4,h5,h6{font-size:.16rem; font-weight:normal;}
table,table td{border-collapse:collapse; border-spacing:0;}  
body{background:#fff;color:#8a8a8a;font-size:.16rem;font-family:deng;height: 100%;line-height: .24rem;overflow-x: hidden;} 
a{text-decoration:none;color:#8a8a8a;display: block;} 
em,i{font-style:normal;}
.omg{overflow: hidden; text-overflow: ellipsis; white-space:nowrap;}

/* comment */
.clearfix:after{content:"\200B";display:block;height:0;clear:both;} 
.clearfix{*zoom:1;}/*IE7/6*/
.fl{float:left;}
.fr{float:right;}

.wrapper{max-width:12rem;margin:0 auto;}
.wrapper01{width: 100%;padding:0 .1rem;}


.ln1{
     overflow:hidden;
    text-overflow:ellipsis;
    display:-webkit-box;
    -webkit-line-clamp:1;
    -webkit-box-orient:vertical;
}
.ln2{
     overflow:hidden;
    text-overflow:ellipsis;
    display:-webkit-box;
    -webkit-line-clamp:2;
    -webkit-box-orient:vertical;
}
.ln3{
     overflow:hidden;
    text-overflow:ellipsis;
    display:-webkit-box;
    -webkit-line-clamp:3;
    -webkit-box-orient:vertical;
}
.ln4{
     overflow:hidden;
    text-overflow:ellipsis;
    display:-webkit-box;
    -webkit-line-clamp:4;
    -webkit-box-orient:vertical;
}

/* header */
.search{
  height: .3rem;
  border:2px solid #3a6052;
  border-radius: .2rem;
  margin-top: .32rem;
}
.search img{
  position: absolute;
  right: .18rem;
  top: .05rem;
  color: #fff;
  font-weight: bold;
  width: .13rem;
}
.search form{
  width:1.6rem;
  height: .3rem;
  border-top: 0;
  border-bottom: 0;
  position: relative; 
}
.search form .m-text{
  width: 1.2rem;
  float: left;
  height: .26rem;
  line-height:.26rem;
  border: none;
  outline: none;
  background: none;
  padding-left: .15rem;
  color: #8a8a8a;
}
.search form .m-submit{
  width: .4rem;
  height:.26rem;
  border: none;
  background: none;
  position: relative;
  z-index: 2;
}
.header{
  background:#f5f2ec;
}
.main_nav{
	width: 100%;
	height: .9rem;
  
}
.main_nav_inner,.main_nav .logo,.main_nav .logo a{
  height: 100%;
}
.main_nav .logo img{
  height: 100%;
}
.main_nav_inner>ul{
  height: .9rem;
  margin: 0 .6rem;
}
.main_nav_inner>ul>li{
  position: relative;
  margin-right:.15rem;
}
.main_nav_inner>ul>li>a{
	color: #8a8a8a;
  font-size: .2rem;
  line-height:.5rem;
  padding: .2rem .15rem;
  position: relative;
}
.main_nav_inner>ul>li>a:after{
  content: '';
  width: 100%;
  height: 2px;
  position: absolute;
  left: 0;
  top: .7rem;
  background: #3a6052;
  display: none;
}
.main_nav_inner .second_nav{
  position: absolute;
  top: .9rem;
  left: 0;
  width: 150%;
  z-index: 5;
  margin-left: -25%;
  display: none;
}
.main_nav_inner .second_nav li{
  height: .45rem;
  line-height: .45rem;
  text-align: center;
  background: rgba(245, 242, 236, .8);
  font-size: .2rem;
}
.main_nav_inner .second_nav li:hover {
  background: #f5f2ec;
}
.main_nav_inner .second_nav li a{
  color: #8a8a8a;
}

@keyframes move{
  0%{width:0;}
  50%{width:50%;}
  100%{width:100%;}
}
@-moz-keyframes move{
  0%{width:0;}
  50%{width:50%;}
  100%{width:100%;}
}
@-webkit-keyframes move{
  0%{width:0;}
  50%{width:50%;}
  100%{width:100%;}
}

@-o-keyframes  move{
  0%{width:0;}
  50%{width:50%;}
  100%{width:100%;}
}

.main_nav_inner>ul>li:hover>a:after{
    width:100%;animation:move .3s;
}
.main_nav_inner>ul>li.on>a:after,.main_nav_inner>ul>li:hover>a:after{
  display: block;
}
.header01{
	padding: .1rem 0;
}
.header01 .logo01{
  height: .4rem;
}
.icon-caidan img{
	width: .25rem;
	margin-top: .1rem;
  cursor: pointer;
}
.slideDown{
  display:none;
  position:absolute;
  left:0;
  top:.6rem;
  width:100%;
  z-index:3;
  text-align: center;
  opacity: .8;
}
#nav ul,.slideDown form{
    background: #353535;
    width: 100%;
    opacity: .7;
}
#nav ul li{
  border-bottom:solid 1px #444;
}
#nav ul li a{
  display:block;
  padding:.1rem 0;
  position:relative;
  text-align:center;
  font-size: .18rem;
  color:#fff;
}
#nav ul li .second_nav01 li a{
  border-top: solid 1px #444;
  font-size: .16rem;
}
.slideDown form{
	position: relative;
}
.slideDown form input{
	float: left;
	height: .44rem;
	background: none;
	border: none;
}
.slideDown form .m-text{
	padding: 0 .1rem;
	color: #fff;
	width: calc(100% - .6rem);
}
.slideDown form .m-submit{
	width: .6rem;
}
.slideDown form  img{
	position: absolute;
	color: #fff;
	top: .1rem;
	right: .2rem;
	height: .2rem;
	z-index: -1;
}
/* footer */
/* footer */
.footer{
  padding: .5rem 0 1rem;
  background: #f5f2ec;
}
.f_nav{
  padding: .1rem 0;
  border: .02rem solid #5e8c93;
  border-left: 0;
  border-right: 0;
  position: relative;
}

.f_nav ul li{
  float: left;
  font-size: .2rem;
  text-align: center;
  line-height: .9rem;
}
.f_nav ul.fl{
  width: 71%;
  padding-right: .5rem;
  border-right: 2px solid #5e8c93;
}
.f_nav ul.fr{
  width: 19%;
}
.f_nav ul.fl li{
  width: 25%;
}
.f_nav ul.fr li{
  width: 48%;
  padding-top: .15rem;
  position: relative;
}
.f_nav ul.fr li img{
  width: .5rem;
}
.f_nav ul.fr li img.code{
  width: .65rem;
}
.f_nav ul li a:hover{
  color: #3a6052;
}
.code{
  display: none;
  position: absolute;
  left: .7rem;
  top: .15rem;
}

.f_code{
  margin-top:.3rem;font-size: .16rem;
  text-align: center;
}
.f_code p{
  margin-bottom:.2rem;
}
.f_link{
  color: #bebebe;
  font-size: .16rem;
}
.f_link a{
  display: inline-block;
  color: #bebebe;
  margin: 0 .2rem;
}
.main-banner .flexslider ol li{
  width: .16rem;
  height:.16rem;
  float: left;
  margin-left: 10px;
}
.main-banner .flexslider ol li a{
	 width: .16rem;
  height:.16rem;
	background: url('../img/point01.png') center center no-repeat;
    cursor: pointer;
    font-size: 0;
    background-size: cover;
}
.main-banner .flexslider ol li a.flex-active{
	 width: .16rem;
  height:.16rem;
  margin-top: 0;
	background: url('../img/point.png') center center no-repeat;
    background-size: cover;
}
.main_ttl{
  width: 100%;
  text-align: center;
  margin: .3rem 0 .15rem;
  font-size:.24rem;
  color: #959595;
  line-height: .3rem;
  font-family: song;
  position: relative;
}
.main_ttl:before,.main_ttl:after{
  content: '';
  width: 3rem;
  height: .02rem;
  background: #3a6052;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: 1rem;
}
.main_ttl:before{
  margin-left: -4rem;
}

.index_about01{
  padding: .5rem 0;  
}
.brand{
  width: 60%;
  position: relative;
  overflow: hidden;
}
.shoppe{
  width: 35%;
  position: relative;
  overflow: hidden;
}
.brand div.concept,.shoppe div{
  width:100%;
  margin: auto;
  background: rgba(255, 255, 255, .7);
  padding: 1.3rem 0;
  position: absolute;
  top:50%;
 
  text-align: center;
}
.shoppe div{
  width: 100%;
}
.brand div.concept{
  left: 0;
  margin-left: 0;
  padding: .8rem 0;
  margin-top: -1.3rem;
}
.concept_list{
      width: 38%;
    margin-top: .55rem;
    margin-left: .2rem;
}
.concept_detail{
  width: 50%;
  margin-right: .2rem;
}
.brand .concept_detail li{
  border-bottom: 1px dashed #fff;
  line-height: .25rem;
  margin-bottom: .15rem;
}
.brand .concept_detail li .ttl{
  width: 65%;
  font-size: .14rem;
  color: #626262;
  font-family: deng;
  text-align: left;
}
.brand .concept_detail li span{
  color: #3a6052;
  font-size: .14rem;
}
.shoppe div{
  margin-top: -1.3rem;
}

.brand .concept_list .ttl,.shoppe div .ttl{
  font-size:.25rem;
  line-height:.25rem;
  color:#3a6052 ;
  font-family: song !important;
  margin-bottom: .1rem;
  letter-spacing: .05rem;
}
.brand .concept_list .ttl{
  font-size:.25rem;
  line-height:.25rem;
}
.brand div .tips{
  font-size: .14rem;
  margin-bottom: .05rem;
}
.brand .concept_list span,.shoppe div span,.pro_list li span{
  display: block;
  width: 1rem;
  height:.25rem;
  line-height:.25rem;
  margin: auto;
  background: #fff;
  border-radius:.15rem;
  color:#3a6052 ;
  transition: .5s;
}
.brand .concept_list span:hover,.shoppe div span:hover,.pro_list li span:hover{
  background: #3a6052 ;
  color: #fff;
}
.brand img,.shoppe img{
  transition: .5s;
}
.brand:hover img,.shoppe:hover img{
  transform: scale(1.1);
}
.pro_list ul{
  padding:1rem 1.5rem;
}
.pro_list ul li{
  margin-bottom: .6rem;
}
.pro_list ul .txt{
  width: 50%;
  padding-top: 1.2rem;
}
.pro_list ul .txt .tips{
  font-size: .3rem;
  color: #395f52;
  line-height: .3rem;
  padding-bottom:.1rem;
  border-bottom: .02rem solid #395f52;
}
.pro_list ul .txt .ttl{
  font-family: song;
  color:  #395f52;
  font-size: .24rem;
  margin-top: .15rem ;
  line-height: .3rem;
}
.pro_list ul .txt .con{
  line-height: .3rem;
  margin: .3rem 0;
}
.pro_list li span{
  display: inline-block;
  background: #f3f0ea;
  text-align: center;
  color: #395f52;
}
.pro_list li .pic{
  width: 45%;
  overflow: hidden;
}
.pro_list li .pic img{
  transition: .5s;
}
.pro_list li .pic:hover img{
  transform: scale(1.1);
}
.shoppe_list .main_ttl p,.search_list .main_ttl p,.about_us .main_ttl p{
  font-size: .3rem;
  line-height:.3rem;
  color: #395f52;
}
.shoppe_list .main_ttl span,.search_list .main_ttl span,.about_us .main_ttl span{
  color: #959595;
  font-size: .2rem
}
.pic_img{
  margin:.6rem auto;
}
.pic_list img,.about_list img{
  visibility: visible !important;
}
.inquiry,.map{
  padding:.2rem 0;
  background-color: #f5f2ec
}
.inquiry form {
  width: 80%;
  margin: auto;
}
.inquiry form p{
  font-size:.24rem;
  font-family: song;
  color: #395f52;
  line-height: .3rem;
  margin-bottom: .1rem;
}
.inquiry form select{
  width: 100%;
  height: .35rem;
  border: 0;
  font-size: .18rem;
  padding: 0 .15rem;
  margin-bottom:.4rem;
}
.inquiry form select option{
  line-height: .3rem;
}
/*  */
.address{
  margin: auto;
  text-align: center;
  color: #3a6052;
}
.address img{
  margin: auto;
}
.address .ttl{
  font-size: .27rem;
  line-height: .3rem;
  font-family: song;
  margin:.4rem 0 .15rem;
}

.address .tips{
  font-size:.16rem;
}
.sub_nav{
  margin: .2rem 0 ;
}
.sub_nav a{
  display: inline-block;
  font-family: song;
}
.sub_nav a.first{
  font-size: .24rem;
}
.sub_nav a:hover{
  color:#3a6052;
}
.pro_top{
  margin-bottom: .5rem;
}
.pro_con img{
  width: 40%;
  transition: .5s;
}
.pro_con img:hover{
  transform: scale(1.1);
}
.pro_txt{
  width: 55%;
}
.pro_txt .ttl{
  font-size: .3rem;
  color: #3a6052;
  font-family: '黑体';
  line-height: .4rem;
}
.pro_txt .tips{
  font-family: song;
  margin: .15rem 0;
}
.pro_txt .txt{
  padding: .1rem 0;
  border: 1px solid #666;
  line-height: .3rem;
  border-left: 0;
  border-right: 0;
  margin-bottom:.2rem;
  font-size: .14rem;
  color: #7b7b7b;
}
.pro_txt ul li{
  margin:.1rem 0;
}
.pro_txt ul li span{
  color: #3d573d;
  font-size:.14rem;
}
.pro_txt>span{
  display: block;
  width:1.8rem;
  height: .55rem;
  background: #f5f2ec;
  margin-top: .5rem;
  border-radius: .15rem;
  color: #3a6052;
  font-size:.18rem;
  line-height: .55rem;
  text-align: center;
  font-family: 黑体;
  transition: .5s;
}
.pro_txt>span:hover{
  background: #3a6052;
  color: #fff;
}
.pro_bottom .ttl{
  font-size: .3rem;
  line-height: .3rem;
  color: #000;
  margin: .4rem 0 ;
  text-align: center;
}
.pro_bottom ul{
  margin-bottom: 1rem;
}
.pro_bottom ul li{
  width: 20%;
  text-align: center;
  cursor: pointer;
  margin-bottom: .3rem;
}
.pro_bottom ul li .img{
  margin: .2rem auto;
  text-align: center;
  height: 2rem;
}
.pro_bottom ul li img{
  height: 100%;
  display: inline-block;
  transition: .5s;
}
.pro_bottom ul li:hover img{
  transform: scale(1.1);
}



.show-scroll{
  position: relative;
  margin-bottom: .3rem;
}
.show-scroll,.nbs-flexisel-inner,.nbs-flexisel-ul{
  width: 100%;
}
.nbs-flexisel-inner{
  position: relative;
}
.nbs-flexisel-inner .inner{
  overflow: hidden;
}
.nbs-flexisel-ul{
  position: relative;
  width:999rem;
  list-style-type: none;
  zoom:1;
}
.nbs-flexisel-item{
  width:3rem !important;
  float: left;
  position: relative;
  text-align: center;
  margin:0 1.2rem 0 0;
}

.nbs-flexisel-item img{
  height: 3rem;
}
.nbs-flexisel-item .txt .ttl{
  font-size: .2rem;
  font-family: song;
  margin: .1rem 0 .05rem;
  line-height: .3rem;
  border-bottom: 1px solid #949494;
}
.nbs-flexisel-item .txt .tips{
  font-size: .2rem;
}

.scroll_btn {
    margin-top: .3rem;
    text-align: center;
}
.scroll_btn i {
    display: inline-block;
    margin-right: .1rem;
}
.show-scroll .scroll_btn span.nbs-flexisel-nav-left i,.show-scroll .scroll_btn span.nbs-flexisel-nav-right i{
  width:.3rem;
  height: .58rem;
  background: url('../img/left.jpg') center center no-repeat;
  cursor: pointer;
  background-size: cover;
}
.show-scroll .scroll_btn span.nbs-flexisel-nav-right i{
  background: url('../img/right.jpg') center center no-repeat;
  background-size: cover;

}
.map,.pro_list,.pro_detail,.about_us{
  min-height: 5rem;
}
.inquiry{
  min-height: 4rem;
}



/* pinpaizixun */
.pinpai_banner{
  margin-bottom: 1rem;
}
.pinpai_box .left_bar{
  width: 18%;
  font-size: .2rem;
  margin-bottom: 1rem;
}
.pinpai_box .left_bar ul li{
  margin-bottom: .15rem;
}
.pinpai_box .left_bar ul li a{
  height: .7rem;
  line-height: .7rem;
  padding: 0 .2rem;
  color:#395f52 ;
}
.pinpai_box .left_bar span{
  margin-left: .1rem;
}
.pinpai_box .left_bar ul li.on a{
  background: #f5f2ec;
  color: #395f52;
}
.pinpai_list{
  width: 72%;
  margin-bottom: 1rem;
}
.pinpai_list ul{
  border-left: 1px solid  #395f52;padding-left: 1rem;
}
.pinpai_list li{
  margin-bottom: .4rem;
}
.pinpai_list li img.fl{
  width: .15rem;
}
.pinpai_list li .pic{
  width: 1.3rem;
  height: 1.3rem;
  margin: 0 .15rem 0 .2rem;
  overflow: hidden;
}
.pinpai_list li .pic img{
  width: 100%;
  transition: .5s;
}
.pinpai_list li .txt{
  width: 70%;
  border-bottom:  1px solid  #395f52;
}
.pinpai_list li .txt .ttl{
  color: #395f52;
  font-size: .2rem;
  padding-top: .1rem;
}
.pinpai_list li .txt .tips{
  color: #888;
  font-size: .18rem;
  margin: .1rem 0 .15rem;
}
.pinpai_list li .txt .more{
  color: #888;
  font-size: .16rem;
  margin-bottom: .15rem; 
}
.pinpai_list li .txt .more span{
  font-size: .14rem;
  margin-right: .4rem;
}
.pinpai_list li .txt .more:hover{
  color: #395f52;
}
.pinpai_list li:hover .pic img{
  transform: scale(1.1);
}
.pinpai_list_box{
  display: none;
}
.pagination{
  margin: auto;
  text-align: center;
  margin-top: .3rem;
}
.pagination a{
  display: inline-block;
  width: .25rem;
  height: .25rem;
  line-height: .25rem;
  text-align: center;
  margin-right: .1rem;
  color: #a0a0a0;
  border: .01rem solid #a0a0a0;
}
.pagination a.on,.pagination a:hover{
  border: .02rem solid #626262;
}
.pinpai_detail{
  padding: 1rem 0;
}
.pinpai_detail_ttl{
  font-size: .35rem;
  line-height: .35rem;
  margin: 0 0 .3rem;
  text-align: center;
  color: #395f52;
}
.pinpai_detail_ttl span{
  display: block;
  font-size: .16rem;
  color: #888;
  margin-top: .2rem;
}
.pinpai_detail_tips{
  font-size: .2rem;
  text-align: center;
  color: #414141;
  line-height: .3rem;
}
.pinpai_detail .pic{
  margin: .2rem 0;
  text-align: center;
}
.pinpai_detail .pic img{
  display: inline-block;
}
.pinpai_detail .con{
  color: #414141;
  font-size: .18rem;
  margin: .2rem 0;
  line-height:.3rem;
}
.link{
  margin-top: .4rem;
}
.link p{
  margin-bottom: .1rem;
  font-weight: bold;
  font-size: .16rem;
color: #8a8a8a;
}
.link span{
  width:.6rem;
  font-size: .18rem;
  color: #8a8a8a;
  float: left;
  margin-right: .15rem;
}
.link a{
  color: #8a8a8a;
  width: calc(100% - .8rem);
overflow:hidden;float: left;
}
.link p a:hover{
  color: #395f52;
  text-decoration: underline;
}


.pinpai_detail img{
  display: inline-block;
}
.shoppe_list img{
  display: inline-block;
}
.shoppe_list{
  padding-bottom: .5rem;
}
.shoppe_list .pic_list img{
  display: block;
}
.pinpai_detail a{
  display: inline-block;
}




.contact_us .main_ttl p{
  color: #395f52;
  font-size: .3rem;
  line-height: .3rem;
}
.in_contact{
  background-color: #E7E0D5;
  padding: 1.7rem 0;
  margin: .3rem 0 .6rem;
}
.contact_box{
  width: 70%;
  padding: .5rem 1rem;
  background: rgba(255, 255, 255, .8);
  margin-left: -1rem;
  text-align: left;
}
.contact_box .tel img{
  display: inline-block;
  margin-right: .05rem;
  vertical-align: bottom;
}
.contact_box .tel,.contact_box .company{
  font-size: .24rem;
  color: #395f52;
}
.contact_box .num{
  font-size: .3rem;
  color: #395f52;
  margin: .1rem 0;
}
.contact_box .tips{
  font-size: .16rem;
  color: #959390;
  margin:.1rem 0 .2rem;
}
.contact_box ul{
  margin-top: .2rem;
}
.contact_box ul li{
  margin-right: .2rem;
  text-align: center;
  position: relative;
}
.contact_box ul li img{
  display: inline-block;
}

.contact_box ul li .code{
  top:0 ;
  display: none;
}
.footer>.wrapper>a{
  text-align: center;margin-top: .1rem;color: #bebebe;
}