﻿/*优势*/
.advantage {
    background: #fff;
    margin-top: 20px;
    margin-bottom: 20px;
    box-shadow: 0 0 23px 0px #eee;
    position: relative;
    top: 0;
    transition: all .5s;
}

.advantage img {
    width: 100%;
}

.advantage:hover {
    top: -40px;
}

/*有房就能贷*/
.house-loans {
    margin-top: 30px;
    padding-bottom: 50px;
}

.box-title {
    font-size: 30px;
    color: #333;
    font-weight: bold;
    text-align: center;
}

.box-title-p {
    font-size: 14px;
    color: #666;
    text-align: center;
}

.house-loans-content {
    width: 100%;
    height: auto;
    margin-top: 40px;
}

.house-loans-content ul { /*overflow: hidden;*/
}

.house-loans-content ul li {
    width: 100%;
    height: 288px;
    border: 1px solid #eee;
    margin-top: 18px;
    position: relative;
    transition: .5s;
    box-shadow: 0 0 0px 0px #eee;
}

.tab {
    width: 110px;
    height: 117px;
    display: block;
    z-index: 2;
    position: absolute;
    left: 0;
    top: 0;
}

.tab1 {
    background: url("../images/tab1.png") no-repeat;
}

.tab2 {
    background: url("../images/tab2.png") no-repeat;
}

.tab-img {
    width: 324px;
    height: 248px;
    z-index: 1;
    position: absolute;
    left: 20px;
    top: 20px;
    transition: .5s;
    overflow: hidden;
}

.tab-img img {
    width: 100%;
    height: 100%;
    transition: .5s;
}

.house-loans-content ul li:first-child {
    margin-top: 0;
}

.house-loans-content ul li img.li-bg {
    width: 100%;
    height: 100%;
    transition: .5s;
    position: relative;
    left: 0;
}

