@charset "utf-8";
/* CSS Document */
*{margin:0; padding:0; box-sizing:border-box; font-weight: normal}
*:focus{outline:none;}
ul li{list-style:none;}
body{color:#666; width:100%;  margin:0 auto; overflow-x:hidden; font-size:.26rem; padding-bottom:1.1rem;}
a{text-decoration:none; color:#333}

html{font-size:100px}
.container{width: 100%; padding: 0px .2rem; overflow: hidden}
.clear{clear: both}

table{border-collapse: collapse;}

@font-face {
    font-family: 'BODONI';
    src: url('../font/BODONI.TTF') format('truetype');
    font-weight: normal;
    font-style: normal;
}





/*导航*/

.index_header{width:100%; clear:both; height:1rem; position: fixed; top:0; left:0; z-index:999; padding: 0px .2rem; background: #fff; box-shadow: 0 0 5px rgb(0,0,0,0.12);}
.logo{float:left; width:auto; height: 1rem; }
.logo a{width:100%; height:1rem;  display: flex; align-items: center;}
.logo img{align-items: center; margin: 0px auto; max-width: 100%; float: left; width:5.17rem}
.f_top{}
.menu{float:right; height:100%; width:.5rem;  display: flex; align-items: center; }
.menu a{width:100%; height:100%; display: flex; align-items: center; }
.menu img{height:auto; max-width:100%; align-items: center; margin: 0px auto;}
.header_all{width:100%; height: 100%; position: fixed; top:-100%; left:0; background: rgba(0,0,0,0.85); z-index:999;     transition: top ease 0.35s; overflow-y: auto; padding-bottom: .6rem;}
.header_all ul{width:100%; height: auto; overflow: hidden; padding: 20px;}
.header_all ul li{width:100%; height: auto; float: left; margin-bottom: 20px;  text-align: center;  border-bottom: 1px solid #333; padding-bottom: 10px}
.header_all ul li h3{width:100%; height:.3rem; line-height:.3rem; color:#fff; font-size:.28rem;  font-weight: bold; margin-bottom: .1rem}
.header_all ul li h3 a{ color:#fff; font-size:.28rem;  font-weight: bold; }
.header_all ul li .header_sub{width:100%; height: auto; overflow: hidden}
.header_sub a{width:100%; height:auto; line-height:.3rem; font-size: .26rem; color:#aaa; display: block; margin:.2rem 0}
.nav_show{top:1rem;}
.header_sub span{color:#fff}
.header_all ul li:last-child{width:100%; }
.header_all ul li:last-child .header_sub a{width:33.33%; float:left;}
.banner{width:100%;height:auto; overflow: hidden; margin-top: 1rem}
.banner img{width:100%; height: auto; overflow: hidden; display: block}
.swiper-container {
      width: 100%;
      height: 100%;
      margin-left: auto;
      margin-right: auto;
 }
.swiper-slide {
  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;
}
.swiper-pagination-bullet-active{background: #fff}
.banner .swiper-pagination{bottom:5%}
.banner .swiper-slide a{width:1005; height: auto; display: block}
.ban_info{width:100%; height: auto; overflow: hidden; position: absolute; top:50%; left:50%; transform: translate(-50%,-50%); text-align: center}
.ban_info h4{color:#fff; font-size: .46rem; font-weight: bold;}
.ban_info p{color:#fff; font-size: .36rem; font-weight: bold;}


.ban_search{width:95%; height: auto;  z-index: 1; background:#b6ac86; padding:.3rem; margin:.3rem auto 0;}
.ban_input{width:100%; height: .85rem; background: #fff;  position: relative; z-index: 9; padding-left: .2rem}
.h_submit{width:1rem; height: 100%; float: right; background:url(../images/search.png) no-repeat center; background-size: .31rem; text-align: center; line-height:.35rem; border-radius:50px; color:#fff; border: 0; font-size: .24rem;}
.ban_input input[type="text"]{width:70%; height: 100%; float: left; font-size: .25rem; color: #999999; border: 0}



/*产品*/
.index_product{width:100%; height: auto; overflow: hidden; margin: .4rem 0 .5rem }
.index_product_left{width:100%; height: auto;position: relative}
.index_product_left a{width:100%; height:auto; display: block; position: relative}
.index_product_left a img{width:100%; display: block}
.index_product_left a h4,.index_product ul li h4{width:100%; height:.7rem; font-size: .24rem; font-family: "Arial"; color:#fff; text-transform: uppercase; text-align:center; line-height: .7rem; }
.index_product ul{width:100%; height: auto; overflow: hidden; margin-top: .3rem; }
.index_product ul li{width:49%; height: auto; float: left; margin-bottom: .2rem; position: relative; overflow: hidden}
.index_product ul li:nth-child(2n){float: right}
.index_product ul li img{width:100%; height: auto; display: block; transform: scale(1);  transition: all 1s ease 0s; -webkit-transform: scale(1);  -webkit-transform: all 1s ease 0s;}
.index_product ul li:hover img{transform: scale(1.07);transition: all 1s ease 0s;-webkit-transform: scale(1.07);-webkit-transform: all 1s ease 0s;}
.index_product ul li:after,.index_product_left:after{content: ""; width:100%; height:.72rem; background: rgba(146,136,99,0.8); position: absolute; bottom:0; left:0;  transition: all 0.4s ease-in-out;}
.in_pro_hover{width:100%; height: auto; position: absolute;bottom:0; z-index: 9; left:0; text-align: center; transition: all 0.4s ease-in-out; }
.in_pro_hover span{color:#fff; font-size: .22rem; text-align: center; display: none; border: 1px solid rgba(255,255,255,0.5); padding:5px .15rem; margin:.2rem auto 0;}
.index_product ul li:hover .in_pro_hover{ top:50%;     transform: translate(0,-50%); bottom:auto; transition: all 0.4s ease-in-out;}
.index_product_left:hover .in_pro_hover{ top:50%;     transform: translate(0,-50%); bottom:auto; transition: all 0.4s ease-in-out;}
.index_product ul li:hover:after,.index_product_left:hover:after{height: 100%; transition: all 0.4s ease-in-out;}
.index_product ul li:hover .in_pro_hover span{ display: table; }
.index_product_left:hover .in_pro_hover span{ display: table; }
.in_pro_hover span:hover{background: #fff; color:#a39b7d}





/*案例*/
.index_sheji{width:100%; height: auto; overflow: hidden; }
.index_sheji_left{width:100%; height: 3.8rem; position: relative; overflow: hidden; margin-top: .2rem}
.index_sheji_left img{width:100%; height: 100%; display: block}
.index_sheji_left a{width:100%; height: auto; position: absolute; top:0.7rem; left:0; display: block}
.index_sheji_left a p{color:#fff; line-height:.4rem; font-size: .3rem; font-family: "Arial"; text-align: center}
.index_sheji_left span{width:50%; height: .65rem; border: 1px solid #fff; text-align: center; line-height:.65rem; display: block; font-size: .22rem;
	font-family: "Arial"; color:#fff; text-transform: uppercase; margin-top: .45rem; margin:.3rem auto;}
.index_sheji_left span:hover{background:#a39b7d}
.index_sheji_li{width:100%; height: auto; overflow: hidden; margin-top: .2rem}
.sheji_li_title{width:100%; height: auto; text-align:right; }
.sheji_li_title h4{color:#24201c; font-size: .6rem; position: relative; display:inline-table;  padding: 0 .55rem;  font-family: 'BODONI'; }
.sheji_li_title h4:after{content: ""; width:.18rem; height:.18rem; background: url(../images/d_left.png) no-repeat center; position: absolute; right:0; top:50%; 
	margin-top: -9px;}
.sheji_li_title h4:before{content: ""; width:.18rem; height:.18rem; background: url(../images/d_left.png) no-repeat center; position: absolute; left:0;  top:50%; 
	margin-top: -9px;}
.index_sheji_li .swiper-container{width:100%; height: auto; overflow: hidden; }
.index_sheji_li .swiper-slide a{width:100%; height: auto; display: block; overflow: hidden}
.index_sheji_li .swiper-slide a img{width:100%; display: block;  transform: scale(1);  transition: all 1s ease 0s; -webkit-transform: scale(1);  -webkit-transform: all 1s ease 0s;}
.index_sheji_li .swiper-slide a:hover img{transform: scale(1.07);transition: all 1s ease 0s;-webkit-transform: scale(1.07);-webkit-transform: all 1s ease 0s;}





/*关于我们*/
.index_about{width:100%; height:auto;  position: relative; margin-top: 1rem; margin-bottom: .4rem}
.in_title{width:100%; height: auto; overflow: hidden; position: relative; text-align: center}
.in_title h4{color:#24201c; font-size: .6rem; position: relative; display:table; margin: 0px auto; padding: 0 .55rem; font-family: 'BODONI';}
.in_title h4:after{content: ""; width:.18rem; height:.18rem; background: url(../images/d_left.png) no-repeat center; background-size: 100%; position: absolute; right:0; top:50%; margin-top: -.09rem;}
.in_title h4:before{content: ""; width:.18rem; height:.18rem; background: url(../images/d_left.png) no-repeat center;  background-size: 100%; position: absolute; left:0;  top:50%; margin-top: -.09rem;}
.index_about_img{width:100%; height: auto; overflow: hidden; margin-top: .46rem; position: relative}
.index_about_img img{width:100%; display: block; transform: scale(1);  transition: all 1s ease 0s; -webkit-transform: scale(1);  -webkit-transform: all 1s ease 0s;}
.index_about_img h5{position: absolute; top:50%; left:50%; background: rgba(182,172,134,0.85); border-radius: 8px; text-align: center; padding:.15rem .35rem;
	transform: translate(-50%,-50%); font-size: .3rem; color: #fff; font-family: "Times New Roman"; min-width: 80%}
.in_about_xx{width:100%;height: auto; display: block; color:#555555; font-size:.24rem; line-height: .4rem; font-family: "Times New Roman"; margin-top: .2rem;}
.index_honor{width:100%; height: auto; overflow: hidden; background: #f5f5f5; padding: .3rem 0; margin-top: .2rem;}
.index_honor_all{width:100%; position: relative}
.index_honor_all .swiper-container{padding-bottom: .8rem}
.index_honor .swiper-slide a{width:100%; display: block; overflow: hidden; background: url(../images/bian.png) no-repeat; background-size: 100% 100%; padding:.2rem;}
.index_honor .swiper-slide a img{width:100%; display: block; transform: scale(1);  transition: all 1s ease 0s; -webkit-transform: scale(1);  -webkit-transform: all 1s ease 0s;}
.index_honor .swiper-button-next,.index_honor .swiper-button-prev{width:.6rem; height: .6rem; top:auto; bottom:0}
.index_honor .swiper-button-next{background: url(../images/right.png) no-repeat center; right:32%; background-size: 100% 100%}
.index_honor .swiper-button-prev{background: url(../images/left.png) no-repeat center; left:32%; background-size: 100% 100%}
.index_honor .swiper-slide a:hover img{transform: scale(1.07);transition: all 1s ease 0s;-webkit-transform: scale(1.07);-webkit-transform: all 1s ease 0s;}
.index_about_img:hover img{transform: scale(1.07);transition: all 1s ease 0s;-webkit-transform: scale(1.07);-webkit-transform: all 1s ease 0s;}




/*底部*/
footer{ position: fixed;  bottom: 0;left: 0;z-index: 666; height:1.1rem;width: 100%; background:#333333;}
footer ul{width:100%; height: 100%;}
footer li{width: 25%;height: 100%;float: left; border-right:1px solid #fff; }
footer li img{width: 24px;height: 24px;display: block;margin: 0 auto}
footer li a{display: block;width: 100%;height: 100%;text-align: center;box-sizing: border-box;padding-top:.2rem;color: #fff}
footer span{line-height:.3rem; font-size: .18rem; color: #fff; display: block; width: 100%;}
footer .n1{background: url(../images/f_1.png) no-repeat center;background-size:  100% 100%; width:.46rem;}
footer .n2{background: url(../images/f_2.png) no-repeat center;background-size:  100% 100%; width:.36rem;}
footer .n3{background: url(../images/f_3.png) no-repeat center;background-size:  100% 100%; width:.44rem;}
footer .n4{background: url(../images/f_4.png) no-repeat center;background-size:  100% 100%; width:.35rem;}
footer .n5{background: url(../images/f_5.png) no-repeat center;background-size:  100% 100%; width:.35rem;}
footer a.active{background: #97caf7}
footer i{height:.35rem; display: block; margin: 2px auto .1rem;  }
footer li:last-child{border-right:0}
.copy {width: 100%; padding:.3rem 0; clear: both;  text-align: center; border-top:1px solid rgba(255,255,255,0.2); margin-top: .3rem}
.copy a{color:#fff; font-size: .22rem; }
.copy h3{font-size: .28rem; color: #fff; text-align: center}
.copy h3 span{font-size: .46rem; color:#fff; font-weight: bold;}
.copy_hz{width:auto; height: .44rem; line-height: .44rem; border-radius: 25px; background: #b6ac86; text-align: center; margin:.2rem auto; display: table; color:#fff; font-size: .2rem; padding: 0 .35rem}
.copy .copy_zi{ font-size: .24rem; color: #959595; height: .3rem; line-height: .3rem;}
.copy p{width:100%; font-size: .22rem; color: #fff; line-height: .3rem;}
.index_contact{width:100%; height: auto; overflow: hidden; background: #b6ac86; padding: .2rem 0 0}
.footer_top{padding: 0 .2rem}
.footer_top p{color:#fff; font-size:.24rem; line-height: .38rem; width: 100%; text-align: center}





/*内页面包屑导航*/
.pos{width:100%; height:auto; line-height:.35rem; padding:5px 2%; font-size:.22rem; clear:both; text-align:left; border-bottom:1px solid rgba(255, 255, 255, 0.38); color:#313131; margin-top:1.1rem}
.pos a{color:#313131; font-size:.22rem}
.pos span{color: #b6ac86; font-size:.22rem}
.pos span.wei{background: url(../images/sy.png) no-repeat left center; padding-left:.2rem; color: #313131; background-size:.2rem}
.ny{width:100%; padding:.3rem .2rem; line-height:.4rem; clear:both; color:#333333; font-size:.2rem}
.ny img,.index_abou_xx img{max-width:100%; display:block; height:auto!important}
.ny_about_info{width:100%; height: auto; display: block; overflow: hidden; margin: 8px auto; padding: 0px 15px}
.ny_ban{width:100%; height:auto; overflow:hidden; }
.ny_ban img{width:100%; height:auto; display:block;}
.ny p,.ny span{color:#333333; font-size:.2rem!important; line-height:.4rem;}
 



 /*内页新闻*/
.news_x{width:100%;  margin-bottom:10px; clear:both;padding:0px 10px; margin-top: .2rem;}
.news_x ul{width:100%; height:auto; overflow:hidden; margin-bottom:.2rem}
.news_x li{width:100%; padding:12px 0px; border-bottom:#bebebe 1px solid; float:left;}
.news_x li h3{height:.4rem; line-height:.4rem; color:#313131;  font-weight:bold; font-size:.24rem; text-overflow: ellipsis; overflow: hidden; white-space: nowrap}
.news_x li p{font-size:.2rem; color:#7d7d7d; height: .25rem; line-height: .25rem; margin:.1rem 0;}
.news_x li h4{font-weight:normal; color:#626262; height:.6rem; line-height:.3rem; overflow:hidden; margin-top: .1rem; font-size:.2rem;  word-break:break-all;display:-webkit-box; -webkit-line-clamp:2;
  -webkit-box-orient:vertical; overflow:hidden;}

/*内页荣誉资质*/
.honor_list{width:100%; padding:20px 10px; clear:both;}
.honor_list ul{width:100%; height:auto; overflow:hidden; margin-bottom:.2rem}
.honor_list li{width:48%;  float:left;height: auto; margin-bottom:.2rem; overflow:hidden}
.honor_list li img{width:100%;height: 100%; border:#ddd 1px solid; display:block;}
.honor_list li p{line-height:.4rem; height:.4rem; overflow:hidden; color:#333; font-size:.24rem; text-align:center; clear:both; text-overflow:ellipsis; white-space:nowrap; margin-top:.1rem}
.honor_list li:nth-child(2n){float:right}

/*内页导航*/
.index_clei{ width:100%; height:auto; background:#eeeeee; overflow: hidden}
.index_clei a{ color:#1b1b1b; font-size:.24rem; text-align:center; width:33.33%; height:.7rem; line-height:.7rem; display:block; overflow:hidden; float:left; }
.index_clei a:nth-child(4){ border-right:0px;}
.index_clei a.active{ background:#b6ac86; color:#fff }
.pic{width:100%; clear:both; height: 221px; padding-top: 70px;}
.about_ban{ background: url(../images/about.jpg) no-repeat; background-size: 100% 100%; text-align: center }
.about_ban h3{ font-size: .3rem; font-weight: bold; color: #fff;}
.about_ban p{font-size: .16rem; color:#fff}
.index_plei{width:100%; height:auto; line-height:.7rem; background:#eee; overflow: hidden}
.index_plei a{ color:#333; font-size:.24rem; text-align:center; width:50%; height:.7rem; display:block; overflow:hidden; 
float:left; }
.index_plei a.active{ background:#b6ac86;color:#fff }
.ny_biaoti{width: 100%; font-size:.35rem; color: #000; padding: .1rem 0px; text-align: center;  clear: both; line-height:.5rem}
.ny_time{width: 100%;  line-height: .5rem; color: #888; height: auto;   margin-bottom: .2rem; border-top: 1px solid #666; border-bottom: 1px solid #666;
           text-align: center; clear: both; font-size:.24rem;}
.keyword_light,.keyword_light p{font-size:.2rem; color:#333; line-height:.4rem}
.ny_title{width: 100%; font-size:.28rem; color: #000; padding: 10px 0px; text-align: center;  clear: both}

.keyword_light .swiper-pagination-bullet-active{background:#333333}


/*联系我们*/
.ditu{width:100%;height:6rem;padding: 0px 15px; margin-top:.3rem}
.ny_contact{width:100%; height:auto; display:block; font-size:.14rem; color:#333; line-height:.28rem; padding:0px 10px; margin:20px 0 40px}

  
  
.ny_nav_san{width:100%; margin:20px 0; padding:0 10px}

.ny_nav_san li{float: left;width: 33.33%; height:40px; text-align: center; line-height:40px; font-size: 12px; color: #555555; border: 1px solid #eee;}
.ny_nav_san li a{width:100%; height:100%; display:block; text-overflow:ellipsis; overflow:hidden; white-space:nowrap}
.ny_nav_san li.active{background:#b6ac86!important; color:#fff}
.ny_nav_san li.active a{color:#fff}



@media screen and (max-width:500px){
	html{font-size: 66.6667px;}
}

@media screen and (max-width:425px){
	html{font-size: 60px;}

}

@media screen and (max-width:414px){
	html{font-size: 58px;}

}

@media screen and (max-width:375px){
	html{font-size:56px;}

}


@media screen and (max-width:360px){
	html{font-size:55px;}
	
}


@media screen and (max-width:320px){
	html{font-size:48px;}
	
}



