@font-face {
    font-family: "iconfont";
    /* Project id 4120063 */
    src: url('https://at.alicdn.com/t/c/font_4120063_t4llvp206j.woff2?t=1718690362906') format('woff2'),
        url('https://at.alicdn.com/t/c/font_4120063_t4llvp206j.woff?t=1718690362906') format('woff'),
        url('https://at.alicdn.com/t/c/font_4120063_t4llvp206j.ttf?t=1718690362906') format('truetype');
}

.iconfont {
    font-family: "iconfont" !important;
    font-size: 16px;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.icon-dianhua:before {
    content: "\e636";
}

.icon-shipin:before {
    content: "\e650";
}

.el-carousel__item h3 {
    color: #475669;
    font-size: 14px;
    opacity: 0.75;
    line-height: 150px;
    margin: 0;
}

.el-carousel__item:nth-child(2n) {
    background-color: #99a9bf;
}

.el-carousel__item:nth-child(2n+1) {
    background-color: #d3dce6;
}

.swiper-cont {
    display: grid;
    grid-template-columns: 470px 390px auto;
    gap: 20px;
}

.jxsswiper {
    width: 470px;
    height: auto;
    overflow: hidden;
}

.jxsswiper img {
    width: 100%;
    aspect-ratio: 3/2;
    object-fit: cover;
}

.swiper-slide p {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 40px;
    line-height: 40px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    padding: 0 10px;
    box-sizing: border-box;
    background: rgba(0, 0, 0, 0.6);
    color: #ffffff;
    text-align: center;
}

.newsmid {
    padding: 10px;
    box-sizing: border-box;
    border: 1px solid #e3e3e3;
}

.newsmid ul {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.newsmid ul li {
    width: 100%;
    height: auto;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.newsmid ul li a {
    color: #666;
}

.videojxs-right ul {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.videojxs-right ul li a {
    display: flex;
    justify-content: space-between;
    position: relative;
}

.videojxs-right ul li a img {
    width: 120px;
    aspect-ratio: 16/9;
    margin-right: 5px;
}

.videojxs-info {
    display: flex;
    flex-flow: column;
    justify-content: space-between;
}

.videojxs-info p {
    font-size: 12px;
    color: #333;
    height: 40px;
    line-height: 20px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    word-break: break-all;
}

.videojxs-info>span {
    font-size: 12px;
    position: relative;
    top: -2px;
    color: rgba(96, 99, 122, 0.6);
}

.videojxs-right ul li a i {
    position: absolute;
    left: 0;
    bottom: 0;
    color: #ffffff;
    font-size: 12px;
    background: #333;
    padding: 2px 3px;
    box-sizing: border-box;
    text-align: center;
}

.el-image {
    width: 100%;
    aspect-ratio: 3/2;
    object-fit: cover;
}

.tit {
    width: 100%;
    height: 40px;
    line-height: 40px;
    margin-bottom: 10px;
    border-bottom: 3px solid #e3e3e3;
    box-sizing: border-box;
}

.tit span {
    position: relative;
    height: 40px;
    display: inline-block;
    font-size: 18px;
    font-weight: bold;
}

.tit span::before {
    position: absolute;
    content: "";
    left: 0;
    bottom: 0;
    width: 100%;
    height: 3px;
    background: #23789f;
}

.city {
    width: 100%;
    height: auto;
    overflow: hidden;
    display: flex;
}

.city label {
    color: #999999;
    padding: 2px 0;
}

.city-lists {
    display: flex;
    flex-wrap: wrap;
    flex: 1;
}

.city-lists span, .city-lists a {
    padding: 2px 8px;
    cursor: pointer;
    margin-right: 10px;
    margin-bottom: 10px;
}

.city-lists span.on, .city-lists a.on {
    background: #23789f;
    color: #ffffff;
}

.right-cont {
    width: 960px;
    float: right;
}

.jxs-listsright {
    width: 100%;
    height: auto;
    overflow: hidden;
}


.jxs-listsright ul {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
    margin-bottom: 10px;
}

.jxs-listsright ul li {
    border: 1px solid #e3e3e3;
    padding: 10px 0 0 0;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.dealer-img {
    padding: 0 10px;
    box-sizing: border-box;
    display: grid;
    grid-template-columns: 170px auto;
    line-height: 1.6;
}

.dealer-img img {
    width: 150px;
    aspect-ratio: 3/2;
    object-fit: cover;
    margin-right: 10px;
    border: 1px solid #e3e3e3;
}

.dealer-info {
    line-height: 2;
    color: #666666;
    padding-top: 10px;
    padding: 10px 10px 0 10px;
    box-sizing: border-box;
}

.dealer-info span {
    color: #333333;
}

.dealer-tel {
    padding: 0 10px;
    border-top: 1px solid #e3e3e3;
    line-height: 40px;
    color: #de3133;
}

.dealer-tel i {
    color: #de3133;
}

.dealer-tel span {
    margin-right: 10px;
    color: #333333;
}

.jxs-products ul {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 10px 20px;
}

.jxs-products ul li {
    text-align: center;
}

.jxs-products ul li a img {
    width: 100%;
    aspect-ratio: 3/2;
    object-fit: cover;
}

.jxs-products ul li a p {
    width: 100%;
    height: auto;
    line-height: 24px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    word-break: break-all;
    margin-top: 5px;
}

.jxs-products ul li a span {
    display: block;
    color: #de3133;
    margin-top: 5px;
}

.dealer-lists {
    position: relative;
}

.jxs-cityleft {
    float: left;
    border: 1px solid #e3e3e3;
    flex: 1;
    margin-right: 20px;
    display: flex;
    justify-content: space-between;
    z-index: 99;
    background: #ffffff;
    width: 200px;

}

.jxs-cityleftfixed {
    position: fixed;
    top: 0;
}

.word {
    flex: 0 0 auto;
    width: 30px;
    display: flex;
    flex-direction: column;
    border-right: 1px solid #e3e3e3;
}

.word a {
    display: block;
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    margin-bottom: 5px;
}

.word a.on {
    background: #23789f;
    color: #ffffff;
}

.citylists {
    flex: 1;
    margin-left: 20px;
    margin-right: 5px;
    height: 100%;
    overflow-y: scroll;
}

.citylists .city-one ul li {
    border-bottom: 1px solid #e3e3e3;
}

.city-one {
    display: flex;
    justify-content: space-between;
    line-height: 40px;
}

.cityletter {
    flex: 0 0 auto;
    margin-right: 10px;
    font-weight: bold;
}

.city-one ul {
    flex: 1;
}

.dealerleft {
    float: left;

}

.all {
    width: 202px;
    height: 32px;
    line-height: 32px;
    background-color: #23789f;
    color: #ffffff;
    margin-bottom: 10px;
    text-align: center;
    cursor: pointer;
}

.all a {
    display: block;
    color: #ffffff;
}

.dealer-name {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.dealer-name p a {
    color: #333333;
}

.dealerbtn {
    display: block;
    width: 110px;
    line-height: 32px;
    font-size: 14px;
    color: #fff;
    border-radius: 2px;
    background: #23789f;
    cursor: pointer;
    text-align: center;
}

.null img {
    width: 600px;
    margin: 15px auto;
}

.see-all a {
    color: #999999;
    border: 1px solid #e3e3e3;
    width: 200px;
    display: block;
    height: 30px;
    line-height: 30px;
    margin: 20px auto;
    background: #ececef;
    text-align: center;
    cursor: pointer;
}

.selected-dealer {
    border: 1px solid #e3e3e3;
    width: 200px;
    height: 30px;
    line-height: 32px;
    margin-bottom: 10px;
    text-align: center;
    color: #999999;
}

.selected-dealer a {
    color: #999;
}

.selected-dealer a span {
    color: #333;
}

.selected-dealer i {
    margin-left: 5px;
}