/* 左侧导航 */
.leftNav{ width:158px; background:url(leftNavBg.png) right top repeat-y; float:left; position:relative; z-index:100;}
.leftNav dl{ height:59px; width:140px; background:#fafafa; border-bottom:1px solid #e0e0e0; padding:20px 0 0 13px; margin-right:4px; border-left:1px solid #bfbfbf; position:relative; z-index:2;}
.leftNav dl.lastDl{ border-bottom:0;}
.leftNav dl dt a{ padding-left:25px; color:#000; font-size:14px; background:url(leftNavDtIco.gif) no-repeat; display:inline-block;}
.leftNav dl dt a.carIco{ background-position:0 0;}
.leftNav dl dt a.lyIco{ background-position:0 -28px;}
.leftNav dl dt a.ywIco{ background-position:0 -54px;}
.leftNav dl dt a.jtIco{ background-position:0 -84px;}
.leftNav dl dt a.xlIco{ background-position:0 -110px;}
.leftNav dl dt a:hover{ color:#e23520;}
.leftNav dl dd{ padding-left:23px; color:#727272; line-height:30px;}
.leftNav dl dd a{ color:#727272; margin:0 3px;}
.leftNav dl dd a:hover{ color:#e23520;}
.leftNav dl.active{ border:1px solid #ee7865; margin-top:-1px; border-right:0; background:#fff; z-index:4; box-shadow:-2px 7px 8px -3px #ccc;}
.leftNav dl.active dt{ background:url(leftNavIco.gif) 103px 6px no-repeat;}
.leftNav dl.active dt a{ color:#e23520;}
/*.leftNav .insurInfo{ position:absolute; left:153px; top:0; z-index:1; background:#fff; border:1px solid #ee7865; width:500px; height:300px; opacity:0; filter:alpha(opacity=0); -webkit-transform-origin:0 0; -webkit-transform:rotate(-90deg);}*/
.leftNav .insurInfo{ position:absolute; left:153px; top:-1px; z-index:1; background:#fff; border:1px solid #ee7865; width:565px; opacity:0; filter:alpha(opacity=0); padding:15px 0 20px 0;
	box-shadow:3px 3px 8px #ccc;
   	-moz-transition:all 0.3s ease-out;
    -webkit-transition:all 0.3s ease-out;
    -ms-transition:all 0.3s ease-out;
    transition:all 0.3s ease-out;
	-moz-transform-origin:50% 50%;
	-webkit-transform-origin:50% 50%;
	-ms-transform-origin:50% 50%;
 	transform-origin:50% 50%;
	-moz-transform:rotate(90deg);
	-webkit-transform:rotate(90deg);
	-ms-transform:rotate(90deg);
 	transform:rotate(90deg);
 	display:none;
}
.leftNav .insurInfo.animate{ opacity:1; filter:alpha(opacity=100);
 	-moz-transform:rotate(0deg);
 	-webkit-transform:rotate(0deg);
   	-ms-transform:rotate(0deg);
    transform:rotate(0deg);
    z-index:3;
    filter:progid:DXImageTransform.Microsoft.Shadow(color=#cccccc,direction=150,strength=5);
}
.insurInfo h2{ font-size:14px; color:#e23520; border-bottom:1px solid #e8e8e8; line-height:30px; font-weight:bold;}
/* 左导航车险 */
.insurInfo .carInsur{ padding:0 40px 0 43px; background:url(carImg.jpg) right 39px no-repeat; display:none; cursor:pointer;}
.insurInfo .carInsur h2{ width:170px;}
.insurInfo .carInsur ul{ padding-top:10px;}
.insurInfo .carInsur ul li{ line-height:30px; height:30px; font-size:14px; color:#666;}
.insurInfo .carInsur ul li strong{ font-size:16px; color:#000;}
.insurInfo .carInsur ul li span{ color:#e23520;}
.insurInfo .carInsur ul li a{ color:#3478ad; text-decoration:underline; font-size:12px; margin-left:8px;}
.insurInfo .carInsur ul li a:hover{ color:#e23520;}
.insurInfo .carInsur p{ color:#666; text-align:right; padding-top:20px;}

/* 左导航非车险样式 */
.insurInfo .insurStyle{ padding:0 35px; display:none;}
.insurInfo .insurStyle .fl{ width:175px;}
.insurInfo .insurStyle .fr{ width:315px;}
.insurInfo .insurStyle ul{ padding:5px 0; margin-bottom:10px;}
.insurInfo .insurStyle ul li{ line-height:30px; height:30px; color:#666;}
.insurInfo .insurStyle ul li a{ color:#666;}
.insurInfo .insurStyle ul li.hotIco a,.insurInfo .insurStyle ul li.newIco a{ position:relative; *zoom:1;}
.insurInfo .insurStyle ul li.hotIco i,.insurInfo .insurStyle ul li.newIco i{ display:inline-block; background:url(leftNavIco.gif) 0 -21px no-repeat; width:27px; height:9px; overflow:hidden; position:absolute; right:-29px; top:-4px; *top:2px;}
.insurInfo .insurStyle ul li.hotIco i{ background-position:0 -21px;}
.insurInfo .insurStyle ul li.newIco i{ background-position:0 -40px;}
.insurInfo .insurStyle ol li{ line-height:28px; color:#949494; font-size:14px;}
.insurInfo .insurStyle ol li strong{ font-size:16px; padding-top:8px; display:inline-block; color:#333;}
.insurInfo .insurStyle ol li em{ color:#e23520; font-size:18px; font-style:normal; padding-right:5px;}
.insurInfo .insurStyle ol li font{ font-size:24px;}
.insurInfo .insurStyle ol li a{ color:#3478ad; text-decoration:underline; line-height:35px;}
.insurInfo .insurStyle li a:hover{ color:#e23520;}
.insurInfo .insurStyle p{ color:#949494; line-height:20px; padding-top:20px;}

.insurInfo .lyInsur .fr{ background:url(lyImg.jpg) right 120px no-repeat;cursor:pointer;}
.insurInfo .lyInsur .fl h2{ width:130px; margin-left:6px;}
.insurInfo .lyInsur p{ color:#949494; line-height:20px; padding-top:130px;}
.insurInfo .ywInsur .fr{ background:url(ywImg.jpg) right 45px no-repeat;cursor:pointer;}
.insurInfo .jtInsur .fr{ background:url(jtImg.jpg) right 40px no-repeat;cursor:pointer;}
.insurInfo .xlInsur .fr{ background:url(xlImg.jpg) right 60px no-repeat;cursor:pointer;}
.insurInfo .xlInsur .fl h2{ width:130px; margin-left:6px;}
.leftNav .leftNavBg{ background:url(leftNavBg.png) left top no-repeat; height:6px; overflow:hidden;}
/* 左侧导航 end */