﻿@charset "utf-8";

/* CSS Document */
* {
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box
}

html {
    color: #000;
    font-size: 14px;
    overflow-x: hidden;
    scroll-behavior: smooth;
}

body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
code,
form,
fieldset,
legend,
input,
button,
textarea,
p,
blockquote,
th,
td {
    margin: 0 auto;
    padding: 0
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-size: 100%;
    font-weight: 400
}

img {
    border: none;
    vertical-align: middle;
}

li,
ol,
ul {
    list-style: none
}

a {
    text-decoration: none;
    color: #000
}

address,
caption,
cite,
code,
dfn,
em,
i,
th,
var {
    font-style: normal;
    font-weight: 400
}

table {
    border-collapse: collapse;
}

input,
textarea,
select {
    outline: none
}

input[type="file"] {
    cursor: pointer;
    transition: all 0.3s;
}

/*input#error_input{background-color:#fbe2e2;border-color:#c66161;color:#c00;transition: all 0.5s;}*/
body {
    background-color: #030228;
    position: relative;
}


body,
input,
select,
option {
    font-family: 'microsoft yahei';
}

::-webkit-input-placeholder {
    color: #b2b2b2;
}

.top {
    width: 100%;
    height: 100px;
    line-height: 60px;
    color: #fff;
    font-size: 16px;
    background-color: #171b38;
}

.top-content {
    max-width: 750px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    height: 100%;
}

.top-content .logo {
    width: 350px;
    height: 70px;
    display: flex;
    align-items: center;
}

