@font-face {
    font-family: 'Source Han Serif';
    src: url('../font/sy2.otf');
}


li {
    list-style: none;
}

.header {
    width: 100%;
    height: 108px;
    background: rgba(0, 0, 0, 0);
    position: fixed;
    top: 0;
    left: 0;
    display: flex;
    align-items: center;
    padding: 0px 70px;
    box-sizing: border-box;
    z-index: 10;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.header .menu {
    cursor: pointer;
    transition: all 0.5s ease-in-out;

}

.header .menu:hover {
    transform: scale(1.3);
}

.header .search {
    cursor: pointer;
    transition: all 0.5s ease-in-out;
}

.header .search:hover {
    transform: scale(1.3);
}

.header .logo {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.header .logo .title {
    font-size: 24px;
    color: #fff;
    margin-top: 10px;
    font-family: 'Source Han Serif';
}

.header_hide {
    display: none;

}

.header_show {
    display: block;
}

.shop_icon {
    display: flex;
    align-items: center;
}

.shop_icon>div:nth-child(1) {
    position: relative;
}

.shop_icon>div:nth-child(1) img:nth-child(2) {
    display: none;
    position: absolute;
    bottom: -178px;
    left: -45px;
}

.shop_icon>div:nth-child(1):hover img:nth-child(2) {
    display: block;

}

.shop_icon div:nth-child(2) img {
    margin-left: 20px;
}

.menu_box {
    color: #fff;
    font-size: 16px;
    transition: all 0.5s linear;
    width: 100%;
    height: 100%;
    margin-left: 13vw;
    margin-right: 5vw;
}

.menu_box .title {
    font-size: 24px;
    margin-top: 20%;
    text-align: center;

}

.menu_box .close {
    position: absolute;
    top: 30px;
    right: 30px;
    cursor: pointer;
    transition: transform 0.3s ease-in-out;
    font-size: 20px;
    width: 30px;
    height: 30px;
    display: none;
}

.menu_box>ul {
    width: 100%;
    height: 100%;
    padding: 0 !important;
    display: flex;
    align-items: center;
}

.menu_box>ul>li {
    text-align: center;
    cursor: pointer;
    padding: 0 30px;
    box-sizing: border-box;
}

.menu_box>ul>li a {
    display: inline-block;
    color: #fff;
    font-size: 18px;
    height: 100%;
    line-height: 108px;

}

.header_bottom {
    background: #fff !important;
    border: none;
    box-shadow: 0px 1px 20px 0px rgba(0, 0, 0, 0.1);

}

.header_bottom>.menu_box>ul li {
    position: relative;

}

.header_bottom>.menu_box>ul>li:hover .second_nav {
    opacity: 1;
    height: auto;
    padding: 20px 0;
    box-sizing: border-box;
}

.header_bottom>.menu_box>ul>li:hover .second_nav li {
    display: block;
}

.header_bottom .menu_box>ul li .second_nav {
    position: absolute;
    left: 0;
    top: 108px;
    width: 100%;
    background: rgba(234, 212, 181, 0.9);
    display: flex;
    flex-direction: column;
    transition: all 0.5s;
    opacity: 0;
    height: 0;
}

.header_bottom .menu_box>ul li .second_nav a {
    color: #222;
    font-size: 16px;
    line-height: 40px;


}

.header_bottom .menu_box>ul li .second_nav li {
    height: 40px;
    display: none;
}

.header_bottom .menu_box>ul li a {
    color: #333333;
}

.header_bottom .menu_box .active {
    background: url(../images/navActive.png) no-repeat;
    background-size: cover;
    background-position: center;

}

.header_bottom .menu_box>ul>li:hover>a {
    color: #fff;
}

.header_bottom .menu_box>ul>li:hover {
    background: url(../images/navActive.png) no-repeat;
    background-size: cover;
    background-position: center;

}

.header_bottom .menu_box .active a {
    color: #fff;
}

.home {
    display: block;
}

.mobile_home {
    display: none;
}

.menu_icon {
    display: none;
}

.video_box {
    overflow: hidden;
    height: 100vh;
    position: relative;

}

.video_box video {
    width: 100%;
    height: 100vh;
    object-fit: cover;


}

.video_box .text {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #fff;
}

.home {
    height: 100vh;
    overflow: hidden;
}

.home::-webkit-scrollbar {
    width: 0;
}

.home::-webkit-scrollbar {
    height: 0;
}




.news {
    width: 100%;
    height: 100vh;
    background: url('../images/news_bg.png') no-repeat;
    background-size: 100% 100%;
    background-position: center center;
    overflow: hidden;
    position: relative;
}

.news .title_box {
    background: url('../images/news_en.png') no-repeat;
    /* background-size: 100% 100%; */
    background-position: center center;
    margin-top: 170px;
    text-align: center;
    padding-top: 10px;
    box-sizing: border-box;
}

/* .news .title_box div:nth-child(1){
    font-size: 16px;
    color:#333;

} */
.news .title_box div:nth-child(1) {
    font-size: 44px;
    color: #333;
    font-weight: bold;
    margin-top: 10px;
}

.news_box {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 36px;
    padding: 0 118px;
    box-sizing: border-box;
    margin-top: 60px;
}

.news_box .news_item {
    height: 29vw;
    background: #fff;
    overflow: hidden;
    position: relative;
    cursor: pointer;

}

.news_box .news_item .img_box {
    width: 100%;
    height: 17vw;
    overflow: hidden;
}

.news_box .news_item:hover img {
    transform: scale(1.08);
}

.news_box .news_item .img_box img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all 0.5s;

}

.news_box .news_item .title {
    color: #333;
    font-weight: bold;
    font-size: 22px;
    margin-top: 16px;
    margin-left: 20px;
    width: 90%;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    display: -webkit-box;
    display: box;
    text-overflow: ellipsis;
    overflow: hidden;

}

.news_box .news_item .desc {
    width: 90%;
    color: #666666;
    font-size: 14px;
    margin-left: 20px;
    margin-top: 10px;
    line-height: 30px;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    display: -webkit-box;
    display: box;
    text-overflow: ellipsis;
    overflow: hidden;

}

.news_box .news_item .date {
    color: #333;
    font-size: 14px;
    margin-left: 20px;
    margin-top: 10px;

}

.news_box .news_item .detail {
    color: #333;
    font-size: 14px;
    margin-right: 20px;
    margin-top: 20px;
    display: inline-block;
    float: right;


}

.product .productSwiper {
    margin-top: 108px;
    height: 100%;

}

.product .productSwiper .swiper-slide {
    position: relative;

}

.product .productSwiper .swiper-slide .introduce {
    position: absolute;
    right: 12%;
    top: 15%;
    width: 600px;
}

.product .introduce .name {
    font-size: 80px;
    color: #fff;
}

.product .introduce .title {
    font-size: 24px;
    font-weight: bold;
    color: #fff;
    margin-top: 50px;
}

.product .introduce .title_desc {
    font-size: 14px;
    line-height: 30px;
    color: #fff;
    margin-top: 20px;
}

.product .introduce .intro {
    display: flex;
    align-items: center;
    margin-top: 40px;
}

.product .introduce .intro .intro_item {
    display: flex;
    align-items: center;
    margin-right: 30px;
}

.product .introduce .intro .intro_item div:nth-child(1) {
    width: 86px;
    height: 32px;
    background: #b20000;
    border-radius: 5px;
    font-size: 18px;
    font-weight: bold;
    color: #fff;
    text-align: center;
    line-height: 32px;
}

.product .introduce .intro .intro_item div:nth-child(2) {
    font-size: 18px;
    font-weight: bold;
    color: #fff;
    margin-left: 16px;
}

.product .introduce .price {
    margin-top: 40px;
    font-size: 18px;
    font-weight: bold;
    color: #fff;
}

.product .introduce .detail_btn {
    display: inline-block;
    margin-top: 50px;
}

.product .introduce .detail_btn img {
    transition: all 0.5s;
}

.product .introduce .detail_btn:hover img {
    transform: scale(1.05);
}




.craft {
    width: 100%;
    height: 100vh;
    background: url('../images/introduce_bg.png') no-repeat;
    background-size: 100% 100%;
    background-position: center center;
    overflow: hidden;
    position: relative;

}

.craft .craft_box {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 108px;
    width: 100%;
    height: 100%;
}

.craft .craft_box .craft_item {
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    border-right: 1px solid rgba(225, 225, 225, 0.2);
    padding: 12% 35px 0;
    box-sizing: border-box;
}

.craft .craft_box .craft_item:hover {
    background: #a90000;
}

.craft .craft_box .craft_item .title {
    font-size: 18px;
    font-weight: bold;
    color: #fff;
    margin-top: 34px;

}

.craft .craft_box .craft_item .desc {
    font-size: 14px;
    text-align: center;
    color: rgba(225, 225, 225, 0.6);
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    display: -webkit-box;
    display: box;
    text-overflow: ellipsis;
    overflow: hidden;
    line-height: 30px;
    margin-top: 20px;
}

.craft .craft_box .craft_item .more a {
    display: inline-block;
    font-size: 14px;
    text-align: center;
    color: rgba(225, 225, 225, 0.3);
    margin-top: 50px;
    position: relative;
}

.craft .craft_box .craft_item .more a::after {
    position: absolute;
    content: '';
    width: 40px;
    height: 3px;
    background: rgba(225, 225, 225, 0.2);
    bottom: -8px;
    left: 0;

}


.banner .desc {
    height: auto;
    position: absolute;
    top: 36%;
    left: 12%;
    color: #fff;
    z-index: 2;
    text-align: center;
}

.banner .desc .name {
    font-size: 44px;
    color: transparent;
    background-image: linear-gradient(to bottom, #dbc691, #ebe0ca);
    -webkit-background-clip: text;
    background-clip: text;

}

.banner .desc .title {
    margin-top: 28px;
    margin-bottom: 26px;
    color: #fff;
    font-size: 24px;
    color: #dbc691;
}

.banner .desc .introduce {
    margin-top: 32px;

}

.banner .desc p {
    line-height: 36px;
    margin: 0;
    color: #fff;

}



.banner .detail_btn a {
    color: #fff;
    text-decoration: none;
    display: inline-block;
    width: 100%;
}

.banner .detail_box {
    display: flex;
    align-items: center;
    justify-content: space-around;
    margin-top: 20%;
    padding: 0 10%;
    box-sizing: border-box;

}



.banner .detail_box .detail_item p {
    font-size: 16px;
}

.bgSwiper .swiper-slide img {
    width: 100%;
    height: 100vh;
    object-fit: cover;

}

.bgSwipers .swiper-slide img {
    width: 100%;
    height: 100vh;
    object-fit: cover;

}



.swiper-horizontal>.swiper-pagination-bullets,
.swiper-pagination-bullets.swiper-pagination-horizontal,
.swiper-pagination-custom,
.swiper-pagination-fraction {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 50px;
}

.productSwiper .swiper-horizontal>.swiper-pagination-bullets,
.productSwiper .swiper-pagination-bullets.swiper-pagination-horizontal,
.productSwiper .swiper-pagination-custom,
.productSwiper .swiper-pagination-fraction {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 50px;
    position: absolute;
    bottom: 50px;
    z-index: 99;
}

.swiper-pagination-bullet-active {
    background: #fff !important;
    opacity: 1 !important;
    width: 40px;
    height: 4px;
}

.productSwiper .swiper-pagination-bullet {
    margin: 0 10px !important;
}

.productSwiper .detail_btn {
    margin: 0;
    margin-top: 40%;
}

.swiper-pagination-bullet {
    background: #fff;
    opacity: 0.3;
    width: 40px;
    height: 4px;
    border-radius: 0 !important;
}

.swiper-button-prev:after,
.swiper-button-next:after {
    font-size: 28px !important;
    color: #fff;
}

.swiper-button-next {
    width: 68px;
    height: 68px;
    border-radius: 50%;
    background: rgba(225, 225, 225, 0.3);
    right: 118px;

}

.swiper-button-prev {
    width: 68px;
    height: 68px;
    border-radius: 50%;
    background: rgba(225, 225, 225, 0.3);
    left: 118px;

}

.banner .product_box {
    height: 100vh;
}

.banner .product_box .productSwiper {
    height: 100%;

}

.banner .product_box .swiper-slide img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.banner .product_box .swiper-slide .desc {
    height: auto;
    width: 23%;
    position: absolute;
    top: 30%;
    left: 18%;
    transform: translateX(-50%);
    color: #fff;
    z-index: 2;
    text-align: left;

}



.footer {
    width: 100%;
    height: 100%;
    background: url('../images/footer_bg.png') #ead4b5 no-repeat;
    background-position: bottom;
    color: #555454;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding-top: 108px;
    box-sizing: border-box;

}

.footer>a {
    margin: 0 auto;

}

.footer .top_content {
    display: flex;
    justify-content: space-between;
    height: 43%;
}

.footer .top_content>.content_item {
    height: 100%;
    position: relative;
    width: 33.33%;
    overflow: hidden;
    cursor: pointer;
}

.footer .top_content>.content_item::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.4);
    z-index: 3;
}

