body {
	background-color: #F8F8F8;
}
/*********************** carousel start ***********************/
.carousel {
	display: block;
	width: 100%;
}

.carousel>img {
	width: 100%;
	min-width: 1200px;
}

/*brand_selected*/
.selected_box {
	position: relative;
	top: -45px;
	display: block;
	padding: 50px 25px 25px 25px;
	background-color: #ffffff;
	height: 200px;
	color: #5895ce;
	text-align: center;
	border-radius: 5px;
}

.selected_box>div {
	height: 59px;
	padding: 6px 0;
	border-bottom: 1px solid #f0f0f0;
	position: relative;
}

.selected_box h1 {
	display: block;
	height: 59px;
	line-height: 59px;
	width: 55px;
	padding: 0 2px;
	font-size: 18px;
	color: #5895ce;
	float: left;
}

.brand_selected_list ul {
	float: left;
	width: 980px;
	height: 59px;
	overflow: hidden;
}

.brand_selected_list .brand_more {
	display: block;
	float: left;
	width: 70px;
	height: 66px;
	line-height: 66px;
	margin-left: 5px;
	padding-left: 35px;
	cursor: pointer;
}

.brand_selected_list, .price_selected_list, .model_selected_list {
	float: left;
}

.selected_box p {
	font-size: 14px;
	color: #656565;
}

.selected_box p:hover {
	color: #FFC64C;
}

.model_selected_list li, .price_selected_list li, .brand_selected_list li
	{
	float: left;
	margin-left: 28px;
	width: 70px;
	height: 59px;
}

/*********************** carousel end ***********************/

/*********************** promotion start ***********************/
.title_b h1 {
	float: left;
	width: 160px;
	font-size: 38px;
	color: #373739;
	font-weight: 600;
	border-bottom: 5px solid #f2454d;
	margin-right: 4px;
	padding-bottom: 5px;
}

.title_b span {
	height: 57px;
	width: 1036px;
	float: left;
	display: block;
	border-bottom: 2px solid #333;
}
/*********************** promotion end ***********************/

/*********************** accessories start ***********************/
.title_c {
	margin-top: 36px;
	margin-bottom: 29px;
	display: block;
	text-align: center;
	font-size: 36px;
	color: #5895ce;
	background: url("../img/title_bg.png") no-repeat center;
}

.title_c span {
	display: block;
	font-size: 18px;
	margin-top: 2px;
}

.accessories {
	margin-top: 30px;
}

.accessories .accessories_nav ul li {
	font-size: 16px;
	float: left;
	font-weight: bold;
	text-align: center;
}

.accessories .accessories_list {
	width: 1200px;
	margin-top: 30px;
	font-size: 18px;
	overflow: hidden;
}

.accessories .accessories_list ul {
	width: 1250px;
}

.accessories .accessories_list li {
	width: 285px;
	height: 264px;
	float: left;
	margin-right: 20px;
	margin-bottom: 20px;
	overflow: hidden;
	background-color: #fff;
	border-radius: 10px;
}

.accessories .accessories_list li:hover {
	width: 285px;
	height: 264px;
	box-shadow: 0 4px 4px 4px rgba(221, 227, 240, 1.1);
}

.accessories .accessories_list li img {
	width: 285px;
	height: 220px;
}

.accessories .accessories_list p {
	margin-top: 18px;
}

.accessories_list li .realDefaultPrice {
	color: #f2454d;
	font-size: 22px;
	position: relative;
}

.accessories_list li .cname {
	font-size: 22px;
	position: relative;
	left: 10px;
	display: inline-block;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	width: 184px;
	color: #323c44;
	font-size: 16px;
}
/*********************** accessories end ***********************/

/*********************** partner end ***********************/
.partner {
	margin-top: 53px;
}

.partner ul li {
	display: block;
	width: 115px;
	height: 70px;
	border: solid 1px red;
	margin: 0 0 -1px -1px;
	position: relative;
	z-index: 0;
	float: left;
	/*background: url("../img/byd_bg.png") no-repeat;*/
}
/*********************** partner end ***********************/