@font-face {
    font-family: 'HarmonyOS_Sans';
    src: url('./HarmonyOS_Sans/HarmonyOS_Sans_Regular.ttf') format('truetype');
    font-style: normal;
    font-weight: normal;
}

@font-face {
    font-family: 'SourceHanSerifCN';
    src: url('./SourceHanSerif/SourceHanSerifCN-Medium-6.otf') format('truetype');
    font-style: normal;
    font-weight: normal;
}

body {
    margin: 0;
    padding: 0;
    font-size: 14px;
    font-family: "HarmonyOS_Sans", sans-serif;
    -webkit-font-smoothing: subpixel-antialiased;
    -webkit-touch-callout: none;
    line-height: 25px;
    color: #303030;
    background: #F1F1F1;
    min-width: 1300px;
}


ul {
    list-style-type: none;
}

ul li {
    list-style-type: none;
}

a {
    text-decoration: none;
    color: #202020;
}

p {
    margin: 0;
    padding: 0;
}

img {
    vertical-align: middle;
    max-width: 100%;
}

.cb {
    clear: both;
}

.cp {
    cursor: pointer;
}

.mlr10 {
    margin-left: 10px !important;
    margin-right: 10px !important;
}

.Liu_Mt80 {
    margin-top: 80px !important;
}

.Liu_Mt30 {
    margin-top: 30px !important;
}

.Liu_Mt60 {
    margin-top: 60px !important;
}

.Liu_Mt100 {
    margin-top: 100px !important;
}

.Liu_Mt200 {
    margin-top: 200px !important;
}

.Liu_Mt300 {
    margin-top: 300px !important;
}

.Liu_Ml30 {
    margin-left: 30px !important;
}

.Liu_Ml130 {
    margin-left: 130px !important;
}

.Liu_Df {
    display: flex;
}

.Liu_Pt200 {
    padding-top: 200px !important;
}

.Liu_Tcen {
    text-align: center;
}

.Liu_black {
    color: black !important;
}

.Liu_Red {
    color: red !important;
}

.Liu_border {
    border: 0px !important;
}

.Liu_Mt0 {
    margin-top: 0px !important;
}

.Liu_FB {
    font-weight: bold;
}

.Liu_F26 {
    font-size: 26px !important;
}

.Liu_H50 {
    height: 50px !important;
}

.Liu_H100 {
    height: 100px !important;
}

input[type="text"],
textarea {
    border: 2px solid #d8d8d8;
    padding: 8px;
    outline: none;
    transition: border-color 0.3s ease;
}

input[type="text"]:focus {
    border-color: #000000;
}

.hidden {
    display: none !important;
}

/* 字超出隐藏 */
.LiuHidden1 {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

.LiuHidden2 {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden
}

.LiuHidden3 {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden
}

.LiuHidden4 {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
    overflow: hidden
}

/* 统一 input 和 textarea 的字体样式 */
input[type="text"],
textarea {
    font-family: inherit;
    font-size: inherit;
    color: inherit;
    padding: 5px;
    border: 1px solid #ccc;
    background: white;
}

input[type="text"]::placeholder,
textarea::placeholder {
    color: #8f8f8f;
    /* 统一 placeholder 颜色 */
    opacity: 1;
}

input[type="text"]:focus,
textarea:focus {
    outline: none;
    border-color: #333;
}

/* 头部 */
.RARA_Head {
    background-color: #ffffff;
    height: 80px;
    position: fixed;
    top: 0px;
    z-index: 100009;
    width: 100%;
}

.RARA_Head .RARA_Logo {
    float: left;
    margin: 2em 0px;
}

.RARA_Head .RARA_Logo img {
    width: 100px;
}

.RARA_Head ul li {
    margin: 0px 20px;
    display: inline;
    font-weight: 600;
}

.RARA_Head .RARA_Nav {
    float: right;
    margin: 2em 0px;
}

.RARA_Head .RARA_Nav .Toggle {
    background-color: #000000;
    padding: 0px 3px;
}

.RARA_Head .RARA_Nav .Toggle a {
    color: #fff;
}

.RARA_Width {
    width: 86%;
    margin: 0 auto;
}

/* 首页视频 */
.Home_Videos {
    margin-top: 80px;
    width: 100%;
    position: relative;
    overflow: hidden;
}

.Home_Videos video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* 首页 轮播图 */

.Home_Swiper {
    width: 100%;
    height: 877px;
    margin-top: 80px;
}

.Home_Swiper.swiper {
    --swiper-theme-color: #ffffff;
    --swiper-navigation-size: 20px;
    --swiper-pagination-color: #ff5056;
}

.Home_Swiper .swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
}

.Home_Swiper .swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}


.Home_Swiper .swiper-button-next,
.Home_Swiper .swiper-button-prev {
    position: absolute;
    top: 50%;
    -webkit-transform: translate(0, -50%);
    -moz-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    z-index: 9;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    overflow: hidden;
    cursor: pointer;
    background: rgba(0, 0, 0, .3);
    -webkit-transition: opacity .35s;
    -moz-transition: opacity .35s;
    transition: opacity .35s;
}

/* 首页-视频 */
.Home_Video {
    padding: 100px 0px;
}

.Home_Video .Title {
    width: 1200px;
    margin: 0 auto;
    text-align: center;
    margin-bottom: 30px;
    font-size: 26px;
    font-weight: 600;
}

.Home_Video .Description {
    width: 1200px;
    margin: 0 auto;
    text-align: center;
    margin-bottom: 50px;
    color: #707070;
    line-height: 30px;
}

.Home_Video video {
    width: 100%;
}


/* 首页-关于我们 */
.Home_About {
    padding: 60px 0px;
}

.Home_About .Title {
    font-size: 26px;
    font-weight: 600;
}

.Home_About .About {
    display: flex;
    justify-content: space-between;
    margin-top: -20px;
    position: relative;
}

.Home_About .About .Picture {
    background-color: #8b8c8f;
    height: 550px;
    width: 400px;
    text-align: center;
    margin-top: 200px;
}

.Home_About .About .Picture img {
    width: 100%;
    height: 100%;
    /* margin-top: 40%; */
}

.Home_About .About .Pictures {
    background-color: #8b8c8f;
    height: 400px;
    width: 300px;
    text-align: center;
}

.Home_About .About .Pictures img {
    width: 100%;
    height: 100%;
}

.Home_About .About .Center {
    margin-top: 200px;
    line-height: 30px;
    padding-top: 100px;
    width: 600px;
}

.Home_About .About .Center .Title {
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 10px;
}

.Home_About .About .Center .Description {}

.Home_About .About .Pictures .Liu_button {
    position: absolute;
    bottom: 0px;
    right: 0px;
}

.Liu_button {
    width: 100px;
    height: 40px;
    line-height: 40px;
    padding: 5px 10px;
    border: 1px solid #969696;
    display: block;
    text-align: center;

    vertical-align: middle;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -moz-osx-font-smoothing: grayscale;
    position: relative;
    -webkit-transition-property: color;
    transition-property: color;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
}

.Liu_button:hover {
    opacity: .7;
    color: #838383;
    /* transform: scale(1.1); */
}


/* 首页-产品*/
.Home_Product {
    padding: 60px 0px;
    text-align: center;
}

.Home_Product .Title {
    font-size: 26px;
    font-weight: 600;
    text-align: center;
    margin-bottom: 50px;
}

.Home_Product .Description {
    width: 1200px;
    margin: 0 auto;
    text-align: center;
    color: #707070;
    line-height: 35px;
    margin-bottom: 60px;
}

