@charset "utf-8";
/* CSS Document */

*{
   margin:0;padding:0;list-style-type:none;letter-spacing:1px;
}
a,span{
	font-size:14px;font-family:'Microsoft YaHei';text-decoration:none;display:inline-block;
}
.clear_float{
	clear:both;
}
/*头部条开始*/
.top_bar{
	width:100%;height:40px;background:#b50326;
}
.top_cont{
	width:1200px;height:40px;line-height:40px;flaot:right;margin:0 auto;
}
.top_cont span{
	color:#e5e5e5;display:inlnie-block;float:right;
}

/*nav开始*/
.nav{
	width:100%;height:100px;background:#d4002a;
}
.nav_cent{
	width:1200px;height:100px;margin:0 auto;
}
.nav_logo{
	width:235px;height:100px;background:url(../images/logo.jpg) no-repeat  15px;cursor:pointer;float:left;
}
.nav_logo a{
	text-indent:-999999px;
}
.nav_cont{
	width:900px;height:100px;float:right;line-height:100px;
}
.nav_cont a{
	width:120px;height:100px;text-align:center;padding:0 10px;font-size:18px;color:white;
}
.nav_cont a:hover{
	width:120px;height:100px;background:#31353b;
}

/*banner*/
/* fullSlide */
.fullSlide{width:100%;position:relative;height:606px;background:#000;}
.fullSlide .bd{margin:0 auto;position:relative;z-index:0;overflow:hidden;}
.fullSlide .bd ul{width:100% !important;}
.fullSlide .bd li{width:100% !important;height:606px;overflow:hidden;text-align:center;}
.fullSlide .bd li a{display:block;height:606px;}
.fullSlide .hd{width:100%;position:absolute;z-index:1;bottom:0;left:0;height:30px;line-height:30px;}
.fullSlide .hd ul{text-align:center;}
.fullSlide .hd ul li{cursor:pointer;display:inline-block;*display:inline;zoom:1;width:42px;height:11px;margin:1px;overflow:hidden;background:#000;filter:alpha(opacity=50);opacity:0.5;line-height:999px;}
.fullSlide .hd ul .on{background:#f00;}
.fullSlide .prev,.fullSlide .next{display:block;position:absolute;z-index:1;top:50%;margin-top:-30px;left:15%;z-index:1;width:40px;height:60px;background:url(images/slider-arrow.png) -126px -137px #000 no-repeat;cursor:pointer;filter:alpha(opacity=50);opacity:0.5;display:none;}
.fullSlide .next{left:auto;right:15%;background-position:-6px -137px;}

/*车辆展示*/
.car_show{
	width:1100px;height:auto;overflow:hidden;margin:20px auto;
}
.car_show p{
	width:1200px;height:70px;background:#d4002a;line-height:70px;
}
.car_show p span{
	text-indent:1em;font-size:18px;
}
.car_show ul{margin-left:30px;}
.car_show ul li{
	width:300px;height:320px;background:#31353b;margin:20px;float:left;
}
.car_show ul li i{
	display:inline-block;color:white;height:20px;line-height:35px;font-style:normal;text-indent:1em;
}

/*关于繁欣*/
.about{
	width:1100px;height:auto;background:yellow;
}
.about_left{
	width:373px;height:325px;float:left;
}
.about_left img{
	padding:20px;
}
.about_right{
	padding:20px;width:620px;height:335px;float:right;font-size:14px;line-height:22px;
}

/*版权部分*/
.footer{
	width:100%;height:130px;background:#31353b;
}
.foot_cont{
	width:1100px;height:130px;margin:0 auto;
}
.foot_cont_left{
	text-indent:2em;line-height:22px;width:500px;height:130px;float:left;
}
.foot_cont_left p{
	color:white;font-size:14px;
}
.foot_cont_right {
	width:214px;height:94px;float:right;	background:url(../images/logo.png) no-repeat 0 25px;
}
.foot_cont_right a{
	text-indent:-99999px;
}