* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}

html {
    scroll-behavior: smooth;
}

a {
    text-decoration: none !important;
}

#main {
    overflow: hidden;
}

input,
button {
    outline: none;
    border: none;
}

.banner {
    position: relative;
}

.swiper {
    width: 100%;
    height: 100%;
    padding-bottom: 40px !important;
}

.swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.logo {
    width: 160px;
    margin: 0 20px;
}

.header {
    position: absolute;
    top: 32px;
    z-index: 99;
    display: flex;
    width: 100%;
    align-items: center;
    justify-content: center;
}

.header a {
    font-size: 24px;
    color: #fff;
    margin: 0 20px;
}

.header .active {
    color: #6e5f51;
}

.content-wrap {
    padding-top: 120px;
    background-image: url(/assets/images/bg-color.jpg);
    background-size: 100% 100%;
    background-repeat: repeat;
    margin-top: -40px;
}

.sidebar {
    position: fixed;
    top: 200px;
    right: 20px;
    display: flex;
    flex-direction: column;
    z-index: 9;
}

.sidebar img {
    margin-bottom: 20px;
    width: 50px;
}

.banner .swiper-pagination-bullet-active {
    background: #d1c09f !important;
}

.banner .swiper-pagination-bullet {
    background-color: #d8d8d8;
    width: 60px;
    border-radius: 0px;
}

.video-wrap {
    position: relative;
    padding: 0 !important;
}

.video-wrap video {
    position: absolute;
    top: 20px;
    left: 20px;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.8);
    width: calc((100% - 40px));
    height: calc((100% - 40px));
    display: none;
}

.mask {
    position: absolute;
    top: 20px;
    left: 20px;
    background-color: rgba(0, 0, 0, 0.5);
    width: calc((100% - 40px));
    height: calc((100% - 40px));
    z-index: 2;
    display: flex;
    justify-content: center;
    align-items: center;
}

.play-img {
    width: 60px;
}

.video-item {
    padding: 20px;
}

.video-item .video-img {
    width: 100%;
}

.title {
    padding-bottom: 40px;
}

.product-list {
    position: relative;
    padding-top: 120px;
}

.products {
    margin-top: 120px;
    justify-content: space-between;
}

.products-item {
    position: relative;
}

.products-item img {
    width: 200px;
    height: 347px;
}

.products-item .bg {
    position: absolute;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 347px;
    background: rgba(0, 0, 0, 0.7);
    display: none;
}

.products-item:hover .bg {
    cursor: pointer;
    display: block;
}

.products-item:nth-child(2n) {
    margin-top: 40px;
}

.products-item span {
    font-size: 24px;
    color: #fff;
    position: absolute;
    left: 0;
    width: 100%;
    text-align: center;
}

.products-item:nth-child(1) span {
    bottom: 70px;
}

.products-item:nth-child(2) span {
    bottom: 130px;
}

.products-item:nth-child(3) span {
    bottom: 170px;
}

.products-item:nth-child(4) span {
    bottom: 130px;
}

.products-item:nth-child(5) span {
    bottom: 170px;
}

.products-item:nth-child(6) span {
    bottom: 100px;
}

.bg2 {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
}

.about {
    position: relative;
    height: 1100px;
}

.project {
    height: 900px;
    position: relative;
}

.project-con {
    height: 700px;
}

.project-list {
    flex-wrap: wrap;
}

.project-img {
    width: 360px;
}

.project-item {
    margin-bottom: 40px;
}

.project-img1 {
    margin-top: -20px;
}

.bg5 {
    position: absolute;
    top: 280px;
    left: 0;
    width: 100%;
}

.text {
    font-size: 18px;
    color: #6a6a6a;
    width: 340px;
    padding: 20px 0 20px 0px;
    margin-left: 80px;
}

.more {
    font-size: 16px;
    color: #6e5f51;
    padding-left: 80px;
}

.more span {
    margin-right: 10px;
}

.about-content {
    position: relative;
    padding: 0 80px;
}

.about-img {
    width: 400px;
    position: relative;
    left: 100px;
    top: 540px;
}

.about-text {
    position: relative;
    top: 420px;
}

.project-img1 {
    position: absolute;
    width: 400px;
    top: 0px;
    right: 400px;
}

.project-img2 {
    position: absolute;
    width: 400px;
    top: 40px;
    right: 20px;
}

.project-img3 {
    position: absolute;
    width: 400px;
    top: 400px;
    right: 400px;
}

.project-img4 {
    position: absolute;
    width: 400px;
    top: 430px;
    right: 20px;
}

.client {
    padding: 60px 0;
}

.brand {
    padding: 0 80px;
    justify-content: space-between;
    align-items: center;
}

.brand img {
    width: 160px;
}

.client .swiper {
    padding: 0 60px;
}

.client .swiper-pagination-bullet-active {
    background: #d1c09f !important;
}

.client .swiper-pagination-bullet {
    background-color: #d8d8d8;
    width: 60px;
    border-radius: 0px;
}

.project-text {
    /* padding-left: 60px !important; */
}

.client .title {
    /* padding-left: 60px !important; */
}

