.news-ul img {
    width: 100%;
}

.news-ul ul.news li {
    margin: 15px auto;
    list-style: none;
}

.news-ul ul.news li>*,
.news-ul ul.news li a img {
    -webkit-transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    -ms-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
}

.news-ul ul.news li a {
    overflow: hidden;
    border-radius: 3px;
    color: #232323;
    display: block;
    background-color: #f5f5f5;
    padding: 15px;
}

.news-ul h4 {
    line-height: 1.6em;
    margin-bottom: 0;
    font-size: 16px;
    color: #323232;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    height: 3.2em;
}

.news-ul li p.img {
    height: 200px;
    overflow: hidden;
    position: relative;
    border-radius: 3px;
    display: block;
}

.news-ul li p.img img {
    position: absolute;
    margin: auto;
    top: -9999px;
    right: -9999px;
    bottom: -9999px;
    left: -9999px;
    width: 100%;
    height: auto;
}

.news-ul li i,
.media-ul li i {
    position: relative;
    font-style: normal;
    padding: 5px 10px;
    margin: 0 3px;
    top: -1px;
    border-radius: 3px;
    color: #FFFFFF;
    font-size: 12px;
    z-index: 10;
}

.news-ul li i {
    top: 2px;
}

.news-ul ul.news li a div {
    margin-top: 15px;
}

.news-ul li a:hover {
    box-shadow: 0 0 15px #999;
}

.news-ul li a:hover p.img img {
    transform: scale(1.15);
}

.news-ul li a:hover p.img img {
    transform: scale(1.15);
}

.news-ul ul.news li a span {
    font-size: 14px;
    color: #888888;
    margin-right: 2em;
}

.news-ul ul.news li a span::nth-last-child(1) {
    margin-right: 0;
}

.news-ul ul.news li a span::before {
    position: relative;
    top: 2px;
    margin-right: 10px;
}

.notice-title {
    color: #FFFFFF;
    margin-top: -200px;
}

.notice-title h2 {
    margin-bottom: 20px;
    font-size: 16px;
}

.notice-title p {
    font-size: 22px;
}

.notice-title p a {
    color: #FFFFFF;
    padding: 10px 15px;
    border: 1px solid #FFFFFF;
    margin-left: 50px;
    border-radius: 3px;
    font-size: 14px;
    -webkit-transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    -ms-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
}

.notice-title p a:hover {
    border-color: #c6142c;
    background-color: #c6142c;
}

.notice-page {
    padding: 50px;
    background-color: #FFFFFF;
}

.notice-bg {
    background: url("../image/img7.jpg") no-repeat center;
    height: 320px;
}

.notice li {
    margin-bottom: 30px;
    padding: 20px;
    background-color: #fafafa;
    list-style: none;
    position: relative;
}

.notice li p {
    font-size: 16px;
    font-family: Arial, Helvetica, sans-serif;
    color: #888888;
}

.notice li h4 {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    margin-bottom: 0;
    margin-right: 150px;
    color: #333;
}

.notice li a {
    padding: 10px 15px;
    background-color: #3066ae;
    color: #FFFFFF;
    top: 25px;
    position: absolute;
    right: 40px;
    border-radius: 3px;
    -webkit-transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    -ms-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
}

.notice li a:hover {
    background-color: #c6142c;
}

.metas-title {
    padding-top: 40px;
    text-align: center;
    font-size: 35px;
    line-height: 1.5em;
}

.metas-body {
    padding: 2em 0;
    margin-bottom: 3em;
    border-bottom: 1px solid #eeeeee;
}

.metas-body span {
    color: #aaaaaa;
    margin-right: 2em;
    display: inline-block;
    margin-top: 6px;
}

.metas-body span i {
    position: relative;
    top: 2px;
    margin-right: 10px;
}

.metas-body .social-share {
    float: right;
}

.entry-meta {
    margin-top: 3em;
    padding-top: 3em;
    border-top: 1px solid #eeeeee;
}

.entry-meta ul {
    list-style: none;
}

.entry-meta ul li {
    margin: 1em 0;
}

.article-text {
    line-height: 2em;
    font-size: 15px;
}

.article-text p {
    margin: 1em 0;
}

.article-text img {
    max-width: 100%;
}

.profile {
    font-size: 16px;
    line-height: 2em;
}

.pager .pagination {
    margin: 0;
}

.pager .pager {
    margin: 0;
}

.pager li {
    margin: 0 .4em;
    display: inline-block;
}

.pager li:first-child>a,
.pager li:last-child>a,
.pager li:first-child>span,
.pager li:last-child>span {
    padding: .5em 1.2em;
}

.pager li>a,
.pager li>span {
    background: none;
    border: 1px solid #e6e6e6;
    border-radius: 0.25em;
    padding: .5em .93em;
    font-size: 14px;
}

.recruit li {
    margin: 15px 0;
    list-style: none;
}

