﻿/*反馈咨询标题*/

.list-tit {
    width: 100%;
    height: 37px;
    line-height: 37px;
    border-bottom: 3px solid #dddddd;
    position: relative;
}

.list-tit span.blue {
    width: 100px;
    height: 3px;
    position: absolute;
    left: 0;
    bottom: -3px;
    background-color: #206f96;
}

.list-tit span.white {
    width: 2px;
    height: 3px;
    position: absolute;
    left: 100px;
    bottom: -3px;
    background-color: #ffffff;
}

.pz-tit span.blue {
    width: 170px;
}

.pz-tit span.white {
    left: 170px;
}

.list-tit h2 {
    float: left;
    width: 180px;
    font-size: 20px;
    color: #333333;
    font-weight: normal;
}

.list-tit a {
    display: block;
    width: 80px;
    float: right;
    text-align: right;
    font-size: 14px;
    color: #999999;
}


/*路径导航*/

.brand {
    width: 100%;
    height: 18px;
    line-height: 18px;
    color: #999999;
    margin-bottom: 10px;
    margin-top: 10px;
}

.brand a:hover {
    color: #206f96;
}

.brand span {
    color: #666666;
}


/*筛选条件*/

.condition-con {
    width: 100%;
    height: auto;
    overflow: hidden;
    padding: 10px 0;
    border-top: 3px solid #216f96;
    border-bottom: 3px solid #216f96;
}

.condition-select {
    width: 100%;
    overflow: hidden;
    height: 40px;
    line-height: 40px;
    font-size: 16px;
}

.condition-select span.condition-tit {
    width: 80px;
    display: block;
    float: left;
    text-align: right;
    font-weight: bold;
}

.condition-select span.conditon-tips {
    float: left;
    display: block;
    font-weight: normal;
    color: #d81414;
}

.condition-lists dl {
    width: 100%;
    height: auto;
    overflow: hidden;
    padding: 10px 0;
    border-top: 1px solid #eeeeee;
}

.condition-lists dt,
.condition-lists dd {
    display: block;
    float: left;
}

.condition-lists dt {
    font-size: 16px;
    font-weight: bold;
    color: #206f96;
    width: 80px;
    text-align: right;
}

.condition-lists dd {
    width: 905px;
    padding-left: 15px;
}

.condition-lists dd.models a {
    color: #206f96;
    font-size: 16px;
    margin-right: 10px;
}

.condition-lists dd.models a:hover {
    color: #ff8300;
}

.condition-lists dd.brands span.active {
    display: block;
    width: 50px;
    height: 20px;
    background-color: #ff8300;
    color: #ffffff;
    line-height: 20px;
    text-align: center;
    margin-right: 15px;
    float: left;
}

.condition-lists dd.brands span.active a {
    width: 50px;
    display: block;
    text-align: center;
    color: #ffffff;
}

.condition-lists dd.brands span {
    display: block;
    width: 50px;
    height: 20px;
    line-height: 20px;
    text-align: center;
    margin-right: 15px;
    float: left;
    cursor: pointer;
}

.condition-lists dd.brands span a {
    text-align: center;
    width: 50px;
    display: block;
}

.condition-lists dd.brands .barnd-lists {
    width: 840px;
    height: 100px;
    overflow: hidden;
    float: left;
    line-height: 20px;
}

.condition-lists dd.brands .brand-height {
    height: auto;
}

.condition-lists dd.brands .barnd-lists a {
    width: 110px;
    padding-right: 10px;
    height: 20px;
    margin-bottom: 16px;
    overflow: hidden;
    display: block;
    float: left;
}

.condition-more,
.condition-less {
    width: 840px;
    text-align: center;
    float: right;
}

.condition-less {
    display: none;
}

.condition-more span,
.condition-less span {
    font-size: 14px;
    color: #ff8300;
    cursor: pointer;
}

.condition-lists dl dd.weight a,
.condition-lists dl dd.power a {
    font-size: 16px;
    margin-right: 20px;
}

.condition-select .condition-selected {
    float: left;
    padding-top: 8px;
}

.condition-selected .selected {
    float: left;
    padding: 0 30px 0 10px;
    height: 22px;
    border: 1px solid #dddddd;
    line-height: 22px;
    font-size: 14px;
    position: relative;
    margin-left: 10px;
    display: none;
}

.selected span.close {
    position: absolute;
    display: block;
    right: 0;
    bottom: 0;
    width: 22px;
    height: 22px;
    text-align: center;
    color: #666666;
    cursor: pointer;
    font-size: 16px;
}

.selected span.close:hover {
    background-color: #ff8300;
    color: #ffffff;
}

.condition-selected .selected-model {
    border: 1px solid #ff8300;
    color: #ff8300;
}

.condition-selected .selected-model span.close {
    color: #ff8300;
}

.selected-model span.close:hover {
    background-color: #ff8300;
    color: #ffffff;
}

.clear-condition {
    float: left;
    line-height: 24px;
    font-size: 14px;
    color: #999999;
    margin-left: 10px;
    cursor: pointer;
    display: none;
}

.brands a:hover {
    color: #ff8300;
}

.brands a.a-ative {
    color: #ff8300;
}

.condition-lists dd.models a.active {
    color: #ff8300;
}


/*报价图片*/

.price-img {
    width: 100%;
    height: auto;
    overflow: hidden;
    padding: 20px 0 0 0;
}

.price-img ul {
    height: auto;
    overflow: hidden;
}

.price-img ul li {
    float: left;
    width: 242px;
    height: 260px;
    border: 1px solid #dddddd;
    margin-right: 8px;
    margin-bottom: 20px;
}

.price-img ul li:nth-child(4n+0) {
    margin-right: 0;
}

.price-img ul li p {
    width: 222px;
    margin: 0 auto;
    overflow: hidden;
}

.price-img ul li p.pirce-imgtit {
    height: 48px;
    line-height: 24px;
    text-align: left;
    border-bottom: 1px solid #dddddd;
    margin-top: 5px;
    overflow: hidden;
}

.price-img ul li p.price-tit {
    margin-top: 4px;
    border-top: 1px solid #dddddd;
    text-align: left;
    line-height: 40px;
    height: 40px;
}

p.price-tit span {
    color: #d81414;
}

p.price-tit span strong {
    font-size: 20px;
    font-weight: normal;
    margin: 0 5px;
}

p.price-tit strong.counter-all {
    font-weight: normal;
    color: #d81414;
}


/*页码*/

.price-page {
    width: 100%;
    height: auto;
    overflow: hidden;
    text-align: center;
    padding: 20px 0;
}

.price-page a {
    display: inline-block;
    font-size: 14px;
    color: #999999;
    margin: 0 5px;
    padding: 6px 12px;
    border: 1px solid #dddddd;
}

.price-page a:hover {
    background-color: #206f96;
    color: #ffffff;
}

.price-page a.page-on {
    background-color: #206f96;
    color: #ffffff;
}

.price-page span {
    display: inline-block;
    font-size: 14px;
    color: #999999;
    margin: 0 5px;
    padding: 6px 12px;
    background-color: #206f96;
    color: #ffffff;
}

.price-page span.all-page {
    border: 1px solid #e3e3e3;
}


/*车型报价tit*/

.priceimg-tit {
    height: 44px;
    line-height: 44px;
    border-bottom: 3px solid #dddddd;
    margin-bottom: 10px;
}

.priceimg-tit h2 {
    width: 300px;
    float: left;
    font-size: 20px;
    color: #333333;
    font-weight: normal;
}

.priceimg-tit a {
    width: 100px;
    display: block;
    float: right;
    text-align: right;
}


/*卡车报价幻灯片*/

.img-news-ad {
    width: 100%;
    height: 270px;
}

.outer {
    width: 346px;
    height: 270px;
    float: left;
    position: relative;
    overflow: hidden;
}

.outer-img {
    position: absolute;
    left: 0;
    width: 50000px;
    height: 270px;
}

.outer-img li {
    float: left;
}

.outer-img li p {
    height: 37px;
    line-height: 37px;
    background-color: #f2f2f2;
    border: 1px solid #eeeeee;
    text-align: center;
}

.outer .img-btn {
    position: absolute;
    width: 30px;
    height: 60px;
    background: rgba(0, 0, 0, 0.5);
    color: #ffffff;
    font-size: 30px;
    text-align: center;
    line-height: 60px;
    top: 50%;
    margin-top: -30px;
    font-family: "宋体";
    display: none;
    cursor: pointer;
}

.outer:hover .img-btn {
    display: block;
}

.outer .btnleft {
    left: 0;
}

.outer .btnright {
    right: 0;
}


/*卡车网报价自卸车新闻*/

.price-mnews {
    float: left;
    width: 370px;
    margin: 0 19px;
}

.price-tit {
    height: 29px;
    line-height: 20px;
}

.price-mnews ul {
    height: auto;
    overflow: hidden;
    font-size: 16px;
    padding-top: 7px;
}

.price-mnews ul li {
    height: 33px;
    line-height: 33px;
    width: 100%;
    background: url(../images/icon-1.gif) no-repeat left center;
    text-indent: 10px;
    overflow: hidden;
}

.price-brands {
    width: 246px;
    height: auto;
    overflow: hidden;
    float: left;
}

.price-brandlist {
    margin-top: 10px;
    border: 1px solid #dddddd;
    height: 206px;
    padding: 10px;
    line-height: 26px;
    width: 224px;
    overflow: hidden;
}

.price-brandlist a {
    display: block;
    width: 100px;
    padding-right: 12px;
    float: left;
    font-size: 12px;
}


/*卡车外观图片*/

.price-exter {
    width: 100%;
    height: auto;
    overflow: hidden;
    padding: 10px 0;
    border-top: 3px solid #206f96;
}

.exter-tit {
    height: 40px;
    line-height: 40px;
    font-size: 20px;
    font-weight: bold;
    color: #333333;
}

.exter-tit h1 {
    font-size: 20px;
}

.exter-outer {
    width: 100%;
    height: auto;
    overflow: hidden;
    position: relative;
}

.exter-imgb {
    float: left;
    width: 800px;
    height: 533px;
    position: relative;
    overflow: hidden;
}

.exterimg-btn {
    position: absolute;
    top: 50%;
    margin-top: -40px;
    height: 80px;
    width: 40px;
    background-color: rgba(0, 0, 0, 0.5);
    color: #ffffff;
    font-size: 60px;
    font-family: "宋体";
    text-align: center;
    line-height: 80px;
    cursor: pointer;
    display: none;
}

.exter-outer:hover .exterimg-btn {
    display: block;
}

.exterimg-btn:hover {
    background-color: #206f96;
}

.left-btn {
    left: 10px;
}

.right-btn {
    right: 210px;
}

.exter-imgs {
    width: 180px;
    float: right;
    height: 533px;
    position: relative;
}

.exter-imgs .exter-btn {
    width: 180px;
    height: 66px;
    cursor: pointer;
    position: absolute;
}

.exter-imgs .top-btn {
    top: 0;
    left: 0;
    background: #dddddd url(../images/top.png) no-repeat center center;
}

.exter-imgs .bot-btn {
    bottom: 0;
    left: 0;
    background: #dddddd url(../images/bot.png) no-repeat center center;
}

.exter-imgs .exter-btn:hover {
    background-color: #206f96;
}

.outer-imgs {
    width: 180px;
    height: 380px;
    overflow: hidden;
    top: 76px;
    left: 0;
    position: absolute;
}

.exter-small {
    position: absolute;
    left: 0;
    top: 0px;
}

.exter-imgs .exter-small {
    height: auto;
    overflow: hidden;
}

.exter-imgs .exter-small img {
    width: 180px;
    height: 120px;
}

.exter-small li {
    margin-bottom: 10px;
    cursor: pointer;
}

.exter-small p {
    display: none;
}

.exter-imgb p {
    position: absolute;
    left: 0;
    bottom: 0;
    height: 40px;
    line-height: 40px;
    background: rgba(0, 0, 0, 0.4);
    color: #ffffff;
    text-align: center;
    width: 100%;
}

.exter-des {
    width: 100%;
    height: 60px;
    line-height: 60px;
    color: #d81414;
    font-size: 16px;
}

