@charset "utf-8";

html,
body,
.banner,
.banner .slick,
.banner .slick div,
.banner .slick-slide a,
.banner .slick-slide a img {
    width: 100%;
    height: auto;
}

@font-face {
    font-family: "sySong";
    
    font-style: normal;
    font-weight: normal;
}

body {
    overflow-x: hidden;
}

.banner-slick img {
    width: 100%;
}

.banner-slick .slick-prev {
    background: url(../images/arrow3.png) no-repeat;
    border: none;
    width: 50px;
    height: 50px;
    z-index: 69;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 7%;
    background-size: 100% 100%;
    cursor: pointer;
}

.banner-slick .slick-next {
    background: url(../images/arrow4.png) no-repeat;
    border: none;
    width: 50px;
    height: 50px;
    z-index: 69;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 7%;
    background-size: 100% 100%;
    cursor: pointer;
}

.mid1Head {
    padding-top: 44px;
    padding-bottom: 22px;
    text-align: center;
}

.mid1Head>span {
    font-size: 36px;
    color: #000000;
    margin-left: 5%;
}

.mid1Head>a {
    float: right;
    color: #861023;
    font-size: 16px;
    line-height: 47px;
    position: relative;
    margin-right: 35px;
}

.mid1Head>a::after {
    content: "";
    display: block;
    width: 27px;
    height: 7px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 53px;
    background: url("../images/btn-r.png") no-repeat;
    transition: all 0.3s;
}

.mid1Head>a:hover::after {
    left: 58px;
}

.mid1 .mid1Left {
    float: left;
    position: relative;
    margin-right: 2.85%;
    width: 48.6%;
}

.mid1 .mid1Left .slick .box {
    position: relative;
}

.mid1 .mid1Left .slick .slick-next {
    display: none !important;
}

.mid1 .mid1Left .slick .slick-prev {
    display: none !important;
}

.mid1 .mid1Left .slick .slick-dots {
    bottom: 13px;
}

.mid1 .mid1Left .slick .slick-dots li {
    margin-right: 10px;
    transition: all 0.8s;
}

.mid1 .mid1Left .slick .slick-dots li button:before {
    opacity: 1;
    background-color: #ffffff;
    left: 245px;
    content: "";
    width: 27px;
    height: 6px;
    display: block;
    transition: all 0.8s;
    z-index: 4;
    border-radius: 5px;
}

.mid1 .mid1Left .slick-dots li.slick-active button::before {
    width: 54px;
    background-color: #fece31;
}

.mid1 .mid1Left .slick-dots li.slick-active {
    margin-right: 37px;
}
.mid1 .mid1Left .slick .slick-dots li button {
    opacity: 1;
    background-color: #ffffff;
    left: 245px;
    content: "";
    width: 27px;
    height: 6px;
    display: block;
    transition: all 0.8s;
    z-index: 4;
    border-radius: 5px;
    padding:0
}
.mid1 .mid1Left .slick-dots li.slick-active button {
    width: 54px !important;
    background-color: #fece31 !important;
}
.slick1ImgBox {
    padding-top: 45.5%;
    position: relative;
    overflow: hidden;
}

.mid1Bottom {
    padding-top: 15.2%;
    background-color: #861023;
    font-size: 24px;
    color: #ffffff;
    padding-left: 10px;
    position: relative;
}

