.mian_item {
	width: 1280px;
	height: 120px;
	margin: 0 auto;
	background-color: aliceblue;
}

.mian_item .t_item {
	width: 300px;
	height: 100%;
	float: left;
	padding-left: 20px;
	cursor: pointer;
}

.mian_item .t_item:HOVER {
	background-color: #f9ffff;
}

.mian_item .t_item .t_title {
	font-size: 23px;
	line-height: 70px;
	font-weight: bold;
	color: #06c;
}

.zhuanqu {
	font-size: 32px;
	font-weight: 400;
	color: #252b3a;
	line-height: 70px;
	padding-top: 20px;
}

.zhuanqu .zhuanqu_desc {
	
}

.ct_product {
	width: 355px;
	height: 100%;
	float: left;
	padding: 20px;
	background-color: aliceblue;
	border: 1px solid aliceblue;
}

.ct_product:HOVER {
	
}

.ct_product .product_name {
	width: 100%;
	height: 50px;
	float: left;
	line-height: 50px;
	font-size: 28px;
	font-weight: bold;
}

.ct_product .product_desc {
	width: 100%;
	height: 50px;
	float: left;
	line-height: 50px;
	font-size: 14px;
}

.ct_product .product_params {
	width: 100%;
	height: 35px;
	float: left;
	line-height: 35px;
	font-size: 14px;
}

.ct_product .product_params .pa_left {
	width: 30%;
	height: 50px;
	float: left;
}

.ct_product .product_params .pa_right {
	width: 70%;
	height: 50px;
	float: left;
}

.product_price {
	width: 100%;
	height: 150px;
	float: left;
}

.product_price .cen {
	width: 100%;
	height: 150px;
	margin: 0 auto;
	border-top: 1px solid #d5d5d5;
	margin-top: 20px;
}

.product_price .cen .cen_tag {
	width: 100%;
	height: 45px;
	margin: 0 auto;
}

.product_price .cen .cen_tag .cen_discount {
	min-width: 70px;
	height: 25px;
	float: left;
	background-color: #d64a52;
	color: #fff;
	text-align: center;
	line-height: 25px;
	font-size: 14px;
	border-radius: 3px;
	margin-top: 10px;
	margin-right: 15px;
	border: 1px solid #d64a52;
}

.product_price .cen .cen_tag .cen_discount:HOVER {
	background-color: #d10e0a;
}

.product_price .cen .cen_tag .cen_tag_name {
	min-width: 70px;
	height: 25px;
	float: left;
	text-align: center;
	line-height: 25px;
	font-size: 14px;
	border-radius: 3px;
	margin-top: 10px;
	border: 1px solid #b7b5b5;
	margin-right: 15px;
	padding-left: 8px;
    padding-right: 8px;
    color:#b7b5b5;
}

.product_price .cen .cen_price{
	margin-top: 5px;
}

.product_price .cen .cen_price .rmb{
	color: #d10e0a;font-weight: bold;
}

.product_price .cen .cen_price .price{
    font-size: 30px;
    color: #d10e0a;
    font-weight: bold;
}
.product_price .cen .cen_price .jianshao{
	color:#b7b5b5;margin-left: 15px;
}
.product_price .cen .cen_price .yuanjia{
	color:#000;margin-left: 15px;text-decoration: line-through;
}
.product_price .cen .cen_btn
{
	width: 100%;
	height: 45px;
	margin: 0 auto;
}

.product_price .cen .cen_btn .btn{
	background-color:#d64a52;
    border-color: #d64a52;
    color: #fff;
    height: 50px;
    line-height: 50px;
    text-align: center;
    margin-top: 25px;
    cursor: pointer;
}

.product_price .cen .cen_btn .btn:HOVER{
	background-color: #d10e0a;
    border-color: #d10e0a;
}

.zw_product {
	width: 280px;
	height: 100%;
	float: left;
	background-color: aliceblue;
	border: 1px solid aliceblue;
	padding: 10px;
}


.zw_product:HOVER {
	
}


.zw_product .product_name {
	width: 100%;
	height: 50px;
	float: left;
	line-height: 50px;
	font-size: 28px;
	font-weight: bold;
}

.zw_product .product_desc {
	width: 100%;
	height: 50px;
	float: left;
	line-height: 50px;
	font-size: 14px;
}

.zw_product .product_params {
	width: 100%;
	height: 45px;
	float: left;
	line-height: 45px;
	font-size: 14px;
}

.zw_product .product_params .pa_left {
	width: 30%;
	height: 50px;
	float: left;
}

.zw_product .product_params .pa_right {
	width: 70%;
	height: 50px;
	float: left;
}



