/* 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: "Microsoft YaHei", "微软雅黑", "Noto Sans",serif;
    -webkit-text-size-adjust: 100%; 
    text-size-adjust: 100%;
}

/* 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", "微软雅黑", "Noto Sans",serif;
    text-align: justify;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: "Microsoft YaHei", "微软雅黑", "Noto Sans",serif;
}

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

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

/* 单行文本超出显示省略号通用class */
.text-ellipsis-1 {
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}


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

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

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

@font-face {
    font-family: 'tj';
    src: url("../fonts/TrajanPro-Regular.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;
}

.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;
}

.verses {
    /* width: 100px; */
    /* max-width: 100px; */
}



.title1 {
    font-size: 18px;
    margin: 20px 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:not(.swiper-button-disabled):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: 14px;
    color: #666;
    line-height: 25px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    /* 表示显示的行数 */
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
}

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

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

.content {
    padding: 160px 0;
    overflow: hidden;
}

.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;
}

.index-title .en {
    color: #333;
    font-size: 20px;
    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 {
    /* height: 570px; */
    /* width: 585px; */
    /* padding: 0 7.5px; */
    /* margin-right: 15px; */
    flex-shrink: 0;
}

.content7 {
    padding: 0px;
    width: 100%;
    overflow: inherit;
    height: 570px;
    margin: 60px 0;
    margin-top: 0px;
}

.zmd {
    display: flex;
    animation: marquee-left 20s linear infinite !important;
}

.content7:hover .zmd {
    animation-play-state: paused !important;
}


@keyframes marquee-left {
    0% {
        transform: translate(100%);
    }

    100% {
        transform: translate(-100%);
    }
}

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

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

/* .diff-card a {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
} */

.diff-card .one {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
}
.diff-card .two {
    top: 100%;
    position: absolute;
    left: 0px;
    width: 100%;
    height: 100%;
}

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

.map-box3 {
    /* height: 720px; */
    position: absolute;
    /* width: 100%; */
    display: none;
    left: 0px;
    top: 0px;
    background: rgba(0, 0, 0, 0.7);
    z-index: 100;
}

.diff-content p {
    font-size: 14px;
    margin-top: 5px;
    line-height: 30px;
    color: #fff;
    white-space: nowrap; /* 防止文本换行 */
    overflow: hidden; /* 隐藏溢出的文本 */
    text-overflow: ellipsis; /* 显示省略符号来代表被修剪的文本 */
}

.diff-content p:last-child{
    font-weight: bold;
    font-size: 16px;
}

.bottom-icon {
    margin-top: 0px;
    cursor: pointer;
    text-align: center;
    /* width: 120px; */
    margin: 0 auto;
    padding: 100px 0;
    transition: all 0.2s ease-in-out;
}

/* .bottom-icon-hover {
    transition: all 0.3s ease;
} */

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

.bottom-icon1 {
    opacity: 0.5!important;
    pointer-events:none
}

.bottom-icon1:hover {
    margin-top: 0;
    padding-bottom: 0;

    /* position: relative;
    top: -30px */
}

/* .bottom-icon:hover p {
    color: #920303;
} */

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

.content8 {
    padding-top: 0px;
    padding-bottom: 0px;
}

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

footer {
    overflow: hidden;
    /* padding-top: 50px; */
    height: 404px;
    width: 100%;
    background: url(../imgs/footer-bg.jpg) no-repeat;
    background-size: cover;
}

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


/* .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%;
}

.about-box {
    height: 88px;
    width: 88px;
    text-align: center;
    line-height: 88px;
    margin: 0 auto;
    background: #B37B4F;
}

.about-box1 {
    margin-top: 40px;
    text-align: center;
}

.about-box1 h6 {
    color: #333;
    margin-top: 25px;
    font-size: 18px;
}

.about-box1 h4 {
    color: #920303;
    margin-top: 10px;
    cursor: pointer;
    font-size: 16px;
}

.about-box1 h4:hover{
    opacity: 0.7;
}


.about-box1 h5 {
    color: #920303;
    margin-top: 15px;
    font-size: 24px;
    font-family: 'sy';
}

.about-box i {
    font-size: 40px;
    color: #fff;
}

.foot-right1 {
    padding: 50px 30px;
    /* overflow: hidden; */
    border-top: 1px solid rgba(255, 255, 255, 0.4);
}

.foot-right1 ul {
    /* overflow: hidden; */
    height: 52px;
    display: flex;
}

.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;
    flex: 1;
    /* 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;
}

footer .box {
    margin-top: 10px;
    margin-bottom: 0px;
}

.visible-xrld {
    visibility: hidden;
    height: 453px;
}

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

#swiper-pagination1 {
    bottom: 20px;
}

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

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

#swiper-pagination5 {
    bottom: 20px;
}

#swiper-pagination5 .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: 600px;

    /* Center slide text vertically */
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}

.refresh {
    height: 72px;
    width: 72px;
    border-radius: 100%;
    position: absolute;
    right: -20px;
    bottom: 20px;
    background: #fff;
    box-shadow: 0px 7px 12px 0px rgba(0,0,0,0.23);
    line-height: 72px;
    text-align: center;
    z-index: 10;
    cursor: pointer;
}

.refresh:hover {
    background: #DFC387;
    color: #fff;
}

.refresh i {
    font-size: 34px;
}


.diff-box {
    height: 100px;
}

.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;
    z-index: 1000;
    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: 50px;
    height: 100%;
    background: #920303;
    padding: 49px 15px;
    /* z-index: 10000; */
    /* float: left; */
    cursor: pointer;
    display: inline-block;
    z-index: 1000;
}

#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: 0px;
    transition: all 0.3s linear;
    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 {
    position: absolute;
    top: 0px;
    width: 100%;
    z-index: 100;
    padding: 55px 50px;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.7) 0%, rgba(0, 0, 0, 0) 100%);
    /* opacity: 0.42; */
    /* text-align: right; */
    /* float: right; */
}

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

.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;
}

/* .mh {
    -webkit-transition: all 500ms cubic-bezier(0.75, 0, 0.175, 1);
    -moz-transition: all 500ms cubic-bezier(0.75, 0, 0.175, 1);
    -o-transition: all 500ms cubic-bezier(0.75, 0, 0.175, 1);
    transition: all 500ms cubic-bezier(0.75, 0, 0.175, 1);
    background-color: #f7f7f5;
    filter: blur(5px);
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
} */

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

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

.aside a h6 {
    opacity: 0.8;
    flex: 1;
}

.aside a span {
    opacity: 0.5;
}

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

.aside-time {
    position: absolute;
    height: 49px;
    width: 52px;
    background: #920303;
    z-index: 1;
    color: #fff;
    text-align: center;
    left: 10px;
    top: 10px;
}

.aside-time i {
    font-size: 12px;
}

.aside-time p {
    font-size: 30px;
    font-family: 'Times New Roman', Times, serif;
    text-align: center;
}

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

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

.nav-bottom a {
    margin-top: 20px;
    display: block;
    color: #fff;
    opacity: 0.8;
}

.nav-bottom a:hover {
    opacity: 1;
    color: #fff !important;
}

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

header li a {
    color: #fff !important;
    opacity: 0.7;
}


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

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

.nav-a {
    position: relative;
}

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

.info-card .right h5 {
    color: #333;
}


.aside .right {
    display: none;
    position: absolute;
    width: 1080px;
    height: 100vh;
    left: 258px;
    /* background: rgba(105, 0, 0, 0.91); */
    background: url(../imgs/menu-bg.png) no-repeat center center;
    background-size: cover;
    padding: 40px 30px;
    /* overflow: hidden; */
}

/* .aside .right2 {
    display: block;
} */

.right2 .col-sm-3 hr {
    width: 28px;
    margin: 20px auto;
}

.right2 h5 {
    font-size: 24px!important;
    font-weight: bold;
    color: #fff;
    margin-top: 30px;
    margin-bottom: 20px;
    text-align: center;
}

.right2 ul {
    margin-bottom: 50px;
}

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

.right2 li a {
    margin-left: 5px;
    font-size: 16px;
    color: #fff !important;
}

.right2 li {
    opacity: 0.8;
    color: #fff;
}

.right2 li:hover {
    opacity: 1;
    color: #fff !important;
}

.nav-list {
    margin: 10px 0;
    /* margin-bottom: 50px; */
}

.nav-list i {
    /* opacity: 0.7; */
}


.right3 li {
    color: #fff;
    font-size: 12px;
    /* text-align: center; */
    margin-bottom: 20px;
    opacity: 0.8;
    /* margin-right: 30px; */
}

.right3 li a {
    margin-left: 0px;
    font-size: 14px;
    color: #fff !important;
}

.right3 li:hover {
    opacity: 1;
    color: #fff !important;
}

.right4 li {
    color: #fff;
    font-size: 12px;
    /* text-align: center; */
    margin-bottom: 20px;
    opacity: 0.8;
    white-space: nowrap; /* 防止文本换行 */
    overflow: hidden; /* 隐藏溢出的文本 */
    text-overflow: ellipsis; /* 显示省略符号来代表被修剪的文本 */
    /* margin-right: 30px; */
}

.right4 .nav-list {
    margin-top: 15px;
    margin-bottom: 0px;
}

.right4 li a {
    margin-left: 0px;
    font-size: 14px;
    color: #fff !important;
}

.nav-list li a {
    font-size: 16px;
}

.right4 li:hover {
    opacity: 1;
    color: #fff !important;
}

.nav-list li {
    color: #fff;
    font-size: 12px;
    width: 50%;
    /* text-align: center; */
    margin-bottom: 20px;
    display: inline-block;
    height: 24px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    /* margin-right: 30px; */
}

.nav-list li i {
    margin-right: 5px;
}


.nav-list li {
    opacity: 0.8;
    color: #fff;
}

.nav-box {
    padding: 20px 30px;
    height: 186px;
    background: rgba(255, 255, 255, 0.1);
}

