@charset "utf-8";
/*---置顶头部----*/
.header2{ 
	display:none; 
	background-color:#FFF;
	border-bottom:1px solid #dcdcdc;
}
.header2.header{
	position:fixed; 
	top:-71px;
}
.header2 .head,.header2 .logo{
	height:50px;
}
.header2 .logo img{ 
	height:50px;
}
.header2 .logo{ 
	margin-top:10px;
	margin-bottom:10px;
}
.nav2{ 
	padding-top:20px;
}
.nav2 .nav_name{ 
	color:#222;
}
.nav2 li:last-child .nav_name {
	padding-right:20px;
}
.nav1 .nav_name{ 
	color:#222;
}
/*---bannner---
.block_home_slider {
	width:100%;
	height:auto;
	float:left;
	position: relative;
	text-align: center;
}  
.block_home_slider .slide {
	position:relative;
	text-align:center;
}
.block_home_slider .caption {
	padding:13px 16px 12px;
	position:absolute;
	left:0px;
	right:0px;
	bottom:0px;
	background:url(bg_caption.png);
	text-align:left;
}
.block_home_slider .caption p {
	padding-bottom:0px;
	font-size:11px;
	color:#dedede;
	text-shadow:0px -1px #000000;
	line-height:17px;
}
.block_home_slider .caption p.title {
	padding-bottom:6px;
	font-size:15px;
	color:#ffffff;
	font-weight:bold;
	line-height:normal;
}
.block_home_slider .flex-direction-nav a {
	width:22px;
	height:47px;
	margin-top:-24px;
	display:block;
	position:absolute;
	top:50%;
	background-repeat:no-repeat;
	background-image:url(../images/sprite_arrow_2.png);
	text-indent:-9000px;
}
.block_home_slider .flex-direction-nav a.flex-prev {
	left:6px;
	background-position:left top;
}
.block_home_slider .flex-direction-nav a.flex-next {
	right:6px;
	background-position:right top;
}
.block_home_slider .flex-control-paging {
	text-align:center;
}
.block_home_slider .flex-control-paging li {
	width:auto;
	height:9px;
	margin: 0px;
	padding: 0px;
	float:none;
	display:inline-block;
	overflow: hidden;
	list-style-type: none;
	border:none !important;
	background:none !important;
}
.block_home_slider .flex-control-paging li a {
	width:9px;
	height:9px;
	padding:0 8px;
	float:none;
	display:inline-block;
	background-repeat:no-repeat;
	background-image:url(../images/sprite_nav_3.png);
	text-indent:-9000px;
	cursor:pointer;
}
.block_home_post_feature {
	width:300px;
}
.block_home_post_feature p {
	padding-bottom:0px;
}
.flexslider {
	margin: 0;
	padding: 0;
}
.flexslider .slides > li {
	display: none;
	text-align:center;
	-webkit-backface-visibility: hidden;
	list-style-type: none;
	position:relative;
	overflow: hidden;
} 
.flexslider .slides img {
	width: 100%;
	height:auto;
	animation: 20s linear infinite 2s img
}
@keyframes img {
 	0% {
	transform: scale(1)
	}
 	50% {
	transform: scale(1.05)
	}
 	100% {
	transform: scale(1)
	}
}
.flex-pauseplay span {
	text-transform: capitalize;
}*/
/*--首页产品--*/	
.product {
	max-width: 1200px;
	margin: 45px auto;
}
.product .first{
	position: relative;
	padding: 5px;
}
.product .first img{
	width: 100%;
	display: block;
}
.product .text{
	position: absolute;
	top: 15%;
	left: 11%;
	width: 78%;
}
.product h4{
	font-size: 21px;
	font-weight: bold;
	margin-bottom: 20px;
	text-transform: uppercase;
}
.product p{
	font-size: 13px;
	text-align: justify;
}
.product .btn{
	position: absolute;
	bottom: 20px;
	left: 20px;
	transition: all ease .5s;
}
.product .pro_left{
	padding: 0;
}
.product .pro_right{
	padding: 5px;
	position: relative;
}
.product .pro_right .text{
	top: 8%;
	left: 6%;
	width: 88%;
}
.product .pro_right img{
	width: 100%;
	display: block;
}
/*.product .pro_right .btn{
	bottom: 20px;
	left: 20px;
}*/
.product .black,.product .black a{
	color: #000 !important;
}
.product .white,.product .white a{
	color: #fff !important;
}
.product .first:hover .cp{
	box-shadow: 2px 6px 10px  rgba(0, 0, 0, 0.6);
	transition: all ease 0.3s;
}
.product .first:hover .btn{
	left: auto;
	right: 20px!important;
}
.product .first:hover .btn img{
	transform: scale(1.25,1.25);
	transition: all ease .5s;
}
.product .first:hover h4{
	transform: translate(0,-5px);
	transition: all ease .5s;
	opacity: 0.8;
}
.product .first:hover p{
	transform: translate(0,5px);
	transition: all ease .5s;
	opacity: 0.8;
}
@media(max-width:1170px){
	.product h4{
		font-size: 18px;
		line-height: 22px;
	}
}
@media(max-width:997px){
	.product p{
		display: none;
	}
}
@media(max-width:768px){
	.product p{
		display: block;
	}
	.product .pro_left{
		padding:0 25px;
	}
	.product .pro_right{
		padding:5px 30px;
	}
	.product .pro_bottom{
		padding:0 25px;
	}
	.product {
		margin-top: 30px;
		margin-bottom: 35px;
	}
}
@media(max-width:500px){
	.product p{
		display: none;
	}
	.product .pro_right .text{
		top: 20%;
		left: 12%;
		width: 88%;
	}
	.product .pro_right .btn{
		bottom: 15%;
		left: 10%;
	}
	.product h4{
		font-size: 16px;
	}
}
@media(max-width:320px){
	.product h4{
		font-size: 14px;
		line-height: 20px;
	}
}



