@charset "utf-8";
body {
    margin:0px;
 }

.banner-box {
    display: none;
}

html {

    width: 100%;

    overflow-x: hidden;

}

* {
    margin: 0;
    padding: 0;
}

a {
    color: #444;
}

a:hover {
    color: #999;
}
.logo1{
    position: absolute;
    top: 10%;
    left: 50%;
    transform: translateX(-50%);
    z-index: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.rq {
    position: relative;
    width: 100vw;
    overflow: hidden;
    height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center
}

.tp {
    width: 100%;
    /* 图片宽度为100% */
    height: 100%;
    /* 图片高度为100% */
    object-fit: cover;
    position: absolute;
    z-index: 0;
    overflow: hidden;
    top: -7%;
    left: -17%;
    background: transparent url(../images/元素_3.png) no-repeat top left;
    background-size: 55%;
}

.tp1 {
    width: 100%;
    height: 100%;
    position: absolute;
    object-fit: cover;
    /* 保持图片比例,覆盖整个容器 */
    overflow: hidden;
    z-index: 0;
    /* 将图片放到背景之后 */
    top: -10%;
    right: -1%;
    background: transparent url(../images/元素_2.png) no-repeat top right;
    background-size: 38%;
}

.tp2 {
    width: 100%;
    height: 100%;
    position: absolute;

    object-fit: cover;
    /* 保持图片比例,覆盖整个容器 */
    overflow: hidden;
    z-index: 0;
    /* 将图片放到背景之后 */
    bottom: -7%;
    left: -4%;
    background: transparent url(../images/元素_4.png) no-repeat bottom left;
    background-size: 40%;
}

.tp3 {
    width: 100%;
    height: 100%;
    position: absolute;

    object-fit: cover;
    /* 保持图片比例,覆盖整个容器 */
    overflow: hidden;

    z-index: 0;
    /* 将图片放到背景之后 */
    bottom: -17%;
    right: -5%;
    background: transparent url(../images/元素_1.png) no-repeat bottom right;
    background-size: 35%;
}

#content {
    /* margin:0 auto; */
    position: relative;
    margin: 0;
    padding: 0;
    z-index: 2;
    border: 1px solid black;
    margin: -1px 0;
    /* 负边距让边框重叠 */
    background-image: url(../images/默认大背景2.jpg);
    background-repeat: no-repeat;
    background-size: cover;

    /* 保持背景图片铺满整个屏幕 */
    /* background-attachment: fixed;  */
}

/* 

.reference {
    clear: both;
    top: 300px;
    left: 0px;
    position: absolute;
    text-align: right;
    width: 400px;
    padding: 20px;
    background-color: #fff;
    -moz-box-shadow: 1px 3px 15px #ddd;
    -webkit-box-shadow: 1px 3px 15px #ddd;
    box-shadow: 1px 3px 15px #ddd;
} */

/* .reference p a {
    text-transform: uppercase;
    text-shadow: 1px 1px 1px #fff;
    color: #666;
    text-decoration: none;
    font-size: 10px;
}

.reference p a:hover {
    color: #333;
} */

#foot {
    /* height: 1620px; */
    /* border: 1px solid black; */
    z-index: 2;
    /* margin: -1px 0;  */
    /* 负边距让边框重叠 */
    position: relative;
}

.indexFooter {
    width: 100%;
    height: auto;
    z-index: 2;
    position: absolute;
    /* bottom: 0; */
    left: 50%;
    transform: translateX(-50%);
    text-align: center;
}

/* accordion */
ul.accordion {

    /* width: 100%;
    height: 100%; */
    list-style: none;
    /* position:absolute;
    left: 50%;
    top: 50%; */
    /* background-color: black; */
    height: 580px;
    overflow: hidden;
    z-index: 0;
    /* transform: translate(-50%, -50%); */
    font-family: Cambria, serif;
    font-size: 15px;
    font-style: italic;
    line-height: 3em;


}

.pt {
    display: none;
}

ul.accordion li {

    float: right;
    width: 275px;
    height: 580px;
    display: block;
    border-right: 2px solid #fff;
    border-bottom: 2px solid #fff;
    background-color: #fff;
    background-repeat: no-repeat;
    background-position: center center;
    position: relative;
    overflow: hidden;
    cursor: pointer;
    -moz-box-shadow: 1px 3px 15px #555;
    -webkit-box-shadow: 1px 3px 15px #555;
    box-shadow: 1px 3px 15px #555;

}