.exter-des span {
    color: #333333;
    margin-right: 20px;
}


/*综述页面*/

.sum-tit {
    width: 1000px;
    margin-top: 10px;
    height: 60px;
    line-height: 60px;
    border-top: 1px solid #dddddd;
    border-bottom: 2px solid #dddddd;
    font-size: 18px;
    color: #333333;
    background-color: #ffffff;
    z-index: 9999;
}

.sum-tittop {
    position: fixed;
    width: 100%;
    left: 0;
    top: 0;
    margin-top: 0;
}

.sum-tittop ul {
    width: 1000px;
    margin: 0 auto;
}

.sum-tit li {
    float: left;
    width: 100px;
    text-align: center;
    cursor: pointer;
}

.sum-tit li.on {
    border-bottom: 2px solid #206f96;
}

.sum-tit li.on a {
    color: #206f96;
}

.sum-con {
    padding-top: 20px;
    height: auto;
    overflow: hidden;
}

.sum-conon {
    display: block;
}

.zh-img {
    width: 360px;
    float: left;
}

.zh-cs {
    float: right;
    width: 610px;
}

.zs-cstit {
    width: 100%;
    height: 29px;
    line-height: 24px;
    border-bottom: 1px solid #dddddd;
    font-size: 20px;
    color: #333333;
    position: relative;
}

.zs-cstit span {
    color: #d81414;
    margin-left: 20px;
}

.zs-cstit a {
    position: absolute;
    right: 0;
    bottom: 0;
    width: 100px;
    height: 30px;
    text-align: right;
    line-height: 30px;
    color: #ff8300;
    font-size: 14px;
}

.zs-cstable {
    position: relative;
    width: 610px;
    height: 210px;
}

.zs-cstable ul {
    padding-top: 10px;
    height: auto;
    overflow: hidden;
}

.zs-cstable li {
    width: 305px;
    float: left;
    height: 28px;
    line-height: 28px;
    color: #333333;
}

.zs-cstable li label {
    width: 150px;
    display: inline-block;
    text-align: right;
    color: #666666;
}

.zs-cstable a {
    display: block;
    width: 90px;
    height: 26px;
    background-color: #ff8300;
    color: #ffffff;
    text-align: center;
    line-height: 26px;
    position: absolute;
    left: 0;
    bottom: 0;
}

.zh-des {
    height: auto;
    overflow: hidden;
    clear: both;
}

.zs-tit {
    padding-top: 10px;
}

.zh-left {
    width: 734px;
    float: left;
    margin-right: 20px;
}

.cp-js {
    padding: 9px;
    border: 1px solid #dddddd;
    line-height: 28px;
    border-top: 0;
}

.cp-pic {
    height: auto;
    overflow: hidden;
}

.cp-pic ul li {
    float: left;
    width: 238px;
    height: 159px;
    position: relative;
    margin-right: 10px;
    margin-top: 15px;
    cursor: pointer;
}

.cp-pic ul li:nth-child(3n+0) {
    margin-right: 0;
}

.cp-pic ul li p {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 218px;
    height: 50px;
    padding: 0 10px;
    background: rgba(0, 0, 0, 0.5);
    color: #ffffff;
    text-align: center;
    line-height: 24px;
    display: none;
}

.cp-pic ul li:hover p {
    display: block;
}

.zs-news {
    height: auto;
    overflow: hidden;
}

.zs-news ul li {
    width: 350px;
    float: left;
    height: 32px;
    line-height: 32px;
    background: url(../images/icon-1.gif) no-repeat left center;
    margin-right: 34px;
    text-indent: 10px;
    font-size: 16px;
}

.zs-news ul li:nth-child(2n+0) {
    margin-right: 0;
}

.zs-fk-form {
    width: 734px;
    clear: both;
    height: auto;
    overflow: hidden;
}

.zs-form {
    width: 590px;
    padding: 10px 71px 20px 71px;
    border: 1px solid #eeeeee;
    border-top: 0 none;
}

.zs-form .form-right {
    float: none;
    margin: 0 auto;
    width: 505px;
    margin-left: 70px;
}

.zs-form .form-right textarea {
    width: 495px;
}

.zh-right {
    float: right;
    width: 224px;
    border: 1px solid #eeeeee;
    padding: 10px;
}

.hot-lists {
    padding-top: 10px;
    height: auto;
    overflow: hidden;
}

.hot-lists ul li {
    height: 32px;
    line-height: 32px;
    width: 224px;
    overflow: hidden;
    background: url(../images/icon-4.gif) no-repeat left center;
    text-indent: 10px;
}

.hot-brands {
    padding-top: 10px;
    height: auto;
    overflow: hidden;
}

.hot-brands ul li {
    width: 199px;
    height: 32px;
    line-height: 32px;
    overflow: hidden;
    position: relative;
    padding-left: 25px;
    background: url(../images/icon-8.gif) no-repeat center left;
}


/*文章*/

.article {
    width: 734px;
    height: 133px;
    padding: 0 0 20px 0;
    margin-bottom: 20px;
    border-bottom: 1px dashed #dddddd;
    overflow: hidden;
}

.article img {
    float: left;
    margin-right: 20px;
}

.art-con {
    height: 133px;
    overflow: hidden;
}

.art-con a {
    color: #206f96;
}

.search-con img{
    border: 1px solid #eeeeee;
}

.art-con h3,
.article h3 {
    width: 100%;
    height: auto;
    /*overflow: hidden;*/
    font-size: 16px;
    font-weight: bold;
    color: #333333;
    height: 16px;
    line-height: 16px;
    margin-bottom: 15px;
}

.art-con h3 a,
.article h3 a {
    color: #333333;
}

.art-con h3 a:hover,
.article h3 a:hover {
    color: #206f96;
}

.art-con span {
    font-size: 12px;
}

.art-con p {
    color: #999999;
    line-height: 26px;
}

.art-con p a {
    color: #206f96;
}


/*实拍图片*/

.pic-lists {
    height: auto;
    overflow: hidden;
}

.pic-lists ul li {
    float: left;
    width: 238px;
    height: 160px;
    position: relative;
    cursor: pointer;
    margin-right: 16px;
    margin-bottom: 20px;
}

.pic-lists ul li:nth-child(4n+0) {
    margin-right: 0;
}

.pic-lists ul li p {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 218px;
    height: 50px;
    padding: 0 10px;
    background: rgba(0, 0, 0, 0.5);
    color: #ffffff;
    text-align: center;
    line-height: 24px;
    display: none;
}

.pic-lists ul li:hover p {
    display: block;
}


/*经销商*/

.jxs {
    height: auto;
    overflow: hidden;
}

.jxs-tit {
    position: relative;
    width: 980px;
    padding-left: 20px;
    height: 28px;
    font-size: 28px;
    color: #333333;
    line-height: 28px;
    margin-bottom: 20px;
}

.jxs-tit span {
    width: 6px;
    height: 28px;
    background-color: #ff8300;
    position: absolute;
    left: 0;
    top: 0;
}

.jxs-lists {
    width: 998px;
    height: auto;
    overflow: hidden;
    border: 1px solid #eeeeee;
    background-color: #f7f7f7;
    padding: 20px 0;
    margin-bottom: 20px;
}

.jxs-lists ul {
    float: left;
    width: 300px;
    padding: 0 10px;
    margin-right: 19px;
}

.jxs-lists ul:nth-child(3n+0) {
    margin-right: 0;
}

.jxs-lists ul li {
    line-height: 36px;
    height: 36px;
    font-size: 16px;
    overflow: hidden;
}

.jxs-lists ul li a {
    color: #206f96;
}

.jxs-lists ul li span {
    color: #d81414;
}


/*车型对比*/

.table-contrast {
    height: auto;
    overflow: hidden;
}

.table-contrast table {
    /*border: 1px solid #e9e9e9;*/
    border-collapse: collapse;
}

.table-contrast table td {
    border: 1px solid #e9e9e9;
    border-collapse: collapse;
}

.table-contrast table td label {
    padding-right: 10px;
}

.table-contrast table td label.table-tit {
    font-size: 16px;
    font-weight: bold;
}

.table-des {
    padding: 0 10px;
    line-height: 28px;
}

.table-contrast table td p.table-destit {
    color: #206f96;
    font-size: 16px;
    font-weight: bold;
    line-height: 32px;
}

.table-contrast table td p.hide-cs {
    height: 32px;
    position: relative;
    line-height: 32px;
    padding-left: 20px;
}

.table-contrast table td p.hide-cs input {
    position: absolute;
    left: 0;
    top: 10px;
}

.table-contrast table td p span {
    color: #d81414;
    font-weight: bold;
}

.contarst-info {
    width: 190px;
    height: auto;
    margin: 0 auto;
    padding-top: 10px;
}

.contarst-info .contrast-img a {
    display: block;
    width: 188px;
    height: 125px;
    border: 1px solid #eeeeee;
    text-align: center;
    line-height: 125px;
    color: #999999;
}

.contarst-info .contrast-img a:hover {
    color: #999999;
}

.contarst-info .contrast-img p {
    height: 48px;
    overflow: hidden;
    line-height: 24px;
    color: #206f96;
    text-align: center;
    width: 100%;
}

.contarst-info .contrast-img p a{
    border: none;
}

.contrast-models,.contrast-models1,.contrast-modelsl {
    font-size: 12px;
    margin-top: 10px;
    position: relative;
}
.contrast-models select{
    height: 30px;
    border:1px solid #e3e3e3;
    outline: none;
}

.contrast-models #product,
.contrast-models #product2 {
    width: 190px;
}

.contrast-models #product option,
.contrast-models #product2 option {
    width: auto;
    overflow: auto;
}

.contrast-models .selectd {
    width: 158px;
    padding: 0 20px 0 10px;
    height: 30px;
    border: 1px solid #e9e9e9;
    line-height: 30px;
    overflow: hidden;
    cursor: pointer;
    position: relative;
}

.contrast-models .selectd p {
    color: #666666;
    line-height: 30px;
    text-align: left;
}

.contrast-models .selectd span {
    position: absolute;
    display: block;
    width: 0;
    height: 0;
    border-left: 8px solid #cccccc;
    border-top: 8px solid transparent;
    border-bottom: 8px solid transparent;
    right: 10px;
    top: 7px;
    transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
}

.contrast-models .selectd-on span {
    transform: rotate(-90deg);
    -webkit-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    ++ -moz-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
}

.contrast-models ul {
    width: 188px;
    max-height: 296px;
    overflow-x: hidden;
    overflow-y: scroll;
    border: 1px solid #e9e9e9;
    border-top: 0 none;
    position: absolute;
    background-color: #ffffff;
    left: 0;
    top: 32px;
    display: none;
    z-index: 9999;
}

.contrast-models ul.cx-name {
    overflow: auto;
    white-space: nowrap;
}

.contrast-models ul li {
    width: 168px;
    padding: 0 10px;
    height: 30px;
    line-height: 30px;
    cursor: pointer;
}

.contrast-models ul.cx-name li {
    padding: 0 10px;
    width: auto;
}

.contrast-models ul li:hover {
    background-color: #206f96;
    color: #ffffff;
}

.contrast-btn {
    width: 188px;
    border: 1px solid #ff8300;
    height: 30px;
    line-height: 30px;
    text-align: center;
    color: #ff8300;
    margin-top: 10px;
    margin-bottom: 10px;
    cursor: pointer;
}


/*全部资讯*/

.zx-con {
    height: auto;
    overflow: hidden;
}

.zx-xw-pic {
    height: 326px;
    width: 100%;
    overflow: hidden;
}

.zx-xw {
    float: left;
    width: 490px;
}

.zx-tit {
    width: 100%;
    height: 34px;
    border-bottom: 3px solid #dddddd;
    line-height: 34px;
    position: relative;
}

.zx-tit2 {
    width: 100%;
    height: 34px;
    border-bottom: 3px solid #dddddd;
    line-height: 34px;
    position: relative;
}

.zx-tit h2 {
    font-size: 24px;
    font-weight: normal;
    color: #333333;
    padding-left: 20px;
}

.zx-tit2 h2 {
    font-size: 20px;
    font-weight: normal;
    color: #333333;
}