.recruit li .recruit-li {
    border: 1px dashed #3066ae;
    transition: all .3s ease-in-out;
    border-radius: 5px;
    position: relative;
    padding: 20px;
    display: block;
}

.recruit li .recruit-li .tel .glyphicon {
    display: block;
}

.recruit li .recruit-li .tel .glyphicon::before {
    position: relative;
    top: 1px;
    color: #c6142c;
    line-height: 2em;
    margin-right: 10px;
}

.recruit li .recruit-li h4 {
    display: inline-block;
    margin: 0;
    float: left;
}

.recruit li .recruit-li span {
    margin-right: 10%;
    float: right;
}

.recruit li .recruit-li span::before {
    transition: all .3s ease-in-out;
    margin-right: 15px;
    position: relative;
    top: 1px;
    color: #3066ae;
}

.recruit li .recruit-li a {
    transition: all .3s ease-in-out;
    right: 10px;
    text-align: center;
    line-height: 40px;
    top: 10px;
    position: absolute;
    display: inline-block;
    width: 40px;
    height: 40px;
}

.recruit li .recruit-li .recruit-content {
    display: none;
    border-top: 1px solid #ccc;
    padding-top: 20px;
    margin-top: 20px;
    line-height: 2em;
    transition: all .3s ease-in-out;
}

.recruit li.active .recruit-li {
    border-color: #c6142c;
    background-color: rgba(255, 0, 0, 0.027);
}

.recruit li.active .recruit-li span::before {
    color: #c6142c;
}

.recruit li.active .recruit-li a {
    color: #c6142c;
    transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    -o-transform: rotate(90deg);
}

.recruit li.active .recruit-li .recruit-content {
    display: block;
}


/*试驾*/

.text_drive {
    position: relative;
    z-index: 0;
}

.text_drive-bg {
    position: absolute;
    background: url(/images/pro.png) center no-repeat;
    background-size: 100%;
    left: 15px;
    top: 0;
    bottom: 0;
    width: 32%;
}

.text_drive .metas-title {
    font-weight: bold;
    margin-top: 15px;
}

.text_drive .input-group-btn {
    margin-left: 100px;
}

.text_drive .btn-embossed {
    display: block;
    width: 100%;
    padding: 10px;
    font-size: 20px;
}

.text_drive hr {
    margin: 40px 0;
}

.text_drive .form-control {
    border-width: 2px;
    padding: 20px 15px;
}

.text_drive .form-group {
    margin-bottom: 40px;
}

.text_drive .has-error .col-xs-12 {
    position: relative;
}

.text_drive .msg-box {
    position: absolute;
    top: 50px;
    margin: 0;
}

.text_drive .form-control[readonly] {
    background: none;
}

.text_drive div.sp_clear_btn {
    top: 7px;
}

.text_drive .msg-box {
    left: 12px;
}

.text_drive .sp_container .msg-box,
.text_drive .input-group .msg-box {
    left: 0px;
}

.text_drive .n-default .msg-wrap {
    position: static;
    margin: 0;
}

.bg-text-drive {
    position: relative;
}

.bg-text-drive:before {
    z-index: -1;
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 25%;
    background: -webkit-linear-gradient(rgba(0, 0, 0, 0.05), transparent);
    background: linear-gradient(rgba(0, 0, 0, 0.05), transparent);
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
}

.tabbox {
    margin: 80px 0;
}

.tabbox .select-step {
    padding-bottom: 20px;
    line-height: 24px;
    color: #777;
    font-size: 20px;
    border-bottom: 1px solid #e8e8e8;
}

.tabbox .select-step span {
    font-size: 18px;
    margin-right: 20px;
    text-transform: uppercase;
}

