#search {
    display: none
}

.search {
    position: fixed;
    top: 20px;
    right: 105px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    width: 30px;
    height: 50px;
    border-radius: 50%;
    transition: transform 250ms ease;
    cursor: pointer;
    z-index: 200
}

.search span {
    position: relative;
    display: block;
    width: 50%;
    height: 3px;
    background-color: #fff;
    float: left;
    transform-origin: center center;
    transition: transform 250ms ease;
    z-index: 200
}

.search span:nth-of-type(1) {
    transform: translate(-2px, -2px);
    width: 20px;
    height: 20px;
    background: 0 0;
    border: #fff solid 3px;
    border-radius: 100%
}

.search span:nth-of-type(2) {
    transform: translate(2px, -8px);
    rotate: 45deg;
    width: 25%;
    border-radius: 20px
}

.search-ico {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    width: 60px;
    height: 60px;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 0
}

.search-ico i {
    position: relative;
    display: block;
    width: 50%;
    height: 1px;
    background-color: #fff;
    float: left;
    transform-origin: center center;
    transition: transform 250ms ease;
    z-index: 200
}

.search-ico i:nth-of-type(1) {
    transform: translate(-2px, -2px);
    width: 20px;
    height: 20px;
    background: 0 0;
    border: #fff solid 1px;
    border-radius: 100%
}

.search-ico i:nth-of-type(2) {
    transform: translate(4px, -8px);
    rotate: 45deg;
    width: 17%
}

.search-sc option {
    color: #333
}

#search:checked~.search span:nth-of-type(1) {
    border: var(--main-color) solid 3px
}

#search:checked~.search span:nth-of-type(2) {
    background: var(--main-color)
}

.search-box {
    position: fixed;
    left: 0;
    top: -100%;
    width: 100vw;
    height: 0;
    margin: 0;
    padding: 0;
    transition: height .3s ease;
    z-index: 90;
    opacity: 0;
    overflow: hidden
}

.search-box .layer {
    position: fixed;
    top: -100%;
    left: 0;
    width: 100%;
    height: 100%;
    background: var(--light-color);
    z-index: -1;
    transition: top .5s ease-in-out
}

#search:checked~.search-box .layer {
    top: 0
}

#search:checked~.search-box {
    left: 0;
    top: calc(50% - 60px);
    transition: height .5s ease;
    transition: opacity .5s ease;
    transition: top .5s ease;
    z-index: 99;
    height: 94px;
    opacity: 1;
    display: block
}

#search:checked~.search-box:after {
    top: 0
}

.s-input {
    width: 100%;
    max-width: 1024px;
    margin: 0 auto;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: space-between;
    align-items: center;
    height: 60px;
    position: relative;
    z-index: 996
}

.s-input input,
.s-input select {
    border: none;
    height: 100%;
    outline: 0;
    height: 60px
}

.s-input select {
    width: 150px;
    background: 0 0;
    color: #fff;
    border-bottom: #fff solid 2px;
    margin-right: 5px
}

.s-input input[type=button] {
    width: 60px;
    background: 0 0;
    color: #fff;
    border-radius: 0;
    border-bottom: #fff solid 2px;
    position: relative;
    z-index: 6
}

.s-input input[type=text] {
    width: calc(100% - 210px);
    background: 0 0;
    color: #fff;
    border-bottom: #fff solid 2px
}

.s-input input[type=text]::placeholder {
    color: #fff
}

.main-menu,
.main-menu>li>ul {
    display: block;
    list-style: none;
    margin: 0;
    padding: 0;
    font-size: 0
}

.main-menu li,
.main-menu>li>ul li {
    font-size: 1rem;
    cursor: pointer;
    list-style: none
}

.main-menu>li span {
    width: 20px;
    height: 20px;
    margin-left: auto
}

.main-menu>li span:hover {
    color: #fff
}

.main-menu>li span::after {
    content: "";
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 6px;
    vertical-align: middle;
    border-top: 4px solid;
    border-right: 4px solid transparent;
    border-left: 4px solid transparent;
    color: #666
}

