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 {
    color: #353535;
    position: relative;
    font-size: 14px;
    font-family: "Microsoft YaHei";
    width: 100%;
    min-width: 1500px;
    margin: 0 auto;
    /* max-width: 1920px; */
    background: #FFF6F6;
}

.clearfix {
    clear: both;
}

.f-left {
    float: left;
}

.f-right {
    float: right;
}

/* ------------------------------ */

.header img {
    width: 100%;
}

.column {
    padding: 60px 0 35px 0;
    position: relative;
}

.about .column .more {
    position: absolute;
    right: -25px;
    top: 70px;
}

.column .title {
    font-size: 36px;
    font-weight: bold;
    color: #BC0200;
}

.main {
    padding-bottom: 30px;
    position: relative;
    /* top: -114px; */
    z-index: 999;
    margin-top: -114px;
}

.about {
    width: 100%;
    height: 328px;
    background: url(/2025bgh/img/about-bg.png) center no-repeat;
    background-size: cover;
    box-sizing: border-box;
    padding: 0 80px;
}

.about-jj {
    color: #6C3B00;
    line-height: 35px;
    font-size: 20px;
    font-weight: bold;
}



.splist {
    display: flex;
    flex-wrap: wrap;
}

.splist .box {
    width: 382px;
    position: relative;
    margin-right: 20px;
    margin-bottom: 26px;
    overflow: hidden;
}

.splist .box3,
.splist .box6 {
    margin-right: 0;
}

.splist .box .pic {
    width: 100%;
    height: 272px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    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;
}

.splist .box1 .title img,
.splist .box4 .title img {
    display: none;
}

.splist .box1,
.splist .box4 {
    width: 595px;
}

.splist .box1 .pic,
.splist .box4 .pic {
    width: 100%;
    height: 336px;
}

.splist .box .title {
    width: 100%;
    line-height: 64px;
    height: 64px;
    text-align: center;
    color: #fff;
    font-size: 18px;
    background: #BC0200;
    box-sizing: border-box;
    padding: 0 15px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    word-break: break-all;
}

.splist .box1 .title,
.splist .box4 .title {
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 64px;
    line-height: 64px;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) -33%, rgba(0, 0, 0, 0.64) 100%);
    font-size: 18px;
    color: #fff;
    text-align: center;
}

.splist .box:hover .pic {
    transform: scale(1.05);
    -webkit-transform: scale(1.05);
    -moz-transform: scale(1.05);
    -o-transform: scale(1.05);
    -ms-transform: scale(1.05);
}

.ico_sp {
    width: 49px;
    height: 49px;
    background: url(/2025bgh/img/video-ico2.png) center no-repeat;
    display: inline-block;
    position: absolute;
    left: calc((100% - 49px) / 2);
    top: calc((100% - 49px) /2);
    z-index: 9;
}

.footer {
    width: 100%;
    height: 188px;
    background: #BC1C00;
}

.footer .container {
    position: relative;
    box-sizing: border-box;
    padding-top: 32px;
}

.footer .banq p {
    color: #fff;
    line-height: 30px;
}

.footer .banq a {
    color: #fff;
}

.footer .sydw_ico {
    position: absolute;
    right: 0;
    top: 54px;
}

.textlist .info {
    display: flex;
    flex-wrap: wrap;
}

.nmain {
    padding: 60px 0;
}

.textlist .box {
    width: calc((100% - 60px) / 3);
    margin-right: 30px;
    margin-bottom: 30px;
    position: relative;
    overflow: hidden;
}

.textlist .box:nth-child(3n) {
    margin-right: 0;
}

.textlist .box .pic {
    width: 100%;
    height: 272px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    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;
}

.textlist .box:hover .pic {
    transform: scale(1.05);
    -webkit-transform: scale(1.05);
    -moz-transform: scale(1.05);
    -o-transform: scale(1.05);
    -ms-transform: scale(1.05);
}

