@charset "utf-8";
/* CSS Document */
/*主体*/
/*关键字搜索*/
.search{
	width:100%;
	min-width:1200px;
	height:50px;
}
.dizhiyaoqiu{
	height: 30px;
	width: 1200px;
	text-align: left;
	float: left;
}
.dizhiyaoqiu span{
	color: #8E0000;	
}
.container {
				width: 1200px;
				height: 395px;
			}
			
			.info {
				margin-top: 10px;
				padding-left: 20px;
				color: #cc5522;
				font-size: 10px;
			}
			
			.lefts {
				float: left;
				width: 1200px;
				height: 395px;
				margin-bottom:10px;
			}
			.title {
				font-size: 14px;
				font-weight: bold;
				color: #cc5522;
			}
			
			.content {
				font-size: 13px;
				color: #333;
				margin-top: 6px;
			}
.body-box .bodyCont .shop .menuList .menu-list .navfsfa:hover{
	background-color: #313131;
}
.navfsfa{
	width: 178px;
	height: 37px;
	font-size: 16px;
	font-weight: bold;
	line-height: 37px;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 20px;
	background-color: #262626;
	color: #FFFFFF;
	background-image: url(../images/case04.png);
	background-repeat: no-repeat;
}
.lsfaft{
	/*display: none;*/
	/*lsfaft-style: none;*/
	padding: 0;
	margin: 0;
}
.lsfaft li{
	width: 176px;
	height: 29px;
	line-height: 29px;
	margin-left: 3px;
	padding-left: 45px;
	background-image: url(../images/case05.png);
	background-repeat: no-repeat;
}
.lsfaft li a{
	color: #FFFFFF;
	font-size: 14px;
}
.lsfaft li:hover{
	background-color: #393939;
}
.lsfaft.active{
	display: block;
}
.san{
	display: inline-block;
	width: 0;
	height: 0;
	border: 5px solid #FFF;
	border-color: transparent transparent transparent #FFF;
}
.san.active{
	border-color: #FFF transparent transparent transparent;
}
.search .searchCont{
	width:1200px;
	height:100%;
	margin:0 auto;
	background-color:white;
}
.search .searchCont .key{
	float:left;
	font-size:14px;
	font-family:"宋体";
}
.search .searchCont .key span{
	float:left;
	color:#333;
	font-weight:bold;
	line-height:50px;
}
.search .searchCont .key ul{
	float:left;
	height:20px;
	line-height:20px;
	margin-left:5px;
	margin-top:15px;
}
.search .searchCont .key ul>li{
	float:left;
	padding-left:10px;
	padding-right:10px;
	text-align:center;
	cursor:pointer;
	border-left:1px dotted #999;
}
.search .searchCont .key ul>li a{
	color:#666;
}
.search .searchCont .key ul>li a:hover{
	color:#e60619;
}
.search .form{
	float:right;
	padding-top:10px;
}
.search .form .inputContainer{
	height:30px;
	position:relative;
}
.search .form .inputContainer input[type=search]{
	height:100%;
	width:245px;
	border:1px solid #dee3e7;
	position:absolute;
	right:35px;
	outline:0;
	padding-left:15px;
}
.search .form .inputContainer input[type=submit]{
	border:0;
	width:35px;
	height:30px;
	background:#eb6001 url(../images/ss.jpg) no-repeat center center;
	position:absolute;
	right:0;
}
/*轮播图
.banner{
	width:100%;
	min-width:1200px;
	height:400px;
	overflow:hidden;
	background-color:#FAFAFA;
}
.banner ul{
	width:100%;
	height:100%;
	position:relative;
}
.banner ul>li{
	width:100%;
	height:100%;
	float:left;
	opacity:0;
	z-index:1;
	position:absolute;
	cursor:pointer;
}
.banner ul>li>img{
	width:100%;
	height:100%;
}*/
.body-box{
	margin-top:30px;
}
.body-box .bodyCont{
	width:1200px;
	margin:0 auto;
	height:auto;
}
/*流程图*/
.body-box .bodyCont .process{
	width:100%;
	height:150px;
	margin-bottom:16px;
}
.body-box .bodyCont .process img{
	width:100%;
}
/*小轮播图*/
.body-box .bodyCont .brief{
	width:100%;
	height:300px;
	margin-bottom:16px;
}
.body-box .bodyCont .brief .leftBanner{
	float:left;
	width:360px;
	height:100%;
	overflow:hidden;
	position:relative;
}
.body-box .bodyCont .brief .leftBanner ul{
	width:1200px;
	height:300px;
	position:absolute;
}
.body-box .bodyCont .brief .leftBanner ul>li{
	width:360px;
	height:300px;
	float:left;
}
.body-box .bodyCont .brief .leftBanner ul>li img{
	width:100%;
	height:100%;
}
.body-box .bodyCont .brief .leftBanner ol{
	position:absolute;
	bottom:0;
	width:100%;
	height:35px;
	background-color:rgba(231,185,15,0.7);
	padding-left:300px;
}
.body-box .bodyCont .brief .leftBanner ol>li{
	width:12px;
	height:12px;
	border-radius:50% 50%;
	background-color:#ac8701;
	float:left;
	margin-right:8px;
	margin-top:12px;
	cursor:pointer;
}
.body-box .bodyCont .brief .leftBanner ol>li.on{
	background-color:white;
}
.body-box .bodyCont .brief .mid{
	float:left;
	width:580px;
	height:100%;
	padding-left:25px;
}
.body-box .bodyCont .brief .mid h2{
	height:38px;
	font-size:22px;
	line-height:38px;
	color:#e60619;
	text-align:center;
	cursor:pointer;
}
.body-box .bodyCont .brief .mid p{
	font-size:12px;
}
.body-box .bodyCont .brief .mid>a{
	color:#ff002b;
	float:right;
}
.body-box .bodyCont .brief .mid ul{
	border-top:1px dashed #333;
	margin-top:30px;
	padding-top:10px;
}
.body-box .bodyCont .brief .mid ul>li{
	height:32px;
	line-height:32px;
	overflow: hidden;
}
.body-box .bodyCont .brief .mid ul>li>a{
	color:#333;
	font-size:12px;
	word-break:break-all;
	overflow: hidden;
}
.body-box .bodyCont .brief .mid ul>li span {
    float: right;
    width: 90px;
    display: block;
    font-size: 12px;
}
.body-box .bodyCont .brief .right{
	float:right;
	width:240px;
	height:100%;
	border:1px solid #d2d2d2;
	border-top:2px solid #eb212e;
}
.body-box .bodyCont .brief .right>h4{
	height:30px;
	line-height:30px;
	font-size:14px;
	color:#00a5e7;
	padding-left:10px;
	border-bottom:1px solid #d2d2d2;
}
.body-box .bodyCont .brief .right>h4 img{
	margin-top:-5px;
}
.body-box .bodyCont .brief .right .guangzhu{
	width:100%;
	height:90px;
	border-bottom:1px solid #d2d2d2;
	position:relative;
}
.body-box .bodyCont .brief .right .guangzhu>img:nth-of-type(1){
	width:50px;
	height:50px;
	position:absolute;
	left:15px;
	top:15px;
}
.body-box .bodyCont .brief .right .guangzhu>h4{
	font-size:16px;
	color:#00a5e7;
	position:absolute;
	top:15px;
	left:75px;
}
.body-box .bodyCont .brief .right .guangzhu>a>img{
	position:absolute;
	top:41px;
	left:75px;
}
.body-box .bodyCont .brief .right .info{
	padding:15px 10px 15px 15px;;
	font-size:12px;
	overflow:auto;
	width:230px;
	height:180px;
}
.body-box .bodyCont .brief .right .info a{
	color:#333;
}
/*改装套餐*/
.body-box .bodyCont .change{
	height:215px;
	border-top:3px solid #2c56af;
	margin-bottom:16px;
}
.body-box .bodyCont .change h2{
	font-family:"黑体";
	font-size:20px;
	color:#ec520e;
	height:50px;
	line-height:50px;
	padding-left:10px;
	font-weight:bold;
}
.body-box .bodyCont .change ul li{
	float:left;
	width:150px;
	text-align:center;
}

