
.topbar--sticky {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    box-shadow: 0 0 5px rgba(0, 0, 0, .2);
    z-index: 900;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
}

.topbar--sticky.topbar--sticky-anim {
    -webkit-transition: -webkit-transform linear .5s;
    transition: -webkit-transform linear .5s;
    -o-transition: -o-transform linear .5s;
    transition: transform linear .5s, -webkit-transform linear .5s, -o-transform linear .5s;

}

/*===============hot new begin==============================*/

.wei-hotNews-wrap {
    width: 1400px;
    margin: 0 auto;
    position: relative;
}

.wei-hotNews-wrap .hot-news-title {
    text-align: center;
    padding: 60px 0 25px;
    font-size: 50px;
    line-height: 57px;
    font-weight: 700;
}

.wei-hotNews-wrap .hot-news-title a {
    /* color: #e60012; */
    color: #595757;
}

.wei-hotNews-wrap .hot-news-title a:hover {
    color: #ff0000;
}

.hot-news-title a,
.wei-news a {
    white-space: nowrap;
}


.wei-hotNews-wrap .hot-news-wrap {
    background: url(../images/bg_zhuxi.jpg) left top no-repeat;
    overflow: hidden;
    height: 80px;
    padding-top: 30px;
    margin-bottom: 37px;
}

.wei-hotNews-wrap .hot-news-wrap .hot-news-more {
    display: block;
    width: 245px;
    margin-right: 25px;
    height: 80px;
    float: left;
    font-size: 0;
}

.wei-hotNews-wrap .hot-news-wrap .hot-news-list {
    overflow: hidden;
    float: left;
    width: 1120px;
    height: 62px;
}

