﻿@charset "UTF-8";
/*公共*/
body, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, code, form, fieldset, legend, input, button, textarea, p, blockquote {
  margin: 0;
  padding: 0;
  color: #333;
  font-family: "微软雅黑";
  font-size: 16px; }
  ul li{ list-style: none;}

@media screen and (max-width: 900px) {
  body {
    font-size: 14px; } }

body {
  overflow-x: hidden; }

img {border: 0; }

.clearfix:after {
  content: '';
  display: block;
  height: 0;
  visibility: hidden;
  clear: both; }

.clearfix {
  zoom: 1; }

em, i {
  font-style: normal; }

a {
  font-size: 16px;
  transition: all .3s; 
  text-decoration: none;
  }

a:hover {
  text-decoration: none;
  color: #bf8310; }


.w1200 {
    width: 1300px;
    margin:0px auto;
}
.w1200::after {
    content: '';
    display: block;
    visibility: hidden;
    opacity: 0;
    clear: both;
    height: 0;
    overflow: hidden;
}

.fl {
  float: left; }

.fr {
  float: right; }

.h30 {
  height: 30px; }

.h60 {
  height: 60px; }

.f14 {
  font-size: 14px; }

.f18 {
  font-size: 18px; }

.db {
  display: block; }

.dib {
  display: inline-block; }

/*公共结束*/
header{ 
	width:100%;
	margin: 0px auto;
	position: absolute;
  overflow: hidden;
  height: 120px; 
  background:rgba(255,255,255,.5);
  box-shadow:2px 1px 4px #333;
  z-index: 999;
  top:0px;
  }
  
  
  /*logo*/
.logo{
	margin: 0px 0px 0px 180px;
	line-height:180px;
	display: list-item;
    list-style: none;
}

.tel{ 
	background: url(../images/tel.png) no-repeat left; 
  padding-left:40px;
  margin:45px 20px 0px 0px;
  color: #589b07;
  height:40px ;
  line-height:40px;

  }
.top_fenge{ 
	display: block;
	width: 1px;
	height: 40px;

	border-left: solid #fff 1px;
	margin:45px 2px 0px 2px;
}
 /*nav*/
.nav{margin-left:200px;}
.nav i{
	float: left;
	display: block;
	margin: 0px 5px;
	font-size: 16px;
	color: #589b07;
	width: 10px;
	height: 130px;
	line-height: 130px;
}


.nav a{
	float: left;
	display: block; 
	margin-right:15px;  
	position: relative;
	text-align:center;
	font-size:16px; 
	color: #589b07;
	width:90px ;
	height:130px;
	line-height:130px;
	z-index:1;
	font-weight:bold;
}
.nav a:hover{
	color:#f2ae2b; 
}

@media (max-width:1680px) {
  .nav {
    margin-left:200px;}
  .nav a  {
      	margin-right:10px;  }
  .tel{ padding-left:60px;}
  .logo {margin: 0px 0px 0px 80px;}

  
      	 }            
@media (max-width: 1600px) {
  .nav {
    margin-left:100px;}
  .nav a  {
      	margin-right:10px;  }
  .tel{padding-left:60px;}
  .logo {margin: 0px 0px 0px 100px;}

  
  }
@media (max-width: 1440px) {
  .nav {
    margin-left:100px;}
  .nav a  {
      	margin-right:10px;  }
  .tel{padding-left:60px;}
  .logo {margin: 0px 0px 0px 100px;}
}
  
@media (max-width: 1366px) {
	.nav {
    margin-left:40px;}
  .nav a  {
      	margin-right:0px;  }
  .tel{padding-left:40px;}
  .logo {margin: 0px 0px 0px 30px;}

  }
  @media (max-width: 1280px) {
	.nav {
    margin-left:150px;}
  .nav a  {
      	margin-right:0px;  }
  .tel{padding-left:40px;}
  .logo {margin: 0px 0px 0px 70px;}
  .top_fenge{display: none;}
  

  }


/* ----------banner-------------- */

#banner {
	position:relative;
	overflow: hidden;
	width:100%;
	height:720px;
	top:0px;
}
#banner ul {
	position: relative;
	overflow: hidden;
	width:300%
}
#banner ul li {
	width: 33.333%;
	float: left
}
#banner ul li img {
	width: 100%;display: block;
}
#banner aside {
	position: absolute;
	top: 0;
	bottom: 0;
	height: 0;
	width: 90%;
	right: 0;
	left: 0;
	margin: auto
}
#banner aside span {display: block;
	width: 65px;
	height: 65px;
	z-index: 63;
	background: rgba(255,255,255,0.6);
	border-radius: 6px;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	position: relative;
	cursor: pointer;
	opacity: 0;
	transition: all 0.3s;
	margin-top:-2%;
}
#banner:hover aside span{ 
	opacity: 1;}
#banner aside span:after {
	content: '';
	position: absolute;
	top: 0;
	bottom: 0;
	right: 0;
	left:20%;
	margin: auto;
	width: 27px;
	height: 27px;
	border-top: 3px solid #bf8310;
	border-left: 3px solid #bf8310;
	-webkit-transform: rotateZ(-45deg);
	-moz-transform: rotateZ(-45deg);
	-ms-transform: rotateZ(-45deg);
	-o-transform: rotateZ(-45deg);
	transform: rotateZ(-45deg)
}
#banner aside span.prev {
	float: left;
}

