

@font-face {  
    font-family: 'Oswald';  
    src: url('../font/Oswald-Light.ttf');
    font-weight: 300;  
    font-style: normal;
    font-display: swap;
}

@font-face {  
    font-family: 'Oswald';  
    src: url('../font/OswaldB.ttf');
    font-weight: bold;  
    font-style: normal;
    font-display: swap;
}


@font-face {  
    font-family: 'Oswald';  
    src: url('../font/OswaldM.ttf');
    font-weight: 500;  
    font-style: normal;
    font-display: swap;
}

@font-face {  
    font-family: 'Poppins';  
    src: url('../font/Poppins Regular.otf');
    font-weight: normal;  
    font-style: normal;
    font-display: swap;
}

@font-face {  
    font-family: 'Poppins';  
    src: url('../font/Poppins Medium.otf');
    font-weight: 500;  
    font-style: normal;
    font-display: swap;
}

@font-face {  
    font-family: 'Poppins';  
    src: url('../font/Poppins Bold.otf');
    font-weight: bold;  
    font-style: normal;
    font-display: swap;
}

@font-face {  
    font-family: 'Poppins';  
    src: url('../font/Poppins Light.otf');
    font-weight: 300;  
    font-style: normal;
    font-display: swap;
}

@font-face {  
    font-family: 'WorkSans';  
    src: url('../font/WorkSans-Regular.ttf');
    font-weight: normal;  
    font-style: normal;
    font-display: swap;
}

@font-face {  
    font-family: 'WorkSans';  
    src: url('../font/WorkSans-Bold.ttf');
    font-weight: bold;  
    font-style: normal;
    font-display: swap;
}

@font-face {  
    font-family: 'WorkSans';  
    src: url('../font/WorkSans-Light.ttf');
    font-weight: 300;  
    font-style: normal;
    font-display: swap;
}


* {
    margin: 0;
    padding: 0;
    font-family: "Poppins";
    font-weight: normal;
    box-sizing: border-box;
    color: #130f0f;
}

ul {
    list-style-type: none;
}

/* ::-webkit-scrollbar {
    display: none;
} */




.clear {
    clear: both;
}

a {
    text-decoration: none;
    color: inherit;
    font-size: inherit;
    cursor: pointer;
    font-family: inherit;
    font-weight: inherit;
    line-height: inherit;
}

span {
    color: inherit;
    font-size: inherit;
    font-family: inherit;
    font-weight: inherit;
    line-height: inherit;
}

strong {
    color: inherit;
    font-size: inherit;
    font-family: inherit;
    font-weight: bold;
    line-height: inherit;
}

input {
    background:none;
    outline:none;
    border:none;
}

textarea {
    resize: none;
    outline: none;
    border: none;
}

.content * {
    color: inherit;
    font-size: inherit;
    line-height: inherit;
    font-weight: inherit;
    font-family: inherit;
    background-color: transparent !important;
}

.content img {
    max-width: 100% !important;
}

.content table {
    width: 100% !important;
    max-width: 100% !important;
    border: 1px solid #0f2341;
    border-collapse: collapse
}

.content table tr td {
    border: 1px solid #0f2341;
    padding: 0.4vw;
}



.indexBox {
    width: 100%;
    height: 100%;
    padding-top: 130px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 50%;
}

.icon {
    width: 1em;
    height: 1em;
    vertical-align: -0.15em;
    fill: currentColor;
    overflow: hidden;
}

.wh100 {
    width: 100%;
    height: 100%;
}


.p0_6 {
    padding-left: 6.25%;
    padding-right: 6.25%;
}

.lp6 {
    padding-left: 6.25%;
}

.rp6 {
    padding-right: 6.25%;
}

.p4_0 {
    padding-top: calc(3.2% + 20px);
    padding-bottom: calc(3.2% + 20px);
}

.p3_0 {
    padding-top: calc(2.8% + 15px);
    padding-bottom: calc(2.8% + 15px);
}

.w100 {
    width: 100%;
    overflow: hidden;
}

.imgZoom {
    overflow: hidden;
}

.imgZoom img {
    transition: .6s;
}


.imgZoom:hover img {
    scale: 1.2;
}

.search_mask {
    display: none;
    position: fixed;
    width: 100%;
    height: 100vh;
    background-color: rgba(0, 0, 0, 0.7);
    z-index:999999;
    top: 0;
    left: 0;
}

.search_mask div {
    width: 50px;
    height: 50px;
    position: absolute;
    right: 4vw;
    top: 6vw;
    border-radius: 50%;
    border: 1px solid #ffffff;
    color: #ffffff;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
}

.search_mask div span {
    font-size: 20px;
    transition: .3s;
    color: #ffffff;
}

.search_mask div:hover {
    border-color: #d1ad90;
}

.search_mask div:hover span {
    color: #d1ad90;
}

.view_video {
    display: none;
    position: fixed;
    width: 100%;
    height: 100vh;
    background-color: rgba(0, 0, 0, 0.7);
    z-index:999999;
    top: 0;
    left: 0;
}

.view_video iframe {
    display: none;
}

.view_video video, .view_video iframe {
    position: absolute;
    width: 60%;
    transform: translate(-50%, -50%);
    top: 50%;
    left: 50%;
    height: 34vw;
    max-height: 90vh;
}

.view_video div {
    width: 50px;
    height: 50px;
    position: absolute;
    right: 50px;
    top: 50px;
    border-radius: 50%;
    border: 1px solid #ffffff88;
    color: #ffffff88;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    transition: .3s;
}

.view_video div span {
    font-size: 20px;
    transition: .3s;
    color: #ffffff88;
}

.view_video div:hover {
    border-color: #fff;
}

