/*浮动*/
.fl {
    float: left;
    _display: inline;
}

.fr {
    float: right;
    _display: inline;
}

/* Clearfix,避免因子元素浮动而导致的父元素高度缺失能问题 */
.clearfix:after {
    clear: both;
    content: ".";
    display: block;
    height: 0;
    line-height: 0;
    visibility: hidden;
}

html[xmlns] .clearfix {
    display: block;
}

* html .clearfix {
    height: 1%;
}

* + html .clearfix {
    height: 1%;
}

/* IE 6/7 */
.clearfix {
    *zoom: 1;
}

/*网页在Safari快速滚动和回弹  overflow滚动更流畅*/
html {
    -webkit-overflow-scrolling: touch;
}

/*网页上视觉效果的修改*/
button:active {
    -webkit-transform: scale(.9);
    -moz-transform: scale(.9);
    -ms-transform: scale(.9);
    -o-transform: scale(.9);
    transform: scale(.9);
}

i {
    display: inline-block;
}

a {
    text-decoration: none;
}

a:hover {
    color: #E70012;
}

* {
    padding: 0;
    margin: 0;
}

body {
    font-family: "Hiragino Sans GB", "Hiragino Sans GB W3", "Microsoft YaHei", Helvetica, FreeSans, Arimo, "Droid Sans", Arial, sans-serif;
    min-width: 1220px;
}

.pub_wrap_1220 {
    width: 1220px;
    margin: 0 auto;
}
.pub_mt_65{
    height: 65px;
}
.pub_mt_75{
    height:75px;
}
.pub_mt_100{
    height:100px;
}
.pub_mt_120{
    height:120px;
}
/*顶部导航logo Begin*/
.promote_nav_bar{
    height: 130px;
    background: #fff;
    font-size: 0;
}
.promote_nav_bar .logo{
    line-height: 130px;
}
.promote_nav_bar .logo img{
    vertical-align: middle;
}
.promote_nav_bar .nav .tab{
    display: inline-block;
    width:184px;
    line-height: 130px;
    text-align: center;
    font-size: 28px;
    color:#333;
}
.promote_nav_bar .nav .tab.current,
.promote_nav_bar .nav .tab:hover{
    color:#fff;
    background: #e40000;
}
/*顶部导航logo End*/
/*免费获取方案 Begin*/
.pub_form_wrap{
    font-size: 0;
    line-height: 1;
    color:#333;
}
.pub_form_wrap .form_title{
    font-size: 32px;
    font-weight:normal;
    text-align: center;
}
.pub_form_wrap .title_small{
    display: block;
    margin-top:20px;
    font-size: 18px;
    text-align: center;
}
.pub_form_wrap .title_small b{
    font-weight:normal;
    color:#E70012;
}
.pub_form_wrap .input_wrap{
    float: left;
    margin-right:20px;
    margin-bottom: 28px;
    width:390px;
}
.pub_form_wrap .input_wrap input{
    padding-left:10px;
    width:278px;
    height:44px;
    border:1px solid #e5e5e5;
    font-size: 16px;
    color:#333;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
    outline:none;
}
.pub_form_wrap .label{
    width:98px;
    line-height: 46px;
    font-size: 20px;
    vertical-align: middle;
}
.pub_form_wrap .leave_wrap{
    float: left;
    width:390px;
    margin-bottom: 28px;
}
.pub_form_wrap .leave_wrap .options {
    display: inline-block;
    vertical-align: middle;
}
.pub_form_wrap .leave_wrap .option{
    margin-right: 30px;
    color:#666666;
    font-size: 16px;
    cursor: pointer;
}
.pub_form_wrap .leave_wrap .option i{
    margin-right:8px;
    width:20px;
    height:20px;
    vertical-align: middle;
    background: url("../../images/min/icon_all_01.png") no-repeat -50px 3px;
}