#banner aside span.next {
	float: right;
}
#banner aside span.next:after {
	left: 0;
	right: 20%;
	-webkit-transform: rotateZ(135deg);
	-moz-transform: rotateZ(135deg);
	-ms-transform: rotateZ(135deg);
	-o-transform: rotateZ(135deg);
	transform: rotateZ(135deg)
}
#banner>div {
	width: 110px;
	position: absolute;
	right: 0;
	left: 0;
	bottom: 2%;
	margin: auto
}
#banner>div em {display: block;
	float: left;
	width: 18px;
	height: 18px;
	border-radius: 50%;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	border: 3px solid #fff;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	margin: 0 4.75px;
	background: #fff;
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	-ms-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
	cursor: pointer
}
#banner>div em.act {
	background: #f2ae2b
}

.sl,.st,.st div,.sl div{
	overflow: hidden;
}


.nextinfo {
    width: 100%;
    overflow: hidden;
}


.nextinfo span {
    background: #eee;
    margin: 20px 1%;
    width: 48%;
    float: left;
    text-align: center;
    border-radius: 20px;
}



.nextinfo {
    width: 100%;
    overflow: hidden;
}


.nextinfo span {
    background: #eee;
    margin: 20px 1%;
    width: 48%;
    float: left;
    text-align:center;
    border-radius: 20px;
}


/* ------------banner结束-------------- */
.title1{ 
text-align: center;
margin: 30px auto 0px auto;

}
.title1>h2{ 
	width: 420px;
	margin: 0px auto;
	font-size:40px;
	color: #589b07;
	font-weight: normal;
	}
.title1 h2 span{ 
	color: #000;
}
.title1 em{
	display: block;
	width:420px;
	text-transform:uppercase;
	color: #d3d3d3;
	font-size:20px;
	margin: 12px auto 0px auto;
	font-family: Georgia ,arial;
}
.title1>div img{text-align: center; display: block;
margin: 5px auto 5px auto; width: 90px;

}
.search{
	margin: 20px auto 10px auto;
	position: relative;
}
.ss_submit01{
	  position: absolute;
	  background: url(../images/search.png) 10px center no-repeat ;
	  color: #89612e;
	  height:60px;
	  line-height:60px;
    text-align:left;
    padding-left:60px;
    padding-right:100px;
    box-shadow: none;border: 0;
    font-size:22px;
    right:0px;
    top:0px
}
.an01{
	font-size: 22px;
	color: #999;
	padding:10px;
	position:relative;
	border:1px solid #cfa972;
	width: 1200px;
	height:45px;
	line-height:45px;
	border-radius:20px;
}
.an01:hover{
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
	border:1px solid #999;
}	


/*product*/

.index_pr_main{
	width:1100px;
	margin: 0px auto;
}
.index_pr_lei{ 
	width: 100%;
	background: #76bd22;
	height:198px;
	margin: 0px auto;
}
.index_pr_lei a{
	display: block;
	float: left;
	text-align: center;
	margin: 20px 60px 0px 23px;
	width:100px;
	transition: all 0.5s;

}
.index_pr_lei a:hover{
	transform: translateY(-20px);
	
}
.index_pr_lei a img{
	width:100px;
	height: 100px;
	 border-radius:50%;      
	 -moz-border-radius: 50%;      
	 -webkit-border-radius: 50%;
	border: solid #fff 3px;
}
.index_pr_lei a h3{
	font-size: 18px;
	color: #fff;
	font-weight: normal;
	text-align: center;
	width: 109px;
	}


.pr{ 
		position: relative; 
		width:90%; 
		margin:0px auto; 
		overflow: hidden; 
		height:900px; 
		}
	.pr a{ 
		height: 280px;
		margin:0px auto; 
		width:24%; 
		float:left; 
		margin-left:1%; 
		display:block;
		margin-top:20px;
		position:relative;
		overflow:hidden;
		
		}
	.pr a span{ position: relative;}
	.pr a span img{
		width:100%; 
		display: block;
		transition:all 0.6s ;
		}
	.pr a i{ 
		position: absolute;
		z-index:99; 
		bottom:0px; 
		line-height:40px; 
		display: block; 
		width:100%; 
		color:#fff; 
		font-size:18px; 
		background:rgba(88,155,7,.7); 
		 
		text-align: center;
		-webkit-transition-duration: .3s;
		-moz-transition-duration: .3s;
		-ms-transition-duration: .3s;
		-o-transition-duration: .3s;
		transition-duration: .3s;
		}
	.pr a em{
		overflow: hidden;
		top:0;
		left:0;
		position:absolute;
		z-index:999; 
		text-align:center;
		font-size:30px; 
		color:#fff; 
		display: block; 
		width:100%;
		height:100%;
		line-height:200px;
		background: rgba(0,0,0,.6); 
		opacity:0;
		-webkit-transition-duration: .3s;
		-moz-transition-duration: .3s;
		-ms-transition-duration: .3s;
		-o-transition-duration: .3s;
		transition-duration: .3s;
		opacity: 0;
		}
	.pr a:hover em{opacity:1;}
	.pr a:hover i{ display: none;}
	.pr a em b{
		margin-top: -200px;
		display: block; 
		font-size:22px; 
		color: #fff; 
		font-weight: normal;
		}

