body {
    position: relative;
    background: #fff;
    background-size: 100% 100%
}

.index {
    position: fixed;
    top: 100%;
    left: 0;
    right: 0;
    bottom: 0;
    overflow-y: auto;
    overflow-x: hidden;
    z-index: 99;
    background: #fff
}

.banner-box {
    margin-top: 0;
    position: relative
}
.banner-box:after{ content:""; position:absolute; left:0; top:0; width: 100%; height: 9.3rem; background: url(../images/banner_bg.png) center top no-repeat; z-index: -1; background-size:100% 100% }

.banner .slick-slide::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 25%;
    background-image: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, .2))
}

.banner {
    position: relative;
    overflow: hidden
}

.banner img {
    display: block;
    width: 100%
}

.banner .slick-prev {
    width: .5rem;
    height: .5rem;
    background: url(../images/bal.png) no-repeat center center rgba(255, 255, 255, 0.1);
    background-size: 20%;
    left: 0.3rem;
    z-index: 9;
    border-radius: 50%;
    transition: all 0.3s;
    display: none
}

.banner .slick-prev:hover {
    background: url(../images/bal.png) no-repeat center center rgba(255, 255, 255, 0.7);
    background-size: 20%
}

.banner .slick-next {
    width: .5rem;
    height: .5rem;
    background: url(../images/bar.png) no-repeat center center rgba(255, 255, 255, 0.1);
    background-size: 20%;
    background-size: 20%;
    right: 0.3rem;
    z-index: 9;
    border-radius: 50%;
    transition: all 0.3s;
    display: none
}

.banner .slick-next:hover {
    background: url(../images/bar.png) no-repeat center center rgba(255, 255, 255, 0.7);
    background-size: 20%
}

.banner .slick-dots {
    width: auto;
    bottom: .2rem;
    height: .2rem;
    display: flex;
    align-items: center;
    align-content: center;
    justify-content: center;
    width: 100%
}

.banner .slick-dots li {
    margin: 0 .1rem;
    width: 0.16rem;
    height: 0.16rem;
    border: 0.01rem solid #FFFFFF;
    border-radius: 50%;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: all .3s
}

.banner .slick-dots li button {
    width: 0.08rem;
    height: 0.08rem;
    background: #fff;
    display: block;
    border-radius: 50%;
    opacity: 0
}

.banner .slick-dots li.slick-active {
    width: 0.23rem;
    height: 0.23rem;
    opacity: 1
}

.banner .slick-dots li.slick-active button {
    opacity: 1
}

.index_tit {
    text-align: center;
    position: relative;
    margin-bottom: .2rem;
    width: 100%
}

.index_tit {
    text-align: center;
    position: relative;
    margin-bottom: .3rem;
    width: 100%
}

.tit_center .index_tc {
    text-align: center
}

.tit_center .index_tc:before {
    left: 50%;
    transform: translateX(-50%)
}

.index_tc i {
    display: block;
    font-style: normal;
    font-family: Cardo;
    font-size: .48rem;
    text-align: center;
    text-transform: uppercase;
    letter-spacing: normal;
    color: rgba(49, 48, 141, 0.1);
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: 0
}

.index_tc {
    position: relative;
    text-align: left;
    transition: all .3s;
    padding-bottom: .05rem;
    border-bottom: 0.03rem solid #FFBB3A
}

.index_tc:after {
    content: "";
    position: absolute;
    width: 1.03rem;
    height: 0.03rem;
    background: #B61314;
    left: 0;
    bottom: -.03rem
}

.index_tc h3 {
    text-align: left;
    display: inline;
    font-size: 0.34rem;
    font-weight: bold;
    line-height: 0.64rem;
    letter-spacing: normal;
    color: #333333
}

.index_tc h3 span {
    color: #fff;
    font-family: "sjxingkai";
    background: url(../images/tit_bg.png) top center no-repeat;
    background-size: 100% 100%;
    font-size: 0.42rem;
    font-weight: normal;
    line-height: 0.64rem;
    letter-spacing: -0.0016em;
    padding: .05rem .1rem;
    margin: 0 .05rem
}

.index_more {
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    height: .36rem;
    transition: all 0.3s;
    background-size: 100% 100%
}

