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;
}

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 {
    background: #fff;
    color: #000;
    position: relative;
    font-size: 14px;
    font-family: "Microsoft YaHei";
    width: 100%;
    min-width: 1500px;
    margin: 0 auto;
    /* height: 100vh; */
    text-size-adjust: none;
}

.clearfix {
    clear: both;
}

.f-left {
    float: left;
}

.f-right {
    float: right;
}

.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: 3;
    -webkit-box-orient: vertical;
    word-break: break-all;
}

/* ----------------------------------------------- */

.header .bgImg img {
    width: 100%;
}

.navigation {
    width: 100%;
    box-sizing: border-box;
    border-bottom: 2px solid #CB1201;
    background: #FEF0E7;
}

.navigation ul {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.navigation ul li {
    height: 80px;
    line-height: 80px;
    position: relative;
}

.navigation ul li a {
    font-size: 24px;
    font-weight: bold;
    color: #232323;
}

.navigation ul li:hover,
.navigation ul li.on {
    box-sizing: border-box;
    border-bottom: 3px solid #CE0000;
}

.navigation ul li:hover a,
.navigation ul li.on a {
    color: #CE0000;
}

.navigation ul li::before {
    content: '';
    width: 16px;
    height: 13px;
    display: inline-block;
    background: url(../images/sjx.png) center no-repeat;
    position: absolute;
    bottom: -2px;
    left: 50%;
    transform: translateX(-50%);
    opacity: 0;
}

.navigation ul li:hover::before,
.navigation ul li.on::before {
    opacity: 1;
}

.news {
    width: 100%;
    background: url(../images/newsBg.jpg) center top no-repeat;
    background-size: 100% auto;
}

.ttSlide {
    width: 100%;
    padding: 60px 0 50px 0;
}

.ttSlide .bd li .title {
    font-size: 45px;
    font-weight: bold;
    color: #CE0000;
    text-align: center;
    line-height: 60px;
    height: 60px;
}

.ttSlide .bd li .desc {
    font-size: 16px;
    color: #2F2F2F;
    text-align: center;
    margin-top: 10px;
    line-height: 22px;
    height: 22px;
}

.newsTab {
    width: 100%;
    display: flex;
}

.newSlide {
    width: 840px;
    position: relative;
}

.newSlide .bd li .img {
    position: relative;
    overflow: hidden;
}

.newSlide .bd li img {
    width: 100%;
    height: 475px;
    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;
}

.newSlide .bd li .title {
    width: 100%;
    height: 80px;
    line-height: 80px;
    text-align: center;
    box-sizing: border-box;
    padding: 0 30px;
    color: #fff;
    font-weight: bold;
    font-size: 25px;
    background: #CE0000;
}

.newSlide .bd li: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);
}

.newSlide .prev,
.newSlide .next {
    position: absolute;
    width: 52px;
    height: 57px;
    background: rgba(238, 150, 64, .8);
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    z-index: 11;
    top: 40%;
    left: 0;
}

.newSlide .next {
    left: auto;
    right: 0;
}

.newSlide .prev:hover,
.newSlide .next:hover {
    background: #CE0000;
}

.newList {
    width: calc(100% - 840px);
    box-sizing: border-box;
    padding-left: 12px;
}

.newList ul li {
    width: 100%;
    height: 100px;
    margin-bottom: 14px;
    box-sizing: border-box;
    border: 1px solid #E8D0B6;
    padding: 15px 20px;
}

.newList ul li:last-of-type {
    margin: 0;
}

.newList ul li .title {
    color: #333;
    font-size: 20px;
    line-height: 35px;
    height: 70px;
}

.newList ul li:hover {
    background: #CE0000;
}

.newList ul li:hover .title {
    color: #fff;
    font-weight: bold;
}

.footer {
    width: 100%;
    height: 188px;
    background: url(../images/footerBg.jpg) center no-repeat;
    background-size: cover;
}