.pr a em::before,.pr a em::after{
	position: absolute;
	content: '';
	opacity: 0;
}
.pr a em::before{
	top: 30px;
	right: 10px;
	bottom: 30px;
	left: 10px;
	border-top: 1px solid #fff;
	border-bottom: 1px solid #fff;
	-webkit-transform: scale(0,1);
	transform: scale(0,1);
	-webkit-transform-origin: 0 0;
	transform-origin: 0 0;
}
.pr a em::after{
	top: 10px;
	right: 30px;
	bottom: 10px;
	left: 30px;
	border-right: 1px solid #fff;
	border-left: 1px solid #fff;
	-webkit-transform: scale(1,0);
	transform: scale(1,0);
	-webkit-transform-origin: 100% 0;
	transform-origin:100% 0;
}
.pr a:hover em::before,.pr a:hover em::after{
	opacity: 1;
	-webkit-transform: scale(1);
	transform: scale(1);
}
.pr a:hover img{
	opacity: 0.6;
	-webkit-transform: scale(1.2);
	transform: scale(1.2);
}
.pr a em b{
	font-size: 24px;
	padding-top:70px;
} 
/*product  结束*/
	
/*about*/
.index_about{ 
width:100%;
margin: 40px auto;
background: #ededed;
padding:40px 0px;
}
.index_aboutfl{
	float: left;
	width:710px;
	margin:10px 0px;
}
.index_aboutfl h2{ 
	padding: 20px 0px;
	font-size:26px;
	color:#000;
	font-weight:normal;
	}
.index_aboutfl p{
	font-size: 16px;
	color: #5b5b5b;
	line-height: 30px;
}
.index_aboutfl em a{ 
	height: 32px;
	width: 75px;
	background: #589b07;
	text-align: center;
	display: block;
	line-height:32px ;
	margin-top: 10px;
	color: #fff;
}
.index_aboutfl em a:hover{
	color: #000;
}
.index_aboutfr{
	float: right;
	padding-top: 20px;
}
.index_aboutfr img{ margin-top: 20px;}

/*工程案例*/
.index_case{
	position: relative;
	width: 100%;
	margin: 0px auto;
	background: url(../images/case_bj.jpg) no-repeat center;
	height:454px;
	overflow: hidden;
}
.index_case a{
  position: relative;
	display: block;
	 float: left;
	 width:365px;
	 height:300px;
	 margin: 100px 12px 0px 12px;
	 overflow: hidden;
}
.index_case img{
	width: 365px;
	height: 240px;
	display: block;
	position: relative;
	transition: all 0.6s;
	overflow: hidden;
}
.index_case a:hover img{
	transform: scale(1.2);
}
.index_case a p{ 
	display: block;
	position: absolute;
	width: 365px;
	height: 35px;
	line-height:35px;
	text-align: center;
	background: #589b07;
	font-size: 16px;
	color: #fff;
	z-index:99;
	}
	
/*案例结束*/





/*新闻*/
.index_news_font1{
	font-size: 18px;
	color: #999;
	text-align: center;
}