.footer .top_content>.content_item>img {
    height: 100%;
    width: 100%;
    object-fit: cover;
    position: absolute;
    top: 0;
    left: 0;
}

.footer .top_content .content_item .hover_info {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 4;
    padding: 68px 56px;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    opacity: 1;

}

.footer .top_content .content_item:hover .hover_info {
    opacity: 1;
}

.footer .top_content .content_item .hover_info .title {
    font-size: 30px;
    color: #fff;
}

.footer .top_content .content_item:nth-child(1) .hover_info div:nth-child(2) img:nth-child(1) {
    margin-right: 30px;
}

.footer .top_content .content_item .hover_info .more {
    width: 32px;
    height: 20px;
    border-radius: 8px;
    background: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
}

.footer .top_content .content_item>img {
    transition: all 0.5s;

}

.footer .top_content .content_item:hover>img {
    transform: scale(1.08);

}

.footer .top_content .content_item .more {
    transition: all 0.5s;

}

.footer .top_content .content_item:hover .more {
    transform: translateX(10px);

}

.footer .top {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    padding: 60px 120px 20px 120px;
    box-sizing: border-box;
}

.footer .top .left {
    color: #555454;
    font-size: 14px;
}

.footer .top .right {
    display: flex;
    align-items: flex-end;
    justify-content: center;
    font-size: 12px;
    color: #fff;
    opacity: 0;
}