.lista .li-item {
    margin-bottom: 40px;
    text-align: center;
    cursor: pointer;
    display: block;
    position: relative;
    font-size: 16px;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

.lista .li-item:hover {
    transform: translateY(-15px);
}

.lista .li-item .car-img {
    margin-bottom: 20px;
}

.lista .li-item .car-img img {
    -webkit-transition: all 0.3s 0.3s cubic-bezier(0.57, -0.24, 0.32, 1.13);
    transition: all 0.3s 0.3s cubic-bezier(0.57, -0.24, 0.32, 1.13);
    max-width: 80%;
    display: inline-block;
}

.lista .li-item:hover .car-img img {
    transform: translateX(-35px);
}

.listb .stepbox {
    padding: 40px 0;
    border-bottom: 1px solid #ececec;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    display: -webkit-flex;
    -webkit-flex-flow: row nowrap;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
}

.listb .stepbox .sp1 {
    width: 145px;
    font-size: 16px;
    color: #333;
    line-height: 50px;
}

.listb .input-step-box {
    width: calc(100% - 145px);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    display: -webkit-flex;
    -webkit-flex-flow: row nowrap;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
}

.listb .input-step-box .input-step {
    padding: 0 5px;
    width: 32%;
    margin-left: 2%;
    border: 1px solid #dadada;
}

.listb .input-step-box .input-step2,
.listb .input-step-box .input-step3 {
    padding: 0;
    border: none;
}

.listb .input-step-box .input-step3 {
    width: 15%;
}

.listb .input-step-box .input-step3 img {
    height: 52px;
}

.listb .input-step-box .input-step:nth-child(1) {
    margin-left: 0;
}

.listb .input-step-box .submit {
    background: none;
    border: none;
    display: block;
    width: 100%;
    position: relative;
    color: #fff;
    z-index: 2;
    height: 50px;
    line-height: 50px;
    text-align: center;
    display: block;
    position: relative;
    font-size: 20px;
    background: #d00010;
}

.listb .input-step-box .input-step .input1,
.listb .input-step-box .input-step select {
    background: none;
    border: none;
    width: 100%;
    font-size: 16px;
    color: #333;
    outline: none;
    padding: 15px;
    height: 52px;
    line-height: 52px;
}

.listb .input-step-box .input-step select:focus {
    border: none;
}

.tabbox {
    position: relative;
    height: 40px;
}

.tabbox .select-step {
    cursor: pointer;
    position: absolute;
}

.tabbox .select-step i {
    font-style: normal;
}

.cur1 .tabbox .select-step {
    width: 48%;
}

.cur1 .tabbox .select-step:nth-child(1) {
    left: 0;
}

.cur1 .tabbox .select-step:nth-child(2) {
    right: 0;
}
.select-step.hover{
    font-weight: bold;
    color: #3B77B3;
}

.cur1 .lista {
    display: block;
}

.cur1 .listb {
    display: none;
}

.cur2 .lista {
    display: none;
}

.cur2 .listb {
    display: block;
}
#carType2{
    /* color: #f35d07; */
}

@media (max-width: 1000px) {
    .tabbox .select-step span {
        display: block;
        font-size: 16px;
    }
    .tabbox .select-step i {
        font-size: 14px;
    }
    
    .tabbox{height: auto;}
    .tabbox .select-step {position: relative;}
    .cur1 .tabbox .select-step {
        width: 100%;
    }
    .cur1 .tabbox .select-step:nth-child(2){
        padding-top: 20px;
    }
    .tabbox {
        margin: 40px 0;
    }

    .lista .li-item .car-img img {
        max-width: 100%;
    }
    .lista .li-item {
        font-size: 14px;
    }
    .tabbox .select-step span {
        margin-right: 0;
    }
    .cur2 .tabbox .select-step:nth-child(1) {
        width: 70px;
    }
    .cur2 .tabbox .select-step:nth-child(2) {
        left: 100px;
        right: 0;
    }
    .listb .stepbox .sp1 {
        display: block;
        line-height: unset;
        width: 100%;
    }
    .listb .stepbox {
        display: block;
    }
    .listb .input-step-box {
        width: 100%;
        display: block;
        flex-flow: unset;
        align-items: unset;
        justify-content: unset;
        -webkit-box-pack: unset;
    }
    .listb .input-step-box .input-step {
        margin-left: 0;
        margin-top: 15px;
        width: 100%;
    }
    .listb .input-step-box .input-step .input1,
    .listb .input-step-box .input-step select {
        height: auto;
        line-height: unset;
    }
    .text_drive-bg {
        display: none;
    }
    .metas-title {
        font-size: 18px;
    }
    .metas-body span {
        font-size: 12px;
        margin-top: 0;
        margin-right: 10px;
    }
    .metas-body .social-share {
        display: block;
        margin-top: 10px;
        float: none;
    }
    .metas-body {
        margin-bottom: 15px;
        padding: 15px 0;
    }
    .panel-title {
        padding-bottom: 20px;
        margin-bottom: 20px;
    }
    .panel-title h2 {
        font-size: 18px;
    }
    .contact-partr h3 {
        margin-bottom: 10px;
    }
    .contact-partr .col-md-4 {
        margin-bottom: 25px;
    }
    .entry-meta {
        margin-top: 1.5em;
        padding-top: 1.5em;
    }
    .notice-page {
        padding: 0px;
        margin-top: 0px;
    }
    .notice {
        margin: 0;
        padding: 10px;
    }
    .notice li {
        margin-bottom: 10px;
        padding: 10px;
    }
    .notice li p {
        font-size: 14px;
    }
    .notice li h4 {
        margin-right: 90px;
        font-size: 14px;
    }
    .notice li a {
        padding: 5px 10px;
        font-size: 12px;
        top: 20px;
        right: 15px;
    }
    .notice-bg {
        height: 150px;
    }
    .notice-title {
        margin-top: -100px;
    }
    .notice-title h2 {
        margin-bottom: 10px;
        font-size: 14px;
    }
    .notice-title p {
        font-size: 14px;
    }
    .notice-title p a {
        padding: 5px 7px;
        font-size: 12px;
    }
}