.news1{
	position: relative;
	overflow: hidden;
	width:550px;
	margin-top:40px;
	text-align: left;
	
}
.news1_time{
	position: absolute;
	z-index: 88;
	background: #589b07;
	width: 80px;
	height: 80px;
	color: #FFFFFF;
	font-size:27px;
	top: 0;
	left: 0;
	line-height:40px;
	text-align: center;
}
.news1_time span{
	display: block;
	color: #FFFFFF;
	font-size:16px;
	text-align: center;
}
.news1 img{
	position: relative;
	width: 532px;
	height: 320px;
}
.news1 a{display: block;}
.news1 a:hover h4{ color: #89612e; }
.news1 a h4{
	font-size: 20px;
	font-weight: bold;
	color: #424242;
	padding-top: 10px;
}
.news1 a p{
	padding-top: 5px;
	line-height: 26px;
   color: #666;
}

.news2{
	width: 720px;
	margin-top: 20px;
	text-align: left;
	overflow: hidden;
	padding: 10px;
	
}
.news2_time{
box-sizing: border-box;
 border: solid #ccc 1px;
	float: left;
	width:120px;
	height:110px;
	color: #666;
	font-size:35px;
	top: 0;
	left: 0;
	text-align: center;
	line-height:55px;
	/* margin-top:10px; */
	
}
.news2_time span{
	display: block;
	color: #666;
	font-size:18px;
	text-align: center;
	
}
.news2_time img{
	width: 530px;
	height: 349px;
}
.news2 ul li{
	box-sizing: border-box;
	height: 150px;
	margin-top: 10px;
	overflow: hidden;
 }

 .news2 ul li a{
 	padding: 10px;
 	border-bottom: solid #ccc 1px ;
 	box-sizing: border-box;
 	display: block;
 	margin-left:10px;
 	float: left;
 	width: 500px;
 }
.news2 a h4{
	font-size:20px;
	color: #589b07;
}
.news2 a:hover{}
.news2 a:hover h4{ color: #89612e; }

.news2 a p{
	padding-top: 5px;
	line-height: 26px;
    color: #666;
}


/*底部*/
.ggw{ 
	width: 100%;
	margin-top: 40px;
	height: 312px;
	text-align: center;
	background: url(../images/bottom_top.jpg) no-repeat center;
	
}
.bottom{
    width: 100%;
    height:330px;
    background:#589b07;	
	margin: 0px auto 0px auto;
	overflow: hidden;
	position: relative;
}
.bot1{
	width:100px;
	margin-top:30px;
	margin-left:50px;
	
}
.bot1 h4{
	font-size: 20px;
	color: #d4d4d4;	
}
.bot1>div a {
	float: left;
	margin-top:10px;
	display: block;
	line-height:25px;
	color: #d4d4d4;
}

.bot1>div a:hover{
	display: block;
	color: #fff;
}

.bot_add{ 
	width: 460px;
	margin-left:180px;
	color: #d4d4d4;
	margin-top:30px;
}
.wx_pic{ 
	
	background: url(../images/wx1.png) no-repeat center;
	width: 187px;
	height: 187px;
	float: right;
	text-align: center;
	padding-top: 34px;
	margin-right: 20px;
	}
	.wx_pic p{
		color: #fff;
		text-align: center;
	}
	.bottom_wx1{ 
	float: right;
	margin-right: 50px;
	margin-top: 60px;
	}
.add{
  width:400px;
	float:left;
	color: #d4d4d4;
	font-size:16px;
	margin-left:20px;
	line-height:26px;
}
.add h3{
	font-size:20px;
	color: #d4d4d4;
}
.add p{ 
	color: #d4d4d4;
	font-size: 16px;
	
}
.bottom_nav{
	display: block;
	position:relative;
	width: 100%;
	background: #272727;
	border-bottom: solid #585858 1px;
	margin: 0px auto;
	height:56px ;
	text-align:center;
}
.bottom_nav1{
	display: block;
	position:relative;
	width:750px;
	margin: 0px auto;
	text-align:center;
}
.bottom_nav1 a{ 
	display: block;
	float: left;
	font-size:16px;
	color: #d4d4d4;
	margin: 0px 20px;
	line-height: 56px;
}
.bottom_nav1 a:hover{
	color: #89612e;
}


/*内页*/

.sub_main{
	width: 100%;
	margin: 0px auto;
	
}
.sub_bt{
	width: 100%;
	margin: 0px auto 10px auto;
	height: 80px;
	line-height: 80px;
	border-bottom: solid #e5e5e5 1px;
}
.sub_bt h3{
	font-size:22px;
	color: #775400;
	font-weight: normal;
	float: left;
}
.sub_bt h3 span{
 text-transform: uppercase;
 color:#666;
}
.sub_bt p{
	float: right;
	font-size: 16px;
	color: #666;
}
.sub_con{
	width:1300px;
	font-size:16px;
	margin: 20px auto;
	line-height: 30px;
}
.sub_prlist{ 
float: right;
width: 782px;
margin-top:10px;
}
.sub_prlist a{
	padding:5px 7px;
	float: left;
	display: block;
	margin: 10px 5px;
	height:30px ;
	line-height:30px;
	color: #fff;
	background: #589b07;
}
.sub_prlist a:hover{
	background: #272727;
	color: #fff;
}


/*内页  样式     -------------------------------------------*/
/* ----------banner-------------- */

#sub_banner {
	position:relative;
	overflow: hidden;
	width:100%;

}
#sub_banner ul {
	position: relative;
	overflow: hidden;
	width:300%
}
#sub_banner ul li {
	width: 33.333%;
	float: left
}
#sub_banner ul li img {
	width: 100%;display: block;
}
#sub_banner aside {
	position: absolute;
	top: 0;
	bottom: 0;
	height: 0;
	width: 90%;
	right: 0;
	left: 0;
	margin: auto
}
#sub_banner aside span {display: block;
	width: 65px;
	height: 65px;
	z-index: 63;
	background: rgba(255,255,255,0.6);
	border-radius: 6px;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	position: relative;
	cursor: pointer;
	opacity: 0;
	transition: all 0.3s;
	margin-top:-2%;
}
#sub_banner:hover aside span{ 
	opacity: 1;}
#sub_banner aside span:after {
	content: '';
	position: absolute;
	top: 0;
	bottom: 0;
	right: 0;
	left:20%;
	margin: auto;
	width: 27px;
	height: 27px;
	border-top: 3px solid #cfa972;
	border-left: 3px solid #cfa972;
	-webkit-transform: rotateZ(-45deg);
	-moz-transform: rotateZ(-45deg);
	-ms-transform: rotateZ(-45deg);
	-o-transform: rotateZ(-45deg);
	transform: rotateZ(-45deg)
}
#sub_banner aside span.prev {
	float: left;
}