.view_video div:hover span {
    color: #fff;
}

.search_mask form {
    width: 80%;
    display: flex;
    justify-content: space-between;
    background-color: #ffffff;
    border-radius: 50px;
    padding: 1% 30px;
    box-sizing: border-box;
    position: relative;
    transform: translate(-50%, -50%);
    top: 50%;
    left: 50%;
}

.search_mask form input {
    width: 95%;
}

.search_mask form button {
    width: 3%;
    background-color: transparent;
    border: none;
    cursor: pointer;
}

.search_mask form button svg {
    width: 100%;
    min-width: 30px;
    height: auto;
}


.header {
    overflow: visible;
    display: flex;
    justify-content: space-between;
    height: 100px;
    position: fixed;
    top: 0;
    z-index: 99999;
    transition: .4s;
}

.header_l {
    display: flex;
    align-items: center;
    padding-left: 3.64vw;
    padding-right: 1vw;
}

.header_l img {
    height: 90%;
}

.header_r {
    display: flex;
    justify-content: space-between;
    flex: 1;
    background-color: #FFFDF6;
    padding-right: 6.25vw;
    padding-left: 2.5VW;
    border-radius: 50px 0 0 50px;
}

.banner {
    min-height: 100px;
    position: relative;
}

.header_logo {
    display: flex;
    align-items: center;
    margin-right: calc(2vw + 10px);
}

.header_logo img {
    height: 40%;
}

.header_nav {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex: 1;
    max-width: 880px;
    margin: 0 calc(2vw + 10px);
}

.header_nav li {
    margin: 0 calc(0.4vw + 2px);
    padding: calc(0.2vw + 1px) 0;
    position: relative;
}

.header_nav li::after {
    position: absolute;
    content: "";
    height: 1px;
    width: 0;
    bottom: 0;
    transform: translateX(-50%);
    left: 50%;
    display: block;
    background-color: #dcd0a1;
    transition: .4s;
}


.header_nav li a {
    color: #fff;
    line-height: 1;
    transition: .4s;
    text-transform: uppercase;
    padding: calc(0.2vw + 1px) 0;
}

.headerB {
    position: absolute;
}

.headerB .header_nav li:hover a {
    color: #a18c3b;
}

/* .headerB .header_nav li.active::after {
    width: 100%;
} */

.headerB .header_nav li.active a {
    color: #a18c3b;
    font-weight: bold;
}


.header_right {
    display: flex;
    align-items: center;
    justify-content: right;
    flex: 1;
}


.header_search form {
    display: flex;
    align-items: center;
    width: calc(4vw + 62px);
    background-color: #fff;
    border: 1px solid #dcd0a1;
    border-radius: calc(0.6vw + 3px);
    padding: calc(0.2vw + 1px) calc(0.4vw + 2px);
    height: calc(2vw + 10px);
    max-height: 34px;
    max-width: 142px;
}

.header_search form input {
    min-width: 0;
    color: #c9c9c9;
    flex: 1;
    padding-right: calc(0.2vw + 1px);
}

.header_search form button {
    background-color: transparent;
    color: #c9c9c9;
    border: none;
    margin-right: calc(0.2vw + 2px);
    cursor: pointer;
    display: flex;
    align-items: center;
}

.header_lang {
    position: relative;
    display: flex;
    align-items: center;
    margin-left: calc(0.8vw + 4px);
    color: #fefefe;
    border-radius: calc(0.6vw + 3px);
    padding: calc(0.3vw + 1px) calc(0.4vw + 2px);
    background-color: #bfaa57;
    line-height: 1;
    z-index: 1;
    cursor: pointer;

    /* min-height: calc(0.9vw + 12px);
    min-width: calc(1.5vw + 20px); */
}

.header_lang .iconfont {
    cursor: pointer;
    margin-left: 0.1vw;
}

.header_lang>.header_lang {
    position: absolute;
    top: 0;
    left: 0;
    margin-left: 0;
    display: flex;
    flex-direction: column;
    width: 100%;
    z-index: -1;
    line-height: 1;
    align-items: flex-start;
    height: 100%;
    overflow: hidden;
    transition: .5s;
}

.header_lang.active>.header_lang {
    height: calc(100% * var(--langLen));
}

.header_lang>.header_lang a {
    margin-top: calc(0.6vw + 2px);
}

.headerB {
    background-color: #DCD0A1;
}


.headerB .header_nav li a {
    color: #605d51;
}



.header_more {
    display: none;
}

.banner .swiper .swiper-slide {
    position: relative;
}

.banner .swiper .swiper-slide .swb_float {
    position: absolute;
    height: 100%;
    display: flex;
    align-items: flex-start;
    justify-content: center;
    flex-direction: column;
    left: 0;
    top: 0;
}

.ititle {
    margin-bottom: calc(1.2vw + 6px);
}

.ititle h4 {
    font-weight: bold;
    color: #bfaa57;
    text-transform: uppercase;
}

.products {
    background-color: #FCFBF9;
}

.products_box {
    height: auto;
    display: flex;
    flex-direction: column;
}

.products_box .pimg {
    border-radius: calc(1vw + 5px);
    overflow: hidden;
    margin-bottom: calc(0.6vw + 3px);
    display: flex;
    align-items: center;
    justify-content: center;
}

.products_box .pimg img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.products_box h2 {
    color: #605d51;
    text-align: center;
    flex: 1;
}

.products_ .swiper {
    margin-bottom: calc(2vw + 10px);
}

.products_progress {
    display: flex;
    align-items: center;
    font-family: "Times New Roman";
    font-weight: bold;
    color: #dcd0a1;
    line-height: 1;
}