.Home_Product .Liu_button {
    margin: 0px auto;
}

.Home_Product .Long_img {
    height: 800px;
}

.Home_Product .Short_img {
    height: 800px;
}

.Home_Product img {
    margin-top: 100px;
    width: 100%;
    /* object-fit: cover; */
}

/* 首页-客户案例 */
.Home_Case {
    width: 100%;
    height: 800px;
    background-color: #fff;
    margin-top: 100px;
}

.Home_Case .Menu {
    float: left;
    width: 30%;
}

.Home_Case .Menu {
    text-align: center;
}

.Home_Case .Menu .Title {
    font-size: 32px;
    font-weight: 600;
    text-align: center;
    margin-bottom: 50px;
    margin-top: 130px;
}

.Home_Case .Menu .Title .Badge {
    font-size: 12px;
    font-weight: 100;
    vertical-align: top;
    display: inline-block;
    margin-top: -7px;
}

.Home_Case .Menu .Liu_button {
    margin: 0px auto;
    margin-top: 160px;
}

.Home_Case .Menu .Case_div {
    margin-left: 40%;
    text-align: left;
    margin-top: 120px;
}

.Home_Case .Menu .Case_div .Case_Name {
    margin: 50px auto;
    font-size: 16px;
    font-weight: 600;
    display: block;
    color: #7c7c7c
}

.Home_Case .Menu .Case_div .Case_Name.CaseThis {
    color: #000000
}

/* 首页 案例轮播图 */
.Home_Case .Home_CaseSwiper {
    float: left;
    width: 70%;
    height: 100%;
    /* display: none; */
}

.Home_Case .Home_CaseSwiper.ThisCaseSwiper {
    /* display: block; */
}

.Home_Case .Home_CaseSwiper img {
    width: 100%;
    height: 100%;
}

.Home_Case .Home_CaseSwiper .swiper-pagination {
    background: #fff;
    width: 300px;
    height: 80px;
    line-height: 80px;
    float: right;
    text-align: center;
    left: auto;
    right: 0;
    bottom: 0;
}

.Home_Case .Home_CaseSwiper .swiper-pagination-bullet {
    width: 20px;
    height: 20px;
    text-align: center;
    line-height: 20px;
    font-size: 16px;
    color: #808080;
    opacity: 1;
    background: rgba(255, 255, 255, 0.0);
    margin: 0px 10px !important;
}

.Home_Case .Home_CaseSwiper .swiper-pagination-bullet.swiper-pagination-bullet-active {
    color: #000000;
    margin: 0px 10px;
}

.Home_Case .Home_CaseSwiper .swiper-pagination-bullet-active {
    /* colorgb(0, 0, 0);
     background: #007aff; */
}



/* 首页-新闻资讯 */
.Home_News {
    padding: 120px 0px;
}

.Home_News .Title {
    font-size: 32px;
    font-weight: 600;
    margin-bottom: 50px;
    display: block;
    width: 26.8%;
    float: left;
}

.Home_News .Title .Name {
    margin-left: 75px;
}

.Home_News .Title .Badge {
    font-size: 12px;
    font-weight: 100;
    vertical-align: top;
    display: inline-block;
    margin-top: -7px;
}

.Home_News .New_list {
    display: block;
    width: 73.2%;
    float: left;
    padding: 0px;
    margin: 0px;
    border-top: 1px solid #757575;
}

.Home_News .New_list li {
    border-bottom: 1px solid #757575;
    padding: 20px 0px;
    clear: both;
}

.Home_News .New_list li a {
    display: flex;
    gap: 20px;
}

.Home_News .New_list .images {
    width: 300px;
    height: 200px;
    float: left;
    overflow: hidden;
    flex-shrink: 0;
}

.Home_News .New_list .images img {
    width: 100%;
    height: 100%;
}

.Home_News .New_list .images img:hover {
    transform: scale(1.1);
    background-size: cover;
    background-position: center;
    transition: transform 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.Home_News .New_list .Center {
    width: 75%;
    flex: 1;
    height: 180px;
    float: left;
}

.Home_News .New_list .Center .Tit {
    font-size: 18px;
    font-weight: 600;
    margin-top: 50px;
    /* margin-left: 20px; */
    margin-right: 30px;
    margin-bottom: 10px;

    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

.Home_News .New_list .Center .ReleaseTime {
    /* margin-left: 20px; */
    color: #969696;
}

.Home_News .New_list .Center .Share {
    width: 20px;
    float: right;
    margin-top: -33px;
}

.Home_News .New_list .Liu_button {
    float: right;
    margin-top: 60px;
}

/* 底部 */
.RARA_Footer {
    background-color: #111111;
    min-height: 760px;
    width: 100%;
    margin-top: 100px;
    clear: both;
}

.RARA_Footer .Logo {
    float: left;
    color: #fff;
    font-size: 30px;
    margin-left: 4.5%;
    margin-top: 160px;
}

.RARA_Footer .Logo img {
    width: 160px;
}

.RARA_Footer .ContactUs {
    float: right;
    margin-top: 140px;
}

.RARA_Footer .ContactUs .ContactUs_item {
    float: left;
}

.RARA_Footer .ContactUs .Title {
    color: #e3e3e3;
    height: 60px;
    line-height: 60px;
    border-bottom: 1px solid #b2b2b2;
    margin-bottom: 10px;
}

.RARA_Footer .ContactUs .Company {
    color: #e3e3e3;
    height: 40px;
    line-height: 40px;
}

.RARA_Footer .ContactUs .Address {
    color: #9d9d9d;
    height: 30px;
    line-height: 30px;
}

.RARA_Footer .ContactUs .Telephone {
    color: #9d9d9d;
    height: 30px;
    line-height: 30px;
}

.RARA_Footer .ContactUs .Menu {
    display: grid;
    column-gap: 30px;
    grid-template-columns: repeat(3, 1fr);
}

.RARA_Footer .ContactUs .Menu a {
    color: #e3e3e3;
    height: 35px;
    line-height: 35px;
}

.RARA_Footer .ContactUs .Attention {
    clear: both;
    float: right;
    margin-top: 100px;
}

.RARA_Footer .ContactUs .Attention ul {
    float: left;
    text-align: center;
    padding-left: 25px;
}

.RARA_Footer .ContactUs .Attention ul li {
    color: #919191;
    margin-bottom: 10px;
}

.RARA_Footer .ContactUs .Attention ul li img {
    width: 66px;
}

.RARA_Footer .ContactUs .Copyright {
    clear: both;
    height: 160px;
    width: 100%;
    border-top: 1px solid #b2b2b2;
    padding: 20px 0px;
}

.RARA_Footer .ContactUs .Copyright p {
    color: #9d9d9d;
}

.RARA_Footer .ContactUs .Copyright a {
    color: #9d9d9d;
}

/* 产品主页 */
.Product_Top {
    margin-top: 180px;
}

.Product_Top .Title {
    font-size: 32px;
    font-weight: 600;
    margin-bottom: 50px;
}

.Product_Top .Title .Badge {
    font-size: 12px;
    font-weight: 100;
    vertical-align: top;
    display: inline-block;
    margin-top: -7px;
}

.Product_Top .breadcrumb {}

.Product_Top .breadcrumb a {
    color: #999
}

.Product_Top .breadcrumb cite {
    color: #303030;
    font-weight: 600;
    font-style: normal;
}

.Product_Top .breadcrumb span {
    margin: 0 10px;
    color: #999;
}

.Product_Nav {
    color: #303030;
    font-weight: 600;
    min-height: 120px;
    margin-top: 80px;
    border-top: 1px solid #666666;
    border-bottom: 1px solid #666666;
}

.Product_Nav .item {
    /* line-height: 120px; */
    padding: 50px 0px;
}

.Product_Nav a {
    margin-right: 50px;
}

.Product_Nav a .icon {
    font-size: 22px;
    font-weight: 200;
}

.Product_Nav .Search {
    float: right;
    margin-top: -10px;
}

.Product_Nav .Search input {
    height: 30px;
    padding: 5px 35px 5px 10px;
    border: 1px solid #ffffff;
    width: 120px;
}

.Product_Nav .Search input[type="text"]:focus {
    border-color: #000000;
}

.Product_Nav .Search .submit {
    margin-right: 5px;
    margin-left: -30px;
}

.Product_Nav .Search .submit img {
    width: 20px;
}

.Product_Nav .Subclassification {
    margin-left: 155px;
    margin-top: 30px;
    display: none;
}

.Product_Nav .Subclassification a {
    height: 30px;
    margin-right: 20px;
}


.Product_Nav .Classify {
    display: inline;
    cursor: pointer;
    margin-right: 50px;
}

.Product_Nav .Classify p {
    /* display: inline; */
}

.Product_Nav .Classify .icon {
    width: 20px;
    margin-left: 5px;
}

.Product_Nav .Classify .Subclassification {
    /* display: inline; */
}







.Product_NavTab {
    display: grid;
    column-gap: 100px;
    grid-template-columns: repeat(3, 1fr);
    padding: 70px 0px;
    border-bottom: 1px solid #666666;
}

/* 通用导航项样式 */
.Product_NavTab a {
    display: block;
    width: 480px;
    height: 300px;
    position: relative;
    overflow: hidden;
    /* 新增关键属性 */
}


/* 背景层容器 */
.Product_NavTab a::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center;
    transition: transform 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    z-index: 1;
}

/* 遮罩层 */
.Product_NavTab a::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(17, 23, 29, .5);
    background-blend-mode: multiply;
    z-index: 2;
}

