/*nav*/


/********* { background-color: rgba(255,0,0,.2); }
* * { background-color: rgba(0,255,0,.2); }
* * * { background-color: rgba(0,0,255,.2); }
* * * * { background-color: rgba(255,0,255,.2); }
* * * * * { background-color: rgba(0,255,255,.2); }
* * * * * * { background-color: rgba(255,255,0,.2); }*/
.header{
    z-index: 1000;
    position: fixed;
    font-size: 12px;
    width: 100%;
}
.header .topNav{
    margin: 0 auto;
    background: #141527;
    height: 26px;
}
#des1,#des2,#des3{
    font-family: djqHeader;
}

.ico_wx{
    margin-top:3px;
    margin-left: 5%;
    background: rgba(0, 0, 0, 0) url("../img/content/backgrounds/wenchart2.jpg") repeat scroll center center;
}
.ico_wb{
    margin-top:3px;
    margin-left:1%;
    background: rgba(0, 0, 0, 0) url("../img/content/backgrounds/wenchart.png") repeat scroll center center;
}
.feed{
    color:white;
    cursor:pointer ;
    line-height: 26px;
    height: 26px;
    float:right;
}

.app{
    cursor:pointer ;
    margin-right: 1%;
}
.back{
    margin-right: 5%;
}
.sep{
    margin-right: 1%;
}
.header .topNav .ico{
    cursor:pointer ;
    float:left;
    background-size: cover;
    width: 20px;
    height: 20px;
}

.beTopNav{
    position: relative;
    height: 50px;
    background-color: rgba(255, 255, 255, 0.9);
    border-bottom: 1px solid #eeeeee;
}
.beTopNav .menu{
    position: absolute;
    float: left;
    width: 100%;
    margin-left: 5%;
    margin-right: 5%;
    min-width: 650px;

    /*
    min-width: 650px;
    */
}
.beTopNav .menu .logo{
    background-repeat: no-repeat;
    margin-top:4px;
    height: 7%;
    width: 7%;
    float: left;
}
.beTopNav .menu .logo2{
    height: 20%;
    width: 20%;
    float: left;
    margin-left: 3%;
    margin-top: 10px;

}
.item{
    float: left;
    color:#333;
    font-size: 16px;
    line-height: 50px;
    margin-left: 3%;
    height: 50px;

}
.item:hover {
    color: #00bbee;
}
.button{
    background:#00bbee none repeat scroll 0 0;
    color: #ffffff;
    display: block;
    border-radius: 2px;
    height: 28px;
    line-height: 28px;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    width: 8%;
    cursor: pointer;
}

.button:hover{
    box-shadow: 0 0 10px rgba(0, 137, 238, 0.4);
    color: #ffffff;
}
.button_small{
    margin-left: 9%;
    margin-top:11px;
    width: 8%;

}
.login_reg{
    color:  #00bbee;;
    font-size: 12px;
    margin-left: 1%;
}

/*section1*/

.main{
    position: relative;
    height: 100%;
    max-height: 700px;
    width: 100%;
    min-width: 650px;
    text-align: center;


}

.section1{
    height: 700px;
    position: relative;
    text-align: center;
    max-height: 700px;
}

.section2{
    text-align: center;
    top:10%;
    position: relative;

}
.title{
    margin-top: 5%;
    position: relative;
}

.title H2{
    font-size: 42px;
    font-weight: 100;
    padding: 10px 0 0 0;
    color: #444;
    line-height: 60px;
}
.title H3,.title H4{
    margin-top: 10px;
    font-weight: lighter;
    letter-spacing: 2px;
    font-size: 18px;
    color: #ABABAB;
    position: relative;
}
.section2 .piclist{
    float: left;
    position: relative;
}
.step{

}

.section3{

    position: relative;

    background-color:#f4f4f4 ;
    width: 100%;

    text-align: center;
    min-height: 650px;


}
.section4{
    position: relative;
    text-align: center;
    min-height: 750px;
}
.dc{
    height: 10px;
    margin:0 auto;
    width: 20px;
    border-bottom: solid 5px #00bbee;
    display: block;
    line-height: 5px;
    -webkit-transition: all .8s ease;
    -moz-transition: all .8s ease;
    -ms-transition: all .8s ease;
    -o-transition: all .8s ease;
    transition: all .8s ease;

}
.active{
    width:10%;
}
.step figure{
    height: 10%;
    background-color: white;
    display: inline-block;
    padding: 5px;
    margin: 8px;

}

