body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
code,
legend,
button form,
fieldset,
input,
textarea,
p,
blockquote,
th,
td {
    padding: 0;
    margin: 0;
}


/* 短引用的内容可取值：''或"" */
q:before,
q:after {
    content: '';
}

/* 缩写，图片等无边框 */
fieldset,
img,
abbr,
acronym {
    border: 0 none;
}

abbr,
acronym {
    font-variant: normal;
}

legend {
    color: #000;
}


/* 上下标 */
sup {
    vertical-align: text-top;
}

sub {
    vertical-align: text-bottom;
}

/* 设置表格的边框被合并为一个单一的边框, 指定分隔边框模型中单元格边界之间的距离为0*/
table {
    border-collapse: collapse;
    border-spacing: 0;
}

/* 表格标题及内容居左显示 */
caption,
th {
    text-align: left;
}

input,
img,
select {
    vertical-align: middle;
}

/* 清除列表样式 */
ol,
ul {
    list-style: none;
}

/* 输入控件字体 */
input,
button,
textarea,
select,
optgroup,
option {
    font-family: inherit;
    font-size: inherit;
    font-style: inherit;
    font-weight: inherit;
}

/* 标题元素样式清除 */
h1,
h2,
h3,
h4,
h5,
h6 {
    font-size: 100%;
}

/* 链接样式，颜色可酌情修改 */
del,
ins,
a {
    text-decoration: none;
    cursor: pointer;
}


/* 鼠标样式 */
input[type="submit"] {
    cursor: pointer;
}

button {
    cursor: pointer;
}

input::-moz-focus-inner {
    border: 0;
    padding: 0;
}

.container {
    max-width: 1400px;
    margin: 0 auto;
}


/* 酌情修改 */
body {
    color: #000;
    font-size: 14px;
    font-family: "Microsoft YaHei";
    width: 100%;
    margin: 0 auto;
    text-size-adjust: none;
    min-width: 1430px;
    background: #fff;
}

.clearfix {
    clear: both;
}

.f-left {
    float: left;
}

.f-right {
    float: right;
}

.border-none {
    border: none;
}

.line1 {
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    word-break: break-all;
}

.line2 {
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    word-break: break-all;
}

.line3 {
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    word-break: break-all;
}

.line4 {
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    word-break: break-all;
}

/* ------------------------------------ */

.headerTop {
    width: 100%;
    position: relative;
}

.headerTop .img img {
    width: 100%;
}

.header {
    width: 100%;
    background: #FF0F0F;
    height: 70px;
    box-shadow: 0px -5px 5px 0px rgba(97, 0, 0, 0.3);
}