/* 单独设置各项目背景 */
.Product_NavTab_item1::before {
    background-image: url('../Images/casa.jpg');
}

.Product_NavTab_item2::before {
    background-image: url('../Images/cucine.jpg');
}

.Product_NavTab_item3::before {
    background-image: url('../Images/porte.jpg');
}

/* 悬停放大效果 */
.Product_NavTab a:hover::before {
    transform: scale(1.1);
}

/* 文字样式 */
.Product_NavTab .Name {
    position: relative;
    z-index: 3;
    text-align: center;
    color: #e3e3e3;
    margin-top: 140px;
    font-size: 20px;
    transition: transform 0.3s ease;
    /* 文字防抖动 */
}

/* 防止文字缩放 */
.Product_NavTab a:hover .Name {
    transform: scale(1);
}

.Product_Recommend {
    padding: 100px 0px 0px 0px;
}

.Product_Recommend .item {
    margin-bottom: 100px;
}

.Product_Recommend .item img {
    width: 100%;
}

.Product_Recommend .item .Title {
    font-size: 18px;
    font-weight: 600;
    margin: 30px 0px;
}

.Product_Recommend .item .Title .name {
    width: 70%;
    display: block;
}

.Product_Recommend .Title .Tag {
    font-size: 14px;
    font-weight: 300;
    float: right;
}

.Product_Recommend .Description {
    color: #666666;
    margin-bottom: 60px;
    width: 70%;
}

.Product_Hot {
    border-top: 1px solid #666666;
    margin-top: 100px;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    padding: 100px 0px;
    clear: both;
    column-gap: 60px;
    align-items: flex-start;
    margin-bottom: 40px;
}

.Product_Hot .Product_HotItem {
    width: 100%;
    background-color: #fff;
    margin-bottom: 120px;
}

.Product_Hot .Product_HotItem:hover {
    /* transform: scale(1.1); */
    transition: all 200ms ease-out;
    box-shadow: 0px 4px 17px -3px rgba(110, 108, 108, 0.77);
    -webkit-box-shadow: 0px 4px 17px -1px rgba(110, 108, 108, 0.77);
    -moz-box-shadow: 0px 4px 17px -3px rgba(110, 108, 108, 0.77);
}

.Product_Hot .Product_HotItem .images {
    width: 100%;
    height: 480px;
    object-fit: cover;
    overflow: hidden;
    object-fit: cover;
    /* 保持图片比例 */
}

.Product_Hot .Product_HotItem .images:hover {
    /* transform: scale(1.1); */
}

.Product_Hot .Product_HotItem .Name {
    margin: 30px 50px 0px 50px;
    font-size: 16px;
    font-weight: 600;
}

.Product_Hot .Product_HotItem .Tag {
    margin: 10px 50px 50px 50px;
    color: #666666;
}



.Product_Classification_Introduction {
    padding: 100px 0px;
}

.Product_Classification_Introduction .images {
    float: left;
    width: 60%;
    height: 600px;
}

.Product_Classification_Introduction .images img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    /* 保持图片比例 */
}

.Product_Classification_Introduction .Content {
    float: left;
    width: 40%;
}

.Product_Classification_Introduction .Content .Title {
    font-size: 22px;
    margin-left: 10%;
    font-weight: 600;
    padding-top: 60px;
    padding-bottom: 30px;
}

.Product_Classification_Introduction .Content .Description {
    line-height: 40px;
    margin-left: 10%;
}

.Product_Subcategory_Introduction {}

.Product_Subcategory_Introduction .Title {
    font-size: 22px;
    margin: 0px 6%;
    font-weight: 600;
    padding-top: 100px;
    padding-bottom: 30px;
}

.Product_Subcategory_Introduction .Description {
    line-height: 40px;
    margin: 0px 6%;
}

/* 产品详情页-------------------------- */
.Product_Info {
    background-color: black;
    color: #fff;
    display: flex;
    height: 100%;
}

/* 产品详情页-轮播图 */
.Product_Info .Product_swiper {
    text-align: center;
    padding-top: 80px;
    flex: 1;
    min-width: 800px;
}

.Product_Info .Product_swiper .swiper {
    --swiper-theme-color: #ffffff;
    /* --swiper-navigation-size: 20px; */
    --swiper-pagination-color: #ff5056;
    --swiper-navigation-color: #fff;
    --swiper-pagination-color: #fff;
}


.Product_Info .Product_swiper .swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #000000;
    display: flex;
    justify-content: center;
    align-items: center;
}


.Product_Info .Product_swiper .swiper-slide {
    background-size: cover;
    background-position: center;
}

.Product_Info .Product_swiper .swiper-slide img {
    display: block;
    /* width: 100%; */
    height: 100%;
    object-fit: cover;
}



/* 修复导航按钮位置 */
.Product_Info .Product_swiper .Liu_MasterMap {
    width: 1200px;
    height: 700px;
    position: relative;
    margin: 0 auto;
    /* padding: 0 160px; */
    overflow: visible;


    transition: width 0.3s ease;
    box-sizing: border-box;
}

.Product_Info .Product_swiper .Liu_MasterMap .swiper-slide {
    /* width: 800px; */
}

.Product_Info .Product_swiper .Liu_MasterMap .swiper-wrapper {
    /* width: 800px; */
}

