@import url("./public.css");

header {
    position: relative;
    box-sizing: border-box;
    padding-top: 105px;
    height: 719px;
    background: url('../images/header_bg1.png') no-repeat;
}

.w1400 {
    box-sizing: border-box;
    width: 1400px;
    margin: 0 auto !important;
}

.zt-title {
    text-align: center;
}

.zt-title img {
    max-width: 1335px;
}

.nav {
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    align-items: flex-end;
    width: 100%;
    height: 213px;
    background: url('../images/nav_bg_new.png') no-repeat;
    /* background-size: 100%; */
    z-index: 999;
}

.nav ul {
    display: flex;
    justify-content: flex-start;
    align-items: flex-end;
    position: relative;
    padding-bottom: 11px;
    height: 77px;
    border-radius: 8px 8px 0px 0px;
    background: linear-gradient(180deg, #DB0F0F 0%, #F04F23 15%, #D10811 48%, #D10811 83%, #BF3311 100%), linear-gradient(180deg, #C20002 0%, #E60204 38%, #E60204 84%, #920005 100%);
    border-top: 3px solid #fff;
    z-index: 9999;
}

.nav ul::before {
    content: '';
    position: absolute;
    top: -48px;
    left: -100px;
    width: 406px;
    height: 142px;
    background: url('../images/nav_icon1.png') no-repeat;
    z-index: 99;
}

.nav ul li {
    position: relative;
    margin-right: 30px;
    width: 261px;
    height: 66px;
    line-height: 66px;
    z-index: 999;
}

.nav ul li.home {
    margin: 0 75px 0 80px;
    width: auto;
}

.nav ul li.home a {
    display: flex;
    justify-content: center;
    align-items: center;
    padding-top: 5px;
}

.nav ul li a {
    display: block;
    width: 100%;
    height: 100%;
    font-size: 30px;
    font-weight: bold;
    color: #FFFFFF;
    text-align: center;
}

.nav ul li:hover a {
    color: #E60204;
    background: url("../images/nav_li_on.png") no-repeat;
    background-size: 100%;
}

.nav ul li.home:hover a {
    background: none;
}

.nav ul li a.active {
    color: #E60204;
    background: url("../images/nav_li_on.png") no-repeat;
    background-size: 100%;
}

.con {
    padding: 40px 0 20px;
    background: url('../images/con_bg.png') no-repeat center;
    background-size: 100% 100%;
}

.title {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    margin-bottom: 30px;
    width: 100%;
}

.title .headline {
    height: 137px;
}

.title .line {
    margin-bottom: 45px;
    display: block;
    width: calc(100% - 590px);
    overflow: hidden;
}

.title a {
    margin-bottom: 44px;
    margin-left: 16px;
}

.tpxw {
    height: 662px;
}

.tpxw .swiper-text {
    position: absolute;
    bottom: 0;
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    box-sizing: border-box;
    padding: 0 30px 28px;
    width: 100%;
    height: 147px;
    color: #fff;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, #000000 100%);
}

.tpxw .swiper-text>p {
    width: calc(100% - 200px);
    font-size: 22px;
    font-weight: bold;
    color: #FFFFFF;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;

}

.tpxw .swiper-text .date {
    margin-bottom: -15px;
    text-align: center;
}

.tpxw .swiper-text .date span {
    font-size: 28px;
    font-weight: bold;
    letter-spacing: 0.05em;
    color: rgba(255, 255, 255, 0.8);
}

.tpxw .swiper-text .date p {
    font-size: 40px;
    font-weight: bold;
    letter-spacing: 0.05em;
    color: #FFFFFF;
}

.tpxw .swiper-button-next,
.tpxw .swiper-button-prev {
    display: none;
}

.tpxw:hover .swiper-button-next,
.tpxw:hover .swiper-button-prev {
    display: block;
}

.row2 {
    margin: 50px 0;
}

.xwdt-pic {
    position: relative;
    width: 60%;
    height: 535px;
}

.xwdt-pic .text {
    position: absolute;
    bottom: 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
    box-sizing: border-box;
    padding: 0 30px;
    width: 100%;
    height: 56px;
    color: #fff;
    background: rgba(0, 0, 0, 0.67);
}

.xwdt-pic .text a {
    display: block;
    width: calc(100% - 150px);
    font-size: 16px;
    font-weight: bold;
    color: #fff;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.xwdt-pic .text span {
    font-size: 16px;
}

.right-list {
    position: relative;
    box-sizing: border-box;
    padding: 87px 30px 0 26px;
    width: 40%;
    height: 544px;
    background: url("../images/right_list_bg.png") no-repeat;
}

.xingxing {
    position: absolute;
    top: -9px;
    left: 50%;
    transform: translateX(-50%);
    height: 78px;
}

.first-text h3 {
    margin-bottom: 13px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    color: #D10811;
}

.first-text h3 a {
    font-size: 16px;
    font-weight: bold;
    line-height: 26px;
    color: #D10811;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.first-text {
    padding-bottom: 21px;
}

.first-text p {
    font-size: 14px;
    line-height: 24px;
    color: #D10811;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

.first-text p a {
    font-weight: bold;
    color: #D10811;
}

.right-list ul {
    margin-top: 20px;
}

.right-list ul li {
    margin-bottom: 15px;
}

.list-item li a {
    display: block;
    font-size: 16px;
    line-height: 29px;
    color: #333333;
    text-indent: 20px;
    background: url("../images/info-icon1.png") no-repeat center left;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.list-item li p {
    text-indent: 20px;
    line-height: 29px;
}

.list-item li:hover a {
    font-weight: bold;
    color: #D10811;
    background: url("../images/info-icon2.png") no-repeat center left;
}

.list-item li:hover p {
    color: #D10811;
}

.row3-box {
    width: 48%;
}

.row3 .line {
    display: block;
    width: 20%;
    overflow: hidden;
}

.row3-box .list-item {
    box-sizing: border-box;
    padding: 13px 26px;
    border-radius: 10px;
    background: linear-gradient(180deg, rgba(209, 8, 17, 0.05) 0%, rgba(216, 216, 216, 0) 100%);
    backdrop-filter: blur(10px);
}

.row3-box .list-item li {
    padding: 20px 0;
    border-bottom: 1px dashed #D8D8D8;
}

footer {
    background: #C00012;
}

footer .w1400 {
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 81px;
}

footer * {
    color: #fff;
    font-size: 16px;
}

.list {
    padding: 13px 26px;
    border-radius: 10px;
    /* background: linear-gradient(180deg, rgba(209, 8, 17, 0.05) 0%, rgba(216, 216, 216, 0) 100%); */
    background: #fff;
    backdrop-filter: blur(10px);
}

.list li {
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 60px;
    line-height: 60px;
    font-size: 16px;
}

.list li a {
    width: calc(100% - 120px);
}

.line2 {
    max-width: 100%;
}

/* 滚动槽 */

::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 6px rgba(0, 0, 0, 0.3);
    border-radius: 10px;
    box-shadow: inset 6px rgba(0, 0, 0, 0.3);
}


/* 滚动条滑块 */

::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background-color: #C00012;
    box-shadow: inset 6px rgba(0, 0, 0, 0.5);
    -webkit-box-shadow: inset 6px rgba(0, 0, 0, 0.5);
}

::-webkit-scrollbar-thumb:window-inactive {
    background-color: #C00012;
}

.current a:last-child {
    color: #C00012 !important;
}

#layuiPage {
    text-align: center;
}

