html,
body {
    font-size: 14px;
    padding: 0px;
    /*外部间距也是如此设置*/
    margin: 0px;
    /*统一设置高度为100%*/
    height: 100%;
    width: 100%;
    min-width: 1200px;
    /* overflow-y: hidden; */
    overflow-x: hidden;
    display: flex;
    flex-direction: column;
    background-color: #222222;
}

/* 头部样式 */
.header {
    display: flex;
    align-items: center;
    background-color: #fff;
    height: 60px;
}

.header img {
    margin: 20px 30px;
}

.home-active {
    position: relative;
}

.home-active::after {
    content: '';
    position: absolute;
    bottom: -6px;
    left: calc(50% - 1.5em);
    width: 3em;
    height: 0.2em;
    border-radius: 2px;
    background-color: #409eff;
}


.main {
    background-color: #e9eef3;
    /* height: auto; */
    flex: 1;
    width: 100%;
    padding-bottom: 2rem;
}

.footer {
    /* height: 20%; */
    background-color: #000000;
}

.main .swiper-container {
    width: 100%;
    height: 480px;

}






/* 主体内容 */

.main .swiper-container {
    height: 480px;
}

.main .swiper-container .swiper-wrapper .swiper-slide .swiper-slide-img {
    height: 480px;
    width: 100%;
}

.main .swiper-container .swiper-wrapper .swiper-slide {
    position: relative;
}

/* .main .swiper-container .swiper-wrapper .swiper-slide  .shape-box1 .shape-1{
    height: 480px;
} */

.main .swiper-container .swiper-wrapper .swiper-slide .shape-box1 {
    position: absolute;
    top: 0;
    right: 0;
    margin: 0;
    padding: 0;
}

.main .swiper-container .swiper-wrapper .swiper-slide .shape-box2 {
    position: absolute;
    bottom: 0px;
    right: 0;
    margin: 0;
    padding: 0;
}

.main .swiper-container .swiper-wrapper .swiper-slide .shape-box3 {
    position: absolute;
    bottom: -6px;
    left: 0;
    margin: 0;
    padding: 0;
}

.main .center-swiper {
    display: flex;
    justify-content: center;

    h1 {
        font-size: 48px;
        font-family: Microsoft YaHei;
        font-weight: 400;
        color: #000000;


    }
}




.main .swiper {

    position: relative;
}

.main .swiper .swiper-wrapper {
    display: flex;
    align-items: center;
    text-align: center;
}

.main .swiper .swiper-wrapper .swiper-slide {
    width: 370px;
    height: 400px;
}

.main .swiper .swiper-wrapper .swiper-slide img {
    width: 370px;
    height: 400px;
}

.main .swiper .swiper-wrapper .swiper-slide {
    position: relative;
}

.main .swiper .swiper-wrapper .swiper-slide .box {
    color: #fff ;
    z-index: 99;
    font-size: 28px;
    position: absolute;
    /* width: 100%; */
    bottom: 36px;
    left: 50%;
    transform: translate(-50%, 0%);
    text-shadow: 0px 2px #000000;
}

.main .serve-footer {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    justify-items: center;


}

.main .serve-footer .serve-footer-item {
    position: relative;
}

.main .serve-footer .serve-footer-item .box2 {
    z-index: 99;
    font-size: 18px;
    position: absolute;

    background-color: #57a5f8;
    top: 0px;
    right: 0%;
    text-align: right;
    padding: 8px 14px;

    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #FFFFFF;
}

.main .serve-footer .serve-footer-item .item-img {
    width: 370px;
    height: 230px;
}

/* 底部 */
.footer-contion {
    width: 100%;
    background-color: #222222;
    padding-bottom: 20px;
    color: #ffffff;
    padding-left: 9rem;

}

.footer-contion .footer-1 {
    background-color: #222222;
    display: flex;
    align-items: center;
    height: 40px;

}

.footer-contion .footer-1 .footer-2 {}

.footer-contion .beian {
    color: #fff;
    text-align: center;
}

.footer-contion .footer-1-gs .strong-gs {
    font-size: 3rem;
    font-family: SimHei;
    font-weight: 400;
    color: #ffffff;
    margin: 1rem 0;
    padding-top: 1rem;

}

.footer-contionr .footer-1 .item {
    font-size: 18px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #FFFFFF !important;
    text-align: left;

    align-items: center;


}

.footer-contion .footer-1 img {
    width: 22px;
    height: 17px;
    margin-right: 20px;

}

a {
    text-decoration: none;
    color: #fff;
}

a:visited {
    text-decoration: none;
}

a:hover {
    text-decoration: none;
}

.active-txte {
    font-size: 48px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    white-space: nowrap;
    padding: 2px 8px 8px 8px;
    border-radius: 2px;
    align-items: center;
    text-align: center;
    color: #fff ;
    background-color: rgb(0, 0, 0, 0.3);

}