.right h5 {
    color: #fff;
    font-size: 24px;
    font-weight: bold;
    margin-bottom: 20px;
    /* height: 20px; */
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.right h5 a:hover {
    color: #fff!important;
    opacity: 0.7;
}

.nav-box li {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.red-title {
    height: 57px;
}

#swiper-container5 {
    height: 250px;
    /* margin-bottom: 100px; */
}

.right h5 i {
    font-size: 12px;
    margin-right: 5px;
    opacity: 0.5;
}
/* 
.right1 {
    display: block!important;
} */

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

.right1-box .right1-time {
    width: 60px;
    border-right: 1px solid rgb(204, 204, 204, 0.5);
    height: 40px;
    text-align: center;
    padding-right: 15px;
    margin-right: 15px;
}

.right1-box .right1-time i {
    font-size: 28px;
    font-style: normal;
    margin-bottom: 2px;
    display: block;
}

.right1-box .right1-time span {
    opacity: 1;
}

.right-top {
    display: flex;
}

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

.right .h6 {
    font-size: 14px;
    color: #fff;
    margin-bottom: 10px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    white-space: normal;
    line-height: 1.5;
    margin: 0px;
    max-height: 45px;
}

.hd img {
    width: 108px;
    height: 153px;
    margin-right: 30px;
}

.hd p {
    font-size: 12px;
    line-height: 1.5;
    color: #fff;
    padding-left: 15px;
    border-left: 1px solid #979797;
}

.notice-list .h6 {
    font-size: 16px;
    line-height: 1.5;
    opacity: 1;
    white-space: nowrap;
    /* 确保文本在一行内显示 */
    overflow: hidden;
    /* 隐藏超出容器的文本 */
    text-overflow: ellipsis;
}


.hd .h6 {
    font-size: 16px;
    line-height: 1.5;
    opacity: 1;
    margin-bottom: 20px;
}

.notice-list li {
    margin-bottom: 15px;
}

.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;
}


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

.right1-more {
    font-size: 12px;
    opacity: 0.7;
    height: 24px;
    line-height: 24px;
    color: #fff !important;
}

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

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


.banner-text {
    font-size: 32px;
    position: absolute;
    left: 0;
    bottom: 0;
    color: #fff;
    z-index: 998;
    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;
    height: 34px;
    font-size: 0px;
    /* z-index: 1000; */
}

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

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

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


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

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

#swiper-container4 {
    /* position: absolute; */
    /* top: 270px; */
    width: 100%;
    padding-left: 20px;
    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;
    overflow: hidden;
    height: 48px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    white-space: normal;
    /* height: 237px; */
}

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

.content2 .container {
    position: relative;
}

.content3 .container {
    max-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: 500px;
    background: url(../imgs/banner1.png) no-repeat center center;
    background-size: cover;
    position: relative;
    /* background: linear-gradient( 180deg, rgba(0,0,0,0) 0%, #000000 100%); */
}

.pub-banner2 {
    background: url(../imgs/xxgk-img2.png) no-repeat center center;
    background-size: cover;
    height: 100vh;
}

.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;
    overflow: hidden;
}

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

.crumbs ul {
    display: flex;
}

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

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;
    overflow: hidden;
    font-weight: bold;
}

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

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

.row1 {
    margin-left: -15px;
    margin-right: -15px;
}

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

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

.zzjg-title1 {
    font-size: 28px;
    font-weight: bold;
    color: #333;
    margin-bottom: 30px;
    /* height: 80px; */
    line-height: 1.5;
    padding-left: 30px;
    position: relative;
}

.zzjg-title1 i {
    color: #920303;
    font-size: 20px;
    position: absolute;
    left: 0px;
    top: 0px;
    line-height: 42px;
}

.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 1s ease;
    z-index: 1;
}

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

.zzjg-box:hover .zzjg-icon1 {
    transform: scale(25);
    /* 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%; */
    transform: scale(25);
    /* top: 0px;
    right: 0px; */
    /* border-radius: 0; */
    /* margin-top: 0px; */
    /* left: inherit; */
}

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

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

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

.xrld-box .xrld-title {
    margin: 0px;
}

.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:hover h5 {
    color: #920303;
}

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

.xrld-title {
    margin-top: 50px;
    position: relative;
    margin-bottom: 20px;
    /* height: 80px; */
}

.xrld-box p {
    font-size: 16px;
    /* color: #920303; */
    font-weight: bold;
    line-height: 34px;
}

.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: 219px;
    width: 156px;
}

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

.xrld-box1 h5 {
    font-size: 24px;
    margin-top: 30px;
    font-family: 'sy';
}

.xrld-box1 span {
    font-size: 14px;
    /* display: none; */
}

.zt-box1 {
    height: 37px;
    position: absolute;
    bottom: 0px;
    left: 50%;
    width: 50%;
    z-index: 100;
    margin-left: 15px;
    padding-right: 15px;
}

.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: 24px;
    margin-bottom: 10px;
    font-family: 'sy';
}

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

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

.xxgk-content1 p {
    font-size: 16px;
    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: 16px;
    color: #fff;
    text-indent: 2em;
    line-height: 30px;
}

.xxgk-box1 {
    padding: 22px 0;
    border-bottom: 1px solid #999;
    margin-top: 20px;
    min-height: 175px;
   
    /* 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: 590px;
    width: 100%;
    padding:0 15px;
    margin-top: 80px;
    background: url(../imgs/jj-bg.png) no-repeat center center;
    background-size: cover;
    padding-top: 170px;
}

.xgk-box3 p{
    font-size: 16px;
    line-height: 34px;
    color: #333;
}


#swiper-container3 .swiper-wrapper {
    -webkit-transition-timing-function: linear !important;
    -moz-transition-timing-function: linear !important;
    -ms-transition-timing-function: linear !important;
    -o-transition-timing-function: linear !important;
    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);
}

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

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

.pd0 {
    padding: 0px;
}

#redpage .pd0 {
    padding: 0px!important;
}
    

.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: url(../imgs/panel2.png) no-repeat center center;
    background-size: 100% 100%;
    padding: 20px 30px;
    text-align: right;
}

.box3 p {
    text-align: left;
    width: 85%;
    margin-left: 15%;
    color: #fff;
    opacity: 0.7;
    line-height: 21px;
    font-size: 12px;
    margin-top: 10px;
    margin-bottom: 5px;
    display: -webkit-box;             /* 必须设置，用于多行溢出 */
    -webkit-box-orient: vertical;     /* 设置盒子排列方向为垂直 */
    -webkit-line-clamp: 5;            /* 限制显示的行数，例如显示 3 行 */
    overflow: hidden;  
}

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

.box4 {
    background: #B37B4F;
}

.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;
    color: #333;
}

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

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

.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;
    height: 220px;
}

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

.xz-box2 .title:hover {
    color: #920303;
}

.xz-box2 p {
    font-size: 12px;
    color: #999;
    line-height: 1.5;
    display: -webkit-box;             /* 必须设置，用于多行溢出 */
    -webkit-box-orient: vertical;     /* 设置盒子排列方向为垂直 */
    -webkit-line-clamp: 2;            /* 限制显示的行数，例如显示 3 行 */
    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 {
    
    height: 90px;
    width: 60px;
    background: url(../imgs/shizhe.png) no-repeat center;
    background-size: contain;
    /* 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;
    display: none;
}

.nav1 {
    left: -66px;
    top: 0px;
    width: 66px;
    height: 100vh;
    /* cursor: pointer; */
    position: fixed;
    background: #920303;
    z-index: 1001;
    transition: all 0.2s linear;
    /* transition: width 0.2s 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; */
    opacity: 0;
    left: -279px;
    /* width: 0px; */
}

.nav2 .mid {
    opacity: 1;
    /* display: block; */
    left: 0px;
    width: 213px;
}

.nav2 {
    width: 212px;
}


.nav2 .hide1 {
    display: none;
}

.nav2 .right {
    left: 212px;
}

main {
    position: relative;
    left: 0px;
    width: 100%;
    transition: all 0.2s linear;
    /* 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;
    /* transition: width 0.3s linear; */
    width: calc(100% - 66px);
    /* padding-right: 66px; */
}

.main2 {
    -webkit-transition: all 500ms cubic-bezier(0.75, 0, 0.175, 1);
    -moz-transition: all 500ms cubic-bezier(0.75, 0, 0.175, 1);
    -o-transition: all 500ms cubic-bezier(0.75, 0, 0.175, 1);
    transition: all 500ms cubic-bezier(0.75, 0, 0.175, 1);
    background-color: #f7f7f5;
    filter: blur(5px);
    /* padding-right: 212px; */
}


.red {
    position: absolute;
    left: 0px;
    width: calc(100% - 50px);
    height: 100%;
    top: 0px;
    z-index: 1000;
    /* display: none; */
    background: #5E0606;
    /* background: url(../imgs/red/2.jpg) no-repeat center center; */
    background-size: cover;
    overflow: hidden;
}

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

.red-logo {
    position: absolute;
    left: 50px;
    width: 244px;
    top: 30px;
}

.gd {
    position: absolute;
    bottom: 0px;
    left: 0px;
    width: 100%;
    /* left: 50%; */
    /* margin-left: -144px; */
}

.gd1 {
    position: absolute;
    width: 100%;
    height: 57px;
    width: 260px;
    left: 50%;
    margin-left: -130px;
    bottom: 80px;
    z-index: 1;
    /* left: 50%; */
    /* margin-left: -144px; */
}

#swiper1 {
    opacity: 1;
}

#swiper1 .swiper-slide1 {
    background: #FFF7E7 url(../imgs/red/1.jpg) no-repeat left center;
    background-size: 60%;
    width: 100vw;
}

#swiper1 .swiper-slide2 {
    background: #FFF7E7 url(../imgs/red/2.jpg) no-repeat left center;
    background-size: 60%;
    width: 100vw;
}

#swiper1 .swiper-slide3 {
    background: #FFF7E7 url(../imgs/red/3.jpg) no-repeat left center;
    background-size: 60%;
    width: 100vw;
}

#swiper1 .swiper-slide4 {
    background: #FFF7E7 url(../imgs/red/4.jpg) no-repeat left center;
    background-size: 60%;
    width: 100vw;
}

#swiper1 .swiper-slide5 {
    background: #FFF7E7 url(../imgs/red/5.jpg) no-repeat left center;
    background-size: 60%;
    width: 100vw;
}

#swiper1 .swiper-slide6 {
    background: #FFF7E7 url(../imgs/red/6.jpg) no-repeat left center;
    background-size: 60%;
    width: 100vw;
}

#swiper1 .swiper-slide7 {
    background: #FFF7E7 url(../imgs/red/7.jpg) no-repeat left center;
    background-size: 60%;
    width: 100vw;
}
#swiper1 .swiper-slide8 {
    background: #FFF7E7 url(../imgs/red/8.jpg) no-repeat left center;
    background-size: calc(60% - 400px);
    width: calc(100vw + 400px);
}

.swiper-slide-next1 {
    height: 145px;
    /* width: 200px; */
    position: absolute;
    right: 50px;
    top: 50%;
    margin-top: -72.5px;
}

.swiper-slide-next1 .yuan {
    height: 145px;
    width: 145px;
    border-radius: 100%;
    background: #DFC387;
    margin-right: 170px;
    transition: all 0.7s ease;
    z-index: 1;
    cursor: pointer;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 15px;
}



.swiper-slide-next1 .yuan img {
    width: 100%;
}

.swiper-slide-next1 .yuan:hover {
    background: #B37B4F;
    transform: scale(1.1);
}

.swiper-slide-next1 .yuan2 {
    background: #920303;
}

.swiper-slide-next1 .yuan2:hover {
    background: #5E0606;
}


