﻿


.service-list ul{
    max-width: 1280px;
    margin: 0 auto;
    padding: 0 3%;
}
    .service-list ul li {
        margin-bottom: 5%;
    }
    .service-list ul li .list-img{
        display: inline-block;
        width: 640px;
        height: 426px;
        position: relative;
    }
    .service-list ul li .list-img a{
        display: inline-block;
        width: 100%;
        height: 100%;
        position: absolute;
        top: 0;
        left: 0;
        overflow: hidden;
    }
    .service-list ul li .list-img a img{
        display: inline-block;
        width: 100%;
        height: 100%;
        transition: .2s;
        -webkit-transition: .2s;
        -moz-transition: .2s;
        -ms-transition: .2s;
        -o-transition: .2s;
}
    .service-list ul li .list-right{
        display: inline-block;
        width: 640px;
        height: 426px;
        float: right;
        vertical-align: top;
        position: relative;
    }
    .service-list ul li .list-right>div{
        padding: 0 8%;
    }
    .service-list ul li .list-right>div h1 a{
        display: inline-block;
        font-size: 30px;
        padding-bottom: 10px;
        border-bottom: 2px solid #931322;
        color: #931322;
        font-weight: 500;
        margin-top: 30px;
        margin-bottom: 35px;
    }
    .service-list ul li .list-right>div p{
        font-size: 14px;
        color: #333;
        line-height: 30px;letter-spacing: 2px;
    }
    .service-list ul li .list-right>div>a{
        position: absolute;
        display: inline-block;
        width: 200px;
        height: 45px;
        line-height: 45px;
        text-align: center;
        color: #931322;
        border: 1px solid #931322;
        left: 55px;
        bottom: 25px;
    }    
    .service-list ul li:nth-child(even) .list-right{
        float: left;
    }

    .service-list ul li:hover .list-right>div>a{
        background: #931322;
        color: #fff;
    }
    .service-list ul li .list-img a img:hover{
       /*transform: scale(1.03);
        -webkit-transform: scale(1.03);
        -moz-transform: scale(1.03);
        -ms-transform: scale(1.03);
        -o-transform: scale(1.03);*/
}


@media(max-width:1600px){
	.service-list ul{padding: 0 3%;}
}

@media(max-width:1405px){
    .service-list ul li{
        text-align: center;
    }
    .service-list ul li .list-right{
        float: none;
        text-align: left;
        height: auto;
    }
    .service-list ul li:nth-child(even) .list-right{
        float: none;
    }
    .service-list ul li .list-right>div>a{
        position: static;
        margin-top: 50px;
    }
}

@media(max-width:710px){
    .service-list ul{padding: 0 10%;}
    .service-list ul li{
        margin-bottom: 80px;
    }
    .service-list ul li .list-img{
        width: 100%;
        height: auto;
        padding-bottom: 66.6%;
    }
    .service-list ul li .list-right{
        width: 100%;
    }
    .service-list ul li .list-right>div{padding: 0;}
    .service-list ul li .list-right>div h1 a {
        font-size: 16px;    line-height: 24px;
        padding-bottom: 8px;
        margin-top: 10px;
        margin-bottom: 10px;
    }
    .service-list ul li .list-right>div p{font-size: 14px;line-height: 28px;}
    .service-list ul li .list-right>div>a{
        margin-top: 24px;
        width: 120px;
        height: 36px;
        line-height: 36px;
    }

    

}