.textlist .box .title {
    width: 100%;
    line-height: 64px;
    height: 64px;
    text-align: center;
    color: #fff;
    font-size: 18px;
    background: #BC0200;
    box-sizing: border-box;
    padding: 0 15px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    word-break: break-all;
}

.detail {
    box-sizing: border-box;
    padding: 40px 120px;
    border: 1px solid #d9d9d9;
}

.detail .title {
    text-align: center;
    font-size: 22px;
    color: #000;
    font-weight: bold;
}

.detail .timer {
    text-align: center;
    color: #666;
    padding: 15px 0 10px 0;
}

.detail .timer>div {
    display: inline-block;
    margin: 0 3px;
}

.detail .dtl {
    padding: 25px 0;
    font-size: 16px;
    color: #000;
    line-height: 30px;
    margin: 10px 0;
    border-top: 1px solid #d9d9d9;
    border-bottom: 1px solid #d9d9d9;
}

.detail-page {
    padding: 15px 0;
}

.detail-page a {
    color: #000;
    font-size: 16px;
}

.detail-page p {
    width: 50%;
}

.detail-page p.f-right {
    text-align: right;
}

.detail-page a:hover {
    color: #BC0200;
}

.pb_sys_style1 .p_no_d {
    border: 1px solid #BC1C00 !important;
    color: #fff;
    background-color: #BC1C00 !important;
}

/* ------------------------------ */

.fixedItem {
    position: fixed;
    right: 0;
    top: 50%;
    z-index: 9999;
}

.fixedItem .btn {
    cursor: pointer;
}

.btnlist {
    width: 100%;
    background: #fff;
    position: absolute;
    padding: 10px 0;
    z-index: 99;
    opacity: 0;
    visibility: hidden;
}

.fixedItem:hover .btnlist {
    opacity: 1;
    visibility: visible;
}

.share {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.share a {
    float: left;
    width: 42px;
    height: 42px;
    border-radius: 50%;
    cursor: pointer;
    display: block;
    margin: 10px 0;
}

.share a i {
    display: block;
    width: 42px;
    height: 42px;
    -webkit-transition: .4s all;
    -moz-transition: .4s all;
    -ms-transition: .4s all;
    transition: .4s all;
}

.share a:hover i {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    transform: rotate(360deg);
}

.share #share-icon {
    width: 26px;
    height: 26px;
    float: left;
    display: none;
}

.share #share-icon img {
    width: 100%;
    height: 100%;
}

.share .share-qqzone {
    background: none
}

.share .share-qqzone i {
    background: url("/2025bgh/img/shareqqzone.png") center center no-repeat;
    background-size: 80%;
}

.share .share-qqzone:hover {
    background-color: none;
}

.share .share-wechat {
    position: relative;
    background-color: none;
}

.share .share-wechat i {
    background: url("/2025bgh/img/sharewechat.png") center center no-repeat;
    background-size: 80%;
}

.share .share-wechat:hover {
    background-color: none;
}

.share .share-weibo {
    background: none;
}

.share .share-weibo i {
    background: url("/2025bgh/img/shareweibo.png") center center no-repeat;
    background-size: 80%;
}

.share .share-weibo:hover {
    background-color: none;
}

.share .bg-code {
    left: -36px;
    z-index: 10;
}

.share .qrcode {
    position: absolute;
    top: 5px;
    border: 1px solid #ccc;
    padding: 5px;
    background: #fff;
    display: none;
    width: 100px;
    height: 100px;
    left: -123px;
    z-index: 11;
    text-align: center;
    padding-bottom: 0;
}

.share .close-btn {
    position: absolute;
    background: #fff;
    color: #000;
    font-size: 12px;
    z-index: 12;
    width: 12px;
    height: 12px;
    line-height: 12px;
    text-align: center;
    right: -39px;
    top: 50px;
    display: none;
    cursor: pointer;
}