@charset "utf-8";
/* CSS Document */
.product{
	
	
	width:1200px;
	/*height:740px;*/
	height:auto;
	margin:0 auto;
	}
.product .pro_box{
	height:370px;
	width:290px;
	float:left;
	margin-left:8px;
	
	}

.product .top_box{
	width:100%;
	height:290px;
}

.product .bottom_box{
	width:100%;
	height:80px;
	text-align:center;
	line-height:80px;
	font-size:24px;
}


.product h1{
	text-align:center;

	}
.content2{
	width:100%;
	height:700px;
	margin:0 auto;
	margin-top:50px;
	}
.content2 .content2_1{
	margin:0 auto;
	width:1200px;
	height:auto;
	padding-top:120px;
	}
.content2 .content_right{
	float:right;
	margin-right:20px;
	margin-top:70px;
	width: 360px;
	height: 340px;
	}
.content2 .content2_1 img{
	width: 741px;
	float: left;
}
	a{
	text-decoration:none;
	color:black;
	}
	a:hover{
	color:#017be9;
	}
.content3{
	width:1200px;
	margin:0 auto;
	height:700px;
	}
	
.product .more{ float:right; margin-right:80px;}
.product .more a{ color:#007bea}