/* 十大特色服务 */
.ten-service{

}
    .ten-service h1{
        font-size: 26px;
        color: #931322;
        text-align: center;
        margin-bottom: 40px;
    }

    .ten-service .ten-list{
        
    }
    .ten-service .ten-list ul{
        max-width: 1280px;
        margin: 0 auto;
        padding: 0 3%;
    }
    .ten-service .ten-list ul li{
        display: inline-block;
        width: 15.6%;
        padding-right: 4%;
        margin-bottom: 5%;
        vertical-align: top;
    }
    .ten-service .ten-list ul li .list-top{
        margin-bottom: 20px;
        display: flex;
        align-items: center;
    }
    .ten-service .ten-list ul li .list-top img{
        transition: 0.6s;
        -webkit-transition: 0.6s;
        -moz-transition: 0.6s;
        -ms-transition: 0.6s;
        -o-transition: 0.6s;
}
    .ten-service .ten-list ul li .list-top p{
        display: inline-block;
        vertical-align: top;
        margin-left: 12px;
        font-size: 22px;
        color: #333;
    }
    .ten-service .ten-list ul li .list-txt p{
        font-size: 14px;
        line-height: 30px;
        color: #666;
    }
    .ten-service .ten-list ul li:hover .list-top img{
        transform: scale(1.2);
        -webkit-transform: scale(1.2);
        -moz-transform: scale(1.2);
        -ms-transform: scale(1.2);
        -o-transform: scale(1.2);
    }

    @media(max-width:1200px){
        .ten-service .ten-list ul li{
            width: 20.6%;
        }
    }

    @media(max-width:960px){
        .ten-service .ten-list ul li{
            width: 28.9%;
        }
    }
    @media(max-width:680px){
        .ten-service .ten-list ul{padding: 0 10%;}
        .ten-service .ten-list ul li{
            width: 44%;
            margin-bottom: 50px;
            padding-right: 0;
            margin-right: 10%;
        }
        .ten-service .ten-list ul li .list-top{
            margin-bottom: 2px;
        }
        .ten-service .ten-list ul li .list-top img{ width:32px;}
        .ten-service .ten-list ul li:nth-child(even){
            margin-right: 0;
        }
       
        .ten-service .ten-list ul li .list-top p{
            font-size: 18px;
        }
        .ten-service .ten-list ul li .list-txt p{    line-height: 22px; text-align: justify;}
    }


/* 服务详情 */
.serviced-list{

}
    .serviced-list ul{
        max-width: 1280px;
        margin: 0 auto;
        padding: 0 3%;
        margin-bottom: 5%;
    }
    .serviced-list ul li{
        display: inline-block;
        width: 23.4%;
        margin-right: 1.5%;
        position: relative;
    }
    .serviced-list ul li:nth-child(4n){
        margin-right: 0;
    }
    .serviced-list ul li .list-img{
        display: inline-block;
        width: 100%;
        padding-bottom: 133.3%;
        position: relative;
        overflow: hidden;
    }
    .serviced-list ul li .list-img img{
        display: inline-block;
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        transition: .5s;
        -webkit-transition: .5s;
        -moz-transition: .5s;
        -ms-transition: .5s;
        -o-transition: .5s;
}
    .serviced-list ul li .list-txt{
        position: absolute;
        bottom: 0;
        left: 0;
        width: 100%;
    }
    .serviced-list ul li .list-txt p{
        display: block;
        width: 100%;
        font-size: 18px;
        text-align: center;
        color: #fff;
        padding: 5% 0;
        font-weight: bold;
        background: rgba(202, 160, 125, .7);
    }
    .serviced-list ul li:hover .list-img img{
        transform: scale(1.05);
        -webkit-transform: scale(1.05);
        -moz-transform: scale(1.05);
        -ms-transform: scale(1.05);
        -o-transform: scale(1.05);
}

    .serviced-txt{
        max-width: 1280px;
        margin: 0 auto;
        padding: 0 3%;
    }
    .serviced-txt p{
        font-size: 16px;
        color: #666;
        line-height: 36px;
        overflow: hidden;
    }

    @media(max-width:720px){
        .serviced-list ul li{
            width: 48%;
            margin-right: 0;
            margin-bottom: 4%;
        }
        .serviced-list ul li .list-txt p{
            font-size: 15px;
        }
        .serviced-list ul li:nth-child(even){
            float: right;
            margin-right: 0;
        }
        .serviced-list ul li:nth-child(odd){
            float: left;
        }
    }


