@charset "utf-8";
.index_sec .calendar {
	float: right;
	width: 349px;
	height: 330px;
	margin: 19px 0;
	background: white;
}
.index_sec .auction {
	float: left;
	width: 268px;
	margin: 17px 0;
	background: white;
}
.index_auction_cate_list {
	font-size: 0;
}
.index_auction_cate_item {
	display: inline-block;
	width: 50%;
	padding: 12px 0;
	text-align: center;
	font-size: 12px;
	color: white;
	background: #298bd4;
	transition: all ease 300ms;
}
.index_auction_cate_item.on {
	background: #1d71c7;
}
.index_auction_list {
	padding: 14px 0;
	background: white;
}
.index_auction_list_item {
	position: relative;
	height: 290px;
}
.index_auction_list_item .index_auction_issue_page {
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
}
.index_auction_list_item .index_auction_issue_page .direct_go {
	float: right;
	text-align: right;
}
.index_auction_list_item .index_auction_issue_page .btn {
	display: inline-block;
	padding: 3px 10px;
	color: white;
	background: #2b8bd5;
}
.index_auction_list_item .index_auction_issue_page .num {
	display: inline-block;
	width: 30px;
	padding: 2px 10px;
	border: 1px solid #ccc;
}
.index_auction_list_item .index_auction_item {
	margin: 0 12px;
	padding: 10px 10px 10px 40px;
	border-bottom: 1px dotted #a6a6a6;
	background: url(../images/list_symbol.gif) no-repeat 9px center;
}
.index_auction_list_item .index_auction_item:hover ,
.index_auction_list_item .index_auction_item.on {
	background-image: url(../images/list_symbol_on.gif);
}
.index_sec .ad {
	float: left;
	position: relative;
	width: 556px;
	height: 330px;
	margin: 17px 0 0 13px;
	overflow: hidden;
}
.index_sec .ad .bd {
	width: 100%;
	height: 100%;
	overflow: hidden;
}
.index_sec .ad .hd {
	position: absolute;
	top: 50%;
	right: 20px;
	left: 20px;
	transition: all ease 300ms;
}
.index_sec .ad:hover .hd {
	right: 20px;
	left: 20px;
}
.index_sec .ad .hd .btn {
	position: absolute;
	top: 50%;
	width: 23px;
	height: 43px;
	transition: all ease 300ms;
}
.index_sec .ad .hd .btn.btn_prev {
	left: 0;
	background: url(../images/index_ad_hd_prev.png);
}
.index_sec .ad .hd .btn.btn_prev:hover {
	background: url(../images/index_ad_hd_prev_on.png);
}
.index_sec .ad .hd .btn.btn_next {
	right: 0;
	background: url(../images/index_ad_hd_next.png);
}
.index_sec .ad .hd .btn.btn_next:hover {
	background: url(../images/index_ad_hd_next_on.png);
}

.index_process {
	margin: 6px 0;
	background: white;
}
.index_process .process_title {
	float: left;
	margin: 0;
	padding: 43px 41px;
	font-weight: normal;
	color: white;
	background: #2b8bd5;
}
.index_process .process_list {
	margin: 0 0 0 113px;
	border: 1px solid #e3e4e6;
	border-left: none;
	background: white;
}
.index_process .process_item ,
.index_process .process_arr {
	display: inline-block;
	vertical-align: top;
}
.index_process .process_item {
	margin: 24px 47px 10px;
	text-align: center;
}
.index_process .process_item_symbol {
	display: block;
	width: 36px;
	height: 36px;
	margin: 0 auto;
	line-height: 36px;
}
.index_process .process_item_step {
	margin: 3px 0 0;
}
.index_process .process_item_title {
	font-size: 16px;
}
.index_process .process_arr {
	margin: 50px 0 0;
	width: 18px;
	height: 32px;
	background: url(../images/index_process_arr.png);
}

.index_prod_category {
	float: left;
	width: 281px;
	margin: 18px 0;
}

.index_product_list {
	float: right;
	width: 900px;
	margin: 20px 0;
}
.index_auction_type{
	width: 70%;
	margin: 0 auto;
	text-align: center;
}
.index_auction_type .type_box{
	display: inline-block;
	margin: 0 20px;
}
.index_auction_type .type_box span{
	display: block;
	margin: 10px 0;
}
.index_auction_type .type_box a{
	display: block;
	font-size: 16px;
	padding: 15px;
	margin: 0 40px;
	border-radius: 50%;
	background-color: #2b8bd5;
	color: #fff;
}
.index_product_title_line {
	border-top: 4px solid #2a8ad4;
}
.index_product_title {
	float: left;
	margin: 0;
	padding: 11px 10px 17px 60px;
	font-weight: normal;
	background: white url(../images/index_product_symbol.png) no-repeat 14px 6px;
}
.index_product_category_list {
	margin: 13px 0;
	/*border-bottom: 1px solid #d0d0d0;*/
}
.index_product_category_list .func {
	float: right;
	margin: 12px 2px 0 0;
	padding: 0 20px 0 0;
	color: #7a7a7a;
	background: url(../images/index_product_category_more.gif) no-repeat right center;
}
.index_product_category_list .category_list {
}
.index_product_category_list .category_item {
	display: inline-block;
	padding: 9px 14px;
	margin: 0 0 -1px 0;
	font-size: 16px;
	color: #424242;
	border-bottom: 2px solid transparent;
}
.index_product_category_list .category_item.on ,
.index_product_category_list .category_item:hover {
	color: #9b1e22;
	border-bottom-color: #e23c3c;
}
.slde_left {
	float: left; 
	width: 228px;
	padding-bottom: 20px;
}
.slde_left .product_list{
	text-align: center;
}
.slde_left .product_list .product_pic{
	float: left;
	width: 91px;
	height: 91px;
	line-height: 91px;
}
.slde_left .product_list .product_summary .price{
	margin: 0;
}
.slde_left .product_list .flag.dealed{
	display: none;
}
.info_side {
	width: 228px;
	padding-bottom: 20px;
}
.info_side .info_side_title {
	height:44px; line-height:44px; overflow:hidden; background: #2b8bd5; font-size:14px; font-weight:bold; text-indent:14px; color: white;border-top-left-radius: 5px;border-top-right-radius: 5px;
}
.info_cate_list {
	padding-bottom: 20px;border:1px solid #ddd;/* min-height:320px; */border-top:none;background: #f8f8f8;border-radius: 0 0 5px 5px;overflow: hidden;	
}
.info_cate_item {
	display: block;
	font-size: 16px;
	/* font-weight: bold; */
	color: #000;
	margin: 0 15px;
	padding: 15px 0;
	border-bottom: 1px solid #ccc;
}
.info_cate_item span{
	float: right;
}