.zx-tit span {
    position: absolute;
    left: 0;
    top: 5px;
    width: 5px;
    height: 24px;
    background-color: #ff8300;
}

.zx-tit a {
    position: absolute;
    right: 0;
    top: 0px;
    width: 50px;
    height: 34px;
    line-height: 34px;
    text-align: right;
    color: #999999;
}

.zx-newsf {
    height: 50px;
    line-height: 50px;
    font-size: 20px;
    color: #333333;
}

.zx-newsf a {
    color: #333333;
}

.zx-news ul li {
    font-size: 16px;
    height: 34px;
    line-height: 34px;
    width: 100%;
    background: url(../images/icon-5.gif) no-repeat left center;
    text-indent: 15px;
}


/*资讯轮播图*/

.zx-pic {
    width: 490px;
    height: 326px;
    float: right;
    overflow: hidden;
    position: relative;
}

.zx-pic ul.pic-outer {
    position: absolute;
    left: 0;
    top: 0;
    width: 5000px;
    height: 326px;
}

.zx-pic ul li {
    float: left;
}

.zx-pic ul li p {
    height: 41px;
    border: 1px solid #dddddd;
    border-top: 0 none;
    line-height: 41px;
    text-align: center;
    font-size: 16px;
}

.pic-btn {
    position: absolute;
    top: 50%;
    margin-top: -80px;
    width: 60px;
    height: 100px;
    font-size: 80px;
    text-align: center;
    color: rgba(255, 255, 255, 0.7);
    line-height: 100px;
    font-family: "宋体";
    cursor: pointer;
    display: none;
}

.zx-pic:hover .pic-btn {
    display: block;
}

.btn-left {
    left: 0;
}

.btn-right {
    right: 0;
}

.pj-xw-pic {
    height: auto;
    overflow: hidden;
}

.pj-news {
    width: 490px;
    height: auto;
    overflow: hidden;
    float: left;
}

.pj-xw {
    padding-top: 10px;
    width: 490px;
    height: auto;
    overflow: hidden;
}

.pj-pic,
.sp-pic {
    float: right;
    width: 490px;
    height: auto;
    overflow: hidden;
    padding-top: 10px;
}

.pj-tit,
.sp-tit {
    width: 100%;
    height: 36px;
    font-size: 20px;
    color: #333333;
    border-bottom: 1px solid #dddddd;
}

.pj-tit li,
.sp-tit li {
    float: left;
    width: 100px;
    height: 36px;
    line-height: 32px;
    text-align: center;
    cursor: pointer;
}

.pj-tit li:hover,
.sp-tit li:hover {
    color: #206f96;
}

.pj-tit li.on,
.sp-tit li.on {
    color: #206f96;
    border-bottom: 1px solid #206f96;
}

.pj-pic-con,
.sp-pic-con {
    height: auto;
    overflow: hidden;
    padding-top: 10px;
    display: none;
}

.pj-dis,
.sp-dis {
    display: block;
}

.pj-pic-con li,
.sp-pic-con li {
    width: 240px;
    float: left;
}

.pj-pic-con li p,
.sp-pic-con li p {
    width: 100%;
    height: 50px;
    line-height: 50px;
    text-align: center;
    overflow: hidden;
}

.pj-pic-con li:nth-child(2n+0),
.sp-pic-con li:nth-child(2n+0) {
    float: right;
}

.qk-xw-gd {
    height: auto;
    overflow: hidden;
}

.qk-news {
    width: 490px;
    height: auto;
    overflow: hidden;
    float: left;
    padding-top: 10px;
}

.yc-gd {
    float: right;
    width: 490px;
    height: auto;
    overflow: hidden;
    padding-top: 10px;
}

.gd-img-news {
    padding-top: 10px;
}

.gd-img-news .gd-img {
    width: 242px;
    height: 200px;
    float: left;
    line-height: 40px;
    text-align: center;
}

.gd-img-news .gd-img img {
    border: 1px solid #dddddd;
}

.gd-news {
    float: right;
    width: 235px;
    height: 200px;
    overflow: hidden;
}

.gd-news h3 {
    font-size: 14px;
    font-weight: 700;
    color: #333333;
    line-height: 28px;
}

.gd-news ul li {
    height: 28px;
    line-height: 28px;
    width: 100%;
    background: url(../images/icon-5.gif) no-repeat center left;
    text-indent: 10px;
}

.zhk-xw-zt {
    height: auto;
    overflow: hidden;
}

.zt-pic {
    float: right;
    width: 490px;
    padding-top: 10px;
    height: auto;
    overflow: hidden;
}

.zt-pic ul {
    padding-top: 10px;
}

.zt-pic ul li {
    float: left;
    width: 240px;
    height: 130px;
    float: left;
}

.zt-pic ul li p {
    text-align: center;
    height: 50px;
    line-height: 50px;
    overflow: hidden;
}

.zt-pic ul li:nth-child(2n+0) {
    float: right;
}

.zx-nav {
    width: 998px;
    height: 48px;
    line-height: 48px;
    border: 1px solid #eeeeee;
    font-size: 18px;
    background-color: #f2f2f2;
    margin-bottom: 20px;
}

.zx-nav ul li {
    float: left;
    width: 110px;
    height: 48px;
    text-align: center;
}

.zx-nav ul li:nth-child(7) {
    width: 118px;
}

.zx-nav ul li:hover {
    height: 45px;
    background-color: #ffffff;
    border-top: 3px solid #206f96;
    line-height: 42px;
}

.zx-nav ul li.on {
    height: 45px;
    background-color: #ffffff;
    border-top: 3px solid #206f96;
    line-height: 42px;
}

.zx-nxv ul li {
    float: left;
    width: 130px;
    height: 48px;
    text-align: center;
}

.zx-nxv ul li:nth-child(7) {
    width: 118px;
}

.zx-nxv ul li:hover {
    height: 45px;
    background-color: #ffffff;
    border-top: 3px solid #206f96;
    line-height: 42px;
}

.zx-nxv ul li.on {
    height: 45px;
    background-color: #ffffff;
    border-top: 3px solid #206f96;
    line-height: 42px;
}

.zx-nav-top {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    z-index: 100;
}

.zx-nav-top ul {
    width: 1000px;
    margin: 0 auto;
}


/*重卡新闻*/

.zk-news {
    width: 650px;
    float: left;
    height: auto;
    overflow: hidden;
}
.news-title-h2{
    font-weight: normal;
    text-align: center;
    color: #999999
}

.zk-news .article {
    width: 650px;
}

.zk-news .article .art-con p {
    height: 78px;
    overflow: hidden;
}

.zk-news .article .art-con p a {
    color: #999999;
}

.zk-news .article .art-con p a:hover {
    color: #666666;
}

.zk-news .article .art-con span {
    height: 25px;
    line-height: 25px;
    display: inline-block;
}

.zk-right {
    float: right;
    width: 320px;
    height: auto;
    overflow: hidden;
}

.zk-hotnews {
    width: 100%;
    height: auto;
    overflow: hidden;
    padding-top: 10px;
}

.zk-hotnews ul li {
    overflow: hidden;
    height: 32px;
    line-height: 32px;
    width: 100%;
    text-indent: 10px;
    background: url(../images/icon-4.gif) no-repeat center left;
}

.zk-right .hot-brands li {
    float: left;
    width: 130px;
    padding-left: 25px;
    padding-right: 5px;
    overflow: hidden;
}

.zk-r-pic {
    height: auto;
    overflow: hidden;
    padding-top: 10px;
}

.zk-r-pic ul li {
    float: left;
    width: 154px;
    height: 170px;
}

.zk-r-pic ul li:nth-child(2n+0) {
    float: right;
}

.zk-r-pic ul li p {
    height: 46px;
    line-height: 23px;
    font-size: 14px;
    width: 100%;
    overflow: hidden;
    text-align: left;
    margin-top: 10px;
}

.zk-right .zk-hotnews ul li a span {
    color: #333333;
}


/*配件新闻*/

.zx-con .zk-news .article .art-con h3 span {
    color: #206f96;
    font-size: 16px;
    line-height: 30px;
}


/*促销信息*/

.zk-news .list-tit {
    margin-bottom: 20px;
}

.zk-news .list-tit a {
    position: absolute;
    width: 105px;
    height: 24px;
    background-color: #ff8300;
    text-align: center;
    line-height: 24px;
    color: #ffffff;
    right: 0;
    top: 6px;
}

.zk-news .article .art-con p.cx-info {
    height: 26px;
    line-height: 26px;
    overflow: hidden;
    color: #666666;
}

.zk-news .article .art-con p.cx-info strong {
    color: #666666;
}


/*新闻内容*/

.zx-wz-left {
    float: left;
    width: 650px;
    height: auto;
    overflow: hidden;
}

.zk-article {
    padding: 10px 20px;
    border: 1px solid #eeeeee;
    height: auto;
    overflow: hidden;
    position: relative;
    /*padding-right:30px;*/
}

.zk-article h1 {
    font-size: 20px;
    text-align: center;
    font-weight: normal;
    line-height: 40px;
    height: 40px;
    overflow: hidden;
    width: 100%;
    color: #000000;
}

.news-info {
    font-family: "宋体";
    font-size: 12px;
    color: #999999;
    height: 20px;
    line-height: 20px;
    padding: 15px 0;
    border-bottom: 1px dashed #dddddd;
    position: relative;
}

.news-info span.yc {
    display: inline-block;
    width: 40px;
    height: 20px;
    background-color: #ff8300;
    color: #ffffff;
    text-align: center;
}

.news-info span.time,
.news-info span.author,
.news-info span.ly {
    margin: 0 5px;
}

.news-info span.fy {
    position: absolute;
    right: 70px;
    top: 15px;
    width: 60px;
    height: 20px;
    background: url(../images/aside.png) no-repeat 0 -31px;
    color: #666666;
    display: inline-block;
    text-indent: 25px;
    cursor: pointer;
}

.news-info span.fk {
    position: absolute;
    right: 0;
    top: 15px;
    width: 60px;
    height: 20px;
    background: url(../images/aside.png) no-repeat 0 -49px;
    color: #666666;
    display: inline-block;
    text-indent: 25px;
    cursor: pointer;
}

.news-art {
    width: 100%;
    height: auto;
    overflow: hidden;
    padding: 20px 0 10px 0;
    line-height: 32px;
    font-size: 16px;
}

.news-art p {
    margin: 8px 0;
    /*text-indent: 24px;*/
}

.news-art img {
    margin: 2px auto;
}

.rel-yd ul {
    padding-top: 10px;
    height: auto;
    overflow: hidden;
}

.rel-yd ul li {
    float: left;
    width: 315px;
    height: 32px;
    line-height: 32px;
    overflow: hidden;
    background: url(../images/icon-1.gif) no-repeat left center;
    text-indent: 10px;
}

.rel-yd ul li:nth-child(2n+0) {
    float: right;
}

.news-fk .zs-form {
    padding: 20px 29px 20px 29px;
}


/*卡车网声明*/

.kc-sm {
    width: 628px;
    height: auto;
    overflow: hidden;
    padding: 10px;
    border: 1px solid #eeeeee;
    background-color: #f2f2f2;
    font-family: "宋体";
    line-height: 28px;
    margin-top: 20px;
}

.kc-sm .sm-tit {
    font-size: 14px;
    color: #000000;
    padding-bottom: 10px;
    font-weight: bold;
}

.news-kcpic {
    width: 100%;
    height: auto;
    overflow: hidden;
    padding-top: 10px;
}

.news-kcpic .more-cx {
    position: absolute;
    right: 0;
    top: 10px;
    height: 20px;
    line-height: 20px;
    overflow: hidden;
    text-align: right;
}

.more-cx a {
    display: inline-block;
    float: left;
    width: auto;
    padding: 0 8px;
    border-left: 1px solid #999999;
    color: #666666;
}

.more-cx a:hover {
    color: #206f96;
}

.more-cx a:nth-child(1) {
    border-left: 0 none;
}

.news-kcpic ul {
    padding-top: 10px;
    height: auto;
    overflow: hidden;
}