#sub_banner aside span.next {
	float: right;
}
#sub_banner aside span.next:after {
	left: 0;
	right: 20%;
	-webkit-transform: rotateZ(135deg);
	-moz-transform: rotateZ(135deg);
	-ms-transform: rotateZ(135deg);
	-o-transform: rotateZ(135deg);
	transform: rotateZ(135deg)
}
#sub_banner>div {
	width: 110px;
	position: absolute;
	right: 0;
	left: 0;
	bottom: 2%;
	margin: auto;
	display: none;
}
#sub_banner>div em {display: block;
	float: left;
	width: 18px;
	height: 18px;
	border-radius: 50%;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	border: 3px solid #fff;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	margin: 0 4.75px;
	background: #fff;
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	-ms-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
	cursor: pointer
}
#sub_banner>div em.act {
	background: #f2ae2b
}



#main100 {
	width: 95%;
	height: auto;
	margin: 0 auto;
	font-size: 16px;
	line-height: 35px;
}
#main {
	width: 1200px;
	height: auto;
	margin: 0 auto;
	font-size: 16px;
	line-height: 35px;
}

.ny_left {
	width: 320px;
	height: auto;
	 float:left;
	
}

.ny_right {
	width: 880px;
	height: auto;
	float:right;
}

.bass {
	height: 60px;
	line-height: 60px;
	font-size: 18px;
	color: #666;
	width: 100%;
	margin: 0 auto 30px;
	border-bottom: solid 2px #ddd;
}
.bass img{
	vertical-align: middle;
	margin-right: 10px;
}

.bass a {
	color: #ed752e;
	text-decoration: none;
	font-weight: bold;
	font-size: 18px;
}
.ny_news li{
	width: 98%;
	border-bottom: solid 1px #ddd;
	margin-bottom: 20px;
	overflow: hidden;
	font-size: 14px !important;
	line-height: 25px;
	color: #666;
	box-sizing: border-box;
	padding-bottom: 20px;
	position: relative;
}
.ny_news li a{
	font-size: 20px;
	color: #333;
	display: block;
	padding-top: 10px;
}
.ny_news li a:hover{
	color: #9e6c07;
}
.ny_news li>img{
	width: 200px;
	height: 150px;
	float: left;
	margin-right: 20px;
	display: block;
}


.ny_news li p{
	color: #999;
	padding-left: 15px;
	width: 100%;
	height: 30px;
	
}
.ny_news li p>img{
	vertical-align: middle;
	margin-right: 5px;
}

.nynews_list{
	margin-bottom: 30px;
	width: 100%;
	overflow: hidden;
}
.nynews_list h1{
	margin-bottom: 20px;
}
.nynews_list li{
	width: 49%;
	height: 45px;
	margin: 5px 0.5%;
	float: left;
	border: solid 1px #ddd;
	background:url(../images/news1.jpg) left center no-repeat #fff;
	box-sizing: border-box;
	line-height: 45px;
	color: #666;
	
}
.nynews_list li a{
	color: #555;
	padding-left: 10px;
}
.nynews_list li a:hover{
	color: #d7a02b;
}



.love-pic-box{
	width: 100%;
	overflow: hidden;
	margin: 20px auto;
}
.love-pic-box li{
		width: 23%;
		height: 280px;
		background: #fff;
		margin: 15px 1%;
		float: left;
		list-style: none;
		overflow: hidden;
		position: relative;
		z-index: 0;
		box-shadow: 0px 0px 10px #ccc;
		border: solid 1px #d5d2d2;
		box-sizing: border-box;
		
}
.love-pic-box li img{
		width: 100%;
		height: 230px;
		padding: 0;
		margin: 0;
}

.love-pic-box li:hover p{
	position: absolute;
	width: 100%;
	height:80px;
	background: #eee;
	z-index: 999;
	left: 0;
	bottom: 0;
}

.love-pic-box li p>a{
		width: 100%;
		line-height:30px;
		height: 30px;
		text-align: center;
		font-size: 16px;
		color: #000;
		display: block;
		padding-top:0px;
}
.love-pic-box li a em{
	font-size:16px;
	color: #424242;
	line-height:40px;
	display:block;
	text-align: center;
}

.nr16 {
	width: 100%;
	height: auto;
	font-size: 16px;
	line-height: 30px;
	color: #000;
}

.nr20 {
	width:100%;
	height: auto;
	font-size: 20px;
	line-height: 40px;
	color: #000;
}
.nr20 h1{
	font-size: 26px;
	color: #000;
	text-align: center;
}

.nextinfo{
	width: 100%;
	overflow: hidden;
	
}
.nextinfo span{
 	background: #eee;
 	margin: 20px 1%;
 	width: 48%;
 	float: left;
 	text-align: center;
 	border-radius: 20px;
 }
.nextinfo span:hover{
 	background: #333;
 	color: #fff;
 }
.nextinfo span:hover a{
	color: #fff;
}
 
 
.pc_tt {
	color: #000;
	width: 290px;
	height:90px;
	border-bottom: solid 5px #eee;
	box-sizing: border-box;
}
.pc_tt h2{
	font-size: 30px;
	line-height:90px;
	text-align: center;
	font-weight: initial;
	color: #000;
}
.pc_tt>p{
	font-size: 14px;
	line-height: 30px;
	text-align: center;
	color: #ccc !important;
	width: 250px;
	margin: 0 auto;
}
.left_cplei {
	width: 290px;
	height: auto;
	padding: 5px 0px;
	background: #fff;
}

