.swiperindex,
.swiperindex .swiper-slide {
    height: 100vh
}

.swiperban .pic {
    position: relative;
    display: block;
    height: 100vh;
    width: 100%
}

.swiperban .pic img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    overflow: hidden
}

.swiperban .txt {
    position: absolute;
    text-align: center;
    top: 18%;
    left: 0;
    width: 100%
}

.swiperban .txt .tit {
    font-family: Roboto-Black;
    font-size: 60px;
    line-height: 1.175;
    color: #fff;
    margin-bottom: 54px
}

/* .swiperban .g-moree1{background-image:url(../images/index/icon-bg1.png);width:331px} */
.swiperban .g-moree1 {
    display: block;
    margin: 0 auto;
    background-image: url(../images/icon-bg3.png);
    width: 160px;
}

.g-sidebar {
    position: fixed;
    bottom: 50px;
    right: 70px;
    z-index: 90
}

.g-sidebar .pic {
    background: rgba(255, 255, 255, 1);
    width: 45px;
    height: 45px;
    border-radius: 50%;
    overflow: hidden;
    margin-bottom: 15px;
    box-shadow: 0 0 10px rgba(0, 0, 0, .2);
    transition: .5s;
    cursor: pointer
}

.g-sidebar .pic:hover {
    opacity: .8
}

.g-sidebar.active .pic {
    box-shadow: 0 0 10px rgba(0, 0, 0, 0);
    background: rgba(255, 255, 255, .6)
}

.g-sidebar .pic:last-child {
    margin-bottom: 0 !important
}

.g-sidebar .pic img {
    display: block;
    width: 100%;
    height: 100%;
    overflow: hidden
}

.m-new {
    padding-top: 25px
}

.m-new .wp,
.row-indxlist .wp {
    max-width: 1590px
}

.m-new .top {
    display: flex;
    align-items: center;
    margin-bottom: 77px
}

.ul-tabe1 li {
    display: inline-block;
    vertical-align: bottom;
    margin-right: 51px
}

.ul-tabe1 .con {
    display: inline-block;
    text-transform: capitalize;
    font-family: Roboto-Blod;
    font-size: 20px;
    color: #222;
    line-height: 51px;
    box-sizing: border-box;
    padding: 0 16px;
    border-bottom: 4px solid transparent;
    transition: .5s
}

.ul-tabe1 {
    font-size: 0;
    height: 52px
}

.ul-tabe1 .on .con {
    font-size: 40px;
    border-bottom-color: #222
}

.ul-idxnews {
    overflow: hidden;
    margin: 0 -46px
}

.ul-idxnews li {
    float: left;
    width: 33.3%
}

.ul-idxnews .con {
    display: block;
    margin: 0 46px
}

.ul-idxnews .pic {
    position: relative;
    padding-top: 59.2%;
    overflow: hidden;
    border-radius: 20px;
    height: 0;
    margin-bottom: 49px
}

.ul-idxnews .pic img {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: .5s
}

.ul-idxnews .con:hover .pic img {
    transform: scale(1.08)
}

.ul-idxnews .tit {
    overflow: hidden;
    text-overflow: ellipsis;
    -ms-text-overflow: ellipsis;
    display: box;
    display: -webkit-box;
    line-clamp: 3;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    font-family: Roboto-Black;
    font-size: 28px;
    line-height: 1.18;
    height: 3.54em;
    letter-spacing: .02em;
    color: #222;
    margin-bottom: 75px;
    transition: .5s
}

.ul-idxnews .con:hover .tit {
    color: #82c478
}

.ul-idxnews .bot {
    display: flex;
    align-items: center;
    justify-content: space-between;
    text-transform: capitalize;
    font-family: Roboto-Black;
    font-size: 14px;
    color: #222
}

.g-idxcenter {
    position: relative;
    height: calc(100% + 118.95px);
    padding-top: 20px;
}

/* .g-idxcenterbox{position: absolute;top: 50%; transform: translateY(-50%);width: 100%;} */
.m-searchidx {
    position: relative;
    overflow: hidden;
    border-radius: 20px;
    /* margin-top:128px; */
}

.m-searchidx .bg {
    width: 100%;
    display: block;
    height: 700px;
    overflow: hidden;
    object-fit: cover;
}

.m-searchidx .inner {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    box-sizing: border-box;
    z-index: 5
}

.m-searchidx .txt {
    padding: 51px 50px 0
}

.m-searchidx .txt .tit {
    text-transform: capitalize;
    font-family: Roboto-Black;
    font-size: 40px;
    color: #fff;
    margin-bottom: 8px
}

.m-searchidx .txt .desc {
    font-family: Roboto-Medium;
    font-size: 28px;
    line-height: 1.18;
    color: #fff
}

.ul-search {
    margin-left: 16px
}

.ul-search li {
    display: inline-block;
    margin: 0 30px 9px 0
}

.ul-search .con {
    text-transform: capitalize;
    font-family: Roboto-Medium;
    font-size: 16px;
    color: #fff
}

.m-idxso {
    position: relative;
    width: 544px;
    border-radius: 33px;
    background-color: #fff;
    overflow: hidden
}

.m-idxso input {
    width: 100%;
    font-family: Roboto-Medium;
    font-size: 20px;
    color: #222;
    height: 63px;
    line-height: 63px;
    padding: 0 170px 0 20px
}

.m-idxso input::placeholder {
    color: #9b9b9b
}

.m-idxso .g-morea1 {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 30px;
    width: 120px;
    color: #fff;
    background-image: url(../images/icon-bg2.png)
}

.m-idxso .g-morea1::after {
    background-color: #717171
}

.m-searchidx .bot {
    position: absolute;
    left: 0;
    right: 0;
    width: 100%;
    box-sizing: border-box;
    padding: 0 60px;
    bottom: 34px
}

.m-searchidx .bot .text {
    display: flex;
    justify-content: space-between;
    align-items: center
}

