/*养老金延税计算器*/
.old{
	padding:40px 0;
	font-size: 14px;
}
/*.old .old_nav{
	width: 210px;
	float: left;
	padding-left: 20px;
}
.old .old_nav li{
	width: 176px;
	height: 32px;
	border: 1px solid #ccc;
	background: #eee;
	padding-left: 12px;
	line-height: 32px;
	margin-bottom: 2px;
	cursor:pointer;
	color:#666;
}
.old .old_nav li.current{
	color:#fff;
	background: #0066b3;
	border-color: #0066b3;
}*/
 .old_nav{
	width: 210px;
	float: left;
}

.old_nav .one{
	width: 222px;
	border: 1px solid #ccc;
	border-top: 1px solid #ccc;
	border-top:0 none;
	line-height: 32px;
	margin-top: 1px;
}
.old_nav .one>div{
	width: 210px;
	padding-left: 12px;
	cursor:pointer;
	background:#eee url(../images/ico/arrow-d.png) no-repeat 190px center;
}
.old_nav .one>div.no_bg{background: #eee;}
.old_nav .two{
	width: 222px;
	border-bottom: 1px solid #ccc;
	text-indent: 24px;
	background: #f9f9f9;
}
.old_nav .two:first-child{
	border-top: 1px solid #ccc;
}
.old_nav .two>div{
	background: #f9f9f9 url(../images/ico/arrow-d.png) no-repeat 190px center;
	cursor: pointer;
}
.old_nav li .fold_on{background-image:url(../images/ico/arrow-u.png);}
.old_nav .two:last-child{border-bottom: 0 none;}
.old_nav .three{
	width: 222px;
	border-bottom: 1px solid #ccc;
	text-indent: 36px;
	background-color: #FFF;
}
.old_nav .three:first-child{border-top: 1px solid #ccc;}
.old_nav .three:last-child{border-bottom: 0 none;}
.ones{display: none;}
.twos{display: none;}
.old_nav li.current{
	color:#fff;
	background: #0066b3;
	border-color: #0066b3;
}
.old_nav .one.current>div.no_bg{background: #0066b3;}
.old_nav li.current a{color:#fff;}

/*右边的css*/
.old .old_content{
	width: 717px;
	float: right;
}
.old_content h2{
	height: 40px;
	font-size: 20px;
	line-height: 40px;
	color:#333;
	background: url(../images/new/old_yan.png) no-repeat left center;
	padding-left: 35px;
	border-bottom: 1px solid #ccc;
}
.old_content li{
	float:left;
	width:465px;
	padding-left: 50px;
	margin-top: 30px;
	height: 32px;
	line-height: 32px;
}
.old_content li.static_money{display: none;}
.old_content li span{
	float: left;
	width: 120px;
	position:relative;
}
.old_content li i{
	width: 14px;
	height: 14px;
	background: url(../images/new/icon_question.png) no-repeat;
	display: inline-block;
	vertical-align: middle;
	margin-top: -2px;
}
.show_box{
	width: 200px;
	padding:5px;
	position:absolute;
	left:-6px;
	top:-90px;
	background: #fff;
	border: 1px solid #0066b3;
	line-height: 20px;
	font-size: 12px;
	display: none;
}
.show_box em{
	position:absolute;
	width: 11px;
	height: 5px;
	background: url(../images/new/show_arrow.png) no-repeat;
	left:95px;
	bottom:-5px;
}
.old_content li input{
	width: 195px;
	height: 30px;
	border: 1px solid #0066b3;
	padding-left: 5px;
	margin-right: 8px;
	outline-style: none;
	line-height: 30px;
}
.old_content li select{
	width: 202px;
	height: 32px;
	border: 1px solid #0066b3;
	padding-left: 5px;
	background: url(../images/so_xl.jpg) no-repeat right center;
	outline-style: none;
	appearance:none;
  	-moz-appearance:none;
  	-webkit-appearance:none;
  	line-height: 30px;
}
.old_content a{
	width: 80px;
	height: 32px;
	background: #0066b3;
	border-radius:4px;
	text-align: center;
	float: left;
	color:#fff;
	line-height: 32px;
}
#to_count{margin-left: 120px;}
#to_compare{margin-left: 120px;}
#to_reset{margin-left: 20px;background: #3da4f1;}
#to_reset2{margin-left: 20px;background: #3da4f1;}

/*计算结果样式*/
.old_result{
	margin-top: 50px;
	display: none;
}
.old_result h2{
	padding-left: 0;
	background: none;
}
.old_result h2 span{
	font-size: 14px;
	color:#999;
}
.old_result .old_show ul{float: left;width: 310px;}
.old_result .old_show .old_img{
	float: right;
	margin-top: 38px;
	width: 400px;
	height: 250px;
}
.old_result .old_show .old_img div{margin-top: 18px;}
.old_result li em{
	float: left;
	width: 60px;
	font-weight: bold;
}

/*表格部分样式*/
.old_table{
	margin-top: 50px;
	border-top: 1px dashed #ccc;
}
.old_table ul li select{
	width: 140px;
	float: left;
	margin-right: 5px;
}
#start_year,#end_year,#find{display: none;}
.old_table .look_result{
	border-top: 1px solid #eee;
	border-left: 1px solid #eee;
	margin-top: 30px;
	display: none;
}
.old_table .look_result ul{
	width: 100%;
	height: 51px;
}
.old_table .look_result ul li{
	float: left;
	margin-top: 0;
	padding-left: 0;
	height: 50px;
	line-height: 50px;
	text-align: center;
	border-bottom: 1px solid #eee;
	border-right: 1px solid #eee;
	width: 118px;
	font-size: 12px;
}
.old_table .look_result ul.look_bill li{font-size: 14px;}
.old_table .look_result ul:first-child{
	background: #eee;
	height: 54px;
}
.old_table .look_result ul:first-child li{
	height: 53px;
	line-height: 53px;
}

/*温馨提示*/
.warm_tip{
	margin-top: 30px;
	position:relative;
}
.warm_tip h5{
	font-size: 18px;
	background: url(../images/new/tishi.png) no-repeat left center;
	padding-left: 25px;
}
.warm_tip p{
	margin-left: 25px;
	background: url(../images/new/dot.png) no-repeat left 12px;
	padding-left: 12px;
}
.warm_tip i{
	width: 14px;
	height: 14px;
	background: url(../images/new/icon_question.png) no-repeat;
	display: inline-block;
	margin:0 2px;
	vertical-align: middle;
	margin-top: -2px;
}

.warm_tip .show_box{
	left:112px;
	top:5px;
	width: 205px;
}

/*弹窗*/
.dark_bg{
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0.3);
	position:fixed;
	left:0;
	top:0;
	z-index:10006;
	display: none;
}
.pop{
	width: 500px;
	height: 130px;
	position:absolute;
	left:50%;
	top:50%;
	margin-left: -250px;
	margin-top: -65px;
	background: #fff;
}
.pop h3{
	height: 40px;
	background: #0066b3;
	font-size: 16px;
	color:#fff;
	line-height: 40px;
	padding:0 10px;
}
.pop h3 span{
	float: right;
	font-size: 24px;
	cursor:pointer;
}
.pop .compare{
	height: 60px;
	padding-top: 30px;
	padding-left: 10px;
	line-height: 30px;
}
.pop .compare span{
	font-size: 14px;
	width: 90px;
	float: left;
}
.pop .compare select{
	width: 155px;
	height:30px;
	border: 1px solid #0066b3;
	padding-left: 5px;
	background: url(../images/so_xl.jpg) no-repeat right center;
	outline-style: none;
	appearance:none;
  	-moz-appearance:none;
  	-webkit-appearance:none;
  	line-height: 30px;
  	float: left;
}
.pop .compare input{
	float: left;
	width: 113px;
	height: 28px;
	border: 1px solid #0066b3;
	margin-left: 5px;
	padding-left: 5px;
}
.pop .compare em{
	float: left;
	font-size: 14px;
	margin-left: 5px;
}
.pop .compare button{
	width: 80px;
	height: 30px;
	background: #0066b3;
	text-align: center;
	color:#fff;
	cursor:pointer;
	border-radius:4px;
	margin-left: 5px;
}
.this_show{display: none;}
.this_show2{display: none;}

/*养老金计算器样式*/
.old_use .old_content h2{background-image: url(../images/new/old.png);}
.old_use .old_result h2{background: none;}
/*.old_use li{padding-left: 50px; }*/
.old_use li span{width: 150px;}
.old_use #to_count{margin-left: 150px;}
.old_use .old_result li em{width: 105px;}
.old_use .old_table .look_result ul li{width:81px;font-size: 12px;}
.old_use .old_table .look_result ul.look_bill li{line-height: 20px;padding-top: 7px;height: 46px;font-size: 14px;}
.old_use .old_table .look_result ul li:nth-child(1){width:59px;}
.old_use .warm_tip .show_box{left:135px;}

/*20161011新增样式 */
.page{width: 620px;height: 36px;margin:10px 0;text-align: left;padding-top: 14px;padding-left: 93px;display: none;}
.page a{width: auto;height: auto;background: none;border-radius: 0;line-height: 22px;}
.old_show ul li{ clear:left;width: 365px;}





