* {
    margin: 0;
    padding: 0;
}

ul, li {
    list-style: none;
}

a {
    color: #fff;
    text-decoration: none;
}

body {
    font-size: 16px;
    font-family: 'Micorsoft Yahei';
    color: #ffffff;
    background: url(../images/bg.jpg) center repeat-y;
}

.banner {
    width: 100%;
    height: auto;
    overflow: hidden;
}

.banner img {
    position: relative;
    left: 50%;
    transform: translateX(-50%);
}

.w1200 {
    /* position: relative; */
    width: 1200px;
    /* z-index: 9; */
    margin: 0 auto;
}

.cutdown {
    position: absolute;
    right: 0;
    top: 0;
    display: flex;
    align-items: center;
}

.cutdown>span {
    font-size: 24px;
    font-weight: bold;
}

#countdown {
    display: flex;
}

#countdown div {
    width: 64px;
    height: 66px;
    background: url("../images/countbg.png") no-repeat center center;
    display: flex;
    flex-direction: column;
    margin-left: 10px;
    align-items: center;
    justify-content: space-between;
    padding: 2px 0 5px 0;
    box-sizing: border-box;
}

#countdown div .time-item {
    font-size: 32px;
    font-weight: bold;
    font-family: 'Arial';
}

.introduction {
    margin-top: -40px;
    padding-bottom: 40px;
    position: relative;
}

.tit-intro {
    margin-bottom: 30px;
}

.intro-info h2 {
    font-size: 24px;
    font-weight: bold;
    margin-bottom: 10px;
}

.intro-info p {
    line-height: 2;
}

.intro-info p a {
    color: #ffffff;
}

.intro-info p a span {
    color: #2c66ff;
}

.entrance {
    padding-top: 40px;
    height: 800px;
    margin-bottom: 40px;
    background: url("../images/jx-bg.png") no-repeat bottom center;
}

.tit-enter {
    position: relative;
    top: -20px;
    text-align: center;
}

