.main-img {
    position: relative;
    width: 100%;
    height: 600px;
    overflow: hidden;
}

.imgs {
    width: 400%;
    height: 100%;
    display: flex;
    animation: slide 20s cubic-bezier(0,0.9,0,1) -1s infinite;
    position: absolute;
}

.imgs img {
    width: 33.333%;
    height: 100%;
    object-fit: cover;
    opacity: 0.5;
}

.main-img-text {
    position: absolute;
    z-index: 1;
    top: 200px;
    left: 60%;
    width: 600px;
    font-size: 30px;
    letter-spacing: 1px;
}

.big-font {
    font-size: 40px;
    font-weight: 800;
    letter-spacing: 2px;
}

.bottom10 {
    margin-bottom: 10px;
}

@keyframes slide {
    0% {
        left: 0%;
    }
    15% {
        left: -100%;
    }
    33% {
        left: -100%;
    }
    48% {
        left: -200%;
    }
    67% {
        left: -200%;
    }
    82% {
        left: -300%;
    }
    100% {
        left: -300%;
    }
}

@keyframes slide1 {
    0% {
        left: 0%;
    }
    100% {
        left: 0%;
    }
}

.main-info {
    margin: 0 auto;
    width: 1400px;
    height: 680px;
    position: relative;
}

.div-position-d1 {
    width: 100vw;
    height: 380px;
    background-color: #002060;
    position: absolute;
    top: 200px;
    left: calc(680px - 50vw);
}

.div-position-d2 {
    width: 90%;
    height: 400px;
    background-color: #f2f2f2;
    position: absolute;
    top: 50px;
    left: 40px;
}

.div-position-d3 {
    width: calc(50vw - 700px + 632px);
    max-width: 100%;
    height: 570px;
    background-color: #ddebf7;
    position: absolute;
    top: 100px;
    left: 760px;
}

.div-content-c1 {
    width: 450px;
    height: 200px;
    position: absolute;
    top: 80px;
    left: 170px;
}

.div-c1-title {
    font-size: 24px;
    font-weight: 500;
    letter-spacing: 2px;
}

.div-c1-text {
    word-wrap: break-word;
    overflow-wrap: break-word;
    text-indent: 1em;
    font-size: 18px;
    word-spacing: 2px;
    line-height: 30px;
}

.div-content-c2 {
    width: 30%;
    height: 100px;
    position: absolute;
    font-size: 24px;
}

.p1 {
    top: 140px;
    left: 780px;
}

.p2 {
    top: 260px;
    left: 940px;
}

.p3 {
    top: 380px;
    left: 1100px;
}

.skyline {
    top: 540px;
    left: 760px;
    width: calc(50vw - 700px + 632px);
    height: 130px;
    position: absolute;
    background-color: rgba(255, 255, 255, 0);
    background-image: url('../pic/web/skyline.png');
    background-size: contain;
    background-repeat: repeat-x;
}

.index-title {
    font-size: 36px;
    font-weight: 700;
    letter-spacing: 1px;
    padding-left: 10px;
    padding-top: 10px;
    padding-bottom: 20px;
    color: var(--color-green);
}

.index-title-lite {
    font-size: 22px;
    padding-left: 10px;
    padding-top: 0px;
    padding-bottom: 20px;
}

.col-4 {
    margin: 0 auto;
    width: 1000px;
    display: grid;
    grid-template-columns: 235px 235px 235px 235px;
    column-gap: 20px;
    row-gap: 20px;
    font-size: 20px;
}

.col-3 {
    margin: 0 auto;
    width: 1000px;
    display: grid;
    grid-template-columns: 306px 306px 306px;
    column-gap: 40px;
}

.col-3-a {
    margin: 0 auto;
    width: 96%;
    display: grid;
    grid-template-columns: 32% 32% 32%;
    column-gap: 2%;
}

.col-2 {
    margin: 0 auto;
    width: 1000px;
    display: grid;
    grid-template-columns: 490px 490px;
    column-gap: 20px;
}

