/* css reset */

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
    font-family: "微软雅黑", sans-serif;
}

/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block;
}

body {
    line-height: 1;
}

ol,
ul {
    list-style: none;
}

blockquote,
q {
    quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
    content: '';
    content: none;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

a {
    color: inherit !important;
    text-decoration: none !important;
}

p {
    font-family: "Microsoft YaHei", serif;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: "Microsoft YaHei", serif;
}

.container {
    /* width: 1400px; */
    width: 100%;
    max-width: 1400px;
}

.lenis.lenis-smooth {
    scroll-behavior: auto!important;
}



/* 在线链接服务仅供平台体验和调试使用，平台不承诺服务的稳定性，企业客户需下载字体包自行发布使用并做好备份。 */
@font-face {
    font-family: 'iconfont';
    /* Project id 4636853 */
    src: url('//at.alicdn.com/t/c/font_4636853_t91x9f9ah58.woff2?t=1749810912781') format('woff2'),
        url('//at.alicdn.com/t/c/font_4636853_t91x9f9ah58.woff?t=1749810912781') format('woff'),
        url('//at.alicdn.com/t/c/font_4636853_t91x9f9ah58.ttf?t=1749810912781') format('truetype');
}

@font-face {
    font-family: 'sy';
    src: url("../fonts/NotoSerifCJKsc-Black.otf") format("truetype")
}

.iconfont {
    font-family: "iconfont" !important;
    font-size: 14px;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.img-hover img {
    max-width: 100%;
    position: absolute;
    width: 100%;
    object-fit: cover;
    height: 100%;
    left: 0;
    top: 0;
    transition: all 0.7s ease;
}

.rw-ul img {
    object-fit: contain;
}

.img-hover img:hover {
    transform: scale(1.1);
}

.title {
    color: #333;
    font-weight: bold;
    line-height: 1.5;
    display: -webkit-box;
    /* 设置为WebKit内核的弹性盒子模型 */
    -webkit-box-orient: vertical;
    /* 垂直排列 */
    -webkit-line-clamp: 2;
    /* 限制显示两行 */
    overflow: hidden;
    /* 隐藏超出范围的内容 */
    /* margin-bottom: 20px 0; */
}

.title:hover i {
    color: #920303 !important;
    cursor: pointer;
}

.title1 {
    /* font-size: 18px; */
    font-size: 16px;
    margin: 15px 0;
}

.title2 {
    position: relative;
    font-size: 16px;
    /* margin: 20px 0; */
    /* line-height: 1.5; */
    /* margin-bottom: 55px; */
    padding-left: 25px;
}

.swiper-button {
    height: 37px;
    width: 37px;
    border: 1px solid #979797;
    border-radius: 100%;
    text-align: center;
    line-height: 37px;
    color: #979797;
    float: right;
    cursor: pointer;
    /* display: inline-block; */
}

.swiper-button:hover {
    background: #920303;
    border: 1px solid #920303;
    color: #fff;
}

.swiper-button i {
    font-size: 18px;
}


.title3 {
    margin-bottom: 55px;
}

.tag {
    color: #920303;
    font-size: 12px;
    display: inline-block;
    margin-bottom: 5px;
}

.title2 i {
    color: #ccc;
    position: absolute;
    left: 0px;
    top: 0px;
}

.title-img {
    height: 50px;
}

.more {
    color: #666;
    font-size: 14px;
    line-height: 50px;
}

/* .more:hover {
    color: #920303;
} */
.more i {
    margin-left: 5px;
    color: #920303;
}

/* .title2:hover i {
    color: #ccc;
    position: absolute;
    left: 0px;
    top: 0px;
} */

.content-p {
    font-size: 12px;
    color: #999;
    line-height: 24px;
}

.img-hover {
    overflow: hidden;
    position: relative;
}

a:hover {
    color: #920303 !important;
    cursor: pointer;
}

.content {
    padding: 60px 0;
}

.swiper-container1 .left {
    /* float: left; */
    width: 72px;
    height: 72px;
    padding: 0 7px;
    margin-right: 15px;
    /* display: inline-block; */
    /* float: right; */
    background: #920303;
    position: absolute;
    left: 30px;
    top: 20px;
    z-index: 1;
}

.swiper-container1 .left span {
    font-size: 12px;
    display: block;
    text-align: center;
    height: 24px;
    line-height: 24px;
    color: #fff;
    /* background: #920303; */
}

.swiper-container1 .left p {
    /* height: 40px; */
    /* line-height: 45px; */
    font-size: 36px;
    padding-top: 5px;
    padding-bottom: 2px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
    /* padding-top: 2px; */
    color: #fff;
    font-weight: bold;
    text-align: center;
    font-family: 'Times New Roman', Times, serif;
}

.content1 {
    /* background: url(../imgs/bg1.png) no-repeat top right; */
    /* background-size: 90% ; */
}

.content2 {
    /* background: url(../imgs/bg2.png) no-repeat top center; */
    /* background-size: 90% ; */
}

.tab {
    width: 200px;
    margin: 25px auto;
    position: relative;
    left: -50px;
}

.tab li {
    display: inline-block;
    font-size: 18px;
    padding: 0 10px;
    color: #333;
}

.tab .active {
    color: #920303;
    font-weight: bold;
}

.card {
    background: #920303;
    padding: 50px 60px;
    padding-right: calc(35%);
    height: 420px;
}

.card-tag {
    padding: 4px 15px;
    display: inline-block;
    border: 1px solid #fff;
    border-radius: 18px;
    color: #fff;
    font-size: 14px;
}

.card-title {
    font-size: 20px;
    font-weight: bold;
    line-height: 32px;
    margin-top: 20px;
    color: #fff;
    margin-bottom: 25px;
}

.card p {
    font-size: 14px;
    color: #FFFFFF;
    line-height: 30px;
    height: 120px;
}

.card hr {
    border-top: 1px solid #eaeaea;
}

.card-more {
    /* line-height: 20px; */
    color: #fff !important;
    /* display: inline-block; */
    /* text-align: right; */
    /* display: block; */
    /* float: right; */
}

.card-more:hover {
    opacity: .7;
    color: #fff !important;
}

.diff-img {
    width: 140%;
    position: absolute;
    right: 0px;
}

.xsky-list .title {
    padding-left: 0px;
    font-size: 14px;
}

.xsky-list {
    padding: 40px 0;
    margin-top: 30px;
}

.xsky-list .left {
    width: calc(100% - 110px);
    margin-right: 15px;
    float: left;
}

.info-card {
    /* background: #F0F0F0; */
    /* padding: 20px; */
    margin-bottom: 30px;
    display: flex;
}

.info-card .right {
    flex: 1;
    /* width: calc(100% - 75px); */
    margin-right: 15px;
    /* display: inline-block; */

    /* display: block; */
}

.info-card .left {
    /* float: left; */
    width: 57px;
    height: 57px;
    margin-right: 15px;
    /* display: inline-block; */
    /* float: right; */
    background: #EEEEEE;
}

.info-card .left span {
    font-size: 12px;
    display: block;
    text-align: center;
    height: 20px;
    line-height: 20px;
    color: #920303;
    /* background: #920303; */
}

.info-card .left p {
    height: 40px;
    /* line-height: 40px; */
    font-size: 32px;
    color: #333;
    font-weight: bold;
    text-align: center;
    font-family: 'Times New Roman', Times, serif;
}


.events-card {
    background: #FFFFFF;
    box-shadow: 0px 7px 16px 0px rgba(0, 0, 0, 0.16);
    width: 815px;
    max-width: 100%;
    height: 478px;
}

.events-card .left {
    float: left;
    /* display: inline-block; */
}

.events-card .right {
    padding: 40px;
    float: right;
    /* display: inline-block; */
    width: calc(100% - 343px);
}

/* .events-tag {
    border-radius: 18px;
    border: 1px solid #920303;
    padding: 5px 12px;
    margin-right: 15px;
    color: #920303;
    font-size: 14px;
} */

.events-card p {
    font-size: 14px;
    color: #333;
    margin-top: 5px;
}

.events-card b {
    font-weight: bold;
}

.content3 {
    padding-top: 100px;
}

.vision-card {
    width: 600px;
    padding: 0 7.5px;
}

.diff-card {
    height: 206px;
    /* margin-top: 15px; */
    width: 100%;
    position: relative;
    background: #5E0101;
}

.diff-content {
    padding: 30px 20px;
    position: absolute;
    left: 0px;
    bottom: 0px;
}

.diff-content p {
    font-size: 14px;
    margin-top: 10px;
    color: #fff;
}

.bottom-icon {
    margin-top: 0px;
    cursor: pointer;
    text-align: center;
    transition: all 0.3s ease;
}

.bottom-icon:hover {
    margin-top: -30px;
    /* position: relative;
    top: -30px */
}

.bottom-icon img {
    height: 60px;
}

.content8 {
    padding-top: 30px;
    padding-bottom: 100px;
}

.bottom-icon p {
    margin-top: 15px;
    font-weight: bold;
    font-size: 16px;
    color: #333;
}

footer {
    /* padding-top: 50px; */
    /* height: 248px; */
    padding-bottom: 20px;
    width: 100%;
    background: #830018;
    /* background: url(../imgs/footer-bg.jpg) no-repeat; */
    /* background-size: cover; */
}

footer .container {
    width: calc(100% - 30px);
}

.box {
    height: 40px;
    width: 40px;
    background: rgb(255, 255, 255, 0.3);
    border-radius: 100%;
    margin-bottom: 20px;
    cursor: pointer;
}

.box:hover {
    background: #920303;
}

.box img {
    max-width: 100%;
}

.foot-right1 {
    padding: 50px 30px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.4);
}

.foot-right1 h5 {
    font-size: 16px;
    font-weight: bold;
    color: #fff;
    margin-bottom: 15px;
}

.foot-right1 li {
    color: #fff;
    font-size: 14px;
    display: inline-block;
    margin-right: 30px;
}

footer a {
    margin-left: 5px;
    opacity: 0.8;
}

footer a:hover {
    opacity: 1;
    color: #fff !important;
}

.foot-right2 {
    padding: 40px 30px;
    padding-bottom: 20px;
    /* border-bottom: 1px solid rgba(255, 255, 255, 0.4); */
}

.foot-right2 h5 {
    font-size: 14px;
    font-weight: bold;
    color: #fff;
    margin-bottom: 10px;
}

.foot-right2 p {
    font-size: 12px;
    color: #fff;
    line-height: 21px;
    margin-bottom: 25px;
}

.footer {
    padding-top: 20px;
    border-top: 1px solid rgba(255, 255, 255, 0.4);
}

.footer p {
    font-size: 14px;
    color: #fff;
}

#swiper-pagination1 .swiper-pagination-bullet {
    border-radius: 0px;
    width: 48px;
    height: 4px;
}