ul.accordion li.bg1 {
    background-image: url(../images/1.png);
    /* background-repeat: no-repeat;
    position: relative; */
    background-size: cover;
}

ul.accordion li.bg2 {
    background-image: url(../images/2.png);
    background-size: cover;
}

ul.accordion li.bg3 {
    background-image: url(../images/3.png);
    background-size: cover;
}

ul.accordion li.bg4 {
    background-image: url(../images/4.png);
    background-size: cover;
}

ul.accordion li.bg5 {
    background-image: url(../images/5.png);
    background-size: cover;
}

ul.accordion li.bg6 {
    background-image: url(../images/6.png);
    background-size: cover;
}

ul.accordion li.bg7 {
    background-image: url(../images/7.png);
    background-size: cover;
}

ul.accordion li.bleft {
    border-left: 2px solid #fff;
}

ul.accordion li .heading {
    background-color: #d3c7c7;
    padding: 1px;
    margin-top: 390px;
    opacity: 0.7;
    text-transform: uppercase;
    font-style: normal;
    font-weight: bold;
    letter-spacing: 1px;
    font-size: 16px;
      /*font-size: 1em;*/
    font-family: 'Noto Sans SC';
    color: #f8f8f8; /* 字体颜色 */
    text-shadow:
        -2px -1px 0 #000,
        1px -1px 0 #000,
        -1px 1px 0 #000,
        1px 1px 0 #000; 
    /*background: linear-gradient(45deg, #ff00ff, #00ffff);*/
    /*font-family: 'Roboto Condensed', sans-serif;*/
    /*color: #eae8e8;*/
    text-align: center;
    /* text-shadow:-1px -1px 1px #111111; */
}

ul.accordion li .description {
    position: absolute;
    width: 480px;
    height: 175px;
    bottom: 0px;
    left: 0px;
    display: none;
}

ul.accordion li .description h2 {
    text-transform: uppercase;
    font-style: normal;
    font-weight: bold;
    letter-spacing: 1px;
    font-size: 45px;
    color: #444;
    text-align: left;
    margin: 0px 0px 15px 20px;
    text-shadow: -1px -1px 1px #ccc;
}

ul.accordion li .description p {
    line-height: 14px;
    margin: 10px 22px;
    font-family: "Trebuchet MS", sans-serif;
    font-size: 2rem;
    font-style: italic;
    font-weight: normal;
    text-transform: none;
    letter-spacing: normal;
    line-height: 1.6em;
    color: rgb(25, 24, 24);
}

ul.accordion li .description a {
    position: absolute;
    bottom: 5px;
    left: 260px;
    text-transform: uppercase;
    font-style: normal;
    font-size: 11px;
    text-decoration: none;
    color: #888;
}

ul.accordion li .description a:hover {
    color: #333;
    text-decoration: underline;
}

ul.accordion li .bgDescription {
    background: transparent url(../images/bgdescription.png) repeat-x top left;
    height: 340px;
    position: absolute;
    bottom: 0px;
    left: 0px;
    width: 100%;
    display: none;
}

.pt {
    display: none;
}