.swiper-slide-next1 .yuan1 {
    height: 34px;
    width: 34px;
    border: 1px solid #E3DDD1;
    border-radius: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    right: 98px;
    top: 50%;
    margin-top: -17px;
    z-index: 1;
}

.swiper-slide-next1 .yuan1 span {
    display: inline-block;
    width: 16px;
    height: 16px;
    background: #920303;
    border-radius: 100%;
    margin: 0;
}

.swiper-slide-next1 hr {
    width: 170px;
    position: absolute;
    right: 0px;
    top: 50%;
    margin: 0px!important;
    margin-top: -1px;
    border-top: 1px solid #E3DDD1!important;
}

#swiper1 .swiper-slide8 .red-box {
    margin-left: -1130px;
}
#swiper2 .swiper-slide1 {
    background: #FFF7E7 url(../imgs/red/9.jpg) no-repeat left center;
    background-size: 60%;
    width: 100vw;
}

#swiper2 .swiper-slide2 {
    background: #FFF7E7 url(../imgs/red/10.jpg) no-repeat left center;
    background-size: 60%;
    width: 100vw;
}

#swiper2 .swiper-slide3 {
    background: #FFF7E7 url(../imgs/red/11.jpg) no-repeat left center;
    background-size: 60%;
    width: 100vw;
}

#swiper2 .swiper-slide4 {
    background: #FFF7E7 url(../imgs/red/12.jpg) no-repeat left center;
    background-size: 60%;
    width: 100vw;
}

#swiper2 .swiper-slide5 {
    background: #FFF7E7 url(../imgs/red/13.jpg) no-repeat left center;
    background-size: 60%;
    width: 100vw;
}
#swiper2 .swiper-slide6 {
    background: #FFF7E7 url(../imgs/red/14.jpg) no-repeat left center;
    background-size: 60%;
    background-size: calc(60% - 400px);
    width: calc(100vw + 400px);
}

#swiper2 .swiper-slide6 .red-box {
    margin-left: -1130px;
}


#swiper3 .swiper-slide1 {
    background: #FFF7E7 url(../imgs/red/15.jpg) no-repeat left center;
    background-size: 60%;
    width: 100vw;
}
#swiper3 .swiper-slide2 {
    background: #FFF7E7 url(../imgs/red/16.jpg) no-repeat left center;
    background-size: 60%;
    width: 100vw;
}
#swiper3 .swiper-slide3 {
    background: #FFF7E7 url(../imgs/red/17.jpg) no-repeat left center;
    background-size: 60%;
    width: 100vw;
}

#swiper3 .swiper-slide4 {
    background: #FFF7E7 url(../imgs/red/18.jpg) no-repeat left center;
    background-size: 60%;
    background-size: calc(60% - 400px);
    width: calc(100vw + 400px);
}

#swiper3 .swiper-slide4 .red-box {
    margin-left: -1130px;
}

#swiper4 .swiper-slide1 {
    background: #FFF7E7 url(../imgs/red/19.jpg) no-repeat left center;
    background-size: 60%;
    width: 100vw;
}
#swiper4 .swiper-slide2 {
    background: #FFF7E7 url(../imgs/red/20.jpg) no-repeat left center;
    background-size: 60%;
    width: 100vw;
}
#swiper4 .swiper-slide3 {
    background: #FFF7E7 url(../imgs/red/21.jpg) no-repeat left center;
    background-size: 60%;
    width: 100vw;
}
#swiper4 .swiper-slide4 {
    background: #FFF7E7 url(../imgs/red/22.jpg) no-repeat left center;
    background-size: 60%;
    width: 100vw;
}
#swiper4 .swiper-slide5 {
    background: #FFF7E7 url(../imgs/red/23.jpg) no-repeat left center;
    background-size: 60%;
    width: 100vw;
}

#swiper4 .swiper-slide6 {
    background: #FFF7E7 url(../imgs/red/24.jpg) no-repeat left center;
    background-size: 60%;
    background-size: calc(60% - 400px);
    width: calc(100vw + 400px);
}

#swiper4 .swiper-slide6 .red-box {
    margin-left: -1130px;
}

.mid-logo {
    display: block;
    margin: 0 auto;
}

.red-nav {
    position: absolute;
    height: 52px;
    z-index: 10;
    top: 50px;
    left: 50%;
    /* margin-left: -385px; */
    transform: translateX(-50%);
    display: flex;
    display: none;
}

.red-nav img {
    /* height: 52px; */
    height: 38px;
    width: 136px;
    opacity: 0.3;
}

.red-nav .act {
    opacity: 1;
}

.red-nav .line {
    /* height: 2px;
    width: 50px;
    margin: 25px;
    margin-top: 20px; */
    width: 6px;
    height: 6px;
    border-radius: 50%;
    margin: 16px 47px 0;
    background: rgb(0, 0, 0, 0.3);
}


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

.imgdown {
    /* left: 5%;
    top: 170px; */
    height: 370px;
    /* margin-top: -370px; */
    left: 100%;
    top: 40%;
    margin-left: -730px;
    width: 600px;
    padding: 40px;
    background: url(../imgs/red/bg.png) no-repeat center center;
    background-size: cover;
    /* margin-left: -272px; */
}

.imgup {
    /* left: 100%;
    top: 70%;
    margin-left: -620px; */
    left: 100%;
    /* margin-top: -370px; */
    top: 15%;
    margin-left: -730px;
    height: 370px;
    padding: 40px;
    width: 600px;
    background: url(../imgs/red/bg.png) no-repeat center center;
    background-size: cover;
}

.imgdown p {
    color: #fff!important;
    margin-top: 20px;
}

.imgup p {
    color: #fff!important;
    margin-top: 20px;
}


#swiper-pagination {
    bottom: 30px;
}


#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: 100vh;
    width: 100%;
    z-index: 10000;
    left: -100vw;
    background: #FFF7E7;
    /* 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;
    overflow: hidden;
}

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

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

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

#swiper-container4 .swiper-slide {
    width: 229px;
    /* height: 420px;
    position: relative; */
}

#swiper-container4 {
    /* height: 600px; */
}

#swiper-container4 .swiper-wrapper {
    /* 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-box1 {
    display: block;
    opacity: 1;
    width: 358px;
    height: 500px;
}

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

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

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

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

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

.events-box2 {
    font-size: 14px;
    border-left: 1px solid #979797;
    line-height: 1.5;
    color: #666;
    padding-left: 10px;
    margin-top: 20px;
}

.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;
    overflow: hidden;
    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: 150px;
    width: 150px;
    position: absolute;
    left: 50%;
    display: none;
    margin-left: -75px;
    /* background: url(../imgs/qr.png) no-repeat center center; */
    top: -160px
}


.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: 80vw;
    position: relative;
    /* padding: 50px; */
    box-sizing: border-box;
    z-index: 2;
}

.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%; */
}

.full-container {
    width: 100%;
    max-width: 100%;
    padding: 50px;
    padding-left: 35px;
    padding-bottom: 0px;
}

.full-container ul {
    margin-bottom: 0px;
}

.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;
}

.xxgk-box1 span{
    display: -webkit-box;             /* 必须设置，用于多行溢出 */
    -webkit-box-orient: vertical;     /* 设置盒子排列方向为垂直 */
    -webkit-line-clamp: 3;            /* 限制显示的行数，例如显示 3 行 */
    overflow: hidden;  
}

.msg {
    display: flex;
    position: relative;

    margin-bottom: 33px;
}

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

.msg p {
    margin-top: 6px;
    /* height: 60px; */
    line-height: 1.8;
    min-width: 40px;
    /* text-align: center; */
    overflow: hidden;
    color: #fff;
    display: inline-block;
    border-radius: 18px;
    padding: 10px 20px;
    background: rgb(0, 0, 0, 0.3);
    word-break: break-word;
}


.item1 {
    /* overflow: auto; */
    overflow-x: hidden;
    overflow-y: auto;
    height: calc(100vh - 300px);
}

::-webkit-scrollbar-track {
    background: none;
}

.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:18px;
    color: #909090;
    font-family: "Microsoft YaHei", "微软雅黑", "Noto Sans",serif;
}

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

.item {
    height: 100vh;
    padding: 40px;
    max-width: 600px;
    position: relative;
}

.future-right-box {
    margin-bottom: 20px;
    height: 50px;
    width: 50px;
    opacity: 0.5;
    cursor: pointer;
}

.future-right-box1 {
    opacity: 1;
}

.future-right-box img {
    height: 100%;
    width: 100%;
}

.future-right {
    position: absolute;
    right: 40px;
    z-index: 100;
    top: 50%;
    margin-top: -70px;
}

.bg1 {
    background: #B37B4F url(../imgs/icon1-bg.png?v=1) no-repeat center right;
}

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

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


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

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

.nav-title {
    color: #fff;
    font-family: 'sy';
    font-size: 28px;
    margin-bottom: 20px;
    font-weight: normal;
}

.zt-title {
    font-size: 14px;
    text-align: center;
    color: #fff;
    margin-top: 15px;
    white-space: nowrap;
    /* 确保文本在一行内显示 */
    overflow: hidden;
    /* 隐藏超出容器的文本 */
    text-overflow: ellipsis;
}

.rw-title {
    font-size: 14px;
    color: #fff;
    margin-top: 15px;
    margin-bottom: 40px;
    line-height: 1.5;
}

.nav-title span {
    opacity: 0.6;
    font-size: 18px;
    margin-left: 7px;
}

.nav li a:hover{
    color: #F1CB8F!important;
}


.nav li  {
    margin-bottom: 50px;
}

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

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

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

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

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

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

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

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

.sj {
    position: absolute;
    left: -11px;
    top: 275px;
    height: 20px;
}

.sj1 {
    position: absolute;
    left: -11px;
    top: 275px;
    margin-top: 68px;
    height: 20px;
}

.sj2 {
    position: absolute;
    left: -11px;
    top: 275px;
    margin-top: 136px;
    height: 20px;
}


.sj3 {
    position: absolute;
    left: -11px;
    top: 275px;
    margin-top: 204px;
    height: 20px;
}

.sj4 {
    position: absolute;
    left: -11px;
    top: 275px;
    margin-top: 272px;
    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;
    font-size: 14px;
}

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

.right hr {
    border-top: 1px solid rgb(204, 204, 204, 0.5);
    margin: 25px 0;
}

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

.right3-ul li a {
    display: flex;
}


.right3-ul li {
    margin-bottom: 10px;
}


.right3-ul li h6 {
    flex: 1;
}

.right3-ul li span {
    width: 64px;
    margin-top: 2px;
    margin-bottom: 0px;
    display: inline-block;
}

.item-box {
    color: #fff;
    text-align: center;
}

.search .btn {
    width: 100px;
}

.item-box .item-top {
    height: 48px;
    width: 48px;
    line-height: 48px;
    text-align: center;
    background: rgb(255, 255, 255, 0.18);
    margin: 0 auto;
    margin-bottom: 13px;
}