#swiper-pagination1 {
    bottom: 20px;
}

#swiper-pagination1 .swiper-pagination-bullet-active {
    background: #920303;
}

.content7 .col-sm-6 {
    padding-right: 7.5px;
    padding-left: 7.5px;
}

.content7 .col-sm-12 {
    padding-right: 7.5px;
    padding-left: 7.5px;
}

#swiper-container3 .swiper-slide {
    /* text-align: center;
    font-size: 18px;
    background: #fff; */
    width: 328px;
}

#swiper-container3 .swiper-slide .img-hover {
    margin-bottom: 10px;
}

.diff-box span {
    font-size: 12px;
    color: #920303;
    padding-left: 25px;
    margin-top: 10px;
    padding-bottom: 32px;
    display: block;
}

.banner {
    /* min-height: 800px; */
    height: 100vh;
    position: relative;
    background: #000000;
}

/* .banner .swiper-slide{
    height: 100vh;
} */
#banner {
    height: 100vh;
}

aside {
    z-index: 1001;
}

.aside {
    height: 100vh;
    position: absolute;
    left: 0px;
    top: 0px;
    z-index: 1001;
    display: flex;
}

.aside .left {
    width: 45px;
    height: 100%;
    background: #252525;
    padding: 49px 15px;
    cursor: pointer;
    /* float: left; */
    display: inline-block;
}

/* .aside .left:hover {
    background: #920303;
} */

.aside .left .banner-text1 {
    width: 14px;
}

.aside .left .banner-text2 {
    width: 10px;
    position: absolute;
    bottom: 30px;
    left: 15px;
}

#right {
    position: absolute;
    right: 0;
    top: 0px;
    width: 45px;
    height: 100%;
    background: #920303;
    padding: 49px 15px;
    /* z-index: 10000; */
    /* float: left; */
    cursor: pointer;
    display: inline-block;
}

#left {
    position: fixed;
    left: -45px;
    top: 0px;
    width: 45px;
    height: 100%;
    background: #920303;
    padding: 49px 15px;
    z-index: 10000;
    /* float: left; */
    cursor: pointer;
    display: inline-block;
}

#left .banner-text1 {
    width: 14px;
}

#left .banner-text2 {
    width: 10px;
    position: absolute;
    bottom: 30px;
    left: 15px;
}

#right .banner-text1 {
    width: 14px;
}

#right .banner-text2 {
    width: 10px;
    position: absolute;
    bottom: 30px;
    left: 15px;
}

.aside .mid {
    display: inline-block;
    height: 100%;
    background: #920303;
    width: 213px;
    position: relative;
}

.aside .mid li a {
    font-family: 'sy';
}

.sy {
    font-family: 'sy';
}

.banner-right {
    position: absolute;
    right: 0px;
    width: 70px;
    z-index: 100;
    top: 50%;
    margin-top: -180px;
    cursor: pointer;
}

header .header-top {
    /* position: fixed; */
    /* top: 0px; */
    width: 100%;
    z-index: 100;
    height: 40px;
    line-height: 40px;
    background: #333;
    /* padding: 55px 50px; */
    /* background: linear-gradient( 180deg, #000000 0%, rgba(0,0,0,0) 100%); */
    /* opacity: 0.42; */
    /* text-align: right; */
    /* float: right; */
}

.header-top .right-ul li {
    float: right;
    font-size: 14px;
    color: #fff;
    margin-left: 20px;
    /* opacity: 0.7; */
}

.header-top .left-ul li a {
    margin-right: 15px;
}

.header-top .left-ul li {
    float: left;
    font-size: 14px;
    color: #fff;
    margin-left: 20px;
    /* opacity: 0.7; */
}

.header-top .right-ul li a {
    margin-right: 15px;
}

.logo {
    padding: 49px;
    border-bottom: 1px solid rgb(221, 221, 221, 0.3);
}

.logo a {
    opacity: 1 !important;
}

.nav {
    color: #fff;
    text-align: center;
    padding-top: 70px;
}

.nav li {
    /* margin-top: 40px; */
}

.nav li a {
    /* margin-top: 40px; */
}

.aside a {
    opacity: 0.7;
}

.aside a:hover {
    color: inherit !important;
    opacity: 1;
}

.nav-bottom {
    width: 100%;
    color: #fff;
    text-align: center;
    position: absolute;
    bottom: 0px;
    left: 0px;
    padding: 50px;
}

.nav-bottom a {
    margin-top: 20px;
    display: block;
}

.header-top span:hover {
    background: #920303;
    border: 1px solid #920303 !important;
}

.header-top li a {
    color: #fff !important;
    /* opacity: 0.7; */
}


.header-top li:hover {
    color: #fff !important;
    /* opacity: 1; */
}

.header-top li a:hover {
    color: #fff !important;
    opacity: 0.7;
}

.header-bottom.sticky {
    position: sticky;
    top: 0;
    background: #fff;
    z-index: 1000;
    box-shadow: 0px 2px 16px rgba(0, 0, 0, 0.16);
    transition: all ease .3s;
}

.header-bottom .container {
    /* width: 1400px; */
}

.header-bottom {
    /* overflow-y: hidden; */
}

.header-bottom .news-logo {
    transition: all ease .3s;
    margin-top: 39px;
}

.header-bottom ul li {
    transition: all ease .3s;
    display: inline-block;
    margin-right: 20px;
    height: 120px;
    line-height: 120px;
}

.header-bottom ul li a {
     font-family: 'sy';
}
   

.nav-a {
    position: relative;
}

.nav-a i {
    position: absolute;
    right: -10px;
    top: -10px;
    font-size: 16px;
    color: #DFC387;
}


