@charset "utf-8";
/* 中招直通车PC端 2025版覆盖CSS */

body{ 
    --nav-height: 50px;
    --main-wrap-width: 1200px;
    --main-width: 1158px;
    background-image: linear-gradient(180deg, #70B2FD, #F3F9FF 500px);
 }
.top { background-image:url(../images/2025/header_bg.png); background-repeat: no-repeat; background-position: center bottom; background-size: 946px auto;}
.nav { height: var(--nav-height); background-image: linear-gradient(90deg, #3092FD 28%, #43C3FE 88%);width:auto; margin-bottom:20px;}
.nav .nav-ct { height: var(--nav-height);line-height:var(--nav-height); }
.nav .nav-ct .nav-item { height: var(--nav-height);line-height:var(--nav-height); }
.nav .nav-ct .nav-item, .nav .nav-ct .nav-item>a { color: #fff; }

.main-row { width: var(--main-width); margin: 0 auto; }
.sup-slide { overflow: hidden; position: relative; }
.radius { border-radius: 4px;overflow:hidden; }
.gg-2-3 { display:flex; justify-content: space-between; }
.gg-2-3 .left { width:277px; height:135px; }
.no-image-block {
    display:flex;
    align-items: center;
    background-image: linear-gradient(133deg, #3D92FF 26%, #64C4FF 89%);
    padding: 1em 1.5em;box-sizing: border-box;
    color: #fff;
    font-size: 22px;
    font-weight: bold;
    white-space: normal;
}
.gg-2-3 .left .no-image-block {
    width: 100%; height:135px; 
}
.xwtx-slide .no-image-block{ width:100%; height:100%; }
.gg-2-3 .right { width:calc(100% - 20px - 277px); height:135px;display: flex;flex-direction: column; justify-content: space-between; }
.gg-2-3 .right .sup-slide {
    height: calc( (135px - 10px) / 2 );
}
.gg-2-3 .right .sup-slide li {
    display:flex;
    flex-wrap: nowrap;
    justify-content: space-between;
}
.gg-2-3 .right .sup-slide li>a { 
    /* width:calc( (100% - 40px) / 3)  */
    margin-right:6px;
}
.gg-2-3 .right .sup-slide li>a img { width:100%;height:100%; }
.title2 span.title-2-8 { background-image: url(../images/2025/icon-8.png) }
.xwtx-slide,
.xwtx-slide .bd,
.xwtx-slide .bd ul,
.xwtx-slide .bd ul>li { height:100%;}
a.no-image-block:hover { color:#F3F9FF;}
.xwtx-slide .bd a img { max-width: 100%;}
.gg-xiaohui>ul>li>a{ 
    font-size:0; /*padding-left:14px;padding-right:14px;*/
    flex-shrink: 1;flex-grow: 0;
    max-width:calc( 100% / 9 );
    box-sizing: border-box;}
.gg-xiaohui>ul>li>a img{ max-width: 100%; }

.sup-slide-type-1 {}
.sup-slide-type-1 .hd{
    position: absolute;
    bottom:6px;
    left:0;
    right:0;
}
.sup-slide-type-1 .hd ul {
    text-align: center;
}
.sup-slide-type-1 .hd ul li{
    display:inline-block;
    width:16px;
    height:16px;
    margin-right:0.5em;
    border:none;
    border-radius: 100%;
}
.gg-2 li, .gg-6 li{
    display: flex;
    justify-content: space-between;
}