﻿@charset "utf-8";
/* CSS Document */

.brand_container{
	width:920px;
	margin:auto;
	position:relative;
}
.brand_tit{
	overflow:hidden;
	border:1px solid #ccc;
	padding:24px 0;
	
}
.brand_tit_left{
	float:left;
	margin-right:24px;
}
.brand_tit_right{
	float:left;
	width:750px;
}
.col{
	display:inline-block;
	height:28px;
	line-height:28px;
	text-align:center;
	background:#00a2ea;
	color:#fff;
	font-size:18px;
	
}
.brand_tit_right a{
	margin-left:14px;
	font-size:18px;
	color:#333;
}
.brand_tit_right a:hover{
	text-decoration:underline;
	
}
.brand_tit_left h1{
	font-size:18px;
	position:relative;
	padding-left:38px;
	font-weight:normal;
	
}
.brand_tit_left h1:after{
	position:absolute;
	left:10px;
	top:-6px;
	content:"";
	width:8px;
	height:40px;
	background:#00a2ea;
}

/*商品列表*/
.bar{
	position:absolute;	
	left:-206px;
	top:0;
	background:#f8f8f8;
	width:200px;
	border-radius:10px;
	-webkit-border-radius:10px;
	-moz-border-radius:10px;
	-ms-border-radius:10px;
	-o-border-radius:10px;
	z-index:9999;
}
.bar h1{	
	background:#007eb6;	
	color:#fff;
	height:50px;
	line-height:50px;
	border-radius:10px;
	-webkit-border-radius:10px;
	-moz-border-radius:10px;
	-ms-border-radius:10px;
	-o-border-radius:10px;
	margin-bottom:10px;
	font-weight:normal;
}
.bar h1 span{
	margin-left:24px;
	font-size:20px;
}
.bar_list{
	border-bottom:1px dashed #ccc;
}
.bar h2{
	height:46px;
	line-height:46px;
	font-weight:normal;
	cursor:pointer;
	border-bottom:1px solid #fff;
	/*margin-top:10px;*/
	
}
.bar h2 a:hover{border-left:3px solid #fff;}
.bar h2 .current_color{
	border-left:3px solid #fff;
}
.bar h2 a{
	font-size:16px;	
	margin-left:16px;
	color:#fff;	
	padding-left:30px;
}
.bar ul li a{
	font-size:15px;
	color:#333;
}
.bar ul li a:hover{
	color:#0194d5;
}
.current_h2{
	background:#00a2ea;
	color:#fff;
}
/*右边栏结束*/
.page_number{
	overflow:hidden;
	padding:38px 0;
}
.page_number_left{
	float:left;
}
.page_number_right{
	float:right;
}
.page_number_right a{
	border:1px solid #ccc;
	font-size:14px;
	padding:4px 3px;
}
.page_number_right a:hover{
	background:#39F;
	color:#fff;
	cursor:pointer;
}
.page_number_right span{
	display:inline-block;
	padding:6px 8px;
	color:#1287bb;
	margin:3px;
	cursor:pointer;
	
}
.page_number_right .current, .page_number_right a:hover{
	background:#00a2ea;
	color:#fff;
}
.page_number_left h1{
	font-size:18px;
	color:#333;
	position:relative;
	margin-left:26px;
	padding-left:16px;
	font-weight:normal;
}
.page_number_left h1:after{
	position:absolute;
	content:"";
	left:-12px;
	top:0;
	width:6px;
	height:30px;
	background:#eb8373;
}
.page_number_left h1 span{
	margin-left:26px;
	font-size:18px;
}
/*产品*/
.product_menu{
	overflow:hidden;
	width:100%;
	margin-bottom:44px;
}
.product_menu li{
	float:left;
	width:32%;
	transition:all 1s;
	margin-right:6px;	
}

.product_menu li .product_pic{
	border:solid #ccc 1px;
}
.product_menu li p{
	width:280px;
	margin:auto;
	height:94px;
	text-align:left;
	font-size:12px;
	margin-top:12px;
	
}
.product_menu li p span{
	display:block;
	font-size:16px;
	font-weight:bold;
	text-align:center;
	margin-bottom:12px;
	
}

.product_menu li .in{
    display:block;
	width:130px;
	margin:auto;
	height:32px;
	text-align:center;
	line-height:32px;
	border:1px solid #ccc;
	margin-top:26px;
	color:#ff0000;
	background:url(../img/car1.png) no-repeat 14px center;	
	font-size:14px;
	margin-bottom:20px;
	cursor:pointer;
	transition:all 1s;
	-moz-transition:all 1s;
	-ms-transition:all 1s;
	-o-transition:all 1s;
	-webkit-transition:all 1s;
	
}
.product_menu li .in span{margin-left:30px;}
/*.in{
	background:#eee url(../img/car1.png) no-repeat 4px center;
	
}
*/
.product_menu li:hover{		
	transform:translatex(4px);
	-moz-transform:translatex(4px);
	-ms-transform:translatex(4px);
	-o-transform:translatex(4px);
	-webkit-transform:translatex(4px);
}
.product_pic img{
	width:260px;
	height:160px;
}