.footer .container {
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.footer .banq p {
    color: #fff;
    line-height: 25px;
}

.footer .banq p a {
    color: #fff;
}

.llcs_mtjd {
    width: 100%;
    display: inline-block;
    background: url(../images/llcsBg.jpg) center no-repeat;
    background-size: 100% 100%;
}

.llcs_mtjd .container {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    padding-bottom: 80px;
}

.llcs,
.mtjd {
    width: calc((100% - 36px) / 2);
}

.column {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 80px 0 40px 0;
}

.column .title {
    width: 200px;
}

.column .icon {
    flex: 1;
    height: 29px;
    background: url(../images/column-icon.png) center left no-repeat;
    background-size: 100% 100%;
    margin-left: 15px;
}

.news .column .icon {
    background: url(../images/column-icon2.png) center left no-repeat;
    background-size: 100% 100%;
}

.column .more {
    width: 110px;
}

.column .more img {
    height: 28px;
}

.infolist li.f {
    width: 100%;
    height: 165px;
    background: #CE0000;
    background: linear-gradient(90deg, #FE731D 0%, #E7320F 37%, #AC1317 100%);
    box-sizing: border-box;
    padding: 20px;
}

.infolist li.f .title {
    font-size: 20px;
    font-weight: bold;
    color: #fff;
    line-height: 26px;
    height: 26px;
}

.infolist li.f .desc {
    font-size: 16px;
    line-height: 30px;
    text-align: justify;
    color: #fff;
    height: 90px;
    opacity: 0.7;
    margin-top: 10px;
}

.infolist li.n {
    width: 100%;
    height: 70px;
    line-height: 70px;
    box-sizing: border-box;
    border: 1px solid #E8B6B6;
    margin-top: 25px;
    padding: 0 20px;
}

.infolist li.n .title {
    color: #333;
    font-size: 20px;
}

.infolist li.n:hover {
    background: #CE0000;
}

.infolist li.n:hover .title {
    color: #fff;
    font-weight: bold;
}

.gcls {
    width: 100%;
    background: url(../images/gclsBg.jpg) bottom center no-repeat;
    background-size: 100% auto;
    padding-bottom: 85px;
    padding-top: 60px;
}

.gclsList {
    width: 100%;
    box-sizing: border-box;
    background: url(../images/gclsList-bg.png) center no-repeat;
    background-size: 100% 100%;
    padding: 60px;
    margin-top: 40px;
}

.gclsList .item {
    padding: 25px 0;
    box-sizing: border-box;
    border: 1px solid #FA952A;
}

.gclsList ul {
    width: 100%;
    height: 450px;
    overflow-y: scroll;
    background-size: 100% 100%;
    box-sizing: border-box;
    padding: 0 40px;
}

/* 针对整个滚动条区域 */
.gclsList ul::-webkit-scrollbar {
    width: 10px;
    height: 10px;
}

/* 针对滚动条轨道 (背景) */
.gclsList ul::-webkit-scrollbar-track {
    background: #FE731D;
}

/* 针对滚动条滑块 (拖动的那部分) */
.gclsList ul::-webkit-scrollbar-thumb {
    background: #CE0000;
}


.gclsList ul li {
    width: 100%;
    height: 75px;
    line-height: 75px;
    border-bottom: 1px solid rgba(226, 134, 36, .2);
}

.gclsList ul li .title {
    font-size: 20px;
    color: #333;
}

.gclsList ul li:hover {
    border-bottom: 1px solid #CE0000;
}

.gclsList ul li:hover .title {
    color: #CE0000;
    font-weight: bold;
}

.column2 {
    width: 100%;
    position: relative;
}

.column2 .container {
    position: relative;
}

.column2 img {
    width: 100%;
}

.column2 .more {
    position: absolute;
    right: 0;
    bottom: 38px;
}

.column2 .more img {
    height: 28px;
}

.nmain {
    width: 100%;
    padding: 60px 0;
}

.crumbs {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-bottom: 10px;
    margin-bottom: 25px;
    border-bottom: 1px solid rgba(226, 134, 36, .5);
}

.crumbs .name {
    color: #CE0000;
    font-size: 24px;
    font-weight: bold;
}

.crumbs .list {
    display: flex;
    align-items: center;
    color: #CE0000;
}

.crumbs .list a {
    color: #CE0000;
}

.crumbs .list span:last-of-type {
    display: none;
}

.textlist ul li {
    width: 100%;
    box-sizing: border-box;
    border: 1px solid rgba(226, 134, 36, .5);
    padding: 15px;
    margin-bottom: 25px;
    background: #FEF0E7;
    border-radius: 10px;
}

.textlist ul li .title {
    color: #333;
    font-weight: bold;
    font-size: 18px;
}

.textlist ul li .desc {
    color: #666;
    line-height: 22px;
    height: 44px;
    margin: 10px 0;
}

.textlist ul li .date {
    color: #CE0000;
}

.textlist ul li:hover {
    background: #CE0000;
}

.textlist ul li:hover .title {
    color: #fff;
}

.textlist ul li:hover .desc {
    color: #fff;
}

.textlist ul li:hover .date {
    color: #fff;
}

.detail {
    box-sizing: border-box;
    padding: 50px 180px 0 180px;
    margin-top: 30px;
    border: 1px solid rgba(226, 134, 36, .5);
}

.detail .title {
    font-size: 30px;
    color: #252525;
    font-weight: bold;
    text-align: center;
}

.detail .timer {
    box-sizing: border-box;
    padding-bottom: 10px;
    margin-top: 20px;
    border-bottom: 1px solid #dedede;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
}

.detail .timer>div {
    margin: 0 10px;
    color: #292929;
    opacity: .7;
}

.pb_sys_style1 .p_no_d {
    border: 1px solid #D61510 !important;
    color: #fff;
    background-color: #D61510 !important;
}

.detail .timer .right {
    position: relative;
}

.detail .timer .left span {
    color: #292929;
    opacity: .5;
    margin-right: 30px;
}

.detail .dtl {
    box-sizing: border-box;
    padding: 15px 0;
}

.detail .dtl p {
    color: #252525;
    font-size: 18px;
    line-height: 30px;
    margin: 10px 0;
}

.detail-page p {
    width: 100%;
    height: 84px;
    line-height: 84px;
    box-sizing: border-box;
    border-top: 1px solid #dedede;
}

.detail-page a {
    color: #252525;
    font-size: 16px;
}

.detail-page a:hover {
    color: #b70301;
    font-weight: bold;
}