.index_more a {
    display: block;
    font-size: .16rem;
    color: #B61314;
    transition: all 0.3s;
    padding: 0 0;
    line-height: .36rem;
    background: url(../images/more_bg.png) left center no-repeat;
    background-size: .31rem .21rem;
    padding-left: .35rem
}

.index_more:hover a {
    transition: all 0.3s
}

.index_more:hover {
    color: #134498;
    transition: all 0.3s;
    right: .02rem
}

.index_more:hover:before {
    background: rgba(19, 68, 152, 0.2);
    transition: all 0.3s
}

.section1 {
    padding: .4rem 0 .4rem 0;
    height: auto;
    overflow: hidden;
    background-size: 100% 100%
}

.s1_con {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap
}

.news_pic {
    width: 6.8rem;
    overflow: hidden;
    margin-right: .5rem
}

.news_pic .slick-slider {
    border-radius: 0.1rem;
    overflow: hidden
}

.section1_right {
    background: #fff;
    width: 49%;
    position: relative;
    border-radius: 5px;
    overflow: hidden;
    box-shadow: 0 1px 2px 0 rgb(0 0 0 / 0.05)
}

.news_pic ul li a {
    display: block;
    position: relative
}

.news_pic ul li a:hover .news_pic_img span {
    scale: 1.1;
    transition: 0.6s
}

.news_pic .news_pic_img {
    position: relative;
    overflow: hidden;
    height: 4.9rem
}

.news_pic .news_pic_img>span {
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    transition: 0.6s
}

.news_pic .news_pic_info {
    width: 100%;
    background-size: cover;
    padding: .18rem .2rem;
    position: relative;
    position: absolute;
    bottom: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.5)
}

.news_pic .news_pic_info>span {
    display: block;
    font-size: .14rem;
    line-height: .26rem;
    color: #999999;
    background: url(../images/infolist14_35lsj.png) no-repeat left center;
    background-size: .11rem auto;
    padding-left: .21rem
}

.news_pic .news_pic_info h3 {
    width: 80%;
    font-size: .2rem;
    font-weight: normal;
    line-height: .24rem;
    color: #fff;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    word-break: break-all;
    margin-top: 0
}

.news_pic .news_pic_info>p {
    font-size: .16rem;
    line-height: .2rem;
    color: #666;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    word-break: break-all;
    margin-top: .07rem
}

.news_pic .slick-prev,.news_pic .slick-next {
    top: inherit;
    transform: none;
    width: .4rem;
    height: .4rem
}

.news_pic .slick-prev {
    left: 2%;
    bottom: 50%;
    background: url(../images/infolist14_35lprev.png) no-repeat center;
    background-size: .4rem;
    transition: 0.2s;
    display: none;
    opacity: 0.5;
    z-index: 9
}

.news_pic .slick-prev:hover {
    opacity: 0.8
}

.news_pic .slick-next {
    right: 2%;
    bottom: 50%;
    background: url(../images/infolist14_35lnext.png) center no-repeat;
    background-size: .4rem;
    display: none;
    opacity: 0.5;
    z-index: 9
}

.news_pic .slick-next:hover {
    opacity: 0.8
}

.news_pic .slick-dots {
    width: auto;
    bottom: .2rem;
    height: .2rem;
    display: flex;
    align-items: center;
    align-content: center;
    justify-content: flex-end;
    width: 100%;
    padding: 0 .1rem
}

.news_pic .slick-dots li {
    margin: 0 .07rem;
    width: 0.1rem;
    height: 0.1rem;
    border: 0.01rem solid #FFFFFF;
    border-radius: 50%;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: all .3s
}

.news_pic .slick-dots li button {
    width: 0.02rem;
    height: 0.02rem;
    background: #fff;
    display: block;
    border-radius: 50%;
    opacity: 0;
    padding: .03rem
}

.news_pic .slick-dots li.slick-active {
    width: 0.16rem;
    height: 0.16rem;
    opacity: 1
}

.news_pic .slick-dots li.slick-active button {
    opacity: 1
}

.inews_list {
    padding: 0 0;
    flex: 1;
    min-width: 0
}

