@charset "utf-8";
/* 全局样式 */

body, div, h4, p, img {
    margin: 0;
    padding: 0;
}

html {
    overflow-y: scroll;
    -webkit-text-size-adjust: none;
    -webkit-font-smoothing: antialiased;
}

body {
    background: #fff;
    color: #000;
}

a {
    color: #555;
    text-decoration: none;
    color: inherit;
}

img {
    border: none;
}

.forth {
    width: 100%;
    margin: 0 auto;
}

.fifth {
    width: 100%;
    height: 800px;
    margin: 0 auto;
}

.sixth {
    width: 100%;
    height: 600px;
    margin: 0 auto;
    padding-top: 170px;
}

/* 报纸模块 */

*, *::after, *::before {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    -webkit-tap-highlight-color: transparent;
}

* {
    margin: 0;
    padding: 0;
    outline: 0;
    border: 0;
}

.common-title {
    padding-top: 130px;
    padding-bottom: 80px;
    width: 1200px;
    margin: 0 auto
}

.common-title img {
    left: 50%;
    right: 50;
}
a, img {
    -webkit-touch-callout: none;
}

a, a:active, a:focus, a:hover, a:visited {
    text-decoration: none;
}
a:hover {
    color: inherit;
}
.main {
    min-width: 1000px;
}

.g-w1200 {
    position: relative;
    width: 1200px;
    margin-left: auto;
    margin-right: auto;
}

.bk-tb-paper {
    height: 526px;
    overflow: hidden;
    margin-bottom: 50px;
}

.bk-tb-paper .left {
    position: absolute;
    left: 20px;
    top: 20px;
    width: 313px;
    height: 443px;
}

.bk-tb-paper .center {
    position: absolute;
    left: 346px;
    top: 64px;
    /* width: 313px; */
    /* height: 443px; */
    padding-left: 0px;
    padding-top: 0px;
    /* background: url(../images/bg-paper.png) no-repeat; */
    font-size: 0;
    line-height: 0;
}

.bk-tb-paper .center .top-tabs {
    width: 260px;
    border-bottom: 1px solid #c0b299;
    font: normal 20px/1 "Microsoft YaHei";
    margin-bottom: 25px;
}

.bk-tb-paper .center .top-tabs span {
    display: inline-block;
    vertical-align: middle;
    padding: 10px;
    color: #a24435;
    cursor: pointer;
}

.bk-tb-paper .center .top-tabs span.active {
    background: #b49668;
    color: #fff;
    -webkit-border-top-right-radius: 12px;
    border-top-right-radius: 12px;
}

.bk-tb-paper .center .links {
    text-align: left;
}

.bk-tb-paper .center .links a {
    display: inline-block;
    border: 1px solid #a24435;
    color: #a24435;
    font: normal 18px/1 "Microsoft YaHei";
    margin-right: 14px;
    margin-bottom: 8px;
    padding: 4px 8px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
}

.bk-tb-paper .center .links a:hover {
    color: #fff;
    background: #a24435;
}

.bk-tb-paper .right {
    position: relative;
    margin-left: 660px;
}

.bk-tb-paper .right .swiper-flow-outer {
    position: relative;
    height: 526px;
    overflow: hidden;
}


.bk-tb-paper .right .list-links {
    padding: 10px;
}

.bk-tb-paper .right .list-links a {
    display: block;
    font: normal 16px "Microsoft YaHei";
    color: #000;
    line-height: 1.5;
    margin-bottom: 5px;
}

.bk-tb-paper .right .list-links a:hover {
    color: #c3352c;
}

.bk-tb-paper .right .list-links a:last-child {
    margin-bottom: 0;
}

.bk-tb-paper .right .rmrb-bar1 {
    width: 500px;
    height: 105px;
    /* display: flex;
    justify-content: center;
    align-items: center; */
}

.bk-tb-paper .right .rmrb-bar2 {
    width: 500px;
    height: 105px;
    /* display: flex;
    justify-content: center;
    align-items: center; */
}

.bk-tb-paper .right .rmrb-bar3 {
    width: 500px;
    height:105px;
    /* display: flex; */
    /* justify-content: center; */
    /* align-items: center; */
}