.footer .top .left>div {
    margin-bottom: 20px;
}

.footer .center {
    display: flex;
    width: 50%;
    align-items: flex-start;
    margin-left: 6%;

}

.footer .center ul {
    width: 20%;
}

.footer .center ul li {
    height: 40px;

}

.footer .center ul li a {
    color: #666666;
    font-size: 14px;
}

.footer .center ul li:nth-child(1) a {
    font-size: 18px;
    color: #333;
    font-weight: bold;
}

.footer>.top .right div span {
    font-size: 16px;
    color: #333;
}

.footer .bottom {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 25px 60px;
    box-sizing: border-box;
    color: #666;
    font-size: 14px;
    border-top: 1px solid rgba(175, 126, 58, 0.21)
}

.footer .bottom a {
    color: #fff;
}

.links {
    position: relative;
    z-index: 10;
}

.links span {
    display: block;
    position: relative;
    width: 238px;
    padding: 10px 0;
    color: #333333;
    font-size: 14px;
    border-bottom: 2px solid #333333;
    text-align: center;
}

.links span i {
    display: block;
    position: absolute;
    right: 4px;
    top: 50%;
    margin-top: -7px;
    line-height: 1;
    color: #3b3b3b;
    font-style: normal;
    font-size: 14px;
    transition: 0.35s;
}