.wei-hotNews-wrap .hot-news-wrap .hot-news-list li {
    width: 540px;
    margin-right: 20px;
    line-height: 27px;
    float: left;
    margin-bottom: 5px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.wei-hotNews-wrap .hot-news-wrap .hot-news-list li a {
    color: #333;
    font-size: 16px;
}

.wei-hotNews-wrap .hot-news-wrap .hot-news-list li a:hover {
    color: #e60012;
}


.txt-scroll {
    width: 540px;
    /*height: 30px;*/
    line-height: 31px;
}

.txt-scroll .scrollbox {
    width: 100%;
    white-space: nowrap;
    overflow: hidden;
    transition: all .2s;
}

.txt-scroll .txt,
.txt-scroll .txt-clone {
    display: inline;
    position: relative;
    margin-right: 40px;
}

/*===============scroll new end==============================*/

.scroll-news-wrap {
    width: 1400px;
    border: 1px solid #e5e5e5;
    height: 58px;
    line-height: 58px;
    margin: 0 auto 26px;
    padding-left: 8px;
    overflow: hidden;
    box-sizing: border-box;
    font-family: 'Microsoft YaHei';
}

.scroll-news-wrap.gg-news {
    padding-left: 0;
}

.scroll-news-wrap.gg-news .gg-news-title {
    background: url(../images/bg-gg.png) left center no-repeat;
    color: #fff;
    padding-left: 40px;
    width: 128px;
    float: left;
    box-sizing: border-box;
}

.scroll-news-wrap.gg-news .gg-news-title a {
    color: #fff;
}

.scroll-news-wrap.gg-news .scroll-news-list {
    width: 1250px;
    float: right;
    margin-right: 10px;
}

.scroll-news-wrap .scroll-news-list {
    overflow: hidden;
    width: 1330px;
    float: left;
    white-space: nowrap;
    font-size: 16px;
}

.scroll-news-wrap .scroll-news-list li {
    display: inline;
    background: url(../images/i-point.png) 0 10px no-repeat;
    padding-left: 10px;
    margin-right: 10px;
}

.scroll-news-wrap .scroll-news-more {
    color: #cfcfcf;
    display: block;
    width: 50px;
    font-size: 14px;
    float: right;
}

.addNewLay {
    width: 1400px;
    margin-bottom: 6px;
}

.addNewLay a {
    display: block;
}

.addNewLay a img {
    width: 100%;
    height: auto;
}

.layout-place {
    display: flex;
    gap: 25px;
    width: 1400px;
    overflow: hidden;
    margin: 0 auto;
}

.layout-place a {
    display: block;
    flex: 1;
}

.layout-place a img {
    width: 100%;
    height: auto;
}

/*===============hot new end==============================*/
/*===============layout begin==============================*/


.wei-layout {
    /*display: flex;*/
    width: 1400px;
    margin: 0 auto 20px;
}

.wei-layout:after, .wei-layout:before {
    content: " ";
    display: table;
}

.wei-layout:after, .clearfix:after {
    clear: both;
}

.wei-layout .title-wrap {
    display: flex;
    justify-content: space-between;
    line-height: 44px;
    margin-bottom: 14px;
    /*margin-bottom: 24px;*/
    /*border-bottom: 1px solid #C9DFF4;*/
}

.wei-layout .title-wrap a.title {
    /*display: inline-block;*/
    color: #111e36;
    border-top: 3px solid #e60012;
    padding: 8px 20px 0;
    /*color: #1479d7;*/
    font-size: 24px;
    font-weight: 700;
    /*height: 26px;*/
    /*border-bottom: 4px solid #0276DA;*/
}

.wei-layout .title-wrap a.more {
    font-size: 18px;
    font-weight: 400;
    margin-top: 15px;
    margin-right: 20px;
    height: 25px;
    line-height: 25px;
}

.wei-col-1 {
    /*flex: 1;*/
    float: left;
    width: 430px;
    margin-right: 55px;
    border: 1px solid #e5e5e5;
    box-sizing: border-box;
}

.wei-col-last {
    margin-right: 0;
}

.wei-adv-wrap {
    height: 113px;
    margin: 0 auto;
}

.wei-adv-wrap a img {
    width: 100%;
    height: 100%;
}

.wei-top-new {
    position: relative;
    margin-bottom: 35px;
}

.wei-top-new .wei-top-new-title {
    font-size: 40px;
    font-weight: 700;
    line-height: 1.4;
    text-align: center;
    padding: 40px 100px 10px;
}

.wei-top-new .wei-top-new-title a {

}

.wei-top-new .wei-top-new-title a:hover {
    color: #f00;
}

.wei-module-title {
    font-size: 38px;
    line-height: 57px;
    text-align: center;
    color: #e60012;
    padding: 40px 0;
    /*background: url("../images/tiao_bg.png") no-repeat center;*/
}

.wei-col-full {
    position: relative;
    border: 1px solid #e5e5e5;
    margin-bottom: 20px;
}

.wei-col-full .article-full-flex {
    display: flex;
}

.article-full-flex .article-thumb {
    position: relative;
    display: block;
    width: 344px;
    height: 194px;
    margin-right: 20px;
}

.article-full-flex .article-thumb img {
    display: block;
    width: 100%;
    height: 100%;
}

.article-full-flex .article-thumb span {
    position: absolute;
    bottom: 0;
    left: 0;
    display: block;
    width: 100%;
    padding: 10px;
    font-size: 16px;
    line-height: 1.4;
    color: #fff;
    box-sizing: border-box;
    background: rgba(0, 0, 0, 0.6);
}

.article-full-flex .article-list {
    flex: 1;
}

.article-full-flex .article-list li {
    float: left;
    width: calc(50% - 12px);
    line-height: 27px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    margin-bottom: 14px;
    margin-right: 24px;
}

.article-full-flex .article-list li:nth-child(even) {
    margin-right: 0;
}

.article-full-flex .article-list li a {
    color: #333;
    font-size: 18px;
}

.focus-news {
    float: right;
    width: 560px;
    height: 450px;
}

.focus-news h4 {
    text-align: left;
    line-height: 45px;
    font-size: 20px;
    color: #333;
    font-weight: bold;
}

.focus-news ul li {
    text-align: left;
}

.focus-news ul li a {
    width: 100%;
    text-decoration: none;
    /*font-size: 16px;*/
    font-size: 20px;
    line-height: 36px;
    color: #333;
    text-align: left;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    display: inline-block;
}

.focus-news ul li a:hover {
    color: #f43636;
}

#slide {
    float: left;
    width: 800px;
    height: 450px;
}

.scaleImg img {
    width: 800px;
    height: 407px;
}

/*===============layout end==============================*/
/*===============article begin==============================*/
.wei-col-1 .article-thumb {
    position: relative;
    /*width: 100%;*/
    height: 256px;
    margin: 0 20px;
    border-radius: 8px;
    cursor: pointer;
    display: block;
    overflow: hidden;
}

.wei-col-1 .article-thumb .img-cover {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    transition: transform 1s ease;
}

.wei-col-1 .article-thumb .text-title {
    position: absolute;
    left: 0;
    bottom: 0;
    display: block;
    width: 100%;
    padding: 10px;
    font-size: 16px;
    line-height: 1.4;
    color: #fff;
    background: rgba(0, 0, 0, 0.6);
    box-sizing: border-box;
}

