@charset "utf-8";
/* CSS Document */
.fullSlide{
	height: 660px;
	width: 100%;
	overflow: hidden;
	position: relative;
}
.fullSlide .bd ,.fullSlide .bd ul ,.fullSlide .bd ul li{
	height: 100% !important;
	width: 100% !important;
	position: relative;
}
.fullSlide .bd{
	width: 100%;	
}
.fullSlide .hd{
	width: 100%;
	position: absolute;
	left: 0;
	top: 625px;
	height: 5px;
	line-height:5px;
	text-align: center;
}
.fullSlide .hd ul{
	font-size: 0;
}
.fullSlide .hd li{
	width: 36px;
	height: 5px;
	display: inline-block;
	background: rgba(255,255,255,0.5);
	margin: 0 5px;
	cursor: pointer;
}
.fullSlide .hd li.on{
	background: #fff;
}

/**/
.center{
	background: #fff;
	position: relative;
	z-index: 9;
}
/*产品中心*/
.ind_a{
	width: 100%;
	overflow: hidden;
	padding-top: 40px;
	padding-bottom: 60px;
}
.ind_tt{
	line-height: 26px;
	font-size: 22px;
	color: #333;
	text-align: center;
}
.ind_tt h3{
	font-size: 22px;
}
.ind_tt p{
	font-size: 14px;
	text-transform: uppercase;
	color: #999;
}
.cp_hd{
	text-align: center;
	padding-top: 20px;
}
.cp_hd li{
	margin: 0 10px;
	padding: 0 12px;
	line-height: 34px;
	font-size: 16px;
	color: #666;
	cursor: pointer;
	position: relative;
	display: inline-block;
}
.cp_hd li.on{
	background: #00AD4F;
	color: #fff;
}
.cp_hd li.on:after{
	position: absolute;
	content: '';
	width: 0;
	height: 0;
	border-left: 5px solid transparent;
	border-right: 5px solid transparent;
	border-top: 5px solid #00AD4F; 
	left: 50%;
	margin-left: -2px;
	bottom: -5px;
}
.cp_bd{
	margin-top: 38px !important;
	overflow: hidden;
}
.cp_bd .con{
	overflow: hidden;
}
.cp_bd .con ul{
	width: 108%;
}
.cp_bd .con ul li{
	width: 276px;
	margin-right: 32px;
	float: left;
}
.cp_bd .con ul li a{
	display: block;
	background: #F4F4F4;
}
.cp_bd .con ul li .img{
	width: 100%;
	height: 206px;
	position: relative;
	overflow: hidden;
}
.cp_bd .con ul li .img img{
	/* width: 100%;
	height: 100%; */
	transition: all 0.4s ease 0s;
	-o-transition: all 0.4s ease 0s;
	-moz-transition: all 0.4s ease 0s;
	-webkit-transition: all 0.4s ease 0s;
}
.cp_bd .con ul li .img .hv{
	background: rgba(0,173,79,0.5);
	height: 100%;
	width: 100%;
	position: absolute;
	left: 0;
	top: 0;
	display: none;
}
.cp_bd .con ul li .img .hv i{
	position: absolute;
	width: 30px;
	height: 30px;
	left: 50%;
	margin-left: -15px;
	top: 50%;
	margin-top: -15px;
	background-image: url(../img/cp_ico.png);
	background-repeat: no-repeat;
}
.cp_bd .con ul li .img .hv.on i{
	animation:bounceInDown 0.7s infinite;
	-webkit-animation:bounceInDown 0.7s infinite; /* Safari 和 Chrome */
	animation-iteration-count:1;
	-webkit-animation-iteration-count:1; /* Safari 和 Chrome */
}
.cp_bd .con ul li:hover img{
	transform: scale(1.2, 1.2);
}
.cp_bd .con ul li p{
	height: 60px;
	line-height:60px;
	text-align: center;
	font-size: 16px;
	color: #333;
	padding: 0 10px;
}

/* ind_b */
.ind_b{
	background: #f4f4f4;
	height: 60px;
	padding: 45px 0;
}
.ind_b ul{
	display: table;
	height: 60px;
	vertical-align: middle;
}
.ind_b ul li{
	display: table-cell;
	text-align: center;
	border-right: 1px solid #d7d7d7;
}
.ind_b ul li.last{
	border: none;
}
.ind_b ul li h3{
	font-size: 20px;
	color: #333;
	line-height: 1.5;
}
.ind_b ul li p{
	font-size: 16px;
	color: #999999;
}