.links:hover span i {
    transform: rotate(180deg);
}

.links:hover .link-list {
    opacity: 1;
    visibility: visible;
    pointer-events: visible;
    transform: translateY(0px);
}

.link-list {
    position: absolute;
    left: 0;
    bottom: 100%;
    padding: 18px 0;
    width: 100%;
    text-align: center;
    border-radius: 8px;
    background: #fff;
    opacity: 0;
    visibility: hidden;
    transform: translateY(-30px);
    pointer-events: none;
    transition: 0.5s;
}

.link-list:before {
    position: absolute;
    left: 50%;
    margin-left: -6px;
    bottom: -8px;
    content: "";
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-top: 8px solid #fff;
}

.link-list li {
    background: #fff;
    margin-bottom: 5px;
    list-style: none;
}

.link-list li:last-child {
    margin-bottom: 0;
}

.link-list li a {
    display: inline-block;
    color: #3b3b3b;
    font-size: 14px;
}

.link-list li a:hover {
    color: #145baa;
}

.footer .top .right img {
    width: 106px;
    height: 106px;
}

@media screen and (max-width:1600px) {
    .footer>.top .right div span {
        font-size: 13px;
    }

    .product .introduce .name {
        font-size: 40px;
    }

    .news .title_box div:nth-child(1) {
        font-size: 38px;
    }

    .news_box .news_item .title {
        font-size: 18px;
    }

    .news_box .news_item .desc {
        line-height: 24px;
    }

    .product .productSwiper .swiper-slide img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

    .product .introduce .name {
        font-size: 40px;
    }

    .swiper-button-next {
        right: 78px;
    }

    .swiper-button-prev {
        left: 78px;
    }

    .product .productSwiper .swiper-slide .introduce {
        width: 520px;
    }

    .product .introduce .intro .intro_item:last-child {
        margin-right: 0px;
    }

    .product .introduce .intro .intro_item div {
        font-size: 16px !important;
    }

    .product .introduce .intro .intro_item {
        margin-right: 24px;
    }

    .product .introduce .detail_btn {
        margin-top: 30px;
    }

    .product .introduce .price {
        margin-top: 24px;
    }

    .product .introduce .intro {
        margin-top: 24px;

    }


}