.inews_list ul {
    box-sizing: border-box;
    position: relative;
    z-index: 9;
    margin-top: -.1rem
}

.inews_list li {
    padding-right: 1.2rem;
    background-position: left center;
    position: relative;
    font-size: .16rem;
    line-height: .64rem;
    padding-left: 0.28rem;
    border-bottom: 0.01rem dashed #D8D8D8
}

.inews_list li:before {
    content: "";
    position: absolute;
    width: 0.18rem;
    height: 0.18rem;
    left: 0px;
    top: 50%;
    transform: translateY(-50%);
    background: url(../images/inews_listico1.png) left center no-repeat;
    background-size: .18rem .18rem
}

.inews_list li:hover:before {
    background: url(../images/inews_listico2.png) left center no-repeat;
    background-size: .18rem .18rem
}

.inews_list li:hover a {
    color: #a40000;
    transition: all 0.3s
}

.inews_list li:last-child {
    border-bottom: none
}

.inews_list li a {
    display: block;
    font-weight: 400;
    color: #333;
    font-size: .2rem;
    line-height: .64rem;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    transition: all .3s
}

.inews_list li span {
    position: absolute;
    right: .1rem;
    font-size: .18rem;
    color: #999999;
    top: 50%;
    transform: translateY(-50%);
    transition: all .3s
}

.section2 .px1600 {
    display: flex;
    justify-content: space-between
}

.section2 .s2_item {
    width: 48.572%
}

.inews_list {
    padding: 0 0;
    flex: 1;
    min-width: 0
}

.tzgg_list ul {
    box-sizing: border-box;
    position: relative;
    z-index: 9;
    margin-top: -.14rem
}

.tzgg_list li {
    position: relative;
    border-bottom: 0.01rem dashed #D8D8D8;
    padding: 0.05rem 0
}

.tzgg_list li:hover a span {
    background: #b61314;
    color: #fff
}

.tzgg_list li:hover a h2 {
    color: #b61314
}

.tzgg_list li a {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    width: 100%
}

.tzgg_list li h2 {
    display: block;
    font-weight: 400;
    color: #333;
    font-size: .2rem;
    line-height: .64rem;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    transition: all .3s;
    flex: 1;
    min-width: 0
}

.tzgg_list li span {
    color: #333;
    transition: all .3s;
    width: 1.17rem !important;
    height: 0.34rem !important;
    display: block;
    background: #FDECDA;
    font-size: 0.18rem !important;
    line-height: 0.34rem !important;
    text-transform: uppercase;
    text-align: center;
    margin-right: .2rem
}

.xsdt_list ul {
    padding: 0 0;
    height: auto;
    overflow: hidden;
    margin-top: -.1rem
}

.xsdt_list ul li a {
    display: block;
    position: relative
}

.xsdt_list ul li a:after {
    content: "";
    position: absolute;
    left: .9rem;
    bottom: 0;
    border-bottom: 0.01rem dashed #D8D8D8;
    width: 100%;
    height: .01remax-content
}

.xsdt_list ul li a .s2_con_rdate {
    float: left;
    width: .75rem;
    height: .75rem;
    margin-right: .2rem;
    border-radius: .08rem;
    overflow: hidden;
    background: #ffffff;
    border: #f9e3e3 1px solid
}

.xsdt_list ul li a .s2_con_rdate>p {
    font-size: .16rem;
    text-align: center;
    letter-spacing: 0em;
    color: #B61314;
    line-height: .3rem;
    position: relative;
    background: #f9e3e3;
    transition: all .3s
}

.xsdt_list ul li a .s2_con_rdate>span {
    display: block;
    line-height: .43rem;
    text-align: center;
    font-size: .3rem;
    color: #B61314;
    font-weight: 500
}

.xsdt_list ul li.on a .s2_con_rdate {
    display: block
}

.xsdt_list ul li a .s2_con_rt {
    overflow: hidden;
    padding: .12rem 0;
    transition: all 0.5s;
    display: flex;
    justify-content: space-between;
    align-items: center
}

.xsdt_list ul li.on a .s2_con_rt {
    padding: .32rem 0
}

.xsdt_list ul li a:hover h3 {
    color: #b61314;
    transition: all .5s
}