.screen1{
    position: relative;
    background: #00FF00;
}

.section_img1{
    position: absolute;
    background:url(../img/content/backgrounds/bg.jpg) no-repeat 0 0;
    background-size: 100%;
    width: 100%;
    display: block;
    height: 650px;
    line-height: 100%;
    max-height: 700px;
    border-bottom: 3px solid #00bbee;
}
.section_img2{
    position: absolute;
    background:url(../img/content/backgrounds/bg2.jpg) no-repeat 0 0;
    background-size: 100%;
    width: 100%;
    display: block;
    height: 650px;
    line-height: 100%;
    max-height: 700px;
    border-bottom: 3px solid #00bbee;
}
.section_img3{
    position: absolute;
    background:url(../img/content/backgrounds/bg3.jpg) no-repeat 0 0;
    background-size: 100%;
    width: 100%;
    display: block;
    height: 650px;
    line-height: 100%;
    max-height: 700px;
    border-bottom: 3px solid #00bbee;
}

.des{
    position: absolute;
    width: 600px; height: 400px;
    position: absolute; left: 50%; top: 50%;
    margin-top: -200px;
    margin-left: -300px;
    line-height: 200px;
    color: #fff;
    text-align: center;
    letter-spacing: 5px;
    font-size: 60px;
    filter: alpha(opacity=0);
    -webkit-transition: all 1.5s ease;
    -moz-transition: all 1.5s ease;
    -ms-transition: all 1.5s ease;
    -o-transition: all 1.5s ease;
    transition: all 1.5s ease;

}
.des_nav{
    margin-top: 5%;

}
.des_nav span{
    background-color: white;
    /*
    height: px;
    */
    width: 50px;
    display: inline-block;
    margin: 8px;
    /*
    border-radius: 50%;
    */
    border-bottom: 5px solid white;
    /*
    border:2px solid white;
    */
    opacity: 0.5;

}
.des_nav span:hover{
    border-bottom-color: #00bbee;
    cursor:pointer ;

}


.button_middle{
    float: left;
    font-size: 16px;
    width: 30%;
    line-height:30px ;
    margin-left: 12%;
}

.ftbar {
    background: rgba(0, 0, 0, 0.3) none repeat scroll 0 0;
    height:60px;
    left: 0;
    bottom: 0;
    position: absolute;
    /*
    width: 100%;
    */
    z-index: 101;
    color: #ffffff;
    font-size: 14px;

    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -ms-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
}
.ftbar .content{
    float: left;
    display: inline-block;
    margin-top: 1%;

}
.ftbar .content1{
    margin-left: 10%;

}
.ftbar .content2{
    margin-left: 20%;

}
.ftbar .content3{
    margin-left: 20%;
}
.ftbar .sep{
    margin-top: 4px;
    float: left;
    display: block;
    height: 30px;
    border-left: 1px solid #ffffff;
    position: absolute
}

.ftbar h4{
    font-weight: lighter;
    text-align: left;
    margin-left: 4px;
}
.ftbar span{
    text-align: left;
    padding-left: 4px;
    font-size: 12px;
}
.on{
    opacity: 0;
    display: none;
}
.navbg{
    border-bottom-color: #00bbee !important;
}
.p_item{

    margin-left: 8%;
    margin-top: 1%;
    float: left;
    text-align: center;
    width: 10%;
}
.img_border img{
    -webkit-transition: all 2s ease;
    -moz-transition: all 2s ease;
    -ms-transition: all 2s ease;
    -o-transition: all 2s ease;
    transition: all 2s ease;

}
.img_t1_active{
    -ms-transform: rotateY( 180deg);
    -moz-transform:rotateY(180deg); 	/* Firefox */
    -webkit-transform:rotateY(180deg); /* Safari 和 Chrome */
    -o-transform:rotateY(180deg);
}

.img_border{
    width: 150px;
    height: 150px;
    border: solid 1px #00bbee;
    border-radius: 150px;
    cursor: pointer;
    background: rgba(244,244,244,.2) none repeat scroll 0 0;
    box-shadow: 0 0 10px rgba(0, 137, 238, 0.4);
}