footer {
    position: relative;
    margin-top: -20px;
    background-color: #feeaa1;
    padding: 60px 0;
}

.line2 {
    position: absolute;
    bottom: 20px;
    left: 0;
    width: 100%;
}

.footer-con {
    /* padding-left: 60px; */
}

.footer-con .info {
    /* padding-left: 40px;
    padding-right: 20px; */
    padding: 0 10px;
    /* margin-left: -80px; */
}

.info-item {
    font-size: 16px;
    color: rgba(0, 0, 0, 0.6);
    font-weight: 500;
    margin-bottom: 8px;
}

.info-item p {
    margin-bottom: 0;
    color: #6a6a6a;
    margin-left: 16px;
    font-weight: 400;
}

.footer-nav {
    margin-top: 20px;
}

.footer-nav a {
    margin-right: 20px;
    color: rgba(0, 0, 0, 0.6);
    font-weight: 500;
}

.footer-text {
    font-size: 12px;
    margin-top: 10px;
    color: #6a6a6a;
}

.map {
    position: absolute;
    top: 0px;
    right: 0;
}

.navbar {
    background-color: #000;
}

.navbar-toggler {
    background-color: #fff !important;
}

.about .text {
    width: 380px;
    padding: 0;
    margin-left: 120px;
}

.about .more {
    margin-top: 10px;
    margin-left: 40px;
}

.zs {
    width: 400px;
}

.brand-swiper {
    padding: 0 60px;
}

.titile-text {
    margin-top: 20px;
}

.title_text {
    padding: 0 60px;
}

.title_text3 {
    margin-left: 170px;
    margin-top: 20px;
}

.line4-div {
    margin: 40px 0 40px 170px;
}

.title-name1 {
    margin-left: -160px;
}

.title-name2 .line4-div {
    margin: 40px 0 40px 120px;
}

.title-name2 .title_text3 {
    margin-left: 120px;
}

.text-wrap1 {
    margin-left: 120px;
}

.title-name3 .line4-div {
    margin: 40px 0 40px 120px;
}

.title-name3 .title_text3 {
    margin-left: 120px;
}

.title_text5 {
    margin-top: 20px;
    margin-left: -28px;
}

@media screen and (max-width: 576px) {
    .logo-mobile {
        width: 120px;
    }
    .title1,
    .title2 {
        width: 90%;
    }
    .title3 {
        width: 40%;
    }
    .content-wrap {
        padding-top: 60px;
    }
    .products {
        flex-wrap: wrap;
        justify-content: space-around;
        margin-top: 40px;
    }
    .products-item .bg {
        height: 247px;
    }
    .products-item {
        margin-bottom: 40px;
    }
    .products-item img {
        width: 150px;
        height: 247px;
    }
    .products-item:nth-child(2n) {
        margin-top: 0;
    }
    .project-img1 {
        position: relative;
        top: 0;
        right: inherit;
        width: 150px;
        margin-top: 0;
    }
    .project-img2 {
        position: relative;
        top: 0;
        right: inherit;
        width: 150px;
    }
    .project-img3 {
        position: relative;
        top: 0;
        right: inherit;
        width: 150px;
    }
    .project-img4 {
        position: relative;
        top: 0;
        right: inherit;
        width: 150px;
    }
    .text {
        padding: 20px 0 20px 40px;
    }
    .more {
        padding-left: 40px;
    }
    .project {
        height: auto;
    }
    .project-list {
        justify-content: center;
    }
    .title4 {
        width: 25%;
    }
    .client .swiper {
        padding: 0;
    }
    .brand {
        padding: 0;
    }
    .swiper-slide {
        flex-wrap: wrap;
        justify-content: space-around;
    }
    .client .swiper .swiper-slide img {
        width: 140px;
        margin-bottom: 20px;
    }
    .products-item:nth-child(3) span,
    .products-item:nth-child(2) span,
    .products-item:nth-child(4) span,
    .products-item:nth-child(5) span {
        bottom: 100px;
    }
    .map {
        position: absolute;
        width: 100%;
        left: 0;
        top: inherit;
        bottom: 0;
    }
    .footer-info {
        flex-direction: column;
    }
    .footer-con {
        padding-left: 10px;
    }
    footer {
        padding: 200px 0 440px 0;
    }
    .footer-nav {
        display: none;
    }
    .footer-con .info {
        margin: 20px 0;
        padding-left: 0;
        padding-right: 0;
    }
    .footer-logo {
        position: absolute;
        top: -20px;
        left: -100px;
        transform: scale(0.8);
    }
    .qrcode-img {
        position: absolute;
        top: 20px;
        right: 10px;
    }
    .content-wrap {
        background-image: url(/assets/images/bg-color1.jpg);
    }
    .line2 {
        display: none;
    }
    .bg5 {
        display: none;
    }
    .about-img {
        display: none;
    }
    .about-text {
        top: 0;
    }
    .about {
        height: 500px;
    }
    .title5 {
        width: 40%;
    }
    .about .text {
        margin-left: 0px;
        width: 100%;
        padding: 0 10px;
    }
    .about .more {
        padding-left: 0;
        margin-left: 10px;
    }
    .project .text {
        padding: 20px 0;
        margin-left: 0;
    }
    .project .more {
        padding-left: 0;
    }
    .line4 {
        display: none;
    }
    .title {
        transform: scale(0.6);
    }
    .product-list {
        padding-top: 0;
    }
    .title-name1 {
        margin-left: 0;
    }
    .title_text3 {
        margin-left: 0;
        text-align: center;
    }
    .title-name {
        transform: scale(0.6);
        display: flex;
        flex-direction: column;
        align-items: center;
    }
    .title-name2 .title_text3 {
        margin-left: 0;
    }
    .text-wrap1 {
        margin-left: 0;
        padding: 0 20px;
        margin-top: -40px;
        margin-bottom: 40px;
    }
    .title-name3 .title_text3 {
        margin-left: 0;
    }
    .brand-swiper {
        padding: 0;
    }
}