.entranceList {
    height: calc(100% - 110px);
    padding: 20px 0;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.entranceTop {
    display: flex;
    justify-content: space-between;
    padding: 0 300px;
    box-sizing: border-box;
}

.entranceBottom {
    display: flex;
    justify-content: space-between;
    padding: 0 90px;
    box-sizing: border-box;
}

.videoWrap {
    background: rgba(4, 102, 255, 0.08);
    padding: 40px 0;
    box-sizing: border-box;
}

.yhty .videoWrap {
    background: none;
}

.tit {
    position: relative;
    margin-bottom: 40px;
    font-size: 40px;
    font-weight: bold;
    text-align: center;
    background: url("../images/tit-bg.png") no-repeat center center;
}

.tit-big {
    background: url("../images/tit-bgtop.png") no-repeat center center;
    margin-top: -40px;
    padding-bottom: 30px;
    z-index: 99;
    margin-bottom: 20px;
}

.videoLists {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px 30px;
}

.videoli {
    position: relative;
    overflow: hidden;
}

.videoli img {
    width: 100%;
    height: auto;
    object-fit: cover;
    vertical-align: top;
}

.videoli p {
    width: 100%;
    height: 50px;
    padding-top: 10px;
    box-sizing: border-box;
    overflow: hidden;
    font-size: 16px;
    line-height: 20px;
    word-break: break-all;
    text-overflow: -o-ellipsis-lastline;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
}

.videoli span {
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -30px;
    transform: translateY(calc(-50% - 25px));
    width: 60px;
    height: 60px;
    background: url("https://www.chinatruck.org/statics/fxxl/2022/images/v-icon.png") no-repeat center center;
    background-size: contain;
}

.videoli a {
    color: #ffffff;
}

.videoli a:hover img {
    transform: scale(1.06);
    transition: transform 6s cubic-bezier(0.23, 1, 0.32, 1);
}

.newsWrap {
    padding: 40px 0;
    box-sizing: border-box;
}

.newsLists {
    width: 100%;
}

.newsLists ul {
    display: grid;
    grid-template-columns: repeat(2, 50%);
    gap: 20px;
}

.newsLists ul li {
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    background: url("../images/newsIcon.png") no-repeat left center;
    padding-left: 40px;
    box-sizing: border-box;
}

.newsLists ul li a {
    color: #ffffff;
}

.newsLists ul li a:hover {
    color: #2c66ff;
}

.brandWrap {
    background: rgba(4, 102, 255, 0.08);
    padding: 40px 0;
    box-sizing: border-box;
}

.brandList ul {
    display: grid;
    grid-template-columns: repeat(7, 1fr);
    gap: 20px;
}

.brandList ul li {
    overflow: hidden;
    background: #ffffff;
    text-align: center;
}

.brandList ul li a {
    display: block;
}

.brandList ul li img {
    width: auto;
    height: 60px;
    object-fit: cover;
    vertical-align: top;
}

.pages_fk_con {
    padding: 40px 100px 30px 100px;
    box-sizing: border-box;
    background: #ffffff;
}

.lastPic {
    width: 100%;
    height: 360px;
    background: rgba(4, 102, 255, 0.08);

}

.swiper {
    width: 100%;
    height: 100%;
}

.swiper-slide {
    width: 700px;
    height: 280px;
    padding: 0 40px;
    text-align: center;
    font-size: 18px;
    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: center;
    align-items: center;

}

.swiper-slide img {
    display: block;
    width: 700px;
    height: 280px;
    object-fit: cover;
}

.swiper-pagination {
    width: 420px;
    padding: 30px 0;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    background: rgba(44, 102, 255, 0.08);
    font-size: 16px;
    font-weight: bold;
}

.swiper-pagination-bullet {
    width: 100%;
    text-align: center;
    font-size: 16px;
    color: #fff;
    opacity: 1;
}

.swiper-pagination-bullet {
    border-radius: 0;
    color: #fff;
    background: none;
    opacity: .6;
    height: auto;
}

.swiper-pagination-bullet i {
    font-style: normal;
}

.swiper-pagination-bullet-active {
    color: #fff;
    opacity: 1;
}

.swiper-pagination-vertical.swiper-pagination-bullets, .swiper-vertical>.swiper-pagination-bullets {
    right: 0;
    top: 0;
    height: 360px;
    transform: translate3d(0px, 0, 0);
}

.swiper-pagination-vertical.swiper-pagination-bullets .swiper-pagination-bullet, .swiper-vertical>.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0;

}


.swiper-pagination span:nth-child(1) i::before {
    content: "八";
}

.swiper-pagination span:nth-child(2) i::before {
    content: "七";
}

.swiper-pagination span:nth-child(3) i::before {
    content: "六";
}

.swiper-pagination span:nth-child(4) i::before {
    content: "五";
}

.swiper-pagination span:nth-child(5) i::before {
    content: "四";
}

.swiper-pagination span:nth-child(6) i::before {
    content: "三";
}

.swiper-pagination span:nth-child(7) i::before {
    content: "二";
}

.swiper-pagination span:nth-child(8) i::before {
    content: "一";
}

.footer {
    color: #fff;
    text-align: center;
    line-height: 1.8;
    padding: 40px 0;
}

.proinfo {
    width: 100%;
    height: auto;
    padding: 30px;
    box-sizing: border-box;
    overflow: hidden;
    background: url(../images/xq-bg.png) no-repeat center top;
    background-size: 100% 100%;
    display: flex;
    justify-content: space-between;
    margin-bottom: 40px;
}

.pro-tit {
    position: relative;
    top: 10px;
    width: 100%;
    height: 74px;
    line-height: 64px;
    padding-bottom: 10px;
    box-sizing: border-box;
    font-size: 40px;
    font-weight: bold;
    text-align: center;
    background: url("../images/tit-xq.png") no-repeat center center;
}

