#content_box{
	width: 100%;
	position: relative;
	padding-bottom: 40px;
}
.content_in{
	margin: 0 auto;
	position: relative;
}
.content_in .product_in{
	min-width: 1100px;
	min-height: 300px;
	background: url('../images/product.jpg') no-repeat center top;
}
.content_in .product_header{
	width: 100%;
	height: 300px;
	margin: 0 auto;
	position: relative;
}
.content_in .product_header .title_box{
	background: url('../images/title_bg_fff.png') no-repeat center 14px;
	position: absolute;
    margin: 0 auto;
    left: 0;
    right: 0;
    top: 90px;
}
.content_in .product_header .title_box p{
	color: #fff;
}
.content_in .product_header .title_txt{
	position: absolute;
	margin: 0 auto;
    left: 0;
    right: 0;
    top: 165px;
}
.content_in .product_header .title_txt p{
	color: #fff;
	line-height: 32px;
	font-size: 14px;
	text-align: center;
}
.content_in .product_list{
	width: 1100px;
	margin: 0 auto;
}
.content_in .product_list>li{
	width: 100%;
	margin-top: 30px;
	position: relative;
}
.content_in .product_list>li img{
	width: 100%;
	display: block;
}
.content_in .product_list>li>div{
	width: 504px;
	position: absolute;
	top: 20px;
	right: 36px;
	height: 165px;
}
.content_in .product_list>li>div h3{
	font-size: 21px;
	line-height: 33px;
	color: #353535;
	font-weight: normal;
}
.content_in .product_list>li>div p{
	font-size: 14px;
	line-height: 28px;
	color: #999;
	margin-left: 10px;
}
.content_in .product_list>li>div>a{
	width: 88px;
    height: 23px;
    border: 1px solid #cecece;
    color: #cecece;
    line-height: 23px;
    font-size: 10px;
    display: block;
    text-align: center;
    position: absolute;
    border-radius: 14px;
    cursor: pointer;
    right: 0;
    bottom: 0px;
}
.content_in .product_list>li>div>a:hover{
	border: 1px solid #ffa500;
	color: #ffa500;
}