﻿* {
    margin: 0;
    padding: 0;
    list-style: none;
}

bady {
    background: #F5F5F5;
}
img {
    border: none;
}
/*public*/
.fl {
    display: inline;
    float: left;
}

.fr {
    display: inline;
}

.cf:after {
    content: "";
    clear: both;
    display: block;
    height: 0;
    overflow: hidden;
}

.cf {
    zoom: 1;
}

.pb10 {
    padding-bottom: 10px;
}

.mt10 {
    margin-top: 10px;
}
/*main*/
.nav_content {
    width: 1200px;
    margin:20px auto;
    /*background: #fff;*/
    padding: 15px;
}

/*    .nav_content .title {
        height: 18px;
        border-bottom: 3px solid #e7e7e7;
    }
*/
        .nav_content .title h2 {
            font-size: 18px;
            font-family: "microsoft yahei";
        }

    .nav_content .title-list {
        position: relative;
        top:25px;
    left: 0;
}

        .nav_content .title-list li {
            width: 146px;
            line-height: 40px;
            height: 40px;
            text-align: center;
            float: left;
            display: inline;
            font-size: 16px;
            cursor: pointer;
            background: #EEEEEE;
        }

            .nav_content .title-list li.on {
                color: #CF0E0E;
                font-weight: bold;
                background: #fff;
            }

        .nav_content .title-list p {
            position: absolute;
            top: 22px;
            left: 0px;
            width: 146px;
            height: 7px;
            border-top: 3px solid #CF0E0E;
            overflow: hidden;
            text-align: center;
        }

        .nav_content .title-list b {
            display: inline-block;
            width: 0;
            height: 0;
            margin-top: -3px;
            border-style: solid dashed dashed dashed;
            border-width: 9px;
            border-color: #CF0E0E #fff #fff #fff;
            overflow: hidden;
            zoom: 1;
            font-size: 0;
        }

.product {
    position: relative;
    overflow: hidden;
    display: none;
    margin-top: 25px;
    background: #FFF;
    /*text-align: center;*/
}

.product-wrap .show {
    display: block;
    height:500px;
}

.product label {
    width: 100px;
    display: inline-block;
    text-align: right;
    margin-right: 8px;
    font-size: 13px;
    color: #666;
}

.product input[type=text], .product select {
    padding: 5px 4px;
    width: 400px;
    border: 1px solid #eee;
    background: #fff;
    vertical-align: middle;
    color: #333;
    box-sizing: border-box;
}
.marginRight{
    margin-right:20px;
}

.marginBottom{
    margin-bottom:-1px;
}

.borderYellow{
    border:1px solid #FF9C30 !important;
    background-color:#FFC98B !important;
}

.box-shadow-1 {
    /*-webkit-box-shadow: 3px 3px 3px;
    -moz-box-shadow: 3px 3px 3px;
    box-shadow: 3px 3px 3px #999999;*/
    height:90px;
}

.btn {
    border-style: none;
    border-color: inherit;
    border-width: medium;
    background: #16a0d3;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    font-size: 16px;
    line-height: 32px;
    margin: 0 1px 0 0;
    padding: 0 20px;
}

    .btn:hover {
        background: #117ea6;
    }

    .btn.green {
        background: #52A152;
    }

        .btn.green:hover {
            background: #328032;
        }

    .btn.yellow {
        background: #FF9C30;
    }

        .btn.yellow:hover {
            background: #c87316;
        }

    .btn.violet {
        background: #993333;
    }

        .btn.violet:hover {
            background: #990033;
        }
/*车辆首字母*/
#zimu {
    font-size:15px;
    background-color: #F5F5F5;
    border-radius: 7px;
    text-align: center;
    height: 30px;
    margin: 15px 0;
}

    #zimu li {
        cursor: pointer;
        margin-left: 1em;
        float: left;
        line-height: 30px;
        width: 20px;
    }

        #zimu li:hover {
            background-color: #0099CC;
        }

    #zimu .active {
        background-color: #0099CC;
    }

.carKind {
    /*background-color: #F5F5F5;*/
    border-radius: 7px;
    text-align: center;
    height: 2em;
    margin: 10px 0;
    margin-bottom: 36px;
    font-size: 14px;
}

    .carKind li {
        cursor: pointer;
        margin-left: 1em;
        float: left;
        line-height: 2em;
        padding:0 5px;
    }

        .carKind li:hover {
            /*background-color: #0099CC;*/
        }

    .carKind .active {
        color: #CF0E0E;
    }
    .carKind .active .yuan {
        background: #CF0E0E;
    }



/*车辆条件选择*/
#ChanPin_Select_List div {
    margin-bottom: 6px;
}

#ChanPin_Select_List Span {
    /*width: 100px;*/
    display: inline-block;
    /*text-align: right;*/
    margin-right: 8px;
    font-size: 13px;
    color: #666;
}