@media screen and (min-width:577px) and (max-width:820px) {
    .title1,
    .title2 {
        width: 90%;
    }
    .title3 {
        width: 50%;
    }
    .content-wrap {
        padding-top: 100px;
    }
    .products {
        flex-wrap: wrap;
    }
    .products-item:nth-child(2n) {
        margin-top: 0;
    }
    .products-item {
        margin-bottom: 40px;
    }
    .products-item .bg {
        height: 300px;
    }
    .products-item img {
        width: 200px;
        height: 300px;
    }
    .products-item:nth-child(2n) {
        margin-top: 0;
    }
    .project-img1 {
        position: relative;
        top: 0;
        right: inherit;
        width: 300px;
        margin-top: 0;
    }
    .project-img2 {
        position: relative;
        top: 0;
        right: inherit;
        width: 300px;
    }
    .project-img3 {
        position: relative;
        top: 0;
        right: inherit;
        width: 300px;
    }
    .project-img4 {
        position: relative;
        top: 0;
        right: inherit;
        width: 300px;
    }
    .text {
        padding: 20px 0 20px 40px;
    }
    .more {
        padding-left: 40px;
    }
    .project {
        height: 1100px;
    }
    .project-list {
        justify-content: center;
        margin-top: 40px;
    }
    .title4 {
        width: 25%;
    }
    .client .title {
        /* padding-left: 20px !important; */
    }
    .client .swiper {
        padding: 0;
    }
    .brand {
        padding: 0;
    }
    .swiper-slide {
        flex-wrap: wrap;
        justify-content: space-around;
    }
    .client .swiper .swiper-slide img {
        width: 250px;
        margin-bottom: 40px;
    }
    .products-item:nth-child(3) span,
    .products-item:nth-child(2) span,
    .products-item:nth-child(4) span,
    .products-item:nth-child(5) span {
        bottom: 100px;
    }
    .map {
        position: absolute;
        width: 100%;
        left: 0;
        top: inherit;
        bottom: 0;
    }
    .footer-info {
        flex-direction: column;
    }
    .footer-con {
        padding-left: 10px;
    }
    footer {
        padding: 200px 0 800px 0;
    }
    .footer-nav {
        display: none;
    }
    .footer-con .info {
        margin-top: 60px;
        padding-left: 0;
        padding-right: 0;
    }
    .footer-logo {
        position: absolute;
        top: 0px;
        left: -60px;
        transform: scale(0.8);
    }
    .qrcode-img {
        position: absolute;
        top: 40px;
        right: 40px;
    }
    .content-wrap {
        background-image: url(/assets/images/bg-color1.jpg);
    }
    .line2 {
        display: none;
    }
    .footer-con .info {
        position: absolute;
        top: 0px;
    }
    .line2 {
        display: none;
    }
    .bg5 {
        display: none;
    }
    .about-img {
        display: none;
    }
    .about-text {
        top: 0;
    }
    .about {
        height: 640px;
    }
    .title5 {
        width: 40%;
    }
    .about .text {
        margin-left: 0px;
        width: 100%;
        padding: 0 10px;
        font-size: 24px;
    }
    .about .more {
        padding-left: 0;
        margin-left: 10px;
        font-size: 20px;
    }
    .project .text {
        padding: 20px 0;
        margin-left: 0;
        width: 100%;
        margin-top: 10px;
        font-size: 24px;
    }
    .project .more {
        padding-left: 0;
        font-size: 20px;
    }
    .title-name1 {
        margin-left: 0px;
    }
    /* .project .full-container {
        width: 100%;
        padding-right: calc(var(--bs-gutter-x) * .5) !important;
        padding-left: calc(var(--bs-gutter-x) * .5) !important;
        margin-right: auto;
        margin-left: auto;
    } */
    .line4 {
        display: none;
    }
    .title-name {
        transform: scale(0.9);
        display: flex;
        flex-direction: column;
        align-items: center;
    }
    .title-name2 .title_text3 {
        margin-left: 0;
    }
    .title_text3 {
        margin-left: 0;
    }
    .text-wrap1 {
        margin-left: 0;
        margin-bottom: 20px;
        padding: 0 60px;
    }
    .title-name3 .title_text3 {
        margin-left: 0;
    }
}

@media screen and (min-width:821px) and (max-width:992px) {}