.img_border img{
    margin-top: 15%;
    width: 70%;
    height: 70%;

}
.showdow h3{
    margin-top: 5%;
    font-weight: lighter;
    font-size: 16px;
}
.showdow span{

    margin-left: -8px;
    letter-spacing: 1px;
    line-height: 200%;
    display: block;
    font-weight: lighter;
    border-top: 3px solid #00bbee;
    position: absolute;
    height: 0px;
    opacity: 0;
    margin-top: 20px;
    font-size: 12px;
    overflow: hidden;
    -webkit-transition: all .8s ease;
    -moz-transition: all .8s ease;
    -ms-transition: all .8s ease;
    -o-transition: all .8s ease;
    transition: all .8s ease;

}
.showdow .display{
    height: 200px;
    letter-spacing: 2px;
    opacity: 1;
}
.corp{
    margin-top: 1%;
}
.corp span{
    width: 30%;
    height:100px;
    line-height: 100px;
    display: inline-block;
    margin-left: 20px;
    border: 2px solid #f0f4f7;
    font-size: 20px;
}
/*.corp span:hover{
    background-color:#00bbee;
}*/
.corp_c{
    background-color:#00bbee;

}
 .c_main{
     position: absolute;
    margin-top: 8%;
    text-align: center;
    width: 100%;
}
.title{

    font-size: 0px;
    font-weight: 100;
    text-align: center;
    padding: 10px 0 0 0;
    color: #444;
    /*
    margin-top: 100px;
    */
    margin-top: 5%;

    line-height: 30px;
    opacity: 1;
    font-size: 42px;
    filter: alpha(opacity=0);
    -webkit-transition: all 1.5s ease;
    -moz-transition: all 1.5s ease;
    -ms-transition: all 1.5s ease;
    -o-transition: all 1.5s ease;
    transition: all 1.5s ease;
}
.showtitle{
    line-height: 45px;
}
section .s_gap{
    margin-top: 100px;
    padding-top: 5px;
}

.showdow{
    position: absolute;
    width: 160px;
}

.footer {
    margin-top: 10%;
    line-height: 80px;
    background: #141527;
    color: #ccc;
    width: 100%;
    min-width: 650px;
    text-align: center;
}
.footer_a{
    height: 50px;
    text-align: center;
}
.footer_a span{
    cursor:pointer ;
    margin-left: 10px;
    margin-right: 10px;

}
.footer_a a:hover {
    color: #00bbee;
}
.footer_a a {
    color: #ccc;
}
.footer_c{
    height: 30px;
    line-height: 50px;
    padding-bottom: 30px;
}
.ffont{
    font-size: 15px;
}
.step{
    position: absolute;
    width: 100%;
    /*-webkit-transform: scale(0.4) translate(-600px,0);
    -moz-transform: scale(0.4) translate(-600px,0);
    -ms-transform: scale(0.4) translate(-600px,0);
    -o-transform: scale(0.4) translate(-600px,0);
    transform: scale(0.4) translate(-600px,0);*/
    cursor: pointer;
    padding-bottom: 15%;
}
.step_active{
   /* -webkit-transition: all 1s ease;
    transition: all 1s ease;
    transform: scale(1) translate(0px,0);*/
}

figcaption{
    margin-bottom: 90px !important;
}

figcaption h3{
    margin-top: 5%;
    font-weight: lighter;
    font-size: 16px;
}
figcaption span{
    letter-spacing: 2px;
    line-height: 20%;
    display: block;
    margin-top: 20px;
    font-size: 14px;

}

figure img{
    margin-left: 5%;
    width: 60%;
    height: 60%;
}
figure {
    margin-top: 10px!important;
    width: 22%;
    height: 5%!important;
}