.body-box .bodyCont .change ul li a{
	width:130px;
	height:130px;
	padding:15px 5px 22px 5px;
	border:1px solid #ddd;
	overflow:hidden;
	display:block;
	margin:0 auto;
}
.body-box .bodyCont .change ul li div img{
	width:110px;
	height:100px;
}
.body-box .bodyCont .change ul li h4{
	text-align:center;
	height:35px;
	line-height:35px;
	font-size:12px;
}
.body-box .bodyCont .change ul a{
	color:#333;
}
/*过渡1*/
.body-box .bodyCont .transition{
	width:100%;
	height:90px;
	margin-bottom:16px;
	background-color:black;
	overflow:hidden;
}
.body-box .bodyCont .transition img{
	width:100%;
	height:100%;
}
/*选择优势*/
.jx {
    background: #f2f2f2 url(../images/jx_bg1.gif) no-repeat center top;
    height: 740px;
    padding-top: 75px;
    overflow: hidden;
}
.jx2 {
    height: 603px;
    overflow: hidden;
    position: relative;
    background: url(../images/jx_bg.jpg) no-repeat center top;
}
.jx2 .dl01 {
    position: absolute;
    top: 0;
    left: 0;
}
.jx2 dl {
    width: 237px;
    height: 152px;
    border-bottom: 2px solid #666;
    overflow: hidden;
}
.jx2 dt {
    height: 45px;
    font-size: 18px;
    text-align: center;
    font-weight: bold;
    line-height: 45px;
    overflow: hidden;
    color: #000;
    background: url(../images/jx_h2.png) no-repeat center center;
}
.jx2 dd {
    font-size: 14px;
    color: #666;
    line-height: 24px;
    margin-top: 12px;
    text-transform: uppercase;
}
.jx2 .dl02 {
    position: absolute;
    top: 213px;
    left: 0;
}
.jx2 .dl03 {
    position: absolute;
    top: 423px;
    left: 0;
}
.jx2 .dl04 {
    position: absolute;
    top: 0;
    right: 0;
}
.jx2 .dl05 {
    position: absolute;
    top: 213px;
    right: 0;
}
.jx2 .dl06 {
    position: absolute;
    top: 423px;
    right: 0;
}