.news-kcpic ul li {
    float: left;
    width: 155px;
    height: 133px;
    margin-right: 10px;
}

.news-kcpic ul li:nth-child(4n+0) {
    margin-right: 0;
}

.news-kcpic ul li p {
    height: 30px;
    line-height: 30px;
    text-align: center;
}

.zk-newsad {
    margin-bottom: 10px;
}

.fx-con {
    height: 30px;
    padding: 20px 10px 10px 20px;
    background-color: #eeeeee;
    position: absolute;
    right: 150px;
    top: 90px;
    display: none;
}

.fx-con a {
    display: block;
    float: left;
    margin: 0 10px;
    width: 24px;
    height: 24px;
    background: url(../images/icons_0_24.png) no-repeat;
}

.fx-con a.enjoy-more {
    background-position: 0 0;
}

.fx-con a.jiathis_button_weixin {
    background-position: 0 -1612px;
}
.fx-con a.weixin {
    background-position: 0 -1612px;
}

.fx-con a.jiathis_button_qzone {
    background-position: 0 -52px;
}

.fx-con a.jiathis_button_tsina {
    background-position: 0 -104px;
}

.fx-con a.jiathis_button_cqq {
    background-position: 0 -2652px;
}

.fx-con span {
    width: 15px;
    height: 15px;
    line-height: 15px;
    position: absolute;
    right: 0;
    top: 0px;
    font-size: 18px;
    display: block;
    background-color: #eeeeee;
    cursor: pointer;
}


/*用户故事*/

.zk-hottab {
    padding-top: 10px;
    height: auto;
    overflow: hidden;
}

.zk-hottab ul li {
    float: left;
    width: 145px;
    height: 32px;
    padding-left: 10px;
    line-height: 32px;
    padding-right: 5px;
    overflow: hidden;
    background: url(../images/icon-4.gif) no-repeat left center;
}

.zk-r-topic {
    padding-top: 10px;
    height: auto;
    overflow: hidden;
}

.zk-r-topic ul li {
    width: 100%;
    height: auto;
    overflow: hidden;
}

#PCMSAD_13 li {
    margin-bottom: 10px;
}

.zk-r-topic ul li p {
    height: 50px;
    line-height: 20px;
    width: 100%;
    overflow: hidden;
    text-align: left;
    padding-top: 5px;
    padding-bottom: 5px;
}


/*本站观点*/

.web-pic {
    width: 650px;
    height: 475px;
    overflow: hidden;
    position: relative;
    margin-bottom: 20px;
}

.web-pic .web-imgouter {
    width: 5000px;
    height: 475px;
    position: relative;
}

.web-pic .web-imgouter li {
    float: left;
    width: 650px;
    height: 475px;
}

.web-pic .web-imgouter li p {
    width: 648px;
    height: 41px;
    line-height: 41px;
    border: 1px solid #dddddd;
    border-top: 0 none;
    color: #666666;
    line-height: 40px;
    text-align: center;
    font-size: 16px;
}

.web-pic .web-btn {
    position: absolute;
    width: 40px;
    height: 100px;
    background: rgba(0, 0, 0, 0.4);
    color: #ffffff;
    font-size: 50px;
    font-family: "宋体";
    text-align: center;
    line-height: 100px;
    top: 50%;
    margin-top: -50px;
    cursor: pointer;
    display: none;
}

.web-pic:hover .web-btn {
    display: block;
}

.web-pic .l-btn {
    left: 0;
}

.web-pic .r-btn {
    right: 0;
}


/*卡车政策*/

.zx-tit2 a {
    position: absolute;
    width: 80px;
    height: 34px;
    text-align: right;
    right: 0;
    top: 0;
    color: #999999;
}

.kx-zxbrands {
    padding-top: 10px;
    height: auto;
    overflow: hidden;
}

.kx-zxbrands ul li {
    width: 156px;
    height: 32px;
    line-height: 32px;
    float: left;
    background: url(../images/icon-8.gif) no-repeat left center;
    text-indent: 25px;
    margin-right: 11px;
}

.kx-zxbrands ul li:nth-child(3n+0) {
    margin-right: 0;
}


/*全部图片*/

.pics-l {
    float: left;
    width: 500px;
    height: 333px;
    position: relative;
}

.pics-l p {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 480px;
    height: 40px;
    line-height: 40px;
    overflow: hidden;
    background: rgba(0, 0, 0, 0.5);
    color: #ffffff;
    text-align: center;
    padding: 0 10px;
    font-size: 16px;
}

.apics-r {
    float: right;
    width: 500px;
    height: 333px;
}

.apics-r ul li {
    position: relative;
    width: 240px;
    height: 160px;
    float: left;
    margin-left: 10px;
    margin-bottom: 13px;
}

.apics-r ul li p {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 220px;
    padding: 0 10px;
    height: 40px;
    line-height: 20px;
    background: rgba(0, 0, 0, 0.5);
    color: #ffffff;
    text-align: left;
    font-size: 13px;
}

.price-img ul.cxpics li {
    height: 211px;
}

.price-img ul.cxpics li p {
    height: 50px;
    line-height: 22px;
    border-bottom: 0 none;
}


/* 视频图片 */

.videos_mark {
    position: relative;
    display: block;
}

.videos_mark img {
    z-index: 1;
}

.mark_play {
    position: absolute;
    display: inline-block;
    left: 10px;
    bottom: 10px;
    width: 41px;
    height: 41px;
    background-image: url(../images/play_1.png);
    cursor: pointer;
    z-index: 2;
}

.mark_custom {
    position: absolute;
    left: auto;
    bottom: 4px;
    display: inline-block;
    height: 16px;
    overflow: hidden;
    text-align: center;
    cursor: pointer;
    right: 0;
    bottom: 0;
    padding: 0 2px 0 3px;
    color: #fff;
    font-size: 12px;
    background-color: #FF8406;
    filter: none;
}

.mark_inner {
    display: inline-block;
    vertical-align: top;
    font-family: hiragino sans gb, simsun;
    font-size: 1em;
    font-style: normal;
    font-weight: 500;
}


/*配件图片*/

.pj-nav {
    width: 100%;
    height: auto;
    overflow: hidden;
    border-top: 1px solid #eeeeee;
    border-bottom: 1px solid #eeeeee;
}

.pj-nav ul.pj-navli li {
    width: 125px;
    float: left;
    text-align: center;
    height: 50px;
    line-height: 50px;
    border-bottom: 1px solid #eeeeee;
    font-size: 16px;
    font-weight: bold;
    cursor: pointer;
}

.pj-nav ul.pj-navli li:hover {
    border-bottom: 1px solid #ff8300;
    color: #ff8300;
}

.pj-nav ul.pj-navli li.on {
    border-bottom: 1px solid #ff8300;
    color: #ff8300;
}

.pj-brands {
    width: 100%;
    height: auto;
    overflow: hidden;
    line-height: 32px;
    padding: 10px 0;
    display: none;
}

.pj-dis {
    display: block;
}

.pj-brands a {
    display: block;
    float: left;
    width: 125px;
    text-align: center;
}

.pj-brands a:hover {
    color: #ff8300;
}

.pj-brands a.active {
    color: #ff8300;
}


/*新闻图片*/

.xw-times {
    width: 100%;
    height: 50px;
    line-height: 50px;
    border-top: 1px solid #eeeeee;
    border-bottom: 1px solid #eeeeee;
}

.xw-times span.time {
    display: inline-block;
    width: 60px;
    text-align: right;
    font-size: 16px;
    font-weight: bold;
    color: #206f96;
    margin-right: 20px;
}

.xw-times a {
    padding: 2px 10px;
    margin-right: 10px;
}

.xw-times a:hover {
    color: #ff8300;
}

.xw-times a.active {
    background: #ff8300;
    color: #ffffff;
}


/*车型图片*/

.cx-picnav {
    width: 100%;
    height: auto;
    overflow: hidden;
    border-bottom: 1px solid #216f96;
    border-top: 1px solid #216f96;
    padding: 10px 0;
}

.cxpic-brands {
    height: auto;
    overflow: hidden;
    border-bottom: 1px solid #eeeeee;
    padding-bottom: 10px;
}

.cxpic-brands span,
.cxpic-models span {
    display: block;
    float: left;
    width: 60px;
    margin-right: 20px;
    text-align: right;
    font-size: 16px;
    font-weight: bold;
    color: #206f96;
}

.cx-brandsli {
    float: left;
    width: 920px;
}

.cx-brandsli a.bx {
    display: block;
    float: left;
    width: 50px;
    height: 20px;
    line-height: 20px;
    text-align: center;
    font-size: 14px;
    margin-right: 0;
    font-weight: normal;
    cursor: pointer;
}

.cx-brandsli a.on {
    background-color: #ff8300;
    color: #ffffff;
}

.cxpic-brandsa {
    float: right;
    width: 860px;
}

.cxpic-brands .height {
    height: 100px;
    overflow: hidden;
}

.cxpic-brandsa a {
    height: 20px;
    line-height: 20px;
    margin: 0 10px 16px 10px;
    display: inline-block;
    padding: 0 10px;
}

.cxpic-brandsa a:hover {
    color: #ff8300;
}

.cxpic-brandsa a.acitve {
    background: #ff8300;
    color: #ffffff;
}

.cxpic-models {
    padding-top: 10px;
    height: auto;
    overflow: hidden;
}

.cxpic-more,
.cxpic-less {
    width: 840px;
    text-align: center;
    float: right;
}

.cxpic-less {
    display: none;
}

.cxpic-more strong,
.cxpic-less strong {
    font-size: 14px;
    font-weight: normal;
    color: #ff8300;
    cursor: pointer;
}

.zk-right .topic-brands li {
    background: url(../images/icon-8.gif) no-repeat left center;
}


/*专题*/

.topic-con {
    width: 650px;
    height: auto;
    overflow: hidden;
    float: left;
}

.topic-list {
    height: auto;
    overflow: hidden;
    padding: 10px 0;
    border-bottom: 1px dashed #dcdcdc;
}

.topic-list h3 {
    width: 100%;
    font-size: 16px;
    color: #333333;
    height: 30px;
    line-height: 30px;
    overflow: hidden;
}

.topic-list h3 strong {
    font-size: 16px;
    color: #206f96;
    margin-right: 10px;
}

.topic-list h3 a {
    color: #333333;
}

.topic-list h3 a:hover {
    color: #206f96;
}

.topic-list span {
    font-size: 12px;
    color: #999999;
    height: 30px;
    line-height: 30px;
}

.topic-list img {
    padding-bottom: 10px;
}

.topic-list p {
    line-height: 26px;
}

.topic-list p a {
    color: #666666;
}

.topic-list p a:hover {
    color: #999999;
}

.zs-form650 {
    width: 650px;
}

.zs-form650 .zs-form {
    width: 590px;
    padding: 10px 29px 20px 29px;
}


/*轻卡产业*/

.qk-cy .qk-cp {
    height: auto;
    overflow: hidden;
}

.qk-cy .qk-cp ul li {
    width: 320px;
    float: left;
    height: 140px;
    margin-right: 17px;
    border: 1px solid #eeeeee;
    margin-bottom: 20px;
}

.qk-cy .qk-cp ul li:nth-child(3n+0) {
    margin-right: 0;
}

.qk-cy .qk-cp ul li p.pirce-imgtit {
    width: 300px;
    padding: 0 10px;
    height: 50px;
    line-height: 50px;
    border-bottom: 0 none;
    text-align: center;
}


/*发动机*/

.fdj-nav {
    width: 100%;
    height: auto;
    overflow: hidden;
    border-top: 1px solid #dddddd;
}

.fdj-tit {
    width: 100%;
    height: 30px;
    line-height: 30px;
    font-size: 20px;
    color: #333333;
}

.fdj-nav ul.fdj-brands {
    height: auto;
    overflow: hidden;
    padding: 10px 0;
}

.fdj-nav ul.fdj-brands li {
    float: left;
    width: 128px;
    height: 32px;
    line-height: 32px;
    border: 1px solid #dddddd;
    text-align: center;
    margin-bottom: 10px;
    margin-right: 15px;
}