.header .container {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.navigation {
    width: 100%;
}

.navigation ul {
    height: 70px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}


.navigation ul a {
    font-size: 24px;
    color: #fff;
}

.navigation ul li.on a,
.navigation ul li:hover a {
    font-weight: bold;
}

.footer {
    width: 100%;
    height: 123px;
    background: #BC1C00;
    background: url(../img/footerBg.jpg) center no-repeat;
    background-size: cover;
}

.footer .container {
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.footer .banq p {
    line-height: 25px;
    color: #fff;
    text-align: center;
}

.footer .banq p a {
    color: #fff;
}

/* --------------------- */

.column {
    padding: 75px 0 30px 0;
    position: relative;
    width: 100%;
    height: 45px;
    background-size: cover;
}

.column .list {
    width: 100%;
    height: 45px;
    background: url(../img/columnBg.png) center no-repeat;
    display: flex;
    align-items: center;
    justify-content: space-between;
    box-sizing: border-box;
    padding-right: 14px;
}

.column .title {
    width: 185px;
    height: 59px;
    line-height: 59px;
    text-align: center;
    background: #D90008;
    background: linear-gradient(180deg, #FF000A 0%, #FF000A 100%);
    backdrop-filter: blur(10px);
    box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.3);
    display: inline-block;
    font-size: 30px;
    font-weight: bold;
    color: #FFE99F;
    position: relative;
    top: -7px;
}

.column .title::before {
    content: '';
    width: 8px;
    height: 14px;
    display: inline-block;
    background: url(../img/sjx-ico.png) center no-repeat;
    background-size: cover;
    position: absolute;
    right: -8px;
    top: 0;
}

.column .more {
    color: #A50F15;
}

.content1 {
    width: 100%;
    background: #fff;
    padding-bottom: 60px;
}


.sjjs_box {
    width: 100%;
    display: flex;
}

.sjjsSlide {
    width: 700px;
    position: relative;
}

.sjjsSlide .swiper-slide .img {
    overflow: hidden;
}

.sjjsSlide .swiper-slide img {
    width: 100%;
    height: 390px;
    object-fit: cover;
    transition: All 0.3s ease-in-out;
    -webkit-transition: All 0.3s ease-in-out;
    -moz-transition: All 0.3s ease-in-out;
    -o-transition: All 0.3s ease-in-out;
}

.sjjsSlide .swiper-slide .tt {
    width: 100%;
    height: 180px;
    background: #FFFFFF;
    box-shadow: inset 0px 0px 25px 0px rgba(0, 0, 0, 0.15);
    box-sizing: border-box;
    padding: 20px 30px;
}

.sjjsSlide .swiper-slide .dete {
    color: #999999;
}


.sjjsSlide .swiper-slide .title {
    color: #BC0000;
    font-size: 18px;
    font-weight: bold;
    line-height: 25px;
    height: 25px;
}

.sjjsSlide .swiper-slide .desc {
    line-height: 30px;
    height: 60px;
    color: #666666;
    margin: 10px 0 15px 0;
}

.sjjsSlide .swiper-slide:hover .img img {
    transform: scale(1.05);
    -webkit-transform: scale(1.05);
    -moz-transform: scale(1.05);
    -o-transform: scale(1.05);
    -ms-transform: scale(1.05);
}

.sjjsSlide .swiper-pagination1 {
    position: absolute;
    right: 36px;
    bottom: 38px;
    width: auto;
    text-align: right;
    z-index: 99;
}

.sjjsSlide .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
    opacity: 1;
    background: #FFEFE1;
    margin: 0 6px;
    border-radius: 0;
}

.sjjsSlide .swiper-pagination-bullet-active {
    background: #D5040C;
}


.sjjslist {
    width: calc(100% - 700px);
    background: #FFEFE1;
}

.sjjslist .box {
    width: 100%;
    height: calc(100% / 5);
    position: relative;
    box-sizing: border-box;
    padding: 0 30px;
}

.sjjslist .box::before {
    content: '';
    width: calc(100% - 60px);
    height: 0;
    border-top: 1px solid rgba(188, 0, 0, 0.12);
    display: inline-block;
    position: absolute;
    bottom: 0;
    left: 30px;
}

.sjjslist .box5::before {
    display: none;
}

.sjjslist .box a {
    height: 100%;
    display: flex;
    align-items: center;
    position: relative;
    left: 0;
    transition: all 0.5s ease-in-out;
}

.sjjslist .box:hover a {
    left: 10px;
    transition: all 0.5s ease-in-out;
}

.sjjslist .box .dete {
    color: #999999;
}


.sjjslist .box .tt {
    flex: 1;
    box-sizing: border-box;
    padding-right: 40px;
}

.sjjslist .box .title {
    color: #3D3D3D;
    font-size: 18px;
    line-height: 25px;
}

.sjjslist .box:hover {
    background: url(../img/boxBg.jpg) center no-repeat;
    background-size: cover;
}


.sjjslist .box:hover .title {
    color: #FFE99F;
    font-weight: bold;
}

.sjjslist .box:hover .dete {
    color: rgba(255, 233, 159, 0.7);
}

.content2 {
    width: 100%;
    padding-bottom: 40px;
    background: url(../img/content2Bg.jpg) center no-repeat;
    background-size: cover;
}

.llxxlist {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.llxxlist .box {
    width: calc((100% - 60px) / 2);
    height: 112px;
    background: #FFFFFF;
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
    margin-bottom: 22px;
    position: relative;
}

.llxxlist .box .dete {
    width: 131px;
    height: 69px;
    background: linear-gradient(180deg, #F60000 0%, rgba(246, 0, 0, 0.22) 100%);
    backdrop-filter: blur(10px);
    position: absolute;
    right: 0;
    top: 0;
    color: #FFFFFF;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    box-sizing: border-box;
    padding-left: 38px;
}

.llxxlist .box .dete::before {
    content: '';
    width: 36px;
    height: 36px;
    display: inline-block;
    background: url(../img/dete-ico.png) center no-repeat;
    position: absolute;
    left: 24px;
    top: 15px;
}

.llxxlist .box .tt {
    width: 100%;
    height: 112px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    box-sizing: border-box;
    padding: 0 160px 0 30px;
    position: relative;
    left: 0;
    transition: all 0.5s ease-in-out;
}

.llxxlist .box .title {
    font-size: 18px;
    color: #3D3D3D;
    line-height: 25px;
    height: 25px;
    margin-bottom: 15px;
}

.llxxlist .box .more {
    color: #F60000;
}

.llxxlist .box:hover .tt {
    left: 10px;
    transition: all 0.5s ease-in-out;
}

.llxxlist .box:hover .title {
    color: #F60000;
    font-weight: bold;
}

.content3 {
    width: 100%;
    background: #fff;
    padding-bottom: 60px;
}

.gzdt_jcdt {
    width: 100%;
    display: flex;
    justify-content: space-between;
}

.gzdt,
.jcdt {
    width: calc((100% - 40px) / 2);
}

.gzdtlist li {
    width: 100%;
}

.gzdtlist li.f {
    margin-bottom: 30px;
    box-shadow: 0px 0px 40px 0px rgba(0, 0, 0, 0.1);
}

.gzdtlist li.f a {
    display: flex;
}

.gzdtlist li.f .img {
    width: 313px;
    overflow: hidden;
}

.gzdtlist li.f .img img {
    width: 100%;
    height: 174px;
    object-fit: cover;
    transition: All 0.3s ease-in-out;
    -webkit-transition: All 0.3s ease-in-out;
    -moz-transition: All 0.3s ease-in-out;
    -o-transition: All 0.3s ease-in-out;
}

.gzdtlist li.f .tt {
    flex: 1;
    box-sizing: border-box;
    padding: 25px;
}

.gzdtlist li.f .title {
    font-size: 18px;
    line-height: 30px;
    height: 60px;
    color: #313131;
    margin-bottom: 30px;
}

.gzdtlist li.f .dete {
    width: 89px;
    height: 28px;
    line-height: 28px;
    background: #FFE9E8;
    text-align: center;
    color: #D61510;
}

.gzdtlist li.f:hover .img img {
    transform: scale(1.05);
    -webkit-transform: scale(1.05);
    -moz-transform: scale(1.05);
    -o-transform: scale(1.05);
    -ms-transform: scale(1.05);
}

.gzdtlist li.f:hover .title {
    color: #D61510;
    font-weight: bold;
}

.gzdtlist li.n {
    width: 100%;
    height: 188px;
    background: #FFFFFF;
    box-shadow: 0px 0px 40px 0px rgba(0, 0, 0, 0.1);
    margin-top: 25px;
    box-sizing: border-box;
    padding: 28px 22px;
    position: relative;
}

.gzdtlist li.n::before {
    content: '';
    width: 0;
    height: 0;
    border-top: 2px solid #D61510;
    display: inline-block;
    position: absolute;
    left: 0;
    bottom: 0;
    transition: all 0.5s ease-in-out;
}

.gzdtlist li.n .dete {
    width: 89px;
    height: 28px;
    line-height: 28px;
    background: #FFE9E8;
    text-align: center;
    color: #D61510;
}

.gzdtlist li.n .title {
    font-size: 18px;
    color: #313131;
    line-height: 25px;
    height: 25px;
    margin: 15px 0 10px 0;
}

.gzdtlist li.n .desc {
    line-height: 25px;
    height: 50px;
    color: #9E9E9E;
}

.gzdtlist li.n:hover::before {
    width: 100%;
    transition: all 0.5s ease-in-out;
}

.gzdtlist li.n:hover .title {
    font-weight: bold;
}

/* 警示案例 */

.jsallist .item {
    width: calc((100% - 40px) / 2);
}

.dj-pic {
    width: 360px;
    height: 452px;
    float: left;
    background: #FFFFFF;
    box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.15);
    box-sizing: border-box;
    padding: 30px;
}

.dj-pic .img {
    overflow: hidden;
}

.dj-pic .img img {
    width: 100%;
    height: 167px;
    transition: All 0.3s ease-in-out;
    -webkit-transition: All 0.3s ease-in-out;
    -moz-transition: All 0.3s ease-in-out;
    -o-transition: All 0.3s ease-in-out;
}

.dj-pic .tt {
    width: 100%;
    box-sizing: border-box;
    padding: 20px 0;
    position: relative;
}

.dj-pic .title {
    font-size: 18px;
    line-height: 30px;
    color: #1E1E1E;
    height: 60px;
}

.dj-pic .desc {
    line-height: 25px;
    height: 50px;
    text-align: justify;
    color: #414141;
    opacity: 0.5;
    margin: 20px 0 45px 0;
}

.dj-pic .more {
    width: 24px;
    height: 12px;
    display: inline-block;
    background: url(../img/jt-ico2.png) center no-repeat;
    position: absolute;
    right: 0;
    bottom: 25px;
}

.dj-pic:hover .img img {
    transform: scale(1.05);
    -webkit-transform: scale(1.05);
    -moz-transform: scale(1.05);
    -o-transform: scale(1.05);
    -ms-transform: scale(1.05);
}

.dj-pic:hover .title {
    color: #D61510;
    font-weight: bold;
}

.dj-pic:hover .dete {
    color: #D61510;
}

.dj-pic:hover{
box-shadow: inset 0px 0px 20px 0px rgba(0, 0, 0, 0.15);
}

.dj-pic:hover .dete::before {
    background: url(../img/dete-red.png) no-repeat;
}


.dj-pic .dete {
    color: #EE9640;
    display: flex;
    align-items: center;
}

.dj-pic .dete::before {
    content: '';
    width: 14px;
    height: 14px;
    display: inline-block;
    background: url(../img/dete-yellow.png) no-repeat;
    margin-right: 5px;
}

.dj-box {
    width: calc(100% - 360px);
    box-sizing: border-box;
    padding-top: 50px;
    margin-left: 360px;
}

.dj-box .box {
    width: 100%;
    height: 177px;
    background: #FFF6EA;
    box-sizing: border-box;
    padding: 20px 30px;
    position: relative;
}

.dj-box .box3,
.dj-box .box5 {
    background: #C81710;
}

.dj-box .box .title {
    font-size: 16px;
    color: #414141;
    line-height: 25px;
    height: 50px;
}

.dj-box .box .dete {
    color: #EE9640;
    margin-top: 30px;
    display: flex;
    align-items: center;
}

.dj-box .box .dete::before {
    content: '';
    width: 14px;
    height: 14px;
    display: inline-block;
    background: url(../img/dete-yellow.png) no-repeat;
    margin-right: 5px;
}


.dj-box .box3 .title,
.dj-box .box5 .title {
    color: #fff;
}

.dj-box .box3 .dete,
.dj-box .box5 .dete {
    color: #fff;
    opacity: 0.5;
}

.dj-box .box .more {
    width: 24px;
    height: 12px;
    display: inline-block;
    background: url(../img/dj-jt1.png) center no-repeat;
    position: absolute;
    left: 25px;
    bottom: 25px;
    opacity: .5;
}

.dj-box .box3 .more,
.dj-box .box5 .more {
    background: url(../img/dj-jt2.png) center no-repeat;
    opacity: 1;
}

/* ----------------------------------------------- */

.ncontent {
    width: 100%;
    padding: 40px 0;
}

.crumns {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 30px;
}

.crumns .name {
    font-size: 36px;
    color: #D61510;
    font-weight: bold;
}

.crumns .list {
    color: #D61510;
    font-size: 16px;
}

.crumns .list a {
    color: #D61510;
}

.crumns .list span:last-of-type {
    display: none;
}

.list-page {
    width: 100%;
    height: 30px;
    margin: 30px 0;
}

.textlist .box {
    width: 100%;
    background: #fff;
    box-sizing: border-box;
    padding: 20px;
    margin-bottom: 20px;
    border-radius: 10px;
    border: 1px solid #999999;
}

.textlist .box a {
    color: #333;
}

.textlist .box .title {
    font-size: 18px;
}

.textlist .box .desc {
    line-height: 25px;
    height: 50px;
    margin: 10px 0;
    opacity: .8;
}

.textlist .box .dete {
    opacity: .8;
}

.textlist .box:hover {
    background: #D61510;
}

.textlist .box:hover a {
    color: #fff;
}

.detail {
    background: #fff;
    box-sizing: border-box;
    padding: 40px 120px;
    margin-bottom: 40px;
}

.detail .title {
    text-align: center;
    font-size: 30px;
    font-weight: bold;
    color: #3D3D3D;
}

.detail .timer {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    margin: 20px 0;
    font-size: 16px;
}

.detail .timer>div {
    color: #999;
    margin: 0 5px;
}

.detail .dtl {
    border-top: 1px solid rgba(204, 204, 204, .5);
    border-bottom: 1px solid rgba(204, 204, 204, .5);
    padding: 30px 0;
}

.detail .dtl p {
    font-size: 16px;
    line-height: 30px;
    color: #3D3D3D;
    margin: 10px 0;
}

.detail .dtl p img {
    max-width: 100%;
    height: auto !important;
}

.detail-page {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    padding-top: 15px;
}

.detail-page .box {
    width: 49%;
    line-height: 40px;
}

.detail-page .box:last-of-type {
    text-align: right;
}

.detail-page .box a {
    color: #3D3D3D;
    font-size: 16px;
}

.detail-page .box:hover a {
    color: #D61510;
}

.danye .dtl {
    border: none;
    padding: 0;
}

.pb_sys_style1 .p_no_d {
    border: 1px solid #D61510 !important;
    color: #fff;
    background-color: #D61510 !important;
}

@media screen and (max-width: 1630px) {
    .header h1 img {
        height: 45px;
    }

    .header {
        top: 20px;
    }

    .navigation ul a {
        font-size: 18px;
    }
}