.aside .right {
    display: none;
    position: absolute;
    width: 634px;
    height: 100vh;
    left: 258px;
    background: rgba(105, 0, 0, 0.91);
    padding: 40px 30px;
}


.right2 h5 {
    font-size: 16px;
    font-weight: bold;
    color: #fff;
    margin-top: 30px;
    margin-bottom: 20px;
}

.right2 li {
    color: #fff;
    font-size: 12px;
    width: 33.3%;
    margin-bottom: 15px;
    display: inline-block;
    /* margin-right: 30px; */
}

.right2 li a {
    margin-left: 5px;
}

/* .right1 {
    display: block!important;
} */

.right1 h5 {
    color: #fff;
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 20px;
}

.right1 h5 i {
    font-size: 12px;
    margin-right: 5px;
    opacity: 0.5;
}

.right1-box {
    padding: 25px 0;
}

.right-top {
    display: flex;
}

.right1 h6 {
    font-size: 12px;
    color: #fff;
    margin-bottom: 10px;
    white-space: nowrap;
    /* 确保文本在一行内显示 */
    overflow: hidden;
    /* 隐藏超出容器的文本 */
    text-overflow: ellipsis;
    /* 使用省略符号表示文本被截断 */
}

.right-top p {
    font-size: 12px;
    color: #fff;
    line-height: 21px;
    opacity: 0.6;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    white-space: normal;
}

.right-top-left {
    flex: 1;
    padding-right: 15px;
}

.right-top-right {
    width: 57px;
    height: 68px;
    border: 1px solid #FFFFFF;
    text-align: center;
}

.right-top-right span {
    font-size: 12px;
    display: block;
    color: #fff;
    border-bottom: 1px solid #fff;
    padding: 5px 0;
}

.right-top-right p {
    font-size: 32px;
    line-height: 42px;
    opacity: 1;
    /* display: block; */
    /* padding: 5px 0; */
}

.right1-time {
    font-size: 12px;
    color: #fff;
    opacity: 0.5;
    margin-bottom: 20px;
    display: block;
}


.right1-more {
    font-size: 14px;
    opacity: 0.5;
    color: #fff !important;
}

.right1-more:hover {
    font-size: 14px;
    opacity: 1;
    color: #fff !important;
}

.right1 hr {
    opacity: 0.5;
    margin: 20px 0;
}

.banner-text {
    font-size: 32px;
    position: absolute;
    left: 0;
    bottom: 0;
    color: #fff;
    z-index: 999;
    width: 100%;
    height: 217px;
    padding: 40px 30px;
    background: url(../imgs/banner-mask.png) no-repeat bottom;
    background-size: 100% 100%;
    display: flex;
    align-content: flex-end;
    flex-wrap: wrap;
}

.banner-text span {
    line-height: 1.5;
    /* position: absolute; */
    /* bottom: 50px; */
    font-weight: bold;
}

#swiper-pagination0 {
    left: inherit;
    right: 30px;
    text-align: right;
    bottom: 40px;
    /* z-index: 1000; */
}

#swiper-pagination0 .swiper-pagination-bullet {
    background: #A5A5A5;
    opacity: 1;
    height: 12px;
    width: 12px;
    margin: 0 10px;
}

#swiper-pagination0 .swiper-pagination-bullet span {
    display: none;
}

#swiper-pagination0 .swiper-pagination-bullet-active span {
    display: block;
}


#swiper-pagination0 .swiper-pagination-bullet-active {
    height: 34px;
    width: 34px;
    position: relative;
    top: 10px;
    text-align: center;
    background: none;
    color: #DAC2AB;
    line-height: 34px;
}

#swiper-container4 .swiper-slide {
    /* width: 237px; */
}

#swiper-container4 {
    /* position: absolute; */
    /* top: 270px; */
    width: 100%;
    z-index: 1;
    /* height: 300px; */
}

/* #swiper-container4 .swiper-slide-next {
    width: 815px!important;
    opacity: 0;
} */
.events-box img {
    width: 170px;
    height: 237px;
}

.events-box h5 {
    /* width: 170px; */
    color: #333;
    font-weight: bold;
    line-height: 24px;
    margin-top: 15px;
    font-size: 16px;
    /* height: 237px; */
}

.dsyz {
    position: absolute;
    right: 0px;
    top: -60px;
    width: 370px;
}

.content2 .container {
    position: relative;
}

.content3 .container {
    /* width: 1400px; */
    width: 100%;
    /* position: relative; */
}

.content4 .container {
    position: relative;
}

.yzxl {
    position: absolute;
    left: 0px;
    top: -220px;
    width: 322px;
    z-index: -1;
}

.pub-banner {
    height: 186px;
    background: #F0F0F0;
    padding-top: 28px;
    /* background: linear-gradient( 180deg, rgba(0,0,0,0) 0%, #000000 100%); */
}

.pub-banner-box {
    /* position: absolute;
    bottom: 0px;
    left: 50%;
    margin-left: -600px;
    padding-bottom: 35px; */
    padding-top: 55px;
}

.pub-banner-box p {
    padding-top: 300px;
}

.pub-banner-box ul li {
    display: inline-block;
    color: #fff;
    font-size: 14px;
}

.pub-banner-box ul {
    margin-bottom: 80px;
    position: relative;
    z-index: 100;
}

.pub-banner-box ul a {
    opacity: 0.7;
}

.pub-banner-box ul a:hover {
    color: #fff !important;
    opacity: 1;
}

.pub-banner-box ul a:hover i {
    color: #fff !important;
    opacity: 1;
}

.pub-banner-box ul li i {
    margin-right: 5px;
    opacity: 0.7;
}

.pub-banner-box p {
    color: #fff;
    font-size: 14px;
    line-height: 28px;
}

.pub-bg {
    height: 200px;
    width: 100%;
    position: absolute;
    left: 0px;
    bottom: 0px;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, #000000 100%);
}

.crumbs {
    background: #EBEBEB;
    height: 80px;
    display: flex;
}

.crumbs ul li {
    line-height: 80px;
    margin-left: 50px;
}

.crumbs ul li:hover {
    border-bottom: 4px solid #920303;
}

.crumbs ul {
    display: flex;
}

.crumbs ul .active {
    color: #920303;
    border-bottom: 4px solid #920303;
}

main {
    /* position: absolute; */
    /* width:1600px; */
}

.crumbs-bg {
    background: #EBEBEB;
    height: 80px;
    position: absolute;
    left: 0px;
    width: 100%;
}

.crumbs h5 {
    height: 80px;
    line-height: 80px;
    font-size: 18px;
    font-weight: bold;
}

.crumbs h5 i {
    font-weight: normal;
    margin-left: 50px;
    color: #979797;
}

.order-list {
    display: flex;
    font-size: 14px;
    padding: 50px 0;
    color: #999;
}

.order-list .active {
    color: #920303;
}

.order-list li {
    margin-right: 20px;
}

.zzjg-title1 {
    font-size: 28px;
    font-weight: bold;
    color: #333;
    margin-bottom: 30px;
}

.zzjg-title1 i {
    color: #920303;
    font-size: 20px;
}

.title4 {
    margin-bottom: 20px;
}

.zzjg-item {
    font-size: 14px;
    color: #333;
}

.zzjg-item li {
    position: relative;
    left: 25px;
    padding-left: 25px;
    line-height: 1.5;
    margin-bottom: 20px;
}

.zzjg-item li:hover i {
    color: #920303;
}

.zzjg-item i {
    color: #ccc;
    position: absolute;
    left: 0px;
    top: 0px;
    font-size: 16px;
    line-height: 20px;
}

.zzjg-box {
    height: 152px;
    background: #F0F0F0;
    padding: 45px;
    position: relative;
    margin: 50px 0;
    overflow: hidden;
}

.zzjg-box .zzjg-icon {
    background: #920303;
    color: #fff;
    height: 57px;
    width: 57px;
    text-align: center;
    line-height: 57px;
    display: inline-block;
    border-radius: 100%;
    position: absolute;
    left: 45px;
    top: 50%;
    margin-top: -28.5px;
    z-index: 100;
}

.zzjg-box .zzjg-icon1 {
    background: #920303;
    color: #fff;
    height: 57px;
    width: 57px;
    text-align: center;
    line-height: 57px;
    display: inline-block;
    border-radius: 100%;
    position: absolute;
    left: 45px;
    top: 50%;
    margin-top: -28.5px;
    transition: all 0.7s ease;
    z-index: 1;
}