.infoleft {
    display: flex;
    flex-direction: column;
/*    justify-content: space-between;*/
    width: 500px;
    flex: 0 0 auto;
}



.infoleft .proImg {
    font-size: 26px;
    font-weight: bold;
    text-align: center;
    color: #fff;
}

.infoleft .proImg a {
    color: #fff;
}

.infoleft .proImg a img {
    width: 100%;
    height: 333px;
    vertical-align: top;
    object-fit: cover;
    margin-bottom: 10px;
}

.infoleft .proVideo {
    position: relative;
}

.infoleft .proVideo a img {
    width: 100%;
    height: 281px;
    vertical-align: top;
    object-fit: cover;
    margin-top: 10px;
}

.inforight {
    flex: 1;
    padding-left: 40px;
    line-height: 1.8;
    display: flex;
    flex-direction: column;
    overflow: hidden;
}

.infotext {
    margin-bottom: 20px;
}

.infotext h2 {
    font-size: 24px;
    margin-bottom: 5px;
}

.infotext a span {
    color: #2c66ff;
}

.tit-recom {
    width: 100%;
    height: 50px;
    background: url("../images/tit-ly.png") no-repeat 20px 5px;
    font-size: 30px;
    font-weight: bold;
    color: #fff;
    margin-bottom: 10px;
}

.total {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
}

.total .num {
    display: flex;
    align-items: center;
    font-size: 18px;
    margin-top: 20px;
}

.total .num span {
    font-size: 40px;
    font-weight: bold;
    color: #ffeac5;
    margin-right: 5px;
}

.total .btn {
    width: 100%;
    display: flex;
    justify-content: space-around;
    margin-top: 30px;
    font-size: 24px;
    font-weight: bold;
    text-align: center;
}

.total .btn a {
    width: 200px;
    height: 60px;
    line-height: 60px;
    border-radius: 5px;
    background: #ffeac5;
    color: #000354;
    cursor: pointer;
}

.total .btn a:nth-child(2) {
    background: #2c66ff;
    color: #ffffff;
}

.proVideo a span {
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -30px;
    transform: translateY(-50%);
    width: 60px;
    height: 60px;
    background: url("https://www.chinatruck.org/statics/fxxl/2022/images/v-icon.png") no-repeat center center;
    background-size: contain;
}


.proinfo2 .total .btn {
    justify-content: space-between;
}

.proinfo2 .total .num {
    margin-top: 20px;
}


.proVlist {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 30px;
}

.proitem {
    box-sizing: border-box;
    background: rgba(4, 102, 255, 0.1);
}

.proitem a {
    position: relative;
    display: flex;
    justify-content: space-between;
}

.proitem img {
    width: 280px;
    height: 187px;
    object-fit: cover;
    vertical-align: top;
}

.proitem a>span {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(calc(-50% - 160px), -50%);
    width: 60px;
    height: 60px;
    background: url("https://www.chinatruck.org/statics/fxxl/2022/images/v-icon.png") no-repeat center center;
    background-size: contain;
}

.vtext {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding: 20px;
    align-items: end;
}

.vtext p {
    font-size: 20px;
    line-height: 1.6;
}

.vtext>span {
    width: 100px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    background: #1239ad;
    color: #ffffff;
}

.pronewsWrap {
    box-sizing: border-box;
    background: rgba(4, 102, 255, 0.1);
}

.rightside {
    position: fixed;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    z-index: 10002;
}

.rightside a.ryc {
    display: block;
    position: fixed;
    right: 0;
    top: 107px;
    width: 100%;
    height: 50px;
}

.rightside a {
    display: block;
    position: fixed;
}


.rightside a.brand {
    right: 0;
    top: 107px;
    width: 100%;
    height: 50px;
}