/* 关于 */
.ind_c{
	height: 700px;
	background: url(../img/ab_bg.jpg) no-repeat center center;
}
.ind_abcm{
	float: right;
	width: 530px;
	height: 700px;
	display: table;
}
.ind_abcm .ab_tr{
	display: table-cell;
	width: 100%;
	height: 100%;
	vertical-align: middle;
	color: #fff;
	font-size: 15px;
	line-height: 2;
}
.ind_abcm .h3{
	font-size: 26px;
	line-height: 1.2;
	text-transform: uppercase;
}
.ind_abcm .h4{
	font-size: 18px;
	line-height: 1.4;
}
.ind_abcm .p{
	padding: 56px 0 60px;
	position: relative;
}
.ind_abcm .c_line{
	width: 100%;
	height: 1px;
	background: #fff;
	left: 0;
	bottom: 0;
	display: block;
}
.ind_abcm a.m{
	width: 118px;
	height: 38px;
	line-height: 38px;
	display: block;
	text-align: center;
	border: 1px solid rgba(255,255,255,0.8);
	font-size: 14px;
	margin-top: 60px;
	border-radius: 3px;
	color: #fff;
}
.ind_abcm a.m:hover{
	padding: 0 15px;
}
@-webkit-keyframes fline {
  0% {
    opacity: 0;
    width: 0px;
  }
  70% {
  opacity: 1;
  width: 100%;
  background:rgba(255,255,255,0.7);
  }
  100% {
    opacity: 1;
    width: 100%;
	background:#fff;
  }
}

@keyframes fline {
  0% {
  opacity: 0;
  width: 0px;
  }
  70% {
  opacity: 1;
  width: 100%;
  background:rgba(255,255,255,0.7);
  }
  100% {
  opacity: 1;
  width: 100%;
  background:#fff;
  }
}

.fline {
  -webkit-animation-name: fline;
  animation-name: fline;
}

/*项目案例*/
.ind_d{
	padding: 50px 0 40px;
	overflow: hidden;
}

.ind_alcm{
	width: 100%;
	padding-top: 16px;
	overflow: hidden;
}
.al_marg{
	position: relative;
	width: 1236px;
	margin: 0 auto;
	position: relative;
}
.al_bd{
	width: 100%;
	height: 468px;
}
.al_bd li{
	float: left;
	width: 372px;
	padding: 20px;
}
.al_bd li a{
	display: block;
}
.al_bd li .img{
	position: relative;
	width: 100%;
	height: 362px;
	overflow:hidden;
	background: #dedede;
}
.al_bd li .img img{
/* 	width: 100%;
	height: 100%; */
	transition: all 0.8s ease 0s;
	-o-transition: all 0.8s ease 0s;
	-moz-transition: all 0.8s ease 0s;
	-webkit-transition: all 0.8s ease 0s;
}
.al_bd li p{
	height:56px;
	line-height: 56px;
	background:#F3F3F3;
	font-size: 18px;
	color: #333;
	text-align: center;
}
.al_bd li a:hover{
	box-shadow: 0 0 20px rgba(0,0,0,0.2);
}
.al_bd li a:hover .img img{
	transform: scale(1.3, 1.3);
}
.al_bd .al_lr{
	position: absolute;
	top: 50%;
	width: 14px;
	height: 24px;
	background-image: url(../img/al_ico.png);
	background-position: 0 -62px;
	margin-top: -12px;
	left: -136px;
	cursor: pointer;
	display: none;
}
.al_bd .next{
	background-position: -42px -62px;
	left: auto;
	right: -136px;
}
#anli_1{
	top: 0;
}
#anli_2{
	top: 468px;
}

/*新闻*/
.ind_e{
	padding: 56px 0 60px;
	background: #F3F3F3;
	overflow: hidden;
}