.m-add {
    opacity: .4;
    margin-top: -8px
}

.m-add .icon {
    display: inline-block;
    vertical-align: middle;
    width: 28px;
    height: 36px;
    margin-right: 19px
}

.m-add .desc {
    display: inline-block;
    vertical-align: middle
}

.m-add span {
    display: inline-block;
    vertical-align: middle;
    text-transform: capitalize;
    font-family: Roboto-Black;
    font-size: 28px;
    letter-spacing: .02em;
    color: #fff
}

.m-add i {
    display: inline-block;
    vertical-align: middle;
    font-style: normal;
    width: 4px;
    height: 20px;
    margin: 0 26px;
    background-color: #fff
}

.m-workspaces {
    /* padding-top:130px; */
}

.m-workspaces .pic {
    text-align: right;
    margin-bottom: 84px
}

.m-workspaces img {
    display: inline-block;
    width: 1834px;
    border-radius: 20px 0 0 20px;
    overflow: hidden
}

.m-workspaces .txt {
    overflow: hidden
}

.m-workspaces .txt .tit {
    float: left;
    font-family: Roboto-Black;
    font-size: 40px;
    color: #222;
    margin-right: 77px;
    line-height: 1.175
}

.m-workspaces .txt .desc {
    overflow: hidden;
    font-family: Roboto-Medium;
    font-size: 20px;
    line-height: 1.15;
    letter-spacing: .02em;
    color: #222;
    padding-top: 13px
}

.m-video {
    margin-top: 187px;
    position: relative
}

.m-video video {
    position: relative;
    overflow: hidden;
    display: block;
    width: 100%;
    height: 700px;
    border-radius: 20px;
    object-fit: cover
}

.m-video .txt {
    position: absolute;
    top: 58.6%;
    transform: translateY(-50%);
    width: 441px;
    right: 179px;
    z-index: 20
}

.m-video .txt .tit {
    text-transform: capitalize;
    font-family: Roboto-Black;
    font-size: 120px;
    color: #fff;
    margin-bottom: -2px
}

.m-video .txt .desc {
    text-transform: capitalize;
    font-family: Roboto-Black;
    font-size: 40px;
    color: #fff;
    line-height: 1.175;
    margin-bottom: 43px
}

.m-video .g-moree1 {
    background-image: url(../images/icon-bg3.png);
    width: 160px
}

.m-list1 {
    overflow: hidden;
    margin: 192px -16px 0
}

.m-list1 li {
    width: 10.1%;
    float: left;
    transition: .5s;
    -ms-transition: .5s;
    -moz-transition: .5s;
    -webkit-transition: .5s;
    -o-transition: .5s
}

.m-list1 li.hover {
    width: 65.5%
}

.m-list1 .con {
    display: block;
    height: 700px;
    background-position: center;
    background-repeat: no-repeat;
    -o-background-size: cover;
    -ms-background-size: cover;
    -moz-background-size: cover;
    -webkit-background-size: cover;
    background-size: cover;
    margin: 0 16px;
    border-radius: 20px;
    overflow: hidden;
    transition: .5s;
    -ms-transition: .5s;
    -moz-transition: .5s;
    -webkit-transition: .5s;
    -o-transition: .5s
}

.m-list1 .tit {
    position: relative;
    height: 100%;
    color: #fff;
    padding-left: 20px;
    padding-top: 59px;
    background-position: center;
    background-repeat: no-repeat;
    -o-background-size: cover;
    -ms-background-size: cover;
    -moz-background-size: cover;
    -webkit-background-size: cover;
    background-size: cover;
    transition: .5s;
    -ms-transition: .5s;
    -moz-transition: .5s;
    -webkit-transition: .5s;
    -o-transition: .5s
}

.m-list1 li.hover .tit {
    padding-left: 40px;
    background-image: none !important
}

.m-list1 .txt {
    position: absolute;
    left: 0;
    right: 0;
    width: 100%;
    bottom: 85px;
    z-index: 8;
    transition: .5s;
    -ms-transition: .5s;
    -moz-transition: .5s;
    -webkit-transition: .5s;
    -o-transition: .5s
}

.m-list1 .pic {
    position: relative;
    width: 100px;
    height: 100px;
    margin: 0 auto 12px;
    transition: .5s;
    -ms-transition: .5s;
    -moz-transition: .5s;
    -webkit-transition: .5s;
    -o-transition: .5s
}

.m-list1 .pic img {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover
}

.m-list1 li .pic .img2,
.m-list1 li.hover .pic .img1 {
    opacity: 0
}

.m-list1 li.hover .pic .img2 {
    opacity: 1
}

.m-list1 .name {
    font-family: Roboto-Medium;
    font-size: 16px;
    color: #c9caca;
    line-height: 1.175;
    text-align: center;
    transition: .5s;
    -ms-transition: .5s;
    -moz-transition: .5s;
    -webkit-transition: .5s;
    -o-transition: .5s
}

.m-list1 li.hover .name {
    font-family: Roboto-Black;
    font-size: 40px;
    text-align: left;
    color: #fff
}

.m-list1 li.hover .txt {
    padding-left: 56px
}

.m-list1 li.hover .pic {
    margin: 0 0 15px
}

.header2 .so-btn {
    background-image: url(../images/so2.svg);
}

.header2 .hd-lang em {
    background-image: url(../images/lang2.svg)
}

.footer {
    margin-top: 10px;
}
.woocommerce .add-request-quote-button.button, .woocommerce .add-request-quote-button-addons.button, .yith-wceop-ywraq-button-wrapper .add-request-quote-button.button, .yith-wceop-ywraq-button-wrapper .add-request-quote-button-addons.button{
    padding:2px 5px;
    margin:5px;
    border-radius:5px;
    background-color:#121212!important;
    color:#afafaf!important; 
}
main.wp-block-group{ 
    margin-top: 20px;
}
.woocommerce div.product form.cart table.variations td input, .woocommerce div.product form.cart table.variations th input,.woocommerce div.product form.cart table.variations td select, .woocommerce div.product form.cart table.variations th select{
    min-height: 80px; 
}
ol.flex-control-nav.flex-control-thumbs {
    display:flex;
    overflow:scroll;
}

