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: #ffeeea;
}

.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%;
    position: absolute;
    left: 0;
    top: 60px;
}

.header .container {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.navigation ul {
    display: flex;
    align-items: center;
}

.navigation ul li {
    margin-left: 90px;
}

.navigation ul a {
    font-size: 24px;
    font-weight: bold;
    color: #FFEAA5;
}

.footer {
    width: 100%;
    height: 188px;
    background: #BC1C00;
}

.footer .container {
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.footer .banq p {
    line-height: 25px;
    color: #fff;
}

.footer .banq p a {
    color: #fff;
}

/* --------------------- */

.column {
    padding: 80px 0 44px 0;
    position: relative;
    height: 52px;
}

.column .list {
    width: 95%;
    height: 52px;
    border-radius: 5px;
    background: #fff;
    box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.04);
    display: flex;
    align-items: center;
    justify-content: space-between;
    float: right;
}

.column .title {
    width: 239px;
    height: 72px;
    line-height: 72px;
    text-align: center;
    background: #D90008;
    background: url(../img/column-title-bg.png) center no-repeat;
    background-size: cover;
    display: inline-block;
    font-size: 30px;
    font-weight: bold;
    color: #FFFFFF;
    position: absolute;
    left: 0;
    top: 64px;
}


.column2 .title {
    background: url(../img/column-title-bg2.png) center no-repeat;
    background-size: cover;
}

.column .more {
    position: absolute;
    right: 30px;
    bottom: 58px;
}

.content1 {
    width: 100%;
    padding-top: 80px;
    background: url(../img/content1Bg.jpg) center no-repeat;
    background-size: cover;
    padding-bottom: 60px;
    margin-top: -95px;
}

.content2 {
    width: 100%;
    background: url(../img/content2Bg.jpg) center no-repeat;
    background-size: cover;
    padding-bottom: 47px;
}

.qwfblist .info {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
}

.qwfblist .box {
    width: calc((100% - 56px) / 3);
    height: 251px;
    margin-right: 28px;
    box-shadow: 0px 0px 10px 0px rgba(255, 255, 255, 0.2);
    box-sizing: border-box;
    padding: 30px;
    background: #fff;
    background-size: cover;
    position: relative;
    top: 0;
    transition: all .5s ease-in-out;
    margin-bottom: 20px;
    box-sizing: border-box;
    border: 2px solid #fff;
}

.qwfblist .box:hover {
    top: -10px;
    transition: all 0.5s ease-in-out;
}

.qwfblist .box3,
.qwfblist .box6 {
    margin-right: 0;
}

.qwfblist .box .top {
    display: flex;
}

.qwfblist .box .desc {
    color: rgba(102, 102, 102, 0.74);
    line-height: 30px;
    height: 60px;
    margin: 25px 0 30px 0;
}

.qwfblist .box .more {
    color: rgba(153, 153, 153, 0.59);
}

.qwfblist .box .dete {
    width: 63px;
    height: 71px;
    box-sizing: border-box;
    border: 1px solid #E6090E;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.qwfblist .box .d {
    font-size: 24px;
    color: #E6090E;
}

.qwfblist .box .xian {
    width: 22.8px;
    height: 0;
    display: block;
    margin: 6px 0;
    border-top: 1px solid #BC0000;
}

.qwfblist .box .y {
    color: #E6090E;
}

.qwfblist .box .title {
    flex: 1;
    box-sizing: border-box;
    padding-left: 25px;
    color: #333333;
    font-size: 18px;
    line-height: 35px;
    height: 70px;
}

.qwfblist .box:hover {
    background: #FF000A;
    box-sizing: border-box;
    border: 2px solid #EA9310;
}

.qwfblist .box:hover .dete {
    background: #FFFFFF;
    box-shadow: inset 0px 4px 4px 0px rgba(97, 97, 97, 0.302);
}

.qwfblist .box:hover .title {
    color: #fff;
    font-weight: bold;
}

.qwfblist .box:hover .desc {
    color: rgba(255, 255, 255, 0.74);
}

.qwfblist .box:hover .more {
    color: rgba(255, 255, 255, 0.59);
}

.sjjs_box {
    width: 100%;
    display: flex;
}

.sjjsSlide {
    width: 700px;
    position: relative;
}

.sjjsSlide .swiper-slide img {
    width: 100%;
    height: 390px;
    object-fit: cover;
}

.sjjsSlide .swiper-slide .tt {
    width: 100%;
    height: 180px;
    background: url(../img/ttBg.png) center no-repeat;
    background-size: 100% 100%;
    box-sizing: border-box;
    padding: 0 35px;
    display: flex;
    align-items: center;
}

.sjjsSlide .swiper-slide .dete {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-right: 30px;
}

.sjjsSlide .swiper-slide .d {
    font-size: 36px;
    color: #BC0000;
}

.sjjsSlide .swiper-slide .xain {
    width: 37px;
    height: 0px;
    display: block;
    border-top: 0.5px solid rgba(188, 0, 0, 0.5);
    margin: 2px 0 7px 0;
}

.sjjsSlide .swiper-slide .y {
    color: #BC0000;
}

.sjjsSlide .swiper-slide .text {
    flex: 1;
}

.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-top: 10px;
}