.item-box h6 {
    margin-bottom: 25px;
}

.item-box .item-top i {
    font-size: 24px;
}

.item-box1 a {
    display: flex;
}

.item-box1 .item-top {
    height: 28px;
    width: 28px;
    background: rgb(255, 255, 255, 0.18);
    border-radius: 100%;
    line-height: 27px;
    text-align: center;
}

.item-box1 h6 {
    line-height: 28px;
    margin-bottom: 0px;
    margin-left: 10px;
}

.right-tab li {
    display: inline-block;
    font-size: 12px;
    color: #fff;
    opacity: 0.7;
    cursor: pointer;
    margin-right: 10px;
}

.right-tab li:hover {
    opacity: 1;
}

.right-tab .act {
    opacity: 1;
}

.item-box2 a {
    display: flex;
}

.item-box2 h6 {
    line-height: 48px;
}

.item-box2 .item-top {
    margin: 0px;
    /* border-radius: 100%; */
    margin-right: 20px;
}

.video2 {
    position: absolute;
    left: 0px;
    top: 0px;
    height: 100%;
    width: 100%;
    z-index: 1;
    object-fit: cover;
}

.future-bg {
    position: absolute;
    width: 100%;
    left: 0px;
    bottom: 0px;
    z-index: 2;
}

.verses {
    float: left;
    margin-left: 20px;
    z-index: 1;
    position: relative;
    animation: show 30s;
    -moz-animation: show 30s;
    -webkit-animation: show 30s ease 0s infinite normal;
    -o-animation: show 30s;
    top: -100%;
    will-change: top;
    /* height: 500px; */
    visibility: hidden;
    margin-right: 20px;
}

#tutorial {
    height: 100%;
    width: 100%;
}

.hover-show {
    display: none;
    font-size: 18px;
}

.play {
    display: none;
}

#swiper-pagination0 .swiper-pagination-bullet-active:hover .hover-hide {
    display: none;
}

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

.red-right li {
    display: inline-block;
}

.red-right p {
    color: #fff;
    width: 400px;
    margin-top: 30px;
    font-size: 14px;
    line-height: 1.8;
}

.red-right li img {
    width: 75px;
    margin-right: 20px;
}

.red-left-text {
    position: absolute;
    left: 30px;
    bottom: 30px;
    z-index: 200;
    font-size: 16px;
}

.red-left-text i {
    margin-right: 5px;
    color: #999;
}

.red-right-text {
    position: absolute;
    right: 70px;
    bottom: 30px;
    z-index: 200;
    font-size: 16px;
}

.red-right-text i {
    margin-left: 5px;
    color: #999;
}

.msg1 img {
    margin: 0px;
    margin-left: 30px;
}

.msg1 p {
    float: right;
    text-align: right;
}

.red-ul img {
    transition: all 0.5s ease;
}

.red-ul img:hover {
    transform: scale(1.2);
}


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

.red-box {
    /* width: 565px; */
    /* overflow-y: scroll; */
}

.red-box h1 {
    font-size: 28px;
    color: #920303;
    margin-bottom: 15px;
}

.gjhz-title {
    font-size: 24px;
    color: #920303;
    margin-bottom: 30px;
    padding-top: 20px;
    font-weight: bold;
}

.gjhz-title1 {
    padding-top: 50px;
}

.red-box p {
    font-size: 14px;
    color: #fff;
    line-height: 28px;
    text-indent: 2em;
}

.search-box {
    /* top: -7px; */
    position: relative;
    height: 22px;
    /* width: 22px; */
    /* padding-left: 30px; */
}

.search-box i {
    cursor: pointer;
}


.search1 {
    top: -7px;
    height: 30px;
    width: 0px;
    right: -10px;
    /* transition: width 1s ease; */
    position: relative;
}

.search-box input {
    height: 30px;
    width: 0px;
    background: none;
    line-height: 30px;
    outline: none;
    padding-right: 30px;
    padding-left: 10px;
    color: #fff;
    position: absolute;
    right: 0px;
    top: 0px;
    opacity: 0.7;
    border: 1px solid #fff;
    /* transition: width 1s ease; */
}

.width150 {
    width: 150px !important;
}

.search-box .search1 {
    display: inline-block;
    display: none;
}

.search-box .search2 {
    display: inline-block;
    position: absolute;
    right: 0px;
    top: 0px;
}


.search-box input::placeholder {
    color: #fff;
}

.search-box .search1 i {
    position: absolute;
    right: 10px;
    line-height: 30px;
    /* top: 5px; */
}


.pub-banner1 {
    background: url(../imgs/s-banner.png) no-repeat center center;
    background-size: cover;
    height: 580px;
}

.search-content {
    width: 992px;
    padding-top: 144px;
    text-align: center;
}

.search-box1 {
    height: 64px;
    width: 992px;
    position: relative;
    display: flex;
    margin-top: 50px;
}

.search-box1 .search-select {
    position: absolute;
    height: 64px;
    left: 0px;
    width: 110px;
}

.search-box1 .search-select .el-input__suffix {
    right: inherit;
    left: 5px;
}

.search-box1 .el-select>.el-input {
    height: 100%;
}

.search-box1 .el-select>.el-input input {
    height: 50px;
    margin-top: 7px;
    /* margin-top: 10%; */
    border: none;
    padding-right: 0px;
    padding-left: 35px;
    font-size: 18px;
    border-right: 1px solid #ccc !important;
    border-radius: 0;
}

.search-box1 .search-box3 {
    flex: 1;
    height: 100%;
    outline: none;
    border: none;
    font-size: 18px;
    padding-left: 170px;
}

.search-box1 .btn {
    width: 188px;
    border: none;
    outline: none;
    background: #920303;
    border-radius: 0;
    font-size: 18px;
    color: #fff;
    outline: none !important;
}

.search-box1 .iconfont {
    position: absolute;
    left: 130px;
    line-height: 64px;
    color: #999;
    font-size: 22px;
}

.search-list {
    text-align: left;
    margin-top: 50px;
}

.search-list li {
    display: inline-block;
    color: #fff;
    margin-right: 50px;
}

.search-list li a {
    opacity: 0.7;
}

.search-list li a:hover {
    color: #fff !important;
    opacity: 1;
}

.search-top {
    height: 100px;
    border-bottom: 1px solid #ccc;
}

.search-top ul {
    display: flex;
}


.search-top li {
    display: inline-block;
    line-height: 96px;
    font-size: 20px;
    /* width: 170px; */
    flex: 1;
    font-weight: bold;
    text-align: center;
    cursor: pointer;
}

.search-top .act {
    color: #920303;
    border-bottom: 4px solid #920303;
}

.search-top span {
    color: #999;
    font-size: 16px;
    float: right;
    margin-left: 35px;
    line-height: 100px;
    cursor: pointer;
}

.search-top span:hover {
    color: #920303;
}

.search-top span i {
    margin-right: 5px;
    font-size: 16px;
}

.search-box2 {
    padding-bottom: 0px;
}

.search-box2 li {
    padding: 30px 0;
    border-bottom: 1px solid #ccc;
    position: relative;
}

.search-box2 em {
    font-size: 14px;
    display: block;
    color: #B37B4F;
    font-style: normal;
    margin-bottom: 15px;
}

.search-box2 h5 {
    font-size: 20px;
    color: #333;
    font-weight: bold;
    line-height: 1.5;
    padding-right: 80px;
}

.search-box2 .time {
    font-size: 14px;
    color: #920303;
    position: absolute;
    right: 0px;
    top: 60px;
    line-height: 30px;
}

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

.search-bg {
    background: #F0F0F0;
    padding: 30px;
    /* display: none; */
    margin-top: 30px;
}

.search-bg .form-group {
    margin-bottom: 20px;
}

.search-top .red1 {
    color: #920303;
}


.loading,
.loading>div {
    position: relative;
    box-sizing: border-box;
}

.loading {
    display: block;
    font-size: 0;
    color: #920303;
}

.loading.la-dark {
    color: #920303;
}

.loading>div {
    display: inline-block;
    float: none;
    background-color: currentColor;
    border: 0 solid currentColor;
}

.loading {
    width: 54px;
    height: 18px;
}

.loading>div {
    width: 10px;
    height: 10px;
    margin: 4px;
    border-radius: 100%;
    opacity: 0;
    animation: ball-fall 1s ease-in-out infinite;
}

.loading>div:nth-child(1) {
    animation-delay: -200ms;
}

.loading>div:nth-child(2) {
    animation-delay: -100ms;
}

.loading>div:nth-child(3) {
    animation-delay: 0ms;
}

@keyframes ball-fall {
    0% {
        opacity: 0;
        transform: translateY(-145%);
    }

    10% {
        opacity: 0.5;
    }

    20% {
        opacity: 1;
        transform: translateY(0);
    }

    80% {
        opacity: 1;
        transform: translateY(0);
    }

    90% {
        opacity: 0.5;
    }

    100% {
        opacity: 0;
        transform: translateY(145%);
    }
}

.search .loading {
    position: absolute;
    right: 15px;
    top: 0px;
    line-height: 80px;
}

.loading1,
.loading1>div {
    position: relative;
    box-sizing: border-box;
}

.loading1 {
    display: block;
    font-size: 0;
    color: #fff;
}

.loading1.la-dark {
    color: #fff;
}

.loading1>div {
    display: inline-block;
    float: none;
    background-color: currentColor;
    border: 0 solid currentColor;
}

.loading1 {
    width: 16px;
    height: 16px;
}

.loading1>div {
    position: absolute;
    top: 0;
    left: -100%;
    display: block;
    width: 16px;
    width: 100%;
    height: 16px;
    height: 100%;
    border-radius: 100%;
    opacity: 0.5;
    animation: ball-circus-position 2.5s infinite cubic-bezier(0.25, 0, 0.75, 1),
        ball-circus-size 2.5s infinite cubic-bezier(0.25, 0, 0.75, 1);
}

.loading1>div:nth-child(1) {
    animation-delay: 0s, -0.5s;
}

.loading1>div:nth-child(2) {
    animation-delay: -0.5s, -1s;
}

.loading1>div:nth-child(3) {
    animation-delay: -1s, -1.5s;
}

.loading1>div:nth-child(4) {
    animation-delay: -1.5s, -2s;
}

.loading1>div:nth-child(5) {
    animation-delay: -2s, -2.5s;
}

@keyframes ball-circus-position {
    50% {
        left: 100%;
    }
}

@keyframes ball-circus-size {
    50% {
        transform: scale(0.3, 0.3);
    }
}

.loading1 {
    margin-top: 20px;
    margin-left: 30px;
}

.stop {
    display: block;
    color: #fff;
    font-size: 12px;
    opacity: 0.8;
    margin-top: 5px;
    margin-left: 10px;
    cursor: pointer;
}

