﻿@charset "utf-8";

body{ color:#333; font:12px "Microsoft yahei", arial; }
a { color:#333; text-decoration:none; }


/*非常用特殊样式*/
.yahei {
	font-family:"Microsoft yahei";
}
.songti {
	font-family:"SimSun";
}
.textOverHide {
	overflow:hidden;
	white-space:nowrap;
	text-overflow:ellipsis;
}
.pointer {
	cursor:pointer;
}
.block1200 {
	width:1200px;
	overflow:hidden;
	margin:0 auto;
}
.blockk1200 {
	width:1200px;
	display: table;
	margin:0 auto;
}
.block1100 {
	width:1100px;
	overflow:hidden;
	margin:0 auto;
}
.block1000 {
	width:1000px;
	overflow:hidden;
	margin:0 auto;
}
.blockk1000 {
	width:1000px;
	display: table;
	margin:0 auto;
}
.block998 {
	width:998px;
	overflow:hidden;
	margin:0 auto;
}
.block100 {
	width:100%;
	overflow:hidden;
}
.block50 {
	width:50%;
	overflow:hidden;
}
.block25 {
	width:25%;
	overflow:hidden;
}
.height100 {
	height:100%;
}
.positionR {
	position:relative;
}
.positionA {
	position:absolute;
}
.positionF {
	position:fixed;
}
/*非常用特殊样式*/

#warp {
	width:100%;
	overflow:hidden;
}

#header {
	width:100%;
	overflow:hidden;
}


/*导航栏*/
/*.navigation {
	position: absolute;
	top: 150px;
	left: 0;
	width: 100%;
	height:56px;
	line-height: 56px;
	background: #222222;
	z-index: 9;
}
.navigation .gc{
	width: 220px;
	height: 56px;
	line-height: 56px;
	text-align: center;
	background: #0165ba;
	color: #fff;
	font-size: 18px;
	font-weight: bold;
	float: left;
	cursor: pointer;
	position: relative;
}
.nav .yc{ width:70px; padding-left:26px;	top: 0;}
.yc{
	width: 220px;
	
	position: absolute;
	left: 0;
	top: 56px;
	display: none;
}
.navigation .gc:hover .yc{
	display: block;
}
.yc h2{
	width: 100%;
	height: 42px;
	line-height: 42px;
	font-size: 16px;
	color: #636363;
	font-weight: bold;
	background: #ddeec5;
	border-bottom:1px  solid #eee;
}

.yc a:hover h2{ color: #0165ba;}
.nav li .yc a:hover h2{ color: #0165ba;}
.yc .lj{
	width: 100%;
	overflow: hidden;
	padding: 11px 0 0;
	background: rgba(255,255,255,.85);
	padding-bottom:10px;
}
.yc .lj a{
	display: block;
	float: left;
	font-size: 14px;
	line-height: 28px;
	color: #434343;
}
.yc .lj a:hover{text-decoration: underline;}

.yc .lj1 {margin-left: 14px;}
.yc .lj2 {margin-left: 18px;width: 52px;text-align: left;}
.yc .lj3 {margin-left: 18px;width: 66px;text-align: left;}
.nav {
	width: 980px;
	float: right; 
	text-align:center;
	 display:table;
}
.nav li 
{
     padding-left:43px;
	
	line-height: 56px;
	float: left;
	font-size: 16px;
	font-weight: bold;
	position:relative;
}
.nav li a{
	color: #fff;
}
.navigation li:hover .yc{
	display: block;
}
.nav li:hover a{
	color: #0165ba;
}
.nav .cur a{color: #0165ba;}
/*导航栏*/



