.structure-layout .h1,
.structure-layout .h2,
.structure-layout .h3,
.structure-layout .h4,
.structure-layout .h5,
.structure-layout .h6 {
    color: #000;
    font-weight: 700;
    font-family: 'Arial', sans-serif;
    font-size: 1.75rem;
}

.structure-layout .product-structure .structure-table {
    padding-top: 20px;
    padding-bottom: 20px;
    border-collapse: collapse;
}

.structure-layout .product-structure .structure-table .structure-row {
    display: table-row;
    margin: 10px 0;
}

.structure-layout .product-structure .structure-table .structure-row .col-left {
    width: 40%;
    background-color: #fafafa;
}

.structure-layout .product-structure .structure-table .structure-row .col-right {
    width: 60%;
    background-color: #fff;
    display: table-cell;
}

.structure-layout .product-structure .structure-table .structure-row .col-left,
.structure-layout .product-structure .structure-table .structure-row .col-right {
    padding: 12px;
    display: table-cell;
    border: 1px solid #f4f4f4;
    font-size: 14px;
    color: #222;
    line-height: 20px;
}

table.has-title {
    margin-bottom: 10px;
}

@media (min-width: 990px) {
    .poorder {
        position: absolute;
        right: 20px;
        top: -27px;
    }
}

.poorder .tab-list {
    display: flex;
    justify-content: flex-end;
    width: 100%;
}

.poorder .tab-list dd {
    cursor: pointer;
}
.flex66{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    align-items: center;
}
.yusinder{
    width: 15%;
}
.yusinder li{
    width: 48%;
}
.yuinghf_img{
    width: 25%;
}
.yuinghf_img img{
    max-width: 100%;
    height: auto;
}
.yuinghf_a{
    width: 65%;
    font-size: 14px;
    line-height: 35px;
}
.poorder #ert {
    width: 21px;
    height: 22px;
    float: left;
    background-image: url(../images/p-he.jpg);
    background-repeat: no-repeat;
    background-position: center center;
}

.poorder #uioi {
    width: 21px;
    height: 22px;
    float: left;
    background-image: url(../images/p-su.jpg);
    background-repeat: no-repeat;
    background-position: center center;
}

.poorder .tab-list .list .current {
    background-image: url(../images/p-he-1.jpg) !important;
}

.poorder .tab-list .list1 .current {
    background-image: url(../images/p-su-1.jpg) !important;
}


/*  */

@media (min-width: 990px) {
    .page-wrap-left {
        display: none;
    }
}

.icon-font {
    position: relative;
}

.icon-font:after {
    content: "";
    width: 30px;
    height: 30px;
    background-image: url(../images/icon_spirit.png);
    background-repeat: no-repeat;
    position: absolute;
    left: calc(50% - 15px);
    top: calc(50% - 15px);
}

.xypg-left-box {
    margin-bottom: 20px;
}

.xypg-left-title {
    background: var(--main-theme-color);
    padding: 10px 20px;
    position: relative;
}

.xypg-left-title h3 {
    font-size: 20px;
    color: #ffffff;
    line-height: 30px;
    font-weight: bold;
    position: relative;
    text-transform: capitalize;
    z-index: 9;
}

.xypg-left-con {
    border: 1px solid #d2d2d2;
    border-top: none;
}


/*  */

.page-mob-tool {
    position: fixed;
    right: 15px;
    bottom: 100px;
    z-index: 999;
}

.page-mob-tool li.xymob-page-navbtn span {
    color: #fff;
    position: relative;
    z-index: 1;
    font-size: 0;
    background: url(../images/menux.png) no-repeat center;
    font-family: "Candara", "SF Pro Display", "Arial";
    width: 40px;
    height: 40px;
    display: block;
}

.page-mob-tool li {
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    margin-bottom: 1px;
    cursor: pointer;
    position: relative;
}

.page-mob-tool li:before {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    background: var(--main-theme-color);
    opacity: .7;
}

.page-mob-tool li i {
    display: block;
    width: 100%;
    height: 100%;
}

.page-mob-tool li .icon-dots-horizontal:after {
    background-position: -30px -390px;
}

.page-mob-tool li .icon-top:after {
    background-position: -30px -60px;
}

@media (min-width: 992px) {
    .page-mob-tool {
        display: none;
    }
}


/* 手机站 左侧导航弹出特效 */

.xymob-left-close-btn {
    display: none;
}

@media (max-width: 990px) {
    /* 弹出框之后 body 上增加一个禁止滚动的类*/
    body.no-scroll,
    html.no-scroll {
        height: 100vh;
        overflow: hidden;
    }
    .xymob-menu-click {
        position: fixed;
        width: 100vw;
        overflow-y: scroll;
        top: 0;
        left: 100%;
        -webkit-transition: all .5s ease;
        transition: all .5s ease;
        z-index: 999999;
        height: 100vh;
        background: rgba(0, 0, 0, 0.7);
    }
    .xymob-menu-click .xypg-left-news,
    .xymob-menu-click .xypg-left-keys,
    .xymob-menu-click .xypg-left-contact,
    .xymob-menu-click .page-message-img {
        display: none;
    }
    .xymob-menu-click .xymob-left-close-btn {
        display: block;
        position: absolute;
        top: 15px;
        right: 15px;
        width: 32px;
        height: 32px;
        line-height: 32px;
        border-radius: 50%;
        border: 1px solid #fff;
        text-align: center;
        background: black;
    }
    .xymob-menu-click .xymob-left-close-btn .icon-font {
        display: block;
        width: 100%;
        height: 100%;
    }
    .xymob-menu-click .xymob-left-close-btn .icon-font:after {
        background-position: -30px -300px;
    }
    .xymob-menu-click .xypg-left {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        min-height: 90vh;
        padding: 5vh 0;
    }
    .xymob-menu-click .xypg-left .xypg-left-menu {
        width: 90%;
        background: #fff;
    }
    .xymob-menu-click.click {
        left: 0;
    }
}


/* 内页左侧导航栏样式 */

.xypg-left-nav {
    margin: 0 -1px;
}

.xypg-left-nav>li {
    position: relative;
    border-bottom: 1px solid #eeeeee;
}

.xypg-left-nav>li:last-child {
    border-bottom: none;
}

.xypg-left-nav>li>a {
    display: block;
    font-size: 16px;
    line-height: 22px;
    color: #2e2e2e;
    padding: 15px 18px;
}

.xypg-left-nav>li .first-nav-btn {
    position: absolute;
    z-index: 99;
    width: 30px;
    height: 30px;
    text-align: center;
    top: 10px;
    right: 20px;
    cursor: pointer;
    background: url(../images/icon_spirit.png) 0 -240px no-repeat;
}

.xypg-left-nav>li .first-nav-btn.clicked {
    background-position: 0 -270px;
}

.xypg-left-nav>li:hover>a,
.xypg-left-nav>li.clicked>a {
    color: var(--main-theme-color);
}

.xypg-left-nav>li:hover .first-nav-btn,
.xypg-left-nav>li.clicked .first-nav-btn {
    color: var(--main-theme-color);
}

.xypg-left-nav .xypg-left-subnav {
    display: none;
    padding: 0 10px;
}

.xypg-left-nav .xypg-left-subnav>li {
    border-top: 1px dashed #eeeeee;
}

.xypg-left-nav .xypg-left-subnav>li>a {
    padding: 8px;
    display: block;
    line-height: 20px;
    color: #818181;
    font-size: 16px;
}

.xypg-left-nav .xypg-left-subnav>li>a:hover {
    color: var(--main-theme-color);
}

.xypg-left-nav .xypg-left-subnav>li.clicked>a {
    color: var(--main-theme-color);
}

.xypg-left-nav .xypg-left-threenav>li>a {
    padding: 5px 10px;
    display: block;
    font-size: 14px;
    line-height: 24px;
    color: #999999;
}

.xypg-left-nav .xypg-left-threenav>li>a:before {
    content: '\2014   ';
}

.xypg-left-nav .xypg-left-threenav>li>a:hover {
    color: var(--main-theme-color);
}

.xypg-left-nav .xypg-left-threenav>li.clicked>a {
    color: var(--main-theme-color);
}

@media (max-width: 990px) {
    .xypg-left-nav .xypg-left-threenav {
        display: block;
    }
}


/*  */

p {
    margin: 0;
}

body {
    overflow-x: hidden;
}

.relative {
    position: relative;
}


/* =====================
   Layout Container
===================== */

.max1200,
.max1280,
.max1300,
.max1400,
.max1500,
.max1520,
.max1600 {
    width: 90%;
    margin: 0 auto;
    position: relative;
}

.max1200 {
    max-width: 1200px;
}

.max1280 {
    max-width: 1280px;
}

.max1300 {
    max-width: 1300px;
}

.max1400 {
    max-width: 1400px;
}

.max1500 {
    max-width: 1500px;
}

.max1520 {
    max-width: 1520px;
}

.max1600 {
    max-width: 1600px;
}

@media screen and (max-width: 1280px) {
    .max1200,
    .max1280,
    .max1300,
    .max1400,
    .max1500,
    .max1520,
    .max1600 {
        width: 92%;
    }
}


/* =====================
   Common Utilities
===================== */

.clearfix::after {
    content: "";
    display: block;
    height: 0;
    clear: both;
    overflow: hidden;
    visibility: hidden;
}

.clearfix {
    zoom: 1;
}

.clearboth {
    height: 0;
    line-height: 0;
    overflow: hidden;
    clear: both;
    font-size: 0;
}

.fl {
    float: left;
}

.fr {
    float: right;
}

.fwn {
    font-weight: 400;
}

.overflow {
    overflow: hidden;
}

.w-full {
    width: 100%;
}

.w-1-2 {
    width: 50%;
}

.w-1-3 {
    width: 33.3333%;
}

.w-1-4 {
    width: 25%;
}

@media screen and (max-width: 768px) {
    .w-1-2,
    .w-1-3,
    .w-1-4 {
        width: 100%;
    }
}


/* =====================
   Flex Utilities
===================== */

.flex2 {
    display: flex;
}

.wrap {
    flex-wrap: wrap;
}

.j-space-between {
    justify-content: space-between;
}

.j-flex-start {
    justify-content: flex-start;
}

.j-flex-end {
    justify-content: flex-end;
}

.j-center {
    justify-content: center;
}

.a-center {
    align-items: center;
}

.a-flex-start {
    align-items: flex-start;
}

.a-flex-end {
    align-items: flex-end;
}

.a-j-center {
    align-items: center;
    justify-content: center;
}