.stop:hover {
    opacity: 1;
}

.void {
    text-align: center;
    margin: 0 auto;
    padding: 150px 0;
    font-size: 20px;
    color: #999;
    line-height: 1.5;
}

[v-cloak] {
    display: none;
}

.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;
}

.el-date-editor .el-range-separator {
    width: 10% !important;
}

.el-select-dropdown__item.selected {
    color: #fff;
    background: #920303;
}

.pp-list li {
    margin-bottom: 70px;
    opacity: 0.5;
    height: 65px;
    cursor: pointer;
    transition: ease all 0.3s;
}

.pp-list li h5 {
    font-size: 30px;
    line-height: 1.5;
    /* margin-bottom: 5px; */
    font-weight: bold;
    transition: ease all 0.3s;
}

.pp-list li span {
    font-size: 14px;
    transition: ease all 0.3s;
}

.pp-list li img {
    display: none;
    padding-left: 26px;
    margin-top: 30px;
}

.pp-list .act h5 {
    color: #333;

    padding-left: 18px;
    border-left: 8px solid #B37B4F;
}

.pp-list .act span {
    padding-left: 26px;
}

.pp-list .act {
    opacity: 1;
}

.pp-list .act img {
    display: block;
}


.text {
    overflow: hidden;
    position: sticky;
    top: calc(50vh - 133.5px);
    transform: translateX(-50%);
    /* margin-top: -133.5px; */
    /* transform: translateY(-50%); */
    z-index: 1;
    animation: kf-section-bg 50s linear 0s infinite normal both;
}

.text img {
    max-width: 100%;
    /* object-fit: cover; */
    /* margin-top: -133.5px; */
}

.text3 {
    overflow: hidden;
    position: sticky;
    top: calc(50vh - 133.5px);
    /* transform: translateX(-50%); */
    /* margin-top: -133.5px; */
    /* transform: translateY(-50%); */
    z-index: 1;
    animation: kf-section-bg1 50s linear 0s infinite normal both;
}

.text3 img {
    max-width: 100%;
    /* object-fit: cover; */
    /* margin-top: -133.5px; */
}

.text1 {
    position: absolute;
    height: 2800px;
    left: 0px;
    top: 2000px;
    width: 100%;
    z-index: -1;
}

.text2 {
    position: absolute;
    height: 2700px;
    left: 0px;
    top: 4550px;
    width: 100%;
    z-index: -1;
}


.index-search {
    position: fixed;
    top: 30px;
    right: 30px;
    z-index: 999;
}

.index-search-icon {
    /* float: right; */
    height: 48px;
    width: 48px;
    /* margin-right: 40px; */
    line-height: 48px;
    text-align: center;
    border-radius: 100%;
    background: #920303;
    z-index: 1;
    position: absolute;
    right: 6px;
    top: 6px;
}

.index-search-icon i {
    font-size: 22px;
    color: #fff;
}

.index-search input {
    height: 60px;
    width: 300px;
    position: absolute;
    right: 0px;
    border-radius: 30px;
    font-size: 16px;
    color: #999;
    width: 0px;
    opacity: 0;
    transition: all 0.7s ease;
    outline: none;
    padding: 0 15px;
    padding-right: 60px;
    box-shadow: 0px 2px 12px 0px rgba(0,0,0,0.14);
    border: none;
}

.index-search:hover input{
    width: 300px;
    opacity: 1;
}

.index-search:hover .index-search-icon{
    background: #B37B4F;
}



.content8 {
    z-index: 3;
    position: relative;
}

@keyframes kf-section-bg {
    0% {
        transform: translate(100%)
    }

    to {
        transform: translate(-100%)
    }
}

@keyframes kf-section-bg1 {
    0% {
        transform: translate(-100%)
    }

    to {
        transform: translate(100%)
    }
}


/* .el-select-dropdown__list {
    padding: 0px;
} */

.map-content {
    position: relative;
    z-index: 3;
    height: 720px;
    width: 100vw;
    /* padding-top: 100px; */
}

#map {
    position: relative;
    left: 0px;
    top: 0px; 
    height: 720px;
    width: 100vw;
}

.BMap_stdMpZoom {
    right: 80px!important;
}


.BMap_cpyCtrl span {
    display: none!important;
}

.map-left {
    width: 400px;
    height: 100%;
    position: absolute;
    left: 0px;
    top: 0px;
    /* background: rgba(255, 255, 255, 0.2); */
    background: url(../imgs/map/mask.png) no-repeat center center;
    z-index: 98;
    display: flex;
    align-items: center;
    justify-content: center;
}

.map-box {
    /* height: ; */
    /* height: 460px; */
    width: 350px;
    background: url(../imgs/panel.png) no-repeat center center;
    background-size: 100% 100%;
    position: absolute;
    right: 100px;
    top: 50%;
    z-index: 100;
    margin-top: -230px;
    padding: 20px;
    display: none;
    padding-bottom: 50px;
}

.map-box span {
    color: #fff;
    font-size: 14px;
    display: block;
    margin-top: 15px;
}

.map-box h5 {
    font-size: 20px;
    color: #fff;
    margin: 15px 0px;
    font-weight: bold;
    line-height: 1.5;
}

.map-box hr {
    opacity: 0.3;
    margin: 15px 0;
}

.map-box a {
    font-size: 12px;
    color: #fff!important;
}

.map-box a:hover {
    color: #fff!important;
    opacity: 0.8;
}

.map-box p {
    font-size: 12px;
    line-height: 1.5;
    color: #fff;
    opacity: 0.8;
}

.map-act {
    content: url(../imgs/map/pin_h.png);
}

.pp-card {
    background: url(../imgs/pp-bg.png) no-repeat center center;
    background-size: cover;
    height: 480px;
    padding: 60px;
    overflow: hidden;
    border-radius: 8px;
}

.pp-left {
    height: 360px;
    padding-right: 40px;
    border-right: 1px solid #ccc;
    margin-right: 10px;
}

.pp-left h1 {
    font-size: 36px;
    font-weight: bold;
    line-height: 1.5;
    margin-top: 10px;
} 

.pp-left p {
    font-size: 14px;
    color: #666;
    line-height: 26px;
    margin-top: 20px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
}

/* .pp-left a {
    color: #666!important;
    font-size: 14px;
    display: block;
    margin-top: 60px;
}

.pp-left a i {
    color: #920303;
    font-size: 12px;
} */

.pp-left img {
    margin-top: 20px;
    height: 80px;
}

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

.pp-item {
    font-size: 24px;
    font-weight: bold;
    cursor: pointer;
    position: relative;
    color: #999;
    margin-top: 40px;
    line-height: 40px;
    text-align: center;
    transition: ease all 0.3s;
}

.pp-item img {
    max-width: 100%;
    object-fit: contain;
}

.pp-item:hover {
    color: #920303;
}

.pp-item i {
    /* opacity: 0; */
    transition: ease all 0.3s;
}

.pp-act {
    color: #920303;
    /* padding-left: 45px; */
}

.pp-act i {
    /* opacity: 1; */
    display: inline-block;
    height: 2px;
    left: 0px;
    background: #999;
    width: 32px;
    position: absolute;
    top: 10px;
    /* margin-right: 12px; */
}

.pp-card1 {
    background: url(../imgs/pp-bg1.png) no-repeat center center;
    background-size: cover;
    display: none;
}

.accordion {
    display: flex;
    position: absolute;
    left: 0px;
    top: 0px;
    height: 100vh;
    width: 100%;
    /* background: rgb(0, 0, 0, 0.4); */
}

.accordion .option {
    cursor: pointer;
    min-width: 100px;
    border-right: 1px solid rgb(255, 255, 255, 0.27);
    display: flex;
    justify-content: center;
    transition: 250ms all ease;
    /* transition: all 0.5s ease; */
    align-items: center;
    flex: 1;
} 

.accordion .option:last-child {
    border: none;
}

.accordion .active {
    /* flex-grow: 10; */
    min-width: 700px;
}

.accordion .active .accordion-box {
    display: none;
}


.accordion .active .accordion-box1 {
    /* display: block; */
    /* opacity: 1; */
}

.accordion-box {
    /* height: 380px; */
}

.accordion-box1 {
    display: none;
    /* opacity: 0; */
    padding: 0 50px;
    text-align: center;
}

.accordion-box1 img {
    height: 80px;
}

.accordion-box1 h5 {
    font-size: 32px;
    margin-top: 35px;
    color: #fff;
    font-family: 'sy';
}

.accordion-box1 p {
    font-size: 16px;
    color: #fff;
    line-height: 32px;
    margin-top: 60px;
    text-align: left;
}

.accordion-box1 hr {
    opacity: 0.5;
}

.accordion-more {
    color: #fff!important;
}

.accordion-more:hover {
    color: #fff!important;
    opacity: 0.6;
}

.accordion-more span {
    display: inline-block;
    height: 64px;
    width: 64px;
    border: 1px solid #979797;
    line-height: 64px;
    border-radius: 100%;
    margin-right: 15px;
    
}

.accordion-more span i {
    font-size: 24px;
}

.accordion-box img {
    height: 80px;
}

.accordion-box h5 {
    font-size: 32px;
    color: #fff;
    width: 32px;
    line-height: 48px;
    margin: 0 auto;
    margin-top: 60px;
    font-family: 'sy';
}

.pp-banner {
    height: 100vh;
    background: url(../imgs/pp-banner.png) no-repeat center center;
    background-size: cover;
}
.pp-banner1 {
    height: 100vh;
    background: url(../imgs/pp-banner1.png) no-repeat center center;
    background-size: cover;
}
.pp-banner2 {
    height: 100vh;
    background: url(../imgs/pp-banner2.png) no-repeat center center;
    background-size: cover;
}
.pp-banner3 {
    height: 100vh;
    background: url(../imgs/pp-banner3.png) no-repeat center center;
    background-size: cover;
}
.pp-banner4 {
    height: 100vh;
    background: url(../imgs/pp-banner4.png) no-repeat center center;
    background-size: cover;
}
.pp-banner5 {
    height: 100vh;
    background: url(../imgs/pp-banner5.png) no-repeat center center;
    background-size: cover;
}
.pp-banner6 {
    height: 100vh;
    background: url(../imgs/pp-banner6.png) no-repeat center center;
    background-size: cover;
}
.pp-banner7 {
    height: 100vh;
    background: url(../imgs/pp-banner7.png) no-repeat center center;
    background-size: cover;
}

.tz-banner {
    height: 100vh;
    background: url(../imgs/tz-banner.jpg) no-repeat center center;
    background-size: cover;
}

.sz-banner {
    height: 100vh;
    background: url(../imgs/sz-banner.jpg) no-repeat center center;
    background-size: cover;
}

.lxq-banner {
    height: 100vh;
    background: url(../imgs/lxq-banner.jpg) no-repeat center center;
    background-size: cover;
}


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

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

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

