* {
    margin: 0;
    padding: 0;
}

body {
    background: #f3f3f3;
}

li {
    list-style: none;
}

a {
    text-decoration: none;
    /* inherit 继承 */
    color: inherit;
}



.box1,
.box2,
.box3 {
    position: relative;
    overflow: hidden;
}

.box2 {
    margin-top: -40px
}

.box3 {
    margin-top: -40px
}

.box1 {
    margin-top: -30px
}

img {
    max-width: none;
    image-rendering: -moz-crisp-edges;
    /* Firefox */
    image-rendering: -o-crisp-edges;
    /* Opera */
    image-rendering: -webkit-optimize-contrast;
    /* Webkit (non-standard naming) */
    image-rendering: crisp-edges;
    -ms-interpolation-mode: nearest-neighbor;
    /* IE (non-standard property) */
    transition: all 0.5s;
}

.box1 > .bgLeft {
    width: 25%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: -1;
}

.box2 > .bgLeft {
    width: 20%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: -1;
}
/* 设置kWidth dtBox的宽度 */
.box2.kWidth.dtBox {
    width: 1580px;
    margin: 0 auto; /* 水平居中 */
    background: red
}

.box3 > .bgLeft {
    width: 20%;
    position: absolute;
    left: 0;
    top: 15%;
    z-index: 0;
    opacity: 0.2;
}

.box1 > .bgLeft img,
.box1 > .bgRight img {
    width: 100%;
}

.box1 > .bgRight {
    width: 25%;
    position: absolute;
    right: 0;
    top: 0;
    z-index: -1;
}


.box2 > .bgRight {
    width: 15%;
    position: absolute;
    right: 0;
    top: 25%;
    z-index: -1;
}


.box3 > .bgRight {
    width: 15%;
    position: absolute;
    right: 0;
    top: 15%;
    z-index: 0;
    opacity: 0.2;
}

    .box1 > .bgRight img,
    .box3 > .bgRight img {
        transform: rotateY(180deg)
    }

.box1 > .bgLeft img {
    width: 100%;
}



.djBox,
.dtBox {
    margin: 0 auto;
    padding: 60px 0 20px 0;
    overflow: hidden;
}

    .djBox .left,
    .dtBox .left {
        width: calc(100% - 350px);
        margin-right: 2%;
        float: left;
    }

    .djBox .right,
    .dtBox .right {
        width: 322px;
        float: right;
    }

.titleH2 {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    margin-bottom: 25px;
}

    .titleH2 h2 {
        font-size: 24px;
        font-weight: normal;
        display: flex;
        align-items: center;
    }

        .titleH2 h2 span {
            font-size: 24px;
            color: #666;
            margin-left: 20px;
            margin-bottom: -2px;
        }

            .titleH2 h2 span a {
                margin: 0 8px
            }

                .titleH2 h2 span a:hover {
                    color: #d90000;
                }

    .titleH2 > a {
        font-size: 18px;
        display: block;
        background: url('../images/arrow1.svg') center right no-repeat;
        background-size: 10px;
        padding-right: 15px;
        opacity: 0.6;
    }

        .titleH2 > a:hover {
            color: #c9151e;
            opacity: 1;
        }


.keynote {
    background: #fff;
    padding: 13px;
    width: calc(100% - 374px);
    float: left;
}
/* 添加响应式 */
@media (max-width: 1300px) {
    .keyNoteUl {
        width: 200px; /* 在中等屏幕稍微缩小 */
    }
}


.keynote:hover img {
    transform: scale(1.05);
}

.keynote > a {
    height: 285px;
    overflow: hidden;
    width: 100%;
    display: flex;
    justify-content: center;
}

    .keynote > a img {
        width: 100%;
        min-height: 100%;
        display: block;
        object-fit: cover;
    }