.zzjg-box .zzjg-icon i {
    font-size: 20px;
}

.zzjg-box:hover .zzjg-icon1 {
    height: 100%;
    width: 100%;
    top: 0px;
    left: 0px;
    border-radius: 0;
    margin-top: 0px
}

.zzjg-box:hover h5 {
    color: #fff;
}

.zzjg-box:hover span {
    color: #fff;
}

.zzjg-box h5 {
    font-size: 24px;
    color: #333;
    font-weight: bold;
    padding-left: 80px;
    z-index: 100;
    position: relative;
}

.zzjg-box span {
    padding-left: 80px;
    font-size: 14px;
    color: #999;
    z-index: 100;
    position: relative;
    margin-top: 15px;
    display: block;
}

.zzjg-box1 .zzjg-icon1 {
    right: 45px;
    left: inherit;
}

.zzjg-box1 .zzjg-icon {
    right: 45px;
    left: inherit;
}

.zzjg-box1:hover .zzjg-icon1 {
    height: 100%;
    width: 100%;
    top: 0px;
    right: 0px;
    border-radius: 0;
    margin-top: 0px;
    left: inherit;
}

.zzjg-box1 h5 {
    text-align: right;
    padding-right: 80px;
}

.zzjg-box1 span {
    text-align: right;
    padding-right: 80px;
}

.xrld-box {
    background: #F0F0F0;
    padding: 35px;
    position: relative;
    /* display: flex; */
}

.xrld-box .line {
    position: absolute;
    left: 0px;
    bottom: 0px;
    width: 0;
    height: 4px;
    background: #920303;
    transition: all 0.7s ease;
}

.xrld-box:hover .line {
    width: 100%;
}

.xrld-box img {
    height: 263px;
    width: 188px;
    margin-right: 30px;
}

.xrld-title {
    margin-top: 50px;
}

.xrld-box p {
    font-size: 16px;
    color: #920303;
    font-weight: bold;
}

.xrld-box h5 {
    font-size: 28px;
    color: #333;
    font-weight: bold;
    margin-top: 60px;
}

.xrld-box hr {
    border-color: #979797;
    width: 41px;
    margin-left: 0px;
    border-width: 3px;
    margin-top: 25px;
}

.xrld-box span {
    display: block;
    font-size: 14px;
    color: #333;
    margin-bottom: 15px;
}

.xrld-box1 {
    background: #fff;
    padding: 50px 35px;
    height: 323px;
    border-bottom: 1px solid #979797;
}

.xrld-box1 img {
    height: 194px;
    width: 139px;
}

.xrld-box1 p {
    font-size: 16px;
    line-height: 1.5;
}

.xrld-box1 h5 {
    font-size: 20px;
    margin-top: 30px;
}

.xrld-box1 span {
    font-size: 12px;
}

.xrld-box1 hr {
    width: 41px;
    margin-top: 20px;
}

.xrld-box1 .line {
    bottom: -1px;
}

.xrld-box2 {
    background: #fff;
    padding: 10px 0;
    margin-bottom: 20px;
    border-bottom: 1px solid #999999;
}

.xrld-box2 h5 {
    margin: 0px;
    font-size: 20px;
    margin-bottom: 10px;
}

.xrld-box2 span {
    color: #999;
    font-size: 12px;
}

.xxgk-content1 {
    padding: 100px 0;
}

.xxgk-content1 p {
    font-size: 14px;
    color: #333;
    text-indent: 2em;
    line-height: 30px;
}

.xxgk-more {
    float: right;
    display: block;
    margin-top: 30px;
    line-height: 45px;
    color: #920303 !important;
}

.xxgk-more span {
    height: 45px;
    width: 45px;
    text-align: center;
    border: 1px solid #979797;
    border-radius: 100%;
    display: inline-block;
    margin-right: 15px;
}

.xxgk-more span i {
    font-size: 18px;
    color: #979797;
}

.xxgk-more:hover span {
    border: 1px solid #920303;
    background: #920303;
}

.xxgk-more:hover i {
    color: #fff;
}

.xxgk-content2 {
    padding: 100px 0;
    background: #920303;
}

.xxgk-content2 p {
    font-size: 14px;
    color: #fff;
    text-indent: 2em;
    line-height: 30px;
}

.xxgk-box1 {
    padding: 22px 0;
    border-bottom: 1px solid #999;
    margin-top: 20px;
    /* margin: 20px 0; */
}

.xxgk-box1 span {
    font-size: 16px;
    /* text-indent: 0; */
    display: block;
    line-height: 1.5;
    font-weight: bold;
}

.xxgk-box1 h1 {
    font-size: 50px;
    text-align: right;
    font-weight: bold;
    color: #920303;
    font-family: 'Times New Roman', Times, serif;
}

.xxgk-box {
    background: url(../imgs/bxts-bg.png) no-repeat center center;
    background-size: contain;
    text-align: center;
    height: 50px;
    /* padding: 20px 0; */
    margin: 50px 0;
}

.xxgk-box h6 {
    padding-top: 5px;
    color: #333;
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 5px;
}

.xxgk-box span {
    color: #999;
    font-size: 12px;
}

.xxgk-content4 {
    background: #eee;
}

.xxgk-box2 {
    text-align: center;
    border-right: 1px solid #979797;
}

.xxgk-box2 h4 {
    font-size: 50px;
    font-weight: bold;
    margin-top: 50px;
    color: #920303;
    margin-bottom: 10px;
    font-family: 'Times New Roman', Times, serif;
}

.xxgk-box2 span {
    font-size: 16px;
    font-weight: bold;
}

.xxgk-time {
    font-size: 12px;
    color: #999;
}

.xxgk-time i {
    margin-right: 5px;
}

.xgk-box3 {
    height: 557px;
    width: 100%;
    margin-top: 80px;
    background: url(../imgs/xxgk-img2.png) no-repeat center center;
    background-size: cover;
    padding-top: 190px;
}


#swiper-container3 .swiper-wrapper {
    transition-timing-function: linear !important;
}

#swiper-container4 .swiper-wrapper {
    transition-timing-function: linear !important;
}

.content9 .box1 {
    height: 480px;
}

.content9 .box2 {
    height: 240px;
    position: relative;
}

.content9 .box2:hover .img-hover img {
    transform: scale(1.1);
}

.pd0 {
    padding: 0px;
}

.tag1 {
    padding: 8px 16px;
    /* width: 79px; */
    /* height: 28px; */
    display: block;
    background: #920303;
    border-radius: 18px;
    color: #fff;
    position: absolute;
    top: 30px;
    font-size: 12px;
    left: 30px;
    z-index: 1;
}

.box3 {
    background: #5E0606;
    padding: 20px 30px;
    text-align: right;
}

.box3 p {
    text-align: left;
    width: 80%;
    margin-left: 20%;
    color: #fff;
    opacity: 0.7;
    line-height: 21px;
    font-size: 12px;
    margin-top: 20px;
    margin-bottom: 40px;
}

.icon-box {
    height: 25px;
    width: 25px;
    display: inline-block;
    position: relative;
    top: 10px;
    margin-right: 5px;
}

.box4 {
    background: #B37B4F;
}

.box4::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgb(174, 12, 42, 0.7);
    z-index: 100;
}

.box4 .tag1 {
    border: 1px solid #ccc;
    background: none;
}

.box4 .banner-text {
    background: none;
}


.info-card1 .left {
    background: #920303;
    height: 67px;
    width: 67px;
    color: #fff;
}

.info-card1 .left span {
    color: #fff;
    height: 25px;
    line-height: 25px;
}

.info-card1 .left p {
    color: #fff;
}


.info-card1 .right .title {
    font-size: 20px;
}

.xz-box .title {
    font-size: 14px;
    margin-top: 10px;
}

.xz-box {
    margin-bottom: 25px;
}

.xz-box span {
    font-size: 14px;
    color: #999;
    margin-top: 10px;
    display: block;
}

.xz-box1 {
    position: relative;
    /* top: -60px; */
    height: 580px;
    background: #FFFFFF;
    box-shadow: 0px 7px 16px 0px rgba(0, 0, 0, 0.16);
}

