/* CSS Document */
.clearfix { *zoom: 1;}
.clearfix:before,.clearfix:after { display: table;  line-height: 0;  content: "";}
.clearfix:after { clear: both;}
.fl { float: left;}
.fr { float: right;}
.content{ width: 980px; margin: 0 auto; overflow: hidden;}
.page{ 
	font-family: "Microsoft YaHei";
	overflow: hidden;
}

.form-box{
	width: 980px;
	margin: 0 auto;
	padding: 35px 0 48px 0;
	overflow: hidden;
}
.form-fl{
	margin-left: 10px;
	width: 330px;
	height: 450px;
}
.form-fl img{
	width: 330px;
	height: 450px;
}
.form-fr{
	margin-right: 30px;
	width: 560px;
}
.form-fr .form-title{
	height: 72px;
	border-bottom: 1px dashed #afafaf;
}
.form-fr .form-title h1{
	line-height: 1;
	text-indent: -13px;
	font-size: 26px;
	padding-bottom: 12px;
	font-weight: bold;
}
.form-fr .form-title p span{
	display: inline-block;
	padding-left: 20px;
	margin-right: 20px;
	font-size: 14px;
	color: #444;
	line-height: 22px;
	background: url(../images/icon_s.jpg) no-repeat left center;
}
.form-fr .form-title p span.no{
	margin: 0;
}
.form-fr .form-ul{
	padding-top: 30px;
	font-family: "宋体";
	font-size: 12px;
}
.form-fr .form-ul .form-li{
	position: relative;
	margin-bottom: 14px;
}
.form-fr .input-label{
	float: left;
	width: 80px;
	line-height: 36px;
	color: #333;
}
.form-fr .input-inner{
	float: left;
	width: 230px;
}
.form-fr .input-inner .input-text{
	width: 202px;
	height: 34px;
	font-size: 12px;
	line-height: 34px;
	border: 1px solid #ccc;
	background: #fff;
	color: #333;
	padding-left: 12px;
	font-family: "宋体";

}
.form-fr .input-inner .input-text-date{
	background: url(../images/icon_date.jpg) no-repeat right center;
}
.form-fr .input-inner .radio-ul li{
	float: left;
	width: 46px;
	height: 30px;
	line-height: 30px;
	text-align: center;
	margin-right: 8px;
	font-size: 12px;
	color: #333;
	background: #fff;
	border: 1px solid #ccc;
	cursor: pointer;
}
.form-fr .input-inner .radio-ul li.current{
	border-color: #fa584b;
	background: #fa584b;
	color: #fff;
}

.form-fr .gender input{
	display: none;
}
.form-fr .radio-box{
	float: left;
}
.form-fr .radio-box .radio-bg{
	display: inline-block;
	width: 46px;
	height: 30px;
	line-height: 30px;
	float: left;
	font-size: 12px;
	margin-right: 8px;
	text-align: center;
	background: #fff;
	cursor: pointer;
	border: 1px solid #ccc;
}
.form-fr .input-inner .radio-bg2{
	background: #fa584b;
	border-color: #fa584b;
	color: #fff;
}
.form-fr .btn-form{
	margin-left: 80px;
	width: 216px;
	height: 52px;
	font-size: 22px;
	color: #fff;
	font-weight: bold;
	background: #fa584b;
	border: none;
	border-radius: 4px;
	font-family: "Microsoft YaHei";
}
.form-fr .form-aqsm{
	width: 430px;
	line-height: 20px;
	font-size: 12px;
	color: #aeaeae;
}
.form-ul .form-li .total_value{
	line-height: 1;
	font-size: 30px;
	color: #ff9500;
	font-family: "微软雅黑";
}
.form-ul .form-li .total_value i{
	display: inline-block;
	margin: 0 0 0 10px;
	font-size: 12px;
	font-style: normal;
	color: #333;
	vertical-align: middle;
}

.nav-fixed{
	position: fixed;
	height: 54px;
	width: 100%;
	top:0;
	z-index: 99999;
	_position: absolute;
	_bottom: auto;
	_top:expression(eval(document.documentElement.scrollTop));
}

.page-menu{
	height: 54px;
	line-height: 54px;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	background: #fff;
}
.page-menu .menu-ul{
	width: 980px;
	margin: 0 auto;
}
.page-menu .menu-ul li{
	float: left;
	height: 52px;
	line-height: 54px;
	padding: 0 20px;
	background: url(../images/icon_br.jpg) no-repeat right center;
}
.page-menu .menu-ul li a{
	display: inline-block;
	font-size: 18px;
	color: #333;
	text-decoration: none;
}
.page-menu .menu-ul li.active{
	border-bottom: 3px solid #fa584b;
}
.page-menu .menu-ul li.active a{
	color: #fa584b;
}
.page-menu .menu-ul li.no{
	background: none;
}