.woocommerce-product-gallery__image.flex-active-slide img{
    /* max-height:500px;
    min-height:400px; */
}
.dreamfurniture-color-swatches {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-bottom: 15px;
}

.color-swatch {
  width: 35px;
  height: 35px;
  border-radius: 50%;
  border: 2px solid #ccc;
  cursor: pointer;
  transition: all 0.2s ease;
}

.color-swatch.selected {
  border-color: #a65f50;
  box-shadow: 0 0 0 3px rgba(166, 95, 80, 0.3);
}
.variations tr:has(select#pa_color) {
  display: none;
}
.row-space.row-contact,.swiper-container {
    margin-top: 140px;
}

/* Wrapper (Owl Carousel) */
.owl-carousel {
  display: flex;
  align-items: stretch;
  overflow: hidden;
}

/* Each category item */
.category-list-item {
  list-style: none;
  text-align: center;
  background: #fff;
  border-radius: 12px;
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.08);
  margin: 10px;
  transition: all 0.3s ease;
  overflow: hidden;
}

.category-list-item:hover {
  transform: translateY(-6px);
  box-shadow: 0 8px 18px rgba(0, 0, 0, 0.15);
}

/* Link area */
.category-list-item .con {
  display: block;
  text-decoration: none;
  color: inherit;
  padding: 15px;
}

/* Image section */
.category-list-item .pic {
  width: 100%;
  height: 120px;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  border-radius: 8px; 
}

.category-list-item .pic img {
  width: auto;
  height: 100%;
  object-fit: contain;
  transition: transform 0.3s ease;
}

.category-list-item:hover .pic img {
  transform: scale(1.05);
}

/* Text section */
.category-list-item .txt {
  margin-top: 10px;
}

.category-list-item .tit {
  font-size: 12px;
  font-weight: 600;
  color: #222;
  text-transform: capitalize;
  transition: color 0.3s ease;
}

.category-list-item:hover .tit {
  color: #c19a6b; /* Accent color (you can change this to match your theme) */
}
.woocommerce-pagination ul{
    display:flex;
    justify-content:center;
    align-items:center;
}
.woocommerce-pagination ul li{
    margin:0px 5px; 
    padding:5px
}
.woocommerce-breadcrumb{
    display: none;
}
/* Responsive tweaks */
@media (max-width: 768px) {
  .category-list-item .pic {
    height: 90px;
  }
  .category-list-item .tit {
    font-size: 14px;
  }
}