.sodan {
    margin: 0 auto;
    width: var(--w1000);
    min-height: 520px;
    position: relative;
}

.sodan-button {
    margin-top: 20px;
    margin-bottom: 50px;
    height: 70px;
}

.sodan-qrcode {
    margin-right: 50px;
    margin-left: 100px;
    height: 70px;
}

.sodan-qrcode img {
    height: 100%;
    width: auto;
}
 
.big-qrcode {
    position: absolute;
    left: 400px;
    top: 10px;
    width: 400px;
    display: none;
}

.big-qrcode img {
    height: auto;
    width: 100%;
}

.jsq-item {
    border: 2px solid black;
    border-radius: var(--radius-5);
    height: 70px;
    text-align: center;
    color: white;
    background-image: linear-gradient(rgb(39, 155, 255) 0%, rgb(16, 124, 255) 100%);
    box-shadow: inset 0 2px 0 0 hsla(0,0%,100%,.2),
    inset 0 -1px 0 0 rgba(0,0,0,.25),0 2px 6px 0 rgba(0,0,0,.1);
}

.jsq-item:hover {
    cursor: pointer;
    background-image: linear-gradient(rgb(9, 99, 236) 0%, rgb(14, 80, 191) 100%);
}

.color-a {
    border: 2px solid #c92df9;
}

.color-b {
    border: 2px solid #ff622d;
}

.color-c {
    border: 2px solid #28d866;
}

.color-d {
    border: 2px solid #eaed13;
}

.color-a:hover {
    cursor: pointer;
    background-color: #c92df9;
    border: 2px solid #c92df9;
}

.color-b:hover {
    cursor: pointer;
    background-color: #ff622d;
    border: 2px solid #ff622d;
}

.color-c:hover {
    cursor: pointer;
    background-color: #28d866;
    border: 2px solid #28d866;
}

.color-d:hover {
    cursor: pointer;
    background-color: #eaed13;
    border: 2px solid #eaed13;
}

.joho {
    margin: 0 auto;
    width: var(--w1000);
    min-height: 220px;
    background-color: aliceblue;
    position: relative;
}

.to-big:hover {
    cursor: pointer;
    transform: scale(1.05);
    box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.4);
    background-color: var(--color-main);
}

.button {
    border: 1px solid black;
    border-radius: var(--radius-3);
    font-size: 24px;
    color: white;
    background-image: linear-gradient(rgb(16, 185, 113) 0%, rgb(5, 141, 86) 100%);
    width: 400px;
    height: 80px;
    box-shadow: inset 0 2px 0 0 hsla(0,0%,100%,.2),
    inset 0 -1px 0 0 rgba(0,0,0,.25),0 2px 6px 0 rgba(0,0,0,.1);
}
.button:hover {
    cursor: pointer;
    background-image: linear-gradient(rgb(5, 141, 86) 0%, rgb(4, 120, 76) 100%);
    box-shadow: inset 0 4px 0 0 hsla(0,0%,100%,.2),
    inset 0 -2px 0 0 rgba(0,0,0,.25),0 4px 12px 0 rgba(0,0,0,.1);
}

.house-ad {
    margin: 0 auto;
    width: var(--w1000);
    min-height: 220px;
    position: relative;

    width: 100%;
    min-width: 1000px;
    height: 400px;
}

.house-ad-t {
    margin: 0 auto;
    width: var(--w1000);
    height: 47px;
    /* position: relative; */
}

.ad-item {
    width: 100%;
    height: auto;
    overflow: hidden;
}

.ad-img {
    width: 100%;
    height: auto;
    max-height: 300px;
}

.media {
    margin: 0 auto;
    width: var(--w1000);
    min-height: 220px;
    position: relative;
}

.app-area {}

.app-item {
    width: 100%;
    height: 200px;
    border-radius: 60px;
    overflow: hidden;
}
.app-item:hover {
    cursor: pointer;
}

.app-img {
    width: 100%;
    height: 100%;
}

.news {
    margin: 0 auto;
    width: var(--w1000);
    min-height: 220px;
    position: relative;
}