.xz-box2 {
    padding: 35px 25px;
    position: relative;
    background: #F0F0F0;
    height: 220px;
}

.xz-box2 .title {
    font-size: 18px;
    margin-bottom: 25px;
}

.xz-box2 p {
    font-size: 12px;
    color: #999;
    line-height: 1.5;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
    overflow: hidden;
}

.xz-box2 .right1-more {
    color: #999 !important;
    font-size: 12px;
    opacity: 1;
    position: absolute;
    bottom: 35px;
    right: 25px;
}

.xz-box2 .right1-more i {
    font-size: 12px;
}

.xz-box2 .right1-more:hover {
    color: #920303 !important;
}

.tag2 {
    padding: 8px 16px;
    /* width: 79px; */
    /* height: 28px; */
    display: block;
    border-radius: 18px;
    color: #fff;
    border: 1px solid #fff;
    position: absolute;
    top: 30px;
    font-size: 12px;
    right: 30px;
    z-index: 1;
}

.nav1 {
    left: -66px;
    top: 0px;
    width: 66px;
    height: 100vh;
    /* cursor: pointer; */
    position: fixed;
    background: #920303;
    z-index: 1000;
    transition: left 0.3s linear;
}

.hide1 {
    cursor: pointer;
    width: 100%;
}

.nav1-img {
    width: 100%;
    text-align: center;
    padding: 30px 0;
    border-bottom: 1px solid rgb(221, 221, 221, 0.3);
}

.nav1-mid {
    color: #fff;
    line-height: 1.5;
    text-align: center;
    position: absolute;
    width: 100%;
    top: 50%;
    margin-top: -42px;
    cursor: pointer;
}

.nav1-mid:hover {
    opacity: 0.8;
}

.nav1-mid i {
    font-size: 20px;
    display: block;
    margin-bottom: 5px;
}

.nav1 .mid {
    display: none;
}

.nav2 .mid {
    display: block;
}



.nav2 .hide1 {
    display: none;
}

.nav2 .right {
    left: 212px;
}

main {
    position: relative;
    left: 0px;
    width: 100%;
    /* transition: left 0.7s ease; */
    /* transition: left 0.1s linear; */
    /* transition: width 0.1s linear; */
    /* transition: width 0.1s linear; */
    /* margin-left: 66px; */
    /* padding: 0 66px; */
    /* padding-left: 66px; */
}

.nav3 {
    left: 0;
}

.main1 {
    left: 66px;
    width: calc(100% - 66px);
    /* padding-right: 66px; */
}

.main2 {
    left: 212px;
    width: calc(100% - 212px);
    /* padding-right: 212px; */
}


.red {
    position: fixed;
    left: 0px;
    width: 100%;
    height: 100%;
    top: 0px;
    z-index: 1000;
    /* display: none; */
    /* background: red; */
    background: url(../imgs/red/2.jpg) no-repeat center center;
    background-size: cover
}

.red .container {
    position: absolute;
    top: 50%;
    margin-top: -280px;
    left: 50%;
    margin-left: -700px;
}

.gd {
    position: absolute;
    bottom: 60px;
    left: 50%;
    width: 288px;
    left: 50%;
    margin-left: -144px;
}

#swiper1 {
    opacity: 1;
}

#swiper1 .swiper-slide1 {
    background: url(../imgs/red/3.jpg) no-repeat center center;
    background-size: cover;
    width: 100vw;
}

.red-nav {
    position: fixed;
    height: 52px;
    z-index: 1000;
    top: 50px;
    left: 50%;
    margin-left: -385px;
}

#redpage .fadeInUp1 {
    margin-top: 50px;
    opacity: 0;
    position: absolute;
    z-index: 1000;
}

.img1 {
    left: 50%;
    top: 170px;
    margin-left: -272px;
}

.img2 {
    left: 466px;
    top: 20%;
    /* margin-left: -272px; */
}

.img3 {
    top: 30%;
    left: 928px;
}

#swiper1 .swiper-slide2 {
    background: url(../imgs/red/1.jpg) no-repeat center center;
    background-size: cover;
    width: 2505px;
}

#swiper1 .swiper-slide3 {
    background: url(../imgs/red/5.jpg) no-repeat center center;
    background-size: cover;
    width: 2843px;
}

#swiper-pagination {
    bottom: 60px;
}


#swiper-pagination .swiper-pagination-bullet {
    height: 14px;
    width: 14px;
    margin: 0 10px;
}

/* #swiper-pagination .swiper-pagination-bullet:last-child{
    display: none;
} */

#swiper-pagination .swiper-pagination-bullet-active {
    background: url(../imgs/red/act.png) no-repeat;
    background-size: cover;
    height: 28px;
    width: 28px;
    position: relative;
    top: 7px;
}

#red {
    position: fixed;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: 10000;
    left: -100vw;
    /* visibility: hidden; */
    /* display: none; */
    /* width: 0px; */
}

#red iframe {
    position: absolute;
    left: 0;
    height: 100%;
    top: 0;
    width: calc(100% - 45px);
}

#future {
    position: fixed;
    right: 0;
    height: 100%;
    width: calc(100% - 45px);
    z-index: 10000;
    right: -100vw;
    display: none;
}

.swiper-slide3 h1 {
    font-size: 36px;
    color: #920303;
    font-weight: bold;
}

.swiper-slide3 h1 span {
    font-size: 32px;
    color: #333;
}

.swiper-slide3 h5 {
    font-size: 24px;
    margin-top: 18px;
    font-weight: bold;
}

.swiper-slide3 hr {
    border-color: #979797;
    margin: 30px 0;
}

.swiper-slide3 h6 {
    font-size: 18px;
    height: 20px;
    line-height: 20px;
    margin-bottom: 20px;
    color: #920303;
}

.swiper-slide3 p {
    font-size: 20px;
    height: 20px;
    line-height: 20px;
    margin-bottom: 20px;
    color: #333;
}

.swiper-slide3 {
    padding: 150px 140px;
}

.swiper-slide3 span {
    font-size: 14px;
    color: #999;
    margin-bottom: 20px;
    line-height: 24px;
}

.events-tag {
    color: #920303;
    font-size: 14px;
    margin-bottom: 15px;
    display: block;
}

.events-img {
    position: relative;
    height: 320px;
    width: 229px;
}

.events-img img {
    position: absolute;
    height: 320px;
    width: 229px;
    left: 0px;
    top: 0px;
    object-fit: cover;
}

.events-img span {
    z-index: 100;
    position: absolute;
    left: 15px;
    top: 15px;
}

#swiper-container4 .swiper-slide {
    width: 229px;
}

#swiper-container4 {
    height: 500px;
}

#swiper-container4 .swiper-slide:hover {
    width: 358px;
}

#swiper-container4 .swiper-slide:hover .events-box1 {
    display: block;
    opacity: 1;
    width: 358px;
    height: 500px;
}

#swiper-container4 .swiper-slide:hover .events-box {
    display: none;
}

.events-box1 {
    /* display: none; */
    width: 0px;
    cursor: pointer;
    height: 0px;
    opacity: 0;
    transition: all 0.3s linear;
    position: absolute;
    left: 0px;
    top: 0px;
    /* display: block;
    opacity: 1;
    width: 358px;
    height: 500px;  */
}

.events-top {
    height: 300px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.7);
}

.events-top .tag1 {
    color: #fff;
    position: relative;
    background: none;
    border: 1px solid #fff;
    left: 0px;
    top: 0px;
    display: inline-block;
}

.events-box1 .event-mask {
    background: rgb(87, 15, 15, 0.8);
    position: absolute;
    left: 0px;
    top: 0px;
    height: 100%;
    width: 100%;
    padding: 30px;
}

.events-box1 img {
    height: 100%;
    width: 100%;
    object-fit: cover;
}

.events-box1 h5 {
    font-size: 18px;
    line-height: 32px;
    color: #fff;
    margin-top: 15px;
    width: 298px;
}

.events-box1 p {
    font-size: 14px;
    margin-top: 20px;
    color: #fff;
    width: 298px;
    margin-bottom: 10px;
}

.events-box1 span {
    font-size: 16px;
    color: #fff;
    /* width: 298px; */
    /* display: block; */
}

.box {
    position: relative;
}