@media only screen and (min-width:1200px) {

    .swiperban .pic,
    .swiperindex,
    .swiperindex .swiper-slide {
        height: 100vh
    }

    .swiperban .pic img {
        object-fit: cover
    }

    .swiperban .txt .tit {
        font-family: Roboto-Black;
        font-size: 3.125vw;
        margin-bottom: 2.812vw
    }

    /* .swiperban .g-moree1{background-image:url(../images/index/icon-bg1.png);width:17.23vw} */
    .swiperban .g-moree1 {
        background-image: url(../images/icon-bg3.png);
        width: 8.333vw;
    }

    .g-sidebar {
        bottom: 2.604vw;
        right: 3.645vw
    }

    .g-sidebar .pic {
        background: rgba(255, 255, 255, 1);
        width: 2.343vw;
        height: 2.343vw;
        border-radius: 50%;
        margin-bottom: .781vw;
        box-shadow: 0 0 .52vw rgba(0, 0, 0, .2)
    }

    .g-sidebar.active .pic {
        box-shadow: 0 0 .52vw rgba(0, 0, 0, 0);
        background: rgba(255, 255, 255, .6)
    }

    .g-sidebar .pic:last-child {
        margin-bottom: 0 !important
    }

    .m-new {
        padding-top: 20px
    }

    .m-new .wp,
    .row-indxlist .wp {
        max-width: 82.81vw
    }

    .m-new .top {
        align-items: center;
        margin-bottom: 4.010vw
    }

    .m-new .top .tit {
        text-transform: capitalize;
        font-family: Roboto-Blod;
        font-size: 2.083vw;
        line-height: 1.2;
        box-sizing: border-box
    }

    .ul-tabe1 li {
        margin-right: 2.656vw
    }

    .ul-tabe1 .con {
        text-transform: capitalize;
        font-family: Roboto-Blod;
        font-size: 1.041vw;
        padding: 0 .833vw;
        line-height: 2.708vw;
        border-bottom-width: .208vw
    }

    .ul-tabe1 {
        height: 2.708vw
    }

    .ul-tabe1 .on .con {
        font-size: 2.083vw
    }

    .ul-idxnews {
        margin: 0 -2.395vw
    }

    .ul-idxnews li {
        width: 33.3%
    }

    .ul-idxnews .con {
        margin: 0 2.395vw
    }

    .ul-idxnews .pic {
        border-radius: 1.041vw;
        margin-bottom: 2.552vw
    }

    .ul-idxnews .pic img {
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        object-fit: cover;
        transition: .5s
    }

    .ul-idxnews .con:hover .pic img {
        transform: scale(1.08)
    }

    .ul-idxnews .tit {
        line-clamp: 3;
        -webkit-line-clamp: 3;
        -webkit-box-orient: vertical;
        font-family: Roboto-Black;
        font-size: 1.458vw;
        line-height: 1.18;
        height: 3.54em;
        letter-spacing: .02em;
        margin-bottom: 3.906vw
    }

    .ul-idxnews .bot {
        align-items: center;
        justify-content: space-between;
        text-transform: capitalize;
        font-family: Roboto-Black;
        font-size: .729vw
    }

    .g-idxcenter {
        height: calc(100% + 6.195vw);
        padding-top: 25px;
    }

    .m-searchidx {
        border-radius: 1.041vw;
        /* margin-top:6.666vw; */
    }

    .m-searchidx .inner {
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        box-sizing: border-box
    }

    .m-searchidx .txt {
        padding: 2.656vw 2.604vw 0
    }

    .m-searchidx .txt .tit {
        text-transform: capitalize;
        font-family: Roboto-Black;
        font-size: 2.083vw;
        margin-bottom: .416vw
    }

    .m-searchidx .txt .desc {
        font-family: Roboto-Medium;
        font-size: 1.458vw;
        line-height: 1.18
    }

    .m-searchidx .bg {
        height: 36.45vw;
    }

    .ul-search {
        margin-left: .833vw
    }

    .ul-search li {
        margin: 0 1.562vw .468vw 0
    }

    .ul-search .con {
        text-transform: capitalize;
        font-family: Roboto-Medium;
        font-size: .833vw
    }

    .m-idxso {
        width: 28.33vw;
        border-radius: 1.718vw
    }

    .m-idxso input {
        font-family: Roboto-Medium;
        font-size: 1.041vw;
        height: 3.281vw;
        line-height: 3.281vw;
        padding: 0 8.854vw 0 1.041vw
    }

    .m-idxso .g-morea1 {
        top: 50%;
        transform: translateY(-50%);
        right: 1.562vw;
        width: 6.25vw;
        background-image: url(../images/icon-bg2.png)
    }

    .m-searchidx .bot {
        left: 0;
        right: 0;
        box-sizing: border-box;
        padding: 0 3.125vw;
        bottom: 1.77vw
    }

    .m-searchidx .bot .text {
        justify-content: space-between;
        align-items: center
    }

    .m-add {
        opacity: .4;
        margin-top: -.416vw
    }

    .m-add .icon {
        width: 1.458vw;
        height: 1.875vw;
        margin-right: .989vw
    }

    .m-add span {
        text-transform: capitalize;
        font-family: Roboto-Black;
        font-size: 1.458vw;
        letter-spacing: .02em
    }

    .m-add i {
        font-style: normal;
        width: .208vw;
        height: 1.041vw;
        margin: 0 1.354vw
    }

    .m-workspaces {
        /* padding-top:6.77vw; */
    }

    .m-workspaces .pic {
        margin-bottom: 4.375vw
    }

    .m-workspaces img {
        width: 95.52vw;
        border-radius: 1.041vw 0 0 1.041vw
    }

    .m-workspaces .txt .tit {
        font-family: Roboto-Black;
        font-size: 2.083vw;
        margin-right: 4.010vw;
        line-height: 1.175
    }

    .m-workspaces .txt .desc {
        font-family: Roboto-Medium;
        font-size: 1.041vw;
        line-height: 1.15;
        letter-spacing: .02em;
        padding-top: .677vw
    }

    .m-video {
        margin-top: 9.739vw
    }

    .m-video video {
        height: 36.45vw;
        border-radius: 1.041vw;
        object-fit: cover
    }

    .m-video .txt {
        top: 58.6%;
        transform: translateY(-50%);
        width: 22.96vw;
        right: 9.322vw
    }

    .m-video .txt .tit {
        text-transform: capitalize;
        font-family: Roboto-Black;
        font-size: 6.25vw;
        margin-bottom: -.104vw
    }

    .m-video .txt .desc {
        text-transform: capitalize;
        font-family: Roboto-Black;
        font-size: 2.083vw;
        line-height: 1.175;
        margin-bottom: 2.239vw
    }

    .m-video .g-moree1 {
        background-image: url(../images/icon-bg3.png);
        width: 8.333vw
    }

    .m-list1 {
        margin: 10vw -.833vw 0
    }

    .m-list1 li {
        width: 10.1%;
        transition: .5s;
        -ms-transition: .5s;
        -moz-transition: .5s;
        -webkit-transition: .5s;
        -o-transition: .5s
    }

    .m-list1 li.hover {
        width: 65.5%
    }

    .m-list1 .con {
        height: 36.45vw;
        background-repeat: no-repeat;
        -o-background-size: cover;
        -ms-background-size: cover;
        -moz-background-size: cover;
        -webkit-background-size: cover;
        background-size: cover;
        margin: 0 .833vw;
        border-radius: 1.041vw;
        transition: .5s;
        -ms-transition: .5s;
        -moz-transition: .5s;
        -webkit-transition: .5s;
        -o-transition: .5s
    }

    .m-list1 .tit {
        padding-left: 1.041vw;
        padding-top: 3.072vw;
        background-repeat: no-repeat;
        -o-background-size: cover;
        -ms-background-size: cover;
        -moz-background-size: cover;
        -webkit-background-size: cover;
        background-size: cover;
        transition: .5s;
        -ms-transition: .5s;
        -moz-transition: .5s;
        -webkit-transition: .5s;
        -o-transition: .5s
    }

    .m-list1 li.hover .tit {
        padding-left: 2.083vw;
        background-image: none !important
    }

    .m-list1 .txt {
        left: 0;
        right: 0;
        bottom: 4.427vw;
        transition: .5s;
        -ms-transition: .5s;
        -moz-transition: .5s;
        -webkit-transition: .5s;
        -o-transition: .5s
    }

    .m-list1 .pic {
        width: 5.208vw;
        height: 5.208vw;
        margin: 0 auto .625vw;
        transition: .5s;
        -ms-transition: .5s;
        -moz-transition: .5s;
        -webkit-transition: .5s;
        -o-transition: .5s
    }

    .m-list1 .pic img {
        top: 0;
        right: 0;
        left: 0;
        bottom: 0;
        object-fit: cover
    }

    .m-list1 li .pic .img2,
    .m-list1 li.hover .pic .img1 {
        opacity: 0
    }

    .m-list1 li.hover .pic .img2 {
        opacity: 1
    }

    .m-list1 .name {
        font-family: Roboto-Medium;
        font-size: .833vw;
        line-height: 1.175;
        transition: .5s;
        -ms-transition: .5s;
        -moz-transition: .5s;
        -webkit-transition: .5s;
        -o-transition: .5s
    }

    .m-list1 li.hover .name {
        font-family: Roboto-Black;
        font-size: 2.083vw
    }

    .m-list1 li.hover .txt {
        padding-left: 2.916vw
    }

    .m-list1 li.hover .pic {
        margin: 0 0 .781vw
    }
        
    main.wp-block-group{
        padding-top: 120px;
    }
        
    .swiper-container {
        margin-top: 0px;
    }
}