@media screen and (max-width:1500px) {
    .footer>.top .right div span {
        font-size: 12px;
        line-height: 24px;
    }

    .footer .center ul li a {
        font-size: 12px;
    }

    .product .productSwiper .swiper-slide img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

    .product .introduce .name {
        font-size: 40px;
    }

    .swiper-button-next {
        right: 78px;
    }

    .swiper-button-prev {
        left: 78px;
    }

    .product .productSwiper .swiper-slide .introduce {
        width: 520px;
    }

    .product .introduce .intro .intro_item:last-child {
        margin-right: 0px;
    }

    .product .introduce .intro .intro_item div {
        font-size: 16px !important;
    }

    .product .introduce .intro .intro_item {
        margin-right: 24px;
    }

    .product .introduce .detail_btn {
        margin-top: 30px;
    }

    .product .introduce .price {
        margin-top: 24px;
    }

    .product .introduce .intro {
        margin-top: 24px;

    }

    .header>.menu_box>ul li {
        white-space: nowrap;
    }

    .menu_box>ul>li {
        padding: 0 20px;
    }

    .banner .desc .name img {
        width: 60%;
        height: auto;

    }

    .footer .top {
        padding: 20px 60px 20px 60px !important;
    }

    .news .title_box div:nth-child(1) {
        font-size: 38px;
    }

    .news_box .news_item .title {
        font-size: 18px;
    }

    .news_box .news_item .desc {
        line-height: 24px;
    }


}

@media screen and (max-width:1300px) {
    .product .productSwiper .swiper-slide img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

    .product .introduce .name {
        font-size: 40px;
    }

    .swiper-button-next {
        right: 78px;
    }

    .swiper-button-prev {
        left: 78px;
    }

    .product .productSwiper .swiper-slide .introduce {
        width: 520px;
    }

    .product .introduce .intro .intro_item:last-child {
        margin-right: 0px;
    }

    .product .introduce .intro .intro_item div {
        font-size: 16px !important;
    }

    .product .introduce .intro .intro_item {
        margin-right: 24px;
    }

    .product .introduce .detail_btn {
        margin-top: 30px;
    }

    .product .introduce .price {
        margin-top: 24px;
    }

    .product .introduce .intro {
        margin-top: 24px;

    }

    .header>.menu_box>ul li {
        white-space: nowrap;
    }

    .menu_box>ul>li {
        padding: 0 20px;
    }

    .banner .desc .name img {
        width: 60%;
        height: auto;

    }

    .footer .top {
        padding: 20px 60px 20px 60px;
    }


}

@media screen and (max-width:800px) {
    .swiper-button-next {
        display: none;
    }

    .swiper-button-prev {
        display: none;
    }

    .footer .top_content {
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        height: 600px;
        width: 100%;
        margin-top: 0 !important;
    }

    .footer .top_content>.content_item {
        width: 100%;
        height: 100%;
    }

    .footer .top_content .content_item .hover_info {
        opacity: 1;
        padding: 40px 20px !important;
    }

    .swiper-button-next {
        display: none;
    }

    .swiper-button-prev {
        display: none;
    }

    .news .title_box div:nth-child(1) {
        font-size: 20px;
    }

    .news_box .news_item .date {
        display: none;
    }

    .news_box .news_item .title {
        font-size: 16px;
    }

    .news_box .news_item .desc {
        font-size: 12px;
        -webkit-line-clamp: 1;
    }

    .news_box .news_item {
        height: 268px !important;
    }

    .news_box .news_item .detail {
        margin-top: 10px !important;
    }
    .news .title_box{
        margin-top:0px !important;
    }
    .news_box{
        margin-top:18px !important;
    }

}