* {
    margin: 0;
    padding: 0;
}

ul, li {
    list-style: none;
}

a {
    color: #222222;
    text-decoration: none;
}

img {
    display: block;
}


body {
    background: #f8f8f8;
    color: #222222;
    font-size: 16px;
}

@font-face {
    font-family: "iconfont";
    /* Project id 4830663 */
    src: url('https://at.alicdn.com/t/c/font_4830663_6y6x5d0c8rj.woff2?t=1740364023684') format('woff2'),
        url('https://at.alicdn.com/t/c/font_4830663_6y6x5d0c8rj.woff?t=1740364023684') format('woff'),
        url('https://at.alicdn.com/t/c/font_4830663_6y6x5d0c8rj.ttf?t=1740364023684') format('truetype');
}

.iconfont {
    font-family: "iconfont" !important;
    font-size: 16px;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.icon-zixun:before {
    content: "\e61d";
}

.icon-fanhuidingbu:before {
    content: "\e609";
}

.icon-weixin1:before {
    content: "\e62a";
}

.icon-trunk:before {
    content: "\e63c";
}

.right-btn {
    position: fixed;
    left: 50%;
    transform: translateX(-50%);
    bottom: 20px;
    z-index: 999;
}


#top {
    display: none;
    background: #ffffff;
    width: 60px;
    height: 60px;
    color: #000000;
    justify-content: center;
    align-items: center;
    cursor: pointer;
}


#top .iconfont {
    font-size: 30px;
}


.fk-right {
    display: block;
    cursor: pointer;
    display: flex;
    background: #ffffff;
    width: 60px;
    height: 60px;
    color: #000000;
    justify-content: center;
    align-items: center;
    margin-bottom: 10px;
}


.fk-right .iconfont {
    font-size: 30px;
}

.fk-right:hover .iconfont {
    color: #ff8300;
}

.container {
    min-width: 1400px;
    max-width: 1920px;
    display: flex;
    margin: 0 auto;
    position: relative;
}

.container-top {
    width: 100%;
    background: #ffffff;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 110;
}

.navtop {
    margin-left: auto;
    margin-right: auto;
    min-width: 1400px;
    max-width: 1920px;
    width: 100%;
    height: 80px;
    padding: 15px 10px;
    background: #ffffff;
    box-sizing: border-box;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.navtop a.logo {
    flex: 0 0 150px;
}

.navtop a.logo img {
    height: 50px;
    margin: 0 auto;
}

.search {
    border: 1px solid #1a75bc;
    height: 50px;
    box-sizing: border-box;
    background: #ffffff;
    width: 100%;
    flex: 0 1 auto;
    margin: 0 50px;
}

.search form {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    height: 100%;
}

.search form input[type="text"] {
    padding: 10px;
    height: 46px;
    /* cursor: pointer; */
    outline: none;
    border: 0 none;
    box-sizing: border-box;
    flex: 0 1 auto;
}

.search form button {
    width: 80px;
    border: none;
    background-color: #007bff;
    color: white;
    cursor: pointer;
    height: 100%;
    font-size: 16px;
}

.navtopad {
    flex: 0 0 auto;
}

.navtopad a img {
    height: 50px;
    width: 100%;
    object-fit: contain;
}

.navmsg {
    display: flex;
    justify-content: flex-end;
    position: relative;
    height: 100%;
    flex: 0 0 auto;
}

.navmsg a {
    display: flex;
    align-items: center;
    margin-left: 10px;
    height: 100%;
}

.navmsg a i {
    color: #222222;
    margin-left: 10px;
    margin-right: 5px;
    font-size: 20px;
}

.navmsg a:hover {
    color: #007bff;
}

.navmsg a:hover i {
    color: #007bff;
    margin-left: 10px;
    margin-right: 5px;
}


.ewm {
    display: none;
    width: 200px;
    height: auto;
    padding: 10px;
    background: #ffffff;
    position: absolute;
    right: -15px;
    top: 50px;
    box-sizing: border-box;
    font-size: 14px;
    color: #666666;
    box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.5);
}