@media only screen and (max-width:1200px) {
    .header .logo .img1 {
        display: none!important;
    }

    .header2 .logo .img2 {
        display: block;
        height: 50px!important;
    }

    .header2 .nav .v1 {
        color: #222
    }

    .header2 .hd-lang em {
        background: url(../images/lang.svg) center
    }

    .header2 .so-btn {
        background: url(../images/so.svg) center center no-repeat
    }

    .header2 .form-so {
        border-color: #222
    }

    .header2 .form-so .sub {
        background: url(../images/so.svg) center center no-repeat
    }

    .swiperindex,
    .swiperindex .swiper-slide {
        height: auto !important
    }

    .swiperban .pic {
        height: auto
    }

    .swiperban .txt {
        top: 50%;
        transform: translateY(-50%);
    }

    .swiperban .txt .tit {
        font-size: 50px;
        line-height: 60px;
        margin-bottom: 42px
    }

    .swiperban .g-moree1 {
        width: 120px;
    }

    .swiperban .g-moree1:after {
        position: absolute;
        right: -4px;
        top: 0;
        content: "";
        width: 16px;
        height: 16px;
        border-radius: 50%;
        transition: .3s;
    }

    .m-new {
        padding-top: 44px
    }

    .m-new .wp {
        max-width: 100%
    }

    .m-new .top .tit {
        font-size: 30px;
        color: #222;
        padding: 0 8px 2px;
        border-bottom: 2px solid #222;
        margin-right: 28px
    }

    .m-new .top {
        margin-bottom: 30px
    }

    .ul-idxnews {
        margin: 0 -20px
    }

    .ul-idxnews .con {
        margin: 0 20px
    }

    .ul-idxnews .pic {
        border-radius: 10px;
        margin-bottom: 20px
    }

    .ul-idxnews .tit {
        font-size: 20px;
        margin-bottom: 20px;
        border-bottom-width: 2px
    }

    .ul-tabe1 .on .con {
        font-size: 30px
    }

    .m-searchidx {
        border-radius: 10px;
        margin-top: 40px
    }

    .m-searchidx .txt {
        padding: 30px 30px 0
    }

    .m-searchidx .txt .tit {
        font-size: 30px;
        margin-bottom: 8px
    }

    .m-searchidx .txt .desc {
        font-size: 20px
    }

    .m-searchidx .bot {
        padding: 0 30px;
        bottom: 20px
    }

    .ul-search {
        margin-left: 10px
    }

    .ul-search .con {
        font-size: 14px
    }

    .ul-search li {
        margin: 0 10px 10px 0
    }

    .m-idxso input {
        font-size: 17px;
        height: 50px;
        line-height: 50px;
        padding: 0 140px 0 20px
    }

    .m-idxso .g-morea1 {
        right: 20px;
        width: 95px;
        font-size: 12px;
    }

    .m-video .g-morea1::after,
    .m-idxso .g-morea1::after {
        position: absolute;
        right: -4px;
        top: 0;
        content: "";
        width: 16px;
        height: 16px;
        border-radius: 50%;
        transition: .3s
    }

    .m-video .g-morea1:hover::after,
    .m-idxso .g-morea1:hover::after {
        top: -6px;
    }

    .m-add .icon {
        width: 24px;
        height: 32px;
        margin-right: 5px
    }

    .m-add span {
        font-size: 20px
    }

    .m-idxso {
        width: 400px
    }

    .m-add i {
        width: 3px;
        height: 18px;
        margin: 0 15px;
    }

    .m-add .desc {
        margin-top: 0
    }

    /* .g-idxcenterbox {position: absolute;top: auto;transform: translateY(0%);width: 100%;} */
    .m-searchidx .bg {
        height: 423px;
    }

    .g-idxcenter {
        height: 100%;
        padding-top: 20px;
    }

    .m-workspaces {
        padding-top: 40px
    }

    .m-workspaces .pic {
        margin-bottom: 40px;
        padding-left: 15px
    }

    .m-workspaces img {
        display: inline-block;
        width: 100%;
        border-radius: 10px 0 0 10px;
        overflow: hidden
    }

    .m-workspaces .txt .tit {
        font-size: 30px;
        margin-right: 50px
    }

    .m-workspaces .txt .desc {
        font-size: 16px;
        padding-top: 9px
    }

    .m-video {
        margin-top: 40px
    }

    .m-video video {
        height: 50vh;
        border-radius: 10px
    }

    .m-video .txt {
        top: 50%;
        width: 300px;
        right: 79px;
        z-index: 20
    }

    .m-video .txt .tit {
        font-size: 80px
    }

    .m-video .txt .desc {
        font-size: 30px;
        margin-bottom: 20px
    }

    .m-list1 {
        margin: 40px -10px 0
    }

    .m-list1 .con {
        height: 50vh;
        margin: 0 10px;
        border-radius: 10px;
        filter: grayscale(1)
    }

    .m-list1 li.hover .con {
        filter: grayscale(0)
    }

    .m-list1 li,
    .m-list1 li.hover {
        width: 50%;
        margin-bottom: 20px
    }

    .m-list1 .txt,
    .m-list1 li.hover .txt {
        padding-left: 0
    }

    .m-list1 .pic .img2,
    .m-list1 li .pic .img2,
    .m-list1 li.hover .pic .img1 {
        opacity: 1
    }

    .m-list1 .pic,
    .m-list1 li.hover .pic {
        margin: 0 auto 15px
    }

    .m-list1 li .name,
    .m-list1 li.hover .name {
        font-family: Roboto-Black;
        text-align: center;
        color: #fff;
        font-size: 30px
    }

    .m-list1 li .tit {
        padding-left: 40px;
        background-image: none !important
    }

    .swiperindex .swiper-wrappere1 {
        display: block
    }

    main.wp-block-group{
        margin-top: 40px;
    }
}