.qr {
    height: 103px;
    width: 103px;
    position: absolute;
    left: 50%;
    display: none;
    margin-left: -51.5px;
    background: url(../imgs/qr.png) no-repeat center center;
    top: -113px
}

.box:hover .qr {
    display: block;
}

#redpage .fadeInUp11 {
    width: 100%;
    padding: 0 30px;
}

#app {
    /* overflow: hidden; */
}

.img-hover1:hover img {
    transform: scale(1.1);
}

.future {
    background: url(../imgs/f-bg.png) no-repeat center center;
    background-size: cover;
    height: 100vh;
    width: 100%;
    position: relative;
    /* padding: 50px; */
    box-sizing: border-box;
}

.future .container {
    /* height: 600px; */
    width: 100% !important;
    max-width: 100% !important;
    position: absolute;
    /* width: 100%; */
    /* left: 50%; */
    /* top: 50%; */
    /* margin-top: -300px; */
    /* margin-left: -700px; */
    /* bottom: 50%; */
}

.f-left {
    color: #fff;
    margin-top: 100px;
}

.f-left h5 {
    font-size: 18px;
    padding-bottom: 20px;
    border-bottom: 1px solid #fff;
    margin-bottom: 20px;
    font-weight: bold;
}

.f-left h5 img {
    height: 16px;
    margin-left: 5px;
    position: relative;
    top: 2px;
}

.f-left li {
    margin-bottom: 20px;
    line-height: 1.5;
}

.f-left li img {
    height: 16px;
    position: relative;
    top: 2px;
}

.f-left li a {
    margin-left: 10px;
}

.f-left li a:hover {
    opacity: 0.8;
    color: #fff !important;
}

.f-left li span {
    display: inline-block;
    height: 20px;
    width: 20px;
    border-radius: 100%;
    background: #ECC07B;
    color: #920303;
    text-align: center;
    line-height: 20px;
}

.msg {
    display: flex;
    margin-bottom: 33px;
}

.msg img {
    height: 60px;
    width: 60px;
    margin-right: 30px;
}

.msg p {
    height: 60px;
    line-height: 60px;
    overflow: hidden;
    color: #fff;
    border-radius: 32px;
    padding: 0 28px;
    background: rgb(0, 0, 0, 0.3);
}

.search {
    width: 100%;
    border-radius: 44px;
    height: 64px;
    position: absolute;
    bottom: 50px;
    margin-top: 200px;
}

.search input {
    height: 100%;
    width: 100%;
    background: #fff;
    border-radius: 44px;
    padding-left: 30px;
    font-size: 20px;
    color: #909090;
}

.search .btn {
    position: absolute;
    right: 6px;
    top: 6px;
    width: 143px;
    height: 54px;
    background: #920303;
    border-radius: 37px;
    color: #fff;
    font-size: 20px;
}

.item {
    height: 100vh;
    padding: 40px;
    position: relative;
}

.bg1 {
    background: #B37B4F url(../imgs/icon2-bg.png) no-repeat center right;
}

.bg2 {
    background: rgb(94, 6, 6) url(../imgs/icon1-bg.png) no-repeat center right !important;
}

.nav li a {
    display: block;
    height: 18px;
    width: 72px;
    opacity: 1;
    margin: 0 auto;
}

.nav li hr {
    width: 24px;
    margin: 40px auto;
    opacity: 0.5;
}

.nav-text1 a {
    background: url(../imgs/nav-text1.png) no-repeat center center;
    background-size: cover;
}

.nav-text1 a:hover {
    background: url(../imgs/nav-text1-hover.png) no-repeat center center;
    background-size: cover;
}

.nav-text2 a {
    background: url(../imgs/nav-text2.png) no-repeat center center;
    background-size: cover;
}

.nav-text2 a:hover {
    background: url(../imgs/nav-text2-hover.png) no-repeat center center;
    background-size: cover;
}

.nav-text3 a {
    background: url(../imgs/nav-text3.png) no-repeat center center;
    background-size: cover;
}

.nav-text3 a:hover {
    background: url(../imgs/nav-text3-hover.png) no-repeat center center;
    background-size: cover;
}

.nav-text4 a {
    background: url(../imgs/nav-text4.png) no-repeat center center;
    background-size: cover;
}

.nav-text4 a:hover {
    background: url(../imgs/nav-text4-hover.png) no-repeat center center;
    background-size: cover;
}

.sj {
    position: absolute;
    left: -10px;
    top: 265px;
    height: 20px;
}

.sj1 {
    position: absolute;
    left: -10px;
    top: 365px;
    height: 20px;
}

.fire {
    height: 20px;
    position: absolute;
    top: -15px;
    right: -15px;
}