.pub_form_wrap .leave_wrap .selected i{
    width:20px;
    height:20px;
    background: url("../../images/min/icon_all_01.png") no-repeat 0 0;
}
.pub_form_wrap .selects_wrap{
    float: left;
    margin-right:20px;
    margin-bottom: 28px;
    width:390px;
}
.pub_form_wrap .selects_wrap .options{
    display: inline-block;
    width:290px;
    vertical-align: middle;
}
.pub_form_wrap .selects_wrap .options select{
    width:133px;
    height:44px;
    padding-left: 10px;
    border:1px solid #e5e5e5;
    background: #fff;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
    font-size: 16px;
    color:#333;
}
.pub_form_wrap .house_area{
    position: relative;
}
.pub_form_wrap .house_area i{
    position: absolute;
    right:15px;
    top:12px;
    width:20px;
    height:20px;
    background: url("../../images/min/icon_all_01.png") no-repeat -100px 0;
}
.pub_form_wrap .submit_btn{
    margin-left:30px;
    width:290px;
    height: 46px;
    text-align: center;
    background: #E70012;
    color:#fff;
    font-size: 18px;
    border:0;
    outline:none;
    cursor: pointer;
}
 .pub_user_scroll_list{
    position: relative;
    height:12px;
    background: url("../../images/min/pub_form_list_bg.jpg") no-repeat center;
    background-size: cover;
}
 .pub_user_scroll_list .list{
     position: absolute;
     top:-60px;
     left:50%;
     margin-left:-320px;
     width:640px;
     height:120px;
     overflow: hidden;
     line-height: 60px;
     -webkit-border-radius: 10px;
     -moz-border-radius: 10px;
     border-radius: 10px;
     -webkit-box-shadow:  0 2px 2px 2px #e5e5e5;
     -moz-box-shadow:  0 2px 2px 2px #e5e5e5;
     box-shadow:  0 2px 2px 2px #e5e5e5;
     text-align: center;
 }
.pub_user_scroll_list .list b{
    color:#E70012;
}
/*免费获取方案 End*/
/*为什么选择美安居 Begin*/
.pub_choose_reason .reason_title{
    margin:0;
    line-height: 1;
    font-size: 38px;
    color:#333333;
    text-align: center;
}
.pub_choose_reason .reason_list{
    margin-left: -50px;
    font-size: 0;
}
.pub_choose_reason .reason_list .cell{
    display: inline-block;
    margin-left:50px;
    margin-bottom:57px;
    padding-left:153px;
    width:220px;
    height: 140px;
    text-align: center;
    line-height: 70px;
    background: no-repeat center;
}
.pub_choose_reason .reason_list .cell1{
    background-image: url("../../images/min/choose_reason1.jpg");
}
.pub_choose_reason .reason_list .cell2{
    background-image: url("../../images/min/choose_reason2.jpg");
}
.pub_choose_reason .reason_list .cell3{
    background-image: url("../../images/min/choose_reason3.jpg");
}
.pub_choose_reason .reason_list .cell4{
    background-image: url("../../images/min/choose_reason4.jpg");
}
.pub_choose_reason .reason_list .cell5{
    background-image: url("../../images/min/choose_reason5.jpg");
}
.pub_choose_reason .reason_list .cell6{
    background-image: url("../../images/min/choose_reason6.jpg");
}