@media only screen and (min-width: 768px) and (max-width: 1024px) {
    .item {
        margin-left: 3%;
        font-size: 12px;
    }
    .des{
        font-size: 40px;

    }
    .p_item{

        margin-left: 12%;
        margin-top: 1%;
        width: 5%;
    }
    .img_border{
        width: 100px;
        height: 100px;
        border: solid 1px #00bbee;
        border-radius: 100px;

    }

    .showdow{
        width: 120px;
    }
    .showdow h3{
         margin-left: -15px;
        font-size: 12px;
    }
    figcaption h3{
        font-size: 12px;

    }

    figcaption span,.showdow span{

        font-size: 8px;
    }
    .section3{
        margin-top: 5%;
    }
    .section4{
        margin-top: 25%;
    }

    figure{
        width: 200px;
        height: 200px;

    }


    figure img{
        margin-left: 5%;
        width: 80%;
        height: 80%;
    }

    .ftbar .content1{
        margin-left: 15%;
    }
    .button_middle{
        font-size: 16px;
    }
    .ftbar .content2{
        margin-left: 14%;

    }
    .ftbar .content3{
        margin-left: 12%;
    }
    .ftbar span{
        font-size: 10px;
    }
    .ftbar h4{
        font-size: 12px;

    }
    .ftbar .sep{
        margin-top: 4px;
        height: 25px;
    }
    .footer{
        margin-top: 25%;
        font-size: 12px;
    }
    .corp span{
       /* width: 20%;
        height:100px;

        margin-left: 10px;*/
        border: 1px solid bisque;
        font-size: 14px;
    }
    .title H2{
        font-size: 20px;
    }
    .title{
        font-size: 20px;
        line-height: 10px;
    }

    .showtitle{
        line-height: 30px;
    }


}

@media (max-width: 768px){
    .showdow span{
        visibility: hidden;
    }
    .beTopNav{
        height: 30px;
    }
    .item{
        font-size: 12px;
        line-height: 30px;
    }
    .des{
        font-size: 20px;
        width: 300px;
        height: 150px;
        margin-top: -100px;
        margin-left: -150px;
        line-height: 100px;
    }
    .button_small{
        margin-left: 5%;
        margin-top:1px;
    }
    .ftbar .content1{
        margin-left: 10%;
    }
    .button_middle{
        font-size: 12px;
    }
    .ftbar .content2{
        margin-left: 10%;

    }
    .ftbar .content3{
        margin-left: 10%;
    }
    .ftbar span{
        font-size: 8px;
    }
    .ftbar h4{
        font-size: 10px;

    }
    .ftbar .sep{
        margin-top: 6px;
        height: 15px;
    }
    .title H2{
     font-size: 20px;
    }
     .title H3,.title H4{
        font-size: 14px;
    }
    .title{
        font-size: 20px;
        line-height: 10px;
    }

    .showtitle{
        line-height: 30px;
    }


    /*图片*/
    .p_itemSet{
        margin-top: 40px;
    }
    .p_item{

        margin-left: 12%;
        margin-top: 1%;
        width: 5%;
    }
    .img_border{
        width: 80px;
        height: 80px;
        border: solid 1px #00bbee;
        border-radius: 80px;
        cursor:pointer ;

    }

    .showdow{
        width: 120px;
    }
    .showdow h3{
        margin-left: -40px;
        font-size: 8px;
    }
    figcaption h3{
        font-size: 8px;

    }
    figcaption span{
        font-size: 6px;

    }
    .showdow span{
        width: 50%;
        font-size: 6px;
        margin-left: 10px;
    }
    .section3{
        margin-top: 15%;
        min-height: 500px;
    }
    .section4{
        margin-top: 25%;
    }

    figure{
        width: 200px;
        height: 200px;
    }
    figure img{
        width: 50%;
        height: 50%;
    }

    .corp span{
        width: 20%;
        height:100px;

        margin-left: 10px;
        border: 1px solid #00bbee;
        font-size: 10px;
    }
    .footer{
        margin-top: 20%;
        font-size: 12px;
    }
    .ffont{
        font-size: 14px;

    }
    .des_nav{
        margin-top: 5%;

    }

}

@media (max-width: 400px) {
    .ftbar {
        visibility: hidden;
    }

    .section4 {
        margin-top: 30%;
    }
}




/*css3 效果*/



.screen_on {
    opacity: 1;
    display: block;

}

/*vertical nav*/
.navScreen {
    position: fixed;
    right: 30px;
    top: 50%;
    z-index: 200;
    height: 200px;
    margin: -100px 0 0 0;
}

.navScreen li {
    width: 20px;
}

.navScreen a {
    display: block;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: #00bbee;
    margin: 15px auto;
    cursor: pointer;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -ms-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
}

.navScreen a.active {
    background: #00bbee;
    width: 20px;
    height: 20px;
}
.sbt_2{
    background-color: rgba(255,255,255,0);
    border:1px solid white;
}
/*首页end*/

