﻿


.part_one{
    position: relative;
    margin-bottom: 5%;
}

/* 借款申请 */
.loan{
    position: absolute;
    right: 7%;
    top: calc(25% + 120px);
    z-index: 1;
    width: 400px;
    background: rgba(255, 255, 255, .4);

    display: none; /*0923*/
}
    .loan .loan-content{
        padding: 7% 10% 10%;
    }
    .loan .loan-content .loan-title{
        font-size: 28px;
        color: #931322;
        font-weight: normal;
        text-align: center;
        margin-bottom: 4%;
    }
    .loan .loan-content .loan-entitle{
        font-size: 16px;
        color: #222;
        text-align: center;
        margin-bottom: 7%;
    }
    .loan .loan-content .apply_line{
        position: relative;
        margin-bottom: 20px;
    }
    .apply_line .apply_txt {
        display: block;
        width: 90%;
        height: 45px;
        padding: 0px 5%;
        background: #fff;
        background: #f0f0f0;
    }
    .apply_txt::-webkit-input-placeholder{
        color:#999;
        font-size:14px;
    }
    .apply_txt::-moz-placeholder{   /* Mozilla Firefox 19+ */
        color:#999;
        font-size:14px;
    }
    .apply_txt:-moz-placeholder{    /* Mozilla Firefox 4 to 18 */
        color:#999;
        font-size:14px;
    }
    .apply_txt:-ms-input-placeholder{  /* Internet Explorer 10-11 */
        color:#999;
        font-size:14px;
    }
    .apply_ico {
        position: absolute;
        top: 0;
        right: 0;
        z-index: 1;
        width: 49px;
        height: 100%;
        background: center center no-repeat;
        background-image: none;
        background-size: auto;
        background-size: 24px;
    }
    .ico_user {
        background-image: url(../img/i-account.png);
    }
    .ico_phone {
        background-image: url(../img/i-phone.png);
    }
    .apply_check {
        float: left;
        width: 50% !important;
        margin-right: 5%;
    }
    .check_code {
        display: inline-block;
        overflow: hidden;
        background: #fff;
        position: relative;
        width: 35%;
        height: 45px;
        cursor: pointer;
    }
    .check_code img {
        display: block;
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
    }
    label.label_radio input[type="radio"]{
        display: none;
    }
  
    label.label_radio em{
        font-size: 14px;
        color: #666;
        font-style: normal;
    }
    label.label_radio i {
        display: inline-block;
        vertical-align: middle;
        margin-right: 6px;
        position: relative;
        width: 12px;
        height: 12px;
        text-align: center;
        color: transparent;
        border: 1px solid #666;
        border-top-color: rgb(51, 51, 51);
        border-right-color: rgb(51, 51, 51);
        border-bottom-color: rgb(51, 51, 51);
        border-left-color: rgb(51, 51, 51);
        border-radius: 50%;
    }
    label.label_radio i::before {
        content: "";
        position: absolute;
        top: 50%;
        left: 50%;
        margin: -3px 0 0 -3px;
        width: 6px;
        height: 6px;
        background: none;
            background-color: rgba(0, 0, 0, 0);
        border-radius: 50%;
    }
    label.label_radio input[type="radio"]:checked + i, label.label_radio.current input[type="radio"] + i {
        border-color: #931322 !important;
    }
    label.label_radio input[type="radio"]:checked + i::before, label.label_radio.current input[type="radio"] + i::before {
        background-color: #931322 !important;
    }
    label.label_radio input[type="radio"]:checked + i + em, label.label_radio.current input[type="radio"] + i + em {
        color: #931322;
    }

    .apply_btn{
        display: inline-block;
        width: 100%;
        text-align: center;
        background: #931322;
        color: #fff !important;
        font-weight: bold;
        font-size: 16px;
        padding: 3.5% 0;
        margin-top: 5%;
        cursor: pointer;
    }

    @media(max-width:1800px){
        .loan{
            top: calc(10% + 120px);
        }
    }

    @media(max-width:1360px){
       
.loan {
    top: calc(10% + 90px);
}
    }
 @media(max-width:1200px){
.loan{
            position: static;
            margin: 0 auto;
            background: rgba(221, 221, 221, .4);
        }
        .apply_line .apply_txt{
            background: #fff;
        }
       
    }

    @media(max-width:480px){

        .loan{
            width: 94%;
            margin-left: 3%;
	
        }
        .loan .loan-content{
             padding: 8% 5% 12%;
        }
    }





.part_two{
    margin-bottom: 8%;
}

/*公司简介 */
.part_three{
    background: url(../img/index-bg1.jpg) no-repeat;
    background-size: 100% 100%;
    padding-top: 4%;
    padding-bottom: 1%;
    margin-bottom: 8%;
}
    .part_three .three-txt{
        max-width: 1600px;
        margin: 0 auto;
        padding: 0 3%;
        font-size: 14px;
        line-height: 30px;
        color: #333;
        text-align: center; letter-spacing: 2px;
    }
    
    @media(max-width:1000px){
        .part_three .three-txt br{
            display: none;
        }
    }