.house-loans-content ul li a {
    display: block;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.text-div {
    transition: .5s;
}

.house-loans-content ul li:hover .tab-img img {
    transform: scale(1.1);
}

.house-loans-content ul li:hover .li-bg {
    position: relative;
    left: -30px;
}

.house-loans-content ul li:hover .text-div1 {
    left: 370px;
}

.house-loans-content ul li:hover .text-div2s {
    right: 385px !important;
}

.house-loans-content ul li:hover .text-div2 {
    right: 360px;
}

.house-loans-content ul li:hover {
    box-shadow: 0 0 23px 10px #eee;
}

.text-div1, .text-div2 {
    height: 42px;
    width: auto;
    position: absolute;
    top: 207px;
}

.text-div1 {
    left: 400px;
}

.text-div2 {
    right: 330px;
}

.text-div2s {
    right: 355px;
}

.text-div p {
    color: #666;
    font-size: 14px;
    margin-bottom: 9px;
}

.text-div p span {
    color: #ff6161;
}

/*抵押贷款流程*/
.flow {
    width: 100%;
    height: 521px;
    background: #f3f3f3;
    overflow: hidden;
    padding-top: 40px;
}

.flow-content-s {
    margin-top: 40px;
    overflow: hidden;
}

.flow-img2, .flow-img3 {
    width: 585px;
    height: auto;
    margin-top: 10px;
}

.flow-img2 {
    float: left;
}

.flow-img3 {
    float: right;
}

/*按钮*/
.btn-ljzx {
    width: 484px;
    margin: 0 auto;
    height: 52px;
    box-sizing: border-box;
    border: 1px solid #f8653e;
    border-radius: 50px;
    margin-top: 30px;
    padding-left: 23px;
    overflow: hidden;
}

.btn-ljzx a {
    display: block;
    width: 100%;
    height: 100%;
}

.btn-icon1 {
    width: 27px;
    height: 24px;
    background: url("../images/icon2.png") no-repeat;
    background-size: cover;
    display: inline-block;
    position: relative;
    top: -3px;
}

.btn-ljzx span {
    display: inline-block;
    width: 30px;
    color: #f8653e;
    font-size: 14px;
    line-height: 14px;
    position: relative;
    top: -3px;
}

.btn-ljzx p {
    font-size: 36px;

    color: #f8653e;
    display: inline-block;
}

.btn-right {
    width: 150px;
    height: 100%;
    background: #f8653e;
    color: #fff;
    text-align: center;
    font-size: 18px;
    float: right;
    line-height: 52px;
}

.btn-icon2 {
    width: 23px;
    height: 23px;
    display: inline-block;
    background: url("../images/icon1.png") no-repeat;
    background-size: cover;
    position: relative;
    top: 6px;
    margin-right: 5px;
}

/*常见问题*/
.common-issue {
    width: 100%;
    height: 565px;
    background: #fff;
    overflow: hidden;
    padding-top: 50px;
}

.common-issue-content {
    height: 410px;
    margin-top: 40px;
}

.common-issue-content ul {
    width: 100%;
    height: 100%;
}

.common-issue-content ul li {
    width: 370px;
    height: 100%;
    float: left;
    margin-left: 35px;
    transition: .5s;
    box-sizing: border-box;
    cursor: pointer;
    overflow: hidden;
    position: relative;
}

.common-issue-content ul li:first-child {
    margin-left: 0;
}

.common-issue-content ul li img {
    width: 100%;
    transition: .5s;
}

.common-issue-p1 {
    color: #333;
    font-size: 16px;
    line-height: 55px;
    padding-left: 18px;
}

.common-issue-p2 {
    font-size: 14px;
    color: #888;
    padding: 0 17px;
}

.common-issue-img-div {
    width: 100%;
    height: 187px;
    overflow: hidden;
}

.common-issue-bottom {
    width: 100%;
    border-top: 1px solid #ebebeb;
    margin-top: 25px;
    overflow: hidden;
}

.common-issue-bottom a {
    width: 89px;
    height: 33px;
    line-height: 33px;
    text-align: center;
    border: 1px solid #eee;
    color: #f8653e;
    font-size: 12px;
    display: block;
    margin-top: 20px;
    margin-left: 20px;
}

.hidden-div {
    position: absolute;
    left: 0;
    padding: 15px;
    background: #ff7561;
    padding-bottom: 25px;
    transition: .5s;
    bottom: -500px;
}

.common-issue-content ul li:hover .hidden-div {
    bottom: 0;
}

.common-issue-content ul li:hover img {
    transform: scale(1.1);
}

.hidden-div-p1 {
    font-size: 16px;
    color: #fff;
    font-weight: bold;
    margin-bottom: 20px;
}

.hidden-div-p2 {
    font-size: 14px;
    color: #fff;
    line-height: 28px;
}

.hidden-div-btn {
    width: 100%;
    height: auto;
    border-top: 1px solid #fff;
    overflow: hidden;
    margin-top: 10px;
}

.hidden-div-btn a {
    display: block;
    width: 91px;
    height: 32px;
    background: #fff;
    font-size: 12px;
    color: #666;
    text-align: center;
    line-height: 32px;
    margin-top: 20px;
    margin-left: 20px;
    border-radius: 50px;
    transition: .5s;
}

/*小顶金融，正规带快平台*/
.standard {
    background: #f3f3f3;
    width: 100%;
    height: 420px;
    box-sizing: border-box;
    padding-top: 50px;
}

.standard-content {
    margin-top: 40px;
}

.standard-content img {
    width: 100%;
}

/*2017 1225 xl luoxue 验证码 start*/
.sub-banner-appointment{
    height: 410px;
    width: 280px;
    margin-left: 315px;
    top: 25px;
}
.appointment-box-form .form-piece{
    margin-bottom: 10px;
}
#yzm{
    position: relative;
    background: transparent;
    padding-left: 0;
    border: none;
}
#yzm div{
    width: 120px;
    background-color: white;
    border: 1px solid #e5e5e5;
}
#yzm div input{
    width: 70%;
}
#yzm div i{
    background: url("../images/yzm.png") no-repeat center;
    width: 18px;
    height: 18px;
    margin-left: 8px;
}
#yzm .new-code{
    position: absolute;
    width: 110px;
    height: 47px;
    right: 0;
    top: 0;
    line-height: 47px;
    background-color: #ff8805;
    color: white;
    font-size: 14px;
    text-align: center;
    cursor: pointer;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    transition: all .3s;
}
#yzm .new-code:hover{
    background-color: #ffb05a;
}
#yzm .new-code.disabled{
    background-color: #eee;
    color: #999;
}
.appointment-box .cn{
    padding-bottom: 5px;
}
/*2017 1225 xl luoxue 验证码 end */