/* 获取咨询 */
.service-form{
    background: #e0e0e0;
    padding-top: 5%;
    padding-bottom: 5%;
}
    .service-form .form-title{
        max-width: 1280px;
        margin: 0 auto;
        padding: 0 3%;
        font-size: 22px;
        color: #931322;
        margin-bottom: 25px;
    }
    .service-form .loan_form{
        max-width: 1280px;
        margin: 0 auto;
        padding: 0 3%;
    }

    .loan_line{
        display: inline-block;
        width: 32%;
        height: 42px;
        vertical-align: top;
         margin-right: 1.5%;
        position: relative;
        background: #fff;
        margin-bottom: 20px;
    }

     .service-form .loan_form .loan_submit{color: #fff;}


    .loan_fill {
        overflow: hidden;
    }
    .loan_03{
        margin-right: 0;
    }
    .loan_line label.l_label0{
        float: left;
        line-height: 42px;
        font-size: 15px;
        color: #666;
        padding: 0 15px 0 20px;
    }
    .loan_line .loan_txt {
        width: 100%;
        color: #333;
        font-size: 15px;
        border: none;
        height: 40px;
    }
    .loan_line select.sel_sex {
        display: block;
        position: absolute;
        top: 0;
        right: 0;
        padding-left: 14px;
        width: 70px;
        height: 100%;
        background: #f4f4f4 url(../img/ico_sel01.png) right center no-repeat;
        background-size: auto;
        background-size: 16px;
        color: #666;
        border: inherit;
    }
    .loan_03 select.sel_sex{width: 110px;}

    .loan_line select.sel_sex option{
        width: 70px !important;
        padding: 0 !important;
    }
    .loan_check {
        cursor: pointer;
        display: block;
        position: absolute;
        top: 0;
        right: 0;
        height: 42px;
    }
    .loan_check  img{
        display: inline-block;
        width: 100%;
        height: 42px;
    }
    .loan_04,.loan_05{
        width: 40.5%;
    }
    .loan_submit{
        display: inline-block;
        width: 15%;
        height: 42px;
        text-align: center;
        line-height: 42px;
        color: #fff;
        background: #931322;
        font-size: 15px;
        border: none;
        outline: none;
    }

    @media(max-width:890px){
        .loan_line{
            width: 49%;
            margin-right: 0 !important;
        }
        .loan_02{
            margin-right: 0;
        }
        .loan_03{
            margin-right: 1.5%;
        }
        .service-form .loan_form .loan_line:nth-child(odd){
            float: left;
        }
        .service-form .loan_form .loan_line:nth-child(even){
            float: right;
        }
        .loan_05{
            width: 100%;
        }
        .loan_submit{
            width: 120px;
        }
    }

    @media(max-width:760px){
        .service-form{
            padding-top: 10%;
            padding-bottom: 10%;
        }
    }

    @media(max-width:540px){
        .loan_line{
            width: 100%;
            margin-right: 0 !important;
        }
        .service-form .loan_form .loan_line:nth-child(odd){
            float: none;
        }
        .service-form .loan_form .loan_line:nth-child(even){
            float: none;
        }
    }
 


/*1029
.service-list ul{margin-bottom: 8%;}
.service-list ul li{margin-bottom: 2%;height:auto;}
.service-list ul li .list-right{display: none;}
.service-list ul li .list-img{width:100%;height:auto;}
.service-list ul li .list-img a{position: static;}
    
.service-list ul li:nth-child(2){ width:49%;margin-right:2%; float:left;}
.service-list ul li:nth-child(3){ width:49%; float:right;}

.service-list ul li .list-img a img:hover{opacity: 0.8;}

@media(max-width:710px){
	.service-list ul{padding: 0 7%;}
	.service-list ul li .list-img{padding-bottom: 0;}
	.ten-service .ten-list ul{    padding: 0 9%;}

	.service-form .form-title{padding: 0 10%;margin-bottom: 20px;}
	.service-form .loan_form{padding: 0 10%;}
	.loan_line{    height: 38px;margin-bottom: 15px;}
	.loan_line label.l_label0{line-height: 38px;}
	.loan_line .loan_txt{height: 38px;}
	.loan_check{height: 38px;}
	.loan_check img{height: 38px;}



}
*/ 



/*0107*/
.service-form .form-title{padding: 0px 10%;}
.service-form .loan_form{padding: 0 10%;}