.xsdt_list ul li a:hover .s2_con_rdate>p {
    color: #fff;
    background: #b61314
}

.xsdt_list ul li a:hover .s2_con_rdate>p:before {
    width: 100%;
    transition: all .5s;
    height: .02rem
}

.xsdt_list li a .s2_con_rt h3 {
    width: calc(100% - .65rem);
    float: left;
    font-size: .2rem;
    color: #333;
    line-height: .32rem;
    position: relative;
    height: .65rem;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    transition: all .5s;
    font-weight: normal;
    display: flex;
    align-items: center
}

.xsdt_list li a .s2_con_rt h3 i {
    font-style: normal
}

.xsdt_list li.on a .s2_con_rt h3 {
    width: calc(100% - .85rem);
    margin-left: .2rem;
    padding-left: 0;
    font-size: .2rem;
    font-weight: bold;
    color: #A82125;
    margin-top: .06rem
}

.xsdt_listr li.on a .s2_con_rt h3 i {
    font-weight: bold
}

.xsdt_list ul li.on a .s2_con_rt h3::after {
    display: none
}

.xsdt_list ul li a .s2_con_rt>span {
    display: block;
    float: right;
    font-size: .14rem;
    color: #999999;
    line-height: .25rem;
    transition: all 0.5s
}

.xsdt_list ul li.on a .s2_con_rt>span {
    display: none
}

.section3 {
    margin: .4rem auto;
    height: auto;
    overflow: hidden
}

.zt_link .slick-slider {
    margin: 0 -.15rem
}

.zt_link li {
    padding: 0.1rem 0
}

.zt_link li a {
    margin: 0 .15rem;
    border-radius: 0.1rem;
    background: rgba(255, 255, 255, 0.6);
    display: flex;
    padding: .25rem .2rem;
    transition: all .3s;
    background: url(../images/s3_libg1.png) center no-repeat;
    background-size: 100% 100%
}

.zt_link li:hover a {
    background: rgba(255, 255, 255, 1);
    background: url(../images/s3_libg2.png) center no-repeat;
    background-size: 100% 100%
}

.zt_link li:hover a h2 {
    color: #fff
}

.zt_link li a img {
    width: 0.8rem;
    height: 0.8rem
}

.zt_link li a h2 {
    padding: 0 .1rem;
    font-size: 0.2rem;
    font-weight: bold;
    line-height: 0.32rem;
    letter-spacing: normal;
    color: #333333;
    font-family: sysong
}

.section4 .px1600 {
    display: flex;
    justify-content: space-between
}

.section4 .s4_item {
    width: 48.572%
}

.llqq_list {
    padding: 0 0;
    flex: 1;
    min-width: 0
}

.llqq_list ul {
    box-sizing: border-box;
    position: relative;
    z-index: 9;
    margin-top: -.1rem
}

.llqq_list li {
    padding-right: 1.2rem;
    background-position: left center;
    position: relative;
    font-size: .16rem;
    line-height: .64rem;
    border-bottom: 0.01rem dashed #D8D8D8
}

.llqq_list li:last-child {
    border-bottom: none
}

.llqq_list li a {
    display: flex;
    align-items: center;
    justify-content: flex-start
}

.llqq_list li a h2 {
    display: block;
    font-weight: 400;
    color: #333;
    font-size: .2rem;
    line-height: .64rem;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    transition: all .3s
}

.llqq_list li:hover a h2 {
    color: #a40000
}

.llqq_list li i {
    display: block;
    width: 0.8rem;
    height: 0.26rem;
    font-style: normal;
    text-align: center;
    line-height: .26rem;
    font-size: 0.16rem;
    font-weight: 500;
    color: #B61314;
    border-radius: 0.13rem;
    background: #FFEAEA;
    margin-right: .15rem;
    transition: all 0.3s
}

.llqq_list li:hover a i {
    color: #ffffff;
    background: #B61314
}

.llqq_list li span {
    position: absolute;
    right: .1rem;
    font-size: .18rem;
    color: #999999;
    top: 50%;
    transform: translateY(-50%);
    transition: all .3s
}