.left_cplei li {
	
	width: 230px;
	height: 40px;
	background:#eaeaea;
	margin: 10px auto;
	text-align: left;
	line-height: 40px;
	font-size:20px;
	padding-left: 20px;
	-webkit-transition-duration: .3s;
	-moz-transition-duration: .3s;
	-ms-transition-duration: .3s;
	-o-transition-duration: .3s;
	transition-duration: .3s;
}
.left_cplei li:hover{
	
	background:#ed752e;
}
.left_cplei li:hover a{
	color: #fff;
}
.left_cplei li a {
	padding-left:25px;
	color: #000;
	font-size:18px;
}

.left_cplei li a:hover {
	color: #fff;
}

.left_cplei p {
	width: 220px;
	height: 35px;
	margin: 5px auto;
	border-bottom: dashed 1px #ccc;
}

.left_cplei p a {
	color: #000;
	text-decoration: none;
	width: 228px;
	height: 35px;
	font-size: 16px;
	color: #555;
	line-height: 35px;
	display: block;
	font-weight: bold;
}
.left_cplei p a:hover {
	color: #ff0000;
}

.left-lx{
	width: 290px;
	overflow: hidden;
	border: solid 1px #ddd;
	box-sizing: border-box;
	padding-bottom: 20px;
	box-shadow: 0px 0px 10px #ccc;
	margin-bottom: 20px;
	
}
.lx-tt{
	height: 50px;
	margin-bottom: 10px;
	color: #888;
 border-bottom: solid #d1d1d1 1px;
	width:100%;
	margin: 0 auto 10px;
	box-sizing: border-box;
}
.lx-tt h2{
	font-size: 20px;
	color: #000;
	line-height: 50px;
	float: left;
	font-weight: bold;
	padding-left: 15px;
	
	
}
.lx-tt a{
	font-size: 14px;
	color: #eee;
	float: right;
	padding-top: 10px;
	padding-right: 10px;
}
.lx-tt a:hover{
	color: #d7a02b;
}
.left-lx p{
	padding: 0px 20px;
	font-size: 16px;
	color: #333;
	line-height: 30px;
}

#nyba {
	width: 100%;
	height:500px;
	background: url(../images/ny_banner.jpg) top center no-repeat #333;
}





.links {
	width: 1070px;
	height: 60px;
	margin: 0 auto;
}

.links span {
	float: left;
	margin: 0 10px;
}

.links span a {
	font-size: 16px;
	line-height: 60px;
	color: #666;
}

.links span a:hover {
	color: #ff0000;
}

.ibox7 {
	width: 1200px;
	height: 270px;
	overflow: hidden;
	position: relative;
	padding-top: 20px;
}

.ibox7 #LeftArr1 {
	position: absolute;
	left: 0px;
	top: 0px;
	width: 600px;
	height: 270px;
	cursor: pointer;
	background: url(../images/left1.jpg) left center no-repeat;
}

.ibox7 #RightArr1 {
	position: absolute;
	right: 0px;
	top: 0px;
	width: 600px;
	height: 270px;
	cursor: pointer;
	background: url(../images/right1.jpg) right center no-repeat;
}

.ihonor {
	height: 270px;
	margin: 0px auto;
	overflow: hidden;
}


/*ͼЧ*/

.cppic {
	width: 380px;
	height: 320px;
	margin: 10px;
	font-family: "Microsoft Yahei";
	font-weight: normal;
	float: left;
}

.cppic dl {}

.cppic dl dt {
	width: 378px;
	height: 280px;
	border: solid 1px #ddd;
	display: block;
	overflow: hidden;
}

.cppic dl dt img {
	width: 378px;
	height: 280px;
	ition: 0.4s;
	-webkit-transition: -webkit-transform 0.4s ease-out;
	transition: transform 0.4s ease-out;
	-moz-transition: -moz-transform 0.4s ease-out;
	-o-transition: -o-transform 0.4s ease-out;
	-ms-transition: -ms-transform 0.4s ease-out;
}

.cppic dl dd {
	text-align: center;
	width: 380px;
	height: 40px;
	line-height: 40px;
	background: #EEE;
	color: #333;
	font-size: 16px;
}

.cppic a:hover dl dd {
	background: #e07d7d;
	width: 380px;
	height: 40px;
	color: #FFF;
}

.cppic a:hover dl dt img {
	-webkit-transform: scale(1.1);
	-ms-transform: scale(1.1);
	-o-transform: scale(1.1);
	transform: scale(1.1);
}

.cppic2 {
	width: 150px;
	height: 100px;
	margin: 10px;
	font-family: "Microsoft Yahei";
	font-weight: normal;
	float: left;
}

.cppic2 dl {}

.cppic2 dl dt {
	width: 150px;
	height: 100px;
	border: solid 2px #eee;
}

.cppic2 dl dt img {
	width: 150px;
	height: 100px;
	border: 0;
}