.keynote .date {
    background-image: linear-gradient(to right, #f12517, #fc6b42);
    width: 80px;
    height: 80px;
    color: #fff;
    margin-top: -50px;
    position: relative;
    z-index: 1;
}

    .keynote .date b {
        display: block;
        text-align: center;
        font-size: 32px;
        padding-top: 7px;
    }

    .keynote .date span {
        font-size: 14px;
        text-align: center;
        display: block;
    }

.keynote .xqHt h3 {
    font-size: 18px;
    font-weight: normal;
    margin: 12px 0 10px 0;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

.keynote:hover h3 {
    color: #c9151e;
}

.keynote .xqHt p {
    font-size: 14px;
    text-overflow: -o-ellipsis-lastline;
    text-align: justify;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    line-height: 24px;
    color: #999;
    height: 71px;
}

.keyNoteUl li:hover div span {
    color: #fff;
}

.keyNoteUl {
    width: 420px;
    float: right;
}

    .keyNoteUl li {
        background: #fff;
        border-radius: 0 0 46px 0;
        overflow: hidden;
        border-top: 3px solid;
        border-image: -webkit-linear-gradient(to right, #fc6b42, #f12517) 30 30;
        border-image: -moz-linear-gradient(to right, #fc6b42, #f12517) 30 30;
        border-image: linear-gradient(to right, #fc6b42, #f12517) 30 30;
        position: relative;
        padding-bottom: 25px;
        height: 115px;
    }

        .keyNoteUl li:nth-child(2) {
            margin: 15px 0;
        }


        .keyNoteUl li::after {
            width: 98px;
            height: 98px;
            background: url(../images/logoBG.png) no-repeat;
            background-size: 100%;
            content: '';
            display: block;
            position: absolute;
            left: -30px;
            bottom: -37px;
            opacity: 0.1;
        }

        .keyNoteUl li:hover::after {
            opacity: 0.2;
        }

        .keyNoteUl li a {
            display: block;
            padding: 20px;
            overflow: hidden;
        }

        .keyNoteUl li:hover {
            background-image: linear-gradient(to right, #f12517, #fc6b42);
            border-image: -webkit-linear-gradient(to right, #f12517, #fc6b42) 30 30;
            border-image: -moz-linear-gradient(to right, #f12517, #fc6b42) 30 30;
            border-image: linear-gradient(to right, #f12517, #fc6b42) 30 30;
        }


            .keyNoteUl li:hover p {
                color: #fff;
            }

            .keyNoteUl li:hover .date {
                background: #fff;
                color: #c9151e;
            }

        .keyNoteUl li a p {
            text-overflow: -o-ellipsis-lastline;
            font-size: 16px;
            text-align: justify;
            overflow: hidden;
            text-overflow: ellipsis;
            display: -webkit-box;
            -webkit-line-clamp: 2;
            -webkit-box-orient: vertical;
            line-height: 28px;
            margin-bottom: 10px;
        }


        .keyNoteUl li .date {
            position: absolute;
            background-image: linear-gradient(to right, #f12517, #fc6b42);
            padding: 4px 47px 39px 26px;
            color: #fff;
            margin-top: -50px;
            border-radius: 50px 0 0 32px;
            right: -20px;
            bottom: -35px;
            text-align: center;
        }


            .keyNoteUl li .date b {
                display: block;
                font-size: 16px;
            }


            .keyNoteUl li .date span {
                font-size: 14px;
                display: block;
            }



.zbBox dl {
    margin-bottom: 20px;
    width: 100%;
    height: 219px;
    overflow: hidden;
}

    .zbBox dl:hover img {
        transform: scale(1.05);
    }

    .zbBox dl a {
        display: block;
        width: 100%;
        position: relative;
    }

        .zbBox dl a dd {
            display: flex;
            align-items: center;
            height: 219px;
        }

        .zbBox dl a img {
            width: 100%;
            display: block;
            min-height: 100%;
            transition: all 0.5s;
            object-fit: cover;
        }

        .zbBox dl a dt {
            position: absolute;
            bottom: 0;
            left: 0;
            background: rgb(241 40 25 / 65%);
            color: #fff;
            width: 100%;
        }

            .zbBox dl a dt p {
                width: 90%;
                margin: 0 auto;
                text-overflow: ellipsis;
                white-space: nowrap;
                overflow: hidden;
                padding: 10px 0;
            }

.system {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 0 auto;
}

    .system a {
        display: block;
        width: 23.5%;
        background-size: cover;
        border-radius: 5px;
        text-align: center;
        font-weight: bold;
        color: #fff;
        font-size: 22px;
        position: relative;
    }

        .system a img {
            width: 100%;
        }


.dtBox {
    padding-top: 30px;
}



.hyzdBox .leftBox {
    width: calc(100% - 450px);
    float: left;
    display: flex;
    justify-content: space-between;
}

    .hyzdBox .leftBox li {
        width: 47.7%;
        background: #fff;
    }

        .hyzdBox .leftBox li:hover img,
        .xwBanner a:hover img,
        .activeIesBox li:hover img {
            transform: scale(1.05);
        }

        .hyzdBox .leftBox li a > span {
            width: 100%;
            height: 233px;
            display: block;
            overflow: hidden;
        }

        .hyzdBox .leftBox li a > div span {
            font-size: 15px
        }

        .hyzdBox .leftBox li a > div p {
            font-size: 15px;
            overflow: hidden;
            display: -webkit-box;
            -webkit-line-clamp: 2;
            -webkit-box-orient: vertical;
            line-height: 1.5;
            max-height: 3em;
        }

        .hyzdBox .leftBox li a > span img {
            width: 100%;
            height: 233px;
        }

        .hyzdBox .leftBox li div {
            padding: 15px;
            font-size: 16px
        }

            .hyzdBox.leftBox li div p {
                font-size: 16px
            }

            .hyzdBox .leftBox li div span {
                display: block;
                font-size: 14px;
                color: #666;
            }

        .hyzdBox .leftBox li:hover {
            background: #f84f30;
        }

            .hyzdBox .leftBox li:hover * {
                color: #fff;
            }

        .hyzdBox .leftBox li div h4 {
            font-weight: normal;
            font-size: 18px;
            line-height: 28px;
            text-overflow: ellipsis;
            overflow: hidden;
            white-space: nowrap;
            margin: 10px 0;
            color: #000;
        }

        .hyzdBox .leftBox li div p {
            font-size: 14px;
            color: #666;
            line-height: 26px;
            text-overflow: -o-ellipsis-lastline;
            overflow: hidden;
            text-overflow: ellipsis;
            display: -webkit-box;
            -webkit-line-clamp: 2;
            -webkit-box-orient: vertical;
            text-align: justify;
        }

.hyzdBox .rightBox {
    width: 415px;
    float: right;
    margin-top: -30px;
}

    .hyzdBox .rightBox li {
        margin-top: 30px;
    }

        .hyzdBox .rightBox li:hover p {
            color: #c9151e;
            text-decoration: underline;
        }

            .hyzdBox .rightBox li:hover p::before {
                opacity: 1;
            }

        .hyzdBox .rightBox li:hover span {
            color: #c9151e;
            text-decoration: underline;
        }

        .hyzdBox .rightBox li a p::before {
            content: "";
            background: url('../images/iconh.png');
            background-size: 100%;
            width: 12px;
            height: 12px;
            position: absolute;
            left: 0;
            top: 30%;
            opacity: 0.4;
        }

        .hyzdBox .rightBox li a {
            overflow: hidden;
            color: #000;
        }

            .hyzdBox .rightBox li a p {
                overflow: hidden;
                white-space: nowrap;
                text-overflow: ellipsis;
                padding-left: 20px;
                position: relative;
                font-size: 16px;
            }

            .hyzdBox .rightBox li a span {
                font-size: 15px;
                color: #666;
                margin-top: 12px;
                margin-left: 20px;
                display: block;
            }


.gjBox {
    margin: 40px auto;
}

.activeIesBox {
    display: flex;
    justify-content: space-between;
    margin-left: -20px;
}

    .activeIesBox li {
        width: 31.5%;
        margin-left: 20px;
    }

        .activeIesBox li:hover .fontYs {
            background: #f84f30;
            color: #fff;
        }

            .activeIesBox li:hover .fontYs * {
                color: #fff;
            }

    .activeIesBox a {
        display: block;
        background: #fff;
    }

        .activeIesBox a > span {
            width: 100%;
            height: 231px;
            display: flex;
            align-items: center;
            justify-content: center;
            overflow: hidden;
        }

            .activeIesBox a > span img {
                min-height: 100%;
                min-width: 100%;
                max-width: 100%;
                max-height: 100%;
                object-fit: cover;
            }

    .activeIesBox .fontYs {
        padding: 15px;
    }

        .activeIesBox .fontYs h5 {
            font-weight: normal;
            font-size: 18px;
            color: #000;
            overflow: hidden;
            white-space: nowrap;
            text-overflow: ellipsis;
        }

        .activeIesBox .fontYs span p {
            font-size: 15px;
        }

        .activeIesBox .fontYs div span {
            display: block;
            font-size: 15px;
            color: #666;
            margin: 10px 0
        }

        .activeIesBox .fontYs p {
            font-size: 15px;
            color: #666;
            line-height: 24px;
            text-overflow: -o-ellipsis-lastline;
            overflow: hidden;
            text-overflow: ellipsis;
            display: -webkit-box;
            -webkit-line-clamp: 2;
            -webkit-box-orient: vertical;
        }

.box_ghBanner {
    width: 1580px;
    height: 150px; /* 设置容器高度 */
    overflow: hidden; /* 隐藏超出部分 */
    display: flex;
    align-items: center; /* 垂直居中 */
    margin: 0 auto;
    margin-bottom: 40px;
    margin-top: -10px
}

    .box_ghBanner img {
        width: 100%; /* 图片宽度填满容器 */
        height: auto; /* 高度自适应 */
    }

#c_banner_019_P_2654-1752543048012 {
    height: 800px;
}

    #c_banner_019_P_2654-1752543048012 .e_bannerA-2.s_list.saf-banner,
    #c_banner_019_P_2654-1752543048012 .swiper-container,
    #c_banner_019_P_2654-1752543048012 .swiper-wrapper,
    #c_banner_019_P_2654-1752543048012 .swiper-slide,
    #c_banner_019_P_2654-1752543048012 .p_img {
        height: 800px !important;
    }

        #c_banner_019_P_2654-1752543048012 .p_img img {
            height: 800px;
            width: 100%;
            object-fit: cover;
        }

@media (min-width: 992px) {
    .kWidth {
        width: 1100px;
        padding-left: 0;
        padding-right: 0;
    }

    .ppBoxzh ul li {
        width: 18.7%;
    }
}


@media (min-width: 1100px) {
    .kWidth {
        width: 1200px;
        padding-left: 0;
        padding-right: 0;
    }
}

@media (min-width: 1200px) {
    .kWidth {
        width: 1300px;
        padding-left: 0;
        padding-right: 0;
    }
}

@media (min-width: 1280px) {
    .kWidth {
        width: 1254px;
        padding-left: 0;
        padding-right: 0;
    }
}

@media (min-width: 800px) {
    .box1 .keyNoteUl {
        width: 340px;
    }
}

@media (min-width: 1300px) {
    .box1 .keyNoteUl {
        width: 340px;
    }
}

@media (min-width: 1600px) {

    .djBox .right,
    .dtBox .right {
        width: 395px;
    }

    .newList {
        width: 363px;
    }

    .kWidth {
        width: 1580px;
    }

    .djBox .left,
    .dtBox .left {
        width: 1150px;
    }
    /* 设置keynote宽度 */
    .box1 .keynote {
        width: 650px;
    }

    .box1 .keyNoteUl {
        width: 470px;
    }

    .xwBannerDiv {
        width: calc(100% - 395px);
    }
}

.keynote .date span {
    margin-top: -10px;
}

.keynote .xqHt p {
    font-size: 16px
}

@media (min-width: 991px) and (max-width: 1366px) {
    body {
        zoom: 0.8;
    }
}

@media (min-width: 991px) and (max-width: 1280px) {
    body {
        zoom: 0.75;
    }
}

@media (min-width: 1600px) and (max-width: 1920px) {
    body {
        zoom: 1;
    }
}

/*@media (min-width: 1400px) and (max-width: 1600px) {
	body {
		zoom: 0.95;
	}
}*/

@media (min-width: 1280px) and (max-width: 1400px) {
    .kWidth {
        width: 1300px;
        padding-left: 0;
        padding-right: 0;
    }
}