.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;
}

.pp-box-time {
    height: 76px;
    width: 71px;
    position: absolute;
    left: -20px;
    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: 36px;
    text-align: center;
}

.pp-side {
    position: sticky;
    top: 40px;
    width: 100%;
    right: 0px;
    border-top: 4px solid #ccc;
}

.pp-side li {
    margin-top: 20px;
    cursor: pointer;
    color: #999;
}

.pp-side .act {
    font-weight: bold;
    color: #920303;
}

.map-bottom {
    position: absolute;
    left: 50%;
    margin-left: -283px;
    bottom: 0px;
    z-index: 100;
    display: none;
}

.map-btn {
    background: #fff;
    height: 60px;
    font-size: 16px;
    line-height: 60px;
    text-align: center;
    width: 220px;
    border-radius: 30px;
    display: inline-block;
    margin-bottom: 30px;
    margin-left: 30px;
    cursor: pointer;
    box-shadow: 0px 7px 15px 0px rgba(0,0,0,0.15);
}

.map-btn-act {
    background: #920303;
    color: #fff;
}

.lrld-title {
    font-size: 28px;
    padding: 25px 0px;
    color: #920303;
    font-family: 'sy';
    /* font-weight: bold; */
    border-bottom: 1px solid #979797;
}

.lrld-title span {
    font-size: 16px;
    margin-left: 15px;
    color: #333333;
    /* font-family: inherit; */
}

.lrld-title1 {
    font-size: 24px;
    padding: 25px 0px;
    font-weight: bold;
    color: #920303;
    /* font-family: 'sy'; */
    border-bottom: 1px solid #979797;
}

.lrld-banner {
    background: url(../imgs/lrld-bg.png) no-repeat center;
    background-size: cover;
}

.xb-banner {
    background: url(../imgs/xb-banner.png) no-repeat center;
    background-size: cover;
}

.lrld-content {
    padding: 25px 0;
    /* min-width: 1200px; */
    overflow-x: scroll;
}


.lrld-content p {
    font-size: 20px;
    color: #333;
    line-height: 34px;
    margin-bottom: 10px;
}

.lrld-content span {
    font-size: 16px;
    color: #666666;
    margin-bottom: 10px;
    line-height: 34px;
    display: block;
}

.xb-left {
    position: relative;
    height: 240px;
    width: 240px;
    padding: 20px;
    background: #920303;
    color: #fff;
    font-family: 'sy';
    font-size: 32px;
    line-height: 44px;
}

.xb-left img {
    position: absolute;
    right: 0px;
    bottom: 0px;
}

.xb-right {
    color: #333;
    font-size: 20px;
    font-weight: bold;
    padding-top: 20px;
   
    margin-bottom: 30px;
    position: relative;
    border-bottom: 1px solid #999999;
}

.xb-right .xb-title {
    display: inline-block;
    padding-bottom: 20px;
    position: relative;
}

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

.xb-right:hover .line {
    width: 100%;
}

.xb-search {
    position: relative;
    margin-top: 40px;
    margin-left: 30px;
}

.xb-search input {
    border-radius: 0px;
    padding-right: 30px;
}

.xb-search i {
    position: absolute;
    right: 10px;
    top: 0px;
    color: #999;
    font-size: 14px;
    line-height: 34px;

}

.tz-box {
    height: 480px;
    /* position: absolute; */
    width: 100%;
    background: #920303;
    bottom: 0;
    padding: 45px;

    width: 500px;
    
}

.tz-item {
    text-align: center;
    margin-top: 50px;
}

.tz-item i {
    font-size: 34px;
    color: #fff;
    
}

.tz-item p {
    margin-top: 10px;
    font-size: 18px;
    color: #fff;
    text-align: center;
}

.anchorBL {
    /* display: none; */
    z-index: 99!important;
    left: 20px!important;
    bottom: 20px!important;
}



.map-text {
    height: 30px;
    line-height: 30px;
    width: 100px;
    text-align: center;
    /* padding: 0 40px; */
    background: #920303;
    color: #fff;
    border-radius: 20px;
    font-size: 12px;
}

.map1 {
    width: 860px;
    height: 80px;
    margin: 0px auto;
    background: #fff;
    box-shadow: 0px 7px 15px 0px rgba(0,0,0,0.18);
    border-radius: 40px;
    position: relative;
    top: -40px;
    z-index: 100;
    padding: 10px;
}

.map2 {
    height: 60px;
    border-radius: 30px;
    width: 100%;
    line-height: 53px;
    font-size: 18px;
    color: #333;
    text-align: center;
    cursor: pointer;
}

.map2:hover {
    background: #E4E4E4;
    color: #333;
}

.map2-act {
    background: #920303!important;
    color: #fff!important;
}

.map2 i {
    position: relative;
    top: 3px;
    font-size: 28px;
    margin-right: 10px;
}

.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;
}

.jt-box {
    padding-top: 50px;
    padding-bottom: 100px;
}

.jt-box b {
    font-weight: bold;
}

.jt-icon {
    margin: 0 auto;
    height: 87px;
    width: 87px;
    background: #920303;
    line-height: 87px;
    text-align: center;
}

.jt-box h5 {
    font-size: 28px;
    /* line-height: 80px; */
    font-weight: bold;
    margin: 20px auto;
    text-align: center;
}

.jt-box hr {
    border-top: 5px solid #B37B4F;
    width: 70px;
    margin: 0 auto;
    margin-bottom: 65px;
    /* text-align: center; */
}

.jt-box li {
    font-size: 16px;
    line-height: 28px;
    color: #333;
    margin-bottom: 48px;
    position: relative;
    padding-left: 25px;
}

.jt-box span {
    font-size: 12px;
    color: #D8D8D8;
    position: absolute;
    left: 0px;
    top: 0px;
}

.jt-icon i {
    color: #fff;
    font-size: 46px;
}

.fw-box {
    height: 433px;
    width: 100%;
    background: #920303;
    padding: 80px 100px;
    margin-bottom: 0px;
}

.fw-box p {
    font-size: 16px;
    line-height: 28px;
    margin-bottom: 30px;
    color: #fff;
    padding-left: 30px;
}

.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;
}


.swiper-button-prev2 {
    height: 42px;
    cursor: pointer;
    color: #979797;
    width: 42px;
    border-radius: 100%;
    position: absolute;
    border: 1px solid #979797;
    text-align: center;
    line-height: 42px;
    bottom: 20px;
    right: 280px;
    margin-right: 60px;
    z-index: 1000;
}

.swiper-button-next2 {

    height: 42px;
    cursor: pointer;
    color: #979797;
    width: 42px;
    border-radius: 100%;
    position: absolute;
    border: 1px solid #979797;
    text-align: center;
    z-index: 1000;
    line-height: 42px;
    bottom: 20px;
    right: 280px;
}

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

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

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

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

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

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

.swiper-button-disabled {
    opacity: 0.5;
    /* pointer-events: none; */
    cursor: not-allowed;
}


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

.table1 td {
    padding: 30px 0;
    font-size: 16px;
    color: #999;
}

.table1 h5 {
    font-weight: bold;
    font-size: 20px;
    color: #333;
}

.table1 h5:hover{
    color: #920303;
}

.notice-banner {
    background: url(../imgs/notice-banner.png)no-repeat center center;
    background-size: cover;
}

.page-banner .pub-banner {
    background: #EBEBEB;
    height: auto;
    padding-bottom: 30px;
    /* min-height: 300px; */
}

.page-banner .pub-banner-box ul li {
    color: #333333;
}

.page-banner header li a {
    color: #333 !important;
}

.page-banner header {
    background: none;
}

.page-banner header span {
    border: 1px solid #999!important;
}

.page-banner .search-box i {
    color: #999 !important;
}

.page-banner .search-box input {
    color: #999 !important;
    border: 1px solid #999!important;
}


.page-banner .search-box input::placeholder {
    color: #333;
}

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

.page-item {
    color: #666;
    display: inline-block;
    margin-right: 50px;
    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 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;
}


.share1 {
    display: flex;
    /* 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;
}

.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-top: 1px solid #E4E4E4;
}

.info-list li {
    padding: 15px 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;
}

.page-bottom {
    border-top: 1px solid #CCCCCC;
    padding: 20px 0;
    margin: 50px 0;
    border-bottom: 1px solid #CCCCCC;
}

.page-box {
    padding: 5px 0px;
}

.page-box span {
    font-size: 14px;
    color: #666;
    cursor: pointer;
}

.page-box p {
    margin-top: 10px;
    font-size: 16px;
    color: #333;
    line-height: 28px;
    width: 328px;
}

.page-box a p:hover{
    color: #920303;
}

.events-list {
    height: 388px;
    width: 100%;
    position: relative;
    margin: 60px auto;
    background: #EBEBEB;
    margin-bottom: 160px;
    min-width: 900px;
}

.event-img {
    position: absolute;
    left: 70px;
    top: -60px;
    height: 500px;
    width: 356px;
}

.events-content {
    padding: 40px;
    padding-left: 500px;
}

.events-content span {
    font-size: 18px;
    color: #920303;
}

.events-content h5 {
    font-weight: bold;
    font-size: 28px;
    color: #333333;
    line-height: 1.5;
    margin-top: 17px;
    margin-bottom: 45px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    white-space: normal;
    overflow: hidden;
}


.events-content p {
    font-size: 16px;
    color: #333333;
    line-height: 32px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    white-space: normal;
    overflow: hidden;
}

.event-red {
    padding-top: 40px;
    position: absolute;
    right: 40px;
    bottom: 40px;
    width: 100%;
    padding-left: 500px;
}
.event-red1 {
    left: 40px;
    right: inherit;
    padding: 0px;
    padding-right: 500px;
}


.event-red p {
    color: #920303;
    line-height: 34px;
}

.event-red p i {
    font-size: 16px;
    margin-right: 5px;
}

.event-img img {
    height: 100%;
    width: 100%;
}

.event-red h6 {
    height: 64px;
    line-height: 64px;
    color: 18px;
    color: #920303;
}

.event-red span {
    height: 64px;
    width: 64px;
    line-height: 64px;
    background: #920303;
    margin-left: 10px;
    border-radius: 100%;
    color: #fff;
    display: inline-block;
    text-align: center;
}

.event-red span i {
    font-size: 28px;
}

.events-list1 .event-img {
    position: absolute;
    left: inherit;
    right: 70px;
}

.events-list1 .events-content {
    padding: 40px;
    padding-right: 500px;
}

.events-banner {
    background: url(../imgs/events-banner.png)no-repeat center center;
    background-size: cover;
}

.event-page {
    margin-top: -340px;
    display: flex;
    padding-bottom: 100px;
}

.event-page .cover {
    height: 600px;
    width: 430px;
    /* position: absolute; */
}

.event-page .event-right {
    padding-left: 100px;
}