.bk-tb-paper .right .rmrb-bar4 {
    width: 500px;
    height:105px;
    /* display: flex; */
    /* justify-content: center; */
    /* align-items: center; */
}

.bk-tb-paper .right .rmrb-bar5 {
    width: 500px;
    height:105px;
    /* display: flex; */
    /* justify-content: center; */
    /* align-items: center; */
}

.bk-tb-paper .right .swiper-flow-outer .swiper-container {
    height: auto;
}

.bk-tb-paper .right .swiper-flow-outer .swiper-slide {
    -webkit-transform: scale(0.8);
    -ms-transform: scale(0.8);
    transform: scale(0.8);
    opacity: 0.7;
    margin-top: 0;
    overflow: hidden;
    height: auto;
}

.bk-tb-paper .right .swiper-flow-outer .swiper-slide .list-links {
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
    overflow: hidden;
}

.bk-tb-paper .right .swiper-flow-outer .swiper-slide.swiper-slide-prev {
    height:auto;
    -webkit-transform: scale(0.9);
    -ms-transform: scale(0.9);
    transform: scale(0.9);
}

.bk-tb-paper .right .swiper-flow-outer .swiper-slide.swiper-slide-next {
    height:auto;
    -webkit-transform: scale(0.9);
    -ms-transform: scale(0.9);
    transform: scale(0.9);
}

.bk-tb-paper .right .swiper-flow-outer .swiper-slide.swiper-slide-active {
    height: auto;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    opacity: 1;
}

.bk-tb-paper .right .swiper-flow-outer .swiper-slide.swiper-slide-active .list-links {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
}

.bk-tb-paper .center {
    position: absolute;
    left: 310px;
    top: 64px;
}

.bk-tb-paper .right {
    position: relative;
    margin-left: 630px;
    margin-right: 30px;
}

.bk-tb-paper .right .swiper-flow-outer {
    position: relative;
    height: 526px;
    overflow: visible;
}

.bk-tb-paper .right .swiper-flow-outer .at-flow {
    position: absolute;
    width: 50px;
    right: -32px;
    top: 185px;
    z-index: 9;
    cursor: pointer;
}

.bk-tb-paper .right .swiper-flow-outer .ab-flow {
    position: absolute;
    width: 55px;
    right: -35px;
    top: 280px;
    z-index: 9;
    cursor: pointer;
}

