        /*公用样式开始*/
        
        @charset "utf-8";
        html {
            -webkit-text-size-adjust: none;
            -ms-text-size-adjust: none;
            -moz-text-size-adjust: none;
            -o-text-size-adjust: none;
            text-size-adjust: none;
        }
        
        * {
            outline: none;
        }
        
        html,
        body {
            font-size: 12px;
            font-family: '微软雅黑';
        }
        
        body {
            font: 12px/1.5;
            /*	background-image: url(./background.png);
*/
            background-repeat: no-repeat;
            background-position: 120% 90%;
            background-attachment: fixed
        }
        
        body,
        div,
        p,
        ul,
        ol,
        li,
        h1,
        h2,
        h3,
        h4,
        h5,
        h6,
        input,
        textarea,
        select,
        canvas,
        button,
        dl,
        dd,
        dt {
            margin: 0;
            padding: 0;
            border: 0;
            font-size: inherit;
        }
        
        header,
        hgroup,
        nav,
        section,
        article,
        aside,
        footer {
            display: block;
        }
        
        table {
            border-collapse: collapse;
            border-spacing: 0;
        }
        
        fieldset,
        img {
            border: 0;
        }
        
        address,
        caption,
        cite,
        code,
        dfn,
        em,
        strong,
        th,
        var {
            font-style: normal;
            font-weight: normal;
        }
        
        ul,
        ol,
        li {
            list-style: none;
        }
        
        caption,
        th {
            text-align: left;
        }
        
        h1,
        h2,
        h3,
        h4,
        h5,
        h6 {
            font-size: 100%;
            font-weight: normal;
        }
        
        abbr,
        acronym {
            border: 0;
            font-variant: normal;
        }
        
        input,
        textarea,
        select {
            font-family: inherit;
            font-size: inherit;
            font-weight: inherit;
        }
        
        input,
        textarea,
        select {
            *font-size: 100%;
        }
        
        legend {
            color: #000;
        }
        
        img {
            vertical-align: top;
        }
        
        a:link,
        a:visited {
            text-decoration: none;
        }
        
        a:hover {
            color: #0144c1;
        }
        
        .box {
            width: 1367px;
            margin: 0 auto;
            position: relative;
        }
        
        .jjbhbox {
            min-height: 600px;
        }
        /*清除浮动*/
        
        .clear {
            clear: both;
        }
        /*清除浮动--推荐使用*/
        
        .clearfix:before,
        .clearfix:after {
            content: '';
            display: table;
        }
        
        .clearfix:after {
            clear: both;
        }
        
        .fl {
            float: left;
        }
        
        .fr {
            float: right;
        }
        /* 公共样式结束 */
        
        .box {
            width: 100%;
            background-image: url(./images3.png);
            background-repeat: no-repeat;
            background-position: center;
            background-size: cover;
            /* background-color: #E5E5E5; */
            background-color: #fff;
        }
        /* .inner {
            background: linear-gradient( 180deg, #4063F1 0%, rgba(253, 253, 255, 0) 87.97%);
        } */
        
        header {
            height: 501px;
            background-image: url(./header-bg.png);
            background-repeat: no-repeat;
            background-position: center;
            background-size: cover;
        }
        
        .flex {
            width: 100%;
            height: 71px;
        }
        
        .header-top {
            width: 528px;
            height: 128px;
            margin: 0 auto;
            background: url(images1.png);
            background-repeat: no-repeat;
            background-position: center;
            background-size: cover;
        }
        
        .header-bottom {
            background: url(images2.png);
            background-repeat: no-repeat;
            background-position: center;
            background-size: cover;
            width: 1180px;
            height: 132px;
            margin: 0 auto;
            margin-top: 20px;
        }
        
        .img-left {
            position: absolute;
            width: 354px;
            height: 139px;
            left: 0px;
            top: 0px;
            background: url(./红旗.png);
            background-repeat: no-repeat;
            background-position: center;
            background-size: cover;
        }
        
        .img-right {
            position: absolute;
            width: 345px;
            height: 126px;
            right: 0;
            top: 13px;
            background: url(./鸟.png);
            background-repeat: no-repeat;
            background-position: center;
            background-size: cover;
        }
        
        .img-bottom {
            width: 100%;
            height: 286px;
            position: absolute;
            top: 214px;
            background: url(header-bottom.png);
            background-repeat: no-repeat;
            background-position: center;
            background-size: cover;
        }
        
        .introduction {
            width: 1199px;
            height: 280px;
            margin: 0 auto;
            background: #C4301F;
            border: 3px solid #EE3939;
            box-sizing: border-box;
            border-radius: 17px;
            padding: 10px;
            margin-top: 46px;
            /*background: url(云.png);
            background-repeat: no-repeat;
            background-position: center;*/
        }
        
        .header-title {
            width: 38px;
            height: 88px;
            font-family: FZDaBiaoSong-B06S;
            font-style: normal;
            font-weight: normal;
            font-size: 38px;
            line-height: 44px;
            text-align: justify;
            text-transform: uppercase;
            color: #fff;
            display: inline-block;
            position: relative;
            bottom: 66px;
            left: 55px;
        }
        
        .line {
            height: 227px;
            width: 0;
            display: inline-block;
            border: 1px solid #FFFFFF;
            position: relative;
            top: 12px;
            left: 114px;
        }
        
        .header-content {
            display: inline-block;
            width: 920px;
            height: 180px;
            font-family: Microsoft Sans Serif;
            font-style: normal;
            font-weight: normal;
            font-size: 22px;
            line-height: 30px;
            text-align: justify;
            text-transform: uppercase;
            color: #fff;
            position: relative;
            bottom: 18px;
            left: 170px;
        }
        
        .title {
            height: 72px;
            text-align: center;
            margin-top: 65px;
            margin-right: 350px;
        }
        
        .title-logo {
            width: 90px;
            height: 75px;
            background: url(images5.png);
            background-repeat: no-repeat;
            background-position: center;
            background-size: cover;
            display: inline-block;
        }
        
        .title-text {
            width: 712px;
            height: 30px;
            background: url(images6.png);
            background-repeat: no-repeat;
            background-position: center;
            background-size: cover;
            display: inline-block;
            margin: 0 0 18px 40px;
        }
        
        .unit-1 {
            width: 1199px;
            margin: 0 auto;
            margin-top: 45px;
            display: flex;
            justify-content: space-between;
        }
        
        .unit-img {
            width: 560px;
            height: 360px;
            display: flex;
            justify-content: center;
            align-items: center;
            background: url(./kuang.png);
            background-repeat: no-repeat;
            background-position: center;
            background-size: cover;
        }
        
        .unit-img img {
            width: 446px;
            height: 288px;
        }
        
        .unit-text {
            width: 570px;
            height: 360px;
            
        }
        
        .title-color {
            width: 6px;
            height: 36px;
            
            /* background: #C4301F; */
            display: inline-block;
        }
        /* .text-header {
        display: flex;
    } */
        
        .unit-title {
            font-family: Microsoft Sans Serif;
            font-style: normal;
            font-weight: normal;
            font-size: 26px;
            text-align: justify;
            text-transform: uppercase;
            color: #C4301F;
            display: inline-block;
            margin-left: 38px;
            position: relative;
            bottom: 8px;
        }
        
        .more {
            float: right;
            margin-top: 12px;
        }
        
        .more a {
            font-family: Microsoft Sans Serif;
            font-style: normal;
            font-weight: normal;
            font-size: 16px;
            line-height: 18px;
            text-align: justify;
            text-transform: uppercase;
            color: #999999;
        }
        
        .more img {
            position: relative;
            top: 3px;
            margin-left: 15.6px;
        }
        
        .title-line {
            width: 567px;
            height: 0px;
            border: 1px solid #C4301F;
        }
        
        .text-items>ul>li a {
            height: 25px;
            font-family: Microsoft Sans Serif;
            font-style: normal;
            font-weight: normal;
            font-size: 22px;
            line-height: 58px;
            text-align: justify;
            text-transform: uppercase;
            color: #333333
        }
        
        .text-items {
            width: 570px;
            height: 314px;
        }
        
        .li {
            display: inline-block;
            width: 8px;
            height: 8px;
            background: #333333;
            border-radius: 50%;
            position: relative;
            bottom: 5px;
            margin-right: 20px;
        }
        
        .title-1 {
            width: 292px;
            height: 74px;
            margin: 0 auto;
            margin-top: 74px;
        }
        
        .title-left {
            background: url(./xuexi2.png);
            background-repeat: no-repeat;
            background-position: center;
            width: 62px;
            height: 73px;
            display: inline-block;
        }
        
        .title-center {
            width: 160px;
            height: 46px;
            display: inline-block;
            position: relative;
            bottom: 12px;
        }
        
        .zyjs {
            background: url(./中央精神.png);
            background-repeat: no-repeat;
            background-position: center;
        }
        
        .swjs {
            background: url(./市委精神.png);
            background-repeat: no-repeat;
            background-position: center;
        }
        
        .kxxd {
            background: url(./科协行动.png);
            background-repeat: no-repeat;
            background-position: center;
        }
        
        .rmbd {
            background: url(./融媒报道.png);
            background-repeat: no-repeat;
            background-position: center;
        }
        
        .pljd {
            background: url(./评论解读.png);
            background-repeat: no-repeat;
            background-position: center;
        }
        
        .title-right {
            background: url(./xuexi3.png);
            background-repeat: no-repeat;
            background-position: center;
            width: 62px;
            height: 73px;
            display: inline-block;
        }
        
        .unit-2 {
            width: 1198px;
            margin: 0 auto;
        }
        
        .top-swjs {
            width: 1198px;
            height: 58px;
            background: #C4301F;
            display: flex;
            justify-content: center;
            align-items: center;
        }
        
        .bottom-swjs {
            width: 1198px;
            height: 179px;
            background: #FFF3E8;
            display: flex;
            justify-content: center;
            align-items: center;
        }
        
        .centre {
            margin-top: 22px;
        }
        
        .title-swjs {
            font-family: Microsoft Sans Serif;
            font-style: normal;
            font-weight: normal;
            font-size: 24px;
            line-height: 30px;
            text-align: justify;
            text-transform: uppercase;
            color: #FFFFFF;
        }
        
        .content-swjs {
            width: 1113px;
            height: 90px;
            font-family: Microsoft Sans Serif;
            font-style: normal;
            font-weight: normal;
            font-size: 20px;
            line-height: 30px;
            text-align: justify;
            text-transform: uppercase;
            color: #666666;
        }
        
        .more-swjs {
            position: relative;
            right: 40px;
            bottom: 50px;
        }
        
        .more-kxxd {
            position: relative;
            right: 40px;
            bottom: 50px;
        }
        
        .more-pljd {
            position: relative;
            right: 190px;
            bottom: 50px;
        }
        
        .more-title {
            bottom: 12px;
            right: 40px;
        }
        
        .unit-3 {
            width: 1200px;
            margin: 0 auto;
        }
        
        .kxxd-1 {
            width: 1200px;
            height: 240px;
            border: 1px solid #C4301F;
            box-sizing: border-box;
            margin-top: 53px;
            display: flex;
        }
        
        .kxxd-left {
            width: 360px;
            height: 238px;
            /* display: inline-block; */
        }
        
        .kxxd-left img {
            width: 100%;
            height: 100%;
        }
        
        .kxxd-right {
            width: 840px;
            height: 238px;
            /* display: inline-block; */
        }
        
        .kxxd-title {
            width: 688px;
            height: 29px;
            font-family: Microsoft Sans Serif;
            font-style: normal;
            font-weight: normal;
            font-size: 25px;
            line-height: 28px;
            text-align: justify;
            text-transform: uppercase;
            color: #333333;
            margin: 0 auto;
            margin-top: 40px;
        }
        
        .kxxd-content {
            width: 688px;
            height: 69px;
            font-family: Microsoft Sans Serif;
            font-style: normal;
            font-weight: normal;
            font-size: 20px;
            line-height: 23px;
            text-align: justify;
            text-transform: uppercase;
            color: #666666;
            margin: 0 auto;
            margin-top: 30px;
        }
        
        .more-kxxd {
            position: relative;
            right: 40px;
            top: 12px;
        }
        
        .more-title1 {
            top: -45px;
            right: 40px;
        }
        /* 轮播1开始 */
        
        .lb {
            width: 1205px;
            height: 340px;
            margin: 0 auto;
            margin-top: 32px;
        }
        
        .lb .swiper-container {
            height: 340px;
            /* width: 102%; */
        }
        
        .lb .swiper-slide {
            text-align: center;
            font-size: 18px;
            /* background: #fff; */
            /* Center slide text vertically */
            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;
        }
        
        .lb .swiper-slide img {
            display: block;
            width: 100%;
            height: 100%;
            object-fit: cover;
        }
        /* 轮播1结束 */
        
        .pljd-1 {
            width: 1188px;
            height: 278px;
            border: 1px solid #C4301F;
            box-sizing: border-box;
            margin: 0 auto;
            margin-top: 53px;
            padding: 20px 40px;
        }
        
        .pljd-1>ul>li a {
            height: 25px;
            font-family: Microsoft Sans Serif;
            font-style: normal;
            font-weight: normal;
            font-size: 22px;
            line-height: 48px;
            text-align: justify;
            text-transform: uppercase;
            color: #333333
        }
        
        footer {
            width: 100%;
            background: #C4301F;
            background-image: url(./botlogo.png);
            background-repeat: no-repeat;
            background-position: 20px 50%;
            position: absolute;
            bottom: 0;
        }
        
        .footmain {
            padding-top: 30px;
            padding-bottom: 30px;
        }
        
        .footmain p {
            font-size: 12px;
            line-height: 23px;
            text-align: center;
            color: #fff;
        }
        
        .footmain p a {
            color: #fff;
        }
        
        .footicon {
            width: 200px;
            position: absolute;
            right: 20px;
            top: 50%;
            margin-top: -35px;
        }
        
        .footinone {
            width: 100px;
            height: 100px;
            text-align: center;
            line-height: 1.8em;
            color: #fff;
        }
        
        .footinone:first-child {
            display: none;
        }
        
        .footimg {
            width: 100%;
            height: 286px;
            background: url(./header-bottom.png);
            background-repeat: no-repeat;
            background-position: center;
            background-size: cover;
            position: relative;
            top: -151px;
            z-index:9;
        }
 
        .unit-5{
width: 1205px;
    /* height: 340px; */
    margin: 0 auto;
    margin-top: 32px;
    position:relative;
    z-index:999;
}

    .swiper-button-prev {
        left: 18px;
        top: -206px;
        width: 40px;
        height: 120px;
        background: #000000;
        opacity: 0.3;
    }
    
    .swiper-button-next {
        right: -95.3%;
        top: -300px;
        width: 40px;
        height: 120px;
        background: #000000;
        opacity: 0.3;
    }

.fh {
    padding: 10px 20px;
    border: solid 1px #fff;
    color: #ffff;
    position: absolute;
    top: 50px;
    left: 50px;
    background-color: rgba(220, 240, 253, 0.5);
    z-index: 999
}

.fh a {
    color: #fff;
}