.pic-and-news {
    width: 100%;
    flex-grow: 1;
    margin: 0 auto;
    margin-bottom: 40px;
    position: relative;
    display: grid;
    grid-template-columns: 255px auto;
    column-gap: 30px;
}

.pic-div {
    width: 100%;
}

.pic-div img {
    width: 100%;
    height: 100%;
}

.news-div {
    width: 100%;
}

.news-area {
    width: 100%;
}

.news-item {
    width: 100%;
    height: 50px;
}

.head-line {
    height: 2px;
    width: 100%;
    background-color: var(--color-grey1);
}

.news-link {
    display: inline-block;
    width: 100%;
    height: 50px;
    line-height: 50px;
    font-size: 18px;
    border-top: 1px solid gray;
}

.news-link:hover {
    cursor: pointer;
    color: var(--color-green);
}

.news-item:hover .show-t {
    display: none;
}

.news-item:hover .show-f {
    display: block;
}

.show-t {
    display: block;
}

.show-f {
    display: none;
}

.news-more {
    width: 100%;
    height: 45px;
    border: 0px;
    background-color: var(--color-main);
    margin: 0 auto;
    /* margin-bottom: 40px; */
    margin-top: 5px;
    font-size: 20px;
    border-radius: var(--radius-5);
}
.news-more:hover {
    cursor: pointer;
    background-color: var(--color-main-light);
}



.info-item {
    border-radius: 5px;
    border: 1px solid rgb(217, 217, 217);
    max-width: 100%;
    position: relative;
    overflow: hidden;
}

.info-item:hover {
    box-shadow: 2px 2px 10px rgba(0, 0, 0, .4);
    cursor: pointer;
}

.info-img {
    width: 100%;
    height: 310px;
}

.info-div {
    width: 100%;
    background-color: var(--color-main-white);
}

.wujian-info-tab {
    width: max-content;
    height: max-content;
    color: white;
    padding-left: 5px;
    padding-right: 5px;
    border-radius: 5px;
    font-size: 15px;
    margin-bottom: 5px;
}

.color-x {
    border: 2px solid #c92df9;
    background-color: #c92df9;
}

.color-y {
    border: 2px solid #ff622d;
    background-color: #ff622d;
}

.color-z {
    border: 2px solid #28d866;
    background-color: #28d866;
}

.wujian-info-title {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    font-weight: bold;
    overflow: hidden;
    text-overflow: ellipsis;
    max-height: 2.4em;
    line-height: 1.2em;
    padding-top: 5px;
    padding-left: 7px;
    padding-right: 7px;
}

.wujian-info-table {
    font-weight: 500;
    color: rgb(81, 80, 80);
    font-size: 15px;
    width: 100%;
}

.wujian-info-table-td-1 {
    vertical-align:text-top;
    width: 25%;
}

.wujian-info-table-td-2 {
    width: 75%;
}

.title-level1 {
    margin: 0 auto;
    font-size: 36px;
    font-weight: 700;
    letter-spacing: 10px;
    color: var(--color-green);
}

.title-level2 {
    margin: 0 auto;
    width: 1200px;
    font-size: 24px;
    letter-spacing: 10px;
}

.title-level2 div {
    width: 235px;
    height: 40px;
    background-color: var(--color-main);
    margin-left: 100px;
    margin-bottom: 10px;
    margin-top: 20px;
    color: white;
}

.mono {
    margin-bottom: 20px;
}

.slider-container {
    /* width: 900px; 三张图片的总宽度 */
    width: 100%;
    min-width: 1000px;
    height: 200px;
    overflow: hidden;
    position: relative;
}

.slider-wrapper {
    display: flex;
    width: fit-content;
    transition: transform 0.5s ease-in-out;
}

.slider-wrapper img {
    width: 33.3vw;
    height: 200px;
    object-fit: cover;
}

/* 定义动画 */
@keyframes slide-in-from-left {
    from {
      transform: translateX(-50%);
      opacity: 0;
    }
    to {
      transform: translateX(0);
      opacity: 1;
    }
}