.main-menu>li a {
    display: inline-block
}

.main-menu>li.active .main-menu>li>ul {
    opacity: 1;
    pointer-events: auto;
    margin-top: 0;
    z-index: 20
}

.main-menu>li>ul li a {
    display: inline-block
}

.toggle-menu {
    display: none
}

.fixed .logo {
    position: fixed;
    left: 20px;
    top: 0;
    width: 200px;
    z-index: 101;
    transform: translateY(0);
    transition: all .3s ease
}

header.topst {
    top: 40px
}

header .topst {
    transform: translateY(40px)
}

header.fixed.topst {
    top: 0
}

header.fixed .topst {
    transform: translateY(0)
}

@media screen and (max-width:1000px) {
    header.topst {
        top: 80px
    }
    header .topst {
        transform: translateY(100px)
    }
    header.mobile-fixed.topst {
        top: 0
    }
    header.mobile-fixed .topst {
        transform: translateY(0)
    }
}

.fixed .search span:nth-of-type(1) {
    border-color: #0a1b35
}

.fixed .search span:nth-of-type(2) {
    background-color: #0a1b35;
    border-radius: 20px
}

.fixed .menu span i {
    background-color: #0a1b35!important;
    border-radius: 20px
}

.fixed .menu {
    color: #0a1b35
}

header {
    display: flex;
    flex-direction: row;
    align-content: center;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    position: absolute;
    top: 0;
    z-index: 99;
    width: 100%
}

nav {
    display: inline-block;
    vertical-align: middle;
    font-size: 1rem;
    box-sizing: border-box;
    width: 85%
}

.toggle-menu {
    color: #fff;
    padding-right: 1rem;
    float: right
}

.toggle-menu span {
    display: inline-block;
    vertical-align: middle;
    padding-left: .3rem
}

.toggle-menu svg {
    display: inline-block;
    vertical-align: middle
}

.logo {
    display: inline-block;
    vertical-align: middle;
    color: #fff;
    font-size: 2rem;
    padding: .8rem 1rem;
    box-sizing: border-box;
    width: 30%;
    max-width: 350px;
    transform: translateY(80px)
}

.logo img {
    width: 100%;
    height: auto
}

.main-menu>li>ul {
    background: var(--main-color);
    border-radius: var(--border-radius);
    box-shadow: 0 20px 60px rgb(0 0 0 / 20%)
}

.main-menu>li {
    padding: 1rem 1rem
}

.main-menu>li>ul {
    padding: 1rem
}

.main-menu li a {
    color: #fff;
    text-decoration: none
}

.main-menu li ul a {
    transform: translateX(0);
    transition: transform ease .5s, color ease .3s;
    font-size: .75rem
}

.main-menu li ul a:hover {
    transform: translateX(10px);
    color: rgba(255, 255, 255, .75)
}

.main-menu>li>a {
    color: #000;
    font-weight: 500;
    padding: 1.4rem 0
}

.menu {
    position: fixed;
    top: 20px;
    right: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: row;
    width: auto;
    transition: transform 250ms ease;
    cursor: pointer;
    z-index: 200;
    height: 50px;
    color: #fff;
    gap: 5px
}

.menu span {
    position: relative;
    display: flex;
    width: 20px;
    height: 20px;
    transform-origin: center center;
    transition: transform 250ms ease;
    z-index: 200;
    flex-direction: column;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: center
}

.menu span i {
    border-radius: 20px
}

.menu span i:nth-of-type(1) {
    transform: translateY(-5px);
    width: 100%;
    height: 3px;
    background-color: #fff;
    transform-origin: center center;
    transition: transform 250ms ease
}

.menu span i:nth-of-type(2) {
    width: 100%;
    height: 3px;
    background-color: #fff;
    transform-origin: center center;
    transition: transform 250ms ease
}

.menu span i:nth-of-type(3) {
    transform: translateY(5px);
    width: 100%;
    height: 3px;
    background-color: #fff;
    transform-origin: center center;
    transition: transform 250ms ease
}