.m-bt{
	line-height: 1;
	padding-bottom: 86px;
	text-align: center;
	font-size: 38px;
	font-weight: normal;
	color: #333;
}
.floor-box1{
	padding: 50px 0 12px 0;
	overflow: hidden;
}
.floor-box1 .li_s{
	position: relative;
	width: 360px;
	height: 90px;
	padding-left: 100px;
	margin-bottom: 50px;
}
.floor-box1 .li_s p{
	font-size: 14px;
	color: #444;
	line-height: 22px;
}
.floor-box1 .li_s p b{
	display: block;
	line-height: 40px;
	font-size: 22px;
	color: #333;
}
.floor-box1 ul .li_s p i{
	font-style: normal;
	color: #fa584b;
}
.floor-box1 ul .li_s p a{
	color: #f8594c;
	text-decoration: underline;
}
.floor-box1 ul li.li_01{
	background: url(../images/icon_1.jpg) no-repeat 5px center;
}
.floor-box1 ul li.li_02{
	background: url(../images/icon_2.jpg) no-repeat 5px center;
}
.floor-box1 ul li.li_03{
	background: url(../images/icon_3.jpg) no-repeat 5px center;
}
.floor-box1 ul li.li_04{
	background: url(../images/icon_4.jpg) no-repeat 5px center;
}
.floor-box1 ul li.li_05{
	background: url(../images/icon_5.jpg) no-repeat 5px center;
}
.floor-box1 ul li.li_06{
	background: url(../images/icon_6.jpg) no-repeat 5px center;
}

.floor-box2{
	height: 715px;
	padding-top: 74px;
	background: url(../images/why_bg.jpg) no-repeat center top;
	overflow: hidden;
}
.floor-box2 .m-bt{
	color: #fff;
	padding-bottom: 84px;
}
.floor-box2 .m-bt em{
	display: block;
	padding-top: 20px;
	font-size: 16px;
}
.floor-box2 ul{
	padding-top: 178px;
	background: url(../images/icon_why.png) no-repeat center top;
}
.floor-box2 ul li{
	float: left;
	text-align: center;
}
.floor-box2 ul li strong{
	display: block;
	font-size: 22px;
	color: #fff;
	line-height: 1;
	margin-bottom: 28px;
}
.floor-box2 ul li p{
	font-size: 14px;
	color: #fff;
	line-height: 24px;
}
.floor-box2 ul li.why_li1{
	width: 230px;
	margin-right: 82px;
}
.floor-box2 ul li.why_li2,.floor-box2 ul li.why_li3{
	width: 320px;
}
.floor-box2 ul li.why_li2{
	margin-right: 28px;
}
.floor-box2 .box-text{
	margin-top: 68px;
	width: 928px;
	height: 64px;
	line-height: 64px;
	text-align: center;
	font-size: 30px;
	color: #fff;
	border: 1px dashed #f4cac8;
}
.floor-box3{
	padding: 64px 0 92px 0;
	background: #fdfdfd;
	overflow: hidden;
}
.floor-box3 .m-bt{
	padding-bottom: 70px;
}
.floor-box3 dl{
	height: 536px;
	padding-top: 44px;
	padding-left: 372px;
	background: url(../images/case_img.jpg) no-repeat left top;
}
.floor-box3 dl dt ul li{
	width: 262px;
	height: 50px;
	float: left;
	margin-bottom: 23px;
	line-height: 50px;
	font-size: 20px;
	color: #333;
}
.floor-box3 dl dt ul li span{
	display: inline-block;
	padding: 0 18px;
	height: 50px;
	font-size: 16px;
	margin-right: 20px;
	color: #fff;
	background: #fd9c35;
	border-radius: 40px;
}
.floor-box3 dl dt ul li.box-line span{
	padding: 6px 18px 0 18px;
	line-height: 20px;
}
.floor-box3 dl dt ul li b{
	color: #fa584b;
}
.floor-box3 dl dd{
	padding-top: 46px;
}
.floor-box3 dl dd h3{
	font-size: 22px;
	padding-bottom: 28px;
	line-height: 1;
	color: #333;
}
.floor-box3 dl dd p{
	line-height: 36px;
	font-size: 14px;
	color: #444;
}
.floor-box3 dl dd p i{
	color: #fa584b;
	font-style: normal;
	font-weight: bold;
}
.floor-box4{
	padding: 0 0 80px 0;
	overflow: hidden;
}
.floor-box4 ul li{
	position: relative;
	float: left;
	width: 296px;
	height: 280px;
	margin-bottom: 28px;
	margin-right: 42px;
}
.floor-box4 ul li.no{
	margin: 0;
}
.floor-box4 ul li span{
	position: absolute;
	bottom: 0;
	left: 0;
	display: block;
	width: 100%;
	height: 60px;
	line-height: 60px;
	text-align: center;
	font-size: 20px;
	color: #fff;
	background: url(../images/icon-bgs.png) repeat-x center top;
}
.floor-box5{
	background: #fdfdfd;
	padding: 70px 0 92px 0;
	overflow: hidden;
}
.floor-box5 .m-bt{
	padding-bottom: 44px;
}
.floor-box5 h4{
	line-height: 1;
	padding: 44px 0;
	font-weight: normal;
	font-size: 34px;
	text-align: center;
	color: #555;
}
.floor-box5 table{
	width: 100%;
	background: #fcedf0;
}
.floor-box5 table th{
	height: 84px;
	font-size: 18px;
	color: #fff;
	border-right: 1px solid #fdfdfd;
	line-height: 26px;
	background: #f96a62;
}
.floor-box5 table td{
	font-size: 16px;
	color: #333;
	padding: 20px 0;
	text-align: center;
	border: 1px solid #fdfdfd;
}
.floor-box5 table td b{
	color: #444;
}
.floor-box5 table td p{
	text-align: left;
	padding-left: 35px;
}
.floor-box5 table td p a{
	color: #f8594c;
	text-decoration: underline;
}
.floor-box5 table td p em{
	padding-left: 102px;
	display: block;
}
.floor-box5 ul{
	padding-left: 106px;
	padding-top: 24px;
	height: 76px;
	background: url(../images/icon_lc1.jpg) no-repeat center top;
}
.floor-box5 ul li{
	float: left;
	width: 248px;
	font-size: 16px;
	line-height: 26px;
	color: #333;
}
.floor-box5 ul li.no{
	width: 130px;
	color: #c8472d;
}
.floor-box5 .lc_ul2{
	padding-left: 100px;
	padding-top: 20px;
	height: 80px;
	background: url(../images/icon_lc2.jpg) no-repeat center top;
}
.floor-box5 .lc_ul2 li{
	font-size: 16px;
	line-height: 20px;
}

