body{
    direction: rtl;
    text-align: right;
}

.r{
    float: right;
}
.l{
    float: left;
}
.c{
    clear: both;
}

/*  */
.top{
    width: 100%;
    min-height: 100px;
    border-bottom: 1px solid #ccc;
    background: #333;
}
.top .title{
    width: 100%;
    min-height: 60px;
    margin-bottom: 50px;
}
.top .title h3{
    color: #fff;
    text-align: center;
    padding-top: 30px;
    font-family: "Lucida Console", Monaco, monospace;
    font-weight: bold;
    font-size: 40px;
}
.top .title h5{
    color: #fff;
    text-align: center;
    font-size: 15px;
    margin-bottom: 10px;
}
.top .logo{
    width: 16%;
    height: 60px;
    margin-left: 100px;
    border: none;
}
.top .logo a{
   color: #fff;
   font-size: 20px;
   line-height: 60px;
   display: inline-block;
   text-align: left;
   margin-right: 30px;
}
.top .logo h6{
    color: #fff;
    font-size: 20px;
    line-height: 60px;
    display: inline-block;
    text-align: left;
     margin-right: 20px;

}
.top .menu{
    width: 67%;
    height: 60px;
    line-height: 60px;
    margin-right: 30px;
}
.top .menu ul li{
    margin-right: 20px;
}
.top .menu ul li a{
    color: #fff;
    font-weight: bold;
}

/*  */
.data{
    width: 100%;
    min-height: 400px;
    padding: 10px;
    margin-top: 50px;
}
.data .info{
    width: 25%;
    min-height: 200px;
    border: 1px solid #ccc;
    margin-right: 70px;
    margin-top: 20px;
    box-shadow: 2px 2px 2px 2px #eee;
    float: right;
}
.data .info .img{
    width: 100%;
    height: 100px;
}
.data .info .img img{
    width: 80px;
    height: 80px;
    margin-top: 20px;
}
.data .info .txt a{
    text-align: center;
    display: block;
    font-size: 20px;
    margin-top: 20px;
}

/*  */
.form{
    width: 90%;
    min-height: 200px;
    margin: 0 auto;
    margin-top: 20px;
}
.tit{
    width: 90%;
    min-height: 50px;
    margin: 0 auto;
    margin-top: 40px;
}
/*  */
.data_tabble{
    width: 90%;
    min-height: 300px;
    margin: 0 auto;
    margin-top: 20px;
}
/*  */
.down{
    width: 100%;
    min-height: 60px;
    margin-top: 50px;
    border-top: 1px solid #ccc;
}
.down h5{
    text-align: center;
    font-size: 12px;
    line-height: 60px;
}

/*    start website */

/*  */
.head{
    width: 100%;
    min-height: 60px;
    background: #9460CC;
    padding: 10px;
}
.head .logo{
    width: 10%;
    height: 60px;
    margin-left: 30px;
    border: 1px solid #ccc;
}
.head .logo img{
    width: 100%;
    height: 60px;
    margin-left: 30px;
}
.head .logo a{
   color: #fff;
   font-size: 20px;
   line-height: 60px;
   display: block;
   text-align: left;
}
.head .menu{
    width: 85%;
    height: 60px;
    line-height: 60px;
}
.head .menu ul li{
    margin-right: 20px;
}
.head .menu ul li a{
    color: #fff;
    font-weight: bold;
}

/*  */
.slide{
    width: 100%;
    height: 500px;
    border:1px solid #ccc;
    position: relative;
}
.slide:before{
    content: '';
    width: 100%;
    height: 500px;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #000;
    opacity: 0.7;
}

.slide img{
    width: 100%;
    height: 500px;
    border:1px solid #ccc;
}
.slide h2{
    position: absolute;
    top: 40%;
    right: 15%;
    color: #fff;
    font-size: 50px;
    font-family: "Courier New", Courier, monospace;
    font-weight: bold;
    letter-spacing: 10px;
}

/*  */
.ser{
    margin-top: 100px;
}
.ser-name h3{
    text-align: center;
    font-size: 24px;
    color: green;

}
.ser-name .line{
    width: 50px;
    border: 1px solid #000;
    margin: auto;
    margin-bottom: 50px;
}
.car{
    width:100% !impoartant;
    padding: 30px 0 25px 0;
    text-align: center;
    box-shadow: 1px 2px 2px 0px rgba(51,52,54,0.3);
    margin-bottom: 50px;
    border-radius: 20px;
}
.car a{
    display: block;
}

.car img{
    width: 100%;
    height: 200px;
}
.car .rent{
    margin-top: 20px;
    font-size: 20px;
    color: #000;
}
.car .data{
    width: 100%;

}
.car .right{
    width:40%;
    height: 300px;
    border: 1px solid #ccc;
    margin-bottom: 50px;
}
.car .right img{
    width:40%;
    height: 300px;
    border: 1px solid #ccc;
}
.car .left{
    width:55%;
    height: 300px;
    border: 1px solid #ccc;
    margin-bottom: 50px;
     margin-top: 30px;
}
.car .left table{
   padding: 0 30px;
}
.car .left table tr{
    width: 300px;

}

/*  */
.account{
    width: 100%;
    margin-bottom: 30px;
    border: 1px solid #ccc;
}
.account .img{
    width: 30%;
    height: 400px;
    margin-bottom: 30px;
    border: 1px solid #ccc;
    float: right;
}
.account .img img{
    width: 60%;
    height: 200px;
    margin-top: 50px;
    margin-right: 50px;
    border: 1px solid #ccc;
}
.account .img h4{
    text-align: center;
    margin-top: 20px;
}

.account .txt{
    width: 65%;
    min-height: 400px;
    margin-bottom: 30px;
    border: 1px solid #ccc;
    float: left;
}

/*  */
footer{
    margin-top: 50px;
}
.foot{
    width: 100% !important;
    text-align: center;
    padding: 30px 0 25px 0;
}
.foot img{
    width:80px;
    height:50px;
}

/* one  */
.section-one{
    width: 100%;
    min-height: 200px;
    margin-top: 20px;
    padding-bottom: 50px;

}
.section-one .one-1{
    border: 1px solid #ccc;
    height: 120px;
    margin-left: 50px;
    margin-top: 40px;
    background: #fff;
    box-shadow: 1px 2px 2px 0 rgba(42,43,45,0.30);
}
.section-one .one-1 a{
    display: block;
    line-height: 30px;
    text-align: center;
    font-weight: bold;
    color: #000;
}
.section-one .one-1 span{
    display: block;
    margin-top: 10px;
    margin-bottom: 10px;
    font-size: 30px;
}

/*   */
@media (max-width:900px) {
   .section-one .one-1{
        width: 80%;
        height: 120px;
        margin-left: 30px;
        margin-top: 40px;
        border-radius: 20px;
         background: #fff;
    }
    .section-one .one-1 a{
        display: block;
        line-height: 30px;
        text-align: center;
    }
    .section-one .one-1 span{
        display: block;
        margin-top: 10px;
        margin-bottom: 10px;
        font-size: 50px;
    }
}