@keyframes slide-in-from-right {
    from {
      transform: translateX(50%);
      opacity: 0;
    }
    to {
      transform: translateX(0);
      opacity: 1;
    }
}

.slide-from-left {
    animation: slide-in-from-left 0.6s ease-out forwards;
}

.slide-from-right {
    animation: slide-in-from-right 0.6s ease-out forwards;
}

.space-img {
    margin: auto;
    width: 1000px;
    height: 200px;
    margin-top: 10px;
    margin-bottom: 10px;
    border-radius: 3px;
    overflow: hidden;
}

.space-img img {
    width: 100%;
    height: auto;
}

.big-space-img {
    width: 100%;
    min-width: 1000px;
    height: 500px;
}
.big-space-img img {
    /* height: 100%; */
}

.more-button {
    margin: auto;
    width: 300px;
    height: 35px;
    border-radius: var(--radius-3);
    font-size: 20px;
    color: white;
    background-image: linear-gradient(rgb(16, 185, 113) 0%, rgb(5, 141, 86) 100%);
    box-shadow: inset 0 2px 0 0 hsla(0,0%,100%,.2),
    inset 0 -1px 0 0 rgba(0,0,0,.25),0 2px 6px 0 rgba(0,0,0,.1);
}
.more-button:hover {
    cursor: pointer;
    background-image: linear-gradient(rgb(5, 141, 86) 0%, rgb(4, 120, 76) 100%);
    box-shadow: inset 0 4px 0 0 hsla(0,0%,100%,.2),
    inset 0 -2px 0 0 rgba(0,0,0,.25),0 4px 12px 0 rgba(0,0,0,.1);
}


@media screen and (max-width:1180px) {
    .main-img {
        position: relative;
        width: 100vw;
        height: 200px;
        /* overflow: hidden; */
    }
    .imgs {
        animation: slide1 1s;
    }
    .main-img-text {
        position: absolute;
        z-index: 1;
        top: 10px;
        left: 10px;
        width: 100%;
        font-size: 15px;
    }
    .big-font {
        font-size: 18px;
        letter-spacing: 1px;
    }
    .main-info {
        display: none;
    }
    .space-img {
        display: none;
    }
    .sodan {
        width: 100%;
    }
    .index-title {
        font-size: 20px;
        font-weight: 700;
        letter-spacing: 1px;
        padding-left: 10px;
        padding-top: 20px;
        padding-bottom: 0px;
        color: var(--color-green);
    }
    .col-4 {
        margin: 0 auto;
        width: 90%;
        display: grid;
        grid-template-columns: 48% 48%;
        column-gap: 4%;
        row-gap: 10px;
        font-size: 14px;
    }
    .col-4-1 {
        margin: 0 auto;
        margin-top: 10px;
        width: 90%;
        display: grid;
        grid-template-columns: 45% 45%;
        column-gap: 10px;
        row-gap: 8px;
        font-size: 15px;
        /* text-align: center; */
    }
    .sodan-button {
        margin-top: 10px;
        margin-bottom: 10px;
        height: 50px;
    }
    .sodan-qrcode {
        margin-right: 10vw;
        margin-left: 6vw;
        height: 50px;
    }
    .mob-s-f {
        font-size: 12px;
    }
    .jsq-item {
        height: 50px;
    }
    .big-qrcode {
        left: 0;
        top: 10px;
        width: 100vw;
        z-index: 2;
    }
    .joho {
        margin: 0 auto;
        width: 100vw;
        min-height: 10px;
        height: 150px;
    }
    .col-2 {
        margin: 0 auto;
        width: 90%;
        display: grid;
        grid-template-columns: 47% 47%;
        column-gap: 6%;
    }
    .button {
        font-size: 16px;
        width: 100%;
        height: 50px;
    }

    .mono {
        display: none;
    }
    .house-ad {
        display: none;
    }
    .media {
        display: none;
    }
    .news {
        display: none;
    }
    .space-h30 {
        display: none;
    }

}