@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: 30px;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 20px;
	background-color: #000000;
	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: 30px;
	margin-left: 3px;
	padding-left: 45px;
	background-image: url(../images/case05.png);
	background-repeat: no-repeat;
}
.lsfaft li a{
	color: #FFFFFF;
}
.lsfaft li:hover{
	background-color: #313131;
}
.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:#00bdbd;
}
.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:16px;
}
.body-box .bodyCont{
	width:1200px;
	margin:0 auto;
	height:auto;
}
/*流程图*/
.body-box .bodyCont .process{
	width:100%;
	height:130px;
	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:#00bdbd;
	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:170px;
	border-top:3px solid #43b7b0;
	margin-bottom:16px;
}
.body-box .bodyCont .change h2{
	font-family:"黑体";
	font-size:20px;
	color:#000000;
	height:50px;
	line-height:50px;
	padding-left:10px;
	font-weight:bold;
}

/*过渡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%;
}
/*选择渝大昌优势*/
.body-box .bodyCont .advantage{
	position: relative;
	width:100%;
	border-top:3px solid #2c56af;
	margin-bottom:16px;
}
.body-box .bodyCont .advantage .indys { margin-top:90px; }
.body-box .bodyCont .advantage h2{
	position: absolute; top: -3px; right: 400px;
	width:400px;
	height:115px;
	text-indent:-9999px;
	background:url(../images/indys.jpg) no-repeat top center;
}
.body-box .bodyCont .advantage ul>li{
	width:550px;
	height:300px;
	float:left;
	position:relative;
}
.float-right {
	float:right !important;
}
.body-box .bodyCont .advantage ul>li>img{
	display:inline-block;
	font-size:80px;
	width:81px;
	height:125px;
	position:absolute;
	left:0;
	top:0;
}
.body-box .bodyCont .advantage ul>li b{
	font-size:26px;
	position:absolute;
	left:90px;
	top:10px;
}
.body-box .bodyCont .advantage ul>li p{
	font-size:14px;
	position:absolute;
	left:90px;
	top:54px;
}
.body-box .bodyCont .advantage ul>li ol {
	position:absolute;	
	bottom:25px;
}
.body-box .bodyCont .advantage ul>li ol>li{
	width:240px;
	height:150px;
	margin-right:10px;
	float:left;
	display:block;
}


.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:680px;
	background-color:black;
	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:0 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:640;
	float:left;
	border:1px solid #e7e7e7;
}
.body-box .bodyCont .shop .shopList .caseHead{
	background-image: url(../images/nvae.jpg);
	background-repeat: repeat-x;
}
.body-box .bodyCont .shop .shopList .caseHead ul li{
	float:left;
	height:39px;
	text-align:center;
	width: 188px;
}
.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{
	background-image:url(../images/nvaeR.jpg);
	background-repeat:no-repeat;
}
.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:#00bdbd;
	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;
	border-top:2px solid #e95412;
}
.body-box .bodyCont .products .header ul{
	position:absolute;
	top:0;
	left:115px;
	font-family:"宋体";
	font-size:12px;
	width:860px;
	height:50px;
	line-height:50px;
	border-top:2px solid #2c56af;
}
.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;
	border-top:2px solid #2c56af;
	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; }