.fdj-nav ul.fdj-brands li:nth-child(7n+0) {
    margin-right: 0;
}

.fdj-nav ul.fdj-brands li.on a {
    background-color: #206f96;
    color: #ffffff;
}

.fdj-nav ul.fdj-brands li a {
    display: block;
}

.fdj-nav ul.fdj-brands li a:hover {
    background-color: #206f96;
    color: #ffffff;
}

.fdj-img ul li {
    height: 211px;
}

.fdj-img ul li p.pirce-imgtit {
    height: 50px;
    line-height: 50px;
    border-bottom: 0 none;
    text-align: center;
}


/*测评*/

.cp-imgouter {
    width: 1000px;
    height: auto;
    overflow: hidden;
    padding-bottom: 20px;
    position: relative;
}

.cp-img {
    position: relative;
    left: 0;
    width: 8000px;
    height: auto;
    overflow: hidden;
}

.cp-img .apics-top {
    float: left;
}

.cp-imgouter .cp-btn {
    position: absolute;
    top: 50%;
    margin-top: -80px;
    height: 100px;
    width: 40px;
    font-size: 50px;
    font-family: "宋体";
    text-align: center;
    line-height: 100px;
    background: rgba(0, 0, 0, 0.5);
    color: #ffffff;
    cursor: pointer;
    display: none;
}

.cp-imgouter:hover .cp-btn {
    display: block;
}

.cp-imgouter .btn-l {
    left: 0;
}

.cp-imgouter .btn-r {
    right: 0;
}


/*二手车*/

.sec-mes {
    width: 650px;
    float: left;
    height: auto;
    overflow: hidden;
}

.sec-mes .list-tit {
    margin-bottom: 20px;
}

.sec-mes .article {
    width: 650px;
}

.sec-img {
    width: 650px;
    height: auto;
    overflow: hidden;
}

.sec-img ul li {
    float: left;
    width: 320px;
    margin-right: 10px;
}

.sec-img ul li:nth-child(2n+0) {
    margin-right: 0;
}

.sec-img ul li p {
    width: 320px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    overflow: hidden;
}

.art-con p.sec-info {
    color: #666666;
    font-family: "宋体";
}

.art-con p.sec-info span {
    font-size: 14px;
    color: #d71314;
}

.second-brands ul li {
    background: url(../images/icon-8.gif) no-repeat left center;
}

.sec-login {
    width: 300px;
    padding: 10px;
    background: #f7f7f7;
}

.sec-member p {
    color: #ff8300;
    line-height: 30px;
}

.sec-member form label {
    width: 70px;
    height: 30px;
    line-height: 30px;
    margin-bottom: 10px;
    display: block;
    float: left;
    text-align: justify;
}

.sec-member form input {
    display: block;
    width: 208px;
    padding: 0 10px;
    height: 28px;
    margin-bottom: 10px;
    float: right;
    outline: none;
    border: 1px solid #e9e9e9;
    background-color: #ffffff;
    font-size: 14px;
    color: #666666;
    font-family: "Microsoft Yahei";
}

.sec-member form button.sec-btn {
    display: block;
    width: 300px;
    height: 30px;
    background: #fea74a;
    text-align: center;
    line-height: 30px;
    outline: none;
    border: 0;
    font-size: 16px;
    color: #ffffff;
    font-family: "Microsoft Yahei";
    cursor: pointer;
    margin-bottom: 10px;
}

.sec-member .rembner-pas {
    width: 100%;
    text-align: center;
    margin-bottom: 10px;
}

.sec-member a {
    display: inline-block;
    height: 26px;
    line-height: 26px;
    text-align: center;
    color: #999999;
    margin: 0 10px;
}

.sec-conmes {
    color: #999999;
    line-height: 28px;
}

.sec-conmes p {
    font-size: 16px;
    color: #666666;
    line-height: 32px;
}

.sec-conmes p a {
    color: #ff8300;
}

.sec-conmes p a:hover {
    text-decoration: underline;
}

.sec-conmes p span {
    color: #333333;
}

.sec-left {
    width: 650px;
    float: left;
    height: auto;
    overflow: hidden;
}

.sec-tit {
    width: 100%;
    height: 24px;
    line-height: 24px;
    font-size: 24px;
    text-indent: 15px;
    position: relative;
    color: #333333;
    margin: 15px 0;
}

.sec-tit span {
    width: 6px;
    height: 24px;
    background: #ff8300;
    position: absolute;
    left: 0;
    top: 0;
}

.sec-basic {
    width: 628px;
    padding: 10px;
    border: 1px solid #eeeeee;
    background: #f7f7f7;
    height: auto;
    overflow: hidden;
    line-height: 30px;
}

.sec-basic ul li {
    float: left;
    width: 190px;
    padding: 0 9px;
}

.sec-basic ul li.time {
    width: 380px;
}

.sec-basic ul li span {
    color: #206f96;
    margin-left: 10px;
}

.sec-basic ul li span.price {
    color: #d81415;
}

.sec-des {
    width: 608px;
    height: auto;
    overflow: hidden;
    padding: 10px 20px;
    border: 1px solid #eeeeee;
    line-height: 28px;
}

.sec-des p {
    text-indent: 24px;
}

.sec-des img {
    margin: 20px auto;
}

.sec-samebarnds {
    margin-top: 10px;
    height: auto;
    overflow: hidden;
}

.sec-samebarnds ul li {
    float: left;
    width: 155px;
    height: auto;
    overflow: hidden;
    margin-right: 10px;
    margin-bottom: 10px;
}

.sec-samebarnds ul li:nth-child(4n+0) {
    margin-right: 0;
}

.sec-samebarnds ul li .sec-bj {
    width: 133px;
    border: 1px solid #dddddd;
    border-top: 0;
    padding: 0 10px;
}

.sec-samebarnds ul li .sec-bj p:first-child {
    border-bottom: 1px solid #dddddd;
    height: 48px;
    line-height: 24px;
    text-align: center;
    font-size: 12px;
    margin-bottom: 2px;
    padding-bottom: 5px;
}

.sec-samebarnds ul li .sec-bj p:last-child {
    border-top: 1px solid #dddddd;
    text-align: center;
    line-height: 30px;
}

.sec-samebarnds ul li .sec-bj p:last-child span {
    color: #d81415;
}

.sec-right {
    float: right;
    width: 320px;
    height: auto;
    overflow: hidden;
}

.sec-contact {
    width: 298px;
    height: auto;
    overflow: hidden;
    border: 1px solid #eeeeee;
    padding: 10px;
    background: #f7f7f7;
    margin-bottom: 10px;
}

.sec-contact .tit {
    font-size: 20px;
    color: #333333;
    height: 37px;
    line-height: 37px;
    border-bottom: 1px solid #ff8300;
}

.sec-contact .sec-name {
    margin-top: 10px;
}

.sec-contact .sec-name p {
    line-height: 30px;
    font-size: 14px;
}

.sec-contact .sec-name p span {
    color: #333333;
}

.sec-contact .sec-name p span.name,
.sec-contact .sec-name p span.e-mail {
    margin-right: 20px;
    display: inline-block;
    width: 80px;
}

.sec-contact .sec-name span:nth-child(2) {
    color: #d81415;
}

.sec-tjimg {
    width: 320px;
    height: auto;
    overflow: hidden;
}

.sec-tjimg ul li {
    height: auto;
    overflow: hidden;
    margin-bottom: 20px;
    margin-top: 10px;
}

.sec-tjimg ul li img {
    float: left;
    margin-right: 15px;
}

.sec-tjimg .sec-tjmes {
    width: 150px;
    height: 103px;
    overflow: hidden;
    float: left;
    font-size: 12px;
}

.sec-tjimg .sec-tjmes p:first-child {
    color: #333333;
    height: 44px;
    line-height: 20px;
}

.sec-tjimg .sec-tjmes p {
    line-height: 20px;
}

.sec-tjimg .sec-tjmes p span {
    color: #206f96;
}

.sec-tjimg .sec-tjmes p span.price {
    color: #d81415;
}

.sec-right-img ul li {
    height: auto;
    overflow: hidden;
    margin-bottom: 20px;
}

.sec-right-img ul li .sec-bj {
    width: 132px;
    padding: 0 10px;
    border: 1px solid #eeeeee;
    border-top: 0 none;
}

.sec-right-img ul li .sec-bj p {
    height: 30px;
    line-height: 30px;
    border-top: 1px solid #eeeeee;
}

.sec-right-img ul li .sec-bj p:first-child {
    line-height: 20px;
    height: 44px;
    border-bottom: 1px solid #eeeeee;
    margin-bottom: 2px;
}

.sec-right-img ul li .sec-bj p span {
    color: #d81415;
}

.peizai ul li {
    width: 294px;
    float: left;
    font-size: 16px;
}

.peizai-xq {
    background: #f7f7f7;
    height: 200px;
    font-size: 16px;
}

.sec-pztj {
    width: 100%;
    height: auto;
    overflow: hidden;
}

.sec-pztj ul li {
    height: auto;
    overflow: hidden;
    border-bottom: 1px dashed #dddddd;
    padding-bottom: 10px;
    padding-top: 10px;
}

.sec-pztj ul li p {
    line-height: 30px;
}

.sec-pztj ul li p.address {
    color: #d81415;
}

.sec-pztj ul li p.time {
    color: #999999;
}


/*整车品牌*/

.zc-brands,
.zc-hbrands {
    width: 100%;
    height: auto;
    overflow: hidden;
}

.zc-btit {
    width: 100%;
    height: 45px;
    border-top: 3px solid #206f96;
    line-height: 45px;
    font-size: 20px;
    position: relative;
    text-indent: 15px;
    color: #333333;
}

.zc-btit span {
    position: absolute;
    left: 0;
    top: 10px;
    width: 5px;
    height: 24px;
    background: #ff8300;
}

.zc-hbrands ul li {
    float: left;
    width: 118px;
    height: 108px;
    margin-right: 8px;
    margin: 10px 8px 10px 0;
}

.zc-hbrands ul li p {
    text-align: center;
    height: 30px;
    line-height: 30px;
}

.zc-hbrands ul li img {
    border: 1px solid #eeeeee;
}

.zc-hbrands ul li:nth-child(8) {
    margin-right: 0;
}

.zc-b-lists {
    width: 988px;
    height: 20px;
    overflow: hidden;
    border: 1px solid #eeeeee;
    border-top: 3px solid #eeeeee;
    padding: 10px 5px;
    background-color: #f7f7f7;
    z-index: 100;
}

.zc-b-listsp {
    position: fixed;
    top: 0;
    left: 50%;
    margin-left: -500px;
}

.zc-b-lists ul li {
    float: left;
    width: 38px;
    height: 20px;
    text-align: center;
    background: url(../images/icon-9.gif) no-repeat right center;
    color: #999999;
}

.zc-b-lists ul li:last-child {
    background: none;
}

.zc-b-lists ul li a {
    color: #206f96;
}

.zc-s-brands {
    width: 100%;
    height: auto;
    overflow: hidden;
    margin-top: 10px;
}

.zc-s-brands .zc-s-tit {
    font-size: 28px;
    color: #206f96;
    line-height: 60px;
    height: 60px;
}

.zc-s-brands .zc-s-tit a {
    color: #206f96;
}

.zc-s-mes {
    width: 100%;
    height: auto;
    overflow: hidden;
    border: 3px solid #eeeeee;
    border-left: 0;
    border-right: 0;
}

.zc-s-mes .zc-s-one {
    height: 133px;
    padding: 20px 0;
    overflow: hidden;
    border-bottom: 1px dashed #eeeeee;
}

.zc-s-mes .zc-s-one:last-child {
    border-bottom: 0;
}

.zc-s-left {
    float: left;
    width: 550px;
    padding-right: 9px;
    height: 133px;
    border-right: 1px solid #eeeeee;
}

.zc-s-left .zc-logo {
    float: left;
    width: 200px;
    padding-right: 20px;
}

.zc-s-left .zc-logo img{
    padding: 4px;
    border:1px solid #eeeeee;
}

.zc-s-lists {
    float: right;
    width: 330px;
}

.zc-s-lists h3 {
    font-size: 16px;
    font-weight: bold;
    color: #206f96;
    line-height: 40px;
}