.cgtj_list ul {
    box-sizing: border-box;
    position: relative;
    z-index: 9;
    margin-top: -.1rem
}

.cgtj_list li {
    padding-right: 1.2rem;
    background-position: left center;
    position: relative;
    font-size: .16rem;
    line-height: .64rem;
    padding-left: 0.28rem;
    border-bottom: 0.01rem dashed #D8D8D8
}

.cgtj_list li:before {
    content: "";
    position: absolute;
    width: 0.22rem;
    height: 0.22rem;
    left: 0px;
    top: 50%;
    transform: translateY(-50%);
    background: url(../images/cgtj_ico.png) left center no-repeat;
    background-size: .22rem .22rem
}

.cgtj_list li:hover a {
    color: #a40000;
    transition: all 0.3s
}

.cgtj_list li:last-child {
    border-bottom: none
}

.cgtj_list li a {
    display: block;
    font-weight: 400;
    color: #333;
    font-size: .2rem;
    line-height: .64rem;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    transition: all .3s
}

.cgtj_list li span {
    position: absolute;
    right: .1rem;
    font-size: .18rem;
    color: #999999;
    top: 50%;
    transform: translateY(-50%);
    transition: all .3s
}

.section5 {
    margin: .4rem auto;
    height: auto;
    overflow: hidden
}

.xg_link ul {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 0 -.1rem
}

.xg_link li {
    width: 20%;
    padding: 0.1rem 0
}

.xg_link li a {
    margin: 0 .1rem;
    border-radius: 0.1rem;
    background: rgba(255, 255, 255, 0.6);
    box-shadow: 0rem 0.04rem 0.1rem 0rem rgba(235, 234, 234, 0.3);
    display: flex;
    align-items: center;
    padding: .2rem .1rem;
    transition: all .3s
}

.xg_link li:hover a {
    background: rgba(255, 255, 255, 1);
    box-shadow: 0rem 0.04rem 0.1rem 0rem rgba(0, 0, 0, 0.1)
}

.xg_link li a img {
    width: 0.6rem;
    height: 0.6rem
}

.xg_link li a h2 {
    font-size: 0.18rem;
    font-weight: normal;
    line-height: 0.28rem;
    letter-spacing: normal;
    color: #333333;
    padding: 0 .1rem
}

.i_bg {
    background: url(../images/s2_bg.png) center top no-repeat;
    background-size: 100% auto
}

@media screen and (max-width: 1200px) {
    .banner-box {
        margin-top: 0rem
    }
}

@media screen and (max-width: 1024px) {
    .banner {
        height: auto
    }

    .banner img {
        height: auto
    }

    .index_tc h3 {
        font-size: .32rem
    }

    .banner .slick-dots li button {
        font-size: 0.2rem
    }

    .banner .slick-dots {
        bottom: .2rem
    }

    .section1 {
        margin: .1rem auto;
        padding: .1rem
    }

    .section1 .s1_con {
        display: block
    }

    .section1 .news_pic {
        width: 100%;
        margin: 0 auto .2rem auto
    }

    .section1 .inews_list {
        width: 100%;
        margin: 0 auto
    }

    .section2 {
        margin: 0rem auto;
        padding: .1rem
    }

    .section2 .px1600 {
        display: block
    }

    .section2 .s2_item {
        width: 100%;
        margin: 0 auto .3rem auto
    }

    .section2 .s2_item:last-child {
        margin: 0 auto 0rem auto
    }

    .section3 {
        margin: .2rem auto;
        padding: 0rem .1rem
    }

    .zt_link li a img {
        width: .64rem;
        height: .64rem
    }

    .zt_link li a h2 {
        font-size: .18rem;
        min-height: .64rem;
        display: flex;
        height: .64rem;
        flex: 1;
        min-width: 0;
        align-items: center
    }

    .section4 {
        margin: 0rem auto;
        padding: .1rem
    }

    .section4 .px1600 {
        display: block
    }

    .section4 .s4_item {
        width: 100%;
        margin: 0 auto .3rem auto
    }

    .section4 .s4_item:last-child {
        margin: 0 auto 0rem auto
    }

    .section5 {
        margin: .2rem auto;
        padding: .2rem
    }

    .s1_con {
        display: block
    }
}