/* 珠典商城 */
.part_four{
    margin-bottom: 5%;
}
    .four-list{
        width: 100%;
    }
    .four-list ul{
        max-width: 1600px;
        margin: 0 auto;
        padding: 0 3%;
    }
    .four-list ul li{
        display: inline-block;
        width: 31.25%;
        margin-right: 2.8%;
        margin-bottom: 3%;
        position: relative;
    }
    .four-list ul li:nth-child(3n){
        margin-right: 0;
    }
    .four-list ul li .list-img{
        width: 100%;
        padding-bottom: 50%;
        position: relative;
        overflow: hidden;
    }
    .four-list ul li .list-img img{
        display: inline-block;
        width: 100%;
        height: 100%;
        position: absolute;
        top: 0;
        left: 0;
        overflow: hidden;
        transition: .5s;
        -webkit-transition: .5s;
        -moz-transition: .5s;
        -ms-transition: .5s;
        -o-transition: .5s;
}
    .four-list ul li .list-txt{
        position: absolute;
        width: 88%;
        bottom: 10%;
        left: 6%;
    }
    .four-list ul li .list-txt h1{
        font-size: 22px;
        color: #fff;
        margin-bottom: 2%;
    }
    .four-list ul li .list-txt p{
        font-size: 18px;
        color: #fff;
    }
    .four-list ul li:hover .list-img img{
        transform: scale(1.06);
        -webkit-transform: scale(1.06);
        -moz-transform: scale(1.06);
        -ms-transform: scale(1.06);
        -o-transform: scale(1.06);
    }

    @media(max-width:1350px){
        .four-list ul li{
            margin-right: 2.6%;
        }
    }
    @media(max-width:960px){
        .four-list ul li{
            width: 48.5%;
        }
        .four-list ul li:nth-child(3n){
            margin-right: 2.6%;
        }
        .four-list ul li:nth-child(2n){
            margin-right: 0;
        }
        .four-list ul li:nth-child(even){
            float: right;
        }
    }

    @media(max-width:760px){
        .four-list ul li .list-txt h1{
            font-size: 18px;
        }
        .four-list ul li .list-txt p{
            font-size: 14px;
        }
    }

    @media(max-width:520px){
        .four-list ul li{
            width: 100%;
            margin-right: 0 !important;
            margin-bottom: 5%;
        }
    }


/* 最新资讯 */
.part_five{
    /*background: url(../img/index-bg2.jpg) no-repeat;*/
    background:#eee;
    background-size: 100% 100%;
    padding: 5% 0;
    margin-bottom: 6%;
}

.part_six{
    margin-bottom: 6%;
}



@media(max-width:1920px){
    .part_three,.part_five {
       /* background-size: auto 100%;*/
    }
}
@media(max-width:760px){
    .part_two,.part_three,.part_four,.part_five,.part_six{
        margin-bottom: 15%;
    }
    .part_five{
        margin-top: 8%;
    }
    .part_three,.part_five{
        padding-top: 8%;
        padding-bottom: 12%;
    }
}


/*1028*/
.part_three .main-title h1{color: #fff;}
.part_three .main-title p{color: #fff;}
.part_three .three-txt{color: #fff;}


@media(max-width:760px){
.loan .loan-content .loan-title{font-size: 20px;letter-spacing: 8px;margin-bottom: 2%;}
.loan .loan-content .loan-entitle{font-size: 14px;font-weight: lighter;}


.apply_btn{font-weight: lighter;}
.part_two{margin-top: 10%;}
.two-lbt{width: 90%; margin: 0 auto;}
.two-lbt .row .owl-carousel1 .owl-item .item{    width: 90% !important; padding: 0 5%;}

.part_three{    padding-top: 12%; padding-bottom: 12%; background-size: cover;}
.three-dev{ display:none;}
.part_three .three-txt{padding: 0 12%;text-align: left;line-height: 26px;}

.part_four{ margin-top: 18%;}
.five-lbt{    width: 80%; margin: 0 auto;}
.five-lbt .row .owl-carousel2 .item>h1 a{font-size:14px; text-align: left;  margin: 4% 0 2% 0;}
.five-lbt .row .owl-carousel2 .item>span{font-size: 14px; font-weight: lighter;margin-top: 0%;}
.five-lbt .owl-carousel2 .owl-controls .owl-nav .owl-prev{width: 15px;height: 20px;left: -14%;}
.five-lbt .owl-carousel2 .owl-controls .owl-nav .owl-next{width: 15px;height: 20px;right: -14%;}
.five-lbt .row .owl-carousel2 .item>p{ display:none;}
.honor-lbt .row .owl-carousel3 .item .item-txt h2{font-size:14px;}
.honor-lbt{ width:90%; margin:0 auto;}
.honor-lbt .row .owl-carousel3 .owl-item .item{width: 80%;margin: 0 auto;}

.loan .loan-content .apply_line{    margin-bottom: 12px;}

}







 .small-video{
        display:none !important;
    }
    @media(max-width:768px){
        .small-video{
            display:block !important;
        }
        .video1{
        /*display:none !important;*/ /*0923*/
        }
        .five-lbt .lbt-container{padding: 0 5%;}
    }
    

