/* 基础样式与vw单位设置 */
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: "Microsoft YaHei", "PingFang SC", sans-serif;
}

html {
    font-size:0.8vw;
}

body {
    background-color: #fff;
    color: #333;
    background: #fff;
    background-size: cover;
    line-height: 1.6;
    width: 100%;
    overflow-x: hidden;
    -webkit-text-size-adjust: none;
}



/* 确保所有元素使用vw单位进行等比例缩放 */
* {
    transition: all 0.3s ease;
}

img {
    max-width: 100%;
    height: auto;
}

a {
    color: #ff3b0d;
    text-decoration: none;
}

p {
    text-indent: 2em;
    margin-bottom: 1vw;
    line-height:2.2;
    font-size:0.8vw;
}

a:hover {
    color: #bd7205;
}

/* Banner样式 */
.banner {
    width: 100%;
    height: 44vw;
    overflow: hidden;
    position: relative;
    background: #fff;
    background: url('../images/bg1.jpg' ) no-repeat center;
    background-size: contain;
}

.banner-content {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.banner-content img:first-child, .banner-content img:nth-child(2) {
    position: absolute;
    z-index: 2;
    animation: slideDown 1s ease forwards;
    opacity: 0;
}

.banner-content img:first-child {
    top: 2vw;
    animation-delay: 0.3s;
    width: 34vw;
}

.banner-content img:nth-child(2) {
    top:16vw;
    animation-delay: 0.6s;
    width:25vw;
}


@keyframes slideDown {
    0% {
        transform: translateY(-50px);
        opacity: 0;
    }
    100% {
        transform: translateY(0);
        opacity: 1;
    }
}

/* 介绍部分样式 */


.intro-content {
    width: 100%;
    max-width: 52vw;
    padding: 2vw;
    position: absolute;
    top: 37vw;
}

.intro-content p {
    text-align: justify;
    color: #fff;
    font-size: 0.8vw;
    line-height: 2.2;
    margin-bottom: 0;
}

/* 容器样式 */
.container {

    background: url('../images/bg5.jpg' ) no-repeat center top;
    background-size: contain;
    overflow: hidden;
    padding: 0;

}

.container1 {
    background: url('../images/bg3.jpg' ) no-repeat center top;
    padding: 0;
     overflow: hidden;
     background-size: cover;

}

.page {
    max-width: 54vw;
    margin: 0 auto;
    width: 100%;
    padding: 0;

}


/* 区块通用样式 */
.section {


    margin:2vw 0 2vw 0;
    position: relative;
}

.section::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 0.5vw;

    border-radius: 0.4vw 0.4vw 0 0;
}

/* 区块标题样式 */
.section-title {
    text-align: center;
    margin-bottom: 1vw;
    position: relative;
}

.section-title img {
    width:38%;
    margin: 0 auto;
}

/* 内容块样式 */
.content-block {
    width: 100%;
    
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 2vw;
    padding:1vw 2vw 1vw 2vw;
}

.content-block1{
    width: 100%;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap:2vw;
    padding:1vw 2vw 1vw 2vw;
}

.content-block2{
    width: 100%;
    background: url('../images/bg4.png' ) no-repeat center top;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 2vw;
    padding:1vw 2vw 1vw 2vw;
}
.content-item1{
    background: url('../images/t-bg.png' ) no-repeat center top;
    background-size: contain;
    display: flex;
    flex-direction: column;
    gap: 1vw;
    padding: 2vw;
    position: relative;
}

.content-item1 .content-text {
    display: none; /* 默认隐藏所有文字内容 */
    position: absolute;
    top: 2vw;
    left: 2vw;
    right: 2vw;
}

.content-item1 .content-text.active {
    display: block; /* 只显示active类的文字内容 */
}




.content-item2 img {
    height:7.8vw;
    border-radius: 0.1vw;
    box-shadow: 0 0 1vw rgba(0, 0, 0, 0.1);
}

.content-item {
    display: flex;
    flex-direction: column;
}


.content-item img {
    width:100%;
    height: auto;
    box-shadow: 0 0 1vw rgba(0, 0, 0, 0.1);
}

.content-text1 {
    margin-left: 0;
    width: 100%;
}

