/*房贷计算器*/
.clearfix:after{
    content: ' ';
    display: block;
    clear: both;
    visibility:hidden;
    line-height: 0;
    height:0;
}
.calculator_main {
	width:100%;
	margin-top: 20px;
	background: #ffffff;
}
.calculator_box {
	padding: 40px 0;
	background: #e6e6e6;
}
.calculator_m_box {
	float: left;
	width: 446px;
}
.calculator_box_content {
	margin: 0 auto;
	width: 1200px;
}
.calculator_left {
	float: left;
	width: 894px;
	border: solid 1px #d9d9d9;
	padding-top: 10px;
}
.calculator_left h1 {
	font-size: 24px;
	font-weight: 100;
	line-height: 40px;
	text-align: center;
}
/* box */
.box {
	position: relative;
	width: 446px;
}
.tab_menu {
	overflow: hidden;
	background: #e6e6e6;
}
.tab_menu li {
	float: left;
	line-height: 40px;
	padding: 0 14px;
	color: #121212;
	text-align: center;
	cursor: pointer;
}
.tab_menu li.current {
	color: #121212;
	background: #fff;
	border-bottom: 0;
	line-height: 40px;
	border-top-left-radius: 4px;
	border-top-right-radius: 4px;
}
.tab_menu li:first-child.current {
	border-left: 0;
}
.tab_menu li:last-child.current {
	border-right: 0;
}
.tab_menu li span {
	line-height: 40px;
}
.tab_box {
	width: 100%;
	padding: 20px 0;
	background: #ffffff;
}
.tab_box .hide {
	display: none;
}
.tab_box_content {
	width: 360px;
	padding: 0 30px 15px;
	border-right: 1px solid #d6d6d6;
}
.jisuan dt {
	float: left;
	width: 70px;
	text-align: right;
	line-height: 40px;
}
.jisuan dd {
	float: left;
	width: 290px;
	line-height: 40px;
}
.input_k1 {
	width: 258px;
	height: 26px;
	border: 1px solid #d6d6d6;
	padding-left:4px;
}
.input_k2 {
	width: 34px;
	height: 26px;
	border: 1px solid #d6d6d6;
	padding-left:4px;
}
.input_k3 {
	width: 218px;
	height: 26px;
	border: 1px solid #d6d6d6;
}
.jisuan dd a {
	margin-left: 20px;
	color: #e60039;
}
.jisuan_btn {
	width: 260px;
	margin-top: 10px;
	text-align: left;
	padding-left: 70px;
}
.btn_sub {
	width: 90px;
	height: 34px;
	color: #ffffff;
	font-size: 16px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	background: #ed1746;
	border: 0;
}
.btn_set {
	width: 90px;
	height: 34px;
	color: #ffffff;
	font-size: 16px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	background: #fd4b71;
	border: 0;
	margin-left: 20px;
}
/*房贷计算结果*/
.jisuanjieguo_box {
	float: left;
	width: 448px;
}
.jsqjg_title {
	position: relative;
	font-size: 16px;
	font-weight: 100;
	color: #ff0000;
	height: 40px;
	background: #e6e6e6;
}
.jsqjg_title p {
	padding-left: 32px;
	line-height: 40px;
}
.jsqjg_title a {
	display: block;
	position: absolute;
	top: 10px;
	right: 10px;
	z-index: 999;
	width: 17px;
	height: 17px;
	background:  no-repeat;
}
.jsqjg_list {
	margin: 20px auto 0;
	width: 360px;
}
.jsqjg_list dt {
	float: left;
	line-height: 26px;
	width: 90px;
	text-align: right;
	color: #333333;
	margin-bottom: 10px;
}
.jsqjg_list dd {
	float: left;
	width: 260px;
	line-height: 26px;
	margin-bottom: 10px;
	color: #999999;
}
.jsqjg_list dd input {
	width: 220px;
	line-height: 24px;
	border: 1px solid #d6d6d6;
}
.jsqjg_ck {
	line-height: 20px;
	font-family: simsun;
	font-size: 12px;
	color: #999999;
	text-align: right;
	padding-right: 92px;
}
.calculator_right {
	float: right;
	width: 262px;
	background: #ffffff;
	padding: 12px 12px 20px 12px;
}
.calculator_right h4 {
	font-size: 14px;
	line-height: 30px;
	border-bottom: 1px solid #d6d6d6;
}
.calculator_right p {
	line-height: 26px;
	padding-top: 5px;
}
.calculator_right table {
	border: 1px solid #eaeaea;
	border-right: 0;
	border-bottom: 0;
	font-size: 12px;
	font-family: simsun;
}
.calculator_right th {
	font-weight: normal;
	line-height: 26px;
	border-bottom: 1px solid #eaeaea;
	text-align: left;
	padding-left: 5px;
	border-right: 1px solid #eaeaea;
}
.calculator_right td {
	padding: 5px;
	border-bottom: 1px solid #eaeaea;
	border-right: 1px solid #eaeaea;
	color: #666666;
}
/*新加样式*/
.tab_box_content h1 {
	font-size: 14px!important;
	font-weight: bold;
	text-align: left;
	line-height: 30px;
	border-bottom: 1px dashed #d9d9d9;
	margin-bottom: 8px;
}
.input_k_money {
	width: 198px;
	height: 26px;
	border: 1px solid #d6d6d6;
	padding-left:2px;
}
.jisuan_year li {
	line-height: 26px;
	text-align: left;
	color: #333333;
	margin-bottom: 6px;
}
select.select_k {
	width: 156px;
	line-height: 26px;
	border: 1px solid #d6d6d6;
}
.input_k56 {
	width: 56px;
	height: 26px;
	border: 1px solid #d6d6d6;
}
.text-tarea {
	width: 226px;
	height: 268px;
	max-width: 226px;
	border: 1px solid #d6d6d6;
	padding: 5px;
}
/*楼盘底部*/
.foot {
	clear: both;
	color: #333;
	font-size: 14px;
	height: auto;
	margin: auto;
	padding-top: 5px;
	width: 1200px;
	padding-bottom: 20px;
}
.foot ul {
	display: block;
	line-height: 28px;
	text-align: center;
	border: 0 !important;
}
.foot a {
	color: #333;
	margin: 0 5px;
	text-decoration: none;
}
.foot a:hover {
	color: #ff0000;
	text-decoration: underline;
}
.veditor {
	position: relative;
}
.foot-ewm {
	margin: 10px 0;
}
/*头部*/
.calculator_head {
	height: 66px;
	width: 100%;
	padding-top:20px;
}
.calculator_head_content {
	margin: 0 auto;
	width: 1200px;
}
.calculator_logo {
	float: left;
}
.calculator_nav {
	float: right;
}
.calculator_nav li {
	float: left;
	font-family: "微软雅黑", "宋体";
	font-size: 14px;
	color: #333;
	padding: 0 18px;
	text-align: center;
	display: block;
	height: 64px;
	line-height: 64px;
}
.calculator_nav .calculator_cur {
	border-bottom: solid 2px #e83836;
	display: block;
	font-weight: bold;
}
.calculator_nav .calculator_cur a {
	color:#e83836 !important;
}