/* 导航按钮样式调整 */
.Product_Info .Product_swiper .Liu_MasterMap .swiper-button-prev,
.Product_Info .Product_swiper .Liu_MasterMap .swiper-button-next {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 40px;
    height: 40px;
    /* background: rgba(255, 255, 255, 0.3); */
    border-radius: 50%;
    backdrop-filter: blur(2px);
    transition: all 0.3s;
}

.Product_Info .Product_swiper .Liu_MasterMap .swiper-button-prev {
    left: -100px;
}

.Product_Info .Product_swiper .Liu_MasterMap .swiper-button-next {
    right: -100px;
}

/* 分页器位置调整 */
.Product_Info .Product_swiper .Liu_MasterMap .swiper-pagination {
    top: -50px !important;
    left: 50%;
    transform: translateX(-50%);
    width: auto;
    color: #fff;
    font-size: 14px;
}

/* 鼠标悬停效果 */
.Product_Info .Product_swiper .Liu_MasterMap .swiper-button-prev:hover,
.Product_Info .Product_swiper .Liu_MasterMap .swiper-button-next:hover {
    /* background: rgba(255, 255, 255, 0.7); */
    /* transform: translateY(-50%) scale(1.1); */
    color: #fff;
}

/* 箭头图标样式 */
.swiper-button-next:after,
.swiper-button-prev:after {
    font-size: 20px;
    font-weight: 700;
    color: #808080;
}

.Product_Info .Product_swiper .Liu_Thumbnail {
    width: 90%;
    /* height: 20%; */
    margin-top: 30px;
    padding: 20px 0px 40px 0px;
    box-sizing: border-box;

}

.Product_Info .Product_swiper .Liu_Thumbnail .swiper-slide {
    height: 80px;
    opacity: 0.4;
    width: 130px !important;
    margin-right: 20px;
}

.Product_Info .Product_swiper .Liu_Thumbnail .swiper-slide-thumb-active {
    opacity: 1;
}

.Product_Info .Product_swiper .Liu_Thumbnail .swiper-wrapper {
    width: auto;
    height: auto;
    justify-content: center;
}

.Product_Info .Liu_Return {
    position: absolute;
    right: 450px;
    top: 26px;
}

.Product_Info .Liu_Return img {
    width: 40px;
}

/* 产品详情页-标题内容 */
.Product_Info .Product_Conter {
    flex-shrink: 0;
    width: 380px;
    border-left: 1px solid #85888a;
}

.Product_Info .Product_Conter .Logo {
    text-align: center;
}

.Product_Info .Product_Conter .Logo img {
    margin: 40px 50px 40px 50px;
    width: 160px;
    text-align: center;
}

.Product_Info .Product_Conter .Title {
    border-top: 1px solid #85888a;
    border-bottom: 1px solid #85888a;
}

.Product_Info .Product_Conter .Title .Tit {
    font-size: 26px;
    line-height: 40px;
    font-weight: 600;
    margin: 80px 50px 10px 50px;
    min-height: 40px;
}

.Product_Info .Product_Conter .Title .Tag {
    font-size: 14px;
    color: #888888;
    margin: 0px 50px 100px 50px;

}

.Product_Info .Product_Conter .Description {
    color: #888888;
    margin: 40px 50px 0px 50px;
    min-height: 25px;
    word-wrap: break-word;
    word-break: break-all;
}


/* 案例详情 */
.CaseInfo_Top {
    margin-top: 180px;
    margin-bottom: 100px;
}

.CaseInfo_Top .Title {
    font-size: 22px;
    font-weight: 600;
    margin-bottom: 20px;
}

.CaseInfo_Top .Tag {
    color: #666666;
}

.CaseInfo_Top .Tag a {
    color: #666666;
}

.CaseInfo_Table .Description {
    width: 70%;
    line-height: 30px;
    border-right: 1px solid #000;
    padding-left: 0px;
}

.CaseInfo_Table .MainContent {
    width: 30%;
}

.CaseInfo_Table .MainContent .Tit {
    color: #666666;
}

.CaseInfo_Table .MainContent .Name {
    color: #303030;
    font-weight: 500;
    margin-top: 5px;
}

.CaseInfo_Table table {
    width: 100%;
    border-collapse: collapse;
    margin: 20px 0;
}

.CaseInfo_Table table {
    border: 1px solid #000;
    border-left: 0px solid #000;
    border-right: 0px solid #000;
    padding: 10px;
}

.CaseInfo_Table td {
    padding: 20px;
    border: 1px solid #000;
    border-left: 0px solid #000;
    border-right: 0px solid #000;
}


.CaseInfo_Conter {
    margin: 100px auto;
}

/* 新闻资讯 */
.News_list {
    margin: 100px auto;
    border-top: 1px solid #888888;
}

.News_list .News_listItem {
    border-bottom: 1px solid #888888;
    padding: 40px 0px;
    position: relative;
    clear: both;
    height: 300px;
    display: flex;

    gap: 100px;

}

.News_list .News_listItem .images {
    width: 400px;
    height: 300px;
    margin-left: 5%;
    float: left;
    overflow: hidden;
    flex-shrink: 0;
}

.News_list .News_listItem .images img {
    width: 100%;
    height: 100%;
}