#menu {
    display: none
}

#menu:checked~.menu {
    color: var(--main-color)
}

#menu:checked~.menu span i:nth-of-type(1) {
    transform: translateY(1px) rotate(45deg);
    background-color: var(--main-color)!important
}

#menu:checked~.menu span i:nth-of-type(2) {
    display: none
}

#menu:checked~.menu span i:nth-of-type(3) {
    transform: translateY(-2px) rotate(-45deg);
    background-color: var(--main-color)!important
}

.nav {
    height: auto;
    width: 100%;
    padding-top: 0;
    background: #fff;
    position: fixed;
    left: 0;
    top: -126px;
    transition: top .2s ease-in-out;
    justify-content: center;
    align-items: center;
    align-content: center;
    z-index: 100
}

.topst #menu:checked~.nav {
    left: 0;
    top: 49.5px;
    box-shadow: 0 20px 60px rgb(0 0 0 / 20%);
    border-bottom: #eee solid 1px
}

.topst.fixed #menu:checked~.nav {
    left: 0;
    top: 0;
    box-shadow: 0 20px 60px rgb(0 0 0 / 20%);
    border-bottom: #eee solid 1px
}

#menu:checked~.nav {
    left: 0;
    top: 0;
    box-shadow: 0 20px 60px rgb(0 0 0 / 20%);
    border-bottom: #eee solid 1px
}

.nav .main-menu {
    display: flex
}

.main-menu>li>.ul-multiple li {
    margin-bottom: 0
}

.main-menu li li {
    margin-bottom: 10px
}

@media only screen and (min-width:1001px) {
    .main-menu>li>ul {
        opacity: 0;
        pointer-events: none;
        transition: ease-out .2s transform;
        position: absolute;
        top: 100%;
        left: auto;
        right: auto;
        min-width: 200px;
        text-align: left;
        transform: translateY(10px)
    }
    .main-menu li li {
        margin-bottom: 0;
        padding: 0
    }
    .main-menu>li>.ul-multiple {
        width: 100%;
        left: 0!important;
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        justify-content: flex-start
    }
    .main-menu>li>.ul-multiple>li ul li {
        list-style-type: none
    }
    .main-menu>li>.ul-multiple>li {
        width: 33.33%
    }
    .main-menu>li>.ul-multiple>li>ul {
        max-height: 350px;
        overflow-y: auto;
        overflow-x: hidden;
        padding: 0 .5rem .5rem 1rem
    }
    .main-menu>li:hover>ul {
        opacity: 1;
        pointer-events: auto;
        margin-top: 0;
        z-index: 20;
        left: auto;
        top: auto;
        transform: translateY(0)
    }
    .main-menu>li ul span {
        display: none
    }
    footer {
        position: unset
    }
}