.rightside a.dxj {
    right: 0;
    top: 160px;
    width: 100%;
    height: 60px;
}

.rightside a.ryc {
    right: 0;
    top: 217px;
    width: 100%;
    height: 47px;
}

.rightside a.xny {
    right: 0;
    top: 273px;
    width: 100%;
    height: 47px;
}

.rightside a.lbj {
    right: 0;
    top: 328px;
    width: 100%;
    height: 47px;
}

.rightside a.top {
    right: 0;
    top: 400px;
    width: 100%;
    height: 60px;
}

.prolist {
    display: flex;
    justify-content: space-between;
    padding-bottom: 20px;
    padding-top: 40px;
}

.prolist .total .num {
    margin-top: 20px;
}

.pronewList {
    padding-bottom: 20px;
}

.inforight ul li {
    font-size: 18px;
    line-height: 2;
    width: 100%;
    height: auto;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.inforight ul li a:hover {
    color: #2c66ff;
}

.proDel:nth-child(2n+1) {
    background: rgba(44, 102, 255, 0.08);
}

.proWrap .tit {
    margin-bottom: 0;
    font-size: 34px;
    font-weight: bold;
    text-align: center;
    background: url("../images/tit-bg1.png") no-repeat center center;
}

.proWrap:nth-child(2n) {
    padding-top: 30px;
}

.proryWrap .proDel:nth-child(2n) {
    background: rgba(44, 102, 255, 0.08);
}

.proryWrap .proDel:nth-child(2n+1) {
    background: none;
}

.nav {
    width: 100%;
    height: auto;
    margin-top: -20px;
    padding-bottom: 20px;
    position: relative;
}

.nav ul {
    display: flex;
    flex-wrap: wrap;
/*    justify-content: space-between;*/
}


.nav ul li {
    text-align: center;
/*    width: 100%;*/
    padding: 0 10px;
    margin-bottom:15px;
    height: 54px;
    line-height: 54px;
    font-size: 24px;
    background: url(../images/nav-bg.png) repeat center center;
    cursor: pointer;
    margin-right: 15px;
}

.nav ul li  a{
    display: block;
}

.nav ul li:last-child {
    margin-right: 0;
}

.nav ul li:hover {
    background: url(../images/navon-bg.png) repeat center center;
    color: #000151;
}

.nav ul li:hover a {
    color: #000151;
}

.nav ul li.on {
    background: url(../images/navon-bg.png) repeat center center;
    color: #000151;
}

.nav ul li.on a {
    color: #000151;
}

.lisecond {
    display: none;
}

.nav ul li.on>.lisecond {
    display: block;
    position: absolute;
    left: 50%;
    top: 80px;
    font-size: 18px;
    font-weight: bold;
    transform: translateX(-50%);
    width: 1200px;
    text-align: left;
}

.nav ul li.on>.dh-fdj{
    top: 140px;
}

.nav ul li.on .lisecond a {
    display: inline-block;
    height: 45px;
    line-height: 45px;
    border: 1px solid #ffeac5;
    text-align: center;
    padding: 0 20px;
    color: #ffeac5;
    margin-right: 10px;
    background: #1239ad;
}

.nav ul li.on .lisecond a.active {
    background-color: #ffeac5;
    color: #000151;
}

.nav ul li.on>.lisecond a:hover {
    background-color: #ffeac5;
    color: #000151;
}

.nav-pt {
    padding-bottom: 100px;
}

.navtop {
    position: fixed;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    margin-top: 0;
    z-index: 9999;
    width: 100%;
    background: #1239ad;
    padding-top: 10px;
}

.tp-sucess {
    position: fixed;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 260px;
    height: 150px;
    padding: 20px;
    box-sizing: border-box;
    border-radius: 5px;
    background: rgba(4, 102, 255, 0.8);
    border: 1px solid #2c66ff;
    color: #ffffff;
    z-index: 10000;
    text-align: center;
    line-height: 110px;
}