.event-right .tag {
    background: #920303;
    color: #fff;
    border-radius: 20px;
    font-size: 16px;
    padding: 9px 20px;
}

.event-right h5 {
    font-size: 32px;
    color: #333;
    line-height: 55px;
    /* font-family: 'sy'; */
    margin-top: 16px;
    font-weight: bold;
    margin-bottom: 40px;
}

.event-right1 {
    height: 340px;
}

.event-right1 p {
    font-size: 16px;
    color: #666;
    margin-bottom: 15px;
}

.event-right1 span {
    margin-right: 30px;
}

.gnhz-box {
    background: url(../imgs/gnhz-img1.png) no-repeat center center;
    background-size: cover;
    height: 600px;
    padding: 100px 60px;
}


.gnhz-box1 {
    height: 100px;
    width: 100px;
    background: #920303;
    display: flex;
    justify-content: center;
    align-items: center;
    float: left;
}

.gnhz-title {
    font-size: 24px;
    color: #920303;
    line-height: 48px;
    margin-left: 38px;
    font-weight: bold;
    float: left;
}

.xxgk-content1 .gnhz-p {
    font-size: 18px;
    line-height: 32px;
    /* line-height: 48px; */
    text-indent: 0;
}

.xxgk-content1 .gnhz-p span {
    font-weight: bold;
    margin-right: 15px;
}

.gnhz-box1 img {
    height: 69px;
    width: 69px;
}

.pub-title {
    /* height: 120px; */
    margin-top: 110px;
}

.pub-title .pub-en {
    font-size: 28px;
    display: block;
    color: #fff;
    font-family: 'tj';
    display: none;
}

#swiper-container0 .swiper-slide {
    height: 100vh;
}

.video1 {
    height: 100vh!important;
}

.pub-title .pub-zh {
    font-size: 48px;
    display: block;
    color: #fff;
    font-weight: normal;
    font-family: 'sy';
    margin-top: 0px;
}

.pub-title .pub-zh i {
    font-size: 44px;
    margin-right: 15px;
}

.bs-title {
    font-size: 28px;
    font-weight: bold;
    line-height: 34px;
    margin-bottom: 30px;
    color: #920303;
}

.bs-box:hover span {
    background: #eee;
}

.bs-box:hover .bs-right {
    background: #BA9F76;
}

.bs-box {
    width: 408px;
    line-height: 73px;
    height: 73px;
    background: #fff;
    display: flex;
    margin-top: 300px;
    color: #920303;
}

.bs-box span {
    flex: 1;
    font-size: 18px;
    font-weight: bold;
    text-align: center;
}

.bs-right {
    background: #DDC59F;
    color: #fff;
    width: 73px;
    height: 73px;
    text-align: center;
    line-height: 73px;
}


.bs-right i {
    color: #fff!important;
    font-size: 30px;
}

.bs-banner {
    background: url(../imgs/bs-banner.jpg) no-repeat center center;
    background-size: cover;
}

.gnhz-banner {
    background: url(../imgs/gnhz-banner.png) no-repeat center center;
    background-size: cover;
}

.gjhz-banner {
    background: url(../imgs/gjhz-banner.png) no-repeat center center;
    background-size: cover;
}

.gjhz-box {
    background: url(../imgs/gjhz-bg.png) no-repeat center center;
    background-size: cover;
}

.gnhz-box2 {
    height: 88px;
    width: 88px;
    background: #B37B4F;
    line-height: 88px;
    text-align: center;
    margin-right: 30px;
} 

.gnhz-box2 i {
    font-size: 48px;
    color: #fff;
}

.xq-title {
    position: absolute;
    left: 0px;
    bottom: 0px;
    font-size: 28px;
    width: 100%;
    color: #fff;
    padding: 30px 30px;
    z-index: 100;
    background: url(../imgs/banner-mask.png) no-repeat bottom;
    background-size: 100% 100%;
}

.code {
    position: absolute;
    height: 80px;
    width: 80px;
    left: 40px;
    top: -80px;
    display: none;
}

.item-box-hover {
    position: relative;
}

.item-box-hover:hover .code {
    display: block;
}

.index-title {
    margin-top: 20px;
    font-size: 40px;
    color: #920303;
    font-family: 'sy';
}

.index-title span {
    font-size: 14px;
    color: #666;
    font-family: "Microsoft YaHei", "微软雅黑", "Noto Sans",serif;
}

.xrld-page {
    display: flex;
    padding: 110px 0;
    padding-bottom: 60px;
}

.xrld-page-left {
    width: 262px;
}

.xrld-page-right {
    flex: 1;
    padding-left: 50px;
}

.xrld-page-right h4 {
    font-size: 40px;
    font-family: 'sy';
    color: #333;
    margin-bottom: 20px;
}

.xrld-page-right span {
    font-size: 24px;
    color: #920303;
}

.xrld-page-right p {
    padding-left: 250px;
    font-size: 16px;
    margin-top: 30px;
    line-height: 32px;
}

.xrld-page1 {
    padding: 80px 0;
    min-width: 1200px;
    width: 100%;
    padding-left: 312px;
}



.xrld-item {
    height: 80px;
    width: 100%;
    line-height: 80px;
    border-bottom: 1px solid #CCCCCC;
    display: flex;
}

.xrld-item h5 {
    width: 200px;
    font-size: 20px;
    color: #920303;
    font-weight: bold;
}

.xrld-item p {
    flex: 1;
}

.xrld-item1 {
    height: auto;
    border: none;
    /* line-height: inherit; */
}

.xrld-item1 span {
    display: block;
    width: 176px;
    font-weight: normal;
    line-height: 1.5;
    font-size: 16px;
    position: relative;
    top: -15px;
}

.xrld-page1 a {
    margin-right: 10px;
}

.xrld-list a{
    font-size: 18px;
    margin-right: 15px;
    font-weight: normal;
}


.xl-banner {
    background: url(../imgs/xiaoli.png) no-repeat center center;
    background-size: cover;
}

.xl-box .img-hover {
    height: 380px;
    width: 566px;
    margin: 0 auto;
}

.xl-box {
    /* text-align: center; */
}

.xl-box h5 {
    font-size: 24px;
    margin: 20px auto;
    margin-top: 30px;
    line-height: 1.5;
    font-weight: bold;
}

.xl-box .btn {
    width: 200px;
    background: #920303;
    height: 50px;
    border-radius: 29px;
    color: #fff;
    font-size: 16px;
}

.xl-box .btn:hover {
    background: #BA9F76;
}

.xl-box:hover .xl-box1 {
    display: block;
}

.xl-box1 {
    position: absolute;
    left: 0;
    top: 0;
    display: none;
    height: 100%;
    width: 100%;
    text-align: center;
    background: rgba(0, 0, 0, 0.7);
    line-height: 380px;
}

.xl-box1 i {
    font-size: 68px;
    color: #fff;
}

.xscb-banner {
    background: url(../imgs/kexueyanjiu.png) no-repeat center center;
    background-size: cover;
}

.map-yuan {
    height: 100px;
    width: 100px;
    line-height: 100px;
    color: #fff;
    font-size: 18px;
    
    background: #920303;
    border-radius: 100%;
    text-align: center;
}

.map-yuan-act {
    background:#BA9F76;
    /* background: #920303; */
}

.map-box1 h6 {
    font-size: 24px;
    font-family: 'sy';
    color: #fff;
    position: absolute;
    left: 20px;
    top: 20px;
    border-bottom: 1px solid #CCCCCC;
    display: block;
    padding-bottom: 10px;
    width: calc(100% - 40px);
}

.map-box1 h6 span {
    display: inline-block;
    
    opacity: 0.6;
    font-size: 20px;
    margin: 0px;
    margin-left: 10px;
}

.map-list {
    margin-top: 30px;
    height: 300px;
    overflow: hidden;
    overflow-y: scroll;
    padding-right: 6px;
}

.map-list h4 {
    font-size: 18px;
    font-weight: bold;
    color: #fff;
    margin-top: 15px;
    margin-bottom: 15px;
}

.map-list p {
    font-size: 14px;
    opacity: 1;
    margin-bottom: 10px;
    padding-left: 21px;
    position: relative;
}

.map-list p span {
    display: inline-block;
    height: 6px;
    width: 6px;
    border-radius: 100%;
    background: #fff;
    margin-right: 15px;
    position: absolute;
    margin: 0px;
    top: 7.5px;
    left: 5px;
    margin-right: 10px;
}

.map-list h6 span {
    /* font-size: 20px; */
    /* opacity: 0.6; */
}

.zk-box h5 {
    font-size: 28px;
    /* margin-top: 100px; */
    margin-bottom: 30px;
    line-height: 47px;
    color: #920303;
    font-weight: bold;
}

.zt-top {
    margin-top: 100px;
}

.zk-box li {
    height: 88px;
    line-height: 88px;
    border-top: 1px solid #979797;
    font-weight: bold;
    font-size: 20px;
}

.zk-box li:last-child {
    border-bottom: 1px solid #979797;
}

.zk-box li:hover span {
    background: #920303;
}

.zk-box li span {
    display: inline-block;
    height: 12px;
    width: 12px;
    margin-right: 20px;
    background: #D8D8D8;
}

.ky-box {
    height: 130px;
    text-align: center;
    padding-top: 20px;
    margin: 80px 0;
}

.ky-box h6 {
    font-size: 56px;
    color:#920303;
    margin-bottom: 10px;
    font-family: 'sy';
    font-weight: normal;
    /* margin-top: 20px; */
} 

.ky-box p {
    font-size: 18px;
    line-height: 1.5;
    text-align: center;
}

.ms {
    display: flex;
    margin-bottom: 50px;
}

.ms i {
    font-size: 127px;
    color: #fff;
}

.ms-box{
    text-align: center;
}

.ms h6 {
    font-size: 32px;
    font-family: 'sy';
    margin-top: 30px;
    /* font-weight: bold; */
    color: #fff;
    font-weight: normal;
    margin-bottom: 20px;
}

.ms span {
    color: #fff;
    font-size: 16px;
    line-height: 1.5;
}

.ms-item {
    border-bottom: 1px solid #ccc;
    padding: 60px 0;
}

.xxgk-content6 {
    /* height: 1000px; */
    display: flex;
    border-bottom: 1px solid #ccc;
}

.xxgk-content6-box {
    flex: 1;
    padding: 100px;
    min-width: 700px;
}

.xxgk-content6-box p {
    margin-top: 40px;
    font-size: 16px;
    line-height: 34px;
    color: #333;
    text-indent: 2em;
}

.xxgk-content6 img {
    /* height: 100%; */
    width: 543px;
    object-fit: cover;
}

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

.xxgk-content7 p {
    margin-bottom: 60px;
    font-size: 16px;
    line-height: 34px;
    color: #333;
    text-indent: 2em;
}

.xxgk-content7 img {
    width: 100%;
    margin-bottom: 60px;
}