#ChanPin_Select_List input,#ChanPin_Select_List select {
    padding: 5px 4px;
    width: 190px;
    min-height: 20px;
    line-height: 20px;
    border: 1px solid #eee;
    vertical-align: middle;
    box-sizing: border-box;
    margin-bottom: 8px;
}

/*搜索结果头部*/
.resultHeader{
    height: 20px;
    border-bottom: 3px solid #e7e7e7;
    padding-bottom: 10px;
    font-size:18px;
    font-weight:bold;
    text-align:left;
    margin-bottom:20px;
    margin-top:20px;
}

.bgBlue{
    background-color:#34B4E5 !important;
}

.header {
    height: 90px;
    width: 100%;
    border-bottom: 4px solid #D9D9D9;
    margin-top: 10px;
    background: #FFF;
}
.header a:link,.header a:visited{
    color:#000;
}
.nav li{
    line-height:58px;
}

.subnav .leftdh_nr{
    width:90px;
    height:130px;
}
.subnav .rightdh_nr{
    margin-top:50px;
    height:130px;

}

















* {
    margin: 0;
    padding: 0;
}

a {
    list-style: none;
}

li {
    list-style: none;
}

.lunbol {
    float: left;
    width: 48%;
}

.lunbor {
    float: right;
    width: 48%;
}

.content {
    width: 400px;
    height: 400px;
    /*margin: 20px auto;*/
    position: relative;
    padding: 40px 20px;
}

.contentr {
    width: 570px;
    height: 300px;
    /*margin: 20px auto;*/
    position: relative;
}

    .contentr img {
    }

#item {
    width: 90%;
    height: 100%;
}

#itemr {
    width: 90%;
    height: 100%;
}

.item {
    position: absolute;
    opacity: 0;
    transition: all 1s;
}

.itemr {
    position: absolute;
    opacity: 0;
    transition: all 1s;
}

.item.active {
    opacity: 1;
}

.itemr.active {
    opacity: 1;
}

.lunbol img {
    width: 430px;
    height: 230px;
}

.lunbor img {
    width: 430px;
    height: 230px;
}

#btn-left {
    width: 30px;
    height: 69px;
    font-size: 30px;
    color: white;
    background-color: rgba(0,0,0,0.4);
    line-height: 69px;
    padding-left: 5px;
    z-index: 10; /*始终显示在图片的上层*/
    position: absolute;
    left: 20px;
    top: 50%;
    transform: translateY(-60%); /*使按钮向上偏移居中对齐*/
    cursor: pointer;
    opacity: 0; /*平时隐藏*/
}

#btn-leftr {
    width: 30px;
    height: 69px;
    font-size: 30px;
    color: white;
    background-color: rgba(0,0,0,0.4);
    line-height: 69px;
    padding-left: 5px;
    z-index: 10; /*始终显示在图片的上层*/
    position: absolute;
    left: 20px;
    top: 50%;
    transform: translateY(-60%); /*使按钮向上偏移居中对齐*/
    cursor: pointer;
    opacity: 0; /*平时隐藏*/
}

.lunbor:hover #btn-leftr {
    /*鼠标滑入，显示图标*/
    opacity: 1;
}

.lunbol:hover #btn-left {
    /*鼠标滑入，显示图标*/
    opacity: 1;
}

#btn-right {
    width: 26px;
    height: 69px;
    font-size: 30px;
    color: white;
    background-color: rgba(0,0,0,0.4);
    line-height: 69px;
    padding-left: 5px;
    z-index: 10;
    position: absolute;
    right: 20px;
    top: 50%;
    cursor: pointer;
    opacity: 0;
    transform: translateY(-60%);
}

#btn-rightr {
    width: 26px;
    height: 69px;
    font-size: 30px;
    color: white;
    background-color: rgba(0,0,0,0.4);
    line-height: 69px;
    padding-left: 5px;
    z-index: 10;
    position: absolute;
    right: 20px;
    top: 50%;
    cursor: pointer;
    opacity: 0;
    transform: translateY(-60%);
}

.lunbor:hover #btn-rightr {
    opacity: 1;
}

.lunbol:hover #btn-right {
    opacity: 1;
}

#circle {
    height:333px;
    position: absolute;
    top: 100px;
    right:40px;
    overflow:hidden;
}

#circler {
    height: 75px;
    position: absolute;
    bottom: 35px;
    left: 45%;
}

.circle {
    width:75px;
    height:75px;
    border-radius: 10px;
    border: 2px solid white;
    background: rgba(0,0,0,0.4);
    cursor: pointer;
    margin: 5px;
}

.circler {
    width: 10px;
    height: 10px;
    border-radius: 10px;
    border: 2px solid white;
    background: rgba(0,0,0,0.4);
    cursor: pointer;
    margin: 5px;
}

.white {
    background-color: #FFFFFF;
}

.whiter {
    background-color: #FFFFFF;
}