.ewm img {
    width: 100%;
    margin-top: 5px;
}



.navmsg a:hover .ewm {
    display: block;
}


.container-main {
    margin-top: 90px;
    position: relative;
    width: 100%;
    height: auto;
}


.container-main .leftnav {
    position: fixed;
    background: #fff;
    height: 100%;
    width: 150px;
    box-sizing: border-box;
    border-radius: 3px;
    font-size: 16px;
    margin-left: 10px;
}


.container-main .leftnav ul {
    display: flex;
    flex-direction: column;
}

.container-main .leftnav ul li a {
    height: 48px;
    border-radius: 5px;
    display: flex;
    align-items: center;
    padding-left: 15%;
    margin-bottom: 1px;

}

.container-main .leftnav ul li i {
    width: 22px;
    height: 22px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-right: 3px;
}


.container-main .leftnav ul li a:hover {
    background: #007bff;
    border-radius: 3px;
}

.container-main .leftnav ul li:hover a {
    background: #007bff;
    color: #ffffff;
}


.container-main .leftnav ul li.on a {
    background-color: #007bff;
    color: #ffffff;
}

.container-main .leftnav ul li i:nth-child(2) {
    display: none;
}

.container-main .leftnav ul li:hover i:nth-child(1) {
    display: none;
}

.container-main .leftnav ul li:hover i:nth-child(2) {
    display: flex;
}


.container-main .leftnav ul li.on i:nth-child(1) {
    display: none;
}

.container-main .leftnav ul li.on i:nth-child(2) {
    display: flex;
}


.right-main {
    margin-left: 170px;
    padding-right: 80px;
}

.category-nav {
    background: #ffffff;
    font-size: 14px;
    margin-bottom: 15px;
}

