﻿body {
    font-family: Microsoft YaHei;
    overflow-y: scroll;
    padding-right: 0px !important;
    font-size: 14px;
}

* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

    *:before,
    *:after {
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }

input {
    -webkit-appearance: none !important;
}

a {
    color: #333;
    text-decoration: none;
}

    a:link, a:visited, a:hover, a:active {
        text-decoration: none;
        cursor: pointer;
    }

    a:hover, a:active {
        color: #ff7901;
    }

h1, h2, h3, h4, h5, h6, b, label {
    font-size: 100%;
    font-weight: normal;
}

em, small, strong, i, b {
    font-style: normal;
}

li, ol {
    list-style: none;
}

h1, h2, h3, h4, h5, h6, p, ul, li, dl, dt, dd, input, button, table, tr, td {
    margin: 0;
    padding: 0;
}

/*Layout*/
.clrfix:after {
    display: table;
    content: ' ';
    clear: both;
}

.clrfix {
    clear: both;
}

.ly-wrap {
    width: 100%;
    padding-bottom: 15px;
}

.ly-floor {
    width: 1200px;
    margin: 0 auto;
    clear: both;
}

    .ly-floor:after {
        display: table;
        content: ' ';
        clear: both;
    }

.ly-left {
    float: left;
}

.ly-right {
    float: right;
}


/*header*/
.ly-header {
    height: 64px;
    background-color: transparent;
}

    .ly-header .ly-header-logo {
        height: 64px;
        float: left;
        cursor: pointer;
    }


        .ly-header .ly-header-logo img {
            display: block;
            height: 64px;
        }

    .ly-header .ly-header-address {
        position: relative;
        float: left;
        z-index: 10;
    }

    .ly-header .ly-header-city {
        display: block;
        padding: 0 50px 0 20px;
        height: 64px;
        line-height: 64px;
        background: url(../images/061.png) no-repeat 90% 22px;
    }

        .ly-header .ly-header-city:hover {
            color: #ff7901;
        }

    .ly-header .ly-header-address-list {
        z-index: 10;
        background-color: #fff;
        width: 600px;
        height: 390px;
        padding: 15px 15px 0 15px;
        position: absolute;
        top: 66px;
        left: 0;
        border: 1px solid #d3d3d3;
        overflow-y: auto;
        overflow-x: hidden;
        border-right: 6px solid #fff;
        -moz-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1), 0px 0px 10px rgba(0, 0, 0, 0.1);
        -webkit-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1), 0px 0px 10px rgba(0, 0, 0, 0.1);
        box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1), 0px 0px 10px rgba(0, 0, 0, 0.1);
    }

        .ly-header .ly-header-address-list dl {
            overflow: hidden;
            line-height: 46px;
            border-bottom: 1px dashed #d3d3d3;
        }

        .ly-header .ly-header-address-list dt {
            float: left;
            width: 50px;
            height: 46px;
            line-height: 46px;
            font-family: Arial;
        }

        .ly-header .ly-header-address-list dd {
            float: left;
            width: 490px;
            line-height: 46px;
        }

            .ly-header .ly-header-address-list dd a {
                white-space: nowrap;
                margin-right: 20px;
            }

        .ly-header .ly-header-address-list .all-city {
            font-size: 22px;
        }


    .ly-header .ly-header-nav {
        float: right;
    }

        .ly-header .ly-header-nav ul {
        }

        .ly-header .ly-header-nav li {
            float: left;
            line-height: 64px;
            /*margin-left: 20px;*/
        }

            .ly-header .ly-header-nav li a {
                display: block;
                font-size: 14px;
                height: 64px;
                line-height: 64px;
                border-bottom: 2px solid transparent;
                padding: 0 10px;
                margin: 0 5px;
            }

                .ly-header .ly-header-nav li a.active {
                    color: #ff7901;
                    border-color: #ff7901;
                }

        .ly-header .ly-header-nav .ly-header-nav-tel img {
            vertical-align: middle;
            margin-right: 30px;
        }

        .ly-header .ly-header-nav .ly-header-nav-tel span {
            display: inline-block;
            font-size: 24px;
            font-family: Arial;
            color: #ff7901;
            font-weight: 700;
            vertical-align: middle;
        }