.mid1Bottom>p {
    position: absolute;
    left: 4.4%;
    top: 22%;
    width: 91%;
    height: 100%;
    font-size: 21px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.slick1ImgBox img {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    transition: all 1s;
}

.mid1Right {
    float: right;
    width: 48.55%;
}

.mid1Right>ul {
    border-left: 1px solid #dfdfdf;
}

.section2-BodyslickItem {
    padding-top: 3.7%;
    padding-bottom: 3.9%;
    position: relative;
    padding-left: 3%;
}

.section2-Body-Con {
    display: block;
    font-size: 16px;
    color: #000000;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    margin-right: 120px;
    position: absolute;
    left: 3%;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
}

.section2-Body-Con:hover {
    color: #861023;
}

.section2-BodyslickItem::before {
    position: absolute;
    content: "";
    display: block;
    width: 11px;
    height: 11px;
    border-radius: 6px;
    background-color: #861023;
    left: 0;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
}

.section2-Body-Date {
    float: right;
    font-size: 16px;
    color: rgba(0, 0, 0, 0.8);
    font-family: 微软雅黑;
    width: 100px;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
}

.mid2 {
    padding-bottom: 50px;
}

.mid2Left {
    float: left;
    position: relative;
    margin-right: 2.85%;
    width: 48.6%;
}

.mid2Right {
    float: right;
    width: 48.55%;
}

.mid3 {
    background: #f7eded;
    background-size: cover;
    background-position: 100% 100%;
    padding-bottom: 35px;
}

.mid3Item {
    float: left;
    width: 31.4%;
    margin-right: 2.9%;
}

.mid3Body a {
    display: block;
}

.mid3ImgBox {
    padding-top: 60%;
    position: relative;
    overflow: hidden;
}

.mid3ImgBox:hover img {
    transform: scale(1.2);
}

.mid3Item:last-child {
    margin-right: 0px;
}

.mid3ImgBox img {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    transition: all 1s;
}

.mid3Tit {
    color: #861023;
    font-size: 18px;
    font-weight: 600;
    padding-top: 4%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.mid3Date {
    color: #666666;
    font-size: 16px;
    padding-top: 2%;
    padding-bottom: 3%;
}

.mid3Decrib {
    border-bottom: 1px solid #dfdfdf;
}

.mid3ItemLi {
    padding-left: 19px;
    position: relative;
    line-height: 40px;
}

.mid3ItemLi::before {
    content: "";
    display: block;
    position: absolute;
    width: 8px;
    height: 1px;
    background:#861023;
    left: 0px;
    top: 50%;
    transform: translateY(-50%);
    z-index: 9;
}

.mid3ItemLi a {
    color: #303030;
    font-size: 16px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.mid3ItemLi:hover a {
    color:#861023;
}

.textright {
    text-align: left;
}

.mid1Head .M-L {
    margin-left: 0px;
    font-size: 24px;
}

.mid2LeftItem {
    border-bottom: 1px dashed #c5c5c5;
    padding: 14.5px 0;
    overflow: hidden;
}

.mid2LeftItem>a {
    display: block;
}

.mid2LeftDate {
    float: left;
    height: 30px;
    line-height: 30px;
    width: 120px;
    background-color: #f4e5e5;
    border-radius: 8px 0 0 8px;
    padding-left: 31px;
    font-size: 14px;
    position: relative;
    margin-top: -0.5%;
    margin-right: 21px;
}

.mid2LeftDate::before {
    content: "";
    display: block;
    position: absolute;
    left: 14px;
    top: 50%;
    transform: translateY(-50%);
    background: url("../images/icon-date.png") no-repeat;
    width: 15px;
    height: 15px;
}

.mid2LeftCon {
    overflow: hidden;
    font-size: 16px;
    text-overflow: ellipsis;
    white-space: nowrap;
    vertical-align: middle;
}

.mid2LeftCon:hover {
    color:#861023;
}

.text-list2 {
    background: #fff;
    /* padding: 20px; */
}

.text-list2 li {
    border-bottom: 1px solid #dfdfdf;
}

.text-list2 li a {
    color: #333;
    display: block;
    overflow: hidden;
    transition: all 0.3s;
    padding-top: 6.5px;
    padding-bottom: 8.5px;
}

.text-list2 li a:hover {}

.date2 {
    width: 80px;
    text-align: center;
    transition: all 0.3s;
    background: #ffffff;
    border-top: 0px;
    font-size: 0px;
}

.date2 p {
    transition: all 0.3s;
    font-size: 18px;
    font-weight: normal;
    line-height: 25px;
    color: #fff;
    background:#861023;
    width: 100%;
}

.date2 span {
    display: block;
    font-size: 36px;
    line-height: 52px;
    font-family: Arial, Helvetica, sans-serif;
    color: #000000;
    border: 1px solid #861023;
    border-top: none;
}

.text-list2 li a .date2 {
    float: left;
    color: #000;
    margin-right: 20px;
}

.text-list2-p {
    position: relative;
    overflow: hidden;
}

.text-list2-p .One::before {
    /* content: ""; */
    display: block;
    position: absolute;
    width: 19px;
    height: 19px;
    left: 0px;
    top: 26px;
    background: url("../images/icon-tit1.png") no-repeat;
}

.text-list2-p .Two::before {
    content: "";
    display: block;
    position: absolute;
    width: 19px;
    height: 19px;
    left: 1px;
    top: 51px;
    background: url("../images/icon-tit2.png") no-repeat;
}

.text-list2-p .Three::before {
    content: "";
    display: block;
    position: absolute;
    width: 19px;
    height: 19px;
    left: 3px;
    top: 75px;
    background: url("../images/icon-tit3.png") no-repeat;
}

.p-L {
    padding-left: 25px;
    font-size: 14px;
    color: #666666;
    line-height: 21.7px;
    padding-top: 3px;
}

.text-list2-p .One {
    font-size: 16px;
    font-family: 微软雅黑;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    line-height: 78px;
}

.text-list2 li a:hover .One {
    color: #861023;
}

.mid4 {
    padding-bottom: 44px;
}

.mid4slick div a {
    margin: 0 10px;
    display: block;
    padding: 5px;
    border: 1px solid #eeeeee;
}

.mid4slick div a .pic {
    display: block;
    padding-top: 54.5%;
    position: relative;
    overflow: hidden;
}

.mid4slick div a:hover img {
    transform: scale(1.2);
}

.mid4slick div a img {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    transition: all 1s;
}

@media screen and (max-width: 1400px) {
    .mid1Bottom>p {
        font-size: 22px;
    }

    .mid1,
    .mid2,
    .mid3,
    .mid4 {
        padding-left: 10px;
        padding-right: 10px;
    }
}

@media screen and (max-width: 1200px) {

    html,
    body,
    .banner,
    .banner .slick,
    .banner .slick div,
    .banner .slick-slide a,
    .banner .slick-slide a img {
        height: auto !important;
    }

    .banner-text {
        font-size: 20px;
    }

    .banner .slick-prev,
    .banner .slick-next {
        width: 15px;
        height: 25px;
    }

    .banner .slick-prev {
        left: 20px;
    }

    .banner .slick-next {
        right: 20px;
    }

    .mid1Bottom>p {
        font-size: 19px;
    }
}

@media screen and (max-width: 1024px) {
    .banner-slick .slick-prev {
        left: 20px;
        width: 30px;
        height: 30px;
    }
    .banner-slick .slick-next {
        right: 20px;
        width: 30px;
        height: 30px;
    }
    .Item {
        width: 28%;
    }

    .mid {
        text-align: center;
    }

    .zhezhao {
        font-size: 18px;
        line-height: 50px;
    }

    .mid1Bottom>p {
        font-size: 18px;
    }

    .mid1 .mid1Left,
    .mid1 .mid1Right,
    .mid2Left,
    .mid2Right,
    .mid3Item {
        float: none;
        width: 100%;
    }

    .mid1 .mid1Right {
        padding-top: 30px;
    }

    .mid1Bottom>p {
        /* font-size: 23px; */
        position: static;
        margin-right: 0;
        width: auto;
        text-align: center;
    }

    .mid1Head>span {
        font-size: 30px;
    }

    .mid1 .mid1Left .slick .slick-dots {
        bottom: 10px;
    }

    .mid1,
    .mid2,
    .mid3,
    .mid4 {
        padding: 0 10px;
    }

    .mid2,
    .mid3,
    .mid4 {
        padding-bottom: 35px;
    }

    .mid1Head {
        padding-top: 35px;
    }

    .mid1Head>span {
        margin-left: 16%;
    }

    .section2-BodyslickItem::before {
        /* left: -35px; */
        /* top: 27px; */
    }

    .section2-BodyslickItem {
        padding-top: 0;
        padding-bottom: 0;
        line-height: 42px;
        position: relative;
        padding-left: 15px;
    }

    .section2-Body-Con {
        position: static;
        top: 0;
        transform: translateY(0);
    }

    .mid3Tit {
        padding-top: 2%;
    }

    .mid3Date {
        padding: 2% 0;
    }

    .mid3Date {
        padding: 15px 0;
    }

    .mid1Bottom {
        padding: 15px;
        padding-bottom: 40px;
    }
}

@media screen and (max-width: 768px) {
    .mid1 .mid1Left .slick .slick-dots {
        bottom: 13px;
    }

    .zhezhao {
        font-size: 20px;
        line-height: 50px;
    }

    .mid {
        padding: 20px 0px;
    }

    .Item:first-child {
        margin-left: 50%;
        transform: translateX(-50%);
    }

    .Item {
        display: block;
        margin-left: 50%;
        transform: translateX(-50%);
        margin-top: 20px;
        border-radius: 10px;
        width: 90%;
    }

    .Item:first-child {
        margin-top: 0px;
    }

    .section2-BodyslickItem::before {
        /* left: -23px; */
        /* top: 16px; */
    }

    .mid1Bottom>p {
        font-size: 18px;
    }

    .mid1 .mid1Left .slick-dots li.slick-active button::before {
        width: 50px;
    }

    .mid1 .mid1Left .slick .slick-dots li button:before {
        height: 4px;
    }

    .mid1Head>span {
        font-size: 24px;
    }

    .mid1Head .M-L {
        margin-left: 0px;
        font-size: 24px;
    }
}

@media screen and (max-width: 480px) {
    .section2-Body-Con {
        width: 65.7%;
    }

    .banner-text {
        font-size: 15px;
    }

    .zhezhao {
        font-size: 17px;
        line-height: 43px;
    }

    .mid1Bottom>p {
        font-size: 15px;
    }

    .section2-BodyslickItem::before {
        /* left: -18px; */
        /* top: 16px; */
    }

    .mid1 .mid1Left .slick .slick-dots {
        bottom: 2px;
    }
}

@media screen and (max-width: 375px) {
    .banner-text {
        font-size: 10px;
    }

    .banner .slick-prev,
    .banner .slick-next {
        width: 10px;
        height: 20px;
    }
}
/* ==================== 友情链接模块 - 现代浏览器 ==================== */
/* 现代浏览器：使用CSS Grid实现一行五列布局，配合Flexbox垂直居中 */
.friend-links {
    margin-top: 40px;
    padding-top: 30px;
    border-top: 1px solid #eeeeee;
}

.friend-links-title {
    font-size: 20px;
    color: #333;
    font-weight: 600;
    margin-bottom: 20px;
    padding-left: 15px;
    position: relative;
}

.friend-links-title::before {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 4px;
    height: 18px;
    background: #861023;
    border-radius: 2px;
}

/* 现代浏览器：Grid布局实现精确的五等分 */
.friend-links-list {
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    gap: 20px;
}

.friend-links-list a {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 50px;
    padding: 0 15px;
    background: #f8f8f8;
    border: 1px solid #e8e8e8;
    border-radius: 4px;
    font-size: 14px;
    color: #555;
    text-decoration: none;
    transition: all 0.3s ease;
    text-align: center;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.friend-links-list a:hover {
    background: #861023;
    border-color: #861023;
    color: #fff;
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(134, 16, 35, 0.3);
}

/* IE11降级：Grid部分支持，使用Flexbox替代 */
_:-ms-fullscreen, :root .friend-links-list {
    display: flex;
    flex-wrap: wrap;
}

_:-ms-fullscreen, :root .friend-links-list a {
    flex: 0 0 calc(20% - 16px);
    margin-right: 20px;
    margin-bottom: 20px;
    width: auto;
    display: block;
    line-height: 50px;
}

_:-ms-fullscreen, :root .friend-links-list a:nth-child(5n) {
    margin-right: 0;
}

/* IE10降级：Flexbox部分支持，使用inline-block替代 */
_:-ms-lang(x), .friend-links-list {
    display: block;
    font-size: 0;
    text-align: center;
}

_:-ms-lang(x), .friend-links-list a {
    display: inline-block;
    width: 18%;
    margin-right: 2.5%;
    margin-bottom: 20px;
    vertical-align: top;
}

_:-ms-lang(x), .friend-links-list a:nth-child(5n) {
    margin-right: 0;
}

/* ==================== 响应式适配 ==================== */
@media screen and (max-width: 1200px) {
    .friend-links-list {
        grid-template-columns: repeat(3, 1fr);
        gap: 15px;
    }
    
    /* IE11降级：响应式使用Flexbox */
    _:-ms-fullscreen, :root .friend-links-list a {
        flex: 0 0 calc(33.333% - 10px);
        margin-right: 15px;
    }
    
    _:-ms-fullscreen, :root .friend-links-list a:nth-child(5n) {
        margin-right: 15px;
    }
    
    _:-ms-fullscreen, :root .friend-links-list a:nth-child(3n) {
        margin-right: 0;
    }
}

@media screen and (max-width: 768px) {
    .friend-links-list {
        grid-template-columns: repeat(2, 1fr);
        gap: 12px;
    }
    
    .friend-links-list a {
        height: 44px;
        font-size: 13px;
    }
    
    /* IE11降级：移动端两列 */
    _:-ms-fullscreen, :root .friend-links-list a {
        flex: 0 0 calc(50% - 6px);
        margin-right: 12px;
        height: 44px;
        line-height: 44px;
    }
    
    _:-ms-fullscreen, :root .friend-links-list a:nth-child(3n) {
        margin-right: 12px;
    }
    
    _:-ms-fullscreen, :root .friend-links-list a:nth-child(2n) {
        margin-right: 0;
    }
}

@media screen and (max-width: 480px) {
    .friend-links {
        margin-top: 30px;
        padding-top: 20px;
    }
    
    .friend-links-title {
        font-size: 18px;
        margin-bottom: 15px;
    }
    
    .friend-links-list {
        grid-template-columns: 1fr;
        gap: 10px;
    }
    
    .friend-links-list a {
        height: 40px;
        font-size: 13px;
    }
    
    /* IE11降级：移动端单列 */
    _:-ms-fullscreen, :root .friend-links-list a {
        flex: 0 0 100%;
        margin-right: 0;
        height: 40px;
        line-height: 40px;
    }
}
@media screen and (max-width: 320px) {}