.progress-container {
    flex: 1;
    margin: 0 calc(0.7vw + 7px + 0.4vw + 2px);
    height: 1px;
    background-color: #F2EEDE;
    position: relative;
    cursor: pointer;
}

.progress-bar {
    height: 100%;
    width: 0%;
    background-color: #BFAA57;
    position: relative;
    transition: width 0.3s ease;
    max-width: 100%;
}

.drag-button {
    width: calc(1.4vw + 14px);
    height: calc(1.4vw + 14px);
    background: #BFAA57;
    border-radius: 50%;
    position: absolute;
    top: 50%;
    right: 0;
    transform: translate(50%, -50%);
    cursor: grab;
    box-shadow: 0 calc(0.15vw + 1px) calc(0.5vw + 2px) rgba(138, 112, 12, 0.27);
    z-index: 10;
    transition: all 0.2s ease;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 calc(0.3vw + 2px);
}

.drag-button:active {
    cursor: grabbing;
    transform: translate(50%, -50%) scale(1.1);
    box-shadow: 0 calc(0.2vw + 1px) calc(0.6vw + 2px) rgba(138, 112, 12, 0.27);
}

.drag-button span {
    font-family: "仿宋";
    color: #fff;
    line-height: 1;
}

.product {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.product_ {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    margin-bottom: calc(0.6vw + 3px);
    padding-bottom: 0 !important;
}

.product_box {
    width: 23.95%;
    margin-right: 1.4%;
    margin-bottom: 2%;
    display: flex;
    flex-direction: column;
}

.product_box:nth-child(4n) {
    margin-right: 0;
}

.product_box .pimg {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: calc(0.4vw + 2px);
    overflow: hidden;
    /* flex: 1; */
}

.product_box .pimg img {
    /* max-width: 100%;
    max-height: 100%; */
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.product_box h2 {
    font-family: "Oswald";
    text-align: center;
    font-weight: 500;
    color: #605d51;
}

.more_button {
    text-transform: uppercase;
    color: #9e9a8a;
    background-color: transparent;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: calc(0.6vw + 3px) calc(1vw + 5px);
    border-radius: calc(0.4vw + 2px);
    line-height: 1;
    width: max-content;
    cursor: pointer;
    font-family: "WorkSans"; 
    border: 1px solid #c9c9c9;
}

.more_button .iconfont {
    margin-left: calc(0.2vw + 1px);
    transition: .4s;
    color: inherit;
}


.more_button:hover .iconfont {
    transform: translate(30%);
}



.about_info {
    display: flex;
    justify-content: space-between;
    background-color: #DBCE99;
    padding-top: calc(2vw + 10px);
    padding-bottom: calc(2vw + 10px);
}

.about_info_box {
    display: flex;
    flex-direction: column;
}

.about_info_box .num {
    display: flex;
    color: #ffffff;
    font-weight: bold;
    margin-bottom: calc(0.2vw + 1px);
    line-height: 1;
    justify-content: center;
}


.about_info_box .num>div {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    margin-left: calc(0.2vw + 1px);
}

.about_info_box .num>div sup {
    color: #ffffff;
    font-weight: 300;
}

.about_info_box .num>div sub {
    font-weight: 300;
    color: #ffffff;
}

.about_info_box p {
    color: #ffffff;
    text-align: center;
    padding-right: 1.4em;
}

.about {
    display: flex;
}

.about_left {
    width: 39.3%;
    margin-right: 3.5%;
}

.about_left>span {
    font-weight: bold;
    display: block;
    margin-bottom: calc(1.2vw + 6px);
    color: #dcd0a1;
}

.about_left>h4 {
    color: #bfaa57;
    font-weight: bold;
    margin-bottom: calc(0.8vw + 4px);
    text-transform: uppercase;
    line-height: 1.2;
}


.about_left>p {
    color: #9e9a8a;
    font-weight: 300;
    margin-bottom: calc(2vw + 10px);
}

.about_right {
    flex: 1;
    position: relative;
    display: flex;
}

.about_right>img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}


.video_mask {
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: rgba(44, 41, 28, 0.64);
    top: 0;
    left: 0;
    z-index: 2;
    display: flex;
    align-items: center;
    justify-content: center;
}

.video_mask .vplay {
    display: flex;
    flex-direction: column;
    align-items: center;
    color: #fff;
    z-index: 1;
    cursor: pointer;
    transform: .4s;
}

.video_mask .vplay .iconfont {
    display: block;
    padding: calc(0.6vw + 4px);
    background-color: rgba(255, 255, 255, 0.35);
    border-radius: 50%;
    margin-bottom: calc(0.6vw + 3px);
    box-shadow: 0 calc(0.8vw + 4px) calc(2.4vw + 12px) rgba(255, 255, 255, 0.29);
}

.video_mask .vplay::after {
    /* border-radius: 50%;
    display: block;
    content: "";
    position: absolute;
    transform: translate(-50%, -50%);
    top: 50%;
    left: 50%;
    width: calc(5.6vw + 40px);
    height: calc(5.6vw + 40px);
    background-color: #fff;
    opacity: 0.07;
    z-index: -1;
    transform: .4s;
    box-shadow: 0 0 0 rgba(12, 42, 93, 0.64); */
}

.craftsmanship {
    background-image: url(../images/craftsmanship.jpg);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.craftsmanship>h4 {
    display: flex;
    align-items: center;
    font-weight: bold;
    text-transform: uppercase;
    color: #fff;
    margin-bottom: calc(0.6vw + 3px);
    text-align: center;
    position: relative;
}

.craftsmanship>h4 sup {
    position: absolute;
    color: #fff;
    transform: translateY(0.2em);
    right: calc(100% + 0.6vw + 3px);
}

.craftsmanship>h4 sub {
    color: #fff;
    transform: translateY(0.5em);
    margin-left: calc(0.6vw + 3px);
    position: absolute;
    left: calc(100% + 0.6vw + 3px);
}

.craftsmanship>p {
    font-weight: 300;
    color: #fff;
    text-align: center;
    margin-bottom: calc(0.6vw + 3px);
}

.advantage_box {
    display: flex;
}

.advantage_box .aimg {
    width: 50%;
}

.advantage_box .aimg img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.advantage_box .atext {
    padding-right: 4.16vw;
    padding-left: 5.73vw;
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.advantage_box .atext h4 {
    font-weight: bold;
    margin-bottom: calc(1vw + 5px);
    padding-bottom: calc(0.6vw + 3px);
    color: #605d51;
    position: relative;
}

.advantage_box .atext h4::after {
    content: "";
    position: absolute;
    left: 0;
    top: 100%;
    transform: translateY(-50%);
    width: calc(1.6vw + 8px);
    height: calc(0.1vw + 1px);
    display: block;
    background-color: #605d51;
}

.advantage_box .atext p {
    color: #605d51;
}

.advantage_box:nth-child(2n) {
    flex-direction: row-reverse;
}

.advantage_box:nth-child(2n) .atext h4 {
    text-align: right;
}

.advantage_box:nth-child(2n) .atext h4::after {
    left: auto;
    right: 0;
}

.advantage_box:nth-child(2n) .atext p {
    text-align: right;
}

.foot {
    background-color: #FAF8F1;
}

.foot_top {
    display: flex;
    justify-content: space-between;
}

.foot_top_left {
    display: flex;
    flex-direction: column;
}

.foot_top_left>div {
    margin-bottom: calc(0.4vw + 2px);
}

.foot_top_left>div:last-child {
    margin-bottom: 0;
}

.foot_top_left>div>span {
    color: #605d51;
    display: block;
    margin-bottom: calc(0.4vw + 2px);
}

.foot_top_left>div>p {
    color: #bfaa57;
    font-weight: bold;
}

.foot_top_left>div>img {
    max-width: 100%;
}

.foot_top_mid {
    display: flex;
    flex-direction: column;
    margin-left: calc(1.9vw);
}

.foot_top_mid>a {
    color: #605d51;
    margin-bottom: calc(3vw + 15px);
    text-transform: uppercase;
}

.foot_top_mid>a:last-child {
    margin-bottom: 0;
}

.foot_top_right {
    max-width: 46%;
    margin-left: 1.9vw;
}

.foot_top_right>a {
    color: #605d51;
    margin-bottom: calc(1vw + 5px);
    display: block;
    text-transform: uppercase;
}

.foot_top_right>ul {
    display: flex;
    flex-wrap: wrap;
    flex-grow: 0;
}

.foot_top_right>ul>li {
    margin-bottom: calc(0.8vw + 4px);
    width: 30.33%;
    margin-right: 3%;
}

.foot_top_right>ul>li:nth-child(3n) {
    margin-right: 0;
}

.foot_top_right>ul>li a {
    font-weight: 300;
    color: #9e9a8a;
}

.foot_bottom {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding-top: calc(0.8vw + 4px);
    padding-bottom: calc(0.8vw + 4px);
    border-top: 1px solid #e0dac22d;
}

.foot_bottom>div {
    width: 100%;
    display: flex;
    justify-content: space-between;
}

.foot_bottom>div p {
    margin: calc(0.2vw + 1px) 0;
    color: #9e9a8a;
    font-weight: 300;
    text-align: center;
}

.productslist {
    padding-bottom: 0 !important;
}

.ptitle {
    font-weight: bold;
    text-transform: uppercase;
    margin-bottom: calc(1vw + 5px);
    color: #bfaa57;
}

.productslist>h3 {
    text-align: center;
}

.productslist_ {
    display: flex;
    flex-wrap: wrap;
}

.productslist_box {
    width: 50%;
    position: relative;
}

.productslist_box>img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.productslist_box>.mask {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background-color: #3D2B0FCC;
    transition: .4s;
}


.productslist_box>.mask h2 {
    text-align: center;
    margin-bottom: calc(0.6vw + 3px);
    color: #fff;
}

.productslist_box>.mask .more_button {
    background-color: transparent;
    transition: .4s;
}

.productslist_box>.mask .more_button .iconfont {
    transition: transform .4s;
}

.productslist_box:hover>.mask {
    background-color: transparent;
}

.productslist_box:hover>.mask .more_button {
    background-color: #BEAA55;
    color: #fffdf4;
    border-color: #BEAA55;

}

.productslist_box:hover>.mask .more_button .iconfont {
    transform: translate(30%);
}

.productlist_line {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    padding-top: calc(1.6vw + 8px);
    padding-bottom: calc(1.6vw + 8px);
    background-color: #F6F4ED;
    position: relative;
    overflow: visible;
    z-index: 10;
}

.productlist_line>.iconfont {
    color: #fff;
    padding: 1px 0;
    border-radius: calc(0.2vw + 2px);
    background-color: #DCD0A1;
    cursor: pointer;
}

.productlist_nav {
    position: absolute;
    top: 100%;
    left: 100%;
    background-color: #F4EFDC;
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    transition: .8s;
    padding-top: calc(1.2vw + 6px);
    padding-bottom: calc(1.2vw + 6px);
}

.productlist_nav_box {
    width: 16%;
    margin-right: 0.8%;
    margin-bottom: 1%;
    margin-top: 1%;
}

.productlist_nav_box:nth-child(6n) {
    margin-right: 0;
}

.productlist_nav_box h3 {
    text-align: center;
    color: #605d51;
}

.productlist_nav.active {
    left: 0;
}

.productlist_ {
    margin-bottom: 0;   
}

.page {
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: "WorkSans";
    padding-top: calc(0.6vw + 3px);
}

.page .prev, .page .next {
    font-family: "Poppins";
    font-weight: 300;
    width: calc(2vw + 15px);
    height: calc(1.2vw + 10px);
    border: 1px solid #605d51;
    transition: .2s;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: calc(0.4vw + 2px);
    color: #605d51;
}


.page .prev::after, .page .next::after {
    color: inherit;
    font-family: inherit;
    transform: translateY(0.05em);
}

.page .prev::after {
    content: "<";
}

.page .next::after {
    content: ">";
}

.page .prev:hover, .page .next:hover {
    background-color: #BFAA57;
    border-color:#BFAA57;
    color: #fff;
}


.page * {
    color: #536268;
    margin: 1vw;
}

.page a.page-num:hover {
    color: #BFAA57;
}

.page .page-num-current {
    font-family: "WorkSans";
    font-weight: bold;
    color: #BFAA57;
}

.product_detial {
    display: flex;

}

.product_detial_left {
    width: 38.7%;
    margin-right: 4%;
}

.product_detial_right {
    flex: 1;
}

.product_detial_left img {
    width: 100%;
}

.product_detial_right {
    display: flex;
    flex-direction: column;
}

.product_detial_right h1 {
    font-family: "Oswald";
    font-weight: bold;
    color: #BFAA57;
    margin-bottom: calc(0.4vw + 2px);
}

.product_detial_right>p {
    color: #605d51;
    margin-bottom: calc(1vw + 5px);
    padding-bottom: calc(0.8vw + 4px);
    border-bottom: 1px solid #E0DAC2;
}

.product_detial_right .contact_btn {
    display: flex;
    flex-wrap: wrap;
}

.product_detial_right .contact_btn .btn {
    display: flex;
    align-items: center;
    background-color: #fff;
    border-radius: calc(0.4vw + 2px);
    padding: calc(0.2vw + 1px) calc(0.4vw + 2px);
    border: 1px solid #BEAA55;
    margin-right: calc(0.8vw + 4px);
    padding-right: calc(0.6vw + 3px);
    transition: .4s;
    margin-bottom: calc(0.8vw + 4px);
}

.product_detial_right .contact_btn .btn:last-child {
    margin-right: 0;
}

.product_detial_right .contact_btn .btn>span {
    color: #BEAA55;
    font-weight: bold;
    line-height: 1;
    transition: .4s;
}

.product_detial_right .contact_btn .btn>.iconfont {
    font-weight: normal;
    margin-right: calc(0.2vw + 2px);
}

.product_detial_right .contact_btn .btn>div {
    display: flex;
    flex-direction: column;
    transform: translateY(0.08em);
}

.product_detial_right .contact_btn .btn>div span {
    color: #BEAA55;
    display: block;
    margin-bottom: calc(0.2vw + 1px);
    line-height: 1;
    transition: .4s;
}

.product_detial_right .contact_btn .btn>div p {
    font-weight: bold;
    line-height: 1;
    color: #BEAA55;
    transition: .4s;
}

.product_detial_right .contact_btn .btn:hover {
    background-color: #BEAA55;
}

.product_detial_right .contact_btn .btn:hover>span {
    color: #fff;
}

.product_detial_right .contact_btn .btn:hover>div span {
    color: #fff;
}

.product_detial_right .contact_btn .btn:hover>div p {
    color: #fff;
}

.product_related {
    background-color: #FCFBF9;
}

.product_related>h4 {
    color: #beaa55;
    margin-bottom: calc(0.8vw + 4px);
}

.profile>.content {
    color: #9e9a8a;
}

.profile_ {
    margin-top: calc(2vw + 10px);
}


.profile_box {
    display: flex;
}

.profile_box .pimg {
    width: 50%;
}

.profile_box .pimg img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.profile_box .ptext {
    padding: calc(2vw + 10px);
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.profile_box .ptext h4 {
    font-weight: bold;
    margin-bottom: calc(1vw + 5px);
    padding-bottom: calc(0.6vw + 3px);
    color: #9e9a8a;
    position: relative;
}

.profile_box .ptext h4::after {
    content: "";
    position: absolute;
    left: 0;
    top: 100%;
    transform: translateY(-50%);
    width: calc(1.6vw + 8px);
    height: calc(0.1vw + 1px);
    display: block;
    background-color: #9e9a8a;
}

.profile_box .ptext .content {
    color: #9e9a8a;
    line-height: 1.4;
}

.profile_box:nth-child(2n) {
    flex-direction: row-reverse;
}

.honor {
    background-color: #F6F4ED;
}

.honor_ {
    display: flex;
    justify-content: space-between
}

.honor_box {
    width: 32%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.honor_box img {
    width: 100%;
}

.environment_box {
    height: 22.9vw;

}

.environment_box img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.newslist_ {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: calc(0.6vw + 3px);
}

.newslist_box {
    width: 24%;
    margin-right: 1.33%;
    display: flex;
    flex-direction: column;
    margin-bottom: 1.33%;
    border-radius: calc(0.4vw + 2px);
    background-color: #FCFAF3;
    padding: calc(1.6vw + 8px) calc(1.2vw + 6px);
}

.newslist_box:nth-child(4n) {
    margin-right: 0;
}

.newslist_box>span {
    display: block;
    color: #bfaa57;
    margin-bottom: calc(0.6vw + 3px);
}

.newslist_box>h2 {
    margin-bottom: calc(0.4vw + 2px);
    line-height: 1.4;
    color: #605d51;
}

.newslist_box>p {
    flex: 1;
    margin-bottom: 3vw;
    color: #9e9a8a;
    line-height: 1.4;
}

.news {
    background-color: #F8F6EE;
}

.news>span {
    color: #bfaa57;
    display: block;
    margin-bottom: calc(0.4vw + 2px);
}

.news>h1 {
    color: #605d51;
    line-height: 1.3;
    margin-bottom: calc(0.6vw + 3px);
}

.news .content {
    color: #9e9a8a;
    padding-top: calc(0.6vw + 3px);
    position: relative;
}


.news .content::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 1px;
    display: block;
    background-color: #E0DAC2;
}


.news .content img {
    max-width: 100%;
    position: relative;
}

.news .content video {
    max-width: 100%;
}

.news_related h4 {
    margin-bottom: calc(0.8vw + 4px);
    color: #605d51;
}

.news_related_ {
    display: flex;
}


.position {
    background-color: #FCFBF9;
    padding-top: calc(0.8vw + 4px);
    padding-bottom: calc(0.8vw + 4px);
}

.position p {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    color: #9e9a8a;
    line-height: 1;
}

.position p>span {
    margin: calc(0.2vw + 1px);
    display: block;
}

.position p>.iconfont {
    transform: translateY(-0.1em);
    color: #D7CA98;
}

.contact {
    display: flex;
}

.contact_left .cicon {
    width: calc(6.6vw + 33px);
    margin-bottom: calc(0.6vw + 3px);
}

.contact_left .cicon img {
    width: 100%;
}

.contact_left>h4 {
    line-height: 1.2;
}

.contact_message {
    border-radius: calc(0.4vw + 2px);
    box-shadow: 0 calc(0.1vw + 2px) calc(0.5vw + 2px) rgba(149, 132, 71, 0.17);
    padding: calc(2vw + 10px) calc(1.4vw + 7px);
}

.contact_message>div {
    display: flex;
    margin-bottom: calc(1.4vw + 7px);
}

.contact_message>div>span {
    height: calc(0.2vw + 3px);
    width: calc(0.4vw + 5px);
    background-color: #BEAA55;
    margin-right: calc(0.4vw + 2px);
    border-radius: 50%;
    transform: translateY(0.8em);
}

.contact_message>div>h4 {
    color: #605d51;
    font-weight: bold;
    text-transform: uppercase;
}

.contact_message form {
    display: flex;
    flex-direction: column;
    padding: 0 calc(0.4vw + 2px);
}

.contact_message form input {
    width: 100%;
    background-color: #F8F6EE;
    color: #9e9a8a;
    height: calc(2vw + 16px);
    padding: 0 calc(1vw + 5px);
    margin-bottom: calc(0.8vw + 4px);
    border-radius: 2px;
}

.contact_message form textarea {
    width: 100%;
    background-color: #F8F6EE;
    color: #9e9a8a;
    height: calc(2vw + 16px);
    padding: calc(0.6vw + 3px) calc(1vw + 5px);
    margin-bottom: calc(0.8vw + 4px);
    border-radius: 2px;
    height: calc(4.4vw + 40px);
    margin-bottom: calc(1.6vw + 8px);
}

.contact_message form input::placeholder {
    color: rgba(158, 154, 138, 0.55);
}

.contact_message form textarea::placeholder {
    color: rgba(158, 154, 138, 0.55);
}

.contact_message form button {
    border: none;
    background-color: #C7AE53;
    border-radius: 2px;
    color: #fff;
    font-weight: bold;
    width: 100%;
    height: calc(2vw + 16px);
    cursor: pointer;
}

.contact_left {
    width: 47%;
    padding: 0 2%;
}

.contact_right {
    flex: 1;
    padding: 0 2%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.contact_box {
    border-radius: calc(0.4vw + 2px);
    background-color: #F8F6EE;
    display: flex;
    align-items: center;
    padding: calc(1.2vw + 6px) calc(3.6vw + 18px);
    margin-bottom: calc(0.8vw + 4px);

}

.contact_box:last-child {
    margin-bottom: 0;
}

.contact_box>.iconfont {
    color: #C7AE53;
    padding: calc(0.4em);
    padding-left: 0.42em;
    padding-right: 0.38em;
    border-radius: 50%;
    border: 1px solid #C7AE53;
    margin-right: calc(1.2vw + 6px);
}

.contact_box>p {
    color: #605d51;
    line-height: 1.4;
}

@media screen and (max-width: 1441px) {
    .header {
        height: 80px;
    }
}

@media screen and (max-width: 1025px) {
    .header {
        height: 60px;
    }
    .header_logo {
        margin-right: 0;
    }

    .newslist_box {
        width: 32.44%;
    }

    .newslist_box:nth-child(4n) {
        margin-right: 1.33%;
    }

    .newslist_box:nth-child(3n) {
        margin-right: 0;
    }

    .news_related .newslist_ {
        overflow: hidden;
        flex-wrap: nowrap;
    }

    .news_related .newslist_box {
        flex-shrink: 0;
    }
}

@media screen and (max-width: 769px) {
    .header {
        height: 50px;
        position: relative;
    }

    .banner .swiper-button-next, .banner .swiper-button-prev {
        display: none;
    }

    .header_more {
        display: flex;
        align-items: center;
        justify-content: center;
        color: #bfaa57;
        margin-left: calc(1vw + 5px);
    }

    .header_r {
        padding-right: calc(2vw + 10px);
    }

    .header_l {
        padding-left: calc(1vw + 5px);
    }

    .p0_6 {
        padding-left: calc(2% + 10px);
        padding-right: calc(2% + 10px);
    }

    .lp6 {
        padding-left: calc(2% + 10px);
    }

    .rp6 {
        padding-right: calc(2% + 10px);
    }

    .p4_0 {
        padding-top: calc(2.4% + 12px);
        padding-bottom: calc(2.4% + 12px);
    }

    .p3_0 {
        padding-top: calc(2% + 10px);
        padding-bottom: calc(2% + 10px);
    }

    .header_nav {
        right: 0;
        top: 100%;
        position: absolute;
        display: flex;
        flex-direction: column;
        margin: 0;
        width: 0;
        max-width: 100vw;
        height: calc(100vh - 50px);
        background-color: #FFFDF6;
        transition: .4s;
        overflow: hidden;
        /* transform: translateX(100%); */
    }


    .header_nav.active {
        /* transform: translateX(0); */
        width: calc(30vw + 150px);
    }

    .header_nav li {
        flex: 1;
        margin: 0;
        padding: 0;
        width: 100%;
    }

    .headerB .header_nav li a {
        font-size: 26px;
        height: 100%;
        display: flex;
        align-items: center;
        justify-content: center;
        padding: 0;
        width: 100%;
    }

    .header_lang .f16 {
        font-size: 16px;
        
    }

    .header_lang {
        padding: calc(0.4vw + 2px) calc(0.6vw + 3px);
        border-radius: calc(1vw + 5px);
    }

    .header_lang>.header_lang a {
        margin-top: calc(0.8vw + 4px);
    }

    .header_search form {
        width: calc(6vw + 60px);
        height: calc(2.5vw + 12px);
        border-radius: calc(1.2vw + 6px);
    }

    .banner .swiper-pagination {
        bottom: calc(1vw + 5px);
    }

    .product_box {
        width: 49.3%;
    }

    .product_box:nth-child(2n) {
        margin-right: 0;
    }

    .about_info {
        flex-wrap: wrap;
    }

    .about_info_box {
        width: 50%;
        align-items: center;
        margin-top: calc(0.6vw + 3px);
        margin-bottom: calc(0.6vw + 3px);
    }

    .about_info_box p {
        text-align: center;
    }

    .about {
        flex-wrap: wrap;
    }

    .about_left {
        margin-right: 0;
        width: 100%;
        margin-bottom: calc(2vw + 10px);
    }

    .about_right {
        width: 100%;
        flex: none;
    }

    .craftsmanship>h4 {
        font-size: 20px;
    }

    .craftsmanship>h4 sub, .craftsmanship>h4 sup {
        font-size: 40px;
    }

    .craftsmanship>.f28 {
        font-size: 16px;
    }

    .craftsmanship>.f24 {
        font-size: 14px;
    }

    .advantage_box {
        flex-direction: column-reverse !important;
        margin-bottom: calc(2vw + 10px);
    }

    .advantage_box:last-child {
        margin-bottom: 0;
    }

    .advantage_box .atext {
        padding: 0;
        margin-bottom: calc(1vw + 5px);
    }

    .advantage_box .aimg {
        width: 100%;
    }

    .foot_top {
        display: none;
    }

    .foot_bottom>div {
        flex-direction: column;
        align-items: center;
    }

    .productslist_box {
        width: 100%;
    }

    .productlist_nav_box {
        width: 23.5%;
        margin-right: 2%;
    }

    .productlist_nav_box:nth-child(6n) {
        margin-right: 2%;
    }

    .productlist_nav_box:nth-child(4n) {
        margin-right: 0;
    }

    .product_detial {
        flex-direction: column-reverse;
    }

    .product_detial_right {
        margin-bottom: calc(1vw + 5px);
    }

    .product_detial_left {
        margin-right: 0;
        width: 100%;
    }


    .newslist_box {
        width: 49.33%;
    }

    .newslist_box:nth-child(3n) {
        margin-right: 1.33%;
    }

    .newslist_box:nth-child(2n) {
        margin-right: 0;
    }
    
    .newslist_box>p {
        margin-bottom: 5vw;
    }
    
    .news_related .newslist_ {
        flex-wrap: wrap;
    }

    .contact {
        flex-direction: column;
    }

    .contact_left {
        width: 100%;
        margin-bottom: calc(2vw + 10px);
    }
}


@media screen and (max-width: 426px) {
    .header {
        height: 40px;
    }
    .header_lang .f16 {
        font-size: 12px;
        
    }

    .header_nav {
        
        height: calc(100vh - 40px);
    }

    .headerB .header_nav li a {
        font-size: 20px;
    }

    .craftsmanship>h4 {
        font-size: 16px;
    }

    .craftsmanship>h4 sub, .craftsmanship>h4 sup {
        font-size: 30px;
    }

    .craftsmanship>.f28 {
        font-size: 12px;
    }

    .craftsmanship>.f24 {
        font-size: 10px;
    }


    .productlist_nav_box {
        width: 32%;
    }

    .productlist_nav_box:nth-child(4n) {
        margin-right: 2%;
    }

    .productlist_nav_box:nth-child(3n) {
        margin-right: 0;
    }

    .newslist_box {
        width: 100%;
        margin-right: 0 !important;
    }

}

@media screen and (max-width: 321px) {
    .header {
        height: 30px;
    }

    .header_nav {     
        height: calc(100vh - 30px);
    }
}


.image-container {
    position: relative;
    cursor: crosshair;
    font-size: 0;
    width: 100%;
}

.main-image {
    transition: transform 0.3s ease;
}

.zoom-lens {
    position: absolute;
    border: 2px solid rgba(255, 255, 255, 0.8);
    width: 60px;
    height: 60px;
    background: rgba(255, 255, 255, 0.3);
    pointer-events: none;
    opacity: 0;
    transition: opacity 0.2s;
    border-radius: 50%;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.4);
}

.zoom-container {
    position: absolute;
    width: 40%;
    height: 40%;
    overflow: hidden;
    border-radius: 12px;
    box-shadow: 0 15px 30px rgba(0,0,0,0.2);
    background: #f8f9fa;
    display: none;
    align-items: center;
    justify-content: center;
    border: 2px solid #a18c3b;
}

.zoomed-image {
    position: relative;
    opacity: 0;
    transition: opacity 0.3s;
    display: block;
    left: 0;
    top: 0;
    width: 100%;
}

.products_ {
    position: relative;
}

.swiper-btn {
    border-radius: 50%;
    border: 1px solid #BFAA57;
    color: #BFAA57;
    width: calc(1.6vw + 16px);
    height: calc(1.6vw + 16px);
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: 1;
    user-select: none;
    cursor: pointer;
    position: absolute;
    transform: translateY(-50%);
    z-index: 20;
    top: 50%;
    transition: .4s;
}

.swiper-btn:hover {
    background-color: #BFAA57;
    color: #fff;
}

.swiper-btn-prev {
    left: calc(-1.6vw - 16px - 0.4vw - 2px);
}

.swiper-btn-next {
    right: calc(-1.6vw - 16px - 0.4vw - 2px);
}


@media screen and (max-width: 769px) {
    .zoom-lens {
        opacity: 0 !important;
    }

    .zoom-container {
        display: none !important;
    }

    .swiper-btn {
        display: none;
    }
}

.float_content {
    width: 70px;
    position: fixed;
    transform: translateY(-50%);
    top: 50%;
    right: 0;
    display: flex;
    flex-direction: column;
    z-index: 9999;
}

.float_content_button {
    width: 70px;
    height: 70px;
    background-color: rgba(0, 0, 0, 0.5);
    display: flex;
    margin-bottom: 3px;
    cursor: pointer;
    border: 0 solid #816b1a;
    border-left-width: 3px;
    transition: .5s;
    position: relative;
    right: 0;
}

.float_content_button div:first-child {
    height: 100%;
    width: 0;
    background-color: #C7AE53;
    position: absolute;
    left: 0;
    z-index: -1;
    transition: .8s;
}

.float_content_button div:nth-child(2) {
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    
}

.float_content_button div:nth-child(2) span {
    color: #ffffff;
    font-size: 12px;
    display: block;
    margin-top: 5px;
}

.float_content_button div:nth-child(2)>img {
    height: 40%;
    width: auto;
    filter: brightness(100);
    margin-bottom: 5px;
}

.float_content_button div:nth-child(2) .icon {
    font-size: 32px;
    fill: #fff;
    color: #fff;
}


.float_content_button div:nth-child(2) .sicon path {
    fill: #fff;
}

.float_content_button div:nth-child(2) a {
    display: none;
    color: #ffffff;
    overflow: hidden;
    white-space: nowrap;
    width: 100%;
    height: 100%;
    align-items: center;
    justify-content: center;
}

.float_content_button-text:hover {
    width: 270px;
    right: 200px;
    background-color: transparent;
}

.float_content_button-text:hover div:first-child {
    width: 100%;
}

.float_content_button-text:hover div:nth-child(2)>img {
    display: none;
}

.float_content_button-text:hover div:nth-child(2) .icon {
    display: none;
}

.float_content_button-text:hover div:nth-child(2) span {
    display: none;
}

.float_content_button-text:hover div:nth-child(2) a {
    display: flex;
}


.float_content_button div:nth-child(2)>div {
    position: absolute;
    top: 0;
    display: none;
    right: calc(100% + 20px);
    width: 200px;
    justify-content: right;
}

.float_content_button div:nth-child(2)>div img {
    max-width: 100%;
}

.float_content_button-img:hover div:nth-child(2)>div {
    display: flex;
}



@media screen and (max-width:769px){
	.float_content {
        display: none;
    }
}

.notice {
    display: flex;
    align-items: center;
    padding-top: calc(0.6vw + 3px);
    padding-bottom: calc(0.6vw + 3px);
    background-color: #f8f4e9;
}

.notice .nicon {
    height: 1em;
    margin-right: calc(0.4vw + 2px);
    flex-shrink: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

.notice .nicon svg {
    height: 100%;
    width: auto;
}

.notice .nicon svg path {
    fill: #BFAA57;
}

.notice .ntext {
    flex: 1;
    overflow: hidden;
}

.notice .ntext a {
    display: block;
    width: 100%;
    overflow: hidden;
    display: flex;
    align-items: center;
}

.notice .ntext a p {
    width: 100%;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    color: #605d51;
}

.banner .swiper .swiper-slide {
    height: 50vw;
    background-color: #FCFBF9;
}

.banner .swiper .swiper-slide img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.foot_bottom>p {
    margin: calc(0.2vw + 1px) 0;
    color: #9e9a8a;
    font-weight: 300;
    text-align: left;
    width: 100%;
}

@media screen and (max-width:769px){
	.foot_bottom>p {
        text-align: center;
    }
}

.foot_top_left>div {
    margin-bottom: 1.2em;
}

.foot_top_left>div:last-child {
    margin-bottom: 0;
}

.foot_top_left>div.flex {
    display: flex;
    flex-wrap: wrap;
    gap: 1.2em;
    
}

.foot_top_left>div.flex div>span {
    color: #605d51;
    display: block;
    margin-bottom: calc(0.4vw + 2px);
}

.foot_top_left>div img {
    width: 6.25em;
}

.foot_top_left>div svg {
    width: 6.25em;
    height: auto;
}