.layui-laypage .layui-laypage-curr .layui-laypage-em {
    background: #C00012 !important;
}

@media only screen and (max-width: 1400px) {
    .zt-title img {
        max-width: 90%;
    }

    .w1400 {
        width: 1200px;
    }

    .nav ul li.home {
        margin: 0 45px 0 80px;
        width: auto;
    }

    .nav ul li {
        margin-right: 0;
    }

    .title .line {
        width: calc(100% - 590px);
    }

}

@media only screen and (max-width: 1200px) {
    .w1400 {
        width: 996px;
    }

    .nav ul li:hover a,
    .nav ul li a.active {
        background: #fff;
        color: #D10811;
        border-radius: 10px;
    }

    .nav ul {
        padding-bottom: 5px;
    }

    .nav ul li{
        margin: 0 10px;
        width: 185px;
    }

    .nav ul li.home a {
        padding-top: 0;
    }

    .xwdt-pic {
        width: 100%;
    }

    .right-list {
        margin-top: 30px;
        width: 100%;
        background: #FFE6DE;
    }

    .row3-box {
        margin-bottom: 30px;
        width: 100%;
    }
}

@media only screen and (max-width: 996px) {
    .w1400 {
        width: 768px;
    }

    header {
        height: 500px;
    }

    .nav ul li.home {
        padding: 0;
        margin: 0 20px 0 55px;
    }

    .nav ul li {
        margin: 0 10px;
        width: auto;
    }

    .nav ul li a{
        padding: 0 10px;
        font-size: 26px;
    }

    .title .headline {
        height: 100px;
    }

    .title .line {
        width: calc(100% - 490px);
        margin-bottom: 29px;
    }

    .title a {
        margin-bottom: 27px;
    }

    .tpxw {
        height: 562px;
    }
}

@media only screen and (max-width: 768px) {
    .w1400 {
        width: 97%;
    }

    .nav ul li {
        margin: 0 7px;
        padding: 0;
    }

    .nav ul::before {
        left: -80px;
    }

    .nav ul li:hover a,
    .nav ul li a.active {
        background: #fff;
        border-radius: 10px;
        color: #E60204;
        padding: 0 5px;
    }
}