.zc-s-lists ul li {
    float: left;
    width: 100px;
    padding-right: 10px;
    height: 30px;
    line-height: 30px;
    font-size: 12px;
}

.zc-s-right {
    float: right;
    width: 420px;
    padding-left: 20px;
}

.zc-s-right ul li {
    height: 34px;
    line-height: 34px;
    position: relative;
}

.zc-s-right ul li a {
    display: inline-block;
    width: 360px;
    height: 34px;
    overflow: hidden;
}

.zc-s-right ul li span {
    position: absolute;
    right: 0;
    top: 0;
    height: 34px;
    line-height: 34px;
    width: 60px;
    text-align: center;
    color: #999999;
    font-size: 12px;
}

.zc-s-btit {
    height: auto;
    overflow: hidden;
    padding: 10px 0;
    border: 1px solid #eeeeee;
    border-left: 0;
    border-right: 0;
}

.zc-b-bimg {
    float: left;
    width: 150px;
    height: auto;
    overflow: hidden;
    text-align: center;
    color: #ff8300;
    font-size: 18px;
}

.zc-b-bimg img{
    box-sizing: border-box;
    -o-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    padding: 4px;
    border: 1px solid #eeeeee;
}

.zc-b-name {
    float: right;
    width: 790px;
}

.zc-b-name h3 {
    height: 30px;
    line-height: 30px;
    font-size: 18px;
    color: #333333;
    font-weight: normal;
}

.zc-b-name ul li {
    float: left;
    width: 98px;
    height: 30px;
    border: 1px solid #eeeeee;
    margin-right: 15px;
    text-align: center;
    line-height: 30px;
    margin-top: 10px;
}

.zc-b-name ul li:nth-child(7n+0) {
    margin-right: 0;
}

.zc-b-name ul li a {
    display: block;
}

.zc-b-name ul li a:hover {
    background-color: #ff8300;
    color: #ffffff;
}

.zc-b-name ul li.on a {
    background-color: #ff8300;
    color: #ffffff;
}

.zc-s-con {
    width: 100%;
    height: auto;
    overflow: hidden;
}

.zc-sleft {
    float: left;
    width: 734px;
    height: auto;
    overflow: hidden;
    padding-top: 10px;
}

.zc-sleft ul.zc-imgs {
    height: auto;
    overflow: hidden;
    margin-bottom: 10px;
}

.zc-sleft ul.zc-imgs li {
    float: left;
    width: 236px;
    height: 258px;
    border: 1px solid #eeeeee;
    margin: 20px 10px 0 0;
}

.zc-sleft ul.zc-imgs li:nth-child(3n+0) {
    margin-right: 0;
}

.zc-sleft ul.zc-imgs li p {
    width: 218px;
    margin: 0 auto;
    text-align: center;
}

.zc-sleft ul.zc-imgs li p.pirce-imgtit {
    /* height: 40px;
    line-height: 40px;
    border-bottom: 1px solid #eeeeee;*/
    height: 48px;
    line-height: 24px;
    text-align: left;
    border-bottom: 1px solid #eeeeee;
    margin-top: 5px;
    overflow: hidden;
}

.zc-sleft ul.zc-imgs li p.price-tit {
    margin-top: 8px;
    height: 40px;
    line-height: 40px;
    border-top: 1px solid #eeeeee;
}

.zc-sleft ul.zc-imgs li p.price-tit span {
    font-size: 18px;
    margin-right: 5px;
}

.zc-sleft ul.zc-video li {
    height: 209px;
}

.zc-sleft ul.zc-video li p.pirce-imgtit {
    border-bottom: 0 none;
    line-height: 50px;
    height: 50px;
}

.zc-sleft ul.zc-topics {
    height: auto;
    overflow: hidden;
    margin-top: 20px;
}

.zc-sleft ul.zc-topics li {
    float: left;
    width: 240px;
    height: 90px;
    margin-right: 7px;
    margin-bottom: 20px;
}

.zc-sleft ul.zc-topics li:nth-child(3n+0) {
    margin-right: 0;
}

.zc-sleft ul.zc-topics li p {
    height: 40px;
    line-height: 40px;
    text-align: center;
}

.zc-right {
    float: right;
    width: 246px;
    height: auto;
    overflow: hidden;
    padding-top: 10px;
}

.zc-jxs {
    width: 100%;
    height: auto;
    overflow: hidden;
}

.zc-jxs ul li {
    width: 100%;
    height: auto;
    overflow: hidden;
    padding: 10px 0;
    border-bottom: 1px dashed #eeeeee;
    line-height: 30px;
}

.zc-jxs ul li p.name a {
    color: #206F94;
}

.zc-jxs ul li p.tel span {
    color: #d81414;
}

.zc-jxs ul li p.add span {
    color: #333333;
}

.zc-cxname {
    float: right;
    width: 830px;
    height: auto;
    overflow: hidden;
}

.zc-cxlists {
    width: 830px;
    height: auto;
    overflow: hidden;
    border-bottom: 1px solid #eeeeee;
    line-height: 32px;
}

.zc-cxlists label {
    display: block;
    float: left;
    width: 60px;
    color: #206f96;
    font-weight: bold;
}

.zc-cxa {
    float: left;
    height: auto;
    overflow: hidden;
    width: 770px;
}

.zc-cxa a {
    display: block;
    float: left;
    margin: 0 8px;
    color: #206f96;
}

.zc-cxfl {
    height: auto;
    overflow: hidden;
    padding-top: 10px;
}

.zc-cxone {
    float: left;
    width: 415px;
    height: auto;
    overflow: hidden;
    line-height: 32px;
    padding-bottom: 10px;
}

.zc-cxone label {
    display: block;
    float: left;
    width: 60px;
    color: #206f96;
    font-weight: bold;
}

.zc-cxone .zc-cxonea {
    float: left;
    width: 335px;
    font-size: 12px;
}

.zc-cxonea a {
    display: inline-block;
    margin: 0 6px;
}

.zc-list-tit span.blue {
    width: 160px;
}

.zc-list-tit span.white {
    left: 160px;
}

.zc-list-tit .tit-a {
    width: 400px;
    right: 0;
    position: absolute;
    text-align: right;
}

.zc-list-tit .tit-a a {
    float: none;
    display: inline-block;
    width: auto;
    padding: 0 8px;
    background: url(../images/icon-9.gif) no-repeat right center;
}

.zc-list-tit .tit-a a:last-child {
    background: none;
}

.zc-right .list-tit a {
    width: 50px;
}

.zc-jtcp span {
    color: #999999;
    margin-right: 3px;
}

.zc-jtcp ul li {
    background: none;
    text-indent: 0;
}


/*经销商*/

.jxs-name {
    padding: 10px 0;
    height: auto;
    overflow: hidden;
    border: 1px solid #206f96;
    border-left: 0 none;
    border-right: 0 none;
    background: url(../images/jxs-bg.jpg) repeat;
}

.jxs-name img {
    float: left;
    margin-right: 40px;
}

.jxs-name .jxs-mes {
    float: right;
    width: 820px;
}

.jxs-mes h1 {
    color: #ff8300;
    font-size: 24px;
    font-weight: bold;
    margin-top: 20px;
    margin-bottom: 20px;
}

.jxs-mes .jxs-tel {
    font-size: 16px;
    line-height: 30px;
}

.jxs-mes .jxs-tel span:first-child {
    color: #d81414;
    margin-right: 40px;
}

.jxs-mes .jxs-tel span:last-child {
    color: #333333;
}

.jxs-nav {
    margin-top: 10px;
    margin-bottom: 10px;
}

.jxs-left {
    float: right;
}

.jxs-right {
    float: left;
    width: 246px;
}

.jxsr-com {
    width: 224px;
    height: auto;
    border: 1px solid #eeeeee;
    padding: 0 10px 10px 10px;
    font-size: 14px;
    margin-bottom: 20px;
}

.jxs-table table {
    border-collapse: collapse;
    line-height: 30px;
}

.jxs-tab01 {
    width: 70px;
    text-align: left;
}

.jxs-tab02 {
    width: 154px;
    overflow: hidden;
    color: #333333;
}

.jxs-tab02 > img {
    width: 40px;
    height: 40px;
    cursor: pointer;
}

.jxs-tab02 span {
    color: #d81414;
}

.jxs-tab02 .jxs-yyzz {
    display: none;
    width: 600px;
    height: auto;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-top: -200px;
    margin-left: -250px;
    text-align: center;
    z-index: 200;
}

.jxs-tab02 .jxs-yyzz img {
    width: 600px;
    height: auto;
}

.jxs-tab02 b.light {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    background-color: rgba(0, 0, 0, .75);
    z-index: 100;
    display: none;
}

.jxs-cx-box {
    font-size: 16px;
    color: #333333;
}

.jxs-cx {
    height: auto;
    overflow: hidden;
    padding-top: 10px;
    line-height: 30px;
}

.jxs-cx-box p {
    display: inline-block;
    width: 100%;
    height: 40px;
    line-height: 40px;
    background: url(../images/jxs-p.gif) no-repeat left center;
    padding-left: 23px;
    cursor: pointer;
}

.jxs-cx-box p.click {
    background: url(../images/jxs-j.gif) no-repeat left center;
}

.jxs-cx-box ul.jxs-first {
    display: none;
    padding-left: 23px;
    font-size: 14px;
}

.jxs-cx-box ul.jxs-first li p {
    display: inline-block;
    width: 100%;
    height: 30px;
    line-height: 30px;
    background: url(../images/jxs-p.gif) no-repeat left center;
    padding-right: 10px;
}

.jxs-cx-box ul.jxs-first li p.click {
    background: url(../images/jxs-j.gif) no-repeat left center;
}

.jxs-cx-box .jxs-first li ul {
    display: none;
    padding-left: 36px;
}

.jxs-cx-box .jxs-first li ul li {
    cursor: pointer;
}

.jxs-cx-box .jxs-first li ul li:hover {
    color: #ff8300;
}

.jxs-cx-box .jxs-first li ul li.on a {
    color: #ff8300;
}

.jxs-gw {
    width: 100%;
    height: auto;
    overflow: hidden;
}

.jxs-gw ul li {
    float: left;
    width: 70px;
    margin-right: 7px;
    margin-top: 15px;
    overflow: hidden;
    color: #999999;
    text-align: center;
    line-height: 24px;
}

.jxs-gw ul li:nth-child(3n+0) {
    margin-right: 0;
}

.jxs-gw ul li p:last-child {
    font-size: 12px;
    color: #666666;
    font-family: "宋体";
}

.jxs-fla-news {
    width: 736px;
    height: auto;
    overflow: hidden;
}

.jxs-fla-news .jxsb-news {
    margin: 0 0 0 19px;
}

.jxs-fla-news .jxsb-news ul {
    padding-top: 0;
    padding-bottom: 7px;
}

.jxs-fla-news .jxsb-news ul li a {
    display: block;
    width: 310px;
    float: left;
}

.jxs-fla-news .jxsb-news ul li span {
    display: block;
    width: 60px;
    float: right;
    text-align: right;
    color: #999999;
}

.jxs-more {
    width: 100%;
    height: 32px;
    background: #f2f2f2;
    line-height: 32px;
    text-align: center;
}

.jxs-rxcx {
    width: 100%;
    height: 40px;
    line-height: 40px;
    text-align: center;
    background-color: #f2f2f2;
}

.jxs-leftp ul.zc-imgs li {
    margin-top: 0;
    margin-bottom: 20px;
}

.jxs-com-mes {
    width: 100%;
    height: auto;
    overflow: hidden;
    border-bottom: 1px solid #dddddd;
    padding: 20px 0;
}

.jxs-com-mes h2 {
    font-size: 20px;
    color: #333333;
    height: 40px;
    line-height: 40px;
    font-weight: normal;
    text-align: center;
    margin-bottom: 10px;
}

.jxs-com-mes p {
    line-height: 28px;
    text-indent: 24px;
}

.jxs-com-mes p.jxs-none {
    font-size: 16px;
    text-align: center;
    color: #999999;
    text-indent: 0;
}