.pub_choose_reason .reason_list .c_title{
    font-size: 20px;
    color:#333;
}
.pub_choose_reason .reason_list .c_txt{
    font-size: 24px;
    color:#ff3b49;
}
/*为什么选择美安居 End*/
/*找公司 Begin*/
.promote_company_banner{
    display: block;
    margin:0 auto;
    height:500px;
    min-width: 1220px;
    background: no-repeat center;
    background-size: cover;
}
.promote_company_section2{
    padding-top:70px;
    padding-bottom:50px;
}
.promote_company_section2 .section_title{
    margin:0;
    line-height: 1;
    font-size: 38px;
    color:#333333;
    text-align: center;
}
.promote_company_section2 .step_list {
    margin-top: 75px;
    font-size: 0;
}
.promote_company_section2 .step_list .cell{
    display: inline-block;
    width:16.66666666%;
    text-align: center;
}
.promote_company_section2 .cell p{
    line-height: 80px;
    font-size: 24px;
    color:#333333;
}
.promote_company_section3{
    padding-bottom:97px;
    background: #f8f8f8;
}
.promote_company_section3 .section_title{
    margin:0;
    text-align: center;
    line-height: 180px;
    font-size: 38px;
    color:#333333;
}
.promote_company_section3 .cell{
    margin:0 auto 34px;
    width:1040px;
    font-size: 0;
}
.promote_company_section3 .cell .index{
    display: inline-block;
    width:100px;
    height:100px;
    line-height: 100px;
    vertical-align: middle;
    text-align: center;
    font-size: 60px;
    font-weight:bold;
    color:#fff;
    background: #59c2ff;
}
.promote_company_section3 .cell .txt{
    display: inline-block;
    width:938px;
    height:100px;
    vertical-align: middle;
    background: #fff;
}
.promote_company_section3 .cell .t_title{
    line-height: 60px;
    font-size:28px;
    color:#333;
}
.promote_company_section3 .cell .t_txt{
    line-height: 40px;
    font-size:18px;
    color:#666666;
}
.promote_company_section3 .cell .txt.txt_left{
    width:900px;
    padding-left: 38px;
    text-align: left;
}
.promote_company_section3 .cell .txt.txt_right{
    width:870px;
    padding-right:68px;
    text-align: right;
}
/*找公司 End*/
/*免费报价 Begin*/
.promote_quote_banner{
    display: block;
    margin:0 auto;
    height:450px;
    min-width: 1220px;
    background: no-repeat center;
    background-size: cover;
}
.promote_quote_section2{
    padding:100px 0 90px;
}
.promote_quote_section2 img{
    display: block;
    width: 100%;
}
.promote_quote_cloud_bg{
    height:100px;
    background: url("../../images/min/quote_cloud_bg.jpg") no-repeat center;
    background-size: cover;
}
.promote_quote_section3{
    padding-bottom: 75px;
    background: #f8f8f8;
    line-height: 1;
}
.promote_quote_section3 .section_title{
    padding-top:15px;
    margin:0;
    text-align: center;
    font-size: 48px;
    color:#ff2b3a;
    font-weight: bold;
}
.promote_quote_section3 .title_small{
    display: block;
    margin: 60px 0 0;
    text-align: center;
    font-size: 26px;
    color:#ff2b3a;
}
.promote_quote_section3 .list{
    font-size: 0;
    margin-left:-58px;
    margin-top:90px;
}
.promote_quote_section3 .cell{
    display: inline-block;
    margin-left:55px;
    padding-top:40px;
    width:370px;
    height:330px;
    vertical-align: top;
    background: #ffa8a8;
    text-align: center;
}
.promote_quote_section3 .c_title{
    line-height: 85px;
    font-size: 26px;
    font-weight:normal;
    color:#333333;
}
.promote_quote_section3 .c_title i{
    margin: 0 10px;
    width:10px;
    height: 10px;
    background: #333;
    vertical-align: middle;
    -webkit-border-radius:100%;
    -moz-border-radius:100%;
    border-radius:100%;
}
.promote_quote_section3 .cell p{
    font-size: 16px;
    color:#666666;
    margin-bottom: 10px;
}
.promote_quote_section4{
    background: #f8f8f8;
}
/*免费报价 End*/
/*免费设计 Begin*/
.promote_design_banner{
    display: block;
    margin:0 auto;
    height:767px;
    min-width: 1220px;
    background: no-repeat center;
    background-size: cover;
}
.promote_design_imgs img{
    display: block;
    width: 100%;
}
.promote_design_section2{
    padding-bottom: 25px;
}
.promote_design_section2 .free_server{
    border-left:1px solid #e5e5e5;
    border-top:1px solid #e5e5e5;
    background: #f8f8f8;
    font-size: 0;
}
.promote_design_section2 .cell{
    display: inline-block;
    padding-left:45px;
    padding-right:115px;
    width:245px;
    height: 180px;
    border-right:1px solid #e5e5e5;
    border-bottom:1px solid #e5e5e5;
}
.promote_design_section2 .c_title{
    font-size: 28px;
    font-weight: normal;
    color:#ff1f1f;
    line-height: 85px;
    text-align: center;
}
.promote_design_section2 .cell p{
    font-size: 16px;
    line-height: 20px;
    color:#333333;
}
/*免费设计 End*/
/*公共底部 Begin*/
.jq_public_footer_container {
    width: 100%;
    padding-bottom: 75px;
    background: #1f1f1f;
    margin-top: 75px;

}
.jq_public_footer_container .jq_footer_copy {
    margin-top: 30px;
    text-align: center;
    font-size: 12px;
    color: #8f8f8f;
}