.content-text1 h3 {
    color: #fff;
    font-size: 1vw;
    line-height: 2vw;
    text-align: center;
    font-weight: bold;
    background: #0083fd;
}

.content-text1 p {
    background: #eef7ff;
    padding: 1vw;
}

.content-text1 h3 a{ color: #fff;}
.content-text1 h3 a:hover{ color: #fffac7;}

.content-text {
    margin-left: 0;

}

.content-text h3 {
    color: #4b342c;
    font-size: 1.1vw;
    margin-bottom: 0.6vw;
    text-align: center;
    font-weight: bold;
}

.content-text h3 a{ color: #0a0807;}
.content-text h3 a:hover{ color: #ff3b0d;}

.content-text ul {
    list-style: none;
    padding: 0;
}

/* 添加橙色圆点样式 */
.content-text li {
    position: relative;
    padding-left: 1.5em;
    margin-bottom: 0.5em;
}

.content-text li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0.8em;
    width: 0.5em;
    height: 0.5em;
    background-color: #fbcc1e;
    border-radius: 50%;
    transform: translateY(-50%);
}

.content-text li a{ color: #4b342c; font-weight: bold;}
.content-text li a:hover{ color: #ff3b0d;}

.content-text li::marker {
    content: none;
}




.content-qh {
    position: relative;
    width: 100%;
    height: 15.4vw;
    overflow: hidden;
    border-radius: 0.2vw;
}

.slider-container {
    position: relative;
    width: 100%;
    height: 100%;
}

.slider-wrapper {
    position: relative;
    width: 100%;
    height: 100%;
}

.slider-img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    opacity: 0;
    transition: opacity 0.5s ease;
}

.slider-img.active {
    opacity: 1;
}

.slider-controls {
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    transform: translateY(-50%);
    display: flex;
    justify-content: space-between;
    padding: 0 1vw;
    z-index: 10;
}

.control-btn {
    background-color: rgba(255, 255, 255, 0.8);
    color: #333;
    border: none;
    border-radius: 50%;
    width:2vw;
    height:2vw;
    font-size: 1.2vw;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease;
    user-select: none;
}

.control-btn:hover {
    background-color: #fbcc1e;
    color: #fff;
    transform: scale(1.1);
}

.slider-dots {
    position: absolute;
    bottom: 1.5vw;
    left: 0;
    width: 100%;
    display: flex;
    justify-content: center;
    gap: 0.8vw;
    z-index: 10;
}

.dot {
    width: 0.6vw;
    height: 0.6vw;
    border-radius: 50%;
    background-color: rgba(97, 97, 97, 0.5);
    cursor: pointer;
    transition: all 0.3s ease;
}

.dot.active {
    background-color: #fbcc1e;
    transform: scale(1.2);
}

/* 画廊样式 */


/* section1 样式 */
.section1 {
    width: 100%;
    display: grid;
    background: url('../images/bg2.png' ) no-repeat center top;
    background-size: cover;
    margin:2vw 0 4vw 0;
}


.section1 .content-item2 {
    border-radius: 0.5vw;
    padding: 1.5vw;
}

.section1 .content-item2 h3 {
    color: #ff6600;
    text-align: center;
    margin-bottom: 1vw;
}

.section1 .content-item2 > div:first-of-type {
    display: flex;
    gap: 0.8vw;
    margin-bottom: 1vw;
}

.section1 .content-item2 img {
    width: 48%;
    height: auto;
    border-radius: 0.3vw;
}

.section1 .content-item2 p {
    text-indent: 2em;
    font-size: 0.8vw;
    line-height: 1.8;
    color: #333;
}

.content-item2 h3 a{ color: #000;}
.content-item2 h3 a:hover{ color: #ff6600;}

/* 页脚样式 */
.foot {
    width: 100%;
    margin: 0 auto;
    text-align: center;
    background: linear-gradient(to right, #0c6ce4,#d4f4ff, #16a3e5);
    padding: 3vw 0;
}

.foot-content {
    max-width: 90vw;
    margin: 0 auto;
    text-align: center;
}

.foot p {
    font-size: 0.8vw;
    color: #005b84;
    margin: 0 0 1vw 0;
    padding: 0;
    text-indent: 0 !important;
    line-height: 1.8;
}

.foot script {
    display: none;
    margin: 0 auto;
    text-align: center;
    width: 100%;
}