.bk {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.bk * {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.bk .swiper-container {
    position: relative;
    height: 100%;
    overflow: hidden;
}

.bk .swiper-slide {
    position: relative;
}

.bk .swiper-outer {
    overflow: hidden;
}

/* 横幅闪动模块 */

.container {
    width: 1200px;
    margin: 0 auto;
    height: auto;
}

.bj8 {
    /* background: url("20210228-qgnh-bj7.jpg") no-repeat center top; */
    height: 766px;
}

.sz_k {
    position: relative;
    width: 1032px;
}

.sz_di {
    position: absolute;
    z-index: 1;
    left: -20px;
    top: -150px;
}

.sz_di img {
    height: 70%;
    width: 70%;
}

.sz_1 {
    position: absolute;
    z-index: 3;
    left: 550px;
    top: -160px;
}

.sz_2 {
    position: absolute;
    z-index: 3;
    left: 800px;
    top: 20px;
}

.sz_3 {
    position: absolute;
    z-index: 3;
    left: 700px;
    top: 200px;
}

.sz_4 {
    position: absolute;
    z-index: 3;
    left: 470px;
    top: 360px;
}

.tj_bt {
    padding-top: 85px;
    padding-bottom: 224px;
    width: 1200px;
    margin: 0 auto;
}

.tj_bt img {
    left: 50%;
    right: 50;
}

/*放大缩小*/

.suofang-a {
    animation: suofang_zx 2s infinite linear;
    -webkit-animation: suofang_zx 2s infinite linear;
}

.suofang-b {
    animation: suofang_zx 2s infinite linear;
    -webkit-animation: suofang_zx 2s infinite linear;
}

.suofang-c {
    animation: suofang_zx 2s infinite linear;
    -webkit-animation: suofang_zx 2s infinite linear;
}

.suofang-d {
    animation: suofang_zx 2s infinite linear;
    -webkit-animation: suofang_zx 2s infinite linear;
}

@-webkit-keyframes suofang_zx {
    0% {
        -webkit-transform: scale(1);
    }
    25% {
        -webkit-transform: scale(0.98);
    }
    50% {
        -webkit-transform: scale(1);
    }
    75% {
        -webkit-transform: scale(1.02);
    }
    100% {
        -webkit-transform: scale(1);
    }
}

@keyframes suofang_zx {
    0% {
        -webkit-transform: scale(1);
    }
    25% {
        -webkit-transform: scale(0.98);
    }
    50% {
        -webkit-transform: scale(1);
    }
    75% {
        -webkit-transform: scale(1.02);
    }
    100% {
        -webkit-transform: scale(1);
    }
}

.suofang-a {
    width: auto;
    height: 90px;
}

.suofang-b {
    width: auto;
    height: 80px;
}

.suofang-c {
    width: auto;
    height: 80px;
}

.suofang-d {
    width: auto;
    height: 90px;
}

/* 视频模块 */

/* 公共样式 */

.white {
    color: #9d0102;
}

.fsB {
    font-size: 22px;
}

.fsS {
    font-size: 16px;
}

p {
    color: #464545;
}

/* 导航 */

.w {
    height: 100%;
    position: relative;
}

h4 {
    font-weight: normal;
    font-size: 100%;
}

.w {
    margin: 0 auto;
    width: 1200px;
}

/* 图文切换1 */

.swiper-container {
    width: 100%;
    height: 100%;
    --swiper-theme-color: #d12d1f;
    /* 设置Swiper风格 */
    --swiper-navigation-color: #e11f16;
    /* 单独设置按钮颜色 */
    --swiper-navigation-size: 26px;
    /* 设置按钮大小 */
}

/* 图文切换2 */

.content-titleImgs {
    text-align: center;
    margin-bottom: 30px;
}

/* swiper */

.content-swiper {
    margin-bottom: 30px;
    position: relative;
}

.content-swiperContent {
    height: 400px;
}

.content-swiperL {
    float: left;
    width: 82px;
    height: 380px;
    font-size: 36px;
    text-align: center;
    margin-top: 10px;
    line-height: 238px;
    position: absolute;
}

.content-swiperContent {
    width: 1200px;
}

.content-swiperContent .swiper-button-prev {
    left: 19px;
    width: 36px;
    height: 42px;
}

.content-swiperContent .swiper-button-next {
    right: 19px;
    width: 36px;
    height: 42px;
}

.content-swiperContent .swiper-button-prev:after, .content-swiperContent .swiper-button-next:after {
    font-size: 48px;
}

.content-swiperImg {
    margin-left: 82px;
}

.content-imgSwiper .content-swiperImg {
    width: 504px;
    height: 400px;
    float: left;
    background-color: #686767;
}

.content-swiperR {
    width: 518px;
    float: right;
}

.content-swiperR-imgs {
    width: 100%;
    height: 10px;
    text-align: center;
    position: relative;
}

.content-swiperR-imgs .content-swiperR-keywords {
    position: absolute;
    display: block;
    width: 230px;
    height: 37px;
    top: 23px;
    left: 50%;
    margin-left: -115px;
    line-height: 37px;
    font-size: 24px;
    color: #e40301;
}

.content-swiperText {
    height: 380px;
    padding-left: 45px;
    padding-top: 40px;
    box-sizing: border-box;
}

.content-swiperText h4 {
    margin-bottom: 25px;
}

.content-swiperR-imgs img {
    margin-top: 15px;
    width: 265px;
    height: 53px;
}

.content-swiperText p {
    padding-right: 96px;
    line-height: 30px;
    color: #000000;
}

.content-swiperText p a {
    color: #CA0000;
}
.content-swiperText p a:hover {
    color: inherit;
}

/*后加 css*/

.bgc {
    background-color: #fef1ce;
}

.content-slider-containers .swiper-button-prev, .content-slider-containers .swiper-button-next {
    color: white;
}

.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.clearfix {
    zoom: 1;
}