.ppxs-bg {
    background: url(../imgs/pinpailuntan.png) no-repeat center center;
    background-size: cover;
}

.ppxs-box {
    padding: 100px 30px;
}

.ppxs-box .pp-card {
    background: #EBEBEB;
    border-radius: 0;
    margin-bottom: 60px;
}

.jx-banner {
    background: url(../imgs/jiaoyujiaoxue.png) no-repeat center center;
    background-size: cover;
}

.jy-box {
    height: 120px;
    width: 100%;
    background: #F0F0F0;
    padding: 30px 45px;
    margin-bottom: 30px;
    position: relative;
}

.jy-box h5 {
    font-size: 20px;
    margin-bottom: 10px;
    font-weight: bold;
}

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

.jy-icon {
    line-height: 48px;
    text-align: center;
    height: 48px;
    width: 48px;
    border-radius: 100%;
    background-color: #920303;
    position: absolute;
    top: 36px;
    right: 45px;
}

.jy-icon i {
    font-size: 20px;
    color: #fff;
}

.zy-box {
    margin-bottom: 100px;
}

.zy-box h5 {
    font-size: 24px;
    color: #920303;
    margin-bottom: 20px;
    line-height: 42px;
    font-weight: bold;
}

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

.zy-box p {
    font-size: 16px;
    color: #333;
    line-height: 34px;
    text-indent: 2em;
    margin-bottom: 40px;
}

.download-btn {
    height: 50px;
    border-radius: 29px;
    background: #920303;
    color: #fff!important;
    font-size: 16px;
    padding: 0 35px;
}

.download-btn:hover {
    background: #7F031A;
}
.download-btn i {
    margin-right: 10px;
    font-size: 16px;
}

.pp10:hover img {
    content:url("../imgs/pp10-hover.png");
}
.pp11:hover img {
    content:url("../imgs/pp11-hover.png");
}

.map-list::-webkit-scrollbar {
    /* width: 1px; */
    width: 4px;
}
.map-list::-webkit-scrollbar-thumb { 
    background: rgba(255, 255, 255, 0.5);
    border-radius: 20px;
}

.zgc-banner {
    background: url(../imgs/zgc-banner.jpg) no-repeat center center;
    background-size: cover;
}

.lsyg-banner {
    background: url(../imgs/lsyg-banner.png) no-repeat center center;
    background-size: cover;
}

.lsyg {
    padding: 100px 0;
}

.lsyg p {
    font-size: 16px;
    color: #333;
    line-height: 34px;
    text-indent: 2em;
    margin-bottom: 30px;
}

.lsyg1 {
    height: 100px;
    line-height: 100px;
    text-align: center;
    background: url(../imgs/time1.png) no-repeat center center;
    background-size: contain;
    margin-bottom: 60px;
}
.lsyg1 {
    height: 100px;
    line-height: 100px;
    text-align: center;
    background: url(../imgs/time1.png) no-repeat center center;
    background-size: contain;
    margin-bottom: 60px;
}
.lsyg1 {
    height: 100px;
    line-height: 100px;
    text-align: center;
    background: url(../imgs/time1.png) no-repeat center center;
    background-size: contain;
    margin-bottom: 60px;
}
.lsyg2 {
    height: 100px;
    line-height: 100px;
    text-align: center;
    background: url(../imgs/time2.png) no-repeat center center;
    background-size: contain;
    margin-bottom: 60px;
}
.lsyg3 {
    height: 100px;
    line-height: 100px;
    text-align: center;
    background: url(../imgs/time3.png) no-repeat center center;
    background-size: contain;
    margin-bottom: 60px;
}
.lsyg4 {
    height: 100px;
    line-height: 100px;
    text-align: center;
    background: url(../imgs/time4.png) no-repeat center center;
    background-size: contain;
    margin-bottom: 60px;
}
.lsyg5 {
    height: 100px;
    line-height: 100px;
    text-align: center;
    background: url(../imgs/time5.png) no-repeat center center;
    background-size: contain;
    margin-bottom: 60px;
}
.lsyg6 {
    height: 100px;
    line-height: 100px;
    text-align: center;
    background: url(../imgs/time6.png) no-repeat center center;
    background-size: contain;
    margin-bottom: 60px;
}

.lsyg h5 {
    font-size: 28px;
    font-weight: bold;
}

.lsyg h6 {
    font-size: 28px;
    /* font-weight: bold; */
    font-family: 'sy';
    margin-bottom: 10px;
    color: #920303;
}

.lsyg-box {
    background: #920303;
    padding: 50px;
    height: 400px;
    width: 900px;
    max-width: 100%;
}

.lsyg-box h1 {
    font-size: 28px;
    /* font-family: 'sy'!important; */
    color: #fff;
    margin-bottom: 20px;
    font-weight: bold;
}

.lsyg-box p {
    color: #fff;
}

.title-diff {
    color: #481c1c;
}



.title-diff:hover {
    color: #920303;
}

.pp-mob-box img {
    height: 32px;
    margin: 25px auto;
    display: block;
}

.mob-nav {
    height: 48px;
    width: 100%;
    line-height: 48px;
    background: #771717;
    text-align: center;
    position: fixed;
    font-size: 14px;
    color: #fff;
    bottom: 0px;
    left: 0px;
    z-index: 1006;
}

.mob-nav p {
    text-align: center;
}

.mob-nav i {
    font-size: 12px;
    margin-right: 10px;
}

.mob-nav-content {
    height: 100%;
    position: fixed;
    top: 100%;
    width: 100%;
    left: 0px;
    background: #771717;
    z-index: 1005;
}

.mob-nav-content-top {
    padding: 25px 0;
    border-bottom: 1px solid rgba(255,255,255,0.4);
}

.mob-nav-content-top img {
    height: 35px;
    display: block;
    margin: 0 auto;
}

#close-nav {
    border-top: 1px solid rgba(255,255,255,0.4);
}

.mob-nav-list {
    flex: 1;
}

.mob-nav-list h5 {
    font-size: 20px;
    font-family: 'sy';
    text-align: center;
    color: #fff;
    
}

.mob-nav-two {
    background: #581515;
    display: none;
    padding: 0 45px;
}

.mob-scroll {
    height: calc(100% - 136px);
    overflow-x: scroll;
    position: relative;
    display: flex;
    flex-direction: column;
    padding-top: 20px;
}

.mob-nav-list h6 {
    font-size: 18px;
    font-weight: bold;
    /* font-family: 'sy'; */
    color: #fff;
}

.mob-nav1 h6 {
    padding: 45px 0;
}

.xg-btn {
    color: #fff!important;
    width: 203px;
    height: 50px;
    background: #DFC387;
    border-radius: 26px;
    font-size: 16px;
    margin-top: 20px;
    outline: none!important;
}

.xg-btn:hover {
    background: #B37B4F;
}

.xg-btn i {
    font-size: 16px;
    margin-right: 10px;
}

.mob-nav2 {
    padding: 15px 45px;
}

.mob-nav-one {
    padding: 30px 0;
    text-align: center;
}

.mob-nav2 p {
    color: #fff;
    opacity: 0.8;
    font-size: 14px;
    margin-top: 20px;
}

.mob-nav-one span {
    font-size: 12px;
    color: #fff;
    opacity: 0.45;
    font-family: 'sy';
    margin-top: 12px;
    display: block;
    display: none;
}

.mob-nav-search {
    position: relative;
    height: 40px;
    margin-bottom: 20px;
}

.mob-nav-search i {
    position: absolute;
    left: 15px;
    top: 0px;
    line-height: 40px;
    color: #fff;
    text-align: center;
} 

.mob-nav-search input {
    height: 100%;
    width: 100%;
    border: 1px solid #fff;
    border-radius: 20px;
    background: none;
    padding-left: 40px;
    outline: none;
    color: #fff;
    font-size: 14px;
}


.mob-nav-search input::placeholder {
    color: #fff; /* 例如，设置为灰色 */
}

.mob-nav-bottom {
    position: absolute;
    bottom: 0px;
    width: 100%;
    left: 0px;
    padding: 30px;
    height: 136px;
}


#tc {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.7);
    display: none;
    z-index: 10000;
}

#tc .tc-content{
    width: 513.5px;
    height: 753.5px;
    position: relative;
}

#tc i {
    position: absolute;
    font-size: 48px;
    color: #fff;
    top: 0px;
    right: -100px;
    opacity: 0.5;
    cursor: pointer;
}

#tc i:hover{
    opacity: 1;
}


#tc .tc-content img {
    height: 100%;
    width: 100%;
}


.mob-nav-bottom ul {
    display: flex;
}

.mob-nav-bottom li {
    flex: 1;
    color: #fff;
    text-align: center;
}

.mob-nav-bottom li a {
    font-size: 14px;
}

.qr-box {
    display: inline-block;
    height: 40px;
    width: 40px;
    line-height: 40px;
    border-radius: 100%;
    position: relative;
    text-align: center;
    background: rgb(255, 255, 255, 0.23);
}

.qr-box1 {
    margin-right: 5px;
    height: 30px;
    width: 30px;
    line-height: 30px;
}


.qr-box img {
    height: 100%;
    width: 100%;
}


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

.qr-box:hover {
    background: #920303;
}

.qr-box i {
    font-size: 18px;
}
.qr-box1 i {
    font-size: 14px;
}

.xrld-list1 li {
    line-height: 42px;
    font-size: 20px;
}

.pl30 {
    padding-left: 30px;
}

.xrld-list {
    margin-left: 30px;
}

.pub-table th {
    font-size: 16px;
    color: #333;
    font-weight: bold;
    padding: 17px 15px!important;
}

.pub-table td {
    border: none!important;
    font-size: 16px;
    padding: 17px 15px!important;
    color: #333;
}

.pub-table > thead > tr > th {
    border-bottom: 1px solid #979797;
    white-space: nowrap;
}

.lxrd {
    margin-top: 40px;
    text-align: center;
}

.lxrd img {
    height: 200px;
    width: 200px;
}

.lxrd p {
    color: #920303;
    font-size: 24px;
    margin-top: 10px;
    text-align: center;
}

.swiper-pagination5-diff .swiper-pagination-bullet {
    width: 60px!important;
    height: 6px!important;
}


.swiper-scrollbar-drag {
    background: rgb(255, 255, 255, 0.3)!important;
    margin-right: 5px;
}

.swiper-container-vertical > .swiper-scrollbar {
    right: 10px!important;
     background: rgb(255, 255, 255, 0.1)!important;
}

.pp-box-left1 {
    width: 100px;
    margin-right: 0px;
    height: auto;
    min-height: 65px;
}

.pp-box-left1 .pp-box-time{
    left: 0px;
    top: 4px;
}

.foot-left img {
    height: 160px;
}

.social-share .icon-wechat .wechat-qrcode .help p {
    text-align: center;
}