.body1{
   background-image:url(../img/bj.jpg); 
   background-size:100%;
   background-repeat:no-repeat;
   background-color:#000000;

}
.logo{
    width: 70%;
    display: inline-block;
}
.index-btn-h{
    width:80%;
    height: 50px;
    margin-bottom: 15px;
}

.content-ul{
    width: 100%;
    font-size: 18px;
    padding-left: 0.5rem;
    float: right;
    margin: 20px 0;
}
.content-ul li{
    text-align: left;
    margin: 5px 0px;
    color: #f1f4f9;
    position: relative;
    background-image:url(../img/li_bg.png);
    background-repeat:no-repeat;/*repeat-x;repeat-y;repeat;*/
    background-positon:bottom;/*right center top center bottom*/
    background-position:bottom;
}
.page-footer{
    position: fixed;
    top: auto;
    bottom: 0;
    table-layout: fixed;
    color: #757575;
}

.select-page{
    margin-top: 20%;
    font-size: 26px;
    color: #ffffff;
}
.select-btn-a{
    color: #fff;
}
.page-title{
    border-color: #000;
    height: 80px;
}
.page-title p{
    font-size: 48px;
    color: #fff;
    font-weight: bold;
}

.page-content{
    margin-top: 20px;
    border-color: #000;
    height: 300px;
}
.page-content p{
    color: #fff;
    font-size: 12px;
    margin: 0px 30px;
    text-indent:25px;
    text-align: left;
}

.banner{
    width: 100%;
}

.car-b{
    float: right;
    width: 80%;
    color: #8b8259;
    border-style: solid; border-width: 0.35mm;
    border-radius: 0 0 30px 0 ;
}

.car-img{
    margin: 0px;
    padding: 0px;
}
.car-img img{
    width: 100%;
    height: 100%;
    background-image: url("../img/car.png");
    background-repeat:no-repeat;/*repeat-x;repeat-y;repeat;*/
    background-size: 100% 100%;

}

.car-p{
    display: table-cell;
    position: relative;
    width: 1%;
    line-height: 1.6rem;
    text-align: center;
    vertical-align: middle;
    border-radius: 0;
    position: relative;
    border-color: #fff;
    border-left-width: 0;
    /*background: rgb(40, 64, 255);*/

}

.money{
    display: block;
    color: #a09e78;
    float: right;
    padding: 15px;
    font-size: 14px;
    font-weight: 500;
    width: 100px;
}


/*左侧 内容*/
.content-box{
    border-color: #bca876;
    border-width: 1px;
    border-style: solid;
    border-radius: 15px;
    margin-left: 10px;
    margin-top: 10px;
    max-width: 120px;
    min-width: 50px;
    padding: 3px;
}

.content-box p{
    color: #c5ac5c;
    text-align: left;
    font-size: 14px;
    font-weight: bold;
    padding-left: 3px;
}
.content-box p:nth-child(2){
    color: #cbcad0;
    text-align: left;
    font-size: 13px;
}

.footer-page{
    background-color: #010101;
}
.footer-page .footer-on{
    width: 40%;
    float: left;
    color: #ffffff;
    display: block;
    height: 100%;
    font-size: 14px;
    line-height: 50px;
    border-radius: 2px;
}
.footer-page .footer-next{
    background-color: #fdda0c;
    width: 120px;
    float: right;
    color: #000000;
    display: block;
    height: 100%;
    font-size: 24px;
    line-height: 50px;
    border-radius: 2px;
}