.progress {
    width: 34px;
    height: 34px;
    background: conic-gradient(#DFC387 0% var(--progress), rgba(255, 255, 255, 0) var(--progress) 100%);
    border-radius: 50%;
    position: relative;
    --progress: 0%;
    box-shadow: none;
    margin-bottom: 0px;
    color: #DFC387;
}

.progress i {
    position: relative;
    z-index: 1;
}

.progress::before {
    content: "";
    position: absolute;
    inset: 3px;
    background-color: #920303;
    width: 28px;
    height: 28px;
    text-align: center;
    line-height: 24px;
    border-radius: 50%;
}

.search-box {
    transition: all ease .3s;
    margin-top: 40px;
    height: 40px;
    width: 160px;
    margin-right: 15px;
    position: relative;
}

.search-box i {
    color: #999;
    position: absolute;
    right: 10px;
    top: 12px;
    font-size: 16px;
    cursor: pointer;
}

.search-box input {
    outline: none;
    box-shadow: none !important;
    height: 100%;
    padding-right: 30px;
    background: #F4F4F4;
    border-radius: 0;
    border: none;
    color: #999;
}

.rw-list li {
    display: inline-block;
    font-size: 28px;
    margin-right: 20px;
}

.rw-list .act a {
    border-bottom: 3px solid #920303;
    color: #920303!important;
}

.rw-list li a {
    font-family: 'sy';
    padding: 0 20px;
    padding-bottom: 20px;
    color: #333;
    display: inline-block;
}

.rw-list {
    padding-top: 50px;
    /* padding-bottom: 20px; */
    border-bottom: 1px solid #CFCFCF;
}

.search-btn {
    transition: all ease .3s;
    padding: 0px;
    height: 40px;
    margin-top: 40px;
    border-radius: 0;
    width: 96px;
    color: #fff !important;
    background: #AE0C2A;
}

.search-btn:hover {
    background: #7F031A;
}

.swiper-container1-box {
    position: absolute;
    right: 15px;
    top: 483px;
    z-index: 1000;
}

.swiper-container1-box .swiper-button {
    border: none;
    background: #fff;
    border-radius: 0px;
}

.swiper-container1-box .swiper-button:hover {
    background: #AE0C2A;
    color: #fff;
}

.red-box {
    height: 220px;
    width: 100%;
    padding: 30px;
    padding-bottom: 10px;
    background: #AE0C2A url(../imgs/xx.png) no-repeat center right;
}

.red-box .time1 {
    color: #fff;
    font-size: 12px;
    margin-bottom: 2px;
    display: block;
    margin-top: 60px;
}

.red-box .title {
    color: #fff !important;
    margin-top: 5px;
}

.red-box .title:hover {
    opacity: 0.7;
}

.red-box .swiper-pagination {
    text-align: left;
}

.red-box .swiper-pagination-bullet-active {
    background: #fff;
}

.red-box .swiper-pagination-bullet {
    width: 30px;
    border-radius: 0;
    height: 4px;
}

.news-box {
    margin-top: 35px;
    display: flex;
}

.news-box img {
    height: 72px;
    width: 120px;
    margin-right: 15px;
    object-fit: cover;
}

.news-box h5 {
    font-size: 14px;
    color: #333;
    font-weight: bold;
    line-height: 1.5;
    margin-bottom: 10px;
    display: -webkit-box;
    /* 设置为WebKit内核的弹性盒子模型 */
    -webkit-box-orient: vertical;
    /* 垂直排列 */
    -webkit-line-clamp: 2;
    /* 限制显示两行 */
    overflow: hidden;
    /* 隐藏超出范围的内容 */

}

.news-box span {
    font-size: 12px;
    color: #999;
}

.yw-box {
    display: block;
}

.yw-box h5 {
    font-size: 16px;
    margin-top: 15px;
    margin-bottom: 10px;
    /* -webkit-line-clamp: 1; */
}

.yw-box span {
    color: #999;
    font-size: 14px;
}

.gray-box {
    background: #F3F3F3;
    padding: 15px 20px;
}

.gray-box li {
    padding: 20px 0;
    border-bottom: 1px solid #ccc;
}

.gray-box .tag {
    font-size: 14px;
    margin-bottom: 10px;
}

.gray-box .time {
    font-size: 12px;
    color: #999;
    margin-top: 15px;
    display: inline-block;
}

.gray-box img {
    margin-left: 15px;
}

.gray-box .time1 {
    float: right;
    margin: 0px;
    line-height: 18px;
}

.xy-ul li {
    /* margin-top: 20px; */
    padding: 30px 0px;
    border-bottom: 1px solid #ccc;
}

.xy-ul .title {
    display: -webkit-box; /* 设置为WebKit内核的弹性盒子模型 */
    -webkit-box-orient: vertical; /* 垂直排列 */
    -webkit-line-clamp: 2; /* 限制显示两行 */
    overflow: hidden; /* 隐藏超出范围的内容 */
    text-overflow: ellipsis; /* 使用省略号 */
    height: 50px;
    /* -webkit-line-clamp: 1; */
}

.xy-card {
    /* height: 233px; */
    background: #FFFFFF;
    box-shadow: 0px 5px 9px 0px rgba(0,0,0,0.2);
    padding: 25px;
    margin-top: 15px;
}

.xy-time {
    height: 50px;
    width: 50px;
    background: #920303;
    text-align: center;
}

.xy-time span {
    color: #fff;
    font-size: 12px;
}

.xy-title {
    font-size: 16px;
    line-height: 24px;
    font-weight: bold;
    margin-top: 15px;
}

.xy-time i {
    font-size: 26px;
    margin-top: 3px;
    display: inline-block;
    color: #fff;
    font-style: normal;
}

.xy-ul li:last-child {
    /* border: none; */
}

a:hover .title {
    color: #920303;
}

.xw-tab li {
    margin-right: 20px;
    line-height: 50px;

    font-size: 18px;
    display: inline-block;
}

.xw-tab .act {
    font-weight: bold;
    color: #AE0C2A;
}

.content4 {
    position: relative;
}

.zt-bg {
    width: 55%;
    max-width: 736px;
    height: 486px;
    position: absolute;
    right: 0px;
    top: -70px;
    background: #F3F3F3;
}


.rw-box .img-hover {
    margin-right: 30px;
}

.rw-box .tag {
    font-size: 14px;
}

.rw-box p {
    color: #fff;
    font-size: 12px;
    line-height: 24px;
    margin-top: 90px;
    padding-right: 30px;
    display: -webkit-box;
    /* 必须设置，用于多行溢出 */
    -webkit-box-orient: vertical;
    /* 设置盒子排列方向为垂直 */
    -webkit-line-clamp: 3;
    /* 限制显示的行数，例如显示 3 行 */
    overflow: hidden;
    /* 隐藏超出的内容 */
}

.rw-bg {
    height: 157px;
    width: 85%;
    position: absolute;
    right: 0px;
    /* bottom: -30px; */
    top: 100px;
    z-index: -1;
    background: #AE0C2A;
}

.rw-box1 {
    display: block;
    height: 243px;
}

.rw-box1 .img-hover {
    margin-bottom: 15px;
}

.rw-box1 span {
    display: block;
    margin-top: 10px;
    color: #999;
    font-size: 14px;
}

.rw-ul .title {
    font-size: 16px;
    margin-bottom: 10px;
}

.rw-ul .time {
    color: #999;
    font-size: 14px;
}

.rw-ul li {
    border-bottom: 1px solid #ccc;
    padding: 30px 0;
}

.rw-ul li:first-child {
    padding-top: 0px;
}

.rw-ul li:last-child {
    border: none;
}

.yuan {
    height: 80px;
    width: 80px;
    border-radius: 100%;
    line-height: 80px;
}

.yuan {
    text-align: center;
    margin-bottom: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}

.yuan .icon {
    color: #fff;
    font-size: 30px;
}

.rm-ul {
    display: grid;
    grid-template-columns: repeat(auto-fill, 80px);
    width: 100%;
    /* column-gap: calc((100% - 640px) / 8); */
    /* max-width: calc(80px* 8 + 100px* 7); */
    column-gap: 100px;
    row-gap: 45px;
    justify-content: center;
    margin-bottom: 50px;
}

.rm-ul li {
    /* margin-right: 80px;
    margin-bottom: 45px; */
    display: inline-block;
    width: 80px;
    font-size: 16px;
    text-align: center;
    position: relative;
}

.rm-ul .yuan .mask {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    border-radius: 100%;
    background: rgba(0, 0, 0, 0.1);
}

.rm-ul p {
    font-weight: bold;
    line-height: 20px;
    /* white-space: nowrap; */
}

.rm-ul .rm-qrcode {
    width: 140px;
    height: 140px;
    position: absolute;
    top: -160px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 1001;
    border: 1px solid #eee;
    box-shadow: 0 2px 10px #aaa;
}

.rm-ul .rm-qrcode::after {
    content: '';
    position: absolute;
    left: 50%;
    margin-left: -6px;
    bottom: -13px;
    width: 0;
    height: 0;
    border-width: 8px 6px 6px 6px;
    border-style: solid;
    border-color: #fff transparent transparent transparent;
}

.foot-ul li {
    display: inline-block;
    margin-bottom: 15px;
    color: #fff;
    opacity: .8;
    font-size: 14px;
}

.foot-ul li a {
    margin-right: 10px;
}

footer h6 {
    color: #fff;
    margin-top: 15px;
    font-size: 16px;
}

footer h6 img {
    margin-right: 10px;
    position: relative;
    top: 2px;
}

footer h6 span {
    margin: 0 10px;
}

.page-title {
    font-size: 32px;
    /* font-weight: bold; */
    font-family: 'sy';
    color: #333;
    line-height: 1.5;
}

.page-title1 {
    margin: 20px 0;
    font-size: 20px;
    font-weight: bold;
    font-family: 'sy';
    color: #666;
    line-height: 1.5;
}

.page-item {
    color: #666;
    display: inline-block;
    margin-right: 40px;
    font-size: 14px;
    /* margin-top: 15px; */
}

.page-content {
    margin-top: 50px;
    color: #333;
    font-size: 16px;
    line-height: 32px;
    position: relative;
    margin-bottom: 50px;
}

.page-content strong {
    font-weight: bold !important;
}

.page-content img {
    display: block !important;
    transform: inherit !important;
    margin: 30px auto !important;
    max-width: 100% !important;
}

.page-content p {
    margin-bottom: 20px !important;
    text-indent: 2em !important;
}

.info-title {
    color: #920303;
    font-size: 20px;
    font-weight: bold;
    height: 33px;
    margin-bottom: 20px;
}

.info-title i {
    margin-right: 5px;
    font-size: 26px;
    position: relative;
    top: 3px;
}

.info-list span {
    font-size: 14px;
    color: #B37B4F;
    margin-bottom: 5px;
    display: inline-block;
}

.info-list {
    margin-top: 20px;
    border-bottom: 1px solid #E4E4E4;
}

.info-list li {
    padding: 20px 0;
    border-top: 1px solid #E4E4E4;
}

.info-list li h6 {
    font-size: 14px;
    color: #333;
    font-weight: bold;
    line-height: 24px;
}

.info-list li h6:hover {
    color: #920303;
}

.info-list1 li {
    padding: 20px 0;
}

.info-list1 li:hover h6 {
    color: #920303;
}

.info-list1 li h6 {
    font-size: 20px;
    font-weight: bold;
    color: #333;
}

.info-list1 li p {
    color: #999;
    line-height: 1.5;
    font-size: 14px;
    margin-top: 13px;
    white-space: nowrap;
    /* 确保文本在一行内显示 */
    overflow: hidden;
    /* 隐藏超出容器的文本 */
    text-overflow: ellipsis;
    /* 使用省略符号表示文本被截断 */
}

.keyword {
    font-size: 14px;
    color: #666;
    /* margin-top: 20px; */
}

.bj {
    font-size: 14px;
    color: #333;
    margin-top: 20px;
}

.share1 {
    width: 40px;
    line-height: 1.5;
    font-size: 14px;
    color: #666;
    position: absolute;
    left: -60px;
    top: 0px;
    text-align: center;
}

.share-box {
    height: 34px;
    width: 34px;
    background: #B37B4F;
    border-radius: 100%;
    margin-top: 10px;
    text-align: center;
    line-height: 34px;
}

.share-box i {
    color: #fff;
    font-size: 16px;
}

.social-share {
    margin-top: 10px;
}

.social-share .social-share-icon {
    background: #B37B4F !important;
    border-color: #B37B4F !important;
}

.social-share .icon-wechat:before {
    color: #fff;
}

.social-share .icon-weibo:before {
    color: #fff;
}

.social-share .icon-wechat .wechat-qrcode .qrcode {
    margin-top: 10px !important;
    margin-bottom: 0px !important;
}

.pub-title {
    font-size: 36px;
    line-height: 55px;
    /* font-weight: bold; */
    font-family: 'sy';
    text-align: center;
    padding-top: 35px;
}

.pub-title1 {
    font-size: 28px;
    /* font-weight: bold; */
    font-family: 'sy';
    height: 50px;
    line-height: 40px;
    color: #920303;
}

.pub-title1 span {
    color: #999;
    font-size: 18px;
    margin-left: 5px;
}

.pp-box-time {
    /* height: 48px; */
    /* width: 48px; */
    padding: 8px;
    position: absolute;
    left: 15px;
    z-index: 10;
    top: 15px;
    background: #920303;
    color: #fff;
    text-align: center;
}

.pp-box-time span {
    font-size: 12px;
    /* margin-top: 10px; */
    margin-bottom: 5px;
    display: block;
}

.pp-box-time p {
    font-size: 28px;
}

.pp-box {
    border-bottom: 1px solid #CCCCCC;
    padding: 40px 0px;
    display: flex;
}

.pp-box-left {
    flex-shrink: 0;
    height: 192px;
    width: 330px;
    position: relative;
    margin-right: 40px;
}

.pp-box-right {
    flex: 1;
    overflow: hidden;
}

.pp-box-right h5 {
    font-size: 20px;
    font-weight: bold;
    white-space: nowrap;
    /* 确保文本在一行内显示 */
    overflow: hidden;
    /* 隐藏超出容器的文本 */
    text-overflow: ellipsis;
    margin-bottom: 15px;
}


.pp-box-right p {
    font-size: 14px;
    line-height: 24px;
    color: #999;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    white-space: normal;
    overflow: hidden;
}

.pagination {
    display: flex;
    justify-content: center;
    align-items: center;
}

.el-pagination.is-background .el-pager li:not(.disabled).active {
    background: #920303;
    color: #fff !important;
}

.el-pagination.is-background .el-pager li:not(.disabled):hover {
    color: #920303;
}

.pub-right h5 {
    font-size: 28px;
    font-family: 'sy';
    font-weight: bold;
    color: #920303;
    padding-top: 50px;
    padding-bottom: 20px;
    border-bottom: 1px solid #CFCFCF;
}

.pub-right h6:hover {
    color: #920303;
}

.pub-right h6 {
    font-size: 18px;
    line-height: 30px;
    color: #333;
    margin: 20px 0;
    font-weight: bold;
}

.pub-right li {
    margin-bottom: 30px;
    margin-top: 30px;
}

.pub-right .title {
    font-weight: normal;
    margin-bottom: 0px;
}

.zt-box {
    margin-bottom: 50px;
}

.zt-box h5 {
    font-size: 20px;
    color: #333;
    margin-top: 15px;
    margin-bottom: 10px;
    font-weight: bold;
    white-space: nowrap;
    /* 确保文本在一行内显示 */
    overflow: hidden;
    /* 隐藏超出容器的文本 */
    text-overflow: ellipsis;
}

.zt-box h5:hover {
    color: #920303;
}

.zt-box span {
    font-size: 14px;
    color: #999;
}

.zt-left {
    padding: 15px;
    padding-top: 80px;
}

.zt-left h5 {
    color: #333;
    font-weight: bold;
    font-size: 32px;
    line-height: 1.5;
    margin: 20px auto;
}

.zt-left h6 {
    color: #999;
    font-size: 12px;
    line-height: 24px;
}

.zt-swiper {
    height: 570px;
    position: relative;
    margin: 0 0 45px;
}

.zt-left1 {
    background: #F0F0F0;
    height: 520px;
    position: absolute;
    left: 0px;
    top: 50px;
    width: calc(33% + 150px);
}

.news-nav {
    width: 100%;
    display: flex;
    justify-content: space-between;
}

.news-nav li {
    position: relative;
    margin: 0 !important;
}

.news-nav li:hover .child {
    display: block;
}

.news-nav li .child {
    top: 75%;
    left: 50%;
    margin-left: -65px;
    z-index: 100;
    background: #AE0C2A;
    width: 130px;
    position: absolute;
    display: none;
}

.news-nav li .child li {
    height: 45px !important;
    color: #fff !important;
    text-align: center;
    font-size: 14px;
    margin: 0px;
    display: block;
    line-height: 45px !important;
}

.news-nav li .child li a {
    color: #fff !important;
    display: block;
}

.news-nav li .child li:hover {
    background: #7F031A;
}

.xyfg {
    height: 735px;
    width: 100%;
    position: relative;
    /* display: flex; */
}

.xyfg-left {
    flex: 1;
    position: relative;
    overflow: hidden;
}

.xyfg-right {
    width: 540px;
    background: #920303;
    padding: 140px 50px;
    position: relative;
}

.xyfg-right h5 {
    font-size: 28px;
    font-weight: bold;
    color: #fff;
    margin-bottom: 20px;
}

.xyfg-right p {
    font-size: 16px;
    line-height: 28px;
    color: #fff;
}

.xyfg-zz {
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
    width: 260px;
    z-index: 100;
    background: #000;
}

.swiper-button-next1 {
    height: 25px;
    width: 200px;
    color: #979797;
    position: absolute;
    border: 1px solid #979797;
    text-align: center;
    line-height: 25px;
    z-index: 100;
    font-size: 30px;
    cursor: pointer;
    bottom: 20px;
    right: 30px;
    z-index: 101;
}

.swiper-button-prev1 {
    height: 25px;
    width: 200px;
    cursor: pointer;
    color: #979797;
    position: absolute;
    border: 1px solid #979797;
    text-align: center;
    z-index: 100;
    line-height: 25px;
    top: 20px;
    right: 30px;
    z-index: 101;
}

.album-list {
    border-top: 1px solid #ccc;
    padding-top: 25px;
    margin-top: 40px;
}

.album-list span {
    margin-bottom: 15px;
    line-height: 1.5;
}

.video-box {
    background: rgba(0, 0, 0, 0.6);
    height: 60px;
    width: 60px;
    position: absolute;
    top: 50%;
    margin-top: -30px;
    left: 50%;
    margin-left: -30px;
    text-align: center;
    line-height: 60px;
    border-radius: 100%;
}

.video-box i {
    font-size: 22px;
    color: #fff;
}

.video-box1 {
    background: rgba(0, 0, 0, 0.6);
    height: 80px;
    width: 80px;
    position: absolute;
    top: 50%;
    margin-top: -40px;
    left: 50%;
    margin-left: -40px;
    text-align: center;
    line-height: 80px;
    border-radius: 100%;
    z-index: 1;
}

.video-box1 i {
    font-size: 28px;
    color: #fff;
}

.diff-content1 {
    padding: 30px 20px;
    position: absolute;
    left: 0px;
    bottom: 0px;
    width: 100%;
    background: url(../imgs/banner-mask.png) no-repeat bottom;
    background-size: 100% 100%;
}

.diff-content1 p {
    font-size: 18px;
    color: #fff;
    white-space: nowrap;
    /* 防止文本换行 */
    overflow: hidden;
    /* 隐藏溢出的文本 */
    text-overflow: ellipsis;
}

.social-share .icon-wechat .wechat-qrcode .help p {
    margin-bottom: 0 !important;
    text-indent: 0 !important;
    line-height: 20px !important;
}

.social-share .icon-wechat .wechat-qrcode .qrcode img {
    margin: 10px auto !important;
}