/*结束*/
.topbrand{
	display: none;
}
.topbrand {
	position:absolute;
	bottom:35px;
	height:158px;
	width:500px;
}
.topbrand li{
	width:120px !important;
	height:64px !important;
	margin-right:5px !important;
	position:absolute;
	border:2px solid black;
	text-align:center;
	line-height:55px;
}
.topbrand-type-1 {
	top:8px;
	left:0;
}
.topbrand-type-2 {
	top:8px;
	left:125px;
}
.topbrand-type-3 {
	top:8px;
	left:250px;
}
.topbrand-type-4 {
	top:8px;
	left:375px;
}
.topbrand-type-5 {
	top:94px;
	left:0;
}
.topbrand-type-6 {
	top:94px;
	left:125px;
}
.topbrand-type-7 {
	top:94px;
	left:250px;
}
.topbrand-type-8 {
	top:94px;
	left:375px;
}
/*商品列表 */
.body-box .bodyCont .shop:after{
	content:"";
	visibility:hidden;
	display:block;
	clear:both;
	height:0;
}
.body-box .bodyCont .shop{
	width:100%;
	margin-bottom:28px;
}
.body-box .bodyCont .shop .menuList{
	width:238px;
	height:670px;
	background-color:#262626;
	margin-right:18px;
	float:left;
}
.body-box .bodyCont .shop .menuList h2{
	color:white;
	display:block;
	width:238px;
	height:79px;
	padding-top:12px;
	font:26px/100% "Microsoft YaHei";
	background-image:url(../images/case01.png);
	background-repeat:no-repeat;
	text-align:center;
}
.body-box .bodyCont .shop .menuList h2 em{
	text-transform:uppercase;
	font-size:10px;
	display:block;
	font-family:'lucida sans unicode';
}
.body-box .bodyCont .shop .menuList .menu-list{
	width:198px;
	padding:20px 0 7px 22px;
	position:relative;
	height:600px;
}
.body-box .bodyCont .shop .menuList .menu-list dt{
	position:absolute;
	z-index:2;
	left:25px;
	top:12px;
	width:30px;
	height:100%;
	background:url(../images/case04.png) repeat-y center 0;
}
.body-box .bodyCont .shop .menuList .menu-list dd{
	width:198px;
	position:relative;
	height:30px;
	padding-left:38px;
	margin-bottom:7px;
	line-height:30px;
	font-size:16px;
}
.body-box .bodyCont .shop .menuList .menu-list dd:hover, .more_sub {
	background-color:#434242;
}
.body-box .bodyCont .shop .menuList .menu-list dd a{
	color:white;
}
.body-box .bodyCont .shop .menuList .menu-list dd .subMenu{
	position:absolute;
	left:198px;
	top:0;
	z-index:999;
	width:160px;
	background:black url(../images/sub-menu.png) no-repeat 0 0;
	font-size:14px;
	overflow:hidden;
	display:none;
	padding-top:5px;
	padding-bottom:10px;
}
.body-box .bodyCont .shop .menuList .menu-list dd:hover .subMenu{
	display:block;
}
.body-box .bodyCont .shop .menuList .menu-list dd .subMenu>li{
	height:32px;
	line-height:32px;
	width:150px;
	margin-left:5px;
	margin-right:5px;
	background:url(../images/sub-menu01.png) repeat-x 0 bottom;
}
.body-box .bodyCont .shop .menuList .menu-list dd .subMenu>li:hover{
	background-color:#434242;
}
.subMenu li a {
    display: block;
    padding-left: 20px;
    color: #fff;
    font: 14px/32px "Microsoft YaHei";
    background: url(../images/sub-menu02.png) no-repeat 10px center;
}
.body-box .bodyCont .shop .shopList{
	width:944px;
	height:670px;
	float:left;
	border:1px solid #e7e7e7;
}
.body-box .bodyCont .shop .shopList .caseHead{
	background: #393939;
}
.body-box .bodyCont .shop .shopList .caseHead ul li{
	float:left;
	height:39px;
	text-align:center;
	width: 235px;
}
.body-box .bodyCont .shop .shopList .caseHead ul li a{
	display:inline-block;
	font-size:18px;
	height:100%;
	font-weight:normal;
	color:#FFFFFF;
	line-height:39px;
}
.body-box .bodyCont .shop .shopList .caseHead ul li.hover a p{
	color: #e00024;
}
.body-box .bodyCont .shop .shopList .caseList ul{
	display:none;
}
.body-box .bodyCont .shop .shopList .caseList ul li{
	float:left;
	width:303px;
	overflow:hidden;
	border-bottom:1px dotted #e7e7e7;
	padding-top: 24px;
	padding-right: 0;
	padding-left: 34px;
	padding-bottom: 18px;
}
.body-box .bodyCont .shop .shopList .caseList ul li a img{
	width:269px;
	height:190px;
}
.body-box .bodyCont .shop .shopList .caseList ul li a img.img-thumbnail{
	background-color:#e7e7e7;
}
.body-box .bodyCont .shop .shopList .caseList ul li a img.img-thumbnail:hover{
	background-color:#972D2D;
}
.body-box .bodyCont .shop .shopList .caseList ul li h4{
	text-align:center;
	display: block;
	font-weight:bold;
	font-size:16px;
	padding-top:10px;
	background-image:url(../images/case06.png);
	background-repeat:no-repeat;
}
.body-box .bodyCont .shop .shopList .caseList ul li p{
	display: block;
	text-align:center;
	padding-top:5px;
	padding-bottom:5px;
}
.body-box .bodyCont .shop .shopList .caseList ul li .xz .xiangqing{
	width:103px;
	height:26px;
	display:inline-block;
	background-color:#cd2b1e;
	float:left;
	line-height:26px;
	text-align:center;
	color:white;
}
.body-box .bodyCont .shop .shopList .caseList ul li .xz .zixun{
	width:103px;
	height:26px;
	display:inline-block;
	background-color:black;
	float:right;
	line-height:26px;
	text-align:center;
	color:white;
}
/*过渡2*/
.body-box .bodyCont .transition2{
	width:100%;
	height:100px;
	margin-bottom:26px;
	background-color:black;
	overflow:hidden;
}
.body-box .bodyCont .transition2 img{
	width:100%;
	height:100%;
}
/*产品中心*/
.body-box .bodyCont .products{
	width:100%;
	position:relative;
}
.body-box .bodyCont .products h2{
	height:100%;
	width:115px;
	line-height:50px;
	color:#e95412;
	font-size:20px;
	font-family:"微软雅黑";
	font-weight:bold;
	padding-left:12px;

}
.body-box .bodyCont .products .header ul{
	position:absolute;
	top:0;
	left:115px;
	font-family:"宋体";
	font-size:12px;
	width:860px;
	height:50px;
	line-height:50px;

}
.body-box .bodyCont .products ul>li{
	float:left;
	margin-right:10px;
}
.body-box .bodyCont .products ul>li a{
	color:#666;
}
.body-box .bodyCont .products .header>a{
	color:#666;
	font-size:16px;
	line-height:50px;
	height:50px;
	width:235px;
	text-align:right;
	position:absolute;

	top:0;
	right:0;
}
.body-box .bodyCont .products .productsList{
	width:100%;
	height:340px;
	border:2px solid #d8e6ee;
	margin-bottom:15px;
	position:relative;
}
.body-box .bodyCont .products .productsList .view{
	width:1114px;
	height:100%;
	left:0;
	right:0;
	margin:0 auto;
	overflow:hidden;
	position:relative;
}
.body-box .bodyCont .products .productsList .view .long{
	width:3342px;
	height:100%;
	position:absolute;
	left:0;
}
.body-box .bodyCont .products .productsList .view ul{
	width:1104px;
	height:100%;
	margin-left:10px;
	float:left;
}
.body-box .bodyCont .products .productsList ul>li{
	width:174px;
	height:159px;
	margin-bottom:8px;
	padding-top:15px;
}
.body-box .bodyCont .products .productsList ul>li div{
	width:100%;
	height:120px;
	padding:2px;
	border:1px solid #e3e3e3;
}
.body-box .bodyCont .products .productsList ul>li:hover div{
	background-color:#972D2D;
}
.body-box .bodyCont .products .productsList ul>li h3{
	height:24px;
	font-size:12px;
	line-height:24px;
	text-align:center;
	font-family:"宋体";
}
.body-box .bodyCont .products .productsList ul>li div img{
	width:100%;
	height:100%;
}
.body-box .bodyCont .products .productsList i.leftIcon{
	position:absolute;
	top:147px;
	left:8px;
	cursor:pointer;
}
.body-box .bodyCont .products .productsList i.rightIcon{
	position:absolute;
	top:147px;
	right:8px;
	cursor:pointer;
}
/*汽车保养小常识、汽车隔音知识、DVD导航知识*/
.body-box .bodyCont .knowledge{
	width:100%;
	height:445px;
	border-top:2px solid #2c56af;
	margin-bottom:16px;
}
.body-box .bodyCont .knowledge .item{
	width:400px;
	float:left;
	height:100%;
}
.body-box .bodyCont .knowledge .item h2{
	display:inline-block;
	height:50px;
	width:auto;
	line-height:50px;
	font-size:20px;
	color:#e95412;
	font-family:"微软雅黑";
	font-weight:bold;
	border-top:2px solid #e95412;
	margin-top:-2px;
}
.body-box .bodyCont .knowledge .item .first{
	padding-top:15px;
	padding-bottom:15px;
	margin-right:25px;
	margin-bottom:10px;
	height:135px;
	border-bottom:1px dotted #444;
}
.body-box .bodyCont .knowledge .item .first .info-1 {
	width:160px;
	height:105px;
	margin-right:15px;
	float:left;
}
.body-box .bodyCont .knowledge .item .first .info-1 img{
	width:100%;
	height:100%;
}
.body-box .bodyCont .knowledge .item .first .info-2 {
	width:200px;
	height:105px;
	float:left;
	position:relative;
}
.body-box .bodyCont .knowledge .item .first .info-2  h4{
	font-size:14px;
	height:20px;
	line-height:20px;
	font-weight:bold;
}
.body-box .bodyCont .knowledge .item .first .info-2  p{
	font-size:12px;
	height:20px;
	line-height:20px;
}
.body-box .bodyCont .knowledge .item .first .info-2 a{
	position:absolute;
	bottom:0;
	right:0;
	color:red;
}
.body-box .bodyCont .knowledge .item ul{
	margin-right:25px;
}
.body-box .bodyCont .knowledge .item ul li{
	height:25px;
}
.body-box .bodyCont .knowledge .item ul li a{
	color:#333;
	background:url(../images/dot.gif) no-repeat left center; padding-left:16px;
}
.body-box .bodyCont .knowledge .item ul li span{
	float:right;
}
.info-right { margin-right:0px !important;}
#scontent1 { display:block; }