@media only screen and (max-width:959px) {
    .swiperban .txt .tit {
        font-size: 40px;
        line-height: 50px;
        margin-bottom: 30px
    }

    .m-new .top .tit {
        font-size: 22px;
        margin-right: 35px
    }

    .ul-idxnews .con {
        margin: 0 10px
    }

    .ul-idxnews {
        margin: 0 -10px
    }

    .ul-idxnews .tit {
        font-size: 16px;
        margin-bottom: 15px
    }

    .ul-idxnews .bot {
        font-size: 12px
    }

    .m-searchidx .txt {
        padding: 20px 20px 0
    }

    .m-searchidx .txt .tit {
        font-size: 22px;
        margin-bottom: 8px
    }

    .m-searchidx .txt .desc {
        font-size: 16px
    }

    .m-searchidx .bot {
        padding: 0 20px;
        bottom: 20px
    }

    .m-searchidx .bot .text {
        display: block
    }

    .m-idxso {
        width: 100%;
        margin-bottom: 20px
    }

    .ul-search .con {
        font-size: 12px
    }

    .m-idxso input {
        font-size: 17px;
        height: 50px;
        line-height: 50px;
        padding: 0 127px 0 20px
    }

    .m-add .icon {
        width: 22px;
        height: 28px;
        margin-right: 5px
    }

    .m-add span {
        font-size: 18px
    }

    .m-add i {
        width: 2px;
        height: 14px;
        margin: 0 10px
    }

    .m-workspaces .txt .tit {
        font-size: 25px;
        margin-right: 35px
    }

    .m-workspaces .txt .desc {
        font-size: 14px;
        padding-top: 7px
    }

    .m-video .txt .tit {
        font-size: 50px
    }

    .m-video .txt .desc {
        font-size: 22px;
        margin-bottom: 14px
    }

    .m-video .g-moree1 {
        /* background-color:#fff; */
        width: 120px
    }

    .m-video .txt {
        width: 260px;
        right: 50px
    }

    .m-list1 li .name,
    .m-list1 li.hover .name {
        font-size: 22px
    }

    .m-list1 .con,
    .m-video video {
        height: 40vw
    }

    .g-sidebar {
        position: fixed;
        bottom: 30px;
        right: 30px
    }

    .g-sidebar .pic {
        width: 40px;
        height: 40px;
        margin-bottom: 10px
    }

    main.wp-block-group{
        margin-top: 20px;
    }
    /* .m-idxso .g-morea1{background-color: #717171;} */
}

@media only screen and (max-width:767px) {

    .m-list1 .con,
    .m-video video {
        height: 44vw
    }

    .swiperban .pic {
        height: 280px
    }

    .swiperban .txt .tit {
        font-size: 22px;
        line-height: 25px
    }

    .m-new {
        padding: 30px 0 30px
    }

    .m-new .top .tit {
        font-size: 18px;
        margin-right: 20px
    }

    .ul-tabe1 {
        overflow-x: auto;
        white-space: nowrap
    }

    .ul-tabe1 li {
        margin-right: 8px
    }

    .ul-tabe1 .con {
        font-size: 14px;
        padding: 0 5px;
        line-height: 25px;
        border-bottom-width: 2px
    }

    .ul-idxnews li {
        width: 50%;
        margin-bottom: 20px
    }

    .ul-idxnews {
        margin: 0 -5px
    }

    .m-new .top {
        margin-bottom: 0
    }

    .ul-idxnews .con {
        margin: 0 5px
    }

    .ul-idxnews .tit {
        font-size: 14px;
        margin-bottom: 15px
    }

    .m-searchidx {
        position: relative;
        border-radius: 10px;
        margin-top: 3px;
        min-height: 380px
    }

    .m-searchidx .bg {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        width: 100%;
        height: 100%;
        display: block;
        object-fit: cover;
    }

    .m-add .icon {
        width: 18px;
        height: 24px;
        margin-right: 5px;
        object-fit: contain
    }

    .m-add span {
        font-size: 15px
    }

    .m-add i {
        width: 2px;
        height: 10px;
        margin: 0 4px
    }

    .m-searchidx .txt {
        padding: 20px 10px 0
    }

    .m-searchidx .bot {
        padding: 0 10px;
        bottom: 15px
    }

    .m-idxso input {
        font-size: 15px;
        /* height:38px; */
        /* line-height:38px; */
        padding: 0 115px 0 17px
    }

    .m-idxso .g-morea1 {
        /* right: 20px; */
        width: 90px;
        font-size: 12px
    }

    .m-workspaces {
        padding: 50px 0 20px;
    }

    .m-workspaces .pic {
        margin-bottom: 20px;
        padding-left: 15px
    }

    .m-workspaces .txt .tit {
        float: none;
        font-size: 22px;
        margin-right: 0
    }

    .m-video {
        margin: 30px 0 40px;
    }

    .m-video .txt .tit {
        font-size: 26px
    }

    .m-video .txt .desc {
        font-size: 15px;
        margin-bottom: 10px
    }

    .m-video .txt {
        width: 140px;
        right: 20px
    }

    .m-list1 {
        margin: 30px -5px 0;
        padding-bottom: 30px;
    }

    .m-list1 .con {
        margin: 0 5px
    }

    .m-list1 .txt {
        bottom: 14px
    }

    .m-list1 .pic {
        position: relative;
        width: 70px;
        height: 70px
    }

    .m-list1 .pic,
    .m-list1 li.hover .pic {
        margin: 0 auto 5px
    }

    .m-list1 li .name,
    .m-list1 li.hover .name,
    .ul-tabe1 .on .con {
        font-size: 18px
    }
}