/* =====================
   Text Clamp
===================== */

.clamp1 {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.clamp2,
.clamp3,
.clamp4 {
    display: -webkit-box;
    overflow: hidden;
    -webkit-box-orient: vertical;
}

.clamp2 {
    -webkit-line-clamp: 2;
}

.clamp3 {
    -webkit-line-clamp: 3;
}

.clamp4 {
    -webkit-line-clamp: 4;
}


/* =====================
   Image Hover
===================== */

.com-img,
.com-img2 {
    display: block;
    overflow: hidden;
}

.com-img img,
.com-img2 img {
    display: block;
    width: 100%;
}

.com-img img {
    transition: transform .5s;
}

.com-img:hover img {
    transform: scale(1.2);
}

.com-img2 img {
    transition: transform .3s ease-out;
}

.com-img2:hover img {
    transform: scale(1.05);
    -webkit-transform: scale(1.05);
    -moz-transform: scale(1.05);
    -ms-transform: scale(1.05);
    -o-transform: scale(1.05);
}


/* header */

.header {
    left: 0;
    top: 0;
    width: 100%;
    z-index: 999;
    position: relative;
    background-color: #fff;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
}

.logo {
    position: relative;
    text-align: center;
    padding-top: 30px;
    padding-bottom: 10px;
}

.logo a {
    display: block
}

.logo a img {
    max-width: 100%;
    max-height: 173px
}

.top-mid-flex {
    position: relative;
    background-color: #fcf8f5;
    padding-top: 20px;
}

@media (max-width:768px) {
    .top-mid-flex {
        padding-top: 10px;
        padding-bottom: 10px;
    }
    .logo {
        padding-top: 15px;
    }
    .logo a img {
        max-height: 100px;
    }
}

.header-ss {
    margin-left: 1.25vw;
    position: relative;
    width: 36px;
    height: 36px
}

.header-ss .ss_btn {
    width: 36px;
    height: 36px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    border-radius: 50%;
    background: url(//wm.cdn.cn86.cn/whqiyuegj/2026/08/495b94b7a3a2w5ac.png) no-repeat center;
    cursor: pointer
}

.search-box {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 99;
    display: none;
    background: #fff;
    padding: 16px 20px;
    -webkit-box-shadow: 0 0 15px 0 rgb(0 0 0 / 30%);
    box-shadow: 0 0 15px 0 rgb(0 0 0 / 30%)
}

.header-ss .ss-search {
    width: 220px;
    position: relative;
    background: #fff;
    border: 1px solid var(--main-theme-color);
    display: flex
}

.header-ss .ss-search input {
    height: 34px;
    line-height: 34px;
    outline: 0;
    border: none;
    font-size: 0
}

.header-ss .ss-search #keyword {
    width: calc(100% - 50px);
    padding-left: 10px;
    color: #000;
    font-size: 14px
}

.header-ss .ss-search #s_btn {
    width: 50px;
    background-color: var(--main-theme-color);
    background-position: center center;
    background-repeat: no-repeat;
    background-image: url(//wm.cdn.cn86.cn/whqiyuegj/2026/08/4d234bfac3no7b5r.png)
}

.x-menu {
    position: relative
}

.x-menu>li {
    position: relative;
    text-align: center
}

.x-menu>li>a {
    display: block;
    font-size: 16px;
    color: #333333;
    height: 50px;
    line-height: 50px;
    font-weight: 400
}

.x-menu>li>a i {
    width: 14px;
    height: 8px;
    background: url(//wm.cdn.cn86.cn/whqiyuegj/2026/08/983501e907bfukdw.png) no-repeat center;
    content: "";
    display: inline-block;
}

.x-menu>li>a i::before {
    display: none;
}

.x-menu>li:hover>a {
    color: var(--main-theme-color)!important
}

.x-sub-menu {
    position: absolute;
    z-index: 999;
    width: 150%;
    left: -25%;
    top: 100%;
    width: 160px;
    left: 50%;
    margin-left: -80px;
    display: none;
    background: #fff;
    border-radius: 0;
    padding: 0 0
}

.x-sub-menu>li>a {
    display: block;
    text-align: center;
    font-size: 14px;
    color: #333333;
    line-height: 1.5;
    padding: .6em .3em
}

.x-sub-menu>li>a:hover {
    color: #fff!important;
    background-color: var(--main-theme-color)
}

@media (min-width:1200px) {
    .x-menu>li {
        margin-left: 15px;
        margin-right: 15px
    }
}

@media (min-width:1440px) {
    .x-menu>li {
        margin-left: 22px;
        margin-right: 22px
    }
}

.navbar-share {
    position: relative;
}

.navbar-share li a {
    padding-top: 8px;
    padding-bottom: 8px;
    padding-left: 10px;
    padding-right: 10px;
    color: #373737;
}

.navbar-share li a img {
    max-width: 22px;
    max-height: 22px;
}


/* banner */

.home-banner {
    width: 100%;
    position: relative;
}

.home-banner .swiper-slide {
    position: relative;
    overflow: hidden;
}

.home-banner .swiper-slide a {
    display: block;
}

.home-banner .swiper-slide a>img {
    display: block;
    width: 100%;
}

.home-banner .swiper-pagination1 {
    bottom: 30px;
}

.home-banner .swiper-pagination1 .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
    background: #fff;
    border-radius: 50%;
    margin: 0 10px!important;
    transition: width .3s ease;
    opacity: 1;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
}

.home-banner .swiper-pagination1 .swiper-pagination-bullet-active {
    background-color: var(--main-theme-color);
}

.swiper-button-next::after,
.swiper-button-prev::after {
    font-size: 0;
}

.home-banner .swiper-button-next1,
.home-banner .swiper-button-prev1 {
    position: absolute;
    width: 44px;
    height: 73px;
    top: 50%;
    margin-top: -36px;
    font-size: 0;
    outline: none;
    border: none;
    background: none;
    z-index: 99;
    transition: all .3s ease;
    -webkit-transition: all .3s ease;
    opacity: .5;
}

.home-banner .swiper-button-prev1 {
    left: 3.64583vw;
    background: url(//wm.cdn.cn86.cn/whqiyuegj/2026/08/191183b6efiejbln.png) no-repeat center;
}

.home-banner .swiper-button-next1 {
    right: 3.64583vw;
    background: url(//wm.cdn.cn86.cn/whqiyuegj/2026/08/95c4d6e7aeklcpon.png) no-repeat center;
}

.home-banner .swiper-button-prev1:hover {
    opacity: 1;
}

.home-banner .swiper-button-next1:hover {
    opacity: 1;
}


/*section1 */

.section1 {
    position: relative;
}

.hm-title {
    padding: 60px 0;
}

.hm-title .p1 {
    font-size: 30px;
    color: #000;
    line-height: 2.5;
}

.hm-title .p1 span {
    font-size: 40px;
    color: #e4a02e;
}

.hm-title .p2 {
    font-size: 30px;
    line-height: 2;
    color: #000;
}

.hm-title .p2 span {
    color: #e4a02e;
    font-size: 40px;
}

.sec1-content {
    position: relative;
    z-index: 99;
}

.sec1-content::before {
    position: absolute;
    left: 0px;
    bottom: 0px;
    width: 100%;
    height: calc(100% - 100px);
    content: "";
    z-index: -1;
    background-color: #fdf8f5;
}

.sec1-left {
    position: relative;
    padding-bottom: 50px;
}

.sec1-left .img img {
    width: 100%;
}

.sec1-right {
    position: relative;
    padding-left: 60px;
    padding-top: 120px;
    padding-right: 150px;
}

.sec1-right .img2 {
    position: absolute;
    right: 0px;
    top: -100px;
    z-index: 1;
}

.sec1-right .img2 img {
    max-width: 100%;
}

.sec1-right>h3 {
    font-size: 50px;
    color: #000;
    font-weight: 600;
    line-height: 1.2;
    position: relative;
    z-index: 99;
}

.sec1-right>h3 span {
    display: inline-block;
    position: relative;
    padding-bottom: 10px;
    margin-bottom: 40px;
}

.sec1-right>h3 span::before {
    position: absolute;
    left: 0px;
    bottom: 0px;
    width: 108px;
    height: 2px;
    background: #e4a02e;
    content: "";
}

.sec1-right .about-txt {
    font-size: 24px;
    color: #4d4d4d;
    line-height: 1.7;
    font-family: "Microsoft Yahei";
    letter-spacing: 1px;
    position: relative;
    z-index: 99;
}

@media (min-width:768px) {
    .sec1-left,
    .sec1-right {
        flex: 1 0 0%;
    }
}

:root {
    --bs-blue: #0d6efd;
    --bs-indigo: #6610f2;
    --bs-purple: #6f42c1;
    --bs-pink: #d63384;
    --bs-red: #dc3545;
    --bs-orange: #fd7e14;
    --bs-yellow: #ffc107;
    --bs-green: #198754;
    --bs-teal: #20c997;
    --bs-cyan: #0dcaf0;
    --bs-black: #000;
    --bs-white: #fff;
    --bs-gray: #6c757d;
    --bs-gray-dark: #343a40;
    --bs-gray-100: #f8f9fa;
    --bs-gray-200: #e9ecef;
    --bs-gray-300: #dee2e6;
    --bs-gray-400: #ced4da;
    --bs-gray-500: #adb5bd;
    --bs-gray-600: #6c757d;
    --bs-gray-700: #495057;
    --bs-gray-800: #343a40;
    --bs-gray-900: #212529;
    --bs-primary: #0d6efd;
    --bs-secondary: #6c757d;
    --bs-success: #198754;
    --bs-info: #0dcaf0;
    --bs-warning: #ffc107;
    --bs-danger: #dc3545;
    --bs-light: #f8f9fa;
    --bs-dark: #212529;
    --bs-primary-rgb: 13, 110, 253;
    --bs-secondary-rgb: 108, 117, 125;
    --bs-success-rgb: 25, 135, 84;
    --bs-info-rgb: 13, 202, 240;
    --bs-warning-rgb: 255, 193, 7;
    --bs-danger-rgb: 220, 53, 69;
    --bs-light-rgb: 248, 249, 250;
    --bs-dark-rgb: 33, 37, 41;
    --bs-white-rgb: 255, 255, 255;
    --bs-black-rgb: 0, 0, 0;
    --bs-body-color-rgb: 33, 37, 41;
    --bs-body-bg-rgb: 255, 255, 255;
    --bs-font-sans-serif: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", "Noto Sans", "Liberation Sans", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    --bs-font-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
    --bs-gradient: linear-gradient(180deg, rgba(255, 255, 255, 0.15), rgba(255, 255, 255, 0));
    --bs-body-font-family: var(--bs-font-sans-serif);
    --bs-body-font-size: 1rem;
    --bs-body-font-weight: 400;
    --bs-body-line-height: 1.5;
    --bs-body-color: #212529;
    --bs-body-bg: #fff;
    --bs-border-width: 1px;
    --bs-border-style: solid;
    --bs-border-color: #dee2e6;
    --bs-border-color-translucent: rgba(0, 0, 0, 0.175);
    --bs-border-radius: 0.375rem;
    --bs-border-radius-sm: 0.25rem;
    --bs-border-radius-lg: 0.5rem;
    --bs-border-radius-xl: 1rem;
    --bs-border-radius-2xl: 2rem;
    --bs-border-radius-pill: 50rem;
    --bs-link-color: #0d6efd;
    --bs-link-hover-color: #0a58ca;
    --bs-code-color: #d63384;
    --bs-highlight-bg: #fff3cd
}

*,
::after,
::before {
    box-sizing: border-box
}

@media (prefers-reduced-motion:no-preference) {
     :root {
        scroll-behavior: smooth
    }
}

.colore_rosso_la_mole {
    color: #CD2B3B;
}


/* BEGIOLINO = FCF8F4   */

.colonna_prodotti {
    text-align: center;
}

.sottocategoria {
    float: left;
    background: lightgrey;
    padding: 8px;
    margin: 5px;
}

.accapo {
    clear: both;
}

.spaziatura {
    padding: 3px;
}

.barra_colorata {
    text-align: center;
    padding: 6px;
    clear: both;
    /* background-color: lightgray; */
}

.spazio_equivalente_hamburger {
    min-width: 72px;
    min-height: 40px;
}

.barra_logo {
    text-align: center;
}

.spaziatura_hamburger {
    margin-top: 44px;
    /* border-color: none !important; */
}

.navbar-light .navbar-toggler {
    border: none !important;
    outline: none !important;
}

.sfondo_colore_rosso_mole {
    background-color: #A03F31;
    background-color: #cd3b2b;
}

.colore_rosso_footer {
    background-color: #AD2C18;
    background-color: #Cd3b2b;
}

.testo_link_bianco {
    color: white;
}

.navbar-light .navbar-toggler-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28160, 63, 49, 1%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='3' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e") !important;
    border-color: rgba(0, 0, 0, 0) !important;
}

.font_poppins_medium {
    font-family: 'Poppins', sans-serif;
    font-size: medium;
}

.font_lexend_semibold {
    font-family: 'Lexend', sans-serif;
    font-size: small;
}

.font_lexend_semibold_95 {
    font-family: 'Lexend', sans-serif;
    font-size: 0.95em;
}

.font_lexend_semibold_75 {
    font-family: 'Lexend', sans-serif;
    font-size: 0.75em;
}

.font_poppins_small {
    font-family: 'Poppins', sans-serif;
    font-size: small;
    font-weight: 200;
}

.font_poppins_small_menu {
    font-family: 'Poppins', sans-serif;
    font-size: small;
    font-weight: 300;
}

.font_cookie_menu {
    font-family: 'Cookie', cursive;
    /* color: grey; */
    font-size: large;
    font-weight: 100;
}

.font_cookie {
    font-family: 'Cookie', cursive;
    /* color: grey; */
    font-size: large;
    font-weight: 100;
}

.font_cookie_large {
    font-family: 'Cookie', cursive;
    /* color: grey; */
    font-size: 2em !important;
    font-weight: 100;
    color: black !important;
    line-height: 1em !important;
}

.font_windsong_medium {
    font-family: 'Windsong', cursive;
    font-size: medium;
}

.link_prodotti {
    background-color: #A8BAd2;
    float: left;
    color: white;
    font-size: small;
    padding-left: 5px;
    padding-right: 5px;
    padding-bottom: 2px;
    padding-top: 2px;
    margin: 2px;
}

.flex-container {
    /* We first create a flex layout context */
    display: flex;
    /* Then we define the flow direction 
     and if we allow the items to wrap 
   * Remember this is the same as:
   * flex-direction: row;
   * flex-wrap: wrap;
   */
    flex-flow: row wrap;
    /* Then we define how is distributed the remaining space */
    justify-content: space-between;
    padding: 0;
    margin: 0;
    list-style: none;
}

.flex-item {
    background: tomato;
    padding: 5px;
    /* width: 200px;
  height: 150px;
	*/
    margin-top: 10px;
    line-height: 150px;
    color: white;
    font-weight: bold;
    font-size: 3em;
    text-align: center;
}

.box {
    width: auto;
    display: flex;
}

.box>* {
    flex: 1 1 auto;
}

.sfondoGrigio {
    background-color: gray;
}

.nav-padding {
    font-size: small;
    padding-left: 1px;
    padding-right: 1px;
    padding-bottom: 1px;
    padding-top: 1px;
    margin: 2px;
}

.nav-pills .nav-link.active,
.nav-pills .show>.nav-link {
    background-color: #A8BAd2 !important;
}

.div_alto_come_contenuto {
    /* height: 100%; */
    overflow-y: visible;
    /* don't show content that exceeds my height */
}

.blocco_unico {
    display: inline-block !important;
}

.link_attivo {
    background-color: #A03F31 !important;
}

.sfondo_scritta_grigio_chiaro {
    font-family: 'Nunito';
    font-weight: 400;
    font-style: normal;
    color: #777777;
    margin: 10px;
    margin-left: 20%;
    margin-right: 20%;
    padding: 6px;
    background-color: #EEEEEE;
}


/****************************************************************** da ottobvre 2022 ***********************************/

.bg-light {
    background-color: #FCF8F4 !important;
}

.nav-link {
    padding: 15px !important;
    color: #373737 !important;
}

.font_search {
    font-size: medium !important;
    font-weight: 100 !important;
    color: darkgray !important;
}

.padding-zero {
    margin: 0px;
    padding: 0px;
    overflow: hidden;
}

.padding-zero_margin_1 {
    margin: 1px;
    padding: 0px;
    overflow: hidden;
}

.solo-padding-zero {
    margin: auto;
    padding: 0px;
    overflow: hidden;
}

.solo-solo-padding-zero {
    margin: auto;
    padding: 0px;
}

.product-holder {
    position: relative;
    /*
	width:100%;
	height:100%;
	*/
}

.plus-image {
    position: absolute;
    z-index: 99;
    left: 33%;
    top: 25%;
    width: 35%;
}

.plus-image2 {
    position: absolute;
    z-index: 99;
    left: 46%;
    top: 0%;
    width: 12%;
}

.plus-image3 {
    position: absolute;
    z-index: 99;
    left: 40%;
    top: -120%;
    /*
bottom:-50%;
	*/
    width: 22%;
    /*	height:25%; */
}

.txt-div {
    text-align: left;
    position: absolute;
    padding: 50px;
    top: 10%;
    left: 5%;
    right: 0;
    bottom: 0;
    z-index: 1;
    font-size: 5vw;
}

.txt-div:before {
    content: '';
    /*  padding-top:100%; */
    vertical-align: middle;
    display: inline-block;
}

.txt-div p {
    max-width: 95%;
    display: inline-block;
    vertical-align: middle;
}

.txt-div2 {
    position: absolute;
    /* border: 1px solid red !important; */
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 100;
}

.zoom_oltre_100_percento {
    min-width: 100%;
}

ul.navbar-nav a:hover {
    color: #cd3b2b !important;
    text-decoration: underline;
    text-underline-offset: 0.5em;
    text-decoration-color: #cd3b2b;
    background-color: transparent;
}

.navbar-nav .active {
    color: #cd3b2b !important;
    text-decoration: line-through;
    text-decoration-color: #373737;
    background-color: transparent;
}


/* PER CONVERTIRE SVG IN HTML: https://www.svgbackgrounds.com/tools/svg-to-css/ */

.carousel-control-prev,
.carousel-control-next {
    width: 5%;
}

.carousel-control-next-icon {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23CD2B3B' viewBox='0 0 8 8'%3E%3Cpath d='M2.75 0l-1.5 1.5 2.5 2.5-2.5 2.5 1.5 1.5 4-4-4-4z'/%3E%3C/svg%3E");
}

.carousel-control-prev-icon {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23CD2B3B' viewBox='0 0 8 8'%3E%3Cpath d='M5.25 0l-4 4 4 4 1.5-1.5-2.5-2.5 2.5-2.5-1.5-1.5z'/%3E%3C/svg%3E");
}

.titolo_news {
    text-align: center !important;
    color: white;
}

.titolo_news span {
    padding: 0px;
    padding-right: 24px;
    padding-left: 24px;
    /* background-color: red !important; */
}

.nessun_bordo {
    border: none !important;
}

.senza_stile_link a {
    color: inherit;
    text-decoration: inherit;
}

.colore_rosso_mole {
    color: #cd3b2b !important;
}

.sottolineatura {
    text-decoration: underline;
    text-decoration-color: #cd3b2b !important;
}

.font_w100 {
    font-weight: 100;
}

.font_nunito_normal {
    font-family: 'Nunito';
    font-weight: 100;
    font-style: normal;
    font-size: small;
}

.font_nunito_size_normal {
    font-family: 'Nunito';
    font-weight: 300;
    font-style: normal;
    font-size: normal;
}

.font_nunito_size_titolo {
    font-family: 'Nunito';
    font-weight: 300;
    font-style: normal;
    font-size: 2.5em;
}

.font_nunito_size_titolo_rosso {
    font-family: 'Nunito';
    font-weight: 400;
    font-style: normal;
    /* font-size: 1em; */
}

.centra_sveglia {
    position: absolute;
    z-index: 99;
    left: 38%;
    top: -120%;
    /*
bottom:-50%;
	*/
    width: 25.5%;
    /*	height:25%; */
}


/*
.immagine_media
{
	
  min-width: 500px;
  max-width: 500px;
  width:100%;


}
*/

.immagine_media_azienda {
    min-width: 350px;
    max-width: 600px;
    width: 98%;
    margin: 1px;
}

.immagine_date_sx {
    min-width: 100px;
    max-width: 170px;
    width: 100%;
    padding-left: 25px;
}

.immagine_date_dx {
    min-width: 100px;
    max-width: 170px;
    width: 100%;
    padding-right: 25px;
}

.immagine_media {
    min-width: 350px;
    max-width: 450px;
    width: 100%;
}

.immagine_grande {
    min-width: 220px;
    max-width: 960px;
    width: 100%;
}

.immagine_piccola {
    min-width: 300px;
    max-width: 300px;
    width: 100%;
}

.immagine_media_linee {
    min-width: 250px;
    max-width: 450px;
    width: 100%;
}

.immagine_mediass {
    /* padding:10pX !important; */
}

.testo_media {
    min-width: 250px;
    max-width: 450px;
    width: 100%;
    margin: auto !important;
}

.testo_media_minimo {
    min-width: 250px;
    max-width: 450px;
    /* width:100%;	
	margin:auto !important;
	*/
}

.testo_piccolo {
    min-width: 250px;
    max-width: 250px;
    width: 100%;
    margin: auto !important;
}

.riquadro_piccolo {
    min-width: 250px;
    max-width: 400px;
    /*
  width:100%;	
	*/
    /*
	margin:auto !important;
	
*/
}

.riquadro_immagine {
    min-width: 450px;
    max-width: 600px;
    /*
  width:100%;	
	*/
    /*
	margin:auto !important;
	
*/
}

.riquadro_date {
    z-index: 9999;
    min-width: 100px;
    max-width: 200px;
    margin-left: -3px;
    margin-right: -4px;
    padding: 0px;
    background-color: transparent !important;
    overflow: visible;
    -webkit-mix-blend-mode: normal !important;
    -moz-mix-blend-mode: normal !important;
    -o-mix-blend-mode: normal !important;
    -ms-mix-blend-mode: normal !important;
    mix-blend-mode: normal !important;
}

.allineamento_destra {
    text-align: right !important;
}

.allineamento_dx {
    text-align: center !important;
}

.allineamento_sx {
    text-align: center !important;
}

.allinea_a_sinistra {
    text-align: left !important;
    /*padding:10px !important;*/
}

.sfondo_marroncino {
    /*
	background-color: #FCF8F4;
	*/
    background-color: #fdf8f4;
    margin: 0px;
    padding: 0px;
    padding-top: 20px;
    padding-bottom: 20px;
    padding-left: 14px;
    padding-right: 14px;
}

.sfondo_marroncino_ORIGINALE {
    /*
	background-color: #FCF8F4;
	*/
    background-color: #fdf8f4;
    -webkit-mix-blend-mode: multiply;
    -moz-mix-blend-mode: multiply;
    -o-mix-blend-mode: multiply;
    -ms-mix-blend-mode: multiply;
    mix-blend-mode: multiply;
    /*
	will-change: opacity !important;
	
	*/
    margin: 0px;
    padding: 0px;
    padding-top: 20px;
    padding-bottom: 20px;
    padding-left: 14px;
    padding-right: 14px;
    z-index: -9999;
}

.sfondo_marroncino_azienda {
    /*
	background-color: #FCF8F4;
	*/
    position: relative;
    margin: 0px;
    padding: 0px;
    padding-top: 20px;
    padding-bottom: 20px;
    width: 100%;
    height: 100%;
}

.sfondo_marroncino_azienda::before {
    display: block;
    width: 100%;
    height: 100%;
    /*
	background-color: #FCF8F4;
	*/
    content: "";
    position: absolute;
    background-color: #fdf8f4;
    -webkit-mix-blend-mode: multiply;
    -moz-mix-blend-mode: multiply;
    -o-mix-blend-mode: multiply;
    -ms-mix-blend-mode: multiply;
    mix-blend-mode: multiply;
    /* will-change: opacity !important; */
    z-index: 99999;
}

.colore_marroncino {
    background-color: #fdf8f4;
}

.sfondo_bianco {
    /*
	background-color: #FCF8F4;
	*/
    background-color: #ffffff;
    margin: 0px;
    padding: 0px;
    padding-top: 20px;
    padding-bottom: 20px;
    padding-left: 14px;
    padding-right: 14px;
}

.logo_piede_piccolo {
    width: 320px !important;
}

.nascosta {
    display: none;
}

.card-img,
.card-img-top {
    background-color: transparent !important;
    border: none !important;
}

.modal-open {
    padding-right: 0px !important;
}

.navbar-toggler-icon {
    width: 2em;
    height: 2em;
}

#sceltaFormatoModal a {
    color: inherit;
    text-decoration: none;
    /* no underline */
}


/*

#burj svg { 
	display: inline-block;
	position: absolute;
	top: 0; left: 0;
}

*/

.fixModal {
    padding: 0 !important;
    /* margin-right: 0 !important; */
}

.sulla_stessa_riga {
    float: left;
}

.posizione_assoluta_the_tradition {
    position: absolute;
    top: -155px;
    left: 245px;
    overflow: visible !important;
}

.posizione_assoluta_premium_quality {
    position: absolute;
    top: 250px;
    left: 150px;
    overflow: visible !important;
    width: 100%;
}

.posizione_assoluta_we_love_italy {
    position: absolute;
    bottom: -20px;
    right: -60px;
    overflow: visible !important;
    /* width: 100%; */
}

.bordo_verticale_a_dx {
    border-right: 1px solid #B2B2B2;
}

.bordo_verticale_a_sx {
    border-right: 1px solid #B2B2B2;
}

.linea_verticale_centrale {
    background-image: linear-gradient(#B2B2B2, #B2B2B2);
    background-size: 1px 100%;
    background-repeat: no-repeat;
    background-position: center center;
    /*	will-change: opacity !important; */
}

.margine_inferiore_we_love_italy {
    margin-bottom: 20px;
}

.posizione_assoluta_bicicletta {
    position: absolute;
    top: -50px;
    left: 330px;
    overflow: visible !important;
}

.posizione_assoluta_sfondo_nuovi_sapori {
    position: absolute;
    top: 55px;
    left: -400px;
    overflow: visible !important;
    width: 1000%;
}

.posizione_assoluta_sfondo_bakery {
    position: absolute;
    top: 120px;
    left: 0px;
    overflow: visible !important;
    width: 1000%;
}

.posizione_assoluta_sfondo_excellence {
    position: absolute;
    top: 200px;
    left: -1000px;
    overflow: visible !important;
    width: 1000%;
}

.immagine_media_azienda_bakery {
    min-width: 450px;
    max-width: 600px;
    width: 100%;
    margin: 1px;
    margin-top: 100px;
}

.shake:hover {
    animation: shake 0.82s cubic-bezier(.36, .07, .19, .97) both;
    transform: translate3d(0, 0, 0);
    backface-visibility: hidden;
    perspective: 1000px;
}

@keyframes shake {
    10%,
    90% {
        transform: translate3d(-1px, 0, 0);
    }
    20%,
    80% {
        transform: translate3d(2px, 0, 0);
    }
    30%,
    50%,
    70% {
        transform: translate3d(-3px, 0, 0);
    }
    40%,
    60% {
        transform: translate3d(4px, 0, 0);
    }
}

.manina_popup {
    overflow: visible;
    position: absolute;
    z-index: 99;
    right: 8%;
    bottom: 8%;
    width: 8%;
    /*
	  min-width: 220px;
  		max-width: 450px;
	
 */
    /*
	bottom:-50%;
	
	width:12%;
		*/
}

.font_bebas_neue_menu {
    font-family: 'Bebas Neue', sans-serif;
    font-size: 20px;
    font-weight: 400;
}

.footer a {
    text-decoration: none !important;
    color: white !important;
}

.seconda_riga_sotto {
    overflow: visible;
    margin-top: 100px !important;
}

.margine_sezione {
    /* overflow: visible; */
    margin-top: 100px !important;
}

.testo_piccolo_excellence {
    min-width: 200px !important;
    text-align: center !important;
}

@media (max-width: 768px) {
    .linea_verticale_centrale {
        background-image: none !important;
    }
    .immagine_date_dx {
        max-width: 150px !important;
        margin-bottom: 5px;
        /* width:50%; */
    }
    .seconda_riga_sotto {
        overflow: hidden;
        margin-top: 0px !important;
    }
    .sfondo_marroncino_azienda {
        margin: 0px !important;
        background: none !important;
        padding-top: 0px !important;
        padding-bottom: 0px!important;
    }
    .sfondo_marroncino_azienda::before {
        margin: 0px !important;
        background: none !important;
    }
    .margine_sezione {
        /* overflow: visible; */
        margin-top: 50px !important;
    }
    .immagine_media_azienda_bakery {
        min-width: 250px !important;
        max-width: 600px;
        width: 100%;
        margin: 1px;
        margin-top: 50px;
    }
}

@media (max-width: 576px) {
    /*
  .linea_verticale_centrale {
    background-image: none !important;
  }

	*/
    .immagine_date_dx {
        max-width: 130px !important;
        /* width:50%; */
    }
}

.logo_social_piccolo {
    width: 22px !important;
    margin-left: 5px !important;
    margin-right: 5px !important;
}

.nav-link-social {
    padding-top: 15px !important;
    padding-bottom: 15px !important;
    padding-left: 9px !important;
    padding-right: 9px !important;
    color: #373737 !important;
}

.nav-link-social :hover {
    fill: #000000 !important;
}

.menu_parte_sx {
    width: 200px;
    max-width: 200px;
    min-width: 200px;
    float: left;
}

.menu_parte_dx {
    widht: 200px;
    max-width: 200px;
    min-width: 200px;
    float: left;
}

.svg-baseline svg {
    width: 22px !important;
    height: 22px !important;
    fill: #df2e2b;
}


/*========================================
    section21
========================================*/

.section21 {
    position: relative;
    width: 100%;
    display: flex;
    overflow: hidden;
    background: #fff;
}

.section21-left,
.section21-right {
    position: relative;
    width: 50%;
    min-height: 680px;
    box-sizing: border-box;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100% 100%;
}


/* 左侧 */

.section21-left {
    background-image: url("//wm.cdn.cn86.cn/whqiyuegj/2026/08/1c276a32a79geg7q.png");
}

.section21-left-con {
    position: relative;
    z-index: 2;
    width: 100%;
    max-width: 660px;
    margin-left: auto;
    padding: 95px 80px 50px 30px;
    box-sizing: border-box;
}


/* 右侧 */

.section21-right {
    background-image: url("//wm.cdn.cn86.cn/whqiyuegj/2026/08/d31b01a62cw9mpf6.png");
}

.section21-right-con {
    position: relative;
    z-index: 2;
    width: 100%;
    max-width: 680px;
    padding: 95px 30px 50px 110px;
    box-sizing: border-box;
}


/*========================================
    标题
========================================*/

.section21-title {
    position: relative;
    margin-bottom: 65px;
}

.section21-title h3 {
    position: relative;
    margin: 0;
    padding-bottom: 20px;

    font-size: 50px;
    line-height: 1.1;
    font-weight: bold;
    color: #000;
    letter-spacing: 3px;
}

.section21-title h3::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;

    width: 108px;
    height: 3px;

    background: #e99b18;
}


/*========================================
    公司愿景
========================================*/

.section21-vision {
    position: relative;
    display: flex;
    align-items: flex-start;
}

.section21-vision > i {
    display: block;
    flex-shrink: 0;
    width: 29px;
    height: 28px;
    margin-top: 5px;
    margin-right: 15px;

    background: url("//wm.cdn.cn86.cn/whqiyuegj/2026/08/848527e8d6l8sp8p.png") no-repeat center;
    background-size: contain;
}



.section21-vision .txt {
    max-width: 570px;

    font-size: 25px;
    line-height: 1.65;
    color: #3f3f3f;

    letter-spacing: 1px;
    text-align: justify;
}


/*========================================
    经营理念
========================================*/

.section21-list {
    position: relative;
    margin: 0;
    padding: 0;
    list-style: none;
}

.section21-list li {
    position: relative;

    display: flex;
    align-items: center;

    margin-bottom: 52px;
}

.section21-list li:last-child {
    margin-bottom: 0;
}


/* 数字 */

.section21-list li > span {
    position: relative;

    display: flex;
    align-items: center;
    justify-content: center;

    flex-shrink: 0;

    width: 42px;
    height: 42px;

    margin-right: 25px;

    border-radius: 50%;
   background-color: rgb(228, 160, 46);

    color: #fff;

    font-size: 34px;
    line-height: 1;
    font-weight: bold;
     opacity: 0.631;

    box-shadow:
        0 0 15px rgba(234, 158, 21, .35),
        0 0 35px rgba(234, 158, 21, .20);
}




.section21-list .txt {
    position: relative;
    z-index: 2;

    font-size: 25px;
    line-height: 1.5;

    color: #404040;

    letter-spacing: 1px;
}


/*========================================
    1600px
========================================*/

@media screen and (max-width: 1600px) {

    .section21-left,
    .section21-right {
        min-height: 620px;
    }

    .section21-left-con {
        max-width: 610px;
        padding: 80px 60px 50px 30px;
    }

    .section21-right-con {
        max-width: 620px;
        padding: 80px 30px 50px 80px;
    }

    .section21-title {
        margin-bottom: 50px;
    }

    .section21-title h3 {
        font-size: 44px;
    }

    .section21-vision .txt,
    .section21-list .txt {
        font-size: 21px;
    }

    .section21-list li {
        margin-bottom: 43px;
    }

}


/*========================================
    1280px
========================================*/

@media screen and (max-width: 1280px) {

    .section21-left,
    .section21-right {
        min-height: 550px;
    }

    .section21-left-con {
        padding: 65px 45px 40px 6%;
    }

    .section21-right-con {
        padding: 65px 5% 40px 8%;
    }

    .section21-title {
        margin-bottom: 42px;
    }

    .section21-title h3 {
        padding-bottom: 15px;
        font-size: 38px;
    }

    .section21-title h3::after {
        width: 82px;
    }

    .section21-vision .txt,
    .section21-list .txt {
        font-size: 18px;
    }

    .section21-list li {
        margin-bottom: 33px;
    }

    .section21-list li > span {
        width: 36px;
        height: 36px;

        margin-right: 18px;

        font-size: 28px;
    }

}


/*========================================
    平板
========================================*/

@media screen and (max-width: 991px) {

    .section21 {
        display: block;
    }

    .section21-left,
    .section21-right {
        width: 100%;
        min-height: 600px;

        background-size: cover;
        background-position: center;
    }

    .section21-left-con,
    .section21-right-con {
        max-width: none;
        padding: 65px 8%;
    }

    .section21-title h3 {
        font-size: 38px;
    }

    .section21-vision .txt,
    .section21-list .txt {
        font-size: 19px;
    }

}


/*========================================
    手机
========================================*/

@media screen and (max-width: 767px) {

    .section21-left {
        min-height: 480px;
        background-size: cover;
        background-position: center;
    }

    .section21-right {
        min-height: 520px;
        background-size: cover;
        background-position: center;
    }

    .section21-left-con,
    .section21-right-con {
        padding: 45px 6%;
    }

    .section21-title {
        margin-bottom: 32px;
    }

    .section21-title h3 {
        padding-bottom: 12px;

        font-size: 30px;
        letter-spacing: 1px;
    }

    .section21-title h3::after {
        width: 65px;
        height: 2px;
    }

    .section21-vision > i {
        margin-right: 12px;
    }

    .section21-vision .txt {
        flex: 1;
        max-width: none;

        font-size: 16px;
        line-height: 1.8;
    }

    .section21-list li {
        align-items: flex-start;
        margin-bottom: 25px;
    }

    .section21-list li > span {
        width: 32px;
        height: 32px;

        margin-right: 14px;

        font-size: 24px;
    }

    .section21-list .txt {
        flex: 1;
        padding-top: 3px;

        font-size: 16px;
        line-height: 1.6;
    }

}


/*section3*/

.section3 {
    padding-top: 120px;
    padding-bottom: 60px;
    background-color: #fff;
    position: relative;
}

.hm-title3 {
    position: relative;
}

.hm-title3 h3 {
    font-size: 50px;
    color: #000;
    line-height: 1.1;
    font-weight: bold;
    letter-spacing: 2px;
    margin: 15px 18px;
}

.sec3-sort {
    position: relative;
}

.sec3-sort .item {
    margin: 10px 0px;
    width: 209px;
    height: 74px;
    background: url(//wm.cdn.cn86.cn/whqiyuegj/2026/08/556b8e813bgyzsrr.png) no-repeat center;
    background-size: cover;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    background-size: 100% 100%;
}

.sec3-sort .item img {
    max-width: 100%;
    max-height: 55px;
    cursor: pointer;
}

.sec3-sort .item.active {
    background: url(//wm.cdn.cn86.cn/whqiyuegj/2026/08/8b653e7304qsfwyo.png) no-repeat center;
    background-size: 100% 100%;
}

.sec3-sort .item.active img {
    /* 标准写法 */
    filter: brightness(0) invert(1);
    /* 兼容旧版 Safari 和 iOS */
    -webkit-filter: brightness(0) invert(1);
    /* 兼容旧版 Firefox */
    -moz-filter: brightness(0) invert(1);
    /* 兼容旧版 IE */
    filter: gray;
    /* IE 6-9 */
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(grayscale=1)";
    /* IE 10+ */
}

.sec3-content {
    margin-top: 40px;
}

.h-photo-list3 {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -4.166vw;
}

.h-photo-list3 li {
    position: relative;
    width: calc(100%/2 - 8.333vw);
    margin: 0 4.166vw 2.083vw 4.166vw;
}

.h-photo-list3 li a {
    display: block;
}

.h-photo-list3 li .img img {
    display: block;
    width: 100%;
    height: auto;
}


/*section4 */

.section4 {
    position: relative;
    background-color: #f8f8f7;
    padding-top: 50px;
    padding-bottom: 150px;
}

.hm-title4 {
    margin-bottom: 30px;
}

.hm-title4 h3 {
    font-size: 50px;
    color: #000;
    line-height: 1.2;
    font-weight: bold;
    position: relative;
    padding-bottom: 20px;
    margin-bottom: 20px;
    letter-spacing: 2px;
}

.hm-title4 h3::before {
    position: absolute;
    width: 120px;
    height: 3px;
    background: #e4a02e;
    content: "";
    left: 50%;
    bottom: 0px;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
}

.sec4-left {
    position: relative;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    flex-direction: column;
}

.sec4-left .wz {
    position: relative;
    margin-bottom: 3.125vw;
    width: 100%;
}

.sec4-left .wz p {
    background-color: #e4a02e;
    font-size: 2.60416vw;
    padding: 15px;
    padding-left: 30px;
    color: #fff;
    line-height: 1.2;
    margin-bottom: 10px;
    letter-spacing: 2px;
}

.section4 .img3 {
    position: absolute;
    width: 100%;
    left: 50%;
    bottom: -5.2083vw;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    text-align: center;
    z-index: 9;
}


/* section5 */

.section5 {
    padding-top: 160px;
    padding-bottom: 50px;
}

.hm-title5 {
    margin-bottom: 30px;
}

.hm-title5 h3 {
    font-size: 50px;
    color: #000;
    line-height: 1.2;
    font-weight: bold;
    position: relative;
    padding-bottom: 20px;
    margin-bottom: 20px;
    letter-spacing: 2px;
}

.hm-title5 h3::before {
    position: absolute;
    width: 120px;
    height: 3px;
    background: #e4a02e;
    content: "";
    left: 50%;
    bottom: 0px;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
}

.hnews_list1 {
    position: relative;
    margin: 0 -20px;
}

.hnews_list1 li {
    position: relative;
    width: calc(100%/3 - 40px);
    margin: 0 20px 20px 20px;
}

.hnews_list1 li a {
    display: block;
}

.hnews_list1 li .img {
    overflow: hidden;
    border-radius: 40px;
    -webkit-border-radius: 40px;
    -moz-border-radius: 40px;
    -ms-border-radius: 40px;
    -o-border-radius: 40px;
}

.hnews_list1 li .img img {
    display: block;
    width: 100%;
}

.hnews_list1 li .txt {
    padding-top: 20px;
    padding-bottom: 20px;
    text-align: center;
}

.hnews_list1 li span {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    color: #999999;
}

.hnews_list1 li span i {
    display: inline-block;
    width: 26px;
    height: 26px;
    background: url(//wm.cdn.cn86.cn/whqiyuegj/2026/08/93528b8e7azccssp.png) no-repeat;
    margin-right: 10px;
}

.hnews_list1 li h3 {
    font-size: 20px;
    color: #222222;
    display: block;
    margin: 10px 0 20px;
}

.hnews_list1 li .read-more {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 126px;
    line-height: 42px;
    height: 42px;
    margin: 0 auto;
    border: 1px solid #999;
    transition: all .3s;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
}

.hnews_list1 li:hover .read-more {
    background-color: #e4a02e;
    border-color: #e4a02e;
}

.hnews_list1 li:hover .read-more img {
    /* 标准写法 */
    filter: brightness(0) invert(1);
    /* 兼容旧版 Safari 和 iOS */
    -webkit-filter: brightness(0) invert(1);
    /* 兼容旧版 Firefox */
    -moz-filter: brightness(0) invert(1);
    /* 兼容旧版 IE */
    filter: gray;
    /* IE 6-9 */
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(grayscale=1)";
    /* IE 10+ */
}


/* section6 */

.section6 {
    position: relative;
    background: url(//wm.cdn.cn86.cn/whqiyuegj/2026/08/f48b28619ahhi7cp.jpg) no-repeat;
    background-size: cover;
    padding: 120px 0;
}

.sec6-content {
    background-color: #fff;
    padding: 80px 50px 40px;
    text-align: center;
}

.sec6-content .line1 {
    width: 120px;
    height: 3px;
    background: #e4a02e;
    margin: 0 auto;
}

.sec6-content .contenx {
    color: #000000;
    font-size: 30px;
    line-height: 2.2;
    padding: 30px 0;
    font-weight: bold;
}


/* section7 */

.section7 {
    position: relative;
    padding: 60px 0;
}

.hm-title7 {
    margin-bottom: 30px;
}

.hm-title7 h3 {
    font-size: 50px;
    color: #000;
    line-height: 1.1;
    font-weight: bold;
    position: relative;
    letter-spacing: 2px;
}

.hm-title7 .img1 {
    margin-left: -100px;
}

.hm-title7 .p1 {
    font-size: 20px;
    color: #4d4d4d;
    line-height: 2;
    max-width: 530px;
    margin: 0 auto;
    letter-spacing: 3px;
    font-weight: lighter;
}


/* section8 */

.section8 {
    position: relative;
    padding: 200px 0 60px;
    background: url(//wm.cdn.cn86.cn/whqiyuegj/2026/08/c7d725af8fmphwlt.jpg) no-repeat;
    background-position: center bottom;
    background-size: cover;
    overflow: hidden;
}

.section8 .max1600 {
    min-height: 410px;
}

.sec8-aa {
    min-height: 1px;
}

.sec8-bb {
    gap: clamp(30px, 3.125vw, 60px);
    align-self: flex-end;
}

.section8 .map1 {
    flex: 0 1 500px;
    min-width: 0;
}

.section8 .map1 img {
    display: block;
    width: 100%;
    height: auto;
}

.section8 .lianxi {
    flex: 0 0 clamp(260px, 16.15vw, 310px);
    padding-bottom: 24px;
    color: #e89b28;
}

.section8 .lianxi h2 {
    display: flex;
    align-items: center;
    gap: 14px;
    margin: 0 0 18px;
    color: #e89b28;
    font-size: clamp(28px, 1.875vw, 36px);
    line-height: 1.2;
    font-weight: 700;
    letter-spacing: 1px;
    white-space: nowrap;
}

.section8 .lianxi h2 img {
    display: block;
    width: clamp(42px, 2.6vw, 50px);
    height: auto;
}

.section8 .lx-cont {
    color: #e89b28;
    font-size: 15px;
    line-height: 1.8;
}

.section8 .lx-cont p {
    margin: 0 0 9px;
}

.section8 .lx-cont p:first-child {
    padding-left: 30px;
    background: url(//wm.cdn.cn86.cn/whqiyuegj/2026/08/9953dc1c00zj1ddj.png) no-repeat left 5px;
}

.section8 .lx-cont p:nth-child(2) {
    padding-left: 30px;
    background: url(//wm.cdn.cn86.cn/whqiyuegj/2026/08/76ca5b3183jmixy6.png) no-repeat left 5px;
}

.section8 .lx-cont p:nth-child(3) {
    padding-left: 30px;
    background: url(//wm.cdn.cn86.cn/whqiyuegj/2026/08/ab8b94876celrj3t.png) no-repeat left 5px;
}

.section8 .lx-cont img,
.section8 .lx-cont i {
    display: inline-block;
    width: 18px;
    max-height: 18px;
    margin-right: 9px;
    color: #e89b28;
    object-fit: contain;
    vertical-align: -3px;
}

.section8 .lx-cont a {
    color: inherit;
}

.section8 .lx-cont a:hover {
    color: #c97909;
}

.section8 .lx-share {
    gap: 12px;
    margin-top: 16px;
}

.section8 .lx-share a {
    display: flex;
    width: 34px;
    height: 34px;
    align-items: center;
    justify-content: center;
    background: #fff;
    transition: transform .25s ease, box-shadow .25s ease;
}

.section8 .lx-share a:hover {
    transform: translateY(-3px);
    box-shadow: 0 6px 16px rgba(145, 91, 18, .14);
}

.section8 .lx-share img {
    display: block;
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
}

@media screen and (max-width: 1440px) {
    .section8 {
        padding: 150px 0 50px;
    }
    .section8 .max1600 {
        width: 94%;
        min-height: 350px;
    }
    .sec8-bb {
        gap: 30px;
    }
    .section8 .map1 {
        flex-basis: 360px;
    }
    .section8 .lianxi {
        flex-basis: 260px;
        padding-bottom: 10px;
    }
}

@media screen and (max-width: 1100px) {
    .section8 {
        padding: 110px 0 45px;
        background-position: 42% bottom;
    }
    .section8 .max1600 {
        width: 96%;
    }
    .sec8-aa {
        width: 38%;
    }
    .sec8-bb {
        width: 62%;
        gap: 24px;
    }
    .section8 .map1 {
        flex-basis: 320px;
    }
    .section8 .lianxi {
        flex-basis: 240px;
    }
    .section8 .lx-cont {
        font-size: 14px;
    }
}

@media screen and (max-width: 768px) {
    .section8 {
        padding: 70px 0 45px;
        background-position: 25% bottom;
    }
    .section8 .max1600 {
        display: block;
        width: 90%;
        min-height: 0;
    }
    .sec8-aa {
        display: none;
    }
    .sec8-bb {
        width: 100%;
        align-items: center;
        gap: 28px;
        padding: 28px;
        background: rgba(255, 250, 244, .9);
    }
    .section8 .map1 {
        flex: 1 1 52%;
    }
    .section8 .lianxi {
        flex: 1 1 48%;
        padding-bottom: 0;
    }
}

@media screen and (max-width: 576px) {
    .section8 {
        padding: 45px 0;
        background-position: 18% bottom;
    }
    .sec8-bb {
        flex-direction: column;
        align-items: stretch;
        padding: 22px;
    }
    .section8 .map1,
    .section8 .lianxi {
        flex: none;
        width: 100%;
    }
    .section8 .map1 {
        max-width: 390px;
        margin: 0 auto;
    }
    .section8 .lianxi {
        max-width: 390px;
        margin: 0 auto;
    }
    .section8 .lianxi h2 {
        font-size: 28px;
        white-space: normal;
    }
}


/* footer */

.foot {
    position: relative;
    width: 100%;
    background-color: #fff;
}

.foot .ft-logo {
    display: flex;
    min-height: 186px;
    padding: 24px 20px 14px;
    align-items: center;
    justify-content: center;
}

.foot .ft-logo a {
    display: inline-block;
}

.foot .ft-logo img {
    display: block;
    width: auto;
    max-width: 230px;
    max-height: 148px;
    margin: 0 auto;
}

.foot .foot-mid {
    min-height: 80px;
    padding: 17px 0 14px;
    background-color: #c77b1b;
}

.foot .copyright {
    color: #fff;
    font-size: 12px;
    line-height: 1.75;
    font-weight: 400;
    text-align: center;
}

.foot .copyright p {
    margin: 0;
}

.foot .copyright a {
    color: #fff;
}

.foot .copyright a:hover {
    color: rgba(255, 255, 255, .78);
}

@media screen and (max-width: 768px) {
    .foot .ft-logo {
        min-height: 138px;
        padding: 16px 20px 8px;
    }
    .foot .ft-logo img {
        max-width: 190px;
        max-height: 106px;
    }
    .foot .foot-mid {
        min-height: 66px;
        padding: 11px 15px 10px;
    }
    .foot .copyright {
        font-size: 11px;
        line-height: 1.65;
    }
}

@media screen and (max-width: 480px) {
    .foot .ft-logo {
        min-height: 112px;
    }
    .foot .ft-logo img {
        max-width: 165px;
        max-height: 92px;
    }
    .foot .copyright {
        font-size: 10px;
    }
}


/* contatti */

.contatti-page {
    overflow: hidden;
    background: #fff;
    font-family: 'Nunito', sans-serif;
}

.contatti-map {
    width: 100%;
    padding: 10px 0;
    background: #fff;
    line-height: 0;
}

.contatti-map iframe {
    display: block;
    width: 100%;
    height: 526px;
    border: 0;
}

.contatti-info {
    background: #fbf8f4 url(//wm.cdn.cn86.cn/whqiyuegj/2026/08/28e36fb837tzipzl.png) top center no-repeat;
    background-size: cover;
    padding-bottom: 35.15%;
    position: relative;
}

.contatti-info-inner {
    display: grid;
    width: 100%;
    max-width: 1140px;
    margin: 0 auto;
    grid-template-columns: 2fr 1fr 1fr;
    align-items: stretch;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    right: 0;
}

.contatti-city,
.contatti-card {
    min-width: 0;
    overflow: hidden;
}

.contatti-city img {
    display: block;
    width: 100%;
    height: 100%;
    min-height: 528px;
    object-fit: cover;
    object-position: center bottom;
}

.contatti-card {
    display: flex;
    align-items: stretch;
    justify-content: center;
}

.contatti-card img {
    display: block;
    width: 100%;
    max-width: 300px;
    min-width: 300px;
    height: auto;
}

.contatti-write {
    padding: 48px 0 58px;
    background: #fff;
}

.contatti-write-title {
    margin: 0 auto 62px;
    text-align: center;
}

.contatti-write-title img {
    display: inline-block;
    width: 300px;
    max-width: calc(100% - 40px);
    height: auto;
}

.contatti-form-wrap {
    width: 66.6667%;
    max-width: 1140px;
    margin: 0 auto;
}

.contatti-form {
    font-family: 'Nunito', sans-serif;
    font-weight: 300;
}

.contatti-field {
    margin-bottom: 16px;
}

.contatti-form .form-control {
    display: block;
    width: 100%;
    min-height: 46px;
    padding: 10px 14px;
    border: 1px solid #ced4da;
    border-radius: 4px;
    background: #fff;
    color: #373737;
    font-family: inherit;
    font-size: 16px;
    font-weight: 300;
    line-height: 1.5;
    box-shadow: none;
    transition: border-color .15s ease, box-shadow .15s ease;
}

.contatti-form textarea.form-control {
    min-height: 135px;
    resize: vertical;
}

.contatti-form .form-control::placeholder {
    color: #6c757d;
    opacity: 1;
}

.contatti-form .form-control:focus {
    border-color: #86b7fe;
    outline: 0;
    box-shadow: 0 0 0 4px rgba(13, 110, 253, .25);
}

.contatti-form-actions {
    display: flex;
    margin-top: 18px;
    align-items: flex-start;
    justify-content: flex-end;
    gap: 18px;
}

.contatti-captcha {
    min-width: 0;
    width: 30%;
}

.contatti-submit {
    min-width: 76px;
    padding: 8px 14px;
    border: 1px solid #6c757d;
    border-radius: 4px;
    background: #6c757d;
    color: #fff;
    font-family: inherit;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.5;
    cursor: pointer;
    transition: background-color .2s ease, border-color .2s ease;
}

.contatti-submit:hover,
.contatti-submit:focus {
    border-color: #565e64;
    background: #5c636a;
    color: #fff;
}

@media screen and (max-width: 1199px) {
    .contatti-info-inner {
        max-width: 960px;
        grid-template-columns: 16.6667% 41.6667% 41.6667%;
    }
    .contatti-city img {
        object-position: 58% bottom;
    }
}

@media screen and (max-width: 767px) {
    .contatti-map iframe {
        height: 420px;
    }
    .contatti-info-inner {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
    .contatti-city {
        display: none;
    }
    .contatti-write {
        padding: 42px 0 48px;
    }
    .contatti-write-title {
        margin-bottom: 46px;
    }
    .contatti-form-wrap {
        width: 83.3333%;
    }
}

@media screen and (max-width: 575px) {
    .contatti-map iframe {
        height: 340px;
    }
    .contatti-info-inner {
        display: block;
    }
    .contatti-card img {
        width: 300px;
        max-width: 100%;
        min-width: 0;
    }
    .contatti-write {
        padding-top: 38px;
    }
    .contatti-write-title {
        margin-bottom: 38px;
    }
    .contatti-form-wrap {
        width: calc(100% - 40px);
    }
    .contatti-form-actions {
        display: block;
    }
    .contatti-captcha {
        overflow-x: auto;
    }
    .contatti-submit {
        display: block;
        margin: 16px 0 0 auto;
    }
}


/* homepage responsive */

@media screen and (max-width: 1199px) {
    .home-banner .swiper-button-next1,
    .home-banner .swiper-button-prev1 {
        width: 32px;
        height: 54px;
        margin-top: -27px;
        background-size: contain;
    }
    .hm-title {
        padding: 50px 4%;
    }
    .hm-title .p1 {
        font-size: 34px;
    }
    .hm-title .p2,
    .hm-title .p2 span {
        font-size: 28px;
    }
    .sec1-right {
        padding: 95px 5% 45px 40px;
    }
    .sec1-right .img2 {
        width: 38%;
        top: -70px;
    }
    .sec1-right>h3,
    .hm-title3 h3,
    .hm-title4 h3,
    .hm-title5 h3,
    .hm-title7 h3 {
        font-size: 42px;
    }
    .sec1-right .about-txt {
        font-size: 20px;
    }
    .section3 {
        padding: 90px 0 50px;
    }
    .h-photo-list3 {
        margin-right: -2.5vw;
        margin-left: -2.5vw;
    }
    .h-photo-list3 li {
        width: calc(50% - 5vw);
        margin: 0 2.5vw 4vw;
    }
    .section4 {
        padding-bottom: 120px;
    }
    .sec4-left .wz p {
        font-size: 30px;
    }
    .section5 {
        padding-top: 130px;
    }
    .hnews_list1 {
        margin-right: -14px;
        margin-left: -14px;
    }
    .hnews_list1 li {
        width: calc(33.3333% - 28px);
        margin-right: 14px;
        margin-left: 14px;
    }
    .section6 {
        padding: 90px 0;
    }
    .sec6-content {
        padding: 60px 40px 35px;
    }
    .sec6-content .contenx {
        font-size: 26px;
    }
}

@media screen and (max-width: 991px) {
    .sec1-right {
        padding: 75px 4% 40px 30px;
    }
    .sec1-right>h3 {
        font-size: 36px;
    }
    .sec1-right>h3 span {
        margin-bottom: 24px;
    }
    .sec1-right .about-txt {
        font-size: 17px;
    }
    .section2>div {
        min-width: 0;
    }
    .section2 .product-holder {
        margin: 10px !important;
    }
    .section3 {
        padding-top: 75px;
    }
    .hm-title3 h3,
    .hm-title4 h3,
    .hm-title5 h3,
    .hm-title7 h3 {
        font-size: 38px;
    }
    .sec3-sort .item {
        width: 180px;
        height: 64px;
    }
    .section4 {
        padding-bottom: 100px;
    }
    .sec4-left .wz p {
        padding-left: 20px;
        font-size: 24px;
    }
    .section5 {
        padding-top: 110px;
    }
    .hnews_list1 li {
        width: calc(50% - 28px);
    }
    .section6 {
        padding: 70px 0;
    }
    .sec6-content {
        padding: 50px 30px 30px;
    }
    .sec6-content .contenx {
        font-size: 22px;
        line-height: 2;
    }
    .hm-title7 .img1 {
        margin-left: -60px;
    }
}

@media screen and (max-width: 767px) {
    .home-banner .swiper-slide a>img {
        width: 100%;
        height: clamp(220px, 52vw, 360px);
        object-fit: cover;
        object-position: center;
    }
    .home-banner .swiper-button-next1,
    .home-banner .swiper-button-prev1 {
        display: none;
    }
    .home-banner .swiper-pagination1 {
        bottom: 12px;
    }
    .home-banner .swiper-pagination1 .swiper-pagination-bullet {
        width: 8px;
        height: 8px;
        margin: 0 6px !important;
    }
    .hm-title {
        padding: 38px 5%;
    }
    .hm-title .p1 {
        font-size: 28px;
        line-height: 1.6;
    }
    .hm-title .p2,
    .hm-title .p2 span {
        font-size: 22px;
        line-height: 1.6;
    }
    .sec1-content {
        display: block;
    }
    .sec1-content::before {
        top: 60px;
        bottom: 0;
        height: auto;
    }
    .sec1-left,
    .sec1-right {
        width: 100%;
    }
    .sec1-left {
        padding-bottom: 0;
    }
    .sec1-right {
        padding: 45px 6% 48px;
    }
    .sec1-right .img2 {
        width: 120px;
        top: 16px;
        right: 5%;
        opacity: .65;
    }
    .sec1-right>h3 {
        padding-right: 105px;
        font-size: 32px;
    }
    .sec1-right>h3 span {
        margin-bottom: 22px;
    }
    .sec1-right>h3 span::before {
        width: 76px;
    }
    .sec1-right .about-txt {
        font-size: 16px;
        line-height: 1.8;
    }
    .section2 {
        display: block;
    }
    .section2 .product-holder {
        width: calc(100% - 24px);
        margin: 12px !important;
    }
    .section2 .product-holder>img {
        display: block;
        width: 100%;
    }
    .section3 {
        padding: 55px 0 35px;
    }
    .hm-title3 h3,
    .hm-title4 h3,
    .hm-title5 h3,
    .hm-title7 h3 {
        font-size: 32px;
    }
    .hm-title3 i {
        width: 58px;
        flex: 0 0 58px;
    }
    .hm-title3 h3 {
        margin-right: 10px;
        margin-left: 10px;
    }
    .sec3-sort {
        margin-top: 8px;
    }
    .sec3-sort .item {
        width: 145px;
        height: 52px;
        margin: 6px 0;
    }
    .sec3-sort .item img {
        max-width: 78%;
        max-height: 70%;
    }
    .sec3-content {
        margin-top: 25px;
    }
    .h-photo-list3 {
        margin: 0 -7px;
    }
    .h-photo-list3 li {
        width: calc(50% - 14px);
        margin: 0 7px 14px;
    }
    .section4 {
        padding: 45px 0 50px;
    }
    .hm-title4,
    .hm-title5 {
        margin-bottom: 24px;
    }
    .hm-title4 h3,
    .hm-title5 h3 {
        padding-bottom: 15px;
    }
    .hm-title4 h3::before,
    .hm-title5 h3::before {
        width: 82px;
        height: 2px;
    }
    .sec4-content {
        display: block;
    }
    .sec4-left,
    .sec4-right {
        width: 100%;
    }
    .sec4-left .wz {
        margin-bottom: 20px;
    }
    .sec4-left .wz p {
        padding: 12px 16px;
        font-size: 21px;
        letter-spacing: 1px;
    }
    .sec4-left .img1 img {
        width: 50%;
    }
    .sec4-right {
        margin-top: 14px;
    }
    .sec4-right .img2 img {
        display: block;
        width: 100%;
    }
    .section4 .img3 {
        position: static;
        width: 92%;
        margin: 24px auto 0;
        transform: none;
        -webkit-transform: none;
        -moz-transform: none;
        -ms-transform: none;
        -o-transform: none;
    }
    .section5 {
        padding: 55px 0 35px;
    }
    .hnews_list1 {
        margin-right: -8px;
        margin-left: -8px;
    }
    .hnews_list1 li {
        width: calc(50% - 16px);
        margin: 0 8px 22px;
    }
    .hnews_list1 li .img {
        border-radius: 24px;
    }
    .hnews_list1 li .txt {
        padding: 15px 0;
    }
    .hnews_list1 li h3 {
        margin-bottom: 15px;
        font-size: 18px;
    }
    .section6 {
        padding: 50px 0;
        background-position: center;
    }
    .sec6-content {
        padding: 38px 20px 25px;
    }
    .sec6-content .line1 {
        width: 80px;
        height: 2px;
    }
    .sec6-content .contenx {
        padding: 22px 0;
        font-size: 18px;
        line-height: 1.8;
    }
    .section7 {
        padding: 45px 0;
    }
    .hm-title7 {
        margin-bottom: 22px;
    }
    .hm-title7 .img1 {
        max-width: 260px;
        margin: 8px auto 0;
    }
    .hm-title7 .p1 {
        max-width: 92%;
        font-size: 16px;
        line-height: 1.8;
        letter-spacing: 1px;
    }
    .sec7-content .big-im img {
        display: block;
        width: 100%;
    }
    .foot{
        margin-bottom: 70px;
    }
}

@media screen and (max-width: 575px) {
    .home-banner .swiper-slide a>img {
        height: 220px;
    }
    .hm-title {
        padding: 30px 20px;
    }
    .hm-title .p1 {
        font-size: 24px;
    }
    .hm-title .p2,
    .hm-title .p2 span {
        font-size: 18px;
    }
    .sec1-right {
        padding: 38px 20px 42px;
    }
    .sec1-right .img2 {
        width: 92px;
    }
    .sec1-right>h3 {
        padding-right: 78px;
        font-size: 28px;
    }
    .section3 {
        padding-top: 45px;
    }
    .hm-title3 h3,
    .hm-title4 h3,
    .hm-title5 h3,
    .hm-title7 h3 {
        font-size: 28px;
    }
    .hm-title3 i {
        width: 38px;
        flex-basis: 38px;
    }
    .sec3-sort .item {
        width: 132px;
        height: 48px;
    }
    .h-photo-list3 {
        margin: 0;
    }
    .h-photo-list3 li {
        width: 100%;
        margin: 0 0 16px;
    }
    .sec4-left .wz p {
        font-size: 18px;
    }
    .section5 {
        padding-top: 45px;
    }
    .hnews_list1 {
        margin: 0;
    }
    .hnews_list1 li {
        width: 100%;
        margin: 0 0 26px;
    }
    .hnews_list1 li .img {
        border-radius: 20px;
    }
    .section6 {
        padding: 36px 0;
    }
    .sec6-content {
        padding: 30px 16px 20px;
    }
    .sec6-content .contenx {
        font-size: 16px;
    }
    .section7 {
        padding: 38px 0;
    }
}


/* page-news-wrap */

.page-news-wrap {
    background-color: #FCF8F4;
    padding-top: 50px;
    padding-bottom: 3.5%;
}

.page-news-wrap>.max1600>.left {
    display: none;
}

.page-news-wrap>.max1600>.right {
    width: 100%;
    max-width: 1280px;
    margin: 0 auto;
}

.news-index {
    padding: 20px 0 55px;
}

.news-index-title {
    margin: 0 0 32px;
    color: #d33a31;
    font-family: 'Bebas Neue', 'Arial Narrow', sans-serif;
    font-size: 58px;
    font-weight: 700;
    line-height: 1;
    letter-spacing: -.5px;
}

.news-lists2 {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 30px;
    margin: 0;
    padding: 0;
}

.news-lists2>li {
    display: grid;
    min-width: 0;
    min-height: 326px;
    overflow: hidden;
    grid-template-columns: 48% 52%;
    border-radius: 20px;
    background: #fff;
}

.news-card-image {
    display: block;
    min-width: 0;
    height: 100%;
    overflow: hidden;
}

.news-card-image img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform .45s ease;
}

.news-lists2>li:hover .news-card-image img {
    transform: scale(1.035);
}

.news-card-body {
    display: flex;
    min-width: 0;
    padding: 36px 36px 35px;
    flex-direction: column;
    align-items: flex-start;
}

.news-card-meta {
    display: flex;
    margin-bottom: 12px;
    color: #d33a31;
    font-family: 'Bebas Neue', 'Arial Narrow', sans-serif;
    font-size: 14px;
    font-weight: 700;
    line-height: 1.2;
    align-items: center;
    gap: 16px;
}

.news-card-meta time {
    white-space: nowrap;
}

.news-card-meta i {
    margin-right: 8px;
}

.news-lists2 h3 {
    margin: 0 0 18px;
    font-family: 'Bebas Neue', 'Arial Narrow', sans-serif;
    font-size: 30px;
    font-weight: 700;
    line-height: 1.15;
    text-transform: uppercase;
}

.news-lists2 h3 a,
.news-lists2 h3 a:visited {
    color: #050505;
    text-decoration: none;
}

.news-lists2 h3 a:hover {
    color: #d33a31;
}

.news-lists2 .news-abstract {
    display: -webkit-box;
    overflow: hidden;
    margin-bottom: 22px;
    color: #111;
    font-family: 'Nunito', Arial, sans-serif;
    font-size: 16px;
    line-height: 1.4;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
}

.news-card-more {
    display: inline-flex;
    min-width: 136px;
    height: 44px;
    margin-top: auto;
    padding: 0 24px;
    border-radius: 24px;
    background: #d33a31;
    color: #fff !important;
    font-family: 'Bebas Neue', 'Arial Narrow', sans-serif;
    font-size: 15px;
    font-weight: 700;
    line-height: 1;
    text-decoration: none !important;
    align-items: center;
    justify-content: center;
    transition: background-color .25s ease, transform .25s ease;
}

.news-card-more:hover {
    background: #b92e27;
    transform: translateY(-2px);
}

.news-index+.page-content {
    margin-top: 35px;
}


/* news detail */

.page-news-wrap:has(.news-detail) {
    background: #fff;
}

.news-detail {
    display: grid;
    padding: 35px 0 80px;
    grid-template-columns: minmax(240px, 360px) minmax(0, 1fr);
    column-gap: 88px;
    border: 0;
}

.news-detail-aside {
    padding-top: 10px;
}

.news-detail-summary {
    color: #080808;
    font-family: 'Nunito', Arial, sans-serif;
    font-size: 30px;
    line-height: 1.5;
}

.news-detail .time-text {
    display: block;
    margin-top: 72px;
    padding: 0;
    color: #111;
    font-family: 'Nunito', Arial, sans-serif;
    font-size: 16px;
    font-style: italic;
    line-height: 1.5;
    text-align: right;
}

.news-detail-main {
    min-width: 0;
}

.news-detail .title {
    margin: 0 0 50px;
    padding: 0;
    border: 0;
    color: #050505;
    font-family: 'Bebas Neue', 'Arial Narrow', sans-serif;
    font-size: 54px;
    font-weight: 700;
    line-height: 1.18;
    text-transform: uppercase;
}

.news-detail .content.no-border {
    padding: 0;
}

.news-detail .content p {
    color: #090909 !important;
    font-family: 'Nunito', Arial, sans-serif;
    font-size: 23px !important;
    line-height: 1.55;
}

.news-detail>.tags-list-detail,
.news-detail>#page-next-prev {
    grid-column: 2;
}

@media screen and (max-width: 1199px) {
    .news-card-body {
        padding: 28px 26px;
    }
    .news-lists2 h3 {
        font-size: 26px;
    }
    .news-detail {
        column-gap: 55px;
    }
}

@media screen and (max-width: 991px) {
    .news-index-title {
        font-size: 50px;
    }
    .news-lists2 {
        grid-template-columns: 1fr;
    }
    .news-lists2>li {
        min-height: 300px;
    }
    .news-detail {
        grid-template-columns: 230px minmax(0, 1fr);
        column-gap: 38px;
    }
    .news-detail-summary {
        font-size: 22px;
    }
    .news-detail .title {
        font-size: 42px;
    }
    .news-detail .content p {
        font-size: 19px !important;
    }
}

@media screen and (max-width: 767px) {
    .page-news-wrap {
        padding-top: 25px;
    }
    .news-index {
        padding-top: 10px;
    }
    .news-index-title {
        margin-bottom: 24px;
        font-size: 40px;
    }
    .news-lists2 {
        gap: 22px;
    }
    .news-lists2>li {
        display: block;
        min-height: 0;
        border-radius: 16px;
    }
    .news-card-image {
        height: auto;
        aspect-ratio: 16 / 11;
    }
    .news-card-body {
        min-height: 300px;
        padding: 26px 24px;
    }
    .news-lists2 h3 {
        font-size: 25px;
    }
    .news-detail {
        display: flex;
        padding: 20px 0 55px;
        flex-direction: column;
    }
    .news-detail-aside {
        display: contents;
    }
    .news-detail-summary {
        margin-bottom: 24px;
        font-size: 20px;
        order: 2;
    }
    .news-detail .time-text {
        margin: 0 0 30px;
        font-size: 14px;
        text-align: left;
        order: 3;
    }
    .news-detail-main {
        display: contents;
    }
    .news-detail .title {
        margin-bottom: 25px;
        font-size: 36px;
        order: 1;
    }
    .news-detail .content {
        order: 4;
    }
    .news-detail .content p {
        font-size: 17px !important;
    }
    .news-detail>.tags-list-detail,
    .news-detail>#page-next-prev {
        order: 5;
    }
}

@media screen and (max-width: 479px) {
    .news-card-meta {
        gap: 10px;
    }
    .news-card-body {
        min-height: 280px;
        padding: 22px 20px;
    }
    .news-detail .title {
        font-size: 31px;
    }
}


/* news-banner */

.news-banner {
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    min-height: 560px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    position: relative;
    overflow: hidden;
}

.news-banner .max1280 {
    width: 90%;
    position: relative;
    z-index: 1;
}

.news-banner .h1 {
    font-family: "Bebas Neue", Sans-serif;
    font-size: 72px;
    font-weight: 400;
    line-height: 72px;
    color: #424242;
    max-width: 640px;
    margin-bottom: 30px;
}

.news-banner .h2 {
    color: #424242;
    font-size: 20px;
    line-height: 1.5;
    font-family: "Cabin";
    max-width: 640px;
    margin: 0;
}

@media screen and (max-width: 1199px) {
    .news-banner {
        min-height: 460px;
    }
    .news-banner .h1 {
        max-width: 560px;
        margin-bottom: 24px;
        font-size: 56px;
        line-height: 1.05;
    }
    .news-banner .h2 {
        max-width: 560px;
        font-size: 18px;
    }
}

@media screen and (max-width: 767px) {
    .news-banner {
        min-height: 390px;
        padding: 55px 0;
        background-position: center center !important;
    }
    .news-banner .max1280 {
        width: calc(100% - 40px);
    }
    .news-banner .h1 {
        max-width: 80%;
        margin-bottom: 18px;
        font-size: 40px;
        line-height: 1.1;
    }
    .news-banner .h2 {
        max-width: 80%;
        font-size: 16px;
        line-height: 1.6;
    }
}

@media screen and (max-width: 479px) {
    .news-banner {
        min-height: 330px;
        padding: 42px 0;
    }
    .news-banner .max1280 {
        width: calc(100% - 30px);
    }
    .news-banner .h1 {
        max-width: 100%;
        margin-bottom: 14px;
        font-size: 32px;
    }
    .news-banner .h2 {
        display: -webkit-box;
        max-width: 100%;
        overflow: hidden;
        font-size: 14px;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 4;
    }
}

.mobile-contact img {
    width: 100%;
}