@media only screen and (max-width:1000px) {
    header {
        display: flex;
        flex-direction: row;
        align-content: flex-start;
        align-items: flex-start;
        justify-content: flex-start;
        flex-wrap: wrap;
        position: sticky
    }
    header::after {
        content: "";
        background: #333;
        width: 100%;
        height: 100%;
        position: absolute;
        top: 0;
        left: 0;
        z-index: 80
    }
    .logo {
        width: 50%;
        max-width: 185px;
        z-index: 82;
        transform: translateY(0)
    }
    .menu {
        display: flex;
        margin-left: auto
    }
    .topst #menu:checked~.nav {
        left: 0;
        top: 188px;
        z-index: 80
    }
    .topst.mobile-fixed #menu:checked~.nav {
        left: 0;
        top: 81.5px;
        z-index: 80
    }
    #menu:checked~.nav {
        left: 0;
        top: 81.5px;
        z-index: 80
    }
    .nav {
        height: auto;
        width: 100%;
        padding-top: 0;
        background: rgba(0, 0, 0, .8);
        position: fixed;
        left: 0;
        top: -100%;
        transition: top .2s ease-in-out;
        overflow-y: auto;
        box-shadow: 0 20px 60px rgb(0 0 0 / 20%)
    }
    .nav .main-menu {
        display: flex;
        flex-direction: column;
        flex-wrap: nowrap;
        align-items: flex-start;
        width: 100%;
        height: 100%;
        max-height: calc(100vh - 200px)
    }
    .nav .main-menu li,
    .nav .main-menu li a {
        width: 100%
    }
    .main-menu>li ul {
        display: none;
        position: unset;
        opacity: 1;
        width: 100%
    }
    .main-menu li {
        display: flex;
        justify-content: flex-start;
        align-items: center;
        flex-wrap: wrap;
        padding: .2rem 1rem
    }
    .main-menu>li span::after {
        color: #fff
    }
    .main-menu>li a {
        color: #fff;
        width: calc(100% - 30px)!important;
        padding: 0
    }
    .search-box {
        width: 100%;
        margin-bottom: .5rem;
        position: relative;
        z-index: 81
    }
    .main-menu>li>ul {
        transform: translateY(0)
    }
    .main-menu .open {
        height: auto;
        padding: 1rem;
        opacity: 1
    }
    .main-menu>li span.active {
        transform: rotate(180deg);
        transition: transform .3s ease
    }
    .main-menu>li span:active::after {
        color: #fff
    }
    .main-menu>li span.active::after {
        color: #fff
    }
    .main-menu>li ul span {
        display: inline-block
    }
}

.banner {
    background: url(../images/banner.webp) var(--main-color);
    background-repeat: no-repeat;
    background-position: top;
    background-attachment: fixed;
    background-size: cover;
    height: 371px;
    overflow: hidden;
    position: relative;
    z-index: 10
}

@media (max-width:768px) {
    .banner {
        height: 103px
    }
}

.banner img {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: auto
}

#afterService {
    height: auto;
    display: flex;
    align-items: flex-end;
    flex-direction: column
}

.as-backgroundmask,
.as-backgroundmask2 {
    background-image: url(../images/banner.webp);
    height: 120px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
    position: relative;
    width: 100%;
    margin: 3rem 0
}

.as-backgroundmask {
    margin-top: 0
}

.as-backgroundmask2 {
    margin-bottom: 0
}

.as-backgroundmask::before {
    width: 100%;
    height: 100%;
    background-image: url(../images/backgroundcover.svg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    content: "";
    position: absolute;
    top: 0;
    left: 0
}

.as-backgroundmask2::before {
    width: 100%;
    height: 100%;
    background-image: url(../images/backgroundcover2.svg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    content: "";
    position: absolute;
    top: 0;
    left: 0
}

#about {
    height: auto;
    display: flex;
    align-items: flex-end;
    padding-bottom: 3rem
}

.showlist {
    overflow: hidden
}

.showlist .swiper-slide>div {
    border-radius: var(--border-radius);
    color: #fff;
    padding: 1rem!important;
    height: 285px;
    overflow: hidden;
    text-overflow: ellipsis;
    flex-direction: column;
    justify-content: space-between;
    display: flex
}

.showlist .swiper-slide>div:hover {
    justify-content: end
}

.showlist .swiper-slide>div h3 {
    transform: translateY(90px);
    transition: all ease .6s;
    font-size: 1.5rem
}

.showlist .swiper-slide>div:hover h3 {
    transform: translateY(0);
    height: calc(100% - 130px)
}

.showlist .swiper-slide>div p {
    background: rgba(255, 255, 255, .98);
    border-radius: 25px;
    padding: 15px 15px 15px 15px;
    color: #333;
    margin: 0;
    font-size: .75rem;
    opacity: 0;
    transform: translateY(100%);
    transition: all ease .6s;
    line-height: 1.3
}

.showlist .swiper-slide>div:hover p {
    opacity: 1;
    transform: translateY(0)
}

#about .rightbox {
    border-radius: var(--border-radius);
    background: var(--light-color);
    width: 100%;
    height: 100%;
    color: #fff
}