@media only screen and (max-width:320px) {
    .m-new .top .tit {
        font-size: 15px;
        margin-right: 15px
    }

    .ul-tabe1 .con {
        font-size: 12px
    }

    .m-searchidx {
        min-height: 300px
    }

    .m-searchidx .txt .desc {
        font-size: 14px
    }

    .m-searchidx .txt .tit {
        font-size: 20px;
        margin-bottom: 7px
    }

    .ul-search li {
        margin: 0 5px 5px 0
    }

    .m-add span {
        font-size: 12px
    }

    .m-list1 li .name,
    .m-list1 li.hover .name {
        font-size: 16px
    }
}

/* 视频 */
/* 视频容器样式 */
.video-wrapper {
    position: relative;
    background-color: #222;
    /* #222 深灰色背景 */
    width: 100%;
    overflow: hidden;
    border-radius: 20px;
}

/* 视频元素样式 */
#homepageVideo {
    width: 100%;
    /* height: 100%; */
    object-fit: cover;
    /* 保持比例填充 */
    transition: opacity 0.3s;
    /* 播放过渡效果 */
}

/* 遮罩层（可选） */
.video-mask {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3));
}

@media only screen and (min-width:1200px) {
    .video-wrapper {
        border-radius: 1.041vw;
    }
}

@media only screen and (max-width:1200px) {
    .video-wrapper {
        border-radius: 10px;
    }
}


/* ----------------------------------------------------------------------------------------- */

.row-contact .banc1 .txt {
    padding-top: 126px;
    padding-left: 62px
}

.ul-contact1 {
    overflow: hidden;
    margin: 0 -40px 185px
}

.ul-contact1 li {
    float: left;
    width: 33.3%;
    padding: 0 40px
}

.ul-contact1 .con {
    display: block;
    background-color: #f2f2f2;
    border-radius: 30px;
    height: 280px;
    text-align: center;
    padding: 60px 40px 0
}

.ul-contact1 .icon {
    display: block;
    width: 48px;
    margin: 0 auto 32px;
    transition: .3s
}

.ul-contact1 .tit {
    font-size: 28px;
    font-family: Roboto-Black;
    overflow: hidden;
    text-overflow: ellipsis;
    -ms-text-overflow: ellipsis;
    display: box;
    display: -webkit-box;
    line-clamp: 2;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical
}

.ul-contact1 .tit a {
    color: inherit;
    transition: .3s
}

.ul-contact1 .tit a:hover {
    opacity: .8
}

.ul-contact1 .con:hover .icon {
    transform: translateY(-10px)
}

.m-contact2 {
    margin-bottom: 210px
}

.m-contact2 .desc {
    font-size: 28px;
    text-align: center;
    width: 900px;
    margin: 30px auto 130px;
    font-family: Roboto-Black;
    line-height: 1.2
}

.m-contact2 .desc a {
    color: inherit;
    transition: .3s
}

.m-contact2 .desc a:hover {
    opacity: .8
}

.m-contact2 .selctbox .top {
    font-size: 28px;
    font-family: Roboto-Black;
    margin-bottom: 55px
}

.m-contact2 .selctbox .top span {
    display: inline-block;
    color: #e42424
}

.m-contact2 .radiobox {
    overflow: hidden
}

.m-contact2 .radiobox .labbox {
    width: 25%;
    float: left;
    display: flex;
    margin-bottom: 35px;
    overflow: hidden;
    padding-right: 20px;
    align-items: center
}

.m-contact2 .radiobox .radio {
    position: absolute;
    left: -9999px
}

.m-contact2 .radiobox .lab {
    width: 16px;
    height: 16px;
    border-radius: 50%;
    border: 1px solid #222;
    position: relative;
    margin-right: 10px
}

.m-contact2 .radiobox .lab::after {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    content: "";
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background-color: #222;
    opacity: 0;
    transition: .3s
}

.m-contact2 .radiobox .checked .lab::after {
    opacity: 1
}

.m-contact2 .radiobox .desc2 {
    flex: 1;
    overflow: hidden;
    text-overflow: ellipsis;
    -ms-text-overflow: ellipsis;
    display: box;
    display: -webkit-box;
    line-clamp: 1;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    font-size: 16px
}

.m-contact3 {
    margin-bottom: 150px;
    overflow: hidden
}

.m-contact3 .left {
    width: 36%;
    float: left;
    position: relative
}

.m-contact3 .left .bg {
    display: block;
    width: 100%
}

.m-contact3 .left .txt {
    position: absolute;
    bottom: 46px;
    left: 40px;
    right: 30px;
    background-color: #fff;
    border-radius: 30px;
    padding: 40px
}

.m-contact3 .left .tit {
    margin-bottom: 30px;
    text-align: left
}

.m-contact3 .right {
    width: 59%;
    float: right
}

.m-contact4 .txt {
    width: 580px
}

.m-contact4 .g-morea1 {
    width: 120px;
    background-image: url(../images/about/bg1-3.png)
}

.ul-contact3 {
    margin-top: 15px
}

.ul-contact4 li {
    margin-bottom: 46px
}

.ul-contact4 .con {
    padding-bottom: 15px;
    padding-right: 0
}