.wei-col-1 .article-thumb:hover .text-title {
    /*color: #0c82ff;*/
    color: #e60012;
}

.wei-col-1 .article-thumb:hover .img-cover {
    transform: scale(1.05);
}

.wei-layout .articleArea {
    margin: 20px 20px 0;
}

.wei-layout .articleArea li {
    width: 100%;
    font-size: 18px;
    line-height: 36px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.wei-layout .articleArea li a {
    color: #333;
}

.wei-layout .articleArea li a:hover {
    color: #e60012;
}

/*===============article end==============================*/
/*===============scheme begin==============================*/
.wei-scheme {
    /*display: none;*/
    position: relative;
    height: 390px;
    margin: 20px auto;
    padding: 0 60px;
    box-sizing: border-box;
    background: url("../images/bg-ch.png") no-repeat center;
    background-size: cover;
}

.wei-scheme .scheme-link {
    display: block;
    width: 100%;
    height: 108px;
}

.wei-scheme .swiper-scheme {
    position: relative;
    width: 100%;
    /*width: 1258px;*/
    height: 286px;
    margin: 0 auto;
    /*padding: 0 60px;*/
    box-sizing: border-box;
    overflow: hidden;
}

.wei-scheme .scheme-button-next,
.wei-scheme .scheme-button-prev {
    position: absolute;
    top: 176px;
    width: 24px;
    height: 67px;
    cursor: pointer;
    z-index: 88;
}

.wei-scheme .scheme-button-prev {
    position: absolute;
    left: 20px; /* 左侧位置 */
    right: auto;
    background: url("../images/i-prev-red.png") center center / auto 100% no-repeat;
}

.wei-scheme .scheme-button-next {
    right: 20px; /* 右侧位置 */
    left: auto;
    background: url("../images/i-next-red.png") center center / auto 100% no-repeat;
}

.wei-scheme .swiper-slide {
    width: 370px;
    display: block;
}

.wei-scheme .swiper-slide a {
    display: block;
}

.wei-scheme .swiper-slide a span {
    width: 370px;
    display: block;
    font-size: 18px;
    padding: 0 20px;
    text-align: center;
    box-sizing: border-box;
    color: #333;
}

.wei-scheme .swiper-slide a img {
    display: block;
    width: 370px;
    height: 210px;
    border-radius: 6px;
    margin-bottom: 10px;
}


.swiper-city {
    position: relative;
    /*display: none;*/
    /*width: 1400px;*/
    height: 88px;
    overflow: hidden;
}

.swiper-city .city-button-prev,
.swiper-city .city-button-next {
    position: absolute;
    width: 35px;
    height: 61px;
    bottom: 32px;
    color: rgba(0, 0, 0, 0);
    transition: all .2s;
    opacity: 1;
    outline: none;
    z-index: 88;
}

.swiper-city .city-button-prev {
    left: 0; /* 左侧位置 */
    right: auto;
    background: url("../images/btn_left.png") center center / auto 100% no-repeat;
}

.swiper-city .city-button-next {
    right: 0; /* 右侧位置 */
    left: auto;
    background: url("../images/btn_right.png") center center / auto 100% no-repeat;
}

.swiper-city .swiper-slide {
    width: 155px;
    display: block;
}

.swiper-city .swiper-slide a {
    display: block;
}

.swiper-city .swiper-slide a img {
    display: block;
    width: 100%;
    height: 100%;
    border-radius: 6px;
}

.swiper-city .swiper-slide a :hover img {
    transform: scale(1.1)
}


/*===============collapse begin==============================*/

.img_scale {
    border-radius: 5px;
    overflow: hidden;
    position: relative
}

.img_scale img {
    transition: all .2s;
    border-radius: 5px;
    vertical-align: top;
    /*max-width: 100%*/
}

.img_scale:hover img {
    transform: scale(1.1)
}

.wei-collapse {
    overflow: hidden
}

.wei-collapse-wrap {
    width: 100%;
    border-radius: 5px;
    display: flex;
    color: #fff;
    margin-bottom: 18px
}

.wei-collapse-wrap img {
    width: auto;
    /*width: 560px;*/
    height: 315px;
    max-width: none
}

.wei-collapse-wrap .img_scale {
    position: unset
}

.collapse_height {
    width: 120px
}

.wei-collapse-wrap .wei-collapse-item {
    width: 120px;
    position: relative;
    margin-left: -15px;
    border-radius: 5px;
    overflow: hidden
}

.wei-collapse-wrap .wei-collapse-item:first-child {
    margin-left: 0
}

.wei-collapse-wrap .wei-collapse-item .black {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 315px;
    background: rgba(0, 0, 0, .6);
    border-radius: 5px
}

.wei-collapse-wrap .wei-collapse-item h3 {
    position: absolute;
    top: 0;
    left: 0;
    width: 105px;
    height: 315px;
    writing-mode: vertical-rl;
    padding: 20px 0;
    box-sizing: border-box;
    transition: all .4s;
    letter-spacing: 2px;
    cursor: pointer;
    display: flex;
    align-items: center;
    font-size: 18px;
    font-weight: 300;
    opacity: 1
}

.wei-collapse-wrap .wei-collapse-item p {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 550px;
    padding: 10px 15px;
    box-sizing: border-box;
    background: linear-gradient(transparent, rgba(0, 0, 0, 0.6));
    display: none
}

.wei-collapse-wrap .wei-collapse-item p a {
    color: #fff
}

.wei-collapse-wrap .wei-collapse-item.collapse_cur {
    width: 560px
}

.wei-collapse-wrap .wei-collapse-item.collapse_cur h3 {
    opacity: 0
}


/*===============collapse end==============================*/
/*===============scheme end==============================*/
@media screen and (max-width: 1440px) {
    .wei-layout {
        width: 1200px;
    }

    .wei-hotNews-wrap {
        width: 1200px;
    }

    .wei-hotNews-wrap .hot-news-title {
        font-size: 46px;
    }

    .wei-hotNews-wrap .hot-news-wrap .hot-news-list {
        width: 920px;
    }

    .wei-hotNews-wrap .hot-news-wrap .hot-news-list li {
        width: 440px;
        margin-right: 20px;
        line-height: 27px;
    }

    .wei-top-new .wei-top-new-title {
        font-size: 36px;
    }

    .wei-module-title {
        font-size: 33px;
        line-height: 48px;
        padding: 35px 0;
    }

    .scroll-news-wrap, .addNewLay, .layout-place {
        width: 1200px;
    }

    #slide {
        width: 700px;
    }

    .focus-news {
        width: 460px;
    }

    .focus-news ul li a {
        font-size: 18px;
    }

    .wei-scheme {
        height: 350px;
    }

    .wei-scheme .scheme-link {
        /*height: 98px;*/
        height: 90px;
    }

    .wei-scheme .swiper-scheme {
        width: 100%;
        height: 253px;
    }

    .wei-scheme .swiper-slide {
        width: 333px;
        display: block;
    }

    .wei-scheme .swiper-slide a span {
        width: 333px;
        font-size: 16px;
    }

    .wei-scheme .swiper-slide a img {
        width: 333px;
        height: 190px;
    }

    .swiper-city {
        height: 88px;
        margin-bottom: 20px;
    }

    .swiper-city .city-button-prev,
    .swiper-city .city-button-next {
        width: 25px;
        height: 44px;
        top: 31px;
    }

    .article-full-flex .article-list li {
        margin-bottom: 12px;
    }

    .article-full-flex .article-list li a {
        font-size: 16px;
    }

    .scroll-news-wrap.gg-news .scroll-news-list {
        width: 1060px;
    }

    .scroll-news-wrap .scroll-news-list {
        width: 1130px;
    }


    .wei-col-1 {
        width: 380px;
        margin-right: 30px;
    }

    .wei-col-last {
        margin-right: 0;
    }

    .wei-col-1 .article-thumb {
        height: 220px;
    }

    .wei-layout .title-wrap {
        margin-bottom: 10px;
    }

    .wei-layout .title-wrap a.title {
        padding: 8px 20px 0;
        font-size: 20px;
    }

    .wei-layout .title-wrap a.more {
        font-size: 16px;
    }


    /*.wei-collapse-wrap .wei-collapse-item h3 {*/
    /*    font-size: 16px;*/
    /*}*/

    .wei-layout .articleArea li {
        font-size: 16px;
        line-height: 36px;
    }

    .article-full-flex .article-list li {
        margin-bottom: 12px;
    }

    .article-full-flex .article-list li a {
        font-size: 16px;
    }
}

/*屏幕缩放 125%*/
@media all and (min-device-pixel-ratio: 1.19) and (max-device-pixel-ratio: 1.28),
(min-resolution: 1.19dppx) and (max-resolution: 1.28dppx) {

}

/*屏幕缩放 150%*/
@media all and (min-device-pixel-ratio: 1.41) and (max-device-pixel-ratio: 1.6),
(min-resolution: 1.41dppx) and (max-resolution: 1.6dppx) {

}

@media (max-width: 760px) {

}