.jxs-xsgw {
    width: 100%;
    height: auto;
    overflow: hidden;
}

.jxs-xsgw ul li {
    float: left;
    width: 70px;
    margin-right: 25px;
    margin-top: 24px;
    overflow: hidden;
    color: #999999;
    text-align: center;
    line-height: 24px;
}

.jxs-xsgw ul li:nth-child(8n+0) {
    margin-right: 0;
}

.jxs-xsgw ul li:nth-child(7n+0) {
    margin-right: 24px;
}

.jxs-xsgw ul li p:last-child {
    font-size: 12px;
    color: #d81414;
    font-family: "宋体";
}

.jsx-com-pic {
    width: 100%;
    height: auto;
    overflow: hidden;
}

.jsx-com-pic ul li {
    float: left;
    margin: 20px 14px 10px 0;
}

.jsx-com-pic ul li:nth-child(2n+0) {
    margin-right: 0;
}

.jxs-bj-tit {
    width: 100%;
    height: 40px;
    line-height: 40px;
    border-bottom: 1px solid #dddddd;
    font-size: 20px;
    color: #333333;
    margin-bottom: 20px;
}

.jsx-bj-mes {
    width: 100%;
    height: auto;
    overflow: hidden;
}

.jsx-bj-mes img {
    float: left;
}

.jsx-bj-mes .jsx-bj-del {
    float: right;
    width: 352px;
    height: 238px;
    border: 1px solid #eeeeee;
    position: relative;
}

.jsx-bj-del ul li {
    width: 100%;
    height: 28px;
    color: #333333;
    line-height: 28px;
    overflow: hidden;
}

.jsx-bj-del ul li label {
    display: inline-block;
    width: 170px;
    text-align: right;
    color: #666666
}

.jsx-bj-del ul li strong {
    color: #333333;
}

.jsx-bj-del ul li span {
    color: #d81414;
}

.jsx-dj {
    width: 100%;
    height: 32px;
    background: #ff8300;
    color: #ffffff;
    text-align: center;
    line-height: 32px;
    position: absolute;
    left: 0;
    bottom: 0;
}

.jsx-dj a {
    color: #ffffff;
    display: block;
}

.jxs-cs-pic {
    width: 100%;
    height: auto;
    overflow: hidden;
    margin-top: 20px;
    border-top: 3px solid #206f96;
}

.jxs-cs-pic ul.jxs-nav {
    width: 100%;
    height: 50px;
    line-height: 50px;
    border-bottom: 1px solid #dddddd;
    font-size: 18px;
}

.jxs-cs-pic ul.jxs-nav li {
    float: left;
    padding: 0 30px;
    cursor: pointer;
}

.jxs-cs-pic ul.jxs-nav li.on {
    border-bottom: 1px solid #206f96;
    color: #206f96;
}

.jsx-cs {
    padding-top: 20px;
    height: auto;
    padding-bottom: 10px;
    display: none;
}

.jsx-dis {
    display: block;
}

.jsx-cs table {
    width: 100%;
    border: 1px solid #eeeeee;
    border-collapse: collapse;
    background-color: #f7f7f7;
}

.jsx-cs table td {
    border: 1px solid #eeeeee;
    height: 45px;
    line-height: 45px;
}

.jsx-cs table td.name {
    width: 180px;
    padding-right: 20px;
    text-align: right;
}

.jsx-cs table td.mes {
    padding-left: 20px;
    text-align: left;
}

.jsx-cs table td span {
    display: inline-block;
    width: 180px;
    text-align: right;
    font-size: 18px;
    color: #333333;
}

.jsx-cs ul li {
    float: left;
    width: 238px;
    height: 159px;
    margin-right: 10px;
    margin-bottom: 15px;
    position: relative;
}

.jsx-cs ul li a {
    display: block;
}

.jsx-cs ul li p {
    position: absolute;
    left: 0;
    bottom: 0;
    height: 50px;
    line-height: 24px;
    background-color: rgba(0, 0, 0, 0.5);
    color: #ffffff;
    text-align: center;
    padding: 0 10px;
    width: 218px;
    display: none;
}

.jsx-cs ul li:hover p {
    display: block;
}

.jsx-cs ul li:nth-child(3n+0) {
    margin-right: 0;
}


/*关于我们*/

.about-left {
    float: left;
    width: 246px;
    height: auto;
    overflow: hidden;
}

.about-left ul li {
    width: 100%;
    height: 40px;
    line-height: 40px;
    color: #206f96;
    background-color: #f2f2f2;
    margin-bottom: 10px;
    font-size: 16px;
    text-align: center;
}

.about-left ul li.on {
    background-color: #206f96;
}

.about-left ul li.on a {
    color: #ffffff;
}

.about-left ul li a {
    display: block;
    color: #206f96;
}

.about-left ul li a:hover {
    background-color: #206f96;
    color: #ffffff;
}

.about-rihgt {
    float: right;
    width: 712px;
    border: 1px solid #eeeeee;
    padding: 10px;
}

.about-rihgt h2 {
    color: #333333;
    font-size: 18px;
    font-weight: normal;
    text-align: center;
    height: 50px;
    line-height: 50px;
    border-bottom: 1px dashed #e3e3e3;
}

.about-del {
    padding-top: 20px;
    line-height: 28px;
}

.about-del p {
    text-indent: 24px;
    margin-bottom: 10px;
}

.kc-join {
    width: 100%;
    height: auto;
    overflow: hidden;
    border-bottom: 1px dashed #e3e3e3;
    padding: 10px 0;
}

.kc-join .join-zw {
    font-weight: bold;
    color: #206f96;
    height: 40px;
    line-height: 40px;
}

.kc-join .join-zw span {
    color: #d81415;
    display: inline-block;
    margin-left: 8px;
}

.kc-join .join-yq {
    line-height: 30px;
}

.kc-join .join-yq label {
    display: block;
    width: 80px;
    float: left;
    color: #206f96;
    font-weight: bold;
}

.join-yq p {
    float: right;
    width: 632px;
}

.notes {
    line-height: 30px;
    color: #333333;
}

.notes p span {
    color: #d81415;
    font-weight: bold;
}


/*注册页面*/

.register-top {
    width: 100%;
    padding: 10px 0;
    border-bottom: 1px solid #206f96;
}

.register-top .logo-ad .logo {
    width: 215px;
    text-align: left;
    margin: 0;
}

.register-top .logo-ad {
    width: 1000px;
    margin: 0 auto;
}

.register-logo {
    width: 157px;
    height: 39px;
    padding: 14px 0 14px 20px;
    background: url(../images/register-fg.jpg) no-repeat left center;
}

.register-con {
    height: auto;
    overflow: hidden;
    padding: 40px 0 20px 0;
}

.register-left {
    float: left;
    width: 215px;
    height: auto;
    overflow: hidden;
}

.register-left p {
    font-size: 16px;
    text-align: center;
    line-height: 32px;
}

.register-left p.help {
    width: 100%;
    color: #999999;
}

.register-left img {
    margin: 20px auto;
}

.register-left p span {
    color: #d81415;
}

.register-right {
    float: right;
    width: 738px;
    height: auto;
    overflow: hidden;
    border-left: 1px solid #eeeeee;
    padding: 0 0 0 46px;
    position: relative;
}

.register-right p.notice {
    text-align: center;
    line-height: 30px;
    position: absolute;
    left: 46px;
    top: 0;
    width: 740px;
    height: auto;
}

.register-right .notice span {
    color: #d81415;
    font-weight: bold;
    display: inline-block;
    margin-right: 10px;
}

.register-menu {
    height: 40px;
    width: 100%;
    margin-top: 80px;
    font-size: 18px;
    color: #206f96;
}

.register-menu ul li {
    float: left;
    width: 369px;
    height: 40px;
    line-height: 40px;
    font-size: 18px;
    text-align: center;
    background-color: #f2f2f2;
    cursor: pointer;
}

.register-menu ul li.on {
    background-color: #3aaacf;
    color: #ffffff;
}

.register-form {
    width: 100%;
    height: auto;
    overflow: hidden;
    margin-top: 20px;
    display: none;
}

.register-dis {
    display: block;
}

.register-one {
    float: left;
    width: 246px;
    height: auto;
    overflow: hidden;
    cursor: pointer;
    padding-bottom: 40px;
}

.register-one p.name {
    text-align: center;
    height: 40px;
    line-height: 40px;
    font-size: 18px;
}

.register-one p i {
    display: inline-block;
    width: 100px;
    height: 1px;
    background-color: #dddddd;
}

.register-one p span {
    display: inline-block;
    width: 30px;
    height: 30px;
    margin: 0 7px;
    border-radius: 15px;
    line-height: 30px;
    text-align: center;
    border: 1px solid #666666;
}

.register-live p.name {
    color: #206f96;
}

.register-live p i {
    background-color: #206f96;
}

.register-live p span {
    color: #206f96;
    border: 1px solid #206f96;
}

.register-formtab {
    clear: both;
    height: auto;
    overflow: hidden;
}

.register-formtab form label {
    width: 100px;
    float: left;
    text-align: right;
    height: 28px;
    line-height: 28px;
    font-size: 16px;
}

.register-formtab form li {
    height: auto;
    overflow: hidden;
    margin-bottom: 18px;
}

.register-formtab form label span {
    width: 10px;
    float: left;
    color: #d81415;
}

.register-formtab form span {
    color: #999999;
    font-size: 12px;
    font-family: "宋体";
}

.register-formtab form input {
    width: 260px;
    height: 26px;
    outline: none;
    border: 1px solid #bbbbbb;
    padding: 0 10px;
    font-family: "Microsoft Yahei";
    color: #666666;
}

.register-formtab form input.yzm {
    float: left;
    width: 170px;
}

.register-formtab form img {
    float: left;
    margin-left: 5px;
    margin-top: 2px;
}

.register-formtab form button.tel {
    width: 130px;
    height: 28px;
    background-color: #ff8300;
    color: #ffffff;
    text-align: center;
    line-height: 28px;
    border: 0 none;
}

.register-formtab form input.check {
    width: 14px;
    height: 14px;
    border: 1px solid #dddddd;
}

.register-formtab form li.yd {
    padding-left: 100px;
    color: #333333;
    font-size: 16px;
}

.register-formtab form li.yd a {
    color: #206f96;
}

.register-formtab form li.yd button {
    width: 160px;
    height: 38px;
    background-color: #3aaacf;
    color: #ffffff;
    line-height: 38px;
    border: 0 none;
    font-size: 16px;
    font-family: "Microsoft Yahei";
}

.register-formtab form li.yd span {
    color: #999999;
    font-size: 16px;
    font-family: "Microsoft Yahei";
}

.register-top .wel {
    float: right;
    line-height: 68px;
}

.register-top .wel span {
    color: #206f96;
}

.register-top .wel a {
    display: inline-block;
    margin-left: 40px;
    color: #db1316;
}

.member-top {
    border-bottom: 0 none;
}

.member-left {
    float: left;
    width: 200px;
    height: auto;
    overflow: hidden;
    border: 1px solid #eeeeee;
}

.member-nav {
    width: 100%;
    height: 42px;
    padding: 1px 0;
    background-color: #206f96;
    margin-top: 10px;
}

.member-nav ul {
    width: 1000px;
    margin: 0 auto;
    height: 42px;
    line-height: 42px;
}

.member-nav ul li {
    width: 200px;
    float: left;
    color: #ffffff;
    text-align: center;
    font-size: 18px;
}

.member-nav ul li a {
    color: #ffffff;
}

.member-nav ul li:hover {
    background-color: #ffffff;
    color: #206f96;
}

.member-nav ul li:hover a {
    color: #206f96;
}

.member-nav ul li.on {
    background-color: #ffffff;
    color: #206f96;
}

.member-nav ul li.on span {
    color: #206f96;
}

.member-left dl dt {
    background-color: #eeeeee;
    width: 100%;
    height: 60px;
    line-height: 60px;
    text-align: center;
    color: #1ba4d2;
    font-size: 18px;
    font-weight: bold;
    cursor: pointer;
}

.member-left dl dd {
    text-align: center;
    background-color: #f7f7f7;
    height: 60px;
    line-height: 60px;
    border-bottom: 1px solid #eeeeee;
    cursor: pointer;
}