/*新闻动态·关于我们*/
/*.body-box .bodyCont .new_about{
	position: relative;
	width:100%;
	border-top:3px solid #2c56af;
	margin-bottom:16px;
}

.body-box .bodyCont .new_about h2{
	position: absolute; top: -3px; right: 400px;
	width:400px;
	height:115px;
	text-indent:-9999px;
	background:url(../images/newabout.jpg) no-repeat top center;
}*/
.title {
    text-align: center;
    width: 100%;
    margin-bottom: 40px;
    position: relative;
}
.title h3 {
    font-size: 60px;
    font-weight: bold;
    display: block;
    line-height: 60px;
}
.title h3 b {
    display: inline-block;
    color: #bd0b17;
    font-size: 40px;
}
.title h4 {
    font-size: 24px;
    font-weight: normal;
   /* padding-top: 20px;*/
    color: #717171;
    display: block;
    letter-spacing: 3px;
}
.title .line_lef {
    left: 50%;
    margin-left: -392px;
    background: url(../images/line.png) no-repeat;
}
.title s {
    position: absolute;
    top: 12px;
    display: block;
    width: 124px;
    height: 42px;
}
.title .line_rig {
    right: 50%;
    margin-right: -392px;
    background: url(../images/linea.png) no-repeat;
}
.title s {
    position: absolute;
    top: 12px;
    display: block;
    width: 124px;
    height: 42px;
}

.body-box .bodyCont .new_about .content{
	margin-top: 90px;
	overflow: hidden;
}
.body-box .bodyCont .new_about .content .xwright{
	float: left;
	width: 450px;
}

.body-box .bodyCont .new_about .content .xwright ul li{
	padding-left: 25px;
	background: url("../images/reddot_11.png") no-repeat;
	font-size: 15px;
	line-height: 30px;
	width: 445px;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;

}
.body-box .bodyCont .new_about .content .xwright ul li a{
	color: #333;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;

}
.body-box .bodyCont .new_about .content .xwright ul li a:hover {
	color: red;
}
.body-box .bodyCont .new_about .content .middle{
	float: left;
	width: 320px;
	text-align: center;
	padding-top: 10px;
}
.body-box .bodyCont .new_about .content .middle p{
	font-size: 20px;
	color: #666;
	line-height: 30px;
}
.body-box .bodyCont .new_about .content .gyleft{
	float: right;
	width: 430px;
}
.body-box .bodyCont .new_about .content .gyleft .txt{
	font-size: 15px;
	line-height: 30px;

}
.cur {
	border-bottom: 2px solid #e00024;
}
.cur a{
	color: #e00024;
}