.top-content .top-r {
    flex: 1;
    font-size: 18px;
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.top-content .top-menu {
    flex: 1;
    display: flex;
    justify-content: center;
    align-items: center;
}

.top-content .top-menu .menu-item {
    min-width: 100px;
    line-height: 100px;
    padding: 0 20px 0 20px;
    text-align: center;
    font-weight: 600;
}

.top-content .top-menu a {
    color: #00a9ec;
}

.top-content .top-menu a:hover {
    background-color: #00a9ec;
    color: #fff !important;
}



.logo img {
    width: 290px;
    height: 65px;
}

.swiper {
    width: 100%;
}

.swiper-slide {
    text-align: center;
    font-size: 18px;
    /*height: 550px !important;*/
    background: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
}

.swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.footer {
    width: 750px;
    line-height: 30px;
    font-size: 14px;

    color: #fff;
}

.footer-b {
    width: 100%;
    height: 40px;
    line-height: 40px;
    font-size: 14px;
    text-align: center;
}

.footer-b a {
    color: #fff;
}

.footer-content {
    width: 750px;
    margin: 0 auto;
}

.footer img {
    width: 20px;
    height: 20px;
}

.footer-l {
    text-align: left;
    font-size: 16px;
}

.footer-r {
    flex: 1;
    font-size: 14px;
    line-height: 22px;
    color: #fff;
}

.title-fnt {
    font-size: 46px;
    font-weight: 500;
    background: -webkit-linear-gradient(top, #fff, #f1ebe4, #ae8c69, #ae8c69);
    -webkit-background-clip: text;
    color: transparent;
}

.banner {
    width: 750px;
    margin: 0 auto;
    position: relative;
}

.banner-content {
    width: 600px;
    height: 100px;
    position: absolute;
    bottom: 20%;
    left: 50%;
    transform: translateX(-50%);
    z-index: 1;
    background: linear-gradient(to right, rgba(104, 75, 73, 0), rgba(104, 75, 73, 0.1), rgba(104, 75, 73, 0.6), rgba(104, 75, 73, 0.6), rgba(104, 75, 73, 0.6), rgba(104, 75, 73, 0.1), rgba(104, 75, 73, 0));

}


.banner-content-city {
    font-size: 50px;
    font-weight: 600;
    color: #fef3cf;
    text-align: center;
}

.banner-content-date {
    font-size: 22px;
    font-weight: 400;
    color: #fef3cf;
    text-align: center;
}


.act-bg {
    width: 750px;
    margin: 0 auto;
    text-align: center;
}

.act-line {
    display: none;
}

.gradient-text {
    display: inline-block;
    background: -webkit-linear-gradient(top, #f1ebe4, #ae8c69, #ae8c69);
    -webkit-background-clip: text;
    color: transparent;
    font-size: 40px;
}

.act-bg h1 {
    text-align: center;


}


.act-bg .act-content {
    width: 750px;
    height: 360px;
    margin: 0 auto;
    margin-top: 10px;
    padding: 20px;
}



.act-content p {
    text-indent: 2em;
    line-height: 32px;
    font-size: 18px;
    color: #fff;
    text-align: left;
}

.act-content-img {
    margin-top: -50px;
}

.sign-up {
    width: 750px;
    margin: 30px auto;
    background-color: #f0f2f5;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    padding-bottom: 40px;
    box-sizing: border-box;
}

.sign-up-title {
    width: 480px;
    line-height: 50px;
    font-size: 32px;
    border-radius: 50px;
    color: #2c160a;
    background: linear-gradient(to right, #b99675, #efd8bb);
    text-align: center;
    box-shadow: 5px 5px 0 0 #bfbfbf;
    margin-top: 50px;
    margin-bottom: 20px;
    font-weight: 600;
}

.sign-up-bg {
    position: absolute;
    width: 520px;
    top: 30px;
    right: 0;

}

.sign-up .sign-up-content {
    width: 750px;
    margin: 0 auto;
    text-align: center;
    z-index: 1;
}

.sign-up-content img {
    width: 500px;
    height: auto;
    margin-top: 60px;
}

.sign-fm {
    width: 540px;
    height: 680px;
    margin: 0 auto;
    margin-top: 40px;
    background-color: #fff;
    border-radius: 20px;
    padding: 50px 50px;
    box-sizing: border-box;
    text-align: left;
}

.sign-fm .fm-title {
    font-size: 24px;
}

.sign-fm .yzm {
    width: 100px !important;
}

.yzm-btn {
    width: 100px;
    height: 35px;
    line-height: 35px;
    text-align: center;
    background-color: #b99675;
    color: #fff;
    border-radius: 5px;
    font-size: 16px;
    margin-left: 20px;
}

.sign-fm .fm-row {
    display: flex;
    height: 80px;
    align-items: center;
    font-size: 18px;
    border-bottom: 1px solid #ccc;
}

.sign-fm .fm-row2 {
    display: flex;
    align-items: center;
    font-size: 18px;
    border-bottom: 1px solid #ccc;
}

.sign-fm label {
    color: #f00;
    margin-left: 5px;
    margin-right: 5px;
}

.sign-fm input {
    width: 300px;
    line-height: 35px;
    margin-left: 20px;
    font-size: 18px;
    border: 0;
}

.sign-fm p {
    font-size: 16px;
    line-height: 30px;
    padding: 40px;
    text-align: center;
}

.fm-ck-box {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 10px;
}

.fm-ck-box-item {
    width: 100%;
    font-size: 16px;
    text-align: left;
    font-weight: 400;
}

.fm-ck {
    width: 20px !important;
    margin-left: 0 !important;
}

.sign-fm .fm-btn {
    display: block;
    width: 200px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    margin: 0 auto;
    margin-top: 40px;
    background-color: #b99675;
    color: #fff;
    border-radius: 5px;
    font-size: 18px;
    font-weight: 600;
}

.act-highlight {
    width: 750px;
    margin: 0 auto;
    margin-top: -20px;
    text-align: center;
}

.act-highlight h1 {
    text-align: center;
}

.act-highlight .act-highlight-content {
    width: 750px;
    margin: 0 auto;
    text-align: center;
    padding: 20px;
    box-sizing: border-box;
}

.act-highlight-item {
    width: 90%;
    background: linear-gradient(125deg, #cfa275, #e4c7a7, #e4c7a7);
    border-radius: 20px;
    box-sizing: border-box;
    margin-bottom: 20px;
    box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.3);
    padding: 20px;
    border: 1px solid #fff;
    box-sizing: border-box;
}

.act-highlight-item img {
    width: 35px;
    margin-right: 10px;
}

.act-highlight-title {
    display: flex;
    justify-content: center;
    align-items: center;
}


.act-highlight-item span {
    font-size: 28px;
    font-weight: 600;
    color: #2c160a;
}

.act-highlight-item p {
    color: #000;
    font-size: 22px;
    line-height: 30px;
    padding: 20px;
    text-align: left;
}

.ib-box-10 {
    width: 750px;
    margin: 0 auto;
    text-align: center;
    padding: 20px;
    box-sizing: border-box;
}

.ib-box-10-content {
    width: 90%;
    margin-top: 30px;
    /*background: #272646;*/
    border: 1px solid #fff;
    padding: 20px;

}

.ib-box-10-content-item {
    padding: 20px;
    box-sizing: border-box;
}

.ib-box-10-content-item p {
    font-size: 22px;
    color: #fff;
    line-height: 35px;
    text-indent: 2em;
    text-align: left;
}

.ib-box-10-content img {
    width: 100%;
    margin-top: 20px;
}

.ib-box-10-item-name {
    font-size: 28px;
    line-height: 40px;
    background: -webkit-linear-gradient(45deg, #cba96c, #ede1ba, #fff);
    -webkit-background-clip: text;
    color: transparent;
    font-weight: 600;
    text-align: left;
}


.ib-box {
    width: 750px;
    margin: 0 auto;
    text-align: center;
    padding: 20px;
    box-sizing: border-box;
}

.ib-box-content {
    width: 90%;
    margin-top: 30px;
    /*background: rgb(39, 38, 70);*/
    background: linear-gradient(to bottom, rgba(39, 38, 70, 1), rgba(39, 38, 70, 0));
    border: 1px solid #fff;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 20px;
    padding: 20px;
    border-radius: 20px;
}

.ib-box-content-item {}

.ib-box-content-item img {
    width: 80px;
}

.ib-box-content-item-name {
    font-size: 22px;
    line-height: 40px;
    color: #fff;
}


.next-btn {
    left: 1250px !important;
}

.prev-btn {
    left: -50px !important;
    right: 1200px !important;
}


.process {
    width: 750px;
    margin: 0 auto;
    text-align: center;
    padding: 20px;
    box-sizing: border-box;
}

.timeline {
    padding: 40px 60px;
}

.timeline-item {
    display: flex;
    align-items: stretch;
    margin-top: -5px;
    /* 关键：让子元素等高 */
    position: relative;
}

/* 中间轴线容器 */
.timeline-line {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 30px;
    /* 圆点占用的空间 */
    flex-shrink: 0;
}

/* 左侧时间 */
.time {
    width: 220px;
    margin-top: -5px;
    color: #cdad72;
    font-size: 22px;
    font-weight: 600;
    text-align: right;
    padding-right: 10px;
    flex-shrink: 0;
}

/* 圆点 */
.dot {
    width: 12px;
    height: 12px;
    border: 3px solid #cdad72;
    border-radius: 50%;
    background: #cdad72;
    flex-shrink: 0;
    /*margin-top: 6px;*/
}

/* 竖线：自动填充剩余高度 */
.line {
    width: 2px;
    flex: 1;
    /* 关键：自动伸展填满 */
    background: rgba(205, 173, 104, 0.4);
    /*下面的css样式为 dashed*/
    /*background: repeating-linear-gradient(to bottom,
            #fff 0,
            #fff 2px,
            transparent 4px,
            transparent 8px);*/
    /* margin-top: 10px;*/
}

/* 最后一项的竖线隐藏 */
.timeline-item:last-child .line {
    display: none;
}

/* 右侧内容 */
.content {
    flex: 1;
    margin-top: -5px;
    padding-left: 30px;
    padding-bottom: 20px;
    color: #fff;
    text-align: left;
}

.content h3 {
    margin: 0 0 8px 0;
    font-size: 22px;
    color: #cdad72;
    /* 金黄色标题 */
    font-weight: 600;
}

.content p {
    margin: 0;
    font-size: 18px;
    color: #d6c6b4;
}


.aboutus {
    width: 750px;
    margin: 30px auto;
    text-align: center;
    /*background-color: rgb(14, 13, 49);*/
    background: linear-gradient(to bottom, rgba(14, 13, 49, 1), rgba(14, 13, 49, 0));
    border: 1px solid #fff;
    border-radius: 20px;
    padding: 20px;
    box-sizing: border-box;
}

.aboutus-content {
    width: 100%;
    margin: 0 auto;
}

.aboutus-content-l {
    margin-top: 30px;
}

.aboutus-content-r {
    text-align: left;
    color: #fff;
    background-position: center;
    background-size: cover;
    padding: 40px;
}

.swiper-slide2 {
    height: 1000px !important;
}

.exhibition {
    width: 750px;
    margin: 0 auto;
    text-align: center;
}

.exhibition-content {
    width: 750px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 20px;
    padding: 20px;
    box-sizing: border-box;
}

.exhibition-content a {
    display: inline-block;
    box-sizing: border-box;
}


.exhibition-item {
    width: 100%;
    height: 260px;
    text-align: center;
    margin-bottom: 20px;
    background: linear-gradient(45deg, #cbaa6d, #faf1d5);
    border-radius: 10px;
    padding: 20px;
    box-sizing: border-box;
}

.exhibition-item img {
    width: 100%;
    height: 225px;
    border-radius: 10px;
}

.exhibition-item p {
    margin-top: 10px;
    font-size: 16px;
    text-align: center;
    color: #fff;
}


.swiper-slide3 {
    /*height: 875px !important;*/
    background-color: transparent;
}

.aboutus h2 {
    font-size: 24px;
    font-weight: 600;
    color: #000;
    margin-top: 20px;
    margin-bottom: 20px;
}

.aboutus h3 {
    font-size: 22px;
    margin-top: 10px;
    color: #cba96c;
    font-weight: 600;
}

.aboutus h4 {
    font-size: 22px;
    color: #008000;
    margin-top: 10px;
    font-weight: 400;
}

.aboutus p {
    font-size: 18px;
    line-height: 35px;
}

.aboutus span {
    color: #008000;
    font-weight: 600;
}

.about-logo {
    width: 200px;
}




.more-panel {
    width: 100%;
    height: 100%;
    background-color: #1c2039;
    padding: 20px;
    color: #fff;
    overflow: auto;
}

.more-panel-desc {
    height: 180px;
    background-color: #1c2039;
    width: 100%;
    margin: 0 auto;
    margin-top: 20px;
    border-top: 1px dashed #ccc;
    color: #fff;
    overflow: auto;
}

.more-panel-row {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.more-panel-row-l {
    width: 160px;
    text-align: center;
}

.more-panel-row-r {
    flex: 1;
    padding-left: 5px;
}

.more-panel-desc::-webkit-scrollbar {
    width: 3px;
    background: rgba(0, 126, 252, 0.2);
    /* 黑色半透明 */
}

.more-panel-desc::-webkit-scrollbar-track {
    background: rgba(0, 126, 252, 0.2);
    /* 黑色半透明 */
}

.more-panel-desc::-webkit-scrollbar-thumb {
    background: rgba(0, 126, 252, 0.2);
    /* 黑色半透明 */
}

.more-panel-desc::-webkit-scrollbar-thumb:hover {
    background: rgba(0, 126, 252, 0.2);
    /* 黑色半透明 */
}

.more-panel-name {
    color: #fff;
    padding-top: 0px;
    font-size: 22px;
    font-weight: 600;
}

.more-panel-title-box {
    width: 100%;
    height: 130px;
    overflow: auto;
}

.more-panel-title-box::-webkit-scrollbar {
    width: 3px;
    background: rgba(0, 126, 252, 0.2);
    /* 黑色半透明 */
}

.more-panel-title-box::-webkit-scrollbar-track {
    background: rgba(0, 126, 252, 0.2);
    /* 黑色半透明 */
}

.more-panel-title-box::-webkit-scrollbar-thumb {
    background: rgba(0, 126, 252, 0.2);
    /* 黑色半透明 */
}

.more-panel-title-box::-webkit-scrollbar-thumb:hover {
    background: rgba(0, 126, 252, 0.2);
    /* 黑色半透明 */
}

.more-panel-title {
    color: #fff;
    padding-top: 5px;
    /*padding-bottom: 5px;*/
    font-size: 14px;
}

.more-panel-img {
    width: 140px;
    height: 160px;
    object-fit: cover;
}

.more-panel-desc p {
    color: #fff;
    padding: 10px;
    /*padding-bottom: 5px;*/
    font-size: 14px;

}

.layui-layer-setwin .layui-layer-close2 {
    right: 0px !important;
    top: 0px !important;
    background-position: -180px -31px !important;
}

.preview-act {
    width: 100%;
    background-color: #fff;
    background-size: auto 100%;
}

.preview-act-content {
    width: 750px;
    margin: 0 auto;
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;

    align-items: center;
    padding-bottom: 20px;
}

.preview-act-content .preview-act-item {
    width: calc(25% - 30px);
    /* 减去margin或padding的总和，确保不会溢出 */
    margin: 15px;
    /* 可根据需要调整 */
    line-height: 60px;
    border: 1px dashed #272b44;
    border-radius: 15px;
    text-align: center;
}

.preview-act-item {
    display: inline-block;
    box-sizing: border-box;
    color: #272b44;
    font-size: 22px;
}

.preview-act-item:hover {
    display: inline-block;
    box-sizing: border-box;
    background-color: #272b44;
    color: #fff;
    border-radius: 15px;
}

.float-bottom-bg {
    position: absolute;
    bottom: 0px;
    left: 50%;
    transform: translateX(-50%);
    z-index: -9;
    width: 750px;
}

.float-bottom-bg img {
    width: 100%;
}

.float-bottom-bg2 {
    position: absolute;
    bottom: 10%;
    left: 50%;
    transform: translateX(-50%);
    z-index: -9;
    width: 750px;
}

.float-bottom-bg2 img {
    width: 100%;
}

.float-middle-bg {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateX(-50%);
    z-index: -9;
    width: 750px;
}

.float-middle-bg img {
    width: 100%;
}

.float-middle-bg2 {
    position: absolute;
    top: 20%;
    left: 50%;
    transform: translateX(-50%);
    z-index: -9;
    width: 750px;
}

.float-middle-bg2 img {
    width: 100%;
}