.category-nav ul {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.category-nav ul li {
    flex: 1;
    display: flex;
    justify-content: center;
    padding: 20px 0;
}

.category-nav ul li a {
    display: flex;
    align-items: center;
    flex-direction: column;
}

.category-nav ul li a img {
    margin-right: 5px;
    height: 28px;
    margin-bottom: 5px;
}

.category-nav ul li a:hover {
    color: #007bff;
}

.pro-selectrecom {
    display: grid;
    grid-template-columns: auto 360px;
    gap: 10px;
    margin-bottom: 15px;
}

.pro-select {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    background: #ffffff;
    padding: 20px;
    box-sizing: border-box;
    width: 100%;
    overflow: hidden;
}


.pro-list {
    display: grid;
    grid-template-columns: 80px auto 30px;
    gap: 10px;
    align-items: center;
}

.pro-li ul {
    display: flex;
    justify-content: space-between;
}

.pro-li ul li {
    flex: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    overflow: hidden;
    padding: 0 8px;
    box-sizing: border-box;
}

.pro-ad {
    display: grid;
    grid-template-columns: repeat(1, fr);
    gap: 10px;
}

.pro-name {
    font-weight: bold;
}

.pro-li {
    width: 100%;
    overflow: hidden;
}

.pro-li p {
    color: #999999;
}

.pro-li p:first-child {
    font-size: 14px;
    margin-bottom: 5px;
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    text-align: center;
}

.pro-li p:last-child {
    font-size: 12px;
}

.pro-li p:last-child a {
    color: #999999;
    position: relative;
}

.pro-li p:last-child a:last-child {
    padding-left: 8px;
    margin-left: 7px;
}

.pro-li p:last-child a:last-child:before {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 1px;
    height: 12px;
    background-color: #999999;
}

.ad {
    width: 100%;
    overflow: hidden;
    margin-bottom: 15px;
    margin-top: 15px;
}

.ad img {
    width: 100%;
    height: auto;
}


.brandlist {
    width: 100%;
    height: auto;
    padding: 10px 0;
    background: #ffffff;
    margin-bottom: 15px;
    display: grid;
    grid-template-columns: auto 60px;
    font-size: 14px;
}

.brandlist>a {
    display: flex;
    justify-content: center;
    align-items: center;
}

.brandlist>a img {
    height: 10px;
    margin-left: 5px;
}

.brandlist ul {
    display: flex;
    justify-content: space-between;
}

.brandlist ul li {
    flex: 1;
}


.brandlist ul li a {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.brandlist ul li a img {
    height: 28px;
    margin-bottom: 5px;
}

.brandlist ul li a span {
    width: 100%;
    height: auto;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    text-align: center;
}


.swiper-lb {
    margin-bottom: 15px;
}

.swiper-lb img {
    width: 100%;
}

.focusimg {
    display: grid;
    grid-template-columns: 45% 25% auto;
    gap: 20px;
    width: 100%;
}

.focus-big, .focus-two a {
    position: relative;
    overflow: hidden;
}

.focus-big a p,
.focus-two a p {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 50px;
    line-height: 50px;
    background: rgba(0, 0, 0, .5);
    color: #ffffff;
    padding: 0 10px;
    box-sizing: border-box;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.focus-big a span,
.focus-two a span {
    position: absolute;
    left: 10px;
    top: 10px;
    background: url("../images/up-icon.png") no-repeat center center;
    background-size: contain;
    width: 40px;
    height: 40px;
    content: "";
}


.focusimg-xnysingle {
    grid-template-columns: 45% auto;
}

.focusimg-xnysingle .focus-two {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
}

.focusimg {
    background-color: #f8f8f8;
}


.focusimg-xny {
    background: linear-gradient(to bottom, #dfffe3, #f2fcf3, #f8f8f8);
}

.focusimg-xny .focus-big a,
.focusimg-xny .focus-two a {
    position: relative;
}


.focusimg-xnysingle .focus-big a::after {
    content: "";
    position: absolute;
    left: 10px;
    top: 10px;
    background: url("../images/up-icon.png") no-repeat center center;
    background-size: contain;
    width: 40px;
    height: 40px;
    content: "";
}


.focusimg-xny .focus-big a::before,
.focusimg-xny .focus-two a::before {
    position: absolute;
    content: "新能源";
    right: 0;
    top: 0;
    width: 55px;
    height: 26px;
    line-height: 26px;
    background-color: #03d61f;
    color: #ffffff;
    font-size: 14px;
    border-top-left-radius: 2px;
    border-bottom-left-radius: 2px;
    text-align: center;
}


.focus-big a {
    display: block;
    height: 100%;
}

.focus-big a img {
    width: 100%;
    height: 100%;
    aspect-ratio: 16/9;
    object-fit: cover;
}

.focus-two {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    gap: 20px;
}

.focus-two a img {
    width: 100%;
    height: auto;
    aspect-ratio: 16/9;
    object-fit: cover;
}

.focus-news {
    width: 100%;
    height: auto;
    padding: 5px 20px 5px 0;
    box-sizing: border-box;
    overflow: hidden;
}

.focus-news ul {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
    text-align: left;
}

.focus-news ul li {
    width: 100%;
    height: auto;
    overflow: hidden;

}

.focus-news ul li a {
    display: block;
    width: 100%;
    height: auto;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 16px;
}


.focus-news ul li a:hover {
    color: #666666;
}


.focus-news ul li a span {
    font-size: 20px;
    font-weight: bold;
    color: #999999;
    font-style: italic;
    margin-right: 10px;
}

.focusimg-xny .focus-news ul li:first-child a span,
.focusimg-xny .focus-news ul li:nth-child(2) a span,
.focusimg-xny .focus-news ul li:nth-child(3) a span {
    color: #03d61f;
    position: relative;
    z-index: 2;
}

.focus-news ul li:first-child a span::before,
.focus-news ul li:nth-child(2) a span::before,
.focus-news ul li:nth-child(3) a span::before {
    position: absolute;
    content: "";
    right: -5px;
    bottom: 5px;
    width: 10px;
    height: 4px;
    background-color: #c5f6cb;
    z-index: -1;
}

.mySwiper3 .swiper-pagination {
    position: relative;
    bottom: 0;
}

.mySwiper3 .swiper-pagination-bullet {
    width: 100px;
    height: 6px;
    border-radius: 0;
}


.mySwiper3 .swiper-pagination-bullet-active {
    animation: myfirst 2s;
    -moz-animation: myfirst 2s;
    /* Firefox */
    -webkit-animation: myfirst 2s;
    /* Safari 和 Chrome */
    -o-animation: myfirst 2s;
}


@keyframes myfirst {
    from {
        width: 10px;
    }

    to {
        width: 100px;
    }
}

@-moz-keyframes myfirst

/* Firefox */
    {
    from {
        width: 10px;
    }

    to {
        width: 100px;
    }
}

@-webkit-keyframes myfirst

/* Safari 和 Chrome */
    {
    from {
        width: 10px;
    }

    to {
        width: 100px;
    }
}

@-o-keyframes myfirst

/* Opera */
    {
    from {
        width: 10px;
    }

    to {
        width: 100px;
    }
}

.swiper-slide {
    text-align: center;
    font-size: 16px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: flex-start;
    align-items: flex-start;
}

.carvideolist {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 10px 20px;
    font-size: 16px;
    padding: 10px;
    background: #ffffff;
}

.carvideolist li a{
    display: block;
}

.video-img {
    width: 100%;
    height: auto;
    position: relative;

}

.video-img img {
    width: 100%;
    height: auto;
    aspect-ratio: 16/9;
    object-fit: cover;
}

.video-img span {
    position: absolute;
    right: 5px;
    bottom: 5px;
    padding: 0 5px;
    border-radius: 2px;
    background-color: rgba(0, 0, 0, .8);
    color: #ffffff;
    font-size: 12px;
}

p.bt {
    display: -webkit-box !important;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    /* 限制显示的行数 */
    overflow: hidden;
    text-overflow: ellipsis;
    height: 3.2em;
    line-height: 1.6;
    margin-top: 5px;
    margin-bottom: 5px;
}

a:hover p.bt {
    color: #666666 !important;
}

.carvideolist li a p.bt {
    text-align: left;
    line-height: 1.6;
    padding: 5px 0;
}

.carvideolist li a p:last-child {
    display: flex;
    justify-content: space-between;
    font-size: 14px;
    color: #999999;

}


.carvideolist li a .video-img {
    position: relative;
}

.carvideolist li a .video-img::before {
    position: absolute;
    content: "";
    width: 30px;
    height: 30px;
    background: url("../images/up-icon.png") no-repeat center center;
    background-size: contain;
    left: 10px;
    top: 10px;
}

.carproLists li a .video-img::before {
    display: none;
}

.carvideolist li a p:last-child span:first-child {
    position: relative;
    padding-left: 20px;
}

.carvideolist li a p:last-child span:first-child::before {
    position: absolute;
    left: 0;
    top: 0;
    content: "";
    width: 20px;
    height: 20px;
    background: url("../images/index/eye-icon.png") no-repeat center center;
    background-size: contain;
}

.swiper-nav {
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 70px;
    line-height: 70px;
}

.swiper-nav span {
    font-size: 26px;
    font-weight: bold;
}

.swiper-nav>a {
    font-size: 12px;
}

.swiper-nav>a i {
    display: inline-block;
    width: 8px;
    height: 8px;
    background: url("../images/index/more-1.png") no-repeat center center;
    background-size: contain;
    margin-left: 5px;
}

.swiper-nav span,
.swiper-nav>a {
    flex: 0 0 auto;
}

.customNav {
    display: flex;
    align-items: center;
    flex: 0 1 auto;
    padding-left: 30px;
}

.customNav li {
    border: 1px solid #eeeeee;
    height: 30px;
    line-height: 30px;
    margin-right: 10px;
    background: #ffffff;
}

.customNav li.active {
    background-color: #007bff;
    color: #ffffff;
}

.customNav li.active a {
    color: #ffffff;
}

.customNav li a {
    display: block;
    padding: 0 10px;
}

.customNav li a:hover {
    background-color: #007bff;
    color: #ffffff;
}

.newsswiper {
    height: calc(100% - 70px);
}

.newsWrap {
    display: grid;
    grid-template-columns: 75% auto;
    gap: 20px;
}

.newsimgList {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
    font-size: 16px;
    padding: 15px;
    background: #ffffff;
    height: 100%;
    box-sizing: border-box;
}

.xnynewsList {
    grid-template-columns: repeat(5, 1fr);
}

.newsimgList li a .video-img {
    width: 100%;
    height: auto;
    position: relative;
}

.newsimgList li a .video-img img {
    width: 100%;
    height: auto;
    aspect-ratio: 3/2;
    object-fit: cover;
}

.newsimgList li a p.bt {
    text-align: left;
    line-height: 1.6;
}

.newsimgList li>p {
    display: flex;
    justify-content: space-between;
    font-size: 14px;
    color: #999999;
}

.newsimgList li>p a {
    color: #999999;
}

.recommenVideo {
    background: #ffffff;
    padding: 15px;
    display: grid;
    gap: 10px;
}

.recommenVideo li a {
    display: grid;
    grid-template-columns: 100%;
}

.recommenVideo li {
    position: relative;
}

.recommenVideo li::before {
    position: absolute;
    content: "";
    width: 30px;
    height: 30px;
    background: url("../images/up-icon.png") no-repeat center center;
    background-size: contain;
    left: 10px;
    top: 10px;
    z-index: 999;
}


.recommenVideo li a p:last-child {
    display: flex;
    justify-content: space-between;
    color: #999;
}

.recommenVideo li a p:last-child span:first-child {
    position: relative;
    padding-left: 20px;
}

.recommenVideo li a p:last-child span:first-child::before {
    position: absolute;
    left: 0;
    top: 0;
    content: "";
    width: 20px;
    height: 20px;
    background: url("../images/index/eye-icon.png") no-repeat center center;
    background-size: contain;
}

.newsWrap .car-lists {
    margin-bottom: 0;
}

.carproLists {
    grid-template-columns: repeat(5, 1fr);
}

.carproLists li a p:last-child {
    color: #222222;
    font-size: 16px;
}

.carproLists .video-img {
    width: 100%;
    height: calc(100% * 2 / 3);
}

.carproLists .video-img img {
    width: 100%;
    height: 100%;
    aspect-ratio: 3/2;
    object-fit: cover;
}

.zycfdlink {
    display: grid;
    grid-template-columns: auto 30%;
    gap: 20px;
}

.feedback {
    padding: 20px;
    background: #ffffff;
}

.sy-links {
    padding: 20px;
    background: #ffffff;
    display: flex;
    flex-wrap: wrap;
    height: calc(100% - 70px);
    box-sizing: border-box;
}

.sy-links a {
    padding: 0 15px;
    height: 44px;
    line-height: 44px;
    background-color: #f5f5f5;
    margin-bottom: 10px;
    margin-right: 10px;
}

.sy-links a:hover {
    color: #666666;
}

.pages_fk_con {
    padding: 20px 40px;
    background: #ffffff;
    height: calc(100% - 70px);
    box-sizing: border-box;
}

.pages_fk_con p {
    color: #999999;
    margin-bottom: 10px;
}

.footer-index {
    margin-bottom: 20px;
}

.footer-index ul {
    display: flex;
}

.footer-index ul li a {
    margin-right: 20px;
}

.footer-copy {
    line-height: 1.6;
    color: #999;
    text-align: center;
    padding-bottom: 20px;
    font-size: 14px;
}

.footer-copy p {
    display: flex;
    justify-content: center;
    align-items: center;
}

.footer-copy p a {
    padding: 0 10px;
    color: #999999;
    display: flex;
    justify-content: center;
    align-items: center;
}

.footer-copy p img {
    display: inline-block;
    width: 16px;
    margin-left: 10px;
    margin-right: 10px;
}