.common_body{
    padding-top: 200px;
    /*
    width: 90%;
    */
    margin: auto;
    background-color: white;
}
.commonWidth{
    width: 90%;
}
/*服务协议*/
.agreement_content{

    padding-bottom: 200px;
    padding-left: 50px;
    padding-right: 50px;
    font-weight: lighter;
    font-size: 14px;
    letter-spacing: 2px;
    line-height: 2em;
}
.agreement_content p{
    text-indent:2em;
}


/*合同验真*/

.verify_body{
    padding-top: 80px;
    width: 100%;
    height: 1000px;
    min-height: 820px;
    min-width: 720px;


}

.verify{
    position: relative;
    width: 100%;
    height:100%;
    background:url(../img/content/backgrounds/bg2.jpg) no-repeat 0 0;
    background-size: cover;


}
.verify .content{
    border: 1px solid #ffffff;
    width: 600px;
    height: 200px;
    left: 0;
    right: 0;
    box-shadow: 0 0 20px rgba(255, 255, 255, 0.9);

    /*
    display: none;
    */

    margin:auto;
    position: absolute;
    margin-top: 150px;

}
.content .verify_contract{
    font-size: 40px;
    letter-spacing: 10px;
    text-align: center;
    font-weight: 300;
    color: #ffffff;
    margin-top: 50px;
}
.content .verify_drag{
    margin-top: 5px;
    font-size: 14px;
    letter-spacing: 5px;

}

.content .progress{
    text-align: left;
    width: 0px;
    left: 20px;
    right: 20px;
    position: absolute;
    margin-top: 20px;
    border-top: 2px solid rgba(255,255,255,0.9);
    box-shadow: 5px 0px 10px #00bbee;
    -webkit-transition: all 1s ease;


}
.content .private{

}

.content .info{
    text-align: center;
    margin:auto;
    width: 90%;
    left: 0;
    right: 0;
    color: rgba(244,244,244,.9);
    font-size: 12px;
    letter-spacing: 2px;
    height: 20px;
    line-height: 20px;
    display: none;
    background:rgba(255,0,0,.4);
    position: absolute;
    margin-top: 30px;

}



.verify .pdf_warper{
    width: 750px;

    position: relative;
    margin: 0 auto;
    display: none;


}
.pdf_warper .pdfview{
    border: 1px solid #ffffff;
    width: 100%;
    height: 100%;
    min-width: 750px;

    left: 0;
    right: 0;
    box-shadow: 0 0 20px rgba(255, 255, 255, 0.9);

    margin:auto;
    position: absolute;
    margin-top: 20px;
    margin-bottom: 20px;
    opacity: 0.8;
}
.verify .download{
    border: 0;
    text-align: right;
    top:110%;
    margin-left: 33%;
    position:absolute;
    cursor:pointer ;

}

.verify .cancel{
    border: 0;
    text-align: right;
    top:110%;
    margin-left: 55%;
    position:absolute;
    cursor:pointer ;

}

.verify .stamp{
    border: 0;
    text-align: right;
    /*top:85%;*/
    top:80%;
    margin-left: 80%;
    height: 100px;
    width: 100px;
    position:absolute;
    background: url("../img/content/backgrounds/stamp.png") no-repeat 0 0;
    background-size: cover;

}


.verify .pdf_frame{
    width:500px;
    height: 600px;
    overflow: hidden;
    border: 0px;
    position: absolute;
}
.verify .upload{
    padding-top: 150px;
    position: relative;

}
.upload a{
    position: absolute;
    left: 50%;
    width: 90px!important;
    margin-left: -45px;
    font-size: 12px;
    cursor: pointer;

}
.verify form .fbutton{

    visibility: hidden;

}
.verify .progress.hide {
    opacity: 0;
    transition: opacity 1.3s;
}

/*信用查询*/
.hide{
    text-align: center;
    line-height: 30px;
    font-size: 18px;
    color: white;
    /*
    display: none;
    */


}

/*template*/

body,.warp{
    height: 100%;

}
.warp{
    height: auto;
    min-height: 100%;
}
.t_footer{
    clear: both;
    position: relative;
    z-index: 10;
    height: 4em;
    line-height: 80px;
    background: #141527;
    color: #ccc;
    width: 100%;
    min-width: 650px;
    text-align: center;
    bottom: 0;
}