/*  移动端页面css  */
@media (max-width: 640px) {
    .logo1 img{
        width: 200px;
    }

  html {
    background-color: black; 
    width: 100%;

    overflow-x: hidden;

}
    body{
         margin: 0;
         padding: 0;

    }

    ul.accordion {
        display: none;

        /* width: 100%;
        height: 100%; */
        list-style: none;
        /* position:absolute;
        left: 50%;
        top: 50%; */
        /* background-color: black; */
        height: 580px;
        overflow: hidden;

        z-index: 0;
        /* transform: translate(-50%, -50%); */
        font-family: Cambria, serif;
        font-size: 18px;
        font-style: italic;
        line-height: 1em;

    }

    ul.accordion li {
        float: right;
        width: 115px;
        height: 580px;
        display: block;
        border-right: 2px solid #fff;
        border-bottom: 2px solid #fff;
        background-color: #fff;
        background-repeat: no-repeat;
        background-position: center center;
        position: relative;
        overflow: hidden;
        cursor: pointer;
        -moz-box-shadow: 1px 3px 15px #555;
        -webkit-box-shadow: 1px 3px 15px #555;
        box-shadow: 1px 3px 15px #555;

    }

    ul.accordion li.bg1 {
        background-image: url(../images/1.png);
        /* background-repeat: no-repeat;
        position: relative; */
        background-size: cover;
        /* 保持背景图片铺满整个屏幕 */
    }

    ul.accordion li.bg2 {
        background-image: url(../images/2.png);
        background-size: cover;
    }

    ul.accordion li.bg3 {
        background-image: url(../images/3.png);
        background-size: cover;
    }

    ul.accordion li.bg4 {
        background-image: url(../images/4.png);
        background-size: cover;
    }

    ul.accordion li.bg5 {
        background-image: url(../images/5.png);
        background-size: cover;
    }

    ul.accordion li.bg6 {
        background-image: url(../images/6.png);
        background-size: cover;
    }

    ul.accordion li.bg7 {
        background-image: url(../images/7.png);
        background-size: cover;
    }

    ul.accordion li.bg8 {
        background-image: url(../images/7.png);
        background-size: cover;
    }

    ul.accordion li.bleft {
        border-left: 2px solid #fff;
    }

    ul.accordion li .heading {
        background-color: #d3c7c7;
        padding: 7px;
        margin-top: 390px;
        opacity: 0.6;
        text-transform: uppercase;
        /* font-style: normal; */
        font-weight: bold;
        letter-spacing: 1px;
        /* font-size: 15px; */
        color: #ca0808;
        text-align: center;
        /* text-shadow:-1px -1px 1px #111111; */
    }

    ul.accordion li .description {
        position: absolute;
        width: 480px;
        height: 175px;
        bottom: 0px;
        left: 0px;
        display: none;
    }

    ul.accordion li .description h2 {
        text-transform: uppercase;
        font-style: normal;
        font-weight: bold;
        letter-spacing: 1px;
        font-size: 35px;
        color: #444;
        text-align: left;
        margin: 0px 0px 15px 20px;
        text-shadow: -1px -1px 1px #ccc;
    }

    ul.accordion li .description p {
        line-height: 14px;
        margin: 10px 22px;
        font-family: "Trebuchet MS", sans-serif;
        font-size: 2rem;
        font-style: italic;
        font-weight: normal;
        text-transform: none;
        letter-spacing: normal;
        line-height: 1.6em;
        color: rgb(25, 24, 24);
    }

    ul.accordion li .description a {
        position: absolute;
        bottom: 5px;
        left: 20px;
        text-transform: uppercase;
        font-style: normal;
        font-size: 11px;
        text-decoration: none;
        color: #888;
    }

    ul.accordion li .description a:hover {
        color: #333;
        text-decoration: underline;
    }

    ul.accordion li .bgDescription {
        background: transparent url(../images/bgdescription.png) repeat-x top left;
        height: 340px;
        position: absolute;
        bottom: 0px;
        left: 0px;
        width: 100%;
        display: none;
    }





    * {
        margin: 0;
        padding: 0;
        box-sizing: border-box;
    }

    a {
        color: #444;
    }

    a:hover {
        color: #999;
    }

    #content {
        /* margin:0 auto; */
        position: relative;
        margin: 0;
        padding: 0;
        z-index: 2;
        border: 1px solid black;
        margin: -1px 0;
        /* 负边距让边框重叠 */
        background-image: url(../images/默认大背景2.jpg);
        background-repeat: no-repeat;
        background-size: cover;
        background-position: center;
        height: 70vh;
        /* aspect-ratio: 4 / 5; */
        /* 设置背景容器的高度为视口的高度，确保填充整个屏幕 */

        /* 保持背景图片铺满整个屏幕 */
        /* background-attachment: fixed;  */
    }


    .rq {
        display: none;
        position: relative;
        width: 100vw;
        overflow: hidden;

        height: 71vh;
        /* display: flex; */
        justify-content: center;
        align-items: center
    }

    .tp {
        width: 100%;
        /* 图片宽度为100% */
        height: 100%;
        /* 图片高度为100% */
        object-fit: cover;
        position: absolute;
        z-index: 0;
        overflow: hidden;
        top: 3%;
        left: -17%;
        background: transparent url(../images/元素_3.png) no-repeat top left;
        background-size: 55%;
    }

    .tp1 {
        width: 100%;
        height: 100%;
        position: absolute;
        object-fit: cover;
        /* 保持图片比例，覆盖整个容器 */
        overflow: hidden;
        z-index: 0;
        /* 将图片放到背景之后 */
        top: 2%;
        right: -1%;
        background: transparent url(../images/元素_2.png) no-repeat top right;
        background-size: 40%;
    }

    .indexFooterBMMain img,
    .indexFooterBBMain img {
        cursor: pointer;
        width: 200px;
    }

    .tp2 {
        width: 100%;
        height: 100%;
        position: absolute;

        object-fit: cover;
        /* 保持图片比例，覆盖整个容器 */
        overflow: hidden;
        z-index: 0;
        /* 将图片放到背景之后 */
        bottom: 0%;
        left: -4%;
        background: transparent url(../images/元素_4.png) no-repeat bottom left;
        background-size: 40%;
    }

    .tp3 {
        width: 100%;
        height: 100%;
        position: absolute;

        object-fit: cover;
        /* 保持图片比例，覆盖整个容器 */
        overflow: hidden;

        z-index: 0;
        /* 将图片放到背景之后 */
        bottom: -2%;
        right: -5%;
        background: transparent url(../images/元素_1.png) no-repeat bottom right;
        background-size: 40%;
    }


    /* 
        .reference {
            clear: both;
            top: 300px;
            left: 0px;
            position: absolute;
            text-align: right;
            width: 400px;
            padding: 20px;
            background-color: #fff;
            -moz-box-shadow: 1px 3px 15px #ddd;
            -webkit-box-shadow: 1px 3px 15px #ddd;
            box-shadow: 1px 3px 15px #ddd;
        } */

    .reference p a {
        text-transform: uppercase;
        text-shadow: 1px 1px 1px #fff;
        color: #666;
        text-decoration: none;
        font-size: 10px;
    }

    .reference p a:hover {
        color: #333;
    }

    #foot {
        /* height: 1620px; */
        /* border: 1px solid black; */
        width: 100%;
        z-index: 2;
        position: relative;
        
        /* margin: -1px 0;  */
        /* 负边距让边框重叠 */

    }

    .indexFooter {
        width: 100%;
        height: auto;
        z-index: 2;
        position: absolute;
        overflow-x: hidden;
        /* bottom: 0; */
        left: 50%;
        transform: translateX(-50%);
        text-align: center;
    }

    .pt {
        text-align: left;
        font-size: 2rem;
        color: red;
        display: block;
    }

    .banner-box {

        display: block;
        /* width: 100%; */
        height: 65vh;
        width: 100%;
        z-index: 1;
        left: 0%;

        position: relative;
        overflow: hidden;
        display: flex;
        justify-content: center;
        align-items: center
    }

    .img1,
    .img2,
    .img3,
    .img4 {
        width: 100%;
        height: auto;

    }
    .swiper-pagination {
        bottom: 15%;
        color: red;
    }
    
   
    .h22,.h23,.h24,.h25,.h26,.h27,.h28 {
        /*opacity: 0.7;*/
        /*text-transform: uppercase;*/
        /*font-style: normal;*/
        /*font-weight: bold;*/
        /*letter-spacing: 1px;*/
        /*font-size: 25px;*/
        /*color: #444;*/
        /*text-align: left;*/
        /*margin: 0px 0px 15px 20px;*/
        /*text-shadow: -1px -1px 1px #ccc;*/
        text-align: center;
        color: #fff; /* 白色文字 */
        text-shadow: -2px -2px 2px #000; /* 黑色描边，根据需要调整阴影的位置和模糊度 */
        position: absolute;
        bottom: 80%;
        right: 28%;
        /*color: red;*/
    }
    .p11,.p12,.p13,.p14,.p15,.p16,.p17 {
        color: #fff; /* 白色文字 */
        text-shadow: -2px -2px 2px #000; /* 黑色描边，根据需要调整阴影的位置和模糊度 */
        
        text-align: center;
        position: absolute;
        bottom: 25%;
        right: 28%;
        /*color: red;*/
    }
    .a1,.a2,.a3,.a4,.a5,.a6,.a7 {
        position: absolute;
        bottom: 5%;
        right: 73%;


   
    }
}