.cppic3 {
	width: 280px;
	height: 250px;
	margin: 10px;
	font-family: "Microsoft Yahei";
	font-weight: normal;
	float: left;
}

.cppic3 dl {}

.cppic3 dl dt {
	width: 278px;
	height: 210px;
	border: solid 1px #ddd;
}

.cppic3 dl dt img {
	width: 278px;
	height: 210px;
	border: 0;
}

.cppic3 dl dd {
	text-align: center;
	width: 280px;
	height: 40px;
	line-height: 40px;
	background: #d7d7d7;
	color: #000;
	display: block;
}

.cppic3 a:hover dl dd {
	background: #fff;
	width: 280px;
	height: 40px;
	color: #000;
}

.nypic {
	width: 280px;
	height: 350px;
	margin: 10px 9px;
	font-family: "Microsoft Yahei";
	font-weight: normal;
	float: left;
}

.nypic dl {}

.nypic dl dt {
	width: 278px;
	height: 228px;
	border: solid 1px #ddd;
}

.nypic dl dt img {
	width: 278px;
	height: 228px;
	border: 0;
}

.nypic dl dd {
	text-align: center;
	width: 280px;
	height: 70px;
	background: #ebebeb;
	color: #000;
}

.nypic dl dd h3 {
	text-align: center;
	width: 280px;
	height: 30px;
	line-height: 30px;
	font-size: 16px;
	background: #ebebeb;
	color: #000;
}

.nypic dl dd p {
	text-align: center;
	width: 280px;
	height: 30px;
	line-height: 30px;
	font-size: 16px;
	background: #ebebeb;
	color: #000;
	margin: 0;
	padding: 0;
}

.nypic dl dd p span {
	font-family: Impact;
	color: #eb4c00;
	font-size: 22px;
}

.nypic a:hover dl dd {
	background: #cd5310;
	width: 280px;
	height: 70px;
	color: #fff;
}

.news3 li {
	width: 900px;
	height: 180px;
	font-family: "Microsoft Yahei";
	font-weight: normal;
	margin:20px 10px;
	border: solid 1px #ddd;
	overflow: hidden;
	padding: 10px;
	font-size: 16px;
	color: #666;
	line-height: 27px;
	-webkit-transition-duration: .5s;
	-moz-transition-duration: .5s;
	-ms-transition-duration: .5s;
	-o-transition-duration: .5s;
	transition-duration: .5s;
}
.news3 li:hover {
	width: 900px;
	height: 180px;
	font-family: "Microsoft Yahei";
	font-weight: normal;
	margin:20px 10px;
	border: solid 1px #ddd;
	overflow: hidden;
	padding: 10px;
	font-size: 16px;
	color: #666;
	line-height: 27px;
	box-shadow: 0px 0px 10px #ccc;
	transform: scale(1.05);
}

.news3 li img {
	width: 200px;
	height: 160px;
	margin-right: 10px;
	float: left;
}

.news3 li strong {
	font-size: 18px;
	color: #000;
	display: block;
	font-weight: initial;
}

.news3 li strong a {
	color: #000;
	line-height: 40px;
	text-decoration: none;
}

.news3 li strong a:hover {
	color: #ff0000;
}


.news3 li p {
	font-size: 14px;
	text-align: left;
	line-height: 30px;
	color: #999;
	font: italic;
}

.ny_title3 {
	width: 1200px;
	height: 40px;
	background: #666;
	color: #fff;
	font-size: 18px;
	font-weight: bold;
	margin: 0 auto;
	clear: both;
	line-height: 40px;
	padding-left: 10px;
}

.ny_love3 {
	width: 1198px;
	height: 280px;
	background: #fff;
	margin: 0 auto;
	border: solid 1px #ddd;
}

.ny_love {
	width: 898px;
	height: 280px;
	background: #fff;
	margin: 0 auto;
	border: solid 1px #ddd;
}

.ny_title4 {
	width: 890px;
	height: 40px;
	background: #666;
	color: #fff;
	font-size: 18px;
	font-weight: bold;
	margin: 0 auto;
	clear: both;
	line-height: 40px;
	padding-left: 10px;
}

.ny_love4 {
	width: 898px;
	height: 280px;
	background: #fff;
	margin: 0 auto;
	border: solid 1px #ddd;
}

.page22 {
	width: 900px;
	height: 40px;
	margin: 0 auto;
	line-height: 40px;
}

.page22 li {
	width: 400px;
	height: 40px;
	float: left;
	text-align: center;
}

.page11 {
	line-height: 40px;
	font-weight: bold;
	color: #333;
	text-align: center;
}

.page11 i {
	color: #999;
	font-size: 14px;
	font-weight: normal;
}
.content h1{
	text-align: center;
	font-size: 20px;
	line-height: 80px;
}