.new_comdd{
	margin-top: 45px;
}
.new_l{
	float: left;
	width: 536px;
	height: 510px;
	background: #fff;
}
.n_padd{
	display: block;
	padding: 45px 60px 0 60px;
}
.new_l .tm{
	display: block;
	font-size: 26px;
	color: #999999;
	font-family:Garamond,arial;
	height: 30px;
	line-height: 30px;
}
.new_l h3{
	font-size: 18px;
	height: 30px;
	line-height: 30px;
	padding-top:12px;
	color: #333;
}
.new_l p{
	color: #999999;
	font-size: 14px;
	line-height: 26px;
	margin-top: 16px;
	height: 52px;
	overflow: hidden;
	border-left: 1px solid rgba(0,0,0,0);
}
.new_l .img{
	overflow: hidden;
	height: 180px;
	width: 380px;
	margin-top: 25px;
}
.new_l .img img{
	height: 180px;
}
.new_l span.m{
	display: inline-block;
	height: 40px;
	line-height: 40px;
	background: #00AD4F;
	padding: 0 28px;
	color: #FFFFFF;
	font-size: 14px;
	border-radius: 4px;
	margin-top: 30px;
}
.new_l a:hover .img img{
	transform: scale(1.1, 1.1);
}
.new_l a:hover span.m{
	padding: 0 35px;
}
.new_l a:hover h3{
	color: #00AD4F;
}
.new_l a:hover p{
	padding-left: 25px;
	border-left: 1px solid #dedede;
}


.new_list{
	float: right;
	width: 600px;
}
.new_list li{
	border-top: 1px solid #E2E2E2;
}
.new_list li a{
	display: block;
	padding: 40px 20px 36px 20px;
	position: relative;
	
}
.new_list li h3{
	margin-right: 148px;
	color: #656565;
	font-size: 16px;
	height: 30px;
	line-height: 30px;
}
.new_list li h3 i{
	width: 20px;
	height: 30px;
	display: inline-block;
	vertical-align: top;
	background-image: url(../img/n_ico.png);
	background-position: 0 10px;
	background-repeat: no-repeat;
}
.new_list li p{
	color: #999999;
	font-size: 14px;
	padding-left:20px ;
	margin-top: 12px;
	line-height: 25px;
	height: 50px;
	margin-right: 148px;
	overflow: hidden;
}
.new_list li span.tm{
	position: absolute;
	color: #999999;
	right: 24px;
	font-size: 26px;
	font-family:Garamond,arial;
	top: 50px;
	line-height: 1.2;
}
.new_list li span.m{
	position: absolute;
	height: 20px;
	width: 40px;
	border-left: 1px solid #E3E3E3;
	right: 24px;
	top: 98px;
	overflow: hidden;
}
.new_list li span.m i{
	width: 100%;
	height: 20px;
	background-image: url(../img/n_ico.png);
	background-position:right -85px;
	background-repeat: no-repeat;
	display: block;
	position: absolute;
	left: 0;
	top: 0;
}
.new_list li span.m i:before{
	left: -40px;
	height: 20px;
	width: 40px;
	background-image: url(../img/n_ico.png);
	background-position:right -85px;
	background-repeat: no-repeat;
	position: absolute;
	content: '';
	top: 0;
}
.new_list li:hover{
	background: #fff;
	box-shadow:0 10px 10px  0 rgba(0,0,0,0.1);
}
.new_list li:hover h3 ,.new_list li:hover p{
	margin-left: 10px;
}
.new_list li a:hover h3{
	color: #00AD4F;
}
.new_list li a:hover h3 i{
	background-position: 0 -30px;
}
.new_con.onn .new_list li,.new_con.onn .new_l{
	animation-delay:0s !important;
	-webkit-animation-delay:0s !important; /* Safari 和 Chrome */
}
.new_list li a:hover span.m i{
	left: 40px !important;
}

.ind_f{
	padding: 44px 0 50px;
}
.ind_f .ind_tt p{
	font-size: 16px;
	padding-top: 8px;
}
.ind_fdl{
	padding: 50px 100px 20px;
}
.ind_fdl ul{
	display: table;
	width: 100%;
}
.ind_fdl ul li{
	display: table-cell;
	text-align: center;
}
.ind_fdl ul li img{
	display: inline-block;
	border: 4px solid #00AE4F;
	vertical-align: top;
}
.ind_fdl ul li p{
	font-size: 18px;
	padding-top: 20px;
}