.News_list .News_listItem .images img:hover {
    transform: scale(1.1);
    background-size: cover;
    background-position: center;
    transition: transform 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.News_list .News_listItem .Center {
    width: 70%;
    float: left;
}

.News_list .News_listItem .Center .Tit {
    font-size: 18px;
    font-weight: 600;
    margin-top: 60px;
    margin-right: 100px;
    margin-bottom: 20px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
}

.News_list .News_listItem .Center .Description {
    margin-top: 60px;
    margin-right: 100px;
    margin-bottom: 20px;
    color: #969696;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}

.News_list .News_listItem .Center .ReleaseTime {
    margin-top: 60px;
    margin-right: 100px;
    margin-bottom: 20px;
    color: #969696;
    position: absolute;
    bottom: 60px;
}

.NewsInfo_Conter {
    border-top: 1px solid #888888;
    border-bottom: 1px solid #888888;
    padding: 100px 0px;
}

.NewsInfo_Recommend {
    padding: 100px 0px;
    display: grid;
    column-gap: 10%;
    grid-template-columns: repeat(3, 1fr);
    /* max-width: 1440px; */
}

.NewsInfo_Recommend .Item {
    width: 100%;
}

.NewsInfo_Recommend .Item:hover {
    /* transform: scale(1.1);  */
}

.NewsInfo_Recommend .Item .imargs {
    /* width: 400px; */
    height: 300px;
    overflow: hidden;
    flex-shrink: 0;
}

.NewsInfo_Recommend .Item .imargs img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.NewsInfo_Recommend .Item .imargs img:hover {
    transform: scale(1.1);
    background-size: cover;
    background-position: center;
    transition: transform 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.NewsInfo_Recommend .Item .Title {
    font-size: 16px;
    font-weight: 600;
    margin: 20px auto;
}

.NewsInfo_Recommend .Item .ReleaseTime {
    color: #969696;
    padding-bottom: 20px;
}

/* 分页 */
.Liu_Page {
    text-align: center;
}

.Liu_Page a {
    text-align: center;
    width: 16px;
    height: 16px;
    padding: 5px;
    border-radius: 84%;
    border: 1px solid #888888;
    display: inline-block;
    line-height: 16px;
    margin: auto 5px;
}

.Liu_Page a.This {
    border: 1px solid #000000;
    background-color: #000000;
    color: #ffffff;
}

.Liu_Page a.next,
.Liu_Page a.prev {
    width: 26px;
    border: 0px solid #888888;
    color: #888888;
}

/* 联系我们 */
.ContactUs_Company {
    padding: 100px 0px;
    margin-top: 100px;
    border-top: 1px solid #000000;
}

.ContactUs_Company .Conter {
    width: 50%;
    float: left;
}

.ContactUs_Company .Conter .Title {
    font-size: 26px;
    font-weight: 600;
    margin-bottom: 20px;
}

.ContactUs_Company .Conter .Subtitle {
    font-size: 32px;
    font-weight: 600;
    margin: 20px auto;
}

.ContactUs_Company .Message {
    width: 50%;
    float: left;
    border-top: 1px solid #000000;
}

.ContactUs_Company .Message .Item {
    display: flex;
    border-bottom: 1px solid #000000;
    height: 70px;
    font-weight: 500;
}

.ContactUs_Company .Message .Item .Name {
    width: 30%;
    text-align: center;
    border-right: 1px solid #000000;
    margin: 15px 0px;
    line-height: 35px;
    font-weight: 600;
    font-size: 16px;
}

.ContactUs_Company .Message .Item .Detailed {
    padding-left: 10%;
    width: 70%;
    margin: 15px 0px;
    line-height: 35px;
    font-weight: 600;
    font-size: 16px;
}

.ContactUs_Store {
    clear: both;
    padding-top: 190px;
    padding-bottom: 200px;
}

.ContactUs_Store .Conter {
    width: 40%;
    float: left;
}

.ContactUs_Store .Conter .Title {
    font-size: 26px;
    font-weight: 600;
    margin-bottom: 20px;
}

.ContactUs_Store .Conter .Subtitle {
    font-size: 32px;
    font-weight: 600;
    margin: 20px auto;
}

.ContactUs_Store .Message {
    width: 60%;
    float: left;
}

.ContactUs_Store .Message .Item {
    clear: both;
}

.ContactUs_Store .Message .Item .Country {
    float: left;
    width: 16.6%;
    font-size: 26px;
    font-weight: 600;
}

.ContactUs_Store .Message .Item .Province {
    float: left;
    width: 83.4%;
    border-top: 2px solid #000000;
    padding-top: 30px;
}

.ContactUs_Store .Message .Item .Province .City {
    margin-bottom: 20px;
    padding: 20px 0px;
    border-bottom: 2px solid #000000;
}

.ContactUs_Store .Message .Item .Province .City .City_Name {
    padding-bottom: 20px;
    text-align: center;
}

.ContactUs_Store .Message .Item .Province .City .Tit {
    font-size: 20px;
    font-weight: 600;
}

.ContactUs_Store .Message .Item .Province .icon {
    width: 30px;
    float: right;
    cursor: pointer;
    margin-right: 10px;
}

.ContactUs_Store .Message .Item .Province .Details_item {
    background-color: #fff;
    padding: 30px 60px;
    margin-top: 20px;
    margin-bottom: 30px;
    display: none;
}

.ContactUs_Store .Message .Item .Province .Details_item .Company {
    font-size: 18px;
    font-weight: 600;
}

.ContactUs_Store .Message .Item .Province .Details_item .Address {
    margin-bottom: 20px;
    margin-top: 5px;
}

.ContactUs_Store .Message .Item .Province .Details_item .Information {
    border-top: 1px solid #000000;
    padding: 30px 0px 10px 0px;
    display: grid;
    column-gap: 5%;
    grid-template-columns: repeat(2, 1fr);

}

.ContactUs_Store .Message .Item .Province .Details_item .Information .Contact_Information {
    /* width: 50%;
    float: left; */
    border-left: 1px solid #000000;
    padding-left: 20px;
}

.ContactUs_Store .Message .Item .Province .Details_item .Information .Contact_Information .Name {
    color: #888888;
}

.ContactUs_Store .Message .Item .Province .Details_item .Information .Contact_Information .Telephone {}

.ContactUs_Store .Message .Item .Province .Details_item .Information .Business_Hours {
    /* float: left; */
    border-left: 1px solid #000000;
    padding-left: 20px;
}

.ContactUs_Store .Message .Item .Province .Details_item .Information .Business_Hours .Name {
    color: #888888;
}

.ContactUs_Store .Message .Item .Province .Details_item .Information .Business_Hours .Time {}

.ContactUs_Store .Message .Item .Province .City.This .City_Name {
    text-align: left;
}

/* --------------- */

/*   -联系我们-  */
.Merchants_join {}

.Merchants_join .Banner {
    text-align: center;
    margin: 100px auto;
}

.Merchants_join .Merchants_Title {
    text-align: center;
    margin: 100px auto;
    font-size: 26px;
    /* font-weight: 900; */
    line-height: 50px;
}

.Merchants_join .Merchants_Title .tit {
    margin-bottom: 30px;
    font-weight: 500;
}

.Merchants_join .Contact_Info {
    border: 1px solid #000;
    text-align: center;
    font-size: 16px;
    line-height: 50px;
    color: #333333;
    margin: 100px 120px;
}

.Merchants_join .Contact_Info .Name {
    margin-top: 80px;
    font-weight: 500;
}

.Merchants_join .Contact_Info .Telephone {
    font-size: 26px;
    font-weight: 600;
    margin-top: 30px;
}

.Merchants_join .Contact_Info .BusinessHours {
    font-weight: 500;
}

.Merchants_join .Contact_Info .Address {
    margin-bottom: 80px;
    margin-top: 60px;
}

.Merchants_join .Merchants_Description {
    line-height: 50px;
    margin: 160px 120px;
}

.Merchants_join .Merchants_Description .Desc {
    margin-top: 50px;

}

.Merchants_join .Merchants_Form {}

.Merchants_join .Merchants_Form .Item {
    display: flex;
    justify-content: space-between;
    border-top: 1px solid #333;
    padding: 30px 60px;
    line-height: 50px;
}

.Merchants_join .Merchants_Form input,
.Merchants_join .Merchants_Form textarea {
    height: 50px;
    line-height: 50px;
    padding: 0px 10px;
    border: 1px solid #e2e2e2;
    font-weight: normal;
}

.Merchants_join .Merchants_Form input:hover,
.Merchants_join .Merchants_Form textarea:hover,
.Merchants_join .Merchants_Form textarea:focus-visible {
    border: 1px solid #333;
    outline: none;
}

.textarea::placeholder {
    color: #999;
}

.Merchants_join .Merchants_Form .Input {
    width: 60%;
}

.Merchants_join .Merchants_Form .Textarea {
    width: 60%;
    min-height: 200px;
}

.Merchants_join .Merchants_Form .Item .Code {
    display: flex;
    width: 61.5%;
    gap: 20px;
}

.Merchants_join .Merchants_Form .Item .Code img {
    cursor: pointer;
    width: 120px;
    height: 50px;
}

.Liu_borderB {
    border-bottom: 1px solid #333;
}

.Liu_button_black {
    width: 100px;
    height: 40px;
    line-height: 40px;
    background-color: #333;
    color: #fff;
    clear: both;
    border: 0px;
    cursor: pointer;
}

.Liu_button_black:hover {
    background-color: #666666;
}

.Merchants_join .Merchants_Form .Submit {
    text-align: center;
    margin: 166px auto;
}


/*  */
/* 上传附件样式 */
.Merchants_Form .upload_area {
    width: 100px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    position: relative;
    transition: border-color 0.3s;
    background-color: #fff;
    color: #7e7e7e;
}

.Merchants_Form .upload_input {
    opacity: 0;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    cursor: pointer;
}

/* 文件列表样式 */
.Merchants_Form .file_list {
    max-width: 400px;
    line-height: 20px;

}

.Merchants_Form .file_item {
    display: flex;
    align-items: center;
    padding: 8px;
    border-bottom: 1px solid #eee;
    margin-top: 20px;
}

.Merchants_Form .file_name {
    flex: 1;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.Merchants_Form .file_size {
    color: #666;
    margin: 0 10px;
}

.Merchants_Form .remove_btn {
    color: #ff4444;
    cursor: pointer;
    font-size: 18px;
    margin-left: 5px;
}

.Merchants_Form .upload_btn {
    display: block;
    width: 120px;
    margin: 20px auto;
    padding: 10px;
    background: #2196F3;
    color: white;
    border: none;
    border-radius: 4px;
    cursor: pointer;
}

.Merchants_Form .Item .File_name {
    line-height: 25px;
}

.Merchants_Form .Item .File_name .Name {}

.Merchants_Form .Item .File_name .Tips {
    color: #7e7e7e;
}

.Merchants_Form .Item .File_Div {
    width: 61.5%;
    text-align: left;
}

.Merchants_Form .Item .Input_Unit {
    width: 61.5%;
    position: relative;
}

.Merchants_Form .Item .Input_Unit input {
    width: 96.8%;
}

.Merchants_Form .Item .Input_Unit .Unit {
    margin-top: -52px;
    z-index: 999;
    position: absolute;
    right: 26px;
    top: 50px;
    color: #7e7e7e;
}

/* --- 品牌故事 --- */

/* 品牌哲学 */
.BrandPhilosophy {}

.BrandPhilosophy .BrandDescription {
    text-align: center;
}

.BrandPhilosophy .BrandDescription .Title {
    font-size: 16px;
    font-weight: bold;
}

.BrandPhilosophy .BrandDescription .TitleEnglish {
    padding-left: 200px;
    margin-top: 20px;
}

.BrandPhilosophy .Brand {
    display: flex;
    column-gap: 60px;
    justify-content: center;
    align-items: center;
    text-align: center;
    margin: 300px auto;
}

.BrandPhilosophy .Brand img {
    width: 200px;
}

.BrandPhilosophy .Brand .BrandItem {}

.BrandPhilosophy .Brand .BrandItem .Title {
    font-size: 30px;
    margin-top: -260px;
    color: #fff;
}

.BrandPhilosophy .Brand .BrandItem .Description {
    font-size: 15px;
    margin-top: 30px;
    color: #fff;
}

.BrandPhilosophy .Brand .BrandItem .Number {
    font-size: 20px;
    margin-top: 100px;
    color: #fff;
}

.BrandPhilosophy .BrandValue {
    height: 510px;
    margin-top: 50px;
}

.BrandPhilosophy .BrandValue img {
    width: 100%;
    height: 100%;
}

.BrandPhilosophy .BrandValue .SerialNumber {
    color: #dddddd;
    font-size: 15px;
    margin-top: -450px;
    margin-left: 120px;
}

.BrandPhilosophy .BrandValue .Name {
    color: #dddddd;
    font-size: 15px;
    margin-top: 3px;
    margin-left: 120px;
}

.BrandPhilosophy .BrandValue .Title {
    color: #fff;
    font-size: 36px;
    margin-top: 200px;
    margin-left: 120px;
}

.BrandPhilosophy .BrandValue .Description {
    color: #fff;
    font-size: 52px;
    margin-top: 50px;
    margin-left: 120px;
}

.BrandPhilosophy .BrandValueExplain {
    margin: 200px auto 100px auto;
}

.BrandPhilosophy .BrandValueExplain .Description {
    color: #a0a0a0;
    margin-bottom: 20px;
}

.BrandPhilosophy .BrandValueExplain .BrandValueExplain_BOX {
    display: flex;
    justify-content: space-between;
}



.BrandPhilosophy .BrandValueExplain .BrandValueExplain_left .Name {
    font-size: 18px;
    margin-top: 6px;
    font-weight: bold;
}

.BrandPhilosophy .BrandValueExplain .BrandValueExplain_right {
    color: #a0a0a0;
}

.BrandPhilosophy .BrandValueExplain .BrandValueExplain_right p {
    margin-bottom: 3px;
}

.BrandPhilosophy .BrandValueExplain .BrandValueExplain_Name {
    margin-top: 160px;
    text-align: center;
}

.BrandPhilosophy .BrandValueExplain .BrandValueExplain_Name img {
    width: 500px;
}

.BrandPhilosophy .BrandValueExplain .BrandValueExplain_Name .Name {
    font-size: 18px;
    font-weight: bold;
    margin-top: 100px;
    margin-bottom: 60px;
}

.BrandPhilosophy .BrandValueExplain .BrandValueExplain_Name .Description {
    margin-top: 0px;
    margin-bottom: 6px;
    color: #414141;
}

.BrandPhilosophy .BrandRestrain {
    display: flex;
    column-gap: 160px;
    margin-top: 260px;
    margin-bottom: 160px;
}

.BrandPhilosophy .BrandRestrain .BrandRestrain_left {}

.BrandPhilosophy .BrandRestrain .BrandRestrain_right {
    flex-shrink: 0;
    width: 55%;

}

.BrandPhilosophy .BrandRestrain .BrandRestrain_right img {
    margin-bottom: 200px;
}

.BrandPhilosophy .BrandRestrain .BrandRestrain_right .Center {
    margin-bottom: 200px;
    line-height: 50px;
    width: 600px;
}

.BrandPhilosophy .Restrain_Images {
    margin-top: 100px;
    margin-bottom: 260px;
}

.BrandPhilosophy .Advance {
    margin: 300px auto;
}

.BrandPhilosophy .Advance .AdvanceImg {
    display: flex;
    column-gap: 160px;
    align-items: flex-end;
}

.BrandPhilosophy .Advance .AdvanceImg .AdvanceImg_left {}

.BrandPhilosophy .Advance .AdvanceImg .AdvanceImg_right {}

.BrandPhilosophy .Advance .Center {
    margin-top: 100px;
    padding: 0px 200px;
    line-height: 50px;
}

.BrandPhilosophy .Advance .Center p {
    margin-bottom: 40px;
}

.BrandPhilosophy .Rigorous {
    display: flex;
    column-gap: 160px;
    align-items: flex-start;
    margin-bottom: 400px;
}

.BrandPhilosophy .Rigorous .Rigorous_left {}

.BrandPhilosophy .Rigorous .Rigorous_left .Rigorous_Img {
    display: flex;
    column-gap: 20px;
    justify-content: space-between;
}

.BrandPhilosophy .Rigorous .Rigorous_left .Rigorous_Img img {
    width: 300px;
}

.BrandPhilosophy .Rigorous .Rigorous_left .Center {
    margin-left: 200px;
    margin-top: 160px;
    line-height: 50px;
}

.BrandPhilosophy .Rigorous .Rigorous_left p {
    margin-bottom: 40px;
}

.BrandPhilosophy .Rigorous .Rigorous_right {
    width: 38%;
    flex-shrink: 0;
    margin-right: 7%;
}

.BrandPhilosophy .Aesthetic {
    margin-bottom: 260px;
}

.BrandPhilosophy .Aesthetic .Center {
    line-height: 60px;
}

.BrandPhilosophy .Aesthetic .Center .images {
    width: 90%;
    margin-left: 5%;
    margin-top: 60px;
}

.BrandPhilosophy .Aesthetic .Center .Description {
    width: 760px;
    float: right;
    margin-top: 100px;
    margin-bottom: 300px;
}


.BrandPhilosophy .Aesthetic .Aesthetic_Img {
    display: flex;
    column-gap: 20px;
    clear: both;
}

.BrandPhilosophy .Aesthetic .Aesthetic_Img .img1 {
    width: 400px;
    height: 100%;
    margin-top: 100px;
}

.BrandPhilosophy .Aesthetic .Aesthetic_Img .img2 {
    width: 400px;
    height: 100%;
    margin-top: 100px;
}

.BrandPhilosophy .Aesthetic .Aesthetic_Img .img3 {
    width: 800px;
    height: 100%;
}

/* 企业文化 */
.CorporateCulture {
    letter-spacing: 1px;
    line-height: 30px;
}

.CorporateCulture .Title {
    font-size: 18px;
    text-align: center;
}

.CorporateCulture .TitleEnglish {
    font-size: 18px;
    text-align: center;
}

.CorporateCulture .Name {
    font-size: 22px;
    text-align: center;
    margin-top: 40px;
    font-weight: bold;
}

.CorporateCulture .English {
    margin-top: 16px;
    text-align: center;
}


.CorporateCulture .Values {
    /* background-color: #fff; */
    /* margin-top: 300px; */
    padding-top: 260px;
    padding-bottom: 10px;
}

.CorporateCulture .Values ul {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    text-align: center;
    margin: 200px auto;
}

.CorporateCulture .Values ul li {
    border-right: 1px solid #ccc;
}

.CorporateCulture .Values ul li:last-child {
    border-right: none;
}

.CorporateCulture .Values ul li .Name {}

.CorporateCulture .Values ul li .NameEnglish {
    margin-top: 30px;
}

.CorporateCulture .Vision {
    display: flex;
    padding-top: 260px;
    padding-bottom: 60px;
    column-gap: 20px;
}

.CorporateCulture .ValuesDiv {
    display: flex;
    justify-content: center;
    align-items: flex-start;
    gap: 0px;
    padding-bottom: 260px;
    padding-top: 60px;
}

.CorporateCulture .Mission {
    padding: 260px 0px;
}

.CorporateCulture .ValuesDiv .ValuesDiv_left {
    text-align: right;
    flex-shrink: 0;
    width: 52%;
    /* width: calc(52% - 60px); */
}

.CorporateCulture .ValuesDiv .ValuesDiv_right {
    text-align: left;
    width: 48%;
    display: flex;
}

.CorporateCulture .ValuesDiv .ValuesDiv_right img {
    width: 260px;
    margin-left: 20px;
}

/* .CorporateCulture .ValuesDiv .ValuesDiv_right .img10 {
    width: 260px;
    margin-left: 20px;
} */

.CorporateCulture .ValuesBox {
    display: flex;
    justify-content: center;
    gap: 60px;
    padding: 260px 0px;
}

.CorporateCulture .ValuesBox .ValuesBox_left {
    text-align: right;
    flex-shrink: 0;
    /* width: 52%; */
    width: calc(52% - 60px);
}

.CorporateCulture .ValuesBox .ValuesBox_img {
    height: 1000px;
}

.CorporateCulture .ValuesBox .ValuesBox_left .img6 {
    height: 360px;
    margin-right: -30px;
}

.CorporateCulture .ValuesBox .ValuesBox_left .img8 {
    margin-top: 600px;
    width: 100%;
}

.CorporateCulture .ValuesBox .ValuesBox_left .Title {
    text-align: right;
    font-weight: bold;
    font-size: 22px;
}

.CorporateCulture .ValuesBox .ValuesBox_left .TitleEnglish {
    text-align: right;
    margin-top: 10px;
    font-size: 14px;
    font-weight: normal;
    color: #bbbbbb;
}

.CorporateCulture .ValuesBox .ValuesBox_left .Name {
    text-align: right;
    margin-top: 10px;
    font-size: 18px;
    font-weight: normal;
}

.CorporateCulture .ValuesBox .ValuesBox_right {
    text-align: left;
    width: 48%;
}

.CorporateCulture .ValuesBox .ValuesBox_right .img7 {
    width: 100%;
    margin-left: -15px;
}

.CorporateCulture .ValuesBox .ValuesBox_right .ValuesBox_rightImg {
    margin-top: 300px;
    display: flex;
}

.CorporateCulture .ValuesBox .ValuesBox_right .img9 {
    width: 300px;
}

.CorporateCulture .ValuesBox .ValuesBox_right .img10 {
    width: 300px;
    margin-left: 30px;
}

.CorporateCulture .ValuesBox .ValuesBox_right .Title {
    text-align: left;
    font-weight: bold;
    font-size: 22px;
}

.CorporateCulture .ValuesBox .ValuesBox_right .TitleEnglish {
    text-align: left;
    margin-top: 10px;
    font-size: 14px;
    font-weight: normal;
    color: #bbbbbb;
}

.CorporateCulture .ValuesBox .ValuesBox_right .Name {
    text-align: left;
    margin-top: 10px;
    font-size: 18px;
    font-weight: normal;
}

/* 品牌服务 */
.BrandService {}

.BrandService .Design {
    display: flex;
    margin: 300px 0px;
}

.BrandService .Design .Designer {
    width: 65%;
    flex-shrink: 0;
}

.BrandService .Design .Designer img {}

.BrandService .Design .Content {
    width: 35%;
    /* width: 200px; */
    margin-left: 60px;
    margin-right: 7%;
}

.BrandService .Design .Content .Title {
    font-size: 26px;
    margin-top: 60px;
}

.BrandService .Design .Content .Description {
    font-size: 15px;
    line-height: 50px;
    margin-top: 60px;
}

.BrandService .Documentary {
    display: flex;
    /* display: grid;
            justify-content: space-between;
            grid-template-columns: repeat(3, 1fr); */
    gap: 60px;
}

.BrandService .Documentary .Documentary_img {}

.BrandService .Documentary .Documentary_img .img1 {
    margin-top: 300px;
}

.BrandService .Documentary .Documentary_img .img3 {
    margin-top: 300px;
}

.BrandService .Documentary .Documentary_img .Content {
    height: 300px;
}

.BrandService .Documentary .Documentary_img .Title {
    font-size: 26px;
    font-weight: bold;
    margin-bottom: 80px;
    margin-right: -100px;
}

.BrandService .Documentary .Documentary_img .Description {
    margin-top: 30px;
    overflow: visible;
    margin-right: -100px;
}

.BrandService .Video {
    margin: 200px auto;
    text-align: center;
}

.BrandService .Video .Video_Item {
    margin-top: 100px;
}

.BrandService .Video .Video_Item .Title {
    margin-top: 200px;
    margin-bottom: 60px;
    font-size: 26px;
    font-weight: bold;
}

.BrandService .Video .Video_Item video {
    width: 100%;
}

.BrandService .Introduction {
    display: flex;
    justify-content: center;
    align-items: flex-end;
    gap: 20px;
    margin-top: 400px;
    margin-bottom: 260px;
}

.BrandService .Introduction .Introduction_left {
    margin-left: 7%;
}

.BrandService .Introduction .Introduction_left .Content {
    margin-left: 100px;
}

.BrandService .Introduction .Introduction_left .Content img {
    width: 500px;
}

.BrandService .Introduction .Introduction_left .Content .Description {
    margin-left: 20px;
    margin-top: 20px;
}

.BrandService .Introduction .Introduction_left .Trophy {
    margin-top: 535px;
}

.BrandService .Introduction .Introduction_right {}

.BrandService .Introduction .Introduction_right .rightImg1 img {
    width: 800px;
    margin-bottom: 20px;
}

.BrandService .Introduction .Introduction_right .rightImg2 img {
    margin-bottom: 20px;
}

.BrandService .Introduction .Introduction_right .rightImg3 img {
    width: 400px;
}



.AboutTitle {
    padding-top: 200px;
    text-align: center;
}

.AboutTitle .Title {
    font-size: 30px;
    color: #000000;
}

.AboutTitle .Subtitle {
    font-size: 30px;
    color: #000000;
    margin-top: 30px;
}

.AboutTitle .images {
    width: 500px;
    margin: 200px auto;
}

.NoData {
    padding: 100px 0px;
    text-align: center;
}

/* 表单提交提示 */
.error_message {
    color: red;
    font-size: 12px;
    margin-top: 40px;
    display: block;
    position: absolute;
    left: 41%;
}

.input_error {
    border-color: red !important;
}

.success_modal {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.5);
    z-index: 999;
}

.modal_content {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: white;
    padding: 30px 50px;
    border-radius: 8px;
    text-align: center;
}

@media (max-width: 1320px) {
    .error_message {
        left: 530px;
    }
}



/* ----------------------------------------------------------------------------------- */
/* ----------------------------------------------------------------------------------- */
/* ----------------------------------------------------------------------------------- */


@media (max-width: 1800px) {
    .Product_NavTab {
        row-gap: 60px;
    }

    .Product_NavTab a {
        width: 100%;
        height: 260px;
    }

    .Product_NavTab .Name {
        margin-top: 100px;
    }


    .Product_Classification_Introduction .images {
        height: 500px;
    }

    .NewsInfo_Recommend .Item {
        width: 360px;
    }

    .NewsInfo_Recommend .Item .imargs {
        width: 360px;
        height: 260px;
    }

    .Home_Case {
        width: 100%;
        height: 700px;
    }

    .Home_Case .Menu .Liu_button {
        margin: 0px auto;
        margin-top: 120px;
    }


    .Product_Info .Product_swiper .Liu_MasterMap {
        width: 1000px;
        height: 600px;
    }

    .BrandPhilosophy .Rigorous .Rigorous_left .Rigorous_Img img {
        width: 280px;
    }

    .BrandPhilosophy .Rigorous .Rigorous_right {
        width: 35%;
        flex-shrink: 0;
        margin-right: 7%;
    }


    .BrandPhilosophy .Aesthetic .Aesthetic_Img .img1 {
        width: 360px;
    }

    .BrandPhilosophy .Aesthetic .Aesthetic_Img .img2 {
        width: 360px;
    }

    .BrandPhilosophy .Aesthetic .Aesthetic_Img .img3 {
        width: 660px;
    }

}

@media (max-width: 1600px) {
    .BrandPhilosophy .Rigorous .Rigorous_left .Rigorous_Img img {
        width: 270px;
    }
}

@media (max-width: 1600px) {
    .Home_About .About .Center {
        width: 500px;
    }

    .Product_NavTab {
        row-gap: 40px;
    }

    .Product_NavTab a {
        width: 100%;
        height: 220px;
    }

    .Product_NavTab .Name {
        margin-top: 100px;
    }


    .Product_Hot .Product_HotItem .images {
        width: 100%;
        height: 400px;
        aspect-ratio: 3/2;
    }


    .News_list .News_listItem {
        border-bottom: 1px solid #888888;
        padding: 40px 0px;
        position: relative;
        clear: both;
        height: auto;
        display: flex;
        gap: 100px;
    }

    .News_list .News_listItem .images {
        width: 300px;
        height: 200px;
    }

    .News_list .News_listItem .Center .Tit {
        margin-top: 10px;
    }

    .News_list .News_listItem .Center .Description {
        margin-top: 10px;
    }


    .Product_Info .Product_swiper .Liu_MasterMap {
        width: 900px;
        height: 600px;
    }


    .Home_Product .Long_img {
        /* width: 1600px; */
        height: 900px;
    }

    .Home_Product .Short_img {
        width: 1300px;
        height: 800px;
    }


    .BrandPhilosophy .Rigorous .Rigorous_left .Rigorous_Img img {
        width: 260px;
    }

    .BrandPhilosophy .Aesthetic .Aesthetic_Img .img1 {
        width: 280px;
    }

    .BrandPhilosophy .Aesthetic .Aesthetic_Img .img2 {
        width: 300px;
    }

    .BrandPhilosophy .Aesthetic .Aesthetic_Img .img3 {
        width: 600px;
    }

    .CorporateCulture .ValuesBox .ValuesBox_left .img6 {
        height: 320px;
    }

    .CorporateCulture .ValuesDiv .ValuesDiv_right img {
        width: 220px !important;
    }
}

@media (min-width: 1500px) and (max-width: 1560px) {
    .Product_Info .Product_swiper .Liu_MasterMap {
        width: 830px;
        height: 530px;
    }

}

@media (max-width: 1500px) {
    .Home_About .About .Center {
        width: 400px;
    }

    .Product_Hot {
        flex-direction: column;
    }

    .Product_Hot .Product_HotItem .images {
        width: 100%;
        height: 360px;
        aspect-ratio: 3/2;
    }

    .Product_NavTab {
        row-gap: 40px;
    }

    .Product_NavTab a {
        width: 100%;
        height: 180px;
    }

    .Product_NavTab .Name {
        margin-top: 80px;
    }



    .Product_Classification_Introduction .images {
        height: 400px;
    }

    .NewsInfo_Recommend .Item {
        width: 300px;
    }

    .NewsInfo_Recommend .Item .imargs {
        width: 300px;
        height: 200px;
    }

    .Home_Case {
        width: 100%;
        height: 600px;
    }

    .Home_Case .Menu .Liu_button {
        margin: 0px auto;
        margin-top: 60px;
    }


    .Product_Info .Product_swiper .Liu_MasterMap {
        width: 800px;
        height: 500px;
    }

    .Home_Product .Long_img {
        height: 800px;
    }

    .Home_Product .Short_img {
        width: 1200px;
        height: 700px;
    }

    .Home_News .New_list .Center .Tit {
        width: 560px;
    }




    .BrandPhilosophy .Aesthetic .Aesthetic_Img .img1 {
        width: 260px;
    }

    .BrandPhilosophy .Aesthetic .Aesthetic_Img .img2 {
        width: 260px;
    }

    .BrandPhilosophy .Aesthetic .Aesthetic_Img .img3 {
        width: 560px;
    }


    .BrandPhilosophy .Rigorous .Rigorous_left .Rigorous_Img img {
        width: 240px;
    }

    .BrandPhilosophy .Rigorous .Rigorous_right {
        width: 33%;
    }
}



@media (max-width: 1400px) {
    .Home_About .About .Picture {
        height: 450px;
        width: 300px;
    }


    .Product_Info .Product_swiper .Liu_MasterMap {
        width: 700px;
        height: 440px;
    }

    .Product_Info .Product_swiper .Liu_MasterMap {
        padding: 0px 0px;
    }

    .Home_News .New_list .Center .Tit {
        width: 500px;
    }


    .Product_Hot .Product_HotItem .images {
        width: 100%;
        height: 330px;
        aspect-ratio: 3/2;
    }

    .CorporateCulture .ValuesBox .ValuesBox_left .img6 {
        height: 280px;
    }
}

@media (max-width: 1320px) {}