.category_tree{
	width: 150px; padding: 15px;
	background-color: #FFFFFF; 
	font-size: 14px;
	float: left;
	text-align: left;
}
.category_tree a{
	line-height: 20px;
	padding: 5px 0;
}
.category_tree .sub_cate{
	padding-left: 20px;
}
.category_tree .sub_cate a{
	display: block;
}
.category_tree .open .icon_1{
	display: inline;
}
.category_tree .open .icon_2{
	display: none;
}
.category_tree .close .icon_1{
	display: none;
}
.category_tree .close .icon_2{
	display: inline;
}
.category_tree .open .sub_cate{
	display: block;
}
.category_tree .close .sub_cate{
	display: none;
}

.products_right{
	display: inline-block;
	max-width: 1000px;
	width: 1000px;
	vertical-align: top;
	text-align: left;
}
.ur_here{
	line-height: 32px;
	font-size: 12px;
	
	border-bottom: 1px solid #bbbbbb;
}
.search_bar{
	background-color: #FFFFFF;
	margin: 15px 5px;
	overflow: hidden;
	padding: 12px;
}
.sort{
	float: right;
	line-height: 34px;
	height: 30px;
}
.sort_group{
	border: 1px solid #cccccc;
	border-left: none;
	float: right;
	overflow: hidden;
	line-height: 30px;
	height: 30px;
}
.sort_group a{
	float: left;
	padding: 0 10px;
	border-left: 1px solid #cccccc;
	font-size: 12px;
	margin: 0;
}
.sort_group a.cur{
	color: #FFFFFF;
	background-color: #0155a6;
}
/* 搜索框 */
.search_block{
	float: left;
	color: #000000;
	font-size: 12px;
	line-height: 30px;
	height: 30px;
	vertical-align: middle;
}
.search_block input{
	height: 28px;
	border:1px solid #0155a6;
	border-radius: 15px;
	padding: 0 15px;
	line-height: 30px;
	vertical-align: middle;
}
.search_block button{
	width: 80px;
	border: none;
	height: 30px;
	border-radius: 10px;
	text-align: center;
	color: #ffffff;
	background-color: #0155a6;
	margin-left: 15px;
	vertical-align: middle;
}
/* 產品列表 */
.product_list{
	overflow: hidden;
	padding: 0 0 0 5px;
	margin-right: -20px;
}
.product_list a{
	display: block;
	float: left;
	width: 231px;
	border: 1px solid #FFFFFF;
	background-color: #FFFFFF;
	height: 314px;
	overflow: hidden;
	margin-right: 19px;
	margin-bottom: 18px;
}
.product_list a .title{
	font-size: 14px;
	width: 220px;
	margin: 10px auto 0 auto;
	height: 20px;
	line-height: 20px;
	text-overflow: ellipsis;
}
.product_list a .desc{
	color: #999999;
	font-size: 11px;
	width: 220px;
	margin: 8px auto 0 auto;
	height: 30px;
	line-height: 18px;
	
	  overflow: hidden;
	  text-overflow: ellipsis;
	  display: -webkit-box;
	  -webkit-line-clamp: 2;
	  line-clamp: 2;
	  -webkit-box-orient: vertical;
}
.product_list a:hover{
	border-color: #333333;
	background-color: #333333;
}
.product_list a:hover .title{
	color: #FFFFFF;
}
.page_info{
	text-align: center;
}
/* 产品详情页 */
.pro_info{
	background-color: #FFFFFF;
	padding: 15px;
}
.body_head{
	height: 580px;
	position: relative;
}
.album_block{
	position: absolute;
	width: 460px;
	height: 560px;
}
.big_img{
	
}
.img_list{
	/* background-color: #fff0f0; */
	height: 92px;
	width:100%;
	margin-top: 20px;
}
.img_list button{
	border: 1px solid #F0F0F0;
	height: 92px;
	width: 27px;
	position: absolute;
	/* background-color: #a0ffff; */
	background-color: #f0f0f0;
	z-index: 99;
}
.img_list .btn_l{
	left: 0;
}
.img_list .btn_r{
	right: 0;
}
.img_min_list{/* 小图 */
	position: absolute;
	left: 30px;
	height: 92px;
	overflow: hidden;
	width: 400px;
	background-color: #ffffff;
}
.img_min_list img{
	width: 90px;
	height: 90px;
	border: 1px solid #F0F0F0;
	margin-right: 3px;
	text-align: center;
	line-height: 90px;
	float: left;
}
/* 主要信息 */
.info_main{
	float: right;
	width: 494px;
	text-align: left;
	height: 570px;
	position: relative;
}
.info_main .title{
	font-size: 20px;
	line-height: 30px;
	font-weight: 800;
}
.info_main .desc{
	font-size: 16px;
	color: #515151;
	line-height: 32px;
	margin-top: 15px;
	white-space: pre-wrap;
}
.info_main .block_price{
	position: absolute;
	left: 5px;
	bottom: 56px;
	font-size: 16px;
}
.info_main .price{
	color: rgba(223, 68, 1, 100);
	font-size: 1.2em;
	font-weight: 400;
}
.info_main .block_btn{
	position: absolute;
	left: 0;
	bottom: 0;
}
.btn_buy,.btn_buy:hover,.btn_add_cart{
	display: inline-block;
	border: none;
	border-radius: 8px;
	/* width: 80px; */
	padding: 0 44px;
	font-size: 14px;
	height: 42px;
	line-height: 42px;
	text-align: center;
	background-color: rgba(1, 85, 166, 100);
	color: rgba(255, 255, 255, 100);
}

.info_main .parameters{
	width: 100%;
	max-height: 430px;
	color: rgba(153, 153, 153, 100);
	font-size: 12px;
	text-align: left;
	line-height: 200%;
	overflow: auto;
	margin-top: 20px;
	/* background-color: #ffcccc; */
}

/* 详情 */
.content{
	/* background-color: #e0f0f0; */
	line-height: 150%;
}