.sjjsSlide .swiper-pagination1 {
    position: absolute;
    right: 36px;
    bottom: 210px;
    width: auto;
    text-align: right;
    z-index: 99;
}

.sjjsSlide .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
    opacity: 1;
    background: #FFFFFF;
    margin: 0 6px;
}

.sjjsSlide .swiper-pagination-bullet-active {
    background: #D5040C;
}


.sjjslist {
    width: calc(100% - 700px);
    background: url(../img/newlistbg.jpg) center no-repeat;
    background-size: cover;

}

.sjjslist .box {
    width: 100%;
    height: calc(100% / 5);
    position: relative;
    box-sizing: border-box;
    padding: 0 30px;
}

.sjjslist .box::before {
    content: '';
    width: 593px;
    height: 0;
    border-top: 1px solid rgba(188, 0, 0, 0.12);
    display: inline-block;
    position: absolute;
    bottom: 0;
    left: 37px;
}

.sjjslist .box5::before {
    display: none;
}

.sjjslist .box a {
    height: 100%;
    display: flex;
    align-items: center;
}

.sjjslist .box .dete {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-right: 25px;
}

.sjjslist .box .d {
    color: #BC0000;
    font-size: 28px;
}

.sjjslist .box .y {
    color: #BC0000;
}

.sjjslist .box .tt {
    flex: 1;
}

.sjjslist .box .title {
    color: #3D3D3D;
    font-size: 18px;
    margin-bottom: 10px;
    line-height: 25px;
    height: 25px;
}

.sjjslist .box .desc {
    color: #999999;
    line-height: 20px;
    height: 20px;
}

.sjjslist .box:hover {
    background: url(../img/boxBg.jpg) center no-repeat;
    background-size: cover;
}

.sjjslist .box:hover .d,
.sjjslist .box:hover .y {
    color: #FFE99F;
}

.sjjslist .box:hover .title {
    color: #FFE99F;
    font-weight: bold;
}

.sjjslist .box:hover .desc {
    color: #fff;
}

.content3 {
    width: 100%;
    background: url(../img/content3Bg.png) center no-repeat;
    background-size: cover;
    padding-bottom: 66px;
}

.gzdt_box {
    display: flex;
    justify-content: space-between;
}

.gzdtlist,
.gzdtpic {
    width: calc((100% - 30px) / 2);
}

.gzdtlist {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.gzdtlist .box {
    width: calc((100% - 32px) / 2);
    height: 230px;
    background: #FFFFFF;
    box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.15);
    box-sizing: border-box;
    padding: 20px 30px;
    margin-bottom: 22px;
    position: relative;
}