@media only screen and (min-width:1199px) {
    .row-contact .banc1 .txt {
        padding-top: 6.562vw;
        padding-left: 3.229vw
    }

    .ul-contact1 {
        margin: 0 -2.083vw 9.635vw
    }

    .ul-contact1 li {
        width: 33.3%;
        padding: 0 2.083vw
    }

    .ul-contact1 .con {
        border-radius: 1.562vw;
        height: 14.58vw;
        padding: 3.125vw 2.083vw 0
    }

    .ul-contact1 .icon {
        width: 2.5vw;
        margin: 0 auto 1.666vw;
        transition: .3s
    }

    .ul-contact1 .tit {
        font-size: 1.458vw;
        font-family: Roboto-Black
    }

    .ul-contact1 .tit a {
        transition: .3s
    }

    .ul-contact1 .tit a:hover {
        opacity: .8
    }

    .ul-contact1 .con:hover .icon {
        transform: translateY(-.52vw)
    }

    .m-contact2 {
        margin-bottom: 10.93vw
    }

    .m-contact2 .desc {
        font-size: 1.458vw;
        width: 46.87vw;
        margin: 1.562vw auto 6.77vw;
        font-family: Roboto-Black;
        line-height: 1.2
    }

    .m-contact2 .desc a {
        transition: .3s
    }

    .m-contact2 .desc a:hover {
        opacity: .8
    }

    .m-contact2 .selctbox .top {
        font-size: 1.458vw;
        font-family: Roboto-Black;
        margin-bottom: 2.864vw
    }

    .m-contact2 .radiobox .labbox {
        margin-bottom: 1.822vw;
        padding-right: 1.041vw;
        align-items: center
    }

    .m-contact2 .radiobox .radio {
        left: -520.7vw
    }

    .m-contact2 .radiobox .lab {
        width: .833vw;
        height: .833vw;
        border-radius: 50%;
        border: 1px solid #222;
        margin-right: .52vw
    }

    .m-contact2 .radiobox .lab::after {
        top: 50%;
        transform: translate(-50%, -50%);
        content: "";
        width: .52vw;
        height: .52vw;
        border-radius: 50%;
        opacity: 0;
        transition: .3s
    }

    .m-contact2 .radiobox .checked .lab::after {
        opacity: 1
    }

    .m-contact2 .radiobox .desc2 {
        flex: 1;
        font-size: .833vw
    }

    .m-contact3 {
        margin-bottom: 7.812vw
    }

    .m-contact3 .left .txt {
        bottom: 2.395vw;
        left: 2.083vw;
        right: 1.562vw;
        border-radius: 1.562vw;
        padding: 2.083vw
    }

    .m-contact3 .left .tit {
        margin-bottom: 1.562vw
    }

    .m-contact4 .txt {
        width: 33.2vw
    }

    .m-contact4 .g-morea1 {
        width: 6.25vw;
        background-image: url(../images/about/bg1-3.png)
    }

    .ul-contact3 {
        margin-top: .781vw
    }

    .ul-contact4 li {
        margin-bottom: 2.395vw
    }

    .ul-contact4 .con {
        padding-bottom: .781vw
    }
}

@media only screen and (max-width:1400px) {
    .m-contact2 .radiobox .desc2 {
        font-size: 12px
    }
}

@media only screen and (max-width:1199px) {
    .row-contact .banc1 .txt {
        padding: 40px 0 0
    }

    .ul-contact1 li {
        padding: 0 10px
    }

    .ul-contact1 {
        margin: 80px -10px
    }

    .ul-contact1 .con {
        height: 160px;
        padding: 40px 15px 0;
        border-radius: 15px
    }

    .ul-contact1 .icon {
        width: 30px;
        margin: 0 auto 10px
    }

    .ul-contact1 .tit {
        font-size: 16px
    }

    .m-contact2 .desc {
        font-size: 16px;
        margin: 5px 0 30px;
        width: auto
    }

    .m-contact2 .selctbox .top {
        font-size: 20px;
        margin-bottom: 20px
    }

    .m-contact2 .radiobox .desc2 {
        font-size: 14px
    }

    .m-contact2 .radiobox .lab {
        width: 10px;
        height: 10px;
        margin-right: 5px
    }

    .m-contact2 .radiobox .labbox,
    .ul-contact4 li {
        margin-bottom: 10px
    }

    .m-contact3 .left .txt {
        padding: 15px;
        left: 20px;
        bottom: 20px;
        right: 20px;
        border-radius: 15px
    }

    .m-contact2,
    .m-contact3 {
        margin-bottom: 80px
    }

    .row-contact .banc1 .txt h3 {
        font-size: 30px
    }
}

@media only screen and (max-width:959px) {
    .m-contact2 .radiobox .labbox {
        width: 33.3%
    }

    .m-contact3 .left,
    .m-contact3 .right {
        float: none;
        width: 100%
    }

    .m-contact3 .left .bg {
        min-height: 220px;
        object-fit: cover
    }
}

@media only screen and (max-width:767px) {
    .ul-contact1 li {
        padding: 0;
        float: none;
        width: 100%;
        margin-bottom: 15px
    }

    .ul-contact1 {
        margin: 30px 0
    }

    .ul-contact1 .con {
        height: auto;
        padding: 20px 15px
    }

    .ul-contact1 .icon {
        width: 25px
    }

    .ul-contact1 .tit {
        font-size: 14px
    }

    .m-contact2 .selctbox .top {
        font-size: 16px;
        margin-bottom: 10px
    }

    .m-contact2 .radiobox .labbox {
        width: 100%;
        padding: 0;
        float: none
    }

    .m-contact3 .left .txt {
        left: 10px;
        right: 10px;
        bottom: 10px;
        width: auto
    }

    .m-contact3 .left .tit {
        margin-bottom: 10px
    }

    .m-contact2,
    .m-contact3 {
        margin-bottom: 40px
    }

    .m-contact4 .txt {
        width: auto
    }

    .row-contact .banc1 .txt {
        padding: 0
    }

    .row-contact .banc1 .txt h3 br {
        display: none
    }
}