.wt_k {
    width: 1200px;
    margin: 0 auto;
}
.wtt3 {
    color: #000000;
    font-size: 36px;
    font-weight: bold;
    text-align: center;
    background: url(../images/bt3.png) no-repeat center;
}
.wtt3 span {
    color: #343434;
    font-size: 22px;
    font-weight: normal;
    display: block;
	    text-align: center;
}
.clearfix {
    zoom: 1;
}
.yim1 {
    float: left;
    width: 685px;
    height: 480px;
}
.ynr1 {
    width: 505px;
    float: right;
    margin-top: 25px;
}
.yt1 {
    background: url(../images/yt1.png) no-repeat left center;
    padding-left: 90px;
    color: #589b07;
    font-size: 27px;
    font-weight: bold;
    height: 93px;
}
.yt1 span {
    color: #000000;
    font-size: 21px;
    font-weight: normal;
    display: block;
}
.yn {
    margin-top: 15px;
    color: #545353;
    font-size: 15px;
    line-height: 30px;
}
.yim1x {
    float: right;
    width: 685px;
    height: 480px;
}
.ynr1x {
    width: 505px;
    float: left;
    margin-top: 25px;
}
.yt2 {
    background: url(../images/yt2.png) no-repeat left center;
    padding-left: 90px;
    color: #589b07;
    font-size: 30px;
    font-weight: bold;
    height: 93px;
}
.yt2 span {
    color: #000000;
    font-size: 21px;
    font-weight: normal;
    display: block;
}
.yn {
    margin-top: 15px;
    color: #545353;
    font-size: 15px;
    line-height: 30px;
}


/*产品列表*/
.showlist {
	width: 100%;
	float: left;
}

.showlist div * {
	width: 100%;
}

.showlist li {
	margin: 10% auto;
	width: 80%;
	background: #fdfdfd;
	border: 5px solid #fff;
	border-radius: 5px;
}

.showlist li:hover {
	box-shadow: 0px 0px 8px #666;
	background: #f0f0f0;
}

.showlist li dl a {
	display: block;
}

.showlist li img {
	border-radius: 5px;
}

.showlist li .t {
	line-height: 35px;
	display: block;
}

.showlist li:hover b {
	color: #e30;
}

.showlist dt a {
	overflow: hidden;
	display: inline-block;
	transform: rotate(0);
	border-radius: 5px;
}

.showlist dt a img {
	transition: all .4s ease-in-out;
}

.showlist dt a:hover img {
	transform: translateZ(0) scale(1.12);
}

.showlist dd,
.showlist ol {
	padding: 1%;
	color: #666;
	text-align: center;
}

.showlist dd * {
	color: #666;
	font-size: 18px;
}

.showlist span {
	text-decoration: line-through;
	vertical-align: middle;
}

.showlist .pm {
	text-decoration: none;
	color: #00F;
}

.showlist div {
	float: left;
	border-left: 1px solid #eee;
}

.showlist div:hover {
	background: #fafafa;
}

.showlist .button {
	width: 60%;
	color: #fff;
	margin: 0px auto;
	padding: 0px;
}

#showdata {
	display: none;
}

#showdata li {
	float: left;
	width: 300px;
}

#showdata li * {
	width: 100%;
}

#loaddata {
	text-align: center;
}


.showpics {
	width: 94%;
	border: #DBDBDB solid 1px;
	border-radius: 5px;
	background: #FFF;
	float: left;
	margin: 0px;
}

.showpics img {
	border-radius: 5px;
}

.showpics li {
	height: 395px;
	padding-bottom: 15px;
	text-align: center;
	position: relative;
}

.showpics li img {
	max-height: 385px;
	max-width: 95%;
	margin: auto;
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	z-index: 0;
}

.showpics ol {
	border-top: #dbdbdb solid 1px;
	background: #fbfbfb;
}

.showpics dt {
	height: 90px;
}

.showpics dt img {
	height: 90%;
	margin: 1%;
}

.showpics dt img:hover {
	box-shadow: -5px -5px 8px #aaa;
}

div.showleft {
	background: #fdfdfd;
	width: 50%;
	float: left;
	margin: 3% 0px;
}

div.showleft .qrout {
	margin: 0px 20px 0px 0px;
}

ul.fs2 {
	margin: 0px;
	padding-top: 1px;
}

ul.fs2 li dl {
	width: 20%;
}

ul.fs2 li dt {
	width: 76%;
}

#_nub {
	width: 50px;
}

.nubjia,
.nubjian {
	border: #A0A0A0 1px solid;
	line-height: 27px;
	height: 27px;
	width: 15px;
	display: inline-block;
	margin-left: 3px;
	text-align: center;
	cursor: pointer;
	user-select: none;
}

div.min_box_content {
	color: #666;
	min-height: 110px;
	height: 110px;
	padding-bottom: 22px;
}

div.min_box_content div.c {
	min-height: 110px;
	text-indent: 2em;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 5;
	overflow: hidden;
}

div.min_box_content:hover {
	color: #000;
	background: url(images/bg/hotbg.gif);
}


.page_next {
    color: #666;
    border: #efefef 1px solid;
    padding: 5px 12px;
	margin: 2px;
}
.page_next:hover {
    color: #589b07;
}

.page p {
	width: 300px;
    background-color: #eee;
    text-align: center;
    border-radius: 20px;
	margin-bottom: 10px;
}
.page p:hover {
	background-color: #589b07;
}
.page a:hover {
	color: #eee;
}