.member-right {
    float: right;
    width: 750px;
    height: auto;
    overflow: hidden;
}

.member-right a img {
    margin-bottom: 10px;
}

.member-right p {
    line-height: 32px;
    font-size: 14px;
}

.member-right p span {
    color: #ff8300;
}

.ycyc-xw {
    height: auto;
    overflow: hidden;
}

.ycyc-cp {
    width: 490px;
    float: right;
}

.ycyc-cp ul li {
    margin-top: 10px;
}

.ycyc-cp ul li p {
    width: 100%;
    height: 36px;
    line-height: 36px;
    overflow: hidden;
    text-align: center;
    font-size: 16px;
}

.jcffz {
    width: 490px;
    float: right;
    height: auto;
    overflow: hidden;
    margin-top: 10px;
}

.jcffz-news ul li {
    width: 100%;
    height: 34px;
    line-height: 34px;
    background: url(../images/icon-4.gif) no-repeat left center;
    text-indent: 10px;
    font-size: 16px;
}

.wlhc {
    margin-top: 10px;
}

.jxs-brands {
    width: 100%;
    height: auto;
    overflow: hidden;
}

.jxs-brands .jxsb-tit {
    width: 100%;
    height: 40px;
    line-height: 40px;
    background-color: #f2f2f2;
}

.jxs-brands .jxsb-tit p {
    float: left;
    width: 400px;
    padding-left: 10px;
    font-size: 16px;
}

.jxs-brands .jxsb-tit p span {
    color: #d81414;
    font-weight: bold;
}

.jxs-brands .jxsb-tit .jxsb-btn {
    float: right;
    width: 220px;
}

.jxs-brands .jxsb-tit .jxsb-btn a {
    display: block;
    float: left;
    width: 100px;
    height: 30px;
    background-color: #ff8300;
    color: #ffffff;
    text-align: center;
    line-height: 30px;
    font-weight: bold;
    margin-top: 5px;
    margin-right: 10px;
}

.condition-lists dd.power .jxs-xzq {
    float: left;
    width: 840px;
    float: right;
}

.condition-lists dd.power .jxs-xzq a {
    font-size: 14px;
    float: left;
    width: 55px;
    text-align: center;
    height: 20px;
    line-height: 20px;
    margin-bottom: 16px;
}

.jxsb-news {
    height: auto;
    overflow: hidden;
    padding-top: 10px;
    padding-bottom: 10px;
}

.jxsb-news li {
    float: left;
    width: 490px;
    height: 32px;
    line-height: 32px;
    text-indent: 10px;
    background: url(../images/icon-4.gif) no-repeat left center;
}

.jxsb-news li:nth-child(2n+0) {
    float: right;
}

.jxsb-news li a {
    float: left;
    display: block;
    width: 410px;
    overflow: hidden;
}

.jxsb-news li span {
    float: right;
    display: block;
    width: 80px;
    text-align: right;
    color: #999999
}


/*搜索页面*/

.search-mar {
    margin-top: 10px;
    float: left;
    width: 500px;
}

.search-mar form {
    width: 500px;
}

.search-mar input {
    width: 400px;
    line-height: 26px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
}

.search-mar input.sea-btn {
    padding: 0;
}

.art-con .search-a {
    width: 100%;
    height: 25px;
    line-height: 25px;
}

.art-con .search-a a {
    color: #206f96;
    margin-right: 10px;
}

.fdj-img .list-tit h2 {
    width: 100%;
    margin-bottom: 10px;
}

.fdj-img .list-tit a {
    display: block;
    width: 100px;
    height: 30px;
    line-height: 30px;
    position: absolute;
    right: 0;
    top: 0;
    text-align: center;
    background-color: #206f96;
    color: #ffffff;
    font-size: 16px;
}

.fdj-img .list-tit a.bj {
    right: 0;
}

.fdj-img .list-tit a.js {
    right: 110px;
    background-color: #cccccc;
    color: #666666;
}

.fdj-pic {
    width: 100%;
    height: auto;
    overflow: hidden;
    padding: 10px 0;
}

.fdj-art {
    width: 100%;
    height: auto;
    overflow: hidden;
    font-size: 14px;
    line-height: 32px;
}

.fdj-art strong {
    color: #206f96;
}

.fdj-imgslists {
    float: left;
    width: 650px;
    height: auto;
    overflow: hidden;
}

.fdj-des {
    padding: 10px;
    width: 630px;
    height: auto;
    overflow: hidden;
    background-color: #f2f2f2;
    margin-bottom: 10px;
}

.fdj-imgs {
    float: left;
    width: 170px;
    float: left;
    height: auto;
    overflow: hidden;
}

.fdj-word {
    float: right;
    width: 460px;
    line-height: 28px;
    height: 140px;
    overflow: hidden;
    text-indent: 24px;
}

.fdj-imgs img {
    border: 1px solid #e3e3e3;
    width: 150px;
    height: 100px;
    margin: 0 20px 0 0;
}

.fdj-imgs p {
    width: 150px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    color: #206f96;
    font-weight: bold;
}

.fdj-lists {
    width: 650px;
    height: auto;
    overflow: hidden;
    margin-top: 20px;
}

.fdj-lists ul li {
    float: left;
    width: 202px;
    height: auto;
    overflow: hidden;
    margin-right: 22px;
    margin-bottom: 10px;
}

.fdj-lists ul li img {
    border: 1px solid #dddddd;
}

.fdj-lists ul li:nth-child(3n+0) {
    margin-right: 0;
}

.fdj-lists ul li p {
    width: 100%;
    height: 30px;
    line-height: 15px;
    text-align: left;
    overflow: hidden;
    padding-top: 10px;
}

.fdj-lists-more {
    margin-top: 10px;
    width: 100%;
    height: auto;
    overflow: hidden;
}

.fdj-lists-more li {
    float: left;
    width: 200px;
    height: auto;
    overflow: hidden;
    margin-right: 22px;
    margin-bottom: 10px;
    border: 1px solid #dddddd;
}

.fdj-lists-more li:nth-child(3n+0) {
    margin-right: 0;
}

.fdj-lists-more li p {
    width: 190px;
    margin: 0 auto;
    height: 30px;
    line-height: 30px;
    overflow: hidden;
    text-align: center;
    border-bottom: 1px solid #dddddd;
}

.fdj-lists-more li p.total {
    margin-top: 8px;
    border-bottom: 0 none;
    border-top: 1px solid #dddddd;
}

.fdj-lists-more li p.total span {
    color: #d81414;
}


/*经销商*/

.scj_tit {
    line-height: 32px;
}

.scj_tit a {
    width: 150px;
    height: 36px;
    line-height: 36px;
    text-align: center;
    background-color: #ff8300;
    display: block;
    color: #ffffff;
    margin-bottom: 20px;
}

table.table_form {
    line-height: 32px;
    margin-bottom: 20px;
}

table.table_form thead th {
    text-align: left;
    font-size: 14px;
}

table.table_form strong {
    display: inline-block;
    width: 60px;
    color: #d81414;
}

table.table_form select {
    height: 30px;
    outline: none;
    border: 1px solid #dddddd;
    font-size: 12px;
    color: #666666;
}

table.table_form select option {
    height: 30px;
    line-height: 30px;
    outline: none;
    font-size: 12px;
    color: #666666;
}

.chanpin {
    margin-top: 20px;
}

.navproduct {
    height: 40px;
    line-height: 40px;
}

.navproduct a {
    display: inline-block;
    margin: 0 10px;
}

.add-alert {
    width: 300px;
    min-height: 100px;
    _height: 100px;
    border: 1px solid #ccc;
    position: absolute;
    left: 50%;
    margin-left: -150px;
    z-index: 1000;
    background: #FFFFFF;
    padding: 10px 20px 20px 20px;
    display: none;
    line-height: 30px;
}

.add-alert .add-close a {
    float: right;
    color: #999999;
    font-size: 12px;
}

.add-alert input.add-submit {
    cursor: pointer;
    width: 60px;
    height: 30px;
    border: 0 none;
    background-color: #ff8300;
    color: #ffffff;
    margin-right: 20px;
}

.add-alert input.add-cancle {
    cursor: pointer;
    border: 0 none;
    width: 60px;
    height: 30px;
    background-color: #e3e3e3;
    color: #333333;
}

.scj table {
    line-height: 40px;
    border-collapse: collapse;
}

.scj table td {
    border-collapse: collapse;
}

.scj table td font {
    display: inline-block;
    text-align: center;
    width: 90px;
}

.scj table td a.add-del {
    display: inline-block;
    width: 70px;
    text-align: center;
}

form.register_page li input[type="radio"] {
    width: 20px;
    margin: 0 20px 0 20px;
    vertical-align: middle;
}

form.register_page p {
    line-height: 40px;
}

form.register_page span#mobile_div {
    display: inline-block;
    margin-bottom: 10px;
}

.jxs-cs-show {
    display: none;
    position: fixed;
    left: 50%;
    top: 50%;
    margin-left: -325px;
    margin-top: -215px;
    width: 650px;
    height: 433px;
    z-index: 200;
    text-align: center;
}

.jsx-cs ul li .jxs-cs-show p {
    height: 32px;
    line-height: 32px;
    background: rgba(0, 0, 0, 0.5);
    color: #ffffff;
    width: 100%;
    display: block;
    padding: 0px;
}

.zz-mb {
    position: fixed;
    left: 0;
    top: 0;
    z-index: 100;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    display: none;
}

.fkzx-box {
    width: 100%;
    height: auto;
    overflow: hidden;
}

.fkzx-box .fkzx-left {
    width: 640px;
    padding-right: 9px;
    float: left;
    height: auto;
    overflow: hidden;
    border-right: 1px dashed #dddddd;
}

.fkzx-left div {
    width: 100%;
    height: auto;
    overflow: hidden;
    margin-bottom: 15px;
}

.fkzx-left div label {
    float: left;
    display: block;
    width: 130px;
    line-height: 32px;
    text-align: right;
    padding-right: 10px;
    box-sizing: border-box;
}

.fkzx-left div label span {
    color: #ff0000;
    font-weight: bold;
    display: inline-block;
    margin-right: 5px;
}

.fkzx-left div select,
.fkzx-left div input,
.fkzx-left div textarea {
    float: left;
    display: block;
    outline: none;
    border: 1px solid #dddddd;
    font-family: "Microsoft Yahei";
    font-size: 14px;
    color: #666666;
}

.fkzx-left div select {
    width: 200px;
    height: 32px;
    line-height: 32px;
}

.fkzx-left div textarea {
    width: 510px;
    box-sizing: border-box;
    height: 150px;
    padding: 10px;
    overflow-y: scroll;
}

.fkzx-left div input {
    width: 300px;
    height: 32px;
    line-height: 32px;
    box-sizing: border-box;
    padding: 0 10px;
}

.fkzx-left div input.yzm {
    width: 200px;
    margin-right: 10px;
    line-height: 32px;
}

.fkzx-left div.yzmimg {
    height: 32px;
    vertical-align: middle;
}

.fkzx-left div.yzmimg img {
    vertical-align: middle;
    line-height: 32px;
}

.fkzx-left div button {
    outline: none;
    width: 120px;
    height: 32px;
    color: #ffffff;
    line-height: 32px;
    font-family: "Microsoft Yahei";
    border: 0 none;
    margin-top: 10px;
    cursor: pointer;
}

.fkzx-left div button.submit {
    background-color: #ff8300;
    margin-left: 200px;
}

.fkzx-left div button.cancle {
    background-color: #999999;
    margin-right: 190px;
}

.fkzx-ewm {
    float: right;
    width: 320px;
    box-sizing: border-box;
    padding: 10px;
    height: auto;
    overflow: hidden;
}

.fkzx-ewm p {
    line-height: 32px;
}

.fkzx-ewm img {
    margin: 0 auto;
    margin-top: 20px;
    margin-bottom: 20px;
}

#jiathis_webchat {
    padding-left: 70px;
}
/*微信URL*/
.wxurl_img{
    width:0px; height:0px; overflow:hidden;
}