/*footer*/
.ly-footer {
    background-color: #221f1c;
    color: #d3d3d3;
}

    .ly-footer a {
        color: #d3d3d3;
    }

        .ly-footer a:hover {
            color: #ff7901;
        }

    .ly-footer .ly-copy-head {
        height: 240px;
        border-bottom: 1px solid #515151;
        padding: 40px 0;
        overflow: hidden;
    }

    .ly-footer .ly-copy-text {
        padding: 15px 0;
        text-align: center;
    }

    .ly-footer .ly-copy-logo {
        float: left;
        text-align: center;
    }

        .ly-footer .ly-copy-logo img {
            display: block;
            height: 64px;
            margin-bottom:10px;
        }

    .ly-footer .ly-copy-link {
        float: left;
        width: 530px;
        text-align: center;
        padding-top: 50px;
    }

        .ly-footer .ly-copy-link li {
            display: inline-block;
            padding: 0 20px;
            border-left: 1px solid #d3d3d3;
            line-height: 16px;
        }

            .ly-footer .ly-copy-link li:first-child {
                border: 0 none;
            }

    .ly-footer .ly-copy-about {
        float: right;
    }

    .ly-footer .ly-copy-intro {
        float: left;
        text-align: right;
        border-right: 1px solid #d3d3d3;
        font-size: 12px;
        padding-right: 20px;
        height: 160px;
    }

        .ly-footer .ly-copy-intro li {
            padding: 10px 0;
        }

            .ly-footer .ly-copy-intro li:first-child {
                font-size: 16px;
                color: #fff;
            }

    .ly-footer .ly-copy-qrcode {
        float: right;
        text-align: center;
        padding-left: 20px;
    }

        .ly-footer .ly-copy-qrcode img {
            /*width: 100px;*/
            margin-bottom: 4px;
        }

        .ly-footer .ly-copy-qrcode p {
            padding-top: 8px;
            font-size: 12px;
        }


/***/
.ml-title:after {
    display: table;
    content: ' ';
    clear: both;
}

.ml-title {
    clear: both;
    border-left: 4px solid #ff7901;
    font-size: 16px;
    color: #333;
    height: 30px;
    line-height: 30px;
    margin-bottom: 44px;
    margin-top: 44px;
}

    .ml-title h3 {
        padding: 0 10px;
        font-size: 24px;
        color: #ff7901;
        float: left;
    }

    .ml-title .ml-title-link {
        float: right;
        color: #3985de;
        font-size: 14px;
        float: right;
        margin-right: 10px;
    }

        .ml-title .ml-title-link:hover {
            color: #ff7901;
        }

/*车辆列表*/

.ml-car-list {
    display: block;
    width: 1200px;
    /*margin-left: -10px;*/
    margin-bottom: 20px;
    min-height: 350px;
}

.ml-car-list-item {
    float: left;
    margin-bottom: 10px;
    width: 300px;
    height: 350px;
    overflow: hidden;
    padding: 9px 8px;
}

    .ml-car-list-item a {
        display: block;
        width: 282px;
        height: 334px;
        overflow: hidden;
        position: relative;
    }



.ml-car-list-item-img {
    height: 218px;
    width: 100%;
    overflow: hidden;
    text-align: center;
}

    .ml-car-list-item-img img {
        height: 100%;
        display: block;
        margin: 0 auto;
    }

.ml-car-list-item-carname {
    padding: 10px 6px 5px 6px;
    font-size: 16px;
    color: #333;
    margin-bottom: 4px;
}

.ml-car-list-item-year {
    color: #a5abb2;
    font-size: 14px;
    padding: 2px 6px;
    margin-bottom: 4px;
}

    .ml-car-list-item-year .icon-place {
        display: inline-block;
        font-size: 12px;
        width: 14px;
        text-align: center;
        vertical-align: top;
        line-height: 20px;
    }


.ml-car-list-item-price {
    padding: 0 6px;
}

    .ml-car-list-item-price em {
        color: #ff7901;
        font-size: 20px;
        font-family: Arial;
    }

    .ml-car-list-item-price small {
        font-size: 14px;
    }

    .ml-car-list-item-price del {
        color: #a5abb2;
        display: inline-block;
        margin-left: 10px;
        font-size: 12px;
    }

.ml-car-list-item:hover {
    -moz-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1), 0px 0px 10px rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1), 0px 0px 10px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1), 0px 0px 10px rgba(0, 0, 0, 0.1);
}