.jq_public_footer_container .jq_footer_copy p {
    line-height: 30px;
}
.jq_public_footer_container {
    margin-top: 0;
}
.jq_public_footer_container .jq_footer_about_container{
    position: relative;
}
.jq_public_footer_container .jq_footer_about_container .company_tel{
    position: absolute;
    right:0;
    top:10px;
}
.jq_public_footer_container .jq_footer_friendly_link ul {
    float: none;
}

.jq_public_footer_container .jq_footer_friendly_link ul {
    display: none;
}

.jq_public_footer_container .jq_footer_friendly_link ul.current {
    display: block;
}

.jq_public_footer_container .jq_footer_tab ul li:first-child {
    background: #111;
}

.jq_public_footer_container .jq_footer_tab ul li:first-child a {
    color: #8f8f8f;
}

.jq_public_footer_container .jq_footer_tab ul li.current {
    background: #333;
}

.jq_public_footer_container .jq_footer_tab ul li.current a {
    color: #fff;
}

.jq_public_footer_container .jq_footer_friendly_link a:hover,
.jq_public_footer_container .jq_footer_about_container ul li .sub a:hover {
    color: #e70012;
}
.pub_to_top{
    position: fixed;
    right: 30px;
    bottom: 130px;
    width: 48px;
    height: 49px;
    background: url(../../images/min/to_top.png) no-repeat 0 0;
    border-radius: 8px;
    cursor: pointer;
}
.pub_to_top:hover {
    background-position: -48px 0;
}
/*公共底部 End*/


/*赔付协议 End*/
.jk_dialog_apply_fail,
.jk_dialog_apply_success {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 310;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .7);
}

.jk_dialog_apply_fail .dialog_content,
.jk_dialog_apply_success .dialog_content {
    position: absolute;
    top: 50%;
    left: 50%;
    padding: 0 20px;
    margin: 0 auto;
    -webkit-transform: translateX(-50%) translateY(-50%);
    -moz-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    -o-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    width: 500px;
    background: #fff;
}

.jk_dialog_apply_fail .title_bar,
.jk_dialog_apply_success .title_bar {
    position: relative;
    line-height: 50px;
    border-bottom: 1px solid #e5e5e5;
    font-size: 24px;
}

.jk_dialog_apply_fail .title_bar .close_btn,
.jk_dialog_apply_success .title_bar .close_btn {
    position: absolute;
    right: 0;
    top: 5px;
    width: 40px;
    height: 40px;
    background: url("../../images/delete@3x.png") no-repeat center;
    background-size: 25px 25px;
    cursor: pointer;
}

.jk_dialog_apply_fail .content,
.jk_dialog_apply_success .content {
    padding: 30px 45px;
    font-size: 16px;
    line-height: 30px;
    color: #333;
    text-align: center;
}

.jk_dialog_apply_success .c_title {
    margin-bottom: 30px;
}

.jk_dialog_apply_success .c_title i {
    margin-right: 15px;
    width: 30px;
    height: 30px;
    background: url("../../images/chenggong.png") no-repeat center;
    background-size: 30px 30px;
    vertical-align: middle;
}

.jk_dialog_apply_success .c_txt {
    text-align: left;
}

.jk_dialog_apply_fail .content .ok_btn,
.jk_dialog_apply_success .content .ok_btn {
    margin-top: 20px;
    padding: 5px 30px;
    background: #e70012;
    color: #fff;
    border: 0;
    cursor: pointer;
}