.gzdtlist .box::before {
    content: '';
    width: 0;
    height: 0;
    border-bottom: 4px solid #EA9310;
    display: inline-block;
    position: absolute;
    left: 0;
    bottom: 0;
    transition: all 0.5s ease-in-out;
}

.gzdtlist .box::after {
    content: '';
    width: 21px;
    height: 14px;
    display: inline-block;
    background: url(../img/jt-ico.png) center no-repeat;
    position: absolute;
    right: 30px;
    bottom: 20px;
}

.gzdtlist .box:hover::after {
    background: url(../img/jt-ico2.png) center no-repeat;
}

.gzdtlist .box .title {
    font-size: 18px;
    color: rgba(51, 51, 51, 0.9216);
    line-height: 35px;
    height: 70px;
}

.gzdtlist .box .desc {
    color: rgba(153, 153, 153, 0.9216);
    line-height: 30px;
    height: 60px;
    margin: 10px 0 20px 0;
}

.gzdtlist .box .dete {
    display: flex;
    align-items: center;
    color: #999999;
}

.gzdtlist .box .d {
    font-size: 30px;
}

.gzdtlist .box .xian {
    font-size: 28px;
    margin: 0 8px;
}

.gzdtlist .box .y {
    font-size: 16px;
}

.gzdtlist .box3,
.gzdtlist .box4 {
    margin-bottom: 0;
}

.gzdtlist .box:hover::before {
    width: 100%;
    transition: all 0.5s ease-in-out;
}

.gzdtlist .box:hover .title {
    color: rgba(213, 4, 12, 0.9216);
    font-weight: bold;
}

.gzdtlist .box:hover .dete {
    color: rgba(213, 4, 12, 0.9216);
    font-weight: bold;
}

.gzdtlist .box:hover .dete .xian {
    font-weight: normal;
}

.gzdtpic {
    display: flex;
    justify-content: space-between;
}

.gzdtpic .box {
    width: calc((100% - 30px) / 2);
    background: #fff;
}

.gzdtpic .box .img {
    overflow: hidden;
}

.gzdtpic .box .img img {
    width: 100%;
    height: 247px;
    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;
}

.gzdtpic .box .tt {
    box-sizing: border-box;
    padding: 25px 30px;
}

.gzdtpic .box .title {
    line-height: 35px;
    height: 105px;
    font-size: 18px;
    color: #333333;
}

.gzdtpic .box .xian {
    border-top: 1px solid #D8D8D8;
    margin: 20px 0 40px 0;
}

.gzdtpic .box .dete {
    color: #999999;
}

.gzdtpic .box: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);
}

.gzdtpic .box:hover .title {
    color: rgba(197, 23, 29, 0.9216);
    font-weight: bold;
}

.gzdtpic .box:hover .xian {
    border-top: 1px solid #EA9310;
}

.gzdtpic .box:hover .dete {
    color: #D90005;
}

/* ----------------------------------------------- */

.ncontent {
    width: 100%;
    /* background: #fffaf1; */
    padding: 40px 0;
}

.crumns {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 30px;
}

.crumns .name {
    font-size: 36px;
    color: #BC0000;
    font-weight: bold;
}

.crumns .list {
    color: #BC0000;
    font-size: 16px;
}

.crumns .list a {
    color: #BC0000;
}

.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: #BC0000;
}

.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: #BC0000;
}

.danye .dtl {
    border: none;
    padding: 0;
}

.pb_sys_style1 .p_no_d {
    border: 1px solid #BC0000 !important;
    color: #fff;
    background-color: #BC0000 !important;
}

@media screen and (max-width: 1630px) {
    .header h1 img {
        height: 45px;
    }

    .header {
        top: 20px;
    }

    .navigation ul a {
        font-size: 18px;
    }
}