.ml-car-list-item-subname {
    font-size: 16px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

/*面包屑*/
.crumb-nav {
    height: 40px;
    line-height: 40px;
    margin: 15px 0;
    position: relative;
}

    .crumb-nav i {
        font-family: SimSun;
    }

    .crumb-nav em {
        color: #797979;
    }


/**模态框*/
.close {
    float: right;
    font-size: 21px;
    font-weight: bold;
    line-height: 1;
    color: #000;
    text-shadow: 0 1px 0 #fff;
    filter: alpha(opacity=20);
    opacity: .2;
    outline: 0;
}

    .close:hover,
    .close:focus {
        color: #000;
        text-decoration: none;
        cursor: pointer;
        filter: alpha(opacity=50);
        opacity: .5;
    }

button.close {
    -webkit-appearance: none;
    padding: 0;
    cursor: pointer;
    background: transparent;
    border: 0;
}

.fade {
    opacity: 0;
    -webkit-transition: opacity .15s linear;
    -o-transition: opacity .15s linear;
    transition: opacity .15s linear;
}

    .fade.in {
        opacity: 1;
    }

.modal-open {
    overflow-y: scroll;
    padding-right: 0 !important;
}

.modal {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1050;
    display: none;
    overflow: hidden;
    -webkit-overflow-scrolling: touch;
    outline: 0;
}

    .modal.fade .modal-dialog {
        -webkit-transition: -webkit-transform .3s ease-out;
        -o-transition: -o-transform .3s ease-out;
        transition: transform .3s ease-out;
        -webkit-transform: translate(0, -25%);
        -ms-transform: translate(0, -25%);
        -o-transform: translate(0, -25%);
        transform: translate(0, -25%);
    }

    .modal.in .modal-dialog {
        -webkit-transform: translate(0, 0);
        -ms-transform: translate(0, 0);
        -o-transform: translate(0, 0);
        transform: translate(0, 0);
    }

.modal-open .modal {
    overflow-x: hidden;
    overflow-y: auto;
}

.modal-dialog {
    position: relative;
    width: 800px;
    margin: 150px auto 0 auto;
}

.modal-content {
    position: relative;
    background-color: #fff;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border: 1px solid #999;
    border: 1px solid rgba(0, 0, 0, .2);
    border-radius: 6px;
    outline: 0;
    -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, .5);
    box-shadow: 0 3px 9px rgba(0, 0, 0, .5);
}

.modal-backdrop {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1040;
    background-color: #000;
}

    .modal-backdrop.fade {
        filter: alpha(opacity=0);
        opacity: 0;
    }

    .modal-backdrop.in {
        filter: alpha(opacity=50);
        opacity: .5;
    }

.modal-header {
    padding: 15px;
    border-bottom: 1px solid #e5e5e5;
}

    .modal-header .close {
        margin-top: -2px;
    }

.modal-title {
    margin: 0;
    line-height: 1.42857143;
    font-size: 14px;
    font-weight: normal;
}

.modal-body {
    position: relative;
    padding: 15px;
}

.modal-footer {
    padding: 15px;
    text-align: right;
    border-top: 1px solid #e5e5e5;
}

    .modal-footer .btn + .btn {
        margin-bottom: 0;
        margin-left: 5px;
    }

    .modal-footer .btn-group .btn + .btn {
        margin-left: -1px;
    }

    .modal-footer .btn-block + .btn-block {
        margin-left: 0;
    }

.alert {
    padding: 15px;
    margin-bottom: 20px;
    border: 1px solid transparent;
    border-radius: 4px;
}


.alert-success {
    color: #3c763d;
    background-color: #dff0d8;
    border-color: #d6e9c6;
}


.alert-info {
    color: #31708f;
    background-color: #d9edf7;
    border-color: #bce8f1;
}



.alert-warning {
    color: #8a6d3b;
    background-color: #fcf8e3;
    border-color: #faebcc;
}


.alert-danger {
    color: #a94442;
    background-color: #f2dede;
    border-color: #ebccd1;
}

.btn {
    display: inline-block;
    padding: 6px 12px;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: normal;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
}

    .btn:focus,
    .btn:active:focus,
    .btn.active:focus,
    .btn.focus,
    .btn:active.focus,
    .btn.active.focus {
        outline: 0 none;
    }

.btn-primary {
    color: #fff;
    background-color: #ff7901;
}

.btn-success {
    color: #fff;
    background-color: #5cb85c;
}

.btn-info {
    color: #fff;
    background-color: #5bc0de;
}

.btn-warning {
    color: #fff;
    background-color: #f0ad4e;
}

.btn-danger {
    color: #fff;
    background-color: #d9534f;
}

/*分页*/
.pagination {
    clear: both;
    text-align: center;
}

    .pagination a, .pagination span {
        margin: 3px;
        padding: 10px 15px;
        display: inline-block;
        vertical-align: middle;
        border: 1px solid #e5e5e5;
        background-color: #fff;
        color: #333;
    }

        .pagination a:hover, .pagination .current {
            background-color: #ff7901;
            color: #fff;
        }



    .pagination .prev, .pagination .next {
        background-color: #fff;
        color: #333;
        font-family: SimSun;
    }

/*更多向右箭头*/
.more-arr {
    display: inline-block;
    margin-left: 4px;
    font-family: SimSun;
}