.floor-box6{
	height: 554px;
	padding-top: 84px;
	overflow: hidden;
	background: url(../images/band_bg.jpg) no-repeat center top;
}
.floor-box6 .m-bt{
	padding-bottom: 90px;
}
.floor-box6 ul li{
	float: left;
	width: 217px;
	padding: 170px 14px 0 14px;
}
.floor-box6 ul li strong{
	display: block;
	line-height: 1;
	padding-bottom: 20px;
	text-align: center;
	font-size: 22px;
	color: #333;
}
.floor-box6 ul li p{
	font-size: 14px;
	line-height: 24px;
	color: #666;
}
.floor-box6 ul li.band_li1{
	background: url(../images/icon_01.png) no-repeat center top;
}
.floor-box6 ul li.band_li2{
	background: url(../images/icon_02.png) no-repeat center top;
}
.floor-box6 ul li.band_li3{
	background: url(../images/icon_03.png) no-repeat center top;
}
.floor-box6 ul li.band_li4{
	background: url(../images/icon_04.png) no-repeat center top;
}
.floor-box7{
	position: relative;
	padding: 80px 0;
	background: url(../images/family_bg.jpg) #f3f3f3 no-repeat center top;
}
.floor-box7 ul li{
	float: left;
	width: 228px;
	height: 360px;
	margin-right: 20px;
	background: #fff;
}
.floor-box7 ul li img{
	display: block;
	width: 228px;
	height: 215px;
}
.floor-box7 ul li.no{
	margin: 0;
}
.floor-box7 ul li p{
	text-align: center;
	padding: 16px 0;
	line-height: 24px;
	font-size: 14px;
	color: #666;
}
.floor-box7 ul li a{
	text-decoration: none;
}
.floor-box7 ul li span{
	display: block;
	width: 110px;
	height: 36px;
	line-height: 36px;
	margin: 0 auto;
	font-size: 14px;
	color: #fff;
	text-align: center;
	background: #fa584b;
}

.layer-cont{
	position: absolute;
	top: -156px;
	right: 6px;
	display: none;
	width: 366px;
	padding: 22px 26px 12px 30px;
	border: 1px solid #cbcbcb;
	background: #fff;
	border-radius: 5px;
	-moz-box-shadow:0 4px 4px rgba(0, 0, 0, 0.4); 
	-webkit-box-shadow:0 4px 4px rgba(0, 0, 0, 0.4); 
	box-shadow: 0 0 6px rgba(0, 0, 0, 0.4); 
}
.layer-cont ol li{
	font-size: 14px;
	margin-bottom: 8px;
	overflow: hidden;
}
.layer-cont1 ol li b{
	display: block;
	float: left;
	width: 84px;
	color: #444;
}
.layer-cont1 ol li.w96 b{
	width: 96px;
}
.layer-cont1 ol li span{
	float: left;
	width: 280px;
	line-height: 22px;
	display: inline-block;
}
.layer-cont1 ol li.w96 span{
	width: 270px;
}
.layer-cont1 ol li span i{
	font-style: normal;
	color: #fa584b;
}
.layer-cont1 ol li{
	font-size: 14px;
	margin-bottom: 8px;
	overflow: hidden;
}

.layer-cont2 ol li b{
	display: block;
	color: #444;
}
.layer-cont2 ol li span i{
	font-style: normal;
	color: #fa584b;
}
.layer-cont em{
	position: absolute;
	bottom: -16px;
	right: 70px;
	display: block;
	width: 24px;
	height: 16px;
	background: url(../images/icon_layers.png) no-repeat center top;
}
.layer-cont .shut{
	position: absolute;
	top: 0px; 
	right: 0;
	display: block;
	width: 34px;
	height: 34px;
	line-height: 34px;
	text-align: center;
	font-size: 30px;
	color: #888;
	cursor: pointer;
}