/*头部结束*/
/*头部开始*/
.zhuanye{
	width: 100%;
	height: 150px;
	
	position: absolute;
	z-index: 999;
	top:60px;
}
.logo{
	float: left;
	margin: 114px 42px 0 0px;
}
.logo p{
	font-size: 16px;
	color: #fff;
	letter-spacing: 1px;
	margin-top: 8px;
	font-weight: bold;
}
.logo img { width:247px;}
.logo_text{
	float: left;
	margin-top: 168px;
	text-align: center;
}
.logo_text p{
	font-size:74px;
	color:#fff;
	font-weight: bold;
	line-height: 77px;
	letter-spacing: 8px;
}
.logo_phone{
	float: right;
	margin-top: 80px;
	overflow: hidden;
	position: absolute;
	right: 40px;
}
.logo_phone .rx{
	float: left;
	padding-left: 10px;
}
.logo_phone .rx p{
	font-size: 18px;
	line-height: 18px;
	color: #fff;
	padding-bottom: 8px;
}
.logo_phone .rx h2{
	font-size: 24px;
	color: #fff;
	line-height: 24px;
	font-weight: bold;
}
.logo_phone img{float: left;}

/**搜索框**/
.banner_hint .ssk{ border:2px solid #7ea93e;height: 40px; margin-left:0; position:relative; top:22px;}
.banner_hint .ssk input[type=text]{
	
	height: 40px;
}
.banner_hint .ssk input[type=submit]{

	height:40px;
}
.ssk{
	 
	width: 600px;
	overflow: hidden;
	height: 55px; margin:30px  auto 0 auto;
	 border:#ddd 1px solid;
 
	border-radius: 10px;
}
.ssk input[type=text]{
	display: block;
	float: left;
	width: 460px;
	height: 55px; padding-left:10px;
	background-color: rgba(255,255,255,1); 
	font-size: 20px;
}
.ssk input[type=submit]{
	display: block;
	float: left;
	width: 130px;
	height:55px;
	background-color: #0165ba;
	color: #fff;
	cursor: pointer;
	font-size:20px;background: rgba(109,48,167,.85);
}


/*导航栏*/
.navigation {
	position: fixed;
	top: 0px;
	left: 0;
	width: 100%;
	height:56px;
	line-height: 56px;
	background: rgba(0, 0, 0, 0.58);
	z-index: 9999;
}
.navigation .gc{
	width: 220px;
	height: 56px;
	line-height: 56px;
	text-align: center;
	background: #0165ba;
	color: #fff;
	font-size: 18px;
	font-weight: bold;
	float: left;
	cursor: pointer;
	position: relative;
}
.nav .yc{ padding-left: 37px;
    width: 120px;}
.yc{
	width: 220px;

	position: absolute;
	left: -23px;
	top: 56px;
	display: none;
}
.navigation .gc:hover .yc{
	display: block;
}
.yc h2{
	width: 100%;
	height: 42px;
	line-height: 42px;
	font-size: 16px;
	color: #fff;
	font-weight: bold;
	background: rgba(13,28,46,.58);
	border-bottom:1px  solid #eee;
}
.yc a:hover h2{ color: #0165ba;}
.nav li .yc a:hover h2{ color: #0165ba;}
.yc .lj{
	width: 100%;
	overflow: hidden;
	padding: 11px 0 0;
	background: rgba(255,255,255,.85);
}
.yc .lj a{
	display: block;
	float: left;
	font-size: 14px;
	line-height: 28px;
	color: #434343;
}
.yc .lj a:hover{text-decoration: underline;}

.navlogo{ float:left; float:left; margin-top:1px; }
.navlogo img{ height:40px;}
.nav {
 
	text-align:center; float:right;
	 display:table;margin-right:130px;
}
.nav li {
	  padding:0 46px;
	line-height: 56px;
	float: left;
	font-size: 16px;
	font-weight: bold;
	position:relative;
}
.nav li a{
	color: #fff;
}
.nav li:hover a{
	color: #0165ba;
}
.navigation li:hover .yc{
	display: block;
}
/*导航栏*/

/*banner开始*/
.banner{
	position: relative;
	
}
.banner .bd li,.banner .bd li a{
	display: block;
	height:714px;
}
.bantil{
	display: block; 
	width: 300px;
	position: absolute;
	bottom:32px;
	left: 50%;
	margin-left: -85px;
	z-index: 9;
}
.bantil li{
	width:15px;
	height: 15px;
	float: left;
	margin: 0 0 0 25px; 
	cursor:pointer;
	background: #e5c6bc;
	border-radius: 50%;
}
.bantil li.cur{
	background:#0165ba; 
}
/*banner结束*/
/*搜索部分*/
.bg{
	width: 100%;
	height: 75px;
	border-bottom: 1px solid #d0d0d0;
}
.banner_hint{
	width: 1200px;
	height: 75px;
	margin: 0 auto;
	line-height: 75px;
}
.banner_keywd{
	float: left;
	line-height: 75px;
	font-size: 14px;
}
.banner_keywd h2{
	color: #000;
	font-size: 14px;
	float: left;
}
.banner_keywd a{
	display: block;
	float: left;
	color: #7e7e7e;
	margin: 0 0 0 15px;
}
.banner_keywd a:hover{text-decoration: underline;}
.banner_search{
	width: 258px;
	float: right;
	height: 36px;
	overflow: hidden;
	margin-top: 21px;
}
.banner_search input[type=text]{
	width: 180px;
	height:34px;
	line-height: 34px;
	float: left;
	font-size: 14px;
	color: #b5b5b5;
	padding-left: 10px;
	border-left: 1px solid #d0d0d0;
	border-top: 1px solid #d0d0d0;
	border-bottom: 1px solid #d0d0d0;
}
.banner_search input[type=submit]{
	width: 66px;
	height: 37px;
	float: left;
	cursor: pointer;
	color: #fff;
	background: url(img/search.jpg) center center no-repeat;
}
/*头部结束*/
/*客户感言*/

.qt{
	width: 100%;
	overflow: hidden;
}
.qt h2{
	font-size: 32px;
	color: #3b3b3b;
}
.qt h2 span{
	font-size: 16px;
	padding-left: 5px;
}
.qt h3{
	width: 44px;
	height: 2px;
	background: #cfcfcf;
	margin-top: 20px;
}
.ganyan{
	width: 100%;
	overflow: hidden;
	margin-top: 45px;
}
.gy{
	width: 100%;
	background: url(img/gybj.jpg) center top no-repeat;
	overflow: hidden;
}
.ganyan .module1slide3 {
	width:1200px;
	height:706px;
	overflow:hidden;
	padding-bottom: 80px;
	position:relative;
	margin-bottom: 40px;
}
.ganyan .module1slide3 .zz {
	width:1200px;
	height:706px;
	overflow:hidden;
	position:relative;
	margin: 0 auto;
}
.ganyan .module1slide3 ul {
	width:100000000000px;
	height:100%;
	position:absolute;
	left:0; top:0;
}
.ganyan .module1slide3 li {
	width:1200px;
	height:706px;
	float:left;
	text-align: center;
	position: relative;
}
/**/
.ganyan .module1slide3 li .yg{
	width: 558px;
}
.ganyan .module1slide3 li .yg .yt1{
	float: left;
	width: 128px;
	height: 128px;
	border-radius: 50%;
	border: 8px solid rgba(255,255,255,.8);
	box-shadow: 1px 5px 10px #000;
	position: relative;
	z-index: 30;
}
.ganyan .module1slide3 li .yg p{
	float: left;
	width: 401px;
	height: 60px;
	margin-left: -67px;
	font-size: 14px;
	color: #fff;
	line-height: 20px;
	padding: 10px 2px 10px 69px;
	margin-top: 36px;
	background: url(img/h.png) center no-repeat;
	background-size: 100% 100%;
	position: relative;
	z-index: 20;
}
.ganyan .module1slide3 li .yg1,.ganyan .module1slide3 li .yg7{
	position: absolute;
	left: 38px;
	top: 153px;
}
.ganyan .module1slide3 li .yg2,.ganyan .module1slide3 li .yg8{
	position: absolute;
	left: 6px;
	top: 368px;
}
.ganyan .module1slide3 li .yg3,.ganyan .module1slide3 li .yg9{
	position: absolute;
	left: 238px;
	top: 543px;
}
.ganyan .module1slide3 li .yg4,.ganyan .module1slide3 li .yg10{
	position: absolute;
	right: 90px;
	top: 0px;
}
.ganyan .module1slide3 li .yg5,.ganyan .module1slide3 li .yg11{
	position: absolute;
	right: 0px;
	top: 198px;
}
.ganyan .module1slide3 li .yg6,.ganyan .module1slide3 li .yg12{
	position: absolute;
	right: 50px;
	top: 388px;
}
.ganyan .module1slide3 li .yg6 p,.ganyan .module1slide3 li .yg12 p{height: 70px;}
.ganyan .module1slide3 li .yg:hover .yt1{
	border: 8px solid rgba(142,198,63,.8);
	box-shadow: none;
}
.ganyan .module1slide3 li .yg:hover p{background: url(img/l.png) center no-repeat;background-size: 100% 100%;}
.ganyan .module1slide3 li .yg .dy{
	position: absolute;
	left: -65px;
	top: -63px;
	display: none;
	z-index: 0;
}
.ganyan .module1slide3 li .yg:hover .dy{display: block;}
#module1slidecur5{
	position: absolute;
	bottom: 5px;
	left: 50%;
	margin-left: -55px;
	height: 10px;
	width: 110px;
}
#module1slidecur5 i{
	display: inline-block;
	width: 10px;
	height: 10px;
	margin-left: 10px;
	border-radius: 50%;
	background: #dfdfdf;
}
#module1slidecur5 .active{border: 2px solid #8fc153;background: none;}
/*客户感言*/

/* 购车流程 */
.pagelc{
  margin: 35px 0 0;
	width: 100%;
	overflow: hidden;
}
.pagelc ul{
	overflow: hidden;
	width: 100%;
	margin-top: 50px;
	background: url(img/lj.jpg) center 192px no-repeat;
}
.pagelc ul li{
	width: 168px;
	margin-left: 88px;
	float: left;
	text-align: center;
}
.pagelc ul li img{
	width: 164px;
	border: 5px solid #834fb4;
	border-radius: 50%;
	/* -webkit-filter: grayscale(1); /* Webkit */  
        /* filter: gray;  IE6-9     */
       /*  filter: grayscale(1); *//* W3C */ 
}
/*.pagelc ul li:hover img{*/
	/*-webkit-filter: grayscale(0); *//* Webkit */  
       /*  filter: ; /* IE6-9 */    
      /*   filter: grayscale(0); /* W3C */ 
/*}*/
.pagelc ul .lc{
	margin-left: 0;
}
.pagelc ul li p{
	font-size: 20px;
	color: #3b3b3b;
	margin: 0 0 0px;
	padding-top: 66px;
	background: url(img/ld.png) center 28px no-repeat;
	/*background: url(img/hd.png) center 28px no-repeat;*/
}
/*.pagelc ul li:hover p{
	font-weight: bold;
	background: url(img/ld.png) center 28px no-repeat;
}*/
/*购车流程*/
/*资讯*/

.jdal .dthy_hide_z{
	width:550px;
	margin-bottom: 52px;
	overflow: hidden;
	float:left;
	
}
.dthy_hide_z .zz{
	width: 201px;
	height: 202px;
	float: left;
	position: relative;
}
.dthy_hide_z .zz .k{
	width: 182px;
	height: 182px;
	/*border: 1px solid #c1cbcd;*/
	position: absolute;
	left: 9px;
	top: 10px;
}
.hz{
	width: 310px;
	float: right;
}
.dthy_hide_z h2{
	font-size: 14px;
	line-height: 14px;
	color: #cacaca;
	margin: 14px 0 0;
}
.dthy_hide_z h2 span{
	margin-right: 10px;
}
.dthy_hide_z h2 .yh{
	border-bottom: 1px solid #cacaca;
}
.dthy_hide_z h3{
	font-size: 16px;
	font-weight: bold;
	line-height: 24px;
	margin: 16px 0;

}
.dthy_hide_z h3 a{color: #0165ba;}
.dthy_hide_z h3 a:hover{text-decoration: underline;}
.dthy_hide_z p{
	font-size: 14px;
	color: #7e7e7e;
	line-height: 22px;
}
.dthy_hide_y{
	width: 100%;
	overflow: hidden;
}
.dthy_hide_y ul li{
	width: 100%;
	height: 125px;
	overflow: hidden;
	border-bottom: 1px solid #e8e8e8;
}
.dthy_hide_y ul li .rq{
	width: 100%;
	line-height: 16px;
	margin: 28px 0 9px;
	overflow: hidden;
}
.dthy_hide_y ul li a{
	display: block;
	font-size: 16px;
	width: 80%;
	float: left;
	color: #252525;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.dthy_hide_y ul li a:hover{
	text-decoration: underline;
}
.dthy_hide_y ul li span{float: right;color: #cacaca;font-size: 14px;}
.dthy_hide_y ul li p{
	font-size: 14px;
	color: #7e7e7e;
}
/*资讯*/





/*底部开始*/
#footer{
	width:100%;
	height:410px ;
	overflow: hidden;
	background: url(img/food.jpg) center no-repeat;
}
.foot_nav{
	float: left;
	width: 820px;
	margin-top: 72px;
}
.foot_nav>ul{
	width: 900px;
	overflow: hidden;
}
.foot_nav>ul>li{
	float: left;
	margin-right: 30px;
}
.foot_nav>ul>li a:hoveR{
	text-decoration: underline;
}
.foot_nav>ul>li h3{
	font-size: 20px;
	line-height: 28px;
	font-weight: normal;
}
.foot_nav>ul>li h3 a{
	color: #ddd;
}
.foot_nav>ul>li h3 a:hover{
	color: #fff;
}
.foot_nav>ul>li ul{
	margin-top: 4px;

}
.foot_nav>ul>li ul li{
	font-size: 16px;
	line-height: 34px;
}
.foot_nav>ul>li ul li a{
	color: #adadad;
}
.diz{
	float: right;
	width: 360px;
	margin-top: 76px;
}
.diz p a{ color:#fff}
.diz p{
	font-size:16px;
	line-height: 25px;
	color: #adadad;
	letter-spacing: 1px;
}
.erma{
	width: 100%;
	overflow: hidden;
	margin-top: 20px;
}
.erma img{
	display: block;
	float: left;
	width: 90px;
}
.logotu{
	margin-right: 100px;
	margin-left: 40px;
}
/*底部结束*/.catebox{ background:#fff;border: 1px dotted #eee; border-bottom: 0px dotted #eee; margin-top:20px;}
.cate_item{ overflow:hidden; line-height:24px; border-bottom: 1px dotted #eee;}
.cate_item_title{ float:left; width:120px; text-align:center; font-size:16px; background:#f7f7f7;padding:15px 0; }
.cate_item_title b{ font-weight:normal;}
.cate_item_list{ float:left; width:1050px; margin-left:10px;padding:15px 0;}
.cate_item_list a{ display:inline-block; padding:0 10px; border-radius:2px; margin-right:10px; font-size:16px;}
.cate_item_list a.on,.cate_item_list a:hover{ color:#fff; background:#0165ba;background: rgba(109,48,167,.85);}

.probigshow{ padding:0 !important; height:auto !important}