.lst-block {
    width: 100%;
}

.lst-block .title {
    font-size: 40px;
    letter-spacing: 3px;
}

.lst-block .slogn {
    font-size: 18px;
    line-height: 1.5;
    letter-spacing: 2px;
}

/*头部图片*/

.header-img {
    width: 100%;
    background-color: #333;
}

.header-img .bg-wrap {
    width: 100%;
}

.header-img .bg-box {
    position: relative;
    padding-bottom: 35%;
    width: 100%;
    height: 0;
}

.header-img .bg-box .bg-inner {
    position: absolute;
    z-index: 0;
    width: 100%;
    height: 100%;
    background-color: #fff;
}

.header-img .bg-box .txt-inner {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    position: absolute;
    z-index: 1;
    width: 100%;
    height: 100%;
    color: #fff;
    background-color: rgba(3, 85, 208, 0.32);
}

.header-img .bg-box .txt-inner .txt-1 {
    font-size: 18px;
}

.header-img .bg-box .txt-inner .txt-2 {
    display: flex;
    flex-direction: column;
    margin-bottom: 25px;
    font-size: 50px;
    line-height: 2;
    letter-spacing: 4px;
}

.header-img .bg-box .txt-inner .txt-2:after {
    content: "";
    margin: 0 auto;
    border-radius: 20px;
    width: 50px;
    height: 6px;
    background-color: #ffa600;
}

.header-img .bg-box .txt-inner .txt-3 {
    font-size: 16px;
    text-align: center;
    line-height: 1.8;
    letter-spacing: 2px;
}

.header-img .bg-box .txt-inner .btn-box {
    margin: 45px 0;
    padding: 12px 30px;
    border-radius: 40px;
    background-color: #ffa600;
}

.header-img .bg-box .txt-inner .btn-box a {
    font-size: 18px;
}

/*预约模块*/

.appointment {
    margin: 30px 0;
    padding-bottom: 200px;
    width: 100%;

    background-image: url("/static/images/earth.png");
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center 230%;
}

.appointment .title {
    width: 100%;
    font-size: 50px;
    text-align: center;
    line-height: 2;
    letter-spacing: 2px;
}

.appointment .slogn {
    width: 100%;
    font-size: 22px;
    text-align: center;
    letter-spacing: 2px;
    color: #656565;
}

.appointment .lst-container {
    display: flex;
    align-items: flex-start;
    justify-content: center;
    margin-top: 280px;
    width: 100%;
}

.appointment .lst-container .logo-wrap {
    width: 12.5%;
    color: #000;
}

.appointment .lst-container .logo-wrap .name {
    margin-top: 15px;
    font-size: 22px;
    text-align: center;
    line-height: 1.5;
}

/*.appointment .lst-container .logo-wrap:nth-child(4),*/
/*.appointment .lst-container .logo-wrap:nth-child(5) {*/
/*    margin-top: -150px;*/
/*}*/

/*.appointment .lst-container .logo-wrap:nth-child(3),*/
/*.appointment .lst-container .logo-wrap:nth-child(6) {*/
/*    margin-top: -100px;*/
/*}*/

/*.appointment .lst-container .logo-wrap:nth-child(2),*/
/*.appointment .lst-container .logo-wrap:nth-child(7) {*/
/*    margin-top: -50px;*/
/*}*/

.appointment .lst-container .logo-wrap:nth-child(4),
.appointment .lst-container .logo-wrap:nth-child(5) {
    margin-top: 0;
}

.appointment .lst-container .logo-wrap:nth-child(3),
.appointment .lst-container .logo-wrap:nth-child(6) {
    margin-top: -100px;
}

.appointment .lst-container .logo-wrap:nth-child(2),
.appointment .lst-container .logo-wrap:nth-child(7) {
    margin-top: -100px;
}

.appointment .lst-container .logo-box {
    position: relative;
    margin: 0 auto;
    padding-bottom: 62%;
    width: 62%;
    height: 0;
}

.appointment .lst-container .logo-box .logo-inner {
    overflow: hidden;
    position: absolute;
    top: 0;
    left: 0;
    border-radius: 25px;
    width: calc(100% - 2px);
    height: calc(100% - 2px);
}

.appointment .lst-container .logo-box img {
    width: 100%;
    height: 100%;

}

.appointment .btn-wrap {
    margin-top: 45px;
    width: 100%;
    text-align: center;
}

.appointment .btn-wrap a {
    display: inline-block;
    border-radius: 35px;
    padding: 18px 60px;
    font-size: 20px;
    color: #fff;
    background-color: #5341d1;
}

/*标题*/

.headline {
    margin-top: -115px;
    width: 100%;
}

.headline .lst-block {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.headline .lst-block .slogn {
    margin-top: 40px;
    text-align: center;
}

/*特点列表*/

.virtue {
    margin: 40px 0;
    width: 100%;
}

.virtue .lst-container {
    display: flex;

    align-items: flex-start;
    justify-content: space-around;

    width: 100%;
}

.virtue .lst-container .lst-wrap {
    width: 100%;
}

.virtue .lst-container .lst-box {
    position: relative;

    padding-bottom: 35%;
    width: 100%;
    height: 0;
}

.virtue .lst-container .lst-box .lst-inner {
    display: flex;

    align-items: flex-start;
    justify-content: space-around;

    position: absolute;
    top: 0;
    left: 0;

    box-sizing: border-box;
    padding: 0 1%;
    width: 100%;
    height: 100%;
}

.virtue .lst-container .lst-box .img-box {
    flex-shrink: 1;

    position: relative;

    width: 16%;
    height: 100%;

    transition: all .3s;
}

.virtue .lst-container .lst-box .img-box:not(:last-child) {
    margin-right: .5%;
}

.virtue .lst-container .lst-box .img-box:hover {
    width: 50%;
}

.virtue .lst-container .lst-box .img-box .img-inner {
    position: absolute;
    top: 0;
    left: 0;

    width: 100%;
    height: 100%;
}

.virtue .lst-container .lst-box .img-box .img-inner img {
    width: 100%;
    height: 100%;

    object-fit: cover;


}

.virtue .lst-container .lst-box .img-box .cover {
    display: flex;

    flex-direction: column;
    align-items: center;
    justify-content: flex-end;

    position: absolute;
    top: 0;
    left: 0;

    box-sizing: border-box;
    padding-bottom: 20%;
    width: 100%;
    height: 100%;

    background-color: #00000099;
}

.virtue .lst-container .lst-box .img-box:hover .cover {
    display: none;
}

.virtue .lst-container .lst-box .img-box .cover .icon-wrap {
    width: 40%;
}

.virtue .lst-container .lst-box .img-box .cover .icon-wrap .tag {
    font-size: 20px;
    text-align: center;

    color: #fff;
}

.virtue .lst-container .lst-box .img-box .cover .icon-box {
    position: relative;

    padding-bottom: 100%;
    width: 100%;
    height: 0;
}

.virtue .lst-container .lst-box .img-box .cover .icon-box .icon-inner {
    position: absolute;
    top: 0;
    left: 0;

    box-sizing: border-box;
    padding: 25%;
    width: 100%;
    height: 100%;
}

.virtue .lst-container .lst-box .img-box .cover .icon-box img {
    width: 100%;
    height: 100%;

    object-fit: cover;
}

.virtue .lst-container .lst-box .img-box .info {
    position: absolute;
    top: 0;
    left: 0;

    box-sizing: border-box;
    padding: 6% 10% 0 10%;
    width: 100%;
    height: 100%;

    opacity: 0;
    background-color: #5341d199;
}

.virtue .lst-container .lst-box .img-box:hover .info {
    opacity: 1;
}

.virtue .lst-container .lst-box .img-box .info .lst-block {
    display: flex;

    flex-direction: column;
    justify-content: space-between;

    width: 100%;
    height: 35%;

    color: #ffffff;
}

.virtue .lst-container .lst-box .img-box .info .lst-block .slogn {
    margin: 2% 0;
}

.virtue .lst-container .lst-box .img-box .info .lst-block .txt {
    flex-grow: 1;

    margin-top: 1%;
    width: 100%;

    font-size: 16px;
    line-height: 1.5;

    opacity: 0;
    transform: translateY(40px);
}

.virtue .lst-container .lst-box .img-box:hover .info .lst-block .txt {
    opacity: 1;
    transform: translateY(0);

    transition: all .3s .3s;
}

.virtue .lst-container .lst-box .img-box .info .icon-wrap {
    display: flex;

    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: space-between;

    width: 100%;
}

.virtue .lst-container .lst-box .img-box .info .icon-box {
    position: relative;

    margin: 2% 0;
    padding-bottom: 30%;
    width: 48%;
    height: 0;
}

.virtue .lst-container .lst-box .img-box .info .icon-box .name {
    display: flex;

    align-items: center;
    justify-content: center;

    position: absolute;
    bottom: 0;
    left: 0;

    width: 100%;
    height: 20%;

    font-size: 16px;

    color: #ffffff;

    background-color: #00000099;
}

.virtue .lst-container .lst-box .img-box .info .icon-box .icon-inner {
    position: absolute;
    top: 0;
    left: 0;

    width: 100%;
    height: 100%;
}

.virtue .lst-container .lst-box .img-box .info .icon-box img {
    width: 100%;
    height: 100%;

    object-fit: cover;

    background-color: #0b76ac;
}

/*轮播图*/

.show {
    width: 100%;
}

.show .swiper-container {
    width: 100%;
}

.show .swiper-container .pagination {
    position: absolute;
    bottom: 10%;
    left: 0;
    z-index: 9999999999;

    width: 100%;
    text-align: center;
}

.show .swiper-container .swiper-pagination-bullet {
    margin: 0 10px;
    border-radius: 2px;
    width: 50px;
    height: 5px;

    background-color: #c7000c !important;
}

.show .swiper-container .img-wrap {
    width: 100%;
}

.show .swiper-container .img-box {
    position: relative;

    padding-bottom: 45%;
    width: 100%;
    height: 0;
}

.show .swiper-container .img-box .img-inner {
    position: absolute;
    top: 0;
    left: 0;

    width: 100%;
    height: 100%;
}

.show .swiper-container .img-box img {
    width: 100%;
    height: 100%;

    object-fit: cover;


}

.show .swiper-container .img-box .lst-block {
    display: flex;

    flex-direction: column;

    position: absolute;
    top: 20%;
    left: 5%;

    color: #fff;
}

.show .swiper-container .img-box .lst-block .en {
    margin: 1% 0;
    font-size: 18px;
}

/*VR全景团队*/

.team {
    margin-top: 40px;
    padding: 30px 0;
    width: 100%;

    background-color: #f3f3f3;
}

.team .lst-block {
    text-align: center;

    border-bottom: 1px solid #ffffff;
    width: 100%;
}

.team .lst-block .tag {
    font-size: 25px;
    line-height: 2.5;
}

.team .lst-container {
    display: flex;

    align-items: flex-start;
    justify-content: space-around;

    margin-top: 30px;
    box-sizing: border-box;
    padding: 0 .5%;
    width: 100%;
}

.team .lst-container .lst-wrap {
    box-sizing: border-box;
    padding: 1%;
    width: 32.5%;

    background-color: #ffffff;
}

.team .lst-container .lst-wrap .title {
    width: 100%;
    font-size: 40px;
}

.team .lst-container .lst-wrap .txt {
    position: relative;

    margin-bottom: 5%;
    padding: 3% 0;
    width: 100%;

    font-size: 25px;
    line-height: 1.5;
}

.team .lst-container .lst-wrap .txt:after {
    content: "";

    position: absolute;
    bottom: 0;
    left: 0;

    width: 5%;
    height: 2px;

    background-color: #000;
}

.team .lst-container .lst-wrap .tag {
    font-size: 16px;
    line-height: 2;
}

/*案例展示*/

.case {
    width: 100%;
}

.case .lst-block {
    width: 100%;
}

.case .lst-block .title {
    text-align: center;
    line-height: 3;
}

.case .lst-container {
    display: flex;

    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: space-between;

    box-sizing: border-box;
    padding: 1% .5%;
    width: 100%;

    background-color: #f7f7f7;
}

.case .lst-container .img-wrap {
    display: flex;

    flex-direction: column;
    align-items: flex-start;

    box-shadow: 0 0 4px 2px #eeeeee;
    margin: .5% 0;
    width: 33%;
}

.case .lst-container .img-box {
    position: relative;

    padding-bottom: 55%;
    width: 100%;
    height: 0;
}

.case .lst-container .img-box .img-inner {
    overflow: hidden;

    position: absolute;
    top: 0;
    left: 0;

    width: 100%;
    height: 100%;
}

.case .lst-container .img-box img {
    width: 100%;
    height: 100%;

    object-fit: cover;



    transition: all .3s;
}

.case .lst-container .img-box:hover img {
    transform: scale(1.1);
}

.case .lst-container .img-wrap .txt {
    box-sizing: border-box;
    padding: 4%;
    width: 100%;
}

.case .lst-container .img-wrap .txt .title {
    font-size: 20px;
}

.case .lst-container .img-wrap .txt .info {
    font-size: 18px;
    line-height: 2;
}

.case .lst-container .img-wrap .txt .info > span {
    margin-right: 50px;
}

@media screen and (max-width: 1023px) {
    .header-img .bg-box {
        padding-bottom: 90%;
    }

    .header-img .bg-box .txt-inner .txt-1 {
        margin-top: 15%;
        font-size: 1.6rem;
    }

    .header-img .bg-box .txt-inner .txt-2 {
        margin-bottom: 1rem;
        font-size: 2.5rem;
    }

    .header-img .bg-box .txt-inner .btn-box {
        margin: 1.5rem 0;
        padding: .5rem 2rem;
    }

    .header-img .bg-box .txt-inner .txt-3 {
        box-sizing: border-box;
        padding: 0 5%;
        font-size: 1.4rem;
        line-height: 1.5;
    }

    .header-img .bg-box .txt-inner .btn-box a {
        font-size: 1.4rem;
    }

    .header-img .bg-box .txt-inner .txt-2:after {
        height: 2px;
    }

    .appointment {
        margin: 2rem 0;
        padding-bottom: 12rem;
    }

    .appointment .title {
        font-size: 1.8rem;
        line-height: 1.5;
    }

    .appointment .slogn {
        font-size: 1.5rem;
    }

    .appointment .lst-container .logo-wrap:nth-child(4),
    .appointment .lst-container .logo-wrap:nth-child(5) {
        margin-top: initial;
    }

    .appointment .lst-container .logo-wrap:nth-child(3),
    .appointment .lst-container .logo-wrap:nth-child(6) {
        margin-top: initial;
    }

    .appointment .lst-container .logo-wrap:nth-child(2),
    .appointment .lst-container .logo-wrap:nth-child(7) {
        margin-top: initial;
    }

    .appointment .lst-container {
        flex-wrap: wrap;
        margin-top: 2rem;
    }

    .appointment .lst-container .logo-wrap .name {
        margin-top: 1rem;
        font-size: 1.4rem;
    }

    .appointment .lst-container .logo-wrap {
        padding: 5% 0;
        width: 25%;
    }

    .appointment .btn-wrap {
        margin-top: 2rem;
    }

    .appointment .btn-wrap a {
        padding: .5rem 2.5rem;
        font-size: 1.4rem;
    }

    .appointment .lst-container .logo-box .logo-inner {
        border-radius: 10px;
    }

    .lst-block .title {
        justify-content: center;
        width: 100%;
        font-size: 2rem;
        text-align: center;
        line-height: 2;
    }

    .show .swiper-container .img-box .lst-block .title {
        font-size: 2rem;
        text-align: left;
    }

    .show .swiper-container .img-box .lst-block .en {
        margin: 1% 0;
        font-size: 16px;
    }

    .headline .img-box {
        width: 20%;
    }

    .headline .img-box img {
        width: 100%;
        object-fit: contain;
    }

    .headline .lst-block .slogn {
        margin-top: 1rem;
        box-sizing: border-box;
        padding: 0 2%;
        font-size: 1.5rem;
    }

    .headline {
        margin-bottom: 4rem;
    }

    .show .swiper-container .swiper-pagination-bullet {
        width: 30px;
        height: 2px;
    }

    .team {
        margin-top: 2rem;
        padding: 2rem 0;
    }

    .team .lst-block {
        padding-bottom: 1rem;
    }

    .team .lst-block .tag {
        font-size: 1.5rem;
        line-height: 1.5;
    }

    .team .lst-container {
        flex-wrap: wrap;
        margin-top: 1rem;
    }

    .team .lst-container .lst-wrap {
        margin: 2% 0;
        padding: 5%;
        width: 100%;
    }

    .team .lst-container .lst-wrap .title {
        font-size: 2rem;
    }

    .team .lst-container .lst-wrap .txt {
        font-size: 1.8rem;
    }

    .case .lst-container .img-wrap {
        margin: 2% 0;
        width: 100%;
    }

    .case .lst-container .img-wrap .txt .title {
        font-size: 1.8rem;
    }

    .case .lst-container .img-wrap .txt .info {
        font-size: 1.4rem;
    }

    .team .lst-container .lst-wrap .txt:after {
        width: 10%;
    }
}
